.title {
    font-size: 50px;
    color: #000000;
    margin: auto;
    text-align: center;
    padding-top: 80px;
    margin-top: 21px;
    padding-bottom: 50px;
    position: relative;
    font-weight: bold;
}

.title::after {
    content: '';
    width: 77px;
    height: 3px;
    background: #f6b542;
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -33px;
}


.banner {
    /*  background: url("../img/banner.png") no-repeat;
    background-size: 100% 100%;*/
    /*height: 910px;*/
    overflow: hidden;


}

.banner .banner-bg {
    display: block;
    width: 100%;
    animation: ZoomInOut 10s infinite linear;
    position: relative;
}

.banner .top {
    width: 100%;
    height: 94px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
}

.banner .top-box {
    display: flex;
    justify-content: space-between;
}

.banner .top-box img {
    height: 54px;
    padding-top: 23px;
}

.banner img {}

@-webkit-keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes ZoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

.top-box ul li {
    float: left;
    margin-left: 35px;
    line-height: 90px;
}

.top-box ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 90px;
}

.top-box ul li.active a {
    font-size: 24px;
    color: #fab12c;
    border-bottom: 3px solid #fab12c;
}

/*赛事简介*/
.brief-int {
    height: 910px;
    box-sizing: border-box;
    margin-top: 20px;
}

.brief-int-l {
    background: #dda14f;
    width: 40%;
    height: 100%;
    position: relative;
    float: left;
    z-index: 10;
}

.brief-int-l .left-bottom {
    width: 89px;
    height: 94px;
    border-top: 4px solid #434343;
    border-right: 4px solid #434343;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.brief-int-l .left-bottom:before {
    content: '+';
    font-size: 36px;
    color: #434343;
    font-weight: bold;
    position: absolute;
    top: -50px;
    right: -35px;
}

.brief-int-r {
    float: left;
    margin-left: -408px;
    position: relative;
}

.introduce-title {
    width: 387px;
    padding-top: 238px;
    padding-bottom: 24px;
    box-sizing: border-box;
    padding-left: 50px;
    border: 6px solid #434343;
    position: absolute;
    top: 30%;
    left: 58px;
    z-index: 11;
    /*float: left;*/
}

.introduce-title:before {
    content: '+';
    font-size: 50px;
    color: #434343;
    font-weight: bold;
    position: absolute;
    top: -70px;
    left: -56px;
}

.introduce-title .name {
    line-height: 100px;
    font-size: 46px;
    color: #000;
    position: relative;
}

.introduce-title .name:before {
    content: '';
    width: 80px;
    height: 2px;
    background: #434343;
    position: absolute;
    top: 0;
    left: 0;
}


.picScroll-left {
    width: 800px;
    overflow: hidden;
    position: relative;
    margin-left: 398px;
}

.picScroll-left .hd {}

.picScroll-left .hd ul {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -103px;
    z-index: 999;
}

.picScroll-left .hd ul li {
    float: left;
    width: 77px;
    height: 6px;
    margin-right: 13px;
    margin-left: 13px;
    background: #cdd1d5;
    cursor: pointer;
}

.picScroll-left .hd ul li.on {
    background: #dda14f;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    margin-bottom: 80px;
}

.picScroll-left .bd ul li .pic img {
    display: block;
    padding: 2px;
}

.picScroll-left .bd ul li .text {
    padding-left: 86px;
}

.picScroll-left .bd ul li .text .tit {
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #434343;
    font-weight: bold;
    position: relative;
}

.picScroll-left .bd ul li .text .tit:before {
    content: '';
    width: 80px;
    height: 2px;
    background: #434343;
    position: absolute;
    bottom: 0;
    left: 0;
}

