﻿@charset "utf-8";
html{color:#000;background:#FFF; }
body { color:#666;font:12px/1.231  "Microsoft Yahei";min-width: 1200px; width: 100%;overflow-x: hidden;} /*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
i,em{ font-style:normal;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative;}



@font-face {
	font-family: font2;
	src: url("/font/DINOT-Bold.otf");
}
@font-face {
	font-family: font3;
	src: url("/font/PMZDCuShu.ttf");
}
body{padding: 0;margin: 0 auto; font-family: "microsoft yahei";font-size: 16px;color: #333;overflow-x:hidden;min-width: 1200px;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.imgHbg{overflow: hidden;position: relative;}
.imgHbg .bgBox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s;}
.imgHbg:hover .bgBox{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}

.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.baibg{background: #ffffff;}
.huibg{background: #f9f9f9;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}
.col-4{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.col-3{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
}
.col-2{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
}
.col-25{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
}
.bgBox{background: url() center no-repeat;background-size: cover;}














/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}

/* -- 页面整体布局 -- */
.header , .content , .footer { width:1200px; margin:0 auto;  }
.left,.leftr{ width:266px; float:left; }
.leftr{ float:left;}
.left2 { width:908px; float:left; overflow:hidden; margin-top:15px;}
.left3 { width:266px; float:left; overflow:hidden; color:#666;}
.lefttop {height:0px; font-size:0; overflow:hidden; margin-top:10px;}
.leftbot { height:0px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px; }

.right,.rightl{ width:908px; float:right; display:inline;overflow:hidden;}
.rightl{ float:right;}
.right2 { width:266px;  float:right; overflow:hidden;margin-top:15px;}
.right3 { width:266px; float:right; overflow:hidden; color:#666;}
.rightbot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:908px; overflow:hidden; }
.right2_main { width:266px;overflow:hidden;}
.left2_main { width:908px;overflow:hidden;}

.h_nav li a:-webkit-any-link{ display:block;}

/**/
.mb20{margin-bottom:20px;}

/**导航菜单**/
header{width: 100%;background: #fff;}
header .h_con{height: 113px; overflow:hidden;}
header .h_con .left8{height: 116px;}
header .h_con .biaoyu{font-size: 16px;color: #333333;text-align: left;margin-left: 8px;padding-left: 8px;}
header .h_con .biaoyu b{font-size: 18px;display: block;color: #333333;}
header .h_con .telBox{font-size: 14px;color: #888888;padding-left: 56px;background: url(/img/icon1.png) left center no-repeat;background-size: 40px;}
header .h_con .telBox b{font-size: 28px;color: #255ca6;}
header .h_nav{height: 56px;background: #255ca6;}
header .h_nav li{height: 56px;line-height: 56px;width: calc(100% / 8);}
header .h_nav li a{font-size: 16px;display: block;color: #ffffff;padding: 0 16px;text-align: center;}
header .h_nav li:hover,
header .h_nav li.on{background: #517db8;}
.banner img{width: 100%;display: block;}
.inquiryBox{
	background-color: rgb(37, 92, 166);
	width: 1640px;
	border-radius: 0 0 60px 0;
	padding: 20px 124px 32px calc(100vw - 1536px);
}
.inquiryBox .line1{justify-content: flex-start;}
.inquiryBox .line1 .tit{
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	float: left;
	margin-right: 20px;
}
.inquiryBox .line1 label{
	margin-right: 32px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.inquiryBox .line1 input{
	position: absolute;
	left: -999px;
}
.inquiryBox .line1 b{
	display: inline-block;
	background: none;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	vertical-align: middle;
}
.inquiryBox .line1 input:checked+b{
	background: url(/img/check.png) center no-repeat;
	background-size: 100% 100%;
}
.inquiryBox .line1 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: rgb(207, 213, 222);
	line-height: 1;
}
.inquiryBox .line2{margin-top: 14px;}
.inquiryBox .line2 .jishu{
	border: 1px solid rgba(255, 255, 255,0.5);
	background-color: rgba(255, 255, 255,0.05);
	width: calc(68% - 100px);
	height: 48px;
	display: block;
	float: left;
	padding: 0 8px;
	color:#fff;
	font-size: 12px;
}
.inquiryBox .line2 .dianhua{
	border: 1px solid rgba(255, 255, 255,0.5);
	background-color: rgba(255, 255, 255,0.05);
	width: calc(32% - 100px);
	height: 48px;
	display: block;
	float: left;
	border-left: 0;
	padding: 0 8px;
		color:#fff;
	font-size: 12px;
}
.inquiryBox .line2 .tijiao{
	background-image: -moz-linear-gradient( 142deg, rgb(191,218,255) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 142deg, rgb(191,218,255) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 142deg, rgb(191,218,255) 0%, rgb(255,255,255) 100%);
	width: 200px;
	height: 48px;
	border-radius: 0 0 20px 0;
	border: 0;
	font-size: 20px;
	color: rgb(37, 92, 166);
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	display: block;
	float: left;
	cursor: pointer;
}
.inquiryBox .line3{position: relative;color: #ffffff;font-size: 12px;padding-left: 68px;margin: 12px 0 0;}
.inquiryBox .line3 .xxTit{
	position: absolute;
	left: 0;
	top: 0;
}
.inquiryBox .line3 li{
	width: 50%;
	float: left;
}
.inquiryBox .line3  li a{color: #ffffff;}
.searchBox{
	margin: 8px auto 0;
	width: 1128px;
}
.searchBox .ssBox{
	font-size: 12px;
	color: rgb(29, 44, 64);
	position: relative;
	padding-left: 84px;
	padding-top: 12px;
}
.searchBox .ssBox .tit{
	position: absolute;
	left: 0;
	top: 12px;
}
.searchBox .ssBox a{
	color: rgb(29, 44, 64);
	display: inline-block;
	margin-right: 40px;
}
.searchBox .ssForm{
	border-bottom: 1px solid rgba(29, 44, 64,0.6);
	width: 320px;
}
.searchBox .ssForm .shuru{
	display: block;
	width: 100%;
	height: 36px;
	border: 0;
}
.searchBox .ssForm .tijiao{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indp{padding: 64px 0;}
.pubTit{
	margin-bottom: 56px;
	text-align: center;
}
.pubTit .tit{
	font-size: 42px;
	color: rgb(29, 44, 64);
	font-weight: bold;
	line-height: 1.5;
}
.pubTit .desc{
	font-size: 24px;
	color: rgb(29, 44, 64);
	line-height: 1.5;
}
.pubTit .xian{
	display: block;
	margin: 0 auto;
	width: 39px;
	height: 6px;
	border-radius: 3px;
	margin-top: 16px;
	background: linear-gradient(to right,#367cd9 0%,#367cd9 40%,#255ca6 60%,#255ca6 100%);
}



footer{
	background-color: #1b4d91;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
footer a{color: rgba(255,255,255,0.5);}
footer a:hover{color: rgb(255,255,255);}
footer .line2{
	background: #0f3a74;
	padding: 16px 0;
}
footer .line1{padding: 64px 0;}
footer .line1 .col1{
	width: 20%;
}
footer .line1 .col2{
	width: 32%;
	padding: 0 56px;
}
footer .line1 .col3{
	width: 16%;
	padding: 0 48px;
}
footer .line1 .col3:last-child{padding-right: 0;}
footer .line1 .colb{position: relative;}
footer .line1 .colb:after{
	content: "";
	background-color: rgba(255, 255, 255,0.1);
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 160px;
}
footer .line1 .ewm{margin: 24px 0 0;text-align: center;display: inline-block;}
footer .line1 .ewm img{border-radius: 4px;}
footer .line1 .ewm p{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.2);
	margin-top: 8px;
	text-align: center;
}
footer .line1 .fTit{font-size: 16px;font-weight: 700;margin-bottom: 16px;}
footer .line1 .fBox a{display: block;margin-bottom: 12px;}
footer .line1 .fBox b{display: block;color: rgba(255,255,255,0.6);font-weight: 400;margin-bottom: 12px;}



/*弹出框*/
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
.b15 {background: url(/Skins/Default/Img/SkinsVIBtn.jpg) no-repeat; border:0; cursor: pointer; overflow:hidden; }
.b15 { background-position:-79px -650px; width:60px; height:24px; line-height:24px; color:#fff; font-size:14px; font-weight:bold; }

/*当前位置*/
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0 auto 0;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs a.fullad,.banner1 a{ height:480px;}

.plc,.plc2{ background:url(Img/logo_03.png) no-repeat 5px 5px;height:20px;line-height:24px;padding:7px 8px 8px 35px;margin-top:20px; position:relative; color:#333; overflow:hidden; font-size:14px; border-bottom:1px solid #888; padding-bottom:8px; font-family:微软雅黑;}
.plc i,.plc2 i,.plc a{ font-style:normal; font-size:14px; color:#333;}
.hp_withs{ width:1000px;}

.t_bgnone{position: fixed;top: 20%;_position: absolute;_margin-top:250px;_top: expression(eval(document.documentElement.scrollTop-880));z-index:10; display:none; left:0.2%; _left:0.2%}
.t_bgnone .leib2,.leib{ width:170px;}
.t_bgnone .leib2 .nr ul li {padding-left: 12px;}



