.header{
    background-color: #fff;
}

.earth{
    position: absolute;
    z-index: -1;
    right: 0;
    top: 16.4%;
}

.earth img:hover{
    transform: scale(1);
}

.first{
    width: 1604px;
    display: flex;
    margin: 231px auto 0;
    justify-content: space-between;
}

.first .left{
    padding-top: 40px;
    width: 50%;
}

.text .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #073C82;
    line-height: 31px;
}

.text .line-one{
    margin-top: 56px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #073C82;
    line-height: 61px;
}

.text .line-two{
    width: 765px;
    margin-top: 32px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
}

.first .right{
    width: 642px;
    height: 357px;
    overflow: hidden;
}

.second{
    width: 1604px;
    margin: 56px auto;
}

.second .items{
    display: flex;
    margin-left: 115px;
    flex-wrap: wrap;
}

.second .items .item{
    width: 496px;
    display: flex;
    margin-top: 81px;
}

.second .items .item .left .cir{
    width: 54px;
    height: 54px;
    background: #0867AF;
    border-radius: 50%;
    position: relative;
}

.second .items .item .left .cir img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.second .items .item .right{
    margin-left: 44px;
}

.second .items .item .right .line-one{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #073C82;
    line-height: 31px;
}

.second .items .item .right .line-two{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
}

.third{
    width: 1604px;
    /*width: 83.54%;*/
    margin: auto;
}

.third .contain{
    margin-top: 115px;
    overflow: hidden;
    position: relative;
}

/* .third .contain .swiper-slide{
    width: 319px !important;
} */

.third .contain .item{
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}

.third .contain .item .aimg{
    width: 259px;
    height: 152px;
    overflow: hidden;
}

.third .contain .item .date{
    width: fit-content;
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 30px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #333333;
}

.third .contain .circle{
    width: 40px;
    height: 40px;
    border: 1px solid #073C82;
    border-radius: 50%;
    position: relative;
    margin-top: 16px;
    margin-bottom: 14px;
}

.third .contain .small-cir{
    width: 20px;
    height: 20px;
    background: #073C82;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.third .contain .text{
    width: fit-content;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    position: relative;
    margin-top: 88px;
    margin-bottom: 128px;
}

.third .contain .text p{
    padding-left: 20px;
}

.third .contain .text p:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #073C82;
    border-radius: 50%;
}

.third .contain:after {
    width: 100%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    background: #F1F1F1;
    z-index: -1;
}

.third .contain .progress .swiper-slide:nth-child(even) .item {
    flex-direction: column-reverse;
}

.third .contain .progress .swiper-slide:nth-child(even) .item .text{
    margin-top: 90px;
    margin-bottom: 142px;
}

.fourth{
    width: 1604px;
    margin: 152px auto 0;
}

.fourth .contain{
    margin-top: 111px;
    display: flex;
    justify-content: space-between;
}

.fourth .left{
    display: flex;
    flex-direction: column;
}

.fourth .left .one{
    margin-top: 64px;
}

.fourth .left .one:first-child{
    margin-top: 0;
}

.fourth .left .one .num{
    font-size: 40px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #073C82;
    line-height: 24px;
}

