@charset "UTF-8";


body.show a,
body.show .transition,
body.show .g-head .btn-list,
.g-head body.show .btn-list,
body.show .g-head .btn-list .search .input,
.g-head .btn-list .search body.show .input,
body.show .g-nav,
body.show .g-nav2,
body.show .index-flow .title dl dd .layer,
.index-flow .title dl dd body.show .layer,
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,
.p-layer,
.g-head .btn-list,
.g-head .btn-list ul,
.g-head .btn-list .language .name,
.g-nav ul,
.g-nav2 .scroll ul,
.g-foot .list li,
.g-foot .info,
.g-foot .info .tel,
.index-flash .btn,
.index-flash .btn .dots,
.index-search .hot-words,
.index-search .search-result .name,
.index-news .col-2 .list li .title,
.index-news .col-2 .arrow,
.index-news .col-2 .arrow .dots,
.index-events .wal,
.index-events .wal .arrow,
.index-events .list-wrapper dl.ul-dl,
.index-events .list-wrapper dd.li-dd dl.info dd,
.index-admissions .dots,
.index-flow .container .video i,
.index-flow .title dl,
.index-flow .title dl dd .layer,
.index-flow .img-list li a .layer .info {
    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,
.p-layer,
.g-head .btn-list,
.g-head .btn-list .language .name,
.g-foot .list li,
.g-foot .info .tel,
.index-flash .btn,
.index-search .search-result .name,
.index-news .col-2 .list li .title,
.index-news .col-2 .arrow,
.index-events .wal,
.index-events .list-wrapper dd.li-dd dl.info dd,
.index-flow .container .video i,
.index-flow .img-list li a .layer .info {
    align-items: center;
    -webkit-align-items: center;
}

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

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

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

.flexWrap,
.g-foot .list ul,
.g-foot .info div,
.index-search .hot-words ul,
.index-news,
.index-admissions .list dl,
.index-flow .img-list ul,
.index-flow .img-list li a .layer,
.foot-link .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-search .search-result li a i,
.index-events .list-wrapper dd.li-dd dl.info em,
.index-flow .container .list a i,
.index-flow .container .video i {
    font-family: 'icon';
    font-size: 22px;
}
.about_video{
    display: flex;
    flex-wrap: wrap;
}
.about_video .edui-faked-video{
    display: block;
    width: 50%;
    max-height: 367px;
}
@media(max-width:768px){
    .about_video .edui-faked-video{
        display: block;
        width: 100%;
    }
}
.p-more {
    display: inline-block;
    font-size: .12rem;
    color: #4a3036;
    padding: 0 .05rem;
    line-height: .25rem;
    border-bottom: #4a3036 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("../image/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("../img/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: .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:active {
    star: expression(this.onFocus=this.blur());
}

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

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

a:hover {
    text-decoration: none;
    color: #4a3036;
    outline: none;
}

li {
    list-style: outside none;
}

h1 {
    font-size: 16px;
}

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

h5 {
    font-size: .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: 1322px;
    margin: 0 auto;
}

@font-face {
    font-family: "icon";
    src: url("../fonts/icon.woff2") format("woff2"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.eot") format("embedded-opentype"), url("../img/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("../img/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("../img/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: -.05rem;
    right: 0;
    height: 1rem;
    background: url(../img/head-bg.png) repeat-x;
    background-size: auto 100%;
}

.g-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -.05rem;
    right: 0;
    height: .05rem;
    background: linear-gradient(90deg,rgb(250 191 21),rgb(255 237 181));
    background-size: 100% 100%;
}

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

.g-head a.logo {
    display: block;
    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: .53rem;
    font-size: .12rem;
    color: #fff;
}

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

.g-head .btn-list ul {
    margin-right: 22px;
}

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

.g-head .btn-list ul a {
    display: block;
    opacity: .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: .16rem;
    opacity: .75;
    padding: 0 .25rem 0 .21rem;
}

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

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

.g-head .btn-list .search {
    width: 22px;
    height: .4rem;
    position: relative;
    z-index: 20;
}

.g-head .btn-list .search .btn {
    font-size: 16px;
    opacity: .75;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: .4rem;
}

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

.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: .4rem;
    width: 22px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.g-head .btn-list .search .input input {
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    font-size: .14rem;
    padding: 0 .12rem;
}

.g-head .btn-list .search:hover .btn {
    color: #4a3036;
}

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

.g-head a.navA {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.4rem;
    top: 0;
    bottom: auto;
    background: url("../img/img100.png") center no-repeat;
    background-size: 100% 100%;
    width: 0.8rem;
    height: 0.8rem;
}

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

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

.g-nav li {
    position: relative;
    padding: 0 20px;
}

.g-nav a.name {
    display: block;
    height: .62rem;
    line-height: .62rem;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.g-nav a.name i.line {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    right: 22px;
    height: .02rem;
    background: #e2ca5b;
    margin-top: -.12rem;
    opacity: 0;
}

.g-nav a.name em {
    display: block;
    margin-right: -22px;
    padding-right: 22px;
    position: relative;
}
.g-nav li.longkai:hover  {background:url(/skin/img/longbg.png);}
.g-nav li.active {background:url(/skin/img/longbg.png);}
.g-nav a.name em:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .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: #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 .04rem;
    padding: 22px 0;
    opacity: 0;
    visibility: hidden;
}

.g-nav .list a {
    display: block;
    text-align: center;
    font-size: .17rem;
    line-height: .48rem;
    color: #4a3036;
}

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

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

.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("/skin/img/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: .45rem;
}

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

.g-nav2 .scroll li h2 {
    font-size: .22rem;
}

.g-nav2 .scroll li .list {
    padding: 22px 0;
}

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

.g-nav2 .scroll li .list dl {
    padding-bottom: 22px;
}

.g-nav2 .scroll li .list dd {
    font-size: .12rem;
    line-height: .3rem;
    opacity: .65;
}

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

.g-foot {
    position: relative;
    color: #fff;
    font-size: 14px;
}

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

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

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

.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.46rem;
    bottom: auto;
    width: 1.8rem;
}

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

.g-foot .list li {
    height: .24rem;
    padding-right: 22px;
}

.g-foot .list li .p-ico,
.g-foot .list .index-search .search-result li a i,
.index-search .search-result .g-foot .list li a 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 .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-flow .container .video i,
.index-flow .container .video .g-foot .list li i {
    font-size: .14rem;
    margin-right: .1rem;
    flex-shrink: 0;
}

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

.g-foot .info div p {
    opacity: .36;
    line-height: .45rem;
}

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

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

@media screen and (max-width: 1840px) {
    .g-foot:before {
        left: .4rem;
    }

    .g-foot:after {
        left: .8rem;
    }
}

@media screen and (min-width: 1930px) {
    .g-foot:before {
        left: 50%;
        margin-left: -9.4rem;
    }

    .g-foot:after {
        left: 50%;
        margin-left: -8.9rem;
    }
}

body.navShow {
    overflow: hidden;
}

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

body.navShow .g-head a.navA:after {
    background-image: url("../img/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("../img/btn42.png") center no-repeat;
    background-size: cover;
    width: .42rem;
    height: .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: 100vh;
    overflow: hidden;
}

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

.index-flash li .video-btn {
    background: url("../img/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: -.54rem;
    margin-top: -.54rem;
    cursor: pointer;
    opacity: 0;
}

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

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

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

.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.3rem;
    font-size: 20px;
    padding: 0 .3rem;
    height: 1.3em;
    line-height: 1.3em;
}

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

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

.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: .53rem;
    height: .53rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.26rem;
    opacity: 0;
}

.index-flash .arrow a.prev {
    left: .28rem;
    background-image: url("../img/prev53_2.png");
}

.index-flash .arrow a.next {
    right: .28rem;
    background-image: url("../img/next53_2.png");
}

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

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

.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: 0.2rem;
    position: relative;
    max-width: 11.5rem;
    margin: 0 auto;
}

