html,
body,
ul,
ol,
div {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

body {
    background-color: #151515
}

.swiper2 {
    width: 1200px;
    height: 380px;
    margin: 50px auto;
    position: relative;
}

.swiper2 .pic {
    width: 100%;
    height: 118%;
    position: relative;
}

.swiper2 .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: 567px;
    height: 373px;
    position: absolute;
    top: 37px;
    left: 55.5%;
    margin-left: -350px;
    /* border-radius: 6px; */
    overflow: hidden;
    /* box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5); */
}

.swiper2 .pic .prev {
    margin-left: -406px;
    height: 325px;
}

.swiper2 .pic .next {
    margin-left: -332px;
    height: 325px;
}

.swiper2 .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: red !important;
}

.swiper2 .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%);
}

.swiper2 .cricle li {
    float: left;
    width: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* .swiper2 .btns {
    display: none;
    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: 38px;
    z-index: 9;
} */

.swiper2 .leftbtn,
.swiper2 .rightbtn {
    position: absolute;
    top: 50%;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #ffffff;
    z-index: 999;
}

.swiper2 .leftbtn {
    left: 0;
}

.swiper2 .rightbtn {
    right: 0;
}

.swiper2 .leftbtn::after,
.swiper2 .rightbtn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-left: 3px solid #368ada;
    border-top: 3px solid #368ada;
    margin-top: 8px;
}

.swiper2 .leftbtn::after {
    margin-left: 9px;
    -webkit-transform: translate(12px, 8px) rotate(-45deg);
    -moz-transform: translate(12px, 8px) rotate(-45deg);
    -o-transform: translate(12px, 8px) rotate(-45deg);
    -ms-transform: translate(12px, 8px) rotate(-45deg);
    transform: translate(12px, 8px) rotate(-45deg);
}

.swiper2 .rightbtn::after {
    margin-left: 6px;
    -webkit-transform: translate(4px, 8px) rotate(135deg);
    -moz-transform: translate(4px, 8px) rotate(135deg);
    -o-transform: translate(4px, 8px) rotate(135deg);
    -ms-transform: translate(4px, 8px) rotate(135deg);
    transform: translate(4px, 8px) rotate(135deg);
}

.leftBox,
.rightBox {
    width: 21.6%;
    height: 85.5%;
    position: absolute;
    top: 37px;
    z-index: 99;
}

.leftBox {
    /* width: 182px; */
    left: 0;
}

.rightBox {
    /* width: 222px; */
    right: 0;
}

/* 初始状态禁用过渡 */
.swiper2.initializing .pic li {
    transition: none !important;
}

/* 正常状态的过渡 */
.swiper2 .pic li {
    transition: all 0.8s ease;
}