.picScroll-left .bd ul li .text .tit img {
    width: auto;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.picScroll-left .bd ul li .text .content {
    line-height: 34px;
    font-size: 20px;
    color: #434343;
    padding-right: 24px;
    height: 248px;
    text-align: justify;
}

/*视频*/
.video {
    margin-top: 21px;
    box-sizing: border-box;
    width: 100%;
    height: 911px;
    border: solid;
    border-style: solid;
    border-width: 49px;
    border-right-color: #dda14f;
    border-left-color: #cfcfcf;
    border-top-color: #cfcfcf;
    border-bottom-color: #dda14f;
    position: relative;
    overflow: hidden;
}

.video .title {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -100px;
    z-index: 20;
    padding: 0;
}

.video .title::after {
    content: '';
    width: 77px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -33px;
}

.picScroll-video {
    position: relative;
}

.picScroll-video .hd {
    z-index: 21;
}

.picScroll-video .hd .next {
    display: block;
    font-size: 30px;
    width: 50px;
    height: 176px;
    line-height: 176px;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    right: 0;
    top: 36%;
    /*margin-top: -88px;*/
    z-index: 30;
    cursor: pointer;
}

.picScroll-video .hd .prev {
    display: block;
    font-size: 30px;
    width: 50px;
    height: 176px;
    line-height: 176px;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 36%;
    /*margin-top: -88px;*/
    z-index: 30;
    cursor: pointer;
}

.picScroll-video .hd ul {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
    position: absolute;
    bottom: 31px;
    left: 50%;
    margin-left: -103px;
    z-index: 30;
}

.picScroll-video .hd ul li {
    float: left;
    width: 77px;
    height: 6px;
    margin-right: 13px;
    margin-left: 13px;
    background: rgba(255, 255, 255, .46);
    cursor: pointer;
}

.picScroll-video .hd ul li.on {
    background: #dda14f;
}

.picScroll-video .bd li {
    position: relative;
    /* margin-left: -10px; */
}
.picScroll-video .bd li :nth-child(2){
    position: relative;
    margin-left: -10px;
}
.picScroll-video .bd li :nth-child(3){
    position: relative;
    margin-left: -10px;
}

/*.picScroll-video .bd li .pic img{
    position: relative;
}*/
.picScroll-video .bd li .text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -150px;
    margin-top: -66px;
    width: 286px;

}
.picScroll-video .bd li .text #videoName{
    width: 480px;
    margin-left: -80px;
}
.picScroll-video .bd li .text .bofang {
    font-size: 90px;
    color: #fff;
    cursor: pointer;
}

.picScroll-video .bd li .text p {
    color: #fff;
    font-size: 26px;
    margin-top: 20px;
}

/*.picScroll-video .bd li .vid-box2{
    display: none;
}*/
/*.picScroll-video .bd li #vid1{
    position: relative;
}*/
.picScroll-video .bd li #vid1,
.picScroll-video .bd li #vid2,
.picScroll-video .bd li #vid3 {
    display: none;
}

.picScroll-video .bd li #vid1 span,
.picScroll-video .bd li #vid2 span,
.picScroll-video .bd li #vid3 span {
    font-size: 40px;
    color: #fab12c;
    position: absolute;
    top: 20px;
    right: 40px;
}

.picScroll-video .bd li video {
    width: 100%;
    height: 816px;
}

/*沙八英雄榜*/
.hero .hero-l {
    width: 261px;
    float: left;
}

.hero .hero-r {
    float: left;
    margin-left: -64px;
    margin-top: 26px;
}

.hero .hero-l ul {}

.hero .hero-l ul li {
    line-height: 90px;
    font-size: 24px;
    color: #000;
    padding-top: 13px;
    border-left: 18px solid #d0d0d0;
    padding-left: 34px;
    cursor: pointer;
}

.hero .hero-l ul li.active {
    border-left: 18px solid #efa900;
    border-bottom: 1px solid #efa900;
}

.hero-r .hero-scroll {
    width: 939px;
    height: 663px;
    background: #eeeeee;
    padding: 6px 40px 65px 0;
    position: relative;
    z-index: 100;
    /*overflow: hidden;*/
}

.hero-r .hd .prev {
    font-size: 45px;
    color: #000;
    position: absolute;
    top: 43px;
    right: 90px;
    cursor: pointer;
    z-index: 999;
}

