@charset "UTF-8";

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

ol,
ul,
dl,
dd {
    margin-top: 0;
    margin-bottom: 0rem;
}



body.show a,
body.show .transition,
body.show .index-flow .title dl dd .layer,
.index-flow .title dl dd body.show .layer,
body.show .g-nav2,
body.show .g-nav,
body.show .g-head .btn-list .search .input,
.g-head .btn-list .search body.show .input,
body.show .g-head .btn-list,
.g-head body.show .btn-list,
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;
}

.ellipsis,
.index-flash li .name a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.flexColumn {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.itemsCenter,
.index-flow .img-list li a .layer .info,
.index-flow .container .video i,
.index-events .list-wrapper dd.li-dd dl.info dd,
.index-events .wal,
.index-news .col-2 .arrow,
.index-news .col-2 .list li .title,
.index-search .search-result .name,
.index-flash .btn,
.g-foot .info .tel,
.g-foot .list li,
.g-head .btn-list .language .name,
.g-head .btn-list,
.p-layer {
    align-items: center;
    -webkit-align-items: center;
}

.justifyCenter,
.index-flow .container .video i,
.index-admissions .dots,
.index-admissions .list dl,
.index-news .col-2 .arrow .dots,
.index-news .col-2 .list li .title,
.index-flash .btn,
.p-layer {
    justify-content: center;
    -webkit-justify-content: center;
}

.flexAround {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flexBetween,
.index-news .col-2 .arrow,
.index-news,
.g-foot .info {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

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

.bsBox {
    box-sizing: content-box;
}

.p-ico,
.index-flow .container .video i,
.index-flow .container .list a i,
.index-events .list-wrapper dd.li-dd dl.info em,
.index-search .search-result li a i {
    font-family: "icon";
    font-size: 0.2rem;
}

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

.p-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.p-layer.show {
    opacity: 1;
    visibility: visible;
}

.pageTips {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../images/bg.png");
}

.pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}

.pageTips .container a.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
    background: url("../images/close.png") center no-repeat;
}

.pageTips .container .img {
    text-align: center;
}

.pageTips .container .msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}

.pageTips .container a {
    color: #fff;
    text-decoration: underline;
}

* {
    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;
}

body.hidden {
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #6510AD;
    outline: none;
}

li {
    list-style: outside none;
}

h1 {
    font-size: 16px;
}

h2,
h3,
h4,
h5 {
    font-size: 14px;
}

h5 {
    font-size: 0.12rem;
}

textarea,
input {
    background: transparent;
    font-size: 12px;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    display: block;
    _display: inherit;
}

.h10 {
    height: 0.1rem;
    overflow: hidden;
    clear: both;
}

.h50 {
    height: 0.5rem;
    overflow: hidden;
    clear: both;
}

.wal {
    max-width: 13.2rem;
    margin: 0 auto;
}

@font-face {
    font-family: "icon";
    src: url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.eot") format("embedded-opentype"), url("../fonts/icon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*    font-family: "SourceSansPro-Bold";*/
/*    src: url("../../fonts/sourcesanspro-bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/sourcesanspro-bold.ttf") format("truetype"), url("../fonts/sourcesanspro-bold.eot") format("embedded-opentype"), url("../fonts/sourcesanspro-bold.svg") format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "SourceSansPro-Regular";*/
/*    src: url("../../fonts/sourcesanspro-regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/sourcesanspro-regular.ttf") format("truetype"), url("../fonts/sourcesanspro-regular.eot") format("embedded-opentype"), url("../fonts/sourcesanspro-regular.svg") format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*-------------------------*/
.g-head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0.05rem;
    width: 100%;
}

.g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 1.38rem;
    background: url("../images/head-bg.png") center repeat-x;
    background-size: auto 99%;
}

.g-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 0.05rem;
    background-color: #330136;
    background-size: 100% 100%;
}

.g-head .wal {
    min-height: 1.1rem;
    position: relative;
    max-width: 100%;
    margin: 0 0.4rem;
}

.g-head a.logo {
    display: block;
    background: url("../images/logo.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 {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 1.36rem;
    top: 0;
    bottom: auto;
    height: 0.53rem;
    font-size: 0.12rem;
    color: #fff;
}

.g-head .btn-list a {
    color: #fff;
}

.g-head .btn-list ul {
    margin-right: 0.2rem;
}

.g-head .btn-list ul li {
    padding-left: 0.14rem;
}

.g-head .btn-list ul a {
    display: block;
    opacity: 0.75;
}

.g-head .btn-list ul a:hover {
    opacity: 1;
}

.g-head .btn-list .language {
    border-left: rgba(255, 255, 255, 0.37) solid 1px;
}

.g-head .btn-list .language .name {
    height: 0.16rem;
    opacity: 0.75;
    padding: 0 0.25rem 0 0.21rem;
}

.g-head .btn-list .language .name i {
    flex-shrink: 0;
    font-size: 0.14rem;
    margin-right: 0.1rem;
    font-style: normal;
}

.g-head .btn-list .language .name:hover {
    opacity: 1;
}

.g-head .btn-list .search {
    width: 0.2rem;
    height: 0.4rem;
    position: relative;
    z-index: 20;
}

.g-head .btn-list .search .btn {
    font-size: 0.18rem;
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: 0.4rem;
}

.g-head .btn-list .search .btn input {
    width: 100%;
    height: 0.4rem;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    display: none;
}

.g-head .btn-list .search .btn:hover {
    opacity: 1;
}

.g-head .btn-list .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.12rem;
    top: 0;
    bottom: auto;
    height: 0.4rem;
    width: 0.2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.g-head .btn-list .search .input input {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    padding: 0 0.12rem;
}

.g-head .btn-list .search.on .btn {
    color: #6510AD;
}

.g-head .btn-list .search.on .btn input {
    display: block;
}

.g-head .btn-list .search.on .input {
    width: 3rem;
    opacity: 1;
    visibility: visible;
}

.g-head a.navA {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.4rem;
    top: 0.08rem;
    bottom: auto;
    width: 1rem;
    height: 0.8rem;
}

.g-head a.navA:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.1rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/nava.png") center no-repeat;
    background-size: 0.31rem;
}

