* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    font: .1rem/1.7 "Arial","microsoft yahei";
}
.layui-icon{
    font-size: inherit;
}


img {
    display: block;
    /*max-width: 100%;*/
}
a{
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    /*background: none;*/
    text-decoration: none;

}
.narrow-container{
    margin-left: 14%;
    margin-right: 14%;
    position: relative;
    padding: .8rem 0 1.2rem;
    height: 100%;
}

.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.text-right{
    text-align: right;
}
.scroll-text,
.scroll-img{
    overflow: hidden;
    position: absolute!important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-right: 6px;
}

.text-default{
    color: #E2C191;
    font-size: .08rem;
    font-weight: bold;
}


/*加载进度样式*/
.load {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 11;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: #fff;
    background-size: cover;
}

.con-load {
    position: relative;
    width: 80%;
    text-align: center;
}
.con-load .progress{
    width: 100%;
    height: 4px;
    background: rgba(0,0,0,.1);
    border-radius: 2px;
    position: relative;
}
.progressbar{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #DFBF86;
    border-radius: 2px;
    -webkit-transition:width ease-in 200ms;
}
.load img {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.load p {
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #DFBF86;
    /*opacity: .85;*/
    line-height: 40px;
    z-index: 14;
    text-align: center;
}


/*横竖屏代码*/
/* 样式放在结尾，防止 base64 图片造成拥塞 */
@-webkit-keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50%, 60% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}

@keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50%, 60% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}

#orientLayer {
    display: none;
}

@media screen and (min-aspect-ratio: 13/9) {
    #orientLayer {
        display: block;
    }

    body {
        width: 100%;
        height: 100%;
    }
}

.mod-orient-layer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9997
}

.mod-orient-layer__content {
    position: absolute;
    width: 100%;
    top: 45%;
    margin-top: -75px;
    text-align: center
}

.mod-orient-layer__icon-orient {
    background-image: url(../images/icon-mobile.png);
    display: inline-block;
    width: 67px;
    height: 109px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: rotation infinite 1.5s ease-in-out;
    -webkit-background-size: 67px;
    background-size: 67px
}

.mod-orient-layer__desc {
    margin-top: 20px;
    font-size: 15px;
    color: #fff
}

/*横竖屏代码 END*/

/*qrcode*/
.qrcode {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9998;
}
.qrcode-img{
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -89px;
}
.qrcode-img img{
    display: inline-block;
    margin: 0 auto;
}
.qrcode-img p{
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
@media screen and (min-width: 768px) {
    .qrcode{
        display: block;
    }
}

/*qrcode END*/


.swiper-container {
    width: 100%;
    height: 100%;
    background: none;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    overflow: hidden;
}

.swiper-pagination{
    left: 0;
    right: 0;
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(65,83,110,.5);
    opacity: 1;
    margin: 0 5px;
    position: relative;
    border-radius: 6px;
}
.swiper-pagination-bullet-active:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(65,83,110,1);
    top: 3px;
    left: 3px;
    opacity: 1;
}
.absolute {
    position: absolute!important;
}
#array {
    position: absolute;
    z-index: 999;
    -webkit-animation: tipmove 1.5s infinite ease-in-out;
}
@-webkit-keyframes tipmove {
    0% {
        bottom: .01rem;
        opacity: 0
    }
    50% {
        bottom: .015rem;
        opacity: 1
    }
    100% {
        bottom: .02rem;
        opacity: 0
    }
}

/*arrmove*/
.b12-arrow {
    position: absolute;
    bottom: .32rem;
    left: 50%;
    width: .2rem;
    margin-left: -.1rem;
    z-index: 25;
    opacity: .3;
    z-index: 999;
}

/* Animations */

/* arrmove */
@-webkit-keyframes arrmove {
    0% {
        -webkit-transform: translateY(5px);
        opacity: .3;
    }
    50% {
        -webkit-transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5px);
        opacity: .3;
    }
}
@-o-keyframes arrmove {
    0% {
        -o-transform: translateY(5px);
        opacity: .3;
    }
    50% {
        -o-transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        -o-transform: translateY(5px);
        opacity: .3;
    }
}
@keyframes arrmove {
    0% {
        transform: translateY(5px);
        opacity: .3;
    }
    50% {
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: .3;
    }
}
.b12-arrmove {
    -webkit-animation: arrmove 1s infinite;
    -o-animation: arrmove 1s infinite;
    animation: arrmove 1s infinite;
}

/*arrmove END*/