.hero-r .hd .next {
    font-size: 45px;
    color: #000;
    position: absolute;
    top: 43px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
}

/*.hero-r .hd .prev:hover,
.hero-r .hd .next:hover{
    font-size: 48px;
    color: #000;
}*/
.hero-r .hd .prevStop {

    color: #777777;
}

.hero-r .hd .nextStop {

    color: #777777;
}

.hero-r .hd ul {
    position: absolute;
    bottom: 36px;
    left: 50%;
    margin-left: -208px;
    z-index: 999;
}

.hero-r .hd ul li {
    float: left;
    width: 57px;
    height: 5px;
    background: #989898;
    margin-left: 47px;
    cursor: pointer;

}

.hero-r .hd ul li.on {
    background: #434343;
}

.hero-r .bd {
    padding-top: 20px;
}

.hero-r .bd ul li .box:nth-child(1) {
    margin-top: 30px;
}

.hero-r .bd ul li .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;

}

.hero-r .bd ul li .pic {
    box-shadow: darkgrey 0px 0px 20px 5px;
    margin-left: 40px;
    width: 271px;
    height: 177px;

}

.hero-r .bd ul li .text {
    margin-left: 40px;
    text-align: justify;
    width: 588px;
}

.hero-r .bd ul li .text p:nth-child(1) {
    font-size: 24px;
    color: #434343;
    line-height: 27px;
}

.hero-r .bd ul li .text p:nth-child(2) {
    font-size: 18px;
    color: #434343;
    line-height: 36px;
}

.hero-r .bd ul li .text p:nth-child(3) {
    font-size: 16px;
    color: #434343;
    line-height: 28px;
}

.hero-r .bd ul li .text p:nth-child(3) span {
    color: #fab12c;
    cursor: pointer;
}

#hero-scroll2 .hd ul {
    margin-left: -117px;
}

#hero-scroll3 .hd ul {
    margin-left: -367px;
}

#hero-scroll3 .hd ul li {
    width: 30px;
    margin-left: 25px;
}

#hero-scroll4 .hd ul {
    margin-left: -96px;
}

/*备战沙八*/
#pre-war {
    background-image: url(../img/beizhanBg.jpg);
}

.per-war-cont {
    position: relative;

}

.per-war-cont .bd li {
    display: flex;
}

.per-war-cont .bd li .pic-big,
#pre-war-video video,
#pre-war-video1 video {
    /*z-index: 30;*/
    width: 732px;
    height: 526px;
}

.per-war-cont .bd li .pic-big img {}

#pre-war-video,
#pre-war-video1 {
    display: none;

}

.per-war-cont .bd li .text {
    width: 450px;
    height: 324px;
    border: 1px solid #fab12c;
    margin-left: -1px;
    margin-top: 87px;
}

.per-war-cont .bd li .text .tit,
.per-war-cont .bd li .text .tit1 {
    font-size: 48px;
    color: #efefef;
    margin: 45px 0 33px 32px;
    position: relative;
    font-weight: bold;
}

.per-war-cont .bd li .text .tit:after {
    content: '出征仪式';
    font-size: 20px;
    color: #1c1c1e;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.per-war-cont .bd li .text .tit1:after {
    content: '拉练';
    font-size: 20px;
    color: #1c1c1e;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.per-war-cont .bd li .text .tit:before {
    content: '';
    width: 37px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -15px;
    left: 0;

}

.per-war-cont .bd li .text .tit1:before {
    content: '';
    width: 37px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -15px;
    left: 0;

}

.per-war-cont .bd li .text .cont {
    font-size: 18px;
    color: #595757;
    line-height: 28px;
    margin: 0 24px 0 32px;
    text-align: justify;
}

.per-war-cont .bd li .text .cont span {
    font-size: 22px;
    color: #fab12c;
}

.per-war-cont .hd .next,
.per-war-cont .hd .prev {
    font-size: 20px;
    color: #080808;
    display: block;
    width: 42px;
    height: 24px;
    border: 1px solid #e0e0e0;
    text-align: center;
    float: right;
    cursor: pointer;

}