.g-nav {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 1.36rem;
    top: 0.15rem;
    bottom: auto;
}

.g-nav li {
    position: relative;
    margin-left: 0.32rem;
}

.g-nav a.name {
    display: block;
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    padding-right: 0.2rem;
    position: relative;
}

.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 {
    display: block;
    margin-right: -0.2rem;
    padding-right: 0.2rem;
    position: relative;
}

.g-nav a.name em:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.12rem;
    font-family: "icon";
    content: "\eaed";
}

.g-nav a.name.on {
    color: #e2ca5b;
}

.g-nav a.name.on i.line {
    opacity: 1;
}

.g-nav .list {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: -100vh;
    bottom: auto;
    background: #7f196f;
    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: #ffffff solid 0.04rem;
    padding: 0.1rem 0;
    opacity: 0;
    visibility: hidden;
}

.g-nav .list a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 0.48rem;
    color: white;
}

.g-nav .list a:hover {
    background: black;
}

.g-nav li:hover a.name {
    color: #e2ca5b;
}

.g-nav li:hover a.name i.line {
    opacity: 1;
}

.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-nav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/nav-bg.jpg") center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.g-nav2 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.8rem;
    bottom: 0;
    overflow-y: auto;
}

.g-nav2 .scroll ul {
    max-width: 17.85rem;
    margin: 0 auto;
}

.g-nav2 .scroll li {
    width: 14.285%;
    text-align: center;
    padding-top: 0.45rem;
}

.g-nav2 .scroll li a {
    color: #fff;
}

.g-nav2 .scroll li h2 {
    font-size: 0.22rem;
    margin-bottom: 0.3rem;
}

.g-nav2 .scroll li .list {
    padding: 0.05rem 0;
}

.g-nav2 .scroll li .list h3 {
    font-weight: 400;
    font-size: 0.17rem;
    line-height: 0.36rem;
}

.g-nav2 .scroll li .list dl {
    padding-bottom: 0.2rem;
}

.g-nav2 .scroll li .list dd {
    font-size: 0.12rem;
    line-height: 0.3rem;
    opacity: 0.65;
}

.g-nav2 .scroll li .list dd:hover {
    opacity: 1;
}

.g-foot {
    position: relative;
    color: #fff;
    font-size: 0.14rem;
}

.g-foot a {
    color: #fff;
}

.g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    bottom: 0;
    right: 0;
    height: 2.8rem;
    background: #7f196f;
}

.g-foot:after {
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #7f196f;
}

.g-foot .wal {
    min-height: 2.35rem;
    position: relative;
    z-index: 2;
}

.g-foot .logo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0.8rem;
    bottom: auto;
    width: 2.0rem;
}

.g-foot .list {
    position: absolute;
    z-index: 1;
    left: 2.3rem;
    right: auto;
    top: 0.5rem;
    bottom: auto;
    width: 5.5rem;
}

.g-foot .list li {
    height: 0.24rem;
    padding-right: 0.2rem;
}

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

.g-foot .info {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 0.69rem;
    border-top: rgba(255, 255, 255, 0.27) solid 1px;
}

.g-foot .info div p {
    opacity: 0.36;
    line-height: 0.45rem;
    padding-right: 0.12rem;
}

.g-foot .info .tel {
    height: 0.45rem;
}

.g-foot .info .tel i {
    font-size: 0.14rem;
    margin-right: 0.08rem;
    font-style: normal;
}


body.navShow .g-head .btn-list {
    height: 1.1rem;
}

body.navShow .g-head a.navA:after {
    background-image: url("../images/img31.png");
}

body.navShow .g-nav {
    opacity: 0;
    visibility: hidden;
}

body.navShow .g-nav2 {
    opacity: 1;
    visibility: visible;
}

/*index*/
.index-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.index-video video,
.index-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 1000%;
    transform: translate(-50%, -50%);
}

.index-video .btn {
    background: url("../images/btn42.png") center no-repeat;
    background-size: cover;
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.3rem;
    top: auto;
    bottom: 0.9rem;
    cursor: pointer;
}

