/*****************/

 .ztzl {
    width: 100%;
    margin: 40px auto;
    position: relative;}

.ztzl .swiper-ztzl {
    width: 1120px;
    margin: 0 auto;
    height: 100px;}

.ztzl .swiper-ztzl a{
    width: 352px;
    height: 96px;
    overflow: hidden;
    display: block;
    margin: 0 auto;}

.ztzl .swiper-ztzl img {   
    width: 352px;
    height: 96px;
    display: block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}

.ztzl .swiper-ztzl img:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.ztzl .arrow-left {
    position: absolute;
    top: 30px;
    left: 0;
    cursor: pointer;
    background: #2285e2;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 5px 0 0 13px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}

.ztzl .arrow-left:hover {
    background: #0070d6;}

.ztzl .arrow-right {
    position: absolute;
    top: 30px;
    right: 0;
    cursor: pointer;
    background: #2285e2;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 5px 0 0 13px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;}

.ztzl .arrow-right:hover {
    background: #0070d6;}
