/*
*@Description: 
*@Author:      hanli 
*@Update:      hanli(2022-05-10)  
*/


@charset "utf-8";

:root{
    --color-primary: #01225F;
    --color-secondary: #FABC00;
    --color-text-primary: #000;
    --color-text-regular: #303133;
    --color-text-secondary-grey: #606266;
    --color-text-secondary: #909399;
    --color-text-placeholder: #C0C4CC;
    
    --border-color-base: #DCDFE6;
    --border-color-light: #E4E7ED;
    --border-color-lighter: #EBEEF5;

    --bg-primary: #F8F9FB;
    --bg-grey: #f8f8f8;
}

/* 防止用户自定义背景颜色对网页的影响 */
html{
    color:var(--color-text-regular);background:#fff;
}
/* 内外边距重置 */
*{
    margin:0;padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    font-family:sans-serif, Arial, "Microsoft Yahei", '微软雅黑';
    word-wrap: break-word;
    color: var(--color-text-regular);
    line-height: 1.7;
}

input,select,textarea{
    font-size:100%;
}
div:focus{
    outline:none;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table{
    border-collapse:collapse;border-spacing:0;
}
/* IE bug fixed: th 不继承 text-align*/
th{
  text-align:inherit;
}
ol,ul{
    list-style: none;
}
a,a:visited,a:focus,a:hover{
  text-decoration:none;
  outline: none;
}

.clearB{
    clear: both;
}
.layui-btn{
    background: var(--color-primary);
}
.block img{
    width: 100%;
}
.text-center{
    text-align: center!important;
}
.text-left{
    text-align: left!important;
}
.text-right{
    text-align: right!important;
}
.text-justify{
    text-align: justify!important;
}
.layui-btn-lg{
    padding: 18px 100px;
    height: auto;
    line-height: 1;
}
@media screen and (max-width: 567px) {
    .layui-btn-lg{
        width: 100%;
    }
}
@media screen and (min-width:1400px) {
    .layui-container{
        width: 1230px;
    }
}
@media screen and (min-width:1400px) {
    .layui-container{
        width: 100%;
        padding: 0 6vw;
        max-width: 1500px;
    }
}
@media screen and (max-width: 767px) and (min-width:568px) {
    .layui-col-xsm6{
        width: 50%;
    }
}
.iconfont{
    font-size: inherit;
}
/* header */

header{
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.site-mobile header,
header.header-fixed{
    background: var(--color-primary);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
header a{
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
header .logo img{
    height: 50px;
}

header .layui-container{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    header {
        height: 46px;
        transition: all .3s;
    }
    header .logo{
        transition: all .3s;
    }
    header .logo img{
        height: 32px;
        transition: all .3s;
    }
    .site-tree-mobile{
        padding: 14px 15px!important;
        transition: all .3s;
    }
    header.header-fixed{
        height: 80px;
    }
    header.header-fixed .logo img{
        height: 36px;
    }
    header.header-fixed .site-tree-mobile{
        padding: 31px 15px!important;
    }
}
@media screen and (min-width: 992px) {
    .layui-nav {
        /* position: absolute;
        top: 10px;
        right: 0px;
        left: 200px; */
        padding: 0;
        z-index: 99;
        background: none;
        text-align: right;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        background-color: #fff;
        height: 2px;
        transform: scaleX(.5);
    }
    .layui-nav ul{
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 0;
    }
    .layui-nav li{
        display: table-cell;
        text-align: right;
    }
    .layui-nav li a{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }
    .layui-nav .layui-nav-item{
        margin: 0 15px;
    }
    .layui-nav .layui-nav-item a{
        color: #eee;
        padding: 0;
    }
    .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
        color: #fff;
    }
}
header .button-box{
    position: absolute;
    right: 15px;
    top: 0;
    top: 21px;
}
header .button-box .layui-btn{
    background: #fff;
    margin-left: 10px;
    border: 1px solid #fff;
    line-height: 36px;
    color: var(--color-primary);
    font-weight: bold;
}
header .button-box .login{
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .layui-nav .layui-nav-item a{
        font-size: 15px;
    }
    .layui-nav .layui-nav-item{
        margin: 0 5px;
    }
}
.header-mobile{
    display: none;
}
@media screen and (max-width: 991px) {
    .layui-nav{
        background: var(--color-primary);
    }
    header {
        z-index: 999;
    }
    header .layui-nav{
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 999;
        display: none;
    }
    .site-mobile .layui-nav{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        content: none;
        background: rgba(255,255,255,.5);
        height: 1px;
    }
    .layui-nav .layui-nav-item{
        display: block;
        text-align: center;
    }
    .layui-nav .layui-nav-item a{
        padding: 0px 20px;
        border-bottom: 1px solid rgba(1,34,95,.1);
        font-size: 15px;
    }
    .layui-nav .layui-nav-item:nth-last-of-type(1) a{
        border-bottom: 0;
    }
    header .layui-btn{
        display: none;
    }

    .header-mobile{
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 80px;
        display: block;
    }

    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding: 0 15px;
        color: #fff;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 0px;
        bottom: 0;
        padding: 31px 15px;
        line-height: 1;
    }
    .site-tree-mobile .icon-reorder{
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        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(0,0,0,.85); 
        z-index: 998;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}
/* header END */

/*banner*/
.banner{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    max-height: 100vh;
}
.banner img{
    max-height: 100%;
    object-fit: cover;
}
.banner .banner-bottom{
    position: absolute;
    left: 50%;
    bottom: 3vw;
    z-index: 9;
    color: #fff;
    text-align: center;
    display: block;
    width: 50px;
    margin-left: -25px;
}
.banner .img-down{
    margin-top: 20px;
    animation: MoveUpDown 1s ease-in-out infinite;
    position: relative;
    bottom: 0;
    font-size: 12px;
    width: 50px;
}
.banner .img-down .icon-box img{
    width: 20px;
    margin-bottom: 6px;
}
/* .banner .img-down .icon-box{
    width: 42px;
    height: 42px;
    border: 1px dashed rgba(255,255,255,.75);
    border-radius: 42px;
    overflow: hidden;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin: 0 auto 6px;
    font-weight: bold;
    font-size: 16px;
} */
@keyframes MoveUpDown {
    0% {
        bottom: 0px; 
    }
    50% {
        bottom: -10px;  
    }
    100% {
        bottom: 0px;  
    } 
}
@media screen and (max-width:767px) {
    .banner .banner-bottom{
        display: none;
    }
}

/*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;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.swiper-button-prev{
    background: url(../images/icon_arrow_left.png) center center no-repeat;
    background-size: 40px;
    left: 20px;
}
.swiper-button-next{
    background: url(../images/icon_arrow_right.png) center center no-repeat;
    background-size: 40px;
    right: 20px;
}
.swiper-button-prev:after,
.swiper-button-next:after{
    content: none;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next{
        width: 40px;
        height: 40px;
        background-size: 40px;
        margin-top: -20px;
        background-size: 20px;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-next{
        right: 0;
    }
}
/*swiper-button END*/

.banner-text{
    /*width: 100%;*/
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 5;

    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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    justify-content: center;
}
/*.banner-text .box{
    margin: 0 auto;
}*/
.banner-text .box .title{
    color: var(--color-primary);
    position: relative;
    line-height: 150%;
    margin-bottom: 20px;
    font-size: 60px;
}
.banner-text .box .desc{
    font-size: 24px;
    color: var(--color-primary);
    font-weight: lighter;
}
.banner-text .box .title,
.banner-text .box .desc{
    text-shadow: 5px 5px 7px rgba(6,4,60,.4);
}
.banner-text .box .layui-btn{
    margin-top: 40px;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
}
.banner-text img{
    width: 600px;
}
@media screen and (max-width: 991px){
    .banner-text .box .title{
        font-size: 52px;
    }
    .banner-text .box .desc{
        font-size: 22px;
    }
    .banner-text .box .layui-btn{
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px){
    .banner-text .box{
        width: 100%;
    }
    .banner-text .box .title{
        font-size: 32px;
    }
    .banner-text .box .title span{
        line-height: 1;
    }
    .banner-text .box .desc{
        font-size: 20px;
    }
    .banner-text img{
        width: 400px;
        max-width: 100%;
    }
}
/*@media screen and (max-width: 551px){
    .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 .banner-text .box .title{
    font-size: 40px;
}
@media screen and (max-width: 991px) {
   .inner-banner .banner-text .box .title{
        font-size: 36px;
   } 
}
@media screen and (max-width: 991px) {
   .inner-banner .banner-text .box .title{
        font-size: 28px;
   } 
}

/*banner-END*/

/*block*/
.block{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.block.grey{
    background-color: #F0F2F5;
}
.block.black{
    background-color: #29282D;
}
.block.bg{
    background-attachment: fixed;
}
.block.bg>*{
    position: relative;
    z-index: 9;
}
.block.bg:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.65);
    z-index: 0;
}
.block.bg .container,.block.color_white .container{
    z-index: 2;
    position: relative;
    color: #fff;
}
.color_white{
    color: #fff;
}
@media screen and (max-width:767px) {
    .block{
        padding: 50px 0;
    }
}
/*block END*/


/*index_title*/
.index_title{
    position: relative;
    margin-bottom: 40px;
    line-height: 1;
    color: var(--color-text-primary);
}
.index_title h2{
    font-size: 32px;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    z-index: 2;
    padding-bottom: 12px;
}
.index_title h2>*{
    position: relative;
}
.index_title h2:after,
.index_title h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 28px;
    height: 3px;
    background-color: var(--color-secondary);
}
.index_title h2:before{
    right: 50%;
}
.index_title h2:after{
    left: 50%;
    background-color: var(--color-primary);
}
.bg .index_title,
.color_white .index_title{
    color: #fff;
}
.color_white .index_title h2:after,
.color_white .index_title h2:before{
    background-color: #fff;
}
.index_title .small_title{
    position: absolute;
    opacity: .08;
    font-size: 1.8em;
    top: -10px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .index_title{
        margin-bottom: 30px;
    }
    .index_title h2{
        font-size: 24px;
    }
}
/*index_title END*/

.page-content{
    font-size: 15px;
}
.page-content p{
    text-align: justify;
}
.page-content p,.page-content li{
    line-height: 1.8;
    margin-bottom: 12px;
}
.page-content li{
    padding-left: 5px;
}
.page-content ul,.page-content ol{
    padding-left: 20px;
}
.page-content ul,.page-content ul li{
    list-style: disc outside;
}
.page-content ol,.page-content ol li{
    list-style: decimal outside;
}
.page-content h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: var(--color-primary);
    margin-top: 20px;
}
.page-content>*:nth-of-type(1):not(h4){
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .page-content{
        font-size: 14px;
    }
}

.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(1,34,95,.85);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}


