@charset "utf-8";

/* CSS common 
html {overflow-x:hidden;}*/
* {
	padding: 0;
	margin: 0;
}

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
p,
img,
form,
input,
select,
button,
dl,
dt,
textarea,
iframe,
table,
tr,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", sans-serif;
	font-size: 14px;
	color: #333;
	min-width: 1400px;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

ul,
li {
	list-style: none;
}

img {
	border: none;
}

input,
select,
textarea,
button {
	border: 0;
	outline: none;
	font-family: Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "宋体", sans-serif;
}

input {
	background: transparent;
}

textarea {
	resize: none;
}

.clear {
	clear: both;
}

button {
	cursor: pointer;
}

iframe {
	border: 0;
}

.clear:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.clear {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	width: 100%;
	height: 140px;
	background: #fff;
	position: fixed;
	z-index: 1000;
	box-shadow: 1px 1px 1px #afafaf;
	min-width: 1300px;
}

.header .header_top {
	background: #0062ad;
}
.header .top {
	width: 1200px;
	margin: 0 auto;
}

.header .header_bottom {
}
.header .header_bottom .top {
	height: 70px;
	padding: 10px 0;
}

.header .logo {
	margin-top: 10px;
    width: 242px;
    height: 50px;
	background: url(../images/index_logo.gif) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

.header .search {
	width: 426px;
	height: 40px;
	float: left;
	margin: 30px 0px 0px 85px;
	border: 1px solid #999;
}

.header .search .select {
	width: 60px;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	border-right: 1px solid #999;
	float: left;
	position: relative;
	cursor: pointer;
}

.header .search .select span {
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-top: 7px solid #0062ad;
	position: absolute;
	left: 55px;
	top: 15px;
}

.header .search .select ul {
	width: 78px;
	line-height: 38px;
	padding: 0;
	border: 1px solid #999;
	border-top: 0px solid #999;
	position: absolute;
	left: -1px;
	top: 39px;
	z-index: 9;
	background: #fff;
	display: none;
}

.header .search .select ul li {
	padding: 0px 9px;
}

.header .search .select ul li:hover {
	background: #eee;
}


.header .search .input_select {
	width: 347px;
	height: 40px;
	float: left;
}

.header .search .input_select input {
	width: 318px;
	height: 34px;
	padding: 3px 10px;
	display: inline-block;
	margin-top: 3px;
}

.header .search button {
	width: 79px;
	height: 40px;
	background: #0062ad url(../images/k_icon.png) no-repeat 30px 0px;
}

.header .bot {
	height: 24px;
}

.header .customer-service {
	float: right;
	width: 600px;
	height: 50px;
	padding-left: 43px;
	color: #666;
	line-height: 25px;
}

.header .customer-service span {
	color: #f7ab00;
	font-size: 16px;
	font-weight: bold;
}

.header .nav {
	height: 34px;
	float: left;
}

.header .nav li {
	float: left;
	position: relative;
}

.header .nav>li>a {
	transition: 0.1s;
	color: #333 !important;
    font-size: 20px;
    font-weight: 800;
    line-height: 34px;
    padding: 0px 30px;
}

.header .nav>li>a:hover,
.header .nav li.on a {
	color: #0062ad !important;
}

.header .nav li .click {
	color: #0062ad !important;;
}

.header .nav li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 34px;
	width: 190px;
	background: #302e31;
	opacity: 0.8;
	z-index: 9;
}

.header .nav li:hover ul {
	display: block;
}

.header .nav li ul li {
	width: 100%;
}

.header .nav li ul li a {
	width: 160px;
	line-height: 40px;
	font-size: 14px;
	padding: 0px 0px 0px 30px;
	color: #fff;
	display: block;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.header .nav li.on ul li a,
.header .nav li:hover ul li a {
	color: #fff;
}

.header .nav li ul li:hover a {
	width: 158px;
	border-left: 2px solid #0062ad;
	font-size: 16px;
	text-indent: 10px;
	background: #000;
}


.footer {
	width: 100%;
    border-top: 1px solid #ccc;
	background: #fff;
}
.foot_title{
	font-size: 16px;
	font-weight: 600;
}
.footer a {
	color: #333;
	display: block;
	margin-top: 10px;
}

.footer .bg {
	width: 1100px;
	margin: 0 auto;
	padding: 0px 50px -2px;
	overflow: auto;
}

.footer .bg .left {
	margin-top: 40px;
	width: 120px;
	float: left;
}

.footer .bg .left .logo {
	width: 260px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/logo_down.png) no-repeat;
	display: block;
}

.footer .bg .left .nav {
	padding-top: 0px;
}

.footer .bg .left .nav ul {}

.footer .bg .left .nav ul li {
	line-height: 16px;
	float: left;
	margin-left: 58px;
	font-size: 14px;
}

.footer .bg .left .nav ul li a {
	padding: 0px 10px;
	
}

.footer .bg .left .nav ul li:first-child a {}

.footer .bg .mid {
	float: left;
	margin-left: 40px;
}

.footer .bg .mid .title {
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 25px;
	text-align: center;
}

.footer .bg .mid .weixin1 {
	width: 120px;
	float: left;
}

