@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;
}


/*全局样式*/

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%;
}

/* @font-face {
    font-family: 'SourceHanSans-Bold';
    src: url(../fonts/SourceHanSans-Bold.otf);
    font-display: swap;
} */

/* @font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(../fonts/SourceHanSerifCN-Bold.otf);
    font-display: swap;
} */


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #B50A0A;
}


/*块级转化*/

.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;
}

.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 {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: absolute;
    left: 0;
    top: .2rem;
    z-index: 9999;
    height: 1.3rem;
}

.header .logo img {
    height: .94rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    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 {
    z-index: 99;
}

.nav::before {
    content: '';
    position: absolute;
    left: 0;
    top: -.2rem;
    width: 2.82rem;
    height: .7rem;
    background: url(../images/n-left.svg)no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

.nav::after {
    content: '';
    position: absolute;
    right: 0;
    top: -.2rem;
    width: 2.82rem;
    height: .7rem;
    background: url(../images/n-right.svg)no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

.nav ul {
    z-index: 9;
    background-image: linear-gradient(90deg, #BF0000, #DC3406, #BF0000);
    padding-left: .8rem;
    padding-right: .8rem;
}

.nav li>a {
    line-height: .7rem;
    color: #FFF;
    font-size: .22rem;
    /* font-family: 'SourceHanSans-Bold'; */
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    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);
    background-color: #FFF;
    padding: .1rem 0;
    line-height: 2.4;
    margin-left: -.7rem;
    font-size: .16rem;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .1);
    z-index: 999;
}

.footer {
    background-color: #B50A0A;
    padding-top: .4rem;
    padding-bottom: .4rem;
    color: #FFF;
}

.footer .logo {
    margin-right: .8rem;
}

.footer .logo img {
    height: 1rem;
}

.footer a {
    color: #FFF;
}

.footer .text {
    line-height: 1.7;
}

.footer .text a {
    margin-right: .2rem;
}

.footer .text a:last-child {
    margin-right: 0;
}

@media (min-width:1025px) {
    .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);
    }
    .footer .text a:hover {
        opacity: .7;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header {
        top: 0;
        position: fixed;
    }
    .header.active,
    .header.fixed {
        background-color: #B50A0A;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.3rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #BF0000;
        z-index: 999;
        height: calc(100vh - 1.3rem);
        padding: .2rem .3rem;
    }
    .nav::before,
    .nav::after {
        display: none;
    }
    .nav ul {
        background: none;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .nav li>a {
        font-size: 16px;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        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-top: 0;
        background: none;
        padding-bottom: 0;
        font-size: 14px;
        margin-left: 0;
        box-shadow: none;
        padding-left: .2rem;
    }
    .nav .drop a {
        color: #FFF;
    }
}

@media (max-width:767px) {
    .header {
        height: 65px;
    }
    .nav {
        top: 65px;
        height: calc(100vh - 65px);
    }
    .header .logo img,
    .footer .logo img {
        height: 50px;
    }
    .footer {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .footer .logo {
        margin-right: 0;
        width: 100%;
        margin-bottom: .3rem;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.home-title .title {
    font-size: .36rem;
    height: .43rem;
    background: url(../images/titbg.svg)no-repeat left bottom;
    background-size: 100%;
    line-height: 1;
    padding-left: 1.4rem;
    padding-right: 1.2rem;
    font-weight:bold
}

.home-title .more {
    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%);
    font-size: .16rem;
    color: #9E9E9E;
    padding-right: .4rem;
}

.home-title .more .dot {
    height: 1px;
    width: .2rem;
    background-color: #B50A0A;
    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%);
}

.home-title .more .dot::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: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #B50A0A;
}

.home-title .more .dot::before {
    content: '';
    position: absolute;
    left: -.11rem;
    top: 50%;
    height: 1px;
    width: .1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #E1AD6A;
}

.home-data {
    background: url(../images/bg1.png)no-repeat center bottom;
    background-size: cover;
    height: 7rem;
    z-index: 1;
    margin-top: -.2rem;
    padding-top: 1rem;
}

.home-data .content {
    margin-top: .45rem;
}

.home-data .item {
    width: 31.3%;
    height: 1.42rem;
    background: #FFF;
    border: 1px #EBDDC7 solid;
    margin-top: .5rem;
    padding: .3rem;
    margin-right: 3%;
}

.home-data .item:nth-of-type(3n) {
    margin-right: 0;
}

.home-data .item .date {
    width: 1.92rem;
    height: .45rem;
    line-height: .45rem;
    background: url(../images/date.svg)no-repeat left center;
    background-size: cover;
    font-size: .2rem;
    color: #FFF;
    margin-top: -.4rem;
    margin-left: -.2rem;
}

.home-data .item .tit {
    line-height: 1.6;
    margin-top: .2rem;
}

.home-news {
    margin-top: .8rem;
}

.home-news .content {
    margin-top: .55rem;
}

.home-news .focus {
    width: 7.4rem;
    overflow: hidden;
    margin-right: .5rem;
}

.home-news .focus .swiper-slide {
    overflow: hidden;
    padding-top: 66.2%;
}

.home-news .focus .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-news .focus .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    z-index: 2;
}

.home-news .focus .swiper-slide .text-con {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 1.8rem .3rem .3rem;
    color: #FFF;
    z-index: 4;
}

.home-news .focus .swiper-slide .date {
    background-color: #B50A0A;
    line-height: .38rem;
    padding: 0 .1rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-news .focus .swiper-slide .tit {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1;
    margin-top: .15rem;
}

.home-news .focus .swiper-pagination {
    left: auto;
    width: auto;
    right: 0;
    bottom: .3rem;
}

.home-news .focus .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: .5;
    width: 10px;
    height: 10px;
    margin-right: .2rem;
    position: relative;
}

.home-news .focus .swiper-pagination-bullet-active {
    background-color: #B50A0A;
    opacity: 1;
}

.home-news .focus .swiper-pagination-bullet-active::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: 15px;
    height: 15px;
    border: 1px #B50A0A solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-news .text-content .item {
    margin-bottom: .17rem;
    height: .84rem;
    padding: 0 .2rem;
    z-index: 9;
}

