.sett {
    width: 100%;
    height: 30vw;
}

.sett_img {
    width: 100%;
    height: 100%;
}

.handover {
    width: 70%;
    margin: 4vw auto;
}

.el-tabs__item.is-active {
    color: #ffffff;
    background: #0f5e96;
}

.el-tabs--left .el-tabs__item.is-left {
    text-align: center;
}

.el-tabs__nav {
    background: #ffffff;
}

.el-tabs--left .el-tabs__header.is-left{
    box-shadow: 2px 2px 7px #999;
}

.handover img{
    width: 98% !important;
    height: auto !important;
}

.gu_54{
    font-size:16px;
    text-align: center;
    margin:20px 0
}

.el-tabs__active-bar{
    width: 12px !important;
}


.gu_100{
    display: flex;
    flex-wrap: wrap;
    margin-top:30px;
}

.gu_120{
    width: 33%;
    padding-right: 3px;
}

.lxwm {
    margin: auto;
    border-radius: 7px;
    width: 12vw;
    text-align: center;
    padding: 20px;
    background: #0f5e96;
    color: #FFFFFF;
    font-size: 1.3vw;
    font-weight: 700;
}



@media screen and (max-width: 760px) {
    .navss {
        height: 17vh;
        position: unset;
        background-color: #115f97;
    }

    .navss_na {
        display: unset;
    }


    .gps {
        width: 100%;
        margin-top: 1vh;
    }

    .gps_li {
        width: 25%;
        margin: 0;
    }

    .gps_li_a {
        line-height: 4.5vh;
        height: auto;
        font-size: 24px;
    }

    .gps_ul {
        flex-flow: wrap;
        display: flex;
        justify-content: unset;
    }

    .gps_li:hover .gps_ul_1 {
        display: none !important;
    }

    .ccoo {
        display: none;
    }

    .banner_img {
        width: 28%;
        height: auto;
    }

    .banner_img_a {
        height: auto;
    }

    .gu_54 {
        text-align: left;
    }


    .handover {
        width: 96%;
    }

    .handover img {
        width: 100% !important;
    }

    .gu_54 {
        text-align: left;
    }

    .gu_120{
        width: 32%;
    }
}