
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font-size: 0.14rem;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    color: #000;
    -webkit-text-size-adjust: none;
}

.g-head .link a:hover, .g-head .link a.on {
    color: #791CB5;
}

.g-head-sub .link a:hover, .g-head-sub .link a.on {
    color: #791CB5;
}

.g-head .link b {
    padding: 0 0.12rem;
}

.g-head-sub .link b {
    padding: 0 0.12rem;
}

.flex,
.index-flow .img-list li a .layer .info,
.index-flow .title dl dd .layer,
.index-flow .title dl,
.index-flow .container .video i,
.index-admissions .dots,
.index-events .list-wrapper dd.li-dd dl.info dd,
.index-events .list-wrapper dl.ul-dl,
.index-events .wal .arrow,
.index-events .wal,
.index-news .col-2 .arrow .dots,
.index-news .col-2 .arrow,
.index-news .col-2 .list li .title,
.index-search .search-result .name,
.index-search .hot-words,
.index-flash .btn .dots,
.index-flash .btn,
.g-foot .info .tel,
.g-foot .info,
.g-foot .list li,
.g-nav2 .scroll ul,
.g-nav ul,
.g-head .btn-list .language .name,
.g-head .btn-list ul,
.g-head .btn-list,
.p-layer {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

li {
    list-style: outside none;
}

em {
    font-style: normal;
}

a:link {
    text-decoration: none;
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

.g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 1.38rem;
    background: url(../image/head-bg.png) center repeat-x;
    background-size: auto 99%;
}

.g-head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0.05rem;
    width: 100%;
}

.wal {
    max-width: 13.2rem;
    margin: 0 auto;
}

.g-head .wal {
    min-height: 1.1rem;
    position: relative;
    max-width: 100%;
    margin: 0 0.4rem;
}

.g-head a.logo {
    display: block;
    background: url(../image/logo3.png) center no-repeat;
    background-size: 100%;
    width: 1.8rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.g-head .btn-list ul li {
    padding-left: 0.3rem;
}

.g-head .btn-list ul a {
    display: block;
    opacity: 0.75;
}

.g-head .btn-list ul {
    margin-right: 0.2rem;
}

.g-head .btn-list a {
    color: #fff;
}

.g-head .btn-list .language {
    border-left: rgba(255, 255, 255, 0.37) solid 1px;
}

.g-head .btn-list {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 1.36rem;
    top: 0;
    bottom: auto;
    height: 0.53rem;
    font-size: 0.14rem;
    color: #fff;
    align-items: center;
    -webkit-align-items: center;
    font-weight: bold;
}

.g-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 0.05rem;
    background: url(../image/head-bg2.jpg) center repeat-x;
    background-size: 100% 100%;
}


.g-nav a.name i.line {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0.2rem;
    height: 0.02rem;
    background: #e2ca5b;
    margin-top: -0.12rem;
    opacity: 0;
}

.g-nav a.name em:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.g-nav a.name em {
    display: block;
    margin-right: -0.2rem;
    padding-right: 0.2rem;
    position: relative;
}

.g-nav a.name.on i.line {
    opacity: 1;
}

.g-nav a.name.on {
    color: #e2ca5b;
}


.g-nav a.name {
    display: block;
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.16rem;
    color: #fff;
    font-weight: bold;
    padding-right: 0.1rem;
    position: relative;
}

.g-nav li {
    position: relative;
    margin-left: 0.32rem;
}

.g-nav .list a {
    display: block;
    text-align: center;
    font-size: 0.17rem;
    line-height: 0.48rem;
    color: #6510AD;
}

.g-nav .list {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: -100vh;
    bottom: auto;
    background: #fff;
    width: 2rem;
    margin-left: -1rem;
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    border-top: #EE9640 solid 0.04rem;
    padding: 0.2rem 0;
    opacity: 0;
    visibility: hidden;
}

.g-nav li:hover a.name i.line {
    opacity: 1;
}


.g-nav li:hover a.name {
    color: #e2ca5b;
}

.g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

.g-nav .list a:hover {
    background: #ededed;
}

.g-nav {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.35rem;
    bottom: auto;
}

.index-flash li .img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: fill;
}

.index-flash li .img a {
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.index-flash li .img.pc-show {
    height: 100%;
}

.index-flash li {
    position: relative;
}

.index-flash .btn .dots span.swiper-pagination-bullet-active {
    background: #dcc55a;
}

.index-flash .btn .dots span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.78);
    opacity: 1;
    display: inline-block;
}

.index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.6rem;
}

.index-flash li .name a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.1rem;
    font-size: 0.24rem;
    padding: 0 0.3rem;
    height: 1.3em;
    line-height: 1.3em;
}

.ellipsis, .index-flash li .name a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-flash {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.dots {
    margin: auto;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

.flexWrap, .foot-link .list ul, .index-flow .img-list li a .layer, .index-flow .img-list ul, .index-admissions .list dl, .index-news, .index-search .hot-words ul, .g-foot .info div, .g-foot .list ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.g-foot .list li .p-ico, .g-foot .list li .index-flow .container .video i,
.index-flow .container .video .g-foot .list li i,
.g-foot .index-flow .container .list li a i,
.index-flow .container .g-foot .list li a i,
.g-foot .index-flow .container .list a li i,
.index-flow .container .g-foot .list a li i,
.g-foot .list li .index-events .list-wrapper dd.li-dd dl.info em,
.index-events .list-wrapper dd.li-dd dl.info .g-foot .list li em,
.g-foot .list .index-search .search-result li a i,
.index-search .search-result .g-foot .list li a i {
    font-size: 0.14rem;
    margin-right: 0.1rem;
    flex-shrink: 0;
}

.foot-link .list a {
    display: block;
    border-bottom: #DDD solid 1px;
    font-size: 0.16rem;
    color: #616161;
    line-height: 0.45rem;
}

.foot-link .list li {
    width: 33.333%;
    padding: 0.05rem 0.65rem 0 0;
}

.foot-link .title {
    font-size: 0.3rem;
    color: #000;
    line-height: 1em;
    padding: 1.1rem 0 0.3rem 0;
}

.foot-link .list {
    max-width: 7.59rem;
}


.foot-link .ewm p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 0.14rem;
}

.foot-link .ewm {
    width: 2.19rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: -0.6rem;
}

.foot-link {
    position: relative;
    min-height: 4.02rem;
}

.g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 4.5%;
    bottom: 0;
    right: 0;
    height: 1.92rem;
    background: #C6CFD7;
}

.g-foot .wal {
    min-height: 2.35rem;
    position: relative;
    z-index: 2;
}

.g-foot:after {
    content: "";
    display: block;
    position: absolute;
    left: 7.1%;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #81318B;
}


.g-foot .logo {
    position: absolute;
    z-index: 1;
    left: 20px;
    right: auto;
    top: 0.46rem;
    bottom: auto;
    width: 1.8rem;
}

