*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #eef9ec;
}
.content-img{
    width: 100%;
    height: 560px;
    background: url(../images/img_bg.png) 100% no-repeat;
    background-size: 100% 100%;
}
.content-item{
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.item-title{
    width: 100%;
    height: auto;
    color: #CF281F;
    font-size: 36px;
    text-align: center;
    line-height: 100px;
    font-weight: bold;
}



.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 490px;
    object-fit: cover;
  }
  
  .slideBox {
    width: 100%;
    height: 438px;
    overflow: hidden;
    position: relative;
  }
  
  .slideBox .hd {
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 13px;
    z-index: 1;
  }
  
  .slideBox .hd ul {
    zoom: 1;
  }
  
  .slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    line-height: 14px;
    text-align: center;
    background: #95a3bf;
    cursor: pointer;
  }
  
  .slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
  }
  
  .slideBox .bd li img {
    width: 100%;
    display: block;
  }
  
  .slideBox .bd li p {
    position: absolute;
    display: block;
    bottom: 0;
    width: 85%;
    padding-right: 15%;
    height: 40px;
    overflow: hidden;
    background: rgba(67, 106, 62, 0.3);
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-indent: 1em;
  }
  
  .slideBox .prev,
  .slideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -54px;
    display: block;
    width: 42px;
    height: 68px;
    background: url(../images/slide_btn.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  
  .slideBox .next {
    left: auto;
    right: 0;
    background: url(../images/slide_btn.png) -42px 0px no-repeat;
  }
  
  .slideBox .prev:hover,
  .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  
  .slideBox .prevStop {
    display: none;
  }
  
  .slideBox .nextStop {
    display: none;
  }
  


.item-swiper{
    width: 100%;
    height: 380px;
    margin-top: 40px;
}
.item-swiper-left{
    width: 680px;
    height: 100%;
}
.item-swiper-right{
    width: 100%;
    height: 100%;
    padding: 24px 30px 0px 30px;
    box-sizing: border-box;
    background-color: #F2F6F9;
}
.item-swiper-right >p:first-child{
    font-size: 22px;
    font-weight: 500;
    color: #c30808;
    margin-bottom: 20px;
    text-align: center;
}
.item-swiper-right >p:first-child a{
    color: #c30808;
}
.item-swiper-right > p:nth-child(2){
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    text-indent: 2em;
}
.item-swiper-right > p:nth-child(2) a{
    color: #E2BD89;
    line-height: 25px;
}
.item-swiper-right .underline{
    width: 100%;
    border: solid 1px #E2BD89;
    margin: 14px 0;
}
.item-swiper-right ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.item-swiper-right ul li::before {
    position: absolute;
    content: '';
    background: #b90b0c;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0px;
    margin-top: -2px;
}

.item-swiper-right ul li a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #383535;
}
.item-swiper-right ul li a:hover{
    color: #C30A0A;
}
.item-swiper-right>a{
    color: #C30A0A;
    float: right;
    font-size: 14px;
}
.section-div{
    width: 1200px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: inline-block;
}
.section-div .div-title{
    width: 100%;
    height: 74px;
    background: url(../images/section_title_bg.png) no-repeat;
    background-position: 50%;
}
.section-div .div-title .div-title-con{
    width: 280px;
    height: 100%;
    margin: auto;
    background: url(../images/section_title_img.png) no-repeat;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 27px;
    color: #C30B0B;
    text-indent: 100px;
    line-height: 74px;
    text-align: center;
}

.section-div>a {
    color: #C30A0A;
    float: right;
    font-size: 14px;
    padding: 0px 30px 0px 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}