.index-search .wal {
    position: relative;
    z-index: 1;
    background: url("../img/index-search.png") center top no-repeat;
    background-size: 100%;
    min-height: 1.67rem;
    padding: 0 .76rem 0 .6rem;
    top: -.81rem;
}

.index-search .form {
    border-bottom: #4a3036 solid 0.02rem;
    height: .81rem;
    padding-top: .1rem;
    position: relative;
}

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

.index-search .form .name em {
    color: rgba(101, 16, 173, 0.4);
    font-size: 16px;
    text-transform: uppercase;
    padding-left: .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: .7rem;
    line-height: .7rem;
    font-size: .3rem;
    color: #333;
}

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

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

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

.index-search .hot-words .name {
    font-weight: bold;
    flex-shrink: 0;
}

.index-search .hot-words .p-ico,
.index-search .hot-words .search-result li a i,
.index-search .search-result li a .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 .index-flow .container .list a i,
.index-flow .container .list a .index-search .hot-words i,
.index-search .hot-words .index-flow .container .video i,
.index-flow .container .video .index-search .hot-words i {
    font-size: .12rem;
    flex-shrink: 0;
    margin-left: .08rem;
    margin-right: .28rem;
}

.index-search .hot-words li {
    padding-right: .14rem;
}

.index-search .hot-words li a.on {
    font-weight: bold;
    color: #4a3036;
}

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

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

