/* 头部 */
.lx-header {
    margin: 0 auto;
    width: 1200px;
    height: 96px;
    display: flex;
}

.ls-header-left {
    width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
}

.ls-header-left img {
    width: 341px;
    height: auto;
}

.ls-header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ls-header-right img {
    width: 16px;
    height: 16px;
}

.ls-header-right .phone {
    margin-right: 35px;
    font-size: 17px;
    color: #333333;
    font-weight: 400;
}

.ls-header-right .login-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #373737;
    font-weight: 400;
}

.ls-header-right .login-btn-line {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #5D5C59;
}

/* 导航条 */
.lx-nav-container {
    width: 100%;
    height: 56px;
}
.lx-nav {
    z-index: 999;
    position: inherit;
    top: 0;
    width: 100%;
    height: 56px;
    background: #333333;
}
.nav-box {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}
.nav-box ul {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FEE805;
    font-weight: 400;
}
.nav-box ul li {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.menu-list {
    display: none;
    z-index: 100;
    position: absolute;
    top: 56px;
    left: -18px;
    background: #333333;
    border-radius: 0 0 6px 6px;
}
.menu-list2 {
    left: -5px;
}
.menu-list ul {
    display: flex;
    flex-direction: column;
    padding: 8px;
    width: 116px;
    box-sizing: border-box;
}
.menu-list ul li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.nav-box ul li a {
    line-height: 40px;
    padding: 0 16px;
    color: #FEE805;
    position: relative;
    text-align: center;
}
.nav-box ul .active .first-a {
    background: #FEE805;
    border-radius: 28px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
.nav-box ul .active .first-a .more {
    border-top: 7px solid #333333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.nav-box .more {
    display: inline-block;
    width: 10px;
    height: 6px;
    content: '';
    border-top: 7px solid #FEE805;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 6px;
    box-sizing: border-box;
}
.nav-box .nav-line {
    padding: 0;
    margin: 0 10px;
    width: 1px;
    height: 28px;
    background: #FEE805;
}
.nav-box ul .first-li {
    margin-left: 6px;
}
.nav-box ul .first-li a {
    display: flex;
    align-items: center;
}
.nav-box ul .first-li:hover .menu-list {
    display: block;
}
.nav-box ul .first-li:hover .more {
    transform: rotate(180deg);
    border-top: 7px solid #333333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.nav-box ul .first-li:hover .first-a {
    background: #FEE805;
    border-radius: 28px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
.banner-loginlist {
    position: relative;
    height: 60px;
}
.banner-loginlist .logined-avator {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    cursor: pointer;
}
.banner-loginlist .banner-submenu {
    display: none;
    position: absolute;
    left: -26px;
    width: 140px;
    font-size: 16px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    box-sizing: border-box;
    padding: 0 20px;
}
.banner-loginlist:hover .banner-submenu {
    display: block;
}
.banner-submenu .submenu-links {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* 面包屑 */
.crumb {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 22px 0;
}
.crumb span {
    color: #333333;
}

/* 弹框遮罩 */
.mask-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
.mask-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.mask-container img {
    max-width: 600px;
    height: auto;
}
.mask-cont-box {
    position: relative;
}
.mask-cont-box img {
    max-width: 797px;
}
.mask-cont-box2 img {
    max-width: 383px;
}
.mask-cont-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(https://resource.gximg.cn/593fb6_lnk79fyx5.png) center no-repeat;
}
/* .lqal-mask-box {
    position: relative;
    width: 190px;
    height: 268px;
} */
.lqal-mask {
    width: 190px;
    height: 268px;
    background: #BD0014;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
    transform: scale(2.6);
}
.lqal-mask .mask-cont-close {
    top: 2px;
    right: 2px;
    transform: scale(0.5);
    background: url(https://resource.gximg.cn/b786f3_lo3r2a9j3.png) center no-repeat;
    background-size: 100%;
}
.lqal-mask .offer-top {
    margin-top: 16px;
}
.lqal-mask .offer-top p:nth-child(1) {
    width: max-content;
    min-width: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #ECC08F;
    font-weight: 700;
    position: relative;
}
.lqal-mask .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-mask .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-mask .offer-top p:nth-child(2) {
    text-align: center;
    font-size: 12px;
    color: #ECC08F;
    font-weight: 700;
    transform: scale(0.9);
    height: 16px;
}
.mask-container .offer-bottom-title p:nth-child(2) span {
    width: 240px;
    left: -33px;
}

/* 申请条件 */
.lx-sqtj-container {
    box-sizing: border-box;
    width: 100%;
    height: 740px;
    background: #F5F5F5;
}

.lx-sqtj-cont {
    margin-top: 26px;
}

.lx-sqtj-container .lx-sqtj {
    margin-top: 0;
}

.lx-sqtj-cont {
    display: flex;
    justify-content: space-between;
}

.lx-sqtj-cont-left {
    width: 900px;
}
.sqtj-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sqtj-box:first-child {
    margin-top: 0;
}

.lx-sqtj-cont-left .box {
    width: 210px;
    height: 196px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.lx-sqtj-cont-left .mask-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    height: 196px;
    background: rgba(254,232,5,0.9);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 36px 30px 0;
}
.lx-sqtj-cont-left .box .mask-box p {
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
}
.lx-sqtj-cont-left .box .mask-box p:first-child {
    margin-left: 8px;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.lx-sqtj-cont-left .box img {
    max-width: 110px;
    max-height: 110px;
}

.lx-sqtj-cont-left .box p {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 34px;
    font-weight: 400;
}

.lx-sqtj-cont-left .box .rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 55px;
    background: url(https://resource.gximg.cn/0ad178_lmejjbwt28.png) center no-repeat;
    background-size: 100%;
}

.lx-sqtj-cont-left .box .rank p {
    margin: 0;
    transform-origin: 52% 93%;
    transform: rotate(-43deg);
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}

.lx-sqtj-cont-right {
    width: 285px;
    height: 410px;
}

.lx-sqtj-cont-right img {
    width: 100%;
    height: 100%;
}

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

/* 顾问团队 */
.lx-gwtd .lw-title {
    height: 40px;
}
.gwtd-swiper {
    overflow: hidden;
}
.lx-gwtd .switch-btn span {
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    
}
.lx-gwtd .switch-btn span:nth-child(1) {
    background: url(https://resource.gximg.cn/3ce2ce_lmsinprq3.png) center no-repeat;
    background-size: 100%;
    
}
.lx-gwtd .switch-btn span:nth-child(2) {
    background: url(https://resource.gximg.cn/3ce2ce_lmsinprq3.png) center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}
.lx-gwtd .switch-btn .swiper-button-disabled:nth-child(1) {
    background: url(https://resource.gximg.cn/3ce2ce_lmsinpte4.png) center no-repeat !important;
    background-size: 100% !important;
    transform: rotate(-180deg) !important;
}
.lx-gwtd .switch-btn .swiper-button-disabled:nth-child(2) {
    background: url(https://resource.gximg.cn/3ce2ce_lmsinpte4.png) center no-repeat !important;
    background-size: 100% !important;
    transform: rotate(360deg) !important;
}
.lx-gwtd .switch-btn span:first-child {
    margin-right: 16px;
}

.lx-gwtd .switch-btn .active {
    color: #333333;
    background: #FFDD48;
}

.lx-gwtd-container {
    margin-top: 25px;
    display: flex;
}

.lx-gwtd-cont {
    width: 280px;
    height: 405px;
    margin-right: 26px;
}
.lx-gwtd-cont:last-child {
    margin-right: 0;
}

.lx-gwtd-cont-top {
    position: relative;
    width: 280px;
    height: 290px;
}

.lx-gwtd-cont-top img {
    top: 0;
    left: 0;
    position: absolute;
    width: 280px;
    height: 290px;
    border-radius: 6px 6px 0 0;
}

.lx-gwtd-cont-top .box {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 280px;
    height: 78px;
    background-image: linear-gradient(90deg, #FEE805 32%, rgba(254, 232, 5, 0.65) 100%);
    box-sizing: border-box;
    padding: 14px 20px 14px 14px;
    font-size: 14px;
    color: #151212;
    line-height: 24px;
    font-weight: 400;
}

.box-mask {
    display: none;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 280px;
    height: 290px;
    background-image: linear-gradient(90deg, #FEE805 32%, rgba(254, 232, 5, 0.65) 100%);
    box-sizing: border-box;
    padding: 14px 20px 14px 14px;
    font-size: 14px;
    color: #151212;
    line-height: 24px;
    font-weight: 400;
    border-radius: 6px 6px 0 0;
}

.lx-gwtd-cont-top .box p span,
.lx-gwtd-cont-top .box-mask p span {
    font-size: 16px;
    color: #151212;
    line-height: 24px;
    font-weight: 700;
}

.lx-gwtd-cont-top .box-mask .box-line {
    width: 42px;
    height: 4px;
    background: #000000;
    margin: 6px 0;
}

.lx-gwtd-cont-bottom {
    width: 100%;
    height: 115px;
    background: #FFFFFF;
    border: 1px solid #E1E2E4;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
}

.lx-gwtd-cont-bottom p:nth-child(1) {
    padding-top: 16px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

.lx-gwtd-cont-bottom .bottom-btn {
    margin: 12px auto 0;
    font-size: 14px;
    color: #622A00;
    text-align: center;
    font-weight: 400;
    width: 170px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    border: 1px solid #622A00;
    border-radius: 18px;
}

.lx-gwtd-cont:hover .box {
    display: none;
}

.lx-gwtd-cont:hover .box-mask {
    display: block;
}

.lx-gwtd-cont:hover .lx-gwtd-cont-bottom .bottom-btn {
    background: #FEE805;
    border: 1px solid #FEE805;
    color: #000000;
}

/*登录开始*/
.validatebg {
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
}
.validate {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    display: none;
    margin: -240px 0 0 -275px;
    width: 550px;
    height:auto;
    color:#222;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding-bottom: 80px;
}
.validate .validatetext {
    margin-top: 40px;
    font-size:28px;
    text-align:center;
    color: #C8161E;
}
.validate .inputlist {
    margin: 20px auto 0;
    width: 404px;
    height: 58px;
    border: 1px solid #999999;
    border-radius: 28.5px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.validate .inputlist input {
    box-sizing: border-box;
    padding-right: 20px;
    flex: 1;
    height: 20px;
}
.validate .inputlist input:first-child {
    padding-right: 0;
}
.validate .message {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.validate .codeimg {
    width: 100px;
    height: 40px;
    cursor: pointer;
}
.validate .validate-btn {
    margin: 5px auto 0;
    width: 404px;
    height: 58px;
    line-height: 58px;
    background: #C8161E;
    border-radius: 28.5px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
}
.validate .promptmsm{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 0;
    width: 404px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size:14px;
    color: #C8161E;
}
.validate .promptmsm img {
    margin-left: 10px;
    width: 26px;
    height: 26px;
}
.validate .login-captcha-box {
	margin-top: 20px;
}
/*登录结束*/

/*footer开始*/
.footer {
    min-width: 1200px;
    width: 100%;
    height: auto;
    background: #333333;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}
.footer a:hover {
    color: #C7161E !important;
}
.footer-top {
    display: flex;
    box-sizing: border-box;
    padding: 40px 0 12px 40px;
    width: 1200px;
    margin: 0 auto;
}
.footer-top .footer-top-l {
    width: 816px;
}
.footer-top .detail {
    display: flex;
    box-sizing: border-box;
    padding-bottom: 34px;
    position: relative;
}
.footer-top .detail::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 516px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}
.footer-top .detail .logo {
    margin-top: 4px;
    margin-right: 20px;
    width: 91px;
    height: 52px;
}
.footer-top .detail .detail-box p {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 37px;
    line-height: 37px;
}
.footer-top .detail .detail-box p img {
    margin-left: 10px;
    margin-top: 6px;
    display: block;
    width: 148px;
    height: 22px;
}
.footer-top .detail .detail-box ul {
    margin-top: 2px;
    display: flex;
    
}
.footer-top .detail .detail-box ul a {
    font-size: 15px;
    color: #FFFFFF;
}
.footer-top .detail .detail-box ul li {
    height: 20px;
    line-height: 20px;
    margin-right: 12px;
}
.footer-top .address {
    box-sizing: border-box;
    padding-top: 24px;
}
.footer-top .address .footer-campus {
    margin-top: 10px;
    display: flex;
}
.footer-top .address .footer-campus dd {
    display: flex;
    width: 456px;
    flex-wrap: wrap;
}
.footer-top .address .footer-campus dd a {
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
.footer-top .footer-top-r {
    height: auto;
}
.footer-top .footer-top-r .call-box {
    display: flex;
    width: 256px;
    height: 38px;
    background: #C7161E;
    border-radius: 28px;
    align-items: center;
    justify-content: center;
}
.footer-top .footer-top-r .call-box img {
    width: 24px;
    height: 24px;
}
.footer-top .footer-top-r .call-box .call-tel {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}
.footer-top .footer-top-r .code {
    width: 238px;
    margin: 22px auto 0;
}
.footer-top .footer-top-r .code img {
    width: 238px;
    height: 100px;
    display: block;
}
.footer-top .footer-top-r .wechat-icon {
    margin-top: 5px;
    display: flex;
}
.footer-top .footer-top-r .wechat-icon-left {
    display: flex;
    width: 100px;
    justify-content: center;
    color: #FFFFFF;
}
.footer-top .footer-top-r .wechat-icon-left:nth-child(1) {
    margin-right: 30px;
}
.footer-top .footer-top-r .wechat-icon-left img {
    width: 20px;
    height: 20px;
}
.footer-top .footer-top-r .statement {
    margin-top: 14px;
    width: 256px;
    text-align: center;
    opacity: 0.4;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: 400;
}
.footer-bottom {
    background: #1B1B1B;
}
.footer-bottom-box {
    box-sizing: border-box;
    padding-left: 40px;
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}
.footer-bottom-box .p1 {
    margin-left: 280px;
}
.footer-bottom-box .p1 a {
    color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-box .p2 a {
    margin-left: 24px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-box .p2 img {
    margin-right: 4px;
    width: 20px;
    height: 20px;
}
.footer-bottom-box .footer-bottom-nav a {
    color: rgba(255, 255, 255, 0.5);
}

/*footer结束*/

/* 留学方案 */
.lx-lxfa-cont {
    margin-top: 25px;
    display: flex;
}

.lxfa-cont-box {
    position: relative;
    width: 280px;
    height: 345px;
    background: #FFFFFF;
    border: 1px solid #E1E2E4;
    border-radius: 6px;
    box-sizing: border-box;
    margin-right: 20px;
    overflow: hidden;
}

.lxfa-cont-container {
    width: 100%;
    height: 130px;
}

.lxfa-cont-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 130px;
}

.lxfa-cont-box .lxfa-word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
}

.lxfa-cont-box .lxfa-word p:nth-child(1) {
    width: fit-content;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.32);
    border-radius: 0 0 12px 0;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    box-sizing: border-box;
    padding: 0 10px;
}

.lxfa-cont-box .lxfa-word .p1 {
    background: none !important;
}

.lxfa-cont-box .lxfa-word p:nth-child(2) {
    width: 252px;
    margin-top: 20px;
    margin-left: 13px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
}

.lxfa-cont-box .lxfa-word p:nth-child(3) {
    width: 252px;
    margin-left: 13px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
}

.lxfa-cont-box .lxfa-word p:nth-child(4) {
    width: 252px;
    margin-top: 20px;
    margin-left: 13px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    font-weight: 400;
}

.lxfa-cont-box:hover {
    box-shadow: 0 0 9px 0 rgba(46,75,168,0.24);
}

.lxfa-cont-detail {
    box-sizing: border-box;
    padding: 14px 5px;
    height: 134px;
}

.lxfa-cont-detail p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.lxfa-cont-detail p:nth-child(2) {
    margin-top: 10px;
}
.lxfa-cont-detail p:nth-child(1)::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 23px;
    height: 21px;
    background: url(https://resource.gximg.cn/0ea3bd_lntynozz4.png) center no-repeat;
    background-size: 100%;
}
.lxfa-cont-detail p:nth-child(2)::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 23px;
    height: 21px;
    background: url(https://resource.gximg.cn/0ea3bd_lntynoxs3.png) center no-repeat;
    background-size: 100%;
}

.lxfa-cont-btn {
    margin: 10px auto 0;
    width: 170px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #622A00;
    text-align: center;
    font-weight: 400;
    background: #FFFFFF;
    border: 1px solid #622A00;
    border-radius: 18px;
}

.lxfa-cont-btn:hover {
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    background: #FEE805;
    border: 1px solid #FEE805;
    border-radius: 18px;
}