.home-news .text-content .item:last-child {
    margin-bottom: 0;
}

.home-news .text-content .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #B50A0A;
    border-bottom: 2px #E1AD6A solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
}

.home-news .text-content .item .date {
    font-weight: bold;
    color: #B50A0A;
    line-height: 1;
    padding-right: .15rem;
    margin-right: .15rem;
}

.home-news .text-content .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: 80%;
    background-color: #AEB5B3;
}

.home-spe {
    background: url(../images/bg2.png)no-repeat center top;
    background-size: 100%;
    margin-top: 1.05rem;
    padding-top: 1.2rem;
}

.home-spe .content {
    margin-top: .8rem;
}

.home-spe .gallery-top {
    overflow: hidden;
}

.home-spe .gallery-top .pic {
    width: 50%;
    height: 4.34rem;
    overflow: hidden;
}

.home-spe .gallery-top .text-content {
    padding: .65rem;
    background-color: #FFEEEE;
}

.home-spe .gallery-top .date {
    color: #B50A0A;
    line-height: 1;
}

.home-spe .gallery-top .date span {
    font-size: .32rem;
    font-weight: bold;
}

.home-spe .gallery-top .tit {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .25rem;
    font-weight: bold;
    height: .64rem;
    overflow: hidden;
}

.home-spe .gallery-top .des {
    font-size: .16rem;
    color: #6F6F6F;
    line-height: 1.9;
    margin-top: .2rem;
}

.home-spe .gallery-top .swiper-pagination {
    left: auto;
    width: auto;
    bottom: .6rem;
    right: .6rem;
}

.home-spe .gallery-top .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #F4D2A7;
    opacity: 1;
}

.home-spe .gallery-top .swiper-pagination-bullet-active {
    background-color: #B50A0A;
}

.home-spe .gallery-thumbs {
    overflow: hidden;
}

.home-spe .gallery-thumbs .pic {
    width: 50%;
    height: 2.65rem;
    overflow: hidden;
}

