
.box ul li {
    font-size: 20px;
}

.box {
    margin-top: 80px;
    height: 280px;
    position: relative;
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

.box .list {
    width: 1100px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    margin-left: 55px;
}

.box .btn {
    position: absolute;
    top: 45%;
    margin-top: -20px;
    width: 60px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.prev {
    background: url(../images/index/anniu_zuoxiang.png) no-repeat;
    margin-left: -1px;
}

.next {
    background: url(../images/index/anniu_youxiang.png) no-repeat;
    margin-left: 1185px;
}


.box li {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.box img {
    width: 451px;
    height: 300px;
    border: none;
    float: left;
}

.box .p1 {
    transform: translate3d(-224px, 0, 0) scale(0.85);
}

.box .p2 {
    transform: translate3d(0px, 0, 0) scale(0.85);
    transform-origin: 0 50%;
    opacity: 0.5;
    z-index: 2;
}

.box .p3 {
    transform: translate3d(338px, 0, 0) scale(0.85);
    z-index: 3;
    opacity: 1;
}

.box .p4 {
    transform: translate3d(677px, 0, 0) scale(0.85);
    transform-origin: 100% 50%;
    opacity: 0.5;
    z-index: 2;
}

.box .p5 {
    transform: translate3d(672px, 0, 0) scale(0.85);
}

.box .p6 {
    transform: translate3d(896px, 0, 0) scale(0.85);
}

.box .p7 {
    transform: translate3d(1120px, 0, 0) scale(0.85);
}
.box .buttons {
    position: absolute;
    width: 1200px;
    height: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    padding-top: 10px;
}

.box .buttons a {
    display: inline-block;
    width: 35px;
    height: 5px;
    padding-top: 4px;
    cursor: pointer;
}


.box .mock {
    background: url(../images/index/xinwen_xianzhongmengban.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 19;
}

.box .mockcontent {
    width: 451px;
    height: 300px;
    z-index: 10;
    opacity: 1;
    color: white;
}

.box .mocknews {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 70px;
    padding-bottom: 10px;
}

.mocknews .title {
    margin-top: 5px;
}

.mocknews .detail {
    margin-top: 10px;
}

.mocknews .moredv {
    margin-top: 20px;
    width: 110px;
    height: 35px;
    border: solid 1px white;
    font-size: 12px;
    text-align: center;
}

.mocknews .more {
    margin-top: 8px;
    font-size: 12px;
}
