.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 100px 0;
}
.body-content{
    color: #3e3e3e;
    font-size: 16px;
    padding-top: 50px;
}
.body-content h2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.body-content-top{
    text-align: center;
    margin: 30px 60px;
}
.body-content-top span{
    margin: 0 18px;
}
.visitor{
    text-align: right;
}
.visitor i{
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
    color: #19479e;
}
.video{
    margin-bottom: 45px;
}
.txtScroll-left {
    width: 100%;
    position: relative;
    background-color: #efefef;
    margin-bottom: 50px;
}

.txtScroll-left .hd {
    overflow: hidden;
}
.num{
    display: none;
}

.txtScroll-left .hd .prev{
    width: 15%;
    text-align: center;
    padding: 5px 0;
    background-color: #19479e;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 999;
}
.txtScroll-left .hd .next{
    width: 15%;
    text-align: center;
    padding: 5px 0;
    background-color: #19479e;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 999;
}
.txtScroll-left .hd ul {
    overflow: hidden;
    zoom: 1;
}

.txtScroll-left .bd {
    width: 100%;
    overflow: hidden;
    padding: 15px 15%;
}

.txtScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtScroll-left .bd ul li {
    float: left;
    width: 50%;
    text-align: center;
    /*padding: 0 5px;*/
}
.txtScroll-left .bd ul li{
    border-right: 1px solid #6e6e6e;
}
.txtScroll-left .bd ul li a{
    font-size: 18px;
    color: #6e6e6e;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txtScroll-left .hd a:hover{
    opacity: .9;
}
.txtScroll-left .bd ul li a:hover{
    color: #19479e;
}
@media screen and (max-width: 1200px){
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
}
@media screen and (max-width:767px){
    .body{
        padding: 30px 0;
    }
    .body-content{
        padding-top: 25px;
    }
    .body-content-top span{
        display: block;
        margin-bottom: 5px;
    }
    .txtScroll-left .hd .next{
        width: 20%;
    }
    .txtScroll-left .hd .prev{
        width: 20%;
    }
    .txtScroll-left .bd {
        padding: 15px 20%;
    }
    .txtScroll-left .bd ul li {
        width: 100%;
    }
    .txtScroll-left .bd ul li:nth-child(odd){
        border-right: none;
    }
}