@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: .18rem/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;
}

.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:1199px) {
    .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, .3), rgba(0, 0, 0, 0));
    z-index: -1;
    height: 100%;
}

.header .logo {
    height: 1.25rem;
}

.header .logo img {
    height: .75rem;
}

.header .top {
    justify-content: flex-end;
    margin-top: .1rem;
}

.header .top a {
    color: #FFF;
    font-size: .15rem;
    margin-right: .2rem;
}

.header .top .search {
    width: 1.6rem;
    height: .34rem;
    border: 1px #FFF solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.header .top .search input[type='text'] {
    width: 74%;
    background: none;
    padding-left: .15rem;
    color: #FFF;
}

.header .top .search input[type='submit'] {
    width: .34rem;
    height: 100%;
    background: url(../images/search.png)no-repeat center;
    background-size: .19rem;
}

.header.fixed {
    background-color: #9b0d14;
}

.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-right: -.25rem;
}

.nav li>a {
    line-height: .75rem;
    padding: 0 .25rem;
    font-size: .19rem;
    font-weight: bold;
    color: #FFF;
}

.nav .drop {
    width: 1.6rem;
    left: 50%;
    top: .75rem;
    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: .5rem;
    font-size: .16rem;
    padding: .1rem 0;
    margin-left: -.8rem;
    border-top: 4px #9b0d14 solid;
}

.nav .subdrop {
    width: 1.6rem;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: -1.6rem;
    transform: rotateX(90deg);
    transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    padding-top: .1rem;
    padding-bottom: .1rem;
    border-top: 4px #9b0d14 solid;
}

.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: .1rem;    line-height: .3rem;
}

.footer .con {
    margin-right: .8rem;
}

.footer .info-con {
    margin-right: .8rem;
}

.footer .info-con .tel {
    background: url(../images/tel.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .3rem;
}

.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: .5rem;
    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: .57rem;
}

.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);
    }
    .nav .row:hover .subdrop {
        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: rgba(0, 0, 0, .1);
    }
}

@media (max-width:1199px) {
    .menu-btn {
        display: block;
    }
    .header.on {
        background-color: #9b0d14;
    }
    .header .top {
        /* justify-content: flex-start; */
        display: none;
    }
    .header .top a {
        color: #000;
        font-size: 14px;
    }
    .header .top .search {
        border-color: #9b0d14;
        height: 40px;
        width: 40%;
    }
    .header .top .search input[type='submit'] {
        background-image: url(../images/search1.png);
        width: 40px;
        background-size: 29px;
    }
    .nav-con {
        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 {
        display: block;
    }
    .nav li>a {
        color: #000;
        font-size: 16px;
        line-height: .9rem;
        width: 100%;
        padding: 0;
    }
    .nav .arrow,
    .nav .arrow1 {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::after,
    .nav .arrow1::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,
    .nav .on .arrow1::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,
    .nav .subdrop {
        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;
        padding-left: 20px;
        line-height: 40px;
        margin-left: 0;
        border-top: 0;
    }
    .nav .drop .arrow {
        height: 40px;
    }
    .footer {
        font-size: 14px;
        height: auto;
        padding-bottom: .5rem;
    }
    .footer .con {
        margin-right: 0;
        width: 100%;
        margin-bottom: .3rem;
    }
    .footer .erwma .tit {
        font-size: 13px;
    }
}

@media (max-width:767px) {
    .footer .erwma-con {
        width: 100%;
        margin-top: .3rem;
    }
    .footer .erwma {
        width: 1.3rem;
    }
    .footer .erwma .pic {
        height: 1.3rem;
    }
    .header .top .search {
        width: 100%;
        margin-top: .2rem;
    }
}

.banner {
    overflow: hidden;
}

.banner .swiper-slide-active .sc {
    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-slide a {
    display: block;
    position: relative
}

.banner .slide-video .a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 78vh;
    width: 100%;
    min-height: 7rem
}

.banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .baTool {
    position: absolute;
    right: 1.2rem;
    bottom: .3rem;
    z-index: 5
}

.banner .swiDots {
    font-size: .24rem;
    color: #fff
}

.banner .swiBtn {
    margin-right: .45rem
}

.banner .swiBtn .nexts {
    margin-left: .1rem
}

.banner .swiDots .line {
    width: 2.9rem;
    height: 2px;
    background: rgba(255, 255, 255, .4);
    position: relative;
    margin: 0 .1rem
}

.banner .swiDots .line i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff
}

.banner img {
    width: 100%;
}

.banner .prevs {
    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: url(../images/prev.svg)no-repeat center;
    background-size: .2rem;
}

.banner .nexts {
    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: url(../images/prev.svg)no-repeat center;
    background-size: .2rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (max-width:1366px) {
    .banner .swiper-slide a:before {
        height: 1.5rem
    }
    .banner .swiper-slide a:after {
        height: 1.2rem
    }
    .banner .item .imgBox .img {
        padding-bottom: 0;
        height: 48vw;
        min-height: inherit
    }
}

@media (max-width:1199px) {
    .banner .baTool {
        right: .3rem;
    }
}

@media (max-width:640px) {
    .banner .swiper-slide a:after {
        height: 1rem
    }
    .banner .item .imgBox .img {
        height: 50vw
    }
    .banner .swiBtn a {
        width: .4rem;
        height: .4rem;
        line-height: .4rem;
        font-size: .2rem
    }
    .banner .swiDots .line {
        width: 20vw
    }
    .banner .baTool {
        bottom: .15rem;
    }
    .banner .swiBtn {
        margin-right: .25rem
    }
}

.home-news {
    background: url(../images/bg1.jpg)no-repeat center;
    background-size: cover;
    padding-top: .9rem;
    padding-bottom: 1.25rem;
}

.home-news .title-con {
    line-height: 1.1;
}

.home-news .title-con .cn {
    font-weight: bold;
    font-size: .36rem;
}

.home-news .title-con .en {
    text-transform: capitalize;
    color: #666;
    opacity: .35;
    font-size: .2rem;
    margin-top: -.1rem;
}

.home-news .title-con .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;
    background: url(../images/more.png)no-repeat right center;
    padding-right: .35rem;
    background-size: .22rem;
}

.home-news .thumb {
    width: 10.8rem;
    margin-right: .65rem;
}

.home-news .thumb .swiper-container {
    margin-top: .5rem;
}

.home-news .thumb .swiper-slide {
    overflow: hidden;
    padding-top: 51.86%;
}

.home-news .thumb .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-news .thumb .focus .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    color: #FFF;
    padding: .4rem 2rem .3rem .4rem;
    z-index: 2;
}

