body,h1,h2,h3,h4,h5,p,dl,dd,ol,ul,th,td,fieldset, input,button,textarea,form,canvas,audio, video,article,aside,details,figcaption, figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,img,label,input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #111;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}

.img a {
    display: block;
    height: 100%;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    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;
}

.container,
.ctbx {
    width: 1400px;
    margin: 0 auto;
}

@media (min-width: 600px) {
   .container, 
  .ctbx {
        width: 90%;
    }
}

@media (min-width: 1080px) {
    .container,
    .ctbx {
        width: 1024px;
    }
}

@media (min-width: 1240px) {
     .container,
    .ctbx {
        width: 1200px;
    }
}

@media (min-width: 1440px) {
    .container,
    .ctbx {
        width: 1400px;
    }
}



.header .logo_wz::after, .header2 .logo_wz::after {
    content: "";
    position: absolute;
    width: 220Px;
    height: 49px;
    right: 0;
    top: 0px;
    z-index: 0;
    background: url(../images/logo_wzg2.png) no-repeat;
    background-size: 100% auto;
}

@keyframes lgwz {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(100%);
    }
}

.logo_wznr {
    position: relative;
    z-index: 2;
}

.header .logo_wz .logo_wzg, .header2 .logo_wz .logo_wzg {
    position: absolute;
    width: 80%;
    left: 0px;
    top: 0px;
    animation: lgwz 4s linear infinite;
}

@keyframes an1 {
    0% {
        transform: scale(0.6) rotateY(90deg)
    }

    50% {
        transform: scale(0.8) rotateY(45deg)
    }
     75% {
        transform: scale(1) rotateY(0deg)
    }

    100% {
        transform: scale(1)
    }
}

.header .logo_wz2, .header2 .logo_wz3 {
    float: left;
    margin: 11px 0px 0px 20px;
    position: relative;
    height: 59px;
    animation: an1 4s linear infinite;
}


.appear {
    display: block;
}

.lgwz_cha span, .lgwz_eg span {
    float: left;
}

.lgwz_eg {
    margin-top: 3px;
    display: inline-block;
}

.lgwz_eg span {
    margin-right: 5px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7)
}

.search-box {
    position: relative;
    overflow: hidden;
    float: right;
    width: 180px;
    height: 30px;
    padding: 0 13px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    margin-top: 5px;
}

.search-box .text {
    float: left;
    width: calc(100% - 30px);
    height: 30px;
    line-height: 30px;
    background: none;
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    border: none;
}

.search-box .btn {
    float: right;
    height: 20px;
    margin-top: 6px;
}

.search-box.active {
    visibility: visible;
    opacity: 1;
}

.search-box .text:-moz-placeholder {
    color: #fff;
}

.search-box .text:-ms-input-placeholder {
    color: #fff;
}

.search-box .text::-webkit-input-placeholder {
    color: #fff ;
}


.topbox {
    position: relative;
}

.topwk {
    position: absolute;
z-index:10;
    left: 0px;
    top: 0px;
    width: 100%;
    background: url(../images/top_bg.png) repeat-x top;

}

.topbg {
    /* background: #b82524; */
    overflow: hidden;
   padding:10px 0px 27px;
   border-bottom: rgba(255, 255, 255, 0.18) 1px solid;
}

.top_lf {
    float: left;
}

.top_logo {
    width: 290px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

.top_wz {
    width: 430px;
    float: left;
    margin-top: 35px;
}

.logo_wz4 {
    width: 380px;
    float: left;
    margin-top: 35px;
animation: an1 3s linear infinite;
   display:none;
}


.top_rg {
    float: right;
    margin-top: 5px;
}

.top-right {
    float: right;
    width: 350px;
}

.top-right ul {
    float: right;
}

.top-right li {
    float: left;
    line-height: 16px;
    cursor: pointer;
    padding: 0 16px;
    line-height: 39px;
    position: relative;
}

.top-right li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    right: 0;
    top: 12px;
    border-right: 1px solid #fff;
}

.top-right li:nth-last-of-type(1)::after{
    border-right-style: none;
}

.top-right li a {
    display: block;
    font-size: 14px;
    color: #fff;
}


/* 导航 */
.nav_box {
   /*background: #94070a;*/
}

.navbar {
   /* height: 50px;*/
}
.navbar {
    float: left;
    width: 100%;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}
.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
}

.navbar .navbar-nav>li>a {
    font-size: 20px;
    color: #fff;
    padding: 15px 103px;
    display: block;
    font-weight: bold;
   /* line-height: 50px;*/
}