.g-foot .list li {
    height: 0.24rem;
    padding-right: 0.2rem;
}

.g-foot .list {
    position: absolute;
    z-index: 1;
    left: 2.3rem;
    right: auto;
    top: 0.5rem;
    bottom: auto;
    width: 3.5rem;
}

.g-foot .info div p {
    opacity: 0.36;
    line-height: 0.45rem;
    padding-right: 0.12rem;
}

.g-foot .info {
    position: absolute;
    z-index: 1;
    left: 30px;
    right: 0;
    top: auto;
    bottom: 0;
    height: 0.69rem;
    border-top: rgba(255, 255, 255, 0.27) solid 1px;
}

.g-foot a {
    color: #fff;
}

.g-foot {
    position: relative;
    color: #fff;
    font-size: 0.12rem;
}


.g-head-sub a.logo {
    display: block;
    background: url(../image/logo2.png) center no-repeat;
    background-size: 100%;
    width: 3.08rem;
    height: 0.63rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0.69rem;
    bottom: auto;
    background-size: contain;
}

.g-head-sub .link a {
    color: #707070;
}

.g-head-sub .link {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    line-height: 0.36rem;
    font-size: 0.13rem;
    color: #707070;
}

.g-head-sub:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.37rem;
    right: 0;
    height: 1px;
    background: #EBEBEB;
}

.g-head-sub .wal {
    min-height: 1.7rem;
    position: relative;
}

.g-head-sub {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}

.gdwz1 .index-flash .bg:before {
    content: "";
    display: block;
    position: absolute;
    left: -7.45rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../image/img1705.jpg) center no-repeat;
    background-size: 100% 100%;
}

.gdwz1 .index-flash .wal2 {
    position: relative;
    z-index: 2;
    padding-top: 0.48rem;
}

.gdwz1 .index-flash .side ul li:last-child:before {
    display: none;
}

h2, h3, h4, h5 {
    font-size: 14px;
}

.gdwz1 .index-flash .list li .layer p a {
    font-size: 0.12rem;
    line-height: 0.22rem;
    opacity: 0.67;
    display: block;
}

.gdwz1 .index-flash .list li .layer a {
    color: #fff;
}

.gdwz1 .index-flash .list li .layer h3 a {
    font-size: 0.20rem;
    line-height: 0.3rem;
    padding: 0.15rem 0;
    display: block;
}

.gdwz1 .index-flash .list li .layer a {
    color: #fff;
}

.gdwz1 .index-flash .list li .layer .tag a {
    line-height: 0.26rem;
    padding: 0 0.1rem;
    font-size: 0.12rem;
    background: #791CB5;
}

.gdwz1 .index-flash .list li .layer a {
    color: #fff;
}

.gdwz1 .index-flash .list li .layer {
    position: absolute;
    z-index: 1;
    left: 0.57rem;
    right: 0.57rem;
    top: auto;
    bottom: 0.57rem;
}

.gdwz1 .index-flash .list {
    width: 10.93rem;
    overflow: hidden;
    position: relative;
    height: 556px;
}

.gdwz1 .index-flash {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.06rem;
}


.gdwz1 .wal2 {
    max-width: 16rem;
    margin: 0 auto;
}

.gdwz1 .index-flash .bg {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    height: 7.24rem;
}

.gdwz1 .index-flash .list li .img a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(../image/bg20_2.png) center bottom repeat-x;
    background-size: auto 4.28rem;
}

.gdwz1 .index-flash .side ul li .time, .gdwz1 .index-flash .side ul li .name {
    position: relative;
    z-index: 2;
}

.gdwz1 .index-flash .side ul li .img {
    width: 2.19rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
}

.gdwz1 .index-flash .side ul li .name {
    font-size: 0.14rem;
    line-height: 0.22rem;
    color: #524A64;
    min-height: 0.78rem;
    font-weight: bold;
}

.gdwz1 .index-flash .side ul li .time {
    font-size: 0.12rem;
    color: #A0A0A0;
    padding-bottom: 0.08rem;
}

.gdwz1 .index-flash .side ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.06rem;
    right: -0.06rem;
    bottom: -0.06rem;
    background: #BA9A05;
    opacity: 0;
}

.gdwz1 .index-flash .side ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 2.19rem;
    height: 1px;
    background: #EBEBEB;
}


.gdwz1 .index-flash .side ul li.on:after {
    opacity: 1;
    left: -0.2rem;
}

.gdwz1 .index-flash .side ul li.on .time {
    color: rgba(255, 255, 255, 0.6);
}

.gdwz1 .index-flash .side ul li.on .name {
    color: #fff;
}


.gdwz1 .index-flash .side ul li.on {
    z-index: 2;
}

.gdwz1 .index-flash .side ul li {
    position: relative;
    width: 100%;
    padding: 0.1rem 2.55rem 0 0.35rem;
    z-index: 1;
    justify-content: center;
    -webkit-justify-content: center;
    height: auto;
}

.gdwz1 .index-flash .side ul {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.48rem;
    bottom: 0;
    background: #fff;
    width: 5.1rem;
}

.g-headD {
    height: 1.7rem;
}

.flex, .index-links .list .title,
.index-imgs .box div.name .tag,
.index-news .list2 .tab-box li,
.index-news .list2 .tab-btn ul,
.index-recommend .list dl,
.index-recommend .arrow,
.index-recommend .title,
.index-flash .list li .layer .tag,
.g-head .btns dl.share,
.g-head .btns .search,
.g-head .btns, .p-layer {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

body.show a, body.show .transition,
body.show .index-flash .side ul li .time,
.index-flash .side ul li body.show .time,
body.show .index-flash .side ul li .name,
.index-flash .side ul li body.show .name,
body.show .g-head .nav,
.g-head body.show .nav,
body.show :before,
body.show :after,
body.show img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.flexWrap,
.index-links .wal,
.index-imgs ul,
.index-news .wal,
.index-flash .side ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flexBetween,
.index-links .list .title,
.index-links .wal,
.index-news .list2 .tab-box li,
.index-news .wal {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}


.justifyCenter,
.index-news .list li .time,
.index-flash .side ul li, .p-layer {
    justify-content: center;
    -webkit-justify-content: center;
}

.index-news .list li .name {
    font-size: 0.15rem;
    line-height: 0.26rem;
    font-weight: bold;
    padding: 0.1rem 0 0.12rem 0;
}


.index-news .time div {
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.04rem;
    padding-top: 5px;
}


.index-news .time {
    color: #fff;
    text-align: center;
    font-size: 0.12rem;
    font-family: "Roboto-Light";
}

.index-news .list li .time {
    position: absolute;
    z-index: 1;
    left: -0.15rem;
    right: auto;
    top: 1.04rem;
    bottom: auto;
    background: url(../image/img60.png) center no-repeat;
    background-size: cover;
    width: 0.6rem;
    height: 0.6rem;
}

.index-news .list li .img img {
    width: 100%;
    height: 1.85rem;
    object-fit: contain;
}

.index-news .list li .img a {
    width: 3rem;
    display: block;
    background: #e9ebf9;
}

.index-news .list li .img {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
}

.index-news .list li {
    position: relative;
    min-height: 2.33rem;
    padding: 0 0 0.3rem 3.34rem;
}


.index-news .list .more a {
    font-size: 0.12rem;
    color: #ADADAD;
}


.index-news .list .more {
    border-top: #EDEDED solid 1px;
    text-align: right;
    padding-top: 0.15rem;
}

.index-news .list {
    width: 6.72rem;
    margin: 0 50px 0 32px;
}


.index-news .nav li.on a:before, .index-news .nav li.on a:after {
    opacity: 1;
}


.index-news .nav li.on a:before, .index-news .nav li.on a:after {
    opacity: 1;
}

.index-news .nav li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.08rem;
    background: url(../image/arrow6.png) center no-repeat;
    background-size: 100%;
    width: 0.06rem;
    opacity: 0;
}

