@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;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px
}

/* 分页边距 */
.p_pages>span {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
/* 颜色 颜色变化过就处出现不生效的问题 */
.pb_sys_style1 .p_no_d {
    border: 1px solid #C2010B !important;
    color: #fff;
    background-color: #C2010B !important;
}

/*鍏ㄥ眬鏍峰紡*/

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 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #B50100;
}


/*鍧楃骇杞寲*/

.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;
    /* display: none; */
}
.flex-align-center .erwma-con{display: none;}

.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;
}
.home-ser  .ellipsis-2{-webkit-line-clamp: 2;}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

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;
    font-family: 'object-fit: cover;';
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(/fonts/SourceHanSerifCN-Bold.otf);
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
}

.warp {
    /* max-width: 19.2rem; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.66rem;
}

@media (max-width:1199px) {
    .container,
    .warp {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.home {
    padding-top: .45rem;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header .top {
    background-color: #B50100;
    background-image: linear-gradient(90deg, #B50100, #C82F34);
    color: #FFF;
    height: .45rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header .top .txt {
    font-size: .15rem;
    opacity: .7;
    line-height: .45rem;
}

.header .top .container>div:last-child>a {
    width: .32rem;
    height: .32rem;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header .top>div:last-child .lang-btn {
    font-size: .13rem;
    font-family: 'arial';
    color: #FFF;
    margin-right: .16rem;
}

.header .top>div:last-child .search-btn {
    background: url(/images/search.svg)no-repeat center;
    /* background-size: .14rem; */
    background-size: 50%;
}

.header .head {
    z-index: 99;
}

.header .head::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    opacity: .6;
    height: 2rem;
}

.header .head .search-btn {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(/images/search.svg)no-repeat center;
    background-size: 15px;
    display: none;
}

.header .head .logo {
    height: 1.25rem;
}

.header .head .logo img {
    height: .78rem;
}

.header.fixed .top {
    margin-top: -.45rem;
}

.header.fixed .head::after {
    height: 100%;
}

.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 {
    margin-bottom: .1rem;
}

.nav li {
    margin-right: .38rem;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li>a {
    line-height: .64rem;
    color: #FFF;
    font-size: .22rem;
    font-weight: bold;
}

.nav li>a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.nav li>a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    height: 0;
    width: 1px;
    background-color: #FFF;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.nav li.on>a::after {
    width: 100%;
}

.nav li.on>a::before {
    height: .1rem;
}

.nav .drop {
    width: 1.7rem;
    left: 50%;
    top: .62rem;
    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.6;
    font-size: .14rem;
    box-shadow: .1rem .1rem .1rem rgba(0, 0, 0, .1);
    /* border-left: 2px #B50100 solid; */
    padding-bottom: .1rem;
    padding-top: .1rem;
    text-align: center;
    margin-left: -0.8rem;
}

.nav .drop a{
    
line-height: .24rem;
    
padding: .12rem 0;
}
.search-content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(181, 1, 0, .9);
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(/images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    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%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(/images/search.svg)no-repeat center;
    background-size: .24rem;
}

.footer {
    background: #B50100 url(../images/f-bg.png)no-repeat center top;
    padding-top: .55rem;
    color: #FFF;
    background-size: cover;
}
.footer .link{
    display: none;
}

.footer .copyright {
    color: rgba(255, 255, 255, .7);
    font-size: .16rem;
    background-color: rgba(0, 0, 0, .2);
    padding-top: .35rem;
    padding-bottom: .35rem;
    line-height: 1.6;
    margin-top: .6rem;
}

.footer .copyright a {
    color: #FFF;
    opacity: .7;
    margin-left: .2rem;
}

.footer .link .tit {
    font-size: .26rem;
    width: 1.4rem;
    height: 1.4rem;
    background: url(/images/link-bg.png)no-repeat center;
    background-size: 100%;
    margin-right: .6rem;
}

.footer .link a {
    width: 22%;
    margin-right: 3%;
    border-bottom: 1px rgba(255, 255, 255, .1) solid;
    margin-top: .15rem;
    line-height: .42rem;
    background: url(/images/arrow1.svg)no-repeat right center;
    background-size: .12rem;
    color: #FFF;
}

.footer .link a:nth-of-type(4n) {
    margin-right: 0;
}

.footer .info-con {
    /* margin-top: .5rem; */
    /* border-top: 1px rgba(255, 255, 255, .15) solid; */
    /* padding-top: .45rem; */
}

.footer .logo img {
    height: .74rem;
}

.footer .text {
    line-height: 2.4;
    margin-right: 1.3rem;
    flex: none;
}

.footer .erwma-con img {
    width: 100%;
}

.footer .erwma-con .txt {
    width: 1.12rem;
}

.footer .erwma-con .erwma {
    width: .9rem;
}

@media (min-width:1025px) {
    .nav li:hover>a::after {
        width: 100%;
    }
    .nav li:hover>a::before {
        height: .1rem;
    }
    .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);
    }
    .nav .drop a:hover {
        background-color: #B50100;
        color: #FFF;
    }
    .footer .copyright a:hover {
        opacity: 1;
    }
    .footer .link a:hover {
        border-bottom-color: #FFF;
        color: rgba(255, 255, 255, .7);
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .home {
        padding-top: 0;
    }
    .header .top,
    .header.active .head::after {
        display: none;
    }
    .header .head::after {
        height: 110%;
    }
    .menu-btn,
    .header .head .search-btn {
        display: block;
    }
    .header .head {
        padding-right: 50px;
    }
    .header .head .logo {
        height: 1.2rem;
    }
    .header.active {
        background-color: #B50100;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem;
    }
    .nav li {
        margin-right: 0;
    }
    .nav li>a {
        line-height: 50px;
        font-size: 16px;
        color: #333;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(/images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        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;
        padding: 0;
        background: none;
        padding-bottom: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        font-size: 14px;
        box-shadow: none;
        margin-left: 0;
        padding-left: 2em;
    }
    .search-content .content {
        width: 90%;
        height: 50px;
    }
    .search-content .content input[type='text'] {
        font-size: 14px;
    }
    .search-content .content input[type='submit'] {
        width: 50px;
    }
    .footer .copyright {
        font-size: 12px;
    }
    .footer .text {
        margin-right: .6rem;
    }
    .footer .link .tit {
        width: 94px;
        height: 94px;
        font-size: 18px;
    }
}

@media (max-width:950px) {
    .footer .logo {
        width: 100%;
    }
    .footer .info-con>div:last-child {
        flex: 1;
        margin-top: .3rem;
    }
    .footer .link a {
        width: 48.5%;
        line-height: 2.4;
        margin-top: .1rem;
    }
    .footer .link a:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .footer .link {
        display: none;
    }
    .footer .link .tit br {
        display: none;
    }
    .footer .erwma-con .txt {
        width: 80px;
    }
    .footer .erwma-con {
        width: 100%;
        justify-content: center;
    }
    .footer .erwma-con .erwma {
        width: 70px;
    }
    .footer .info-con>div:last-child {
        display: block;
    }
    .footer .text {
        margin-right: 0;
        line-height: 2;
    }
}

.banner img {
    width: 100%;
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner .swiper-slide {
    overflow: hidden;
}

.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 {
    bottom: .25rem;
}

.banner .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    background-color: #FFF;
    margin: 0 .3rem !important;
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(/fonts/SourceHanSerifCN-Bold.otf);
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url(/fonts/SourceHanSans-Regular.otf);
}

.page1 {
    background: url(/images/bg1.png)no-repeat center bottom;
    padding-bottom: 2.2rem;
    padding-top: .8rem;
}

.home-title {
    z-index: 9;
}

