/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "阿里巴巴普惠体 2.0 65 Medium";font-weight: 500;src: url("//at.alicdn.com/wf/webfont/EoLAvtHQRVkP/3od8p7WKotLQ.woff2") format("woff2"),
    url("//at.alicdn.com/wf/webfont/EoLAvtHQRVkP/WGDSkuGyWOBo.woff") format("woff");
    font-display: swap;
  }
body{
    font-family:'阿里巴巴普惠体 2.0 65 Medium',Arial, Helvetica, sans-serif;
} 
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.margin82{
    margin-top: 82px;
}
.padding80{
    padding: 70px 0 60px;
}
.index-title{
    text-align: center;
    margin-bottom: 50px;
}
.index-title h3{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
}
@media (max-width: 1440px){
    .padding80{
        padding: 50px 0 60px;
    }
    .index-title{
        margin-bottom: 30px;
    }
    .index-title h3{
        font-size: 34px;
    }
}
@media (max-width: 1200px){
    .container{
        margin: 0 40px;
    }
    .padding80{
        padding: 40px 0;
    }
    .header .container{
        margin: 0 10px;
    }
}
@media (max-width: 960px){
    .container{
        margin: 0 15px;
    }
}
.header{
    width: 100%;
    height: 82px;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top:0;
    left: 0;
    color: #fff;
    z-index: 999;
}
.header .container{
    display: flex;
}
.header-inner{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-inner .nav-right{
    display: flex;
    align-items: center;
}
.header-inner .nav {
    display: flex;
    align-items: center;
}
.header-inner .nav .nav-item{
    margin: 0 27px;
}
.header-inner .nav .nav-item .nav-top>a{
    display: block;
    color: #fff;
    font-size: 18px;
    height: 82px;
    line-height: 82px;
    position: relative;
}
.header-inner .nav .nav-item .nav-top>a::after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #0c7ef9;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}
.header-inner .nav .nav-item:hover .nav-top>a::after,
.header-inner .nav .nav-item.active .nav-top>a::after{
    width: 28px;
}
.header-inner .nav .nav-item:hover .nav-top>a,
.header-inner .nav .nav-item.active .nav-top>a{
    color: #0c7ef9;
}
.header-inner .header-consult{
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.header-inner .header-consult a{
    display: inline-block;
    color: #0c7ef9;
    width: 105px;
    height: 36px;
    font-weight: bold;
    line-height: 34px;
    border: 1px solid #0c7ef9;
    border-radius: 4px;
    text-align: center;
    transition: all .5s;
    margin-left: 10px;
}
.header-inner .header-consult a:hover{
    color: #fff;
    background: #0c7ef9;
}
.header-inner .header-language{
    margin-left: 20px;
}
.header-inner .header-consult .header-language img{
    width: 25px;
    margin-bottom: 3px;
    margin-right: 3px;
}
.header-inner .header-consult .header-language a{
    width: auto;
    height: auto;
    border: none;
    color: #fff;
    margin-left: 0;
    transition: all .3s;
}
.header-inner .header-consult .header-language a:hover{
    color: #0c7ef9;
    background: none;
}
.header.header-fixed{
    background: rgba(0, 0, 0, .8);
}
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50,58,67,.93);
    z-index: 8;
}
.nav_box .box{
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    visibility: hidden;
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul.clearfix>li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
}

.nav_box .navlist ul.clearfix>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul.clearfix>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.nav_box .navlist ul.clearfix>li>a.cur:before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 32%;
    transition: all 1s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.navlist>ul.clearfix>li ul.sub-menu {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
    transition: none;
}

.navlist>ul.clearfix>li ul.sub-menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}


/* .fixed-head .navbar span,.fixed-head .navbar span:nth-of-type(2),.fixed-head .navbar span:nth-of-type(3) {background-color: #3c81da;} */
.nav_box{
    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}