.navbar .navbar-nav>li:hover>a,
.navbar .navbar-nav>li.active>a {
    color: #fff;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .hasChild:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transform: scaleY(0);
    transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
    transform: scaleY(1);
}

.navbar .nav-child {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -45%;
    background: #fff;
    width: 90%;
       box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 18%);
}


/*.navbar .nav-child li {
    padding: 12px;
  }*/

.navbar .nav-child li a {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 5px;
    display: block;
    color: #333;
}

.navbar .nav-child li:hover {
    background: #b82524;
}

.navbar .nav-child li:hover a {
    color: #fff;
}


.ban_box {
    /* height: 100vh; */
    position: relative;
}

.banlb {
    width: 100%;
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.banlb img {
    width: 100%;
    display: block !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.banlb img:hover {
    transform: scale(1.05);
}

.ban_box .ban-dot {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 30px;
    color: #fff;
    text-align: center;
    z-index: 8;
}

.ban_box .ban-dot span {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    position: relative;
    outline: none;
    padding: 0px;
    text-indent: -999em;
    margin: 0px 10px;
    width: 22px;
    height: 20px;
    opacity: 1;
    background: url(../images/ban_dot.png) no-repeat;
    background-size: 100% 100%;   
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    background: url(../images/ban_dot2.png) no-repeat;
    background-size: 100% 100%;
}

.ban_box .btnbg {
    width: 100%;
    height: 198px;
    position: absolute;
    left: 0px;
    z-index: 5;
    bottom: 0px;
    background: url(../images/ban_xian.png) repeat-x bottom;
}



.sydh {
    overflow: hidden;
}

.sydh h1 {
    float: left;
    font-size: 34px;
    color: #333;
    line-height: 36px;
    font-family: Arial, Helvetica, sans-serif;
}

.sydh span {
    float: right;
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
    background: url(../images/jt.png) no-repeat 120px center #9b0000;
}

.sydh span a {
    font-size: 14px;
    color: #fff;
      display: block;
}

.sydh span:hover {
    background: url(../images/jt.png) no-repeat 120px center #7e0000;
}


/* 内容区域一 */

.cont_bg1 {
    padding: 57px 0px 99px;
    overflow: hidden;
   background: url(../images/cont_bg1.jpg) no-repeat center top;
  background-size: cover;
}

.xintj {
    position: relative;
    margin-top: 40px;
}

.xintj_lb {
    background: #fff;
    overflow: hidden;
}

.xintj_lb .picture {
    width: 560px;
    float: left;
}

.xintj_lb .picture span {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    display: block;
}

.xintj_lb .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xintj_lb .picture span img:hover {
    transform: scale(1.05);
}

.xintj_lb .text {
    width: calc(100% - 560px);
    float: right;
}

.xintj_lb .text .textmar {
    padding: 40px 60px 0px;
    overflow: hidden;
}

.xintj_lb .text .textmar h2 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #9c0000;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xintj_lb .text .textmar p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
   font-family: Arial, Helvetica, sans-serif;
}

.xintj .xwtj-dot {
    position: absolute;
        bottom: 40px;
    left: 620px;
    z-index: 2;
    text-align: left;
}

.xintj .xwtj-dot span {
    margin: 2px 5px;
    width: 8px;
    height: 8px;
    background: #d99c9c;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}

.xintj .xwtj-dot span.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #9c0000;
    margin: 0px 5px;
}

.xintj .xwtj-next,
.xintj .xwtj-prev {
    position: absolute;
    z-index: 3;
    width: 40px;
    height: 40px;
    bottom:0px;
    outline: none;
    cursor: pointer;
}

.xintj .xwtj-next {
    left: 660px;
    background: url(../images/xw-next.png) no-repeat center #e3dff1;
    background-size: 28%;
}
.xintj .xwtj-prev {
    left: 618px;
    background: url(../images/xw-prev.png) no-repeat  center #e3dff1;
    background-size: 28%;
}
.xintj .xwtj-next:hover{
  background: url(../images/xw-next.png) no-repeat  center #f4f2fc;
    background-size: 28%;
}
.xintj .xwtj-prev:hover{
  background: url(../images/xw-prev.png) no-repeat  center #f4f2fc;
    background-size: 28%;
}


.xintj .xwtj_more {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
    background: url(../images/jt.png) no-repeat 120px center #9b0000;
    display:none;
}

.xintj .xwtj_more a {
    font-size: 14px;
    color: #fff;
   display:block;
}

.xintj .xwtj_more:hover {
    background: url(../images/jt.png) no-repeat 120px center #7e0000;
}


/* 内容区域2 */
.cont_bg2{
   background: url(../images/cont_bg2.jpg) no-repeat center;
      background-size: cover;
    padding:55px 0px 63px;
}

.xshy{
  margin-top: 42px;
}
.xshy .swiper-container {
    padding: 20px 0px 70px;
}

.xshy_lb {
    padding: 40px 20px 20px 35px;
    overflow: hidden;
    position: relative;
    border: rgba(231, 231, 231, 0.3) 1px solid;
}

.xshy_lb a {
    padding-bottom: 20px;
    display: block;
    overflow: hidden;
    background: url(../images/ic_yinhao.png) no-repeat right bottom;
}

.xshy_lb .picture {
    width: 272px;
    float: left;
}

.xshy_lb .picture span {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    display: block;
}

.xshy_lb .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xshy_lb .text {
    width: calc(100% - 300px);
    float: right;
}

.xshy_lb .text h2 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.xshy_lb .text p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    box-sizing: border-box;
}