.home-title .title {
    width: 2.29rem;
    height: .54rem;
    background: url(/images/tit-bg.png)no-repeat left top;
    background-size: 100% 100%;
    color: #FFF;
    padding-left: .2rem;
    font-size: .34rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-title>a {
    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%);
    color: #B50100;
    font-size: .14rem;
}

.home-title>a::before {
    content: '//';
    font-family: 'SourceHanSerifCN-Bold';
    margin-right: .1rem;
}

.home-title>a::after {
    content: '//';
    font-family: 'SourceHanSerifCN-Bold';
    margin-left: .1rem;
}

.home-news {
    margin-right: .5rem;
}

.home-news .content {
    margin-top: .52rem;
}

.home-news .focus {
    width: 5.6rem;
    margin-right: .5rem;
}

.home-news .focus .pic {
    overflow: hidden;
    padding-top: 75%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .date {
    color: #B50100;
    font-size: .16rem;
    font-family: 'SourceHanSans-Regular';
    line-height: 1.4;
    margin-top: .4rem;
}

.home-news .focus .tit {
    font-size: .22rem;
    font-weight: bold;
    line-height: 1.3;
    height: .6rem;
    margin-top: .3rem;
}

.home-news .focus .des {
    display: none;
    color: #666;
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .2rem;
    height: .68rem;
}

.home-news .focus .button {
    margin-top: .6rem;
    padding-right: .6rem;
    padding-left: .6rem;
}

.home-news .focus .swiper-button-prev,
.home-news .focus .swiper-button-next {
    width: .28rem;
    height: .1rem;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news .focus .swiper-button-prev {
    left: 0;
    background: url(/images/prev.svg)no-repeat left bottom;
    background-size: 100%;
}

.home-news .focus .swiper-button-next {
    right: 0;
    background: url(/images/next.svg)no-repeat left top;
    background-size: 100%;
}

.home-news .focus .swiper-pagination {
    width: 100%;
    position: inherit;
}

.home-news .focus .swiper-pagination-bullet {
    height: 3px;
    width: .66rem;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    margin-right: .2rem;
}

.home-news .focus .swiper-pagination-bullet-active {
    background-color: #B50100;
}

.home-news .text-con {
    /* padding-top: .1rem;*/
}

.home-news .text-con>a {
    /* margin-bottom: .28rem; 
  line-height: .52rem;
*/
    position: relative;
    line-height: 1;
    margin-bottom: .295rem;
}

.home-news .text-con>a:last-child {
    margin-bottom: 0;
}

.home-news .text-con>a .tit {
    margin-right: .3rem;
     line-height: 1; 
  /*  line-height: .52rem;*/
    font-weight: bold;
}

.home-news .text-con>a .date {
    color: #999;
    font-family: 'SourceHanSans-Regular';
}


.home-news .text-con>a::before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 0px #B50100 solid;
    border-top: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news .text-con>a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 0px #B50100 solid;
    border-bottom: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media (min-width: 1025px) {
    .home-news .text-con>a.on {
        /* border: 1px #B50100 solid; */
        padding: .1rem .3rem .15rem .3rem;
        background: url(/images/tit-bg1.svg)no-repeat 90% bottom;
        background-size: 1.22rem;
    }

    .home-news .text-con>a.on .tit {
        height: .62rem;
        line-height: 1.7;
    }

    .home-news .text-con>a.on .tit .ellipsis-1 {
        -webkit-line-clamp: 2;
        color: #B50100;
        font-weight: bold;
    }

    .home-news .text-con>a.on .date {
        display: none;
    }

    .home-news .text-con>a.on .time {
        display: block;
        background: url(/images/date.svg)no-repeat left center;
        background-size: .13rem;
        padding-left: .2rem;
        font-size: .16rem;
        color: #999;
        margin-top: .1rem;
        line-height: 1;
    }
}



.home-spe {
    width: 4rem;
}

.home-spe .con {
    margin-top: .52rem;
}

.home-spe .con>a {
    overflow: hidden;
    height: 1rem;
    width: 100%;
    margin-bottom: .1rem;
}

.home-spe .con>a img {
    width: 100%;
}

.home-spe .swiper-container {
    margin-top: .1rem;
    padding-bottom: .115rem;
}

.home-spe .swiper-slide {
    flex-wrap: wrap;
}

.home-spe .swiper-slide .item {
    width: 1rem;
    width: calc(100% / 3);
    width: 33.33%;
    height: 1rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    border: 1px #FFF solid;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding-top: .1rem;
}

.home-spe .swiper-slide .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0px #B50100 solid;
    border-top: 0px #B50100 solid;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-spe .swiper-slide .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 0px #B50100 solid;
    border-bottom: 0px #B50100 solid;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-spe .swiper-slide .icon {
    width: .5rem;
    height: .5rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.home-spe .swiper-slide .icon img {
    max-width: 100%;
    max-height: 100%;
}

.home-spe .swiper-slide .tit {
    color: #555;
    font-size: .16rem;
    line-height: 1.6;
}

.home-spe .swiper-pagination {
    bottom: 0;
}

.home-spe .swiper-pagination-bullet {
    height: 3px;
    width: .65rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, .15);
    margin: 0 .1rem !important;
}

.home-spe .swiper-pagination-bullet-active {
    background-color: #B50100;
    background-image: linear-gradient(90deg, rgba(181, 1, 0, 1), rgba(241, 108, 27, 1));
}

.page2 {
    background: url(/images/bg2.png)no-repeat center bottom;
    background-size: cover;
    padding-bottom: 1.7rem;
    padding-top: .85rem;
    margin-top: -.95rem;
    z-index: 9;
}

.home-xinwei,
.home-media {
    height: 8rem;
    width: 50%;
}

.home-xinwei::after,
.home-media::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.home-xinwei::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(#FFD8B5, rgba(255, 255, 255, 0));
    opacity: .2;
}

.home-xinwei::after {
    background-image: linear-gradient(90deg, #FFF 80%, #F0EFEF);
    border-radius: 0 0 0 .3rem;
    -webkit-border-radius: 0 0 0 .3rem;
    -moz-border-radius: 0 0 0 .3rem;
    -ms-border-radius: 0 0 0 .3rem;
    -o-border-radius: 0 0 0 .3rem;
    opacity: .8;
}

.home-xinwei::before {
    top: -.35rem;
    left: -.2rem;
    -webkit-clip-path: polygon(0 0, 100% .35rem, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% .35rem, 100% 100%, 0% 100%);
}

.home-xinwei {
    padding: .55rem .7rem 0 .6rem;
}

.home-xinwei .content {
    margin-top: .35rem;
    z-index: 9;
}

.home-xinwei .item {
    /* margin-bottom: .3rem; */
    line-height: .52rem;
}

.home-xinwei .item .pic {
    width: 2.4rem;
    height: 1.8rem;
    overflow: hidden;
    margin-right: .4rem;
    z-index: 9;
}

.home-xinwei .item .text-con {
    z-index: 9;
}

.home-xinwei .item .tit {
    margin-right: .3rem;
    font-weight: bold;
}

.home-xinwei .item .date {
    color: #999;
    font-family: 'SourceHanSans-Regular';
}

.home-xinwei .item::before {
    content: '';
    position: absolute;
    left: -.2rem;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 0px #B50100 solid;
    border-top: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-xinwei .item::after {
    content: '';
    position: absolute;
    right: -.2rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 0px #B50100 solid;
    border-bottom: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media (min-width: 1025px) {
    .home-xinwei .item.on {
        background: url(/images/tit-bg1.svg)no-repeat 95% bottom;
        /* background: url(/images/tit-bg1.svg)no-repeat right bottom; */
        background-size: 1.65rem;
        padding-top: .2rem;
        padding-bottom: .2rem;
        z-index: 10;
    }

    .home-xinwei .item.on .pic {
        display: block;
    }

    .home-xinwei .item.on .date {
        display: none;
    }

    .home-xinwei .item.on .text-con {
        display: block;
        /* padding-top: .1rem; */
    }

    .home-xinwei .item.on .tit {
        line-height: 1.7;
        margin-right: 0;
        height: .62rem;
    }

    .home-xinwei .item.on .tit .ellipsis-1 {
        -webkit-line-clamp: 2;
        font-weight: bold;
        color: #B50100;
        /* font-size: .2rem; */
    }

    .home-xinwei .item.on .time {
        display: block;
        background: url(/images/date.svg)no-repeat left center;
        background-size: .13rem;
        padding-left: .2rem;
        color: #999;
        font-size: .16rem;
        margin-top: .1rem;
        line-height: 1;
    }   
}

.home-media::after {
    background-image: linear-gradient( #FFF, rgba(255, 255, 255, .4));
    border-radius: 0 0 .3rem 0;
    -webkit-border-radius: 0 0 .3rem 0;
    -moz-border-radius: 0 0 .3rem 0;
    -ms-border-radius: 0 0 .3rem 0;
    -o-border-radius: 0 0 .3rem 0;
}

.home-media {
    padding: .55rem .5rem 0 .8rem;
}

.home-media .content {
    z-index: 9;
    margin-top: .35rem;
}

.home-media .item {
    /* height: .89rem; */
    line-height: .52rem;
    position: relative;
    /* transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s; */
}

.home-media .item::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 0px #B50100 solid;
    border-top: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-media .item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 0px #B50100 solid;
    border-bottom: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-media .item .pic {
    width: .88rem;
    height: .52rem;
    border: 1px dashed #FCE2E4;
    overflow: hidden;
    margin-right: .3rem;
    margin-top: .15rem;
}

.home-media .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.home-media .item .text-con {
    border-bottom: 1px #D8D8D8 dashed;
}

.home-media .item .tit {
    margin-right: .3rem;
    font-weight: bold;
}

.home-media .item .date {
    font-family: 'SourceHanSans-Regular';
    color: #999;
}

.home-media .item .time {
    display: none;
    background: url(/images/date.svg)no-repeat left center;
    background-size: .13rem;
    padding-left: .2rem;
    font-size: .16rem;
    color: #999;
    margin-top: .1rem;
}

.home-media .item:last-child .text-con {
    border-bottom: 0;
}

@media (min-width: 1025px) {
    .home-media .item.on {
        padding: .2rem .3rem .2rem .2rem;
        background: url(/images/tit-bg1.svg)no-repeat 90% bottom;
        background-size: 1.65rem;
        height: auto;
        margin: 0.01rem;
    }

    .home-media .item.on .tit {
        height: .62rem;
        line-height: 1.7;
    }

    .home-media .item.on .tit .ellipsis-2 {
        -webkit-line-clamp: 2;
        color: #B50100;
        font-weight: bold;
    } 

    .home-media .item.on .tit .ellipsis-1 {
        -webkit-line-clamp: 1;
        color: #B50100;
        font-weight: bold;
    }

    .home-media .item.on .date {
        display: none;
    }

    .home-media .item.on .time {
        display: block;
        line-height: 1;
    }

    .home-media .item.on .text-con {
        display: block;
        color: #b50100;
        border-bottom: none;
        font-weight: bold;
    }
}


.home-media .swiper-container {
    padding-bottom: .25rem;
}

.home-media .swiper-pagination {
    bottom: 0;
}

.home-media .swiper-pagination-bullet {
    width: .65rem;
    height: 3px;
    background-color: rgba(0, 0, 0, .15);
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.home-media .swiper-pagination-bullet-active {
    background-color: #B50100;
}

.home-dt {
    background: url(/images/bg3.png)no-repeat center top;
    background-size: cover;
    height: 7.12rem;
    z-index: 9;
    padding-top: 1.9rem;
    margin-top: -1.5rem;
}

.home-dt .home-title .title {
    background-image: url(/images/tit-bg2.png);
}

.home-dt .home-title a {
    color: #FFF;
}

.home-dt .content {
    margin-top: .65rem;
}

.home-dt .pic {
    overflow: hidden;
    padding-top: 74.2%;
}

.home-dt .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-dt .tit {
    color: #FFF;
    padding-left: .25rem;
    margin-left: .15rem;
    border-left: 3px #DFB57A solid;
    height: 1rem;
    z-index: 10;
    margin-top: -.2rem;
    padding-top: .35rem;
    font-weight: bold;
    line-height: 1.6;
}

.home-dt .swiper-button-prev,
.home-dt .swiper-button-next {
    width: 31px;
    height: 9px;
    margin-top: 0;
    top: 1.1rem;
}

.home-dt .swiper-button-prev {
    left: -.6rem;
    background: url(/images/prev1.svg)no-repeat left center;
}

.home-dt .swiper-button-next {
    right: -.6rem;
    background: url(/images/next1.svg)no-repeat right center;
}

.home-dt .swiper-pagination {
    bottom: 0;
    width: 100%;
    display: none;
}

.home-dt .swiper-pagination-bullet {
    height: 3px;
    width: 20px;
    margin: 0 5px;
    background-color: #FFF;
    opacity: .6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.home-dt .swiper-pagination-bullet-active {
    opacity: 1;
}

@font-face {
    font-family: 'Bebas';
    src: url(/fonts/Bebas.TTF);
}

.home-keyan {
    background: url(/images/bg4.jpg)no-repeat left bottom;
    background-size: cover;
    height: 9rem;
    padding-top: .6rem;
}

.home-keyan::after {
    content: '';
    position: absolute;
    top: 1rem;
    left: 45%;
    transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    width: .81rem;
    height: 3.75rem;
    background: url(/images/slogan.svg)no-repeat center top;
    background-size: 100%;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    opacity: 0;
}

.home-keyan.active::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: 1;
}

.home-keyan .content {
    margin-top: .6rem;
}

.home-keyan .text-con {
    width: 6.56rem;
}

.home-keyan .item {
    line-height: .52rem;
}

.home-keyan .item:last-child {
    margin-bottom: 0 !important;
}

.home-keyan .item .tit {
    margin-right: .5rem;
    font-weight: bold;
}

.home-keyan .item .time {
    font-family: 'SourceHanSans-Regular';
    color: #999;
}

.home-keyan .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 0px #B50100 solid;
    border-top: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-keyan .item::after {
    content: '';
    position: absolute;
    right: -0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 0px #B50100 solid;
    border-bottom: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media (min-width: 1025px) {
    .home-keyan .item.on {
        display: block;
        padding: .1rem .3rem .15rem .3rem;
        align-items: center;
        background: url(/images/tit-bg1.svg)no-repeat 90% bottom;
        background-size: 1.25rem;
        margin-bottom: .25rem;
        box-shadow: .05rem .05rem .1rem rgba(0, 0, 0, .05);
    }

    .home-keyan .item.on .time {
        display: none;
    }

    .home-keyan .item.on .date {
        display: block;
        background: url(/images/date.svg)no-repeat left center;
        background-size: .13rem;
        padding-left: .2rem;
        font-size: .16rem;
        color: #999;
        margin-top: .1rem;
        line-height: 1;
    }

    .home-keyan .item.on .date span {
        color: #B50100;
        font-size: .34rem;
        line-height: 1;
        margin-top: .05rem;
    }

    .home-keyan .item.on .tit {
        font-weight: bold;
        line-height: 1.7;
        height: .62rem;
    }

    .home-keyan .item.on .tit .ellipsis-1 {
        -webkit-line-clamp: 2;
        color: #B50100;
    }
}

.home-keyan .focus1 {
    width: 7rem;
}

.home-keyan .focus1 .pic {
    overflow: hidden;
    padding-top: 75%;
}

.home-keyan .focus1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-keyan .focus1 .tit {
    font-size: .22rem;
    line-height: 1.5;
    margin-top: .25rem;
    font-weight: bold;
}

.home-keyan .focus1 .button {
    margin-top: .55rem;
    padding-right: .6rem;
    padding-left: .6rem;
}

.home-keyan .focus1 .swiper-button-prev,
.home-keyan .focus1 .swiper-button-next {
    width: .28rem;
    height: .1rem;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-keyan .focus1 .swiper-button-prev {
    left: 0;
    background: url(/images/prev.svg)no-repeat left bottom;
    background-size: 100%;
}

.home-keyan .focus1 .swiper-button-next {
    right: 0;
    background: url(/images/next.svg)no-repeat left top;
    background-size: 100%;
}

.home-keyan .focus1 .swiper-pagination {
    width: 100%;
    position: inherit;
}

.home-keyan .focus1 .swiper-pagination-bullet {
    height: 3px;
    width: .66rem;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    margin-right: .2rem;
}

.home-keyan .focus1 .swiper-pagination-bullet-active {
    background-color: #B50100;
}

.home-ser {
    height: 8.6rem;
    background: url(/images/bg5.png)no-repeat center bottom;
    background-size: cover;
    padding-top: .75rem;
}

.home-ser .content {
    margin-top: .7rem;
}

.home-ser .text-con.flex {
    display: block;
    column-count: 2;
    column-gap: .3rem;
}

.home-ser .text-con.flex>a {
    width: 100% !important;
    break-inside: avoid;
}

.home-ser .focus2 {
    width: 5.2rem;
    margin-right: .5rem;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .08);
}

.home-ser .focus2 .pic {
    overflow: hidden;
    padding-top: 72%;
}

.home-ser .focus2 .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-ser .focus2 .text-con {
    height: 1.5rem;
    overflow: hidden;
    background: url(/images/tit-bg3.png)no-repeat center top;
    background-size: cover;
    color: #FFF;
    padding: .3rem 0.2rem;
}

.home-ser .focus2 .tit {
    font-weight: bold;
    font-size: .2rem;
    font-family: 'SourceHanSans-Regular';
    line-height: 1.6;
}

.home-ser .focus2 .date {
    font-family: 'Bebas';
    font-size: .26rem;
    line-height: 1;
    margin-top: 0.3rem;
}

.home-ser .focus2 .button {
    position: absolute;
    right: .3rem;
    bottom: .45rem;
    height: .15rem;
    width: .85rem;
}

.home-ser .focus2 .swiper-button-next,
.home-ser .focus2 .swiper-button-prev {
    background-image: url(/images/next1.svg);
    background-repeat: no-repeat;
    width: .28rem;
    height: 100%;
    background-size: 100%;
    top: 0;
    margin-top: 0;
}

.home-ser .focus2 .swiper-button-prev {
    left: 0;
    background-position: left top;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-ser .focus2 .swiper-button-next {
    right: 0;
    background-position: left top;
}

.home-ser .right-cont {
    display: flex;
    gap: .3rem;
}

.home-ser .right-cont .text-con {
    flex: 1;
}

.home-ser .text-con>a {
    width: 100%;
    padding-left: .3rem;
    padding-top: .03rem;
    /* padding-bottom: .25rem; */
    z-index: 10;
    margin-bottom: .3rem;
    overflow: hidden;
}

.home-ser .text-con>a .sjjjj {
    padding-bottom: .3rem;
    /* box-sizing: border-box; */
    font-size: .18rem;
}

.home-ser .text-con>a .date {
    font-family: 'Bebas';
    color: #999;
    line-height: 1;
    /* font-size: .14rem; */
    font-family: 'SourceHanSans-Regular';
    color: #999;
    margin-left: .35rem;
}

.home-ser .text-con>a .date span {
    margin-bottom: .05rem;
    color: #B50100;
    font-size: .38rem;
}

.home-ser .text-con>a .tit {
    /* line-height: 1.7; */
    font-weight: bold;
}


.home-ser .text-con>a .time {
    display: none;
    background: url(/images/date.svg)no-repeat left center;
    background-size: .13rem;
    padding-left: .2rem;
    font-size: .16rem;
    color: #999;
    margin-top: .1rem;
}


.home-ser .text-con>a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 0px #B50100 solid;
    border-top: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-ser .text-con>a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 0px #B50100 solid;
    border-bottom: 0px #B50100 solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media (min-width: 1025px) {
    .home-ser .text-con>a.on {
        display: block;
        padding: .1rem .3rem .15rem .3rem;
        background: url(/images/tit-bg1.svg)no-repeat 90% bottom;
        background-size: 1.22rem;
    }

    .home-ser .text-con>a.on .tit {
        height: .62rem;
    }

    .home-ser .text-con>a.on .tit .ellipsis-2 {
        -webkit-line-clamp: 2;
        color: #B50100;
        font-weight: bold;
    }

    .home-ser .text-con>a.on .date {
        display: none;
    }

    .home-ser .text-con>a.on .time {
        display: block;
    }
}


.home-photo {
    background: url(/images/bg6.png)no-repeat center top;
    height: 11.75rem;
    background-size: cover;
    padding-top: 1.03rem;
}

.home-photo .content {
    margin-top: .65rem;
}

.home-photo .pic-con1 .pic {
    height: 4.2rem;
    width: 5rem;
    overflow: hidden;
    cursor: pointer;
}

.home-photo .pic-con2 .pic {
    height: 4.2rem;
    width: 33.333%;
    overflow: hidden;
    cursor: pointer;
}

.home-photo .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 1;
}

.home-photo .txt {
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    color: #FFF;
    z-index: 2;
    font-size: .2rem;
    line-height: 1.6;
    padding-left: .2rem;
    padding-right: .2rem;
}

.home-photo .txt.icon {
    display: flex;
    align-items: center;
}

.home-photo .txt.icon::before {
    content: '';
    width: .32rem;
    height: .32rem;
    background: url(/images/play.svg)no-repeat center;
    background-size: 100%;
    margin-right: .1rem;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(/images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

@media (min-width:1025px) {
    .home-title>a:hover {
        color: #000;
    }
    .home-spe .con>a:hover img,
    .home-news .focus .swiper-slide:hover .pic img,
    .home-xinwei .item:hover .pic img,
    .home-media .item:hover .pic img,
    .home-dt .swiper-slide:hover .pic img,
    .home-keyan .focus1 .swiper-slide:hover .pic img,
    .home-ser .focus2 .swiper-slide:hover .pic img,
    .home-photo .pic: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);
    }
    .home-news .focus .swiper-button-prev:hover,
    .home-keyan .focus1 .swiper-button-prev:hover {
        background-image: url(/images/prev-hover.svg);
    }
    .home-news .focus .swiper-button-next:hover,
    .home-keyan .focus1 .swiper-button-next:hover {
        background-image: url(/images/next-hover.svg);
    }
    .home-spe .swiper-slide .item:hover::before,
    .home-spe .swiper-slide .item:hover::after,
    .home-news .text-con>a.on::before,
    .home-news .text-con>a.on::after,
    .home-keyan .item.on::after,
    .home-keyan .item.on::before,
    .home-ser .text-con>a.on::before,
    .home-ser .text-con>a.on::after,
    .home-media .item.on::before,
    .home-media .item.on::after {
        border-width: 1px;
        width: 100%;
        height: 100%;
    }
    .home-spe .swiper-slide .item:hover .tit {
        color: #B50100;
    }
    .home-media .item:hover .tit,
    .home-ser .text-con>a:hover .tit {
        font-weight: bold;
    }
    /* .home-media .item:hover .text-con {
        border-bottom-style: solid;
        border-bottom-color: #B50100;
    } */
    
    .home-xinwei .item.on::before,
    .home-xinwei .item.on::after {
        width: calc(100% + .38rem);
        height: 100%;
        border-width: 1px;
    }
}

@media (max-width:1024px) {
    .home-xinwei .item::before ,.home-ser .text-con>a::after,
    .home-keyan .item::before,.home-ser .text-con>a::before,
    .home-keyan .item::after,
    .home-xinwei .item::after {

      display: none; 
    }
    .home-ser .text-con>a .tit {
        line-height: 2;
    }
}

@media (max-width:1199px) {
    .banner .swiper-slide-active img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .home-title .title {
        font-size: 21px;
        width: 155px;
        height: 36px;
    }
    .home-title>a,
    .home-news .focus .date,
    .home-news .text-con>a.on .time,
    .home-news .focus .des,
    .home-spe .swiper-slide .tit,
    .home-xinwei .item.on .time,
    .home-keyan .item.on .date,
    .home-ser .text-con>a .date {
        font-size: 12px;
    }
    .home-news .focus .tit {
        font-size: 15px;
    }
    .home-xinwei .item.on .tit .ellipsis-1,
    .home-keyan .focus1 .tit,
    .home-ser .focus2 .tit,
    .home-photo .txt {
        font-size: 14px;
    }
    .home-keyan .item.on .date span,
    .home-ser .text-con>a .date span {
        font-size: 24px;
    }
    .home-news .text-con>a.on .tit {
        height: 48px;
    }
    .home-news .focus .tit,
    .home-news .focus .des {
        height: 40px;
    }
    .home-news .focus .button {
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-news .focus .swiper-button-prev,
    .home-news .focus .swiper-button-next,
    .home-dt .focus1 .swiper-button-prev,
    .home-dt .focus1 .swiper-button-next {
        width: 20px;
        height: 7px;
    }
    .home-spe .swiper-slide .tit {
        margin-top: .1rem;
    }
    .home-news .text-con>a.on {
        /* border: 0;
        padding: 0;
        background: none; */
    }
    .home-news .text-con>a::after {
        display: none;
    }

    .home-news .text-con>a.on .tit {
        height: auto;
    }
    .home-news .text-con>a.on .tit .ellipsis-1 {
        /* -webkit-line-clamp: 1; */
        /* color: #333; */
        /* font-weight: normal; */
    }
    .home-news .text-con>a.on .date,
    .home-dt .swiper-pagination {
        display: block;
    }
    .home-news .text-con>a.on .time,
    .home-dt .swiper-button-prev,
    .home-dt .swiper-button-next,
    .home-news .text-con>a::before,
    .home-news .text-con>a::after,
    .home-ser .text-con>a .line {
        display: none;
    }
    .home-spe .swiper-container {
        padding-bottom: 30px;
    }
    .home-spe .swiper-slide .item {
        border: 0;
        /* width: 100%; */
        height: auto;
    }
    .home-dt {
        padding-top: 1.6rem;
        height: auto;
        padding-bottom: .5rem;
    }
    .home-dt .content {
        margin-top: .3rem;
        padding-bottom: 30px;
    }
    .home-dt .tit {
        height: auto;
        padding-bottom: 10px;
    }
    .home-ser .focus2 .button {
        width: 60px;
        height: 11px;
    }
    .home-ser .focus2 .swiper-button-next,
    .home-ser .focus2 .swiper-button-prev {
        width: 20px;
    }
    .home-ser .focus2 .date {
        font-size: 18px;
    }
    .home-ser .text-con>a {
        /* padding-top: .2rem; */
        /* padding-bottom: .2rem; */
        padding-left: 0;
        line-height: .52rem;
        margin-bottom: 0;
    }

    .home-ser .text-con>a .date{
padding-bottom:0;
        line-height: .52rem;
    }
    .videoShow {
        width: 90%;
    }
    .home-keyan::after {
        display: none;
    }
    .home-photo .pic-con1 .pic {
        width: 4.5rem;
    }
}

@media (max-width:950px) {
    .page1 {
        padding-bottom: 1.4rem;
    }
    .home-spe {
        width: 100%;
        margin-top: .4rem;
    }
    .home-spe .con>a,
    .home-ser {
        height: auto;
    }
    .home-news .focus {
        width: 6.4rem;
    }
    .home-news .text-con {
        padding-top: 0;
    }
    .home-xinwei,
    .home-media {
        width: 100%;
        height: auto;
    }
    .home-xinwei::before,
    .home-media::before,
    .home-xinwei .item.on .pic,
    .home-xinwei .item.on .time,
    .home-xinwei .item.on::after,
    .home-xinwei::after,
    .home-keyan .item.on .date {
        display: none;
    }
    .home-xinwei .item.on {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .home-xinwei .item.on .text-con {
        display: flex;
    }
    .home-xinwei .item.on .date,
    .home-keyan .item.on .time {
        display: block;
    }
    .home-media {
        margin-top: .4rem;
    }
    .home-xinwei .item.on .tit .ellipsis-1 {
        -webkit-line-clamp: 1
    }

    .home-keyan {
        height: auto;
        padding-bottom: .6rem;
    }
    .home-keyan .text-con,
    .home-keyan .focus1,
    .home-ser .focus2 {
        width: 100%;
    }
    .home-keyan .focus1 {
        margin-top: .4rem;
    }
    /* .home-keyan .item.on {
        padding: 0;
        background: none;
        border: 0;
        margin-bottom: 0;
        box-shadow: none;
    } */
    .home-ser {
        padding-bottom: .6rem;
    }
    .home-ser .focus2 {
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .home-ser .focus2 .text-con {
        height: auto;
    }
}

@media (max-width:767px) {
    .page1 {
        display: block;
        padding-top: .6rem;
        padding-bottom: 1rem;
    }
    .home-news {
        margin-right: 0;
    }
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news .focus .tit,
    .home-news .focus .des {
        height: auto;
    }
    .home-news .content,
    .home-spe .con {
        margin-top: .4rem;
    }
    .home-news .text-con {
        margin-top: .4rem;
    }
    .home-xinwei,
    .home-media {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .home-xinwei {
        padding-top: 0;
    }
    .page2 {
        padding-top: .5rem;
        padding-bottom: 1rem;
    }
    .home-media {
        padding-bottom: .4rem;
    }
    .home-media .item {
        height: 60px;
    }
    .videoShow {
        height: 3.8rem;
    }
    .home-photo {
        height: auto;
        padding-bottom: .6rem;
        padding-top: .7rem;
    }
    .home-photo .pic-con1,
    .home-photo .pic-con2 {
        display: block;
    }
    .home-photo .pic-con1 .pic,
    .home-photo .pic-con2 .pic {
        width: 100% !important;
        padding-top: 65%;
        height: auto;
        margin-bottom: .2rem;
    }
    .home-photo .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .home-ser .right-cont {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width:540px) {
    .home-ser .text-con.flex {
        column-count: 1;
        column-gap: 0;
    }
    .home-ser .text-con>a {
        width: 100%;
    }
    .home-photo {
        height: auto;
        padding-bottom: .6rem;
        padding-top: .7rem;
    }
    .home-photo .pic-con1,
    .home-photo .pic-con2 {
        display: block;
    }
    .home-photo .pic-con1 .pic,
    .home-photo .pic-con2 .pic {
        width: 100% !important;
        padding-top: 65%;
        height: auto;
        margin-bottom: .2rem;
    }
    .home-photo .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.n-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.8rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.crumbs {
    position: absolute;
    right: 2.1rem;
    bottom: .2rem;
    color: #FFF;
    background: url(/images/home.svg) no-repeat left 3px;
    padding-left: .3rem;
    background-size: .2rem;
    z-index: 9;
    font-family: 'SourceHanSans-Regular';
flex-wrap: wrap;
}

.crumbs a {
    display: flex;
    align-items: center;
    color: #FFF;
}

.crumbs a::after {
   
    margin-left: .1rem;
    margin-right: .1rem;
}

.crumbs a:last-of-type::after{
             content: '';
    display:none
        }

.pub {
    background: url(/images/bg7.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: .7rem;
    min-height: 8.7rem;
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url(/fonts/SourceHanSans-Medium.otf);
}

.sidebar {
    position: relative;
    width: 3rem;
    background-color: #C2010B;
    margin-top: -1rem;
    z-index: 10;
}

.sidebar .title {
    height: 1rem;
    font-size: .32rem;
    font-family: 'SourceHanSans-Medium';
    color: #FFF;
}

.sidebar .sub {
    margin-left: 6px;
    background: #FFF9F1 url(../images/bg8.jpg)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 1.3rem;
    margin-bottom: -15px;
    border-top: 4px #EAB77B solid;
    /* overflow: hidden; */
    padding-top: .15rem;
}

.sidebar .sub>a {
    font-size: .26rem;
    line-height: .9rem;
}

.sidebar .sub {
    text-align: left;
}

.sidebar .sub .item {
    position: relative;
}

.sidebar .sub .item .tit {
    position: relative;
    display: block;
    font-size: .2rem;
    line-height: 1.15;
    padding: .2rem 1em;
    text-align: center;
}

.sidebar .sub .item .tit span {
    position: relative;
    /* flex: 1; */
}

.sidebar .sub .item .tit span i {
    position: absolute;
    top: 50%;
    left: -.3rem;
    transform: translateY(-50%);
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.sidebar .sub .item .tit span i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #ffffff;
}

.sidebar .sub .item .child {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 2.58rem;
    font-size: .18rem;
    text-align: center;
    padding: .1rem;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(156, 156, 156, 0.3);
}

.sidebar .sub .item .child a {
    display: block;
    margin: 1.4em 0;
}

.sidebar .sub .item.on .tit i,
.sidebar .sub .item:hover .tit i {
    opacity: 1;
}

.sidebar .sub .child li.on a {
    color: #C2010B;
}

.sidebar .sub>a.on {
    background-color: #FFF;
    font-weight: bold;
    color: #C2010B;
}

.text-list {
    padding: .2rem 0 0 .8rem;
}

.text-list .item {
    z-index: 9;
    border-bottom: 1px #F9E0E1 dashed;
    padding: .4rem .4rem .4rem .3rem;
}

.text-list .item .date {
    font-family: 'Bebas';
    color: #999;
    font-size: .14rem;
    line-height: 1;
    margin-right: .4rem;
    z-index: 9;
}

.text-list .item .date span {
    color: #B50100;
    font-size: .34rem;
    margin-bottom: .1rem;
}

.text-list .item .text-con {
    z-index: 9;
}

.text-list .item .des {
    font-size: .14rem;
    color: #8D8D8D;
    margin-top: .15rem;
    line-height: 1.6;
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .3rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .3rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(/images/arrow.svg)no-repeat center;
    background-size: .1rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #C2010B;
    color: #FFF;
    border-color: #C2010B;
}

.image-list {
    padding-left: .7rem;
    padding-top: .63rem;
}

.image-list .item {
    border-bottom: 1px #8D8D8D dashed;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

.image-list .item .pic {
    width: 2.9rem;
    height: 1.93rem;
    overflow: hidden;
    margin-right: .25rem;
}

.image-list .item .date {
    font-family: 'Bebas';
    color: #999;
    font-size: .14rem;
    margin-top: .05rem;
    padding-bottom: .15rem;
}

.image-list .item .date span {
    font-size: .34rem;
    color: #B50100;
}

.image-list .item .date::after {
    content: '';
    position: absolute;
    left: -.25rem;
    width: 1.6rem;
    height: 1px;
    background-color: #EAB77B;
    bottom: 0;
}

.image-list .item .date::before {
    content: '';
    position: absolute;
    left: 1.35rem;
    bottom: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #EAB77B solid;
    background-color: #FFF;
}

.image-list .item .tit {
    line-height: 1.6;
    margin-top: .15rem;
    font-size: .2rem;
}

.image-list .item .des {
    font-size: .14rem;
    line-height: 1.9;
    color: #8D8D8D;
    margin-top: .15rem;
}

.details {
    padding-top: .7rem;
}

.details .content {
    margin:0;
    margin-right: .5rem;
}

.details h1 {
    font-size: .26rem;
    line-height: 1.5;
}

.details .info {
    border-bottom: 1px #E8E8E8 solid;
    font-size: .16rem;
    color: #8D8D8D;
    font-family: 'SourceHanSans-Regular';
    margin-top: .3rem;
    line-height: 1.5;
    padding-bottom: .28rem;
    flex-wrap: wrap;
}

.details .info span {
    margin-right: .6rem;
}

.details .info span::after {
    content: '|';
    position: absolute;
    right: -.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #DEDEDE;
    font-size: .12rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .info span:last-child::after {
    display: none;
}

.details .info .author {
    padding-left: .2rem;
    background: url(/images/icon10.svg)no-repeat left center;
    background-size: .13rem;
}

.details .info .time {
    padding-left: .2rem;
    background: url(/images/icon11.svg)no-repeat left center;
    background-size: .14rem;
}

.details .info .num {
    padding-left: .2rem;
    background: url(/images/icon12.svg)no-repeat left center;
    background-size: .15rem;
}

.details .body {
    line-height: 2;
    margin-top: .15rem;
}

.details .body p {
    text-indent: .36rem;
text-align: justify;
}

.details .body img {
    max-width: 100% !important;
}

.details .prev-next {
    margin-top: .5rem;
    border-top: 1px #D8D8D8 solid;
    padding-top: .1rem;
}

.details .prev-next>a {
    margin-top: .4rem;
    line-height: 1.2;
    font-family: 'SourceHanSans-Regular';
}

.details .right-sidebar {
    width: 3.6rem;
}

.details .right-sidebar .home-title .title {
    background-image: url(/images/tit-bg4.svg);
    width: 2rem;
    color: #B50100;
    font-size: .3rem;
}

.details .right-sidebar .newspaper .con {
    margin-top: .35rem;
}

.details .right-sidebar .newspaper .con>a {
    width: 48.5%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    height: 2.6rem;
    overflow: hidden;
    padding: 5px;
}

.details .right-sidebar .news {
    margin-top: .55rem;
}

.details .right-sidebar .news .con {
    margin-top: .3rem;
}

.details .right-sidebar .news .con>a {
    padding-left: .6rem;
}

.details .right-sidebar .news .tit {
    line-height: .6rem;
    border-bottom: 1px dotted #8D8D8D;
}

.details .right-sidebar .news .num {
    width: .28rem;
    height: .28rem;
    background-color: #F7F7F7;
    color: #AFAFAF;
    font-family: 'SourceHanSans-Regular';
    font-weight: bold;
    position: absolute;
    left: .07rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: hidden;
}

.details .right-sidebar .news .con>a:nth-child(1) .num {
    width: .4rem;
    background: url(/images/n1.svg)no-repeat center;
    background-size: 100% 100%;
    text-indent: -99px;
    left: 0;
}

.details .right-sidebar .news .con>a:nth-child(2) .num {
    width: .4rem;
    background: url(/images/n2.svg)no-repeat center;
    background-size: 100% 100%;
    text-indent: -99px;
    left: 0;
}

.details .right-sidebar .news .con>a:nth-child(3) .num {
    width: .4rem;
    background: url(/images/n3.svg)no-repeat center;
    background-size: 100% 100%;
    text-indent: -99px;
    left: 0;
}

.jigou {
    padding-top: 0.5rem;
    padding-left: .6rem;
}

.jigou .title {
    height: .57rem;
    font-size: .28rem;
    font-family: 'SourceHanSans-Regular';
    font-weight: bold;
    border-left: 4px #EAB77B solid;
    padding-left: .3rem;
    background-image: linear-gradient(90deg, #AA1E25, rgba(255, 249, 249, 0));
    color: #FFF;
}

.jigou .content {
    padding-top: .15rem;
}

.jigou .item {
    width: 3.42rem;
    margin-right: .53rem;
    margin-top: .32rem;
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0 4px .1rem rgba(234, 234, 234, .5);
    line-height: 0.3rem;
    font-family: 'SourceHanSans-Regular';
    font-size: .2rem;
    border-left: 2px #AA1E25 solid;
    padding-left: .3rem;
    padding: 15px 62px 15px 20px;
}

.jigou .item::after {
    content: '';
    position: absolute;
    right: .4rem;
    top: 0;
    height: 100%;
    width: .28rem;
    /* background: url(/images/arrow2.svg)no-repeat center; */
    background: none;
    background-size: 100%;
}



.jigou .item:nth-of-type(3n) {
    margin-right: 0;
}

.leader {
    padding-left: .5rem;
    padding-top: .65rem;
}

.leader .item {
    margin-bottom: .42rem;
}

.leader .item .pic {
    margin-right: .6rem;
    width: 1.5rem;
    height: 2rem;
    overflow: hidden;
}

.leader .item .text-con {
    padding-top: .25rem;
}

.leader .item .name {
    font-size: .24rem;
    margin-right: .2rem;
}

.leader .item .info span {
    background-color: #FFF9F1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: .34rem;
    padding: 0 .2rem;
    color: #E7A455;
}

.leader .item .des {
    color: #9E9E9E;
    line-height: 2;
    margin-top: .2rem;
}

.leader .item:last-child {
    margin-bottom: .2rem;
}

.album {
    padding-left: .5rem;
    padding-top: .15rem;
}

.album .item {
    margin-top: .5rem;
    width: 48%;
    margin-right: 4%;
}

.album .item:nth-child(even) {
    margin-right: 0;
}

.album .item .pic {
    overflow: hidden;
    padding-top: 65.503%;
}

.album .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.album .item .tit {
    line-height: 1.5;
    margin-top: .15rem;
    font-size: .24rem;
    font-family: 'SourceHanSans-Regular';
}

.special {
    padding-left: .55rem;
    padding-top: .75rem;
}

.special a {
    width: 48%;
    margin-right: 2%;
    margin-top: .3rem;
    overflow: hidden;
}

.special a:nth-child(2n) {
    margin-right: 0;
}

.special a img {
    width: 100%;
}

.histroy {
    overflow: hidden;
    padding-left: .9rem;
    padding-top: .75rem;
}

.histroy li {
    margin-bottom: .38rem;
    cursor: pointer;
}

.histroy ul::after {
    content: '';
    position: absolute;
    left: 1.3rem;
    top: .2rem;
    bottom: .35rem;
    width: 1px;
    background-color: rgba(193, 148, 109, 0.5);
}

.histroy li:last-child {
    margin-bottom: 0;
}

.histroy li .year {
    width: 1.3rem;
    font-family: 'SourceHanSans-Regular';
    font-size: .2rem;
    margin-right: 1.2rem;
    vertical-align: text-top;
    line-height: .4rem;
}

.histroy li .year span {
    font-family: 'Bebas';
    font-size: .28rem;
    display: inline-block;
    width: 55px;
    text-align: center;
}

.histroy li .year .dot {
    position: absolute;
    z-index: 2;
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(147, 147, 147, 0.1);
    right: -.08rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.histroy li .year .dot::after {
    content: '';
    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%);
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #BEBEBE;
}

.histroy li .txt {
    line-height: 2;
    z-index: 9;
}

.histroy li .txt::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 1.1rem;
    background-color: rgba(225, 164, 81, 0.2);
    top: 50%;
    transform: translateY(-50%);
    left: -1.2rem;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about {
    padding-left: .6rem;
    padding-top: .75rem;
}

.about .logo {
    padding-left: .2rem;
    flex-wrap: wrap;
    gap: .1rem;
}

.about .logo .lo {
    margin-right: .5rem;
}

.about .logo .lo img {
    height: .78rem;
}

.about .logo .lo-txt img {
    height: .46rem;
}

.about .content {
    margin-top: .3rem;
}

.about .txt {
    line-height: 2;
}

.about .txt p {
    text-indent: .48rem;
text-align: justify;
}

.about .con {
    margin-bottom: .6rem;
}

.about .con .txt {
    margin-right: .4rem;
    padding-top: .45rem;
}

.about .pic {
    width: 5.46rem;
    overflow: hidden;
}

.about .pic img {
    width: 100%;
}

.about .txt-con {
    margin-top: .2rem;
}

.about .pic-con {
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.about .pic-con .pic1 {
    width: 48%;
    overflow: hidden;
}

.about .num-box {
    background-color: #FFFCF7;
    height: 2.4rem;
    margin-top: .3rem;
    margin-bottom: .35rem;
    padding-left: .8rem;
    padding-right: .9rem;
}

.about .num-box .item {
    z-index: 9;
    cursor: pointer;
}

.about .num-box .item .tit {
    font-family: 'SourceHanSans-Regular';
    line-height: 1.2;
    margin-top: .1rem;
}

.about .num-box .item .text {
    font-size: .26rem;
    font-family: 'SourceHanSans-Regular';
}

.about .num-box .item .counter {
    font-family: 'Bebas';
    font-size: .38rem;
}


.details .body *{
    font-size: .18rem !important;
    line-height: 2 !important;
}

.details .body p {
   /* margin-top: 1.2em !important;
    margin-bottom: 1.2em !important;*/
}

.details .body img {
    /* width: 6.6rem; */
    /* max-width: 100% !important; */
    /* height: auto !important; */
}

@media (min-width:1025px) {
    .sidebar .sub>a:hover {
        background-color: #FFF;
        font-weight: bold;
        color: #C2010B;
    }
    .text-list .item:hover {
        border-bottom: 0;
        padding-right: 2rem;
    }
    .text-list .item:hover::after {
        content: '';
        position: absolute;
        left: -.3rem;
        top: -.02rem;
        bottom: 0;
        right: 0;
        border: 1px #B50100 solid;
        background: url(/images/tit-bg1.svg)no-repeat 99% bottom;
        background-size: 1.65rem;
    }
    .text-list .item:hover .tit,
    .image-list .item:hover .tit,
    .leader .item:hover .name,
    .album .item:hover .tit {
        font-weight: bold;
    }
    .image-list .item:hover .pic img,
 
    .album .item:hover .pic img,
    .special a:hover img,
    .about img:hover,
    .details .right-sidebar .newspaper .con>a: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);
    }
    .histroy li:hover {
        color: #C02118;
    }
    .histroy li:hover .txt::before {
        background-color: rgba(225, 164, 81, 0.2);
    }
    .histroy li:hover .year .dot {
        background-color: rgba(192, 33, 24, 0.1);
    }
    .histroy li:hover .year .dot::after {
        background-color: #C02118;
    }
    .histroy li:hover .txt::after {
        content: '';
        position: absolute;
        top: -.2rem;
        bottom: -.2rem;
        left: -.2rem;
        right: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background-color: #FFF;
        border: 1px #B50100 solid;
        z-index: -1;
    }
    .about .num-box .item:hover {
        color: #FFF;
        text-align: center;
    }
    .about .num-box .item:hover::after {
        content: '';
        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%);
        width: 1.98rem;
        height: 1.98rem;
        z-index: -1;
        background: url(/images/tbg.svg)no-repeat center;
        background-size: 100% 100%;
    }
    .jigou .item:hover::after {
        background-image: url(/images/arrow2-red.svg);
        background: none;
    }
}

@media (max-width:1199px) {
    .n-banner::after {
        height: 20%;
    }
    .crumbs {
        right: .2rem;
        background-size: 14px;
        padding-left: 25px;
    }
    .text-list {
        padding-left: .6rem;
    }
    .page,
    .text-list .item .des,
    .text-list .item .date,
    .image-list .item .date,
    .image-list .item .des,
    .details .info,
    .details .right-sidebar .news .num,
    .leader .item .des,
    .histroy li .year {
        font-size: 12px;
    }
    .text-list .item .date span,
    .image-list .item .date span,
    .histroy li .year span,
    .about .num-box .item .counter {
        font-size: 24px;
    }
    .page {
        line-height: 22px;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .image-list .item .tit,
    .jigou .item,
    .album .item .tit {
        font-size: 14px;
    }
    .image-list .item .pic {
        width: 3.6rem;
        height: 2.4rem;
    }
    .details h1 {
        font-size: 18px;
        line-height: 1.5;
    }
    .details .right-sidebar .home-title .title {
        width: 135px;
        height: 36px;
        font-size: 18px;
    }
    .details .right-sidebar .news .con>a {
        padding-left: 50px;
    }
    .details .right-sidebar .news .tit {
        line-height: 50px;
    }
    .details .right-sidebar .news .num {
        width: 28px;
        height: 28px;
    }
    .details .right-sidebar .news .con>a:nth-child(1) .num,
    .details .right-sidebar .news .con>a:nth-child(2) .num,
    .details .right-sidebar .news .con>a:nth-child(3) .num {
        width: 40px;
    }
    .jigou .title {
        font-size: 20px;
        height: 48px;
    }
    .jigou .item {
        width: 32%;
        margin-right: 2%;
        line-height: 42px;
    }
    .leader .item .name,
    .about .num-box .item .text {
        font-size: 16px;
    }
    .leader .item .info span {
        line-height: 32px;
    }
    .histroy li .year {
        width: 90px;
    }
    .histroy ul::after {
        left: 90px;
    }

    .details .body p {
        font-size: 14px !important;
    }
}

.sidebar .sub .item.on {
    background: #C2010B;
}
.sidebar .sub .item.on .tit {
    font-weight: bold;
    color: #ffffff;
}
@media (min-width: 951px) {
    .sidebar .sub .item:hover .child {
        display: block;
    }
    
    .sidebar .sub .item:hover {
        background: #C2010B;
    }
    
    .sidebar .sub .item:hover .tit {
        font-weight: bold;
        color: #ffffff;
    }
    
}

@media (max-width:950px) {
    .pub.container {
        flex-direction: column;
    }
    .sidebar {
        /* display: none; */
        width: 100%;
        margin-top: .4rem;
    }
    .sidebar .sub { 
        display: none;
    }
    .sidebar .title {
        display: flex;
        font-size: 20px;
        line-height: 2;
        height: auto;
        padding: .4em 1em;
        cursor: pointer;
    }
    .sidebar .title::after {
        content: "";
        width: 2em;
        height: 2em;
        margin-left: auto;
        background: url(/images/arrow-white.png) no-repeat center;
        background-size: 60%;
        transition: all .3s;
    }
    .sidebar .title.active::after {
        transform: rotate(90deg);
    }
    .sidebar .sub {
        margin-left: 0;
    }
    .sidebar .sub .item .tit-box {
        display: flex; 
        align-items: center;
    }
    .sidebar .sub .item .tit-box .arrow {
        width: 3.4em;
        height: 3.4em;
        background: url(/images/arrow.svg) no-repeat center;
        background-size: 40%;
        cursor: pointer;
        transition: all .3s;
    }
    .sidebar .sub .item.active .tit-box .arrow {
        transform: rotate(90deg);
    }
    .sidebar .sub .item.on .tit-box .arrow {
        background-image: url(/images/arrow-white.png);
    }
    .sidebar .sub .item .tit{
        font-size: 16px;
        padding: 1.2em 1em;
        flex: 1;
        text-align: left;
    }
    .sidebar .sub .item .tit span i {
        display: none;
    }
    .sidebar .sub .item .child {
        position: relative;
        left: 0;
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding: 1em 2em;
    }
    .sidebar .sub .item .child a {
        margin: 1em 0;
    }

    .text-list,
    .image-list,
    .jigou,
    .leader,
    .album,
    .special,
    .histroy,
    .about {
        padding-left: 0;
        width: 100%;
    }
    .details {
        display: block;
    }
    .details .content {
        margin-right: 0;
    }
    .details .right-sidebar {
        margin-top: .4rem;
        width: 100%;
    }
    .details .right-sidebar .newspaper .con>a {
        height: auto;
        padding-top: 70%;
    }
    .details .right-sidebar .newspaper .con>a img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .leader .item .text-con {
        padding-top: 0;
    }
}

@media (max-width:767px) {
    .text-list .item {
        padding: .3rem .2rem;
    }
    .jigou .item {
        width: 49%;
    }
    .jigou .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .jigou .item:nth-of-type(2n) {
        margin-right: 0;
    }

    .about .con {
        flex-direction: column;
    }
}

@media (max-width:540px) {
    .n-banner img {
        width: auto;
        height: 2.8rem;
    }
    .image-list .item,
    .histroy li {
        display: block;
    }
    .image-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-top: 62%;
    }
    .image-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .image-list .item .text-con {
        margin-top: .3rem;
    }
    .jigou .item,
    .special a,
    .histroy li .year {
        width: 100%;
        margin-right: 0;
    }
    .histroy li .year .dot,
    .histroy ul::after {
        display: none;
    }
    .histroy li .txt {
        margin-top: .2rem;
    }
    .about .pic {
        width: 100%;
    }
    .about .con .txt {
        margin-right: 0;
        padding-top: 0;
    }
    .about .logo {
        padding-left: 0;
    }
    .about .logo .lo {
        margin-right: .2rem;
    }
    .about .logo .lo img {
        height: 35px;
    }
    .about .logo .lo-txt img {
        height: 20px;
    }
    .about .num-box {
        height: auto;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .about .num-box .item {
        width: 50%;
        margin: .2rem 0;
    }
    .about .pic-con .pic1 {
        width: 100%;
        margin: .1rem 0;
    }
}

@media (max-width:375px) {
    .about .logo .lo img {
        height: 30px;
    }
    .about .logo .lo-txt img {
        height: 15px;
    }
}


@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .home-news .text-con>a .tit>* {
        max-height: 1.7em;
    }
    .home-news .text-con>a.on .tit>* {
        max-height: none;
    }
    .home-keyan .item .tit>*{
        max-height: .52rem;
    }
    .home-keyan .item.on .tit>* {
        max-height: none;
    }
    .jigou .item {
        width: 3.3rem;
        margin-right: .5rem;
    }
    
}