

.overall{
    /*overflow-y: hidden;*/
}

.overall .content{
    /*padding: 2.4rem 12rem;*/
    background-image: url("../image/yewubuju/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing:border-box;
    margin: auto;
}

.overall .content .top {
    width: 72rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4.5rem auto 0 !important;
}

.overall .content .top .left{
    width: 25%;
    box-sizing: border-box;
    padding-top: 3rem;
}

.overall .content .top .left .text{
    margin-bottom: 1.8rem;
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
    
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.overall .content .top  .logo{
    margin-bottom: 2rem;
}

.overall .content .top  .to-gw{
    display: inline-block;
    /*width: 30%;*/
    margin-top: 3.3rem;
    border: 1px solid #0071CE;
    border-radius: 2.5rem;
    font-size: .8rem;
    text-align: center;
}

.overall .content .top  .to-gw svg{
    width: 1rem;
    height: 1rem;
    padding: 0.25rem 0;
      vertical-align: middle;
}

.overall .content .top  .to-gw a{
    height: 2rem;
    line-height: 2rem;
    margin: .25rem .5rem;
    color: #0071CE;
    display: flex;
    align-items: center;
}
.overall .content .top  .to-gw:hover{
    background: #0071CE;
}
.overall .content .top  .to-gw:hover a,
.overall .content .top  .to-gw:hover path{
    color: #FFFFFF;
    fill:#FFFFFF;
    
}
.overall .content .top .right img{
    width: 100%;
     height: 100%;
    object-fit: contain;
}

 
.bottom-icon-list ul img,
.overall .content .top  .logo
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bottom-icon-list {
    margin-bottom: .6rem;
}

.bottom-icon-list ul {
    width: 40%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.lump-bk{
    width: 100%;
    height: 5rem;
    background-color: #787979;
    opacity: 0.9;
}
.swiper{
    width: 100%;
    /*height: 30rem;*/
}
.swiper-wrapper{
     height: auto !important;
}
.swiper-slide, swiper-slide{
    height: auto;
}

/*@media (max-width: 1680px){*/
/*    .overall .content {*/
/*        padding: 2.4rem 11rem;*/
/*    }*/
/*}*/

/*@media (max-width: 1600px){*/
/*    .overall .content {*/
/*        padding: 2.4rem 8rem;*/
/*    }*/
/*}*/


/*@media (max-width: 1366px){*/
/*    .overall .content {*/
/*        padding: 2rem 5.6rem;*/
/*    }*/

/*    .overall .content .top .left {*/
/*        width: 46%;*/
/*        box-sizing: border-box;*/
/*        padding-top: 3rem;*/
/*    }*/

/*    .overall .content .top .left .text  {*/
/*        margin-bottom: 0.8rem;*/
/*    }*/

/*    .overall .content .top .logo {*/
/*        margin-bottom: 1rem;*/
/*    }*/

/*    .bottom-icon-list {*/
/*        margin-bottom: 0rem; */
/*    }*/

/*    .bottom-icon-list ul {*/
/*        width: 30%;*/
/*    }*/

/*    .bottom-icon-list ul img{*/
/*        width: 3.5rem;*/
/*        height: 3.5rem;*/
/*    }*/

/*    .overall .content .top .to-gw {*/
/*        margin-top: 1.3rem;*/
/*    }*/


/*}*/

/*@media (max-width: 1152px){*/
/*    .overall .content {*/
/*        padding: 1rem 3.6rem;*/
/*    }*/
/*    .lump-bk {*/
/*        height: 2.5rem;*/
/*    }*/
/*}*/

/*@media (max-width: 1024px){*/
/*    .overall .content .top .left {*/
/*        width: 55%;*/
/*        padding-top: 1rem;*/
/*    }*/

/*    .overall .content .top .left .text {*/
/*        display: -webkit-box;*/
/*        -webkit-line-clamp: 3;*/
/*        -webkit-box-orient: vertical;*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*    }*/
    
/*    .overall .content .top .to-gw {*/
/*        margin-top: 0.3rem;*/
/*    }*/
/*}*/
 @media (min-width:1920px){
            .overall .content{
                    width: 95rem;
                    margin: auto;
                    overflow-x: hidden;
                }
            }
@media (max-width: 1440px){
            .overall .tabs-meun,
            .overall .content .top,
            .bottom-icon-list
            {
                width: 72rem;
                margin: auto;
            }
            .bottom-icon-list{
                margin-bottom: 0.6rem;
            }
             .overall .content .top{
                margin-bottom: 4rem ;
            }
            .swiper{
                width: 100%;
                height: auto;
            }
        }
@media (max-width: 900px){
    .overall .content{
        padding: 5rem 2rem !important;
    }
    .overall .content .top{
        width: 95% !important;
        flex-direction: column;
    }
    .overall .content .top .left{
        width: 100%;
        text-align: center;
        /*order:2;*/
    }
    .overall .content .top .left .text{
       text-align: left;
    }
 
    /*.overall .content .top .logo {*/
    /*    text-align: center;*/
    /*}*/
    
    .bottom-icon-list ul{
        width: 95%;
    }
    /*.overall .content .top .right{*/
    /*    order:1;*/
    /*}*/
    
    
    /*.overall .content {*/
    /*    padding: 1rem 2rem;*/
    /*}*/

    /*.overall .content .top .left {*/
    /*    width: 85%;*/
    /*}*/

    /*.overall .content .top .logo {*/
    /*    margin-bottom: 0.5rem;*/
    /*}*/

    /*.overall .content .top .right{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/

    /*.overall .content .top .right img{*/
    /*    width: 80%;*/
    /*    margin: auto;*/
    /*}*/

    /*.overall .content .top .left .text {*/
    /*    margin-bottom: .5rem;*/
    /*    font-size: .7rem;*/
    /*    line-height: 22px;*/
    /*    -webkit-line-clamp: 2;*/
    /*}*/

    /*.overall .content .top .to-gw a {*/
    /*    font-size: .7rem;*/
    /*}*/

    /*.overall .content .top .to-gw svg{*/
    /*    width: 15px;*/
    /*    height: 15px;*/
    /*}*/

    /*.bottom-icon-list ul img {*/
    /*    width: 2.5rem;*/
    /*    height: 2.5rem;*/
    /*}*/

}

@media (max-width: 768px){
    .overall .tabs-meun, .overall .content .top{
        width: 100%;
        margin: auto;
    }
    .overall .content .top .right img {
        width: 100%;
        margin: auto;
        min-width: 200px;
    }
    .overall .content .top .left{
        width: 98%;
        margin: auto;
    }
    .overall .content .top .left .text{

    -webkit-line-clamp: 3;

    }
    
}

@media (max-width: 650px){
    .overall .content .top .to-gw {
        width: 100px !important;
        height: 30px !important;
        padding: 0 10px !important;
        border-radius: 16px !important;
        margin-bottom: 15px;
      
    }
    
    .overall .content .top .to-gw  a {
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        justify-content: space-between;
    }
    
    .overall .content .top .to-gw svg {
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    
     .overall .swiper-pagination-bullet img {
        width: 30px !important;
        height: 30px !important;
    }
     .overall .swiper-pagination-clickable .swiper-pagination-bullet {
        margin-right: 20px !important;
    }
    
     .overall .swiper-wrapper{
        margin-bottom: 30px !important;
    }
    .overall .content .top .left .text{
        font-size: 14px !important;
        line-height: 20px;
    }
}
