.section2{
    width: 100%;
    height: auto;
    background: white;
    overflow: hidden;
}
.section2 .sec2-warp{
    width: 1480px;
    margin: 84px auto 77px;
    display: flex;
    justify-content: space-between;
    /*margin-top: 84px;*/
    /*margin-bottom: 77px;*/
}
.section2 .sec2-warp .left{
    width: 260px;
    height: auto;
}
.section2 .sec2-warp .left .sp{
    display: flex;
    justify-content: space-between;
    height: 87px;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #E6E6E6;
}
.section2 .sec2-warp .left .sp span{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
.section2 .sec2-warp .left .sp i{
    margin-right: 20px;
    font-size: 35px;
    transition: 0.6s;
    transform: rotate(90deg);
    color: #666666;
}
.section2 .sec2-warp .left .dh1{
    overflow: hidden;
}
.section2 .sec2-warp .left .dh2 a{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 50px;
    cursor: pointer;
    transition: 0.6s;
    display: block;
}
.section2 .sec2-warp .left .dh2 a:hover{
    color: #056C97;
}
.section2 .sec2-warp .left .dh2{
    display: none;
    border-bottom: 1px solid #E6E6E6;
}
.section2 .sec2-warp .left .dh1.sel i{
    transform: rotate(-90deg);
}
.section2 .sec2-warp .right{
    width: 1180px;
    display: flex;
    flex-wrap: wrap;
}
.section2 .sec2-warp .right a{
    width: 283px;
    margin-right: 16px;
    margin-bottom: 61px;
}
.section2 .sec2-warp .right a:nth-child(4n){
    margin-right: 0px;
}
.section2 .sec2-warp .right .pro-a .pro-img{
    width: 100%;
    height: auto;
    font-size: 0;
    overflow: hidden;
}

.section2 .sec2-warp .right .pro-a .pro-img img{
    width: 100%;
    /* height: fit-content; */
    transition: 0.6s;
}
.section2 .sec2-warp .right .pro-a .pro-img:hover img{
    transform: scale(1.1);
}
.section2 .sec2-warp .right .pro-a p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 25px;
    text-align: center;
}
.section2 .sec2-warp .right1 .more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background: rgba(255, 144, 0, 0);
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
    margin: auto;
}
.section2 .sec2-warp .right1 .more i{
    font-size: 31px;
}
.section2 .sec2-warp .right1 .more:hover{
    background: #F0942F;
    color: white;
}


.section3{
    width: 100%;
    height: 70px;
    background: #F5F5F5;
}
.section3 .sec3-warp{
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.section3 .sec3-warp .left{
    display: flex;
    align-items: center;
    height: 100%;
    align-items: center;
}
.section3 .sec3-warp .left p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    height: 100%;
    width: 120px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}
.section3 .sec3-warp .left p:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #0D6C96;
    transition: 0.6s;
}
.section3 .sec3-warp .left p.sel{
    color: #0D6C96;
}
.section3 .sec3-warp .left p.sel:after{
    width: 100%;
}
.section3 .sec3-warp .left p:hover{
    color: #0D6C96;
}
.section3 .sec3-warp .left p:hover:after{
    width: 100%;
}
.section3 .sec3-warp .left span{
    width: 1px;
    height: 18px;
    background: #CCCCCC;
    margin: 0px 42px;
}
.section3 .sec3-warp .right{
    display: flex;
}
.section3 .sec3-warp .right i{
    color: #0D6C96;
}
.section3 .sec3-warp .right p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0px 5px;
}

@media screen and (max-width: 1366px){
    .section3 .sec3-warp {
        width: 92%;
    }
    .section2 .sec2-warp {
        width: 94%
    }
    .section2 .sec2-warp .left {
        width: 16%;
    }
    .section2 .sec2-warp .right1{
        width: 82%;
    }
    .section2 .sec2-warp .right .pro-a {
        width: 80%;
    }
    .section2 .sec2-warp .right a {
         margin-right: 0;
    }
}

@media screen and (max-width: 768px){
    .section2 .sec2-warp {
        width: 90%;
        margin-bottom: 77px;
        flex-direction: column;
    }
    .section2 .sec2-warp .left {
        width: 80%;
        margin: auto;
    }
    .section2 .sec2-warp .right {
        width: 100%;
        justify-content: space-between;
    }
    .section2 .sec2-warp .right1 {
        margin: auto;
    }
    .section2 .sec2-warp .right a {
        width: 46%;
        margin: 61px 0 0;
    }
    .section2 .sec2-warp .right .pro-a {
         width: 100%;
    }
    .section2 .sec2-warp .right1 .more {
        margin: 40px auto;
    }
    .section3 .sec3-warp {
        width: 90%;
    }
    .section3 .sec3-warp .left {
        margin: auto;
    }
    .section3 .sec3-warp .right {
        display: none;
    }

}