.index-news .nav li.on a {
    background: #fff;
    font-weight: bold;
    color: #791CB5;
}

.index-news .nav li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: #E9E4ED solid 1px;
    border-right: 0;
    opacity: 0;
}

.index-news .nav li a {
    line-height: 0.6rem;
    font-size: 0.14rem;
    color: #6A6A6A;
    padding-left: 0.25rem;
    margin-left: -2px;
    margin-right: -1px;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.index-news .nav {
    width: 1.45rem;
    border-right: #E9E4ED solid 1px;
    border-left: #791CB5 solid 4px;
}

.index-news .wal {
    position: relative;
    z-index: 2;
    min-height: 13.43rem;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 0.36rem 0 1.04rem 0;
    max-width: 14rem;
    margin: 0 auto;
}

.index-news .list2 .tab-box li:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.12rem;
    bottom: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.index-news:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 1.43rem;
    right: 50%;
    width: 16.76rem;
    background: #F2F3F9;
    margin-right: -19.6rem;
}

.index-news {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

    .index-news .list2 .more a {
        font-size: 0.12rem;
        color: rgba(255, 255, 255, 0.71);
    }

    .index-news .list2 .more {
        text-align: right;
        padding: 0.2rem 0.45rem;
    }

    .itemsCenter,
    .index-links .list .title,
    .index-news .list2 .tab-box li,
    .index-news .list li .time,
    .index-recommend .title, .p-layer {
        align-items: center;
        -webkit-align-items: center;
    }

    .index-news .list li p {
        font-size: 0.13rem;
        line-height: 0.24rem;
        color: #767676;
    }

    .index-news .list2 .tab-box li .name a {
        color: #fff;
    }

    .index-news .list2 .tab-box li .name {
        width: 3.4rem;
        font-size: 0.16rem;
        line-height: 0.26rem;
        padding-right: 0.45rem;
        font-weight: bold;
    }

    .index-news .list2 .tab-box li .time {
        flex-shrink: 0;
        width: 1.1rem;
    }


    .index-news .list2 .tab-box li {
        height: 1.05rem;
        position: relative;
    }

    .index-news .list2 .tab-box {
        background: #791cb5 url(../image/img449.jpg) center bottom no-repeat;
        background-size: 100%;
        padding: 0.1rem 0;
    }


    .index-news .list2 .tab-btn li.on a:before {
        width: 0.62rem;
    }

    .index-news .list2 .tab-btn li.on a {
        background: #791cb5;
        color: #fff;
    }

    .index-news .list2 .tab-btn li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0.41rem;
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.53);
    }

    .index-news .list2 .tab-btn li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0.41rem;
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.53);
    }

    .index-news .list2 .tab-btn li a {
        display: block;
        text-align: center;
        font-size: 0.2rem;
        font-weight: bold;
        color: #791CB5;
        height: 0.72rem;
        line-height: 0.66rem;
        padding-top: 0.06rem;
        position: relative;
    }

    .index-news .list2 .tab-btn li {
        width: 50%;
    }

    .index-news .list2 {
        width: 4.5rem;
    }

.show {
    display: inline-block;
}

.hide {
    display: none;
}

.dqwz .rem12:after {
    height: 1.4rem;
    background: #f2f3f9;
    position: absolute;
    top: 0.28rem;
    content: "";
    display: block;
    right: 0;
    left: -50vw;
}

.dqwz .rem12 .lm {
    color: #000;
    font-size: 0.36rem;
    line-height: 0.30rem;
    font-weight: bold;
}

.dqwz .rem12 .wz {
    color: #575656;
    font-size: 0.12rem;
    line-height: 0.26rem;
    margin-bottom: 0.1rem;
}

.dqwz .rem12 p {
    position: relative;
    z-index: 10;
}

.dqwz .rem12:before {
    left: -3.44rem;
}

.dqwz .rem12:before {
    border: 0;
}

.dqwz .rem12:before {
    height: 1.4rem;
    background: url(../image/ej_bg1.jpg) no-repeat;
    position: absolute;
    top: 0;
    content: "";
    display: block;
    left: -0.44rem;
    right: -19vw;
    background-size: 100%;
}

.dqwz .rem12 {
    position: relative;
    padding-top: 0.63rem;
}

.rem12 .right {
    width: 4rem;
    float: right;
}

.rem12 .left {
    width: 9.5rem;
    float: left;
}

.rem12 {
    width: 14rem;
    margin: 0 auto;
}

.dqwz {
    position: relative;
    height: 1.68rem;
    margin-bottom: 0.39rem;
    overflow: hidden;
}

.clear {
    clear: both;
    height: 0;
    display: block;
    _display: inherit;
}


.qhrw2_ul li .tit .zy {
    font-size: .12rem;
    line-height: .2rem;
    color: #868686;
}

.qhrw2_ul li .tit .bt {
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: 0.13rem;
}


.qhrw2_ul .zttj_img_li .tit {
    width: 6rem;
}

.qhrw2_ul li .tit {
    width: 7.2rem;
    float: left;
}

.qhrw2_ul li .sj span {
    font-size: .12rem;
    line-height: 20px;
    display: block;
    text-align: center;
}

.qhrw2_ul .zttj_img_li .sj p {
    padding-top: 0.03rem;
}

.qhrw2_ul li .sj p {
    font-size: .2971rem;
    line-height: .2971rem;
    text-align: center;
    font-weight: bold;
}

.qhrw2_ul .zttj_img_li .sj {
    width: 0.7rem;
    color: #fff;
    float: left;
    margin-right: 0.1rem;
    position: absolute;
    top: 1.5rem;
    left: 0;
    background: rgba(186, 154, 5, 0.8);
}

.qhrw2_ul .zttj_img_li .sj {
    min-width: 53px;
}


.jtfylist img {
    width: 300px;
    height: 200px;
}

.jtfylist {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: url(style/5236.jpg);
    width: 3rem;
    height: 1.82rem;
    float: left;
    margin-right: 0.43rem;
}