.index-search .search-result .name h3 {
    font-size: .22rem;
    color: #4a3036;
}

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

.index-search .search-result .name a:hover {
    color: #4a3036;
}

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

.index-search .search-result li {
    font-size: .16rem;
    line-height: .34rem;
}

.index-search .search-result li a {
    color: #000;
    padding-right: .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: #4a3036;
}

.index-search .search-result li a:hover i {
    color: #4a3036;
}

.index-search .search-result .btn a {
    display: block;
    text-align: center;
    line-height: .54rem;
    color: #fff;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    background: url("../img/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: .16rem;
    text-transform: uppercase;
    color: #666;
    padding-top: .15rem;
    line-height: .45rem;
}

.index-news .col-1 .title span {
    padding-left: .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: -.08rem;
}

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

.index-news .col-1 li a .name {
    font-size: .17rem;
    line-height: .24rem;
    font-weight: bold;
    padding: .25rem 0;
}

.index-news .col-1 li a:hover {
    color: #4a3036;
}

.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: 722px;
}

.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%;
    transition: .3s;
}

.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: #4a3036;
    font-size: .12rem;
    padding-top: .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: .15rem;
    height: 1px;
    background: #4a3036;
    opacity: .64;
    margin: 0 .15rem;
}

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

.index-news .col-2 .list li .name a {
    display: block;
    font-size: .24rem;
    line-height: .3rem;
    color: #555;
    padding: .15rem .55rem 22px .55rem;
}

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

.index-news .col-2 .list li p {
    font-size: .13rem;
    line-height: .22rem;
    padding: 0 .8rem;
    color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;	
}

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

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

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

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

.index-news .col-2 .arrow .dots span {
    width: .08rem;
    height: .08rem;
    margin: 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: #4a3036;
}

.index-events {
    position: relative;
}

.index-events:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -6.6rem;
    background: #F2F3F9;
}

.index-events .wal {
    position: relative;
    height: 222px;
}

.index-events .wal .title {
    padding-right: .68rem;
    position: relative;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1em;
}

.index-events .wal .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: .3rem;
    width: .04rem;
    height: .54rem;
    background: #4a3036;
    margin-top: -.27rem;
}

.index-events .wal .title h2 {
    font-size: .34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: .06rem;
}

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

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

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

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

.index-events .wal .arrow a.next {
    background-image: url("../img/next53.png");
    margin-left: .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 .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;
}

.index-events .list-wrapper dd.li-dd .img img {
    width: 100%;
    transition: .3s;
}

.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: .22rem 0;
}

.index-events .list-wrapper dd.li-dd .name2 a {
    display: block;
    font-size: .17rem;
    line-height: .24rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
}

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

.index-events .list-wrapper dd.li-dd dl.info {
    position: relative;
    font-size: .12rem;
    color: #492f36;
}

.index-events .list-wrapper dd.li-dd dl.info:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: .38rem;
    margin-top: -.19rem;
    background: #791CB5;
}

.index-events .list-wrapper dd.li-dd dl.info dd {
    height: .24rem;
    line-height: 1em;
}

.index-events .list-wrapper dd.li-dd dl.info em {
    font-size: .16rem;
    color: #7C44A1;
    text-align: center;
    width: .37rem;
    padding-left: .05rem;
    position: relative;
    top: .01rem;
}

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

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

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

.index-research .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: .68rem;
    height: .04rem;
    background: #4a3036;
}

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

.index-research .content {
    line-height: .26rem;
    color: #929292;
    width: 3.6rem;
    padding: .35rem 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: -.3rem;
    top: -1px;
    bottom: -1px;
    width: 5.05rem;
    background: url("../img/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: #4a3036;
    width: .02rem;
    height: .48rem;
    margin-top: -.24rem;
    opacity: 0;
}

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

.index-research .list li a.name {
    display: block;
    font-size: .17rem;
    line-height: .26rem;
    color: #000;
    font-weight: bold;
    padding: .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: #4a3036;
    left: .3rem;
}

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

.index-research .big-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.13rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,rgb(250 191 21),rgb(255 255 255));
    background-size: 100%;
}

