@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: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #432994;
}


/*块级转化*/

.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 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    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%;
}

.header .logo {
    height: 1.2rem;
}

.header .logo img {
    height: .75rem;
}

.header .top {
    justify-content: flex-end;
    margin-top: .1rem;
}

.header .top a {
    color: #FFF;
    font-size: .15rem;
    margin-left: .2rem;
}

.header .top .search {
    width: 1.8rem;
    height: .28rem;
    border: 1px #FFF solid;
    border-radius: .14rem;
    -webkit-border-radius: .14rem;
    -moz-border-radius: .14rem;
    -ms-border-radius: .14rem;
    -o-border-radius: .14rem;
}

.header .top .search input[type='text'] {
    width: 76%;
    background: none;
    padding-left: .15rem;
    color: #FFF;
    font-size: .13rem;
}

.header .top .search input[type='text']::placeholder {
    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-image: linear-gradient(60deg, #341fd6, #6b1bab);opacity: .8;
}

.header.fixed::after {
    display: none;
}

.header .logo img {
    height: .75rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 32px;
    height: 32px;
    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 {
    margin-right: .6rem;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li>a {
    font-size: .19rem;
    color: #FFF;
    font-weight: bold;
    line-height: .6rem;
}

.nav .drop {
    left: -.45rem;
    right: -.45rem;
    top: .6rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.6;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    font-size: .17rem;
    padding: .1rem 0;
}

.footer {
    margin-left: .9rem;
background-image: linear-gradient(60deg, #341fd6, #6b1bab);
    padding-left: .3rem;
    padding-right: 1.2rem;
    padding-top: .55rem;
    padding-bottom: .5rem;
    z-index: 9;
    color: #FFF;
    font-size: .15rem;
    margin-top: .95rem;
}

.footer::before {
    content: '';
    position: absolute;
    left: -.45rem;
    bottom: 0;
    width: .45rem;
    background-color: #dadada;
    top: .4rem;
}

.footer .logo {
    margin-top: .3rem;
    margin-right: .8rem;
}

.footer .logo img {
    height: .6rem;
}

.footer .erwma {
    width: 1.32rem;
    margin-right: .2rem;
}

.footer .erwma .pic {
    overflow: hidden;
    padding-top: 100%;
}

.footer .erwma .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.footer .erwma .tit {
    margin-top: .1rem;
}

.footer .link {
    margin-right: 1.9rem;
}

.footer .link .tit {
    font-weight: bold;
    font-size: .17rem;
}

.footer .link .con a {
    color: #FFF;
    margin-right: .4rem;
    margin-top: .2rem;font-size: .16rem;
}

@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 .drop a:hover {
        color: #FFF;
        background-image: linear-gradient(60deg, #341fd6, #6b1bab);
    }
    .footer .link .con a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .menu-btn,
    .header .top {
        display: block;
    }
    .header.on {
        background-image: linear-gradient(60deg, #341fd6, #6b1bab);
    }
    .header.on::after,
    .header .top a {
        display: none;
    }
    .header .top .search {
        width: 100%;
        background-image: linear-gradient(60deg, #341fd6, #6b1bab);
        height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .header .top .search input[type='text'] {
        font-size: 12px;
        /* color: #333; */
        padding-left: 20px;
    }
    /* .header .top .search input[type='text']::placeholder {
        color: #333;
    } */
    .header .top .search input[type='submit'] {
        width: 40px;
        background-size: 18px;
    }
    .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;
        margin-top: .3rem;
    }
    .nav li {
        margin-right: 0;
    }
    .nav li>a {
        font-size: 16px;
        color: #333;
        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: 18px;
        height: 18px;
        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%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding: 0;
        background: none;
        font-size: 14px;
        padding-left: 15px;
    }
    .footer {
        margin-left: 0;
        font-size: 12px;
        padding: .3rem .2rem;
    }
    .footer::before {
        display: none;
    }
    .footer .logo {
        margin-right: .6rem;
    }
    .footer .link .tit {
        font-size: 14px;
    }
    .footer .link {
        margin-right: 0;
    }
}









/*------------------------ 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: #6510ad; padding: .2rem 0 .2rem .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_left .new_left_yi:nth-child(2){margin-top:51px;}
.new_lie ul{ border-left: 10px solid #6510ad;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:22px;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: #6510ad url(../images/suo_wh.png) no-repeat 90%; color: #FFF; }


.new_left_er{ margin: .35rem 0; border: 1px solid #e1e1e1;}
.new_left_er .new_top_yi{ background:#6510ad ; 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;line-height: 2;}
.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 #6510ad; 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: #3d1ecf;}

.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: .17rem; color: #666; font-family: Arial, Helvetica, sans-serif;margin: .1rem 0; }
.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 video {width: 100%; height:auto}
.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: 0 0 .3rem 0; line-height: 1.7;}
.new_main_zon_xia p img{ max-width: 100%;display: block;margin: 0 auto;}

.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: #6510ad; 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: #3d1ecf; right:0; top: 0;}
.new_gong_main ul li a:hover{ background: #6510ad; 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: #3d1ecf; 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:767px) {
    .header .logo {
        height: 60px;
    }
    .header .logo img {
        height: 38px;
    }
    .nav-con {
        top: 60px;
    }
    .footer .logo {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .footer .logo img {
        height: 40px;
    }
    .footer .link {
        margin-top: .3rem;
        margin-right: 0;
    }
    .footer .link .con a {
        margin-top: .15rem;
    }
    .footer .erwma-con {
        width: 100%;
        margin-top: .3rem;
    }
    .footer .erwma {
        width: 100px;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .mb {
    display: none;
}

.banner 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);
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .button {
    position: absolute;
    right: 1.2rem;
    bottom: .3rem;
    z-index: 2;
    padding-left: .4rem;
    padding-right: .4rem;
}

.banner .swiper-button-white {
    width: 20px;
    height: 30px;
    background: url(../images/next1.png)no-repeat center;
}

.banner .swiper-button-next {
    right: 0;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner .swiper-button-prev {
    left: 0;
    margin-top: 0;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.banner .swiper-pagination {
    position: initial;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    width: 8px;
    height: 8px;
    opacity: 1;
    font-size: 14px;
    color: #FFF;
    margin: 0 .07rem !important;
    overflow: hidden;
    text-indent: -99px;
}

.banner .swiper-pagination-bullet-active {
    background-image: linear-gradient(60deg, #341fd6, #6b1bab);
    text-indent: 0;
    width: 30px;
    height: 30px;
    background: none;
    border: 1px #FFF solid;
    line-height: 30px;
    text-align: center;
}

.home-bg1 {
    background: url(../images/bg1.png)no-repeat left bottom;
    background-size: 12.8rem;
    padding-top: .8rem;
}

.home-title .title {
    font-weight: bold;
    font-size: .32rem;
    padding-left: .2rem;
    z-index: 9;
}

.home-title .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: .57rem;
    height: .57rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-title .title span {
    color: #6510ad;
}

.home-title .more {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.4;
    padding-right: .25rem;
    z-index: 10;
}

.home-title .more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .15rem;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
}

.home-news {
    width: 10.4rem;
    margin-top: .4rem;
    margin-right: .7rem;
}

.home-news .home-title .title::after {
    background-image: url(../images/t1.png);
}

.home-news .content {
    margin-top: .45rem;
}

.home-news .item {
    margin-top: .25rem;
}

.home-news .item .pic {
    width: 3.35rem;
    overflow: hidden;
    padding-top: 19.3%;
    margin-right: .4rem;
}

.home-news .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.home-news .item .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-news .item .tit {
    font-size: .21rem;
    font-weight: bold;
    line-height: 1.1;
    margin-top: .15rem;
}

.home-news .item .des {
    color: #666;
    font-size: .17rem;
    line-height: 1.6;
    margin-top: .2rem;
}

.home-news .item .date {
    background: url(../images/time.png)no-repeat left center;
    background-size: .14rem;
    font-size: .17rem;
    color: #6510ad;
    line-height: 1.4;
    margin-top: .2rem;
    padding-left: .25rem;
    font-family: 'arial';
}

.home-news .item .arrow {
    height: .2rem;
    background: url(../images/arrow1.png)no-repeat left center;
    background-size: .25rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: .25rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-notice {
    background-color: rgba(101, 16, 173, .05);
    border-top: 3px #6510ad solid;
    margin-top: .12rem;
    padding: .3rem .3rem .4rem .3rem;
}

.home-notice .title-con {
    line-height: 1.2;
}

.home-notice .title-con .title {
    cursor: pointer;
}

.home-notice .title-con .title:first-child {
    margin-right: .22rem;
}

.home-notice .title-con .title:first-child span {
    padding-right: .22rem;
}

.home-notice .title-con .title:first-child span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 80%;
    background-color: #56059b;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-notice .title-con .title span {
    font-weight: bold;
    font-size: .32rem;
}

.home-notice .title-con .more {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.4;
    padding-right: .25rem;
    z-index: 10;
    display: none;
}

.home-notice .more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .15rem;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
}

.home-notice .title-con .title.on span {
    color: #56059b;
}

.home-notice .title-con .title.on .more {
    display: block;
}

.home-notice .content {
    margin-top: .25rem;
}

.home-notice .item {
    padding-top: .21rem;
    padding-bottom: .22rem;
    border-bottom: 1px rgba(101, 16, 173, .3) dashed;
}

.home-notice .item .date {
    width: .75rem;
    background-color: #FFF;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-right: .2rem;
    font-size: .15rem;
    font-family: 'arial';
    box-shadow: 0 5px 0 rgba(101, 16, 173, .75);
    height: .7rem;
    padding-top: .1rem;
}

.home-notice .item .date span {
    font-size: .31rem;
    font-weight: bold;
    color: #410772;
}

.home-bg2 {
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 8.83rem;
    margin-top: .55rem;
    padding-top: 1.05rem;
}

.home-bg2 .title>div {
    color: #FFF;
    font-size: .3rem;
    font-weight: bold;
    border-bottom: 3px rgba(255, 255, 255, .5) solid;
    line-height: 2;
    padding-left: .45rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.home-bg2 .title .more {
    color: #FFF;
    font-size: .2rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-huodong {
    width: 8.1rem;
    margin-right: .6rem;
}

.home-huodong .title>div {
    background-image: url(../images/t2.png);
    background-size: .35rem;
}

.home-huodong .content {
    margin-top: .55rem;
}

.home-huodong .item {
    margin-top: .14rem;
    border: 1px rgba(255, 255, 255, .5) solid;
    padding: .13rem;
    color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-huodong .item .date-con {
    width: 1.32rem;
    height: 1.32rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    color: #6510ad;
    padding: .1rem;
    margin-right: .5rem;
}

.home-huodong .item .date {
    font-family: 'arial';
    border-bottom: 1px #6510ad solid;
    line-height: 1.8;
    height: .3rem;
    overflow: hidden;
}

.home-huodong .item .date-con .name {
    font-weight: bold;
    font-size: .21rem;
    margin-top: .1rem;
}

.home-huodong .item .info {
    font-size: .13rem;
    line-height: 1.6;
    margin-top: .15rem;
}

.home-huodong .item .info>div {
    padding-left: .2rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.home-huodong .item .info .time {
    background-image: url(../images/time2.png);
    background-size: .11rem;
}

.home-huodong .item .info .address {
    background-image: url(../images/address.png);
    background-size: .13rem;
}

.home-huodong .item .tit {
    font-size: .21rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: .1rem;
    height: .55rem;
}

.home-jiuye .title>div {
    background-image: url(../images/t3.png);
    background-size: .33rem;
}

.home-jiuye .content {
    margin-top: .3rem;
}

.home-jiuye .item {
    line-height: .86rem;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    color: #FFF;
}

.home-jiuye .item .tit {
    font-weight: bold;
    font-size: .2rem;
    margin-right: .3rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-jiuye .item .date {
    opacity: .5;
}

.home-star {
    margin-top: 1.1rem;
}

.home-star .home-title .title::after {
    background-image: url(../images/t4.png);
}

.home-star .swiper-container {
    margin-top: .62rem;
}

.home-star .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 62%;
}

.home-star .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-star .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-star .name {
    width: .93rem;
    line-height: .56rem;
    color: #FFF;
    background-image: linear-gradient(135deg, #341fd6, #6b1bab);
    transform: translateY(-.14rem);
    -webkit-transform: translateY(-.14rem);
    -moz-transform: translateY(-.14rem);
    -ms-transform: translateY(-.14rem);
    -o-transform: translateY(-.14rem);
    margin-top: -.28rem;
}

.home-star .swiper-slide {
    border-bottom: 2px #6510ad solid;
    padding-bottom: .22rem;
}

.home-star .text {
    font-size: .16rem;
    color: #666;
    line-height: 1.1;
    margin-top: .1rem;
}

.home-star .des {
    font-size: .2rem;
    color: #000;
    margin-top: .15rem;
}

.home-star .swiper-pagination {
    display: none;
    bottom: 0;
}

.home-star .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #432994;
    margin: 0 5px !important;
}

.home-star .swiper-pagination-bullet-active {}

.home-con {
    width: 48%;
    margin-top: 1.2rem;
}

.home-con .home-title .title::after {
    background-image: url(../images/t5.png);
}

.home-con:last-child .home-title .title::after {
    background-image: url(../images/t6.png);
}

.home-con .content {
    background-color: #f5f5f5;
    padding: .3rem .4rem .5rem .3rem;
    margin-top: .55rem;
}

.home-con .item {
    border-bottom: 1px #d5d5d5 solid;
    padding-bottom: .3rem;
    padding-top: .3rem;
}

.home-con .item .pic {
    display: none;
    width: 3.05rem;
    padding-top: 27.052%;
    overflow: hidden;
}

.home-con .item .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-con .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-con .item .tit {
    font-weight: bold;
    font-size: .21rem;
    line-height: 1.75;
}

.home-con .item .des {
    line-height: 1.7;
    margin-top: .15rem;
    font-size: .15rem;
    color: #444;
}

.home-con .item:first-child {
    padding-top: 0;
}

.home-con .item.on {
    display: flex;
}

.home-con .item.on .pic {
    display: block;
    margin-right: .35rem;
}

.home-con .item.on .text-con {
    flex: 1;
}

.home-con .item.on .tit {
    margin-top: .1rem;
}

.home-con .item.on .des {
    -webkit-line-clamp: 3;
    margin-top: .3rem;
}

.home-yuren {
    margin-top: 1rem;
}

.home-yuren .home-title .title::after {
    background-image: url(../images/t7.png);
}

.home-yuren .con {
    width: 49.5%;
    margin-top: .7rem;
}

.home-yuren .con img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-yuren .con .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    color: #FFF;
    font-weight: bold;
    font-size: .27rem;
    line-height: .6rem;
    padding-left: .4rem;
}

.home-yuren .con .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(90deg, #432994, #FFFFFF);
    opacity: .6;
}

.home-yuren .con a::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-yuren .con .pic1 {
    width: 100%;
    overflow: hidden;
    padding-top: 44%;
}

.home-yuren .con .pic2 {
    width: 49%;
    margin-top: .4rem;
    padding-top: 44%;
    overflow: hidden;
}

.home-yuren .con:last-child .pic2 {
    margin-top: 0;
    margin-bottom: .4rem;
}

@media (min-width:1025px) {
    .home-news .item:hover .pic img,
    .home-star .swiper-slide:hover .pic img,
    .home-con .item:hover .pic img,
    .home-yuren .con a:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .item:hover .pic::before,
    .home-star .swiper-slide:hover .pic::before,
    .home-con .item:hover .pic::before,
    .home-yuren .con a:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .home-news .item:hover .arrow,
    .home-huodong .item:hover,
    .home-jiuye .item:hover .tit {
        transform: translateX(.15rem);
        -webkit-transform: translateX(.15rem);
        -moz-transform: translateX(.15rem);
        -ms-transform: translateX(.15rem);
        -o-transform: translateX(.15rem);
    }
    .home-huodong .item:hover .tit,
    .home-bg2 .title .more:hover,
    .home-jiuye .item:hover .tit,
    .home-yuren .con a:hover .tit {
        text-decoration: underline;
    }
    .home-notice .item:hover .tit,
    .home-star .swiper-slide:hover .des {
        font-weight: bold;
    }
    .home-star .swiper-slide:hover .des {
        color: #410772;
    }
}

@media (max-width:1199px) {
    .banner img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .banner .pc {
        display: none;
    }
    .banner .mb {
        display: block;
    }
    .banner .button {
        right: .2rem;
    }
    .home-news {
        width: 65%;
    }
    .home-title .title,
    .home-notice .title-con .title span,
    .home-bg2 .title>div {
        font-size: 22px;
    }
    .banner .swiper-pagination-bullet,
    .home-news .item .date,
    .home-notice .item .date,
    .home-news .item .des,
    .home-huodong .item .date,
    .home-huodong .item .info,
    .home-jiuye .item .date,
    .home-star .text,
    .home-con .item .des {
        font-size: 12px;
    }
    .home-notice .item .date {
        width: 55px;
        height: 50px;
        padding-top: 5px;
    }
    .home-notice .item .date span {
        font-size: 20px;
    }
    .home-news .item .tit,
    .home-huodong .item .tit,
    .home-jiuye .item .tit,
    .home-bg2 .title .more {
        font-size: 14px;
    }
    .home-news .item .tit {
        margin-top: 0;
    }
    .home-bg1 {
        padding-top: .5rem;
    }
    .home-huodong .item .date-con {
        width: 93px;
        height: 93px;
        margin-right: .2rem;
    }
    .home-huodong .item .date-con .name,
    .home-star .des,
    .home-con .item .tit,
    .home-yuren .con .tit {
        font-size: 15px;
    }
    .home-huodong .item .tit {
        height: 38px;
    }
    .home-star .name {
        width: 68px;
    }
    .home-star {
        margin-top: .7rem;
    }
    .home-yuren .con .tit {
        line-height: 32px;
    }
    .home-star .swiper-container {
        padding-bottom: 40px;
    }
    .home-star .swiper-pagination {
        display: block;
    }
}

@media (max-width:950px) {
    .home-news {
        width: 100%;
        margin-right: 0;
    }
    .home-news .item .pic {
        width: 35%;
    }
    .home-notice {
        margin-top: .5rem;
    }
    .home-bg2 {
        height: auto;
        padding-bottom: 1.5rem;
        margin-top: 0;
    }
    .home-huodong,
    .home-con {
        width: 100%;
        margin-right: 0;
    }
    .home-jiuye {
        margin-top: .4rem;
    }
    .home-star {
        margin-top: .3rem;
    }
    .home-con .item.on .pic {
        width: 45%;
    }
}

@media (max-width:767px) {
    .home-title .title,
    .home-notice .title-con .title span,
    .home-bg2 .title>div {
        font-size: 20px;
    }
    .home-con,
    .home-yuren {
        margin-top: .6rem;
    }
    .home-yuren .con {
        width: 100%;
        margin-top: .3rem;
    }
    .home-yuren .con .pic2 {
        margin-top: .2rem;
    }
    .home-yuren .con:last-child {
        margin-top: .2rem;
    }
    .home-yuren .con:last-child .pic2 {
        margin-bottom: .2rem;
    }
}

@media (max-width:540px) {
    .home-news .item .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 60%;
    }
    .home-news .item .text-con {
        margin-top: .3rem;
        padding-bottom: .4rem;
    }
    .home-star {
        margin-top: 0;
    }
    .home-yuren .con .pic1,
    .home-yuren .con .pic2 {
        width: 100%;
        padding-top: 60%;
    }
}













@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: .24rem;}
    .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;height: 4.5rem;}

}

@media (max-width:540px) {
    .home-xueshu .item,
    .home-work .item {
        width: 100%;
        margin-right: 0;
    }
}