
.hat{position:relative;width:100%;}

header{ width:100%;height:13.5%;position:absolute;top:0;left:0;z-index:2;}
.toper {width:1470px;height:100%;margin:0 auto;}
.toper .log {float:left;height:100%;margin-right:25px;display:flex;align-items:center;justify-content:center;}
.toper .log .con{width:auto;height:77px;display:inline-block;}
.toper .log .con img{height:100%;}

.toper .list{float:left;color:#fff;vertical-align:middle;height:100%;display:flex;align-items:center;justify-content:center;}
.toper .list ul{height:100%;}
.toper .list ul li{float:left;height:100%;font-size:20px;line-height:20px;padding:0 25px;position:relative;color:#fff;font-weight:bold;}
.toper .list ul li:after{transition:all 0.2s;width:0;content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:18px;background-color:#fff;border-radius:3px;height:3px;}
.toper .list ul li a{color:#fff;height:100%;display:flex;align-items:center;justify-content:center;}
.toper .list li.cur:after{width:20%;}
.toper .list ul li:hover a{color:#84e47f;}
/* .toper .list ul li:hover:after,.toper .list li.cur:after{background-color:#84e47f;} */

.toper .list ul li .subnav{display:none;animation:fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;height:auto;overflow:hidden;transition:all .6s;width:160px;box-sizing:border-box;position:absolute;top:100.5%;left:0;background-color:rgba(0,0,0,.60);}
.toper .list ul li:hover .subnav{display:block;}
.toper .list ul li .subnav .subBox{position:relative;width:100%;height:100%;overflow:hidden;box-sizing:border-box;}
.toper .list ul li .subnav dl{display:block;font-size:18px;line-height:38px;font-weight:initial;padding:12px 0px;}
.toper .list ul li .subnav dl dd{}
.toper .list ul li .subnav dl dd a{font-size:18px;line-height:38px;color:#fff;margin-left:25px;padding-left:10px;position:relative;justify-content:left;}
.toper .list ul li .subnav dl dd a::after{content:"";position:absolute;left:0;top:10px;background-color:#fff;width:2px;height:18px;}
.toper .list ul li .subnav dl dd a:hover{color:#84e47f;}
.toper .list ul li .subnav dl dd a:hover::after{background-color:#84e47f;}

.toper .list ul li .subnav.about{width:370px;overflow:hidden;}
.toper .list ul li .subnav.about .subBox{padding-left:20px;}
.toper .list ul li .subnav.about dl{width:110px;float:left;padding:6px 0px;}
.toper .list ul li .subnav.about dl dt{}
.toper .list ul li .subnav.about dl dt a{color:#fff;line-height:50px;padding-left:10px;position:relative;justify-content:left;}
.toper .list ul li .subnav.about dl dt a::after{content:"";position:absolute;left:0;top:15px;background-color:#fff;width:2px;height:18px;}
.toper .list ul li .subnav.about dl dt a:hover{color:#84e47f;}
.toper .list ul li .subnav.about dl dt a:hover::after{background-color:#84e47f;}

.toper .list ul li .subnav.about dl dd a{font-size:18px;line-height:34px;color:#fff;margin-left:0px;padding-left:10px;position:relative;}
.toper .list ul li .subnav.about dl dd a::after{display:none;}
.toper .list ul li .subnav.about dl dd a:hover{color:#84e47f;}
.toper .list ul li .subnav.about dl dd a:hover::after{background-color:#84e47f;}

@-webkit-keyframes fade-in-fwd {
	0% {
		-webkit-transform:translateZ(-80px);
		transform:translateZ(-80px);
		opacity:0;
	}
	100% {
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
		opacity:1;
	}
}
@keyframes fade-in-fwd {
	0% {
		-webkit-transform:translateZ(-80px);
		transform:translateZ(-80px);
		opacity:0;
	}
	100% {
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
		opacity:1;
	}
}

.toper .search-lang{float:right;height:100%;line-height:14px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.toper .search-lang ul{height:24px;height:100%;display:flex;align-items:center;justify-content:left;}
.toper .search-lang .inputcont{width:155px;height:24px;vertical-align:middle;border:1px solid rgba(247, 247, 247, 0.5);border-radius:6px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.toper .search-lang .inputcont .text{font-size:14px;height:100%;width:125px;padding:0 7px;line-height:24px;border:none;background:none;color:#fff;outline:none;box-sizing:border-box;}
.toper .search-lang .inputcont .button{cursor:pointer;width:28px;height:24px;background:url(../../image/publicImg/serch.png) no-repeat;background-size:100% 100%;border:none;}
.toper .search-lang .inputcont input::placeholder {color:#fff;}
.toper .search-lang .lang{color:#fff;display:inline-block;vertical-align:middle;height:24px;line-height:26px;padding-left:10px;font-size:16px;}
.toper .search-lang .lang span{cursor:pointer;}
.toper .search-lang .lang span a{color:#fff;}
.toper .search-lang .lang span.cur{font-weight:bold;}

@media screen and (max-width:1500px) {
	
	.toper {width:1280px;}
	.toper .log {}
	.toper .log .con{height:66px;}
	
	.toper .list ul li{font-size:18px;line-height:500%;padding:0 20px;}
	.toper .list ul li:after{margin-top:16px;line-height:500%;height:2px;}
	
	.toper .search-lang{}
	.toper .search-lang ul{height:22px;}
	.toper .search-lang .inputcont{width:133px;height:22px;border-radius:4px;}
	.toper .search-lang .inputcont .text{font-size:12px;width:104px;padding:0 5px;line-height:22px;}
	.toper .search-lang .inputcont .button{width:22px;height:100%;}
	.toper .search-lang .inputcont input::placeholder {color:#fff;}
	.toper .search-lang .lang{padding-left:8px;font-size:14px;line-height:22px;height:22px;}

}	





footer .botNav{background:url(../../image/publicImg/botNav.jpg) no-repeat center center;height:403px;}
footer .botNav .column{width:1280px;margin:0 auto;display:flex;justify-content:left;align-items:top;}
footer .botNav .column dl{padding-top:30px;padding-right:44px;}
footer .botNav .column dt{font-size:20px;color:#84e47f;line-height:62px;}
footer .botNav .column dt a{color:#84e47f;}
footer .botNav .column dt a:hover{color:#84e47f;font-weight:bold;}
footer .botNav .column dd{font-size:14px;color:#fafafa;line-height:30px;}
footer .botNav .column dd a{color:#fafafa;}
footer .botNav .column dd a:hover{color:#84e47f;}

footer .copyright{width:100%;height:204px;background:#004725;position:relative;padding-top:25px;box-sizing:border-box;}
footer .copyright .column{width:1280px;margin:0 auto;}
footer .copyright .column br{display:none;}
footer .copyright .link{color:#fafafa;padding-top:7px;float:left;}
footer .copyright .link img.ispc{display:inline-block;}
footer .copyright .link a{color:#fafafa;padding:0 20px;}
footer .copyright .link a:hover{color:#84e47f}
footer .copyright .link a:first-child{padding-left:0;}
footer .copyright p{color:#fafafa;font-size:16px;line-height:28px;}
footer .copyright .share {height:65px;float:right;}
footer .copyright .share .icon{display:inline-block;margin-left:12px;position:relative;width:65px;height:65px;cursor:pointer;}
footer .copyright .share .icon.wb{background:url(../../image/publicImg/wb.png) no-repeat center center/100% 100%;}
footer .copyright .share .icon.wx{background:url(../../image/publicImg/wx.png) no-repeat center center/100% 100%;}
footer .copyright .share .icon.wb:hover{background-image:url(../../image/publicImg/wbCur.png);}
footer .copyright .share .icon.wx:hover{background-image:url(../../image/publicImg/wxCur.png);}
footer .copyright .share .icon img{width:65px;height:65px;display:block;}
footer .copyright .share .after{display:none;background:url(../../image/publicImg/bubbles.png) no-repeat;text-align:center;width:137px;height:147px;position:absolute;top:-150px;left:-38px;}
footer .copyright .share .after img{width:130px;height:130px;margin:0 auto;padding-top:3px;}
footer .copyright .share .icon:hover .after{display:block;}




