@charset "utf-8";
/* 轮播图—START */
.index_lbs {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 500px;
}

/*左右箭头*/
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: calc(50% + 22px);
    width: 44px;
    height: 44px;
    z-index: 1;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.swiper-button-next {
    right: calc(50% - 622px);
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    background: url("../images/indexl1.png") no-repeat;
}

.swiper-button-prev {
    left: calc(50% - 588px);
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    background: url("../images/indexl2.png") no-repeat;
}

.swiper-button-next.swiper-button-disabled {
    background: url("../images/indexl1x.png") no-repeat;
}

.swiper-button-prev.swiper-button-disabled {
    background: url("../images/indexl2x.png") no-repeat;
}

.swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    background: #fff;
    border-radius: 25px;
    outline: 0;
}

.swiper-container .swiper-pagination-bullet-active {
    width: 20px;
}

/* 轮播图—END */
/* 通用背景和标题—START */
.index_bg1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F9F9F9;
    padding-bottom: 100px;
}

.index_bg1.active {
    background: url("../images/index_bg1.png") 50% no-repeat #f9f9f9;
}

.index_title {
    width: 1200px;
    height: auto;
    margin: 70px auto;
    font-size: 30px;
    font-weight: bold;
}

.index_title_cn {
    width: 210px;
    border-bottom: 1px solid #009C78;
    position: relative;
    padding: 0 0 20px;
    color: #009C78;
}

.index_title_cn::before {
    content: '';
    width: 40px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    background-color: #009C78;
    bottom: 0;
    left: 87px;
}

.index_title_en {
    color: #9BDBC6;
}

.index_title_en > i {
    color: #CFE3DE;
}

.index_bg2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/index_bg.png") 50% no-repeat #F9F9F9;
    padding-bottom: 100px;
}

.index_box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.index_btn {
    width: 66px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    border-radius: 20px;
    padding: 0 40px 0 20px;
    background: url("../images/index_5.png") calc(100% - 20px) 50% no-repeat #08CA88;
    color: #ffffff;
    font-size: 16px;
    margin-top: 80px;
    cursor: pointer;
}

/* 通用背景和标题—END */
/* 精品图书 — START */
.index_book_div {
    width: 1220px;
    height: auto;
}

.index_book_1, .index_book_1 > img {
    width: 285px;
    height: 200px;
    overflow: hidden;
}

.index_book_margin {
    position: relative;
    margin: 20px 20px 0 0;
}

.index_book_title {
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    width: calc(100% - 30px);
    padding: 155px 15px 15px;
    bottom: 0;
    height: 20px;
    background: url("../images/index_book_bg2.png") no-repeat;
    text-align: justify;
    overflow: hidden;
}

.index_book_center {
    width: 590px;
    height: 200px;
    background: url("../images/index_book_bg.png") no-repeat;
    color: #ffffff;
    overflow: hidden;
}

.index_book_center > h3 {
    font-size: 34px;
    margin-top: 30px;
    font-weight: 400;
}

.index_book_ul {
    width: 510px;
    margin: 15px 0 0 60px;
    height: auto;
    overflow: hidden;
}

.index_book_ul > li {
    width: 155px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    margin: 15px 15px 0 0;
    background: url("../images/index_book_bg1.png") no-repeat;
}

/* 精品图书 — END */
/* 云课程 — START */
.index_yk1 {
    width: 460px;
    height: 400px;
    text-align: left;
    overflow: hidden;
}

.index_yk_title {
    width: 460px;
    height: 60px;
    color: #92BCAE;
    font-size: 55px;
    position: relative;
}

.index_yk_info {
    font-size: 18px;
    color: #333333;
    line-height: 82px;
}

.index_yk_title > h3 {
    width: 200px;
    position: absolute;
    color: #333333;
    font-size: 30px;
    top: 30px;
}

.index_yk2 {
    width: 740px;
    height: 420px;
    background-color: #000000;
    position: relative;
}

.index_yk3 {
    width: 740px;
    height: 420px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}

.index_yk2 > video {
    width: 740px;
    height: 420px;
    overflow: hidden;
}

/* 云课程 — END */
/* 考证 — START */
.index_kz_title {
    font-size: 20px;
    color: #333333;
    width: 100%;
    text-align: center;
}

.index_kz {
    width: 1222px;
    height: 288px;
    margin: 40px auto;
    overflow: hidden;
}

.index_kz li {
    width: 386px;
    height: 288px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-right: 21px;
}

.index_kz li > div {
    height: 40px;
    line-height: 40px;
    border-radius: 0 0 2px 0;
    padding: 0 15px 0 40px;
    /*background: url("../images/index_6.png") 15px 50% no-repeat #F8B54E;*/
    background: url("../images/index_6.png") 15px 50% no-repeat rgba(248, 181, 78, 0.85);
    color: #ffffff;
    position: absolute;
    left: 0;
    max-width: 331px;
    overflow: hidden
}

.index_kz li > img {
    width: 100%;
    max-height: 288px;
    overflow: hidden;
}

/* 考证 — END */
/* 全方位服务 — START */
.index_service {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.index_service > ul {
    width: 100%;
    height: 150px;
}

.index_service_li {
    width: 300px;
    height: 150px;
    position: relative;
}

.index_service_li::before {
    content: "";
    width: 8px;
    height: 8px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #F8B54E;
    bottom: -42px;
    position: absolute;
}

.index_service_li > h3 {
    font-size: 28px;
    background: linear-gradient(89deg, #08CA88 0%, #28E4A4 99.5849609375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

.index_service_li > p {
    line-height: 26px;
    font-size: 15px;
    color: #6B6C6C;
}

.index_service_line {
    width: 900px;
    height: 2px;
    background-color: #FFE9C5;
    margin: 37px auto 60px;
}

.index_service_1 {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.index_service_1 li {
    width: 300px;
    height: 180px;
    text-align: center;
    overflow: hidden;
}

.index_service_2 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #9FFFDF;
}

.index_service_2_1 {
    width: 160px;
    height: 160px;
    background: linear-gradient(89deg, #08CA88, #28E4A4);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.index_service_2_1 > img {
    margin: 22px;
}

/* 全方位服务 — END */
/* 联系我们 — START */
.index_company {
    width: 1160px;
    height: 550px;
    padding: 20px;
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
}

.index_company_map {
    width: 510px;
    height: 550px;
    overflow: hidden;
}

.index_company_list {
    padding: 0 10px 0 40px;
    width: 570px;
    height: 550px;
    overflow: auto;
}

.index_company_li {
    width: 570px;
    height: 100px;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
    text-align: left;
}

.index_company_li > p {
    font-size: 16px;
    color: #222;
    line-height: 28px;
}

.index_company_li > h3 {
    background: url(../images/index_12.png) no-repeat;
    padding-left: 50px;
    height: 40px;
}

/* 联系我们 — END */
