.section{
    overflow: hidden;
}
.section .wrap{
    width: 1420px;
    margin: 59px auto 99px;
}
.section .wrap .title{
    text-align: center;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 34px 0;
}
.section .wrap .content {
    display: flex;
    height: 500px;
}
.section .wrap .content .picture,.section .wrap .content .text{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.section .wrap .content .picture img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.section .wrap .content .text{
    background: #004BAA;
    padding: 67px 46px 76px 46px;
}
.section .wrap .content .text span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 30px 0;
}
.section .wrap .content .text .scroll{
    width: calc(100% + 33px);
    height: 312px;
    padding: 0 33px 0 0;
    overflow-y: scroll;
}
.section .wrap .content .text .scroll p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}
.section .wrap .content .text .scroll .scrollbar-thumb{
    background: #fff !important;
}
.section2{
    overflow: hidden;
}
.section2 .wrap {
    width: 1315px;
    margin: 0 auto 94px;
}
.section2 .wrap .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 69px 0;
}
.section2 .wrap .content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.section2 .wrap .content .item{
    display: flex;
    justify-content: center;
    margin: 0 0 95px 0;
}
.section2 .wrap .content .item .iconfont{
    color: rgba(0, 75, 170, 1);
    font-size: 24px;
    position: relative;
    height: fit-content;
    margin: 0 26px 0 0;
}
.section2 .wrap .content .item .iconfont .after{
    position: absolute;
    right: -11px;
    bottom: -7px;
    width: 20px;
    height: 20px;
    background: rgba(0, 153, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.section2 .wrap .content .item .iconfont .after svg,.section2 .wrap .content .item .iconfont .after path{
    max-width: 80%;
    max-height: 80%;
    fill: #fff;
}
.section2 .wrap .content .item .text span{
    font-size: 20px;
    font-family: ITCAvantGardeStd;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}
.section2 .wrap .content .item .text p{
    width: 303px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.section3{
    overflow: hidden;
}
.section3 .wrap{
    width: 1420px;
    margin: 0 auto 82px;
}
.section3 .wrap .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 51px 0;
    display: block;
}
.section3 .wrap .content{
    display: flex;
    flex-wrap: wrap;
}
.section3 .wrap .content .item{
    width: 460px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    margin: 0 20px 20px 0;
    padding: 14px 20px;
}
.section3 .wrap .content .item:nth-child(3n){
    margin: 0 0 20px 0;
}
.section3 .wrap .content .item .headline{
    display: flex;
    justify-content: space-between;
    padding: 0 0 7px 0;
    margin: 0 0 23px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.section3 .wrap .content .item .headline .icon{
    height: 81px;
    display: flex;
    align-items: flex-end;
}
.section3 .wrap .content .item .headline .icon img{
    max-height: 100%;
    object-fit: contain;
}
.section3 .wrap .content .item .headline span{
    font-size: 20px;
    font-family: ITCAvantGardeStd;
    font-weight: normal;
    color: #333333;
    margin: 48px 0 0 0;
    display: block;
}
.section3 .wrap .content .item .text{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.section3 .wrap .content .item .text p{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 1605px) {
    .section2 .wrap .content .item{
        justify-content: unset;
    }
    .section2 .wrap .content .item .text span{
        font-size: 18px;
    }
}
@media screen and (max-width: 1600px) {
    .section .wrap {
        width: 90%;
    }

    .section .wrap .title {
        font-size: 32px;
    }
    .section .wrap .content .text span {
        font-size: 24px;
    }
    .section .wrap .content .text .scroll p {
        font-size: 14px;
    }
    .section2 .wrap .title {
        font-size: 32px;
    }
    .section2 .wrap .content .item .text p {
        font-size: 14px;
    }
    .section3 .wrap .title {
        font-size: 32px;
    }
    .section3 .wrap .content .item .text {
        font-size: 14px;
    }
    .section2 .wrap{
        width: 90%;
    }
    .section3 .wrap {
        width: 90%;
    }
    .section3 .wrap .content .item {
        width: 32%;
        height: auto;
        margin: 0 1.5% 20px 0;
    }
    .section2 .wrap .content .item .text p {
        width: 100%;
    }
    .section3 .wrap .content .item .headline span {
        font-size: 18px;
    }
    .section3 .wrap .content .item .headline .icon {
        height: 60px;
    }

}
@media screen and (max-width: 1200px) {
    .section3 .wrap .content .item .headline span {
        margin: 23px 0 0 0;
    }
    .section3 .wrap .content .item .headline .icon {
        height: 45px;
    }
}
@media screen and (max-width: 1024px) {
    .section .wrap .title {
        font-size: 24px;
    }
    .section2 .wrap .title {
        font-size: 24px;
    }
    .section3 .wrap .title {
        font-size: 24px;
    }
    .section3 .wrap .title {
        font-size: 24px;
    }
    .section .wrap .content .text span {
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {

    .section2 .wrap .title {
        margin: 0 0 40px 0;
    }
    .section2 .wrap .content {
        grid-template-columns: repeat(2, 1fr);
    }
    .section2 .wrap .content .item {
        margin: 0 0 60px 0;
        justify-content: unset;
    }
    .section2 .wrap {
        margin: 0 auto 0px;
    }
    .section3 .wrap .content .item {
        width: 48%;
        margin: 0 2% 20px 0;
    }
    .section3 .wrap .content .item:nth-child(3n) {
        margin: 0 2% 20px 0;
    }
    .section3 .wrap .content .item:nth-child(2n) {
        margin: 0 0 20px 0;
    }
    .section .wrap {
        margin: 30px auto 40px;
    }
}
@media screen and (max-width: 500px) {
    .section .wrap .content .picture {
        width: 100%;
        height: 200px;
    }
    .section .wrap .content .text {
        width: 100%;
        height: 300px;
    }
    .section .wrap .content .text span {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .section .wrap .title,.section2 .wrap .title,.section3 .wrap .title {
        font-size: 20px;

        margin: 0 0 20px 0;
    }
    .section .wrap .content .text .scroll p {
        font-size: 12px;
    }
    .section .wrap .content {
        flex-direction: column;
    }
    .section .wrap .content .text {
        padding: 30px 20px;
    }
    .section2 .wrap .content {
        grid-template-columns: repeat(1, 1fr);
    }
    .section2 .wrap .content .item {
        margin: 0 0 30px 0;
    }
    .section2 .wrap .content .item .text span {
        font-size: 16px;
    }
    .section2 .wrap .content .item .text p {
        font-size: 12px;
    }
    .section3 .wrap .content .item{
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
}
