header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; 
    /* height: fit-content;
    position: sticky;
    top: 0px; */
}
.headPc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.37) 62.5%, rgba(0, 0, 0, 0.00) 100%);
    position: relative;
    transition: all .5s;
}
.headPc .headPc-left .logo{
    display: none;
    padding: 0 !important;
}
.headPc .headPc-right{
    display: flex;
    align-items: center;
}
.headPc .headPc-right .box1{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.headPc .headPc-right .box1>li{
    margin: 0 40px;
    position: relative;
    line-height: 100px;
}
.headPc .headPc-right .box1>li>a{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    transition: all .2s;
    text-align: center;
}
.headPc .headPc-right .box1>li::after {
    content: '';
    width: 0;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.headPc .headPc-right .box1>li:hover:after {
    width: 100%;
}
.headPc .headPc-right .box1>li:hover a{
    font-weight: 500;
}
.headPc .headPc-right .box1>li.active::after {
    width: 100%;
}
.headPc .headPc-right .box1>li.active a{
    font-weight: 500;
}
.headPc .headPc-right .box3 .box3-laug{
    border-radius: 5px;
    border: 1px solid #FFF;
}
.headPc .headPc-right .box3 .box3-laug a{
    display: inline-block;
    padding: 10px 15px;
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.headPc .headPc-right .box3 .box3-laug a.active{
    background: #fff;
    color: inherit;
}

.headPc.active{
    backdrop-filter: blur(10px);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.headPc.active .headPc-right .box1>li>a{
    color: #333;
}
.headPc.active .headPc-right .box1>li::after{
    background:#333;
}
.headPc.active .headPc-right .box1>li.active>a{
    color: #333;
}
.headPc.active .headPc-left .logo{
    display: block;
}
.headPc.active .headPc-left .logo-white{
    display: none;
}
.headPc.active .box3 .box3-laug{
    border: 1px solid #12409F;
}
.headPc.active .box3 .box3-laug a{
    color: #12409F;
}
.headPc.active  .box3 .box3-laug a.active{
    background: #12409F;
    color: #fff;
}

/* 公共栏目banner图 */
.common-banner {
    position: relative;
}
.common-banner .bannerImg {
    width: 100%;
}

.common-tit{
    text-align: center;
}
.common-tit .titimg{
    position: relative;
    margin-bottom: 10px;
}
.common-tit .titimg h2{
    font-family: "Source Han Sans CN";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #CF0E00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 公共栏目banner图 */
.about-warp{
    padding: 70px 0;
}
.about-box{
    margin-top: 50px;
}
.about-warp .rightText{
    padding-top: 30px;
}
.about-warp .rightText h3{
    color: #333;
    font-family: "PingFang SC";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.about-warp .rightText p{
    color: #808080;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
    margin-top: 12px;
}
.contact-warp{
    padding: 70px 0;
}
.contact-box{
    margin-top: 38px;
}
.foot-box{
    background: #232323;
    padding: 30px 0;
}
.foot-box .box-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.foot-box .box-list a{
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.foot-box .box-list .link-right{
    color: rgba(255, 255, 255, 0.20);
}
.foot-box .box-list .link-left2{
    padding-left: 5px;
}
.cht-warp{
    background: #F7F7F7;
    padding: 70px 0;
}

.scroll-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}
.scroll-box::after{
    content: '';
    width: 10%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/cht-m-left.png) no-repeat center;
    background-size: cover;
    z-index: 3;
}
.scroll-box::before{
    content: '';
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../images/cht-m-right.png) no-repeat center;
    background-size: cover;
    z-index: 3;
}
.scrolling-list { 
    width: 4546px;
    margin-bottom: 23px;
}
.scrolling-list:nth-child(odd){
    -webkit-animation: scrollToRight-data-v-6a32e916 36s linear infinite;
    animation: scrollToRight-data-v-6a32e916 36s linear infinite;
}
.scrolling-list:nth-child(even){
    -webkit-animation: scrollToRight-data-v-6a32e916 30s linear infinite;
    animation: scrollToRight-data-v-6a32e916 30s linear infinite;
}
.scrolling-list img{
    width: 50%;
    display: inline-block;
    float: left;
    padding-right: 30px;
}
@keyframes scrollToRight-data-v-6a32e916 {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }
}
@-webkit-keyframes scrollToRight-data-v-6a32e916 {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }
}

@media (min-width: 1480px){
    .container {
        max-width: 1400px;
    }
}
@media (max-width: 1200px){
    .headPc {
        padding: 0 70px;
    }
    .headPc .headPc-right .box1>li {
        margin: 0 30px;
    }
    .common-tit .titimg h2 {
        font-size: 40px;
    }
    .about-warp .rightText h3 {
        font-size: 30px;
    }
    .about-warp .rightText {
        padding-top: 10px;
    }
}
@media (max-width: 1000px){
    .headPc .headPc-right .box1>li {
        margin: 0 15px;
    }
    .headPc .headPc-left img{
        width: 290px;
    }
    .headPc .headPc-right .box1>li>a{
        font-size: 15px;
    }
}