.qhrw2_ul .zttj_img_li {
    position: relative;
}

.qhrw2_ul li {
    padding-bottom: 0.25rem;
    padding-top: 0.3rem;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.qhrw2_ul {
    width: 9.5rem;
    margin-top: 0.03rem;
}

.qhrw2_first .tit .yc_k .zy {
    font-size: .12rem;
    line-height: 20px;
    color: #777;
    padding: 0.1rem 0.3rem 0;
}

.qhrw2_first .tit .yc_k .bt {
    color: #000 !important;
}

.qhrw2_first .tit .yc_k .bt {
    height: auto;
    min-height: 0.7rem;
    width: 100%;
    background: url(../image/qhrw2_bt_bg.png) no-repeat;
    font-size: .2rem;
    line-height: .26rem;
    font-weight: bold;
    padding: 0.24rem 0.3rem 0;
}

.qhrw2_first .tit .yc_k {
    width: 8.5rem;
    height: auto;
    float: left;
}

.qhrw2_first .tit .zc_k .dj {
    font-size: .12rem;
    line-height: .26rem;
    color: #ababab;
    text-indent: 0.32rem;
    background: url(../image/qhrw_dj.png) no-repeat 0.1rem center;
    margin-top: 0.15rem;
}

.qhrw2_first .tit .zc_k .sj span {
    font-size: .12rem;
    line-height: .2rem;
    display: block;
    text-align: center;
}

.qhrw2_first .tit .zc_k .sj span {
    font-size: 12px;
}

.qhrw2_first .tit .zc_k .sj p {
    font-size: .2971rem;
    line-height: .2971rem;
    text-align: center;
    padding-top: 0.13rem;
}

.qhrw2_first .tit .zc_k .sj {
    height: 0.7rem;
    width: 100%;
    background: rgba(186, 154, 5, 0.8);
    color: #fff;
}

.qhrw2_first .tit .zc_k {
    width: 0.8rem;
    height: 1.3rem;
    float: left;
}

.qhrw2_first .tit {
    width: 100%;
    margin-top: -0.7rem;
    position: relative;
    z-index: 1;
}

.qhrw2_first .img img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.qhrw2_first .img {
    width: 100%;
}

.qhrw2_first {
    width: 100%;
    margin-top: 26px;
}

.fanye {
    margin-top: 0.57rem;
}

.rem12 .right .zxgx ul li p.sj {
    font-size: 0.12rem;
    color: #bd2980;
    width: 59px;
    height: 26px;
    background: url(../image/zxgx_sj_bg.png) no-repeat;
    text-align: center;
    line-height: 25px;
    margin-left: 0.1rem;
    margin-bottom: 0.15rem;
}



.rem12 .right .zxgx ul li p.bt {
    font-size: 0.14rem;
    line-height: 0.22rem;
    margin-left: 0.17rem;
}

.rem12 .right .zxgx ul li::before {
    content: "";
    width: 0.09rem;
    height: 0.09rem;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    position: absolute;
    top: 0.08rem;
    left: -0.06rem;
    background: #fff;
}

.rem12 .right .zxgx ul li {
    position: relative;
    margin-bottom: 0.2rem;
}

.rem12 .right .zxgx ul {
    margin-top: 0.24rem;
    margin-left: 0.06rem;
    border-left: 1px solid #cfcfcf;
}

.rem12 .right .zxgx .zxgx_tit .tit {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #bd2980;
    text-indent: 0.18rem;
}

.rem12 .right .zxgx .zxgx_tit .tp {
    width: 0.36rem;
    height: 0.36rem;
    background: #bd2980 url(../image/zxgx_tit.png) center center no-repeat;
}

.rem12 .right .zxgx .zxgx_tit p {
    display: inline-block;
    float: left;
}

.rem12 .right .zxgx .zxgx_tit {
    border-bottom: 0.02rem solid #d6d6d6;
    padding-bottom: 0.2rem;
}

.rem12 .right .zxgx {
    margin-top: 0.25rem;
}

.nry_big .rem12 {
    width: 14rem;
}

.nry_bt_real {
    z-index: 10;
}

.nry_bt_real {
    margin-top: 0.5rem;
    position: relative;
    width: 100%;
}

.nry_bt .bt {
    line-height: .5rem;
}

.nry_bt .bt {
    line-height: .5rem;
}

.nry_bt .bt {
    font-size: .3rem;
    margin-bottom: 0.10rem;
    font-weight: bold;
}

.nry_big .subchannel {
    padding: 0 0 0.45rem 0;
}

.nry_con_out .content .sj p {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    color: #791cb5;
    border-top: 1px solid #c9c8c7;
    margin-top: 30px;
    background: url(../image/sj.png) no-repeat left center;
}

.nry_con_out .content .sj {
    text-align: center;
}

.nry_con_out .content p {
    font-size: 16px;
    line-height: 1.75em;
    text-indent: 2em;
    margin-bottom: 0.1rem;
    text-align: justify;
    word-break: break-all;
    text-justify: distribute;
}

.v_news_content {
    margin-top: 72px;
}


.g-head.g-celebration .wal {
    min-height: 1.6rem;
}


.g-head.g-celebration a.logo {
    background: url(../image/celebration2.png) center no-repeat;
    background-size: 100%;
    width: 5.8rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.index-search .hot-words .name {
    font-weight: bold;
    flex-shrink: 0;
}

textarea, input {
    background: transparent;
    font-size: 12px;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    color: #888;
    outline: none;
    border: 0;
}

.index-search .hot-words .p-ico, .index-search .hot-words .index-flow .container .video i,
.index-flow .container .video .index-search .hot-words i,
.index-search .hot-words .index-flow .container .list a i,
.index-flow .container .list a .index-search .hot-words i,
.index-search .hot-words .index-events .list-wrapper dd.li-dd dl.info em,
.index-events .list-wrapper dd.li-dd dl.info .index-search .hot-words em,
.index-search .hot-words .search-result li a i,
.index-search .search-result li a .hot-words i {
    font-size: 0.12rem;
    flex-shrink: 0;
    margin-left: 0.08rem;
    margin-right: 0.28rem;
}

.index-search .hot-words li {
    padding-right: 0.14rem;
}

.index-search .hot-words {
    padding: 0.1rem 0;
    line-height: 0.33rem;
    color: #A0A0A0;
}

.index-search .form .submit input {
    width: 100%;
    height: 0.81rem;
    cursor: pointer;
}

.index-search .form .submit {
    position: absolute;
    z-index: 2;
    top: 0.1rem;
    right: 0;
    bottom: 0;
    width: 0.64rem;
    background: url(../image/search24.png) center no-repeat;
    background-size: 0.24rem;
}

.index-search .form .input input {
    width: 92%;
}

.index-search .form .input input {
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.22rem;
    color: #333;
}

.index-search .form .input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.1rem;
    bottom: auto;
}

.index-search .form {
    border-bottom: #6510AD solid 0.02rem;
    height: 0.81rem;
    padding-top: 0.1rem;
    position: relative;
}

.index-search .wal {
    position: relative;
    z-index: 10;
    background: url(../image/index-search.png) center top no-repeat;
    background-size: 100%;
    min-height: 1.67rem;
    padding: 0 0.76rem 0 0.6rem;
    top: -0.81rem;
}

.index-search {
    height: 0.8rem;
    position: relative;
    max-width: 11.5rem;
    margin: 0 auto;
}

.index-search-bg {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.home-news .col-1 {
    width: 2.8rem;
}

.home-news .col-2 {
    width: 6.71rem;
    position: relative;
    min-height: 7.2rem;
    margin: 0 43px;
}

.home-news .col-1 li a .name {
    font-size: 0.14rem;
    line-height: 0.14rem;
    font-weight: bold;
    padding: 0.25rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news .col-1 li a .img img {
    width: 100%;
    height: 100%;
}

.home-news .col-1 li a .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -0.08rem;
    height: 155px;
}

.home-news .col-1 li a {
    display: block;
    color: #000;
}

.home-news .col-1 li {
    border-bottom: #E2E2E2 solid 1px;
}

.home-news .col-1 .title span {
    padding-left: 0.1rem;
}

.home-news .col-1 .title a {
    color: #666;
}

.home-news .col-1 .title {
    font-size: 0.16rem;
    text-transform: uppercase;
    color: #666;
    padding-top: 0.15rem;
    line-height: 0.45rem;
}

.home-news .col-1 {
    width: 2.8rem;
}

.home-news .col-2 .list li p {
    text-align: left;
    text-indent: 2em;
}

.home-news .col-2 .list li p {
    font-size: 0.11rem;
    line-height: 0.22rem;
    padding: 0 0.8rem;
    color: #888;
}

.home-news .col-2 .list li .name a {
    display: block;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #555;
    padding: 0.15rem 0.55rem 0.2rem 0.55rem;
}

.home-news .col-2 .list li .img img {
    width: 100%;
    height: 425px;
}

.home-news .col-2 .list li .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-news .col-2 .list li {
    text-align: center;
}

.home-news .col-2 .list {
    position: relative;
    overflow: hidden;
    margin: auto;
}


.home-news .col-2 .arrow a.prev {
    background-image: url(../image/prev58.png);
}


.home-news .col-2 .arrow a.next {
    background-image: url(../image/next58.png);
}

.home-news .col-2 .arrow a {
    width: 0.58rem;
    height: 0.3rem;
    background: center no-repeat;
    background-size: 100%;
}

.home-news .col-2 .arrow a {
    width: 0.58rem;
    height: 0.3rem;
    background: center no-repeat;
    background-size: 100%;
    display: inline-block;
}

.home-news .col-2 .arrow .wordDots span.swiper-pagination-bullet-active {
    background: #6510AD;
}

.home-news .col-2 .arrow .wordDots span {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.05rem;
    background: #9D9D9D;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.home-news .col-2 .list li .title {
    color: #6510AD;
    font-size: 0.2rem;
    padding-top: 0.22rem;
    text-transform: uppercase;
    line-height: 1em;
}


.home-news .col-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: #D6D6D6 solid 1px;
    border-right: #D6D6D6 solid 1px;
}

.home-news .col-2 .list li .name a {
    display: block;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #555;
    padding: 0.15rem 0.55rem 0.2rem 0.55rem;
}

.home-news .col-2 .arrow {
    position: absolute;
    z-index: 1;
    left: 0.6rem;
    right: 0.6rem;
    top: auto;
    bottom: 0.35rem;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.home-news {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}


.index-events .wal .arrow a.next {
    background-image: url(../image/next53.png);
    margin-left: 0.39rem;
}

.index-events .wal .arrow a.prev {
    background-image: url(../image/prev53.png);
}

.index-events .wal .arrow a {
    width: 0.53rem;
    height: 0.53rem;
    background: center no-repeat;
    background-size: 100%;
    display: inline-block;
}

.p-more {
    display: inline-block;
    font-size: 0.12rem;
    color: #6510AD;
    padding: 0 0.05rem;
    line-height: 0.25rem;
    border-bottom: #6510AD solid 0.02rem;
}

.index-events .wal .more {
    margin-right: 2.38rem;
}

.index-events .wal p {
    line-height: 0.26rem;
    color: #929292;
    width: 5.26rem;
    margin-right: 0.78rem;
}

.index-events .wal .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 0.04rem;
    height: 0.54rem;
    background: #6510AD;
    margin-top: -0.27rem;
}

.index-events .wal .title h2 {
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-events .wal .title {
    padding-right: 0.68rem;
    position: relative;
    color: #000;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
}

.index-events .wal {
    position: relative;
    height: 2.2rem;
    align-items: center;
    -webkit-align-items: center;
}


.index-events:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -6.6rem;
    background: #F2F3F9;
}

.index-events .list-wrapper dd.li-dd dl.info dd {
    height: 0.24rem;
    line-height: 1em;
}

.index-events .list-wrapper dd.li-dd dl.info:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.38rem;
    margin-top: -0.19rem;
    background: #791CB5;
}