.per-war-cont .hd {
    position: absolute;
    bottom: 204px;
    right: 20px;
    z-index: 1000;
}

/*.per-war-cont .hd .iconfont:hover{
    background: #e0e0e0;
}*/
.per-war-cont .hd .prevStop,
.per-war-cont .hd .nextStop {
    color: #e0e0e0
}

.per-war-cont .bd {
    position: relative;
}

.per-war-cont .bd li .pic-small {
    /* position: absolute;
    bottom: 0;
    left: 16%;*/
    width: 612px;
    display: flex;
    margin-top: 60px;
    margin-left: -160px;
    /*margin-bottom: 147px;*/
    justify-content: space-between;
}

.per-war-cont .bd li .text .pic-small a {
    z-index: 99;
}

/*.per-war-cont .bd li .text .pic-small .active img{
    box-shadow: #666 0px 0px 10px 5px;
    border-bottom: 3px solid #dda14f;
}*/
.per-war-cont .bd li .pic-small .active {
    border-bottom: 3px solid #dda14f;
    box-shadow: #666 0px 0px 12px 0px;
}

.per-war-cont .bot-text {
    width: 492px;
    padding: 44px 40px 0 30px;
    border-left: 1px solid #fab12c;
    position: absolute;
    bottom: 30px;
    /* left: 0; */
    font-size: 18px;
}


/*沙八故事*/
.story {
    margin-top: 20px;
    background: #faf1e5;
    padding-bottom: 62px;
    margin-bottom: 20px;
}

.story-scroll {
    position: relative;
    padding-top: 53px;
}

.story-scroll .hd .next,
.story-scroll .hd .prev {
    font-size: 60px;
    color: #000;
    cursor: pointer;
}

/* .story-scroll .hd .next {
    position: absolute;
    right: -100px;
    top: 22%;
    cursor: pointer;
}

.story-scroll .hd .prev {
    position: absolute;
    left: -100px;
    top: 22%;
    cursor: pointer;
}

.story-scroll .hd .nextStop,
.story-scroll .hd .prevStop {
    color: #777;
} */
.story-scroll .bdSha8 {
    height: 500px;
}

.story-scroll .bdSha8 ul li {
    width: 280px;
    text-align: center;
    margin-left: 20px;
    float: left;
}

.story-scroll .bdSha8 li .text {
    color: #434343;
}

.story-scroll .bdSha8 li .text p:nth-child(1) {
    font-size: 26px;
    line-height: 58px;
    margin-top: 37px;
    color: #000;
}

.story-scroll .bdSha8 li .text p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
}

.story-scroll .bdSha8 li .text p:nth-child(3) {
    font-size: 19px;
    margin-top: 3px;
    line-height: 30px;
}

.story-scroll .bdSha8 li .text a {
    margin: 40px auto 85px;
    /*display: block;*/
    width: 102px;
    height: 30px;
    border: 1px solid #434343;
    border-radius: 20px;
    font-size: 12px;
    color: #606060;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.story-scroll .bdSha8 li .text a:hover {
    background: #434343;
    color: #fab12c;
}

.story-scroll .bdSha8 li .text a span:nth-child(1) {
    padding-bottom: 10px;
    display: block;
}

.story-scroll .bdSha8 li .text a span:nth-child(2) {
    font-size: 20px;
    /*line-height: 30px;*/

}

.story .story-bottom-btn {
    width: 194px;
    height: 57px;
    border: 1px solid #64605c;
    border-radius: 10px;
    font-size: 26px;
    color: #606060;
    line-height: 57px;
    text-align: center;
    display: block;
    margin: auto;
}

.story .story-bottom-btn:hover {
    background: #434343;
    color: #fab12c;
}

/*特别鸣谢*/
.thanks {
    padding-bottom: 76px;
}

.thanks .thank-top .item {
    width: 191px;
    text-align: center;
}