.home-news .thumb .focus .date {
    font-family: 'Arial';
    font-weight: bold;
    font-size: .17rem;
}

.home-news .thumb .focus .tit {
    font-size: .21rem;
    font-weight: bold;
}

.home-news .thumb .focus .des {
    font-size: .16rem;
    opacity: .65;
    margin-top: .1rem;
    line-height: 1.7;
}

.home-news .thumb .focus .swiper-pagination {
    text-align: right;
    padding-right: .3rem;
    bottom: .3rem;
}

.home-news .thumb .focus .swiper-pagination-bullet {
    width: .36rem;
    height: .09rem;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    background-color: #FFF;
    opacity: .6;
}

.home-news .thumb .focus .swiper-pagination-bullet-active {
    background-color: #9b0d14;
}

.home-news .thumb .pic-con {
    margin-top: .4rem;
}

.home-news .thumb .pic-con .item {
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    padding-top: 20.7%;
}

.home-news .thumb .pic-con .item:last-child {
    margin-right: 0;
}

.home-news .thumb .pic-con .item img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-news .thumb .pic-con .item .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    color: #FFF;
    padding: .2rem .3rem;
    z-index: 2;
    line-height: 1.1;
}

.home-news .thumb .pic-con .item .date {
    font-family: 'Arial';
    font-size: .16rem;
}

.home-news .thumb .pic-con .item .tit {
    font-weight: bold;
    margin-top: .1rem;
}

.home-news .list {
    margin-top: .38rem;
}

.home-news .list .card {
    border-bottom: 1px #bdc2c5 solid;
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.home-news .list .card .date {
    font-size: .19rem;
    color: #9b0d14;
    font-family: 'Arial';
    line-height: 1.1;
    font-weight: bold;
}

.home-news .list .card .tit {
    font-size: .21rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: .08rem;
}

@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');
}

.home-title {
    line-height: 1.1;
}

.home-title .cn {
    font-size: .36rem;
    font-weight: bold;
    z-index: 9;
}

.home-title .en {
    text-transform: uppercase;
    color: #666;
    opacity: .15;
    font-family: 'Montserrat-Regular';
    font-size: .33rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1.4;
}

.home-title::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -.5rem;
    height: 1.11rem;
    width: 1.24rem;
    background: url(../images/tbg1.png)no-repeat center top;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-size: 100%;
}

.home-luqu {
    margin-top: 1.05rem;
    padding-left: 1.2rem;
}