.index-events .list-wrapper dd.li-dd dl.info {
    position: relative;
    font-size: 0.12rem;
    color: #9574AC;
    text-indent: 12px;
}

.index-events .list-wrapper dd.li-dd .name2 a {
    display: block;
    font-size: 0.12rem;
    line-height: 0.24rem;
    color: #888;
    height: 0.48rem;
    overflow: hidden;
}

.index-events .list-wrapper dd.li-dd .name2 {
    padding: 0.22rem 0;
}

.index-events .list-wrapper dd.li-dd .img img {
    width: 100%;
    height: 100%;
}

.index-events .list-wrapper dd.li-dd .name a {
    color: #555;
    display: block;
    line-height: 1em;
    padding-bottom: 1em;
    font-size: 14px;
}

.index-events .list-wrapper dd.li-dd .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
}

.index-events .list-wrapper {
    width: 36.9rem;
    position: relative;
}

.index-events .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.index-events .swiper-slide dl.ul-dl {
    width: 300px;
}

.index-events .swiper-slide {
    width: auto !important;
}

.index-events {
    min-height: 7.2rem;
    position: relative;
}



.index-flow .img-list li a .layer .info img {
    height: 0.21rem;
    margin-right: 0.1rem;
}

.index-flow .img-list li a .layer .info {
    border-bottom: #EE9640 solid 0.07rem;
    font-size: 0.14rem;
    padding: 0.2rem 0;
}

.index-flow .img-list li a .layer p {
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.02rem;
    max-height: 1.04rem;
    overflow: hidden;
}

.index-flow .img-list li a .layer .time {
    font-size: 0.12rem;
    opacity: 0.6;
}

.index-flow .img-list li a .layer {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0 0.4rem;
    color: #fff;
}

