/*头部样式*/
.header{width:100%;min-width: 300px;height:auto;z-index:10;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;position: absolute;}
.wrapTop{width: 100%;border-top: 6px solid #036b38;position: relative;z-index: 2;}
.header .top{height: 121px;position:relative;z-index: 2;}
.header::after{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;height: 292px;background: url(../images/banner_cover.png) bottom center;background-size: cover;}
.logo{width: 157px;position: absolute;left: 0px;overflow: hidden;font-size: 0;top: 0;padding: 12px 16px 27px;background: #036b38;box-shadow: 0 10px 20px 2px rgba(0,0,0,.2);z-index: 2;}
.logo a{display: inline-block;*display: inline;*zoom: 1;}
.logo img{width: 100%;}
.logo1{width: 100%;}

.top_link{position: absolute;right: 0;top: 0;left: 0;color: #fff;border-bottom: 1px solid rgba(255,255,255,.1);text-align: right;line-height: 50px;}
.top_link a{padding: 0 20px;color: #6cc24a;}
.top_link a:hover{opacity: 1;}

/* 搜索弹出效果 */
.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: #036b38;right: 0;font-size: 18px;color: #fff;}

.search_btn{width: 68px;height: 50px;background: url(../images/search_btn.png) center no-repeat #b32015;float: right;position: relative;margin: 0 0 0 21px;}
/* .search_btn::after{content: '';display: block;position: absolute;width: 1px;height: 14px;background: rgba(255,255,255,0.3);left: 0;top: 3px;} */

.nav{line-height: 67px;height: 72px;position: absolute;left: 447px;right: 0;bottom: 0;}
.nav ul{font-size: 0;text-align: justify; text-justify:inter-ideograph;}
.nav ul::after{content: '';width: 100%;display: inline-block;*display: inline;*zoom:1;}
.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;color: #fff;font-weight: bold;}
.nav ul li > a:hover,.nav ul li > a.on{opacity: 1;}
.nav ul li:hover > a::after,.nav ul li > a.on::after{position: absolute;width: 100%;height: 2px;background: #6cc24a;content: "";left: 0;top: 0;}
/* .nav ul li > a:hover::before,.nav ul li > a.on::before{position: absolute;width: 0;height: 0;content: "";left: 50%;transform: translateX(-50%);border: 9px solid transparent;border-bottom-color: #ff9f05;bottom: 1px;} */
.nav ul li > a,.nav ul li:hover > a{}
/* .subNav{width:160px;background: #036b38;white-space: normal;position: absolute;right: calc(50% - 80px);top: 100%;display: none;} */
.subNav{width:1060px;background: #036b38;white-space: normal;position: absolute;left: calc(-100% - 100%);top: 100%;display: none;}
.subNav dl {
    float: right;
    width: 50%;
}
.subNav dd {
    float: left;
    width: 50%;
    text-align: left;
}
.subNav a{color:#fff;padding:10px 15px;display: block;line-height: 24px;border-top:1px solid rgba(0,0,0,0.2);font-size: 16px;}
.subNav a:hover{background: rgba(0,0,0,0.1);}

.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4);background: #20895e;}
.header.currents .top{height: 120px;}

.nav ul li:hover .subNav{
	-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: 30;}
.mobile-inner-header{width:100%;height: 0;position: absolute;top: 0px;right: 0px;z-index: 2;}
.mobile-inner-header-icon{font-size:25px;text-align: center;float:right;width: 40px;position: relative;border-radius: 50%;}
/* .mobile-inner-header-icon:hover{opacity:0.8;cursor: pointer;} */
.mobile-inner-header-icon{color: #fff;height: 54px;text-align: left;width: 54px;position: absolute;cursor: pointer;font-weight: bold;text-align: right;top: 30px;right: 20px;}

.mobile-inner-nav{background: #20895e;position: absolute;top: 0;left: 60px;right: 0;padding-top: 52px;display: none;overflow: hidden;box-shadow: 0 5px 30px rgba(0,0,0,0.6);}
.mobile-inner-nav ul{}
.mobile-inner-nav a{display: inline-block;line-height: 46px;text-decoration: none;width: 100%;font-size: 20px;color: #fff;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.mobile-inner-nav a:hover{}
.mobile-inner-nav li{position: relative;padding: 0 30px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.mobile-inner-nav li a{}
.mobile-inner-nav li strong{color: #dddd;position: absolute;right: 5px;top:0;font-size: 0;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;background: url(../images/mobile_arrow1.png) center no-repeat;}
.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;}
.mobile-inner-nav li strong.on{background: url(../images/mobile_arrow2.png) center no-repeat;}
@-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;padding: 0 0 8px 22px;margin: -3px 0 0;}
.mobile-inner-nav dd a{height: 29px;line-height: 29px;font-size: 14px;color: rgba(255,255,255,0.4);}
.mobile-inner-nav dd a:hover{color: #fff;}
.mobile-inner-nav li.on{background: rgba(0,0,0,0.15);}
.mobile-inner-nav .mobile_link{color: #fff;text-align: center;}
.mobile-inner-nav .mobile_link a{font-size: 16px;text-align: center;padding: 16px 10px 12px;line-height: 30px;display: inline-block;*display: inline;*zoom:1;width: auto;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 80%;margin-left: 13px;border:none;height: 36px;line-height: 36px;background: none;box-shadow: none;color: #fff;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;background:url(../images/search_btn.png) no-repeat center center;border:none;height: 36px;line-height: 36px;float: left;top: 0;}

footer{clear: both;position: relative;background: url(../images/footer_bg.png);padding: 80px 0 60px;background-size: cover;}
.footer_lf{width: 157px;float: left;margin: 0 0 0 13px;}
.footer_md{float: left;margin: 0 0 0 111px;line-height: 39px;}
.footer_md h3{color: #fff;font-weight: bold;font-size: 18px;}
.footer_md a,.footer_md p{display: block;color: #fff;font-weight: lighter;font-size: 16px;font-family: '';}
.footer_rt{float: right;padding: 9px 0 0;}
.footer_share{display: inline-block;*display: inline;*zoom:1;border-bottom: 1px solid rgba(255,255,255,.2);padding: 0 0 16px;margin: 0 0 25px;}
.footer_share a{margin: 0 0 0 23px;width: 60px;height: 60px;border: 1px solid rgba(255,255,255,.2);display: inline-block;*display: inline;*zoom:1;border-radius: 50%;position: relative;}
.footer_share a.wechat{background: url(../images/footer_wechat.png) center no-repeat rgba(0,0,0,.2);}
.footer_share a.sina{background: url(../images/footer_sina.png) center no-repeat rgba(0,0,0,.2);}
.footer_share a.tiktok{background: url(../images/footer_tiktok.png) center no-repeat rgba(0,0,0,.2);}
.footer_share a.bilibili{background: url(../images/footer_bilibili.png) center no-repeat rgba(0,0,0,.2);}
.footer_share a.we_video{background: url(../images/footer_video.png) center no-repeat rgba(0,0,0,.2);}
.footer_share a:first-child{margin: 0;}
.footer_share a img{max-width: inherit;position: absolute;right: 0;bottom: 106%;z-index: 4;max-width: 200px;background: #fff;padding: 4px;border-radius: 6px;display: none;}
.footer_share a:hover img{display: block;}

.footer_rt p{color: #fff;font-weight: lighter;font-size: 16px;}

@media screen  and (max-width:1480px){
	.header .top{max-width: 1200px;overflow: visible;}
	.nav{left: 300px;}
	.nav ul li > a{font-size: 16px;}
	.footer_md{margin: 0 0 0 40px;}
	
}
@media screen  and (max-width:1200px) {
	.header::after{height: 120px;}
	.nav ul li > a{font-size: 14px;}
	.logo{position: relative;top: 0px;padding: 12px;transform: none;overflow: visible;}
	
	
	.footer_rt{float: none;margin: 0 auto;clear: both;text-align: center;}
}
@media screen  and (max-width:1040px) {
	
	.top_link,.nav{right: 20px;}
	
}
@media screen  and (max-width:992px) {
	.header.currents{display: none !important;}
	
	.nav,.top_link{display: none;}
	
	.search_btn{width: 30px;height: 54px;font-size: 0;display: inline-block;*display: inline;*zoom:1;float: none;vertical-align: middle;margin: 0;}
	.search_btn::after{display: none;}
	
	.header .top{height: auto;padding: 0px 15px;width: auto;}
	.logo{width: 80px;}
	.mobile{display: block;}
	
	.wrapTop{}
	.mobile-inner-header-icon-out{background: url(../images/m_nav1.png) center no-repeat;}
	.mobile-inner-header-icon-click{background: url(../images/m_nav2.png) center no-repeat;right: 0;top: 0;}
	.mobile-inner-header-icon span{display: none;}
	
	.search_box .close{width: 40px;height: 40px;}
	
	.footer_lf{float: none;width: auto;margin: 0 auto 40px;text-align: center;}
	.footer_logo{margin: 0 auto 20px;}
	.footer_menu{margin: 0 0 30px;text-align: center;}
	.footer_menu li{width: auto;margin: 0 8px 15px;}
	.footer_lf::after{display: none;}
	
	.footer_md{width: auto;margin: 0 auto 20px;float: none;text-align: center;}
	
	.footer_rt{width: 50%;padding: 30px 0;}
	.footer_rt .code_box{width: calc(50% - 30px);margin: 0 0 0 30px;}
	
}
@media screen  and (max-width:767px) {
	.logo{overflow:hidden;width: 50px;max-width: 100%;/* margin:0 auto; */text-align: center;position: relative;padding: 8px;}
	.mobile{top: 0px;}
	
	/* .search_btn{width: 37px;height: 37px;right: 70px;padding: 0;font-size: 0;background: url(../images/search_btn.png) center no-repeat #fff;border-radius: 50%;top: 11px;} */
	.search_box .close{width: 32px;height: 32px;}
	.ser{width: 80%;}
	.search input.notxt{width: 100%;box-sizing: border-box;position: relative;}
	.search input.notxt1{/* position: static; *//* width: 100%; */}
	
	.mobile-inner-nav{}
	.mobile-inner-header-icon{width: 37px;height: 37px;}
	.mobile-inner-header-icon-out{top: 16px;}
	.mobile-inner-header-icon-click{background-size: 15px auto;right: 5px;top: 9px;}
	.mobile-inner-nav ul{}
	.mobile-inner-nav a{}

	.footer_md{width: auto;float: none;}
	.footer_rt{width: auto;float: none;padding: 30px 0 0;text-align: center;}
	.footer_rt .code_box{width: 160px;margin: 0 20px 20px;padding: 20px 0 0;}
	.footer_rt::after{display: none;}
	
	
}
@media screen and (max-width:413px) {
	.footer_share a{}
	
}
@media screen and (max-width:380px) {
	/* .logo{float:left;} */
}