.index-flash {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-flash li {
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.index-flash li video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-flash li .video-btn {
    background: url("../images/btn108.png") center no-repeat;
    background-size: 100%;
    width: 1.08rem;
    height: 1.08rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-left: -0.54rem;
    margin-top: -0.54rem;
    cursor: pointer;
    opacity: 0;
}

.index-flash li .img a {
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.index-flash li .img a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -99;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url("../images/bg20.png") center bottom repeat-x;
    background-size: auto 5.19rem;
}

.index-flash li .img a img {
    position: absolute;
    left: 50%;
    top: 25%;
    width: 100%;
    height: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

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

.index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0.2rem;
}

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

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slide i {
    margin-left: 5px;
}
.mySwiper10{
    height: auto;
}
.mySwiper10 img{
    height: auto;
}
.mySwiper6 {
    height: 80%;
    width: 100%;
}

.mySwiper5 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper5 .swiper-slide {
    width: 25%;
    height: 100%;
}

.mySwiper5 .swiper-slide-thumb-active {
    opacity: 0.8;
}

.kechengimg{
    border-radius: 15px!important;
}

.swiper-slide img {
    margin: 0 auto;
    display: block;
    width: 100%;    
    
    /*width: auto;*/
    /*object-fit: cover;*/
    /*object-position:top;*/
}

.mySwiper5 button {
    width: 100%;
    border: 0;
    background-color: #7f196f;
    padding: 20px 0;
    color: white;
    font-size: 18px;
    font-weight: bold;

}

.mySwiper5 button:hover {
    opacity: 0.7;
}

.mobilebutton {
    display: none;
}

.mobilebutton .col-6 {
    float: left;
}
.mobilebutton a:hover {
    background-color: #9c0000;
}


@media screen and (min-width:768px) and (max-width:1199px){
    .g-nav{
        display: none;
    }
    .mySwiper5 button{
        font-size: 14px;
    }
    .g-banner .g-banner-content{
        position: initial!important;
    }
}

@media screen and (min-width:1199px) and (max-width:1920px){
    .g-nav{
        top: 0.17rem;
        right: 0.3rem;
    }
    .mySwiper5 button{
        font-size: 14px;
    }
    .g-nav li{
        margin-left: 0.2rem;
    }
    .g-nav a.name{
        font-weight: 400;
        font-size: 14px;
    }
   
}


@media screen and (min-width: 1280px) and (max-width: 1367px) {
    .card-media img, .card-media img:hover{
        height: 150px!important;
    }
    .index-events .list-wrapper dd.li-dd .img img{
        height: 170px!important;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
    .card-media img, .card-media img:hover{
        height: 150px!important;
    }
    .index-events .list-wrapper dd.li-dd .img img{
        height: 190px!important;
    }
    
}



@media screen and (min-width :1280px) {
    .container-fluid {
        width: 13.6rem!important;
    }

    .card-body {
        padding: 0;
    }
}

.news-box {
    padding: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 10px 10px 40px -8px rgba(0, 0, 0, .4);
    box-shadow: 10px 10px 40px -8px rgba(0, 0, 0, .4);
}

.news-box .title {
    width: 100%;
}

.news-box .title h3 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.news-box .title a {
    float: left;
    display: inline-block;
}


.index-flash .btn .dots span.swiper-pagination-bullet-active {
    background: #dcc55a;
}

.index-flash .btn a {
    font-size: 12px;
    color: #fff;
    height: 14px;
    line-height: 14px;
    border-left: rgba(255, 255, 255, 0.65) solid 1px;
    margin-left: 12px;
    padding-left: 17px;
}

.index-flash .btn a:hover {
    color: #dcc55a;
}

.index-flash .arrow a {
    display: block;
    width: 0.53rem;
    height: 0.53rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -0.26rem;
    opacity: 0;
}

.index-flash:hover .arrow a {
    opacity: 0.5;
}

.index-flash:hover .arrow a:hover {
    opacity: 1;
}

.index-flash-vertical li video {
    width: auto;
    height: 100%;
}

.index-flash-vertical li .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.index-search {
    height: 1.1rem;
    position: relative;
    max-width: 11.5rem;
    margin: 0 auto;
}

.index-search .wal {
    position: relative;
    z-index: 10;
    background: url("../images/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 .form {
    border-bottom: #6510AD solid 0.02rem;
    height: 0.81rem;
    padding-top: 0.1rem;
    position: relative;
}

.index-search .form .name {
    font-size: 0.3rem;
    color: rgba(101, 16, 173, 0.4);
    line-height: 0.7rem;
}

.index-search .form .name em {
    color: rgba(101, 16, 173, 0.4);
    font-size: 0.18rem;
    text-transform: uppercase;
    padding-left: 0.15rem;
}

.index-search .form .input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.1rem;
    bottom: auto;
}

.index-search .form .input input {
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    color: #333;
}

.index-search .form .submit {
    position: absolute;
    z-index: 2;
    top: 0.1rem;
    right: 0;
    bottom: 0;
    width: 0.64rem;
    background: url("../images/search24.png") center no-repeat;
    background-size: 0.24rem;
}

.index-search .form .submit input {
    width: 100%;
    height: 0.81rem;
    cursor: pointer;
}

.index-search .hot-words {
    padding: 0.1rem 0;
    line-height: 0.33rem;
    color: #A0A0A0;
}

.index-search .hot-words .name {
    font-weight: bold;
    flex-shrink: 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 li a.on {
    font-weight: bold;
    color: #6510AD;
}

.index-search .search-result {
    background: #fff;
    padding: 0.35rem 0.6rem 0.46rem 0.6rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.81rem;
    bottom: auto;
    display: none;
}

.index-search .search-result .name {
    padding-bottom: 0.1rem;
}

.index-search .search-result .name h3 {
    font-size: 0.22rem;
    color: #6510AD;
}

.index-search .search-result .name a {
    font-size: 0.12rem;
    margin-left: 0.13rem;
    color: #9D9D9D;
}

.index-search .search-result .name a:hover {
    color: #6510AD;
}

.index-search .search-result ul {
    padding-bottom: 0.3rem;
}

.index-search .search-result li {
    font-size: 0.16rem;
    line-height: 0.34rem;
}

.index-search .search-result li a {
    color: #000;
    padding-right: 0.17rem;
    display: inline-block;
    position: relative;
}

.index-search .search-result li a i {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    color: #787878;
    font-style: normal;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.index-search .search-result li a:hover {
    color: #6510AD;
}

.index-search .search-result li a:hover i {
    color: #6510AD;
}

.index-search .search-result .btn a {
    display: block;
    text-align: center;
    line-height: 0.54rem;
    color: #fff;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    background: url("../images/btn.jpg") center no-repeat;
    background-size: cover;
}

.index-search.on {
    z-index: 110;
}

.index-search.on .form .name,
.index-search.on .hot-words {
    opacity: 0;
    visibility: hidden;
}

.index-search.on .search-result {
    display: block;
}

.index-news .col-1 {
    width: 2.8rem;
}

.index-news .col-1 .title {
    font-size: 0.16rem;
    text-transform: uppercase;
    color: #666;
    padding-top: 0.15rem;
    line-height: 0.45rem;
}

.index-news .col-1 .title span {
    padding-left: 0.1rem;
}

.index-news .col-1 li {
    border-bottom: #E2E2E2 solid 1px;
}

.index-news .col-1 li:last-child {
    border: 0;
}

.index-news .col-1 li a {
    display: block;
    color: #000;
}

.index-news .col-1 li a .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -0.08rem;
}

.index-news .col-1 li a .img img {
    width: 100%;
}

.index-news .col-1 li a .name {
    font-size: 0.17rem;
    line-height: 0.24rem;
    font-weight: bold;
    padding: 0.25rem 0;
}

.index-news .col-1 li a:hover {
    color: #6510AD;
}

.index-news .col-1 li a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.index-news .col-2 {
    width: 6.71rem;
    position: relative;
    min-height: 7.2rem;
}

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

.index-news .col-2 .list {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index-news .col-2 .list li {
    text-align: center;
}

.index-news .col-2 .list li .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-news .col-2 .list li .img img {
    width: 100%;
}

.index-news .col-2 .list li .img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.index-news .col-2 .list li .title {
    color: #6510AD;
    font-size: 0.12rem;
    padding-top: 0.22rem;
    text-transform: uppercase;
    line-height: 1em;
}

.index-news .col-2 .list li .title:before,
.index-news .col-2 .list li .title:after {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    width: 0.15rem;
    height: 1px;
    background: #6510AD;
    opacity: 0.64;
    margin: 0 0.15rem;
}

.index-news .col-2 .list li .title span {
    padding-left: 0.1rem;
}

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

.index-news .col-2 .list li .name a:hover {
    color: #6510AD;
}

.index-news .col-2 .list li p {
    font-size: 0.13rem;
    line-height: 0.22rem;
    padding: 0 0.8rem;
    color: #888;
}

.index-news .col-2 .arrow {
    position: absolute;
    z-index: 1;
    left: 0.6rem;
    right: 0.6rem;
    top: auto;
    bottom: 0.35rem;
}

.index-news .col-2 .arrow a {
    width: 0.58rem;
    height: 0.3rem;
    background: center no-repeat;
    background-size: 100%;
}

.index-news .col-2 .arrow a.prev {
    background-image: url("../images/prev58.png");
}

.index-news .col-2 .arrow a.next {
    background-image: url("../images/next58.png");
}

.index-news .col-2 .arrow .dots span {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.05rem;
    background: #9D9D9D;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.index-news .col-2 .arrow .dots span.swiper-pagination-bullet-active {
    background: #6510AD;
}

.index-events {
    min-height: 7.2rem;
    position: relative;
}

.index-events:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f8f3f9;
}

.index-events .wal {
    position: relative;
    height: 2.2rem;
}

.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 .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.34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-events .wal p {
    line-height: 0.26rem;
    color: #929292;
    width: 5.26rem;
    margin-right: 0.78rem;
}

.index-events .wal .more {
    margin-right: 2.38rem;
}

.index-events .wal .arrow a {
    width: 0.53rem;
    height: 0.53rem;
    background: center no-repeat;
    background-size: 100%;
}

.index-events .wal .arrow a.prev {
    background-image: url("../images/prev53.png");
}

.index-events .wal .arrow a.next {
    background-image: url("../images/next53.png");
    margin-left: 0.39rem;
}

.index-events .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-events .list-wrapper {
    width: 36.9rem;
    position: relative;
    left: 50%;
    margin-left: -18.45rem;
}

.index-events .list-wrapper dd.li-dd {
    padding: 0 0.15rem;
    width: 33.333%;
}

.index-events .list-wrapper dd.li-dd .name a {
    color: #000;
    display: block;
    line-height: 1em;
    padding-bottom: 1em;
}

.index-events .list-wrapper dd.li-dd .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.index-events .list-wrapper dd.li-dd .img img {
    width: 100%;
    object-fit: cover;
}

.index-events .list-wrapper dd.li-dd .img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.index-events .list-wrapper dd.li-dd .name2 {
    padding-top: 0.20rem;
    padding-bottom: 0.15rem;
}

.index-events .list-wrapper dd.li-dd .name2 a {
    display: block;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #000;
    height: 0.48rem;
    overflow: hidden;
}

.index-events .list-wrapper dd.li-dd .name2 a:hover {
    color: #6510AD;
}

.index-events .list-wrapper dd.li-dd dl.info {
    position: relative;
    font-size: 0.12rem;
    color: black;
}

.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 dd {
    height: 0.24rem;
    line-height: 1em;
}

.index-events .list-wrapper dd.li-dd dl.info em {
    font-size: 0.16rem;
    color: black;
    text-align: center;
    width: 0.37rem;
    padding-left: 0.05rem;
    position: relative;
    top: 0.01rem;
}

.index-research {
    position: relative;
    width: 100%;
}

.index-research .wal {
    min-height: 9.08rem;
    position: relative;
}

.index-research .title {
    padding: 1.65rem 0 0.2rem 0;
    position: relative;
    color: #000;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
}

.index-research .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.68rem;
    height: 0.04rem;
    background: #6510AD;
}

.index-research .title h2 {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-research .content {
    line-height: 0.26rem;
    color: #929292;
    width: 3.6rem;
    padding: 0.35rem 0 0.3rem 0;
}

.index-research .list {
    position: absolute;
    z-index: 11;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 3.95rem;
}

.index-research .list li {
    border-bottom: #e7e7e7 solid 1px;
    position: relative;
}

.index-research .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.3rem;
    top: -1px;
    bottom: -1px;
    width: 5.05rem;
    background: url("../images/img542.png") right center no-repeat;
    background-size: 100%;
    opacity: 0;
}

.index-research .list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background: #6510AD;
    width: 0.02rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    opacity: 0;
}

.index-research .list li .img {
    display: none;
}

.index-research .list li a.name {
    display: block;
    font-size: 0.17rem;
    line-height: 0.26rem;
    color: #000;
    font-weight: bold;
    padding: 0.15rem 0;
    position: relative;
    left: 0;
}

.index-research .list li:hover:before,
.index-research .list li.on:before {
    opacity: 1;
    left: 0;
}

.index-research .list li:hover:after,
.index-research .list li.on:after {
    opacity: 1;
}

.index-research .list li:hover a.name,
.index-research .list li.on a.name {
    color: #6510AD;
    left: 0.3rem;
}

.index-research .big-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 0;
    top: auto;
    bottom: 0;
    margin-left: -2.12rem;
    padding-top: 0.46rem;
}

.index-research .big-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.13rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/img1080.jpg") center top no-repeat;
    background-size: 100%;
}