.fourth .left .one p{
    margin-top: 13px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.fourth .right{
    width: 1371px;
    display: flex;
    justify-content: space-between;
}

.fifth{
    width: 1604px;
    margin: 233px auto 158px;
    position: relative;
}

.fifth .left{
    width: 917px;
    height: 539px;
    margin-top: 105px;
}

.fifth .left img{
    width: 100%;
    height: 100%;
}

.fifth .right{
    width: 1003px;
    height: 468px;
    background-color: white;
    position: absolute;
    left: 677px;
    bottom: -123px;
    padding-left: 85px;
    border-radius: 83px 0 0 0;
    border: 1px solid #F1F1F1;
}

.fifth .contain{
    margin-top: 50px;
}

.fifth .contain li{
    width: 844px;
    color: #666;
    margin-top: 20px;
    list-style-type:disc;
}

.fifth .contain li .hide{
    display: none;
}

.fifth .contain .active-li .hide{
    display: block;
}

.fifth .contain .active-li::marker{
    color: #073C82;
}

.fifth .contain li:first-child{
    margin-top: 0;
}

.fifth .contain .line-one{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #666;
    cursor: pointer;
}

.fifth .contain .active-li .line-one{
    font-size: 20px;
    color: #073C82;
}

.fifth .contain .line-two{
    width: 830px;
    margin-top: 27px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.fifth .contain .line-three a{
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.fifth .contain .line-three a:hover{
    color: #073C82;
}

.fifth .contain .line-three{
    margin-top: 26px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #073C82;
}

.fifth .right .contain .active-li .jia{
    display: none !important;
}

.fifth .right .contain .active-li .jian{
    display: block !important;
}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){

}

@media screen and (max-width: 1680px){

}

@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px ){
    .first{
        width: 100%;
        justify-content: center;
        padding: 0 2%;

    }
    .second{
        width: 100%;
        padding: 0 2%;
    }
    .second .items{
        margin-left: 0;
        justify-content: center;
    }
    .third{
        width: 100%;
        padding: 0 2%;
    }
    .fourth{
        width: 100%;
        padding: 0 2%;

    }
    .fourth .contain{
    }
    .fifth{
        width: 100%;
    padding: 0 2%}
    .honor-swiper{
        overflow: hidden;
    }
    .fifth .right{
        left: 500px;
        height: 498px;
    }
    .fifth .contain .line-two{
        width: 700px;
    }
    .fifth .right{
        width: 870px;
    }
    .fifth .contain li{
        width: 700px;
    }

    body{
        overflow-x: hidden;
    }
    .fourth .right{
        width: 1200px;
    }

}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){

}





@media screen and (max-width: 820px){
    .sec1{
        padding-top: 53px;
    }
    .sec1 .banner img{
        height: 25vh;
    }
    .sec1 .banner .joke{
        left: 6%;
    }
    .sec1 .banner .joke {
        width: 120px;
        height: 150px;
        bottom: -25%;
        left: 6%;
    }
    .sec1 .banner .joke span{
        height: 50px;
    }
    .sec1 .banner .joke p{
        font-size: 20px;
        margin-top:20px;
    }
    .first{
        width: 100%;
        margin-top: 100px;
        padding: 0 6%;
        flex-direction: column;
        justify-content: center;
    }
    .text .line-two{
        width: 100%;
        margin-bottom: 20px;
    }
    .text .line-one{
        margin-top: 25px;
    }
    .text .line-two{
        margin-top: 5px;
    }
    .first .right{
        width: 100%;
        height: auto;
    }
    .first .right img{
        width: 100%;
        height: auto;
    }

    .second{
        width: 100%;
        padding: 0 6%;
    }
    .second .items{
        margin-left: unset;
        margin-top: 50px;
    }
    .second .items .item{
        margin-bottom: 30px;
        margin-top: 0;
    }
    .second .items .item .right .line-one {
        font-size: 20px;
    }
    .second .items .item .right{
        margin-left: 30px;
    }
    .third{
        width: 100%;
        padding: 0 6%;
    }
    .third .contain{
        margin-top: 50px;
    }
    .fourth{
        width: 100%;
        padding: 0 6%;
        margin-top: 50px;
    }
    .fourth .contain{
        margin-top: 50px;
        justify-content: center;
        flex-direction: column;
    }
    .fourth .left .one{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .fourth .left .one:first-child{
        margin-right: 50px;

    }
    .fourth .left{
        flex-direction: row;
        justify-content: center;

    }
    .fourth .right{
        width: 100%;
    }
    .fourth .right .item a{
        display: flex;
        justify-content: center;
    }
    .fifth{
        width: 100%;
        margin-bottom: 50px;
        padding:0 6% 50px;

    }
    .fifth .right{
        position: static;
        width: 100%;
        padding: 0 6%;
        margin-top: 50px;
        height: auto;
        padding-bottom: 10%;

    }
    .fifth .contain li{
        width: 100%;
    }
    .fifth .contain .line-two{
        width: 100%;
    }
    .fifth .left{
        width: 100%;
        height: auto;
    }
    .fifth .left img{
        height: auto;
    }


}

@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){

}


@media screen and (max-width: 414px){

}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){

}
