* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;

}

.wrap {
    width: 100%;
    min-width: 1200px;
    height: 5417px;
    background: url(../img/ztbt.jpg) no-repeat center;
    background-size: cover;
}

.banner {
    width: 100%;
    height: 758px;
    margin-bottom: 30px;
}

.hot_news {
    width: 1200px;
    height: 178px;
    background: url(../img/tt.png) no-repeat center;
    margin: 0 auto 50px;
}

.hot_news {
    text-align: center;
}

.hot_news h3 {
    box-sizing: border-box;
    padding-top: 26px;
    color: #b90005;
    font-size: 40px;
    margin-bottom: 10px;
}

.hot_news p {
    font-size: 18px;
}

.focus-news {
    width: 1200px;
    height: 680px;
    margin: 0 auto;
    background: url(../img/01bg.png) no-repeat center;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 80px;
}

.focus-top {
    width: 960px;
    height: 400px;
    margin-bottom: 35px;
}

.focus-bottom {
    width: 960px;
    height: 176px;
}

.focus-fl {
    width: 100%;
    height: 100%;
    float: left;
}

.focus-fr {
    width: 417px;
    height: 100%;
    float: right;
}

/* 轮播 */
img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

/* 本例子css */
.slideBox {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    bottom: 23px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 10px;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    background:none !important;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd li p {
    position: absolute;
    background:#ca0000;
    width: 96%;
    height: 50px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    font-size: 20px;
    box-sizing: border-box;
    padding-left: 30px;
    top: 346px;
    left:2%;
    border-radius: 0 0 20px 20px;
}

.slideBox .bd img {
    width: 100%;
    height: 347px;
    display: block;
    border-radius: 30px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.dh-item-img {
    width: 100%;
    height: 57px;
}

.dh-item-img img {
    float: right;
}

.focus-fr li {
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 30px;
    background: url(../img/01list.png) no-repeat left 10px center;
}

.focus-fr li a {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.focus-fr li a:hover {
    color: #b90005;
}

.focus-bottom li {
    float: left;
    margin-right: 13px;
    background: url(../img/03bf.png) no-repeat center;
    position: relative;
}

.focus-bottom li:last-child {
    margin-right: 0;
}

.focus-bottom li .video-img {
    width: 230px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 5px;

}

.video-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -55px;
}

.focus-bottom li p {
    text-align: center;
}

.activity {
    width: 1200px;
    height: 175px;
    margin: 0 auto;
    background: url(../img/02bt.png) no-repeat;
    margin-bottom: 20px;
}

.activity ul {
    float: right;
    margin-top: 15px;
}

.activity li {
    float: left;
    margin-left: 60px;
    height: 140px;
}

.active {
    background: url(../img/02ditu.png) no-repeat center bottom;
}
.active-list{
    width: 1200px;
    height: 470px;
    background: url(../img/02bg.png) no-repeat;
    margin: 0 auto;
    margin-bottom: 150px;

}
.act-left{
    width: 670px;
    height: 465px;
    float: left;
}
.act-right{
    width: 530px;
    height: 465px;
    float: right;
}
.act-right li a{
    font-size: 18px;
}
.act-right li a:hover{
    color: #b90005;
}
/* 本例子css */
.slideBox1{ width:670px; height:465px; overflow:hidden; position:relative;  }
.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox1 .hd ul li.on{ background:#f00; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; position: relative;}
.slideBox1 .bd li p{
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
    top: 385px;
}
.slideBox1 .bd img{ width:640px; height:368px; display:block; margin: 13px auto 0;border-radius: 30px; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next{ position:absolute; left:10px; bottom:10px; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/02l.png)  no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox1 .next{ left:auto; right:0; background-position:8px 5px;  background:url(../img/02r.png) no-repeat; }
.slideBox1 .prev:hover,
.slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox1 .prevStop{ display:none;  }
.slideBox1 .nextStop{ display:none;  }
.act-right{
    box-sizing: border-box;
    padding:  50px 40px 0;
}
.act-right li{
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    cursor: pointer;
}
.act-right li b{
    display: block;
    background:#0e314d ;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
}
.act-right li:last-child{
    margin-bottom: 15px;
}
.act-right  div{
    float: right;
    width: 113px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.act-right  div a{
    color: #fff;
    cursor: pointer;
}
.side-tcm{
    width: 100%;
    height: 571px;
    background: url(../img/03bg.png) no-repeat center;
    margin-bottom: 120px;
}
.side-con{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}   
.side-left{
    width: 590px;
    height: 100%;
    float: left;
}
.side-right{
    width: 610px;
    height: 100%;
    float: left;
}
.side-list{
    margin-bottom: 70px;
}
.side-list li {
    height: 40px;
    line-height: 40px;
    background: url(../img/03list.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}
.side-list li a{
    color: #333;
    font-size: 18px;
}
.slide-img{
    height: 176px;
   margin-bottom: 50px;
}
.slide-img li{
    width: 50%;
    height: 176px;
    position: relative;
    float: left;
}
.slide-img li .slide-pic{
    display: block;
    width: 273px;
    height: 100%;
    border-radius: 20px;
}
.slide-img li .slide-video{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -47px;
    margin-top: -35px;
}
.side-more a{
    display: block;
    color: #fff;
    text-align: center;
    width: 120px;
    margin-left: 35px;
}
.side-right-logo{
    float: right;
    margin-top: 35px;
    margin-bottom: 40px;
}
/* 本例子css */
.slideBox2{ width:100%; height:380px; overflow:hidden; position:relative;  }
.slideBox2 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox2 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox2 .hd ul li.on{ background:#f00; color:#fff; }
.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox2 .bd li{ zoom:1; vertical-align:middle; }
.slideBox2 .bd li p{
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 20px;
    width: 100%;
    top: 350px;
}
.slideBox2 .bd img{ width:522px; height:334px; display:block; margin: 0 auto;border-radius: 20px; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox2 .prev,
.slideBox2 .next{ position:absolute; left:3%; bottom:-10px; margin-top:-25px; display:block; width:56px; height:56px; background:url(../img/06l.png)  no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox2 .next{ left:auto; right:3%; background-position:8px 5px;background:url(../img/06r.png)  no-repeat;  }
.slideBox2 .prev:hover,
.slideBox2 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox2 .prevStop{ display:none;  }
.slideBox2 .nextStop{ display:none;  }
.culture{
    width: 1200px;
    height: 470px;
    margin: 0 auto;
    background: url(../img/04bg.png) no-repeat;
}
.cul-left{
    width: 535px;
    height: 100%;
    float: left;
}
.cul-right{
    width: 665px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 50px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.cul-top{
    width: 450px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.cul-bottom{
    width: 450px;
    position: relative;
}
.cul-top a{
    display: block;
    width: 88px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background: #0e314d;
    margin-top: 20px;
}
.cul-bottom img{
    width: 445px;
    height: 100%;
    border-radius: 20px;
}
.cul-bottom p{
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    bottom: 0;
    width: 445px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    border-radius: 0 0 20px 20px;
}
.cul-list li{
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    padding-left: 20px;
    background: url(../img/03list.png) no-repeat left center;
}
.cul-list li:last-child{
    margin-bottom: 17px;
}
.cul-list li a{
    font-size: 18px;
}
.cul-img li{
    width: 290px;
    position: relative;
}
.cul-img li .cul-pics{
    display: block;
    width: 270px;
    height: 176px;
}
.cul-img li .cul-video{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -35px;
}
.lineage-box{
    background: url(../img/05bg.png) no-repeat center;
    height: 535px;
    margin-bottom: 130px;
}
.lineage{
    margin-top: 130px;
    background: none;
}

.lineage .cul-bottom img{
    width:525px;
    height:330px;
}
.lineage .cul-bottom p{
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    bottom: 5px;
    width:525px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    border-radius: 0 0 20px 20px;
}

.lineage .cul-left{
    width: 635px;
    height: 100%;
    float: left;
}
.lineage .cul-right{
    width: 565px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 0px;
    padding-top: 20px;
}
.lineage .cul-img li{
    width: 280px;
    position: relative;
}
.lineage .cul-list li:last-child {
    margin-bottom: 42px;
}
.lineage .cul-img li:last-child img{
    display: block;
   float: right;
}
.lineage .cul-top{
    width: 450px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.cul-more{
    float: right;
    width: 100px;
    text-align: center;
    margin: 50px 42px 0 0;
}
.cul-more a{color: #fff;}
.interaction{
    width: 1200px;
    height: 790px;
    margin: 0 auto;

}
.inter-left{
    width: 455px;
    height: 100%;
    float: left;
}
.inter-right{
    width: 645px;
    height: 100%;
    float: right;
}

.interaction-box{
    width: 100%;
    height: 820px;
    background: url(../img/06bg.png) no-repeat left bottom;
}
.inter-img{
    margin-bottom: 42px;
}
.erweima{
    box-sizing: border-box;
    padding-top: 40px;
}
.footer{
    margin-top: 0;
}
.swiper-slide img {
    width: 331px;
    height: 675px;
    object-fit: fill;
}
 .swiper-button-prev1 {
    width: 60px;
    height: 60px;
    background: url(../img/06l.png) no-repeat;
    background-size: cover;
}
.swiper-button-next1 {
    width: 60px;
    height: 60px;
    background: url(../img/06r.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 50%;
    margin-right: -600px;
}
.hide{
    display: none;
}
