.closestyle1050563{ font-size:12px;color:#333333;text-decoration: none ;}

.ztzl {
    position: relative;
    margin: 50px 0;}
    .ztzl .arrow {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 24%;
        left: auto;
        z-index: 1;
        width: 49px;
        height: 49px;
        background-image: url(images/arrow220241115.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: rgba(255, 255, 255, 0.8);
        background-size: auto;
        cursor: pointer;
        border-radius: 3px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;}

    .ztzl .swiper-prev {
        left: -22px;}

    .ztzl .swiper-next {
        right: -22px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);}

    .ztzl .arrow:hover {
        background-color: #a5cca8;
       background-image: url(images/arrow220241115.png);}

    .subject-swiper .swiper-slide {
        padding: 10px;}

    .subject-swiper .img-scale {
        padding: 60% 0 0;
        box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);}

    .img-scale {
        position: relative;
        display: block;
        overflow: hidden;}

    .img-scale .img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: cover;
        -webkit-transition: transform 0.5s linear 0s;
        -moz-transition: transform 0.5s linear 0s;
        -ms-transition: transform 0.5s linear 0s;
        -o-transition: transform 0.5s linear 0s;
        transition: transform 0.5s linear 0s;}

    .img-scale .img img {
        display: none;
        min-height: 100%;}