.index-research .big-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.46rem;
    right: 0;
    bottom: 0;
    background: #fff;
}

.index-research .big-img a {
    height: 7.4rem;
    position: relative;
    background: center no-repeat;
    background-size: cover;
    display: block;
    z-index: 2;
}

.index-admissions {
    background-size: auto 7.07rem;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: .2rem;
    box-shadow: rgb(0 0 0 / 40%) 10px 10px 40px -8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.index-admissions .title {
    padding: 0.50rem 0 0.2rem 0;
    position: relative;
    color: #000;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 0.3rem;
}

.index-admissions .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 42.5%;
    margin-left: -0.34rem;
    width: 0.98rem;
    height: 0.02rem;
    background: #7f196f;
    margin-bottom: 5px;
}



.index-admissions .content {
    line-height: 0.26rem;
    color: #929292;
    padding: 0.3rem 0 0.35rem 0;
    max-width: 6.02rem;
    margin: 0 auto;
}

.index-admissions .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-admissions .list dd {
    width: 20%;
    max-width: 2.23rem;
}

.index-admissions .list dd .ico {
    width: 1.22rem;
    margin: 0 auto;
}

.index-admissions .list dd .info {
    font-size: 0.12rem;
    color: #000;
    padding: 0.2rem 0 0 0.1rem;
}

