.section {
    background: #F8F8F8
}

.section .wrap {
    width: 1440px;
    margin: 0 auto;
    padding: 0 0 154px
}

.section .wrap .pro_links {
    padding: 101px 0 99px;
    border-bottom: 1px solid rgba(21, 16, 16, 0.1)
}

.section .wrap .pro_links h5 {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin-bottom: 100px
}

.section .wrap .pro_links .flex {
    display: flex;
    justify-content: space-between
}

.section .wrap .pro_links .flex .item {
    cursor: pointer
}

.section .wrap .pro_links .flex .item .icon {
    width: 120px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center
}

.section .wrap .pro_links .flex .item .icon img {
    transition: 1s;
    object-fit: cover;
}

.section .wrap .pro_links .flex .item p {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 30px 0 0;
    transition: 0.6s
}

.section .wrap .pro_links .flex .item:hover .icon img {
    transform: scale(1.1)
}

.section .wrap .pro_links .flex .item:hover p {
    color: #005EB8
}

.section .wrap .part {
    padding: 65px 0 15px
}

.section .wrap .part .part_title {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin-bottom: 31px
}

.section .wrap .part .big {
    display: block;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 22px 25px
}

.section .wrap .part .big .flex {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.section .wrap .part .big .flex .left {
    flex: 1;
    padding-left: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: transparent !important;
}

.section .wrap .part .big .flex .left .type {
    padding: 8px 15px;
    font-size: 18px;
    color: #FFFFFF;
    width: fit-content;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    margin-bottom: 15px;
    line-height: 1
}

.section .wrap .part .big .flex .left .title {
    margin-bottom: 10px
}

.section .wrap .part .big .flex .left .title h4 {
    color: #fff;
    font-size: 32px
}

.section .wrap .part .big .flex .left .text p {
    color: #fff;
    font-size: 16px
}

.section .wrap .part .big .flex .left .more {
    display: flex;
    width: 120px;
    height: 45px;
    border-radius: 24px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    color: #9D9791;
    transition: all .6s
}

.section .wrap .part .big .flex .left .more:hover {
    background-color: #005EB8;
    color: #fff
}

.section .wrap .part .big .control {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 34px 0 12px
}

.section .wrap .part .big .control .item {
    padding: 0 38px;
    border-radius: 30px;
    line-height: 60px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    transition: 0.6s;
    cursor: pointer
}

.section .wrap .part .big .control .item:hover, .section .wrap .part .big .control .item.on {
    background: #005EB8;
    color: #FFFFFF
}

.section .wrap .part .part_box {
    margin: 24px 0 0;
    position: relative
}

.section .wrap .part .part_box .part_box_title {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin-bottom: 28px
}

.section .wrap .part .part_box .part_box_item {
}

.section .wrap .part .part_box .part_box_item {
   display: none;
}

.section .wrap .part .part_box .part_box_item.on {
    display: block;
}

.section .wrap .part .part_box .part_list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 26px
}

.section .wrap .part .part_box .part_list .item {
    width: 340px;
    border-radius: 12px;
    box-shadow: 0 0 10px transparent;
    transition: 0.6s;
    background: #FFFFFF;
    padding: 40px 0 50px;
    transition: 0.6s
}

.section .wrap .part .part_box .part_list .item:nth-child(n+5) {
    display: none;
}
.section .wrap .part .part_box .part_list .item.on{
    display: block!important;
}

.section .wrap .part .part_box .part_list .item .img {
    width: 190px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.section .wrap .part .part_box .part_list .item .item_title {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    text-align: center;
    margin: 30px 0 14px;
    line-height: 1
}

.section .wrap .part .part_box .part_list .item .item_text {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 1;
    margin-bottom: 32px
}

.section .wrap .part .part_box .part_list .item .item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px
}

.section .wrap .part .part_box .part_list .item .item_btn a {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    transition: 0.6s
}

.section .wrap .part .part_box .part_list .item .item_btn a .iconfont {
    font-size: 12px;
    margin-left: 3px
}

.section .wrap .part .part_box .part_list .item .item_btn a:hover {
    color: #D42A1E
}

.section .wrap .part .part_box .part_list .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px)
}

