/*
*@Description: 
*@Author:      hanli 
*@Update:      hanli(2022-05-10)  
*/

@charset "utf-8";

/* 防止用户自定义背景颜色对网页的影响 */
html {
    color: #333;
    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: #333;
    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: #01225f;
}

.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: #01225f;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

header a {
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.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 0.3s;
    }

    header .logo {
        transition: all 0.3s;
    }

    header .logo img {
        height: 32px;
        transition: all 0.3s;
    }

    .site-tree-mobile {
        padding: 14px 15px !important;
        transition: all 0.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(0.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-right: 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: #01225f;
    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: #01225f;
    }

    header {
        z-index: 999;
    }

    header .layui-nav {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.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, 0.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, 0.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 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.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, 0.85);
        z-index: 998;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.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 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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: #01225f;
    position: relative;
    line-height: 150%;
    margin-bottom: 20px;
    font-size: 60px;
}

.banner-text .box .desc {
    font-size: 24px;
    color: #01225f;
    font-weight: lighter;
}

.banner-text .box .title,
.banner-text .box .desc {
    text-shadow: 5px 5px 7px rgba(6, 4, 60, 0.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, 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: #000;
}

.index_title h2 {
    font-size: 32px;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    z-index: 2;
}

.index_title h2>* {
    position: relative;
}

.index_title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 6px;
    opacity: 0.85;
    background-color: #fabc00;
}

.bg .index_title,
.color_white .index_title {
    color: #fff;
}

.index_title .small_title {
    position: absolute;
    opacity: 0.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: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #01225f;
    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, 0.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 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.anchor {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
    z-index: -1;
}

/*footer*/
footer {
    background: rgba(41, 40, 45, 0.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;
    width: unset;
}

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: flex-start;
}

.footer-qrcode .qrcode-item {
    display: inline-block;
    text-align: center;
}

.footer-qrcode .qrcode-item+.qrcode-item {
    margin-left: 10px;
}

.footer-qrcode .qrcode-box {
    width: 130px;
    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, 0.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 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.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: #01225f;
    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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #01225f;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #01225f;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-color: transparent;
    color: #000;
    opacity: 1;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #01225f;
}

.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, 0.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 0.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 #01225f;
    color: #01225f;
    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, 0.9);
    /* 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: #01225f;
    font-size: 90px;
    z-index: 0;
    opacity: 0.03;
    transition: all 0.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: #01225f;
    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: 15px;
    height: 50px;
    line-height: 42px;
    position: relative;
}

.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: #01225f;
    padding-bottom: 10px;
    display: block;
}

.class-swiper-text .content .item>span {
    flex: 1;
    color: #666;
}

@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 0.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 0.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 0.4s ease-in-out;
}

.slide:hover .content {
    color: #eee;
    transition: all 0.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: #333;
    }
}

.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: #01225f;
    position: relative;
    background-color: rgba(1, 34, 95, 0.05);
}

.color_white .course-tab .layui-tab-title li {
    background-color: rgba(255, 255, 255, 0.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 #01225f;
    top: 100%;
    left: 50%;
    margin-left: -20px;
}

.course-tab .layui-tab-title li:hover,
.course-tab .layui-tab-title .layui-this {
    background: #01225f !important;
    color: #fff !important;
}

.course-tab .layui-tab-content {
    padding: 50px 30px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
    background-color: #fff;
}

.course-tab .layui-tab-content .label {
    color: #01225f;
    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 #01225f;
        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, 0.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 0.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, 0.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: #01225f;
    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, 0.75);
    color: #01225f;
}

@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: #01225f;
    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 #01225f;
    color: #01225f;
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s;
}

.event-swiper .apply-btn:hover {
    background-color: #01225f;
    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, 0.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 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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: #01225f linear-gradient(270deg, #b58444 0%, #ffbd6e 52%, #b18142 100%);
    opacity: 0;
    transition: all 0.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, 0.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: #333;
    margin-top: 20px;
}

.process-tab .layui-tab-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #01225f;
}

.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, 0.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%); */
    background: #f5b800;
}

.logo-list img {
    width: 100%;
}

.ranking-list {
    margin-top: 20px;
}