.home-luqu .content {
    margin-top: .65rem;
    background: url(../images/bg2.jpg)no-repeat left top;
    background-size: cover;
    padding-left: 3.5rem;
    padding-right: 2.15rem;
    max-width: calc(19.2rem - 1.2rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: .4rem;
    padding-bottom: .6rem;
}

.home-luqu .content .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.4rem;
    height: 100%;
}

.home-luqu .content .txt img {
    width: 1.86rem;
}

.home-luqu .item {
    width: 46%;
    border-bottom: 1px dotted rgba(255, 255, 255, .3);
    color: #FFF;
    line-height: 1.1;
    padding-top: .23rem;
    padding-bottom: .25rem;
}

.home-luqu .item .date {
    font-family: 'Arial';
    font-size: .16rem;
}

.home-luqu .item .tit {
    font-weight: bold;
    font-size: .19rem;
    margin-top: .15rem;
}

.home-xueshu {
    background: url(../images/bg3.jpg)no-repeat center;
    background-size: 100%;
    padding-top: 1.3rem;
}

.home-xueshu .content {
    margin-top: .95rem;
}

.home-xueshu .item {
    width: 23.5%;
    margin-right: 2%;
    border-bottom: 2px #9b0d14 solid;
    padding-bottom: .28rem;
}

.home-xueshu .item:last-child {
    margin-right: 0;
}

.home-xueshu .item .date {
    background-color: #9b0d14;
    color: #FFF;
    line-height: .31rem;
    padding: 0 .1rem;
    font-size: .15rem;
    font-family: 'Montserrat-Light';
}

.home-xueshu .item .tit {
    line-height: 1.6;
    margin-top: .1rem;
    height: .58rem;
}

.home-xueshu .item .pic {
    overflow: hidden;
    padding-top: 60.2%;
    margin-top: .15rem;
}

.home-xueshu .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-xueshu .item .des {
    color: #666;
    line-height: 1.6;
    margin-top: .15rem;
    font-size: .15rem;
    height: .48rem;
}

.home-xueshu .more {
    margin-left: auto;
    margin-right: auto;
    margin-top: .75rem;
    border: 1px #9b0d14 solid;
    line-height: .46rem;
    width: 2.3rem;
    border-radius: .23rem;
    -webkit-border-radius: .23rem;
    -moz-border-radius: .23rem;
    -ms-border-radius: .23rem;
    -o-border-radius: .23rem;
    font-size: .15rem;
    color: #9b0d14;
}

.home-guanli {
    background: url(../images/bg4.jpg)no-repeat center;
    overflow: hidden;
    margin-top: .75rem;
    padding-top: .9rem;
    padding-bottom: .6rem;
    background-size: cover;
}

.home-guanli .content {
    margin-top: .85rem;
}

.home-guanli .content .box {
    width: 47%;
}

.home-guanli .content .title-con {
    margin-top: .25rem;
}

.home-guanli .content .title-con .title {
    line-height: .5rem;
    border: 1px #9b0d14 solid;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.home-guanli .content .title-con span {
    padding: 0 .2rem;
    cursor: pointer;
    font-size: .24rem;
}

.home-guanli .content .title-con .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: .2rem;
    font-family: 'Arial';
    display: none;
}

.home-guanli .content .title-con .on {
    background-color: #9b0d14;
    color: #FFF;
    border-radius: .09rem 0 0 .09rem;
    -webkit-border-radius: .09rem 0 0 .09rem;
    -moz-border-radius: .09rem 0 0 .09rem;
    -ms-border-radius: .09rem 0 0 .09rem;
    -o-border-radius: .09rem 0 0 .09rem;
}

.home-guanli .content .title-con span:last-child.on {
    border-radius: 0 .09rem .09rem 0;
    -webkit-border-radius: 0 .09rem .09rem 0;
    -moz-border-radius: 0 .09rem .09rem 0;
    -ms-border-radius: 0 .09rem .09rem 0;
    -o-border-radius: 0 .09rem .09rem 0;
}

.home-guanli .content .title-con .on .more {
    display: block;
}

.home-guanli .content .box:last-child {
    padding: .3rem .4rem .55rem .3rem;
    background: url(../images/bg5.jpg)no-repeat center bottom;
    background-size: cover;
}

.home-guanli .content .box:last-child .title-con {
    margin-top: .05rem;
}

.home-guanli .content .box:last-child .title-con .more {
    color: #FFF;
}

.home-guanli .content .box:last-child .title-con .title {
    border-color: #FFF;
    color: #FFF;
}

.home-guanli .content .box:last-child .title-con .on {
    background-color: #FFF;
    color: #000;
}

.home-guanli .content .box:last-child .con {
    margin-top: .1rem;
}