.thanks .thank-top {
    font-size: 20px;
    color: #434343;
    display: flex;
    justify-content: space-around;
}

.thanks .thank-top .item p {
    line-height: 78px;
}

.thanks .thank-bottom ul {
    display: flex;
    justify-content: space-around;
    padding: 0 47px;

}

.thanks .thank-bottom .tit {
    font-size: 20px;
    text-align: center;
    line-height: 68px;
    height: 68px;
    margin-top: 35px;
}

.thanks .thank-bottom li {
    width: 152px;
    height: 44px;
    overflow: hidden;
    margin-top: 30px;
}

.thanks .thank-bottom li p {
    width: 153px;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
    border: 1px solid #fab12c;
    margin-left: -2px;
    text-align: center;
    font-size: 18px;
}

/*联系我们*/
.cont-us {
    background: #dda14f;

}

.cont-us .title::after {
    content: '';
    width: 77px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -33px;
}

.cont-us .content {
    padding-top: 34px;
    padding-bottom: 130px;
}

.cont-us .cont-left {
    width: 603px;
    border-right: 1px solid #644924;
    /* border-image: -webkit-linear-gradient(#b98742, #644924, #b98742) 30 30;
    border-image: -moz-linear-gradient( #b98742, #644924, #b98742) 30 30;
    border-image: linear-gradient( #b98742, #644924, #b98742) 30 30;*/
    padding-bottom: 20px;
}

.cont-us .cont-left .item {
    display: flex;
}

.cont-us .cont-left .item p {
    font-size: 26px;
    color: #333333;
}

.cont-us .cont-left .item p:nth-child(1) {
    font-size: 35px;
    padding-top: 5px;
}

.cont-us .cont-left .item p:nth-child(2) {
    /*width: 506px;*/
    padding: 0 32px 0 25px;
    line-height: 50px;
    /*   */
}

.cont-us .cont-left .item .dizhi {}

.cont-us .cont-left .item .dizhi span {
    display: block;
    float: left;
}

.cont-us .cont-left .item .dizhi span:nth-child(2) {
    /*width: 200px;*/
}

.cont-us .cont-left {
    float: left;
}

.cont-us .cont-rig {
    float: left;
    padding-left: 30px;
    padding-top: 30px;
}

.cont-us .cont-rig .item {
    text-align: center;
    float: left;
    margin-left: 24px;
}

.cont-us .cont-rig .item p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-top: 14px;
}

@media screen and (max-width: 751px) {
    body {
        background: #fff;
        /*width: 350%;*/
        width: 400%;
        /*overflow-x: hidden;*/
    }

    .banner .top {
        /*width: 350%;*/
        width: 400%;
    }

    .brief-int-r {
        width: 300px;
    }

    /*   .picScroll-left{
        width: 730px;
    }
    .picScroll-left .bd ul li .text{
        width: 640px;
    }*/
    .cont-us .cont-left {
        width: auto;
        border: none;
    }

    .cont-us .cont-rig {
        padding-left: 0;
    }
}

/* 备战沙八模块改版样式 */
.beizhan {
    width: 65%;
    height: 850px;
    margin: 0 auto;
}

.box1 {
    width: 10%;
    height: 95%;
    float: left;
}

.box1 .boxCont1 {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 370px 35px;
    background: #D6D5D5;
    float: left;
    cursor: pointer;
}

.boxCont1:hover {
    background: #DDA14F;
}

.box1 .boxCont1 img {
    width: 14px;
    margin: 13px 16px;
}

.box2 {
    width: 80%;
    height: 800px;
    float: left;
}

/* 上半部分 */
.box2Up {
    width: 100%;
    height: 49%;
    margin-bottom: 1%;
}

