body {
    color: #333;
    font-size: 14px;
    font-family:"微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma;
    margin:0 auto;
	position:relative;
	overflow-x: hidden;
    background: #fffefe;


}
html{ overflow-x: hidden; }
.img-hide{ overflow:hidden; display: block; }

.img-hide img,.div-img{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img,.img-hide:hover .div-img{ transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{max-width:100%;display: inline-block;vertical-align: middle;}
.home{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;}
.home body{height:100%;overflow:hidden;padding:0;}
.body_home{background:#000;height:100%;overflow:hidden;}
.body_r{position:fixed;left:100%;top:0;bottom:0;right:0;transition:left 1.3s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:hidden;}
.body_r.dis *{background:none !important;}
.body_r.showdiv{left:0;}
.body_r .body_scroll{height:100%;position:relative;overflow:hidden;}
.body_r .ll{position:absolute;top:50%;left:0;text-align:center;transform:translateY(-50%);color:#fff;font-size:20px;background:url() right 30px center no-repeat;padding-left:40px;width:20px;text-align:center;line-height:1.2;cursor: pointer;transition:all 0.3s ease-out 0s;opacity:0;visibility:hidden;}
.body_r .ll:hover{padding-left:50px;}
.body_r .ll.w{background-image:url();color:#58453b;}
.body_r.showdiv .ll{opacity:1;visibility:visible;}
.body_r .arr{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#fff;font-size:80px;cursor: pointer;font-family:icon;opacity:0;transition:all 0.5s ease-out 0.5s;text-shadow:0 0 5px rgba(0,0,0,0.5);}
.body_r.showdiv .arr{opacity:1;}
.body_r .arr.h{display: none;}
.screen{float: left;height:100%;position: relative;}
.body_b{position:fixed;left:0%;top:100%;bottom:0;right:0;background:#fff;overflow:hidden;transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:auto;outline:none;}

.body_b *{outline:none;}
.body_b.showdiv{top:0;}
.body_b .mCSB_scrollTools{z-index:4;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{width:5px;}
.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#94070a;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{background:rgba(0,0,0,0.1);}
.header{ position: fixed; transition: all 0.7s ease-out 0s; z-index: 10000; left: 0; top: 0; right: 0; height: 182px; }
.header {
    opacity: 0;
    transform: translateY(-100%);
}
.body_home.showdiv .header {
    transform: none;
    opacity: 1;
}
.d {
    transform: translate(0,-80px);
    transition: all 1s ease-out 0s;
    /* opacity: 0; */
}
.page-one.showdiv .d,.wb-list.showdiv.d,.page-tow.showdiv .d,.page-three.showdiv .d,.page-four.showdiv .d,.page-five.showdiv .d,.page-six.showdiv .d,.page-seven.showdiv .d{
    transform: none;
    opacity: 1;
}
.jx-back-t.showdiv .d {
    transform: none;
    opacity: 1;
}
.page-one .d{ transform: translate(0,180px);transition: all 1s; }

.dd1 {
    transform: translate(80px,80px);
    opacity: 0;
    transition: all 1s ease-out 0s;
}
.home5.showdiv .dd1,.home6.showdiv .dd1,.home7.showdiv .dd1,.home8.showdiv .dd1,.home9.showdiv .dd1,.home10.showdiv .dd1,.home11.showdiv .dd1 {
    transform: none;
    opacity: 1;
}

.tab-content{ position: relative; }
.tab-content .tab-pane{ display: block; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; opacity: 0; filter:alpha(opacity=0); transition: 0.5s all; }
.tab-content .tab-pane.active{ position: relative; z-index: 10; opacity: 1; filter:alpha(opacity=100); }
.container{ width: 1430px;}
.banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner .item,.banner .slick-list,.banner .slick-track,.banner .slider {
    height: 100%;
    position: relative
}

.banner .item {
    overflow: hidden
}

.banner .bg,.banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}
@keyframes bigScale {
    from {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.banner-btn {
    position: absolute;
    left: 0;
    bottom: 22px;
    right: 20px;
    font-size: 0;
    text-align: right;
    
  
}

.banner .more,.banner-btn .banner-dots {
    display: inline-block;
    vertical-align: middle
}

.banner-btn .banner-dots li {
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
 
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.banner-btn .banner-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}


.banner .more {
    padding: 0 23px;
    margin-left: 14px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-shadow: 0 2px 3px rgba(153,153,153,.8);
    position: relative
}

.banner .more:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin-top: -9px;
    box-shadow: 0 2px 3px 0 rgba(153,153,153,.8)
}

.banner .more:hover {
    text-decoration: underline
}

.banner .slick-active .bg {
    animation: 6s linear bigScale;
    -webkit-animation: 6s linear bigScale
}
.slick,.slick-list,.slick-initialized .slick-slide,.slick-track,.banner a{ height: 100%; }
.banner{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;

}
.tow-left-right li a:hover{box-shadow: 0 0 25px rgba(0, 0, 0, 0.55);  }
.header-a-r{ display: inline-block; font-size: 18px; color: #fff; padding-left: 30px; margin-left: 45px; background: url(../images/icon02.png) left center no-repeat; }
.search-box{ position: relative; width: 212px; margin-left: 55px; position: relative; }
.search-box .form-control{width: 100%;border:solid 1px #fff;border-radius: 40px;box-shadow: none;background: none;color: #fff;font-size: 18px;padding-right: 40px;}
.btn-search{ position: absolute; right: 15px; top: 0; bottom: 0; width: 21px; background: url() center no-repeat!important;  }
.nav-box{ background: #9a0813; }

.nav-click{ display: none; }
.menu-button { position: absolute; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #fff; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ margin-top: -8px; }
.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}


.search-box-c{ position: fixed; left: 50%; top: 50%; width: 800px; height: 54px; background: #fff; padding-right: 115px; margin-left: -400px; z-index: 1000010; }
.search-box-c .form-control{ height: 54px; border-radius: 0; font-size: 18px; box-shadow: none; border:none; }
.modal{ z-index: 100000001; }
.modal-backdrop{z-index: 10000000;}
.modal-box{ position: fixed; display: none; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000010; }
.btn-search-c,.btn-search-c:hover,.btn-search-c:focus{ position: absolute; right: 0; background: #9a0813; top: 0; width: 115px; height: 54px;border:none; border-radius: 0;padding:0}.modal-back{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0,0.5);}
.search-a{ display: none; }
.header{ background: url(../images/header.png) center no-repeat; background-size: 100% 100%; }
.header-one-top{ height: 44px; line-height: 44px; background: #0e538a; }
.header-right a{ display: inline-block; margin-left: 25px; color: #b8ddf9; }
.header-right a.home-a{ padding-left: 25px; background: url(../images/icon01.png) left center no-repeat; }
.header-right a.sc-a{ padding-left: 25px; background: url(../images/icon02.png) left center no-repeat; }
.container{ width: 1550px; }
.nav-list li{ float: left; position: relative; }
.nav-list li a{ display: block; padding:15px 17px; font-size: 16px; color: #fff; font-weight: bold; }
.nav-list{ margin-right: -17px; margin-top: 30px; }
.header2 .nav-list li a.active,.header2 .nav-list li a:hover,.header-list.active .nav-list li a:hover,.header-list.active .nav-list li a.active{ color: #94070a!important; }
.nav-list li:nth-child(7){ margin-left: 361px; }
.header-container{ position: relative; }
.logo{ position: absolute; left: 50%; top: 22px; transform: translate(-50%,0); }
.nav-down{ position: absolute; background: #fff; border-radius: 0 0 10px 10px; left: 50%; width: 150px; margin-left: -75px; }
.nav-down li a{ display: block; background: #fff; transition:0.3s all; height: 0; overflow:hidden; font-size: 15px; color: #333; line-height: 40px!important; padding:0!important; text-align: center; }
.nav-down li{ float: none; margin:0!important; width: 100%!important; }
.nav-down li:last-child a{  border-radius: 0 0 10px 10px;}
.nav-down li a:hover{ background: #ffe6e6; color: #94070a; }
.nav-list li:hover .nav-down li a{ height: 40px; }
.nav-list li:hover .nav-down{ border-top: solid 3px #94070a; }
.page-one{ background: url(../images/back01.png) center no-repeat; background-size: cover; padding-top: 182px; padding-bottom: 100px; }
.title{position: relative;margin-bottom: 55px;font-size: 36px;color: #333;padding-left: 75px;   }
.title i{ position: absolute; left: 0; top: 50%;transform: translate(0,-50%); }
.title a{float: right;margin-top: 0;display: block;color: #d71b17;font-size: 14px;border:solid 1px #d71b17;border-radius: 30px;width: 115px;line-height: 32px;text-align: center;margin-top: -5px;}
.title a span{ padding-right: 20px; background: url(../images/raw.png) right center no-repeat; }
.one-left{ width: 59.57%; position: relative; padding-left: 20px; padding-top: 20px; }
.img-slick a{ display: block;}
.img-slick-top{ position: relative; padding-top: 63%; }
.img-slick a img{ position: absolute; left: 0; top: 0; width: 100%; bottom: 0; height: 100%; }
.one-left:before{ display: block; content: ""; position: absolute; left: 0; top: 0; right: 60px; bottom: 35px; background: url(../images/img-back.png) center no-repeat; background-size: 100% 100%; }
.one-news li a{ display: block; position: relative; padding-top: 20px; padding-left: 15px; padding-right: 15px; padding-right: 145px; height: 99px; }
.one-news li a p{ font-size: 16px; color: #333; text-align: justify; line-height: 30px; overflow:hidden; height: 60px; }
.one-news{ width: 38.58%; margin-top: -15px; margin-right: -15px; }
.one-news li a:before{ display: block; content: ""; position: absolute; left: 15px; right: 15px; bottom: 0; border-top: dashed 1px #a8a8a8; }
.one-news li a span{ font-size: 16px; color: #333; position: absolute; right: 15px; top: 20px; line-height: 30px; font-family: "Georgia"; }
.img-slick-bottom{ height: 140px; padding:45px; border-bottom: solid 3px #da2a17; background: url(../images/tt-back.png) center no-repeat; background-size: cover; }
.img-slick-tt{ font-size: 18px; color: #333; }
.img-slick-date{ font-family: "Georgia"; font-size: 16px; color: #333; margin-top: 15px; }
.one-news li a:after{ display: block; background: #94070a; content: ""; position: absolute; left: 0; top: 0; bottom: 0; right: 100%; transition: 0.3s all; }
.one-news li a:hover:after{right: 0; }
.one-news li a:hover p{ position: relative; }
.one-news li a:hover p,.one-news li a:hover span{ color: #fff; z-index: 10; }
.one-news li a:hover:before{ display: none; }
.container-sm{ width: 1440px; }
.img-slick{ margin:0; }
.page-tow{ background: url(../images/back02.png) center no-repeat; background-size: cover; padding:70px 0 60px 0; }
.tow-left{ width: 68%; }
.tow-left-sm{ width: 49.57%; height: 435px; background: rgba(255,255,255,0.8); padding:35px; }
.tow-left-sm-tt{  text-align: justify; line-height: 30px; height: 280px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.tow-left-sm-tt a{ font-size: 18px; color: #333; }
.tow-left-sm-lind{ width: 30px; height: 3px; background: #94070a; margin:15px 0; }
.tow-left-sm-p{ color: #666; line-height: 25px; height: 50px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.tow-left-sm-date{ color: #94070a; margin-top: 15px; }
.tow-left-sm-ul-tt{ font-size: 16px; color: #333; }
.tow-left-sm-ul{ border-top: solid 1px #c7c7c7; margin-top: 20px;}
.tow-left-sm-ul a{ display: block; padding-top: 20px; }
.tow-left-sm-ul-date{ position: relative; color: #94070a; margin-top: 17px; }
.tow-left-sm-ul-date:before{ display: block; content: ""; position: absolute; left: 80px; top: 50%; right: 0; border-top: solid 1px #c7c7c7; }
.tow-left-right{ width: 47.9%; }
.tow-left-right li a{ display: block; background: rgba(255,255,255,0.8); height: 93px; margin-bottom: 21px; position: relative; padding-left: 150px; padding-right: 35px; }
.tow-left-right li a span{ position: absolute; font-size: 16px; left: 28px; top: 50%; border-right: solid 1px #c7c7c7; line-height: 46px; margin-top: -23px; width: 106px; font-family: "Georgia"; }
.tow-left-right li a p{ position: absolute; left: 150px; right: 35px; top: 50%; font-size: 16px; color: #333; line-height: 30px; max-height: 60px; overflow:hidden; transform: translate(0,-50%); }
.tow-left-right li a:hover{ background: #fff; }
.tow-left-right li a:hover p{ color: #94070a; }
.tow-right{ width: 30.49%; }
.tow-right-ul li a{ margin-bottom: 21px; display: block; position: relative; height: 93px; border-bottom: dashed 1px #3f8fd9; }
.tow-right-date{ position: absolute; left: 0; top: 0; font-size: 12px; color: #2e7ed9; width: 63px; height: 67px; background: url(../images/date-back01.png) center no-repeat; padding-left: 5px; padding-top: 5px; }
.tow-right-date span{ display: inline-block; margin-bottom: 2px; line-height: 40px; font-family: "Georgia"; font-size: 24px; color: #fff; }
.tow-right-p{ position: absolute; left: 80px; right: 0; top: 5px;  height: 63px;}
.tow-right-p p{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); font-size: 16px; color: #fff; line-height: 30px; max-height: 60px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.tow-right-ul li a:hover .tow-right-date{ background: url(../images/date-back02.png) center no-repeat; }
.tow-right-ul li a:hover .tow-right-p p{ color: #ea9425; }
.page-three{ background: url() center no-repeat; background-size: cover; }
.page-three .col-xs-6{ padding:0 25px; }
.page-three .row{ margin:0 -25px; }
.xs-news-left{ position: relative; }
.xs-news-left img{ width: 178px; height: 128px; }
.xs-news-left span{ position: absolute; padding-left: 12px; left: 0; bottom: 0; width: 74px; font-family: "Georgia"; height: 27px; line-height: 27px; font-size: 16px; color: #fff; background: url(../images/date03.png) center no-repeat; }
.xs-news-right{ margin-left: 0px; padding-top: 10px; }
.xs-news-tt{font-size: 18px;color: #ffffff;}
.xs-news-p{color: #ffffff;line-height: 25px;height: 50px;margin-top: 10px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.xs-news{ margin-top: -15px; }
.xs-news li a{ display: block; position: relative; padding:15px 0; transition:0.3s all; }
.xs-news li a:before{ display: block; content: ""; position: absolute; bottom: 20px; transition:0.3s all; right: 0; width: 40px; height: 10px; background: url(../images/raw-a.png) center no-repeat; }
.xs-news li a:hover{ padding:15px 35px 15px 15px; background: #94080b;     box-shadow: 0 0 25px rgba(0, 0, 0, 0.55); }
.xs-news li a:hover .xs-news-tt,.xs-news li a:hover .xs-news-p{ color: #fff; }
.xs-news li a:hover:before{ background: url(../images/raw-b.png) center no-repeat; right: 35px; }
.jz-list li{ float: left; width: 50%; padding:0 13px; margin-bottom: 25px; }
.jz-list{ margin:0 -13px; }
.jz-list li a{ display: block; position: relative; background: #fff; border-bottom: solid 3px #f07d80; height: 210px; padding:25px 35px; }
.jz-list li a:after{ display: block; content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 3px; transition: 0.3s all; background: #ba040f; }
.jz-list li a:hover:after{ right: 0; }
.jz-title{ font-size: 18px; color: #333; line-height: 30px; height: 60px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.jz-list li a:hover{box-shadow: 0 0 25px rgba(0, 0, 0, 0.55);  }
.jz-list li a:hover .jz-title{ color: #ba040f; }    
.jz-p p{ font-size: 16px; color: #666; margin-top: 10px; padding-left: 30px; }
.page-three{ background: url(../images/back03.png) center no-repeat; background-size: cover; padding:70px 0 60px 0; }
.jz-p p:nth-child(1){ background: url(../images/icon-jz01.png) left center no-repeat; }
.jz-p p:nth-child(2){ background: url(../images/icon-jz02.png) left center no-repeat; }
.jz-p p:nth-child(3){ background: url(../images/icon-jz03.png) left center no-repeat; }
.page-four{background: #135f9b;padding: 30px 0;}
.four-left{ width: 50%; padding-right: 50px; overflow:hidden; position: relative; padding-top: 155px; }
.mt-list li{ float: left; width: 50%; padding:0 9px; }
.mt-list{ margin:0 -9px; }
.mt-list-bottom{ background: #fff; height: 110px; padding:20px 30px; }
.mt-list-tt{ font-size: 18px; color: #333; }
.mt-list-date{ font-family: "Georgia"; font-size: 16px; color: #333; margin-top: 10px; }
.mt-list-img div{  height: 326px; transition: 0.3s all;}
.mt-list li a:hover .mt-list-img div{ transform: scale(1.05,1.05); }
.mt-list li a:hover .mt-list-bottom{ background: #94080b; }
.mt-list li a:hover .mt-list-tt,.mt-list li a:hover .mt-list-date{ color: #fff; }
  .four-left .title {
    left: 0;
    top: 55px;
    position: absolute;    margin-left: 0;
    right: 55px;}
.four-right-back{ width: 50%; height: 660px; position: relative; background: url(../images/four-right.png) center no-repeat; background-size: cover; }
.four-right-list {
    position: absolute;
    left: 40px;
    top: 55px;
    width: 655px;}
.four-right-list li a{ display: block; padding-left: 190px; position: relative; border-bottom: dashed 1px #5189c0; height: 87px; margin-bottom: 25px; }
.four-right-list li a:hover .four-list-tt{ color: #f8b157; }
.four-list-img{ position: absolute; left: 0; top: 0; }
.four-list-img img{ width: 60px; height: 60px; border-radius: 50%; }
.four-list-date{ position: absolute; left: 85px; padding-left: 24px; font-size: 16px; color: #fff; font-family: "Georgia"; }
.four-list-date span{ font-size: 30px; line-height: 30px; padding-bottom: 10px; display: inline-block; }
.four-list-date:before{ display: block; content: ""; position: absolute; left: 0; top: 5px; height: 56px; border-left: solid 1px #2685e7; }
.four-list-tt{ font-size: 18px; color: #fff; padding-top: 8px; }
.four-list-p{ color: #b0d5fa; margin-top: 10px; }
.page-five{background: url(../images/back05.png) center no-repeat;background-size: cover;padding-bottom: 90px;padding-top: 90px;}
.video-box{ padding-top: 37%; position: relative; margin-right: -7px; margin-left: -7px; }
.video-one{ position: absolute; left: 0; top: 0; width: 20%; height: 31.4%; padding:0 7px;}
.video-one div{ position: relative; height: 100%; transition: 0.3s all; }
.video-tow{ left: 20%; }
.video-three{ width: 40%; top: 31.4%; margin-top: 15px; height: auto; bottom: 0; }
.video-four{ top: 0; left: 40%; bottom: 31.4%; margin-top: 0; margin-bottom: 15px; }
.video-five{ left: 40%; top: auto; bottom: 0; }
.video-six{ left: 60%; top: auto; bottom: 0; }
.video-seven{ right: 0; left: auto; width: 20%; }
.video-eight{ right: 0; left: auto; width: 20%; top: 31.4%; margin-top: 16px; }
.video-night{ top: auto; margin-top: 0; bottom: 0; right: 0; left: auto; width: 20%; }
.video-one a{ display: block; position: relative; height: 100%; overflow:hidden; }
.video-one a:hover div{ transform: scale(1.05,1.05); }
.video-one a span{ position: absolute; right: 0; bottom: 0; font-size: 16px; color: #fff; background: rgba(186,4,15,0.7); padding:10px 15px; }
.wb-list li{ float: left; width: 20%; }
.wb-list li a.wb-list-a{ display: block; position: relative; overflow:hidden; background: #fff; height: 270px; }
.wb-img{ height: 270px; transition: 0.3s all; }
.wb-list li a.wb-list-a:hover .wb-img{ transform: scale(1.05,1.05); }
.wb-list li a.wb-list-b{ padding:30px 35px; }
.wb-list-tt{ line-height: 32px; font-size: 16px; color: #333; }
.wb-list li a.wb-list-b:hover{ z-index: 100; box-shadow: 0 0 20px rgba(0,0,0,0.2); position: relative; z-index: 100; }
.wb-list li a.wb-list-b:hover .wb-list-tt-b,.wb-list-sm li a:hover{ color: #94080b; }
.wb-list-tt img{ height: 32px; margin-right: 10px; }
.wb-list-tt-b{ font-size: 16px; color: #333; font-weight: bold; line-height: 30px; height: 60px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; margin-top: 10px; }
.wb-list-p{ color: #888; margin-top: 5px; line-height: 25px; height: 75px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.wb-list-date{ color: #2e7ed9; margin-top: 10px; }
.wb-list li.lg{ width: 40%; height: 270px; background: url(../images/li-back.png) center no-repeat; background-size: cover; padding:40px 50px; }
.wb-list-sm li{ width: 100%!important; margin-top: 10px; }
.wb-list-sm li a{ display: block; position: relative; padding-left: 25px; color: #fff; font-size: 16px; }
.wb-list-sm li a:before{ display: block; content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: #fff; margin-top: -2px; }
.wb-list li.lg .title{ margin-bottom: 20px; color: #fff; }
.title-link-a a{ display: block; line-height: 50px; float: left; position: relative; margin-left: 30px; z-index: 100; }
.title-link-a a span{ position: absolute; margin-top: 2px; display: none; left: 50%; top: 100%; width: 100px; height: 109px; padding-top: 9px; background: url(../images/ewm-back.png) center no-repeat; margin-left: -50px; }
.title-link-a a:hover span{ display: block; }
.title-link-a a span img{ width: 100px; height: 100px; }
.page-six{ background: url(../images/back06.png) center no-repeat; background-size: cover; padding:60px 0; }
.zt-slick-ul li{ float: left; width: 33.333333%; padding:0 20px; margin-bottom: 40px; }
.zt-slick-ul{ margin:0 -20px; }
.zt-slick-ul li a{ display: block; position: relative; padding-top: 46%; }
.zt-slick-ul li a span{ position: absolute; transition:0.3s all; text-align: center; transform: translate(0,100%); left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); color: #fff; font-size: 16px; line-height: 45px; padding:0 15px; }
.zt-slick-ul li a:hover span{ transform: translate(0,0); }
.zt-slick-ul li a img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.zt-slick .slick-next{ right: 135px; top: -76px; width: 8px; height: 16px; background: url(../images/right.png) center no-repeat; }
.zt-slick .slick-prev{ left: auto; right: 165px; top: -76px; width: 8px; height: 16px; background: url(../images/left.png) center no-repeat; }
.slick-next:before,.slick-prev:before{ display: none; }
.page-seven{ background: url(../images/back07.png) center no-repeat; background-size: cover; padding:100px 0; }
.sj-list li{ float: left; width: 14.285714%; height: 205px; }
.sj-list li:nth-child(1){ margin-left: 28.571428%; background: rgba(255,255,255,0.3); padding:25px 30px; }
.sj-list li:nth-child(2){ margin-left: 28.571428%; margin-right: 14.285714%; font-size: 40px; color: #fff; font-weight: bold; line-height: 205px; background: #94080b; text-align: center; }
.sj-number{ color: #fff; font-size: 26px; font-weight: bold; line-height: 50px; }
.sj-number font{ font-size: 24px; }
.sj-number span{ font-size: 50px; font-family: "NumberOnly"; }
.sj-p{ color: #fff; font-size: 14px; text-align: justify; line-height: 25px; max-height: 100px; margin-top: 10px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.sj-list li:nth-child(3){ background: rgba(255,255,255,0.15); padding:25px 30px; }
.sj-list li:nth-child(4){ background: rgba(255,255,255,0.25); line-height: 205px; text-align: center; }
.sj-list li:nth-child(5){ background: rgba(255,255,255,0.3); margin-left: 14.285714%; padding:25px 30px;}
.sj-list li:nth-child(6){ background: rgba(255,255,255,0.22); line-height: 205px; text-align: center; }
.sj-list li:nth-child(7){ background: rgba(255,255,255,0.35); margin-left: 14.285714%; padding:25px 30px;}
.sj-list li:nth-child(8){ background: rgba(255,255,255,0.4); margin-left: 14.285714%; text-align: center; padding:25px 30px;}
.sj-list li:nth-child(9){ background: rgba(255,255,255,0.3); line-height: 205px; text-align: center;}
.sj-list li:nth-child(10){ background: rgba(255,255,255,0.35); margin-left: 28.571428%;  padding:25px 30px;}
.footer{ background: url(../images/footer.png) center no-repeat; background-size: cover; padding:50px 0; }
.sj-list li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.2); }
.footer-txt{ margin-left: 155px; padding-top: 17px; }
.footer-p p{ color: #fff; margin-bottom: 15px; }
.footer-p p span{ display: inline-block; padding-right: 20px; }
.footer-p{ padding-top: 20px; }
.footer-b{ background: #1b5a98; padding:10px 0; color: #fff; }
.footer-b span{ display: inline-block; padding:0 20px; }
.header2{ height: auto; padding-bottom: 0px; }



.page-tow .title,.page-four .title{color: #fff;margin-top: 60px;}
.page-tow .title a,.page-four .title a{ color: #fff; border-color: #fff; }
.page-tow .title a span,.page-four .title a span{ background: url(../images/raw02.png) right center no-repeat; }
.title a:hover{ background: #d71b17; color: #fff; }
.title a:hover span{ background: url(../images/raw02.png) right center no-repeat; }
.img-slick a:hover .img-slick-tt{ color: #d71b17; }
.img-slick .slick-dots{ bottom: 160px; right: 25px; left: auto; width: auto; }
.img-slick .slick-dots li,.img-slick .slick-dots li button{ width: 10px; height: 10px; border-radius: 50%; }
.img-slick .slick-dots li button{ border:solid 1px #fff; background: #fff; }
.img-slick .slick-dots li.slick-active button{ background: #ba040f; }
.tow-left-sm:hover{ background: #fff; box-shadow: 0 0 25px rgba(0, 0, 0, 0.55); }
.tow-left-sm-tt a:hover,.tow-left-sm-ul a:hover .tow-left-sm-ul-tt{ color: #d71b17; }
.layer{background:rgba(0,0,0,0.8);position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0; z-index: -1; transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible; z-index: 100000;}
.layer .close{font-size:60px; font-family: "宋体"; position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff; border:none; -ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#94070a;color:#fff; box-shadow: none; border:none; width:82px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer.active{ opacity: 1; z-index: 1000000; }
.fix-ul{ position: fixed; padding-top: 15px; right: -80px; max-height: 100%; overflow-y: auto; top: 50%; transform: translate(0,-50%); transition:0.3s all; width: 80px; z-index: 100000; background: #0e538a; border-radius: 20px 0 0 20px; }
.fix-ul li a{ display: block; font-size: 12px; color: #fff; padding:10px 0; border-bottom: dashed 1px #2979b9; }
.fix-ul li a img{ margin-bottom: 5px; }
.fix-ul li a:hover{ color: #ea9425; }
.fix-show{ position: fixed; z-index: 10000; cursor: pointer; right: -52px; top: 50%;transform: translate(0,-50%); width: 52px; transition:0.3s all;}
.fix-show.active{ right: 0; }
.fix-ul.active{ right: 0; }
.banner .slick-dots{ position: static; }
.banner .slick-dots li,.banner .slick-dots li button{ margin:0; width: 20px; height: 20px;  padding:0; display: block; float: left;}
.banner .slick-dots li button{ background: url(../images/dian01.png) center no-repeat; }
.banner .slick-dots li.slick-active button{ background: url(../images/dian02.png) center no-repeat; background-size: 100% 100%; }
.banner .slick-dots li{ margin-left: 15px; }
.slick-dots li button:before{ display: none; }




.header2 .header-box{ background: rgba(0,0,0,0.8)!important; height: auto; padding-bottom: 20px; }
.header2 .header-box .logo{ padding-top: 35px; }
.right-width{ padding-top: 60px; }

.bb{ width: 64px; animation: container ease-in-out 2.7s infinite alternate; height: 64px; cursor: pointer;  position: absolute; bottom: 40px; left: 50%; margin-left: -32px; }
@keyframes container{
  0%,
  100%,
  20%,
  50%,
  80% {
  transition-timing-function: cubic-bezier(0.215,.61,.355,1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
  transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
  }
  40%,
  43%{
  transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
  transform: translate3d(0,-30px,0);
  }
  70%{
  transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  transform: translate3d(0,-15px,0);
  }
  90%{
  transform: translate3d(0,-4px,0);
  }
}

.five-hover{ display: none; }
.five-link a{ position: relative; }
.five-link a:hover .five-i{ display: none; }
.five-link a:hover .five-hover{ display: inline-block; }
.five-link a span{ position: absolute; width: 100px; margin-bottom: 10px; left: 50%; bottom: 100%; transform: translate(-50%,0); display: none; }
.five-link a:hover span{ display: block; }
.five-link a span img{ width: 100px; }
.footer-right a{ position: relative; }
.footer-right a span{ position: absolute; width: 100px; margin-bottom: 10px; left: 50%; bottom: 100%; transform: translate(-50%,0); display: none; }
.footer-right a:hover span{ display: block; }
.footer-right a span img{ width: 100px; }
.tow-right-phone{ display: none; }

.header-list{ opacity: 1!important;
    transform: translateY(0)!important; transition: 0.3s all; }

.header-list.active{ height: auto; }


.logo{ transition: 0.3s all; }
.hide-pc{ display: none; }

/*************带缩略图列表页*****************/
.banner-list{ height: 550px; position: relative; }
.banner-bottom{ position: absolute; padding-top: 100px; left: 0; right: 0; bottom: 0; height: 150px; background: url(../images/banner-bottom.png) center no-repeat; background-size: 100% 100%; }
.nav-b{ font-size: 16px; color: #fff; }
.nav-b a{ color: #fff; }
.nav-back-top li{ float: left; margin-left: 35px; }
.nav-back-top li a{ display: block; font-size: 18px; color: #333; line-height: 90px; position: relative; }
.nav-back-top li.active a:before{ display: block; content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: #94070a; }
.nav-back-top li.active a,.nav-back-top li a:hover{ color: #94070a; }
.list-back{ background: url(../images/list-back.png) center bottom no-repeat; background-size: cover; padding:60px 0; }
.list-news li a{ display: block; position: relative; padding-left: 125px; height: 120px; }
.list-news-date{ position: absolute; padding-top: 5px; left: 0; top: 0; width: 90px; border-top: solid 2px #94070a; font-size: 18px; font-family: "Georgia"; color: #666; }
.list-news-date span{ font-size: 34px; color: #94070a; }
.list-news-img img{ width: 178px; height: 120px; }
.list-news-right{ margin-left: 218px; }
.list-news-right-tt{ font-size: 18px; color: #333; }
.list-news-p{ color: #666; line-height: 25px; margin-top: 10px; height: 75px; text-align: justify; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.list-news li a{ margin-bottom: 50px; }
.list-back-top{ position: relative; }
.list-back-left{ font-size: 36px; line-height: 36px; color: #fff; position: relative; z-index: 10; }
.list-back-top:before{ display: block; content: ""; margin-right: 420px; position: absolute; left: 0; top: -22px; right: 50%; height: 80px; background: url(../images/banner-b.png) center no-repeat; background-size: 100% 100%; }
.list-news{ margin:0 70px; }
/*************单篇正文*************/
.page-sm-box{ padding:0 70px; }
.page-article p{ text-align: justify; font-size: 18px; color: #333; margin-bottom: 20px; line-height: 35px; }
/**************机构设置*****************/
.jg-list li{ float: left; width: 33.333333%; padding:0 20px; margin-bottom: 40px; }
.jg-list{ margin:0 -20px; }
.jg-list li a{ display: block; position: relative; background: #fff; border-left: solid 3px #94070a; height: 80px; }
.jg-list li a span{ position: absolute; left: 45px; right: 45px; top: 50%; transform: translate(0,-50%); font-size: 18px; color: #333; }
.jg-list li a:hover{ box-shadow: 0 0 20px rgba(148,7,10,0.3); }
.jg-list li a:hover span{ color: #94070a; }
/****************讲座通知***************/
.jz-list-ul li a{ display: block; background: #fff; margin-bottom: 25px; min-height: 105px; position: relative; }
.jz-left-date{ font-size: 18px; color: #666; padding-top: 10px; width: 140px; text-align: center; font-family: "Georgia"; }
.jz-left-date span{ font-size: 34px; color: #94070a; }
.jz-list-ul-right-tt{ font-size: 18px; color: #333; }
.jz-list-ul-right{ margin-left: 140px; padding:25px 20px 20px 0; }
.jz-list-ul-bottom span{ color: #666; display: inline-block; margin-right: 20px; }
.jz-list-ul-bottom{ margin-top: 15px; color: #666; }
.jz-list-ul li a:hover{ box-shadow: 0 0 20px rgba(148,7,10,0.3); }
.jz-list-ul li a:hover .jz-list-ul-right-tt{ color: #94070a; }
/************内容页***********/
.nr-title{ font-size: 30px; color: #333; }
.nr-title-sm{ font-size: 16px; color: #666; margin-top: 30px; }
.nr-title-sm span{ display: inline-block; padding:0 20px; }
.nr-article-box p{ font-size: 18px; text-align: justify; margin-bottom: 20px; line-height: 35px;}
.nr-article-box{ border-top: solid 3px #94070a; padding:30px 0; margin-top: 30px;}
/************图文列表页*************/
.img-ul-list li{ float: left; width: 33.333333%; padding:0 20px; margin-bottom: 30px; }
.img-ul-img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.img-ul-img{ position: relative; padding-top: 66.666666%; }
.img-ul-tt{ font-size: 18px; color: #333; margin-top: 15px; }
.img-ul-list{ margin:0 -20px; }
.img-ul-list li a:hover .img-ul-tt{ color: #94070a; }
/************文章列表页****************/
.wz-ul li a{ display: block; background: #fff; color: #333; margin-bottom: 20px; padding:25px; font-size: 18px; line-height: 25px; }
.wz-ul li a span{ display: inline-block; margin-right: 25px; color: #94070a; border-right: solid 1px #94070a; padding-right: 25px; font-family: "Georgia"; }
.wz-ul li a:hover{ box-shadow: 0 0 20px rgba(148,7,10,0.3); color: #94070a; }
.nr-title-sm span{ height: 30px; line-height: 30px; /*float: left;*/ }
            #share-qrcode { background-image: url(../images/wechat.png); }
            #share-douban { background-image: url(../images/db.png); }
            #share-qzone { background-image: url(../images/qzone.png); }
            #share-sina { background-image: url(../images/sina.png); }
            #share-qq { background-image: url(../images/qq.png); }
            .box{ height: 30px; line-height: 30px; }
            .box > div {
                width: 30px;
                height: 30px;
                display: inline-block;
                cursor: pointer;
                border-radius: 4px;
                background-size: contain;
                margin: 0 5px;
            }
            .box span{ padding:0; }
.sm-box{ display: inline-block; }




@media( max-width: 1579px){
.container {
    width: 1440px;
}
.nav-list li a{ padding:15px 12px; }
.title-link-a a{ margin-left: 20px; }
}





@media( max-width: 1479px){
    .container{ width: 1230px; }
    .title font{ font-size: 18px; }
    .footer-link a{ margin-left: 10px; }
    .footer-p{ margin-left: 30px; }
	.xsdtnr ul li{ font-size: 14px; line-height: 25px; }
    .list-right{ width: 850px; }
    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td{ padding-left: 60px; }


.nav-list li a {
    padding: 15px 5px;
}
.nav-list li:nth-child(7){ margin-left: 320px; }
.one-news li:last-child{ display: none; }
.one-news{ margin-top: 0; }
.sj-p{ font-size: 12px; }
.sj-list li:nth-child(10){ padding:20px; }
.footer-txt{ margin-left: 15px; }
.footer-p{ padding-top: 0; }
.four-right-list{ width: 550px; }
.nav-back-top li{ margin-left: 20px; }
}
@media( max-width: 1279px){
    .container{ width: 970px; }
    .title font{ display: none; }
    .back-b:before{ height: 250px; }
    .mt-list-img div{ height: auto; padding-top: 73%; }
    .hide-phone{ display: none; }
    .hide-pc{ display: block; }
	.tow-width{ padding-right: 120px; }
	.tow-width.active{ padding-left: 120px; padding-right: 0; }
    .list-right{ width: 620px; }
    .table-bordered > thead > tr > th,.table-bordered > tbody > tr > td{ padding-left: 20px; }
    .nav-list li:nth-child(7){ margin:0; }
    .nav-list li{ width: 8.333333%; }
    .logo,.header2 .logo,.header-list .logo{ top: 5px; text-align: center; }
    .logo img{ height: 70px; }
    .header2 .nav-list,.nav-list,.header-list.active .nav-list{ margin-top: 65px; }

    .header2{ padding-bottom: 0; }
    .one-news li:nth-child(6){ display: none; }
    .tow-left,.tow-right,.page-three .col-xs-6{ width: 100%; }
    .page-three .col-xs-6{ margin-bottom: 30px; }
    .four-left{ width: 970px; margin:0 auto!important; float: none!important; padding:60px 15px; }
    .four-left .title{ position: relative; left: 0; top: 0; margin:0; }
    .title{ margin-bottom: 30px!important; }
    .four-right-back{ width: 100%; }
    .four-right-list{ position: static; width: 970px; margin:0 auto!important; float: none!important; padding:60px 15px; }
    .wb-list li{ width: 50%; }
    .wb-list li.lg{ width: 50%; padding-left: 30px; padding-right: 30px; }
    .title-link-a a{ margin-left: 10px; }
    .wb-list li.lg{ width: 100%; }
    .sj-list li {
    width: 25%;
    margin: 0!important;
}
.footer-txt{ display: none; }
.nav-back-top li{ margin-left: 10px; }
.nav-back-top li a{ font-size: 16px; }
.list-back-top:before{ margin-right: 290px; }
}




@media( max-width: 991px){
.d {
    transform: translate(0,0);
    transition: all 1s ease-out 0s;
    opacity: 1;
}


.header{ opacity: 1; transform: translate(0,0)!important; position: fixed; z-index:10000000000000}
.header2{ display: none!important; }
.header2 .header-box .logo{ padding-top: 0; }
    .container{ width: 750px; }
    .nav-list li a{ font-size: 16px; background: none;}
    .nav-down li a{ padding-left: 25px!important; font-size: 14px!important; height: 40px; }
    .logo img{ width: 200px; }
    .header-a-r,.header-a-l{ margin-left: 15px; }
    .search-box{ margin-left: 20px; }

    .lind{ display: none; }
    .title{ font-size: 24px; margin-bottom: 20px; }
.home, .home body {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}
.body_home {
    height: auto;
    overflow: visible;
}
.banner a img{ display:block; }
.banner{ position: relative; }
.banner .slick{ margin:0; }
.bb,.top{ display: none; }
.header{ height: auto; background-size: cover; }
.container{ width: 750px; }
.header .container{ width: 100%; }
.body_b {
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    transform: none;
    overflow: hidden;
}
.slick, .slick-list, .slick-initialized .slick-slide, .slick-track, .banner{ height: 400px; margin:0; }

    .list-left{ width: 200px; }
    .list-right{ width: 480px; }
    .article-sm span{ display: inline-block; }
    .jg-ul li{ width: 50%; }



    .news-ul-tt{ line-height: 35px; }
    .news-ul-a li a.active{ padding-top: 20px; }
    .gg-ul li{ width: 50%; }
.gg-date{ display: none; }
.tow-right{ margin-left: 250px; }
.gg-ul-img{ margin-top: 30px; }
.tow-left-box{ margin-right: 250px; }
.bz-right li{ margin-bottom: 7px; }
.bz-left-img img{ height: 80px; }
.bz-left-more{ margin-top: 5px; }
.footer-nav li{ width: 80px; }
.dropdown button{ width: 200px; }
.header-top-center{ display: none; }
.header-bottom, .header-top{ padding:0 15px; }
.header-box{ height: auto; }
.header-bottom{ background: #9a0813; border-top: solid 1px #fff; position: relative; }
.logo{ line-height: 50px; padding:0; }
.right-width{ padding:0; }
    .nav-click {display: block;transition: 0.3s all;z-index: 10000;position: absolute;color: #fff;right: 0;top: 0px;width: 40px;height: 40px;text-align: center;line-height: 40px;}
    .nav-click.active{ transform: rotate(180deg); }
    .nav-down{ position: static; border:none!important; margin:0; padding:0; width: 100%; background: none; }
    .nav-down li{ text-align: left; padding:0; }
    .nav-down li a{ text-align: left; padding:0 15px; font-size: 16px; line-height: 20px; text-align: left; }
    .nav-list li:hover .nav-down{ display: none; }
    .nav-down:before{ display: none; }
    .menu-button{ display: block; }
    .nav-list{ position: absolute; display: none; left: 0; top: 50px; margin:0; right: 0; background: #0e538a; z-index: 10000; overflow-y: auto; border-top: solid 1px #ddd; box-shadow: 1px 2px 3px rgba(0,0,0,0.1); }
    .nav-list li{ float: none; width: 100%; margin:0; padding:0; }
    .nav-list li a{ display: block; line-height: 40px; padding:0 15px; color: #fff; text-align: left; font-size: 16px; }


.logo, .header2 .logo{ left: 15px; top: 0 !important; transform: translate(0,0); margin:0; }
.logo img, .header2 .logo img{ height: 30px; width: auto;display:block  !important; margin-top:10px; }

.logo img.logo-t{display:none !important;}
.header{ height: 50px;     background: #0e538a; }
.header-one-top{ height: 50px; line-height: 50px; position: absolute; right: 40px; top: 0; }
.header-right a{ margin-left: 15px; }
.page-one,.page-tow,.page-three{ padding:40px 0; }
.one-left{ width: 100%; }
.one-news{ width: 100%; margin-top: 15px; }
.tow-right{ margin-top: 20px; }
.four-left{ width: 100%; padding:40px 15px; }
.four-right-list{ width: 750px; padding:40px 15px 0 15px; }
.four-right-back{ height: auto; }
.tow-right-ul li:last-child a{ margin-bottom: 0; }
.page-three{ padding-bottom: 0; }
.title-link-a a{ line-height: 40px; }
.page-six{ padding:40px 0; }
.zt-slick{ margin-bottom: 0; }
.zt-slick .slick-prev,.zt-slick .slick-next{top: -30px;}
.sj-list li{ width: 33.333333%; margin:0!important; }
.fix-show,.fix-ul{ display: block; }
.fix-ul{padding-top:50px;}


.header-list{ height: 50px!important;background: #0e538a!important; }

.header-list.active .nav-list li a{color:#fff}
  .header2 .nav-list,.nav-list,.header-list.active .nav-list{ margin-top: 0px; }
    .header2 .nav-list li a,.header-list.active .nav-list li a{ line-height: 40px; }


.list-back-top:before,.list-back-left{ display: none; }
.nav-back-top li{ margin-left: 8px; }
.jg-list li{ width: 50%; }
}
@media( max-width: 850px){


}
@media( max-width: 767px){
    .slick,.slick-initialized .slick-slide, .slick-track, .banner{ height: 210px; margin:0; }
.slick-list{height: 290px;}

  .wz-ul li a span{margin-right:15px;padding-right:15px;}
   .sj-number span{font-size:40px;}
    .search-box-c{ left: 15px; right: 15px; width: auto; margin-left: 0; }
    .container{ width: 100%; }

    body{ padding-top: 50px!important; }
    .title i img{ height: 30px; }
    .title{ padding-left: 40px; margin-bottom: 20px!important;        margin-top: 30px; }
    .title a{margin-top: -5px;}
    .img-slick-bottom{ height: auto; padding:20px; }
    .img-slick-date{ font-size: 14px; margin-top: 5px; }
    .img-slick-tt{ font-size: 16px; }
    .one-left{ padding:0; }
    .one-left:before{ display: none; }
    .one-news{ margin:0; }
    .tow-left-sm{ width: 100%; height: auto; padding:20px; }
    .tow-left-right{ width: 100%; margin-top: 20px; }
    .jz-list li{ width: 100%; margin-bottom: 15px; }
    .jz-list li a{ padding:20px; height: auto;}
    .jz-title{ height: auto; max-height: 60px; font-size: 16px; }
    .jz-p p{ font-size: 14px; }
    .page-three .col-xs-6{ margin-bottom: 20px; }
    .page-three{ padding-bottom: 1px!important; }
    .mt-list li{ margin-bottom: 15px; }
    .mt-list-bottom{ padding:15px; height: auto; }
    .mt-list-tt{ font-size: 16px; }
    .four-left{ padding-top: 10px; padding-bottom: 10px; }
    .four-right-list{ width: 100%; padding-top: 20px; }
    .video-one{ position: relative; width: 50%; float: left; margin:0 0 10px 0!important; left: 0; top: 0; }
    .video-box{ padding:0; }
    .video-one div{ height: auto; padding-top:63.76%;  }
    .video-one a span{ font-size: 14px; }
    .wb-list li{ width: 100%; }
    .wb-list li.lg{ padding:25px 20px; height: auto; }
    .title-link-a a img{ width: 25px; }
    .wb-list li a.wb-list-b{ padding:20px; }
    .zt-slick-ul li{ width: 50%; padding:0 5px; margin-bottom: 10px; }
    .zt-slick-ul{ margin:0 -5px; }
    .zt-slick-ul li a span{ font-size: 14px; padding:0 15px; line-height: 35px; }
    .page-six{ padding-bottom: 20px!important; }
    .sj-list li{ width: 50%; }
    .sj-list li:nth-child(2){ font-size: 32px; }
    .page-seven{ padding:30px 0; }
    .sj-p{ margin-top: 0; }
    .logo-sm{ width: 100%; text-align: center; }
    .footer-p{ margin:20px 0 0 0; text-align: center; width: 100%; }
    .footer-p p span{ display: block; padding-right: 0; }
    .footer-p p{ margin:0; line-height: 25px; }
    .footer{ padding:20px 0; }
    .footer-b span{ display: block; }
    .nav-list{ position: absolute; top: 50px; max-height: 80vh; overflow-y: auto; }
    .header-container{ position: static; }
    .home-a{ display: none!important; }
    .img-slick .slick-dots{ bottom: 20px; }
    .layer .search_box{
width: 100%;
}
.close{ right: 20px!important; top: 40px!important; width: 30px!important; }
.banner .slick-dots{ margin-right:0; bottom: 10px; width: 100%; left: 0; }
.banner .slick-dots li{ margin:0 5px; }
.wb-list li:nth-child(8),.wb-list li:nth-child(2){ display: block; }
.wb-list li:nth-child(4),.wb-list li:nth-child(10){ display: none; }

.list-news-date{ display: none; }
.list-news li a{ padding-left: 0; margin-bottom: 20px; }
.list-news-right{ margin-left: 200px; }
.list-news{ margin:0; }
.nav-back-top li{ width: 33.3333%; margin:0; text-align: center; }
.nav-back-top li a{ font-size: 14px; line-height: 40px; }
.list-back{ padding:30px 0; min-height:400px;}
.banner-list{ height: 200px; }
.page-sm-box{ padding:0; }
.page-article p{ font-size: 14px; line-height: 25px; margin-bottom: 10px; }
.jg-list li{ width: 100%; margin-bottom: 10px; }
.jg-list li a{ padding:15px; height: auto }
.jg-list li a span{ position: static; transform: translate(0,0); font-size: 16px; }
.nav-back-top{ width: 100%; }
.jz-left-date{ width: 100px; font-size: 16px; }
.jz-list-ul-bottom span{ display: block; margin-bottom: 5px; }
.jz-list-ul-right{ margin-left: 100px; }
.nr-title{ font-size: 18px; }
.nr-title-sm span{ /*display: block; */font-size: 14px; margin-bottom: 5px; }
.nr-article-box p{ font-size: 14px; line-height: 25px; margin-bottom: 10px; }
.nr-article-box p.vsbcontent_img{text-indent:0;}
.nr-article-box p img{max-width:80%;height:auto !important;}
.nr-article-box{ padding:20px 0; margin-top: 20px; }
.img-ul-list li{ width: 50%; margin-bottom: 10px; padding:0 5px; }
.img-ul-list{ margin:0 -5px; }
.img-ul-tt{ font-size: 14px; margin-top: 10px; }
.wz-ul li a{ padding:20px 10px; font-size: 16px; }
}


.list-back-top-lg:before{ bottom: 100%; top: auto; }
.list-back-top-lg .list-back-left{ margin-top: -57px; }
.list-back-top-lg .nav-back-top{ padding:10px 0; margin:0 -18px;}
.list-back-top-lg .nav-back-top li a{ line-height: 1; padding:15px 0; display: block; }
.list-back-top-lg .nav-back-top li{ margin:0 18px; }
.page-sm-left{ width: 310px; padding:20px 0 0 20px; position: relative; }
.page-sm-right{ width: 1000px; }
.page-sm-left:before{ display: block; content: ""; position: absolute; left: 0; top: 0; bottom: 50px; right: 0; background: url(../images/left-b.png) center no-repeat; background-size: 100% 100%; }
.page-left-nav{ background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); position: relative; z-index: 10; min-height: 515px; border-bottom: solid 3px #ba040f; }
.page-left-nav li{ padding:0 25px; }
.page-left-nav li a{ display: block; font-size: 18px; color: #333; padding:20px 30px 20px 0; border-bottom: dashed 1px #ddd; background: url(../images/nav-b.png) right center no-repeat; }
.page-left-nav li a:hover,.page-left-nav li.active a{ color: #94070a; background: url(../images/nav-c.png) right center no-repeat; }
.banner-list img{ width: 100%;  }
.banner-list{ height: auto!important; }
.header{ height: 182px!important; }
@media( max-width: 1579px){
.page-sm-right{ width: 900px; }

}
@media( max-width: 1479px){
.page-sm-right{ width: 700px; }

}
@media( max-width: 1279px){
.page-sm-right{ width: 450px; }

}
@media( max-width: 991px){
    .page-sm-box {
    padding: 0;
}
.page-sm-right{ width: 380px; }
.header{ height: 50px!important; }
}
@media( max-width: 767px){
.list-back-top-lg .nav-back-top li{ margin:0; }
.list-back-top-lg .nav-back-top{ width: auto; }
.page-sm-left{ width: 100%; margin-bottom: 20px; }
.page-left-nav li a{ font-size: 14px; padding:10px 30px 10px 0; }
.page-left-nav{ min-height: 1px; }
.page-sm-right{ width: 100%; }
}

.nr-title-sm .page-s-b-span{float:none !important;}
.article-p table,.nr-article-box table{margin:0 auto !important;}
.banner video {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, 0);
}

.page-sm-box{min-height:600px;}
.list-back{min-height:600px;}