header{position: fixed;width: 100%;top: 0;background-color: #fff;z-index: 5;box-sizing: border-box; padding: 0.2rem 1.66rem;}
header h1 img{height: 2.2rem;}
header .headRight{display: flex;align-items: center;}
header .headRight .nav-1st{gap: 1.4rem;}
header .headRight .sear{margin: 0 1.33rem;}
.menuLine{display: none;}
.nav-1st{white-space: nowrap;}
.nav-1st::after{width: 1px;height: 0.66rem;background-color: #333;right: 0;top: 50%;transform: translateY(-50%);}
.nav-1st > li{position: relative;vertical-align: top;flex: 1;text-align: center;}
.nav-1st > li > a{position: relative;display: block;line-height:2.2rem ;color: #333;z-index: 2;text-align: center;color: #333;font-size: 0.6rem;}
.nav-1st > li > a:hover,.nav-1st > li.on > a{color: #115AD6;}
.nav-1st > li:hover > a::after,.nav-1st > li.on > a::after{transform: scaleY(1);}
.nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 100%;width: 100%;min-width: 200px;padding: 10px;background-color:rgba(0,0,0,.5);box-shadow:0 5px 5px rgba(0,0,0,0.3); border-radius: 4px;transform: translateX(-50%);}
.nav-2nd > li{position: relative;}
.nav-2nd > li > a{position: relative;display: block;padding: 10px;line-height: 16px;text-align: center;color: #fff;white-space: pre-wrap;font-weight: 500;font-size: 0.53rem;}
.nav-2nd > li > a:hover{background: #fff;color:#115AD6;}

footer{background: linear-gradient(to bottom,#004CCE,#4F95FF);}
footer .footOne ul{display: inline-flex;justify-content: space-between;width: calc(100% - 14rem);}
footer .footOne{padding-top: 3.3rem;}
footer .footOne ul li h6{margin-bottom: 0.7rem;}
footer .footOne ul li a{color: #fff;line-height: 1.1rem;}
footer .footOne ul li a:hover{text-decoration: underline;}
#canvsDh{width: 100%;height: 100%;left: 0;top: -20%;position: absolute;opacity: 0.2;z-index: 0;}
footer .footOne,footer .footTwo{position: relative;z-index: 2;}
footer .footOne .text h4{line-height: 1rem;text-align: right;}
footer .footOne .text h4 span{background: url(../images/icon_foot_dianhua.svg) left center no-repeat;padding-left: 1rem;}
footer .footOne .text h6{line-height: 2rem;font-family: "Barlow-Medium";text-align: right;font-size: 1.8rem;}
footer .footOne .text ol{gap:0.4rem ;list-style: none;margin:0.7rem 0 0;padding: 0;}
footer .footOne .text ol .img{width: 4rem;padding: 0.1rem;box-sizing: border-box;border-radius: 0.2rem;overflow: hidden;background-color: #fff;}
footer .footOne .text ol div{line-height: 1.1rem;}
footer .footTwo{border-top: 1px solid rgba(255,255,255,0.2);margin-top: 2rem;padding: 0.5rem 0;}
footer .footTwo .text a{color: #fff;}
footer .footTwo .text a::after{content:'|';font-size: 0.4rem;margin: 0 0.3rem;}
footer .footTwo .text a:last-child::after{display: none;}
@media screen and (max-width:1280px){
	header .headRight .nav-1st{gap: 0.7rem;}
    header{padding: 0.2rem 0.8rem;}
    footer .footOne{padding-top: 2rem;}
}
@media screen and (max-width:1080px){
    header .headRight .nav-1st,footer .footOne ul{display: none;}
    .menuLine{display: block;}
    header .headRight {margin-top: 0.6rem;}
    .menuLine img{height: 1rem;}
    header .headRight .sear{margin: 0 0.7rem;}
    footer .footOne .text h4,footer .footOne .text h6{text-align: left;}
    footer .footOne .text{width: 100%;}
}
@media screen and (max-width:760px){
    .menuLine img{height: 0.8rem;}
    header .headRight {margin-top: 0.7rem;}
    header h1 img{height: 2rem;}
    footer .footTwo .text{width: 100%;}
}