.common_banner .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 12px 0;
}
.common_banner .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.common_peak .wrap .navigation{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.common_peak .wrap .navigation a{
    margin: 0 50px 10px 0;
    padding: 0 18px;
    justify-content: unset;
    white-space: nowrap;
}
.section{
    overflow: hidden;
}
.section .wrap{
    width: 1420px;
    margin: 54px auto 62px;
}
.section .wrap .bread{
    display: flex;
    align-items: center;
    margin: 0 0 41px 0;
}
.section .wrap .bread a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section .wrap .content{
    display: flex;
    justify-content: space-between;
}
.section .wrap .content .images{
    width: 690px;
    height: 460px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 41px 0 0;
}
.section .wrap .content .images img{
    /*max-width: 80%;*/
    /*max-height: 80%;*/
}
.section .wrap .content .text{
    width: 685px;
    margin: 48px 0 0 0;
}
.section .wrap .content .text > span{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 38px 0;
}
.section .wrap .content .text > p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.section .wrap .content .text .consulting{
    display: flex;
    align-items: center;
    margin: 135px 0 0 0;
    width: fit-content;
}
.section .wrap .content .text .consulting .blue{
    width: 50px;
    height: 50px;
    background: #004BAA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 11px 0 0;
}
.section .wrap .content .text .consulting .blue .iconfont{
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
}
.section .wrap .content .text .consulting  p{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.follow{
    height: 70px;
    background: #F5F5F5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.follow .item{
    width: 249px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    transition: 0.6s;
    position: relative;
    cursor: pointer;
}
.follow .item:after{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #004BAA;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s;
}
.follow .item.on {
    background: #FFFFFF;
}
.follow .item.on:after{
    width: 64px;
}
.section2{
    overflow: hidden;
}
.section2 .wrap{
    width: 1420px;
    margin: 62px auto 87px;
}
.section2 .wrap span{
    font-size: 26px;
    /* font-family: Source Han Sans CN;
    font-weight: bold; */
    color: #333333;
    display: block;
    margin: 0 0 24px 0;
}
.section2 .wrap .pick p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.section2 .wrap table{
    width: 100%;
}
.section2 .wrap table tr td{
    min-height: 134px;
    display: inline-block;
    width: 45%;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    border-top: 1px solid rgba(230, 230, 230, 1);
    padding: 26px 0;
    margin: 0 60px 0 0;
}
.section2 .wrap table tr:last-child td{
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}


.section3{
    background: #F5F5F5;
    overflow: hidden;
}
.section3 .wrap{
    width: 1420px;
    margin: 74px auto;
}
.section3 .wrap .title{
    text-align: center;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 70px 0;
}
.section3 .wrap .content,.section3 .wrap .content table{
    width: 100%;
}
.section3 .wrap .content table tr td{
    width: 30%;
    display: inline-block;
    height: 54px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    border-top: 1px solid rgba(204, 204, 204, 1);
    line-height: 54px;
    margin: 0 51px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section3 .wrap .content table tr:not(:last-child) td a{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}
.section3 .wrap .content table tr:not(:last-child) td a:hover{
    color: #004BAA;
}
.section3 .wrap .content table tr td:last-child{
    margin: 0;
}

.section3 .wrap .content table tr:first-child td{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    border: none;
    height: fit-content;
    padding: 0 0 10px 0;
}
.section3 .wrap .content table tr:last-child td a{
    width: 130px;
    height: 50px;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 29px 0;
}

.section3 .wrap .content table tr:last-child td{
    height: fit-content;
}
@media screen and (max-width: 1600px) {
    .section .wrap,.section2 .wrap {
        width: 90%;
    }
    .section .wrap .content .images,.section .wrap .content .text {
        width: 49%;
    }
}
@media screen and (max-width: 1200px) {
    .common_banner .text span,.section2 .wrap span {
        font-size: 24px;
    }
    .section .wrap .content .text .consulting p {
        font-size: 20px ;
    }
}
@media screen and (max-width: 900px) {
    .section .wrap .content .images,.section .wrap .content .text {
        width: 100%;
    }
    .section .wrap .content {
        flex-direction: column;
    }
    .section .wrap .content .text .consulting p {
        font-size: 18px;
    }
    .section .wrap .content .text .consulting .blue .iconfont {
        font-size: 20px;
    }
    .section .wrap .content .text .consulting .blue {
        width: 40px;
        height: 40px;
    }
    .section2 .wrap p img {
        width: 100%;
        height: auto;
    }
    .section .wrap .content .text > span {
        margin: 0 0 15px 0;
    }
    .section .wrap .content .text .consulting {
        margin: 45px 0 0 0;
    }
}
@media screen and (max-width: 700px) {
    .section .wrap .bread {
        display: none;
    }
    .section .wrap .content .images {
        height: 250px;
    }
}