.upLeft {
    width: 30%;
    height: 100%;
    margin-right: 1%;
    float: left;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.upLeft img {
    width: 100%;
    height: 100%;
}

.upRight {
    width: 69%;
    height: 100%;
    float: left;
}

.rightCont {
    width: 100%;
    height: 48%;
    background-color: #D0D0D0;
    margin-bottom: 1%;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}



/* .title1后的是对备战沙八文字的before和after内容的添加 */
.title1 {
    width: 80%;
    height: 65%;
    margin-left: 10%;
    padding-top: 3%;
}

.title2 {
    width: 97%;
    height: 65%;
    margin-left: 5%;
    padding-top: 6%;
}

.title1 .tit {
    width: 85%;
    font-size: 90px;
    color: #B1B1B1;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
    text-align: center;
    float: left;
}

.title2 .tit1 {
    width: 85%;
    font-size: 90px;
    color: #B1B1B1;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
    text-align: center;
    float: left;
}

.title1 .tit:after {
    content: '拉 练';
    font-size: 45px;
    color: #1c1c1e;
    position: absolute;
    bottom: 20px;
    left: 36%;
}

.title2 .tit1:after {
    content: '出征仪式';
    font-size: 41px;
    color: #1c1c1e;
    position: absolute;
    bottom: 25px;
    left: 170px;
}


.title1 .tit:before {
    content: '';
    width: 37px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;

}

.title2 .tit1:before {
    content: '';
    width: 37px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;

}


.laLiancontent {
    clear: both;
    font-size: 18px;
}

.laLiancontent ul {
    list-style: disc;
    letter-spacing: 2px;
}

.laLiancontent ul li:nth-child(1) {
    width: 42%;
    margin-left: 10%;
    float: left;
}

.laLiancontent ul li:nth-child(2) {
    width: 42%;
    float: left;
}

.laLiancontent ul li span {
    color: #FF9503;
    font-weight: 700;
}

.laLianPic {
    width: 100%;
    height: 50%;
    animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.laLianPic img:nth-child(1) {
    width: 49%;
    height: 100%;
    margin-right: 1%;
    
}

.laLianPic img:nth-child(2) {
    width: 49%;
    height: 100%;
}



/* 下半部分 */
.box2Down {
    width: 100%;
    height: 49%;
}

.downLeft {
    width: 69%;
    height: 100%;
    float: left;
    margin-right: 1%;
}

.downContet {
    width: 100%;
    height: 48%;
    background-color: #DDA14F;
    margin-bottom: 1%;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.downContet p {
    padding: 3% 3% 0 3%;
    width: 94%;
    font-size: 20px;
    /* letter-spacing: 2px; */
    line-height: 34px;
    font-size: 20px;
    color: #434343;
    text-align: justify;
}

.downContet p span{
    font-size: 20px;
    font-weight: bold;
}

.laLianPic2 {
    width: 100%;
    height: 50%;
    animation-duration: 1s;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.laLianPic2 img:nth-child(1) {
    width: 49%;
    height: 100%;
    margin-right: 1%;
    
}

.laLianPic2 img:nth-child(2) {
    width: 49%;
    height: 100%;
}
.downRight {
    width: 30%;
    height: 100%;
    float: left;
    animation-duration: 1s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.downRight img {
    width: 100%;
    height: 100%;
    
}


.box3 {
    width: 10%;
    height: 95%;
    float: left;
}

.box3 .boxCont3 {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 370px 50px;
    background: #D6D5D5;
    float: left;
    cursor: pointer;
}

.boxCont3:hover {
    background: #DDA14F;
}

.box3 img {
    width: 14px;
    margin: 13px 20px;
}

#beizhanBlock2 {
    display: none;
}

.beiZhanToggle {
    width: 100%;
    clear: both;
}

.beiZhanToggleBlock1 {
    width: 164px;
    height: 6px;
    background: #DDA14F;
    float: left;
    margin: 15px 6% 0 32%;
    cursor: pointer;
}

.beiZhanToggleBlock2 {
    width: 164px;
    height: 6px;
    background: #D0D0D0;
    float: left;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.flying {
    clear: both;
}



 /* 按不同的样式调整 */
 /* @media screen and (max-width:375px) {

   
    .picScroll-video .bd li .text {
        margin-left: -450px;
    }

    .picScroll-video .bd li video {
        width: 1194px;
    }
} */