﻿*{ margin:0px; padding:0px;}
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }

.container{max-width:1200px; margin:40px auto;  } 
.rel{width:100%; height: auto; position: relative; padding-bottom:120px; }
.swiper-slide{ transform: scale(0.88); width: 70%}
.swiper-slide a{width:100%; height: auto; display: block;     transition: 300ms;}
.swiper-slide a img{width:100%; height: auto; display: block; }
.swiper-slide-active{transform: scale(1);}
.swiper-button-next,.swiper-button-prev{width:50px; height: 50px; top:auto; margin-top: 0; bottom:0}
.swiper-button-next{background: url(../images/next.png) no-repeat center; left:15%}
.swiper-button-prev{background: url(../images/prev.png) no-repeat center; left:10%} 



@media all and (max-width: 768px) 
{  
    .swiper-button-next{ left:30%} 
}