.div-video{
    width: 100%;
    height: 600px;
    background: #ccc;

}
.div-video-text{
    width: 100%;
    height: 100px;
}
.div-video-text img{
    width: 100%;
    height: 100%;
}
/*  */
.div-video-small{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/* */
.div-content{
    width: 100%;
    height: 500px;
    background-color: #595959;
    overflow: hidden;
}
/* */
.div-place{
    width: 100%;
    background-color: #fff;
    padding: 20px;
    padding-top: 30px;
    box-sizing: border-box;
}
.div-place ul{
    color: #B90B0C;
}
.div-place ul li {
    margin-bottom: 20px;
    position: relative;
}

.div-place ul li::before {
    position: absolute;
    content: '';
    background: #b90b0c;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0px;
    margin-top: -2px;
}
.div-place ul li:last-child{
    margin-bottom: 0;
}
.div-place li a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #656161;
    padding-left: 15px;
}
.div-place li  span{
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #656161;
}
.div-place li a:hover {
    color: #B90B0C;
}
.section-div > .div-more{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 14px;
    color: #B10B0B;
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
}


/*  */
.video-samll-content{
    width: 100%;
    height: 100%;
}
.video-small-box{
    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
}
.video-small-box .video-samll{
    width: 100%;
    height: auto;
    background: #ccc;
    /* margin-bottom: 30px; */
}
.video-small-box .video-samll-title{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    /* padding: 20px; */
}
.video-small-box .video-samll-title a{
    line-height: 50px;
}
.video-samll-title video{
    width:100%; 
}
.video-small-box .video-samll-title p:first-child{
    width: 100%;
    height: auto;
    background: none;
}
.video-small-box .video-samll-title p:last-child{
    width: calc(100% - 12px);
    height: 100%;
    text-align: left;
}
.video-small-box .video-samll-title p:last-child a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #242323;
    line-height: 29px;
}
.video-small-box .video-samll-title p:last-child a:hover{
    color: #C20404;
}


@media (max-width: 768px) {
    .zqpdsjs_box{
        background-color:#F2F6F9;
    }
    .content-img{
        height: 120px;
    }
    .content-item{
        width: 100%;
        height: auto;
    }
    .div-place li  span{
        margin-top: -20px;
    }
    .item-title{
        font-size:20px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .item-swiper-left{
        width: 100%;
    }
    .slideBox{
        height: 220px;
    }
    .slideBox .prev, .slideBox .next{
        display:none;
    }
    .item-swiper{
        height: auto;
        margin-top: 0px;
    }
    .item-swiper-right{
        width: 100%;
    }
    .item-swiper-right{
        padding: 0px;
        margin-top: 20px;
    }
    .section-div{
        width: 100%;
    }
    .section-div .div-title .div-title-con{
        font-size: 18px;
        width: 200px;
        background: url(../images/section_title_img.png) no-repeat 45px;
        background-size: 20%;
        text-align: left;
    }
    .section-div .div-title .div-title-con span{
        /* float: left; */
    }
    .div-video-text img{
        height: auto;
    }
    .div-video-text{
        height: auto;
    }
    .section-div>a{
        padding: 0px 0px 0px 0px;
        margin-top: -46px;
    }
    .div-video-small{
        margin-top:20px;
    }
    .div-place li a{
        font-size: 16px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        max-width: 66%;
        padding-left: 12px;
    }
    .div-place{
        padding: 10px;
    }
    .section-div .div-title{
        border-bottom: 1px solid #E2BD89;
        height: auto;
        background: none;
    }
    .swiper-slide img{
        height: 310px;
    }
    .video-small-box .video-samll{
        margin-bottom: 10px;
    }
    .video-small-box .video-samll-title a{
        line-height: 25px;
        font-size: 15px;
        display: block;
        min-height: 49px;
    }

    .div-video-small .swiper-button-next{
        right: 10px;
        width: 30px;
        height: 20px;
        margin-top: -10px;
        display: block;
        background: url(../images/rightArrow.png) no-repeat center !important;
      }
      .div-video-small .swiper-button-prev{
        left:10px;
        width: 30px;
        height: 20px;
        margin-top: -10px;
        display: block;
        background: url(../images/leftArrow.png) no-repeat center !important;
      }
    
}

