#banner{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 520px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
#banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.container-fluid{
    padding-right: 0;
    padding-left: 0;
}

#totaldatawrap{
    width: 169px;
    height: 360px;
}
#totaldata{
    width: 100%;
    height: 100%;
    background: url(../images/home/data-bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    z-index: 999;
    margin-top: -40px;
}

#totaldata{
    font-size: 32px;
    text-align: center;
    line-height: 1em;
}
#totaldata .target{
    font-size: 12px;
    text-align: center;
    line-height: 2em;
    
}
#totaldata .row{
    padding:15px 30px;
}
#totaldata .row>div{
    padding:20px 0;
    border-bottom: 1px solid #6ebf71;
    
}
#totaldata .row>div:last-child{
    border-bottom: none;
}

.blocktit{
    font-size: 20px;
    line-height: 1em;
    color: #404040;
    padding-left: 12px;
    border-left: 5px solid #5eab1f;
    margin-bottom: 42px;
    font-weight: bold;
}

#cntrans{
    margin-left: 50px;
    margin-top: 60px;
    width: 450px;
    margin-bottom: 35px;
}

#cntrans .con{
    font-size: 14px;
    color: #404040;
    line-height: 2em;
}
#cntrans .knowmore{
    margin-top: 30px;
    background: none;
    border:1px solid #4aaf4d;
    color: #4aaf4d;
}

#cntrans .knowmore a{
    color: #4aaf4d;
}

#news{
    margin-top: 60px;
    width: 368px;
    margin-bottom: 35px;
}
#news ul li{
    height: 40px;
    padding:0 15px;
    color: #434343;
    font-size: 14px;
    line-height: 40px;
    background: #f7f7f7;
    overflow: hidden;
    white-space: nowrap;
}
#news ul li span{
    padding-right: 25px;
}
#news ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #444;
    overflow: hidden;
    width: 22em;
    text-overflow: ellipsis;
}
#news ul li:hover{
    color: #fff;
    background: #4aaf4d;
}
#news ul li:hover a{
    color: #fff;
}

#bussswiper{
    position: relative;
    margin-top: -126px;
}
#bussiness h2{
    padding-top: 48px;
    font-size: 20px;
    text-align: center;
    height: 220px;
    width: 100%;
    background: #f7f7f7;
    font-weight: bold;
}

#bussiness .swiper-slide{
    height: 240px;
}

#bussiness .cover{
    width: 100%;
    height: 116px;
}

#bussiness h3{
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #404040;
    padding: 0;
    margin: 0;
    text-align: center;
}
#bussiness p{
    font-size: 12px;
    color: #939393;
    padding: 0 15px;
}

.swiper-button-prev-buss {
    background-image: url(../images/home/prev.png);
    left: -15px;
    right: auto;
}

.swiper-button-next-buss {
    background-image: url(../images/home/next.png);
    right: -15px;
    left: auto;
}

.swiper-button-next-buss, .swiper-button-prev-buss{
    width: 38px;
    height: 40px;
    background-size: 100% 100%;
    top: 76px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}


@media all and (max-width:1170px){
    #totaldatawrap{
        width: 100%;
        height: 110px;
        float: none;
        margin-bottom: 30px;
    }
    #totaldata .row>div{
        border-bottom: none;
    }
    #cntrans{
        width: 45%;
        margin-left: 30px;
    }
    #news{
        width: 45%;
        margin-right: 30px;
    }
    #totaldata{
        margin-top: 20px;
    }
}
@media all and (max-width:970px){
    #cntrans{
        width: 45%;
        margin-left: 15px;
    }
    #news{
        width: 45%;
        margin-right: 15px;
    }

    #banner{
        height: 320px;
    }
}
@media all and (max-width:768px){
    #cntrans{
        width: 100%;
        margin-left: 0;
        padding: 0 15px;
        margin-bottom: 0;
        margin-top: 30px;
    }
    #news{
        width: 100%;
        margin-right: 0;
        padding: 0 15px;
    }

    #banner{
        height: 240px;
    }

    .swiper-button-prev-buss{
        left: 0;
    }

    .swiper-button-next-buss {
        right: 0;
    }

    .w1100{
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: visible;
    }
    .blocktit{
        margin-bottom: 20px;
    }

    #news ul li {
        height: 35px;
        line-height: 35px;
    }

    #news {
        margin-top: 35px;
        margin-bottom: 0;
    }

    #bussiness h2 {
        padding-top: 20px;
        height: 174px;
    }
}