.index-admissions .list dd .info b {
    font-size: 0.3rem;
    color: #6510AD;
}

.index-admissions .list dd p {
    padding-top: 0.05rem;
    line-height: 0.18rem;
    color: #929292;
}

.index-admissions .dots {
    padding: 0.3rem 0 0.5rem 0;
}

.index-admissions .dots span {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.05rem;
    background: #9D9D9D;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.index-admissions .dots span.swiper-pagination-bullet-active {
    background: #6510AD;
}

.index-flow {
    position: relative;
    min-height: 16rem;
}

.index-flow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.6rem;
    right: 0;
    background: url("../images/index-flow.jpg") center no-repeat;
    background-size: cover;
    height: 13.08rem;
}

.index-flow .container {
    margin-top: -0.93rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 5;
}

.index-flow .container .list {
    width: 3.19rem;
    height: 6.68rem;
    flex-shrink: 0;
    background: url("../images/img319.png") center no-repeat;
    background-size: 100% 100%;
    padding: 0.6rem 0.5rem 0 0.5rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: auto;
    bottom: 1rem;
}

.index-flow .container .list ul {
    margin-bottom: 0.4rem;
}

.index-flow .container .list a {
    display: block;
    color: #000;
    font-weight: bold;
    line-height: 0.6rem;
    border-bottom: #B3B3B3 solid 1px;
    position: relative;
    font-size: 0.18rem;
}

.index-flow .container .list a i {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    font-style: normal;
    font-weight: 100;
}

.index-flow .container .list a:hover {
    color: #6510AD;
}

.index-flow .container .video {
    width: 10.01rem;
    position: relative;
    margin-left: auto;
}

.index-flow .container .video i {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-style: normal;
    font-size: 0.82rem;
    color: #6510AD;
    cursor: pointer;
}

.index-flow .title {
    padding: 0.35rem 0 0.45rem 0;
    position: relative;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
    z-index: 5;
}

.index-flow .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.45rem;
    height: 0.03rem;
    background: #EE9640;
}

.index-flow .title a.more {
    display: block;
    color: #fff;
    border-bottom: #fff solid 2px;
    position: absolute;
    z-index: 1;
    left: 4.15rem;
    right: auto;
    top: 0.63rem;
    bottom: auto;
    line-height: 26px;
    padding: 0 5px;
    font-size: 12px;
}

.index-flow .title a.more:hover {
    color: #EE9640;
    border-color: #EE9640;
}

.index-flow .title h2 {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-flow .title dl {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0.45rem;
}

.index-flow .title dl dd {
    margin-left: 0.2rem;
    position: relative;
}

.index-flow .title dl dd a {
    display: block;
    width: 0.56rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.11);
    position: relative;
    z-index: 2;
}

.index-flow .title dl dd a:hover {
    background: #6510AD;
}

.index-flow .title dl dd .layer {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background: #fff;
    width: 2.47rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: 100%;
    bottom: auto;
    margin-left: -2rem;
    margin-top: 0;
    padding: 0.18rem 0.2rem;
    opacity: 0;
    visibility: hidden;
}

.index-flow .title dl dd .layer:after {
    content: "";
    display: block;
    position: absolute;
    top: -0.06rem;
    right: 0.35rem;
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.index-flow .title dl dd .layer .ewm {
    width: 50%;
    text-align: center;
}

.index-flow .title dl dd .layer .ewm img {
    width: 1rem;
    border-radius: 5px;
}

.index-flow .title dl dd .layer .ewm .name {
    font-size: 12px;
    padding-top: 0.03rem;
    color: #727084;
}

.index-flow .title dl dd:hover a {
    background: #6510AD;
}

.index-flow .title dl dd:hover .layer {
    margin-top: 0.18rem;
    opacity: 1;
    visibility: visible;
}

.index-flow .img-list {
    max-width: 18.4rem;
    margin: 0 auto;
    padding: 0 0.4rem;
    position: relative;
}

.index-flow .img-list li {
    width: 25%;
}

.index-flow .img-list li a {
    display: block;
    position: relative;
}

.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("../images/bg10.png") center repeat-x;
    background-size: auto 100%;
}