.section .wrap .part .part_box .more {
    width: 140px;
    height: 50px;
    background: #EDEDED;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    transition: 0.6s;
    margin: 40px auto 0;
    cursor: pointer
}

.section .wrap .part .part_box .more:hover {
    background: #005EB8;
    color: #FFFFFF
}

@media screen and (max-width: 1919px) {
    .section .wrap{
        width: 75vw;
        padding: 0px 0px 8.0208333333vw;
    }
    .section .wrap .pro_links{
        padding: 5.2604166667vw 0px 5.15625vw;
    }
    .section .wrap .pro_links h5{
        font-size: 1.875vw;
        margin-bottom: 5.2083333333vw;
    }
    .section .wrap .pro_links .flex .item .icon{
        width: 6.25vw;
        height: 5.2604166667vw;
    }
    .section .wrap .pro_links .flex .item p{
        font-size: 0.9375vw;
        margin: 1.5625vw 0px 0px;
    }
    .section .wrap .part{
        padding: 3.3854166667vw 0px 0.78125vw;
    }
    .section .wrap .part .part_title{
        font-size: 1.875vw;
        margin-bottom: 1.6145833333vw;
    }
    .section .wrap .part .big{
        border-radius: 0.625vw;
        padding: 1.1458333333vw 1.3020833333vw;
    }
    .section .wrap .part .big .flex{
        border-radius: 0.5208333333vw;
    }
    .section .wrap .part .big .flex .left{
        padding-left: 6.25vw;
    }
    .section .wrap .part .big .flex .left .type{
        padding: 0.4166666667vw 0.78125vw;
        font-size: 0.9375vw;
        border-radius: 1.5625vw;
        margin-bottom: 0.78125vw;
    }
    .section .wrap .part .big .flex .left .title{
        margin-bottom: 0.5208333333vw;
    }
    .section .wrap .part .big .flex .left .title h4{
        font-size: 1.6666666667vw;
    }
    .section .wrap .part .big .flex .left .text p{
        font-size: 0.8333333333vw;
    }
    .section .wrap .part .big .flex .left .more{
        width: 6.25vw;
        height: 2.34375vw;
        border-radius: 1.25vw;
        margin-top: 2.8645833333vw;
    }
    .section .wrap .part .big .control{
        gap: 1.0416666667vw;
        margin: 1.7708333333vw 0px 0.625vw;
    }
    .section .wrap .part .big .control .item{
        padding: 0px 1.9791666667vw;
        border-radius: 1.5625vw;
        line-height: 3.125vw;
        font-size: 0.9375vw;
    }
    .section .wrap .part .part_box{
        margin: 1.25vw 0px 0px;
    }
    .section .wrap .part .part_box .part_box_title{
        font-size: 1.4583333333vw;
        margin-bottom: 1.4583333333vw;
    }
    .section .wrap .part .part_box .part_list{
        gap: 1.3541666667vw;
    }
    .section .wrap .part .part_box .part_list .item{
        width: 17.7083333333vw;
        border-radius: 0.625vw;
        box-shadow: transparent 0px 0px 0.5208333333vw;
        padding: 2.0833333333vw 0px 2.6041666667vw;
    }
    .section .wrap .part .part_box .part_list .item .img{
        width: 9.8958333333vw;
        height: 9.6354166667vw;
    }
    .section .wrap .part .part_box .part_list .item .item_title{
        font-size: 1.0416666667vw;
        margin: 1.5625vw 0px 0.7291666667vw;
    }
    .section .wrap .part .part_box .part_list .item .item_text{
        font-size: 0.7291666667vw;
        margin-bottom: 1.6666666667vw;
    }
    .section .wrap .part .part_box .part_list .item .item_btn{
        gap: 0px 1.5625vw;
    }
    .section .wrap .part .part_box .part_list .item .item_btn a{
        font-size: 0.7291666667vw;
    }
    .section .wrap .part .part_box .part_list .item .item_btn a .iconfont{
        font-size: 0.625vw;
        margin-left: 0.15625vw;
    }
    .section .wrap .part .part_box .part_list .item:hover{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw;
        transform: translateY(-0.5208333333vw);
    }
    .section .wrap .part .part_box .more{
        width: 7.2916666667vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        font-size: 0.8333333333vw;
        margin: 2.0833333333vw auto 0px;
    }
}