.flex{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.flex.reverse{
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /*flex-direction: column-reverse;*/
}


.page{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.section{
    /*background: #343f51;*/
    background-position: center;
    background-size: cover;
    position: relative;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.container{
    margin-left: .2rem;
    margin-right: .2rem;
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}
.section img{
    max-width: 100%;
}

.container .text{
    color: #e7e7e7;
    font-size: .12rem;
    line-height: 1.7;
}
.container .text p{
    margin: .12rem 0;
}

.box{
    z-index: 99;
    position: relative;
}

/*student*/
.student .flex{
    margin-top: .3rem;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
}
.student .flex-item{
    padding: 0 .15rem;
    width: 33.33333%;
    text-align: center;
}
.student .flex-item .img-box{
    display: inline-block;
    padding: .1rem;
    border: 1px solid #4D5E78;
    border-radius: 50%;
    width: .62rem;
    height: .62rem;
    line-height: 1;
    margin: .2rem auto;
}
.student .flex-item .img-box img{
    width: .42rem;
    height: .42rem;
}
.student .flex-item .text-box{
    color: #3E4A68;
    font-size: .12rem;
    text-align: center;
}
/*student END*/

/*advantage*/
.advantage{
    font-size: .12rem;
    margin-top: .4rem;
}
.advantage .flex{
    margin: .08rem 0;
}
.advantage .img-box{
    width: .87rem;
    margin-right: .2rem;
}
.advantage .reverse .img-box{
    padding-right: 0;
    margin-left: .2rem;
    margin-right: 0;
}
.advantage .text-box{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    text-align: justify;
    color: #e7e7e7;
}
/*advantage END*/

/*introduct*/
.introduct{
    color: #50627E;
}
.introduct .head{
    font-size: .15rem;
    text-align: center;
    margin: .4rem 0 .25rem;
}
.course-list{
    padding: 0 .4rem;
    position: relative;
    padding-bottom: 40px;
}
.course-list .swiper-wrapper{
    -ms-align-items: stretch;
    align-items: stretch;
}
.course-list .swiper-wrapper .swiper-slide{
    height: auto;
    padding-top: .15rem;
}
.course-list .course-item{
    background-image: url(../images/5_2.png?v=2020060701);
    padding: .25rem .24rem .35rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: .14rem;
    height: 100%;
}
.course-list .course-title{
    position: relative;
    margin-top: -.35rem;
    font-size: .17rem;
    font-weight: bold;
    text-align: center;
    height: .3rem;
    line-height: .3rem;
    margin-bottom: .15rem;
}
.course-list .swiper-button-next:after, .course-list .swiper-button-prev:after{
    content: "";
    width: .4rem;
    height: .02rem;
    background: rgba(65,83,110,1);
}
.course-list .swiper-button-next, .course-list .swiper-button-prev{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: .4rem;
    height: .02rem;
    margin-top: -21px;
}
.course-list .swiper-button-prev{
    left: -10px;
}
.course-list .swiper-button-next{
    right: -10px;
}
.course-list .swiper-button-next.swiper-button-disabled, .course-list .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.tip{
    color: #5B6A80;
    font-size: .1rem;
    margin-top: .1rem;
    text-align: center;
    opacity: .5;
}

/*introduct END*/ 



/*faculty-list*/
.faculty-list{
    padding-bottom: 15px;
    margin-top: .45rem;
    position: relative;
}
.faculty-list .swiper-pagination-bullet{
    background: rgba(255,255,255,.25);
}
.faculty-list .swiper-pagination-bullet-active:after{
    background: rgba(255,255,255,75);
}
.faculty-list,
.faculty-list .swiper-wrapper{
    height: auto;
}
.faculty-list .faculty-item{
    position: relative;
    margin-bottom: .3rem;
}
.faculty-list .faculty-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: .465rem;
    top: 0;
    bottom: 0;
    border-radius: .02rem;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.15), rgba(255,255,255,.02));
    z-index: 1;
}

.faculty-list .faculty-item>*{
    position: relative;
    z-index: 2;
}
.faculty-list .img-box{
    width: .93rem;
    height: .93rem;
    border-radius: 50%;
    overflow: hidden;
}
.faculty-list .img-box img{
    width: 100%;
}
.faculty-list .text-box{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.faculty-list .text-box{
    padding: .11rem .2rem .15rem;
}
.faculty-list .text-box .faculty-name{
    font-size: .16rem;
    color: #fff;
    margin-bottom: .05rem;
}
.faculty-list .text-box .faculty-title{
    font-size: .1rem;
    color: #F9E8B3;
    /*opacity: .75;*/
}

.faculty-list .flex.reverse .text-box{
    text-align: right;
    padding-left: .187rem;
    padding-right: .15rem;
}
/*faculty END*/

/*contact*/
.contact{
    margin-top: .5rem;
}
.contact,
.contact a{
    font-size: .12rem;
    color: #41536E;
}
.contact .left{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.contact .left p:not(:last-child){
    margin-bottom: .12rem;
}
.contact .left img{
    width: .2rem;
    display: inline-block;
    margin-right: .15rem;
}
.contact .right img{
    width: .7rem;
    margin: 0 auto;
    margin-bottom: .05rem;
    max-width: 10000px;
}
.contact .right{
    width: 1rem;
    text-align: center;
}

.apply{
    margin-top: .4rem;
}
.apply .more-btn{
    font-size: .18rem;
    height: .5rem;
    line-height: .5rem;
    width: 100%;
    border-radius: .03rem;
    overflow: hidden;
    color: #fff!important;
    background: #41536E;
    display: block;
    text-align: center;
}
/*contact END*/



