@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; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
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:#000; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #000; }
a:hover { color: #1e50ae; }

.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }
.wrap { width:1480px; margin:0 auto; }

@media all and (max-width:1580px){
	.wrap { width:1200px; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
}

.topArea { position:relative; z-index:3; }
.topArea:before { position:absolute; width:calc(50% - 500px); height:90px; top:0; right:0; background:#145096; display:block; content:""; z-index:-1; }

.logo { float:left; }
.logo .img02 { display:none; }
 
.tel { float:right; padding-left:30px; line-height:90px; color:#fff; font-size:18px; font-weight:bold; background:url(tel.png) no-repeat center left; }
.serbot { position:relative; float:right; width:60px; height:90px; margin-right:20px; background:url(form.png) no-repeat center; }
.serbot:before { position:absolute; width:1px; height:18px; top:50%; transform: translateY(-50%); display:block; content:""; right:0; background:rgba(255,255,255,0.6); z-index:1; }

.nav { float:right; margin-right:10px; }
.nav ul li { position:relative; float:left; width:70px; margin-right:45px; font-size:0; }
.nav ul li .a1 { position:relative; display:block; font-size:16px; color:#000; line-height:90px; }
.nav ul li.current .a1,.nav ul li:hover .a1 { color:#145096; font-weight:bold; }

.nav .sub { position:absolute; top:90px; left:-20px; width:180px; padding:15px 10px 15px 20px; background:url(sub03.jpg) no-repeat top center #fff; box-sizing: border-box; display:none; z-index:999; }
.nav .sub dt a { display:block; padding:8px 0 8px 15px; font-size:14px; color:#666; background:url(sub01.png) no-repeat 0 18px; }
.nav .sub dt:hover a { color:#145096; background:url(sub02.png) no-repeat 0 18px; }
 
.u-menu { position:absolute; right:0; top:50%; margin-top:-21px; width:50px; height:42px; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); cursor:pointer; display:none; z-index:9; }
.u-menu div { position:absolute; left:13px; top:20px; width:25px; height:25px; transform:translateZ(0px) rotate(0deg); transition:transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; }
.u-menu div i { position:absolute; left:0; top:0; display:block; width:25px; height:2px; background:#145096; }
.u-menu .u-menu-top i {transform:translate3d(0px,-8px,0px);-webkit-transform:translate3d(0px,-8px,0px);}
.u-menu .u-menu-middle i {transform:translate3d(0px,0px,0px);-webkit-transform:translate3d(0px,0px,0px);}
.u-menu .u-menu-bottom i {transform:translate3d(0px,8px,0px);-webkit-transform:translate3d(0px,8px,0px);}

@media all and (max-width:1580px){
	.topArea:before { width:calc(50% - 390px); }
	
	.tel { font-size:16px; }
	.serbot { width:50px; margin-right:15px; }
 
	.nav { float:right; margin-right:10px; }
	.nav ul li { width:70px; margin-right:20px; }
} 
@media all and (max-width:1280px){
	.topArea:before { width:calc(4% + 210px); }
	
	.nav { float:right; margin-right:0; }
	.nav ul li { width:70px; margin-right:15px; }
} 
@media all and (max-width:1200px){
	.topArea:before { display:none; }
	.topArea .wrap { position:relative; }
	
	.nav { display:none; }
	
	.logo img { height:60px; width:auto; }
	.logo .img01 { display:none; }
	.logo .img02 { display:block; }
	 
	.u-menu { display:block; }
	
	.serbot { display:none; }
	.tel { display:none; }
}
 
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,0.5); transition: all .8s; z-index: 101; }
.z_mask.active { width: 100%; }
.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateX(0);}

.slide_nav{ width:100%; height:100%; overflow-y:auto}
.slide_nav li { margin-bottom: 40px; }
.slide_nav li>a { font-size: 16px; color:#145096 }
.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: #145096; position: absolute; left: 50%; bottom: 0;}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #145096;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}

@media all and (max-width:1280px){
	.slide_box { width:240px; padding:30px 25px 30px 25px; }
	.slide_nav li{ margin-bottom:20px; }
}


.banner { position:relative; z-index:2; }
.swiper-container-1 .swiper-pagination  { right:50%; margin-right:-740px; width:auto!important; left:auto!important; bottom:50px!important; font-size:14px; } 
.swiper-container-1 .swiper-pagination-bullet { position:relative; width:20px!important; height:20px!important; color:rgba(255,255,255,0.6); margin:0 0 0 15px!important; background:none; border-radius:0; opacity:1; }
.swiper-container-1 .swiper-pagination-bullet:before { position:absolute; bottom:-12px; left:50%; margin-left:-2px; width:4px; height:2px; background:#fff; display:none; content:""; z-index:1; }
.swiper-container-1 .swiper-pagination-bullet-active { color:#fff; }
.swiper-container-1 .swiper-pagination-bullet-active:before { display:block; }

.swiper-container-1 .swiper-slide .img02 { display:none; }

.banner .ban01 { position:absolute; left:50%; margin-left:-740px; bottom:40px; font-size:14px; color:rgba(255,255,255,0.6); padding-left:35px; line-height:32px; background:url(t01.png) no-repeat center left; z-index:2; }

@media all and (max-width:1580px){
	.banner .ban01 { margin-left:-600px; }
	
	.swiper-container-1 .swiper-pagination  { margin-right:-600px; } 
}
@media all and (max-width:1280px){
	.swiper-container-1 .swiper-pagination  {  bottom:40px!important; right:4%; margin-right:0; }
	
	.banner .ban01 { margin-left:0; left:4%; bottom:30px; }
}
@media all and (max-width:750px){
	.banner .ban01 { display:none; }
	
	.swiper-container-1 .swiper-pagination  { width:92%!important; text-align:center; bottom:30px!important; }
	.swiper-container-1 .swiper-pagination-bullet { margin:0 5px!important; }
	.swiper-container-1 .swiper-pagination-bullet:before { bottom:-6px; }
	
	.swiper-container-1 .swiper-slide .img01 { display:none; }
	.swiper-container-1 .swiper-slide .img02 { display:block; }
}

.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:#145096; color:#fff; cursor:pointer; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }

@media all and (max-width:750px){
	.search form { left:5%; margin-left:0; margin-top:-25px; width:90%; font-size:14px; }
	.search form .txt { height:50px; line-height:50px; padding-left:15px; width:calc(100% - 120px); }
	.search form .btn { height:50px; line-height:50px; width:100px; }
	.serclose { right:0; top:-40px; font-size:24px; }
}

 
 
.footer { background:url(footer.jpg) no-repeat center; background-size:cover; }
.footArea01 { padding:40px 0; border-bottom:1px solid rgba(166,166,166,0.2); }
.foot01 { float:left; }
.foot02 { float:right; position:relative; padding-top:15px; cursor:pointer; }
.foot02 .img01 { position:absolute; top:60px; right:0; width:120px; display:none; z-index:2; }
.foot02 span { position:relative; display:inline-block; font-size:16px; line-height:35px; padding:0 15px; border:1px solid rgba(255,255,255,0.4); color:rgba(255,255,255,0.4); border-radius:25px; }
.foot02 span:before { position:absolute; display:block; content:""; width:45px; height:45px; background:url(t02.png) no-repeat center; border-radius:100%; left:-35px; top:-5px; z-index:2; }
.foot02:hover .img01 { display:block; }

.foot03 { float:left; padding-top:35px; min-height:350px; width:340px; padding-right:30px; box-sizing: border-box; border-right:1px solid rgba(166,166,166,0.2); }
.foot03 ul li .p1 { font-size:14px; line-height:25px; color:rgba(255,255,255,0.4); padding-left:30px; }
.foot03 ul li .p2 { font-size:36px; line-height:40px; font-family:"Arial"; color:#9bc86e; margin-top:10px; }
.foot03 ul li .p3 { font-size:16px; color:rgba(255,255,255,0.4); margin-top:10px; }

.foot03 ul li:nth-child(n + 2) { margin-top:25px; }

.foot03 ul li.li01 .p1 { background:url(f01.png) no-repeat center left; }
.foot03 ul li.li02 .p1 { background:url(f02.png) no-repeat center left; }
.foot03 ul li.li03 .p1 { background:url(f03.png) no-repeat center left; }

.foot04 { float:right; padding-top:40px; }
.foot04 dl { float:left; margin-right:70px; }
.foot04 dl:last-child { margin-right:0; }
.foot04 dl dt { position:relative; font-size:16px; color:#fff; margin-bottom:40px; }
.foot04 dl dt:before { position:absolute; display:block; content:""; width:18px; height:2px; background:#fff; left:0; top:40px; z-index:2; }
.foot04 dl dd { margin-bottom:15px; }
.foot04 dl dd:last-child { margin-bottom:0; }
.foot04 dl dd a { font-size:14px; color:#a0a0a0; }
.foot04 dl dd:hover a { color:#fff; }

.foot05 { float:right; width:120px; text-align:center; padding-top:60px; display:none; }
.foot05 img { width:100%; }
.foot05 span { display:block; margin-top:10px; font-size:14px; color:rgba(255,255,255,0.4); }

.tail { padding:20px 0; font-size:14px; color:#a1a1a1; text-align:center; border-top:1px solid rgba(166,166,166,0.2); }
.tail a { color:#a1a1a1; }
.tail a:hover { color:#fff; }

.tail .sjArea01 { display:none; }
 
@media all and (max-width:1580px){
	.footArea01 { padding:30px 0; }
 
	.foot03 { width:300px; }
	.foot03 ul li .p1 { font-size:14px; }
	.foot03 ul li .p2 { font-size:28px; line-height:30px; }
	.foot03 ul li .p3 { font-size:16px; }

	.foot03 ul li:nth-child(n + 2) { margin-top:20px; }
 
	.foot04 { float:right; padding-top:40px; }
	.foot04 dl { margin-right:30px; }
	.foot04 dl:last-child { margin-right:0; }
	.foot04 dl dt { font-size:16px; margin-bottom:30px; }
	.foot04 dl dt:before { top:35px; }
	.foot04 dl dd { margin-bottom:10px; }
	.foot04 dl dd:last-child { margin-bottom:0; } 
	
	.tail { padding:15px 0; }
}
@media all and (max-width:1280px){
	 
	.foot03 { width:300px; }
 
	.foot04 dl { margin-right:25px; }
	.foot04 dl:last-child { margin-right:0; }
	 
}
@media all and (max-width:1200px){
	.footArea01 { padding:30px 0; }
	.foot01 img { height:40px; }
	.foot02 { display:none; }
	
	.foot03 { width:300px; min-height:20px; padding:35px 0; }
 
	.foot04 { display:none; }
	
	.foot05 { display:block; }
}
@media all and (max-width:1000px){
	.tail .pcArea01 { display:none; } 
	.tail .sjArea01 { display:block; } 
}
@media all and (max-width:750px){
	.footArea01 { padding:20px 0; }
	.foot01 img { height:40px; }
 
	.foot03 { float:none; width:100%; border:none; min-height:20px; padding:25px 0; }
	.foot03 ul li .p1 { font-size:14px; }
	.foot03 ul li .p2 { font-size:20px; }
	.foot03 ul li .p3 { font-size:14px; }

	.foot04 { display:none; }
	
	.foot05 { float:none; margin:0 auto; padding:20px 0 30px; }
}

.sjArea { display:none; }
@media all and (max-width:1200px){
	.pcArea { display:none; }
	.sjArea { display:block; }
}

.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;}
 