.body-bj{
    width: 100%;
    min-height: 400px;
    background: url(../images/syzx/syzx-bj.png) 0 0 no-repeat;
    overflow: hidden;
}
.content-box{
    width: 100%;
    background: #fff;
    margin-top: 50px;
    padding: 45px;
    border: solid 1px #e1e1e1;
    overflow: hidden;
    min-height: 1000px;
}
.list-content{
    width: 100%;
    padding: 30px 70px;
}
.content-sub{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: dashed 2px #b9b9b9;
}
.content-sub h1{
    font-size: 30px;
    color: #b90601;
    display: block;
    text-align: center;
}
.content-sub  p{
    display: block;
    margin-top: 30px;
    text-align: center;
}
.content-sub  p span{
    font-size: 16px;
    color: #4e4e4e;
}
.content-sub  p span:nth-child(2){
    margin-left: 20px;
}
.content-sub  p video{
    width: 800px;
    display: block;
    margin: 20px auto;
}
.content-con{
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
}
.content-con p{
    color: #4e4e4e;
    line-height: 30px;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
}
.content-con p img{
    width: 800px;
    display: block;
    margin: 20px auto;
}
.content-con img{
    width: 100%;
    margin-bottom: 20px;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    background:#dfdfdf;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.swiper-button-prev{
    width: 70px;
    height: 70px;
    background-image: url(../images/common/cont-l.png)!important;
    background-size: 100%;
    left:10px;
}
.swiper-button-next{
    width: 70px;
    height: 70px;
    background-image: url(../images/common/cont-r.png)!important;
    background-size: 100%;
    right:10px;
}
.swiper-slide img{
    margin-bottom: 0!important;
}
.content-imglist{
    margin-bottom: 20px;
}
.conten-viedo{
    width: 700px;
    margin: 20px auto;
}
.conten-viedo video{
    width: 100%;
    font-size: 0;
    background: none;
    outline: none;
    display: block;
}