.footer .bg .mid .weixin1 img {
	width: 120px;
	height: 120px;
}

.footer .bg .right {
	width: 160px;
	float: right;
}

.footer .bg .right .title {
    line-height: 20px;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 12px;
}

.footer .bg .right .customer-service {
	;
	line-height: 35px;
}

.footer .bg .right .customer-service span {
	display: block;
}

.footer .bg .right .btn {
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	border-radius: 3px;
	background: #0062ad;
	box-shadow: 0px 2px 2px 0px rgba(191, 167, 146, 0.25);
	margin-top: 17px;
}

.footer .bg .friend {
	clear: both;
	padding: 40px 0px 20px;
	line-height: 28px;
	overflow: auto;
}

.footer .bg .friend span.title {
	display: block;
	float: left;
	margin: 0;
	border: 0;
	height: 28px;
	line-height: 28px;
}

.footer .bg .friend a {
	display: block;
	float: left;
	margin-left: 18px;
}

.footer .bg .friend span {
	line-height: 16px;
	height: 16px;
	border-right: 1px solid #333;
	margin: 6px 4px 0px 4px;
	display: block;
	float: left;
}

.footer .copr {
	background: #0e0e0e;
	color: #ffffff;
}

.footer .copr .bg {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	line-height: 21px;
	padding: 17px 0px;
	text-align: center;
}
.footer .copr .bg p{
	letter-spacing: 0 !important;
	color: #ffffff;
	font-size: 14px;
}
/*回到顶部*/
#back {
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
}

#back img {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.price {
	background: url(../images/down-bar-btn.png) no-repeat;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 130px;
	height: 134px;
	cursor: pointer;
	z-index: 999;
}

.price p {
	font-size: 16px;
	color: #fff;
	width: 25px;
	text-align: center;
	margin: 20px 0 0 19px;
}

.fixed-bottom-box .fixed-bottom-bar {
	height: 106px;
	width: 100%;
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: -100%;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.7);
}

.fixed-bottom-bar .close {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	z-index: 11;
}

.fixed-bottom-bar .box {
	position: relative;
	z-index: 10;
	padding-top: 15px;
}