.ranking-list td {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.ranking-list table {
    table-layout: unset;
    margin: 0;
}

.ranking-list img {
    width: unset;
    max-width: 180px;
    height: auto;
}

@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 #01225f;
    color: #01225f;
    border-radius: 50px;
    line-height: 1;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.apply-btn:hover {
    background-color: #01225f;
    color: #fff;
}

/* message-swiper */
.message-swiper {
    position: relative;
    padding-bottom: 30px;
}

.message-swiper .swiper-container {
    overflow: hidden;
}

.message-swiper .swiper-slide {
    height: auto !important;
}

.message-swiper .slide {
    padding-bottom: 180px;
    height: 100%;
}

.slide .quote {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #133a93;
    transition: all 0.4s ease-in-out;
    position: absolute;
    left: 2.5vw;
    right: 2.5vw;
    bottom: 2.5vw;
}

.slide .quote .iconfont {
    font-size: 3em;
    opacity: 0.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 0.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: #01225f;
    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: 16px;
    color: #fabc00;
    font-weight: 800;
}

.plan-content .plan-item .text {
    margin-top: 10px;
    text-align: justify;
}

.plan-content .plan-item .text .name {
    font-weight: 800;
    color: #01225f;
}

.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: #01225f;
    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, 0.1);
    height: 100%;
}

.title-color {
    color: #fabc00 !important;
}

.title-center {
    text-align: center;
}

.knowledge .item .title {
    padding: 0 2px 0 20px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #01225f;
}

.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;
    }
}

/* peiyang-item */
.peiyang-item {
    width: 30%;
}

.peiyang-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.peiyang-item .title {
    color: #01225f;
    font-size: 16px;
}

.peiyang-item .title::first-letter {
    font-size: 2em;
    margin-right: 2px;
}

.peiyang-item .tag {
    background-color: #f5b800;
    color: #fff;
    padding: 6px 24px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
}

.peiyang-list .line {
    width: 1px;
    background-color: rgba(212, 212, 212, 1);
}

.peiyang-list .line1 {
    width: 1px;
    background-color: #f0f2f5;
}

@media screen and (max-width: 991px) {
    .peiyang-item .title {
        font-size: 15px;
    }

    .peiyang-item .tag {
        font-size: 14px;
        padding: 6px 16px;
    }
}

@media screen and (max-width: 767px) {
    .peiyang-item {
        width: 100%;
        margin: 10px 0;
    }

    .peiyang-list .line {
        display: none;
    }
}

/* peiyang-item END */

/* abroad START */
.abroad {
    overflow: unset;
    /* padding-bottom: 150px; */
}

.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: #01225f;
    opacity: 0.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: #01225f;
    height: 100%;
    width: 100%;
}

.evaluate-list .item .title-box {
    display: flex;
    align-items: center;
    color: #01225f;
    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: 0.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: #01225f;
}

.bonus .table-box .bonus-table th {
    background-color: #01225f !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;
}

@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 */


.sj-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sj-wrap img {
    height: 100%;
    width: 100%;
}

.sj-wrap1 div {
    width: 19%;
    margin-bottom: 15px;
}

.sj-wrap2 div {
    width: 24%;
}

/* 实践导师模块样式 */
.mentor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.mentor-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px 30px;
    border-left: 4px solid #01225F;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mentor-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.mentor-name {
    color: #01225F;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
}

.mentor-title {
    color: #666;
    font-size: 0.95em;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
}

.mentor-desc {
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9em;
}

/* 实践基地模块样式 */
.base-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.base-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.base-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #01225F, #fabc00);
}