.index-research .big-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .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: url("../img/index-about.jpg") center bottom no-repeat;
    background-size: auto 7.07rem;
    min-height: 7.07rem;
    text-align: center;
    position: relative;
    z-index: 1;
}
.aindexabout .title {
    padding: 0rem 0 22px 0!important;
}
.index-admissions .title {
    padding: 1.05rem 0 22px 0;
    position: relative;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1em;
}

.index-admissions .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.34rem;
    width: .68rem;
    height: .04rem;
    background: #4a3036;
}

.index-admissions .title h2 {
    font-size: .34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: .06rem;
}

.index-admissions .content {
    line-height: .26rem;
    color: #929292;
    padding: .3rem 0 .35rem 0;
    margin: 0 auto;
}
.index-admissions .indexabout {color:#000;text-align: justify;font-size: 15px;}
.index-admissions .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-admissions .list dd {
    width: 15.33333%;
    max-width: 2.23rem;
    margin: 0.5%;
}

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

.index-admissions .list dd .info {
    font-size: .12rem;
    color: #000;
    padding: 22px 0 0 0rem;
}

.index-admissions .list dd .info b {
    font-size: .16rem;
    color: #4a3036;
}

.index-admissions .list dd p {
    padding-top: .05rem;
    line-height: 16px;
    color: #929292;
}

.index-admissions .dots {
    padding: .3rem 0 .5rem 0;
}

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

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

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

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

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

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

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

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

.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: #4a3036;
}

.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: .82rem;
    color: #4a3036;
    cursor: pointer;
}

.index-flow .title {
    padding: .35rem 0 .45rem 0;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1em;
    color: #000;
    z-index: 5;
}

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

.index-flow .title a.more {
    display: block;
    color: #4a3036;
    border-bottom: #4a3036 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: .34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: .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: 22px;
    position: relative;
}

.index-flow .title dl dd a {
    display: block;
    width: .56rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	background: rgb(121 121 121);
    position: relative;
    z-index: 2;
}

.index-flow .title dl dd a:hover {
    background: #4a3036;
}

.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: 16px 22px;
    opacity: 0;
    visibility: hidden;
}

.index-flow .title dl dd .layer:after {
    content: "";
    display: block;
    position: absolute;
    top: -.06rem;
    right: .35rem;
    width: 22px;
    height: 22px;
    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;
}

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

.index-flow .title dl dd:hover a {
    background: #4a3036;
}

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

.index-flow .img-list {
    max-width: 1322px;
    margin: 0 auto;
    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("../img/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%;
    transition: .3s;
}

.index-flow .img-list li a .layer {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0 .4rem;
    color: #fff;
}

.index-flow .img-list li a .layer .time {
    font-size: .12rem;
    opacity: .6;
}

.index-flow .img-list li a .layer p {
    width: 100%;
    font-size: .16rem;
    line-height: .26rem;
    margin-top: .02rem;
    max-height: 1.04rem;
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;    
}

.index-flow .img-list li a .layer .info {
    border-bottom: #fabf15 solid .07rem;
    font-size: .14rem;
    padding: 10px 0;
}

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

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

.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: 33%;
    padding: 0 1% 1% 0;
}

.index-flow .img-list li.li_01:nth-child(4n)
{
margin: 0 0% 1% 0%;
}

.foot-link {
    position: relative;
    min-height: 3rem;
}
.zlmfoot {min-height:1.5rem!important;}
.foot-link .title {
    font-size: .34rem;
    color: #000;
    line-height: 1em;
    padding: 1.1rem 0 .3rem 0;
}

.foot-link .list {
    max-width: 7.59rem;
}

.foot-link .list li {
    width: 25%;
    padding-right: 5%;
	text-align: center;
}

.foot-link .list a {
    display: block;
    border-bottom: #DDD solid 1px;
    font-size: .16rem;
    color: #616161;
    line-height: .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: -1.2rem;
}

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

/*结束 */

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

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



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


/* 新闻 */
.longsheng-news {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.longsheng-news:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 1.43rem;
    right: 50%;
    width: 16.76rem;
    background: #F2F3F9;
    margin-right: -19.6rem;
}