.xshy_lb .text p:nth-of-type(1) {
    background: url(../images/xsjl_zjr2.png) no-repeat left;
}

.xshy_lb .text p:nth-of-type(2) {
    background: url(../images/xsjl_sj2.png) no-repeat left;
}

.xshy_lb .text p:nth-of-type(3) {
    background: url(../images/xsjl_dd2.png) no-repeat left;
}

.xshy .swiper-slide.swiper-slide-active .xshy_lb {
    width: 820px!important;
    position: absolute;
    top: 0px;
    left: -46%;
    z-index: 5;
    background: #fff;
    box-shadow: 0px 0px 34.58px 3.42px rgba(0, 0, 0, 0.06);
}

.xshy .swiper-slide.swiper-slide-prev .xshy_lb {
    margin-top: 40px;
}

.xshy .swiper-slide.swiper-slide-next .xshy_lb {
    margin-left: -40%;
    margin-top: 40px;
}

.xshy .swiper-slide.swiper-slide-active .xshy_lb {
    padding-top: 55px;
    padding-bottom: 25px;
}

.xshy .swiper-slide.swiper-slide-active .xshy_lb .picture {
    width: 360px;
}

.xshy .swiper-slide.swiper-slide-active .xshy_lb .text {
    width: calc(100% - 400px);
}

.xshy .swiper-slide.swiper-slide-active .xshy_lb .text h2 {
    font-size: 20px;
    color: #9c0000;
    line-height: 32px;
    height: 96px;
    margin-bottom: 16px;
}

.xshy .swiper-slide.swiper-slide-active .xshy_lb .text p {
    font-size: 16px;
    line-height: 32px;
}

.xshy .swiper-slide.swiper-slide-prev .xshy_lb::before,
.xshy .swiper-slide.swiper-slide-next .xshy_lb::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 100%;
}

.xshy .swiper-slide.swiper-slide-prev .xshy_lb::before {
    left: 0px;
    background: url(../images/aca_lfbg.png) no-repeat;
    background-size: cover;
}

.xshy .swiper-slide.swiper-slide-next .xshy_lb::before {
    right: 0px;
    background: url(../images/aca_rgbg.png) no-repeat;
    background-size: cover;
}

.xshy .xshy-next,
.xshy .xshy-prev {
    position: absolute;
    z-index: 3;
    width: 53px;
    height: 53px;
    top: 40%;
    outline: none;
    cursor: pointer;
   opacity: 1;
}

.xshy .xshy-next {
    right: 80px;
    background: url(../images/aca_next.png) no-repeat;
    background-size: 100% 100%;
}

.xshy .xshy-prev {
    left: 80px;
    background: url(../images/aca_prev.png) no-repeat;
    background-size: 100% 100%;
}
.xshy .xshy-next:hover{
  background: url(../images/aca_next2.png) no-repeat;
  background-size: 100% 100%;
    opacity: 1;
}
.xshy .xshy-prev:hover{
  background: url(../images/aca_prev2.png) no-repeat;
  background-size: 100% 100%;
     opacity: 1;
}
/* 内容区域三 */

.cont_bg3 {
    background: url(../images/cont_bg3.jpg) no-repeat center;
    overflow: hidden;
    padding: 57px 0px 69px;
}

.keyan {
    margin-top: 40px;
    position: relative;
    padding-bottom: 50px;
}

.keyan_lb {
    position: relative;
    transition: all 0.2s ease-out 0s;
}

.keyan_lb .picture {
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
}

.keyan_lb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.keyan_lb .picture img:hover {
    transform: scale(1.05);
}