.home-spe .gallery-thumbs .text-content {
    background-color: #B50A0A;
    padding: .35rem;
}

.home-spe .gallery-thumbs .date {
    background: url(../images/date1.svg)no-repeat left center;
    font-size: .16rem;
    color: #FFF;
    padding-left: 20px;
    line-height: 1.8;
}

.home-spe .gallery-thumbs .tit {
    font-weight: bold;
    color: #FFF;
    line-height: 1.6;
    margin-top: .05rem;
    height: .58rem;
}

.home-spe .gallery-thumbs .des {
    color: #FFF;
    font-size: .16rem;
    opacity: .8;
    line-height: 1.8;
    margin-top: .25rem;
}

.home-spe .gallery-thumbs .swiper-slide-active .text-content {
    background: url(../images/tbg1.png)no-repeat right bottom;
    background-size: cover;
}

.home-jiceng {
    margin-top: .85rem;
}

.home-jiceng .content {
    margin-top: .9rem;
    margin-left: -.2rem;
    margin-right: -.2rem;
}

.home-jiceng .swiper-slide {
    position: relative;
    z-index: 9;
    padding: .2rem;
    padding-bottom: .15rem;
}

.home-jiceng .swiper-slide .date {
    font-weight: bold;
    color: #B50A0A;
    font-size: .26rem;
    line-height: 1;
}

.home-jiceng .swiper-slide .tit {
    line-height: 1.7;
    margin-top: .15rem;
    height: .6rem;
}

.home-jiceng .swiper-slide .pic {
    overflow: hidden;
    padding-top: 65.1%;
    margin-top: .15rem;
}

.home-jiceng .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-jiceng .swiper-slide-active {
    padding-top: 0.05rem;
    color: #FFF;
}

.home-jiceng .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    top: .6rem;
    background-image: linear-gradient(#F16D26, #B50A0A);
}

.home-jiceng .swiper-slide-active .text-con {
    order: 2;
    margin-top: .2rem;
}

.home-jiceng .swiper-slide-active .pic {
    order: 1;
    margin-top: 0;
}

.home-jiceng .swiper-slide-active .date {
    color: #FFF;
}

.home-jiceng .swiper-container {
    padding-bottom: .55rem;
}

.home-jiceng .swiper-pagination {
    bottom: 0;
}

.home-jiceng .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #F4D2A7;
    opacity: 1;
}

.home-jiceng .swiper-pagination-bullet-active {
    background-color: #B50A0A;
}

.home-renwu {
    background: url(../images/bg3.png)no-repeat center bottom;
    background-size: 5rem;
    padding-bottom: 2.1rem;
    margin-top: .8rem;
}

.home-renwu .swiper-container {
    margin-top: .9rem;
    padding-bottom: .9rem;
}

.home-renwu .swiper-slide {
    background: url(../images/tbg3.png)no-repeat right bottom;
    background-size: cover;
    padding: .4rem .35rem;
    border: 1px rgba(0, 0, 0, .06) solid;
}

.home-renwu .swiper-slide .tit {
    line-height: 1.7;
    height: .62rem;
}

.home-renwu .swiper-slide .date {
    line-height: .3rem;
    background-color: #B50A0A;
    color: #FFF;
    padding: 0 .1rem;
    margin-top: .2rem;
}

.home-renwu .tool {
    position: absolute;
    left: 0;
    width: 100%;
    height: .45rem;
    bottom: 0;
}

.home-renwu .swiper-pagination {
    position: inherit;
    width: 100%;
}

.home-renwu .swiper-pagination-progressbar {
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.home-renwu .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #B50A0A;
    height: 3px;
    top: -1px;
}

.home-renwu .button {
    width: 1.1rem;
    height: .45rem;
}

.home-renwu .swiper-button-black {
    width: .45rem;
    height: .45rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px rgba(0, 0, 0, .1) solid;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: .2rem;
    top: 0;
    margin-top: 0;
}

.home-renwu .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-renwu .swiper-button-next {
    right: 0;
}

.home-media {
    background: url(../images/bg4.png)no-repeat center top;
    background-size: cover;
    padding-top: 1.7rem;
    padding-bottom: 1rem;
    margin-top: -1.7rem;
}