.lsproduct:before {
    background: transparent!important;
}

.longsheng-news .wal {
    position: relative;
    z-index: 2;
    min-height: 6rem;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: .36rem 0 1.04rem 0;
}

.longsheng-news .list {
    width: 66%;
    float: left;
}

.longsheng-news .list li {
    display: inline-block;
    background: #f2f3f9;
    padding-right: 4%;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px 5px rgba(146,146,146,.1);
}

.longsheng-news .list li .img {
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
	width:40%;
	float:left;
}

.longsheng-news .newsright {
	width:55%;
	float:right;
	padding-top: 35px;
}

.longsheng-news .list li .time {
    position: absolute;
    z-index: 1;
    left: -0.15rem;
    right: auto;
    /* top: 1.04rem; */
    bottom: auto;
    background: linear-gradient(90deg,rgb(72 46 54),rgb(74 48 54));
    background-size: cover;
    width: .6rem;
    margin: 80px 0;
    height: .6rem;
}

.longsheng-news .time div {
    font-size: 2em;
    line-height: 1em;
    padding-bottom: .04rem;
	padding-top: 0.0855rem;
}

.longsheng-news .time {
    color: #fff;
    text-align: center;
    font-size: .12rem;
    font-family: 'Roboto-Light';
}

.longsheng-news .list li .name {
    font-size: 16px;
    font-weight: bold;
    padding: .1rem 0 .12rem 0;
}

.longsheng-news .list li p {
    font-size: 14px;
    line-height: 20px;
    color: #767676;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	line-height: 30px;
}

.longsheng-news .list2 {
    width:31%;
	float:right;
}

.longsheng-news .list2 .tab-btn li {
    width: 100%;
}

.longsheng-news .list2 .tab-btn li.on a {
    background: #4a3036;
    color: #fff;
}
.longsheng-news .list2 .tab-btn li a {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #791CB5;
    height: .72rem;
    line-height: .66rem;
    padding-top: .06rem;
    position: relative;
}


.longsheng-news h2.newstitle {
    font-size:35px;
	padding-bottom: 20px;
	text-align: center;
}
.longsheng-news .newsbody {font-size:16px;line-height: 30px;}
.longsheng-news .newswrite {color: #7d7d7d;margin-bottom: 20px;text-align:center;}
.longsheng-news .newsdibu {
text-align:center;
}
.longsheng-news .newsdibu p.jiewei {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #fabf15;
	border-top: 1px solid #492f36;
	margin-top: 30px;
	background: url(../image/sj.png) no-repeat left center;
}



/* 分散 */
.splitting-image {
  background-size: 0% 0%;
  position: relative;
  overflow: hidden;
}

.splitting-image img {
  display: block;
}

@supports (--row-size: calc( 100% / 2 )) {
  .splitting-image {
    background-size: cover;
    visibility: hidden;
    --row-size: calc(100% / var(--row-total));
    --col-size: calc(100% / var(--col-total));
  }

  .split-cell {
    background: inherit;
    position: absolute;
    overflow: hidden;
    top: calc(var(--row-size) * var(--row-index));
    left: calc(var(--col-size) * var(--col-index));
    width: calc(0.5px + var(--col-size));
    height: calc(0.5px + var(--row-size));
  }

  .split-cell__inner {
    position: absolute;
    visibility: visible;
    background: inherit;
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    transform: translate(
      calc(-1 * var(--col-size) * var(--col-index)),
      calc(-1 * var(--row-size) * var(--row-index))
    );
  }
}
.tiler {
  position: relative;
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
  width: 24.83333%;
  margin: auto;
  padding: 10px;
}

.tiler img {
  display: block;
  margin: auto;
  max-width: 100%;
  visibility: visible;
}

.tiler-overlay {
  background-position: center center;
  margin: auto;
  position: fixed;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  max-width: 1000px;
  max-height: 700px;
  -webkit-perspective: 30px;
          perspective: 30px;
}

.tiler-overlay .split-cell {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateZ(-15px);
          transform: translateZ(-15px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.5s, 0.4s;
  transition-timing-function: cubic-bezier(0.65, 0.01, 0.15, 1.33);
  /* The center character index */
  --center-x: calc((var(--col-total) - 1) / 2);
  --center-y: calc((var(--row-total) - 1) / 2);
  /* Offset from center, positive & negative */
  --offset-x: calc(var(--col-index) - var(--center-x));
  --offset-y: calc(var(--row-index) - var(--center-y));
  /* Absolute distance from center, only positive */
  --distance-x: calc(
    (var(--offset-x) * var(--offset-x)) / var(--center-x)
  );
  /* Absolute distance from center, only positive */
  --distance-y: calc(
    (var(--offset-y) * var(--offset-y)) / var(--center-y)
  );
  transition-delay: calc( 0.1s * var(--distance-y) + 0.1s * var(--distance-x) );
}

.tiler-overlay {
  z-index: 99;
}

.tiler:hover .split-cell {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}


/* 墓碑 */
#app .box {
    width: 23%;
    overflow: hidden;
    background: #F2F3F9;
    box-sizing: border-box;
    float: left;
    margin: 1%;
    padding: 0 15px 0px 0px;	
}

#app .box a {
    display: flex;
    align-items: center;
    color: #535353;
    text-decoration: none;
}