.home-guanli .content .card {
    border-bottom: 1px rgba(255, 255, 255, .4) solid;
    padding-bottom: .26rem;
    padding-top: .28rem;
}

.home-guanli .content .card .date {
    line-height: .31rem;
    background-color: #FFF;
    color: #9b0d14;
    font-family: 'Montserrat-Regular';
    padding: 0 .15rem;
    font-size: .15rem;
}

.home-guanli .content .card .tit {
    font-size: .22rem;
    line-height: 1.4;
    color: #FFF;
    margin-top: .18rem;
}

.home-guanli .content .item {
    border-bottom: 1px #cfcfce solid;
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.home-guanli .content .item .tit {
    font-size: .22rem;
    line-height: 1.1;
}

.home-guanli .content .item .des {
    font-size: .17rem;
    color: #666;
    line-height: 1.1;
    margin-top: .1rem;
}

.home-guanli .content .item .date {
    width: .88rem;
    height: .86rem;
    border: 1px #9b0d14 solid;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    color: #9b0d14;
    font-size: .19rem;
    font-family: 'Arial';
    padding-top: .15rem;
    margin-right: .25rem;
    line-height: 1.1;
}

.home-guanli .content .item .date span {
    font-weight: bold;
    font-size: .35rem;
}

.home-guanli .content .l-con {
    margin-top: .5rem;
}

.home-work {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}

.home-work .content {
    margin-top: .6rem;
}

.home-work .item {
    width: 23.5%;
    background: #eff0f0 url(../images/tbg2.png)no-repeat 95% bottom;
    background-size: 1.08rem;
    height: 2.26rem;
    margin-right: 2%;
    padding: .4rem .3rem;
    margin-top: .25rem;
}

.home-work .item:nth-of-type(4n) {
    margin-right: 0;
}

.home-work .item .date {
    font-family: 'Montserrat-Light';
    color: #9b0d14;
}

.home-work .item .date span {
    font-family: 'Montserrat-ExtraBold';
    font-size: .36rem;
    margin-right: .1rem;
}

.home-work .item .tit {
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .2rem;
}






/*-----------------[行业导师]--------------*/
.m-list8 {
	overflow: hidden;
	margin: 20px 0 0;
}

.m-list8 li {
	float: left;
 width:25%;
}

.m-list8 a {
    display: block;
    font-size: 17px;
    color: #333;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    float: left; padding:10px 17px;margin: 0 11px 8px 0;border: 1px solid #dcdada;
    width:96%;
}

.m-list8 li.on a,
.m-list8 a:hover {
	color: #fff;
	background: #C50005;
}

.m-list9 {
	overflow: hidden;
	padding: 30px 0 0;
}

.m-list9 li {
	float: left;
	width: 48.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	margin-bottom:25px;
	overflow: hidden;
	background: #eeeff2;
	position: relative;
	margin-right: 5px
}


.m-list9 li:nth-child(2n) {
	
margin-left:5px;
}
.m-list9 li::after {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #C50000;
	bottom: 0px;
	left: 0;
	content: "";
}

.m-list9 .pic {
	float: left;
	width: 166px;
	height: 213px;
	margin-right: 20px;
	overflow: hidden;
}

.m-list9 .pic img {
	display: block;
	width: 100%;
	height: 100%;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.m-list9 .txt {
	height: 198px;
	overflow: hidden;
	padding-top: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	line-height: 30px;
}

.m-list9 .txt h4 {
	font-size: 20px;
	margin-bottom: 20px; 
}

.m-list9 .txt h4 a {
	color: inherit; color:#333; font-weight:normal
}






/*------------------------ 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 .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: 7%;}
.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: .12rem 0;}
.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;}
/*------------------------  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 (min-width:1025px) {
    .home-news .thumb .swiper-slide:hover img,
    .home-news .thumb .pic-con .item:hover img,
    .home-xueshu .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-luqu .item:hover .tit,
    .home-guanli .content .card:hover .tit,
    .home-news .thumb .swiper-slide:hover .tit,
    .home-guanli .content .box:last-child .title-con .more:hover,
    .home-news .thumb .pic-con .item:hover .tit {
        text-decoration: underline;
    }
    .home-xueshu .more:hover,
    .home-work .item:hover {
        background-color: #9b0d14;
        color: #FFF;
    }
    .home-work .item:hover {
        background-image: url(../images/tbg3.png);
    }
    .home-work .item:hover .date {
        color: #FFF;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .home-news .thumb .focus .date,
    .home-news .thumb .pic-con .item .date,
    .home-news .list .card .date,
    .home-news .title-con .more,
    .home-luqu .item .date,
    .home-xueshu .more {
        font-size: 14px;
    }
    .home-news .thumb .focus .des,
    .home-xueshu .item .date,
    .home-xueshu .item .des,
    .home-guanli .content .item .date,
    .home-guanli .content .item .des {
        font-size: 14px;
    }
    .home-news .thumb .focus .tit,
    .home-news .list .card .tit,
    .home-news .title-con .en,
    .home-luqu .item .tit,
    .home-xueshu .item .tit,
    .home-guanli .content .title-con .more,
    .home-guanli .content .item .tit,
    .home-guanli .content .card .tit,
    .home-guanli .content .title-con span,
    .home-work .item .tit {
        font-size: 16px;
    }
    .home-title .en {
        font-size: 18px;
    }
    .home-guanli .content .item .date span,
    .home-work .item .date span {
        font-size: 27px;
    }
    .home-work .item .date,
    .home-guanli .content .card .date,
    .home-guanli .content .item .date {
        font-size: 16px;
    }
    .home-news .title-con .cn,
    .home-title .cn {
        font-size: 24px;
    }
    .home-news .thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
    }
    .home-luqu {
        padding-left: 0;
    }
    .home-luqu .content {
        padding-right: .2rem;
        padding-left: 3rem;
    }
    .home-xueshu .item .date,
    .home-guanli .content .card .date {
        line-height: 30px;        font-size: 14px
    }
    .home-xueshu .item .tit {
        height: 52px;
    }
    .home-xueshu .item .des {
        height: 40px;
    }
    .home-guanli .content .item .date {
        width: 58px;
        height: 58px;font-size: 14px;
    }
    .home-guanli .content .title-con .title,
    .home-xueshu .more {
        line-height: 40px;
    }
    .home-xueshu .more {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .pc {
        display: none;
    }
    .mb-banner {
        display: block;
    }


    .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: 6%;padding-left: .4rem;}
    .new_title_rt p{ font-size: .2rem;}
    .new_title_lt span{ font-size: .32rem;text-align: left;}  

    .nw_texxt h4{ font-size: .3rem;}
    .nw_texxt .date{ font-size: .22rem; margin: 0 auto;}
    .nw_texxt .ellipsis-2{ font-size: .23rem; line-height: .4rem;}

    .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;}

    .new_gong_main_er ul li a .time strong{font-size: .36rem;}
    .new_gong_main_er ul li a .time span{ font-size: .22rem;}
    .new_gong_main_er ul li a .txt h4{ font-size: .29rem;}
    .new_gong_main_er ul li a .txt p{ font-size: .24rem;}


	.m-list9 .txt h4 {
		font-size: 16px;
	}

	.m-list9 .txt {
		line-height: 22px;
		padding-top: 42px;
	}

	.m-list9 li {
		float: none;
		width: auto;
		margin-bottom: 15px;
		padding-right: 0;
		margin-right: 0;
	}

	.m-list9 {
		padding-top: 15px;
	}

	.m-tab2 li a {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

}

@media (max-width:950px) {
    .home-xueshu .content {
        margin-top: .4rem;
    }
    .home-xueshu .item {
        width: 49%;
        margin-top: .3rem;
    }
    .home-xueshu .item:nth-child(even) {
        margin-right: 0;
    }
    .home-guanli .content .box {
        width: 100%;
    }
    .home-work .item {
        width: 49%;
        height: auto;
        padding-bottom: .4rem;
    }
    .home-work .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .home-news .thumb .pic-con {
        margin-top: 0;
    }
.home-news .thumb .focus .swiper-pagination{bottom:.1rem
}
.home-news .thumb .focus .des{
        font-size: .22rem;margin-top:0;
}
.home-news .thumb .focus .tit{
        font-size: .27rem;
}
.home-news .thumb .focus .text-con{
background-image:linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .4));    
padding: .4rem .2rem .35rem .4rem;
}

    .home-news .thumb .pic-con .item {
        width: 100%;
        margin-right: 0;
        padding-top: 51%;
        margin-top: .3rem;
    }
    .home-luqu .content {
        background-position: center;
        padding-left: .3rem;
    }
    .home-luqu .item {
        width: 100%;
    }
    .home-xueshu {
        padding-bottom: .6rem;
    }
    .home-guanli .content .l-con {
        margin-top: .2rem;        margin-bottom: .5rem;
    }
    .home-luqu .content .txt {
        display: none;
    }

    .nw_texxt{ width: 100%;}
    .new_right_main ul li a { flex-wrap:wrap}
    .new_right_main ul li a .pic{ width: 100%;margin-right:0;}

}

@media (max-width:540px) {
    .home-xueshu .item,
    .home-work .item {
        width: 100%;
        margin-right: 0;
    }
}