.syzx-box{
    padding: 0;
    margin-top: 10px;
    border: none;
    padding-bottom: 300px;
}
.syzx-tt{
    height: 55px;
    background: url(../images/syzx/syzx-tt.png) center 0 no-repeat;
    background-size: 200px;
    margin: 20px auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 3px;
}
.syzx-ul{
    width: 100%;
    position: relative;
}
.syzx-ul a{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    position: relative;
}
.syzx-ul a img{
    width: 85%;
    float: left;
    display: block;
}
.syzx-ul a span{
    width: 15%;
    float: right;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    background: url(../images/syzx/syzx-tt-bj.png) center center no-repeat;
    background-size:40px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.syzx-ul a{
    overflow: hidden;
}
.syzx-ul a:nth-child(2n){
    overflow: hidden;
}
.syzx-ul a:nth-child(2n) img{
    float: right;
}
.syzx-ul a:nth-child(2n) span{
    width: 15%;
    float: left;
    display: block;
    position: absolute;
    left: 0;
    right: inherit;
    background: url(../images/syzx/syzx-tt-bj1.png) center center no-repeat;
    background-size:40px;
}
.syzx-box{
    padding-bottom: 0;
}
.syzx-banner{
    height: auto;
}