#app .box a:hover {
    color: #4a3036;
}

#app .imgBox {
    overflow: hidden;
}

#app .imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

#app .source {
    border: 1px solid #535353;
    padding: 6px 6px;
    border-radius: 25px;
    margin: 20px;
}

#app .title {
    font-size: 16px;
}

#app .detail {
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
    width: 100%;
}

/*鼠标hover效果*/

#app .box>a::after {
content: '';
    width: 5px;
    position: absolute;
    background: #fabf15;
    /* bottom: 0; */
    height: 50px;
    transition: height 0.3s linear;
    /*利用伪类高度，实现动画效果*/
}

#app .box>a:hover::after {
    height: 100px;
}

#app .box:hover img {
    transform: scale(1.15);
}

#app .box:hover .source {
    background: #4a3036;
    border-color: #4a3036;
    color: #ffffff;
}


/* 分页 */
.page {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fafafc;
    box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
	width: 100%;
}
.leftpage {
    margin-top: 50px;
    display: inline-block;
    width: 100%;	
}
.page__btn {
    color: var(--greyLight);
}
li.page__btn {
    border-radius: 0.4rem;
    text-align: center;
    padding-right: 0!important;
    min-width: 20px;
    text-align: center;
    margin-bottom: 10px!important;
}
.page__numbers, .page__btn, .page__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.1rem;
    font-size: 15px;
    cursor: pointer;
}

.page__numbers.active {
    color: #ffffff;
    background: #432e33!important;
    font-weight: 600;
    border: 1px solid #432e33;
}

.page__numbers {
    border-radius: 0.4rem;
    text-align: center;
    padding-right: 0!important;
    min-width: 20px;
    text-align: center;
	margin-bottom: 10px!important;
}
#jilemap img {max-width:none;}

/* fuwu */
.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item {
  position: relative;
}
.accordion-item.active .heading {
  color: #fabf15;
}
.accordion-item.active .icon {
  background: #fabf15;
}
.accordion-item.active .icon:before {
  background: #4a3036;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #4a3036;
  font-weight: 600;
  font-size: 19px;
  position: relative;
  padding: 022px 0 022px 0.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-item .heading:hover {
  color: #fabf15;
}
.accordion-item .heading:hover .icon:before, .accordion-item .heading:hover .icon:after {
  background: #000;
}
.accordion-item .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #efefef;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion-item .icon:before, .accordion-item .icon:after {
  content: '';
  width: 0.25rem;
  height: 0.03rem;
  background: #4a3036;
  position: absolute;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
  margin-bottom: 20px;
}
.accordion-item .content p {
  margin-top: 0;
  line-height: 30px;
  font-size: 16px;
}
.phone-show img {width:100%;}
/* xinjia */
.jileright {
    display: flow-root;
    background: #ffffff;
    padding: 16px 14px;
    margin: 0 0 28px 0;    
}
.jileright h2 {
    display: block;
    line-height: 48px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #fabf15;
    margin: 0 0 10px;
}
.jileright em {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #249857;
    border-radius: 50%;
    float: left;
    margin: 13px 15px 0 0;
}
.jileright li.liebiao {
    display: block;
    overflow: hidden;
    padding: 3px 6px;
}
.jileright li.liebiao a {
    display: block;
    line-height: 35px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.jileright li.bankuai {width:50%;float:left;}
.phonebohao {display:none;}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 999;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  top: 10%;    
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
padding: 0.5em 0.5em;
}

