/* 公共样式 */
.lw-title {
    position: relative;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 15px;
    padding-bottom: 10px;
}

.lw-title::after {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 5px;
    height: 20px;
    background: #FFDD48;
}

/* banner区域 */
.lx-banner {
    width: 100%;
    height: 360px;
    background: url(https://resource.gximg.cn/33a4bc_lmejjchz41.jpg) center no-repeat;
    background-size: cover;
}

.banner-title {
    padding-top: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 61px;
    color: #000000;
    line-height: 92px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-title .round {
    margin: 0 16px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #333333;
    border-radius: 50%;
}

.banner-service {
    margin-top: 20px;
}

.banner-service ul {
    display: flex;
    font-size: 20px;
    color: #000000;
    text-align: center;
    justify-content: center;
    font-weight: 500;
}

.banner-service ul li {
    padding: 0 13px;
    box-sizing: border-box;
}

.banner-service ul li img {
    width: 21px;
    height: 16px;
}

.banner-search {
    margin: 30px auto 0;
    width: 673px;
    height: 76px;
    background: rgba(51, 51, 51, 0.15);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-box {
    width: 650px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;

}

.search-box input {
    border-radius: 8px;
    width: 414px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
}

.search-box input::placeholder {
    color: #B7B6B6;
}

.search-btn {
    width: 236px;
    height: 100%;
    line-height: 54px;
    background-image: linear-gradient(90deg, #FDA739 1%, #FD6939 100%);
    border-radius: 0 8px 8px 0;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-btn img {
    margin-left: 8px;
    width: 18px;
    height: 18px;
}

/* 热门资讯 */
.lx-rmzx-container {
    background: #F5F5F5;
}

.lx-rmzx {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 55px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.rmzx-left {
    width: 440px;
    height: 388px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 22px 20px;
}

.rmzx-left .lw-title {
    border-bottom: 1px solid #E1E2E4;
}

.rmzx-left-ul {
    box-sizing: border-box;
    margin-top: 4px;
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 37px;
    font-weight: 400;
    height: 300px;
    overflow-y: scroll;
}

.rmzx-left-ul li {
    position: relative;
    width: 400px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    cursor: pointer;
}

.rmzx-left-ul li:hover {
    color: #FF6F54;
}

.rmzx-left-ul .hot {
    padding-right: 16px;
}

.rmzx-left-ul li::before {
    position: absolute;
    top: 15px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background: #C4C4C4;
    border-radius: 50%;
}

.rmzx-left-ul .hot::after {
    position: absolute;
    top: 8px;
    right: 0;
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://resource.gximg.cn/bc8ec2_lmejjb5i11.png) center no-repeat;
    background-size: 100%;
}

.rmzx-center {
    width: 380px;
}

.rmzx-center-jz {
    width: 100%;
    height: 175px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 22px 20px;
}

.rmzx-center-jz .lw-title {
    display: flex;
    justify-content: space-between;
}

.rmzx-center-jz .lw-title span:nth-child(1) {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://resource.gximg.cn/3ce2ce_lmsinq6o9.png) center no-repeat;
    background-size: 100%;
    margin-right: 10px;
    cursor: pointer;
}
.rmzx-center-jz .lw-title span:nth-child(2) {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://resource.gximg.cn/3ce2ce_lmsinq6o9.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    transform: rotate(180deg);
}
.rmzx-center-jz .lw-title .swiper-button-disabled:nth-child(1) {
    background: url(https://resource.gximg.cn/3ce2ce_lmsinpzb8.png) center no-repeat;
    background-size: 100%;
    transform: rotate(-180deg);
}
.rmzx-center-jz .lw-title .swiper-button-disabled:nth-child(2) {
    background: url(https://resource.gximg.cn/3ce2ce_lmsinpzb8.png) center no-repeat;
    background-size: 100%;
    transform: rotate(360deg);
}
.rmzx-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rmzx-btn-left, .rmzx-btn-right {
    padding: 0;
}
.jz-box {
    border-top: 1px solid #E1E2E4;
    box-sizing: border-box;
    padding-top: 18px;
}

.jz-box-date {
    font-size: 16px;
    color: #FD7346;
    font-weight: 400;
}

.jz-box-cont {
    margin-top: 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.jz-box-cont-time {
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    border-right: 1px solid #DADBDC;
    margin-right: 11px;
    box-sizing: border-box;
    padding-right: 15px;
}

.jz-box-cont-title {
    width: 160px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
}

.jz-box-cont-btn {
    margin-left: 20px;
    width: 85px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    background: #FEE805;
    border-radius: 16px;
}

.rmzx-center-jb {
    height: 182px;
    margin-top: 30px;
    padding: 22px 20px 0;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 6px;
}

.rmzx-center-jb2 {
    margin-top: 0;
    height: 388px;
}

.rmzx-center-jb .lw-title {
    font-size: 20px;
    color: #622A00;
}

.rmzx-center-jb-box {
    border-top: 1px solid #E1E2E4;
    box-sizing: border-box;
    padding-top: 12px;
}

.rmzx-center-jb-ul {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    font-weight: 700;
    overflow: hidden;
    height: 100px;
}

.rmzx-center-jb2 .rmzx-center-jb-ul {
    height: 300px;
}

.rmzx-center-jb-ul .swiper-slide {
    height: 32px;
}

.rmzx-center-jb-ul li {
    box-sizing: border-box;
    padding-left: 56px;
    position: relative;
    width: 345px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/* .rmzx-center-jb-ul li::before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 50px;
    height: 18px;
    background: url(https://resource.gximg.cn/a048e9_lmejjb7212.png) center no-repeat;
    background-size: 100%;
} */
.rmzx-center-jb-ul .arrow {
    position: absolute;
    top: 0;
    left: 0;
}
.rmzx-center-jb-ul .arrow-wrap {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    background-color: #FBE8DA;
    color: #622A00;
    font-size: 13px;
    text-align: center;
}
.rmzx-center-jb-ul .arrow-wrap::after {
    content: '';
    position: absolute;
    right: -18px;
    border: 9px solid transparent;
    border-left: 9px solid #FBE8DA;
}

.rmzx-right {
    width: 320px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 22px 20px;
}

.rmzx-right-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.rmzx-right-ul {
    border-top: 1px solid #E1E2E4;
    box-sizing: border-box;
    position: relative;
}

.rmzx-right-ul li {
    margin-top: 15px;
    width: 84px;
    height: 86px;
    background: #F7F7F7;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.rmzx-right-ul li img {
    width: 30px;
    height: 33px;
}

.rmzx-right-ul li p {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.rmzx-right-ul .rmzx-mask-img {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    width: 280px;
    height: 288px;
    background: #F5F5F5;
    border-radius: 8px;
}
.rmzx-right-ul .rmzx-mask-img p {
    text-align: center;
}
.rmzx-right-ul .rmzx-mask-img .p1 {
    margin-top: 20px;
    font-size: 18px;
    color: #622A00;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
}
.rmzx-right-ul .rmzx-mask-img .p2 {
    margin-top: 10px;
    font-size: 16px;
    color: #060B1D;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
}
.rmzx-right-ul .rmzx-mask-img .rmzx-code {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    overflow: hidden;
}
.rmzx-right-ul .rmzx-mask-img img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
}

/* 留学途径 */
.lx-lxtj {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 70px;
}

.lx-lxtj .lw-title {
    border-bottom: 1px solid #E1E2E4;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    box-sizing: border-box;
}

.lx-lxtj-tab {
    display: flex;
}

.lx-lxtj-tab ul {
    display: flex;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.lx-lxtj-tab ul li {
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
}

.lx-lxtj-tab ul .active {
    height: 40px;
    font-size: 16px;
    color: #622A00;
    line-height: 24px;
    font-weight: 700;
    border-bottom: 2px solid #622A00;
    box-sizing: border-box;
}

.lx-lxtj-tab .tab-more {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    cursor: pointer;
    text-align: right;
    width: 60px;
    height: 40px;
    line-height: 24px;
}

.lx-lxtj-tab .tab-more a {
    color: #666666;
}

.lx-lxtj-cont .cont-ul {
    margin-top: 18px;
    display: flex;
}

.lx-lxtj-cont .cont-ul li {
    width: 177px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F7F7F7;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.lx-lxtj-cont .cont-ul li:nth-child(1) {
    margin-right: 7px;
}

.lx-lxtj-cont .cont-ul .active {
    color: #000000;
    font-weight: 700;
    background: #FFDD48;
    border-radius: 6px 6px 0 0;
}

.lx-lxtj-cont .cont-table-box {
    margin: 0 auto;
    width: 1200px;
    height: 411px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    background: #FFFFFF;
    border: 1px solid #FFDD48;
    border-radius: 0 6px 6px 6px;
}

.lx-lxtj-cont .cont-table-box .cont-table {
    width: 100%;
    height: 100%;
}

.lx-lxtj-cont .cont-table-box .cont-table tr {
    border-top: 1px solid #E1E2E4;
}

.lx-lxtj-cont .cont-table-box .cont-table tr td {
    border-right: 1px solid #E1E2E4;
}

.lx-lxtj-cont .cont-table-box .cont-table tr td:last-child {
    border: 0;
}

.lx-lxtj-cont .cont-table-box .cont-table tr:first-child {
    border: 0;
    background: #F5F5F5;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    height: 50px;
}

.lx-lxtj-cont .cont-table-box .cont-table tr td:first-child {
    box-sizing: border-box;
    padding-left: 45px;
}

.lx-lxtj-cont .cont-table-box .cont-table tr td:nth-child(2) {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.lx-lxtj-cont .cont-table-box .cont-table tr td:nth-child(3) {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.lx-lxtj-cont .cont-table-box .cont-table tr td:nth-child(4) {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.lx-lxtj-cont .cont-table-box .cont-table tr td:nth-child(5) {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.lx-lxtj-cont .cont-table-box .cont-table tr:nth-child(n+2) td:first-child {
    width: 216px;
    background: #F5F5F5;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}

.lx-lxtj-cont .cont-table-box .cont-table tr:first-child td:last-child {
    border-radius: 0 6px 0 0;
}

.lx-lxtj-cont .cont-table-box .cont-table tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.lx-lxtj-cont .cont-table-box .cont-table tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.lx-lxtj-cont .cont-table-box .cont-table tr td span {
    display: inline-block;
    width: 194px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #622A00;
    border-radius: 18px;
    font-size: 14px;
    color: #622A00;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.lx-lxtj-cont .cont-table-box .cont-table tr td span:hover {
    background: #FEE805;
    border: 1px solid #FEE805;
    color: #000000;
}

/* 一站式服务 */
.yzsfw {
    box-sizing: border-box;
    margin-top: 48px;
    width: 100%;
    height: 734px;
    background: url(https://resource.gximg.cn/c6f79a_lmejjcjl42.jpg) center no-repeat;
    background-size: 1920px;
}

.yzsfw-container {
    padding-top: 50px;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.yzsfw-container .lw-title {
    color: #FFFFFF;
    border-bottom: 1px solid rgba(254, 232, 5, 0.24);
}

.yzsfw-cont {
    margin-top: 40px;
    width: 100%;
    height: 450px;
    background: url(https://resource.gximg.cn/4c5c7c_lmejjbn122.png) top no-repeat;
    background-size: 100%;
}

.yzsfw-cont ul {
    display: flex;
    width: 100%;
    padding-top: 90px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.yzsfw-cont ul li {
    cursor: pointer;
    margin-right: 60px;
    width: 143px;
    height: 101px;
    background: url(https://resource.gximg.cn/978501_lmejjbon23.png) center no-repeat;
    background-size: 100%;
}

.yzsfw-cont ul li:nth-child(6n) {
    margin-right: 0;
}

.yzsfw-cont ul li:nth-child(n+7) {
    margin-top: 132px;
}

.yzsfw-cont ul .yzsfw-li {
    height: 61px;
    background: url(https://resource.gximg.cn/2d8577_lmejjbrq25.png) center no-repeat;
    background-size: 100%;
}

.yzsfw-cont ul li:hover {
    background: url(https://resource.gximg.cn/b56bc7_lmejjbq524.png) center no-repeat;
    background-size: 100%;
}

.yzsfw-cont ul .yzsfw-li:hover {
    background: url(https://resource.gximg.cn/2bb4e9_lmejjbt326.png) center no-repeat;
    background-size: 100%;
}

.yzsfw-cont ul li p:nth-child(1) {
    margin-top: 20px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}

.yzsfw-cont ul li:hover p:nth-child(1) {
    color: #333333;
}

.yzsfw-cont ul li p:nth-child(2) {
    margin-top: 2px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
}

.yzsfw-cont ul li:hover p:nth-child(2) {
    color: #666666;
}

.yzsfw-btn {
    margin: 30px auto 0;
    width: 300px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    background: #FEE805;
    border: 1px solid #FEE805;
    border-radius: 23px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: 400;
}

/* 热门专业 */
.lx-rmzy {
    box-sizing: border-box;
}

.lx-rmzy-cont {
    width: 1200px;
    height: 373px;
    /* box-shadow: 0 0 12px 0 rgba(253, 105, 57, 0.25); */
    margin: 26px auto 0;
    border-radius: 6px;
    display: flex;
}

.lx-rmzy-cont .cont-left ul {
    width: 250px;
    height: 100%;
}

.lx-rmzy-cont .cont-left ul li:first-child {
    margin-top: 0;
}

.lx-rmzy-cont .cont-left ul li {
    position: relative;
    border-radius: 6px 0 0 6px;
    margin-top: 10px;
    width: 250px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    background: #FFDD48;
    font-size: 18px;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
}

.lx-rmzy-cont .cont-left ul .active::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 54px;
    background: #FFDD48;
    border-radius: 6px 0 0 6px;
}

.lx-rmzy-cont .cont-left ul .active::after {
    top: 0;
    z-index: 3;
    right: -10px;
    content: '';
    position: absolute;
    width: 20px;
    height: 54px;
    background: #FFFFFF;
}

.lx-rmzy-cont .cont-left ul .active {
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(253, 105, 57, 0.25);
    font-weight: 700;
}

.lx-rmzy-cont .cont-right {
    flex: 1;
    z-index: 2;
    box-shadow: 0 0 12px 0 rgba(253, 105, 57, 0.25);
}

.lx-rmzy-cont .cont-right-box {
    box-sizing: border-box;
    padding: 24px;
}

.cont-right-word {
    width: 100%;
    height: 260px;
}

.lx-rmzy-cont .cont-right p:nth-child(1) {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.lx-rmzy-cont .cont-right p:nth-child(2) {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    font-weight: 400;
}

.lx-rmzy-cont .cont-right p:nth-child(3) {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.lx-rmzy-cont .cont-right p:nth-child(4) {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    font-weight: 400;
}

.lx-rmzy-cont .cont-right .cont-right-btn {
    margin: 0 auto;
    width: 300px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #622A00;
    border-radius: 23px;
    font-size: 16px;
    color: #622A00;
    text-align: center;
    font-weight: 400;
}
.lx-rmzy-cont .cont-right .cont-right-btn:hover {
    background: #FEE805;
    border: 1px solid #FEE805;
}
.rmzy-more-box {
    display: none;
}

.rmzy-more {
    display: flex;
}
.rmzy-more-left {
    text-align: center;
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lx-rmzy-cont .cont-right .rmzy-more-left p:nth-child(1) {
    margin-top: 60px;
    font-size: 17px;
    font-weight: 400;
}
.lx-rmzy-cont .cont-right .rmzy-more-left p:nth-child(2) {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.rmzy-more-left img {
    margin: 20px auto 0;
    width: 180px;
}
.rmzy-more-right {
    width: 669px;
    height: 100%;
}
.rmzy-more-right img {
    width: 100%;
}

/* 录取案例 */
.lx-lqal .lw-title-desc {
    height: 40px;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    font-weight: 400;
}
.lx-lqal .lw-title {
    display: block;
}
.lx-lqal-cont {
    width: 1200px;
    margin: 0 auto;
}
.lqal-top {
    margin-top: 25px;
    width: 100%;
    height: 144px;
    background: #F5F5F5;
    border-radius: 6px;
}
.lqal-top ul {
    display: flex;
}
.lqal-top ul li p:nth-child(1) {
    font-size: 40px;
    color: #622A00;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
}
.lqal-top ul li p:nth-child(1) span {
    font-size: 16px;
    color: #622A00;
    text-align: center;
    line-height: 60px;
    font-weight: 400;
}
.lqal-top ul li {
    margin-top: 20px;
    width: 400px;
    position: relative;
}
.lqal-top ul li:nth-child(2)::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 88px;
    background: #FFCEBE;
}
.lqal-top ul li:nth-child(2)::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 88px;
    background: #FFCEBE;
}
.lqal-top ul li p:nth-child(2) {
    font-size: 16px;
    color: #622A00;
    text-align: center;
    font-weight: 400;
}
.lqal-bottom {
    width: 1074px;
    height: 290px;
    margin: 20px auto 0;
    position: relative;
}
.lqal-swiper {
    overflow: hidden;
}
.lqal-btn-left {
    z-index: 2;
    position: absolute;
    top: 120px;
    left: -70px;
    width: 50px;
    height: 54px;
    background: url(https://resource.gximg.cn/3ce2ce_lmsinpwa6.png) center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    cursor: pointer;
}
.lqal-btn-right {
    z-index: 2;
    position: absolute;
    top: 120px;
    right: -70px;
    width: 50px;
    height: 54px;
    background: url(https://resource.gximg.cn/3ce2ce_lmsinpwa6.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.lqal-bottom .swiper-button-disabled:nth-child(2) {
    background: url(https://resource.gximg.cn/2d6bc8_lmt0xwac19.png) center no-repeat;
    background-size: 100%;
    transform: rotate(0deg);
}
.lqal-bottom .swiper-button-disabled:nth-child(3) {
    background: url(https://resource.gximg.cn/2d6bc8_lmt0xwac19.png) center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}
.lqal-swiper ul {
    width: 1054px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.lqal-swiper ul li {
    margin-right: 26px;
    width: 190px;
    height: 268px;
    background: #BD0014;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    cursor: pointer;
}
.lqal-swiper ul li:last-child {
    margin-right: 0;
}
.lqal-swiper .offer-top {
    margin-top: 16px;
}
.lqal-swiper .offer-top p:nth-child(1) {
    width: max-content;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #ECC08F;
    font-weight: 700;
    position: relative;
}
.lqal-swiper .offer-top p:nth-child(1)::before {
    position: absolute;
    content: '';
    top: -2px;
    left: -7px;
    width: 17px;
    height: 33px;
    background: url(https://resource.gximg.cn/38b34a_lmsmvlm414.png) center no-repeat;
    background-size: 100%;
}
.lqal-swiper .offer-top p:nth-child(1)::after {
    position: absolute;
    content: '';
    top: -2px;
    right: -7px;
    width: 17px;
    height: 33px;
    background: url(https://resource.gximg.cn/38b34a_lmsmvlng15.png) center no-repeat;
    background-size: 100%;
}
.lqal-swiper .offer-top p:nth-child(2) {
    text-align: center;
    font-size: 12px;
    color: #ECC08F;
    font-weight: 700;
    transform: scale(0.9);
    height: 16px;
}
.offer-bottom {
    margin: 6px auto 0;
    width: 167px;
    height: 192px;
}
.offer-bottom-title {
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    padding: 6px;
    background: url(https://resource.gximg.cn/38b34a_lmsmvlot16.png) bottom no-repeat;
    background-size: 100%;
}
.offer-bottom-title p {
    width: 150px;
    position: relative;
}
.offer-bottom-title p:nth-child(1) {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
}
.offer-bottom-title p:nth-child(2) {
    font-size: 12px;
    color: #BF790E;
    font-weight: 600;
}
.offer-bottom-title p:nth-child(1) span {
    display: inline-block;
    transform: scale(0.8);
}
.offer-bottom-title p:nth-child(2) span {
    position: absolute;
    top: 0;
    left: -28px;
    width: 200px;
    display: inline-block;
    transform: scale(0.7);
}
.offer-bottom-cont {
    width: 100%;
    height: 145px;
    background: #FFFFFF;
    position: relative;
}
.offer-bottom-cont::after {
    position: absolute;
    bottom: -8px;
    left: -4px;
    content: '';
    width: 177px;
    height: 65px;
    background: url(https://resource.gximg.cn/38b34a_lmsmvlkh13.png) center no-repeat;
    background-size: 100%;
}
.offer-bottom-cont-img {
    width: 100%;
    height: 145px;
    overflow: hidden;
}
.offer-bottom-cont img {
    display: block;
    width: 100%;
    height: auto;
}

/* 申请方案 */
.lx-sqfa {
    margin-top: 70px;
    width: 100%;
    height: 210px;
    background: url(https://resource.gximg.cn/9b7564_lmejjcl043.jpg) center no-repeat;
}

.lx-sqfa-title {
    position: relative;
    margin: 0 auto;
    padding-top: 38px;
    box-sizing: border-box;
    width: 1200px;
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.lx-sqfa-title::before {
    position: absolute;
    top: 58px;
    left: 24px;
    content: '';
    width: 418px;
    height: 2px;
    background-image: linear-gradient(to right, transparent 0%, #622A00 100%);
}

.lx-sqfa-title::after {
    position: absolute;
    top: 58px;
    right: 24px;
    content: '';
    width: 418px;
    height: 2px;
    background-image: linear-gradient(to right, #622A00 0%, transparent 100%);
}

.lx-sqfa-cont {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.lx-sqfa-cont .select-box {
    width: 247px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 30px 0 17px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.lx-sqfa-cont .lxmd,
.lx-sqfa-cont .lxxm {
    width: 210px;
    border: 0;
    font-size: 16px;
    color: #333333;
}

.lx-sqfa-cont .lxmd-default,
.lx-sqfa-cont .lxxm-default {
    width: 210px;
    border: 0;
    font-size: 16px;
    color: #B7B6B6;
}

.lx-sqfa-cont .phone {
    width: 379px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 17px;
    font-size: 16px;
    color: #333333;
}

.lx-sqfa-cont .phone::placeholder {
    font-size: 16px;
    color: #B7B6B6;
    font-weight: 400;
}

.lx-sqfa-cont .submit-btn {
    width: 233px;
    height: 50px;
    line-height: 50px;
    background: #622A00;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
}

/* 语言考试 */
.lx-yyks-container {
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    background: #F5F5F5;
}

.lx-yyks .lw-title-box {
    display: flex;
    justify-content: space-between;
}

.lx-yyks {
    margin-top: 0;
}

.lx-yyks .lw-title:nth-child(1) {
    width: 850px;
    height: 40px;
}

.lx-yyks .lw-title:nth-child(2) {
    width: 320px;
    height: 40px;
}

.lx-yyks-cont {
    margin: 25px auto 0;
    width: 1200px;
    height: 436px;
    display: flex;
    justify-content: space-between;
}

.lx-yyks-cont .yyks-left {
    box-sizing: border-box;
    padding: 24px 20px;
    width: 440px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 6px;
}

.yyks-left-title {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    box-sizing: border-box;
    height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E2E4;
}

.yyks-left-title::after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 72px;
    height: 2px;
    background: #622A00;
}

.yyks-left-ul {
    margin-top: 15px;
    width: 100%;
    height: 540px;
}

.yyks-left-ul li {
    margin-top: 8px;
    height: 63px;
    border-bottom: 1px dashed #E1E2E4;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 25px;
    cursor: pointer;
}
.yyks-left-ul li:last-child {
    border: 0;
}

.yyks-left-ul li:hover {
    background: #F5F5F5;
    border-radius: 6px;
    border: 0;
}

.yyks-left-ul li p:nth-child(1) {
    padding-top: 8px;
    position: relative;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    height: 24px;
    font-weight: 700;
}

.yyks-left-ul li p:nth-child(1) span {
    width: 375px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yyks-left-ul li p:nth-child(1)::before {
    top: 16px;
    left: -12px;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C4C4C4;
}

.yyks-left-ul li p:nth-child(2) {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yyks-left-btn {
    margin: 0 auto;
    width: 240px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #622A00;
    text-align: center;
    font-weight: 400;
    border: 1px solid #622A00;
    border-radius: 23px;
}
.yyks-left-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.lx-yyks-cont .yyks-center {
    width: 380px;
    height: 100%;
}

.center-jpkc {
    box-sizing: border-box;
    padding: 24px 20px;
    width: 100%;
    height: 205px;
    background: #FFFFFF;
    border-radius: 6px;
}

.center-kctx {
    box-sizing: border-box;
    padding: 24px 20px;
    margin-top: 30px;
    width: 100%;
    height: 205px;
    background: #FFFFFF;
    border-radius: 6px;
}

.center-jpkc-container {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.tfbk-box {
    width: 163px;
    height: 103px;
    background: #F5F5F5;
    border-radius: 4px;
    cursor: pointer;
}
.tfbk-box:hover {
    background: #FEE805;
}
.tfbk-box .title {
    padding-top: 6px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
}
.tfbk-box-cont {
    margin: 4px auto 0;
    width: 149px;
    height: 61px;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    padding-top: 8px;
}
.tfbk-box-cont p {
    text-align: center;
    font-size: 14px;
    color: #050404;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
}

.center-kctx-ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.center-kctx-ul li {
    margin-top: 15px;
    width: 154px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #622A00;
    border-radius: 26px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
.center-kctx-ul li:hover {
    background: #FEE805;
    border: 1px solid #FEE805;
}

.lx-yyks-cont .yyks-right {
    width: 320px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.lx-yyks-cont .yyks-right ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #F1F2F3;
}

.lx-yyks-cont .yyks-right li {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 159px;
    height: 144px;
    border-top: 1px solid #F1F2F3;
    border-right: 1px solid #F1F2F3;
}

.lx-yyks-cont .yyks-right li:nth-child(2n) {
    border-right: 0;
}

.lx-yyks-cont .yyks-right li span {
    display: inline-block;
    width: 46px;
    height: 46px;

}

.lx-yyks-cont .yyks-right li:nth-child(1) span {
    background: url(https://resource.gximg.cn/feea67_lmejjcp245.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(2) span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjdfl58.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(3) span {
    background: url(https://resource.gximg.cn/6cc5c3_lmejjcsj47.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(4) span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjd6652.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(5) span {
    background: url(https://resource.gximg.cn/63e281_lmejjcvp49.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(6) span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjd8u54.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(7) span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjdbm56.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(8) span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjdlx61.png) center no-repeat;
    background-size: 100%;
}

.yyks-right-btn {
    margin-top: 24px;
}

.lx-yyks-cont .yyks-right li:hover {
    background: #FEE805;
    box-shadow: 0 0 8px 0 rgba(253, 105, 57, 0.22);
    font-size: 16px;
    color: #000000;

}

.lx-yyks-cont .yyks-right li:nth-child(1):hover span {
    background: url(https://resource.gximg.cn/6cc5c3_lmejjcqu46.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(2):hover span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjdi459.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(3):hover span {
    background: url(https://resource.gximg.cn/a7325d_lmejjcuc48.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(4):hover span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjd7h53.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(5):hover span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjcxb50.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(6):hover span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjda555.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(7):hover span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjddp57.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-right li:nth-child(8):hover span {
    background: url(https://resource.gximg.cn/cdd0d6_lmejjdna62.png) center no-repeat;
    background-size: 100%;
}

.lx-yyks-cont .yyks-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 436px;
    border-radius: 8px;
    background: #FFFFFF;
}
.lx-yyks-cont .yyks-mask-container {
    margin: 19px auto 0;
    width: 281px;
    height: 398px;
    background: #F5F5F5;
    border-radius: 8px;
    box-sizing: border-box;
    padding-top: 20px;
}
.lx-yyks-cont .yyks-mask-container .title {
    font-size: 18px;
    color: #622A00;
    text-align: center;
    line-height: 27px;
    font-weight: 700;
}
.lx-yyks-cont .yyks-mask-container .yyks-mask-box {
    margin: 0 auto;
    width: 252px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx-yyks-cont .yyks-mask-container .yyks-mask-box span {
    margin-top: 6px;
    display: block;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    width: 58px;
    height: 23px;
    line-height: 23px;
    background: #FFFFFF;
}
.lx-yyks-cont .yyks-mask-container .yyks-mask-box span:nth-child(1) {
    width: 90px;
}
.lx-yyks-cont .yyks-mask-container .yyks-mask-box span:nth-child(2) {
    width: 101px;
}
.lx-yyks-cont .yyks-mask-container .yyks-mask-box span:nth-child(3) {
    width: 47px;
}
.lx-yyks-cont .yyks-mask-img {
    margin: 20px auto 0;
    display: block;
    width: 180px;
    height: 180px;
}
.lx-yyks-cont .yyks-mask-p {
    margin-top: 20px;
    font-size: 16px;
    color: #060B1D;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
}


/* 选择学为贵 */
.lx-xzxwg {
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 76px;
    padding-bottom: 500px;
    width: 100%;
    max-width: 1920px;
    height: 1060px;
    background: url(https://resource.gximg.cn/3ce2ce_lmsinq9k11.jpg) center no-repeat;
    background-size: 1920px;
}
.xzxwg-swiper {
    max-width: 1920px;
    margin: 0 auto;
    height: 880px;
    overflow: hidden;
    position: relative;
}
.xzxwg-btn-left {
    position: absolute;
    top: 420px;
    left: 30px;
    width: 50px;
    height: 54px;
    background: red;
    z-index: 2;
    background: url(https://resource.gximg.cn/2d6bc8_lmt0xwac19.png) center no-repeat;
    background-size: 100%;
}
.xzxwg-btn-right {
    position: absolute;
    top: 420px;
    right: 30px;
    width: 50px;
    height: 54px;
    background: yellow;
    z-index: 2;
    background: url(https://resource.gximg.cn/2d6bc8_lmt0xwac19.png) center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}
.xzxwg-swiper .swiper-slide1 img {
    display: block;
    width: 100%;
    height: auto;
}
.xzxwg-swiper .swiper-slide1 img:nth-child(3) {
    margin-top: 30px;
}
.xzxwg-swiper .swiper-slide2 img, .xzxwg-swiper .swiper-slide3 img {
    display: block;
    width: 100%;
    height: auto;
}
.xzxwg-img-box2, .xzxwg-img-box3 {
    margin: 0 auto;
    width: 1200px;
}
.xzxwg-img-box2 img:nth-child(1) {
    margin-top: 50px;
}
.xzxwg-img-box2 img:nth-child(2) {
    margin-top: 80px;
}
.xzxwg-img-box3 img:nth-child(1) {
    margin-top: 28px;
}
.xzxwg-img-box3 img:nth-child(2) {
    margin-top: 28px;
}
.lx-xzxwg .swiper-pagination {
    width: 1200px;
    margin: 20px auto 0;
    left: 0;
    right: 0;
}
.lx-xzxwg .swiper-pagination-bullet {
    margin-right: 27px;
    width: 14px;
    height: 14px;
    opacity: 0.52;
    background: #FFFFFF;
}
.lx-xzxwg .swiper-pagination-bullet:last-child {
    margin: 0;
}
.lx-xzxwg .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}
.xzxwg-title {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}
.xzxwg-title::before {
    position: absolute;
    top: 22px;
    left: 24px;
    content: '';
    width: 418px;
    height: 2px;
    background-image: linear-gradient(to right, transparent 0%, #8FA8FF 100%);
}
.xzxwg-title::after {
    position: absolute;
    top: 22px;
    right: 24px;
    content: '';
    width: 418px;
    height: 2px;
    background-image: linear-gradient(to right, #8FA8FF 0%, transparent 100%);
}
.xzxwg-title2::before {
    width: 445px;
}
.xzxwg-title2::after {
    width: 445px;
}
.xzxwg-title3::before {
    width: 340px;
}
.xzxwg-title3::after {
    width: 340px;
}
.xzxwg-cont {
    width: 1200px;
    margin: 0 auto;
}
.xzxwg-cont ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.xzxwg-cont ul li {
    margin-top: 44px;
    width: 600px;
    text-align: right;
    display: flex;
}
.xzxwg-cont ul li:nth-child(2n) {
    text-align: left;
}
.xzxwg-cont-left {
    flex: 1;
}
.xzxwg-cont-left p:nth-child(1) {
    margin-top: 14px;
    font-size: 18px;
    color: #FEE805;
    font-weight: 700;
}
.xzxwg-cont-left p:nth-child(2) {
    margin-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 400;
}
.xzxwg-cont-right {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    border: 1px solid #FEF35B;
    font-size: 40px;
    font-weight: 700;
    color: #FEF35B;
    text-align: center;
}
.xzxwg-cont ul li:nth-child(2n - 1) .xzxwg-cont-right {
    margin-left: 12px;
    margin-right: 12px;
}
.xzxwg-cont ul li:nth-child(2n) .xzxwg-cont-right {
    margin-left: 12px;
    margin-right: 12px;
}
.xzxwg-cont .common-btn {
    margin-top: 70px;
}