.container {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.fixed-bottom-bar .myform {
	height: 80px;
	padding-right: 110px;
	position: relative;
}

.fixed-bottom-bar select,
.fixed-bottom-bar .input {
	width: 187px;
	height: 35px;
	line-height: 35px;
	border: 0;
	margin-bottom: 7px;
	position: relative;
	color: #7d7d7d;
	background: #fff;
	overflow: hidden;
}

.fixed-bottom-bar input {
	width: 150px;
	height: 35px;
	line-height: 35px;
	border: 0 !important;
	margin: 0 5px;
	color: #666;
}

#fixed-bottom-submit {
	position: absolute;
	top: 0;
	right: 30px;
	width: 80px;
	height: 77px;
	background: #ff5d37;
	font-size: 18px;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.fixed-bottom-bar .tel-tit {
	font-size: 24px;
	color: #fff;
}

.fixed-bottom-bar .tel-num {
	font-size: 24px;
	color: #ff5d37;
}

.col-xs-2 {
	width: 16.66666667%;
	float: left;
	position: relative;
}

.col-xs-5 {
	width: 41.66666667%;
	float: left;
	position: relative;
}

.col-xs-6 {
	width: 50%;
	float: left;
	position: relative;
}


.menu {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.menu .bg {
	line-height: 40px;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: -20px;
	left: 0px;
}

.menu .bg a, .full .menu .bg span {
	height: 40px;
	background: url(../images/menu.png) no-repeat right 12px;
	color: #2d2a24;
	font-weight: 100;
	padding: 0px 30px 0px 20px;
	display: block;
	float: left;
}

.menu .bg a.home span {
	width: 24px;
	height: 40px;
	background: url(../images/k_icon.png) no-repeat -100px -223px;
	padding: 0;
	display: block;
}

.menu .bg span.no {
	background: none;
}

.menu_list {
	width: 100%;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 38px;
}

.menu_list .list_data {
	padding: 0px 10px;
}

.menu_list .list_data .data_item {
	border-top: 1px dashed #dfdfdf;
	line-height: 39px;
	font-weight: 100;
	overflow: auto;
}

.menu_list .list_data .data_item:first-child {
	border-top: none;
}

.menu_list .list_data .data_item .title {
	width: 70px;
	padding-left: 43px;
	font-size: 16px;
	background: url(../images/k_icon.png) no-repeat;
	float: left;
}

.menu_list .list_data .data_item .fg {
	background-position: 0px -254px;
}

.menu_list .list_data .data_item .hx {
	background-position: 0px -294px;
}

.menu_list .list_data .data_item .kj {
	background-position: 0px -334px;
}

.menu_list .list_data .data_item .qy {
	background-position: 0px -374px;
}

.menu_list .list_data .data_item .jb {
	background-position: 0px -414px;
}

.menu_list .list_data .data_item .content {
	width: 1060px;
	float: left;
}

.menu_list .list_data .data_item .content span {
	color: #666;
	margin-right: 29px;
	display: block;
	float: left;
	cursor: pointer;
}

.menu_list .list_data .data_item .content span.on {
	color: #f7ab00;
}

/*list_page*/
.list_page {
	height: 30px;
	clear: both;
	text-align: center;
	padding: 30px 0px;
}

.list_page a {
	width: auto;
	height: 20px;
	line-height: 20px;
	border: 1px solid #e6e6e6;
	padding: 4px 15px;
	margin: 0px 5px;
	background: #fff;
	color: #333;
	border-radius: 3px;
}

.list_page a:hover,
.list_page span.current {
	color: #fff;
	background: #f7ab00;
	border: 1px solid #f7ab00;
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 4px 15px;
	margin: 0px 5px;
	border-radius: 3px;
}


.i_title {
	width: 450px;
	height: 77px;
	text-align: right;
	background: url(../images/bg_title.png) no-repeat right top;
	float: right;
	margin: 30px 448px 40px 0px;
	position: relative;
}

.i_title h2 {
	margin: 40px 10px 0px 0px;
	color: #474747;
	font-size: 20px;
	font-weight: 100;
}

.i_title h3 {
	color: #c7ae98;
	font-size: 24px;
	font-weight: 100;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 150px;
}


.popup_order {
	width: 533px;
	height: 406px;
	background: #fff;
	border: 4px solid #f7ab00;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -270px;
	margin-top: -207px;
	z-index: 20;
}

.popup_order .popup_title {
	margin: 0px 26px;
	padding: 0px 4px 0px 14px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 56px;
	overflow: auto;
}

.popup_order .popup_title .txt {
	float: left;
	font-size: 16px;
}

.popup_order .popup_title .close {
	width: 20px;
	height: 20px;
	background: url(../images/k_icon.png) no-repeat -210px -234px;
	margin-top: 20px;
	float: right;
	cursor: pointer;
}

.popup_order .popup_content {}

.popup_order .popup_content .tip {
	color: #999;
	text-align: center;
	line-height: 21px;
	padding: 16px 30px;
}

.popup_order .popup_content .list_data {
	padding: 0px 30px;
}

.popup_order .popup_content .list_data .data_item {
	overflow: auto;
	margin-bottom: 10px;
	position: relative;
}

.popup_order .popup_content .list_data .data_item .left {
	width: 108px;
	padding-right: 16px;
	text-align: right;
	line-height: 40px;
	color: #666;
	float: left;
}

.popup_order .popup_content .list_data .data_item .right {
	width: 260px;
	height: 38px;
	padding: 0px 19px;
	border: 1px solid #ccc;
	float: left;
}

.popup_order .popup_content .list_data .data_item .right input {
	width: 220px;
	line-height: 38px;
}

.popup_order .popup_content .list_data .data_item .right .meter {
	position: absolute;
	right: 69px;
	top: 0;
	line-height: 40px;
	color: #666;
}

.popup_order .popup_content .list_button {
	width: 300px;
	text-align: center;
	margin: 20px 0px 0px 154px;
}

.popup_order .popup_content .list_button button {
	width: 300px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #f7ab00;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

.popup_order_result {
	width: 412px;
	height: 200px;
	background: url(../images/popup_bg.png) no-repeat;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -206px;
	margin-top: -100px;
	z-index: 20;
}

.popup_order_result .popup_title {
	font-size: 16px;
	text-align: center;
	color: #ed4d4d;
	line-height: 21px;
	padding: 30px 0px 23px;
}

.popup_order_result .popup_content .txt {
	width: 312px;
	margin: 0px auto 20px;
	line-height: 21px;
}

.popup_order_result .popup_content .list_button {
	width: 312px;
	margin: 0px auto;
	text-align: center;
}

.popup_order_result .popup_content .list_button button {
	width: 70px;
	height: 24px;
	line-height: 24px;
	background: #f7ab00;
	color: #fff;
	border-radius: 3px;
}

@media screen and (min-width:1200px) {
	/*html {overflow-x:hidden;}*/
}

.right_float {
	width: 125px;
	position: fixed;
	top: 50%;
	margin-top: -160px;
	right: 15px;
	z-index: 10;
}

.right_float .top {
	width: 125px;
	height: 114px;
	background: url(../images/r_title.png) no-repeat;
}

.right_float .mid {
	width: 120px;
	margin: 0 auto;
	background: #f7ab00;
	border-radius: 8px 8px 0px 0px;
}

.right_float .mid ul {
	padding: 8px 0px;
}

.right_float .mid ul li {
	height: 33px;
	line-height: 33px;
	background: url(../images/r_bg.jpg) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-shadow: 0px 0px 2px rgba(178, 71, 0, 0.4);
	cursor: pointer;
}

.right_float .mid ul li:first-child {
	background: none;
}

.right_float .bottom {
	width: 120px;
	margin: 0 auto;
	height: 34px;
	background: #f8d632;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 3px 5px 0px rgba(149, 149, 149, 0.75);
}

.right_float .bottom .goTop {
	width: 85px;
	margin: 0 auto;
	height: 32px;
	background: url(../images/r_top.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

/*#doyoo_panel {width:60px; height:60px; text-indent:-9999px;}*/
