@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/

/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#555; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #555;  }
a:hover { color: #047bbc; }


.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }
.wrap { width:1200px; margin:0 auto; }

@media all and (max-width:1280px){
	.wrap { width:96%; }
}

.topArea { position:absolute; top:0; left:0; right:0; width:90%; padding:0 5%; border-bottom:1px solid rgba(255,255,255,0.1); z-index:999; }
.topArea .top01 { float:right; margin:30px 30px 0 0; }
.topArea .top01 a { display:block; width:20px; height:20px; background:url(t21.png) no-repeat center; }
.topArea .form { float:right; margin:30px 20px 0 0; width:20px; height:20px; background:url(t11.png) no-repeat center; cursor:pointer; }
.topArea .ico { float:right; margin:30px 0 0 0; width:30px; height:20px; background:url(t31.png) no-repeat center; cursor:pointer; }

.logo { float:left; }
.logo .img02 { display:none; }

.nav { float:right; margin-right:5px; }
.nav ul li { float:left; text-align:center; font-size:14px; }
.nav ul li .a1 { display:inline-block; padding:0 24px; height:80px; line-height:80px; font-size:18px; color:#fff; }
.nav ul li:hover .a1,.nav .current .a1 { color:#fff!important; background: linear-gradient(to right,#00b099,#047bbc)!important; }

.nav .sub { position:absolute; top:80px; width:100%; left:0; right:0; background:url(sub.png) repeat-y center top; display:none; z-index:999; }
.nav .sub .wrap { position:relative; }
/*
.nav .sub dt { width:100%; text-align:center; }
.nav .sub dt a { display:block; color:#000; padding:10px 0; }
.nav .sub dt:hover { background:#e70012; }
.nav .sub dt:hover a { color:#fff; }
*/
.nav .sub .hd { float:left; width:720px; }
.nav .sub .hd dl { float:right; width:215px; padding:35px 0; }
.nav .sub .hd dl dt { height:45px; line-height:45px; margin-bottom:35px; }
.nav .sub .hd dl dt:last-child { margin-bottom:0; }
.nav .sub .hd dl dt a { display:block; padding:0 25px; height:45px; line-height:45px; font-size:16px; color:#000; }
.nav .sub .hd dl dt a i { display:block; }

.nav .sub .hd dl dt:hover a { background: linear-gradient(to right,#00b099,#047bbc)!important; color:#fff; }
.nav .sub .hd dl dt:hover a i { background:url(jt.png) no-repeat center right; }

.nav .sub .hd dl dt.on a { background: linear-gradient(to right,#00b099,#047bbc)!important; color:#fff; }
.nav .sub .hd dl dt.on a i { background:url(jt.png) no-repeat center right; }

.nav .sub .bd { position:relative; float:right; padding:25px 0; margin-right:-170px; min-height:200px; text-align:left; width:500px; z-index:5; }
.nav .sub .bd a { float:left; width:250px; display:block; font-size:14px; line-height:40px; color:#606060; }
.nav .sub .bd a:last-child { margin-bottom:0; }

@media all and (max-width:1480px){
	.nav ul li .a1 { padding:0 20px; }
}
@media all and (max-width:1380px){
	.nav ul li .a1 { padding:0 15px; height:80px; line-height:80px; font-size:16px; }
}





.search { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.6); display:none; z-index:9999; }
.search form { position:absolute; top:50%; left:50%; margin-left:-300px; margin-top:-30px; width:600px; background:#fff; font-size:16px; z-index:9; }
.search form .txt { float:left; height:60px; line-height:60px; padding-left:15px; width:450px; }
.search form .btn { float:right; height:60px; line-height:60px; width:150px; text-align:center; background: linear-gradient(to right,#00b099,#047bbc); color:#fff; cursor:pointer; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }

.slide_box { background: #fff; width: 650px; height: 100%; position: fixed; right: 0; top: 80px; padding: 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateX(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:80px; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; }
.z_mask.active {width: 100%; }
.slide_nav li { margin-bottom: 40px; }
.slide_nav li>a { font-size: 16px; }
.slide_nav .nav_down { margin-top: 5px;}
.slide_nav .nav_down a { color: #888; display: inline-block; margin-right: 20px; position: relative; line-height: 24px;}
.slide_nav .nav_down a:before { content:""; display: block; width: 0%; transition: all .6s; height: 1px; background: #047bbc; position: absolute; left: 50%; bottom: 0;}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #047bbc;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}

body.z-open .m-nav {transform:translate3d(-200px,0,0);-webkit-transform:translate3d(-200px,0,0);}
body.z-open .g-wp {transform:translate3d(-200px,0,0);-webkit-transform:translate3d(-200px,0,0);}

@media all and (max-width:1200px){
	.logo { height:60px; } 
	.logo img { height:60px; width:auto; } 
	.nav { display:none; }
	
	.topArea .top01 {  margin:20px 10px 0 0; }
	.topArea .form { margin:20px 10px 0 0; }
	.topArea .ico { margin:20px 0 0 0; }
	
	.search form { margin-left:-150px; margin-top:-30px; width:300px; font-size:14px; }
	.search form .txt { height:40px; line-height:40px; padding-left:10px; width:200px; }
	.search form .btn { height:40px; line-height:40px; width:70px; }
	.serclose { right:0; top:-50px; }
	
	.z_mask { top:60px; }
	.slide_box { top:60px; }
}
@media all and (max-width:750px){
	.slide_box { width:200px; padding:30px 15px; }
	.slide_nav .nav_down { display:none; }
	.slide_nav li{ margin-bottom:20px; }
	
	.topArea  { position:relative; }
	.topArea { background:#fff; }
	.topArea .logo .img01 { display:none; }
	.topArea .logo .img02 { display:block; }
	.topArea .nav ul li .a1 { color:#1a1a1a; }
	.topArea .top01 a { background:url(t22.png) no-repeat center; }
	.topArea .form { background:url(t12.png) no-repeat center; }
	.topArea .ico { background:url(t32.png) no-repeat center; }
}

.topArea01 { background:#fff; border-bottom:none; }
.topArea01 .logo .img01 { display:none; }
.topArea01 .logo .img02 { display:block; }
.topArea01 .nav ul li .a1 { color:#1a1a1a; }
.topArea01 .top01 a { background:url(t22.png) no-repeat center; }
.topArea01 .form { background:url(t12.png) no-repeat center; }
.topArea01 .ico { background:url(t32.png) no-repeat center; }
@media only screen and (min-width:1200px){
	.topArea01 { position:fixed; }
}

.topArea02 { position:relative; background:#fff; border-bottom:none; }
.topArea02 .logo .img01 { display:none; }
.topArea02 .logo .img02 { display:block; }
.topArea02 .nav ul li .a1 { color:#1a1a1a; }
.topArea02 .top01 a { background:url(t22.png) no-repeat center; }
.topArea02 .form { background:url(t12.png) no-repeat center; }
.topArea02 .ico { background:url(t32.png) no-repeat center; }

.banner { position:relative; }
.swiper-container-1 .swiper-pagination  {  bottom:20px!important; }
.swiper-container-1 .swiper-pagination-bullet { width:10px!important; height:10px!important; background:#fff; border-radius:100%; opacity:0.5; }
.swiper-container-1 .swiper-pagination-bullet-active { width:25px!important; border-radius:25px; opacity:0.8; }
.swiper-container-1 .img02 { display:none; }
@media only screen and (max-width:750px){
	.swiper-container-1 .img01 { display:none; }
	.swiper-container-1 .img02 { display:block; }
}

.footArea { padding:40px 0 35px; background:#343a3b; }
.foot01 { float:left; }
.foot01 dl { float:left; margin-right:50px; }
.foot01 dl:last-child { margin-right:0; }
.foot01 dl dt { font-size:14px; color:#fff; margin-bottom:20px; }
.foot01 dl dd { margin-bottom:10px; }
.foot01 dl dd:last-child { margin-bottom:0; }
.foot01 dl dd a { color:rgba(255,255,255,0.5); }
.foot01 dl dd:hover a { color:#fff; }

.foot02 { float:right; }
.foot02 .code { float:left; width:135px; }
.foot02 .code img { width:100%; height:auto; }
.foot02 .code span { display:block; text-align:center; margin-top:10px; color:rgba(255,255,255,0.5); }
.foot02 .txt { float:left; margin-left:15px; padding-top:5px; }
.foot02 .txt p { padding-left:25px; line-height:20px; margin-bottom:15px; color:rgba(255,255,255,0.6); }
.foot02 .txt p.p1 { background:url(f01.png) no-repeat center left; }
.foot02 .txt p.p2 { background:url(f02.png) no-repeat center left; }
.foot02 .txt p.p3 { background:url(f03.png) no-repeat center left; }
.foot02 .txt p.p4 { background:url(f04.png) no-repeat center left; }
.foot02 .txt p.p5 { background:url(f05.png) no-repeat center left; }

.tail { padding:10px 0; background:#16191a; color:rgba(255,255,255,0.3); }
.tail a { color:rgba(255,255,255,0.3); }
.tail a:hover { color:#fff; }

@media only screen and (max-width:1000px){
	.foot01 dl { margin-right:20px; }
}
@media only screen and (max-width:750px){
	.foot01 { display:none; }
	.foot02 { float:left; }
	.tail .fl { text-align:center; width:100%; }
	.tail .fr { display:none; }
}
@media only screen and (max-width:380px){
	.foot02 .code { float:left; width:90px; }
	.foot02 .txt { float:left; margin-left:15px; width:calc(100% - 105px); }
	.foot02 .txt p { margin-bottom:10px; }
}


.back-to { position:fixed; _position:absolute; _top: expression(eval(document.documentElement.scrollTop)+400); bottom:110px; right:50%; margin-right:-670px; display:none; z-index:999; }
.back-to .back-top { display:block; width:44px; height:44px; background:url(top.png) no-repeat; outline:0 none; text-indent:-9999em; overflow:hidden; }
.back-to .back-top:hover { background-position:0 0; }

/*广告*/
.ad_closed{width:16px;height:16px;line-height:16px;text-align:center;background:#f00;color:#fff;position:absolute;top:0;right:0;cursor:pointer;}

/*弹出广告*/
#popup{position:fixed;top:50%;left:50%;z-index:9999;}
#ad_shadow{width:100%;background:#000;position:fixed;top:0;left:0;z-index:9000;opacity:0.4;filter:alpha(opacity=40);}

/*漂浮广告*/
#ad1{position:absolute;z-index:9999;}

/*左侧门帘*/
#hangL{position:absolute;left:0;z-index:9999;}

/*右侧门帘*/
#hangR{position:absolute;right:0;z-index:9999;}

/*拉屏广告*/
#bigScreen{position:relative;left:50%;top:0;height:0;overflow:hidden;}
#bigScreen .ad_closed{top:10px;}
 