@media screen and (max-width: 1024px) {
    .section .wrap{
        width: 90%;
        padding: 0 0 20px;
    }
    .section .wrap .pro_links{
        padding: 45px 0;
    }
    .section .wrap .pro_links h5{
        font-size: 22px;
        margin: 0 0 40px;
    }
    .section .wrap .pro_links .flex .item .icon{
        height: 50px;
        width: 50px;
    }
    .section .wrap .pro_links .flex .item p{
        font-size: 13px;
        margin: 15px 0 0 0;
    }
    .section .wrap .pro_links .flex{
        flex-wrap: wrap;
        justify-content: unset;
        gap: 25px 15px;
    }
    .section .wrap .part .part_title{
        font-size: 22px;
        margin: 0 0 25px;
    }
    .section .wrap .part{
        padding: 20px 0;
    }

    .section .wrap .part .big{
        border-radius: 7px;
        padding: 0;
        overflow: hidden;
        background: transparent;
    }
    .section .wrap .part .big .flex{
        border-radius: 7px;
        flex-direction: column-reverse;
    }
    .section .wrap .part .big .flex .right img{
        height: 180px;
    }
    .section .wrap .part .big .flex .left .text{
        display: none;
    }
    .section .wrap .part .big .flex .left{
        padding: 30px 5%;
    }
    .section .wrap .part .big .flex .left .type{
        padding: 7px 10px;
        font-size: 14px;
        border-radius: 40px;
        margin: 0 0 15px;
    }
    .section .wrap .part .big .flex .left .title h4{
        font-size: 22px;
    }
    .section .wrap .part .big .flex .left .text p{
        font-size: 13px;
    }
    .section .wrap .part .big .flex .left .more{
        width: fit-content;
        height: 33px;
        padding: 0 18px;
        margin: 13px 0 0;
        font-size: 12px;
        border-radius: 30px;
    }

    .section .wrap .part .big .control{
        margin: 20px 0;
        gap: 10px 60px;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .section .wrap .part .big .control .item{
        padding: 0;
        line-height: 38px;
        font-size: 12px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-radius: 0;
        position: relative;
    }
    .section .wrap .part .big .control .item:last-child:after{
        display: none;
    }
    .section .wrap .part .big .control .item:after{
        content: '';
        position: absolute;
        right: -30px;
        width: 1px;
        height: 15px;
        background: rgba(0,0,0,.1);
        top: 50%;
        transform: translateY(-50%);
    }

    .section .wrap .part .big .control .item.on{
        background: transparent;
        color: #005EB8;
        border-color: #005EB8;
        font-weight: bold;
    }
    .section .wrap .part .part_box{
        margin: 30px 0 0 0;
    }
    .section .wrap .part .part_box .part_box_title{
        font-size: 18px;
        margin: 0 0 20px;
    }
    .section .wrap .part .part_box .part_list{
        gap: 15px;
        grid-template-columns: repeat(2,1fr);
    }
    .section .wrap .part .part_box .part_list .item{
        width: 100%;
        padding: 25px 5%;
        border-radius: 10px;
    }
    .section .wrap .part .part_box .part_list .item .img{
        width: 100%;
        height: 108px;
    }
    .section .wrap .part .part_box .part_list .item .item_title{
        font-size: 16px;
        margin: 20px 0 20px;
    }
    .section .wrap .part .part_box .part_list .item .item_text {
        font-size: 12px;
        margin: 0 0 15px;
        line-height: 21px;
        width: 40vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section .wrap .part .part_box .part_list .item .item_btn{
        gap: 15px;
        flex-wrap: wrap;
    }
    .section .wrap .part .part_box .part_list .item .item_btn a{
        font-size: 10px;
    }
    .section .wrap .part .part_box .part_list .item .item_btn a .iconfont{
        font-size: 10px;
        margin-left: 5px;
    }
    .section .wrap .part .part_box .more{
        width: fit-content;
        padding: 0 25px;
        height: 45px;
        margin: 40px auto 0;
        font-size: 13px;
        border-radius: 30px;
    }
}
