.banner-comm2 {
    position: relative;
/*    overflow: hidden*/
}

    .banner-comm2 img {
        display: block;
        width: 100%;
        -webkit-animation: a 10s linear infinite alternate;
        animation: a 10s linear infinite alternate
    }

    .banner-comm2 .title {
        position: absolute;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 2.604167vw;
        line-height: 1.2;
        color: #fff
    }

 

.module{
    margin-top: 20px;
}

 .advantage .title { position: relative; padding: 0 0 3%; font-size: 28px; color: #333; text-align: center; }
 .advantage .title::after { background: #1b4c86; display: block; margin: 20px auto 0; width: 44px; height: 2px; content: ''; }
 .advantage .dl { float: left; width: 33.333%; padding: 0 2%; color: #333; text-align: center; }
 .advantage .dl .h4 { font-size: 18px; margin: 20px 0; }
 .advantage .dl .h4 span { display: inline-block; border-bottom: 2px #1b4c86 solid; padding-bottom: 10px; }
 .advantage .dl .con { margin-top: 15px; font-size: 15px; color: #666; text-align: left; line-height: 24px; height: 138px; overflow: hidden;}
 .advantage .dl .con p{ margin: 0;}
 .advantage .pic { float: right; width: 35%; margin-left: 3%; }

 @media(max-width:768px) {
    .banner-comm2 .title {

        font-size: 5.604167vw;

    }
    .advantage .single-content { font-size: 14px; line-height: 1.8; }
    }
    
    .advantage .title { position: relative; padding: 0 0 3%; font-size: 28px; color: #333; text-align: center; }
    .advantage .title::after { background: #1b4c86; display: block; margin: 20px auto 0; width: 44px; height: 2px; content: ''; }
    .advantage .dl { float: left; width: 33.333%; padding: 0 2%; color: #333; text-align: center; }
    .advantage .dl .h4 { font-size: 18px; margin: 20px 0; }
    .advantage .dl .h4 span { display: inline-block; border-bottom: 2px #1b4c86 solid; padding-bottom: 10px; }
    .advantage .dl .con { margin-top: 15px; font-size: 15px; color: #666; line-height: 24px; height: 108px; overflow: hidden;}
    .advantage .dl .con p{ margin: 0;}
    .advantage .pic { float: right; width: 35%; margin-left: 3%; }
    
    @media(max-width:768px) {
    .advantage .title { font-size: 20px; }
    .advantage .dl { width: 100%; }
    .advantage .dl .h4 { font-size: 16px; }
    .advantage .dl .con { padding: 0; font-size: 14px; line-height: 1.8; }
    }