.index-flow .img-list li a .img img {
    width: 100%;
    height: 100%;
}

.index-flow .img-list li a .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.index-flow .img-list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../image/bg10.png) center repeat-x;
    background-size: auto 100%;
}

.index-flow .img-list li a {
    display: block;
    position: relative;
}


.index-flow .img-list li.li_01 {
    width: 50%;
}

.index-flow .img-list li {
    width: 25%;
}

.index-flow .img-list {
    max-width: 18.4rem;
    margin: 0 auto;
    padding: 0 0.4rem;
    position: relative;
}

.index-flow .title a.more {
    display: block;
    color: #555;
    border-bottom: #fff solid 2px;
    position: absolute;
    z-index: 1;
    left: 2.15rem;
    right: auto;
    top: 0.45rem;
    bottom: auto;
    line-height: 26px;
    padding: 0 5px;
    font-size: 12px;
    color: #6510AD;
    border-bottom: #6510AD solid 0.02rem;
}

.index-flow .title h2 {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-flow .title {
    padding: 0.35rem 0 0.45rem 0;
    position: relative;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
    z-index: 5;
}

.index-flow {
    position: relative;
}


.w10 {
    max-width: 100%;
    margin: 0 auto;
}

.w12 {
    max-width: 12rem;
    margin: 0 auto;
}

.search01-text p a {
    margin-left: 0.2rem;
    font-size: 0.14rem;
    color: #313131;
    font-weight: normal;
    transition: 0.6s all;
}

.search01-text p {
    font-size: 0.14rem;
    color: #a0a0a0;
    font-weight: bold;
}

.search01-text {
    margin-top: 0.2rem;
}

.searchBox .search01::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 100%;
    background: url(../image/search-01.png) no-repeat center;
    background-size: 100% 100%;
    right: -0.5rem;
    top: 0;
    position: absolute;
}

.searchBox .search01::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 100%;
    background: #fff;
    left: -0.5rem;
    top: 0;
    position: absolute;
}

.form .submit input {
    width: 100%;
    height: 0.81rem;
    cursor: pointer;
}

.form .submit {
    position: absolute;
    z-index: 2;
    top: 0.1rem;
    right: 0;
    bottom: 0;
    width: 0.64rem;
    background: url(../image/search24.png) no-repeat center;
    background-size: 0.24rem;
}

.search01 .form .input input {
    padding-left: 0;
}

.form .input input {
    width: 100%;
    height: 80%;
    line-height: .32rem;
    font-size: .2rem;
    color: #333;
    padding-left: 20px;
    height: 88%;
}

.form .input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.12rem;
    bottom: auto;
    width: 90%;
    height: 88%;
}

.form .name {
    font-size: .3rem;
    color: rgba(101, 16, 173, .4);
    line-height: .3rem;
    padding-left: 0.25rem;
}

.search01 .form {
    width: 100%;
}

.form {
    position: relative;
}