.home-media .content {
    margin-top: 1.1rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.home-media .item {
    width: 25%;
    padding: .4rem .5rem;
    height: 4.65rem;
    border-right: 1px #E0E0E0 solid;
}

.home-media .item:last-child {
    border-right: 0;
}

.home-media .item .pic {
    overflow: hidden;
    padding-top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-media .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-media .item .date {
    color: #B50A0A;
    font-weight: bold;
    font-size: .26rem;
    margin-top: .5rem;
}

.home-media .item .tit {
    line-height: 1.7;
    margin-top: .2rem;
    height: .6rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-media .item .txt {
    background-color: #B50A0A;
    color: #FFF;
    line-height: .3rem;
    padding: 0 .15rem;
    margin-top: .2rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    font-size: .14rem;
}

.home-media .item .des {
    margin-top: .2rem;
    color: #999;
    font-size: .16rem;
    line-height: 1.7;
}

@media (min-width:1025px) {
    .home-title .more:hover {
        color: #B50A0A;
    }
    .home-data .item:hover {
        background: url(../images/tbg2.png)no-repeat center bottom;
        background-size: cover;
    }
    .home-data .item:hover .date {
        background-image: url(../images/date-on.svg);
    }
    .home-news .focus .swiper-slide:hover img,
    .home-spe .gallery-top .swiper-slide:hover .pic img,
    .home-jiceng .swiper-slide:hover .pic 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);
    }
    .home-news .text-content .item:hover,
    .home-news .text-content .item:hover .date,
    .home-data .item:hover .tit,
    .home-renwu .swiper-slide:hover .tit,
    .home-renwu .swiper-slide:hover .date {
        color: #FFF;
    }
    .home-news .text-content .item:hover .date::after {
        background-color: #FFF;
    }
    .home-news .text-content .item:hover::after {
        width: 100%;
    }
    .home-news .text-content .item:hover .tit {
        font-weight: bold;
    }
    .home-renwu .swiper-slide:hover {
        background-image: url(../images/tbg4.png);
    }
    .home-renwu .swiper-slide:hover .date {
        background-color: #C9A063;
    }
    .home-renwu .swiper-button-black:hover {
        background-image: url(../images/arrow.svg);
        background-color: #B50A0A;
    }
    .home-media .item:hover {
        background-color: #FFF;
        border-bottom: 3px #B50A0A solid;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    }
    .home-media .item:hover .pic {
        padding-top: 72%;
        margin-top: .25rem;
    }
    .home-media .item:hover .date,
    .home-media .item:hover .txt {
        display: none;
    }
    .home-media .item:hover .tit {
        font-weight: bold;
        color: #333;
        margin-top: 0;
    }
}

@media (max-width:1199px) {
    .home-title .title {
        font-size: 26px;
        padding-left: 1.2rem;
        padding-right: 1rem;
        height: auto;
        padding-bottom: .1rem;
    }
    .home-title .more,
    .home-news .focus .swiper-slide .date,
    .home-spe .gallery-top .des,
    .home-spe .gallery-thumbs .date,
    .home-spe .gallery-thumbs .des,
    .home-media .item .txt,
    .home-media .item .des {
        font-size: 12px;
    }
    .home-data {
        padding-top: .7rem;
    }
    .home-data .item {
        height: auto;
    }
    .home-data .item .date,
    .home-news .focus .swiper-slide .tit,
    .home-spe .gallery-top .tit {
        font-size: 14px;
    }
    .home-data .item .date {
        width: 130px;
        height: 30px;
        line-height: 30px;
    }
    .home-news .focus .swiper-slide .date,
    .home-renwu .swiper-slide .date,
    .home-media .item .txt {
        line-height: 30px;
    }
    .home-spe .gallery-top .date span,
    .home-media .item .date {
        font-size: 20px;
    }
    .home-spe .gallery-top .tit {
        height: 44px;
    }
    .home-spe .gallery-top .swiper-pagination {
        bottom: .4rem;
    }
    .home-spe .gallery-top .text-content {
        padding: .4rem;
    }
    .home-spe .gallery-thumbs .tit {
        height: 42px;
    }
    .home-spe .gallery-thumbs .text-content {
        padding: .2rem;
    }
    .home-spe {
        margin-top: .7rem;
        padding-top: .7rem;
    }
    .home-jiceng .content {
        margin-top: .5rem;
    }
    .home-jiceng .swiper-slide {
        padding-bottom: .2rem;
    }
    .home-jiceng .swiper-slide .date {
        font-size: 18px;
    }
    .home-jiceng .swiper-slide .tit,
    .home-renwu .swiper-slide .tit,
    .home-media .item .tit {
        height: 48px;
    }
    .home-renwu .swiper-slide {
        padding: .3rem .2rem;
    }
    .home-renwu .swiper-container {
        margin-top: .6rem;
    }
    .home-renwu .tool,
    .home-renwu .button {
        height: 34px;
    }
    .home-renwu .button {
        width: 80px;
    }
    .home-renwu .swiper-button-black {
        width: 34px;
        height: 34px;
        background-size: 14px;
    }
    .home-media .content {
        margin-top: .7rem;
        margin-left: 0;
        margin-right: 0;
    }
    .home-media .item {
        padding: .3rem;
        height: auto;
    }
    .home-media .item .date {
        margin-top: 0;
    }
    .home-media .item .txt {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
}

@media (max-width:950px) {
    .home-data {
        height: auto;
        padding-bottom: .7rem;
    }
    .home-data .item {
        width: 49%;
        margin-right: 2%;
    }
    .home-data .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-data .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .home-title .title {
        font-size: 24px;
    }
    .home-data .content {
        margin-top: .2rem;
    }
    .home-data .item {
        margin-top: .3rem;
    }
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news .text-content {
        margin-top: .2rem;
    }
    .home-news .text-content .item {
        height: auto;
        padding: .2rem 0;
        margin-bottom: 0;
    }
    .home-spe .gallery-top .pic {
        width: 100%;
        height: auto;
        padding-top: 68%;
    }
    .home-spe .gallery-top .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-spe .gallery-top .swiper-pagination {
        bottom: .1rem;
    }
    .home-jiceng .swiper-slide-active {
        padding-top: 0.05rem;
        color: #FFF;
    }
    .home-jiceng .swiper-slide-active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        top: .6rem;
        background-image: linear-gradient(#F16D26, #B50A0A);
    }
    .home-jiceng .swiper-slide-active .text-con {
        order: 2;
        margin-top: .2rem;
    }
    .home-jiceng .swiper-slide-active .pic {
        order: 1;
        margin-top: 0;
    }
    .home-jiceng .swiper-slide-active .date {
        color: #FFF;
    }
    .home-media .item {
        width: 50%;
    }
    .home-media .item:nth-child(even) {
        border-right: 0;
    }
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
}

.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;
    font-size: .16rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow2.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: #B50A0A;
    color: #FFF;
    border-color: #B50A0A;
}

.img-list .item {
    margin-top: .5rem;
    padding: .25rem .35rem .25rem 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 10;
}

.img-list .item::after {
    content: '';
    position: absolute;
    left: .25rem;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px #DCDCDC solid;
    background-color: #FFF;
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img-list .item .pic {
    width: 2.9rem;
    margin-right: .35rem;
    height: 1.95rem;
    overflow: hidden;
    z-index: 11;
    margin-right: .3rem;
}

.img-list .item .tit {
    font-size: .22rem;
    font-weight: bold;
    margin-top: .15rem;
}

.img-list .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.2rem;
    height: 3px;
    width: .6rem;
    background-color: #B50A0A;
}

.img-list .item .des {
    color: #666;
    line-height: 1.7;
    margin-top: .4rem;
}

.img-list .item .date {
    margin-top: .2rem;
    color: #666;
    background: url(../images/date2.svg)no-repeat left center;
    background-size: .16rem;
    padding-left: .3rem;
}

.txt-list {
    margin-top: .5rem;
}

.txt-list .item {
    line-height: .9rem;
    border-bottom: 2px dotted rgba(0, 0, 0, .3);
    padding-left: .3rem;
    z-index: 10;
    background: url(../images/arrow2.svg)no-repeat left center;
    background-size: .14rem;
}

.txt-list .item .tit {
    overflow: hidden;
    height: .9rem;
}

.txt-list .item .date {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    color: #666;
}

.details {
    margin-top: .6rem;
}

.details h1 {
    font-size: .24rem;
    line-height: 1.4;
}

.details .info {
    background-color: rgba(0, 0, 0, .04);
    font-size: .14rem;
    color: #999;
    margin-top: .2rem;
    line-height: .5rem;
}

.details .info span {
    margin-right: .1rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    line-height: 2;
    margin-top: .3rem;
}

.details .body p {
    text-indent: .36rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.15rem;
word-break: break-all;
}

.details .body img,.details .body video {
    max-width: 100%;
    margin: 5px auto;
    display: block;
    height: auto !important;
}

.details .prev-next {
    margin-top: .5rem;
    border-top: 1px rgba(183, 183, 183, 0.49) solid;
    padding-top: .3rem;
    line-height: 2.4;
}

.details .prev-next span {
    font-weight: bold;
    color: #B50A0A;
}

.pub-content {
    margin-bottom: .7rem;
}

.album {
    margin-top: 1rem;
}

.album .gallery-top .swiper-slide {
    overflow: hidden;
    padding-top: 53%;
    position: relative;
}

.album .gallery-top .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.album .gallery-top .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    color: #FFF;
    font-size: .18rem;
    z-index: 9;
}

.album .gallery-top .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 30%;
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    z-index: 2;
}

.album .gallery-top .swiper-button-next,
.album .gallery-top .swiper-button-prev {
    width: .5rem;
    height: .5rem;
    margin-top: -.135rem;
    background: url(../images/arrow2.svg)no-repeat center;
    background-size: 100%;
}

.album .gallery-top .swiper-button-prev {
    left: -.6rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.album .gallery-top .swiper-button-next {
    right: -.6rem;
}

.album .gallery-thumbs {
    margin-top: .5rem;
}

.album .gallery-thumbs .swiper-slide {
    height: 1.7rem;
    cursor: pointer;
}

.album .gallery-thumbs .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 4px #B50A0A solid;
}
/*  */
.pic-list .item {
    margin-top: .5rem;
    width: 30%;
    margin-right: 5%;
    background-color: #F9F9F9;
}

.pic-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.pic-list .item .pic {
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.pic-list .item .text-con {
    padding: .2rem .3rem;
}

.pic-list .item .tit {
    height: .6rem;
}

.pic-list .item .date {
        color: #c00200;
    font-size: .18rem;
    text-align: right;
    margin-top: .2rem;
}

.pic-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c70f02, #b50a0a);
}
 .pic-list .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);
}

.p-nav {
    display: flex;
    align-items: center;
    padding: .2rem 0;
    border-bottom: 1px solid #d2d2d2;
}
.p-nav .title {
    font-size: .28rem;
    font-weight: bold;
}
.p-nav .crumbs {
    color: #888;
    font-size: .14rem;
    margin-left: auto;
}
.p-nav .crumbs a {
    color: inherit;
}

.side-box {
    display: flex;
    padding: .4rem 0;
}

.sidebar {
    width: 2.6rem;
    margin-right: .4rem;
}
.sidebar .head {
    position: relative;
    padding: .2rem;
    background: #a81b00;
}
.sidebar .head .title {
    color: #ffffff;
    font-size: .28rem;
    font-weight: bold;
}
.sidebar .list {
    /* padding: 1px 0; */
    border: 1px solid #a81b00;
    box-sizing: border-box;
}
.sidebar .list .tit {
    padding: 0 1em;
    margin: 1em 0em;
}
.sidebar .list .tit.on a,
.sidebar .list .tit:hover a {
    color: #a81b00;
}

@media (min-width:1025px) {
    .img-list .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);
    }
    .img-list .item:hover::after {
        background-color: #B50A0A;
        border-color: #B50A0A;
        border-radius: 0 .4rem 0 0;
        -webkit-border-radius: 0 .4rem 0 0;
        -moz-border-radius: 0 .4rem 0 0;
        -ms-border-radius: 0 .4rem 0 0;
        -o-border-radius: 0 .4rem 0 0;
    }
    .img-list .item:hover .tit,
    .img-list .item:hover .des,
    .img-list .item:hover .date,
    .txt-list .item:hover,
    .txt-list .item:hover .date {
        color: #FFF;
    }
    .img-list .item:hover .date {
        background-image: url(../images/date1.svg);
    }
    .img-list .item:hover .tit::after {
        background-color: #FFF;
    }
    .txt-list .item:hover::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: .3rem 0 .3rem 0;
        -webkit-border-radius: .3rem 0 .3rem 0;
        -moz-border-radius: .3rem 0 .3rem 0;
        -ms-border-radius: .3rem 0 .3rem 0;
        -o-border-radius: .3rem 0 .3rem 0;
        background-color: #B50A0A;
        z-index: -1;
    }
    .txt-list .item:hover {
        padding-right: .3rem;
        border-bottom: 0;
        z-index: 12;
    }
    .txt-list .item:hover .tit {
        font-weight: bold;
    }
}

