@charset "utf-8";
/*头部样式*/
.header{width:100%;min-width: 300px;height:auto;z-index:10;position: relative;}

.wrap_top_links{background: #87a887;}
.top_links{position: relative;overflow: hidden;margin: 0 80px;}
.top_nav{width: auto;float:right;line-height: 30px;font-size: 0;}
.top_nav a{color:#fff;display: inline-block;*display: inline;*zoom:1;height: 20px;line-height: 20px;padding: 0 15px 0;position: relative;vertical-align: middle;font-size: 14px;}
.top_nav a::after{content: '';display: block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 16px;background: rgba(255,255,255,0.2);}
.top_nav a:hover{color:#fff;}
.top_nav .search_btn{width: 16px;height: 28px;display: inline-block;*display: inline;*zoom:1;margin: 0 0 0 15px;vertical-align: middle;background: url(../images/search_btn.png) center no-repeat;}

.search_box{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.8);z-index: 100;opacity: 0;visibility: hidden;transition: all ease-in-out 0.3s;-ms-transition: all ease-in-out 0.3s;-moz-transition: all ease-in-out 0.3s;-webkit-transition: all ease-in-out 0.3s;-o-transition: all ease-in-out 0.3s;}
.search_box.on{opacity: 1;visibility: visible;}
.search_box .close{background: url(../images/close.png) center no-repeat;background-size: contain;width: 60px;height: 60px;position: absolute;right: 40px;top: 6%;}
.ser{height: 45px;line-height: 45px;width: 550px;position: absolute;top: 50%;transform: translateX(-50%) translateY(-50%);left: 50%;margin: -100px 0 0;}
.search{width: 100%;height: 100%;position: relative;float:right;z-index: 3;}
.search input.notxt{position:absolute;width: 406px;height: 45px;background: #fff;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;-ms-flex: 1;flex: 1;padding: 0 12px;font-size: 16px;-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;border: 0;}
.search input.notxt1 {position:absolute;width: 120px;height: 45px;border:none;background: #87a887;right: 0;font-size: 18px;color: #fff;}
/* url(../images/search_btn.png) center center no-repeat */

.wrapTop{width: 100%;background: url(../images/header_bg.png) top center repeat-x;position: absolute;z-index: 10;}
.top{height: 180px;margin: 0 80px;position:relative;}
.logo{width:485px;position: absolute;left: 0;overflow: hidden;font-size: 0;top: 30px;}
.logo a{display: inline-block;*display: inline;*zoom: 1;}
.logo img{width: 100%;}
.logo1{width: calc(202% / 4.85);}
.logo2{width: calc(263% / 4.85);margin: 0 0 0 calc(20% / 4.85);}

.nav{height: 56px;line-height: 56px;position: absolute;left: 700px;right: 0;top: 30px;}
.nav ul{/* width:1280px; */margin:0 auto;font-size: 0;text-align: center;white-space: nowrap;}
.nav ul > li{position: relative;text-align: center;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;transform: perspective(5000px);-moz-transform: perspective(5000px);-o-transform: perspective(5000px);-webkit-transform: perspective(5000px);}
.nav ul li > a{font-size:18px;display: block;position: relative;font-weight: bold;color: #fff;}
.nav ul li > a:hover:after{position: absolute;width: 100%;height: 6px;background: #fff;content: "";left: 0;bottom: 0;}
.nav ul li.on > a,.nav ul li:hover > a{}
.nav ul li.on .subNav{display: block;}

.subNav{width:100%;background:#8aac8a;white-space: normal;}
.subNav{position: absolute;right:0;top: 100%;display: none;}
.subNav dd {}
.subNav a{color:#fff;padding:10px 15px;display: block;line-height: 24px;border-top:1px solid #8aac8a;font-size: 16px;}
.subNav a:hover{background-color:rgba(0,0,0,0.05);}


.header.currents{height: 54px;line-height: 54px;background:none;background-color: #8aac8a;top: 0;}
.header.currents .wrap_top_links{display: none;}
.header.currents .ser{display: none;}
.header.currents .top{height: 54px;}
.header.currents .nav{height: 54px;line-height: 54px;width: auto;top: 0;}
.header.currents .wrapTop{background: #87A887;}
.header.currents .logo{top: 7px;}
.header.currents .logo a{width: auto;height: 40px;}
.header.currents .logo img{width: auto;height: 40px;}
.header.currents .nav li{background:none;}
.header.currents .subNav{top:100%;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents .nav ul li > a{}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{}
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.2)}

.flipInY{
	-webkit-animation-name: flipInY ;
	animation-name: flipInY ;
	animation-duration: 0.6s; 
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out; 
	-webkit-animation-timing-function: ease-in-out;   
	visibility: visible !important; 
	display: block;
}
@keyframes flipInY  {
  from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
		transform: perspective(400px);
  }
}


/*手机端导航*/
.mobile{width: 100%;position:absolute;display: none;top: 0;right: 0;z-index: 999;}
.mobile-inner-header{width:100%;height: 0;position: absolute;top: 0px;right: 0px;z-index: 2;}
.mobile-inner-header-icon{color: #ffffff; height: 40px;font-size:25px;text-align: center;float:right;width: 40px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{opacity:0.8;cursor: pointer;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #8aac8a;display: none;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{color: #fff;height: 31px;text-align: left;width: 50px;position: absolute;cursor: pointer;margin-right: 5px;font-weight: bold;text-align: right;right: 0;} 
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background:#8aac8a;display: none;}
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
	0% {transform: translateY(4px) rotate(0deg);}
	100% {transform: translateY(0) rotate(45deg);}
}   
@keyframes clicksecond {
	0% {transform: translateY(-4px) rotate(0deg);}
	100% {transform: translateY(0) rotate(-45deg);}
} 
@keyframes clickthird {
	0% {opacity: 0}
	100% {opacity: 0}
}   
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-header-icon-out{background: url(../images/top_menu_open.png) center no-repeat;}
.mobile-inner-header-icon-click{background: url(../images/top_menu_close.png) center no-repeat;}

.mobile-inner-nav{background-color: rgba(0,0,0,0.7);width: 100%;position: absolute;top: 67px;left: 0px;padding-bottom: 18px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;padding: 10px 0;text-align: center;text-decoration: none;width: 100%;font-size: 14px;color: #fff;border-bottom: solid 1px rgba(255,255,255,0.1);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;font-size: 18px;}
.mobile-inner-nav a:hover{font-weight: bold;}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li a{}
.mobile-inner-nav li strong{color: #fff;position: absolute;right:20px;top: 13px;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.mobile_subNav{display: none;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;font-size: 14px;}

.mobile_search{clear: both;position: relative;height: 40px;margin: 0;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;width: 222px;background: rgba(0,0,0,0.3);}
.mobile_search input.notxt{width: 80%;margin-left: -3px;border:none;height: 40px;line-height: 40px;left: 0;}
.mobile_search input.notxt1{width: 63px;border:none;height: 40px;line-height: 40px;float: left;z-index: 2;}
.modile_link{text-align: center;padding: 18px 13px 0;}
.modile_link a{display: inline-block;*display: inline;*zoom:1;width: auto;margin: 0 40px 0 0;font-size: 15px;vertical-align: middle;padding: 0;border: 0;}

.wrap_footer{width: 100%;background: url(../images/footer_bg.png) center no-repeat;background-size: cover;padding: 80px 0 74px;}
.footer{max-width: 1280px;margin: 0 auto;}
.footer_left{width: 295px;float: left;}
.footer_right{float: right;}
.footer_left .bottom_box{padding: 6px 0 0 0;}
.footer_left .bottom_box p{color: #fff;line-height: 34px;padding: 0 0 0 15px;position: relative;}
.footer_left .bottom_box p::before{width: 4px;height: 4px;border-radius: 50%;content: '';display: block;position: absolute;left: 4px;top: 16px;background: rgba(0,0,0,0.1);}

.link_list{width: 100%;display: inline-block;*display: inline;*zoom:1;position: relative;}
.link_list .title{display: block;color: #fff;position: relative;line-height: 48px;padding: 0 36px 0 14px;background: rgba(0,0,0,0.05);border: 1px solid rgba(255,255,255,0.05);}
.link_list .title::after{content: '';display: block;position: absolute;right: 14px;top: 50%;transform: translateY(-50%) rotateX(0deg);width: 18px;height: 12px;background: url(../images/footer_arrow.png) center no-repeat;transition: all ease-in-out 0.2s;-ms-transition: all ease-in-out 0.2s;-moz-transition: all ease-in-out 0.2s;-webkit-transition: all ease-in-out 0.2s;-o-transition: all ease-in-out 0.2s;}
.link_list:hover .title::after{transform: rotate(180deg);}
.link_list .link_box{background: #fff;position: absolute;bottom: 100%;left: 0;border: 1px solid #eee;border-top: 0;line-height: 1.5;padding: 1px;right: 0;display: none;z-index: 3;}
.link_list .link_box a{display: block;padding:6px;}
.link_list .link_box a:hover{background: #8aac8a;color: #fff;}

.footer_link{text-align: right;color: #fff;line-height: 38px;margin: 0 -16px 0 0;}
.footer_link a{color: #fff;padding: 0 16px;}
.code_box{float: right;display: block;margin: 13px 0 0;width: 230px;padding: 20px 23px 20px 26px;background: rgba(0,0,0,0.05);border-radius: 4px;}
.code_box img{width: 96px;height: 96px;float: left;}
.code_box p{color: #fff;padding: 22px 0 0;margin: 0 0 0 114px;font-size: 14px;line-height: 24px;}

@media screen  and (max-width:1600px){
	.top,.top_links{margin: 0 30px;}
	.nav{left: 600px;}
	
}
@media screen  and (max-width:1386px){
	.wrap_footer{padding: 50px 0 40px;}
	.footer{max-width: 1000px;}
	
}

@media screen  and (max-width:1220px) {
	.nav ul li > a{font-size: 16px;font-weight: normal}
	.footer_right{padding: 13px 0 0;margin: 0 20px 0 360px;}
	
	.logo{width: 360px;}
	.nav{left: 400px;top: 24px;}
	
}
@media screen  and (max-width:1024px) {
	.ser{right: 15px;}
	.footer_left{margin: 0 0 0 20px;}
	
}
@media screen  and (max-width:992px) {
	.header.currents{display: none !important;}
	.nav{display: none;}
	.top_nav,.ser,.slogan{display: none;}
	.logo{position: relative;z-index: 100;top: 0px ;padding: 6px 0;}
	.top{height: auto;padding: 17px 2%;overflow: hidden;border-top: 6px solid #8aac8a;margin: 0;}
	.mobile{display: block;}
	
	.footer_left{display: block;float: none;margin: 0 auto;}
	.footer_right{margin: 20px 20px 0;}
	.links_box{margin: 0 auto;}
	
	.footer_right{float: none;}
	.footer_link{text-align: center;}
	.code_box{margin: 20px auto 0;float: none;overflow: hidden;}
	
	
}
@media screen  and (max-width:768px) {
	.logo{overflow:hidden;width: 270px;text-align: center;position: relative;}
	.logo1{}
	.logo2{}
	.mobile{top: 0px;}
	.mobile-inner-nav{top: 54px;}
}
@media screen and (max-width:767px){
	.mobile-inner-header-icon-out{background-size: 23px auto;}
	.mobile-inner-header-icon-click{background-size: 18px auto;}
	.mobile-inner-nav{padding-bottom: 7px;}
	.mobile-inner-nav a{padding: 9px 0 10px;font-size: 16px;/* margin: 0 36px 0 0; */}
	.modile_link{padding: 6px 13px 0;}
	.modile_link a{font-size: 14px;margin: 0 36px 0 0;}
	.mobile_search{width: 200px;}
}	

@media screen and (max-width:480px) {
	.logo{width: 225px;margin: 0 0 0 6px;}
	
}
@media screen and (max-width:380px) {
	.logo{float:left;}
	
	.links_box .link_list{width: 100%;}
}



