/*
*@Description: 
*@Author:      hanli 
*@Update:      hanli(2020-11-18)  
*/


@charset "utf-8";

/* 防止用户自定义背景颜色对网页的影响 */
html{
    color:#333333;background:#fff;
}
/* 内外边距重置 */
*{
    margin:0;padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    /*font-family:"Gotham Rounded",Tahoma, Arial, Helvetica, STHeiti, 'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei', '微软雅黑';*/
    font-family:"Gotham SSm A", "Gotham SSm B",Tahoma, Arial, Helvetica, STHeiti, 'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei', '微软雅黑';
    font-size: 14px;
    word-wrap: break-word;
    color: #4d4d4f;
    line-height: 1.7;
}

input,select,textarea{
    font-size:100%;
}
div:focus{
    outline:none;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table{
    border-collapse:collapse;border-spacing:0;
}
/* IE bug fixed: th 不继承 text-align*/
th{
  text-align:inherit;
}
ol,ul{
    list-style: none;
}
a,a:visited,a:focus,a:hover{
  text-decoration:none;
  outline: none;
}
/*a,a:hover{
    color: #3C5C98;
}*/
a:hover{
    opacity: .9;
    color: #A72038;
}

.clearB{
    clear: both;
}
.layui-btn{
    background: #a72038;
}
.block img{
    width: 100%;
}
.text-center{
    text-align: center!important;
}
.text-left{
    text-align: left!important;
}
.text-right{
    text-align: right!important;
}
.text-justify{
    text-align: justify!important;
}
.layui-btn-lg{
    padding: 18px 100px;
    height: auto;
    line-height: 1;
}
@media screen and (max-width: 567px) {
    .layui-btn-lg{
        width: 100%;
    }
}

header{
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
/*.site-mobile header,*/
header.header-fixed{
    background: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 1000;
    /*border-bottom: 1px solid #060606;*/
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}
header.header-fixed.show{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: top  .3s;
    -o-transition: top  .3s;
    transition: top  .3s;
    z-index: 999;
}


header a{
    color: #444;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
header .logo{
    padding: 15px 0;
}
header .logo img{
    height: 50px;
}
header.header-fixed .logo img.white,
header .logo img.blue{
    display: none;
}
header.header-fixed .logo img.blue{
    display: block;
}
@media screen and (max-width: 767px) {
    header .logo{
        padding: 22px 0;
    }
    header .logo img{
        height: 36px;
    }
}
@media screen and (min-width: 992px) {
    header .layui-container{
        position: relative;
    }
    .layui-nav {
        position: absolute;
        top: 0;
        right: 0px;
        left: 200px;
        z-index: 99;
        background: none;
        text-align: right;
        padding: 0;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        background-color: #E8B718;
        height: 3px;
        border-radius: 3px;
    }
    .layui-nav ul{
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 0;
    }
    .layui-nav li{
        display: table-cell;
        text-align: right;
    }
    .layui-nav li a{
        font-size: 16px;
        height: 80px;
        line-height: 80px;
        display: inline-block;
    }
    .layui-nav .layui-nav-item{
        margin: 0 10px;
    }
    .layui-nav .layui-nav-item a{
        color: #eee;
        padding: 0 5px;
    }
    .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
        color: #E8B718!important;
    }
    header.header-fixed .layui-nav .layui-nav-item a{
        color: #00235F;
    }
}
header .button-box{
    position: absolute;
    right: 15px;
    top: 0;
    top: 21px;
}
header .button-box .layui-btn{
    background: #B99150;
    margin-left: 10px;
    border: 1px solid #B99150;
    line-height: 36px;
    color: #fff;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .layui-nav .layui-nav-item a{
        font-size: 15px;
    }
    .layui-nav .layui-nav-item{
        margin: 0 3px;
    }
}
.header-mobile{
    display: none;
}
@media screen and (max-width: 991px) {
    .layui-nav{
        background: #00235F;
    }
    header {
        z-index: 999;
        position: relative;
    }
    header .layui-nav{
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 999;
        display: none;
    }
    .site-mobile .layui-nav{
        display: block;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        content: none;
        background: rgba(232,183,24,.5);
        height: 1px;
    }
    .layui-nav .layui-nav-item{
        display: block;
        text-align: center;
        line-height: 1.5;
    }
    .layui-nav .layui-nav-item a{
        padding: 15px 20px;
        border-bottom: 1px solid rgba(232,183,24,.1);
        font-size: 15px;
    }
    .layui-nav .layui-nav-item:nth-last-of-type(1) a{
        border-bottom: 0;
    }
    header .layui-btn{
        display: none;
    }

    .header-mobile{
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 80px;
        display: block;
    }

    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding: 0 15px;
        color: #fff;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 0px;
        bottom: 0;
        padding: 31px 15px;
        line-height: 1;
    }
    .site-tree-mobile .icon-reorder{
        display: block;
        width: 24px;
        height: 2px;
        background: #00235F;
        margin-bottom: 6px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .site-mobile header{
        background: #00235F;
    }
    .site-mobile .site-tree-mobile .icon-reorder{
        background: #fff;
    }
    .site-mobile header .logo img.blue,
    header .logo img.white{
        display: none;
    }
    .site-mobile header .logo img.white,
    header .logo img.blue{
        display: block;
    }
    .site-tree-mobile .icon-reorder:last-child{
        margin-bottom: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder{
        margin: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(1){
        margin-top: 10px;
        -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -o-transform: rotate(42deg);
        transform: rotate(42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(3){
        margin-top: -4px;
        -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        -o-transform: rotate(-42deg);
        transform: rotate(-42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(2){
        opacity: 0;
    }
    .site-mobile .site-mobile-shade{
        content: ''; 
        position: fixed; 
        top: 0; 
        bottom: 0; 
        left: 0; 
        right: 0; 
        background-color: rgba(0,0,0,.85); 
        z-index: 998;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}

/*banner*/
.banner{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 46.87vw;
}
@media screen and (max-width: 767px) {
    .banner{
        height: 60vw;
    }
}

/*swiper-button*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    position: absolute;
    top: -100px;
    margin-top: unset;
    width: 40px;
    height: 40px;
    z-index: 99;
    background-color: rgba(79,196,246,1);
    border-radius: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #eee;
    font-size: 24px;
    font-weight: lighter;
}
.swiper-button-next:after{
    content: "\e60c";
    font-family: "iconfont";
}
.swiper-button-prev:after{
    content: "\e606";
    font-family: "iconfont";
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: rgba(79,196,246,1);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: unset;
    right: 50px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0px;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        width: 36px;
        height: 36px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 20px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        right: 46px;
    }
}
@media screen and (max-width: 567px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none;
    }
}
/*swiper-button END*/

/*swiper-pagination*/
.swiper-pagination {
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
    background: grey;
    position: relative;
    width: 12px;
    height: 2px;
    border-radius: 0px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: .5;
}
.swiper-pagination-bullets .swiper-pagination-bullet:first-child{
    margin-left: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    background: #00235F;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active:after{
    border: 2px solid rgba(255,255,255,1);
}
/*swiper-pagination END*/


/*banner END*/

.more-btn {
    display: inline-block;
    padding: 15px 40px;
    color: #fff!important;
    background: #00235F;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: 30px;
}
.more-btn:hover{
    background-color: #00235F;
    text-decoration: none;
}
.more-btn.btn-white{
    background: #fff;
    color: #00235F!important;
}



/*block*/
.block{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}
.block.grey{
    background-color: #f0f0f0;
}
.block.black{
    background-color: #0A0A0A;
}
.block.bg:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(40, 61, 85, 1);
    opacity: 0.5;
}
.block.bg .layui-container,.block.color_white .layui-container{
    z-index: 2;
    position: relative;
    color: #fff;
}
.block p{
    margin-bottom: 10px;
}
/*block END*/

/*index_title*/
.index_title{
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    color: #00235F;
}
.index_title .title_box{
    display: inline-block;
    position: relative;
}
.index_title .title_box:before,
.index_title .title_box:after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 18px;
    width: 4px;
    background-color: #E8B718;
}
.index_title .title_box:after{
    left: unset;
    right: 0;
}
.index_title .layui-elem-field{
    text-align: center;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-width: 4px;
    border-color: #E8B718;
    margin-bottom: 0!important;
}
.index_title .title_box .layui-elem-field legend{
    margin-left: 0;
    font-size: unset;
    font-weight: unset;
    padding: 0 15px;
    line-height: 1;
}


.index_title .title,.index_title .small_title{
    font-family: "Microsoft Yahei",sans-serif;
}
.index_title .title_box .layui-elem-field.title,
.index_title .title_box .layui-elem-field.small_title{
    padding: 0 50px;
}

.index_title .title{
    font-size: 36px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}
.index_title .small_title{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px!important;
}
.block.bg .index_title,.block.color_white .index_title{
    color: #fff;
}
@media screen and (max-width: 991px) {
    .index_title{
        margin-bottom: 30px;
    }
    .index_title .title{
        font-size: 32px;
    }
    .index_title .small_title{
        font-size: 18px;
    }
    .index_title .title_box:before,
    .index_title .title_box:after{
        top: 9px;
        bottom: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index_title{
        margin-bottom: 20px;
    }
    .index_title .title{
        font-size: 28px;
    }
    .index_title .title_box .layui-elem-field legend{
        padding: 0 10px;
    }
    .index_title .title_box .small_title{
        font-size: 14px;
    }
    .index_title .title_box:before,
    .index_title .title_box:after{
        top: 7px;
        bottom: 14px;
    }
    .index_title .title_box .layui-elem-field.title, 
    .index_title .title_box .layui-elem-field.small_title{
        padding: 0 30px;
        border-width: 3px;
    }
    .index_title .title_box:before, .index_title .title_box:after{
        width: 3px;
    }
}

/*index_title END*/

.page-content p,.page-content li{
    line-height: 1.8;
    margin-bottom: 12px;
}
.page-content li{
    padding-left: 5px;
}
.page-content ul,.page-content ol{
    padding-left: 20px;
}
.page-content ul,.page-content ul li{
    list-style: disc outside;
}
.page-content ol,.page-content ol li{
    list-style: decimal outside;
}

/*introduction-block*/
.introduction-block .index_title{
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}
.introduction-block .index_title:before{
    content: "";
    position: absolute;
    left: -60px;
    top: -12px;
    bottom: -10px;
    background: #4FC4F6;
    width: 110px;
}
.introduction-block .index_title .title_box:before,
.introduction-block .index_title .title_box:after{
    content: none;
}
.introduction-block .index_title .layui-elem-field{
    border: 0;
    text-align: left;
    padding: 0!important;
}
.introduction-block .index_title .title_box .layui-elem-field legend{
    padding: 0;
}
.introduction-block .introduction{
    width: 100%;
    position: relative;
}
.introduction-block .introduction:before{
    content: "";
    position: absolute;
    left: 0;
    right: 30px;
    top: 0;
    bottom: 0;
    border: 1px solid #00235F;
}

.introduction-block .text-box{
    padding: 30px 15px 30px 30px;
}
.introduction-block .img-box{
    padding: 20px 0 20px 15px;
}
.introduction-block .row-flex{
    -ms-align-items: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .introduction-block .introduction:before{
        right: 0;
        bottom: 30px;
    }
    .introduction-block .text-box{
        padding: 30px 15px 15px;
    }
    .introduction-block .img-box{
        padding: 0 15px;
    }
}

/*introduction-block END*/


/*course-block*/
.course-tab{
    margin: 50px 0 30px;
}
.course-tab .layui-tab-title{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 0;
    height: unset;
    line-height: unset;
}
.course-tab .layui-tab-title li{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    background: rgba(255,255,255,.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 5px;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    color: #00235F;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.5);
}
.course-tab .layui-tab-title li:last-child{
    border-right: 0;
}
.course-tab .layui-tab-title .layui-this:after{
    content: none;
}
.course-tab .layui-tab-title .layui-this:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 15px solid #4FC4F6;
    top: 100%;
    left: 50%;
    margin-left: -30px;
}
.course-tab .layui-tab-title li:hover,
.course-tab .layui-tab-title .layui-this{
    background: #4FC4F6;
    color: #fff;
}
.course-tab .icon-box{
    display: block;
    line-height: 42px;
    text-align: center;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    font-size: 42px;
}
.course-tab .icon-box i{
    line-height: 1;
}
.course-tab .layui-tab-content{
    padding: 50px;
    border: 1px solid rgba(255,255,255,.5);
    border-top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: auto;
}

.course-tab .column-3{
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    column-gap: 30px;
    font-size: 15px;
}
.course-tab .column-3 li{
    margin-bottom: 6px;
}
.course-tab .column-3 .title{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
@media screen and (max-width: 991px) {
    .course-tab .layui-tab-content{
        padding: 40px;
    }
    .course-tab .column-3{
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media screen and (max-width: 767px) {
    .course-tab .layui-tab-title li{
        display: block;
        text-align: center;
        padding: 12px 5px;
        font-size: 14px;
    }
    .course-tab .icon-box{
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 24px;
        margin: 0 auto 8px;
    }
    .course-tab .icon-box+.text{
        line-height: 1;
    }
    .course-tab .layui-tab-title .layui-this:before{
        border: 18px solid transparent;
        border-top: 9px solid #4FC4F6;
        margin-left: -18px;
    }
    .course-tab .layui-tab-content{
        padding: 50px 20px 40px;
    }
    .course-tab .column-3{
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}
/*course-block END*/


/*student-swiper*/
.student-swiper {
    position: relative;
    margin: 50px 0 30px;
}
.student-swiper .swiper-container{
    margin: 0 -60px;
}
.student-swiper .swiper-container .swiper-slide{
    height: auto;
}
.student-swiper .data-item{
    padding: 0 60px;
    height: 100%;
}
.student-swiper  .swiper-slide+.swiper-slide .data-item{
    border-left: 1px solid rgba(0,35,95,.5);
}
.student-swiper .data-item .top-box{
    max-width: 160px;
    padding-top: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    color: #00235F;
    padding-left: 5px;
    margin-bottom: 60px;
}
.student-swiper .data-item .top-box .title{
    font-size: 22px;
    line-height: 1.4;
}
.student-swiper .data-item .top-box .sub-title{
    font-size: 16px;
    line-height: 1.4;
}
.chart-list .chart-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    background: #00235F;
    border-radius: 5px;
    padding: 1px 10px;
    margin-bottom: 5px;
    color: #fff;
    position: relative;
    overflow-x: hidden;
    font-size: 12px;
}
.chart-list .chart-item>*{
    position: relative;
    z-index: 1;
}
.chart-list .chart-item .value{
    color: #00235F;
}
.chart-list .chart-item .process-bar{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #E8B718;
    z-index: 0;
}
@media screen and (max-width: 1199px) {
    .student-swiper .swiper-container{
        margin: 0 -30px;
    }
    .student-swiper .data-item{
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .student-swiper{
        margin-bottom: 0;
    }
    .student-swiper .data-item .top-box{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 567px){
    .student-swiper  .swiper-slide+.swiper-slide .data-item{
        border: 0;
    }
    .student-swiper .swiper-container{
        margin: 0;
    }
    .student-swiper .data-item{
        padding: 15px;
        border-radius: 5px;
        background: rgba(255,255,255,.5);
    }
    .student-swiper .swiper-slide{
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .student-swiper .swiper-slide-active{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/*student-swiper END*/

/*faculty-swiper*/
.faculty-swiper{
    position: relative;
    margin: 50px 0 30px;
}
.faculty-swiper .swiper-slide{
    height: auto;
}
.faculty-item{
    height: 100%;
}
.faculty-item .faculty-name{
    font-size: 18px;
    color: #00235F;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
}
.faculty-item .faculty-name:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #4FC4F6;
}
.faculty-item .faculty-title{
    color: #000;
}
.faculty-item .faculty-research{
    color: #666;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .faculty-swiper{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 567px) {
    .faculty-swiper{
        margin-bottom: 0;
        margin-top: 30px;
    }
    .faculty-swiper .swiper-container{
        padding: 20px 0
    }
    .faculty-item{
        padding: 15px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
        -moz-box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
        box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
    }
    .faculty-swiper .swiper-slide{
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .faculty-swiper .swiper-slide-active{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/*faculty-swiper END*/

/*grid-box*/
.grid-box{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
}
.grid-box:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(34, 41, 105, 0.35) 0%, rgba(51, 51, 51, 0.8) 100%);
    background: -o-linear-gradient(rgba(34, 41, 105, 0.35) 0%, rgba(51, 51, 51, 0.8) 100%);
    background: linear-gradient(rgba(34, 41, 105, 0.35) 0%, rgba(51, 51, 51, 0.8) 100%);
    z-index: 0;
}
.grid-box .content{
    padding: 50px 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.grid-box .title{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.grid-box .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #4FC4F6;
}
.grid-box .desc{
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px;
    z-index: 2;
    color: rgba(255,255,255,.85);
}
@media screen and (max-width: 991px) {
    .grid-box .content,
    .grid-box .desc{
        padding: 20px 15px;
    }
}
@media screen and (max-width: 767px) {
    .grid-box{
        height: auto;
        padding-bottom: 0;
    }
    .grid-box .content,
    .grid-box .desc{
        position: relative;
    }
    .grid-box .desc{
        padding: 0;
        padding-top: 50px;
    }
}
/*grid-box END*/


/*activity-tab*/
.activity-tab{
    padding-bottom: 0;
    font-size: 14px;
}
.activity-tab .layui-tab-title{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.activity-tab .layui-tab-title:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    border-bottom: 1px dashed #4d4d4f;
}
.activity-tab .layui-tab-title li{
    background: #fff;
    color: rgba(0,0,0,.35);
    padding: 0 10px;
    line-height: 1;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
}
.activity-tab .layui-tab-title li:first-child{
    padding-left: 0;
}
.activity-tab .layui-tab-title li:last-child{
    padding-right: 0;
}
.activity-tab .layui-tab-title{
    width: 100%;
    border-bottom: 0;
    text-align: center;
    color: grey;
}
.activity-tab .layui-tab-title li .icon-box{
    width: 100px;
    height: 100px;
    border: 4px dashed transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activity-tab .layui-tab-title li .icon-box .iconfont{
    width: 60px;
    height: 60px;
    background: #4FC4F6;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    display: block;
    font-size: 36px;
    color: #fff;
    position: relative;
}
.activity-tab .layui-tab-title li .icon-box .iconfont:before{
    z-index: 2;
    position: relative;
}
.activity-tab .layui-tab-title li:not(.layui-this) .icon-box .iconfont:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4FC4F6;
    opacity: 0;
    -webkit-transform:scale3d(1.4, 1.4, 1);
    transform:scale3d(1.4, 1.4, 1);
    opacity: .45;
    -webkit-animation: circle .9s linear infinite;
    animation: circle .9s linear infinite;
    z-index: 1;
}
@-webkit-keyframes circle{
    0%{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1);
        opacity:0;
    }
    50%{
        opacity:.3
    }
    100%{
        -webkit-transform:scale3d(1.7, 1.7, 1);
        transform:scale3d(1.7, 1.7, 1);
        opacity:0
    }
}
@keyframes circle{
    0%{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1);
        opacity:0;
    }
    50%{
        opacity:.3
    }
    100%{
        -webkit-transform:scale3d(1.7, 1.7, 1);
        transform:scale3d(1.7, 1.7, 1);
        opacity:0
    }
}
.activity-tab .layui-tab-title li .icon-box .click-icon{
    position: absolute;
    width: 14px;
    bottom: 14px;
    right: 14px;
}
.activity-tab .layui-tab-title li.layui-this .icon-box .click-icon{
    display: none;
}
.activity-tab .layui-tab-title li .text-box{
    font-size: 16px;
    background: #fff;
    padding: 8px 0;
    position: relative;
    margin-left: -13px;
    font-weight: bold;
}

.activity-tab .layui-tab-title li.layui-this{
    color: #E8B718;
}
.activity-tab .layui-tab-title li.layui-this .icon-box{
    border-color: #E8B718;
    border-style: solid;
}
.activity-tab .layui-tab-title li.layui-this .icon-box .iconfont{
    background: #E8B718;
}
.activity-tab .layui-tab-brief>.layui-tab-more li.layui-this:after, 
.activity-tab .layui-tab-brief>.layui-tab-title .layui-this:after{
    content: none;
}
.activity-tab .layui-tab-content{
    position: relative;
    padding: 15px 0;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.activity-tab .activity-tab-title{
    font-size: 24px;
    margin-bottom: 30px;
    font-family: "Microsoft Yahei Light","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.activity-tab .img-box{
    max-width: 80%;
    margin: 0 auto;
}
.activity-tab .layui-tab-content .layui-tab-item .layui-container>*:nth-of-type(1){
    margin-top: 0;
}
.activity-tab .layui-tab-content a:hover{
    text-decoration: underline;
}
.activity-tab .layui-tab-content p{
    margin-bottom: 10px;
}
.activity-tab .layui-tab-content li{
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.activity-tab .layui-tab-content ol>li:after{
    content: "\e614";
    font-family: "iconfont";
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
}
.activity-tab .layui-tab-content ul{
    padding-left: 18px;
}
.activity-tab .layui-tab-content ul li{
    list-style: disc outside;
    padding-left: 0;
}
.activity-tab .layui-tab-item .layui-row{
    position: relative;
    top: 50px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.activity-tab .layui-tab-item.layui-show .layui-row{
    top: 0;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.activity-tab .layui-tab{
    margin: 0;
}
@media screen and (max-width: 991px) {
    .activity-tab .layui-tab-title:before{
        top: 40px;
    }
    .activity-tab .layui-tab-title li{
        padding-right: 5px;
        padding-left: 5px;
    }
    .activity-tab .layui-tab-title li .text-box{
        font-size: 14px;
        margin-left: 0;
    }
    .activity-tab .layui-tab-title li .icon-box{
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-width: 3px;
    }
    .activity-tab .layui-tab-title li .icon-box .iconfont{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 32px;
    }
    .activity-tab .layui-tab-title li .icon-box .click-icon{
        bottom: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .activity-tab .layui-tab-title:before{
        top: 32px;
    }
    .layui-tab-bar{
        height: 60px;
        line-height: 60px;
        display: none;
    }
    .layui-tab-bar .layui-icon{
        top: 7px;
    }

    .activity-tab .layui-tab-title li{
        display: block;
    }
    .activity-tab .layui-tab-title li .icon-box{
        width: 64px;
        height: 64px;
        line-height: 64px;
        border-width: 2px;
    }
    .activity-tab .layui-tab-title li .text-box{
        left: 0;
    }
    .activity-tab .layui-tab-title li .icon-box .iconfont{
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
    .activity-tab .layui-tab-content{
        padding: 0;
    }
    .activity-tab .layui-tab-title li .icon-box .click-icon{
        bottom: 8px;
        right: 8px;
        width: 10px;
    }
}
/*activity-tab END*/


/*block-list*/
.block-list{
    margin: 20px 0;
}
.block-list .block-item{
    padding: 15px 0;
    border-radius: 5px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-list .block-item .block-title{
    background: #4FC4F6;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
}
.block-list .block-item .block-detail{
    padding: 20px 20px 10px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #555;
}
.block-list .block-item .block-detail>*:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 567px) {
    .block-list{
        margin: 30px 0;
    }
    .block-list .layui-col-space30{
        margin-left: -5px;
        margin-right: -5px;
    }
    .block-list .layui-col-space30>*{
        padding: 5px;
    }
}

.block-list li{
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.block-list ol>li:after{
    content: "\e614";
    font-family: "iconfont";
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
}
.block-list  ul{
    padding-left: 18px;
}
.block-list  ul li{
    list-style: disc outside;
    padding-left: 0;
}
/*block-list END*/


/*field-container*/
.field-container .layui-elem-field{
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0;
    border-color: rgba(255,255,255,.75);
    color: #eee;
    border-radius: 2px;
    text-align: center;
    border-radius: 5px;
}
.field-container .layui-elem-field-x{
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0;
    color: #333;
    border-radius: 2px;
    text-align: center;
    border-radius: 5px;
	border: 1px solid #e7b718; 
}
.field-container .layui-elem-field legend{
    font-size: 16px;
    position: relative;
    top: -3px;
    margin-left: 0;
    line-height: 1;
}
.field-container .layui-elem-field legend .iconfont{
    font-size: 20px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.field-container .layui-elem-field-x legend{
    font-size: 16px;
    position: relative;
    top: -3px;
    margin-left: 0;
    line-height: 1;
}
.field-container .layui-elem-field-x legend .iconfont{
    font-size: 20px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.bule-sufe{
	color: #00235f;
}
.field-container .layui-field-box{
    padding: 15px 15px 20px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
}
.field-container .layui-field-box .title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .field-container .layui-elem-field legend{
        padding: 0 5px;
    }
    .field-container .layui-field-box{
        justify-content: unset;
    }
    .field-container .layui-field-box .box{
        width: 100%;
    }
}
.field-container.apply legend .iconfont{
    font-size: 80px;
    color: #4FC4F6;
}
@media screen and (max-width: 991px) {
    .field-container.apply legend .iconfont{
        font-size: 64px;
    }
}
@media screen and (max-width: 767px) {
    .field-container.apply legend .iconfont{
        font-size: 50px;
    }
}
/*field-container END*/


/*step-container*/
.step-container{
    padding: 70px 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step-container .step-item{
    text-align: center;
}
.step-container .step-item .step-icon{
    font-size: 42px;
}
.step-container .arrow{
    color: #fff;
    font-family: "PF Centro Slab Pro",Helvetica,Arial,sans-serif,'Microsoft Yahei', '微软雅黑';
    font-size: 32px;
    opacity: .75;
}
@media screen and (max-width: 991px) {
    .step-container .step-item .step-icon{
        font-size: 36px;
    }
    .step-container .arrow{
        font-size: 28px;
    }
}
@media screen and (max-width: 567px) {
    .step-container{
        padding: 50px 0 0;
    }
    .step-container .step-item .step-icon{
        font-size: 24px;
    }
    .step-container .arrow{
        font-size: 11px;
    }
    .step-container .step-item .step-text{
        font-size: 12px;
    }
}
/*step-container END*/

.cert-container img{
    cursor: pointer;
}

.cert-highlight .cert-item{
    max-width: 480px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
}
.cert-highlight .cert-item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    background: #4FC4F6;
    border-radius: 5px;
    z-index: 0;
}
.cert-highlight .cert-item>*{
    position: relative;
    z-index: 2;
}
.cert-highlight .cert-item .img-box{
    margin: 0 10%;
    background: #fff;
    border-radius: 5px;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
    -moz-box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
    box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
    position: relative;
    height: 0;
    padding-bottom: 66.666666%;
}
.cert-highlight .cert-item .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cert-highlight .cert-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cert-highlight .cert-item .text-box{
    padding: 15px 10px;
    color: #fff;
    text-align: center;
}

/*cert-swiper*/
.cert-swiper{
    position: relative;
    padding-bottom: 0px;
    margin: 50px 0 30px;
}
.cert-swiper:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    background: #4FC4F6;
    border-radius: 5px;
}
.cert-swiper .swiper-container{
    padding: 0px 40px;
}
.cert-swiper .cert-item .img-box{
    background: #fff;
    border-radius: 5px;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
    -moz-box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
    box-shadow: 0px 5px 18px 0px rgba(50,50,50,0.2);
    position: relative;
    height: 0;
    padding-bottom: 66.666666%;
}
.cert-swiper .cert-item .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cert-swiper .cert-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cert-swiper .cert-item .text-box{
    padding: 15px 10px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .cert-swiper{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 567px){
    .cert-swiper .swiper-container{
        padding: 15px 0 0;
    }
    .cert-swiper .cert-item .text-box{
        padding: 10px 0 20px;
    }
    .cert-swiper .swiper-slide{
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .cert-swiper .swiper-slide-active{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/*cert-swiper END*/


.row-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}
.layui-row.row-flex:after, .layui-row.row-flex:before{
    content: none;
}


#button-to-top {
    background: rgba(0,35,95,.8);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
#button-to-top1 {
    background: #FFBD07;
    position: fixed;
    bottom: 240px;
    right: 10px;
    z-index: 997;
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


.anchor {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
    /* z-index: -1; */
}



/*footer*/
footer{
    background: #00235F;
    color: rgba(255,255,255,.75);
    font-size: 13px;
    line-height: 1.5
}
footer a{
    color: rgba(255,255,255,.75);
}
footer a:hover{
    color: #E8B718;
    text-decoration: underline;
}
footer .copyright{
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,.15);
}
.footer-top{
    padding: 30px 0;
}
.footer-top .title{
    color: rgba(255,255,255,.9);
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    position: relative;
}
.footer-top .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #E8B718;
}
.footer-top ul li{
    margin-bottom: 8px;
}
.footer-top .has-icon li{
    padding-left: 24px;
    position: relative;
}
.footer-top ul li .iconfont{
    position: absolute;
    left: 0;
}
.footer-top .column-2{
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
}

.flex-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.35);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 567px) {
    .footer-top{
        padding: 20px 0;
    }
    .flex-logo{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .footer-top .title{
        font-size: 16px;
    }
    .footer-top .column-2{
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0px;
    }
}
.apply-link{
    padding: 15px 80px;
    background: #FFBD07;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    margin-top: 40px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.apply-link:hover{
    color: #fff;
}

/*footer END*/

/*new sufe*/
.sufe-li li{
	list-style: auto;
	margin-left: 15px;
	margin-bottom: 10px;
}
.sufe-10{
	font-size: 12px;
	color: #ffbd07;
}
.sufe-y{
	color: #ffbd07;
}