 @charset "UTF-8";
 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin: 0;
     padding: 0;
     border: 0;
 }
 
 li {
     list-style: none;
 }
 
 @font-face {
     font-family: 'SourceHanSans-Bold';
     src: url('../fonts/SourceHanSans-Bold.otf');
 }
 
 @font-face {
     font-family: 'SourceHanSans-Medium';
     src: url('../fonts/SourceHanSans-Medium.otf');
 }
 
 @font-face {
     font-family: 'SourceHanSans-Regular';
     src: url('../fonts/SourceHanSans-Regular.otf');
 }
 /*全局样式*/
 
 html,
 body {
     width: 100%;
     margin: 0 auto;
 }
 
 html {
     font-size: 5.2083333333333vw;
 }
 
 @media (max-width:1199px) {
     html {
         font-size: 6.6vw !important;
     }
 }
 
 @media (max-width:767px) {
     html {
         font-size: 13.3vw !important;
     }
 }
 /*= 清除浮动=*/
 
 .clear {
     clear: both;
     height: 0px;
     line-height: 0px;
     font-size: 0px;
     overflow: hidden;
     display: block;
 }
 
 .clearfix:after {
     content: "";
     display: block;
     height: 0px;
     clear: both;
     visibility: hidden;
     font-size: 0px;
 }
 
 :focus {
     outline: 0
 }
 
 a,
 button,
 input[type="button"],
 input[type="submit"],
 input[type="reset"] {
     cursor: pointer
 }
 /* Hides from IE-mac \*/
 
 * html .clearfix {
     height: 0%;
 }
 /* End hide from IE-mac */
 
 *+html .clearfix {
     min-height: 0%;
 }
 /* 针对IE7 */
 
 *+html .clearfix {
     min-height: 0%;
 }
 /*原文件配置*/
 
 body {
     color: #333;
     background: #ffffff;
     font: .18rem/.3rem 'SourceHanSans-Regular', 'Microsoft YaHei', arial, sans-serif;
     min-width: 320px;
 }
 
 a {
     color: #333;
     text-decoration: none;
 }
 
 a:hover {
     color: #8C211B;
 }
 /*块级转化*/
 
 .di_in {
     display: inline-block;
 }
 
 .di_no {
     display: none;
 }
 
 .di_bl {
     display: block;
 }
 /*原文件配置  end*/
 /*横向居中*/
 
 .te_c {
     text-align: center;
 }
 /*相对定位*/
 
 .p_r {
     position: relative;
 }
 
 .flex {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }
 
 .flex-v {
     -webkit-box-orient: vertical;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
 }
 
 .flex-1 {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
 }
 
 .flex-align-start {
     -webkit-box-align: start;
     -ms-flex-align: start;
     -webkit-align-items: flex-start;
     align-items: flex-start;
 }
 
 .flex-align-center {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }
 
 .flex-pack-center {
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
 }
 
 .flex-pack-justify {
     -webkit-box-pack: justify;
     -webkit-justify-content: pace-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
 }
 
 .flex-warp {
     flex-flow: wrap
 }
 
 .flex-column {
     flex-flow: column
 }
 
 .ellipsis-1 {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
 }
 
 .ellipsis-2 {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
 }
 
 .ellipsis-3 {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
 }
 
 .ellipsis-4 {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
 }

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



 .transition {
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s
 }
 
 img {
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
 }
 
 .img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 .container {
     padding-left: 1.6rem;
     padding-right: 1.6rem;
 }
 
 @media (max-width:1199px) {
     .container {
         padding-left: .2rem;
         padding-right: .2rem;
     }
 }
 
 .header {
     width: 100%;
     z-index: 99;
     top: 0;
     left: 0;
     background: url(../images/head.jpg)no-repeat center;
     background-size: cover;
     position: sticky;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
 }
 
 .header.is-hidden {
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     transform: translateY(-100%);
 }
 
 .header .top {
     border-bottom: 1px rgba(222, 222, 222, 0.4) solid;
     height: .4rem;
     line-height: .4rem;
 }
 
 .header .top .lang-btn {
     background: url(../images/lang.svg)no-repeat left center;
     background-size: .18rem;
     padding-left: .25rem;
     font-size: .16rem;
     cursor: pointer;
     margin-right: .4rem;
 }
 
 .header .top .lang-btn .drop {
     width: 1.4rem;
     left: 0;
     top: .4rem;
     position: absolute;
     transition: transform 0.2s linear, opacity 0.2s linear;
     -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
     -moz-transition: transform 0.2s linear, opacity 0.2s linear;
     -ms-transition: transform 0.2s linear, opacity 0.2s linear;
     -o-transition: transform 0.2s linear, opacity 0.2s linear;
     transform-origin: top;
     z-index: 9;
     transform: rotateX(90deg);
     -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
     -ms-transform: rotateX(90deg);
     -o-transform: rotateX(90deg);
     background-color: #FFF;
     line-height: 2;
 }
 
 .header .search {
     width: 2.35rem;
     height: .3rem;
     border-radius: .15rem;
     -webkit-border-radius: .15rem;
     -moz-border-radius: .15rem;
     -ms-border-radius: .15rem;
     -o-border-radius: .15rem;
     background-color: #FFF;
 }
 
 .header .search input[type='text'] {
     background: none;
     font-size: .14rem;
     padding-left: .2rem;
     height: .3rem;
 }
 
 .header .search input[type='submit'] {
     width: .4rem;
     background: url(../images/search.svg)no-repeat center;
     background-size: .16rem;
 }
 
 .header .head .logo {
     height: 1.1rem;
     margin-right: 1.7rem;
 }
 
 .header .head .logo img {
     height: .8rem;
 }
 
 .menu-btn {
     display: none;
     background: url(../images/menu.svg)no-repeat center;
     width: .5rem;
     height: .5rem;
     background-size: 100%;
     position: absolute;
     top: 50%;
     right: .2rem;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .menu-btn.close {
     background-image: url(../images/close.svg);
 }
 
 .nav li:last-child {
     margin-right: 0;
 }
 
 .nav-con .search {
     display: none;
 }
 
 .nav li>a {
     height: 1.1rem;
     padding: .6rem .3rem 0 .3rem;
     font-size: .2rem;
     background-position: center .3rem;
     background-repeat: no-repeat;
     background-size: .24rem;
 }
 
 .nav li:first-child>a {
     padding: .6rem .3rem 0 .3rem;
 }
 
 .nav li:nth-child(1)>a {
     background-image: url(../images/h1.svg);
 }
 
 .nav li:nth-child(1).on>a {
     background-image: url(../images/h1-on.svg);
 }
 
 .nav li:nth-child(2)>a {
     background-image: url(../images/h2.svg);
 }
 
 .nav li:nth-child(2).on>a {
     background-image: url(../images/h2-on.svg);
 }
 
 .nav li:nth-child(3)>a {
     background-image: url(../images/h3.svg);
 }
 
 .nav li:nth-child(3).on>a {
     background-image: url(../images/h3-on.svg);
 }
 
 .nav li:nth-child(4)>a {
     background-image: url(../images/h4.svg);
 }
 
 .nav li:nth-child(4).on>a {
     background-image: url(../images/h4-on.svg);
 }
 
 .nav li:nth-child(5)>a {
     background-image: url(../images/h5.svg);
 }
 
 .nav li:nth-child(5).on>a {
     background-image: url(../images/h5-on.svg);
 }
 
 .nav li:nth-child(6)>a {
     background-image: url(../images/h6.svg);
 }
 
 .nav li:nth-child(6).on>a {
     background-image: url(../images/h6-on.svg);
 }
 
 .nav li:nth-child(7)>a {
     background-image: url(../images/h7.svg);
 }
 
 .nav li:nth-child(7).on>a {
     background-image: url(../images/h7-on.svg);
 }
 
 .nav li.on>a {
     color: #FFF;
     background-color: #8C211B;
 }
 
 .nav li.on a::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 3px;
     background-color: #E2BA7D;
 }
 
 .nav .drop {
     left: -0.2rem;
     top: 1rem;
     position: absolute;
     transition: transform 0.2s linear, opacity 0.2s linear;
     -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
     -moz-transition: transform 0.2s linear, opacity 0.2s linear;
     -ms-transition: transform 0.2s linear, opacity 0.2s linear;
     -o-transition: transform 0.2s linear, opacity 0.2s linear;
     transform-origin: top;
     z-index: 9;
     transform: rotateX(90deg);
     -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
     -ms-transform: rotateX(90deg);
     -o-transform: rotateX(90deg);
     padding-top: .1rem;
 }
 
 .nav .drop>div {
     background-color: #FFF;
     width: 1.82rem;
     border-top: 2px #8C211B solid;
     padding: .3rem .3rem .3rem .3rem;
 }
 
 .nav li:nth-child(n + 6) .drop {
     /* left: auto; */
     /* right: 0; */
 }

 
 .nav .drop .sub {
     font-size: .2rem;
     line-height: 3;
     text-align: center;
 }
 
 .nav .drop .pic {
     width: 2.6rem;
     height: 1.8rem;
     overflow: hidden;
 }
 
 .footer {
     width: 100%;
     overflow: hidden;
     background: url(../images/f-bg.jpg)no-repeat center;
     background-size: cover;
     height: 3.05rem;
     padding-top: .4rem;
     color: rgba(255, 255, 255, .8);
 }
 
 .footer a {
     color: rgba(255, 255, 255, .8);
 }
 
 .copyright {
     border-top: 1px solid rgba(216, 216, 216, .06);
     line-height: 1.6;
     padding: .2rem;
     color: #FFF;
     margin-top: .25rem;
 }
 
 .copyright span,
 .copyright a {
     margin-right: .4rem;
     color: rgba(255, 255, 255, .8);
 }
 
 .copyright a:last-child {
     margin-right: 0;
 }
 
 .footer .tit {
     width: 1.4rem;
     height: 1.4rem;
     background: url(../images/fbg.png)no-repeat center;
     background-size: cover;
     font-size: .26rem;
     line-height: 1.4;
     margin-right: .6rem;
 }
 
 .footer .erwma-con {
     margin-right: .45rem;
 }
 
 .footer .erwma-con .erwma {
     width: 1.2rem;
     height: 1.2rem;
     overflow: hidden;
     margin-left: auto;
     margin-right: auto;
 }
 
 .footer .erwma-con .erwma img {
     width: 100%;
 }
 
 .footer .erwma-con .txt {
     margin-top: .05rem;
 }
 
 .footer .link a {
     border-bottom: 1px rgba(255, 255, 255, .3) solid;
     width: 20%;
     margin-right: 5.5%;
     line-height: 1.1;
     padding-bottom: .15rem;
     margin-bottom: .25rem;
 }
 
 .footer .link a:nth-of-type(4n) {
     margin-right: 0;
 }
 
 .footer .link a::after {
     content: '';
     position: absolute;
     right: 0;
     top: 0;
     width: .08rem;
     height: .12rem;
     background: url(../images/icon1.svg)no-repeat center;
     background-size: 100%;
 }
 
 .footer .tool {
     margin-top: .1rem;
 }
 
 .footer .tool a {
     padding-right: .55rem;
     margin-right: .55rem;
 }
 
 .footer .tool a::after {
     content: '';
     position: absolute;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     width: 1px;
     height: .2rem;
     background-color: rgba(255, 255, 255, .3);
 }
 
 .footer .con>div:first-child {
     margin-right: 1.1rem;
 }
 
 .footer .tool a:last-child {
     margin-right: 0;
     padding-right: 0;
 }
 
 .footer .tool a:last-child::after {
     display: none;
 }
 
 @media (min-width:1025px) {
     .nav li:hover .drop,
     .header .top .lang-btn:hover .drop {
         opacity: 1;
         transform: rotateX(0deg);
         -webkit-transform: rotateX(0deg);
         -moz-transform: rotateX(0deg);
         -ms-transform: rotateX(0deg);
         -o-transform: rotateX(0deg);
     }
     .footer a:hover {
         color: #FFF;
     }
 }
 
 @media (max-width:1199px) {
     body {
         font-size: 14px;
     }
     .header .top,
     .nav .drop .pic {
         display: none;
     }
     .menu-btn,
     .nav-con .search {
         display: block;
     }
     .nav-con {
         position: fixed;
         width: 100%;
         left: 0;
         top: 1.1rem;
         overflow-y: scroll!important;
         display: none;
         background-color: #FFF;
         z-index: 999;
         height: calc(100vh - 1.2rem);
         padding: .2rem .3rem;
     }
     .nav-con .search {
         width: 100%;
         height: 40px;
         border: 1px #8C211B solid;
         border-radius: 20px;
         -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
         -ms-border-radius: 20px;
         -o-border-radius: 20px;
     }
     .header .search input[type='text'] {
         height: 40px;
         font-size: 14px;
     }
     .header .search input[type='submit'] {
         width: 60px;
         background-size: 18px;
     }
     .nav {
         display: block;
     }
     .nav li>a {
         background: none !important;
         line-height: .9rem;
         padding: 0 !important;
         height: .9rem;
         font-size: 16px;
         text-align: left;
     }
     .nav li.on a {
         color: #333;
     }
     .nav li.on a::after {
         display: none;
     }
     .nav .arrow {
         position: absolute;
         right: 0;
         top: 0;
         height: .9rem;
         width: .6rem;
     }
     .nav .arrow::after {
         content: '';
         background: url(../images/arrow.svg)no-repeat center;
         background-size: 100%;
         width: .32rem;
         height: .32rem;
         position: absolute;
         left: .1rem;
         top: 50%;
         transform: translateY(-50%);
         -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
     }
     .nav .cur .arrow::after {
         transform: translateY(-50%) rotate(90deg);
         -webkit-transform: translateY(-50%) rotate(90deg);
         -moz-transform: translateY(-50%) rotate(90deg);
         -ms-transform: translateY(-50%) rotate(90deg);
         -o-transform: translateY(-50%) rotate(90deg);
     }
     .nav .drop {
         position: static;
         left: auto;
         transform: translate(0, 0);
         opacity: 1;
         width: 100%;
         display: none;
         text-align: left;
         background: none;
         padding-top: 0;
     }
     .nav .drop>div {
         width: 100%;
         padding: 0 20px;
         font-size: 15px;
     }
     .footer {
         height: auto;
         padding-bottom: .3rem;
     }
     .footer .tit {
         font-size: 19px;
     }
 }
 
 @media (max-width:950px) {
    .footer .con {
        flex-direction: column;
    }
     .footer .erwma-con {
         /* display: none; */
         text-align: center;
         margin: .2rem auto 0 auto;
     }
     .footer .erwma-con .txt {
        margin-top: .1rem;
     }
     .footer .con>div:first-child {
         margin-right: 0;
     }
     .footer .tit {
         margin-right: .3rem;
     }
     .footer .tool a {
         margin-right: .3rem;
         padding-right: .3rem;
     }
     .copyright span,
     .copyright a {
         margin-right: .2rem;
     }
 }
 
 @media (max-width:767px) {
     .footer .link a {
         width: 30%;
         margin-right: 5%;
     }
     .footer .link a:nth-of-type(4n) {
         margin-right: 5%;
     }
     .footer .link a:nth-of-type(3n) {
         margin-right: 0;
     }
 }
 
 @media (max-width:540px) {
     .footer .tit {
         width: 100%;
         margin-right: 0;
         height: auto;
         background: none;
         justify-content: flex-start;
         margin-bottom: .3rem;
     }
     .footer .tit br {
         display: none;
     }
 }
 
 .banner {
     overflow: hidden;
 }
 
 .banner,
 .banner .swiper-slide {
     overflow: hidden;
 }
 
 .banner img {
     transition: all 5s;
     -webkit-transition: all 5s;
     -moz-transition: all 5s;
     -ms-transition: all 5s;
     -o-transition: all 5s;
     width: 100%;
 }
 
 .banner .swiper-slide-active img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 .banner .swiper-pagination {
     width: auto;
     left: 50%;
     transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     bottom: .3rem;
 }
 
 .banner .swiper-pagination::after {
     content: '';
     position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     width: 100%;
     z-index: -1;
     background-color: rgba(255, 255, 255, .3);
     height: 1px;
 }
 
 .banner .swiper-pagination-bullet {
     width: .16rem;
     height: .16rem;
     position: relative;
     border: 1px dashed #FFF;
     opacity: 1;
     margin-right: .5rem !important;
     margin-left: 0 !important;
     background: none;
 }

 .banner .swiper-pagination-bullet svg {
    width: 2rem;
    height: 2rem;
    display: none;
    position: absolute;
    top: -.86rem;
    left: -.2rem;
 }
 
 .banner .swiper-pagination-bullet:last-child {
     margin-right: 0 !important;
 }
 
 .banner .swiper-pagination-bullet::after {
     content: '';
     position: absolute;
     left: 505;
     top: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     width: .09rem;
     height: .09rem;
     background-color: #FFF;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }
 
 .banner .swiper-pagination-bullet-active {
     /* background: url(../images/banner-icon.png)no-repeat center top; */
     background-size: 100%;
     width: 1rem;
     height: .7rem;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     border: 0;
 }

 .banner .swiper-pagination-bullet-active svg {
    display: block;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: reveal 1.5s ease-out forwards;
 }
 @keyframes reveal {
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
 }
 
 .banner .swiper-pagination-bullet-active::after {
     display: none;
 }
 
 .home {
     margin-top: .5rem;
     margin-bottom: .6rem;
 }
 
 .home .title-con .title {
     font-size: .26rem;
     padding-bottom: .1rem;
 }
 
 .home .title-con .title .icon {
     width: .24rem;
     height: .24rem;
     margin-right: .15rem;
 }
 
 .home .title-con .title .icon img {
     max-width: 100%;
 }
 
 .home .title-con .more {
     background: url(../images/more.png)no-repeat right bottom;
     background-size: auto .32rem;
     padding-right: .8rem;
     color: #9E9E9E;
     font-size: .14rem;
     line-height: .32rem;
 }
 
 .home-yaowen {
     width: 7.4rem;
     margin-right: .35rem;
 }
 
 .home-yaowen .title-con .title {
     color: #8C211B;
 }
 
 .home-yaowen .title-con .title::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 2px;
     background-color: #8C211B;
 }
 
 .home-yaowen .swiper-container {
     margin-top: .3rem;
 }
 
 .home-yaowen .swiper-slide {
     overflow: hidden;
 }
 
 .home-yaowen .swiper-slide .pic {
     width: 3.9rem;
     height: 2.6rem;
     overflow: hidden;
 }
 
 .home-yaowen .swiper-slide .pic span {
     position: absolute;
     top: 0;
     right: 0;
     line-height: .36rem;
     color: #FFF;
     font-size: .14rem;
     padding: 0 .2rem;
     background-color: rgba(0, 0, 0, .3);
 }
 
 .home-yaowen .swiper-slide .txt-con {
     margin-right: .2rem;
 }
 
 .home-yaowen .swiper-slide .tit {
     font-size: .24rem;
     line-height: 1.6;
     margin-top: .15rem;
     font-family: 'SourceHanSans-Medium';
 }
 
 .home-yaowen .swiper-slide .des {
     color: #9E9E9E;
     margin-top: .15rem;
     line-height: 1.6;
 }
 
 .home-yaowen .swiper-pagination {
     width: auto;
     text-align: left;
     bottom: .15rem;
 }
 
 .home-yaowen .swiper-pagination::after {
     content: '';
     position: absolute;
     top: 50%;
     left: 2px;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     z-index: -1;
     background-color: #C8C8C8;
     height: 1px;
     right: 2px;
     opacity: .5;
 }
 
 .home-yaowen .swiper-pagination-bullet {
     width: .12rem;
     height: .12rem;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border: 1px dashed rgba(205, 205, 205, .6);
     background: none;
     margin-left: 0 !important;
     margin-right: .4rem !important;
     position: relative;
     opacity: 1;
 }
 
 .home-yaowen .swiper-pagination-bullet:last-child {
     margin-right: 0 !important;
 }
 
 .home-yaowen .swiper-pagination-bullet::after {
     content: '';
     position: absolute;
     left: 50%;
     top: 50%;
     width: .06rem;
     height: .06rem;
     background-color: #CDCDCD;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
 }
 
 .home-yaowen .swiper-pagination-bullet-active {
     width: .68rem;
     height: .5rem;
     background: url(../images/icon2.png)no-repeat center top;
     background-size: 100%;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     border: 0;
 }
 
 .home-yaowen .swiper-pagination-bullet-active::after {
     display: none;
 }
 
 .home-jianshe {
     width: 3.9rem;
 }
 
 .home-jianshe .swiper-container {
     margin-top: .3rem;
 }
 
 .home-jianshe .tit {
     font-family: 'SourceHanSans-Medium';
     color: #FFF;
     position: absolute;
     left: 0;
     bottom: .1rem;
     width: 100%;
     line-height: 1.8;
     padding: 0 .2rem;
     padding-right: 1.5rem;
 }
 
 .home-jianshe .swiper-pagination {
     right: .2rem;
     left: auto;
     width: auto;
     bottom: .2rem;
 }
 
 .home-jianshe .swiper-pagination-bullet {
     width: .12rem;
     height: .12rem;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border: 1px rgba(255, 255, 255, .3) dashed;
     opacity: 1;
     background: none;
     position: relative;
     overflow: hidden;
     text-indent: -99px;
 }
 
 .home-jianshe .swiper-pagination-bullet::after {
     content: '';
     position: absolute;
     left: 50%;
     top: 50%;
     width: .06rem;
     height: .06rem;
     background-color: #FFF;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
 }
 
 .home-jianshe .swiper-pagination-bullet-active {
     text-indent: 0;
     color: #FFF;
     border: 0;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     width: .2rem;
     height: .2rem;
     font-size: .16rem;
     line-height: .2rem;
 }
 
 .home-jianshe .swiper-pagination-bullet-active::after {
     display: none;
 }
 
 .home-news {
     margin-right: .25rem;
 }
 
 .home-news .con {
     margin-top: .3rem;
 }
 
 .home-news .item {
     z-index: 10;
 }
 
 .home-news .item .date {
     width: .71rem;
     height: .86rem;
     font-size: .12rem;
     line-height: 1.2;
     padding-top: .1rem;
     margin-right: .1rem;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
 }
 
 .home-news .item .date span {
     font-size: .24rem;
     font-family: 'SourceHanSans-Bold';
 }
 
 .home-news .item .tit {
     line-height: 1.4;
 }
 
 .home-news .item::after {
     content: '';
     position: absolute;
     left: .35rem;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     height: .8rem;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
     z-index: -1;
     width: 0;
     background: url(../images/tbg1.png)no-repeat center;
     background-size: 100% 100%;
 }

 @media (min-width:1025px) {
     .home-news .item:hover .date {
         background: url(../images/time.png)no-repeat center;
         background-size: 100% 100%;
         color: #8C211B;
     }
     .home-news .item:hover::after {
         width: calc(100% - .35rem);
     }
     .home-news .item:hover .tit {
         color: #FFF;
     }
     .home-yaowen .swiper-slide:hover .tit {
         text-decoration: underline;
     }
 }
 
 @media (max-width:1199px) {
     .home-yaowen .swiper-slide .pic span,
     .home .title-con .more,
     .home-news .item .date {
         font-size: 12px;
     }
     .home .title-con .title,
     .home-news .item .date span,
     .home-yaowen .swiper-slide .tit {
         font-size: 18px;
     }
     .home-yaowen {
         width: 6.8rem;
     }
     .home-yaowen .swiper-pagination-bullet {
         margin-right: .3rem !important;
     }
 }
 
 @media (max-width:950px) {
     .home-yaowen {
         width: 100%;
         margin-right: 0;
     }
     .home-news,
     .home-jianshe {
         margin-top: .5rem;
     }
     .home-news .item .date {
         width: 60px;
         height: 50px;
     }
     .home-yaowen .swiper-slide .pic {
         width: 260px;
         height: 175px;
     }
     .home-jianshe {
         width: 260px;
     }
 }
 
 @media (max-width:540px) {
     .home-news {
         margin-right: 0;
     }
     .home-jianshe {
         width: 100%;
     }
     .home-yaowen .swiper-slide .pic {
         width: 100%;
         height: auto;
         order: 1;
         padding-top: 65%;
     }
     .home-yaowen .swiper-pagination {
         bottom: 0;
     }
     .home-yaowen .swiper-slide .pic img {
         position: absolute;
         left: 0;
         top: 0;
     }
     .home-yaowen .swiper-slide .txt-con {
         margin-right: 0;
         order: 2;
         margin-top: .3rem;
     }
     .home-yaowen .swiper-container {
         padding-bottom: .6rem;
     }
 }
 
 .pub-bg {
     background: url(../images/bg1.png)no-repeat center bottom;
     background-size: cover;
     padding-top: .9rem;
     padding-bottom: .8rem;
 }
 
 .n-banner {
     overflow: hidden;
 }
 
 .n-banner img {
     width: 100%;
 }
 
 .n-banner .title-con {
     position: absolute;
     left: 1.8rem;
     bottom: 1.6rem;
     color: #FFF;
 }
 
 .n-banner .title-con .title {
     font-family: 'SourceHanSans-Bold';
     line-height: 1.1;
     font-size: .56rem;
     text-shadow: .1rem .1rem .15rem rgba(0, 0, 0, .1);
 }
 
 .n-banner .title-con .en {
     font-size: .22rem;
     line-height: 1.1;
     margin-top: .05rem;
     text-shadow: .1rem .1rem .15rem rgba(0, 0, 0, .1);
 }
 
 .n-banner .crumbs {
     position: absolute;
     right: 1.9rem;
     color: #FFF;
     background: url(../images/home.svg)no-repeat left center;
     padding-left: .3rem;
     background-size: .2rem;
     bottom: .2rem;
 }
 
 .n-banner .crumbs a {
     color: #FFF;
 }
 
 .sub-nav {
     position: absolute;
     left: 0;
     height: .89rem;
     top: -.44rem;
     background: #FFF;
     padding-left: 2.3rem;
     padding-right: 1rem;
     z-index: 10;
     background: url(../images/tbg2.png)repeat-x;
     background-size: auto 100%;
 }
 
 .sub-nav::after {
     content: '';
     position: absolute;
     right: -.48rem;
     top: 0;
     width: .48rem;
     height: .89rem;
     background: url(../images/r-con.png)no-repeat left top;
     background-size: 100% 100%;
 }
 
 .p-title {
     display: none;
 }
 
 .sub-nav li {
     margin-right: 1.1rem;
 }
 
 .sub-nav li>a {
     font-size: .2rem;
     line-height: .7rem;
     height: .7rem;
 }
 
 .sub-nav li:last-child {
     margin-right: 0;
 }
 
 .sub-nav li .on {
     color: #8C211B;
 }
 .sub-nav li .on1 {
     color: #8C211B;
 }
 
 .sub-nav li .on::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     z-index: 1;
     height: 2px;
     background-color: #8C211B;
 }
 
 .sub-nav li .on::before {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: .3rem;
     z-index: 2;
     height: 2px;
     background-color: #E2BA7D;
 }
 
 .sub-nav .drop {
     left: -.6rem;
     top: .7rem;
     position: absolute;
     transition: transform 0.2s linear, opacity 0.2s linear;
     -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
     -moz-transition: transform 0.2s linear, opacity 0.2s linear;
     -ms-transition: transform 0.2s linear, opacity 0.2s linear;
     -o-transition: transform 0.2s linear, opacity 0.2s linear;
     transform-origin: top;
     z-index: 9;
     transform: rotateX(90deg);
     -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
     -ms-transform: rotateX(90deg);
     -o-transform: rotateX(90deg);
     padding-top: .2rem;
 }
 
 .sub-nav .drop>div {
     white-space: nowrap;
     padding: 0 1.1rem 0 .4rem;
     background-color: #FFF;
     box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
 }
 
 .sub-nav .drop>div a {
     margin-right: .5rem;
     line-height: .6rem;
     position: relative;
 }
 
 .sub-nav .drop>div a:last-child {
     margin-right: 0;
 }
 /* 关于 */
 
 .about {
     overflow: hidden;
 }
 
 .about .title {
     font-size: .36rem;
     line-height: 1.1;
 }
 
 .about .Profile {
     margin-top: .05rem;
 }
 
 .about .Profile .content {
     margin-top: 0rem;
 }
 
 .about .Profile .pic {
     width: 6.8rem;
     z-index: 2;
 }
 
 .about .Profile .text {
     padding-top: 0.6rem;
     padding-bottom: 0.5rem;
     background-color: #FFF;
     padding-left: 1.1rem;
     padding-right: .1rem;
     margin-left: -.65rem;
     z-index: 1;
 }
 
 .about .Profile .text p {
     text-indent: .36rem;
     line-height: 2.22;
 }
 
 .about .zuzhi {
     width: 100%;
     height: 5.9rem;
     background: url(../images/img5.png)no-repeat center;
     background-size: cover;
     margin-top: .65rem;
     overflow: hidden;
     cursor: pointer;
 }
 
 .about .zuzhi .title {
     background: linear-gradient(270deg, rgba(102, 163, 202, 0) 4%, rgba(60, 126, 168, 0.6) 100%);
     height: .9rem;
     padding-left: 2.25rem;
     font-size: .42rem;
     color: #FFF;
     line-height: .9rem;
     width: 7.5rem;
     margin-top: .8rem;
 }
 
 .about .qiye {
     margin-top: .65rem;
 }
 
 .about .qiye .content {
     margin-top: .4rem;
 }
 
 .about .qiye .pic {
     width: calc(16.666% - .09rem);
     margin-right: .1rem;
     background-color: #FFF;
     overflow: hidden;
     padding-top: 16.666%;
     margin-top: .1rem;
     cursor: pointer;
 }
 
 .about .qiye .pic img {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     max-width: 95%;
 }
 
 .about .qiye .pic:nth-of-type(6n) {
     margin-right: 0;
 }
 
 .about .qiye .pic:nth-child(2),
 .about .qiye .pic:nth-child(5) {
     border-radius: 0 35% 0 0;
     -webkit-border-radius: 0 35% 0 0;
     -moz-border-radius: 0 35% 0 0;
     -ms-border-radius: 0 35% 0 0;
     -o-border-radius: 0 35% 0 0;
 }
 
 .about .qiye .pic:nth-child(4),
 .about .qiye .pic:nth-child(7),
 .about .qiye .pic:nth-child(8),
 .about .qiye .pic:nth-child(9),
 .about .qiye .pic:nth-child(12) {
     border-radius: 35% 0 0 0;
     -webkit-border-radius: 35% 0 0 0;
     -moz-border-radius: 35% 0 0 0;
     -ms-border-radius: 35% 0 0 0;
     -o-border-radius: 35% 0 0 0;
 }
 
 .about .qiye .pic:nth-child(10) {
     border-radius: 35% 35% 35% 35%;
     -webkit-border-radius: 35% 35% 35% 35%;
     -moz-border-radius: 35% 35% 35% 35%;
     -ms-border-radius: 35% 35% 35% 35%;
     -o-border-radius: 35% 35% 35% 35%;
 }
 
 .about .qiye .pic:nth-child(11) {
     border-radius: 0 0 35% 0;
     -webkit-border-radius: 0 0 35% 0;
     -moz-border-radius: 0 0 35% 0;
     -ms-border-radius: 0 0 35% 0;
     -o-border-radius: 0 0 35% 0;
 }
 
 @media (min-width:1025px) {
     .about .qiye .pic:hover img {
         transform: translate(-50%, -50%)scale(1.05);
         -webkit-transform: translate(-50%, -50%)scale(1.05);
         -moz-transform: translate(-50%, -50%)scale(1.05);
         -ms-transform: translate(-50%, -50%)scale(1.05);
         -o-transform: translate(-50%, -50%)scale(1.05);
     }
     .about .qiye .pic:hover {
         border-radius: 35%;
         -webkit-border-radius: 35%;
         -moz-border-radius: 35%;
         -ms-border-radius: 35%;
         -o-border-radius: 35%;
     }
     .about .qiye .pic:hover:nth-child(10) {
         border-radius: 0;
         -webkit-border-radius: 0;
         -moz-border-radius: 0;
         -ms-border-radius: 0;
         -o-border-radius: 0;
     }
     .sub-nav li:hover .drop {
         opacity: 1;
         transform: rotateX(0deg);
         -webkit-transform: rotateX(0deg);
         -moz-transform: rotateX(0deg);
         -ms-transform: rotateX(0deg);
         -o-transform: rotateX(0deg);
     }
     .sub-nav li:hover .drop>div a:hover::after {
         content: '';
         position: absolute;
         width: 0;
         top: -5px;
         height: 0;
         left: 50%;
         border-left: 5px transparent solid;
         border-right: 5px transparent solid;
         border-bottom: 5px #FFF solid;
         transform: translateX(-50%);
         -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
     }
 }
 
 @media (max-width:1199px) {

.about .Profile .text p {
    font-size: 16px;
}


     .n-banner .title-con {
         left: .3rem;
         bottom: .4rem;
     }
     .n-banner .title-con .title {
         font-size: 35px;
     }
     .n-banner .title-con .en {
         font-size: 19px;
     }
     .n-banner .crumbs {
         right: .2rem;
     }
     .about .title {
         font-size: 27px !important;
     }
     .about .zuzhi .title {
         padding-left: .3rem;
     }
     .about .qiye .pic {
         width: calc(25% - .1rem);
         padding-top: 25%;
     }
     .about .qiye .pic:nth-of-type(6n) {
         margin-right: .1rem;
     }
     .about .qiye .pic:nth-of-type(4n) {
         margin-right: 0;
     }
     .p-title {
         display: block;
         padding-left: .2rem;
         font-size: 18px;
         background-color: #FFF;
         line-height: 50px;
         margin-top: 0;
         position: relative;
     }
     .p-title::after {
         content: '';
         position: absolute;
         right: .2rem;
         top: 0;
         width: .3rem;
         background: url(../images/arrow.svg)no-repeat center;
         background-size: 100%;
         height: 100%;
     }
     .sub-nav {
         background: #FFF;
         position: inherit;
         top: auto;
         left: auto;
         height: auto;
         display: none;
         padding-left: .2rem;
         padding-right: .2rem;
     }
     .sub-nav::after,
     .sub-nav li .on::before,
     .sub-nav li .on::after {
         display: none;
     }
     .sub-nav li {
         width: 100%;
         display: block;
     }
     .sub-nav li>a {
         font-size: 16px;
     }
     .sub-nav li .arrow {
         position: absolute;
         right: 0;
         top: 0;
         width: .3rem;
         height: .7rem;
         background: url(../images/arrow.svg)no-repeat center;
         background-size: 100%;
     }
     .sub-nav .drop {
         display: none;
         left: auto;
         top: auto;
         position: initial;
         left: auto;
         transform: translate(0, 0);
         opacity: 1;
         width: 100%;
     }
     .sub-nav .drop>div {
         display: block;
         box-shadow: none;
     }
     .sub-nav .drop>div a {
         display: block;
         font-size: 14px;
     }
     .pub-bg {
         padding-top: 0.1rem;
     }
     .about .Profile {
         margin-top: .5rem;
     }
 }
 
 @media (max-width:767px) {
     .n-banner img {
         width: auto;
         height: 2.8rem;
     }
     .n-banner .title-con {
         bottom: .5rem;
     }
     .n-banner .title-con .title {
         font-size: 27px;
     }
     .n-banner .title-con .en {
         font-size: 15px;
     }
     .about .Profile .pic {
         width: 100%;
         margin-top: .4rem;
     }
     .about .Profile .text {
         margin-left: 0;
         padding: .2rem;
     }
     .about .zuzhi {
         height: 4rem;
     }
     .about .zuzhi .title {
         margin-top: .4rem;
         line-height: .8rem;
         height: .8rem;
     }
     .about .qiye .pic {
         width: calc(33.333% - .1rem);
         padding-top: 33.333%;
     }
     .about .qiye .pic:nth-of-type(4n) {
         margin-right: .1rem;
     }
     .about .qiye .pic:nth-of-type(3n) {
         margin-right: 0;
     }
 }
 
 @media (max-width:540px) {
     /* .n-banner img {
         width: auto;
         height: 240px;
     } */
     .about .qiye .pic {
         width: calc(50% - .05rem);
         padding-top: 50%;
     }
     .about .qiye .pic:nth-of-type(3n) {
         margin-right: .1rem;
     }
     .about .qiye .pic:nth-of-type(2n) {
         margin-right: 0;
     }
 }
 /* 新闻中心 */
 
 .news-home {
     padding-top: 1.1rem;
 }
 
 .news-home .title-con .title {
     font-size: .36rem;
 }
 
 .news-home .title-con .more {
     background: url(../images/more.png)no-repeat right bottom;
     background-size: auto .32rem;
     padding-right: .8rem;
     color: #9E9E9E;
     font-size: .14rem;
     line-height: .32rem;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .news-home .jituan .content {
     margin-top: .6rem;
 }
 
 .news-home .jituan .focus {
     width: 8.15rem;
     z-index: 10;
     padding-left: .3rem;
     margin-right: .45rem;
 }
 
 .news-home .jituan .focus::after {
     content: '';
     position: absolute;
     left: 0;
     width: 7.84rem;
     height: 6.56rem;
     border: 1px #8C211B solid;
     top: .3rem;
     z-index: -1;
 }
 
 .news-home .jituan .focus .pic {
     width: 7.84rem;
     height: 5.22rem;
     overflow: hidden;
 }
 
 .news-home .jituan .focus .date {
     position: absolute;
     left: .28rem;
     top: .4rem;
     width: .97rem;
     height: .92rem;
     background-color: #A8272B;
     color: #FFF;
     border-radius: 0 0 50% 50%;
     -webkit-border-radius: 0 0 50% 50%;
     -moz-border-radius: 0 0 50% 50%;
     -ms-border-radius: 0 0 50% 50%;
     -o-border-radius: 0 0 50% 50%;
     font-size: .14rem;
     padding-top: .15rem;
     line-height: 1.1;
 }
 
 .news-home .jituan .focus .date span {
     font-size: .36rem;
     font-family: 'SourceHanSans-Bold';
 }
 
 .news-home .jituan .focus .tit {
     font-family: 'SourceHanSans-Bold';
     font-size: .22rem;
     line-height: 1.1;
     margin-top: .45rem;
 }
 
 .news-home .jituan .focus .des {
     font-size: .16rem;
     color: rgba(104, 104, 104, 0.6);
     line-height: 1.6;
     margin-top: .2rem;
     padding-right: .7rem;
 }
 
 .news-home .jituan .focus .swiper-pagination {
     bottom: 1.5rem;
 }
 
 .news-home .jituan .focus .swiper-pagination-bullet {
     background-color: rgba(255, 255, 255, .3);
     opacity: 1;
     width: 10px;
     height: 10px;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
 }
 
 .news-home .jituan .focus .swiper-pagination-bullet-active {
     width: .35rem;
     background-color: #8F000B;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
 }
 
 .news-home .jituan .item {
     width: 100%;
     border-bottom: 1px #D8D8D8 solid;
     display: block;
     padding-bottom: .3rem;
     margin-bottom: .35rem;
 }
 
 .news-home .jituan .item::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: -1px;
     height: 3px;
     background-color: #A8272B;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
     width: 0;
 }
 
 .news-home .jituan .item .text {
     font-size: .16rem;
     color: rgba(17, 17, 17, 0.6);
     line-height: 1.6;
     padding-top: .1rem;
     display: none;
 }
 
 .news-home .jituan .item .date {
     color: #6B6B6B;
     padding-right: .15rem;
     margin-right: .15rem;
     line-height: 1.45;
 }
 
 .news-home .jituan .item .date::after {
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     width: 1px;
     height: .2rem;
     background-color: rgba(0, 0, 0, .1);
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .news-home .jituan .item .tit {
     font-size: .2rem;
     color: #111111;
     line-height: 1.45;
     padding-right: .5rem;
 }
 
 .news-home .jituan .item .tit::after {
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     width: .3rem;
     height: .3rem;
     background: url(../images/more1.png);
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     background-size: 100%;
 }
 
 .news-home .jituan .item.on::after {
     width: 100%;
 }
 
 .news-home .jituan .item.on .text {
     display: block;
 }
 
 .news-home .jituan .item.on .tit,
 .news-home .jituan .item.on .date {
     color: #A8272B;
     line-height: 1.4;
 }
 
 .news-home .jituan .item.on .tit {
     font-size: .22rem;
 }
 
 .news-home .jituan .item.on .tit::after {
     background-image: url(../images/more2.png);
 }
 
 .news-home .dongtai {
     background-color: #FFFAF1;
     margin-top: .95rem;
     padding-top: .45rem;
     padding-bottom: .7rem;
 }
 
 .news-home .dongtai .content {
     margin-top: .65rem;
     padding-left: .7rem;
     padding-right: .7rem;
 }
 
 .news-home .dongtai .tit {
     height: 1.05rem;
     font-size: .22rem;
     line-height: 1.55;
 }
 
 .news-home .dongtai .swiper-container {
     padding-bottom: .1rem;
 }
 
 .news-home .dongtai .swiper-slide {
     position: relative;
     z-index: 10;
 }
 
 .news-home .dongtai .swiper-slide>div {
     z-index: 11;
     background-color: #FFF;
     padding: .5rem .5rem 1.35rem .5rem;
     border: 1px #D1CDCD solid;
     background-color: rgba(255, 255, 255, 0.4);
 }
 
 .news-home .dongtai .swiper-slide>div::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     background-color: #AA2224;
     width: .3rem;
     height: 1.2rem;
     -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
     clip-path: polygon(0 0, 0% 100%, 100% 0);
 }
 
 .news-home .dongtai .text {
     -webkit-line-clamp: 5;
     margin-top: .2rem;
     color: #666;
     line-height: 1.6;
 }
 
 .news-home .dongtai .date {
     color: #9E9E9E;
     background: url(../images/more3.png)no-repeat left bottom;
     background-size: .16rem;
     position: absolute;
     left: .5rem;
     bottom: .35rem;
     padding-bottom: .4rem;
 }
 
 .news-home .dongtai .swiper-button-prev,
 .news-home .dongtai .swiper-button-next {
     width: .4rem;
     height: .4rem;
     background: url(../images/prev.png)no-repeat center;
     background-size: 100%;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .news-home .dongtai .swiper-button-prev {
     left: 0;
 }
 
 .news-home .dongtai .swiper-button-next {
     right: 0;
     transform: rotate(180deg) translateY(-50%);
     -webkit-transform: rotate(180deg) translateY(-50%);
     -moz-transform: rotate(180deg) translateY(-50%);
     -ms-transform: rotate(180deg) translateY(-50%);
     -o-transform: rotate(180deg) translateY(-50%);
 }
 
 .news-home .shipin {
     margin-top: .7rem;
 }
 
 .news-home .shipin .content {
     margin-top: .5rem;
 }
 
 .news-home .shipin .item {
     border: 1px rgba(0, 0, 0, 0.04) solid;
     width: 31.8%;
     border-bottom: 2px #A8272B solid;
     margin-right: 2.2%;
 }
 
 .news-home .shipin .item:last-child {
     margin-right: 0;
 }
 
 .news-home .shipin .item .pic {
     width: 100%;
     overflow: hidden;
     height: 3.3rem;
 }
 
 .news-home .shipin .item .tit {
     font-size: .22rem;
     line-height: 1.6;
     padding: .32rem .4rem;
 }
 
 .news-home .meiti {
     background: linear-gradient(180deg, #FFFAF1 2%, rgba(248, 241, 230, 0) 100%);
     margin-top: .9rem;
     padding-top: .7rem;
     padding-bottom: .4rem;
 }
 
 .news-home .meiti .content {
     margin-top: .7rem;
 }
 
 .news-home .meiti .pic-con {
     background-color: #FFF;
     box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
     width: 6.6rem;
     overflow: hidden;
     margin-right: .35rem;
 }
 
 .news-home .meiti .pic-con .pic {
     overflow: hidden;
     width: 100%;
     height: 4rem;
 }
 
 .news-home .meiti .pic-con .tit {
     height: 1.38rem;
     padding: .25rem .4rem;
     font-size: .24rem;
     line-height: 1.7;
 }
 
 .news-home .meiti .card {
     width: 48%;
     background-color: #FFF;
     box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
     margin-right: 4%;
     height: 2.5rem;
     margin-bottom: .38rem;
     padding: .34rem .35rem;
 }
 
 .news-home .meiti .card:nth-child(even) {
     margin-right: 0;
 }
 
 .news-home .meiti .card .tit {
     line-height: 1.6;
     height: .9rem;
     font-size: .2rem;
     border-bottom: 1px rgba(216, 216, 216, 0.3) solid;
 }
 
 .news-home .meiti .card .text {
     margin-top: .2rem;
     font-size: .16rem;
     color: #999;
     line-height: 2;
 }
 
 @media (min-width:1025px) {
     .news-home .title-con .more:hover {
         color: #8C211B;
     }
     .news-home .dongtai .swiper-slide:hover>div {
         background-color: #8C211B;
     }
     .news-home .dongtai .swiper-slide:hover .tit {
         color: #FFF;
     }
     .news-home .dongtai .swiper-slide:hover .text,
     .news-home .dongtai .swiper-slide:hover .date {
         color: #CA9292;
     }
     .news-home .dongtai .swiper-slide:hover .date {
         background-image: url(../images/more4.png);
     }
     .news-home .dongtai .swiper-slide:hover>div::before {
         background-color: #D39D31;
     }
     .news-home .dongtai .swiper-slide:hover::after {
         content: '';
         position: absolute;
         left: .1rem;
         top: .1rem;
         width: 100%;
         height: 100%;
         background-color: #F7D0D1;
         z-index: -1;
     }
     .news-home .shipin .item:hover .pic img,
     .news-home .jituan .focus .swiper-slide:hover .pic img,
     .news-home .meiti .pic-con:hover .pic img {
         transform: scale(1.05);
         -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
         -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
     }
     .news-home .jituan .focus .swiper-slide:hover .tit,
     .news-home .shipin .item:hover .tit,
     .news-home .meiti .pic-con:hover .tit,
     .news-home .meiti .card:hover .tit {
         text-decoration: underline;
     }
 }
 
 @media (max-width:1199px) {
     .news-home {
         padding-top: 0;
     }
     .news-home .jituan {
         margin-top: .6rem;
     }
     .news-home .title-con .title {
         font-size: 27px;
     }
     .news-home .jituan .focus .date {
         font-size: 12px;
         width: 65px;
         height: 62px;
         line-height: 1.3;
     }
     .news-home .jituan .focus .date span,
     .news-home .jituan .focus .tit,
     .news-home .dongtai .tit,
     .news-home .shipin .item .tit,
     .news-home .meiti .pic-con .tit,
     .news-home .jituan .item.on .tit {
         font-size: 18px;
     }
     .news-home .jituan .focus .des,
     .news-home .meiti .card .text,
     .news-home .jituan .item.on .text,
     .news-home .title-con .more {
         font-size: 14px;
     }
     .news-home .dongtai .tit {
         height: 83px;
     }
     .news-home .meiti .card .tit,
     .news-home .jituan .item .tit {
         font-size: 16px;
     }
     .news-home .jituan .focus .swiper-pagination {
         bottom: 130px;
     }
 }
 
 @media (max-width:950px) {
     .news-home .jituan .focus,
     .news-home .meiti .pic-con {
         width: 100%;
         margin-right: 0;
     }
     .news-home .jituan .text-con {
         margin-top: .6rem;
     }
     .news-home .jituan .focus .pic,
     .news-home .meiti .pic-con .pic {
         width: 100%;
         height: auto;
         padding-top: 65%;
     }
     .news-home .jituan .focus .pic img,
     .news-home .meiti .pic-con .pic img {
         position: absolute;
         left: 0;
         top: 0;
     }
     .news-home .jituan .focus::after {
         width: auto;
         right: .3rem;
         bottom: -.3rem;
         height: auto;
     }
     .news-home .meiti .pic-con .tit {
         height: auto;
     }
     .news-home .meiti .card {
         height: auto;
     }
     .news-home .meiti .text-con {
         margin-top: .3rem;
     }
 }
 
 @media (max-width:767px) {
     .news-home .shipin .content {
         margin-top: 0;
     }
     .news-home .shipin .item {
         width: 100%;
         margin-right: 0;
         margin-top: .3rem;
     }
     .news-home .shipin .item .pic {
         padding-top: 65%;
     }
     .news-home .shipin .item .pic img {
         position: absolute;
         left: 0;
         top: 0;
     }
 }
 /* 企业文化 */
 
 .culture .logo-con {
     background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
     padding: 1.05rem .6rem .6rem .6rem;
     margin-top: .6rem;
 }
 
 .culture .logo-con .logo {
     border-radius: .8rem;
     background: #FFFBF5;
     box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.3);
     -webkit-border-radius: .8rem;
     -moz-border-radius: .8rem;
     -ms-border-radius: .8rem;
     width: 3.56rem;
     height: 1.2rem;
     top: -.6rem;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
 }
 
 .culture .logo-con .logo img {
     height: .9rem;
 }
 
 .culture .logo-con .text {
     font-size: .2rem;
     line-height: 2.1;
 }
 
 .culture .whua {
     width: 100%;
     height: 7.73rem;
     background: url(../images/bg.jpg)no-repeat center;
     background-size: cover;
     margin-top: .5rem;
     padding-top: .65rem;
 }
 
 .culture .whua .title {
     font-size: .48rem;
     color: #FFF;
     line-height: 1.2;
 }
 
 .culture .whua .content {
     margin-top: .45rem;
 }
 
 .culture .whua .content .item {
     width: 2.58rem;
     height: 3.17rem;
     margin-right: .4rem;
     color: #FFF;
     background: linear-gradient(180deg, #FEA14C 0%, rgba(253, 167, 82, 0) 100%);
     padding: .4rem;
 }
 
 .culture .whua .content .item:nth-child(2) {
     background: linear-gradient(180deg, rgba(65, 215, 204, 0.6) 0%, rgba(96, 222, 211, 0) 100%);
 }
 
 .culture .whua .content .item:last-child {
     margin-right: 0;
     background: linear-gradient(180deg, #1E64A1 0%, rgba(47, 122, 177, 0) 100%);
 }
 
 .culture .whua .content .item .tit {
     font-size: .36rem;
     font-family: 'SourceHanSans-Bold';
     line-height: 1.2;
 }
 
 .culture .whua .content .item .txt {
     line-height: 1.1;
     font-size: .22rem;
     margin-top: .25rem;
 }
 
 .culture .whua .content .item .des {
     display: none;
 }
 
 .culture .whua .content .item.active {
     width: 9.87rem;
 }
 
 .culture .whua .content .item.active .tit {
     text-align: left;
 }
 
 .culture .whua .content .item.active .txt {
     display: none;
 }
 
 .culture .whua .content .item.active .des {
     display: block;
     font-size: .2rem;
     line-height: 2;
     padding-top: .2rem;
 }
 
 .culture .title-con .title {
     font-size: .36rem;
 }
 
 .culture .title-con .more {
     background: url(../images/more.png)no-repeat right bottom;
     background-size: auto .32rem;
     padding-right: .8rem;
     color: #9E9E9E;
     font-size: .14rem;
     line-height: .32rem;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .culture .shipin {
     margin-top: .8rem;
 }
 
 .culture .shipin .content {
     margin-top: .45rem;
 }
 
 .culture .shipin .swiper-slide {
     padding: .4rem .4rem .3rem .4rem;
 }
 
 .culture .shipin .swiper-slide .pic {
     width: 100%;
     overflow: hidden;
     height: 2rem;
 }
 
 .culture .shipin .swiper-slide .tit {
     font-size: .22rem;
     line-height: 1.1;
     margin-top: .3rem;
 }
 
 .culture .shipin .swiper-container {
     padding-bottom: .6rem;
 }
 
 .culture .shipin .button {
     width: 4rem;
     margin-left: auto;
     margin-right: auto;
     padding-left: .4rem;
     padding-right: .4rem;
     height: .34rem;
 }
 
 .culture .shipin .swiper-button-next,
 .culture .shipin .swiper-button-prev {
     width: .34rem;
     height: .34rem;
     background: #FFF url(../images/next.png)no-repeat center;
     background-size: 100%;
     top: auto;
     margin: auto;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
 }
 
 .culture .shipin .swiper-button-prev {
     left: 0;
     transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
 }
 
 .culture .shipin .swiper-button-next {
     right: 0;
 }
 
 .culture .shipin .swiper-pagination {
     left: .5rem;
     right: .5rem;
     width: auto;
     height: 2px;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .culture .shipin .swiper-pagination-progressbar-fill {
     background-color: #8C211B;
 }
 
 .culture .fcai {
     margin-top: 1rem;
 }
 
 .culture .fcai .l-con {
     width: 7.9rem;
     margin-right: .55rem;
 }
 
 .culture .fcai .l-con .pic1 {
     width: 100%;
     height: 5.28rem;
     overflow: hidden;
     margin-top: .65rem;
 }
 
 .culture .fcai .l-con .pic1::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: 1;
     width: 100%;
     height: 30%;
     background: linear-gradient(0deg, #141414 0%, rgba(23, 23, 23, 0) 100%);
 }
 
 .culture .fcai .l-con .pic1 .text-con {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     color: #FFF;
     line-height: 1.7;
     z-index: 10;
     padding: .15rem .3rem;
 }
 
 .culture .fcai .l-con .pic1 .date {
     font-size: .16rem;
 }
 
 .culture .fcai .l-con .pic1 .tit {
     font-size: .22rem;
     font-family: 'SourceHanSans-Bold';
 }
 
 .culture .fcai .card .pic {
     width: 4.12rem;
     height: 2.86rem;
     overflow: hidden;
 }
 
 .culture .fcai .card .txt-con {
     padding-left: .3rem;
     border-bottom: 1px #F9E6EA solid;
 }
 
 .culture .fcai .card .txt-con::after {
     content: '';
     position: absolute;
     left: .3rem;
     bottom: -1px;
     width: .55rem;
     height: 2px;
     background-color: #8C211B;
     z-index: 1;
 }
 
 .culture .fcai .card .tit {
     font-size: .2rem;
     font-family: 'SourceHanSans-Bold';
     line-height: 1.7;
     margin-top: .05rem;
 }
 
 .culture .fcai .card .des {
     font-size: .16rem;
     color: #9E9E9E;
     margin-top: .2rem;
     line-height: 1.65;
 }
 
 .culture .fcai .card:last-child {
     margin-top: .5rem;
     background-color: #8C211B;
 }
 
 .culture .fcai .card:last-child .txt-con {
     padding: .25rem .3rem;
 }
 
 .culture .fcai .card:last-child .tit {
     color: #FFF;
 }
 
 .culture .fcai .card:last-child .des {
     color: #D6ABA9;
 }
 
 .culture .fcai .card:last-child .date {
     font-size: .16rem;
     color: #D6ABA9;
     line-height: 1.1;
     margin-top: .3rem;
 }
 
 .culture .fcai .card:last-child .txt-con::after {
     content: '';
     position: absolute;
     left: auto;
     right: .3rem;
     bottom: -1px;
     width: .55rem;
     height: 2px;
     background-color: #E2BA7D;
     z-index: 1;
 }
 
 @media (min-width:1025px) {
     .culture .title-con .more:hover {
         color: #A8272B;
     }
     .culture .shipin .swiper-slide:hover {
         background: #FFFFFF;
         box-shadow: 0px 6px 37px 0px rgba(0, 0, 0, 0.05);
     }
     .culture .shipin .swiper-slide:hover .tit {
         font-family: 'SourceHanSans-Bold';
     }
     .culture .shipin .swiper-slide:hover .pic img,
     .culture .fcai .l-con .pic1:hover img,
     .culture .fcai .card:hover .pic img {
         transform: scale(1.05);
         -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
         -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
     }
 }
 
 @media (max-width:1199px) {
     .culture .logo-con .text,
     .culture .shipin .swiper-slide .tit {
         font-size: 16px;
     }
     .culture .whua .title,
     .culture .title-con .title {
         font-size: 27px;
     }
     .culture .whua .content .item .tit {
         font-size: 24px;
     }
     .culture .whua .content .item .txt {
         font-size: 16px;
     }
     .culture .whua .content .item.on .des,
     .culture .title-con .more,
     .culture .fcai .l-con .pic1 .date,
     .culture .fcai .card .des,
     .culture .fcai .card:last-child .date,
     .culture .whua .content .item.active .des {
         font-size: 14px;
     }
     .culture .whua .content .item {
         width: 2.8rem;
         margin-right: .3rem;
     }
     .culture .fcai .l-con .pic1 .tit,
     .culture .fcai .card .tit {
         font-size: 18px;
     }
     .culture .fcai .card .pic {
         width: 50%;
     }
 }
 
 @media (max-width:950px) {
     .culture .logo-con .text,
     .culture .whua .content .item .txt {
         font-size: 14px;
     }
     .culture .whua .content .item .tit {
         font-size: 20px;
     }
     .culture .shipin .swiper-slide .pic,
     .culture .fcai .l-con .pic1 {
         padding-top: 65%;
         height: auto;
     }
     .culture .shipin .swiper-slide .pic img,
     .culture .fcai .l-con .pic1 img,
     .culture .fcai .card .pic img {
         position: absolute;
         left: 0;
         top: 0;
     }
     .culture .fcai .l-con {
         width: 100%;
         margin-right: 0;
     }
     .culture .fcai .card {
         margin-top: .5rem;
     }
     .culture .fcai .card .pic {
         height: auto;
         padding-top: 25%;
         overflow: hidden;
     }
 }
 
 @media (max-width:767px) {
     .culture .whua .content .item.active {
         width: 100%;
     }
 }
 
 @media (max-width:540px) {
     .culture .logo-con {
         padding-left: .2rem;
         padding-right: .2rem;
     }
     .culture .whua {
         height: auto;
         padding-bottom: .5rem;
     }
     .culture .whua .content .item {
         width: 100%;
         height: auto;
         padding-bottom: .3rem;
     }
     .culture .whua .content,
     .culture .whua .content .item .des {
         display: block;
     }
     .culture .whua .content .item .des {
         margin-top: .3rem;
         line-height: 1.7;
     }
     .culture .fcai .card .pic {
         width: 100%;
         padding-top: 65%;
         order: 1;
     }
     .culture .fcai .card .txt-con {
         padding-bottom: .3rem;
         order: 2;
     }
 }
 /* 产品 */
 
 .Products .item {
     margin-top: .8rem;
 }
 
 .Products .item:first-child {
     margin-top: -.1rem;
 }
 
 .Products .item .pic {
     width: 4.7rem;
     height: 3.13rem;
     overflow: hidden;
     margin-right: .45rem;
 }
 
 .Products .item .tit {
     font-size: .3rem;
     line-height: 1.1;
     margin-top: .2rem;
 }
 
 .Products .item .des {
     color: #9E9E9E;
     line-height: 0.3rem;
     margin-top: .35rem;
     max-height: 1.2rem;
 }
 
 .Products .item .more {
     position: absolute;
     left: 0;
     bottom: .22rem;
     background: url(../images/line.png)no-repeat left bottom;
     background-size: 100%;
     width: 1.41rem;
     color: #9E9E9E;
     padding-bottom: .05rem;
 }
 
 .Products .item .more::after {
     content: '';
     position: absolute;
     right: .2rem;
     top: 40%;
     width: .24rem;
     height: .12rem;
     background: url(../images/more5.png)no-repeat center;
     background-size: 100%;
     transform: translateY(-40%);
     -webkit-transform: translateY(-40%);
     -moz-transform: translateY(-40%);
     -ms-transform: translateY(-40%);
     -o-transform: translateY(-40%);
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
 }
 
 .page {
     line-height: .24rem;
     margin-top: .5rem;
     font-size: .16rem;
     color: #999;
 }
 
 .page a {
     border: 1px #DCDCDC solid;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
     color: #999;
     margin: 0 .05rem;
     width: .26rem;
 }
 
 .page .prev,
 .page .next {
     width: auto;
     padding: 0 .1rem;
 }
 
 .page span {
     margin-left: .1rem;
     background: url(../images/icon1.png)no-repeat left center;
     padding-left: .15rem;
 }
 
 .page .first,
 .page .last {
     border: 0;
     width: auto;
     padding: 0 .1rem;
 }
 
 .page .first {
     background: url(../images/icon.png)no-repeat right center;
     padding-right: .2rem;
     margin-right: .1rem;
 }
 
 .page .on {
     background-color: #8C211B;
     color: #FFF;
 }
 
 @media (min-width:1025px) {
     .Products .item:hover .pic img {
         transform: scale(1.05);
         -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
         -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
     }
     .Products .item:hover .more::after {
         transform: translateX(.1rem) translateY(-40%);
         -webkit-transform: translateX(.1rem) translateY(-40%);
         -moz-transform: translateX(.1rem) translateY(-40%);
         -ms-transform: translateX(.1rem) translateY(-40%);
         -o-transform: translateX(.1rem) translateY(-40%);
     }
     .Products .item:hover .more {
         color: #8F000B;
     }
     .page a:hover {
         background-color: #8C211B;
         color: #FFF;
     }
     .page .first:hover,
     .page .last:hover {
         background: none;
         color: #8C211B;
     }
     .page .first:hover {
         background: url(../images/icon.png)no-repeat right center;
     }
 }
 
 @media (max-width:1199px) {
     .Products .item {
         margin-top: .5rem !important;
     }
     .Products .item .tit {
         font-size: 18px;
     }
     .page {
         font-size: 14px;
         line-height: 24px;
         padding: 0 10px;
     }
 }
 
 @media (max-width:767px) {
     .Products .item .pic {
         width: 100%;
         margin-right: 0;
         padding-top: 65%;
     }
     .Products .item .pic img {
         position: absolute;
         left: 0;
         top: 0;
     }
     .Products .item .more {
         position: inherit;
         left: auto;
         bottom: auto;
         margin-top: .2rem;
     }
 }
 /* 综合资讯 */
 
 .information .title-con .title {
     font-size: .36rem;
 }
 
 .information .title-con .more {
     background: url(../images/more.png)no-repeat right bottom;
     background-size: auto .32rem;
     padding-right: .8rem;
     color: #9E9E9E;
     font-size: .14rem;
     line-height: .32rem;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .information .hangye {
     margin-top: .05rem;
 }
 
 .information .hangye .item {
     width: 31.3%;
     margin-right: 3%;
     margin-top: .6rem;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
 }
 
 .information .hangye .item:last-child {
     margin-right: 0;
 }
 
 .information .hangye .item .pic {
     overflow: hidden;
     height: 3.22rem;
 }
 
 .information .hangye .item .text-con {
     padding: .23rem .2rem;
 }
 
 .information .hangye .item .tit {
     font-size: .2rem;
     line-height: 1.1;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 }
 
 .information .hangye .item .text {
     font-size: .16rem;
     color: #999999;
     line-height: 1.8;
     margin-top: .25rem;
     height: .64rem;
 }
 
 .information .hangye .item .date {
     margin-top: .15rem;
     border-top: 1px #D2D2D2 dashed;
     color: #8C211B;
     font-size: .16rem;
     line-height: 1.1;
     padding-top: .15rem;
 }
 
 .information .hangye .item .date span {
     font-size: .24rem;
     font-family: 'SourceHanSans-Bold';
 }
 
 .information .hangye .card {
     margin-top: .25rem;
     width: 48%;
     background-color: #FFF;
     height: 1.45rem;
     border: 1px #DCDCDC solid;
     padding-right: .3rem;
 }
 
 .information .hangye .card .date {
     width: 1rem;
     color: #8C211B;
     font-size: .14rem;
     line-height: 1.2;
     margin-right: .3rem;
 }
 
 .information .hangye .card .date span {
     font-size: .24rem;
     font-family: 'SourceHanSans-Bold';
 }
 
 .information .hangye .card .date::after {
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     width: 1px;
     height: .5rem;
     background-color: rgba(51, 51, 51, 0.6);
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .information .hangye .card .tit {
     font-size: .2rem;
     font-family: 'SourceHanSans-Medium';
     line-height: 1.1;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 }
 
 .information .hangye .card .text {
     color: rgba(51, 51, 51, 0.68);
     font-size: .15rem;
     line-height: 2;
     margin-top: .15rem;
 }
 
 .information .zhoazu {
     background: url(../images/bg2.jpg)no-repeat center top;
     background-size: 100%;
     margin-top: .8rem;
     padding-top: .75rem;
     overflow: hidden;
 }
 
 .information .zhoazu .title-con .title {
     color: #FFF;
 }
 
 .information .zhoazu .title-con a {
     color: #FFF;
     background-image: url(../images/more6.png);
 }
 
 .information .zhoazu .content {
     background-color: #FFF;
     margin-top: .63rem;
     padding: .5rem .5rem .35rem .5rem;
 }
 
 .information .zhoazu .item {
     width: 48%;
     height: 1.55rem;
 }
 
 .information .zhoazu .item .date {
     width: .86rem;
     height: .86rem;
     border-radius: .2rem 0 .2rem 0;
     -webkit-border-radius: .2rem 0 .23rem 0;
     -moz-border-radius: .2rem 0 .23rem 0;
     -ms-border-radius: .2rem 0 .23rem 0;
     -o-border-radius: .2rem 0 .23rem 0;
     color: #888;
     font-size: .15rem;
     background-color: #F2F2F2;
     padding-top: .2rem;
     line-height: 1.3;
 }
 
 .information .zhoazu .item .date span {
     font-family: 'SourceHanSans-Bold';
     font-size: .26rem;
     color: #8C211B;
 }
 
 .information .zhoazu .item .txt-con {
     padding: 0 .25rem;
 }
 
 .information .zhoazu .item .tit {
     font-size: .2rem;
     height: .6rem;
     line-height: 1.6;
 }
 
 .information .zhoazu .item .des {
     color: #9E9E9E;
     font-size: .14rem;
     line-height: 1.6;
     margin-top: .05rem;
 }
 
 .information .fagui {
     margin-top: .6rem;
 }
 
 .information .fagui .content {
     margin-top: .65rem;
 }
 
 .information .fagui .item {
     width: 33.333%;
     height: 2.7rem;
     background-color: #FFF;
 }
 
 .information .fagui .item .date {
     line-height: .34rem;
     background-color: #FFF2F2;
     border-radius: 0 .17rem .17rem 0;
     -webkit-border-radius: 0 .17rem .17rem 0;
     -moz-border-radius: 0 .17rem .17rem 0;
     -ms-border-radius: 0 .17rem .17rem 0;
     -o-border-radius: 0 .17rem .17rem 0;
     color: #94070A;
     padding-right: .4rem;
     padding-left: .15rem;
     margin-top: .3rem;
 }
 
 .information .fagui .item .text-con {
     padding: 0 .5rem;
 }
 
 .information .fagui .item .tit {
     font-size: .2rem;
     font-family: 'SourceHanSans-Medium';
     border-bottom: 1px dashed #E8E8E8;
     line-height: .7rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 }
 
 .information .fagui .item .des {
     color: rgba(159, 159, 159, 0.6);
     font-size: .16rem;
     line-height: 1.8;
     margin-top: .05rem;
 }
 
 .information .fagui .item::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: .13rem;
     background: url(../images/tbg3.png)no-repeat left center;
     background-size: auto 100%;
 }
 
 .information .gonggao {
     background-color: #FFF;
     margin-top: .58rem;
     z-index: 10;
     padding-top: .45rem;
     padding-bottom: .5rem;
     padding-right: .4rem;
     padding-left: .25rem;
 }
 
 .information .gonggao .content {
     margin-top: .5rem;
 }
 
 .information .gonggao::before {
     content: '';
     position: absolute;
     left: 0;
     z-index: -1;
     bottom: -.1rem;
     background-color: #8C211B;
     height: .1rem;
     right: -.05rem;
 }
 
 .information .gonggao::after {
     content: '';
     position: absolute;
     right: -.05rem;
     z-index: -1;
     bottom: -.1rem;
     background-color: #8C211B;
     width: .05rem;
     top: .1rem;
 }
 
 .information .gonggao .content>a {
     border-top: 1px dotted rgba(216, 216, 216, 0.4);
     width: 48.5%;
     padding-left: .4rem;
     line-height: .86rem;
 }
 
 .information .gonggao .content>a::before {
     content: '';
     position: absolute;
     left: .2rem;
     top: 50%;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     background-color: #8C211B;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .information .gonggao .content .tit {
     font-size: .2rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 }
 
 .information .gonggao .content .date {
     background: url(../images/time1.png)no-repeat left center;
     padding-left: .35rem;
     color: #8C211B;
     font-size: .16rem;
 }
 
 @media (min-width:1025px) {
     .information .zhoazu .item:hover .txt-con {
         padding: .25rem;
         background-color: #8C211B;
     }
     .information .zhoazu .item:hover .tit {
         color: #FFF;
     }
     .information .zhoazu .item:hover .des {
         color: rgba(255, 255, 255, .7);
     }
     .information .hangye .item:hover {
         transform: translateY(-.2rem);
         -webkit-transform: translateY(-.2rem);
         -moz-transform: translateY(-.2rem);
         -ms-transform: translateY(-.2rem);
         -o-transform: translateY(-.2rem);
         background-color: #FFF;
         box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
     }
     .information .hangye .item:hover .pic img {
         transform: scale(1.05);
         -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
         -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
     }
     .information .hangye .item:hover .tit {
         font-family: 'SourceHanSans-Bold';
         color: #8C211B;
     }
     .information .fagui .item:hover {
         background: linear-gradient(180deg, #FFFAFA 0%, #FFF2F2 99%);
     }
     .information .fagui .item:hover::after {
         background-image: url(../images/tbg4.png);
     }
     .information .fagui .item:hover .tit {
         border-bottom-color: #8C211B;
     }
     .information .fagui .item:hover .date {
         background-color: #8C211B;
         color: #FFF;
     }
     .information .zhoazu .item:hover .date,
     .information .zhoazu .item:hover .date span {
         color: #FFF;
         background-color: #EC865E;
     }
 }
 
 @media (max-width:1199px) {
     .information .hangye {
         margin-top: .5rem;
     }
     .information .title-con .title {
         font-size: 27px;
     }
     .information .title-con .more,
     .information .hangye .item .text,
     .information .hangye .item .date,
     .information .hangye .card .date,
     .information .hangye .card .text,
     .information .zhoazu .item .des,
     .information .zhoazu .item .date,
     .information .fagui .item .des,
     .information .gonggao .content .date {
         font-size: 14px;
     }
     .information .hangye .item .tit,
     .information .hangye .card .tit,
     .information .zhoazu .item .tit,
     .information .fagui .item .tit,
     .information .gonggao .content .tit {
         font-size: 16px;
     }
     .information .hangye .item .date span,
     .information .hangye .card .date span,
     .information .zhoazu .item .date span {
         font-size: 18px;
     }
     .information .hangye .card .date {
         width: 80px;
     }
     .information .hangye .card .text {
         line-height: 1.7;
         margin-top: .1rem;
     }
     .information .zhoazu .item .tit {
         height: 48px;
     }
     .information .zhoazu .item .date {
         width: 70px;
         height: 70px;
     }
     .information .fagui .item .date {
         line-height: 30px;
     }
     .information .hangye .card {
         height: auto;
         padding-top: .2rem;
         padding-bottom: .2rem;
     }
     .information .hangye .item .text {
         height: 48px;
     }
     .information .zhoazu .item {
         height: auto;
         padding-top: .2rem;
         padding-bottom: .2rem;
     }
     .information .fagui .item {
         height: auto;
         padding-bottom: .3rem;
     }
 }
 
 @media (max-width:767px) {
     .information .hangye .item {
         margin-right: 0;
         width: 100%;
         margin-top: .4rem;
     }
     .information .hangye .item .pic {
         height: auto;
         padding-top: 65%;
     }
     .information .hangye .item .pic img {
         position: absolute;
         left: 0;
         top: 0;
     }
     .information .hangye .card,
     .information .fagui .item {
         width: 100%;
     }
     .information .zhoazu .content {
         padding: 0;
     }
     .information .fagui .content {
         margin-top: .3rem;
     }
     .information .gonggao .content>a {
         width: 100%;
     }
 }
 
 @media (max-width:540px) {
     .information .zhoazu .item {
         width: 100%;
     }
 }
 /* 党的建设 */
 
 .Party {
     padding-top: .6rem;
     padding-bottom: .2rem;
 }
 
 .Party .item {
     width: 32%;
     margin-right: 2%;
     overflow: hidden;
     margin-bottom: .5rem;
     height: 3.333rem;
 }
 
 .Party .item:nth-of-type(3n) {
     margin-right: 0;
 }
 
 @media (min-width:1025px) {
     .Party .item:hover img {
         transform: scale(1.05);
         -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
         -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
     }
 }
 
 @media (max-width:767px) {
     .Party .item {
         width: 49%;
         padding-top: 33%;
         height: auto;
     }
     .Party .item img {
         position: absolute;
         left: 0;
         top: 0;
     }
     .Party .item:nth-of-type(3n) {
         margin-right: 2%;
     }
     .Party .item:nth-child(even) {
         margin-right: 0;
     }
 }
 
 .Products1,
 .Products3 {
     padding-top: .4rem;
 }
 
 .Products1 .item {
     width: 49%;
     margin-top: .5rem;
 }
 
 .Products1 .item:first-child {
     margin-top: .4rem;
 }
 
 .Products1 .item .pic {
     width: 4.3rem;
     height: 3.1rem;
     margin-right: .2rem;
 }
 
 .Products3 {
     padding-bottom: .45rem;
 }
 
 .Products3 .item {
     width: 31.3%;
     margin-right: 3%;
     margin-top: .55rem;
 }
 
 .Products3 .item:nth-of-type(3n) {
     margin-right: 0;
 }
 
 .Products3 .item .pic {
     overflow: hidden;
     width: 100%;
     height: 3.3rem;
 }
 
 .Products3 .item .tit {
     font-size: .2rem;
     line-height: 0.35rem;
     margin-top: .25rem;
     text-align: center;
     max-height: 0.7rem;
 }
 
 .Products3 .item .des {
     color: #9E9E9E;
     line-height: 2;
     margin-top: .2rem;
     height: 1.06rem;
 }
 
 .Products3 .item .more {
     background: url(../images/line.png)no-repeat left bottom;
     background-size: 100%;
     width: 1.41rem;
     color: #9E9E9E;
     padding-bottom: .05rem;
     margin-top: .25rem;
 }
 
 .Products3 .item .more::after {
     content: '';
     position: absolute;
     right: .2rem;
     top: 40%;
     width: .24rem;
     height: .12rem;
     background: url(../images/more5.png)no-repeat center;
     background-size: 100%;
     transform: translateY(-40%);
     -webkit-transform: translateY(-40%);
     -moz-transform: translateY(-40%);
     -ms-transform: translateY(-40%);
     -o-transform: translateY(-40%);
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
 }
 
 .Products3 .page {
     margin-top: .8rem;
 }
 
 @media (min-width:1025px) {
     .Products3 .item:hover .pic img {
         transform: scale(1.05);
         -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
         -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
     }
     .Products3 .item:hover .more::after {
         transform: translateX(.15rem) translateY(-50%);
         -webkit-transform: translateX(.15rem) translateY(-50%);
         -moz-transform: translateX(.15rem) translateY(-50%);
         -ms-transform: translateX(.15rem) translateY(-50%);
         -o-transform: translateX(.15rem) translateY(-50%);
     }
 }
 
 @media (max-width:1199px) {
     .Products3 .item .tit {
         font-size: 16px;
     }
     .Products3 .item .des {
         height: 80px;
     }
 }
 
 @media (max-width:950px) {
     .Products1 .item {
         width: 100%;
     }
     .Products3 .item {
         width: 48.5%;
     }
     .Products3 .item:nth-of-type(3n) {
         margin-right: 3%;
     }
     .Products3 .item:nth-child(even) {
         margin-right: 0;
     }
     .Products3 .item .pic {
         height: auto;
         padding-top: 65%;
     }
     .Products3 .item .pic img {
         position: absolute;
         left: 0;
         top: 0;
     }
 }
 
 @media (max-width:767px) {
     .Products1 .item .pic {
         width: 100%;
         margin-right: 0;
     }
 }
 
 @media (max-width:540px) {
     .Products3 .item {
         width: 100%;
         margin-right: 0;
     }
 }
 /* 加入我们 */
 
 .Join .con {
     width: 50%;
     padding: .8rem .3rem .8rem .3rem;
     background-color: #FFF;
     z-index: 1;
     box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
     border-radius: 0 0 0 .5rem;
     -webkit-border-radius: 0 0 0 .5rem;
     -moz-border-radius: 0 0 0 .5rem;
     -ms-border-radius: 0 0 0 .5rem;
     -o-border-radius: 0 0 0 .5rem;
 }
 
 .Join .con:last-child {
     padding: .8rem .8rem .8rem .3rem;
     border-radius: 0 0 .5rem 0;
     -webkit-border-radius: 0 0 .5rem 0;
     -moz-border-radius: 0 0 .5rem 0;
     -ms-border-radius: 0 0 .5rem 0;
     -o-border-radius: 0 0 .5rem 0;
     z-index: 10;
 }
 
 .Join .con .title-con {
     margin-left: .4rem;
 }
 
 .Join .con .title-con .title {
     font-family: 'SourceHanSans-Medium';
     font-size: .36rem;
     line-height: 1.1;
     margin-right: .4rem;
 }
 
 .Join .con .title-con .line {
     height: .06rem;
     background: url(../images/line1.png)no-repeat right center;
     background-size: 100%;
     margin-right: .1rem;
 }
 
 .Join .con .title-con a {
     font-size: .16rem;
     color: #8F000B;
 }
 
 .Join .con .box {
     margin-top: .4rem;
 }
 
 .Join .con .item {
     line-height: .8rem;
     border-bottom: 1px dashed #D8D8D8;
     z-index: 10;
     padding-left: .4rem;
 }
 
 .Join .con .item .date {
     padding-right: .25rem;
     margin-right: .25rem;
     font-size: .2rem;
 }
 
 .Join .con .item .date::after {
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     width: 1px;
     height: .2rem;
     background-color: rgba(51, 51, 51, .3);
 }
 
 .Join .con .item::after {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     background-color: #8D251F;
     width: 0%;
     z-index: -1;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
 }
 
 .Join .us {
     margin-top: .65rem;
 }
 
 .Join .us .title {
     font-size: .36rem;
     line-height: 1.1;
 }
 
 .Join .us .content {
     background-color: rgba(255, 255, 255, .6);
     margin-top: .3rem;
     padding-top: .5rem;
     padding-bottom: .5rem;
     padding-left: 3.3rem;
     padding-right: 3.7rem;
     font-size: .22rem;
     box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
 }
 
 .Join .us .erwma {
     margin-top: .3rem;
 }
 
 .Join .us .erwma .pic {
     width: 1.4rem;
     height: 1.4rem;
     background-color: #FFF;
 }
 
 .Join .us .erwma .pic img {
     width: 100%;
 }
 
 .Join .us .erwma .tit {
     line-height: 2.2;
 }
 
 .Join .us .text {
     padding-left: .25rem;
     line-height: 2.5;
     background-position: left .18rem;
     background-repeat: no-repeat;
 }
 
 .Join .us .address {
     background-image: url(../images/address.png);
 }
 
 .Join .us .tel {
     background-image: url(../images/tel.png);
 }
 
 .Join .us .fax {
     background-image: url(../images/fax.png);
 }
 
 .Join .us .email {
     background-image: url(../images/email.png);
 }
 
 .Join .us .code {
     background-image: url(../images/code.png);
 }
 
 @media (min-width:1025px) {
     .Join .con .item:hover::after {
         width: 100%;
     }
     .Join .con .item:hover {
         color: #FFF;
     }
     .Join .con .item:hover .date::after {
         background-color: rgba(255, 255, 255, .3);
     }
 }
 
 @media (max-width:1199px) {
     .Join .con {
         margin-top: .4rem;
     }
     .Join .con .title-con .title,
     .Join .us .title {
         font-size: 27px;
     }
     .Join .con .title-con a,
     .Join .con .item .date {
         font-size: 14px;
     }
     .Join .us .content {
         font-size: 18px;
     }
     .Join .us .content {
         padding-left: 1.5rem;
         padding-right: 1.5rem;
     }
     .Join .us .text {
         padding-left: 35px;
         background-position: left 13px;
     }
 }
 
 @media (max-width:767px) {
     .Join .con .title-con .title,
     .Join .us .title {
         font-size: 24px;
     }
     .Join .con {
         width: 100%;
         padding: .4rem !important;
     }
     .Join .con .title-con {
         margin-left: 0;
     }
     .Join .con .item {
         padding-left: 0;
     }
     .Join .us .content {
         padding: .4rem;
     }
     .Join .us .erwma {
         /* display: none; */
         margin: 0 auto;
         margin-top: .2rem;
     }
     .Join .us .content {
         font-size: 16px;
     }
 }
 
 .text-list .card {
     margin-top: .25rem;
     width: 100%;
     background-color: #FFF;
     height: 1.45rem;
     border: 1px #DCDCDC solid;
 }
 
 .text-list .card .date {
     width: 1rem;
     color: #8C211B;
     font-size: .14rem;
     line-height: 1.2;
     margin-right: .3rem;
 }
 
 .text-list .card .date span {
     font-size: .24rem;
     font-family: 'SourceHanSans-Bold';
 }
 
 .text-list .card .date::after {
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     width: 1px;
     height: .5rem;
     background-color: rgba(51, 51, 51, 0.6);
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
 }
 
 .text-list .card .tit {
     font-size: .2rem;
     font-family: 'SourceHanSans-Medium';
     line-height: 1.1;
 }
 
 .text-list .card .text {
     color: rgba(51, 51, 51, 0.68);
     font-size: .15rem;
     line-height: 2;
     margin-top: .15rem;
    display: none;
    padding-right: 0.1rem;
 }

 .news-details {
    width: 88%;
    margin: 0 auto;
 }
 
 .news-details h1 {
     font-size: .37rem;
     line-height: 1.2;
     font-family: 'Montserrat-ExtraBold';
     margin-top: .2rem;
     text-align: center;
 }
 
 .news-details .info {
     text-align: center;
     color: #888;
     line-height: 1.1;
     margin-top: .28rem;
     border-bottom: 1px rgba(0, 0, 0, .1) solid;
     padding-bottom: .2rem;
 }
 
 .news-details .info span {
     margin-right: .2rem;
 }
 
 .news-details .body {
     font-size: 0.18rem;
     line-height: 1.8;
     margin-top: .5rem;
     border-bottom: 1px dashed rgba(0, 0, 0, .2);
     padding-bottom: .5rem;
 }
 
 .news-details .body p {
     margin-bottom: .15rem;
     word-break: break-all;
     font-size: .18rem;
     line-height: 2;
     text-indent: 2em;
     background: none !important;
     font-family: songti;
 }
.news-details .body p span {
    background: none !important;
}
 
 .news-details .body img,.news-details .body video {
     display: block;
     max-width: 100%;
     margin: 1em auto;
     height:auto !important;
 }
 .news-details .body p span img {
     display: inline;
     margin: 0;
}
 .news-details .body table {font-size:0.16rem; max-width:100%; margin:0 auto; border-collapse: collapse;}
 .news-details .body table td{ padding:5px 10px; line-height:30px; border:1px #ddd solid;}
 .news-details .body table td p{ text-indent:0em !important; margin-bottom:0px;}

 .news-details .prev-next a {
     line-height: .5rem;
     margin-top: .2rem;
 }
 
 .news-details .prev-next a span {
     background-color: #8F000B;
     color: #FFF;
     padding-left: .3rem;
     padding-right: .3rem;
     margin-right: .25rem;
 }
 
 @media (max-width:1199px) {

.di_bl {
      font-size: 14px;
}

     .news-details {
         padding-top: .3rem;
     }
     .news-details h1 {
         font-size: 24px;
     }
     .text-list .card {
         height: auto;
         padding: .3rem .2rem;
     }
     .text-list .card .tit {
         font-size: 16px;
     }
     .text-list .card .text,
     .text-list .card .date {
         font-size: 14px;
     }
     .text-list .card .date span {
         font-size: 18px;
     }
     .text-list .card .date {
         width: 70px;
     }
     .page a {
         width: auto;
         padding: 0 8px;
         line-height: 24px;
     }

.news-details .body  {
font-size: 16px;
}
.news-details .body p {
font-size: 16px;
}



 }
 
 @media (max-width:767px) {
    .news-details {
        width: 100%;
    }
     .news-details h1 {
         font-size: 20px;
     }
 }
 
 @media (max-width:540px) {
     .news-details h1 {
         font-size: 18px;
     }
 }


 /* 2025-5-12新增 */
 .news-details .c-nav {
    background: #efefef;
    padding: 0 .15rem;
 }
.news-details .c-nav::after{
    display: block;
    content: "";
    clear: both;
}
.news-details .c-nav .item {
    border: 0.3em solid transparent;
    border-left: 0;
    border-right: 0;
    float: left;
    padding: .7em 1em;
    cursor: pointer;
}
.news-details .c-nav .item.on {
    color: #8C211B;
    border-top-color: #8C211B;
    background: #ffffff;
}

.news-details .c-container .body {
    display: none;
}
.news-details .c-container .body.on {
    display: block;
}


/* 2025-5-19新增 */
.home-jianshe .tit {
    z-index: 1;
}
.home-jianshe .swiper-container .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .6),  rgba(0, 0, 0, .8));
}


.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    margin: 5px 0px 0px 5px !important;
}
.pb_sys_common .p_t {
    margin-top: 5px !important;
}