.nav_box.cur{left: 0;    
	transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    z-index: -1;
}
/* navbar */
.navbar {width: 30px;cursor: pointer;display: none;position: relative;}
.navbar span:nth-of-type(1),.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) {width: 20px; height: 2px; background-color: #fff; border-radius: 3px; position: absolute;transition: transform 0.15s ease;}
.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) { content: ""; display: block;}
.navbar span:nth-of-type(2) {top: -7px;}
.navbar span:nth-of-type(3) {bottom: -7px;}
.navbar span:nth-of-type(1) {top: 50%; margin-top: -1.5px; transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
.navbar span:nth-of-type(2) {transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease}
.navbar span:nth-of-type(3) {transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease}
.navbar.is-active span:nth-of-type(1){transform: rotate(225deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);}
.navbar.is-active span:nth-of-type(2) {top: 0;opacity: 0;transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;}
.navbar.is-active span:nth-of-type(3) {bottom: 0;transform: rotate(-50deg);transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;}

@media(max-width: 960px) {
    .navbar {display: block;}
}

.window-search-bg{position: fixed;top: 0;left: 0;z-index: 9;width: 100%;height: 100%; background-color: rgba(0,0,0,.7);visibility: hidden; opacity: 0; z-index: 1000;}
.window-search {transition: all .3s;width: 100%;height: auto; padding: 50px 0; background-color: rgb(255, 255, 255);visibility: hidden;opacity: 0;transform: translateY(-10px);}
.window-search .window-search-logo {max-width: 150px;display: block;margin: 0 auto 25px;}
.close-search {position: absolute;top: 45px;right: 45px;width: 35px;height: 35px;cursor: pointer;}
.close-search span {position: absolute;top: 17px;left: 6px;width: 25px;height: 2px;background-color: #e01c26;}
.close-search span:first-child {transform: rotate(45deg);}
.close-search span:last-child {transform: rotate(-45deg);}
.window-searchform {max-width: 600px;font-size: 0;margin: 0 auto;padding: 0 15px;}
.window-searchform input {float: left;display: block;padding-left: 10px;width: 79%;border: none;background: none;border: 1px solid #e01c26;line-height: 44px;color: #777;font-size: 16px;outline: none;}
.window-searchform button {float: left;display: block;border: 1px solid #e01c26;line-height: 46px;width: 20%;padding: 0 10px;font-size: 16px;background-color: #e01c26;color: #fff;outline: none;}
.window-searchShow {visibility: visible; opacity: 1; transform: translateY(0);}

@media (max-width: 960px) {
    .header {
        height: 60px;
    }
    .margin82{
        margin-top: 60px;
    }
    .header-inner{
        height: 60px;
        position: relative;
    }
    .header-inner .nav {
        display: none;
    }
    .header-inner .header-consult{
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-inner .header-logo img {
        width: 130px;
    }
}
@media (max-width: 768px) {
    .header-inner .header-language{
        margin-left: 4px;
    }
    .header-inner .header-consult .header-language img{
        width: 15px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .header-inner .header-consult a{
        width: 50px;
        height: 24px;
        font-size: 12px;
        line-height: 22px;
        margin-left: 5px;
    }
}
.footer{
    background: #0058ac;
}
.footer-content{
    font-size: 14px;
    color: #fff;
    padding: 60px 0 20px;
}
.footer-content .container .footer-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #4a88c4;
    padding-bottom: 20px;
}
.footer-content .container .footer-nav h4{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}
.footer-content .container .footer-nav .footer-main .add{
    display: flex;
    margin-top: 10px;
}
.footer-content .container .footer-nav .footer-main .add .add-item:first-child{
    margin-right: 40px;
}
.footer-content .container .footer-nav p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-content .container .footer-nav .footer-right{
    text-align: center;
}
.footer-content .container .footer-left{
    width: 27%;
}
.footer-content .container .footer-left img{
    margin-bottom: 20px;
}
.footer-copyright{
    font-size: 12px;
    margin: 25px 0 0;
}
.footer-copyright p{
    line-height: 24px;
    color:rgba(255, 255, 255, .4);
}
.footer-copyright a{
    display: inline-block;
    color:rgba(255, 255, 255, .4);
    margin: 0 5px;
}
.footer-copyright a:hover{
    color: #fff;
}
.footer-copyright .part{
    display: flex;
    justify-content: space-between;
}
.footer-copyright .part a{
    margin-left: 0;
}
.fixed{
    position: fixed;
    top: 40%;
    right: 20px;
    z-index: 999;
}
.fixed .up{
    width: 56px;
    border-radius: 34px;
    text-align: center;
    background: #0c7ef9;
    padding: 15px 0 30px;
}
.fixed .up .up-item{
    cursor: pointer;
    margin-top: 20px;
}
.fixed .up .up-item a{
    display: block;
}
.fixed .up .up-item p{
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
}
.fixed .up .up-item strong{
    display: none;
}
.fixed .up .up-item:nth-child(2),
.fixed .up .up-item:nth-child(3){
    position: relative;
}
.fixed .up .up-item:nth-child(2):hover strong{
    display: block;
    color: #fff;
    font-size: 30px;
    white-space: nowrap;
    background: #0c7ef9;
    padding: 3px 10px 6px;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    animation-name: anBox;
    animation-duration: 1s;
}
.fixed .up .up-item .wx-img{
    display: none;
}
.fixed .up .up-item .wx-img img{
    width: 120px;
}
.fixed .up .up-item:nth-child(3):hover .wx-img{
    display: block;
    background: #0c7ef9;
    padding: 5px;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    animation-name: anBox;
    animation-duration: 1s;
}
.fixed .top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-top: 20px;
    cursor: pointer;
}
@keyframes anBox{
    from{opacity: 0;}
    to{opacity: 1;}
}
@media (max-width: 1200px){
    .header-inner .nav .nav-item{
        margin: 0 12px;
    }
    .footer-content .container .footer-left{
        width: 77%;
    }
    .fixed{
        right: 10px;
    }
    .fixed .up{
        width: 55px;
        border-radius: 30px;
        padding: 10px 0 20px;
    }
    .fixed .up .up-item{
        margin-top: 15px;
    }
    .fixed .up .up-item:nth-child(2):hover strong{
        font-size: 24px;
        right: 55px;
    }
    .fixed .up .up-item .wx-img{
        display: none;
    }
    .fixed .up .up-item:nth-child(3):hover .wx-img{
        right: 55px;
    }
    .fixed .top{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #0065c3;
        margin-top: 10px;
        cursor: pointer;
    }

}
@media (max-width: 960px){
    .footer-content{
        padding-top: 40px;
    }
    .footer-content .container .footer-left .footer-item:first-child ul{
        width: 200px;
    }
    .footer-content .container .footer-left h3{
        font-size: 16px;
    }
    .footer-content .container .footer-left .footer-item ul li{
        margin-top: 10px;
    }
    .footer-content .container .footer-left .footer-item ul li a{
        font-size: 14px;
    }
    .footer-content .container .footer-right .wx-content{
        transform: scale(.8);
    }
    .footer-content .container .footer-right p{
        margin-top: 0;
    }
    .footer-connection{
        margin-top: 40px;
    }
    .footer-connection .connection-box{
        padding: 15px;
    }
    .footer-connection .connection-box h3{
        font-size: 16px;
        margin-right: 30px;
        margin-top: 5px;
    }
    .footer-connection .connection-box p{
        font-size: 14px;
        margin-right: 30px;
        margin-top: 5px;
    }
    .footer-connection .connection-box p img{
        margin-right: 5px;
    }
    .footer-copyright{
        font-size: 14px;
        margin-top: 20px;
    }
    .fixed{
        display: none;
    }
}
@media (max-width: 768px){
    .footer-content{
        padding: 20px 0;
    }
    .footer-content .container .footer-nav{
        display: none;
    }
    .footer-connection{
        display: none;
    }
    .footer-copyright{
        margin-top: 0;
    }
}