.anchor {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
     z-index: -1; 
}


/*footer*/
footer{
    background: rgba(41,40,45,.95);
    background: url(../images/bg-footer.jpg) center center no-repeat;
    background-size: cover;
}
footer,footer a,footer a:visited{
    color: #ccc;
    font-size: 13px;
}
footer a:hover,
footer a:focus{
    color: #fff;
}
.footer-top{
    padding: 50px 0 30px;
}
.footer-top img{
    max-width: 100%;
}
.footer-top .footer-logo{
    margin-bottom: 25px;
}
.footer-top .footer-logo img{
    max-height: 40px;
}

footer .title{
    margin-bottom: 15px;
    font-size: 18px;
    color: #e0e0e0;
}
.footer-top p{
    margin-bottom: 5px;
}

.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;
}
.footer-top .footer-link li a{
    display: block;
    margin-bottom: 10px;
}

.footer-qrcode {
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.footer-qrcode .qrcode-item{
    display: inline-block;
    text-align: center;
}
.footer-qrcode .qrcode-item+.qrcode-item{
    margin-left: 10px;
}
.footer-qrcode .qrcode-box{
    width: 120px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 6px;
}
.footer-qrcode img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .footer-top,.footer-qrcode{
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    .footer-qrcode .qrcode-item{
        margin: 0;
        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-copyright{
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.15);
}


/* slide-door */
.slide-door{
    margin-bottom: 1px;
    border-bottom: 1px solid #eaeaea;
}
.slide-door .accordion-title{
    padding: 20px 0;
    padding-right: 36px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.slide-door .accordion-title:after{
    content: "\f067";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/toggle-grey.svg) right center no-repeat;
    transition: all .3s;
}
.slide-door:not(.open):hover .accordion-title:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-door.open .accordion-title:after{
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.slide-door .accordion-content{
    padding: 0 0 20px 30px;
    display: none;
    color: #4d4d4f;
}
.slide-door .accordion-content>*:last-child{
    margin-bottom: 0;
}
.slide-door .accordion-title .num{
    font-weight: bold;
    color: var(--color-primary);
    position: relative;
    left: -5px;
    font-family: "Arial";
}
@media screen and (max-width: 767px) {
	.slide-door .accordion-title{
		font-size: 16px;
	}
	.slide-door .accordion-title:after{
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}
    .slide-door .accordion-content{
        padding-left: 0;
    }
}
/* slide-door END */

/* swiper-pagination */
.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}
.swiper-pagination-bullet-active{
    width: 24px;
    border-radius: 4px;
    background-color: #F5B800;
}
/* swiper-pagination END */


/* overview */
.overview-img{
    max-width: 420px;
    display: block;
    margin: 0 auto;
}
/* overview END */

/*swiper-button*/
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 36px;
    height: 36px;
    z-index: 997;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: var(--color-primary);
    border-radius: 50%;
    color: #fff;
    border: 1px solid var(--color-primary);
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
    background-color: transparent;
    color: var(--color-text-primary);
    opacity: 1;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background: var(--color-primary);
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    content: unset;
}
.swiper-button-prev .iconfont{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-next .iconfont, 
.swiper-button-prev .iconfont{
    font-size: 17px;
    font-weight: lighter;
    position: relative;
}
.swiper-button-next .iconfont{
    left: 0;
}
.swiper-button-next .iconfont{
    right: 0;
}
.swiper-button-prev{
    left: -50px;
}
.swiper-button-next{
    right: -50px;
}
.swiper-button-prev:before,
.swiper-button-next:before{
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    border: 1px dashed rgba(1,34,95,.5);
    border-radius: 50%;
    transition: all 1s linear;
    transform: rotate(0deg);
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before{
    border-color: rgba(1,34,95,1);
    transform: rotate(180deg);
}
.swiper-button-prev:hover .iconfont{
    animation: arrowLeft 1s ease;
    -webkit-animation: arrowLeft 1s ease;
}
.swiper-button-next:hover .iconfont{
    animation: arrowRight 1s ease;
    -webkit-animation: arrowRight 1s ease;
}
@-webkit-keyframes arrowRight{
    0%{
        opacity: 1;
        left: 0;
    }
    47%{
        opacity: 0;
        left: 10px;
    }
    53%{
        opacity: 0;
        left: -10px;
    }
    100%{
        opacity: 1;
        left: 0;
    }
}
@keyframes arrowRight{
    0%{
        opacity: 1;
        left: 0;
    }
    47%{
        opacity: 0;
        left: 10px;
    }
    53%{
        opacity: 0;
        left: -10px;
    }
    100%{
        opacity: 1;
        left: 0;
    }
}
@-webkit-keyframes arrowLeft{
    0%{
        opacity: 1;
        left: 0;
    }
    47%{
        opacity: 0;
        left: -10px;
    }
    53%{
        opacity: 0;
        left: 10px;
    }
    100%{
        opacity: 1;
        left: 0;
    }
}
@keyframes arrowLeft{
    0%{
        opacity: 1;
        left: 0;
    }
    47%{
        opacity: 0;
        left: -10px;
    }
    53%{
        opacity: 0;
        left: 10px;
    }
    100%{
        opacity: 1;
        left: 0;
    }
}
/*swiper-button END*/
/* swiper-btn */
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next{
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    font-weight: bold;
    transition: background .3s;
}
.swiper-btn .swiper-button-next{
    margin-left: 16px;
}
.swiper-btn{
    display: flex;
    align-items: center;
}
/* swiper-btn END */

/* class-swiper-nav */
.class-swiper-nav{
    margin-bottom: 40px;
}
.class-swiper-nav .class-nav-item{
    padding: 12px 20px;
    margin: 0 auto;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 60px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.class-swiper-nav .class-nav-item:hover,
.class-swiper-nav .swiper-slide-thumb-active .class-nav-item{
    border: 0;
    background: linear-gradient(322deg, #B58444 0%, #FFBD6E 50%, #B18142 100%);
    color: #fff;
}
/* class-swiper-nav END */

/* class-swiper-img */
.class-swiper-img{
    position: relative;
    z-index: 1;
    height: 100%;
}
.class-swiper-img .img-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.class-swiper-img .swiper-container,
.class-swiper-img .swiper-wrapper,
.class-swiper-img .swiper-slide{
    width: 100%;
    height: 100%;
}
.class-swiper-img .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* class-swiper-img END */

/* class-swiper-text */
.class-container{
    padding: 50px 0;
}
.class-swiper-text{
    background-color: rgba(255,255,255,.95);
    /* padding: 40px; */
    position: relative;
    margin-left: -50%;
    z-index: 2;
    border-radius: 8px;
}
.class-swiper-text .swiper-container{
    overflow: unset;
}
.class-swiper-text>*{
    position: relative;
    z-index: 1;
}
.class-swiper-text:before{
    content: "\e90a";
    font-family: "iconfont";
    position: absolute;
    right: 30px;
    top: 30px;
    line-height: 1;
    color: var(--color-primary);
    font-size: 90px;
    z-index: 0;
    opacity: .03;
    transition: all .3s ease-in-out;
}
.class-swiper-text .text-body{
    font-size: 14px;
    padding: 40px;
}
.class-swiper-text .swiper-btn{
    justify-content: flex-end;
    padding: 0 40px 40px 40px;
}
.class-swiper-text .title{
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    line-height: 1;
}
.class-swiper-text .title em{
    font-style: normal;
    font-size: 14px;
    margin-left: 6px;
}
.class-swiper-text .tag{
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 42px;
    position: relative;
    font-weight: bold;
}
.class-swiper-text .tag>*{
    position: relative;
    z-index: 2;
}
.class-swiper-text .tag:after{
    content: "";
    position: absolute;
    left: -50.5px;
    top: 0;
    height: 50px;
    right: 0;
    background: url(../images/type-bg.png) center left no-repeat;
    background-size: auto 100%;
    z-index: 1;
}
.class-swiper-text .content{
    font-size: 14px;
    padding-top: 5px;
}
.class-swiper-text .content .item{
    margin-bottom: 10px;
    display: flex;
}
.class-swiper-text .content .item>strong{
    color: var(--color-primary);
    width: 90px;
    padding-right: 10px;
}
.class-swiper-text .content .item>span{
    flex: 1;
    color: #666;
}
.class-swiper-text .content .item ol li{
    position: relative;
    padding-left: 2em;
    counter-increment: section;
}
.class-swiper-text .content .item ol li+li{
    margin-top: 10px;
}
.class-swiper-text .content .item ol li:before{
    content: counters(section,".") " )";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #CA9450;
    font-weight: bold;
    width: 2em;
}
@media screen and (max-width:1199px) {
    .class-swiper-text .text-body{
        font-size: 14px;
        padding: 30px;
    }
    .class-swiper-text .tag:after{
        left: -40.5px;
    }
}
@media screen and (max-width:991px) {
    .class-swiper-nav .class-nav-item{
        font-size: 14px;
    }
    .class-swiper-text{
        margin-left: 0;
        margin-top: -50%;
    }
    .class-container{
        padding: 15px;
    }
    .class-swiper-text .title{
        font-size: 18px;
    }
}
@media screen and (max-width:767px) {
    .class-swiper-text .title{
        font-size: 16px;
    }
    .class-swiper-text .tag{
        font-size: 14px;
    }
    .class-swiper-text .text-body{
        padding: 20px;
    }
    .class-swiper-text .tag:after{
        left: -30.5px;
    }
    .class-swiper-text .content .item{
        display: block;
    }
    .class-swiper-text .content .item>strong{
        width: unset;
        padding-right: 0;
    }
    .class-swiper-text .content .item>strong>br{
        display: none;
    }
}
/* class-swiper-text END */



/* slide */
.slide{
    padding: 2.5vw;
    height: 100%;
    background-color: #F3F6FD;
    position: relative;
    display: block;
    top: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.slide>*{
    position: relative;
    z-index: 2;
}
.slide:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    background: #133A93 url(../images/bg_slide.png) center center no-repeat;
    background-size: cover;
    margin-top: -3px;
    transition: all .4s ease-in-out;
}
.slide:hover:before{
    top: 0;
    margin-top: 0;
}
.slide .title{
    font-size: 20px;
    color: #133A93;
    margin-bottom: 25px;
}
.slide .content{
    color: #666;
    line-height: 2;
}
.slide:hover{
    color: #fff;
}
.slide:hover .title{
    color: #fff;
    transition: all .4s ease-in-out;
}
.slide:hover .content{
    color: #eee;
    transition: all .4s ease-in-out;
}
.slide .content ol li{
    position: relative;
    padding-left: 2em;
    counter-increment: section;
}
.slide .content ol li:before{
    content: counters(section,".") " )";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #CA9450;
    font-weight: bold;
    width: 2em;
}
.slide-list{
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .slide .title{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .slide{
        padding: 20px;
    }
    .slide .title{
        font-size: 16px;
        margin-bottom: 15px;
    }
}
/* slide END */


table{
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    margin: 16px 0;
    line-height: 1.5;
}
table th,
table td{
    padding: 8px 16px;
}
/* table tr:nth-of-type(even) td{
    background-color: rgba(1,34,95,.05);
} */
table thead tr{
    background-color: rgba(1,34,95,1);
    color: #fff;
}
table thead tr th{
    padding: 12px 20px;
}
@media screen and (max-width: 767px) {
    table th,
    table td{
        padding: 4px 2px;
        font-size: 12px;
    }
    table thead tr th{
        padding: 12px 8px;
    }
}

/*course-block*/
.course-tab{
    margin: 50px 0 30px;
}
@media screen and (min-width: 768px) {
    .course-tab{
        color: var(--color-text-regular);
    } 
}
.course-tab .layui-tab-title{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 0;
    height: unset;
    line-height: unset;
}
.course-tab .layui-tab-title li{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 8px 5px;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-primary);
    position: relative;
    background-color: rgba(1,34,95,.05);
}
.color_white .course-tab .layui-tab-title li{
    background-color: rgba(255,255,255,.15);
    color: #fff;
}
.course-tab .layui-tab-title .layui-this:after{
    content: none;
}
.course-tab .layui-tab-title .layui-this:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 12px solid var(--color-primary);
    top: 100%;
    left: 50%;
    margin-left: -20px;
}
.course-tab .layui-tab-title li:hover,
.course-tab .layui-tab-title .layui-this{
    background: var(--color-primary)!important;
    color: #fff!important;
}
.course-tab .layui-tab-content{
    padding: 50px 30px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: auto;
    background-color: #fff;
}
.course-tab .layui-tab-content .label{
    color: var(--color-primary);
    font-weight: bold;
    margin-bottom: 12px;
}
.course-tab .layui-tab-content .con{
    color: #5D5E68;
}

@media screen and (max-width: 991px) {
    .course-tab .layui-tab-content{
        padding-top: 40px;
    }
    .course-tab .layui-tab-title li{
        font-size: 16px;
    }
    .course-tab table{
        table-layout: unset!important;
    }
}
@media screen and (max-width: 767px) {
    .course-tab{
        margin: 0;
    }
    .course-tab .layui-tab-title li{
        display: block;
        text-align: center;
        padding: 12px 5px;
        font-size: 14px;
        margin: 0px;
        width: 50%;
    }
    .course-tab .layui-tab-title li:nth-of-type(2){
        border-left: 0;
        border-right: 0;
    }
    .course-tab .icon-box{
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 24px;
        margin: 0 auto 8px;
    }
    .course-tab .icon-box+.text{
        line-height: 1;
    }
    .course-tab .layui-tab-title .layui-this:before{
        border: 18px solid transparent;
        border-top: 9px solid var(--color-primary);
        margin-left: -18px;
    }
    .course-tab .layui-tab-content{
        padding: 30px 0 0;
        background-color: unset;
    }
    .course-tab table th, .course-tab table td{
        text-align: center;
    }
    .course-tab table tr th:last-child, .course-tab table tr td:last-child{
        text-align: left;
    }
}
/*course-block END*/

/* study */
.study-list .study-item{
    display: block;
    background: rgba(255,255,255,.3);
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 16px;
    color: inherit;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    transition: all .3s;
    font-size: 15px;
}
.study-list .study-item .text-box{
    flex: 1;
    padding: 0 16px;
}
.study-list .study-item .more-box,
.study-list .study-item .avatar-box{
    border: 1px dashed rgba(255,255,255,.5);
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
}
.study-list .study-item .more-box .icon,
.study-list .study-item .avatar-box .img{
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.study-list .study-item .avatar-box img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}
.study-list .study-item .more-box .iconfont{
    font-size: 16px;
    color: var(--color-primary);
    position: relative;
    right: 0;
}
.study-list .study-item:hover .more-box .iconfont{
    animation: arrowRight 1s ease;
    -webkit-animation: arrowRight 1s ease;
}
.study-list .study-item:hover{
    background-color: rgba(255,255,255,.75);
    color: var(--color-primary);
}
@media screen and (max-width: 767px) {
    .study-list .study-item{
        font-size: 14px;
    }
    .study-list .study-item .text-box{
        padding: 0 12px;
    }
}
/* study END */

/* more-btn */
.more-btn{
    padding: 14px 50px;
    color: #fff;
    background: linear-gradient(322deg, #B58444 0%, #FFBD6E 50%, #B18142 100%);
    border-radius: 50px;
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
}
.more-btn:hover{
    color: #fff;
}
/* more-btn END */

/* event-swiper */
.event-swiper {
    position: relative;
}
.event-swiper .swiper-container{
    padding: 5px 9px;
    overflow: hidden;
}
.event-swiper .slide .title{
    color: var(--color-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 61px;
}
.event-swiper .slide .title::first-letter{
    font-size: inherit;
    line-height: 1.5;
    margin-right: 0;
}
.event-swiper .content{
    text-align: center;
}
.event-swiper .apply-btn{
    padding: 8px 24px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
    transition: all .3s;
}
.event-swiper .apply-btn:hover{
    background-color: var(--color-primary);
    color: #fff;
}
.event-swiper .apply-btn.is-end{
    background-color: #eee;
    color: #666;
    border-color: #eee;
}
@media screen and (max-width: 767px) {
    .event-swiper .swiper-button-prev{
        left: 0;
    }
    .event-swiper .swiper-button-next{
        right: 0;
    }
    .event-swiper .slide .title{
        height: 56px;
    }
}
/* event-swiper END */

/* process-tab */

/*process-tab*/
.process-tab{
    padding-bottom: 0;
    font-size: 14px;
}
.process-tab .layui-tab-title{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.process-tab .layui-tab-title:before{
    content: "";
    position: absolute;
    left: 90px;
    right: 90px;
    top: 50px;
    border-bottom: 1px dashed rgba(255,255,255,.25);
}
.process-tab .layui-tab-title li{
    font-size: 17px;
    padding: 10px;
    text-align: center;
}
.process-tab .layui-tab-title{
    width: 100%;
    border-bottom: 0;
    text-align: center;
    color: #ccc;
}
.process-tab .layui-tab-title li .icon-box{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.process-tab .layui-tab-title li .icon-box>*{
    position: relative;
    z-index: 1;
}
.process-tab .layui-tab-title li .icon-box:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-primary) linear-gradient(270deg, #B58444 0%, #FFBD6E 52%, #B18142 100%);
    opacity: 0;
    transition: all .3s;
    z-index: 0;
    border-radius: 50%;
}
.process-tab .layui-tab-title li.layui-this .icon-box:before,
.process-tab .layui-tab-title li:hover .icon-box:before{
    opacity: 1;
}
.process-tab .layui-tab-title li .icon-box img{
    width: 42px;
    height: 42px;
    object-fit: cover;
}
.process-tab .layui-tab-title li .unselect{
    display: block;
}
.process-tab .layui-tab-title li .selected{
    display: none;
}
.process-tab .layui-tab-title li.layui-this .selected{
    display: block;
}
.process-tab .layui-tab-title li.layui-this .unselect{
    display: none;
}

.process-tab .layui-tab-title li .icon-box:after{
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 1px dashed rgba(255,255,255,.5);
    border-radius: 50%;
}
.process-tab .layui-tab-title li.layui-this{
    color: #fff;
}
.process-tab .layui-tab-title li.layui-this .icon-box{
    border-color: rgba(255,255,255,1);
}
.process-tab .layui-tab-brief>.layui-tab-more li.layui-this:after,
.process-tab .layui-tab-brief>.layui-tab-title .layui-this:after{
    content: none;
}
.process-tab .process-tab-title{
    font-size: 24px;
    margin-bottom: 30px;
    font-family: "Microsoft Yahei Light","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.process-tab .layui-tab-content{
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 40px;
    color: var(--color-text-regular);
    margin-top: 20px;
}
.process-tab .layui-tab-content h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.process-tab .layui-tab-bar{
    display: none;
}

@media screen and (max-width: 1199px){
    .process-tab .layui-tab-title li{
        font-size: 14px;
    }
    .process-tab .layui-tab-title li .icon-box{
        width: 72px;
        height: 72px;
        line-height: 72px;
    }
}
@media screen and (max-width: 767px) {
    .process-tab .layui-tab-title:before{
        top: 33px;
        left: 16.66666%;
        right: 16.66666%;
    }
    .process-tab .layui-tab-title:after{
        content: "";
        position: absolute;
        top: 138px;
        left: 16.66666%;
        right: 16.66666%;
        border-bottom: 1px dashed rgba(255,255,255,.25);
    }
    .layui-tab-bar{
        height: 60px;
        line-height: 60px;
        display: none;
    }
    .process-tab .layui-tab-title{
        border-bottom: 0;
        margin-top: 0px;
    }
    .process-tab .layui-tab-title li{
        font-size: 13px;
        width: 33.333333%;
        padding: 5px;
    }
    .process-tab .layui-tab-title li .icon-box{
        width: 56px;
        height: 56px;
        font-size: 24px;
        line-height: 56px;
        margin-bottom: 0;
    }
    .process-tab .layui-tab-title li .icon-box:after{
        right: -5px;
        top: -5px;
        left: -5px;
        bottom: -5px;
    }
    .process-tab .layui-tab-title li .icon-box img{
        width: 32px;
        height: 32px;
    }
    .process-tab .layui-tab-content{
        margin: 40px 0;
    }
    .process-tab .process-tab-title{
        font-size: 20px;
        margin: 20px 0;
    }

    .process-tab .layui-tab-content{
        padding: 20px;
        margin-top: 10px;
    }
    .process-tab .layui-tab-content h4{
        margin-bottom: 10px;
        text-align: center;
    }
}
/*process-tab END*/

/* overview-page */
.overview-page h4{
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 34px;
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
    overflow: hidden;
}
.overview-page h4:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    right: 0;
    background: url(../images/type-bg.png) center left no-repeat;
    background-size: auto 100%;
    z-index: 1;
}
.overview-page h4>*{
    position: relative;
    z-index: 1;
}
/* overview-page END */

/* logo-list */
.ranking-list,
.logo-list{
    padding: 20px;
    background: linear-gradient(322deg, #B58444 0%, #FFBD6E 50%, #B18142 100%);
}
.logo-list img{
    width: 100%;
}
.ranking-list{
    margin-top: 20px;
}
.ranking-list td{
    background-color: rgba(255,255,255,.85)!important;
}
.ranking-list table{
    table-layout: unset;
    margin: 0;
}
.ranking-list img{
    width: unset;
    max-width: 120px;
    max-height: 40px;
}
@media screen and (max-width: 767px) {
    .logo-list{
        padding: 8px;
    }
    .ranking-list{
        margin-top: 10px;
        padding: 6.5px;
    }
    .ranking-list td{
        padding: 8px;
    }
    .ranking-list img{
        max-width: 80px;
    }
}
/* logo-list END */

.apply-btn{
    padding: 14px 36px;
    border: 1.5px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 50px;
    line-height: 1;
    margin-top: 20px;
    transition: all .3s ease-in-out;
}
.apply-btn:hover{
    background-color: var(--color-primary);
    color: #fff;
}




/* message-swiper */
.message-swiper {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}
.message-swiper .swiper-container{
    overflow: hidden;
}
.message-swiper .swiper-slide{
    height: auto!important;
}
.message-swiper .slide{
    padding-bottom: 140px;
    height: 100%;
}
.slide .quote{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #133A93;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 2.5vw;
    right: 2.5vw;
    bottom: 2.5vw;
}
.slide .quote .iconfont{
    font-size: 3em;
    opacity: .25;
    line-height: 1;
    position: absolute;
}
.slide:hover .quote{
    color: #fff;
}
.slide .quote .right{
    text-align: right;
    padding-left: 15px;
    flex: 1;
}
.slide .quote .message-name{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.slide .bottom{
    color: #666;
    transition: all .4s ease-in-out;
}
.slide:hover .bottom{
    color: #eee;
}
@media screen and (max-width: 767px) {
    .slide .quote{
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .message-swiper .swiper-button-prev{
        left: 0;
    }
    .message-swiper .swiper-button-next{
        right: 0;
    }
    .message-swiper .slide .title{
        height: 56px;
    }
}
/* message-swiper END */

.plan-content .small-title{
    text-align: center;
    font-size: 18px;
    color: var(--color-primary);
    margin-bottom: 30px;
}
.plan-content .plan-item{
    margin-bottom: 30px;
}
.plan-content .plan-item+.plan-item{
    margin-top: 30px;
}

.plan-content .plan-item .shu{
    margin-top: 70px;
    height: 90px;
    width: 1px;
    background-color: #eee;
}
.plan-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.plan-title .line{
    flex: 1;
    height: 1px;
    border-bottom: 1px dashed #ccc;
}
.plan-title .name{
    padding: 0 15px;
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 800;
    text-align: center;
}
.plan-content .plan-item .text{
    margin-top: 10px;
    text-align: justify;
}
.plan-content .plan-item .text .name{
    font-weight: 800;
    color: var(--color-primary);
}
.plan-content .plan-item .content{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.plan-content .plan-item .content .text{
    width: 30%;
    text-align: justify;
}
.plan-content .plan-item .content .text .name{
    margin-bottom: 16px;
    text-align: center;
}

.plan-content .plan-item .content .text .course-text{
    display: flex;
    justify-content: space-between;
}
.knowledge{
    margin-top: 30px;
}
.knowledge .small-title{
    font-size: 14px;
    margin-top: 10px;
    color: var(--color-primary);
    font-weight: 800;
}
.knowledge .item-box{
    margin-top: 30px;
}
.knowledge .item{
    padding: 25px 0;
    border-radius: 12px;
    background-image: url('../images/knowledge_bg.png');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0,.1);
    height: 100%;
}
.title-color{
    color: var(--color-secondary) !important;
}
.title-center{
    text-align: center;
}
.knowledge .item .title{
    padding: 0 2px 0 20px;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--color-primary);
}
.knowledge .item .text{
    padding: 0 10px 0 20px;
    text-align: justify;
}
.knowledge .item .text.main-text{
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}
@media screen and (min-width:1400px){
    /* .knowledge .item .text.main-text ul{
        width: 50%;
    } */
    .plan-content .plan-item .content .text{
        max-width: 400px;
    }
}
@media screen and (max-width:1300px){
    .plan-content .plan-item .content .text{
        width: 33%;
    }
    .plan-content .plan-item .content .text:nth-of-type(3){
        width: 36%;
    }
    .plan-content .plan-item .content .text:nth-of-type(5){
        width: 24%;
    }
    
}
@media screen and (max-width:1100px){
    .plan-content .plan-item .content .text{
        width: 35%;
    }
    .plan-content .plan-item .content .text:nth-of-type(3){
        width: 39%;
    }
    .plan-content .plan-item .content .text:nth-of-type(5){
        width: 25%;
    }
    .plan-content .plan-item .shu{
        display: none;
    }
    
}
@media screen and (max-width:991px){
    .plan .intro-wrap .content{
        padding: 30px 20px;
      
        width: 54%;
        
    }
    .plan-content .plan-item .content .text .name{
        text-align: left;
    }
    .plan-content .plan-item .content .text{
        width: 31%;
    }
    .plan-content .plan-item .content .text .course-text{
        
        display: flex;
        flex-direction: column;
    }
    /* .knowledge .item .text.main-text ul{
        width: 50%;
    } */
}

@media screen and (max-width:767px){
    .plan .intro-wrap{
        flex-direction: column;
    }
    .plan .intro-wrap .content{
        padding: 30px 20px;
        width: 100%;
        
    }
    .advantage .title-box .line{
        display: none;
    }
   
    .advantage-content{
        margin-top: 20px;
    }
    .block.plan{
        padding-top: 60px;
    }
    .knowledge .item .text.main-text{
        flex-direction: column;
    }
    .knowledge .item .text.main-text ul{
        width: 100%;
    }
    
}
@media screen and (max-width:556px){
    .plan-content .plan-item .content{
        flex-direction: column;
    }
    .plan-content .plan-item .content .text{
        width: 100% !important;
        margin-bottom: 5px;
    }
}

/* slide-tag */
.slide-tag{
    padding: 30px;
    border-radius: 8px;
    height: 100%;
    background-color: #fff;
    position: relative;
    display: block;
    transition: all .3s;
    top: 0;
}
a.slide-tag:hover{
    top: -5px;
}
.slide-tag>*{
    position: relative;
    z-index: 2;
}
.slide-tag .title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.slide-tag .title::first-letter{
    font-size: 1.8em;
    color: #B48547;
    margin-right: 2px;
}
.slide-tag .tag{
    color: #fff;
    height: 50px;
    line-height: 42px;
    position: relative;
}
.slide-tag .tag>*{
    position: relative;
    z-index: 2;
}
.slide-tag .tag:after{
    content: "";
    position: absolute;
    left: -40.5px;
    top: 0;
    height: 50px;
    right: 0;
    background: url(../images/type-bg-2.png) center left no-repeat;
    background-size: auto 100%;
    z-index: 1;
}
.slide-tag .content{
    color: #666;
    margin-top: 15px;
}
.slide-tag .content ol li{
    position: relative;
    padding-left: 2em;
    counter-increment: section;
}
.slide-tag .content ol li:before{
    content: counters(section,".") " )";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #CA9450;
    font-weight: bold;
    width: 2em;
}
.slide-tag .letter{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33%;
    max-width: 100px;
}
.slide-tag-list{
    margin-top: 40px;
}
.highlight{
    background: linear-gradient(270deg, rgba(255,189,110,0) 0%, rgba(212,156,86,0.55) 50%, rgba(177,129,66,0.06) 100%);
    color: #00235F;
    padding: 20px;
    /* text-decoration: underline; */
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .slide-tag{
        padding: 20px;
    }
    .slide-tag .title{
        font-size: 16px;
    }
    .slide-tag .tag:after{
        left: -30.5px;
    }
}
/* slide-tag END */

/* abroad START */
.abroad{
    overflow: unset;
    padding-top: 200px;
    z-index: 98;
    overflow: unset;
}
.abroad .index_intro{
    margin: 30px auto 0;
}
.index_intro p{
    margin-bottom: 12px;
}
.abroad .img-list{
    display: flex;
    justify-content: center;
    margin: 50px 0 70px;
}
.abroad .img-list .item{
    width: 300px;
    margin-right: 40px;
}
.abroad .img-list .item:last-child{
    margin-right: 0;
}
.abroad .tip{
    text-align: center;
    color: var(--color-primary);
    opacity: .8;
    padding-bottom: 30px;
}
.evaluate-wrap{
    position: relative;
    width: 100%;

}
.evaluate-list{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.evaluate-list .item{
    position: relative;
    padding: 40px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 2px 105px 0px rgba(0, 35, 95, 0.13);
    color: var(--color-primary);
    height: 100%;
    width: 100%;
}
.evaluate-list .item .title-box{
    display: flex;
    align-items: center;
    color: var(--color-primary);
    margin-bottom: 40px;
}
.evaluate-list .item .title-box .img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
}
.evaluate-list .item .title-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.evaluate-list .item .title-box .name-box{
    flex: 1;
}
.evaluate-list .item .title-box .name{
    font-size: 18px;
    font-weight: 800;
}
.evaluate-list .item .text{
    opacity: .8;
    text-align: justify;
}
.evaluate-list .item .icon-box{
    top: 30px;
    right: 30px;
    position: absolute;
    width: 50px;
}
.evaluate-list .item .icon-box .img{
    width: 100%;
}
@media screen and (max-width:991px){
    
    .abroad .img-list .item{
        margin-right: 20px;
    }
}
@media screen and (max-width:767px) {
    .abroad .img-list{
        flex-direction: column;
    }
    .abroad .img-list .item{
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px;
        margin-bottom: 15px;
    }
    .abroad .img-list .item:last-child{
        margin: 0 auto;
    }
    .abroad .img-list{
        margin-bottom: 40px;
    }
    .evaluate-list{
        width: 100%;
        position: unset;
    }
    .abroad{
        padding-bottom: 60px;
    }
}

/* abroad END */

/* bonus START */
/* .block.bonus{
    padding-top: 200px;
} */
.bonus .img-box{
    position: relative;
    display: none;
    width: 100%;
    overflow: hidden;
}
.bonus .img-box .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bonus .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bonus .table-box{
    display: block;
}
.bonus-table{
    max-width: 100%;
    width: 100%;
    margin: 16px 0;
    border-collapse: separate!important;
    border-style: solid;
    border-color: #BFBFBF;
    border-left-width: 1px!important;
    border-top-width: 1px!important;
    border-right-width: 0!important;
    border-bottom-width: 0!important;
    font-size: 14px;
    border-spacing: 0!important;
}
.bonus-table td{
    background-color: #F3F6FD;
    color: var(--color-primary);
}
.bonus .table-box .bonus-table th{
    background-color: var(--color-primary) !important;
    color: #fff;
    text-align: center;
}
.bonus .table th,.bonus .table td{
    padding: 1vw;
    border-style: solid;
    border-color: inherit;
    border-top-width: 0!important;
    border-left-width: 0!important;
    border-right-width: 1px!important;
    border-bottom-width: 1px!important;
    white-space: normal!important;
    text-align: center;
}
.bonus .table td{
    font-size: 14px;
}
.bonus .table-item1{
    width: 150px;
}
.bonus .table-item2{
    width: 300px;
}

@media screen and (max-width:1200px) {
    .block.bonus{
        padding-top: 230px;
    }
}
@media screen and (max-width:1099px) {
    .block.bonus{
        padding-top: 250px;
    }
}
@media screen and (max-width:991px) {
    .block.bonus{
        padding-top: 280px;
    }
    .table-item1{
        width: 130px;
    }
    .table-item2{
        width: 250px;
    }
}
@media screen and (max-width:860px) {
    .block.bonus{
        padding-top: 310px;
    }
}
@media screen and (max-width:767px) {
    .bonus .img-box{
        display: block;
    }
    .bonus .table-box{
        display: none;
    }
    .block.bonus{
        padding-top: 60px;
    }
}
/* bonus END */

/* career */
.career .page-content{
    font-size: 14px;
}
.career .page-content h4{
    color: inherit;
}
.career .row-flex{
    align-items: center;
}
.career p{
    opacity: .85;
}
.career .message-swiper{
    margin-bottom: -220px;
}
.career {
    z-index: 99;
    overflow: unset;
}
/* career END */

/*index-class*/
.index-class .layui-elem-field{
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0;
    border-color: rgba(255,255,255,.5);
    color: #e0e0e0;
    border-radius: 2px;
}
.index-class .layui-elem-field legend{
    font-size: 24px;
    font-style: italic;
    position: relative;
    top: -3px;
}
.index-class .layui-elem-field:hover{
    background-color: rgba(250,188,0,.3);
    border-color: rgba(250,288,0,.5);
    color: #fff;
}
.index-class .layui-field-box{
    padding: 10px 15px 20px;
}
@media screen and (max-width: 767px) {
    .index-class .layui-elem-field legend{
        margin-left: 10px;
        padding: 0 5px;
    }
}
.index-class .layui-elem-field legend .iconfont{
    font-size: 20px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
/*index-class END*/