.index-flow .img-list li a .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-flow .img-list li a .img img {
    width: 100%;
}

.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 .layer .time {
    font-size: 0.12rem;
    opacity: 0.6;
}

.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 .info {
    border-bottom: #EE9640 solid 0.07rem;
    font-size: 0.14rem;
    padding: 0.2rem 0;
}

.index-flow .img-list li a .layer .info img {
    height: 0.21rem;
    margin-right: 0.1rem;
}

.index-flow .img-list li a .layer .info-2 {
    border-color: #47D800;
}

.index-flow .img-list li a:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.index-flow .img-list li.li_01 {
    width: 50%;
}

.foot-link {
    position: relative;
    min-height: 5.02rem;
}

.foot-link .title {
    font-size: 0.20rem;
    color: #000;
    line-height: 1em;
    padding: 1.1rem 0 0.3rem 0;
}

.foot-link .list {
    max-width: 100%;
}

.foot-link .list li {
    width: 14.2%;
}

.foot-link .list a {
    display: block;
    font-size: 0.14rem;
    color: #616161;
    line-height: 0.45rem;
}

.foot-link .list a:hover {
    color: #000;
}

.foot-link .ewm {
    width: 2.19rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: -0.6rem;
}

.foot-link .ewm p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 0.14rem;
}

/*结束 */

.index-flow .img-list li a .layer .info-3 {
    border-color: #ef01fe;
}

.index-flow .img-list li a .layer .info-4 {
    border-color: #00e9ff;
}



.fga {
    color: #fff
}

.fga:hover {
    color: #ee9640
}

.index-admissions .dots,
.index-admissions .list {
    z-index: 10;
}

.g-head .btn-list .search .input input {
    width: 88%;
}

.pageTips .container a.close {
    display: none !important
}

.bg-center,
.bg-left,
.bg-right,
.bg-top {
    background-repeat: no-repeat;
    background-size: cover;
}

.btn .icon,
.btn i {
    font-size: 130%;
    margin-top: -3px;
    top: 1.5px;
}

.btn-circle,
.btn-circle .icon,
.btn.btn-circle,
.btn.btn-circle .icon {
    border-radius: 50%;
}

.btn-icon .icon {
    font-size: 150%;
    line-height: 1;
    margin: -6px 0px -1px;
    position: relative;
    top: 2px;
}

#system-themes-page .system-themes-list::after,
.clearfix::after,
.container-fluid::after,
.container::after,
.modal-footer::after,
.modal-header::after,
.row::after,
.search-page-form #edit-keywords-fieldset .fieldset-wrapper::after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
}

.icon {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    display: inline-block;
    font-family: davyin;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
}

.row .g-out {
    box-sizing: content-box;
}

.row .g-in {
    overflow-wrap: break-word;
    box-sizing: border-box;
    overflow: visible;
}

.spacer-sm {
    height: 20px;
}

.bold {
    font-weight: 700;
}

.bg-dark-50,
.hover\|bg-dark-50:hover {
    background-color: rgba(43, 43, 43, 0.5);
}

.bg-center {
    background-position: 50% center;
}

.rounded-5 {
    border-radius: 5px;
}

.border-1 {
    border-width: 1px;
}

.border-light {
    border-color: rgb(236, 236, 236);
}

.border-solid {
    border-style: solid;
}

.shadow-2xl {
    box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 40px -8px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.inset-0 {
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
}

.w-full {
    width: 100%;
}

.mr-5 {
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.py-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.py-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-30 {
    padding: 30px;
}

.hover\|text-primary:hover,
.text-primary {
    color: rgb(191, 0, 0);
}

.hover\|text-white:hover,
.text-white {
    color: rgb(255, 255, 255);
}

.hover\|text-black:hover,
.hover\|text-darker:hover,
.text-black,
.text-darker {
    color: rgb(0, 0, 0);
}

.hover\|truncate-2:hover,
.truncate-2 {
    display: -webkit-box;
}

.hover\|truncate-2:hover,
.truncate-2 {
    -webkit-box-orient: vertical;
}

.hover\|truncate-2:hover,
.truncate-2 {
    overflow: hidden !important;
}

.hover\|truncate-2:hover,
.truncate-2 {
    -webkit-line-clamp: 2;
}

.hover\|truncate-2:hover,
.truncate-2 {
    height: 3em;
}

.hover\|truncate-3:hover,
.truncate-3 {
    display: -webkit-box;
}

.hover\|truncate-3:hover,
.truncate-3 {
    -webkit-box-orient: vertical;
}

.hover\|truncate-3:hover,
.truncate-3 {
    overflow: hidden !important;
}

.hover\|truncate-3:hover,
.truncate-3 {
    -webkit-line-clamp: 3;
}

.hover\|truncate-3:hover,
.truncate-3 {
    height: 4.5em;
}

.panel-tabs .tab-nav li a .icon,
.panel-tabs .tab-nav li a i {
    font-size: 130%;
    margin-top: -3px;
    top: 1.5px;
}

.hvr-glow {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    display: inline-block;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, -webkit-box-shadow;
    vertical-align: middle;
}

.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
    box-shadow: rgba(29, 9, 9, 0.6) 0px 0px 8px;
    border-radius: 5px;
}

.showcase-title h3 {
    font-size: 18px;
    margin-bottom: 0.2rem;
    letter-spacing: 2px;
}

.showcase-title i {
    padding-right: 5px;
}

.card-title {
    margin-bottom: 0.1rem !important;
}

.card-time {
    width: auto;
    height: 30px;
    position: absolute;
    line-height: 30px;
    bottom: 0;
    background-color: rgba(43, 43, 43, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    border-top-right-radius: 5px;
}

.card-time i {
    margin-right: 10px;
}

.card-media img,
.card-media img:hover {
    border-radius: 5px;
    max-width: 100%;
    height: 160px;
    object-fit: cover;
}

.py-10 a {
    color: #7f196f !important;
}

.py-10 a:hover {
    color: #5a104f !important;
}


.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


body .bk {
    width: 100%;
    height: 490px;
    position: absolute;
    top: 0;
    transition: all .3s;
}

body .bk {
    height: 180px;
    opacity: .3;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
    filter: blur(100px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='100');
}

body .bk,
div {
    background-size: cover
}

.banner-box {
    padding-top: 32px
}

.g-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
    max-width: 13.3rem;
    margin: auto;
    background-color: #fff;
    border-radius: 8px
}

.g-banner .g-banner-content {
    float: left;
    background-color: #ffffff;
    padding: 15px;
}

.g-banner .g-banner-content .g-banner-box {
    position: relative;
    height: 500px;
    width: 10.20rem;
}

.g-banner .banner-anchor {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 36px;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    line-height: 60px;
    text-shadow: 0 2px 4px rgba(7, 17, 27, .6)
}

.g-banner .next {
    right: 0;
    border-radius: 4px 0 0 4px
}

.g-banner .prev {
    left: 0;
    border-radius: 0 4px 4px 0
}

.g-banner .next:hover,
.g-banner .prev:hover {
    color: #fff;
    background: rgba(7, 17, 27, .6)
}

.g-banner .g-banner-box>a:first-child .banner-slide {
    display: block
}

.g-banner .banner-slide {
    position: relative;
    height: 100%;
    z-index: 0;
}

.g-banner .banner-slide img {
    height: 444px;
    width: 800px;
}

.g-banner .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.g-banner .banner-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: right;
    padding-right: 24px;
    line-height: 12px
}

