html,
body,
ul,
ol,
div {margin: 0;padding: 0;}
li {list-style: none;}
a {text-decoration: none;}
img {border: 0;}
.swiper {

    height: 605px;
    margin: 50px auto;
    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 700px;
    height: 483px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -366px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

.swiper .pic li.now a::before {

content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/play.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    z-index: 9;background-size: 60px;
	    transition: all 0.5s;
	    -ms-transition: all 0.5s;
}
.swiper .pic li.now a:hover::before{
left: 10%;
    top: 84%;	
}

.swiper .pic li img {
    width: 100%;
    height: 100%;
}

.now {
    z-index: 9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.next {
    z-index: 6;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

._bg {
    background-color: #C52C2F !important;
}

.swiper .cricle {
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper .cricle li {
    float: left;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    
}

.swiper .btns {
    display: none !important; 
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 70px;
    z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
   height: 100%;
       width: 22px;
}








.leftBox,
.rightBox {
    height: 484px;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.leftBox {
    width: 264px;
    left: 0;
	    background: url(../img/lef2.png) left center no-repeat;
}

.rightBox {
    width: 296px;
    right: 0;
	
	    background: url(../img/rig2.png) right center no-repeat;
}
.leftBox:hover{background: url(../img/lef_h.png) left center no-repeat;}
.rightBox:hover{background: url(../img/rig_h.png) right center no-repeat;}