.form {
    border-bottom: #6510AD solid 2px;
    height: 0.71rem;
    padding-top: 0.12rem;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.searchBox .search01 {
    background: #fff;
    padding-top: 0.3rem;
    position: relative;
}

.searchBox {
    background: #f2f3f9;
    padding-top: 0.84rem;
}

.search-t {
    margin-bottom: 0.65rem;
}

.NrContainer {
    margin-top: 0.8rem;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 0;
}

.Search-show {
    margin-top: 1rem;
}


.g-head-sub .btns .search .submit input,
.g-head-sub .nav .btn-list .search .submit input {
    background: url(../image/search.png) no-repeat center center;
}

.g-head-sub .btns .search .submit input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.g-head-sub .btns .search .submit {
    flex-shrink: 0;
    width: 0.52rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    position: relative;
}

.g-head-sub .btns .search .input input {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.14rem;
    padding: 0 0.15rem;
}

.g-head-sub .btns .search .input {
    flex-shrink: 1;
}

.g-head-sub .btns .search .input {
    width: 100%;
}

.g-head-sub .btns .search {
    width: 2.9rem;
    height: 0.44rem;
    background: rgba(141, 141, 141, 0.11);
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.g-head-sub .btns {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.44rem;
    top: 0.8rem;
    bottom: auto;
}

.nry .nry_bt .wz {
    padding-top: 0.16rem;
}

.nry .nry_bt .wz {
    margin-top: 58px;
    position: relative;
    top: -0.88rem;
}


.subchannel {
    z-index: 1;
    position: absolute;
}


.el-pagination.is-background .btn-next.is-active, .el-pagination.is-background .btn-prev.is-active, .el-pagination.is-background .el-pager li.is-active {
    background-color: #4B0C77;
}



.g-head-sub a.className {
    position: absolute;
    z-index: 1;
    left: 260px;
    right: auto;
    top: 82px;
    bottom: auto;
    color: #4B0C77;
    font-size: 24px;
}

.bannerNy h5 p {
    font-size: 0.48rem;
    color: white;
    position: absolute;
    z-index: 9;
    font-weight: normal;
    bottom: 0.45rem;
}

.bannerNy h5 {
    font-size: 0.48rem;
    position: relative;
}

.bannerNy .infoName img {
    position: relative;
    left: 50%;
    height: 100% !important;
    min-height: auto !important;
    min-width: 100%;
    transform: translate(-50%, 0);
    top: 0;
    object-fit: fill;
}

.bannerNy .infoName {
    position: relative;
}

.bannerNy {
    position: relative;
    z-index: 6;
}

.now2 .nowCon2::after {
    content: "";
    position: absolute;
    background: url(../image/bg3.png)no-repeat right center;
    height: 0.69rem;
    left: -30vw;
    right: 50vw;
    top: 0;
    z-index: -2;
}

.now2 .nowCon2 p a + a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 50%;
    left: -0.15rem;
    top: 50%;
    margin-top: -1px;
}

.now2 .nowCon2 p a {
    font-size: 0.22rem;
    color: white;
    display: inline-block;
    margin-right: 0.3rem;
    position: relative;
    line-height: 0.69rem;
}


.now2 .nowCon2 {
}

.now2 .nowCon2 {
    padding: relative;
    overflow: hidden;
}

.navNow2 {
    background: none;
}

.now2 {
    /* background-size: 40% 100%; */
    margin-top: -0.345rem;
    position: relative;
    z-index: 9;
}

.BoxPos {
    position: relative;
}

.principal img {
    display: block;
    width: 100%;
}

.principal {
    margin-top: 0.8rem;
}


.NrContainer {
    margin-top: 0.8rem;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 0.66rem;
    display: table;
    width: 100%;
}

.clearfix {
    zoom: 1;
}

.RightNav {
    width: 2.22rem;
    float: right;
    /* margin-top: 0.1rem; */
}

.NrLeft {
    width: 8.65rem;
    float: left;
}

.NrLeft2 {
    width: 9rem;
}

.ny_left_top .list-nav-icon img {
    width: 0.4rem;
    display: block;
    margin-top: 0.15rem;
}

.ny_left_top .list-nav-icon {
}

.fr {
    float: right;
}

.ny_left_top h5 {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.34rem;
    color: #000;
    font-weight: normal;
}

.ny_left_top {
    display: none;
    height: 0.7rem;
    background: #e5e5e5;
    padding: 0 0.2rem;
}


.ny_left {
    width: 100%;
}

.accordion li {
    position: relative;
    overflow: hidden;
}

.sidenav {
    overflow: hidden;
}

.sidenav {
    overflow: hidden;
    display: block;
}

.accordion .nav-link3.hover a {
    color: #FFFFFF;
}

.accordion .nav-link3 a {
    display: block;
    color: #666666;
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0.15rem 0;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accordion .nav-link3.hover {
    color: #fff;
    font-weight: bold;
    background: url(../image/bgOn.png);
    background-size: contain;
}

.accordion .nav-link3 {
    padding-left: 0.1875rem;
    padding-right: 0.2875rem;
    display: block;
    line-height: 0.26rem;
    min-height: 0.56rem;
    height: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.accordion li.on2 .nav-link2 i, .accordion li:hover .nav-link2 i {
    background: url(../image/arrow1On.png) no-repeat center;
}

.accordion li .nav-link2 i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../image/arrow1.png) no-repeat center;
    position: absolute;
    top: 0.12rem;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 10px;
}

.accordion li {
    position: relative;
    overflow: hidden;
}

.NrLeft .zcCon {
    margin-bottom: 0.9rem;
}

.NrLeft {
    width: 8.65rem;
    float: left;
}

.NrLeft2 {
    width: 9rem;
}

.NrLeft .qhrw2_ul .zttj_img_li .tit {
    width: 4rem;
}

.NrLeft .qhrw2_ul {
    width: 7.5rem;
    margin-top: 0.03rem;
}

.navNowNotice .rem12 .right {
    width: auto;
}

.navNowNotice .rem12 {
    width: auto;
}

.navNowNotice .NrLeft2 {
    width: 8rem;
}

.navNowNotice .RightNav {
    width: 4rem;
}

.pc-slide .view .arrow-right {
    background: url(../image/rr22.png) no-repeat right center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.265rem;
    width: 0.53rem;
    height: 0.53rem;
    z-index: 10;
    background-size: contain;
}

.pc-slide .view .arrow-left {
    background: url(../image/ll2.png) no-repeat right center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -0.265rem;
    width: 0.53rem;
    height: 0.53rem;
    z-index: 10;
    background-size: contain;
}

.pc-slide .view .swiper-container {
    width: 100%;
    height: auto;
}

.pc-slide .view img {
    object-fit: fill;
}

.pc-slide .view {
    position: relative;
}

.pc-slide .preview .texts p {
    text-align: center;
    font-size: 0.16rem;
    color: #5c5c5c;
    line-height: 0.48rem;
    box-sizing: border-box;
    border: 1px solid #dfe0e9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    padding: 0 10px;
}

.pc-slide .preview .active-nav {
    top: -0.2rem;
}

.pc-slide .preview .texts {
    display: block;
    width: 100%;
    background-color: #fff;
}

.pc-slide .preview img {
    width: 100%;
    display: block;
    padding: 0 2px;
    object-fit: cover;
    height: 100%;
}

.pc-slide .preview .pics {
    position: relative;
    height: 0.6rem;
    overflow: hidden;
}

.pc-slide .preview .swiper-slide {
    width: 1.44rem;
    height: auto;
    cursor: pointer;
}

.pc-slide .preview .swiper-container {
    width: 84%;
    height: auto;
    margin: 0 auto;
    padding-top: 0.2rem;
}

.pc-slide .preview .arrow-right {
    background: url(../image/rra.png) no-repeat right center;
    position: absolute;
    left: auto;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 0.28rem;
    height: 0.5rem;
    z-index: 10;
    cursor: pointer;
}

.pc-slide .preview .arrow-left {
    background: url(../image/lla.png) no-repeat left center;
    position: absolute;
    left: 0.2rem;
    bottom: 0.2rem;
    width: 0.28rem;
    height: 0.5rem;
    z-index: 10;
    cursor: pointer;
}

.pc-slide .preview {
    width: 100%;
    margin-top: -1rem;
    position: relative;
    padding-top: 20px;
}

.pc-slide {
    width: 100%;
    margin: 0.8rem auto 0.6rem auto;
    position: relative;
}

.historyImages .historyImage .el-image-viewer__canvas img {
    height: auto !important;
    width: auto !important;
}

.historyImages .historyImage .el-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 300px;
    max-height: 320px;
}

.historyImages .historyImage > span {
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #888;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 0 10px;
}

.historyImages .historyImage {
    float: left;
    margin: 0 0 10px 0;
    overflow: hidden;
    width: 300px;
    height: 350px;
}

.HistoryImages .el-card {
    border-right: none;
    border-left: none;
    border-bottom: none;
}

    .HistoryImages .el-card.is-always-shadow {
        box-shadow: none;
    }

.HistoryImages .el-image {
    width: 100%;
}

.HistoryImages .el-timeline-item__timestamp.is-top {
    font-weight: bold;
    font-size: 30px;
    color: #6510AD;
}

.el-timeline-item__node--primary {
    background-color: #6510AD;
    border-color: #6510AD;
}

.HistoryImages {
    width: 11rem;
}


.BaseInfo .rem12 .left {
    width: 8.5rem;
}

.schoolIntroduction div {
}

.schoolIntroduction {
    width: 700px;
    line-height: 0.34rem;
    color: #1d1d22;
    text-align: justify;
}


.schoolLeders .schoolUser ul li b {
    width: 60px;
    display: inline-block;
    text-align: justify;
    text-justify: inter-word;
}


.schoolLeders .schoolUser ul li i {
    font-style: normal;
    width: 50%;
    padding-left: 10px;
}

.schoolLeders .schoolUser ul li {
    width: 50%;
    float: left;
    line-height: 30px;
}


.schoolLeders .schoolLeder .schoolXzs b {
    display: block;
}

.schoolLeders .schoolLeder img {
    width: 50%;
}

.schoolLeders .schoolLeder .schoolXz .schoolXzs {
    position: absolute;
    right: 82px;
    bottom: 20px;
}

.schoolLeders .schoolLeder .schoolXz {
    width: 50%;
    position: relative;
}

.schoolLeders .schoolLeder {
    display: flex;
    margin-bottom: 40px;
}

.successivePrincipals li b {
    display: block;
    line-height: 34px;
}

.successivePrincipals li i {
    display: block;
    font-style: normal;
}

.successivePrincipals li img {
    width: 80%;
    height: 300px;
}