.keyan_lb .text {
    padding: 27px 30px;
    background: #fff;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.keyan_lb .text::before {
    content: "";
    width: 37px;
    height: 4px;
    background: #9b0000;
    position: absolute;
    top: 0px;
    left: 30px;
}

.keyan_lb .text h2 {
    font-size: 20px;
    color: #333;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.keyan_lb .text span {
    float: right;
    line-height: 40px;
    font-size: 14px;
}

.keyan_lb:hover .text {
    background: url(../images/kylb_onbg.jpg) no-repeat;
    background-size: cover;
}

.keyan_lb:hover .text h2 {
    color: #fff;
}

.keyan .keyan-dot {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    z-index: 2;
}

.keyan .keyan-dot span {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    position: relative;
    outline: none;
    padding: 0px;
    text-indent: -999em;
    margin: 0px 10px;
    width: 22px;
    height: 20px;
    opacity: 1;
    background: url(../images/ky_dot.png) no-repeat center;
}

.keyan .keyan-dot span.swiper-pagination-bullet-active {
    background: url(../images/ky_dot2.png) no-repeat center;
}

.dibu_bg {
    background: #302a29;
    overflow: hidden;
    padding: 32px 0px;
}

.dibu_wz {
    float: left;
    width: calc(100% - 90px);
    font-size: 16px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.7);
}

.dibu_wz a {
    color: rgba(255, 255, 255, 0.7);
}

.dibu_ewm {
    width: 86px;
    float: right;
}

.dibu_ewm img {
    width: 86px;
    height: 86px;
}


.ltban_pic {
    height: 250px;
}

.ltban_pic img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ltban_tit {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 34%;
}

.ltban_tit .ctbx h2 {
    font-size: 48px;
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
}

.sjmenu {
    display: none;
}

.list_box {
    padding: 45px 0px 100px;
    overflow: hidden;
}
.list_box.list_boxxw{
    padding-top:15px;
}
.list_lf {
    width: 256px;
    float: left;
    background: #f0f0f0;
    margin-top: 9px;
}

.list_lf h1 {
    width: 216px;
    float: left;
    padding: 12px 20px 13px;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    background: url(../images/ltyi_bg.png) no-repeat #94080a;
   font-weight: bold;
}

.sideMenu {
    width: 220px;
    float: left;
    padding: 0px 18px;
}

.sideMenu li {
    width: 220px;
    float: left;
    margin-top: 20px;
}

.sideMenu li a {
    display: block;
    padding: 20px 20px 20px 20px;
    background: url() no-repeat 190px #fff;
    cursor: pointer;
    position: relative;
    font-size: 19px;
    color: #333;
    line-height: 26px;
    width: 180px;
    float: left;
}

.sideMenu dl {
    width: 220px;
    float: left;
    display: none;
    background: #fff;
    border-top: #f0f0f0 1px solid;
    padding: 12px 0px;
}

.sideMenu dl dd a {
    display: block;
    width: 150px;
    padding: 10px 15px 5px 55px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    cursor: pointer;
    background: url(../images/ltsanj.png) no-repeat 42px 18px;
}

.sideMenu dl dd:hover a, .sideMenu dl dd.current a {
    font-weight: bold;
    background: url(../images/ltsanj2.png) no-repeat 42px 18px;
}

.sideMenu li.current > a, .sideMenu li:hover > a {
    color: #94080a;
    font-weight: bold;
}

.sideMenu li.current dl {
    display: block !important;
}

.ltlf_pic {
    width: 100%;
    float: left;
}

.list_rg {
    float: right;
    width: calc(100% - 300px);
}

.list_rdh {
    overflow: hidden;
}

.list_rdh h1 {
    float: left;
    font-size: 28px;
    color: #222;
    padding-bottom: 15px;
    position: relative;
}

.list_rdh h1::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #940940;
}

.list_rdh span {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-top: 20px;
    background: url(../images/ic_home.png) no-repeat left 5px;
    padding-left: 20px;
}

.list_rdh span a {
    color: #888;
}

.list_rdh span a:hover {
    color: #940940;
}

.list_rdh span b{
   color:#94070a;
}





.ltyjs{
    min-height: 500px;
}

.ltyjs ul {
    padding: 0px 0px 40px;
}

.ltyjs li {
    width: 100%;
    float: left;
    padding: 35px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
   position: relative;
   margin-bottom:10px;
}

.ltyjs li .ltyjs_tp {
    width: 240px;
    float: left;
    margin-right:30px;
}