.base-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.base-name {
    color: #01225F;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

.base-desc {
    color: #555;
    line-height: 1.7;
    margin: 0;
    font-size: 0.95em;
}

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {

    /* 实践导师模块移动端样式 */
    .mentor-grid {
        display: flex;
        gap: 0;
    }

    .mentor-swiper {
        position: relative;
        padding-bottom: 30px;
    }

    .mentor-item {
        padding: 20px;
        border-radius: 8px;
    }

    .mentor-name {
        font-size: 1.2em;
    }

    .mentor-title {
        font-size: 0.9em;
    }

    .mentor-desc {
        font-size: 0.85em;
        line-height: 1.5;
    }

    /* 实践基地模块移动端样式 */
    .base-grid {
        display: flex;
        gap: 0;
    }

    .base-swiper {
        position: relative;
        padding-bottom: 30px;
    }

    .base-item {
        padding: 20px;
        border-radius: 8px;
    }

    .base-name {
        font-size: 1.3em;
    }

    .base-desc {
        font-size: 0.9em;
        line-height: 1.6;
    }
}

/* 项目背景和创投市场发展部分样式 */
.project-background h1 {
    color: #01225F;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #01225F;
    padding-bottom: 10px;
}

.project-background .content-section {
    margin-bottom: 40px;
    line-height: 1.8;
}

.project-background .intro-text {
    margin-bottom: 20px;
    text-indent: 2em;
}

.project-background .analysis-item {
    margin-bottom: 25px;
}

.project-background .analysis-item:last-child {
    margin-bottom: 0;
}

.project-background .analysis-title {
    color: #01225F;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
}

.project-background .analysis-content {
    text-indent: 2em;
    margin-bottom: 0;
}

.project-background .conclusion-text {
    margin-bottom: 30px;
    text-indent: 2em;
}

.project-background .expert-quotes {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-left: 5px solid #01225F;
    margin: 30px 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.project-background .quotes-title {
    color: #01225F;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.project-background .quote-item {
    margin-bottom: 20px;
}

.project-background .quote-item:last-child {
    margin-bottom: 0;
}

.project-background .quote-text {
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.project-background .quote-mark {
    position: absolute;
    left: 0;
    top: 0;
    color: #01225F;
    font-weight: bold;
}

.project-background .quote-author {
    text-align: right;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
    .project-background h1 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }

    .project-background .content-section {
        margin-bottom: 30px;
        line-height: 1.6;
    }

    .project-background .analysis-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .project-background .expert-quotes {
        padding: 20px;
        margin: 25px 0;
        border-radius: 8px;
    }

    .project-background .quotes-title {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .project-background .quote-text {
        padding-left: 15px;
        line-height: 1.5;
    }
}

/* 项目优势卡片样式 */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.advantage-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #01225F 0%, #1e40af 100%);
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #01225F;
}

.advantage-card .card-title {
    color: #01225F;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.advantage-card .card-content {
    color: #374151;
    line-height: 1.7;
    font-size: 14px;
}

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 15px;
    }

    .advantage-card {
        padding: 20px;
        border-radius: 8px;
    }

    .advantage-card .card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .advantage-card .card-content {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* 项目特点课程卡片样式 */
.courses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.course-card {
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #01225F 0%, #3b82f6 50%, #01225F 100%);
}

.course-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #01225F;
}

.course-card .course-title {
    color: #01225F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.course-card .course-desc {
    color: #4b5563;
    line-height: 1.6;
    font-size: 14px;
}

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
    .courses-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 15px;
    }

    .course-card {
        padding: 20px;
        border-radius: 8px;
    }

    .course-card .course-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .course-card .course-desc {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* 课程体系样式 */
.course-system-content {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.course-system-item {
    text-align: center;
}

.course-system-title {
    color: #01225F;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.course-system-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #01225F, #3498db);
    border-radius: 2px;
}

.course-system-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .course-system-content {
        padding: 20px;
        margin: 15px 0;
    }

    .course-system-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .course-system-desc {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* 创投俱乐部建设样式 */
.club-section {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.club-title {
    color: #01225F;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

.club-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #01225F 0%, #3b82f6 100%);
    border-radius: 2px;
}

.club-intro {
    color: #374151;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.club-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 25px;
}

.club-feature {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.club-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #01225F;
}

.club-feature .feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #01225F 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.club-feature .feature-title {
    color: #01225F;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.club-feature .feature-desc {
    color: #4b5563;
    line-height: 1.6;
    font-size: 14px;
}

.kctx-table {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 5px;
}

.kctx-table .head {
    background-color: rgba(223, 178, 44, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.kctx-table .head h3 {
    font-size: 16px;
    font-weight: bold;
}

.kctx-table .content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.kctx-table .brw {
    background-color: rgba(155, 139, 101, 0.9);
    padding: 15px;
}

.kctx-table .whi {
    background-color: rgba(255, 255, 255, 0.9);
    color: #b93f47;
    padding: 15px;
}

@media screen and (max-width: 1400px) {
    .club-feature .feature-title {
        font-size: 16px;
    }
}

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
    .club-section {
        margin-top: 30px;
        padding: 20px;
        border-radius: 8px;
    }

    .club-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .club-intro {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .club-features {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .club-feature {
        padding: 20px;
        border-radius: 8px;
    }

    .club-feature .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .club-feature .feature-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .club-feature .feature-desc {
        font-size: 13px;
        line-height: 1.5;
    }
}