.cd-popup p span {color:#960000;font-weight:600;}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 15px;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #420200;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

.cd-popup-trigger {
    background: #fabf15;
    padding: 5px;
    display: none;  
    z-index:9999;
}

/*墓园*/
.yun-main-hd {
    padding-top: 45px;
    text-align: center
}
.yun-main-hd .yun-main-title {
    line-height: 44px;
    font-size: 32px;
    color: #0989c5
}
.yun-main-hd .yun-main-des {
    margin-top: 10px;
    line-height: 36px;
    font-size: 18px;
    color: #666
}
.yun-main-bd {
    padding-top: 30px
}
.w {
    width: 100%;
    margin: 0 auto;
}
.yun-solution-slider {
    margin-top: 30px
}
.yun-solution-slider-content {
    position: relative
}
.yun-solution-slider-content .yun-solution-wrap {
    position: relative;
    height: 454px;
    height: 457px\0;
}
.yun-solution-slider-content .yun-solution-item {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 472px;
    color: #fff;
    background-size: cover!important;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all 0.5s;
}
.yun-solution-list .yun-solution-list-item:hover {transform: translateY(-5px);}
.yun-solution-list .yun-solution-list-item:hover .img-wrap {}
.yun-solution-slider-content .yun-solution-item.current {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100)
}
.yun-solution-slider-content .yun-solution-item-content {
    margin: 0 auto;
    padding-top: 130px;
    width: 91.66666666666667%;
    max-width: 1100px
}
.yun-solution-slider-content .yun-solution-text-wrap {
    float: left;
    padding-right: 40px;
    width: 590px
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn {
    margin-top: 15px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 70px;
    background: #fff;
    color: #03004c;
    text-align: center;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 10px 0 rgba(3, 0, 76, .3)
}
.yun-solution-slider-content .yun-solution-title {
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.yun-solution-slider-content .yun-solution-title em {
    font-size: 28px
}
.yun-solution-slider-content .yun-solution-des {
    margin-top: 15px;
    max-height: 120px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px
}
.yun-solution-slider-content .yun-solution-logo-wrap {
    float: left;
    margin-left: 40px;
    width: 420px;
    max-height: 230px;
    overflow: hidden;
    font-size: 0
}
.yun-solution-slider-content .yun-solution-logo-wrap:after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}
.yun-solution-slider-content .yun-solution-logo-list {
    display: inline-block
}
.yun-solution-slider-content .yun-solution-logo-list li {
    display: inline-block;
    margin-top: 40px;
    width: 33%;
    vertical-align: middle;
    text-align: left
}
.yun-solution-list-wrap {
    position: relative;
    height: 132px;
    overflow: hidden
}
.yun-solution-list-wrap:hover .yun-solution-btn {
    display: block
}
.yun-solution-list-wrap .yun-solution-btn {
    display: none;
    position: absolute;
    top: 60px;
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    color: #0989c5;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-list-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.yun-solution-list-wrap .yun-solution-btn.disabled {
    display: none
}
.yun-solution-list-wrap .yun-solution-btn-prev {
    left: 0
}
.yun-solution-list-wrap .yun-solution-btn-next {
    right: 0
}
.yun-solution-list {
    padding-top: 35px;
    text-align: center;
    font-size: 0
}
.yun-solution-list .yun-solution-list-item {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-right: 25px;
}
.yun-solution-list .yun-solution-list-item:last-child {
    margin-right: 0;
}
.yun-solution-list .img-wrap {
    margin: 0 auto;
    width: 180px;
    height: 120px;
    overflow: hidden;
    background-size: cover;
    background-position: 0 0;
}
.yun-solution-list .yun-solution-text {
    margin-top: 15px;
    line-height: 20px;
    color: #0989c5;
    position: relative;
    /* top: 40px; */
    /* left: 69px; */
    bottom: 95px;
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    width: 180px;
}
.yun-arrow-wrap {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 18px;
    overflow: hidden
}
.yun-arrow-wrap .yun-arrow-item {
    position: relative;
    width: auto;
    background-color: #fff
}
.yun-arrow-wrap .yun-arrow-triangle {
    width: 1200px;
    height: 17px;
    background-color: transparent
}
.yun-arrow-wrap .yun-arrow-triangle:after, .yun-arrow-wrap .yun-arrow-triangle:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    box-sizing: border-box
}