.g-banner .banner-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 8px;
    background: rgba(7, 17, 27, .8);
    border: 1px solid rgba(255, 255, 255, .6);
    transition: transform .2s;
    cursor: pointer
}

.g-banner .banner-dots li.on {
    background: #FFF;
    border: 1px solid rgba(7, 17, 27, .4)
}

.menuwrap,
.submenu {
    position: absolute;
    top: 0;
    height: 500px
}

.menuwrap {
    opacity: .502;
    left: 0;
    width: 295px;
    z-index: 1
}

.submenu {
    background: #fff;
    left: 300px;
    width: 768px;
    z-index: 581;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1)
}

.submenu .subinnerBox {
    overflow: hidden
}

.submenu .banner-line {
    position: relative;
    height: 1px;
    margin: 35px 0 23px;
    background-color: rgba(77, 85, 93, .08)
}

.submenu .banner-line span {
    position: absolute;
    top: -12px;
    left: 0;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #F20D0D;
    line-height: 24px;
    background-color: #fff
}

.submenu .tag-box {
    font-size: 0
}

.submenu .tag-box a {
    margin-bottom: 14px;
    font-size: 14px;
    color: #4D555D;
    line-height: 22px;
    margin-right: 24px;
    display: inline-block
}

.submenu .tag-box a:last-child {
    margin-right: 0
}

.submenu .subinnerBox .title {
    color: #07111b;
    font-size: 16px;
    line-height: 16px;
    margin-top: 32px;
    font-weight: 700;
    margin-bottom: 13px
}

.submenu .subinnerBox .recommend {
    margin-top: 33px;
    margin-bottom: 16px
}

.submenu a:hover {
    color: #f01414 !important
}

.submenu .subinnerBox .title a:hover {
    color: #f01414
}

.menuContent {
    position: relative;
    float: left;
    width: 300px;
    height: 500px;
    z-index: 2;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom-left-radius: 4px;
    font-weight: 400;
    overflow: auto;
    max-height: -webkit-fill-available;
}


.menuContent::-webkit-scrollbar {
    width: 4px;
    -ms-overflow-style: none
}

.menuContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(91, 1, 97, 0.33);
}

.menuContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1eff3;
}



.menuContent .item .box a:hover {
    color: #f01414 !important
}

.menuContent .item {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 12px;
    position: relative
}

.menuContent .item>a {
    display: block;
    padding: 0 25px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 60px;
    transition: all .1s
}

.menuContent .item i {
    position: absolute;
    right: 8px;
    top: 21px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px
}

.menuContent .item .box a {
    color: #fff !important
}

.menuContent .on a {
    background-color: rgba(255, 255, 255, .3)
}

.g-banner {
    box-shadow: 0 12px 24px 0 rgba(7, 17, 27, .2);
    margin-top: .2rem;
    margin-bottom: .4rem;
}

.path-banner {
    width: 800px;
    height: 128px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
    background-color: #fff;
    text-align: center;
    padding: 0 18px
}

.path-banner i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/path_new.png) no-repeat;
    background-size: 100%;
    margin-top: 22px
}

.container-types .wonderful-list .wenda-tit,
.path-banner>a {
    display: block;
    transition: all .3s
}

.path-banner .i-web {
    background-position: center 0
}

.path-banner .i-php {
    background-position: center -36px
}

.path-banner .i-java {
    background-position: center -72px
}

.path-banner .i-android {
    background-position: center -108px
}

.path-banner .i-ios {
    background-position: center -144px
}

.path-banner>a {
    float: left;
    font-size: 0;
    width: 180px;
    height: 128px;
    overflow: hidden
}

.path-banner>a:hover {
    margin-top: -4px
}

.path-banner .tit {
    font-size: 14px;
    color: #07111B;
    letter-spacing: 1px;
    margin-top: 4px
}

.path-banner .desc {
    font-size: 12px;
    color: #93999F;
    line-height: 16px;
    margin-top: 2px;
    font-weight: 400
}

.submenu .innerBox {
    background-color: #fff;
    padding: 12px 48px 32px;
    position: relative;
    min-height: 150px
}

.submenu .innerBox .bkimg {
    position: absolute;
    bottom: 0;
    right: -1px
}

