body{font-size:16px;background:#fff;}
.flex{display:flex;}
.flex-column{display:flex;flex-direction:column;}
.flex-justify-center{display:flex;justify-content:center;}
.flex-justify-between{display:flex;justify-content:space-between;}
.flex-justify-around{display:flex;justify-content:space-around;}
.flex-items-center{display:flex;align-items:center;}
.flex-wrap{flex-wrap:wrap;}
.flex-align-self{align-self:flex-end;}



.header_banner{height:399px;background:url(../image/banner.jpg) no-repeat center center;background-size:auto 100%;}
.header_banner .banner_text{padding:100px 0 0 0;}
.header_banner .btn{width:210px;height:36px;line-height:36px;background:#f8b865;font-size:18px;color:#a91422;font-weight:bold;text-align:center;border-radius:18px;margin:20px 0 0 0;}
.header_banner .btn:hover{background:#e79932;}

.page{padding:60px 0 0;}
.page .title{text-align:center;height:72px;line-height:72px;}
.page .title span{font-size:50px;font-weight:bold;text-align:center;color:#000000;display:inline-block;position:relative;}
.page .title span::before,
.page .title span::after{content:'';width:53px;height:4px;position:absolute;top:0;bottom:0;margin:auto;}
.page .title span::before{left:-62px;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #a91422 98%);}
.page .title span::after{right:-62px;background:linear-gradient(270deg, rgba(255, 255, 255, 0) 1%, #a91422 100%);}
.page .title span i{font-size:16px;}
.page .title2{text-align:left;}
.page .title2 span::before{display:none;}

.page .btn_wrap{width:300px;height:46px;line-height:46px;background:#f8b865;font-size:18px;color:#a91422;font-weight:bold;text-align:center;border-radius:23px;margin:30px auto 0;}
.page .btn_wrap:hover{background:#ffcc47;}

.page .con{padding-top:30px;}
/* 项目介绍 */
/* .xmjs{background:linear-gradient(180deg, #EDEDED 0%, rgba(216, 216, 216, 0) 100%);} */
.xmjs .con .img_wrap{width:590px;height:240px;overflow:hidden;float:left;}
.xmjs .con .img_wrap img{width:100%;height:100%;}
.xmjs .con .dec_wrap{width:590px;height:auto;float:right;}
.xmjs .con .dec_wrap dt{font-size:24px;font-weight:bold;line-height:24px;color:#3D3D3D;padding:46px 0 20px 0;}
.xmjs .con .dec_wrap dd{font-size:16px;font-weight:normal;line-height:24px;color:#3D3D3D;}
.xmjs .con .btn_wrap{width:300px;height:40px;font-size:16px;color:#a91422;float:right;line-height:40px;background:none;text-align:right;margin:0;}
.xmjs .con .btn_wrap:hover{text-decoration:underline;}

/* 项目亮点 */
.xmld{}
.xmld .con{padding-top:40px;display:flex;justify-content:center;flex-wrap: wrap;}
.xmld .con .item{width:380px;height:170px;background:#a91422;float:left;margin-right:20px;padding:20px 20px;box-sizing:border-box;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;margin-bottom: 20px;}
.xmld .con .item.active{margin-top:-10px;}
.xmld .con .item:nth-last-child(1),
.xmld .con .item:nth-last-child(4){margin-right:0;}
.xmld .con .item dt{font-size:20px;line-height:60px;font-weight:bold;color:#FFFFFF;background:url() no-repeat left center;padding-left:50px;position: relative;}
.xmld .con .item dt::before {
    content: '1';
    width: 50px;
    height: 62px;
    line-height: 62px;
    font-size: 62px;
    font-weight: bold;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: oblique;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: left;
}
.xmld .con .item:nth-child(2) dt::before{content: '2';}
.xmld .con .item:nth-child(3) dt::before{content: '3';}
.xmld .con .item:nth-child(4) dt::before{content: '4';}
.xmld .con .item:nth-child(5) dt::before{content: '5';}
.xmld .con .item:nth-child(6) dt::before{content: '6';}
.xmld .con .item dd{font-size:16px;color:#FFFFFF;}
.xmld .con .item{position: relative;}
.xmld .con .item a{font-size: 16px;color: #f8b865;position: absolute;bottom: 10px;right: 10px;}
.xmld .con .item:hover a{font-weight: bold;}
/* 适合人群 - 背景图实现方式待定，之前沟通为一张图 */
.shrq ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.shrq ul li{width: 270px;height: 220px;border-radius: 20px;background: linear-gradient(to bottom, #d8d8d8 0, rgba(216, 216, 216, 0) 90%, transparent);text-align: center;position: relative;}
.shrq ul li img{width: 51px;height: 52px;margin: 20px auto 12px;}
.shrq ul li h5{font-size: 20px;color: #333333;margin: 0 0 12px 0;}
.shrq ul li p{font-size: 14px;color: #666666;line-height: 22px;}
.shrq ul li.one{margin: 0 0 5px 0;}
.shrq ul li.one::after{right: -40px;}
.shrq ul li.two::before{left: -40px;transform: rotate(180deg);}
.shrq ul li.one.down::after{left: 50%;bottom: -15px;top: initial;transform: rotate(90deg);margin-left: -24px;}
.shrq a{background: linear-gradient(to right,#ac263e 0,#d2485f 50%,#ac263e 100%);width: 290px;height: 44px;border-radius: 22px;text-align: center;color: #ffffff;line-height: 44px;cursor: pointer;font-size: 16px;display: block;font-weight: bold;margin: 35px auto 0;}

/* 项目流程 */
.fwlc .con .item{width:285px;height:160px;float:left;margin:0 30px 20px 0;background:rgba(237, 237, 237, 0.5);border-left:4px solid #DADCDF;box-sizing:border-box;position:relative;}
.fwlc .con .item::before{content:'';width:4px;height:70px;background:#F0B923;position:absolute;left:-4px;top:20px;margin:auto;}
.fwlc .con .item:nth-of-type(3n){margin-right:0;}
.fwlc .con .item .step{width:74px;height:28px;line-height:28px;text-align:center;margin:20px 0 0 9px;}
.fwlc .con .item .step b{font-size:14px;font-weight:bold;color:#3D3D3D;float:left;width:42px;}
.fwlc .con .item .step span{width:32px;font-size:14px;font-weight:bold;color:#FFFFFF;float:left;}
.fwlc .con .item dl{padding:0 20px 0 9px;}
.fwlc .con .item dl dt{font-size:20px;font-weight:bold;color:#3D3D3D;margin-bottom:10px;line-height:30px;}
.fwlc .con .item dl dd{font-size:16px;color:#666666;line-height:20px;}
.fwlc.five .con .item{width: 380px;}
.fwlc.five .con .item:nth-child(3){margin-right: 0;}
.fwlc.six .con .item{width: 380px;}

/* 入读要求 */
.xmfa .con{display: flex;}
.xmfa .con .swiper-container{padding: 0 10px 40px 10px;width: 780px;margin-left: 0;}
.xmfa .con .swiper-pagination-bullet-active{background: #a91422;}
.xmfa .con .swiper-slide{width:382px;height:290px;margin-right:20px;}
.xmfa .con .swiper-slide .num{height:41px;position: relative;}
.xmfa .con .swiper-slide .num span{display: block;width:150px;height: 34px;display: block;border-top-left-radius: 20px;border-top-right-radius: 20px;background: linear-gradient(90deg,#a91422,#a91422);font-size: 15px;font-weight: bold;line-height: 38px;text-align: center;color: #ffffff;}
.xmfa .con .swiper-slide .num::after{content:'';width:100%;position:absolute;background: linear-gradient(90deg, #a91422 5%, rgba(240, 185, 35, 0) 98%);height: 6px;}
.xmfa .con .swiper-slide .details{width:100%;height:280px;background:#FFFFFF;box-shadow:0px 4px 10px 0px rgba(150, 150, 150, 0.3);padding: 22px;box-sizing: border-box;position: relative;}
.xmfa .con .swiper-slide .details dl{margin-bottom: 7px;color: #3d3d3d;}
.xmfa .con .swiper-slide .details dl dt{font-size: 16px;font-weight: bold;margin-bottom: 5px;}
.xmfa .con .swiper-slide .details dl dd{font-size: 14px;line-height: 160%;}

.xmfa .con .swiper-slide .details a.btn{box-sizing: border-box;border: 1px solid #f8b865;box-sizing: border-box;border: 1px solid #f8b865;position: absolute;bottom: 16px;left: 0;right: 0;margin: 0 auto;font-size: 16px;color: #f8b865;text-align: center;line-height: 40px;width: 325px;height: 40px;display: block;border-radius: 50px;font-weight: bold;}
.xmfa .con .swiper-slide .details a.btn:hover{background: #f8b865;color: #fff;}
.xmfa .con .pc_wrap{width: 380px;}
.xmfa .con .pc_wrap .swiper-slide{height: 110px;}
.xmfa .con .pc_wrap .swiper-slide .details{height: 60px;padding-top: 5px;}
.xmfa .con .pc_wrap .swiper-slide:nth-child(2) .details dl dd,.xmfa .con .pc_wrap .swiper-slide:nth-child(3) .details dl dd{padding-top: 10px;}


/* 颜色自定义-实现方案待定 */
.page .title span::before{background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #a91422 98%);}
.page .title span::after{background:linear-gradient(270deg, rgba(255, 255, 255, 0) 1%, #a91422 100%);}
.xmld .con .item{background:#a91422;}
.shrq .con .item dt::before{background-color:#a91422;}
.fwlc .con .item::before{background:#a91422;}
.fwlc .con .item .step{background:rgba(240, 185, 35, 0.1);}
.fwlc .con .item .step span{background:#a91422;}

/*优势亮点*/
.page7_1{padding-bottom: 55px;}
.page7_1 .uls{display: flex;justify-content: space-evenly;margin-top: 20px;}
.page7_1 .uls li{width: 280px;height:332px;}
.page7_1 .uls li:nth-of-type(1){background: url(../image/page2LiBg1.png) no-repeat center top;background-size: contain;}
.page7_1 .uls li:nth-of-type(2){background: url(../image/page2LiBg2.png) no-repeat center top;background-size: contain;}
.page7_1 .uls li:nth-of-type(3){background: url(../image/page2LiBg3.png) no-repeat center top;background-size: contain;}

.page7_1 .uls li img{position: absolute;}
.page7_1 .uls li div{width: 100%;height: 100%;background:linear-gradient(180deg,rgba(0,0,0,0),#a91422);display: flex;flex-direction: column;justify-content: end;padding: 50px 0 25px  0;box-sizing: border-box;position: relative;}
.page7_1 .uls li h4{font-size: 20px;line-height: 24px;color: #ffffff;text-align: center;}
.page7_1 .uls li div p{display: none;padding: 0 20px 0;font-size: 16px;color: #ffffff;line-height: 18px;margin: 15px 0 0 0;box-sizing: border-box;text-align: justify;height: 72px;}
.page7_1 .uls li div p span{font-size: 12px;color: #cccccc;position: absolute;right: 15px;bottom: 20px;}
.page7_1 .uls li:hover div{justify-content: center;background: rgba(118,5,14,.9);}
.page7_1 .uls li:hover div p{display: block;}
.page7_1 .uls li div .qtBtn{width: 80%;height: 28px;line-height: 28px;text-align: center;cursor: pointer;background: #f8b865;color: #5f021f;font-weight: bold;font-size: 14px;border-radius: 5px;margin: 10px auto 0;display: none;}
.page7_1 .uls li:hover div .qtBtn{display: block;}


/*导师团队*/
.page6_4 .swiper-container{padding-bottom: 50px;}
.page6_4 .swiper-pagination-bullet-active{background: #a91422;}
.page6_4 .list{display: flex;justify-content: space-between;}
.page6_4 .list li{position: relative;width: 224px;height: 369px;box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);}
.page6_4 .list li p{position: absolute;height: 279px;width: 100%;top: 0;left: 0;font-size: 14px;line-height: 26px;padding:0 22px;background: rgba(137, 28, 53, .7);color: #ffffff;box-sizing: border-box;display: none;align-items: center;justify-content: center;}
.page6_4 .list li .names{position: absolute;left: 0;bottom: 0;width: 100%;min-height: 105px;background: #a91422;padding: 6px 16px;box-sizing: border-box;color: #ffffff;}
.page6_4 .list li .names h4{font-size: 18px;font-weight: bold;line-height: 32px;}
.page6_4 .list li .names span{font-size: 14px;line-height:18px;display: block;}

/*QA*/
.page9_1 dl{height:52px;border-radius:10px;overflow:hidden;background:#ffffff;margin:0 0 5px 0;}
.page9_1 dl.active{box-shadow:0 2px 13px 0 rgba(87, 120, 201, .36);height:auto;margin:0 0 20px 0;}
.page9_1 dl dt{width:100%;height:56px;background:#dcdddd url(../image/down.png) no-repeat 96% center;cursor:pointer;padding:0 0 0 70px;box-sizing:border-box}
.page9_1 dl dt h4{height:100%;line-height:56px;color:#333;font-weight:normal;position:relative;font-size:20px;}
.page9_1 dl dt h4:before{position:absolute;content:"Q";background:#d5b893;width:33px;height:33px;top:50%;margin-top:-16.5px;left:-45px;border-radius: 50%;font-weight: bold;text-align: center;line-height: 33px;}
.page9_1 dl dd{padding:30px 45px 30px 70px;width:100%;box-sizing:border-box;height:100px;}
.page9_1 dl dd p{font-size:18px;line-height:30px;position:relative;}
.page9_1 dl dd p:before{content:"A";position:absolute;background:#a91422;width:33px;height:33px;line-height:33px;top:0px;left:-45px;border-radius:50%;color:#ffffff;text-align:center;font-weight:bold;}
.page9_1 dl.active dt{background:#a91422 url(../image/up.png) no-repeat 96% center;}
.page9_1 dl.active dt h4{color:#ffffff;}
.page9_1 dl:nth-of-type(3).active{margin-bottom:45px;}

.page10_3{background:linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, #fdf5f3 100%);}
.page10_3 .swiper-container-al .swiper-slide{width: 375px !important;}
.page10_3 .swiper-container-al .swiper-slide .list{position: relative;width: 100%;}
.page10_3 .swiper-container-al .swiper-slide .list p{font-size: 24px;color: #ffffff;font-weight: bold;width: 100%;background: #a91422;padding: 20px;box-sizing: border-box;}
.page10_3 .swiper-container-al .swiper-slide .list p span{font-size: 24px;display: block;margin-top: 5px;}
.page10_3 .swiper-container-al .swiper-slide .list::after{content: '';width: 100%;height: 220px;bottom: 0;background: linear-gradient(0deg, #fdf5f3 47%, rgba(0, 0, 0, 0));position: absolute;left: 0;}
.page10_3 .swiper-container-al .swiper-pagination-bullet{background: #c4c4c4;opacity: 1;}
.page10_3 .swiper-container-al .swiper-pagination-bullet-active{background: #a91422;}
.page10_3 a.btn {width: 258px;position: absolute;bottom: 90px;left: 0;right: 0;margin: auto;z-index: 1;}
.page10_3 .swiper-container-horizontal>.swiper-pagination-bullets, .page10_3 .swiper-pagination-custom, .page10_3  .swiper-pagination-fraction{bottom: 40px;}
.page10_3 a.btn{width: 200px;height:38px;font-size: 16px;color: #a91422;line-height: 38px;border-radius: 10px;text-align: center;display: flex;align-items: center;justify-content: center;margin: 34px auto 0;background: linear-gradient(180deg,#f8b865,#f8b865);box-shadow: 0 5px 10px #e4c0ca;}



.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_slideclose{top: 28px !important;}
.xdf_slide{display:block;}
/* .xdf_slide .xdf_slidebtn{font-size:16px;color:#ffffff;bottom:25px;} */

.xdf_slide .xdf_slidebtn{width:120px;height:22px;line-height:22px;background:#f8b865;font-size:14px;color:#5f021f;font-weight:bold;text-align:center;border-radius:18px;bottom:20px;}
.xdf_slide .xdf_slidebtn:hover{background:#ffcc47;}

#xdf_bottomForm{display:none;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .form{padding-left:165px;}
/* .xdf_bottomForm_title_img .xdf_bottomForm.form-wrap .m1200 .ax_img{background:url(../images/bottomFormImg.png?1) no-repeat center top;width:196px;height:264px;left:-75px;bottom:-30px;} */
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background:#f59496;font-size: 18px; color: #5f021f;font-weight:bold;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap form .label{width:17.5%;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap form .label.Code{display:block;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap form .label.Code input{width:35%;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap form .SmsCodeBtn{width:64%;}

@media screen and (max-width:1000px) {
	.m1200{width:100%;padding:0 4%;box-sizing:border-box;}
	.page{padding:0.3rem 0 0.2rem 0;}
	.page .con{padding-top:0.2rem;}
	.page .title{height:0.7rem;line-height:0.7rem;}
	.page .title span{font-size:0.34rem;}
	.page .title span::before,
	.page .title span::after{content:'';width:0.5rem;height:0.04rem;}
	.page .title span::before{left:-0.6rem;}
	.page .title span::after{right:-0.6rem;}
	.page .title span i{font-size:0.22rem;}
	.page .title2{text-align:center;}
	.page .title2 span::before{display:block;}
	
	.page .btn_wrap,
	.xmjs .con .btn_wrap{width:4rem;height:0.6rem;line-height:0.6rem;background:#f8b865;font-size:0.28rem;color:#a91422;font-weight:bold;text-align:center;border-radius:0.3rem;margin:0.2rem auto 0;}
	
	.header_banner{height:9.5rem;background:url(../image/m_banner.jpg) no-repeat center top;background-size: cover;padding-top: 5rem;box-sizing: border-box;}
	.header_banner .m1200{padding:0;}
	.header_banner .banner_text{padding:0;width:6.55rem;margin:0 auto;padding:0;}
	.header_banner .btn{width:4.42rem;height:0.8rem;line-height:0.8rem;background:#f8b865;font-size:0.36rem;color:#a91422;font-weight:bold;text-align:center;border-radius:0.4rem;margin:0.3rem auto 0;}
	
	
	.xmjs{}
	.xmjs .con{padding-top:0.2rem;}
	.xmjs .con .img_wrap{display:none;}
	.xmjs .con .dec_wrap{width:100%;}
	.xmjs .con .dec_wrap dl{text-align:center;}
	.xmjs .con .dec_wrap dt{font-size:0.28rem;line-height:0.48rem;padding:0rem 0 0.1rem 0;}
	.xmjs .con .dec_wrap dd{font-size:0.26rem;line-height:0.36rem;}
	.xmjs .con .btn_wrap{float:initial;}
	/*项目亮点*/
	.xmld{}
	.xmld .con{padding-top:0.2rem;flex-wrap:wrap;justify-content:space-between;}
	.xmld .con .item{width:48%;height:auto;margin:0 0 0.2rem;padding:0.1rem 0.2rem 0.5rem;}
	    .xmld .con .item dt::before {
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.4rem;
        line-height: 0.4rem;
        left: -0.06rem;
    }
	.xmld .con .item.w100{width:100%;margin:0 0 0.2rem;}
	.xmld .con .item.active{margin-top:0;}
	.xmld .con .item dt{font-size:0.26rem;line-height:0.46rem;padding-left:0.3rem;background-size:0.3rem;margin-bottom:0.1rem;}
	.xmld .con .item dd{font-size:0.24rem;}
	.xmld  .con.clearfix::after{display:none;}
    .xmld .con .item a{font-size: 0.2rem;bottom: 0.1rem;right: 0.1rem;}
	.xmfa .con .pc_wrap{display: none;}
	/*适合人群*/
	.shrq{}
	.shrq ul li{width: 3.4rem;height: auto;border-radius: 0.2rem;}
	.shrq ul li.one{margin: 0 0 0.1rem 0;}
	.shrq ul li img{width: 0.5rem;height: 0.5rem;margin: 0.2rem auto 0.1rem;}
	.shrq ul li h5{font-size: 0.24rem;margin: 0 0 0.1rem 0;}
	.shrq ul li p{font-size: 0.22rem;line-height: 0.32rem;}
	/* 项目流程 */
	.fwlc{padding-bottom:0.3rem;}
	.fwlc .con{display:flex;flex-wrap:wrap;justify-content:space-between;}
	.fwlc .con .item{width:100% !important;height:2rem;margin:0 0 0.2rem;border-left:0.04rem solid #DADCDF;}
	.fwlc.six .con .item:nth-child(4n){margin-right: 0;}
	.fwlc .con .item.w100{width:100%;margin:0 0 0.2rem;}
	.fwlc .con .item::before{content:'';width:0.04rem;height:0.7rem;left:-0.04rem;top:0.2rem;}
	.fwlc .con .item .step{width:1.4rem;height:0.3rem;line-height:0.3rem;margin:0.2rem 0 0 0.1rem;}
	.fwlc .con .item .step b{width:0.8rem;font-size:0.26rem;}
	.fwlc .con .item .step span{width:0.6rem;font-size:0.26rem;}
	.fwlc .con .item dl{padding:0.2rem 0.2rem 0 0.1rem;}
	.fwlc .con .item dl dt{font-size:0.26rem;margin-bottom:0.1rem;line-height:0.36rem;}
	.fwlc .con .item dl dd{font-size:0.24rem;line-height:0.36rem;}
	.fwlc .con.clearfix::after{display: none;}


	/*入读要求*/
	.xmfa .con .swiper-container{padding: 0.1rem 0.1rem 0.8rem 0.1rem;}
	.xmfa .con .swiper-slide .num{height: 0.81rem;}
	.xmfa .con .swiper-slide .num span{width: 2rem;height: 0.68rem;border-top-left-radius: 0.2rem;border-top-right-radius: 0.2rem;font-size: 0.22rem;line-height: 0.68rem;}
	.xmfa .con .swiper-slide .num::after {content: '';height: 0.12rem;}
	.xmfa .con .swiper-slide{height: auto;}
	.xmfa .con .swiper-slide .details{height: auto;box-shadow: 0px 0.05rem 0.1rem 0px rgba(150, 150, 150, 0.3);padding: 0.32rem 0.32rem 1rem;}
	.xmfa .con .swiper-slide .details dl{margin-bottom: 0.32rem;}
	.xmfa .con .swiper-slide .details dl dt{font-size: 0.28rem;margin-bottom: 0.1rem;}
	.xmfa .con .swiper-slide .details dl dd{font-size: 0.24rem;}
	.xmfa .con .swiper-slide .details a.btn{bottom: 0.3rem;font-size: 0.28rem;width: 80%;height: 0.8rem;line-height: 0.8rem;border-radius: 0.5rem;}
	
	/*优势亮点*/
	.page7_1 .uls{flex-direction: column;}
	.page7_1 .uls li{width: 100%;height: 1.4rem;margin: 0 0 .1rem 0;}
	.page7_1 .uls li:last-child{margin: 0;}
	.page7_1 .uls li div{padding: 0 .35rem;flex-direction: row;align-items: center;justify-content: space-between;}
	.page7_1 .uls li h4{text-align: left;font-size: .24rem;line-height: .32rem;width: 2.8rem;flex-shrink: 0;}
	.page7_1 .uls li div p{display: block;font-size: .24rem;line-height: .28rem;margin: 0;padding: 0;height: auto;}
	.page7_1 .uls li div{background: linear-gradient(-90deg, rgba(0, 0, 0, 0), #a91422);}	
	.page7_1 .uls li.active,
	.page7_1 .uls li:hover div{background: none;}
	.page7_1 .uls li:nth-of-type(1),
	.page7_1 .uls li:nth-of-type(1).active,
	.page7_1 .uls li:nth-of-type(1):hover{background: url(../image/m_page2LiBg1.png) no-repeat center center;background-size: cover;}
	.page7_1 .uls li:nth-of-type(2),
	.page7_1 .uls li:nth-of-type(2).active,
	.page7_1 .uls li:nth-of-type(2):hover{background: url(../image/m_page2LiBg2.png) no-repeat center center;background-size: cover;}
	.page7_1 .uls li:nth-of-type(3),
	.page7_1 .uls li:nth-of-type(3).active,
	.page7_1 .uls li:nth-of-type(3):hover{background: url(../image/m_page2LiBg3.png) no-repeat center center;background-size: cover;}
	.page7_1 .uls li div p span{display: none;}
	.page7_1 .uls li:hover div .qtBtn{display: none;}
	.page7_1 .qtBtn{height: 0.66rem;line-height: 0.66rem;margin: .3rem auto 0;text-align: center; cursor: pointer;background: #f8b865;color: #a91422;font-weight: bold;border-radius:0.3rem;}
	
	/*导师团队*/
	.page6_4 .swiper-container{padding: 0 0 .5rem 0;}
	.page6_4 .swiper-container .swiper-pagination{bottom: 0;}
	.page6_4 .swiper-container .swiper-pagination-bullet{background: rgb(153, 150, 150);opacity: 1;}
	.page6_4 .swiper-container .swiper-pagination-bullet-active{background: #b1163a;}
	.page6_4 .list{flex-wrap: wrap;justify-content: space-around;flex-wrap: initial;justify-content: initial;}
	.page6_4 .list li{width: 4.33rem;height: auto;margin: 0;}
	.page6_4 .list li img{width: 100%;height: 100%;}
	.page6_4 .list li p{padding: .2rem;font-size: .22rem;line-height: .38rem;height: 4.5rem;}
	.page6_4 .list li .names{height: 1.44rem;padding: 0 .2rem;display: flex;flex-direction: column;justify-content: center;}
	.page6_4 .list li .names h4{font-size: .24rem;line-height: .38rem;}
	.page6_4 .list li .names span{font-size: .2rem;line-height: .3rem;}
	
	/*QA*/
	.page9_1 dl{height:.76rem;border-radius:.1rem;margin:0 0 .1rem 0;}
	.page9_1 dl.active{margin:0 0 .2rem 0;}
	.page9_1 dl:nth-of-type(3).active{margin-bottom:0.2rem;}
	.page9_1 dl dt{height:.76rem;padding:0 0 0 .75rem;background-size:.27rem .27rem;}
	.page9_1 dl.active dt{background-size:.27rem .27rem;}
	.page9_1 dl dt h4{line-height:.76rem;font-size:.24rem;}
	.page9_1 dl dt h4:before,
	.page9_1 dl dd p:before{width:.33rem;height:.33rem;background-size:.33rem .33rem;margin-top:-.165rem;left:-.45rem;line-height: 0.33rem;}
	.page9_1 dl dd{padding:.35rem .4rem .35rem .75rem;height:auto;}
	.page9_1 dl dd p{font-size:.24rem;line-height:.36rem;}
	.page9_1 dl dd p:before{margin-top:0;}

	.page10_3 .m1200{width: 100%;}
	.page10_3 .swiper-container-al .swiper-slide{width:3.72rem !important;}
	.page10_3 .swiper-container-al .swiper-slide .list p{font-size: 0.24rem;padding: 0.2rem;line-height: 0.3rem;}
	.page10_3 .swiper-container-al .swiper-slide .list p span{font-size: 0.24rem;margin-top: 0;}
	.page10_3 .swiper-container-al .swiper-slide .list img{width: 100%;}
	.page10_3 a.btn{width: 2.58rem;height: 0.45rem;font-size: 0.21rem;line-height: 0.45rem;bottom: 0.8rem;}
	.page10_3 .swiper-container-horizontal>.swiper-pagination-bullets, .page10_3 .swiper-pagination-custom, .page10_3 .swiper-pagination-fraction{bottom: 0.1rem;}
	.heatmap .pinxuanBgBlue1{background: #cee2fd !important;}
	.page10_3 .swiper-container-al .swiper-slide .list::after{height: 3rem;bottom: 0}
	.page10_3 .swiper-container-al{padding-bottom: 0.6rem;}
}