.ltyjs li .ltyjs_tpnr {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.ltyjs_tpnr .img:hover {
    transform: scale(1.05);
}

.ltyjs li .ltyjs_text {
     width: calc(100% - 240px);
      position: absolute;
    top: 60px;
    left: 200px;
    background: #fff;
    padding: 25px 20px 18px 30px;
    }

.ltyjs li .ltyjs_text h2 {
    margin-bottom:10px;
    font-size:22px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ltyjs li .ltyjs_text p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #959595;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ltyjs li .ltyjs_text span {
    float: left;
    font-size: 14px;
    color: #959595;
    line-height: 26px;
    margin-top: 5px;
}

.ltyjs li:hover .ltyjs_text {
   box-shadow: 0px 1px 16px 0px rgba(164, 164, 164, 0.45);
}

.ltyjs li:hover .ltyjs_text h2 {
    color: #93080a;
}


.ltwork{
    min-height: 500px;
    overflow: hidden;
}
.ltwork ul{
    margin: 0px -10px;
}
.ltwork li{
    width: 25%;
    float: left;
}
.ltwork li:nth-of-type(1){
    width: 50%;
}
.ltwork li .ltwork_mar{
    margin:10px;
    position: relative;
}
.ltwork li .ltwork_mar .picture{
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.ltwork li .ltwork_mar .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ltwork li .ltwork_mar .picture img:hover {
    transform: scale(1.05);
}
.ltwork li .ltwork_mar .text{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px 15px 10px;
    color: #fff;
    box-sizing: border-box;
   background: url(../images/rcpy_bg.png) repeat-x bottom;
}
.ltwork li .ltwork_mar .text h2{
    font-size: 16px;
    line-height: 20px;
}




.list_xw {
    min-height: 500px;
}

.list_xw ul {
    padding: 0px 0px 40px;
    overflow: hidden;
}

.list_xw li {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
    padding: 35px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_xw li .ltxw_tp {
    width: 240px;
    float: left;
    margin-right:30px;
}

.list_xw li .ltxw_tpnr {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.ltxw_tpnr .img:hover {
    transform: scale(1.05);
}

.list_xw li .ltxw_text {
       overflow: hidden;
    }

.list_xw li .ltxw_text h2 {
    margin: 5px 0px 15px;
    font-size:22px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_xw li .ltxw_text p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #959595;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_xw li .ltxw_text span {
    float: left;
    font-size: 14px;
    color: #959595;
    line-height: 26px;
    margin-top: 12px;
}

.list_xw li:hover {
    border-bottom: #93080a 1px solid;
}

.list_xw li:hover .ltxw_text h2 {
    color: #93080a;
}

.ltfy {
    text-align: center;
}

.ltfy img {
    max-width: 100%;
}


.list_lb {
    min-height: 500px;
}

.list_lb ul {
    padding: 17px 0px 40px;
    overflow: hidden;
}

.list_lb li {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
}

.list_lb li span {
    float: left;
    margin-left: 10px;
    width: 95px;
    font-size: 14px;
    color: #888;
    line-height: 26px;
    position: relative;
    line-height: 58px;
}

.list_lb li span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    right: 0;
    top: 21px;
    background: #e1e1e1;
}

.list_lb li a {
    font-size: 16px;
    color: #333;
    width: calc(100% - 160px);
    padding-right: 30px;
    margin-right: 10px;
    float: right;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s ease-out 0s;
    background: url(../images/list_jt.png) no-repeat right;
}

.list_lb li:hover a {
    color: #93080a;
    text-indent: 10px;
}

.list_lbxg {
    min-height: 500px;
}

.list_lbxg ul {
    margin-bottom: 30px;
}

.list_lbxg li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 40px;
}

.list_lbxg li a {
    display: block;
    overflow: hidden;
    padding: 30px 50px;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0.763px 3.927px 21px 0px rgba(0, 0, 0, 0.16);
}

.list_lbxg li h2 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.list_lbxg li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.list_lbxg li span {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #9b0000;
    display: block;
    border-radius: 3px;
}

.list_lbxg li:hover h2 {
    color: #b82524;
}

.list_lbxg li:hover span {
    background: #7e0000;
}


.list_js {
    min-height: 500px;
}

.list_js ul {
    overflow: hidden;
    margin: 0px -22px;
}

.list_js li {
    width: 50%;
    float: left;
}

.list_js li .ltjs_nr {
    margin: 0px 22px 48px;
    background: #fff;
    border: #e2e2e2 1px solid;
    overflow: hidden;
    cursor: pointer;
}

.list_js li .ltjs_tp {
    width: 150px;
    float: left;
}

.list_js li .ltjs_tp span {
    padding-bottom: 140%;
    position: relative;
    display: block;
    overflow: hidden;
}

.list_js li .ltjs_tp span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.list_js li .ltjs_tp span img:hover {
    transform: scale(1.1);
}

.list_js li .ltjs_text {
    width: calc(100% - 180px);
    float: right;
     height: 210px;
    overflow: hidden;
}

.list_js li .ltjs_text h3 {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin: 10px 0px 0px;
}

.list_js li .ltjs_text dl {
    margin-right: 20px;
    background: url(../images/js_sjx.png) no-repeat right bottom;
}

.list_js li .ltjs_text dl dd {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin: 3px 0px;
   max-height: 72px;
    overflow: hidden;
}

.list_js li .ltjs_text dl dd b {
    color: #333;
}

.list_js li .ltjs_text2 dl dd {
    line-height: 34px;
}

/*.list_js li .ltjs_text dl dd:nth-of-type(1){
    font-size: 16px;
    color: #333;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_js li .ltjs_text dl dd:nth-of-type(2){
    height: 78px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
   -webkit-line-clamp:3; 
   -webkit-box-orient:vertical;
}*/
.list_js li:hover .ltjs_nr {
    box-shadow: 4px 0px 21px 0px rgba(0, 0, 0, 0.16);
}

.list_js li:hover .ltjs_text dl {
    background: url(../images/js_sjx2.png) no-repeat right bottom;
}

.list_zzjg {
    min-height: 500px;
}

.list_zzjg ul {
    overflow: hidden;
    margin: 0px -22px;
}

.list_zzjg li {
    width: 50%;
    float: left;
}

.list_zzjg li .ltzzjg_nr {
    margin: 0px 22px 48px;
    background: #fff;
    border: #e2e2e2 1px solid;
    overflow: hidden;
    cursor: pointer;
}

.list_zzjg li .ltzzjg_tp {
    width: 150px;
    float: left;
}

.list_zzjg li .ltzzjg_tp span {
    padding-bottom: 140%;
    position: relative;
    display: block;
    overflow: hidden;
}

.list_zzjg li .ltzzjg_tp span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.list_zzjg li .ltzzjg_tp span img:hover {
    transform: scale(1.1);
}

.list_zzjg li .ltzzjg_text {
    width: calc(100% - 180px);
    float: right;
}

.list_zzjg li .ltzzjg_text h3 {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin: 20px 0px 15px;
   position: relative;
      padding-bottom: 10px;
}
.list_zzjg li .ltzzjg_text h3::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #d8ac66;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.list_zzjg li .ltzzjg_text p {
    font-size: 16px;
    color: #333;
  margin-top:10px;
       box-sizing: border-box;
    padding-right: 15px;
}


.list_zzjg li:hover .ltzzjg_nr {
    box-shadow: 4px 0px 21px 0px rgba(0, 0, 0, 0.16);
}


.list_wyh {
    margin-top: 30px;
}

.list_wyh table td{
  text-indent: 0em!important;
}

.ltwyh_lb {
    margin-bottom: 30px;
    overflow: hidden;
}

.ltwyh_lb h3 {
    font-size: 18px;
    color: #92130c;
    margin-bottom: 8px;
    font-weight: bold;
}

.ltwyh_zc {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #222;
    line-height: 30px;
}

.ltwyh_zc h4 {
    float: left;
    width: auto;
    font-weight: bold;
}

.ltwyh_zc ul {
    overflow: hidden;
}

.ltwyh_zc ul li {
    float: left;
    margin: 0px 15px 0px 5px;
}


.menu_list {
    margin: 0px auto 0px;
    width: 100%;
}

.menu_head {
    width: 100%;
    cursor: pointer;
    position: relative;
    height: 55px;
    background: #f0f0f0;
    margin-top: 20px;
    line-height: 55px;
}

.menu_head h3 {
    float: left;
    margin-left: 68px;
    width: 550px;
    font-size: 20px;
    color: #94080a;
}
.menu_head.menu_head2 h3{
  width: auto;
  margin-right:55px;
}
.menu_head h5 {
    float: left;
    font-size: 18px;
    color: #333;
}

.menu_head::before, .menu_head::after {
    content: "";
    position: absolute;
}

.menu_head::before {
    left: 30px;
    top: 17px;
    width: 21px;
    height: 21px;
    background: url(../images/xkfx_yuan.png);
}

.menu_head::after {
    width: 20px;
    height: 11px;
    right: 30px;
    top: 23px;
    background: url(../images/xkfx_up.png);
}

.menu_list .menu_head.current::after {
    background: url(../images/xkfx_down.png);
}

.menu_list .menu_head.current h3, .menu_list .menu_head.current h5 {
    font-weight: bold;
}

.menu_body {
    height: auto;
    overflow: hidden;
    padding: 40px 65px 0px;
    margin-bottom: 38px;
    background: #fff;
    box-shadow: 0px 1px 16px 0px rgba(164, 164, 164, 0.21);
}

.menu_body .menu_jj {
    width: 100%;
    float: left;
}

.menu_body .menu_jj .menu_jjtp {
    width: 250px;
    float: left;
}

.menu_body .menu_jj .menu_jjtp span {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    display: block;
    overflow: hidden;
}

.menu_body .menu_jj .menu_jjtp span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.menu_body .menu_jj .menu_jjnr {
    width: calc(100% - 280px);
    float: right;
}

.menu_body .menu_jj .menu_jjnr p {

    line-height: 34px;
    font-size: 16px;
    color: #333;
    height: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.menu_body .menu_jj .menu_jjnr2 p{
   height: auto;
  -webkit-line-clamp: none;
}


.menu_body .menu_name {
    border-top: #d6d6d6 1px solid;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-top: 35px;
    padding: 22px 0px 28px;
    position: relative;
}

.menu_body .menu_name h6 {
    position: absolute;
    right: 0px;
    top: -45px;
    background: #fff;
    line-height: 20px;
    font-size: 14px;
    padding-left: 15px;
    font-weight: normal;
}

.menu_body .menu_name h6 a {
    color: #850002;
}

.menu_body .menu_name h6 a:hover {
    font-weight: bold;
}

.menu_body .menu_name h4 {
    float: left;
    line-height: 40px;
    color: #850002;
}

.menu_body .menu_name p {
    overflow: hidden;
    line-height: 40px;
    color: #333;
}

.menu_body .menu_name p span {
    line-height: 40px;
    color: #333;
    margin: 0px 40px 0px 20px;
    display: inline-block;
}


.xkfxxg {
    min-height: 500px;
    overflow: hidden;
}

.xkfxxg ul {
    margin: 0px -20px;
}

.xkfxxg li {
    width: 33.3%;
    float: left;
}

.xkfxxg li .xkfxxg_mar {
    margin: 0px 20px 25px;
   position: relative;
}

.xkfxxg li .xkfxxg_mar .text {
    padding:15px 15px 10px;
    overflow: hidden;
    height:68px;
}

.xkfxxg li .xkfxxg_mar .text h3 {
    font-size: 14px;
    color: #333;
   margin-bottom:5px;
      font-size: 18px;
    font-weight: bold;
}

.xkfxxg li .xkfxxg_mar .text h5 {
    font-size: 14px;
    color: #333;
}

.xkfxxg li .xkfxxg_mar .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.xkfxxg li .xkfxxg_mar .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xkfxxg li .xkfxxg_mar .picture img:hover {
    transform: scale(1.05);
}

.xkfxxg li .xkfxxg_mar::before{
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 0px;
    background: #94070a;
    transform: scaleY(0px);
    transition: all 0.3s ease-out 0s;
    z-index:-1;
}

.xkfxxg li:hover .xkfxxg_mar::before{
  transform: scaleY(-100px);
  height: 106px;
}
.xkfxxg li:hover .xkfxxg_mar .text {
    background: url(../images/xskyxg_bg1.png) no-repeat right top;
}
.xkfxxg li:hover .xkfxxg_mar .text h3,
.xkfxxg li:hover .xkfxxg_mar .text h5{
  color:#fff;
}

.jcrc_box {
    margin-top: 50px;
}

.jcrc {
    margin-bottom: 25px;
    overflow: hidden;
}

.jcrc .jcrc_tit {
    width: 100%;
    float: left;
}

.jcrc .jcrc_tit h3 {
    float: left;
    padding: 5px 30px 5px 25px;
    line-height: 30px;
    font-size: 20px;
    color: #94080a;
    margin-right: 20px;
    background: #f0f0f0;
    position: relative;
}

.jcrc .jcrc_tit h3::after {
    content: "";
    width: 0;
    height: 0;
    right: -12px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #f0f0f0;
}

.jcrc .jcrc_tit p {
    overflow: hidden;
    height: 6px;
    position: relative;
    margin-top: 17px;
}

.jcrc .jcrc_tit p i {
    width: 100%;
    float: left;
    height: 1px;
    background: #d6d6d6;
    margin-top: 3px;
}

.jcrc .jcrc_tit p::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 6px;
    background: #94080a;
    border-radius: 50%;
}

.jcrc .jcrc_per {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.jcrc .jcrc_per li {
    width: 12.5%;
    float: left;
    text-indent: 35px;
    line-height: 44px;
}

.jcrc .jcrc_per li a {
    font-size: 18px;
    color: #333;
}

.jcrc .jcrc_per li a:hover {
    color: #94080a;
}


.contt_box {
    min-height: 450px;
}

.contt_tit {
    text-align: center;
    margin: 44px 0px 23px;
}

.contt_tit h1 {
    font-size: 22px;
    color: #333;
    margin-bottom: 13px;
    font-weight: bold;
}

.contt_tit h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

.contt_tit h5 {
    font-size: 14px;
    color: #818181;
}

.contt_fzr {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.contt_fzr li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #444;
    line-height: 36px;
    
}

.contt_zhwen {
    margin: 0px 0px 30px;
    
}

.contt_zhwen p,
.contt_zhwen span {
font-size: 18px!important;
color: #444!important;
    line-height: 36px!important;
   font-family: Arial!important;
}

.contt_zhwen p img {
    max-width: 90%;
    height: auto !important;

}


.contt_zhwen p iframe {
    max-width: 90%;
}

.contt_zhwen p video {
    max-width: 90%;
}

.contt_sxp {
    border-top: #e8e8e8 2px solid;
    padding-top: 25px;
}

.contt_sxp ul {
    width: 100%;
    float: left;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin: 4px 0px;
}

.contt_sxp li a {
    color: #333;
}

.contt_sxp li:hover, .contt_sxp li:hover a {
    color: #94080a;
}



.xsjl {
    margin: 0px -22px;
    overflow: hidden;
}

.xsjl li {
    width: 50%;
    float: left;
    margin: 5px 0px 36px;
    /*opacity: 0;
    transform: translate(0,80px);*/
}

.cont3_bg.showdiv .xsjl li {
    opacity: 1;
    transform: none;
}

.cont3_bg.showdiv .xsjl li:nth-of-type(1) {
    transition: all 1s ease-out 0s;
}

.cont3_bg.showdiv .xsjl li:nth-of-type(2) {
    transition: all 1s ease-out 0.2s;
}

.cont3_bg.showdiv .xsjl li:nth-of-type(3) {
    transition: all 1s ease-out 0.4s;
}

.cont3_bg.showdiv .xsjl li:nth-of-type(4) {
    transition: all 1s ease-out 0.6s;
}

.xsjl li .xsjl_cont {
    background: #fff;
    padding: 37px 35px 35px;
    margin: 0px 22px;
    box-shadow: 0.763px 3.927px 21px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    overflow:hidden;
}

.xsjl li .xsjl_cont .time{
      position: absolute;
    left: -20px;
    top: 43px;
    width: 100px;
    height: 66px;
    padding: 19px 0px 15px;
    font-size: 18px;
    color: #fff;
    background: #9b0000;
    text-align: center;
    line-height: 30px;
    }
 .xsjl li .xsjl_cont .time b{
     font-size: 32px;
    }


.xsjl li .xsjl_cont .xsjl_tp {
    width: 168px;
    float: left;
}

.xsjl_tp .xsjl_tpnr {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.xsjl_tpnr .img:hover {
    transform: scale(1.05);
}

.xsjl li .xsjl_text {
    width: calc(100% - 190px);
    float: right;
}

.xsjl li .xsjl_text dl {
    width: 100%;
    float: left;
}

.xsjl li .xsjl_text dl dt {
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
position: relative;
}
.xsjl li .xsjl_text dl dt::before{
  content: "";
   position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: #9b0000;
}
.xsjl li .xsjl_text dl dd {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    box-sizing: border-box;
}

.xsjl li .xsjl_text dl dd:nth-of-type(1) {
    background: url(../images/xsjl_sj.png) no-repeat left;
}

.xsjl li .xsjl_text dl dd:nth-of-type(2) {
    background: url(../images/xsjl_zjr.png) no-repeat left;
}

.xsjl li .xsjl_text dl dd:nth-of-type(3) {
    background: url(../images/xsjl_dd.png) no-repeat left;
}

.xsjl li .xsjl_text dl dt:hover {
    text-indent: 5px;
    transition: all 0.3s ease-out 0s;
}

.xsjl li .xsjl_text dl dt:hover a {
    color: #92130c;
    font-weight: bold;
}





.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #92130c;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #92130c;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}