.recomment-box {
    position: absolute;
    bottom: 0;
    background: #F8FAFC;
    padding: 36px 0 0 48px
}

.recomment-box a {
    display: block;
    width: 100%;
    height: 100%
}

.recomment-box .adsense-box {
    width: 312px;
    height: 64px;
    background-color: #ccc;
    border-radius: 4px;
    margin-right: 48px
}

.recomment-box .banner-course-card {
    width: 312px;
    height: 60px;
    margin-right: 48px;
    margin-bottom: 36px
}

.recomment-box .banner-course-card img {
    width: 64px;
    height: 42px;
    border-radius: 4px;
    background-color: #ccc
}

.recomment-box .banner-course-card .course-card {
    margin-left: 16px
}

.recomment-box .banner-course-card .course-card-name {
    width: 232px;
    font-size: 12px;
    color: #07111B;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.recomment-box .banner-course-card .course-card-info,
.recomment-box .banner-course-card .course-card-price {
    font-size: 12px;
    color: #4D555D;
    line-height: 20px
}

.recomment-box .banner-course-card .course-card-info span {
    margin-right: 12px
}

.recomment-box .banner-course-card .course-card-price.sales {
    color: #f01414
}

.recomment-box .banner-course-card .course-card-price.studentsales .sales-tip {
    padding: 0;
    border: 0
}

.l {
    float: left;
}

@font-face {
    font-family: imv2;
    src: url(../fonts/imv2.eot?elwc2w);
    src: url(../fonts/imv2.eot?elwc2w#iefix) format('embedded-opentype'), url(../fonts/imv2.ttf?elwc2w) format('truetype'), url(../fonts/imv2.woff?elwc2w) format('woff'), url(../fonts/imv2.svg?elwc2w#imv2) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" imv2-"],
[class^=imv2-] {
    font-family: imv2 !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.imv2-arrow1_r:before {
    content: "\e5cb";
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?d8493nx);
    src: url(../fonts/icomoon.eot?d8493nx#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?d8493nx) format('truetype'), url(../fonts/icomoon.woff?d8493nx) format('woff'), url(../fonts/icomoon.svg?d8493nx#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-left2:before {
    content: "\e913"
}

.icon-right2:before {
    content: "\e914"
}

.box-content {
    padding: 0.2rem 0.8rem;
    text-align: left;
    background-image: url(../images/box1.jpg);
    height: 555px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.box-content h3 {
    font-size: 35px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    color: #7e196f;
}

.box-content .school {
    text-align: left;
    float: left;
    width: 20%;
}

.box-content .school h4 {
    margin: 20px 0;
    font-size: 24px;
    color: #46658e;
}

.box-content .school ul li {
    margin-bottom: 10px;
    font-size: 16px;
}


.box-content .jianqiao ul li {
    border-bottom: 1px #dbbfd6 solid;
    padding-bottom: 8px;
}
.box-content .school ul li .yuandian{
    width: 20px;
    height: 40px;
    float: left;
}
.box-content .school ul li .yuandian:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    width: 0.1rem;
    font-size: 10px;
    color: #7e196f;
}

.box-content .school ul .diyigeli:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    width: 0.1rem;
    font-size: 10px;
    color: #7e196f;
}

.box-content .school ul li>a {
    font-size: 16px;
}
.box-content .buttons{
    text-align: right;
}
.box-content .buttons li{
    display: inline-block;
}
.box-content .buttons li a::before{
    content: "\f103";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    width: 0.1rem;
    font-size: 10px;
    color: white;

}
.box-content .buttons li a{
    background-color: #7f196f;
    color: white;
    padding:7px 20px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
}
.box-content .zhuanben ul li{
    width: 32%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}
.box-content .zhuanben ul li h5{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.box-content .zhuanben ul li p{
    margin-bottom: 10px;
}
.box-content .zhuanben ul li img{
    width: 228px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}
.box-content .school .box-title{
    font-size: 16px;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #7e196f;
    padding: 5px 30px;
    width: 300px;
    border-radius: 50px;
}
.box-content .renli p{
    font-size: 16px;
    text-indent: 2em;
}
.box-content ul li img{
    width: 120px;
    margin: 20px auto;
    height: auto;
}
.box-content .list li{
    width: 19%;
    padding: 20px;
    text-align: center;
    float: left;
}
.box-content .list li h5{
    margin: 10px 0;
    font-size: 16px;

}
.box-content .list li p{
    text-indent: 2em;
    text-align: left;
}
.mobilebanner{
    display: none;
}

.poster-main {
	position: relative;

}

.poster-main a,
.poster-main img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
	filter: opacity(1) brightness(2);
}

.bannerweibo{
    width: 100%;
    object-fit: cover;
}

.poster-item-title {
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	display: block;
}

.index_project_left{float: left;width: 55%;}
.index_project_left_title{font-size: 35px;color: #7e196f;margin-bottom: 20px;}
.index_project_left_cont{font-size: 16px;text-align: justify;line-height:1.8;text-indent:2em;}
.index_project_right{float: right;width: 40%;}
.swiper-slide .index_project_right_img{width: 100%;}
.clear{clear: both;}

.box_btn{text-align:right;margin-top:20px;}
.box_btn_url{
    display:inline-block;
    background-color: #7f196f;
    padding: 15px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;

}
.box_btn_url:hover{
    color: #ffffff;
    box-shadow: -6px 8px 7px rgba(0,0,0,.3);
}
@media (max-width: 767px){
    .index-events{margin-bottom:20px}
}

@media (min-width: 768px) and (max-width: 991px) {
    .index-events{padding:0 15px;}
    .mySwiper5 button{font-size:12px}
    .index-admissions{margin-left:15px;margin-right:15px;}
    .index-events .wal .more{margin-right:0.5rem}
}

@media (min-width: 992px) and (max-width: 1199px){
    
}
