@keyframes sjnav{
	0% {
	    width: 2px;
	}
	25% {
	    width: 15px;
	}
	50% {
	    width: 30px;
	}
	75% {
	    width: 15px;
	}
	100% {
	    width: 2px;
	}
}
.top{/* background:#003c5b; */ background:#eee; height: 36px; line-height: 36px; padding:0 3%;}
.top .rightline{padding:0 20px 0 0}
.top .rightline .iconfont{padding:0 10px 0 0}
.top .iconfont{display: inline-block; vertical-align: middle; font-size: 18px;}
.top .icon-a{margin-left:10px}
.pcheader{width: 100%;background: #fff;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); position: sticky; top:0; z-index: 99; transition: all 0.5s ease;}
.pcheader .pclogo{width:120px; height: 60px; background:url(../images/logo.png) no-repeat left center; background-size: 100%;}
.pcheader .pclogo a{ display: block;}
.pcheader .wrapper{width:auto; margin:0 3%}
@media(max-width:1480px){
	.pcheader .wrapper{width:auto; margin:0}
	.top{padding:0 4%;}
}
.pcheader .nav{ margin-left: 50px;}
.pcheader .nav li {position: relative;z-index: 10; margin-left: 40px;}
.pcheader .nav li>a {display: flex;align-items: center;height: 100px;position: relative;z-index: 0;}
.pcheader .nav li>a h3 {font-size: 16px;color: #444; font-family: 'Lato-Semibold';}
.pcheader .nav li>a i {font-size: 12px;color: #444;margin-left:5px;}
.pcheader .nav li:hover>a h3,.pcheader .nav li.on>a h3 {color: #005582;}
.pcheader .nav li.on>a i,.pcheader .nav li:hover>a i {transform: rotate(180deg);color: #005582;}
.pcheader .nav li .subnav {padding:0;width: max-content;position: absolute;top: 100%;left: 50%;transform: translate(-50%, 50px);z-index: 10;background: #fff;opacity: 0;pointer-events: none;transition: all 0.4s;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);border-top: 3px solid #146695;}
.pcheader .nav li .subnav.on {opacity: 1;pointer-events: auto;transform: translate(-50%, 0);}
.pcheader .nav li .subnav dl dd a {font-size: 14px;display: block;line-height: 24px;padding: 10px 20px;border-bottom: 1px solid #eee;text-align: left;}
.pcheader .nav li .subnav dl dd:last-child a{border: none;} 
.pcheader .nav li .subnav dl dd a:hover {color: #1c689a; background: #f9f9f9;}
/*移动端头部*/
.mobmenu{display: none; width:75px; height: 30px; position: fixed; top: 10px; right: 3%; z-index: 999;}
.mobmenu dl {transform: rotateY(180deg); margin-right: 10px; width: 24px; cursor: pointer;}
.mobmenu dl dd {width: 24px;height: 2px;background: #1c689a;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2){margin: 6px 0; width: 24px;}
.mobmenu dl dd:last-child {animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}
.mobmenu h4 {font-size: 12px; text-transform: uppercase;}
.mobmask{position: fixed;left: 0;top: 0;z-index: 1000;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnav{width: 80%;height: 100vh;background: #fff;position: fixed;z-index: 10001;top: 0;left: -80%;overflow-y: auto;opacity: 0;transition: all 0.3s;}
.mobnav.active{transition-delay: 0.3s;opacity: 1;left: 0;}
.mobnav .headtop{height: 60px; padding: 0 15px; position: sticky;top: 0;z-index: 9999; box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);}
.mobnav .headtop .logo {width:80px; height: 40px; background:url(../images/logo.png) no-repeat left center; background-size: 100%; display: block;}
.mobnav .headtop .mobnavclose {width: 30px; height: 30px; position: relative; cursor: pointer;}
.mobnav .headtop .mobnavclose:before,.mobnav .headtop .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnav .headtop .mobnavclose:before{width: 28px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnav .headtop .mobnavclose:after{width: 2px;height: 28px;transform: translate(-50%,-50%) rotate(225deg);}
.mobnav .bottom {padding: 6px 16px;}
.mobnav .bottom .nav li {}
.mobnav .bottom .nav li h3 {border-bottom: 1px solid #eee; padding: 8px 0; line-height: 30px; position: relative;}
.mobnav .bottom .nav li h3 a {display: block; text-align: left; font-size: 14px; color: #1a1a1a; padding-left: 4px;}
.mobnav .bottom .nav li .subnav {border-bottom: 1px solid #eee;padding: 5px 0;display: none;}
.mobnav .bottom .nav li .subnav a {display: block;line-height: 20px;margin: 8px 0;padding-left: 20px;position: relative;font-size: 14px;}
.mobnav .bottom .nav li .subnav a:before{content: "";width: 10px;height: 10px;border: 1px solid #ccc;border-radius: 50%;position: absolute;left: 4px;top: 5px;transition: all 0.4s;}
.mobnav .bottom .nav li .subnav a:after{content: ""; width: 4px;height: 4px;background: #1c689a;border-radius: 50%; position: absolute;left: 7px; top: 8px; transition: all 0.4s;}

.mobnav .bottom .nav li.on h3 a{color: #1c689a;}
.mobnav .bottom .nav li h3 a:hover,.mobnav .bottom .nav li .subnav a:hover{color: #d6222b;}
.mobnav .bottom .nav li .subnav a:hover:before{border-color: #d6222b;}
.mobnav .bottom .nav li h3 .arrorright-btn,.mobnav .bottom .nav li h3 .arrorrighta-btn { position: absolute; width: 80px; right: 10px; top: 50%; margin-top: -20px; height: 40px; cursor: pointer;}
.mobnav .bottom .nav li h3 .arrorright-btn:after { content: ""; position: absolute; width: 8px; height: 8px; top: 50%; right: 0; margin-top:-6px; border-left: 2px solid #bbb; border-top: 2px solid #bbb; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.mobnav .bottom .nav li.on h3 .arrorright-btn:after {margin-top:-2px; border-left: 2px solid #1c689a; border-top: 2px solid #1c689a; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.mobnav .bottom .nav li h3 .arrorrighta-btn:after { content: ""; position: absolute; width: 8px; height: 8px; top: 50%; right: 0; margin-top:-4px; border-left: 2px solid #bbb; border-top: 2px solid #bbb; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
/*底部*/
.footer-list{background: #f0f3f3; padding: 50px 0; border-top: 4px solid #1c689a;}
.downlogo{max-width: 160px; margin-bottom: 15px;}
.footer-list h4,.footer-list h3 {font-size: 16px; font-weight: bold; padding: 8px 0; color:#222; position: relative;}
.footer-list h4 a{display: block; color:#222;}
.footer-list li:nth-child(1){max-width: 350px;}
.footer-list li:nth-child(4){max-width: 450px;}
.plus {position: absolute; right: 10px; top: 0; position: absolute; margin-left: 3px; width: 100%; height: 100%; display: none;}
.plus:before {content: ''; position: absolute; width: 9px; height: 1px; right: 0; top: 18px; background:rgba(255,255,255,.7); }
.plus:after {content: ''; position: absolute; width: 9px; height: 1px; right: 0; top: 18px; background:rgba(255,255,255,.7); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.footersub,.footercontact {display: block; padding: 0; line-height: 28px;}
.footercontact .iconfont{font-size: 18px; line-height: 1; vertical-align: middle; display: inline-block; margin-right: 10px; color:#888}
.footersub a {display: block; line-height: 32px;}
.footersub a:hover {color: #1c689a;}
.top-back{position: absolute;right: 0;top: 10px;background: #e5801f;width: 40px;height: 35px;transition: all 0.4s;border-radius: 2px;cursor: pointer;transform: rotate(180deg); color:#fff;}
.top-back:hover{background: #d6222b;}
.copyright{background: #003c5b; padding: 15px 0; position: relative;}
.footicon{display:-webkit-flex; display: -ms-flexbox; display: flex; margin-top: 5px;}
.footicon-a{ margin-right: 20px;}
.footicon-a .iconfont{font-size: 24px; color:#005582}

.translateSelectLanguage{display: none;}
.language-box { position: relative; height: 40px; z-index: 999;}
.language-box .langbtn { color: #333; display: inline-block; display: flex; cursor: pointer; font-size: 16px; font-family: 'Lato-Semibold'; line-height: 40px; padding-left:25px}
.language-box .langbtn:before{content: '';position: absolute; left:0; top:50%; margin-top:-9px; width:18px; height:18px;background: url(../images/language.png) no-repeat center/cover;}
.language-box .language-tab { display: none; padding: 5px 0; position: absolute; top: 40px; right: -10px; line-height:30px; z-index: 9999; width: 180px; /* border: 1px solid #d6d6d6; */ background: #fff; box-shadow: 0 4px 4px rgba(0,0,0,.15);}
.language-box .language-tab dd { color: #666; display: block; position: relative;}

.language-box .language-tab dd i{width:24px; height: 16px; position: absolute; left:15px; top:7px; display: block;}
.language-box .language-tab dd:nth-child(1) i{background: url(../images/en.png);}
.language-box .language-tab dd:nth-child(2) i{background: url(../images/ch.png);}
.language-box .language-tab dd:nth-child(3) i{background: url(../images/ch.png);}
.language-box .language-tab dd:nth-child(4) i{background: url(../images/fr.png);}
.language-box .language-tab dd:nth-child(5) i{background: url(../images/de.png);}
.language-box .language-tab dd:nth-child(6) i{background: url(../images/it.png);}
.language-box .language-tab dd:nth-child(7) i{background: url(../images/es.png);} 
.language-box .language-tab dd:nth-child(8) i{background: url(../images/ar.png);}
.language-box .language-tab dd:nth-child(9) i{background: url(../images/pt.png);}
.language-box .language-tab dd:nth-child(10) i{background: url(../images/ru.png);}
.language-box .language-tab dd:nth-child(11) i{background: url(../images/ja.png);}
.language-box .language-tab dd:nth-child(12) i{background: url(../images/ko.png);}
.language-box .language-tab dd:nth-child(13) i{background: url(../images/ja.png);}
.language-box .language-tab dd a{display: block; padding-left: 45px; font-size: 12px;}
.language-box .language-tab dd:hover { color: #1a80c0; background: #eee;}

@media(max-width:1024px){
	.top{display: none;}
	.mobmenu{display: flex; align-items: center; cursor: pointer;}
	.pcheader{min-height: 50px; position: fixed;}
	.pcheader .nav,.language-box{display:none}
	.pcheader .pclogo{width:80px; height: 40px; margin-left: 3%; margin-top: 5px;}
	
	.footer-list{background: #f0f3f3; padding: 20px 0; border-top: 0px solid #1c689a;}
	.downlogo{max-width: 120px; margin-bottom: 15px;}
	.footer-list li:nth-child(1){max-width: 100%;}
	.footer-list li:nth-child(4){max-width: 100%;}

	.footersub {display: none;}
	.footer-top {padding: 15px 0; font-size: 14px;}
	.footer-list {padding-bottom: 0px;}
	.plus{display: block;}
	.footer-list h3{font-size: 14px; font-weight: normal; padding:0 0 10px 0; color:#333;}
	.footer-list h4 {cursor: pointer; font-weight: normal; font-size: 14px; line-height: 37px; border-bottom: 1px solid rgba(255,255,255,.1); padding:0 0 0 10px; color:#ddd;}
	.footer-list h4 a{color: #ddd; display: block;}
	.footer-list h4.cur {border-bottom: 0px solid rgba(255,255,255,.1);}
	.footer-list h4.cur .plus:after{display: none;}
	.footer-list li:nth-child(-n+2){display: none;}
	.footersub {border-bottom: 1px solid rgba(255,255,255,.1); padding:0 10px 10px;}
	.footersub a {line-height: 28px;}
	.footercontact {padding:0px; line-height: 26px;border-bottom: 1px solid rgba(255,255,255,.1);}
	.footercontact .iconfont{font-size: 14px; margin-right: 6px;}
	.plus{display: block;}
	
	.footicon{ margin-top: 5px; justify-content: center;}
	.footicon-a{ margin-right: 20px;}
	.footicon-a .iconfont{font-size: 24px; color:#005582}
	
	.copyright{border-top: 0; padding-top: 10px; position: static; text-align: center;}
	.top-back{display:none}
}