@charset "UTF-8";
.m1200 {position: relative;}
a:hover {color: #fff;}
.navFixed {position: fixed !important;left: 0;top: 0;width: 100%;z-index: 999;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;}
.pcno {display: none !important;}
.mno {display: block !important;}
.mflex {display: none !important;}
.pcflex {display: flex !important;}

/* btn */
.btnFrames {overflow: hidden;position: relative;}
.btn_active::after {content: "";display: block;width: 14%;height: 290%;background: rgba(255, 255, 255, 0.4);transform: rotate(35deg);position: absolute;left: -20%;top: -120%;animation: leftTransiform ease-in-out 0.5s forwards;-webkit-animation: leftTransiform ease-in-out 0.5s forwards;}
@keyframes leftTransiform {
  0% {left: -20%;}
  100% {left: 120%;}
}
@media (max-width: 1000px) {
  .m1200 {width: 100%;}
  .pcno {display: block !important;}
  .mno {display: none !important;}
  .mflex {display: flex !important;}
  .pcflex {display: none !important;}
  body {padding-bottom: 1.6rem;}
  .btn_active::after {display: none;}
  .navFixed {left: calc((100% - 7.5rem) / 2);}
}
/*  */

.nav{height: 50px;background: linear-gradient(90deg,#a26cff,#7a6bff);}
.nav .m1200{height: 100%;display: flex;justify-content: space-between;}
.nav .m1200 a{display: flex;justify-content: center;align-items: center;height: 100%;font-size: 16px;color: #fff;width: calc((100% / 6));}
.nav .m1200 a:hover{font-weight: bold;}
/*  */
.banner{height: 500px;background: url('../images/banner.png') no-repeat center top;}
.banner .bannerText{width: 800px; height: 257px;background: url('../images/banner_text.png') no-repeat;position: absolute;left: -70px;top: 59px;}
.banner .button{position: absolute;left: 204px;top: 343px;width: 200px;height: 50px;background: linear-gradient(260deg,#fe6f25,#ff951c);border-radius: 25px;font-size: 16px;color: #fff;box-shadow: 0 6px 6px rgba(255, 149, 28, 0.12);display: flex;justify-content: center;align-items: center;}
/*  */
.banner_lelf{margin: -50px auto -260px;}
.banner_lelf .m1200{height: 300px;background: #fff url('../images/page1_bk1.png') no-repeat right center;border: 2px solid #ffffff;border-radius: 30px;box-shadow: 0 0 22px rgba(195, 196, 232, 0.4);}
.banner_lelf .raw{height: 100%;position: relative;width: 650px;padding: 59px 58px 0 55px;box-sizing: border-box;}
.banner_lelf .title{font-size: 22px;color: #333;font-weight: bold;}
.banner_lelf .i{margin: 30px 0 34px 0;width: 30px;height: 2px;background: linear-gradient(90deg,#a26cff,#7a6bff);}
.banner_lelf .text{font-size: 14px;color: #666666;line-height: 30px;}
.banner_lelf .button{width: 40px;height: 50px;background: linear-gradient(90deg,#a26cff,#7a6bff);display: flex;justify-content: center;align-items: center;display: flex;justify-content: center;align-items: center;position: absolute;right: -2px;bottom: 2px;transition: 0.3s;}
/*  */
.pages{padding: 50px 0 80px;}
.background{padding: 32px 0 0 0;}
.background.bk1{background: url('../images/tit1.png') no-repeat center top;}
.background.bk2{background: url('../images/tit2.png') no-repeat center top;}
.background.bk3{background: url('../images/tit3.png') no-repeat center top;}
.background.bk4{background: url('../images/tit4.png') no-repeat center top;}
.background h2{color: #333;font-size: 38px;font-weight: bold;text-align: center;}
.background h2 span{background-image: linear-gradient(260deg, #fe6f25, #ff951c);background-clip: text;-webkit-background-clip: text;color: transparent;}
.background h2 span.mr{margin-right: 10px;}
.background h2 span.ml{margin-left: 10px;}
/*  */
.meetRe{background: url('../images/page1.png') no-repeat center top;padding-top: 306px;}
.meetRe .tab{padding-top: 69px;height: 152px;display: flex;justify-content: space-between;box-sizing: border-box;}
.meetRe .tab .li{width: 190px;height: 40px;border-radius: 20px;background: #f0ecff;font-size: 14px;display: flex;justify-content: center;align-items: center;cursor: pointer;position: relative;}
.meetRe .tab .li span{background-image: linear-gradient(90deg, #a26cff, #7a6bff);background-clip: text;-webkit-background-clip: text;color: transparent;}
.meetRe .tab .li.active{height: 60px; background:linear-gradient(90deg,#a26cff,#7a6bff);box-sizing: border-box;border-radius: 30px;transform: translateY(-20px);}
.meetRe .tab .li.active span{font-size: 18px;color: #fff;font-weight: bold;}
.meetRe .tab .li.active::before{content: '';width: 18px;height: 12px;background: url('../images/page1_button.png') no-repeat;position: absolute;left: calc((100% - 18px)/2);bottom: -11px;}

.meetRe .content{height: 380px;border-radius: 30px;border: 2px solid #fff;background: rgba(255, 255, 255, 0.9);box-shadow: 0 0 12px rgba(131, 131, 131, 0.1);padding: 18px 0 0 18px;box-sizing: border-box;}
.meetRe .content .item{display: none;width: 100%;height: 100%;position: relative;}
.meetRe .content .item.active{display: block;}
.meetRe .content .images_bk{width: 400px;height: 340px;border-radius: 20px;overflow: hidden;position: absolute;left: 0;top: 0;}
.meetRe .textPadding{padding: 20px 20px 0 467px;box-sizing: border-box;position: relative;height: 100%;}
.meetRe .title{display: flex;justify-content: flex-start;align-items: center;font-size: 20px;color: #333;font-weight: bold;margin-bottom: 28px;}
.meetRe .title::before{content: '';display: block;width: 4px;height: 20px;border-radius: 2px;background: linear-gradient(90deg,#a26cff,#7a6bff);margin-right: 10px;}
.meetRe .title span{transform: translateY(-1px);}
.meetRe .row{line-height: 1;display: flex;justify-content: flex-start;margin-bottom: 18px;}
.meetRe .icon1{width: 29px;height: 19px;background: url('../images/page1_icon2.png') no-repeat;transform: translateY(-2px);}
.meetRe .icon2{width: 29px;height: 18px;background: url('../images/page1_icon3.png') no-repeat;}
.meetRe .icon3{width: 29px;height: 17px;background: url('../images/page1_icon4.png') no-repeat;}
.meetRe .icon4{width: 29px;height: 23px;background: url('../images/page1_icon5.png') no-repeat;transform: translateY(-4px);}
.meetRe .bold{font-size: 16px;color: #333;width: 112px;display: flex;justify-content: space-between;white-space: nowrap;}
.meetRe .flex{padding-left: 10px;flex: 1;}
.meetRe .flex1{display: flex;justify-content: flex-start;transform: translateY(-3px);}
.meetRe .text{font-size: 14px;color: #666666;}
.meetRe .slide{font-size: 14px;color: #666;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 11px;}
.meetRe .slide::before{content: '';width: 18px;height: 16px;background: url('../images/page1_icon6.png') no-repeat;margin-right: 9px;}
.meetRe .slide span{flex: 1;}
.meetRe .slide:last-child{margin-bottom: 0px;}
.meetRe .block{font-size: 14px;color: #fe7424;padding: 0 10px;margin-right: 10px;border-radius: 6px;background: #fff5ea;height: 28px;display: flex;justify-content: center;align-items: center;}
.meetRe .block:last-child{margin-right: 0;}
.meetRe .buttons{width: 370px;display: flex;justify-content: space-between;position: absolute;left: 615px;bottom: 22px;}
.meetRe .buttons a{width: 160px;height: 38px;border: 1px solid #ffd3b3;background: #fffaf7;border-radius: 19px;font-size: 14px;color: #ff7f24;display: flex;justify-content: center;align-items: center;}
.meetRe .buttons a.active{color: #fff;background: linear-gradient(260deg,#fe6f25,#ff951c);box-shadow: 0 6px 6px rgba(255, 149, 28, 0.12);}
/* 改一下多行文案的css，上下间距 */

.meetRe .lh{line-height: 18px;}
.meetRe .row.mb1{margin-bottom: 16px;}
.meetRe .slide.atop{align-items: flex-start;}
.meetRe .slide.atop::before{transform: translateY(2px);}
.meetRe .flex.add{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.meetRe .flex.add .cow{padding-right: 12px;}
.meetRe .flex.add .cow:last-child{padding-right: 0;}
.meetRe .block.mb2{margin-bottom: 5px;}
.meetRe .wrap{flex-wrap: wrap;}

/*  */
.cultivate{background: url('../images/page2.png') no-repeat center top;padding-bottom: 50px;}
.cultivate .tab{padding: 51px 0 0px;border-bottom: 1px solid #fff;display: flex;justify-content: center;}
.cultivate .tab .li{width: 150px;font-size: 16px;color: #666;text-align: center;position: relative;padding-bottom: 20px;}
/* .cultivate .tab .li.active::before{content: '';width: 100%;height: 2px;background: linear-gradient(90deg,#a26cff,#7a6bff);position: absolute;left: 0;bottom: -2px;} */
/* .cultivate .tab .li.active span{background-image: linear-gradient(90deg, #a26cff, #7a6bff);background-clip: text;-webkit-background-clip: text;color: transparent;font-weight: bold;} */
.cultivate .content{padding-top: 35px;}
.cultivate .item{display: none;}
.cultivate .item.active{display: flex;justify-content: space-between;flex-wrap: wrap;}
.cultivate .slide{width: 280px;height: 180px;border-radius: 12px;box-shadow: 0 0 16px 11px rgba(227, 226, 246, 0.3);margin-bottom: 30px;transition: 0.3s;display: block;}
.cultivate .slide:hover{transform: translateY(-10px);}
.cultivate .slide1{background: url('../images/page2_n1.png') no-repeat;}
.cultivate .slide2{background: url('../images/page2_n2.png') no-repeat;}
.cultivate .slide3{background: url('../images/page2_n3.png') no-repeat;}
.cultivate .slide4{background: url('../images/page2_n4.png') no-repeat;}
.cultivate .slide5{background: url('../images/page2_n5.png') no-repeat;}
.cultivate .slide6{background: url('../images/page2_n6.png') no-repeat;}
.cultivate .slide7{background: url('../images/page2_n7.png') no-repeat;}
.cultivate .slide8{background: url('../images/page2_n8.png') no-repeat;}
.cultivate .title{font-size: 18px;line-height: 28px;font-weight: bold;padding: 30px 0 0 31px;height: 120px;box-sizing: border-box;}
.cultivate .title .relative{position: relative;}
.cultivate .title .relative::after{content: '';width: 35px;height: 4px;position: absolute;right: -40px;top: 15px;}
.cultivate .text{font-size: 14px;color: #333;padding: 20px 0 0 31px;box-sizing: border-box;line-height: 1;}
.cultivate .slide1 .title{color: #113b77;}
.cultivate .slide2 .title{color: #125300;}
.cultivate .slide3 .title{color: #873800;}
.cultivate .slide4 .title{color: #23085f;}
.cultivate .slide5 .title{color: #004750;}
.cultivate .slide6 .title{color: #570002;}
.cultivate .slide7 .title{color: #463b0f;}
.cultivate .slide8 .title{color: #015664;}

.cultivate .slide1 .relative::after{background: url('../images/page2_i1.png') no-repeat;}
.cultivate .slide2 .relative::after{background: url('../images/page2_i2.png') no-repeat;}
.cultivate .slide3 .relative::after{background: url('../images/page2_i3.png') no-repeat;}
.cultivate .slide4 .relative::after{background: url('../images/page2_i4.png') no-repeat;}
.cultivate .slide5 .relative::after{background: url('../images/page2_i5.png') no-repeat;}
.cultivate .slide6 .relative::after{background: url('../images/page2_i6.png') no-repeat;}
.cultivate .slide7 .relative::after{background: url('../images/page2_i7.png') no-repeat;}
.cultivate .slide8 .relative::after{background: url('../images/page2_i8.png') no-repeat;}

/*  */
.teams{background: url('../images/page3.png') no-repeat center -35px;}
.teams .content{}
.teams .swiper1 .swiper-slide{padding: 60px 130px 34px;box-sizing: border-box;}
.teams .swiper1 .slide{background: #fff;border-radius: 30px;position: relative;box-shadow: 0 0 22px 11px rgba(235, 233, 244, 0.2);height: 300px;position: relative;line-height: 1;padding: 44px 30px 0 310px;box-sizing: border-box;}
.teams .swiper1 .slide::after{content: '';width: 24px;height: 18px;background: url('../images/page3_icon2.png') no-repeat;position: absolute;right:47px;top:40px;}
.teams .teacher{width: 355px;height: 380px;left: 0px;bottom: 0px;position: absolute;}
.teams .icon1{background: url('../images/PC/s1.png') no-repeat;}
.teams .icon2{background: url('../images/PC/s2.png') no-repeat;}
.teams .icon3{background: url('../images/PC/s3.png') no-repeat;}
.teams .icon4{background: url('../images/PC/s4.png') no-repeat;}
.teams .icon5{background: url('../images/PC/s5.png') no-repeat;}
.teams .icon6{background: url('../images/PC/s6.png') no-repeat;}
.teams .icon7{background: url('../images/PC/s7.png') no-repeat;}
.teams .icon8{background: url('../images/PC/s8.png') no-repeat;}
.teams .title{font-size: 26px;font-weight: bold;color: #38312a;margin-bottom: 20px;}
.teams .flex{display: flex;justify-content: flex-start;}
.teams .flex span{border-radius: 4px;height: 26px;background: #fff5ea;font-size: 14px;color: #fe7424;padding: 0 12px;display: flex;justify-content: center;align-items: center;margin-right: 10px;}
.teams .text{font-size: 14px;line-height: 24px;color: #666;padding-top: 21px;}
.teams .button{display: flex;justify-content: center;align-items: center;font-size: 14px;color: #fff;width: 180px;height: 40px;border-radius: 20px;background: linear-gradient(260deg,#fe6f25,#ff951c);box-shadow: 0 6px 6px rgba(255, 149, 28, 0.12);position: absolute;right:47px;bottom: 30px;}
.teams .button::before{content: '';width: 18px;height: 17px;background: url('../images/page3_icon1.png') no-repeat;display: block;margin-right: 14px;}

.teams .ather{display: flex;justify-content: center;align-items: center;}
.teams .click{width: 50px;height: 50px;border-radius: 50%;background: rgba(142,108, 255, 0.2) url('../images/page3_icon3.png') no-repeat center center;cursor: pointer;}
.teams .click:hover{background: rgba(142,108, 255, 0.4) url('../images/page3_icon3.png') no-repeat center center;}
.teams .click.swiper-button-disabled{cursor: not-allowed;}
.teams .click.swiper-button-disabled:hover{background: rgba(142,108, 255, 0.2) url('../images/page3_icon3.png') no-repeat center center;}
.teams .revers2{transform: rotate(180deg);}
.teams .minCont{margin: 0 36px;width: 520px;}
.teams .minIcon{width: 80px;height: 80px;position: relative;border-radius: 50%;background: #f4f1ff;cursor: pointer;}
.teams .minIcon .m{width: 72px;height: 72px;position: absolute;left: 4px;top: 4px; overflow: hidden;border-radius: 50%;background-position: center center !important;}
.teams .m1{background: url('../images/PC/1.png') no-repeat;}
.teams .m2{background: url('../images/PC/2.png') no-repeat;}
.teams .m3{background: url('../images/PC/3.png') no-repeat;}
.teams .m4{background: url('../images/PC/4.png') no-repeat;}
.teams .m5{background: url('../images/PC/5.png') no-repeat;}
.teams .m6{background: url('../images/PC/6.png') no-repeat;}
.teams .m7{background: url('../images/PC/7.png') no-repeat;}
.teams .m8{background: url('../images/PC/8.png') no-repeat;}
.teams .swiper2 .swiper-slide.active .minIcon{background: linear-gradient(-90deg,#7c6bff,#a16cff);}

/*  */
.advantage{background: #fafaff;}
.advantage .content{padding-top: 60px;display: flex;justify-content: space-between;}
.advantage .slide{width: 220px;height: 300px;border-radius: 20px;background: #fff;box-shadow: 0 0px 22px rgba(227, 230, 249, 0.5);line-height: 1;position: relative;transition: 0.3s;}
.advantage .slide:hover{background: linear-gradient(180deg,#7a6bff,#a26cff);transform: translateY(-10px);}
.advantage .slide .inDiv{background: #fff;width: 216px;height: 296px;border-radius: 20px;position: absolute;left: 2px;top: 2px;}
.advantage .icon{width: 100%;height: 167px;}
.advantage .icon1{background: url('../images/page4_1.png') no-repeat center top 48px;}
.advantage .icon2{background: url('../images/page4_2.png') no-repeat center top 45px;}
.advantage .icon3{background: url('../images/page4_3.png') no-repeat center top 44px;}
.advantage .icon4{background: url('../images/page4_4.png') no-repeat center top 52px;}
.advantage .icon5{background: url('../images/page4_5.png') no-repeat center top 45px;}

.advantage .title{font-size: 18px;color: #333;font-weight: bold;text-align: center;}
.advantage .raw{width: 30px;height: 4px;border-radius: 2px;background: linear-gradient(90deg,#a26cff,#7a6bff);margin: 20px auto 16px;}
.advantage .text{font-size: 14px;line-height: 22px;color: #666666;text-align: center;}
/*  */
.xdfIndu{height: 500px;background: url('../images/page5.png') no-repeat center top;overflow: hidden;}
.xdfIndu .m1200{height: 100%;}
.xdfIndu .opcial{height:80px;width: 910px;background: linear-gradient(90deg,#a26cff,#7a6bff);opacity: 0.5;position: absolute;left:-360px;bottom: 0;}
.xdfIndu .button{width: 60px;height: 80px;display: flex;justify-content: center;align-items: center;background: linear-gradient(90deg,#a26cff,#7a6bff);position: absolute;left:550px;bottom: 0;}
.xdfIndu .relative{position: absolute;left: 610px;top: 78px;}
.xdfIndu .title{font-size: 40px;color: #ffffff;font-weight: bold;padding: 70px 0 60px;}
.xdfIndu .raw{width: 540px;height: 1px;background: rgba(255, 255, 255, 0.3);position: relative;}
.xdfIndu .raw div{width: 85px;height: 1px;background: rgba(255, 255, 255, 0.8);}
.xdfIndu .text{font-size: 16px;line-height: 30px;color: #fff;padding-top: 43px;}


@media (max-width:1000px) {
#hk_top_,#hk_bottom_,.banner,.meetRe,.cultivate,.teams,.advantage,.xdfIndu{width: 7.5rem;margin: auto;overflow: hidden;}
.nav_foor{display: none;}
/*  */
.banner {height: 5rem;background: url(../images/images/banner.png) no-repeat center top;background-size: 100% 100%;}
.banner .bannerText{width: 7.2rem;height: 2.57rem;background: url(../images/images/banner_text.png) no-repeat center top;background-size: 100% 100%;left:0;top:0.52rem;}
.banner .button{width: 2.6rem;height: 0.7rem;border-radius: 0.35rem;font-size: 0.24rem;box-shadow: 0 0.06rem 0.06rem rgba(255, 149, 28, 0.12);left:1.66rem;top:3.44rem;}
/*  */
.banner_lelf{margin: -0.53rem auto -3.36rem;}
.banner_lelf .m1200{width: 6.9rem;height: 3.9rem;border-radius: 0.3rem;background: #fff;box-shadow: 0 0 0.22rem rgba(195, 186, 232, 0.4);border: 0.02rem solid #ffffff;}
.banner_lelf .button{display: none;}
.banner_lelf .raw{padding:0.55rem 0.55rem 0;width: 100%;line-height: 1;}
.banner_lelf .title{font-size: 0.28rem;}
.banner_lelf .i{width: 0.3rem;height: 0.04rem;margin: 0.29rem 0 0.24rem 0;}
.banner_lelf .text{font-size: 0.22rem;line-height: 0.41rem;color: #666666;}
/*  */
.background{padding: 0;}
.background h2{display: none;}
.background.bk1{width: 100%;height: 0.69rem;background: url('../images/images/tit1.png') no-repeat center top;background-size: auto 100%;}
.background.bk2{width: 100%;height: 0.69rem;background: url('../images/images/tit2.png') no-repeat center top;background-size: auto 100%;}
.background.bk3{width: 100%;height: 0.69rem;background: url('../images/images/tit3.png') no-repeat center top;background-size: auto 100%;}
.background.bk4{width: 100%;height: 0.69rem;background: url('../images/images/tit4.png') no-repeat center top;background-size: auto 100%;}
.pages{padding: 0.5rem 0 0.8rem;}
/*  */
.meetRe{background: url('../images/images/page1.png') no-repeat;background-size: cover;padding-top: 3.85rem;}
.meetRe .tab{padding-top: 0.5rem;height: 1.4rem;width: 6.9rem;margin: auto;}
.meetRe .tab .li{width: 1.1rem;height: 0.6rem;border-radius: 0.3rem;font-size: 0.18rem;}
.meetRe .tab .li.active span{font-size: 0.18rem;}
.meetRe .tab .li.active{height:0.6rem;transform: translateY(0);border-radius: 0.3rem;}
.meetRe .tab .li.active::before{display: none;}
.meetRe .content{width: 6.9rem;margin: auto;border-radius: 0.3rem;border: 0.02rem solid #fff;height: auto;box-shadow: 0 0 0.12rem rgba(131, 131, 131, 0.1);padding: 0.4rem 0.4rem 0.2rem 0.43rem;box-sizing: border-box;}
.meetRe .content .images_bk{display: none;}
.meetRe .textPadding{padding: 0;line-height: 1;}
.meetRe .title{font-size: 0.28rem;margin-bottom: 0.44rem;}
.meetRe .title::before{width: 0.06rem;height: 0.28rem;border-radius: 0.02rem;margin-right: 0.29rem;}
.meetRe .row{margin-bottom: 0.25rem;flex-wrap: wrap;}
.meetRe .icon1{width: 0.39rem;height: 0.23rem;background: url('../images/images/page1_1.png') no-repeat;transform: translateY(0px);background-size:auto 100%;}
.meetRe .icon2{width: 0.39rem;height: 0.23rem;background: url('../images/images/page1_2.png') no-repeat;background-size:auto 100%;}
.meetRe .icon3{width: 0.39rem;height: 0.21rem;background: url('../images/images/page1_3.png') no-repeat;background-size:auto 100%;}
.meetRe .icon4{width: 0.39rem;height: 0.25rem;background: url('../images/images/page1_5.png') no-repeat;transform: translateY(-0.02rem);background-size:auto 100%;}
.meetRe .bold{font-size: 0.22rem;font-weight: bold;width: auto;display: flex;justify-content: flex-start;}
.meetRe .flex{width: 100%;flex: none;padding-left: 0.39rem;padding-top: 0.12rem;box-sizing: border-box;}
.meetRe .text{font-size: 0.2rem;line-height: 0.36rem;}
.meetRe .slide{font-size: 0.2rem;margin-bottom: 0.12rem;line-height: 0.28rem;align-items: flex-start;}
.meetRe .slide::before{width: 0.24rem;height: 0.22rem;background: url('../images/images/page1_4.png') no-repeat;background-size: 100% 100%;transform: translateY(0.03rem);margin-right: 0.15rem;}
.meetRe .slide.atop::before{transform: translateY(0.06rem);}
.meetRe .buttons{display: none;}
.meetRe .flex1{transform: translateY(-0.03rem);width: auto;flex: 1;flex-wrap: wrap;padding: 0;}
.meetRe .block{font-size: 0.2rem;height: 0.4rem;margin-right: 0.1rem;border-radius: 0.08rem;margin-bottom: 0.1rem;padding: 0 0.1rem;}
.meetRe .block.mrZero{margin-right: 0;}
.meetRe .lh{line-height: 0.36rem;}
.meetRe .block.mb2{margin-bottom: 0;}
.meetRe .flex.add .cow{padding-right: 0.2rem;}
.meetRe .flex.add .se_cow{display: flex;justify-content: flex-start;padding-top: 0.12rem;}
.meetRe .flex.add .se_cow .slide{padding-right: 0.2rem;}
/*  */
.cultivate{background: url('../images/images/page2.png') no-repeat;background-size: cover;}
.cultivate .tab{padding: 0.5rem 0.45rem 0;width: 6.9rem;margin: auto;box-sizing: border-box;}
.cultivate .tab .li{width: 25%;font-size: 0.2rem;padding-bottom: 0.2rem;}
.cultivate .content{padding-top: 0rem;}
.cultivate .swiper-container{box-sizing: border-box;width: 100%;}
.cultivate .swiper-slide{width: 3.2rem !important;padding: 0.35rem 0.1rem 0 0.1rem;}
.cultivate .swiper-slide:first-child{margin-left: 0.2rem;}
.cultivate .swiper-slide:last-child{margin-right: 0.2rem;}
.cultivate .slide{width: 3.2rem;height: 1.8rem;border-radius: 0.12rem;box-shadow: 0 0 0.16rem rgba(227, 226, 246, 0.3);margin-bottom: 0.2rem;}
.cultivate .slide1{background: url(../images/images/page2_n1.png) no-repeat;background-size: 100% 100%;}
.cultivate .slide2{background: url(../images/images/page2_n2.png) no-repeat;background-size: 100% 100%;}
.cultivate .slide3{background: url(../images/images/page2_n3.png) no-repeat;background-size: 100% 100%;}
.cultivate .slide4{background: url(../images/images/page2_n4.png) no-repeat;background-size: 100% 100%;}
.cultivate .slide5{background: url(../images/images/page2_n5.png) no-repeat;background-size: 100% 100%;}
.cultivate .slide6{background: url(../images/images/page2_n6.png) no-repeat;background-size: 100% 100%;}
.cultivate .slide7{background: url(../images/images/page2_n7.png) no-repeat;background-size: 100% 100%;}
.cultivate .slide8{background: url(../images/images/page2_n8.png) no-repeat;background-size: 100% 100%;}
.cultivate .slide:hover{transform: translate(0);}
.cultivate .title{font-size: 0.22rem;line-height: 0.34rem;padding: 0.26rem 0 0 0.41rem;height: 1.2rem;box-sizing: border-box;}
.cultivate .title .relative::after{width: 0.35rem;height: 0.04rem;right:-0.4rem;top: 0.2rem;background-size: 100% 100%;}


.cultivate .text{font-size: 0.2rem;padding: 0.2rem 0 0;text-align: center;}
.cultivate .nav-indicator-container{width: 0.5rem;height: 0.08rem;border-radius: 0.04rem;margin:0.1rem auto 0;background: rgba(221, 188, 255, 0.2);position: relative;overflow: hidden;}
.cultivate .nav-indicator { left: 0;position: absolute;top: 0;width: 0.3rem;height: 100%;border-radius: 0.04rem;background: linear-gradient(90deg,#a26cff,#7a6bff);transition: transform 0.3s ease;}
 
/*  */
.teams{background: url('../images/images/page3.png') no-repeat;background-size: cover;}
.teams .swiper1 .swiper-slide{padding: 0.6rem 0.3rem 0.34rem;box-sizing: border-box;}
.teams .swiper1 .slide{border-radius: 0.3rem;box-shadow: 0 0 0.22rem 0.11rem rgba(235, 233, 244, 0.2);padding: 0.42rem 0.2rem 0 3.2rem;height: 3.4rem;}
.teams .swiper1 .slide::after{display: none;}
.teams .teacher{width: 2.85rem;height: 3.48rem;left: 0.3rem;bottom: 0.3rem;}
.teams .icon1{background: url('../images/images/page3_t1.png') no-repeat left top;background-size: 2.82rem 3.37rem;}
.teams .icon2{background: url('../images/images/page3_t2.png') no-repeat left top;background-size: 2.74rem 3.35rem;}
.teams .icon3{background: url('../images/images/page3_t3.png') no-repeat left top;background-size: 2.74rem 3.41rem;}
.teams .icon4{background: url('../images/images/page3_t4.png') no-repeat left top;background-size: 2.74rem 3.44rem;}
.teams .icon5{background: url('../images/images/page3_t5.png') no-repeat left top;background-size: 2.74rem 3.44rem;}
.teams .icon6{background: url('../images/images/page3_t6.png') no-repeat left top;background-size: 2.79rem 3.48rem;}
.teams .icon7{background: url('../images/images/page3_t7.png') no-repeat left top;background-size: 2.74rem 3.48rem;}
.teams .icon8{background: url('../images/images/page3_t8.png') no-repeat left top;background-size: 2.84rem 3.46rem;}
.teams .title{font-size: 0.3rem;margin-bottom: 0.2rem;}
.teams .flex span{height: 0.38rem;border-radius: 0.08rem;font-size: 0.2rem;padding: 0 0.15rem;margin-right: 0.1rem;}
.teams .flex span:last-child{margin-right: 0;}
.teams .text{font-size: 0.2rem;line-height: 0.34rem;padding-top: 0.19rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.teams .button{width: 2.5rem;height: 0.7rem;border-radius: 0.35rem;font-size: 0.22rem;right: 0.78rem;bottom: 0.33rem;box-shadow: 0 0.06rem 0.06rem rgba(255, 149, 28, 0.12);}
.teams .button::before{width: 0.29rem;height: 0.29rem;background: url('../images/images/page3_2.png') no-repeat;background-size: 100% 100%;margin-right: 0.14rem;}
.teams .minCont{width: 4.8rem;margin: 0 0.15rem;}
.teams .click{width: 0.5rem;height: 0.5rem;background: rgba(142, 108, 255, 0.2) url(../images/images/page3_1.png) no-repeat center center;background-size: 0.12rem 0.21rem;}
.teams .minIcon{width: 0.8rem;height: 0.8rem;}
.teams .minIcon .m{width: 0.72rem;height: 0.72rem;left: 0.04rem;top: 0.04rem;background-size: 0.8rem 0.8rem !important;background-position: center center !important;}
.teams .swiper2 {}
.teams .swiper2 .swiper-slide{margin:0 0rem 0 0 !important;width: 1rem !important;}
/*  */
.advantage{background: url('../images/images/page4.png') no-repeat;background-size: cover;}
.advantage .content2{padding-left: 0.2rem;box-sizing: border-box;}
.advantage .swiper-slide{padding: 0.5rem 0.1rem 0.3rem 0.1rem;width: 2.8rem !important;}
.advantage .slide{width: 2.6rem;height: 3rem;border-radius: 0.2rem;box-shadow: 0 0px 0.1rem rgba(227, 230, 249, 0.5);overflow: hidden;}
.advantage .slide:hover{background: #fff;transform: translateY(0);}
.advantage .slide .inDiv{width: 100%;height: 100%;border-radius: 0.2rem;left: 0;top: 0;}
.advantage .icon{height: 1.44rem;}
.advantage .icon1{background: url('../images/images/page4_1.png') no-repeat center top 0.4rem;background-size: 0.85rem 0.73rem;}
.advantage .icon2{background: url('../images/images/page4_2.png') no-repeat center top 0.35rem;background-size: 0.61rem 0.73rem;}
.advantage .icon3{background: url('../images/images/page4_3.png') no-repeat center top 0.38rem;background-size: 0.66rem 0.7rem;}
.advantage .icon4{background: url('../images/images/page4_4.png') no-repeat center top 0.4rem;background-size: 0.83rem 0.67rem;}
.advantage .icon5{background: url('../images/images/page4_5.png') no-repeat center top 0.38rem;background-size: 0.74rem 0.69rem;}
.advantage .title{font-size: 0.24rem;}
.advantage .raw{width: 0.3rem;height: 0.04rem;border-radius: 0.02rem;margin: 0.2rem auto 0.12rem;}
.advantage .text{font-size: 0.2rem;line-height: 0.36rem;}
.advantage .nav-indicator-container2{width: 0.5rem;height: 0.08rem;border-radius: 0.04rem;margin:0.1rem auto 0;background: rgba(221, 188, 255, 0.2);position: relative;overflow: hidden;}
.advantage .nav-indicator2 { left: 0;position: absolute;top: 0;width: 0.3rem;height: 100%;border-radius: 0.04rem;background: linear-gradient(90deg,#a26cff,#7a6bff);transition: transform 0.3s ease;}
/*  */
.xdfIndu{background: url('../images/images/page5.png') no-repeat;background-size: cover;height: 5rem;padding:0;}
.xdfIndu .m1200{padding: 0.8rem 0 0rem 0.6rem;box-sizing: border-box;}
.xdfIndu .opcial{display: none;}
.xdfIndu .button{width: 0.6rem;height: 0.8rem;left: 0;}
.xdfIndu .button img{width: 0.21rem;height: 0.36rem;}
.xdfIndu .relative{position: initial;}
.xdfIndu .logoHK{width: 3.92rem;}
.xdfIndu .title{font-size: 0.4rem;padding: 0.66rem 0 0.5rem;}
.xdfIndu .raw{width: 4.77rem;}
.xdfIndu .raw div{width: 0.85rem;}
.xdfIndu .text{font-size: 0.22rem;line-height: 0.4rem;padding-top: 0.36rem;}
/*  */

.btnFiexBottom {position: fixed;left:calc((100% - 7.5rem)/2);bottom: 0;z-index: 9999;width: 7.5rem; height: 1.6rem;background: #fff;box-shadow: 0 -0.06rem 0.12rem rgba(187,193, 200, 0.2);display: flex;justify-content: space-between;padding: 0.22rem 0.2rem 0 0.06rem;box-sizing: border-box;}
.btnFiexBottom .cli_.ph {font-size: 0.22rem;line-height: 1;color: #333333;text-align: center;width: 1.44rem;}
.btnFiexBottom .cli_.ph img {width: 0.34rem;height: 0.34rem;margin: 0.09rem auto 0.13rem;}
.btnFiexBottom .cli_.btn {width: 5.8rem;height: 0.88rem;background: url('../images/images/bot_btn.png?v1') no-repeat;background-size: 100% 100%;display: flex;justify-content: space-between;}
.btnFiexBottom .cli_.btn p {font-size: 0.3rem;font-weight: bold;color: #ff790b;width: 50%;height: 100%;display: flex;justify-content: center;align-items: center;}
.btnFiexBottom .cli_.btn p:nth-child(2) {color: #fff;}
.totop {bottom: 2rem !important;}
.totop img{width: 0.81rem;box-shadow: 0 0 0.12rem rgba(187, 193, 200, 0.12);border-radius: 50%;}


  
}