.successivePrincipals li {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.successivePrincipals {
}

.historyItems li p.bt {
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-left: 0.17rem;
}

.historyItems li p.sj {
    font-size: 0.12rem;
    color: #bd2980;
    width: 59px;
    height: 26px;
    background: url(../image/zxgx_sj_bg.png) no-repeat;
    text-align: center;
    line-height: 25px;
    margin-left: 0.1rem;
    margin-bottom: 0.15rem;
}

.historyItems li::before {
    content: "";
    width: 0.09rem;
    height: 0.09rem;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    position: absolute;
    top: 0.08rem;
    left: -0.06rem;
    background: #fff;
}

.historyItems li {
    position: relative;
    margin-bottom: 0.2rem;
}

.historyItems {
    margin-top: 0.24rem;
    margin-left: 0.06rem;
    border-left: 1px solid #cfcfcf;
}


.index-recommend .list {
    width: 32.66rem;
    overflow: hidden;
    position: relative;
}

.index-recommend .arrow a.next:before {
    background-image: url(../image/next28.png);
    left: -0.08rem;
}

.index-recommend .arrow a.prev:before {
    background-image: url(../image/prev28.png);
    right: -0.08rem;
}

.index-recommend .arrow a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.28rem;
    background: center no-repeat;
    background-size: 100%;
}

.index-recommend .arrow a {
    margin-left: 0.47rem;
    width: 0.41rem;
    height: 0.41rem;
    border: #e5d2f0 solid 1px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.index-recommend .arrow {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.6rem;
    bottom: auto;
}

.index-recommend .title a.more {
    font-size: 0.12rem;
    color: #ADADAD;
}

.index-recommend .title h2 {
    line-height: 1em;
    font-size: 0.26rem;
    color: #000;
    padding-right: 0.2rem;
    border-right: #C3C3C3 solid 1px;
    margin-right: 0.17rem;
}

.index-recommend .title {
    padding: 0.68rem 0 0.38rem 0;
}

.index-recommend .wal2 {
    min-height: 4rem;
    position: relative;
    max-width: 16rem;
    margin: 0 auto;
}

.index-recommend .list-wrapper dd.li-dd .name2 a {
    font-size: 0.14rem;
    line-height: 0.26rem;
    font-weight: bold;
    color: #524A64;
    padding: 0.22rem 0;
}

.index-recommend .list-wrapper dd.li-dd .name a {
    color: #555;
    display: block;
    line-height: 1em;
    padding-bottom: 1em;
    font-size: 14px;
}

.index-recommend .list-wrapper dd.li-dd .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-recommend .list-wrapper dd.li-dd .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
}

.index-recommend .swiper-slide dl.ul-dl {
    width: 300px;
}

.index-recommend .swiper-slide {
    width: auto !important;
    padding-bottom: 20PX;
}

.index-recommend .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.39rem;
    height: 1px;
    background: #791CB5;
}

.index-recommend {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.teacherList01 h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #791cb5;
    width: 1.68rem;
    height: 4px;
}

.teacherList01 h5 {
    font-size: 0.3rem;
    color: #000000;
    font-weight: normal;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.teacherList02 p {
    line-height: 0.34rem;
    color: #1d1d22;
    margin-top: 0.3rem;
    text-align: justify;
}

.Scenery .rem12 .left {
    width: 8.5rem;
}

.bsMap img {
}

.bsMap {
}

.SceneryBox .swiper-slide a img {
    height: 100%;
    width: 100%;
}

.SceneryBox .swiper-slide a {
    height: 700px;
    display: block;
    width: 100%;
}

.SceneryBox .swiper-slide {
}

.SceneryBox .pc-slide .view {
    position: relative;
    height: 700px;
}



.index-history .nav li.on a:before, .index-history .nav li.on a:after {
    opacity: 1;
}


.index-history .nav li.on a:before, .index-history .nav li.on a:after {
    opacity: 1;
}

.index-history .nav li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.08rem;
    background: url(../image/arrow6.png) center no-repeat;
    background-size: 100%;
    width: 0.06rem;
    opacity: 0;
    background-image: none;
}

.index-history .nav li.on a {
    background: #fff;
    font-weight: bold;
    color: #791CB5;
}

.index-history .nav li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: #E9E4ED solid 1px;
    opacity: 0;
}


.index-history .historyImages .historyImage {
    text-align: center;
}

.index-history .list {
    width: auto;
}

.index-history .nav li a {
    line-height: 0.6rem;
    font-size: 0.14rem;
    color: #6A6A6A;
    /* padding-left: 0.25rem; */
    /* margin-left: -2px; */
    /* margin-right: -1px; */
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-right: 10px; */
    border-radius: 10px;
    text-align: center;
}


.index-history .nav li {
    display: inline-block;
    width: 90px;
}

.index-history .nav {
    display: table;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

.index-history .wal2 {
}

.head-v2.g-head .g-nav a.name {
    height: 45px;
    line-height: 45px;
    font-size: 0.15rem !important;
}

.head-v2.g-head .wal {
    min-height: 45px !important;
}

.head-v2.g-head a.logo {
    display: none;
}

.head-v2.g-head .g-nav {
    left: 1.9rem !important;
    top: 0;
}

.head-v2.g-head {
    background-color: #81318B !important;
}

.head-v3.g-head .wal-v3 .g-nav {
    position: initial;
    width: 1200px;
    margin: auto;
}

.head-v3.g-head .wal-v3 {
    background-color: #81318B !important;
    margin: 0 !important;
    min-height: 42px;
    z-index: 999999;
}

.head-v3.g-head .wal-01-v3 a.logo {
    display: block;
    background: url(../image/logo.png) center no-repeat;
    background-size: 100%;
    width: 1.8rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.head-v3.g-head .wal-01-v3 {
    width: 1200px;
    margin: auto;
}

.head-v3.g-head:after {
    background: none;
}

.head-v3.g-head:before {
    background: none;
}

.g-head.head-v3 ~ #faceSliderContainer {
    
}


.g-head.head-v3 .btns .search .submit input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.g-head.head-v3 .btns .search .submit input, .g-head.head-v3 .nav .btn-list .search .submit input {
    background: url(../image/search.png) no-repeat center center;
}

.g-head.head-v3 .btns .search .submit {
    flex-shrink: 0;
    width: 0.52rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    position: relative;
}

.g-head.head-v3 .btns .search .input input {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.14rem;
    padding: 0 0.15rem;
}

.g-head.head-v3 .btns .search .input {
    width: 100%;
}

.g-head.head-v3 .btns .search {
    width: 2.9rem;
    height: 0.44rem;
    background: rgba(141, 141, 141, 0.11);
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.g-head.head-v3 .btns {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.64rem;
    top: 0.3rem;
    bottom: auto;
}

.g-head.head-v3 {
    position: inherit;
}

.aiShow img {
    width: 120px;
}

.aiShow {
    color: #81318B !important;
    display: block;
    float: right;
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
    margin-left: 50px;
}

.g-foot .info {

}

.g-nav a.menu-item {
    position: absolute;
    right: 70px;
    top: 19px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}