@charset "utf-8"; html {
    font-size: 16px;
}

body {
    font-family: "microsoft yahei";
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 1240px) {
    .container {
        width: 1200px;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(#760000, rgba(118, 0, 0, 0));
    transition: all 0.7s ease-out 0s;
}

.header .wal {
    position: relative;
    max-width: 100%;
    margin: 20px 3%;
}

.header .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.header .top-links {
    position: absolute;
    top: 17px;
    right: -20px;
}

.header .top-links a {
    font-size: 1rem;
    color: #fff;
    margin: 0 18px;
    cursor: pointer;
}

.header .top-links span {
    color: #fff;
}

.header .djs {
    position: absolute;
    right: 305px;
}

.header .djs p {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    line-height: 53px;
    display: inline-block;
}

.header .djs p span {
    display: inline-block;
    margin: 0 2px;
    padding: 0 20px;
    text-align: center;
    font-size: 2.25rem;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/djs-bg.png) no-repeat;
    background-size: 100% 100%;
}

.header .djs p span:first-child {
    margin-left: 18px;
}

.header .djs p span:last-child {
    margin-right: 18px;
}

/* 搜索 */
.search-box {
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 50px;
    width: 280px;
    height: 40px;
    background: #760000;
    padding: 0 10px;
    overflow: hidden;
}

.search-box .text {
    width: calc(100% - 40px);
    line-height: 36px;
    height: 36px;
    border: none;
    background: none;
    color: #b8bbbe;
    font-size: 14px;
    float: left;
}

.search-box .sub {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    float: right;
}

/* 导航 */
.nav-button {
    display: none;
}

.navbar {
    position: absolute;
    right: -15px;
    top: 50px;
}

.navbar .navbar-nav > li {
    float: left;
    position: relative;
}

.navbar .navbar-nav > li > a {
    line-height: 50px;
    font-size: 1.125rem;
    color: #fff;
    display: block;
    position: relative;
    padding: 0 15px;
}

.navbar .navbar-nav > li:hover > a {
    font-weight: bold;
}

.navbar .navbar-nav > li:hover .nav-child {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-child {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.75);
    transition: opacity 0.15s;
}

.navbar .nav-child:before {
    content: "";
    width: 12px;
    height: 6px;
    background: url(../images/nav-sanjiao.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%);
}

.navbar .nav-child > li {
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 22px;
}

.navbar .nav-child > li a {
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
}

.navbar .nav-child > li a:hover {
    background: #9b000f;
    color: #fff;
}

/* 浮动导航 */
.header2 {
    background: #9b000f;
    box-shadow: 0px 0px 10px 0px rgba(155, 0, 15, 0.9);
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
    overflow: hidden;
    position: relative;
}

.slider-banner {
    position: relative;
    overflow: hidden;
}

.slider-banner .slick-slide {
    position: relative;
}

.slider-banner .slick-slide img {
    vertical-align: top;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.slider-banner .slick-slide img:hover {
    transform: scale(1.05);
}

.slider-banner .slick-dots {
    position: absolute;
    width: auto;
    bottom: 28px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.slider-banner .slick-dots li {
    float: left;
    width: 17px;
    height: 20px;
    background: url(../images/banner-dot.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 20px;
    cursor: pointer;
}

.slider-banner .slick-dots li button {
    display: none;
}

.slider-banner .slick-dots li.slick-active {
    width: 21px;
    height: 25px;
    margin-top: -2px;
    background: url(../images/banner-dot-on.png) no-repeat;
    background-size: 100% 100%;
}

.slider-banner .slick-arrow {
    width: 46px;
    height: 46px;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    top: 50%;
    margin-top: -23px;
}

.slider-banner .slick-arrow.slick-prev {
    background: url(../images/banner-left.png) no-repeat;
    background-size: 100% 100%;
    left: 3%;
}

.slider-banner .slick-arrow.slick-next {
    background: url(../images/banner-right.png) no-repeat;
    background-size: 100% 100%;
    right: 3%;
}

/* banner焦点图结束 */
/* 中部版块 */
.index-tit {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.index-tit h2 {
    color: #9b000f;
    font-size: 1.875rem;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    background: url(../images/index-tit-bott.png) center bottom no-repeat;
}

.index-tit .index-more {
    position: absolute;
    color: #a48660;
    font-size: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 25px;
    background: url(../images/index-more.png) right center no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-tit .index-more:hover {
    color: #9b000f;
}

.row1 {
    padding: 56px 0;
}

.row1 .left-news {
    float: left;
    width: 600px;
}

.row1 .right-news {
    float: right;
    width: calc(100% - 647px);
}

.slider-news .box {
    position: relative;
    overflow: hidden;
}

.slider-news .pic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
}

.slider-news .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-news .pic img:hover {
    transform: scale(1.05);
}

.slider-news .tit {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    line-height: 50px;
    padding: 0 10px 0 110px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.53);
}

.slider-news .tit a {
    display: block;
    font-size: 1.125rem;
    color: #ffffff;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-news .date {
    width: 70px;
    height: 60px;
    background: #9b000f;
    position: absolute;
    left: 10px;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.slider-news .date .day {
    font-size: 1.25rem;
    margin-top: 5px;
}

.slider-news .date .yea {
    font-size: .875rem;
}

.slider-news .slick-arrow {
    width: 25px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    text-indent: 99px;
    cursor: pointer;
    z-index: 9;
}

.slider-news .slick-arrow.slick-prev {
    background: url(../images/news-left.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.slider-news .slick-arrow.slick-next {
    background: url(../images/news-right.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.right-news ul {
    margin-top: -20px;
}

.right-news li {
    line-height: 58px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
}

.right-news li a {
    float: left;
    color: #333333;
    font-size: 1rem;
    width: calc(100% - 100px);
    padding-left: 18px;
    background: url(../images/jiantou.png) left center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.right-news li .date {
    float: right;
    font-size: 1rem;
    color: #858687;
    font-family: Arial, Helvetica, sans-serif;
}

.right-news li:hover {
    border-bottom: 1px solid #b4414c;
}

.right-news li:hover a {
    font-weight: bold;
    font-size: 1.125rem;
    background: url(../images/jiantou2.png) left center no-repeat;
}

.right-news li:hover .date {
    font-weight: bold;
}

.row2 {
    padding: 55px 0 40px;
    background: url(../images/row2-bg.png) no-repeat;
    background-size: cover;
}

.row2 .index-tit {
    margin-bottom: 50px;
}

.slider-lsyg .slick-list {
    position: relative;
    /* margin: 0 -20px; */
    overflow: hidden;
    /* padding-top: 20px; */
}

.slider-lsyg .slick-list:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #b59873;
    left: 20px;
    right: 20px;
    bottom: 78px;
}

.slider-lsyg .box {
    /* margin: 0 20px; */
    border: 5px solid #b59873; 
     border-radius: 10px; 
     padding: 10px; 
    overflow: hidden;
    background: #fff;
}

.slider-lsyg .pic {
    width: 100%;
    padding-bottom: 44%;
    overflow: hidden;
    /* border: 5px solid #b59873; */
    /* border-radius: 10px; */
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-lsyg .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slider-lsyg .abst {
    position: relative;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(142, 117, 86, 0.82);
    padding: 0 20px;
    /* opacity: 0; */
    /* visibility: hidden; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-lsyg .abst p {
    margin-top: 20px;
    font-size: 1rem;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider-nav .slick-list{padding:0 !important;}
.slider-nav .tit {
    padding-top: 70px;
    text-align: center;
    position: relative;
    cursor:pointer;
}
.slider-nav .tit:before{
    content:"";
    width:100%;
    height:1px;
    background:#ccc;
    position:absolute;
    left:0;
    top: 30px;
}

.slider-nav .tit h2 {
    font-weight: normal;
    font-size: 1.875rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #9b000f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.slider-nav .tit:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 54px;
    background: url(../images/lsyg-ico1.png) center no-repeat;
    background-size: 100% 100%;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




.slider-nav .tit:hover:after,
.slider-nav .slick-center.tit:after {
    background: url(../images/lsyg-ico2.png) center no-repeat; 
    background-size: 100% 100%;
    margin-left: 1px;
}

.slider-nav .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    overflow: hidden;
    text-indent: 99px;
    bottom: 0px;
    z-index: 9;
    cursor: pointer;
}

.slider-nav .slick-arrow.slick-prev {
    background: url(../images/lsyg-left.png) no-repeat;
    background-size: 100% 100%;
    left: -80px;
}

.slider-nav .slick-arrow.slick-next {
    background: url(../images/lsyg-right.png) no-repeat;
    background-size: 100% 100%;
    right: -80px;
}

.slider-nav .slick-arrow.slick-prev:hover {
    background: url(../images/lsyg-left2.png) no-repeat;
    background-size: 100% 100%;
}

.slider-lsyg .slick-arrow.slick-next:hover {
    background: url(../images/lsyg-right2.png) no-repeat;
    background-size: 100% 100%;
}

.row3 {
    padding: 55px 0;
}

.index-jzmx .slider-jzmx {
    margin: 0 -20px;
    padding-bottom: 45px;
}

.index-jzmx .box {
    background: #fff;
    border: 1px solid #d4d4d4;
    margin: 0 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-jzmx .tit {
    height: 95px;
    background: #9b000f;
    padding: 25px 20px 0;
}

.index-jzmx .tit a {
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-jzmx .text {
    padding: 0px 20px 15px;
    border-bottom: 2px solid #b9a080;
    overflow: hidden;
    margin-top: -1px;
}

.index-jzmx .abst {
    padding-top: 11px;
    border-top: 1px solid #9b000f;
    font-size: .875rem;
    color: #909090;
    line-height: 22px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-jzmx .date {
    float: left;
    margin-top: 36px;
    font-size: 1rem;
    color: #be2619;
}

.index-jzmx .more {
    float: right;
    margin-top: 36px;
    width: 30px;
    height: 8px;
    background: url(../images/jzmx-more.png) no-repeat;
    background-size: 100% 100%;
}

.index-jzmx .box:hover {
    background: #9b000f;
    border: 1px solid #9b000f;
    box-shadow: 0 0 10px 0 #9b000f;
}

.index-jzmx .box:hover a {
    font-weight: bold;
}

.index-jzmx .box:hover .text {
    border-bottom: 2px solid #9b000f;
}

.index-jzmx .box:hover .abst {
    border-top: 1px solid rgba(181, 152, 115, 0.58);
    color: rgba(255, 255, 255, 0.7);
}

.index-jzmx .box:hover .date {
    color: #fff;
}

.index-jzmx .box:hover .more {
    background: url(../images/jzmx-more2.png) no-repeat;
    background-size: 100% 100%;
}

.index-jzmx .slick-dots {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.index-jzmx .slick-dots li {
    float: left;
    width: 13px;
    height: 13px;
    background: #c6c6c6;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.index-jzmx .slick-dots li button {
    display: none;
}

.index-jzmx .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    background: #b59873;
}

.row4 {
    background: url(../images/row4-bg.png) center no-repeat;
    background-size: cover;
    padding-bottom: 45px;
}

.row4 .index-tit {
    margin-bottom: 0;
}

.row4 .index-tit .titbg {
    width: 279px;
    max-width: 100%;
    padding: 55px 45px 35px;
    margin: 0 auto;
    background: #9b000f;
}

.row4 .index-tit h2 {
    color: #dab168;
    background: url(../images/index-tit-bott2.png) center bottom no-repeat;
}

.row4 .index-tit .index-more {
    color: #fff;
    bottom: 35px;
}

.row4 .index-tit .index-more:hover {
    color: #9b000f;
}

.index-jdhx ul {
    overflow: hidden;
    margin: 0 -20px;
}

.index-jdhx li {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
}

.index-jdhx .box {
    margin: 0 20px;
    background: #fff;
    padding: 20px 15px;
    overflow: hidden;
}

.index-jdhx .box .date {
    width: 70px;
    height: 60px;
    float: left;
    background: #b59873;
    text-align: center;
    color: #fff;
}

.index-jdhx .box .day {
    margin-top: 10px;
    font-size: 1.25rem;
}

.index-jdhx .box .yea {
    font-size: .875rem;
}

.index-jdhx .box .tit {
    float: right;
    width: calc(100% - 90px);
    margin-top: 5px;
}

.index-jdhx .box .tit a {
    display: block;
    color: #333333;
    font-size: 1rem;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-jdhx .box:hover a {
    color: #9b000f !important;
    transform: translateX(5px);
}

.row5 .container {
    padding: 65px 0 235px;
    background: url(../images/row5-bg.png) center bottom no-repeat;
    background-size: 100%;
}

.index-gzjb .slider-gzjb {
    margin: 0 -20px;
    padding-bottom: 45px;
}

.index-gzjb .box {
    background: #9b000f;
    margin: 0 20px;
    padding: 23px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-gzjb .tit a {
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-gzjb .text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(181, 152, 115, 0.58);
    overflow: hidden;
}

.index-gzjb .date {
    float: left;
    font-size: 1rem;
    color: #fff;
}

.index-gzjb .more {
    float: right;
    margin-top: 5px;
    width: 30px;
    height: 8px;
    background: url(../images/jzmx-more2.png) no-repeat;
    background-size: 100% 100%;
}

.index-gzjb .box:hover a {
    font-weight: bold;
}

.index-gzjb .slick-dots {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.index-gzjb .slick-dots li {
    float: left;
    width: 13px;
    height: 13px;
    background: #c6c6c6;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.index-gzjb .slick-dots li button {
    display: none;
}

.index-gzjb .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    background: #b59873;
}

.index-links {
    margin: 60px -10px 0;
}

.index-links .item {
    float: left;
    width: 25%;
}

.index-links .box {
    margin: 0 15px;
    position: relative;
    padding: 30px 25px;
    background: url(../images/yqbj.png) no-repeat;
    background-size: 100% 100%;
}

.index-links .box p {
    color: #444444;
    font-size: 18px;
}

.index-links .box dd {
    margin-top: 15px;
    width: 90%;
    position: relative;
    background: #fff;
    color: #afacbd;
    padding: 0 5px;
    line-height: 30px;
    cursor: pointer;
}

.index-links em {
    width: 12px;
    height: 6px;
    background: url(../images/select-ico.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 5px;
    top: 10px;
}

.index-links ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px 0 30px;
    background: #9b000f;
    max-height: 260px;
    overflow-y: auto;
    height: 225px;
    overflow: auto;
    overflow-x: hidden;
}

.index-links ul a {
    color: #fff;
    padding: 5px 0;
    display: block;
}

.index-links .item2 .box {
    background: url(../images/yqbj.png) no-repeat;
    background-size: 100% 100%;
}

.index-links .item3 .box {
    background: url(../images/yqbj.png) no-repeat;
    background-size: 100% 100%;
}

.index-links .item4 .box {
    background: url(../images/yqbj.png) no-repeat;
    background-size: 100% 100%;
}

/* 中部版块 */
/* 底部 */
.footer {
    padding: 28px 0;
    overflow: hidden;
    background: #9b000f;
}

.footer .cory {
    float: left;
    margin-top: 10px;
}

.footer .cory * {
    color: #dee0e2;
    font-size: 1rem;
    line-height: 30px;
}

.footer .ewm {
    float: right;
}

.footer .ewm a {
    float: left;
    margin-left: 35px;
    text-align: center;
}

.footer .ewm a img {
    width: 92px;
    height: 92px;
}

.footer .ewm a p {
    font-size: 1rem;
    color: #fff;
    margin-top: 5px;
}

.right-slider {
    position: fixed;
    width: 174px;
    height: 391px;
    background: url(../images/right-slider.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    right: 50%;
    margin-right: -910px;
    top: 25%;
    z-index: 9;
    padding: 0 16px;
}

.right-slider .pic1 {
    display: block;
    margin-top: 130px;
}

.right-slider .pic1 img {
    width: 100%;
}

.right-slider .pic2 {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.right-slider .goback-top {
    display: block;
    margin-top: 20px;
    text-align: center;
}

/* 列表页 */
/* 列表banner */
.list-banner {
    overflow: hidden;
    position: relative;
}

.list-banner img {
    width: 100%;
}

.list-page {
    position: relative;
    z-index: 3;
    min-height: 600px;
    padding: 60px 0 80px;
}

/* 二级导航 */
/* 左侧导航 */
.left-nav {
    width: 255px;
    float: left;
    position: relative;
    z-index: 9;
}

.left-nav .column {
    background: #9b000f;
    padding: 20px;
}

.left-nav .column h2 {
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
    font-weight: bold;
}

.left-nav .sideMenu {
    position: relative;
    background: url(../images/left-nav-bg.png) bottom no-repeat #fcfaf7;
    padding: 10px 20px 180px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.left-nav .sideMenu li > a {
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 1.375rem;
    color: #333333;
    padding: 15px 10px 15px 35px;
    background: url(../images/leftnav-ico1.png) left center no-repeat;
    border-bottom: 1px solid #d8d8d8;
}

.left-nav .sideMenu dl {
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #d8d8d8;
    display: none;
}

.left-nav .sideMenu dl dd a {
    display: block;
    position: relative;
    font-size: 1rem;
    color: #1d1d1d;
    padding: 5px 0 5px 20px;
    background: url(../images/leftnav-ico3.png) left center no-repeat;
}

.left-nav .sideMenu dl dd:hover a, .left-nav .sideMenu dl dd.current a {
    color: #9b000f;
    font-weight: bold;
    background: url(../images/leftnav-ico4.png) left center no-repeat;
}

.left-nav .sideMenu li.current > a, .left-nav .sideMenu li:hover > a {
    color: #9b000f;
    font-weight: bold;
    background: url(../images/leftnav-ico2.png) left center no-repeat;
}

.left-nav .sideMenu li.current dl {
    display: block;
}

/* 右边内容区域 */
.right-con {
    float: right;
    width: calc(100% - 290px);
}

.location {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}

.location .tit {
    font-size: 1.875rem;
    font-weight: bold;
    color: #9b000f;
    float: left;
}

.location .weizhi {
    float: right;
    margin-top: 10px;
    font-size: 0.875rem;
    color: #888888;
    background: url(../images/home.png) left center no-repeat;
    padding-left: 22px;
}

.location .weizhi a {
    font-size: 0.875rem;
    color: #888888;
}

.list-text li {
    padding: 28px 0;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
    position: relative;
}

.list-text .date {
    float: left;
    width: 145px;
    height: 90px;
    border-right: 1px solid #e2e7ed;
    text-align: center;
    color: #9b000f;
}

.list-text .date .day {
    margin-top: 10px;
    font-size: 1.875rem;
}

.list-text .date .year {
    font-size: 1.25rem;
}

.list-text .text {
    float: right;
    width: calc(100% - 185px);
    padding-right: 30px;
}

.list-text .tit {
    display: block;
    color: #333333;
    font-size: 1.125rem;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text .abst {
    margin-top: 10px;
    color: #888888;
    font-size: .875rem;
    text-indent: 2em;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-text li:hover .tit {
    color: #9b000f;
    transform: translateX(5px);
}

.list-news {
    margin-top: 15px;
}

.list-news li {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.list-news .pic {
    float: left;
    position: relative;
    margin-left: 7px;
    width: 173px;
    height: 123px;
    overflow: hidden;
}

.list-news .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.list-news .text {
    float: right;
    width: calc(100% - 205px);
}

.list-news .text .tit {
    display: block;
    color: #333333;
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-news .text .abst {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #888888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-news .text .date {
    margin-top: 15px;
    width: 96px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #e8eef3;
    font-size: 1rem;
    color: #9b000f;
}

.list-news .text.no-pic {
    width: 100%;
    padding-left: 7px;
}

.list-news li:hover .tit {
    color: #9b000f;
    transform: translateX(5px);
}

.list-news li:hover img {
    transform: scale(1.05);
}

.list-news li:hover .date {
    background: #9b000f;
    color: #fff;
}

/* 图片列表 */
.list-pic {
    overflow: hidden;
    margin: 50px -15px 0;
}

.list-pic li {
    width: 33.3%;
    float: left;
    margin-bottom: 40px;
}

.list-pic li a {
    display: block;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.list-pic .pic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
}

.list-pic .pic img {
    width: 100%;
    position: absolute;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.list-pic h4 {
    line-height: 55px;
    font-weight: normal;
    font-size: 1.125rem;
    text-align: center;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-pic li:hover a {
    background: #b59873;
    background-size: 100% 100%;
}

.list-pic li:hover img {
    transform: scale(1.05);
}

.list-pic li:hover h4 {
    color: #fff;
    background: #b59873;
}

.list-leader {
    margin: 50px -25px 0;
    overflow: hidden;
}

.list-leader li {
    float: left;
    width: 50%;
    margin-bottom: 35px;
}

.list-leader li a {
    display: block;
    margin: 0 25px;
    background: #fcfaf7;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 25px 10px 25px 20px;
}

.list-leader li .pic {
    position: relative;
    float: left;
    width: 152px;
    height: 230px;
    overflow: hidden;
}

.list-leader li .pic img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.list-leader li .text {
    float: right;
    width: calc(100% - 180px);
    max-height: 230px;
    overflow: hidden;
}

.list-leader li .text .tit {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: normal;
    color: #333333;
}

.list-leader li .text .info {
    margin-top: 10px;
    color: #444444;
    font-size: 1rem;
    line-height: 36px;
}

.list-leader li .text .info span {
    font-weight: bold;
}

.list-leader li:hover img {
    transform: scale(1.05);
}

.list-leader li:hover .tit {
    color: #9b000f !important;
}

.list-teacher {
    overflow: hidden;
    margin-top: 35px;
}

.list-teacher li {
    float: left;
    width: 16.6%;
    margin-bottom: 30px;
}

.list-teacher li a {
    display: block;
    margin: 0 20px;
    overflow: hidden;
}

.list-teacher li .pic {
    width: 100%;
    height: 120%;
    overflow: hidden;
    border: 1px solid #e0e6e9;
    padding: 5px;
    position: relative;
}

.list-teacher li .pic img {
    width: 100%;
}

.list-teacher li p {
    font-size: 1rem;
    color: #333333;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.list-teacher li:hover img {
    transform: scale(1.05);
}

.list-teacher li:hover p {
    color: #005da3;
}

/* 列表线条动画 */
.bottom-inOutSpread:before, .bottom-inOutSpread:after, .bottom-inOutSpread > .ui-border-element:before, .bottom-inOutSpread > .ui-border-element:after {
    content: "";
    position: absolute;
}

.bottom-inOutSpread:after {
    border-bottom: 1px solid #0080ca;
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
    left: 0%;
    right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
    margin-top: 30px;
    overflow: hidden;
}

.article-con h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
    color: #9b000f;
}

.article-con h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
    color: #333333;
}

.article-con .info {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    font-size: 0.875rem;
    color: #777777;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e8e8;
}

.article-con .info span {
    margin: 0 7px;
}

.article-con .article-text {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 2;
    color: #333333;
    padding-bottom: 30px;
}

.article-con .article-text p {
    text-indent: 2em;
    padding-bottom: 20px;
}

.article-con .article-text p img, .article-con .article-text p video {
    margin-left: -2em;
    max-width: 100%;
    height: auto !important;
}

.article-con .article-text p.vsbcontent_img img {
    margin-left: 0 !important;
}

.article-con .updown {
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #eff0f9;
}

.article-con .updown a {
    display: block;
    font-size: 1rem;
    color: #333;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.article-con .updown a:hover {
    color: #9b000f;
    transform: translateX(5px);
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
    text-indent: 0;
    padding: 0;
}

.slider-pic {
    margin:15px -10px 0;
    padding-bottom: 50px;
    overflow: hidden;
}

.slider-pic .item {
    background: #f1f0f0;
    padding: 13px 13px 17px;
    margin: 0 10px;
}

.slider-pic .item .pic {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
}

.slider-pic .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider-pic .item .text {
    margin-top: 18px;
}

.slider-pic .item .text a.tit {
    width: calc(100% - 85px);
    float: right;
    color: #333333;
    font-size: 1rem;
    line-height: 26px;
    height: 52px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-pic .item:hover img {
    transform: scale(1.05);
}

.slider-pic .item .date {
    float: left;
    width: 70px;
    height: 60px;
    color: #fff;
    text-align: center;
    background: #9b000f;
}

.slider-pic .item:hover a.tit {
    color: #063567;
    transform: translateX(5px);
}

.slider-pic .slick-prev, .slider-pic .slick-next {
    width: 70px;
    height: 30px;
    background: #fff;
    border: 1px solid #b4b4b4;
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
}

.slider-pic .slick-dots {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.slider-pic .slick-dots li {
    float: left;
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.slider-pic .slick-dots li button {
    display: none;
}

.slider-pic .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    background: #b59873;
}

.slider-pic .slick-prev:before, .slider-pic .slick-next:before {
    display: none !important;
}





        ul,
        ol {
            list-style: none;
            padding: 0;
        }
        a{
            text-decoration: none;
        }
        .fl {
            float: left;
        }

        .fr {
            float: right;
        }

        .clear {
            content: "";
            clear: both;
            zoom: 1;
        }

        .clearfix {
            zoom: 1;
        }

        .clearfix:after {
            display: block;
            content: "";
            clear: both
        }

        .clearfix:before {
            display: table;
            content: "";
        }

        .img-scale {
            display: block;
            overflow: hidden;
        }

        .img-scale img {
            display: block;
            width: 100%;
            height: auto;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

        .img-scale .img-frame {
            overflow: hidden;
        }

        .img-scale .img {
            /*背景图替换img*/
            background-image: url();
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-color: transparent;
            -o-background-size: cover;
            background-size: cover;
            -webkit-transition: all 0.35s ease 0s;
            -moz-transition: all 0.35s ease 0s;
            -o-transition: all 0.35s ease 0s;
            transition: all 0.35s ease 0s;
            width: 100%;
            height: 100%;
        }

        .img-scale .img img {
            min-height: 100%;
        }

        .img-scale:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .img-scale:hover .img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .more {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin: .45rem 0 0;
            padding: 0 .42rem;
            font-size: 0.16rem;
            font-weight: 500;
            line-height: 0.4rem;
            color: #666;
            text-align: center;
            border: 1px solid #c4232b;
            -webkit-transition: all 0.35s ease 0s;
            -moz-transition: all 0.35s ease 0s;
            -o-transition: all 0.35s ease 0s;
            transition: all 0.35s ease 0s;
        }

        .more:hover {
            background: #c4232b;
            color: #fff;
        }

        .column2 {
            border-bottom: 1px solid #e6c5c7;
        }

        .column2 h3 {
            display: inline-block;
            font-size: 22px;
            zoom: 1;
            font-weight: 700;
            line-height: 50px;
            color: #c4232b;
            text-align: left;
            border-bottom: 3px solid #c4232b;
            margin: 0 0 -1px;
        }

        .column2 .more {
            margin: 0;
            padding: 0;
            font-size: 16px;
            color: #c4232b;
            border: none;
            line-height: 50px;
        }

        .column2 .more:hover {
            background: transparent;
            text-decoration: underline !important;
        }

        .jyzf {
            margin: 65px 0;
            padding: 10px;
        }

        .jyzf .jyzf-text {
            margin-top: 24px;
            padding: 15px;
            font-size: 16px;
            font-weight: 500;
            line-height:30px;
            color: #fff;
            text-align: left;
            background: #c4232b;
            border-radius: 5px;
        }

        .jyzf .jyzf-text a {
            color: #fff;
        }
        
        .j-list li {
            padding-left: 0px;
        }
        .j-list li {
            border: none !important;
        }

        .j-list .text {
            width: -webkit-calc(100% - 120px);
            width: -moz-calc(100% - 120px);
            width: calc(100% - 120px);
            vertical-align: middle;
            margin-top: 10px;
        }

        .j-list .img-scale {
            margin:30px 0 0;
            padding: 15px 20px;
            background: #ffe3e4;
            vertical-align: middle;
        }

        .j-list .img-scale:hover {
            background: #fff;
        }

        .j-list .img-scale:hover .title {
            color: #c4232b;
        }

        .j-list .img-scale:hover .info {
            color: #000;
        }

        .j-list .img-frame {
            width: 100px;
            height: 100px;
            overflow: visible;
        }

        .j-list .title {
            font-weight: 700;
            line-height: 40px;
        }

        .j-list .info {
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }



