@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%;
}


/*原文件配置*/

body {
    color: #000;
    background: #ffffff;
    font: .16rem/30px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #9b0d14;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.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: 1.2rem;
    padding-right: 1.2rem;
}

@media (max-width:1400px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 100;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    z-index: -1;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header .logo {
    height: 1.2rem;
}

.header .logo img {
    height: .75rem;
}

.header .container {
    align-items: flex-end;
}

.header .nav-con {
    background-color: #931519;
    height: .8rem;
    padding-right: 1.2rem;
    margin-right: -1.2rem;
    padding-left: .4rem;
}

.header .nav-con::before {
    content: '';
    position: absolute;
    left: -.5rem;
    top: 0;
    height: 100%;
    width: .5rem;
    background-color: #931519;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.header .search-btn {
    width: .6rem;
    height: 100%;
    background: url(../images/search.png)no-repeat right center;
    cursor: pointer;
    background-size: .28rem;
}

.header.fixed {
    background-color: #931519;
}

.header.fixed::after {
    display: none;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav li>a {
    line-height: .8rem;
    padding: 0 .27rem;
    color: #FFF;
    font-size: .19rem;
}

.nav li.on a {
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav .drop {
    width: 100%;
    left: 0;
    top: .8rem;
    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.4;
}

.search-content {
    background: rgba(155, 13, 20, .85);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.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: .19rem;
    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.png)no-repeat center;
    background-size: .3rem;
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    height: 3.3rem;
    padding-top: .65rem;
    color: #FFF;
    font-size: .17rem;
    line-height: 1.1;
}

.footer a {
    color: #FFF;margin-right: 5px;
}
.footer .info-con{ margin-right:5%;}
.footer .con {
    margin-right: 1.3rem;
}

.footer .info-con .tel {
    background: url(../images/tel.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .3rem;
}

.footer .info-con .email {
    background: url(../images/email.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .3rem;
    margin-top: .2rem;
}

.footer .info-con .address {
    background: url(../images/address.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .3rem;
    margin-top: .2rem;
}

.footer .info-con .link {
    margin-top: .3rem;
    line-height: 1.5;
}

.footer .erwma {
    width: 1.12rem;
    margin-right: .15rem;
}

.footer .erwma:last-child {
    margin-right: 0;
}

.footer .erwma .pic {
    width: 100%;
    height: 1.12rem;
    overflow: hidden;
}

.footer .erwma .pic img {
    width: 100%;
}

.footer .erwma .tit {
    font-size: .15rem;
    margin-top: .1rem;
}

.footer .logo img {
    height: .6rem;
}

.copyright {
    margin-top: .4rem;
}

@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);
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header {
        background-color: #9b0d14;
    }
    .header::after {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .header .logo img {
        height: .7rem;
    }
    .header .container {
        align-items: center;
    }
    .header .nav-con {
        margin-right: .8rem;
        padding-left: 0;
        padding-right: 0;
        background: none;
    }
    .header .nav-con::before {
        display: none;
    }
    .header .search-btn {
        width: .5rem;
        background-size: .35rem;
    }
    .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 .3rem;
    }
    .nav li>a {
        font-size: 16px;
        color: #000;
        line-height: .9rem;
        padding: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        padding-left: .2rem;
    }
    .search-content .content {
        width: 80%;
    }
    .search-content .content input[type='text'] {
        font-size: 14px;
    }
    .footer {
        font-size: 14px;
        height: auto;
        padding-bottom: .5rem;
    }
    .footer .con {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: .3rem;
    }
    .footer .erwma .tit {
        font-size: 13px;
    }
    /* .footer .logo {
        justify-content: center;
    } */
    .copyright {
        text-align: left
    }
}

@media (max-width:767px) {
    .footer .erwma-con {
        width: 100%;
        /* justify-content: center; */
        margin-top: .3rem;
    }
    .footer .erwma {
        width: 1.3rem;
    }
    .footer .erwma .pic {
        height: 1.3rem;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-button-white {
    width: .5rem;
    height: .5rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .15rem;
}

@keyframes newssvg {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.banner ul {
    position: absolute;
    bottom: .3rem !important;
    z-index: 2;
    padding-right: .3rem;
    justify-content: flex-end;
}

.banner li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.banner li:nth-of-type(1) {
    margin-left: 0;
}

.banner li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid #e6e6e6;
}

.banner li svg {
    fill: none;
    stroke: #e60044;
    stroke-width: 3px;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transform: rotate(-90deg);
}

.banner li.active svg {
    animation: newssvg 5s linear forwards;
}

.home-title {
    font-size: .33rem;
    font-weight: bold;
}

.home-title .icon {
    height: .41rem;
    margin-right: .15rem;
}

.home-title .icon img {
    max-height: 100%;
}

.home-title a {
    font-size: .22rem;
    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: #666;
    font-weight: normal;
}

.home-jxinfo {
    background: url(../images/line.png)no-repeat center bottom;
    background-size: auto .34rem;
    padding-bottom: .6rem;
    margin-top: .85rem;
}

.home-jxinfo .home-title {
    border-bottom: 2px #931519 solid;
    padding-bottom: .2rem;
}

.home-jxinfo .content {
    margin-top: .53rem;
}

.home-jxinfo .thumb {
    width: 8.13rem;
    margin-right: .55rem;
    background-color: #f6f6f6;
}

.home-jxinfo .thumb .pic {
    width: 100%;
    padding-top: 51%;
    overflow: hidden;
}

.home-jxinfo .thumb .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-jxinfo .thumb .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #931519;
    color: #FFF;
    font-family: 'Arial';
    font-size: .18rem;
    line-height: .46rem;
    width: 1.53rem;
}

.home-jxinfo .thumb .text-con {
    padding: .4rem;
}

.home-jxinfo .thumb .tit {
    font-weight: bold;
    font-size: .24rem;
    line-height: 1.4;
}

.home-jxinfo .thumb .des {
    font-size: .17rem;
    line-height: 1.7;
    color: #666;
    margin-top: .3rem;
    height: 1.2rem;
}

.home-jxinfo .thumb .arrow {
    width: .62rem;
    height: .12rem;
    background: url(../images/arrow1.png)no-repeat center;
    background-size: 100%;
    margin-top: .2rem;
}

.home-jxinfo .con {
    border: 1px #d8d7d7 solid;
    padding-left: .5rem;
    padding-right: .4rem;
    padding-top: .15rem;
}

.home-jxinfo .item {
    width: 100%;
}

.home-jxinfo .item .tit {
    font-size: .2rem;
    padding-right: 1.4rem;
    line-height: 2.55;
}

.home-jxinfo .item .des {
    color: #666666;
    line-height: 1.7;
    display: none;
    font-size: .17rem;
}

.home-jxinfo .item .date {
    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: #666;
    font-size: .18rem;
}

.home-jxinfo .item.on {
    border-bottom: 1px #d8d7d7 solid;
    padding-bottom: .3rem;
    margin-bottom: .35rem;
    margin-top: .2rem;
}

.home-jxinfo .item.on .date {
    position: inherit;
    right: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background-color: #9b0d14;
    color: #FFF;
    width: 1.47rem;
    line-height: .43rem;
    text-align: center;
}

.home-jxinfo .item.on .tit {
    padding-right: 0;
    font-weight: bold;
    margin-top: .2rem;
    font-size: .24rem;
}

.home-jxinfo .item.on .des {
    display: block;
    margin-top: .15rem;
}

.home-zhao {
    background: url(../images/bg1.png)no-repeat center top;
    background-size: auto 3.86rem;
    margin-top: .7rem;
    padding-top: .65rem;
}

.home-zhao .home-title {
    color: #FFF;
}

.home-zhao .home-title a {
    color: #FFF;
}

.home-zhao .home-title>div::before {
    content: '';
    width: 3.5rem;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    margin-right: .3rem;
}

.home-zhao .home-title>div::after {
    content: '';
    width: 3.5rem;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    margin-left: .3rem;
}

.home-zhao .content {
    background-color: #f6f6f6;
    margin-top: .65rem;
    padding: .7rem .6rem .65rem .6rem;
}

.home-zhao .content .item {
    width: 48%;
}

.home-zhao .content .date {
    position: absolute;
    right: 0;
    top: 50%;
    color: #666666;
    line-height: .34rem;
    width: 1.25rem;
    font-size: .18rem;
    border: 1px #931519 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-family: 'Arial';
}

.home-zhao .content .tit {
    margin-right: 1.5rem;
    font-size: .2rem;
    line-height: 2.85;
}

.home-py {
    background: url(../images/bg2.jpg)no-repeat center bottom;
    background-size: cover;
    margin-top: .7rem;
}

.home-py .home-title>div::before {
    content: '';
    width: 3.5rem;
    height: 1px;
    background-color: #d4d4d4;
    margin-right: .3rem;
}

.home-py .home-title>div::after {
    content: '';
    width: 3.5rem;
    height: 1px;
    background-color: #d4d4d4;
    margin-left: .3rem;
}

.home-py .content {
    margin-top: 1rem;
}

.home-py .item {
    width: 23.5%;
    margin-right: 2%;
}

.home-py .item:last-child {
    margin-right: 0;
}

.home-py .item .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 60%;
}

.home-py .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-py .item .date {
    color: #666;
    font-size: .18rem;
    font-family: 'Arial';
    line-height: 1.1;
    margin-top: .3rem;
}

.home-py .item .tit {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: .1rem;
}

.home-py .item .des {
    color: #666;
    line-height: 1.7;
    margin-top: .15rem;
}

.home-bg {
    background: url(../images/bg3.png)no-repeat center;
    background-size: cover;
    overflow: hidden;
    margin-top: .7rem;
    padding-top: .95rem;
    padding-bottom: .35rem;
}

.home-zhidu .home-title {
    border-bottom: 2px #931519 solid;
    padding-bottom: .2rem;
}

.home-zhidu .content {
    margin-top: .5rem;
}

.home-zhidu .item {
    padding-top: .22rem;
    padding-bottom: .22rem;
    z-index: 10;
    width: 47%;
    margin-bottom: .05rem;
}

.home-zhidu .item .tit {
    font-size: .22rem;
    line-height: 1.1;
}

.home-zhidu .item .d-con {
    margin-top: .35rem;
}

.home-zhidu .item .date {
    font-size: .18rem;
    color: #666;
    font-family: 'Arial';
    line-height: 1.1;
    background: url(../images/date.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .3rem;
}

.home-zhidu .item .line {
    height: 1px;
    border-top: 1px dotted #b8b7b7;
    margin-left: .1rem;
}

.home-xuewei {
    background-color: #FFF;
    z-index: 20;
    padding: .7rem .55rem;
    margin-top: .9rem;
}

.home-xuewei .home-title>div::before {
    content: '';
    width: 3.5rem;
    height: 1px;
    background-color: #d4d4d4;
    margin-right: .3rem;
}

.home-xuewei .home-title>div::after {
    content: '';
    width: 3.5rem;
    height: 1px;
    background-color: #d4d4d4;
    margin-left: .3rem;
}

.home-xuewei .content {
    margin-top: .2rem;
}

.home-xuewei .item {
    margin-top: .8rem;
    width: 30.5%;
    margin-right: 4%;
    padding-right: 2%;
}

.home-xuewei .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c2c1c1;
}

.home-xuewei .item:nth-of-type(3n) {
    margin-right: 0;
    padding-right: 0;
}

.home-xuewei .item:nth-of-type(3n)::after {
    display: none;
}

.home-xuewei .item .date {
    width: .8rem;
    height: .8rem;
    background-color: #9b0d14;
    color: #FFF;
    margin-right: .3rem;
    font-size: .15rem;
    font-family: 'Arial';
    padding-top: .15rem;
    line-height: 1.1;
}

.home-xuewei .item .date span {
    font-size: .32rem;
    font-weight: bold;
}

.home-xuewei .item .tit {
    font-size: .2rem;
    line-height: 1.5;
}

.home-bg::before {
    content: '';
    position: absolute;
    left: -99999rem;
    right: -99999rem;
    bottom: 0;
    background-color: #9b0d14;
    z-index: 1;
    height: 5.5rem;
}

.home-xuewei .more {
    width: 2.2rem;
    line-height: .5rem;
    border: 1px #931519 solid;
    color: #931519;
    font-size: .18rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .85rem;
}

@media (min-width:1025px) {
    .home-title a:hover {
        color: #9b0d14;
    }
    .home-zhao .home-title a:hover {
        color: rgba(255, 255, 255, .5);
        text-decoration: underline;
    }
    .home-jxinfo .thumb:hover .pic img,
    .home-py .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);
    }
    .home-zhidu .item:hover::after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        left: -.25rem;
        right: -.25rem;
        background-color: #FFF;
        box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
        z-index: -1;
    }
    .home-xuewei .more:hover {
        background-color: #9b0d14;
        color: #FFF;
    }
    .home-zhao .content .item:hover .date {
        background-color: #9b0d14;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    /* .banner li {
        width: 24px;
        height: 24px;
    }
    .banner li:before {
        border: 2px solid #e6e6e6;
    }
    .banner li svg {
        stroke-width: 2px;
    } */
    .home-jxinfo .thumb {
        width: 48%;
        margin-right: 3%;
    }
    .home-jxinfo .thumb .date,
    .home-jxinfo .item.on .date {
        font-size: 14px;
        line-height: 35px;
        width: auto;
        padding: 0 .2rem;
    }
    .home-jxinfo .thumb .tit,
    .home-jxinfo .item.on .tit {
        font-size: 18px;
    }
    .home-jxinfo .thumb .des {
        font-size: 14px;
        height: 100px;
    }
    .home-jxinfo .item .date,
    .home-jxinfo .item.on .des,
    .home-py .item .date,
    .home-zhidu .item .date,
    .home-xuewei .more {
        font-size: 14px;
    }
    .home-jxinfo .item .tit,
    .home-zhao .content .tit,
    .home-title a,
    .home-py .item .tit,
    .home-zhidu .item .tit,
    .home-xuewei .item .tit {
        font-size: 16px;
    }
    .home-jxinfo .item.on {
        margin-bottom: .2rem;
    }
    .home-jxinfo .item.on .des {
        margin-top: 0;
    }
    .home-title {
        font-size: 24px;
    }
    .home-zhao .home-title>div::before,
    .home-zhao .home-title>div::after,
    .home-py .home-title>div::after,
    .home-py .home-title>div::before,
    .home-xuewei .home-title>div::after,
    .home-xuewei .home-title>div::before {
        display: none;
    }
    .home-zhao .home-title,
    .home-py .home-title,
    .home-xuewei .home-title {
        justify-content: flex-start;
    }
    .home-zhao .content .date {
        font-size: 14px;
        line-height: 30px;
        width: auto;
        padding: 0 .2rem;
    }
    .home-zhao .content .tit {
        margin-right: 110px;
    }
    .home-zhidu .item {
        width: 49%;
    }
    .home-xuewei .item .date {
        width: 60px;
        height: 60px;
        font-size: 12px;
        line-height: 1.4
    }
    .home-xuewei .item .date span {
        font-size: 18px;
    }
    .home-xuewei .more {
        line-height: 40px;
        width: 130px;
    }
    .pc {
        display: none;
    }
    .mb-banner {
        display: block;
    }
}

@media (max-width:950px) {
    .home-jxinfo .thumb {
        width: 100%;
        margin-right: 0;
    }
    .home-jxinfo .thumb .des {
        height: auto;
    }
    .home-title {
        font-size: 22px;
    }
    .home-title a {
        font-size: 14px;
    }
    .home-jxinfo .con {
        padding-left: .4rem;
        padding-bottom: .2rem;
    }
    .home-py .content {
        margin-top: .3rem;
    }
    .home-py .item {
        width: 49%;
        margin-top: .3rem;
    }
    .home-py .item:nth-child(even) {
        margin-right: 0;
    }
    .home-xuewei .item {
        width: 48%;
        padding-right: 3%;
    }
    .home-xuewei .item:nth-of-type(3n) {
        margin-right: 4%;
        padding-right: 3%;
    }
    .home-xuewei .item:nth-of-type(3n)::after {
        display: block;
    }
    .home-xuewei .item:nth-child(even) {
        margin-right: 0;
        padding-right: 0;
    }
    .home-xuewei .item:nth-child(even)::after {
        display: none;
    }
}

@media (max-width:767px) {
    .home-zhao .content {
        padding: .4rem;
        margin-top: .4rem;
    }
    .home-zhao .content .item {
        width: 100%;
    }
    .home-py .item {
        width: 100%;
        margin-right: 0;
    }
    .home-zhidu .item {
        width: 100%;
    }
    .home-xuewei {
        margin-top: .3rem;
        padding: .4rem .3rem;
    }
    .home-xuewei .item {
        width: 100%;
        margin-right: 0 !important;
        padding-right: 0 !important;
        margin-top: .3rem;
    }
    .home-xuewei .item::after {
        display: none !important;
    }
}


















@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}

 
@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.ttf');
}



/*------------------------ news menu -----------------*/
.n-banner img {width: 100%;}
.new_mune{ width: 100%; padding: 25px 0;}
.new_main{ display: flex;}
.new_left{ width: 300px;}
.new_left .new_top{ background: #b81d25; padding: .3rem 0 .3rem .6rem; position: relative;}
.new_left .new_top::after{ content:""; background: url(../images/suo_logo.png) no-repeat right; width: 70px; height: 75px; display: block; position: absolute; right: 10px; top: 8px; }
.new_left .new_top h3{ color:#FFF; font-size: .31rem; font-weight: normal; }

.new_lie ul{ border-left: 10px solid #b81d25;background: #f3f3f3; padding: .2rem 0;}
.new_lie ul li{ width: 100%; border-bottom: 1px solid #c9c9c9; }
.new_lie ul li a{ width: 100%; line-height:30px;display: block; padding: .2rem 0 .2rem .5rem; background: #f3f3f3 url(../images/suo_bl.png) no-repeat 90%; font-size:.22rem;  }
.new_lie ul li a:hover,.new_lie ul li a.on{background: #dec698 url(../images/suo_wh.png) no-repeat 90%; color: #b81d25; }


.new_left_er{ margin: .35rem 0; border: 1px solid #e1e1e1;}
.new_left_er .new_top_yi{ background:#b81d25 ; padding: .17rem;}
.new_left_er .new_top_yi h4{ color:#FFF; font-size: .22rem; font-weight: normal; }
.new_left_er_main{ padding: .2rem .1rem;}
.new_left_er_main ul li{background: url(../images/suo_tel.png) no-repeat left 5px; padding-left: .3rem;  margin-bottom: 10px; }
.new_left_er_main ul li p { font-size: .17rem;}
.new_left_er_main ul li p span{ font-weight: bold; display: block;}
.new_left_er_main ul li.con_add{background: url(../images/suo_add.png) no-repeat left 5px;}
.new_lie ul li ul.sanji{padding: 0;border-left:none; margin-bottom: 5px;}
.new_lie ul li ul.sanji li{  border-bottom: none;  }
.new_lie ul li ul.sanji li a{ line-height: 25px;padding: .1rem 0 .1rem .7rem;background: none;font-size:.19rem;  }
.new_left_san{display: none}
.new_left_san .new_left_er_main p{ display: block ruby; text-align: center; margin: 0 auto .1rem; ;}
.new_left_san .new_left_er_main p img{ text-align: center;}

.new_right{ margin-left: .7rem; width: 77%;}
.new_rit_title{ width: 100%; border-bottom: 1px solid #c7c7c7; justify-content:space-between;line-height: .6rem;}
.new_title_lt span{  font-size: .28rem; border-bottom: 3px solid #b81d25; line-height: .7rem; display: inline-block; text-align: center;}
.new_title_rt{background: url(../images/suo_we.png) no-repeat left 35%; padding-left: .32rem;  background-size: 11%;}
.new_title_rt p{ font-size: .16rem; color: #666;}
.new_title_rt p a{ margin: 0 2px;}
.new_title_rt p span.danq{ color: #b81d25;}

.new_right_main{  width: 100%;}
.new_right_main ul{ margin: .3rem auto;}
.new_right_main ul li{ width: 100%; display: block; margin-bottom: .3rem;border-bottom: 1px solid #c7c7c7; padding-bottom: .3rem;}
.new_right_main ul li a{ display: flex;}
.new_right_main ul li a .pic{overflow: hidden;width: 280px; margin-right: .5rem;}
.new_right_main ul li a .pic img {}
.new_right_main ul li a: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);}

.nw_texxt{ margin-top: .1rem; width: 72%;}
.nw_texxt h4{ font-size: .23rem; transition: .3s;}
.nw_texxt .date{ font-size: .16rem; color: #666; font-family: Arial, Helvetica, sans-serif; }
.nw_texxt .ellipsis-2{ font-size: .17rem;color: #666; line-height: .3rem; }
/*------------------------  new_main_zon -----------------*/

.new_main_zon{  width: 100%; overflow: hidden;}
.new_main_zon_top{ display: block; width: 100%; margin: .3rem auto ;text-align: center;border-bottom: 1px solid #dfdddd; padding-bottom: .05rem;}
.new_main_zon_top h5{ font-size: .25rem; line-height: .3rem;}
.new_main_zon_top p{ margin: .16rem auto;}
.new_main_zon_top p span{ margin: 0 .1rem; font-size: .16rem; color: #666;}

.new_main_zon_xia{ margin:0  auto; padding-top: .3rem;}
.new_main_zon_xia p{ font-size: 15px; margin-bottom: .15rem;}
.new_main_zon_xia p img{ max-width: 100%;}

.new_main_relat{ width: 100%;margin-bottom: .6rem;}
.new_main_relat .xiang{  margin: .6rem auto .3rem;font-size: .23rem; font-weight: bold; line-height: .3rem;border-bottom: 1px solid #dfdddd; padding-bottom: .2rem;}
.new_main_relat .xiang_main{}
.new_main_relat .xiang_main ul { display: flex;flex-wrap:wrap; justify-content:space-between}
.new_main_relat .xiang_main ul li{ width: 47%;  line-height: .6rem; border-bottom:1px dotted #969494;font-size: 14px;}
/*------------------------  new_gong gao yi-----------------*/
.new_gong_main{width: 100%; overflow: hidden;}
.new_gong_main ul{ margin: .2rem auto;}
.new_gong_main ul li{  border-bottom:1px solid #ddd;}
.new_gong_main ul li a{ font-size: .18rem; line-height: .7rem;  transition: .3s;}
.new_gong_main ul li a span{position: relative; color: #b81d25; font-weight: bold;  font-size: .175rem;}
.new_gong_main ul li a span:nth-child(1){margin-right: 10px;  padding-right: 15px; }
.new_gong_main ul li a span:nth-child(1)::after{ position:absolute; content: ""; width: 1px; height: 22px; background: #b81d25; right:0; top: 0;}
.new_gong_main ul li a:hover{ background: #b81d25; color: #FFF; padding-left: .2rem;box-shadow: 0 5px 10px rgba(0,0,0,.4); }
.new_gong_main ul li a:hover span::after{ background: #FFF; }
.new_gong_main ul li a:hover span{ color: #FFF;}
/*------------------------  new_gong gao er-----------------*/

.new_gong_main_er{width: 100%; overflow: hidden; padding-top: .3rem;}
.new_gong_main_er ul li{border-bottom:1px dotted #969494; margin-bottom: .2rem; }
.new_gong_main_er ul li a{ display: flex; padding-bottom: .2rem;}
.new_gong_main_er ul li a .time{ text-align: center; border:1px solid #dcdcdc; margin-right: .3rem; }
.new_gong_main_er ul li a .time strong{display: block; line-height: .2rem;background: #b81d25; color: #FFF; padding:.16rem .0; font-size: .32rem; font-family: Arial, Helvetica, sans-serif;}
.new_gong_main_er ul li a .time span{ font-size: .16rem; color: #666; padding:.16rem .12rem;}

.new_gong_main_er ul li a .txt{ width: 90%;}
.new_gong_main_er ul li a .txt h4{ font-size: .22rem; font-weight: normal;}
.new_gong_main_er ul li a .txt p{ font-size: .17rem; color: #666;}



@media (max-width:1199px) {
    body {
        font-size: 14px;
    }


    .new_mune{padding: 10px 0;}
    .n-banner img {width: 100%;height: 40vw;object-fit: cover;}
    .new_left{ display: none;}
    .new_right{ width: 100%; margin: 0 auto;}
    .new_title_rt{background-size: 8%;padding-left: .52rem;}
    .new_title_rt p{ font-size: .2rem;}
    .new_title_lt span{ font-size: .32rem;text-align: left;}

    .new_main_zon_top h5{font-size: .35rem;line-height: .5rem;}
    .new_main_zon_top p span{ font-size: .2rem;}
    .new_main_relat .xiang{font-size: .33rem;}
    .new_main_relat .xiang_main ul li{ width: 100%;line-height: .8rem;}

    .new_gong_main ul li a{font-size: .28rem;line-height: .9rem;}
    .new_gong_main ul li a span{font-size: .22rem;}
}