@media (max-width:1199px) {
    .details .body p {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .page {
        line-height: 22px;
        margin-top: .4rem;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .img-list .item .tit,
    .album .gallery-top .swiper-slide .tit {
        font-size: 14px;
    }
    .page a,
    .img-list .item .des,
    .img-list .item .date,
    .txt-list .item .date,
    .details .info {
        font-size: 12px;
    }
    .img-list .item .pic {
        width: 25%;
        height: 2.2rem;
    }
    .details h1 {
        font-size: 18px;
    }
    .details .info {
        line-height: 30px;
    }
    .album {
        margin-top: .6rem;
    }
    .album .gallery-top .swiper-button-prev {
        left: .2rem;
    }
    .album .gallery-top .swiper-button-next {
        right: .2rem;
    }
    
    .sidebar .head .title,
    .p-nav .title {
        font-size: 18px;
    }
    .p-nav .crumbs {
        font-size: 14px;
    }
}

@media(max-width:950px) {
     .pic-list .item {
        width: 49%;
        margin-right: 2%;
    }
         .pic-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
        .pic-list .item:nth-child(even) {
        margin-right: 0;
    }
         .pic-list .item .pic {
        height: 2.4rem;
    }
}

@media (max-width:767px) {
    .img-list .item {
        margin-top: .3rem;
        padding: .2rem .3rem .2rem 0;
    }
    .img-list .item .pic {
        width: 35%;
        height: 1.8rem;
    }
     .pic-list .item {
        width: 100%;
        margin-right: 0%;
    }
     .pic-list .item .pic {
        height: 4rem;
    }
     .pic-list .item .tit {
        height: auto;
    }

    .side-box {
        flex-direction: column;
    }
    .p-nav .title {
        display: none;
    }
    .p-nav .crumbs {
        margin-left: 0;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .sidebar .head::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 3em;
        height: 3em;
        background: url(../images/arrow.svg) no-repeat center;
        background-size: 40%;
        transform: translateY(-50%);
    }
    .sidebar .head.on::after {
        transform: translateY(-50%) rotate(90deg);
    }
    .sidebar .list {
        display: none;
    }
}

@media(max-width:540px) {
    .img-list .item {
        padding: 0;
    }
    .img-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-top: 65%;
    }
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .img-list .item::after {
        display: none;
    }
    .img-list .item .text-con {
        margin-top: .2rem;
    }
    .album .gallery-thumbs {
        margin-top: .3rem;
    }
}


.home-jiceng .swiper-slide .text-con,
.home-jiceng .swiper-slide-active .pic {
    position: relative;
    z-index: 1;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .home-spe .gallery-thumbs .tit>div {
    max-height: 3.2em;
  }
  .home-spe .gallery-thumbs .des {
    max-height: 3.6em;
  }
  .home-jiceng .swiper-slide .tit>div {
    max-height: 3.4em;
  }
}



.pb_sys_style1 .p_no_d {
    border: 1px solid #b50a0a !important;
    background-color: #b50a0a !important;
}