body{margin:0;padding:0;font-size:14px;line-height:24px;font-family:"微软雅黑";overflow-x: hidden;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
html,body{
	height: 100%;
}
.cl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.cl{zoom:1;}
*{box-sizing: border-box; -webkit-box-sizing: border-box;}
input{vertical-align: middle;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea{-webkit-appearance: none;}
img{border:0;vertical-align:middle; width: 100%;}
ul,li{list-style-type:none;}
a{text-decoration:none;color: #333}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
input:focus,textarea:focus{outline:none;}
.rel{position: relative;}.abs{position: absolute;}
h3{font-weight: normal;}
em{font-style: normal;}
/*header*/
.swiper-container{width:100%;}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.main {
	width: 94%;
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/*header {*/
/*	width: 100%;*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	z-index: 9; }*/
/*header .header-top {*/
/*	width: 100%;*/
/*	height: 50px;*/
/*	background-color: #00a0e9; }*/
/*header .header-top .main {*/
/*	height: 50px;*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center; }*/
/*header .header-top .labels {*/
/*	display: inline-flex;*/
/*	align-items: center; }*/
/*header .header-top .labels p, header .header-top .labels a {*/
/*	height: 23px;*/
/*	margin-right: 40px;*/
/*	display: inline-flex;*/
/*	align-items: center;*/
/*	color: #fff; }*/
/*header .header-top .labels i {*/
/*	font-size: 23px; }*/
/*header .header-top .labels span {*/
/*	font-size: 14px;*/
/*	margin-left: 8px; }*/
/*header .header-top .search {*/
/*	display: inline-flex;*/
/*	align-items: center;*/
/*	width: 240px;*/
/*	height: 30px;*/
/*	border-radius: 15px;*/
/*	background-color: #fff;*/
/*	box-shadow: inset 2px 2px 2px #c5c5c5;*/
/*}*/
/*header .header-top .search .select {*/
/*	width: 68px;*/
/*	height: 30px;*/
/*	position: relative;*/
/*	flex-shrink: 0; }*/
/*header .header-top .search .select .tops {*/
/*	width: 100%;*/
/*	height: 30px;*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*	cursor: pointer; }*/
/*header .header-top .search .select .tops span {*/
/*	width: 100%;*/
/*	display: inline-block;*/
/*	text-align: center;*/
/*	white-space: nowrap;*/
/*	user-select: none; }*/
/*header .header-top .search .select .tops i {*/
/*	flex-shrink: 0;*/
/*	width: 12px;*/
/*	height: 12px;*/
/*	font-size: 12px;*/
/*	color: #01327e;*/
/*	transition: all 0.3s; }*/
/*header .header-top .search .select .tops i.active {*/
/*	transform: rotate(-180deg); }*/
/*header .header-top .search .select .subs {*/
/*	display: none;*/
/*	width: 100%;*/
/*	position: absolute;*/
/*	top: 32px;*/
/*	left: 0;*/
/*	z-index: 2;*/
/*	background-color: #fff; }*/
/*header .header-top .search .select .subs a {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 30px;*/
/*	line-height: 30px;*/
/*	text-align: center;*/
/*	transition: all 0.3s; }*/
/*header .header-top .search .select .subs a:hover, header .header-top .search .select .subs a.active {*/
/*	background-color: #01327e;*/
/*	color: #fff; }*/
/*header .header-top .search .input {*/
/*	width: 130px;*/
/*	height: 30px; }*/
/*header .header-top .search .input input {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	padding: 0 15px;*/
/*	border: none;*/
/*	background-color: rgba(255, 255, 255, 0);*/
/*	border-radius: 0; }*/
/*header .header-top .search .btn {*/
/*	width: 20px;*/
/*	color: #01327e;*/
/*	margin-left: 6px; }*/
/*header .header-top .search .btn i {*/
/*	display: block;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	background: url("../images/search.png")no-repeat;*/
/*	font-size: 20px; }*/
/*header .header-bot {*/
/*	width: 100%;*/
/*	height: 80px;*/
/*	background-color: #fff;*/
/*	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.32);}*/
/*header .header-bot .main {*/
/*	height: 80px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: space-between; }*/
/*header .header-bot .logo {*/
/*	display: inline-block;*/
/*	height: 40px; }*/
/*header .header-bot .logo img {*/
/*	height: 40px; }*/
/*header .header-bot nav {*/
/*	display: inline-flex;*/
/*	align-items: center; }*/
/*header .header-bot nav a {*/
/*	font-size: 16px;*/
/*	transition: all 0.3s; }*/
/*header .header-bot nav a:hover, header .header-bot nav a.active {*/
/*	color: #00a0ea; }*/
/*header .header-bot nav i {*/
/*	display: block;*/
/*	width: 2px;*/
/*	height: 10px;*/
/*	background-color: #01327e;*/
/*	transform: rotate(30deg);*/
/*	margin: 0 30px; }*/
/*header .icon-zhuanli {*/
/*	width: 27px;*/
/*	height: 27px;*/
/*	display: block;*/
/*	background: url("../images/zhuanli.png")no-repeat;*/
/*	background-size: 25px;*/
/*}*/
/*header .icon-chuangxin {*/
/*	width: 27px;*/
/*	height: 27px;*/
/*	display: block;*/
/*	background: url("../images/chuangxin.png")no-repeat;*/
/*	background-size: 25px;*/
/*}*/
/*header .icon-yanfa {*/
/*	width: 27px;*/
/*	height: 27px;*/
/*	display: block;*/
/*	background: url("../images/yanfa.png")no-repeat;*/
/*	background-size: 25px;*/
/*}*/
.comflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i_bg .head {
	height: 0;
}
.head{ height:94px; position:relative;z-index: 9999; transition:all linear .2s;}
.head-fixed{ width:100%; height:94px; background:#fff; position:fixed; top:0; left:0; right:0; z-index:10; transition:all linear .2s;}
.i_bg .head{ height:0;}
.head .head-fixed{ background:rgba(255,255,255,0);}
.logo_w{ display:none;}
.logo_g{ display:block;}
.head_on,.head .head-fixed.head_on,.i_bg .head:hover .head-fixed{ background:#fff; -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.1); -moz-box-shadow:0 2px 5px rgba(0,0,0,0.1); box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.head .w{ position:relative; max-width:92%;margin: 0 auto;}
.logo{ margin-top:15px; float:left;}
.logo img{ }
.nav{ width:55%; float:right; padding-right:180px;}
.plebans{ font-size:18px; line-height:94px;}
.plebans a{ color:#454545; display:block;}
.nav li .plebans{ position:relative;}
.nav li .plebans a:hover{ font-weight:bold; color:#f08519;}
.nav li:hover .plebans:after{ content:""; display:block; position:absolute; left:0; right:0; bottom:0; border-bottom:4px solid #f08519;}
.nav li.on .plebans:after{ content:""; display:block; position:absolute; left:0; right:0; bottom:0; border-bottom:4px solid #f08519;}
.goutp{ display:none; position:absolute; top:94px; left:-20%; right:-20%; padding:65px 0px; z-index:10;}
.goutp:before{ content:""; display:block; position:absolute; left:-1000px; right:-1000px; bottom:0; top:0; background:url(../images/nbg.png) center top no-repeat; z-index:-1; box-shadow:4px 4px 0 rgba(0,0,0,.06);}
.goutpc{ max-width:1200px; margin:0 auto;}
.n_h_w0{ width:34.3%; padding-top:20px;}
.n_h_w0 span{ font-size:36px; color:#00a1ea; font-weight:bold; display:block; line-height:40px; margin-bottom:10px;}
.n_h_w0 em{ display:block; font-size:24px; font-weight:bold; color:#5f5d5d; text-transform:uppercase;}
.n_h_w0 p{ font-size:14px; line-height:32px; color:#939393;}
.n_h_w1{ width:24%; border-left:1px solid #dee0e1; border-right:1px solid #dee0e1; text-align:center; padding:0 4%;}
.n_h_w1 a{ display:block; line-height:42px; font-size:16px; color:#4b4b4b; margin:5px 0;}
.n_h_w1 a:hover{ color:#fff; background:#f08519;}
.n_pic{ width:26.5%;}
.n_pic img{ width:100%;}
.search{ width:140px; position:absolute; right:0; top:29px; margin-right:0;}
.s_intxt{ width:140px; border:1px solid rgba(0,0,0,.1); border-radius:1000px; height:36px; padding:0 15px; line-height:34px; background:rgba(0,0,0,.1); font-size:14px; color:#b5b5b5;}
.s_inbut{ height:20px; width:20px; border:none; cursor:pointer; background:url(../images/search.png) center center no-repeat; position:absolute; top:50%; margin-top:-10px; left:105px;}
.network{ height:16px; width:16px; display:block; cursor:pointer; background:url(../images/net.png) center center no-repeat; position:absolute; top:39px; right:0;}

.i_bg .plebans a{ color:#fff;}
.i_bg .logo_w{ display:block;}
.i_bg .logo_g{ display:none;}
.i_bg .s_intxt{ border-color:rgba(255,255,255,.1); background:rgba(255,255,255,.1);}
.i_bg .s_inbut{ background-image:url(../images/search_w.png);background-repeat: no-repeat;}
.i_bg .network{ background-image:url(../images/net_w.png);}
.i_bg input.s_intxt::-webkit-input-placeholder{ color:#fff;}
.i_bg input.s_intxt::-moz-placeholder{ color:#fff;}
.i_bg input.s_intxt:-moz-placeholder{ color:#fff;}
.i_bg input.s_intxt:-ms-input-placeholder{ color:#fff;}
.head_on .plebans a,.i_bg .head:hover .plebans a{ color:#454545;}
.head_on .s_intxt,.i_bg .head:hover .s_intxt{ border-color:rgba(255,255,255,.1); background:rgba(0,0,0,.1);}
.head_on .s_inbut,.i_bg .head:hover .s_inbut{ background-image:url(../images/search.png);}
.head_on .network,.i_bg .head:hover .network{ background-image:url(../images/net.png);}
.head_on input.s_intxt::-webkit-input-placeholder,.i_bg .head:hover input.s_intxt::-webkit-input-placeholder{ color:#454545;}
.head_on input.s_intxt::-moz-placeholder,.i_bg .head:hover input.s_intxt::-moz-placeholder{ color:#454545;}
.head_on input.s_intxt:-moz-placeholder,.i_bg .head:hover input.s_intxt:-moz-placeholder{ color:#454545;}
.head_on input.s_intxt:-ms-input-placeholder,.i_bg .head:hover input.s_intxt:-ms-input-placeholder{ color:#454545;}
.head_on .logo_w,.i_bg .head:hover .logo_w{ display:none;}
.head_on .logo_g,.i_bg .head:hover .logo_g{ display:block;}

.sjhedes{ display:none; height:96px;}
.tuerhed{ position:fixed; width:100%; top:0; left:0; z-index:88; background:#fff; height:96px; box-shadow:1px 1px 0 rgba(33,29,30,.2); padding:0 2.5%;}
.losdj{ float:left;}
.losdj img{ height:56px; display:block; margin-top:20px;}
.sanh{ float:right; width:50px; padding:10px; margin:10px 0px;}
.sanh>div{ height:5px; margin:10px 0px; width:100%; transition:transform 0.5s,opacity 0.5s;}
.sanh>div{ background-color:#373737;}
.fuernavt{ position:fixed; padding-top:96px; top:0px; left:-100%; width:100%; height:100%; background-color:#fff; z-index:8;}
.benrvav{ width:100%; height:100%; overflow:hidden; overflow-y:scroll;}
.shojvas>a{ display:block; text-align:center; font-size:25px; line-height:200%; padding:10px 0px; border-bottom:1px solid #bbb; color:#333;}
.shojvas>div{ display:block; text-align:center; font-size:25px; line-height:200%; border-bottom:1px solid #bbb;}
.shojvas>div a{ color:#333;}
.showzhen{ position:relative;}
.jd{ position:absolute; top:0; right:0; width:10%; height:70px; background:url(../images/arrow4.png) no-repeat center; background-size:20% auto; transition:transform 0.5s; z-index:-1;}
.maei{ padding:10px 0; font-size:25px; color:#333;}
.maei a{ color:#333;}
.shopernc{ overflow:hidden; height:0px;}
.shopernc .maei{ padding:0;}
.shopernc>div a{ display:block; text-align:center; font-size:24px; color:#666; padding:10px 0px; line-height:50px; border-top:1px solid #eee;}
.shopernc>div .maei a{ color:#666;}
.shopernc>div>div a{ color:#999;}
.tesd>div{ background-color:#373737!important;}
.tesd>div:nth-child(1){ transform:translate3d(0px,15px,0px) rotate(45deg);}
.tesd>div:nth-child(2){ opacity:0;}
.tesd>div:nth-child(3){ transform:translate3d(0px,-15px,0px) rotate(-45deg);}
@media only screen and (max-width: 1480px) {
	.nav {
		width: 66%;
	}
}





.footer {background: #181818;padding-top:50px;overflow: hidden; color: #fff;}
.footer .main .top {padding-bottom:40px;overflow: hidden;border-bottom: 1px solid #313131;}
.footer .main .top .footer-nav{}
.footer .main .top .footer-nav a{font-size: 14px;color: #939393;margin-right: 50px;}
.footer .main .top .footer-nav a:hover {color: #fff;}
.footer .main .center{clear: both;position: relative;padding:20px 0 30px 0;overflow: hidden;}
.footer .main .center .fl { padding-top: 36px;}
.footer .main .center .right {float: right;text-align: center;}
.footer .main .center .fl .subscribe {font-size: 0;}
.footer .main .center .fl .subscribe input {height: 38px;border: 1px solid #484848;background: none;color: #5f5f5f;font-size: 12px;padding: 0 20px;}
.footer .main .center .fl .subscribe input::-webkit-input-placeholder {font-size:12px;color:#5f5f5f;}
.footer .main .center .fl .subscribe .subscribe-input{width: 240px;display: inline-block;vertical-align: middle;}
.footer .main .center .fl .subscribe .subscribe-submit{width: 90px;height: 40px;display: inline-block;vertical-align: middle;margin-left:7px;cursor: pointer;}
.footer .main .center .fl .subscribe .subscribe-submit:hover {color: #fff;border: 1px solid #fff;}
.footer .main .center .fr .social{float: left;}
.footer .main .center .fr .social p {padding-top: 10px;}
.footer .main .center .fr .social img{width: 100px}
.footer .main .center .fr .social a {width: 36px;height: 36px;margin-left: 10px;display: block;float: left;opacity: .5;border: 1px solid #404040;position: relative;}
.footer .main .center .fr .social a.f1 {background: url("../images/f1.png") center no-repeat;}
.footer .main .center .fr .social a.f2 {background: url("../images/f2.png") center no-repeat;}
.footer .main .center .fr .social a.f3 {background: url("../images/f3.png") center no-repeat;}
.footer .main .center .fr .social a.f4 {background: url("../images/f4.png") center no-repeat;}
.footer .main .center .fr .social a.f5 {background: url("../images/f5.png") center no-repeat;}
.footer .main .center .fr .social a.f6 {background: url("../images/f6.png") center no-repeat;}
.footer .main .center .fr .social a:hover {opacity: 1;}
.footer .main .center .fr .social a img{width:100px;height:100px;position:absolute;left:-30px;top:-30px;z-index:33;max-width:100px;max-height:100px;display: none;}
.footer .main .center .fr .social a:hover img {display: block;}
.footer .main .center .fr .wxshow {display: none;position: absolute;width: 100px;height: 100px;padding: 5px; background: #fff;left: -40px;bottom: 40px;z-index: 3;}
.footer .main .center .fr .wxshow::before{content: '';display: block;position: absolute;left:50%;bottom: -10px;margin-left: -20px;border-right:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #fff;}
.footer .main .center .fr .wxshow img {display: block;width: 100%;height: auto;}

.footer .main .bottom{clear: both;overflow: hidden;padding: 30px 0 18px 0; font-size: 14px;color: #989898;position: relative;}
.footer .main .bottom * {font-family:Arial,Microsoft Yahei,PingFang SC;}
.footer .main .bottom .copy{float: left;font-size: 14px;}
.footer .main .bottom .copy a {color: #989898;}
.footer .main .bottom .copy a:hover {color: #fff;}
.footer .main .bottom .copy a.niego {margin-left: 15px;}


@media only screen and (max-width: 1333px) {
	header .header-bot nav i {
		margin: 0 20px;
	}
}

