/* 
@media (prefers-color-scheme: dark) {
	:root {
		--text-color: #e0e0e0;
		--bg-color: #1a1a1a;
	}
	body {
		color: var(--text-color);
		background-color: var(--bg-color);
	}
} */
/* @media (prefers-reduced-motion: reduce) {
	{
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
} */
:root {
	--coloDefault: #1A1827;
	--colorHove: #6F3382;
	--coloDefault1:#5A5869;
	--coloDefault2:#3B3944;
	--coloDefault3:#782892;
	
	--backgroundSite1:#F3F3F6;
	--backgroundSite2:#7E318E;
	--backgroundSite3:#7e318e8a;
	--hoverCol:#7e318ef0;
}
* {
	
}
html {
	/* font-size: var(--base-font-size); */
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}
img {
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}

/* 公共css */
.coloDefault{color: var(--coloDefault);}
.colorHove{color: var(--colorHove);}
.backgroundSite1{color: var(--backgroundSite1);}
.btn_A,.btn_B{transition: background 0.2s ease-in-out,box-shadow 0.5s ease-in-out;}
.btn_A:hover{background: #ffffff5e !important}

.positioning{position: absolute;z-index: 1;bottom: auto;right: 1rem;width: auto;height: .19rem;color: #f3f3f3;display: flex;align-items: baseline;}
/* .positioning::before{position: absolute;content: '';left: -.15rem;top: .04rem;width: 13px;height: 12px;background: url('../images/course/ico_2.svg') no-repeat center center / cover;} */
.positioningIco{display: block; width: .05rem;height: .09rem;margin: .05rem .1rem; background: url('../images/course/ico_3.svg') no-repeat center center / cover;}
.fangziIco{display: block; width: .13rem;height: .12rem;background: url('../images/icos/fangzi.svg') no-repeat center center / cover;}
.fangziIco1{display: block; width: .13rem;height: .12rem;background: url('../images/icos/fangzi_h.svg') no-repeat center center / cover;}

.top_icoArr{width: 100%;position: absolute;bottom: 0;z-index: 9;}
.top_icoArr .top_icoArrMin{height: .6rem;position: relative;}
.top_icoArr .jiantno{right: 0;}
.top_icoArr1 .container{width: 83.33% !important;}
.top_icoArr .swiper-pagination{display: none;}

.details_text{border: 1px solid #e3e3e3;border-radius: 100px;padding: 0 .15rem;color: var(--coloDefault1);margin-right: .1rem;height: .27rem;line-height: .25rem;}
.details_time{height: .27rem;line-height: .27rem;color: var(--coloDefault1);}

.img_acit{cursor: pointer;}
.img_acit .img_y{transition: all 0.3s ease;}
.img_acit:hover .img_y{transform: scale(1.05);}

.main_icoArr{width: .8rem;position: relative;}
.main_icoArr .swiper-button-prev{width: .11rem;height: .11rem;top: auto; margin:0 .05rem; background: url('../images/icos/jt_left_in.svg') no-repeat center center / cover;}
.main_icoArr .swiper-button-next{width: .11rem;height: .11rem;top: auto;margin:0 .05rem; background: url('../images/icos/jt_right_out.svg') no-repeat center center / cover;}
.main_icoArr .swiper-button-next::after,
.main_icoArr .swiper-button-prev::after {content: "";}

.main_icoArr1{width: .8rem;position: relative;}
.main_icoArr1 .swiper-button-prev{width: .17rem;height: .17rem;top: auto; margin:0; background: url('../images/icos/jt_left_in.svg') no-repeat center center / cover;}
.main_icoArr1 .swiper-button-next{width: .17rem;height: .17rem;top: auto;margin:0; background: url('../images/icos/jt_right_out.svg') no-repeat center center / cover;}
.main_icoArr1 .swiper-button-next::after,
.main_icoArr1 .swiper-button-prev::after {content: "";}

.moreaA2 .morea::before {border-color: #ffffff;}
.moreaA2 .morea span { color: #ffffff; } 
.moreaA2 .morea i { background: url(../images/icos/morea1.svg)no-repeat center center/cover;  }

.targetScll100 {scroll-margin-top: 100px;}
.textHove:hover{color: var(--hoverCol);}
.font22{line-height: 1.3;}
.font56{line-height: 1.3;}

/* 课程 */
.scSite_kc {}
.scSite_kc .kcIco_1{width: 0.23rem;height: 0.29rem;transform: translateY(-33%);}
.scSite_kc .banner .text{transform: none;top: auto;bottom: 15%;}
.scSite_kc .banner .text .btg{letter-spacing: 4px;}	
/* .scSite_kc .banner .bannerTitle2{margin-top: .1rem;} */

.scSite_kc1{width: 100%;height: auto;    padding: 1.45rem 0; background-color: var(--backgroundSite1);}
.scSite_kc1Title{color: var(--coloDefault);text-align: center;padding: 0 0 .5rem;}
.scSite_kc1Main{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap; }

.scSite_kc1Main .kc1Main{width: 32.5%;height: 100%; padding: .3rem; background: #fff;border-radius: .2rem;margin: 0 0 .2rem;cursor: pointer;overflow: hidden;}
.scSite_kc1Main .kc1Main:hover{}
.scSite_kc1Main .kc1Main_imgD{width: 100%;height: 2.66rem;border-radius: .1rem;overflow: hidden;}
.scSite_kc1Main .kc1Main .kc1Main_img{display: block; width: 100%;height: 100%; cursor: pointer;object-fit: cover; transition: transform 0.5s ease-in-out;}
.scSite_kc1Main .kc1Main:hover .kc1Main_img{transform: scale(1.05);}
.scSite_kc1Main .kc1Main_title{display: flex;color: var(--coloDefault);padding: .3rem 0 .2rem;}
.scSite_kc1Main .kc1Main_title span,.search1_viewM_title span,.search1_viewM_title1 span{height: .22rem;transform: translateY(-33%);border-radius: .2rem .2rem .2rem 0;background: linear-gradient(270deg, #7E318E 0%, #B75DCA 100%);color: #fff;padding: 0 .1rem; margin-left: .05rem;display: flex;align-items: center;}
.scSite_kc1Main .kc1Main_tips{display: flex;    align-items: center;overflow: hidden;}
.scSite_kc1Main .kc1Main_tips1{border-radius: .2rem;border: 1px solid #5a58697a;height: .27rem; line-height: .25rem;padding: 0rem .15rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;}
.scSite_kc1Main .kc1Main_tips1:nth-child(2){margin-left: .15rem;}
.scSite_kc1Main .kc1Main_text{width: 100%;padding-top: .15rem; /* margin-bottom: .2rem; */color: var(--coloDefault2); display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.kc1Main:hover .kc1Main_title{color: var(--colorHove);}

/* .scSite_kc2{width: 100%;height: 10rem;background-color: #ebeaf4;background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 16% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);} */
.scSite_kc2{width: 100%;height: 10rem;background-color: #ebeaf4;}

.scSite_kc2 .scSite_kc2_BG{position: relative;height: 10rem;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.scSite_kc2 .scSite_kc2_BG::before{position: absolute; content: "";top: 0;width: 12rem;height: 12rem;transform: translateY(-9%); background: url('../images/course/bg_1.svg') no-repeat;background-size: cover;background-position: center center;}
.scSite_kc2 .kc2Main{z-index: 1;display: flex;flex-direction: column;align-items: center;width: 3.4rem;text-align: center;}
.scSite_kc2 .kc2_title{color: var(--coloDefault);	}
.scSite_kc2 .kc2_text{color: var(--coloDefault2);padding: .17rem 0 .3rem;}
.scSite_kc2 .kc2Main_ico{cursor: pointer;}
.scSite_kc2 .kc2Main_ico:nth-child(odd){animation: floatUpAndDown 2s ease-in-out infinite alternate;}
.scSite_kc2 .kc2Main_ico:nth-child(even){animation: floatUpAndDown1 2s ease-in-out infinite alternate;}
.scSite_kc2 .kc2Main_ico:hover{transform: scale(1.02);transition: transform 0.5s ease-in-out;}
.scSite_kc2 .kc2Main_ico0{width: 1.15rem;height: 1.16rem; position: absolute;z-index: 2; left: 1.5rem;top: 2.6rem;}
.scSite_kc2 .kc2Main_ico1{width: 1.37rem;height: 1.37rem; position: absolute;z-index: 2; left: 3.2rem;top: 3.9rem;}
.scSite_kc2 .kc2Main_ico2{width: 1.8rem;height: 1.8rem; position: absolute;z-index: 2; left: 1.5rem;top: 5.6rem;}
.scSite_kc2 .kc2Main_ico3{width: 1.84rem;height: 1.84rem; position: absolute;z-index: 2; left: 12.5rem;top: 1.6rem;}
.scSite_kc2 .kc2Main_ico4{width: 1.22rem;height: 1.23rem; position: absolute;z-index: 2; left: 11.5rem;top: 4rem;}
.scSite_kc2 .kc2Main_ico5{width: 1.22rem;height: 1.23rem; position: absolute;z-index: 2; left: 4rem;top: 7rem;}
.scSite_kc2 .kc2Main_ico6{width: 1.22rem;height: 1.23rem; position: absolute;z-index: 2; left: 4.2rem;top: 1.2rem;}
.scSite_kc2 .kc2Main_ico7{width: 1.22rem;height: 1.23rem; position: absolute;z-index: 2; left: 10.2rem;top: 1.2rem;}
.scSite_kc2 .kc2Main_ico8{width: 1.22rem;height: 1.23rem; position: absolute;z-index: 2; left: 10.5rem;top: 7rem;}
.scSite_kc2 .kc2Main_ico9{width: 1.22rem;height: 1.23rem; position: absolute;z-index: 2; left: 13rem;top: 6rem;}
.scSite_kc2 .kc2Main_img{width: 100%;}
@keyframes floatUpAndDown {
  0% {transform: translateY(0); }
  100% {transform: translateY(-10px); }
}
@keyframes floatUpAndDown1 {
  0% {transform: translateY(0); }
  100% {transform: translateY(10px); }
}



/* 课程  公开课*/
.scSite_kcA .text{bottom: 35%;}
.scSite_kcA .positioning{bottom: 1.3rem; right: .8rem;}
.scSite_kcA .course3_po{right: .5rem;}
.scSite_kcA .jiantno{animation: downLoop2 1s linear infinite alternate;}
@keyframes downLoop2 {0% {bottom: 1.4rem;}100% {bottom: 1.3rem; opacity: 1;}}
.kcAIco_1{width: 3.16rem;height: .843rem;}
.kcAIco_2{width: 5.55rem;height: .826rem;margin-top: .15rem;}
.kcAIco_3{width: 6rem;height: .51rem;margin-top: .15rem;}
.scSite_kcA_R{position: absolute;bottom: 1.8rem;right: 0;z-index: 80;width: 3.7rem;height: 3.2rem;padding: .25rem;display: flex;flex-direction: column;align-items: center;justify-content: space-between;background: #00000036;backdrop-filter: blur(50px);border-radius: .1rem;color: #fff;}
.scSite_kcA_R1{text-align: center;}
.scSite_kcA_R2{width: 100%;padding-top: .2rem;display: flex;justify-content: space-between;border-top: 1px solid #e8e8e81a;text-align: center;}
.scSite_kcA_R3{color: #C4C4C4;}


.scSite_kcA_B0{position: absolute;bottom: 0;width: 100%;z-index: 80;}
.scSite_kcA_B{height: 1.1rem;background-color: #fff;border-top-left-radius: .2rem;border-top-right-radius: .2rem;display: flex;align-items: center;justify-content: space-evenly;}
.kcA_Bview{display: flex;align-items: center;}
.kcA_Bview_hr{height: 60%;width: 1px;background: #a7a7a747;}
.kcA_BviewR{display: flex;flex-direction: column;justify-content: center;color: var(--coloDefault1);}
.kcA_BviewR_ti{color: var(--coloDefault);}
.scSite_kcA_BImg{width: .7rem;height: .7rem;}

/* .scSite_kcA1{width: 100%;height: auto;    padding: 1.15rem 0; background-color: var(--backgroundSite1);background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 4% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 5%)} */
.scSite_kcA1{width: 100%;height: auto;    padding: 1.15rem 0 1.5rem; background-color: var(--backgroundSite1);}
.scSite_kcA1M{display: flex;justify-content: space-between;position: relative;}
.kcA1_L{width: 30%;height: 11rem; position: -webkit-sticky; position: sticky;top: 1rem;transition: top .3s; }


.kcA1_L1,.kcA1_L2{background: #fff;padding: .3rem;border-radius: .2rem;}
.kcA1_L .yj2Main_v{width: 100%;height: 1.6rem; padding: 0;border-radius: 0;margin-bottom: .2rem;}
.yj1Main_right_tArr{display: flex;flex-shrink: 0;width: 100%;}
.kcA1_L .yj1Main_right_tText{height: auto;}
.kcA1_L .yj1Main_right_tText0{margin: 0;margin-right: .rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;}
.kcA1_L .yj1Main_right_tText0:nth-child(3){margin-left: .1rem;}
.kcA1_Lview{border-top: 1px solid #E2E2E2;padding: .2rem 0;color: var(--coloDefault2);cursor: pointer;position: relative;display: flex;justify-content: space-between;}
.kcA1_Lview:hover{color: var(--coloDefault3);}
.kcA1_Lview:before{position: absolute;content: '';bottom: 0;width: 0;height: 2px;background: var(--backgroundSite2);transition: width 1s ease-in-out;}
.kcA1_Lview:hover:before{width: 100%;}
.ico_jtxia{display: block; width: .12rem;height: .12rem;margin: .05rem; background: url('../images/icos/jt_xia.svg') no-repeat center center / cover;}
.ico_jtbaise{display: block; width: .12rem;height: .12rem;margin: .05rem; background: url('../images/icos/jt_right_baise.svg') no-repeat center center / cover;}
.kcA1_L2{margin-top: .2rem;}
.kcA1_L2 .yj2Main_v{height: .7rem;}
.kcA1_L2Btn{height: 2rem;padding: .3rem;border-radius: .1rem; position: relative;overflow: hidden;cursor: pointer; color: var(--coloDefault);background: linear-gradient(180deg, #FAF1FC 0%, #F4D7FA 100%);display: flex;flex-direction: column;justify-content: space-between;}
.kcA1_L2Btn:before{position: absolute;content: '';right: 0;bottom: 0;width: 1.8rem;height: 1.8rem;background: url('../images/course/ico_66.png') no-repeat center center / cover;transition: all 0.3s ease;}
.kcA1_L2Btn:hover:before{transform: scale(1.1);}
.kcA1_L2Btn_an{width: 2rem;height: .4rem;display: flex;align-items: center;background: var(--backgroundSite2);text-align: center;justify-content: center;border-radius: .35rem;color: #fff;}
.kcA1_L2Btn_an:hover{opacity: .8;}
.kcA1_L2MD{display: none;}

.kcA1_R{width: 68%;background: #fff;padding: .5rem;border-radius: .2rem;line-height: .3rem;}
.kcA1_RTitle{display: flex;align-items: center;color: var(--coloDefault);font-weight: 500;}
.kcA1_RTcor1{color: #3B30C7;}
.kcA1_RTcor2{color: #3B3944;}
.kcA1_RTcor3{color: #5A5869;}
.kcA1_RTcor4{color: var(--coloDefault3);}
.kcA1_RTcorB{font-weight: bold;}

.kcA1_Rhr{height: 1px;background-color: #D8D8D8;width: 100%;}
.kcA1_R1{display: flex;justify-content: space-between;align-items: center;width: 100%;height: 3.23rem;margin-top: .3rem;}
.kcA1_R1Text{width: 50%;}
.kcA1_R1Text1{margin-top: .4rem;}
.kcA1_R1Text2{margin-top: .2rem;}
.kcA1_R1Img1{display: block;width: 40%;}
.kcA1_R2{margin-top: .5rem;}
.kcA1_R3{margin-top: .5rem;display: flex;justify-content: space-between;}
.kcA1_R3Img1{width: 2rem;height: 2.4rem;}
.kcA1_R4{text-align: center;}
.kcA1_R5{text-align: center;font-weight: bold;margin-top: .2rem;}
.kcA1_R6{margin-top: .5rem;width: 100%;height: 3rem;background: url('../images/course/kcA_r6.png') no-repeat center center / cover;display: flex;align-items: center;justify-content: space-between;overflow: hidden;}
.kcA1_R6:hover .kcA1_R6Img1{transform: scale(1.05);}
.kcA1_R6text{width:45%;text-align: left;margin-left: 5%;line-height: 0.35rem;}
.kcA1_R6Img1{width: 3.8rem;height: 3.1rem;transition: all 0.3s ease;}
.kcA1_R7{margin-top: .5rem;}
.kcA1_R8{margin-top: .5rem;width:100%;height: 3.8rem;border-radius: .2rem;padding: .7rem 1.3rem;background: url('../images/course/kcA_r8.png') no-repeat center center / cover;line-height: 0.35rem;text-align: center;}
.kcA1_R9{margin-top: .5rem;width: 100%;height: 3.3rem;border-radius: .2rem; background: url('../images/course/kcA_r6.png') no-repeat center center / cover;display: flex;align-items: center;justify-content: space-between;overflow: hidden;}
.kcA1_R9View{width: 2.2rem;height: 2.17rem;display: flex;align-items: center;flex-direction: column;text-align: center;line-height: .35rem;}
.kcA1_R9View .kcA1_RTcor1{margin-bottom: .15rem;}
.kcA1_R9Img2{width: .94rem;height: .94rem;margin-bottom: .2rem;}
.kcA1_R10{margin-top: .5rem;}
.kcA1_R11{}
.kcA1_R12{display: flex;flex-wrap: wrap;    justify-content: center;}
.kcA1_R12Img1{width: 1.6rem;height: 1.2rem;margin-top: .4rem;}
.kcA1_R13{margin-top: .5rem;}
.kcA1_R14{margin-bottom: .3rem}
.kcA1_R15{display: flex;flex-wrap: wrap;justify-content: space-between;}
.kcA1_R15View{margin-top: .75rem;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 3.1rem;height: 3.38rem;text-align: center;}
.kcA1_R15Title{margin: .2rem 0;}
.kcA1_R15Img1{width: 1.65rem;height: 2.14rem;}
.kcA1_R16{margin-top: .5rem;color: #9694A5;text-align: center;}
.kcA1_R17{margin-top: .5rem;}
.kcA1_R18{width: 100%;height: 5rem;}
.kcA1_R18 .scSite_xy2{padding: 0;background-color:#ffffff00;}
.kcA1_R19{margin-top: 1.2rem;width: 100%;height: 2.2rem;border-radius: .2rem;background: url('../images/course/kcA_r99.png') no-repeat center center / cover;display: flex;align-items: center;overflow: hidden;flex-direction: column;justify-content: center;color: #fff;}
.kcA1_R19Text{margin: .2rem 0;}

.kcAIco_4{width: 6rem;height: auto;}
.kcAIco_5{width: 6.44rem;height: auto;}
.kcA1_R20{width: 100%;}
.kcA1_R21{display: flex;flex-wrap: wrap;justify-content: space-between;}
.kcA1_R21View{width: 45%;display: flex;margin-top: .5rem ;overflow: hidden;}
.kcA1_R21Img1{width: .61rem;height: .61rem; margin-right: .2rem;}
.kcA1_R21View_r{display: flex;flex-direction: column;}
.kcA1_R21View_rTitle{margin-bottom: .1rem;}
.kcA1_R22{margin-top: .5rem;}
.kcA1_R23{margin: .2rem 0;line-height: .35rem;}
.kcA1_R24{display: flex;flex-wrap: wrap;justify-content: space-between;}
.kcA1_R24View{width: 49.5%;height: 4.23rem;padding: .2rem;margin-top: .1rem;border-radius: .1rem;display: flex;flex-direction: column;overflow: hidden;border: 1px solid #E7CAE7;background: linear-gradient(180deg, #F9F3F9 0%, rgba(255, 255, 255, 0) 100%);}
.kcA1_R24View:hover .kcA1_R24Img{transform: scale(1.02);}
.kcA1_R24Img{width: 100%;height: 1.83rem;transition: all .3s;}
.kcA1_R24Img1{width: 100%;}
.kcA1_R24View_top{display: flex;align-items: center;justify-content: space-between;}
.kcA1_R24View_topTi{background: linear-gradient(180deg, #7E318E 0%, #A95DB9 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.kcA1_R24View_title{margin: .25rem 0 .15rem;}
.kcA1_R25{margin-top: .5rem;}
.kcA1_R26{margin: .2rem 0;line-height: .35rem;}
.kcA1_R27{display: flex;flex-wrap: wrap;justify-content: space-between;}
.kcA1_R27View{width: 49.5%;height: 2.1rem;margin-top: .1rem;border-radius: .1rem;   display: flex;flex-direction: column;justify-content: space-between; border: 1px solid #E7CAE7;overflow: hidden;}
.kcA1_R27View_top{padding: .2rem;}
.kcA1_R27Viewbtn{height: .75rem;display: flex;align-items: center;padding-left: .2rem; background: linear-gradient(270deg, rgba(255, 234, 255, 0) 0%, #FFEAFF 100%);}
.kcA1_R28{margin-top: .5rem;}
.kcA1_R29{height: .4rem;margin: .2rem 0;text-align: center;position: relative;}
.kcA1_R29::before{position: absolute;content:'';right:0;top: .19rem;width: 35%;height: 2px;background: linear-gradient(270deg, rgba(180, 125, 180, 0) 30%, #B47DB4 100%);}
.kcA1_R29::after{position: absolute;content:'';left:0;top: .19rem;width: 35%;height: 2px;background: linear-gradient(90deg, rgba(180, 125, 180, 0) 0%, #B47DB4 100%);}
.kcA1_R30{display: flex;justify-content: space-around;flex-wrap: wrap;}
.kcA1_R30View{overflow: hidden;width: 2.1rem;}
.kcA1_R30View_t{transform: translateY(-.5rem);}
.kcA1_R30View_title{margin-bottom: .1rem;}
.kcA1_R30Img1{height:336px}
.kcA1_R30 .kcA1_RTcor4{font-weight: bold;}
.kcA1_R31{height: .4rem;margin: .2rem 0;text-align: center;position: relative;}
.kcA1_R31::before{position: absolute;content:'';right:0;top: .19rem;width: 32%;height: 2px;background: linear-gradient(270deg, rgba(180, 125, 180, 0) 30%, #B47DB4 100%);}
.kcA1_R31::after{position: absolute;content:'';left:0;top: .19rem;width: 32%;height: 2px;background: linear-gradient(90deg, rgba(180, 125, 180, 0) 0%, #B47DB4 100%);}
.kcA1_R32{height: .4rem;margin: .2rem 0;text-align: center;position: relative;}
.kcA1_R32::before{position: absolute;content:'';right:0;top: .19rem;width: 27%;height: 2px;background: linear-gradient(270deg, rgba(180, 125, 180, 0) 30%, #B47DB4 100%);}
.kcA1_R32::after{position: absolute;content:'';left:0;top: .19rem;width: 27%;height: 2px;background: linear-gradient(90deg, rgba(180, 125, 180, 0) 0%, #B47DB4 100%);}
.kcA1_R33{ justify-content: center;}
.kcA1_R33 .kcA1_R30View{margin:0 5%;}
.kcA1_R34{margin: .5rem 0 .3rem;}
.kcA1_R35{height: 1rem;margin-top: .5rem;border-radius: .1rem;background: #F9F3F9;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.kcA1_R35_text{margin-top: .1rem;}

.kcA1_R36{display: flex;flex-wrap: wrap;}
.kcA1_R36View{display: flex;margin-bottom: .4rem;}
.kcA1_R36ViewTi{margin-right: .1rem;background: linear-gradient(180deg, #A73ED8 0%, #6B1793 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.kcA1_R36View_btnTi{height: .4rem;padding-left: .1rem;border-radius: .1rem;background: url('../images/course/kcA_r67.png') no-repeat center center / cover;display: flex;align-items: center;color: #fff;}
.kcA1_R36View_btnTx{margin-top: .1rem;}
.kcA1_R36View_btn{display: flex;flex-direction: column;}
.kcA1_R36 .kcA1_RTcor4{font-weight: bold;}
.kcA1_R37{height: .6rem;display: flex;align-items: center;justify-content: center;background: linear-gradient(270deg, rgba(240, 243, 252, 0) 0%, rgba(240, 243, 252, 0.5425) 15%, #DFE1F0 50%, rgba(223, 225, 240, 0.5425) 85%, rgba(240, 243, 252, 0) 100%);}

.kcA1_R38{margin-bottom: .5rem;display: flex;flex-wrap: wrap;justify-content: space-evenly;}
.kcA1_R38View{width: 3.2rem;margin-top: .2rem;display: flex;flex-direction: column;align-items: center;text-align: center;overflow: hidden;}
.kcA1_R38View_ti{margin: .2rem 0 .1rem;}
.kcA1_R38Img1{width: 1.65rem;height: 2.06rem;}
.kcA1_R39{margin: .2rem 0;}
.kcA1_R40View{display: flex;margin-bottom: .3rem;}
.kcA1_R40View_ti{width: 1.5rem;height: .45rem;border-radius: .1rem;display: flex;align-items: center;justify-content: center;background: linear-gradient(90deg, #67148F 0%, #9634C3 99%);font-weight: bold;color: #fff;flex-shrink: 0;}
.kcA1_R40Img1{width:0.26rem;height: .26rem;margin-right: .05rem;}
.kcA1_R40View_tx{margin-left: .1rem;width: 100%;height: .45rem;border-radius: .1rem;padding-left: .1rem;display: flex;align-items: center;background: linear-gradient(90deg, #F5F8FF 0%, #DDE2EF 99%);}
.kcA1_R41{display: flex;}
.kcA1_R41View1,.kcA1_R41View2{width: 50%;height: 2.3rem;}
.kcA1_R41View1{padding: 0 .5rem;;line-height: .35rem;color: #FEFEFF;background: url('../images/course/kcA_r95.png') no-repeat;background-size: 100%;display: flex;align-items: center;}
.kcA1_R41View2{padding: 0 .5rem;;line-height: .35rem;background: linear-gradient(90deg, #FFFFFF 0%, #DDE2EF 99%);color: #6B1693;display: flex;align-items: center;}
.kcA1_R42{display: flex;flex-wrap: wrap;justify-content: space-between;}
.kcA1_R42View1{cursor: pointer; width: 3.2rem;height: 3.3rem;padding: .3rem;border-radius: .2rem;margin-top: .2rem;background: linear-gradient(90deg, #F5F8FF 0%, #EDF1FA 99%), #FFFFFF;overflow: hidden;}
.kcA1_R42View1t1{color: var(--coloDefault3);font-size: 14px;}
.kcA1_R42View1t2{color: var(--coloDefault1);}
.kcA1_R42Img1{width: .27rem;height: .26rem;}
.kcA1_R42hr{margin: .2rem 0;}
.kcA1_R43{width: 2.2rem;height: .5rem;margin: .5rem auto .2rem;border-radius: .5rem;display: flex;align-items: center;justify-content: center;background: linear-gradient(90deg, #F5F8FF 0%, #EDF1FA 99%), #FFFFFF;cursor: pointer;}
.kcA1_R43:hover{opacity: .8;}
.ico_jtheise{display: block; width: .12rem;height: .12rem;margin: .05rem; background: url('../images/icos/jt_right_heise.svg') no-repeat center center / cover;}



/* 生态 */
.scSite_st {}
.scSite_st .kcIco_1{width: 0.23rem;height: 0.29rem;transform: translateY(-80%);}
.scSite_st .kcIco_2{width: 0.23rem;height: 0.29rem;transform: translateY(-25%);}
.scSite_st .banner .text{transform: none;top: auto;bottom: 15%;}
.scSite_st .banner .text .btg{letter-spacing: 4px;}	
/* .scSite_st .banner .bannerTitle2{margin-top: .1rem;} */

.scSite_st1{width: 100%;height: auto; padding: 1.45rem 0; background-color: var(--backgroundSite1);}
.scSite_st1 .scSite_st1Title{color: var(--coloDefault);padding: 0 0 .5rem;}
.scSite_st1 .scSite_st1Main{height: 5.8rem; display: flex;align-items: center;justify-content: space-between;overflow: hidden;}
.scSite_st1 .scSite_st1Main .st1Main_left{width: 64%;position: relative;overflow: hidden;border-radius: .1rem;}
.scSite_st1 .bg{height: 5.8rem;}
.scSite_st1 .nation-con{position: absolute;bottom: .3rem;z-index: 99;left: calc(50% - 50px);opacity: 1 !important;}
.scSite_st1 .swiper-pagination{display: none;}
.scSite_st1 .scSite_st1Main .st1Main_right{width: 35%;height: 100%;padding:.3rem;overflow: hidden;border-radius: .1rem; background: url('../images/ecology/s_1.png') no-repeat center center / cover;    display: flex;flex-direction: column;align-items: center;}
.scSite_st1 .scSite_st1Main .st1Main_rightTitle{color: #fff;width: 100%;}
.scSite_st1 .scSite_st1Main .st1Main_rightImg{width: 4.35rem;}

.scSite_st1 .researchLogo{width: 1.8rem;height: auto;position: absolute;right: .3rem;bottom: .3rem;z-index: 9;}

.scSite_st2{width: 100%;padding-bottom: 1.5rem;background-color: var(--backgroundSite1);}
.scSite_st2Title{width: 8.2rem;padding: .03rem 0;margin-bottom: .43rem; display: flex; align-items: center;justify-content: space-around;background: #fff;border-radius: .4rem;}
.scSite_st2Title .st2Title{width: 2rem;height: .48rem;color: var(--coloDefault); /* background: #F9F9F9; */display: flex;align-items: center;justify-content: center;border-radius: .4rem;cursor: pointer;transition: background 0.5s ease-in-out,color 0.3s ease-in-out;}
.scSite_st2Title .selected{background: var(--backgroundSite2);color: #fff;}
.scSite_st2Title .selected a,.scSite_st2Title .st2Title_acit a{color: #fff;}
.scSite_st2Title .st2Title:hover,.scSite_st2Title .st2Title.selected,.scSite_st2Title .st2Title.st2Title_acit{background: var(--backgroundSite2);opacity: 0.8; color: #fff;}
.scSite_st2Title .st2Title:hover a{ color: #fff;}

.scSite_st2 .scSite_kc1Main{}

.scSite_st2 .scSite_kc1Main .kc1Main_tips{padding: .2rem 0 .12rem;}
.scSite_st2 .scSite_kc1Main .kc1Main_tips2{color: var(--coloDefault1);    display: flex;margin-left: 14px;justify-content: center; align-items: flex-end;}
.scSite_st2 .scSite_kc1Main .kc1Main_title{padding: 0;}


.scSite_st3{width: 100%;height: auto;  padding: 0 0 1.5rem; background-color: var(--backgroundSite1);}
.scSite_st3Title{color: var(--coloDefault);padding: 0 0 .7rem;text-align: center;}
.scSite_st3Main{height: 4.7rem; display: flex;align-items: center;justify-content: space-between;overflow: hidden;}
.scSite_st3Main .st3Main_view{width: 49.8%;height: 100%; position: relative;z-index: 1;overflow: hidden;border-radius: 20px;padding: .4rem;}
.scSite_st3Main .st3Main_view:nth-child(1)::before{content: '';position: absolute;top: 0; left: 0; right: 0; bottom: 0;transform: scale(1);z-index: -1;transition: transform 0.5s ease;height: 100%;background: url('../images/ecology/st3_0.png') no-repeat;background-size: cover;background-position: center center;}

.scSite_st3Main .st3Main_view:nth-child(2)::before{content: '';position: absolute;top: 0; left: 0; right: 0; bottom: 0;transform: scale(1);z-index: -1;transition: transform 0.5s ease;height: 100%;background: url('../images/ecology/st3_1.png') no-repeat;background-size: cover;background-position: center center;}
.scSite_st3Main .st3Main_view:hover::before{transform: scale(1.02);}
.scSite_st3Main .st3Main_viewTitle{color: var(--coloDefault);}
.scSite_st3Main .st3Main_viewText{width: 2.4rem;margin-top: .2rem;color: var(--coloDefault2);}

/* .scSite_st4{width: 100%;height: 11rem;background-color: #fff;background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 16% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);} */
.scSite_st4{width: 100%;height: 12rem;background-color: #fff;}
.scSite_st4 .scSite_st4Top{padding: 1.5rem 0 .7rem; display: flex;  justify-content: space-between;align-items: center;}
.scSite_st4 .scSite_st4Top_left{color: var(--coloDefault);}
.scSite_st4 .scSite_st2Title{width: 4.1rem;margin: 0;background: #eeeeee;}
.scSite_st4 .scSite_st4Cont{width: 100%;position: relative;-webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%,   black 80%, transparent 100% );mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100% );}
/* .scSite_st4 .btm_box::after {position: absolute;top: 0;left: 0;z-index: 9999;content: '';width: 15%;height: 100%; background: linear-gradient(45deg, #ffffff  15%, rgba(66, 153, 225, 0) 70% 50%);pointer-events: none;}
.scSite_st4 .btm_box::before {position: absolute;top: 0;right: 0;z-index: 9999;content: '';width: 15%;height: 100%; background: linear-gradient(321deg, #ffffff  15%, rgba(66, 153, 225, 0) 70% 50%);pointer-events: none;} */
.scSite_st4 .scSite_st4Btm{display: flex;justify-content: space-between;}
.scSite_st4 .st4Btm{width: 24%;margin-top: .4rem;}
.scSite_st4 .st4Btm .st4Btm_top{display: flex;color: var(--coloDefault3);margin-bottom: .15rem;}
.scSite_st4 .st4Btm .st4Btm_top1{color: var(--coloDefault);margin-bottom: .15rem;}
.scSite_st4 .st4Btm .st4Btm_top2{width: 3rem;margin-bottom: .15rem;}
.scSite_st4 .st4Btm .st4Btm_topHr{position: relative;height: 1px;width: 100%;background: #CACACA;margin-bottom: .15rem;}
.scSite_st4 .st4Btm .st4Btm_topHr::after{position: absolute;content: '';left: 0;height: 1px;width: 15%;background: #7E318E;margin-bottom: .15rem;}



/* 研究 */
.scSite_yj{}
.scSite_yj .kcIco_1{width: 0.23rem;height: 0.29rem;transform: translateY(-80%);}
.scSite_yj .banner .text{transform: none;top: auto;bottom: 15%;}
.scSite_yj .banner .text .btg{letter-spacing: 4px;}	
/* .scSite_yj .banner .bannerTitle2{margin-top: .1rem;} */

.scSite_yj1{width: 100%;height: auto; padding: 1.45rem 0; background-color: var(--backgroundSite1);}
.scSite_yj1 .scSite_yj1Title{color: var(--coloDefault);padding: 0 0 .5rem;}
.scSite_yj1 .scSite_yj1Main{display: flex;justify-content: space-between;overflow: hidden;}
.scSite_yj1 .yj1Main_left{width: 64%;padding: .3rem;background: #fff; position: relative;overflow: hidden;border-radius: .1rem;}
.scSite_yj1 .yj1Main_right{width: 35%;padding: .3rem;overflow: hidden;border-radius: .1rem; background: #fff;}
.scSite_yj1 .yj1Main_right .yj1Main_right_tText2{margin-top: .6rem;}
.yj1_mainL_title{display: flex;justify-content: space-between;margin-bottom: .3rem;}
.yj1_mainL_title1{color: var(--coloDefault);}
.ico_rightTop{display: block; width: .1rem;height: .1rem;margin: .05rem; background: url('../images/research/ico_rightTop.svg') no-repeat center center / cover;}
.yj1_mainL_title2{display: flex;align-items: center;cursor: pointer;}
.yj1_mainL_title2:hover{opacity: 0.8;}
.yj1_mainL_hr{width: 100%;height: 1px;background: #e7e7e7;}
.yj1_mainL_viewArr{display: flex;justify-content: space-between;flex-wrap: wrap;}
.yj1_mainL_view{width: 49%; display: flex;padding: .3rem 0;cursor: pointer; border-bottom: 1px solid #e7e7e7;}
.yj1_mainL_view:nth-last-child(-n + 2){border: none;}
.yj1_mainL_view:hover .yj1_mainL_viewImg{transform: scale(0.95);}
.yj1_mainL_viewI{width: .9rem;height: 1.13rem;margin-right: .2rem;border-radius: .1rem; flex-shrink: 0;background: linear-gradient(180deg, #E6EAFF 0%, #F3F7FF 97%); overflow: hidden;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.yj1_mainL_viewIText{color: var(--coloDefault2);margin-top: .1rem;}
.yj1_mainL_viewImg{width: .4rem;height: .42rem;transition: all 0.3s ease; }
.yj1_mainL_viewR{display: flex;    flex-direction: column;}
.yj1_mainL_viewRtop{display: flex;padding-bottom: .05rem;color: var(--coloDefault1);}
.yj1_mainL_viewRtext{color: var(--coloDefault);}
.yj1_mainL_viewRtext1{margin-top: .05rem;}

.yj1Main_right .swiper-slide{background: #fff; display: flex;flex-wrap: wrap;cursor: pointer;position: relative;}
.yj1Main_right .swiper-slide:hover .yj1Main_right_tBg img{transform: scale(1.05);}
.yj1Main_right .swiper-slide:hover .yj1Main_right_tText {color: var(--colorHove);}
.yj1Main_right_tText0{margin: .25rem .1rem .1rem 0;height: .27rem; line-height: .25rem;    display: flex; align-items: center;}
.yj1Main_right_tBg{width: 100%;height: 3rem;border-radius: .2rem; overflow: hidden;}
.yj1Main_right_tBg img{width: 100%;height: 100%; transition: all 0.3s ease;}
.yj1Main_right_tText{width: 100%; height: .6rem;color: var(--coloDefault);}
.yj1Main_right_tText1{width: 100%; height: .4rem;color: var(--coloDefault1);}
.yj1Main_right_tText2{margin-top: .3rem;display: flex;align-items: center;}
.ico_right_zi{ display: block; width: .3rem;height: .12rem;margin: .05rem; background: url('../images/research/ico_right_zi.svg') no-repeat center center / cover;}

.scSite_yj2{width: 100%;height: auto; padding:0 0 1.65rem; background-color: var(--backgroundSite1);}
.scSite_yj2Title{color: var(--coloDefault);padding: 0 0 .5rem;display: flex;justify-content: space-between;align-items: center;}
.scSite_yj2Main{display: flex;justify-content: space-between;    padding-bottom: .1rem; /* overflow: hidden; */}
.yj2Main_v{display: flex;flex-wrap: wrap; width: 32.5%;height: 5.6rem; overflow: hidden;}
.yj2Main_v1,.yj2Main_v2,.yj2Main_v3{padding: .3rem;border-radius: .2rem;background: #fff;}
.yj2Main_v1:hover .yj2Main_v1_Ltext{color: var(--colorHove);}
.yj2Main_v:hover .yj1Main_right_tText{color: var(--colorHove);}
.yj2Main_v0{display: flex;align-content: space-between;}
.yj2Main_v1{width: 100%;height: 48%;display: flex;justify-content: space-between;}
.yj2Main_v1_L{display: flex;flex-wrap: wrap;flex-direction: column;position: relative;}
.yj2Main_v1_Ltop{display: flex;}
.yj2Main_v1_Ltext{width: 80%;margin-top: .1rem; color: var(--coloDefault);}
.yj2Main_v1_Lbtn{display: flex; align-items: center; color: var(--coloDefault3);position: absolute;bottom: 0;}
.ico_right_xz{display: block; width: .1rem;height: .12rem;margin: .05rem; background: url('../images/research/ico_xz.svg') no-repeat center center / cover;}
.yj2Main_v1_R{width: 1.72rem;height: 1.97rem;border-radius: .2rem; overflow: hidden;}
.yj2Main_v1_R img{width: 100%;}
.yj2Main_v2{cursor: pointer; }
.yj2Main_v2:hover .yj1Main_right_tBg img{transform: scale(1.05);}

.yj2Main_v3_t{display: flex;flex-direction: column;}
.yj2Main_v3_top{display: flex;}
.yj2Main_v3_top div{line-height: .25rem;margin-bottom: .15rem;}
.yj2Main_v3_hr{width: 100%;height: 1px;background: #e7e7e7;}
.yj2Main_v3_titl{color: var(--coloDefault);transition: opacity 0.2s linear;}
/* .yj2Main_v3_titl:hover{opacity: 0.5;} */

/* .scSite_yj3{width: 100%;height: 12.5rem;background-color: #ebeaf4;background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 16% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);} */
.scSite_yj3{width: 100%;height: 12rem;background: linear-gradient(180deg, #ffffff 18%, #dac2fa 152%);}

.scSite_yj3Top{width: 53%;text-align: center;padding-top: 1.5rem;}
.scSite_yj3Top_title{color: var(--coloDefault);}
.scSite_yj3Top_text{max-width: 1200px;margin: auto; padding: .15rem 0 .4rem;line-height: 30px; color: var(--coloDefault1);}
.scSite_yj3Cont{margin-top: .8rem;}
.scSite_yj3Cont .row-bottom{width: 100% !important;}
.scSite_yj3Cont .boxView{transition: all 0.3s ease;}
.scSite_yj3Cont .boxView:hover{opacity: .9;transform: scale(1.01);}
.scSite_yj3Cont .boxView:hover .boxView_mainImg img{}
.boxView{width: 4.3rem !important;height: 2.1rem;background: #fff;border-radius: .2rem; padding: .2rem;display: flex;flex-direction: column;}
.boxView_title{width: 100%; color: var(--coloDefault);}
.boxView_hr{width: 100%;height: 1px;background: #e7e7e7;margin: .2rem 0;}
.boxView_main{display: flex;}
.boxView_mainImg{width: .83rem;height: .94rem;flex-shrink: 0;margin-right: .15rem;}
.boxView_mainT{width: 100%;}
.boxView_mainTitle{color: var(--coloDefault3);}
.boxView_mainText{color: var(--coloDefault1);}

 
 

/* 学员中心 */
.scSite_xy{}
.scSite_xy .kcIco_1{width: 0.23rem;height: 0.29rem;transform: translateY(-25%);}
.scSite_xy .banner .text{transform: none;top: auto;bottom: 15%;}
.scSite_xy .banner .text .btg{letter-spacing: 4px;}	
/* .scSite_xy .banner .bannerTitle2{margin-top: .1rem;} */

.scSite_xy1{width: 100%;height: auto; padding: 1.45rem 0; background-color: var(--backgroundSite1);}
.scSite_xy1 .scSite_xy1Title{color: var(--coloDefault);padding: 0 0 .5rem;}
.scSite_xy1 .scSite_xy1Main{display: flex;flex-direction: column;overflow: hidden;}

.xy1Main_top{display: flex;justify-content: space-between;margin-bottom: .15rem;}
.xy1Main_topL{width: 34%;display: flex;flex-direction: column;align-items: center;background: #fff;position: relative;overflow: hidden;border-radius: .2rem;padding: .3rem;}
.xy1Main_title{width: 100%;display: flex;align-items: center;color: var(--coloDefault);margin-bottom: .2rem;}
.xy1Main_topL_img{width: 100%;height: 2.9rem;padding: .35rem;display: flex;justify-content: flex-end;background: url('../images/trainee/bg_1.png') no-repeat center center / cover;}
.xy1Main_topL_imgV{ display: flex;flex-direction: column;align-items: center; justify-content: center;margin-top: .2rem;position: relative;}
.xy1Main_topEwm{width: 1.3rem;}
.xy1Main_topL_imgVt{color: #fff;text-align: center;margin-top: .1rem;}
.xy1Main_topL_imgV .layui_ewmBg{position: absolute;width: 100%;left: 0;top: 0; animation: slideDownEwm2 1.5s linear infinite;}
@keyframes slideDownEwm2 {
  from {
    transform: translateY(0); 
    opacity: 0.2;
  }
  to {
    transform: translateY(450%);   
    opacity: 1;
  }
}

.xy1Main_topR{width: 65%;background: #fff;position: relative;overflow: hidden;border-radius: .2rem;padding: .3rem;}
.xy1Main_Rarr{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xy1Main_Rarr_v{width: 24%;height: 1.37rem;padding: .25rem;margin-bottom: 1%;color: var(--coloDefault2);border: 1px solid #7e318e30;border-radius: .1rem;display: flex;flex-direction: column;justify-content: space-between;cursor: pointer;}
.xy1Main_Rarr_v:hover{background:#FCF0FF;border: 1px solid #D4B8DB;}
.xy1Main_Rarr_v:hover .ico_jtNo{background: url('../images/trainee/jt_in.png') no-repeat center center / cover;}
.xy1Main_Rarr_vImg img{width: .48rem;height: .48rem;}
.xy1Main_Rarr_vText{display: flex;align-items: center;}
.xy1Main_btn{background: #fff;position: relative;overflow: hidden;border-radius: .2rem;padding: .3rem;}
.scSite_xy1 .xy1Main_Rarr_vText{margin-top: .15rem;color: var(--coloDefault);}

.ico_xin{display: block; width: .22rem;height: .28rem;margin: .05rem; background: url('../images/icos/Vector_1.svg') no-repeat center center / cover;}
.ico_jtIn{display: block; width: .12rem;height: .12rem;margin: .05rem; background: url('../images/trainee/jt_in.png') no-repeat center center / cover;}
.ico_jtNo{display: block; width: .12rem;height: .12rem;margin: .05rem; background: url('../images/trainee/jt_no.png') no-repeat center center / cover;}

.xy1Main_btnV{display: flex;justify-content: space-between;}
.xy1Main_btnV_L{width: 65%;background: #F3F3F6;border-radius: .1rem;padding: .3rem;overflow: hidden;}
.xy1Main_btnV_Lbtn{overflow: hidden;}
.xy1Main_btnTop{display: flex;justify-content: space-between;padding-bottom: .3rem;border-bottom:1px solid #D8D8D8;margin-bottom: .3rem;}
.xy1Main_btnTop_L{color: var(--coloDefault);}
.xy1Main_btnTop_R{display: flex;position: relative;}
.xy1Main_btnTop_R .nation-con{opacity: 1 !important;}
.xy1Main_btnTop_R .swiper-button-next::after,
.yj1Main_icoArr .swiper-button-prev::after {content: "";}

.xy1Main_btnV_sw{display: flex;flex-direction: column;align-items: center;justify-content: space-between;cursor: pointer;}
.xy1Main_btnV_sw::before{content: '';position: absolute;left: 0;top: 0;bottom: 0;width: 1px;background: linear-gradient(180deg, transparent 0%, rgb(234 234 234 / 20%) 20%, rgb(219 219 219) 50%, rgb(210 210 210 / 20%) 80%, transparent 100%);;}
.xy1Main_btnV_sw::after{content: '';position: absolute;right: 0;top: 0;bottom: 0;width: 1px;background: linear-gradient(180deg, transparent 0%, rgb(234 234 234 / 20%) 20%, rgb(219 219 219) 50%, rgb(210 210 210 / 20%) 80%, transparent 100%);;}
.xy1Main_btnV_sw:hover .xy1Main_btnV_Limg img{transform: scale(1.05);}
.xy1Main_btnV_Limg{width: 1rem;height: 1.4rem;}
.xy1Main_btnV_Limg img{width: 100%;height: 100%; transition: all 0.3s ease;object-fit:cover}
.xy1Main_btnV_LNmae{padding: .1rem 0;color: var(--coloDefault3);}
.xy1Main_btnV_Ltext{text-align: center;color: var(--coloDefault1);}
.xy1Main_btnV_R{width: 34%;background: linear-gradient(180deg, rgba(126, 49, 142, 0.07) 0%, rgba(126, 49, 142, 0.14) 100%);border-radius: .1rem;padding: .3rem;}
.xy1Main_btnV_R .xy1Main_btnTop{border: none;margin-bottom: 0rem;}
.xy1Main_btnV_Rbtn{}
.xy1Main_btnV_sw1{display: flex;flex-direction: column;align-items: center;justify-content: space-between;cursor: pointer;}
.xy1Main_btnV_sw1:hover img{transform: scale(1.05);}
.xy1Main_btnV_sw1:hover .xy1Main_btnV_Rtext{color: var(--colorHove);}
.xy1Main_btnV_Rimg{width: 100%;height: 2.4rem;overflow: hidden;border-radius: .1rem;}
.xy1Main_btnV_Rimg img{width: 100%;height: 100%;transition: all 0.3s ease;}
.xy1Main_btnV_Rtext{display: flex;align-items: baseline;width: 100%;margin-top: .1rem;text-align: left;color: var(--coloDefault);}
.xy1Main_btnV_R .swiper-pagination{display: none;}
.nationCon2 .ssss .sss:after{background:var(--coloDefault1);}
.nationCon2 .sss .circle i::before{border: 3px solid var(--coloDefault)}
.nationCon2 .ssss .sss.sss-active:after{background: none;border:3px solid #cacaca47;}
.nation3{position: relative;}
.nationCon3{}

.scSite_xy2{width: 100%;height: auto; padding:0 0 1.65rem; background-color: var(--backgroundSite1);}
.scSite_xy2 .scSite_xy2Title{color: var(--coloDefault);padding: 0 0 .5rem;text-align:center;}
.scSite_xy2 .scSite_xy2Main{display: flex;flex-direction: column;overflow: hidden;}
.scSite_xy2 .scSite_xy2Img{overflow: hidden;cursor: pointer;border-radius: .2rem;}
.scSite_xy2 .scSite_xy2Img img{height: 440px;transition: all 0.3s ease;}	
.scSite_xy2 .scSite_xy2Img:hover img{width: 100%;height: 100%; transform: scale(1.05);}

.scSite_xy2 .swiper-container {width: 100%;height: 100%;}
.scSite_xy2 .swiper-slide {display: flex;justify-content: center;align-items: center;transition: 300ms;opacity: 0;transform:scale(0.8) ;}
.scSite_xy2 .swiper-slide-active,.swiper-slide-duplicate-active{z-index: 1;opacity: 1;transform: scale(1);}
.scSite_xy2 .swiper-slide-prev{opacity: .3;z-index: -1;transform:translateX(25%) scale(0.8) ;}
.scSite_xy2 .swiper-slide-next{opacity: .3;z-index: -1;transform:translateX(-25%) scale(0.8) ;}
.scSite_xyGD .swiper-slide-prev{opacity: .3;z-index: -1;transform:translateX(20%) scale(0.8) ;}
.scSite_xyGD .swiper-slide-next{opacity: .3;z-index: -1;transform:translateX(-20%) scale(0.8) ;}
.scSite_xy2Main1{text-align: center;display: flex;align-items: center;justify-content: center;position: relative;width: 2.6rem;height: .5rem;margin:.5rem auto 0;}
.scSite_xy2 .scSite_xy2Btn1,
.scSite_xy2 .scSite_xy2Btn2{width: .7rem;height: .48rem;border-radius: .4rem;display: flex;border: 1px solid #C4C4C4;z-index: 2;}
.scSite_xy2 .scSite_xy2Btn1_ico{pointer-events: none;display: block; width: .12rem;height: .12rem;margin: .12rem; background: url('../images/icos/jt_left_in.svg') no-repeat center center / cover;}
.scSite_xy2 .scSite_xy2Btn2_ico{pointer-events: none;display: block; width: .12rem;height: .12rem;margin: .12rem; background: url('../images/icos/jt_right_out.svg') no-repeat center center / cover;}
.scSite_xy2BtnText{color: var(--coloDefault2);}
.scSite_xy2Main1 .swiper-button-next::after,.scSite_xy2Main1 .swiper-button-prev::after {content: "";}
.scSite_xy2Main1 .swiper-pagination{bottom: auto;z-index: 1;}

/* .scSite_xy3{width: 100%;height: 10rem;padding: 1.3rem 0; background-color: #fff;background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 16% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);} */
.scSite_xy3{width: 100%;height: 10rem;background-color: #fff;display: flex;align-items: center;}
.scSite_xy3 .scSite_yj2Main .yj2Main_v{height: auto; background: #fff;border: 1px solid #d4d4d4;}






/* 关于我们 */
.scSite_gy {}
.scSite_gy .kcIco_1{width: 0.23rem;height: 0.29rem;transform: translateY(-33%);}
.scSite_gy .banner .text{transform: none;top: auto;bottom: 15%;}
.scSite_gy .banner .text .btg{letter-spacing: 4px;}	
/* .scSite_xy .banner .bannerTitle2{margin-top: .1rem;} */

.scSite_gy1{height: auto;padding: 1.45rem 0;background: #fff;}
.scSite_gy1_title{width: 80%;line-height: .55rem;color: #b3b3b3;}
/* .scSite_gy1_title span{color: var(--coloDefault);} */
.scSite_gy1_title .huiseClo{color: #b3b3b3;}
.scSite_gy1_hr{width: 100%;height: 1px;background: #5a586947;margin: .7rem 0;}
.scSite_gy1_btn{display: flex;justify-content: space-between;}
.s_gy1_btnL{width: 6.5rem;height: 3.15rem;border-radius: .2rem;overflow: hidden;flex-shrink: 0;margin-right: .5rem;}
.s_gy1_btnL img{width: 100%;height: 100%;}
.s_gy1_btnR{display: flex;align-content: space-between;flex-wrap: wrap;}
.s_gy1_btnRS{width: 100%;display: flex;justify-content: space-between;}
.s_gy1_btnRSt{}
.s_gy1_btnRStop{color: var(--coloDefault3);font-weight: bold;}
.s_gy1_btnRSbtm{color: var(--coloDefault2);}
.s_gy1_btnRText{color: var(--coloDefault2);line-height: .35rem;}

.scSite_gy2{height: 10rem;padding: 1.55rem 0;background: #F3F3F5;}
.scSite_gy2A{position: relative;}
.scSite_gy2Top{color: var(--coloDefault);}
.scSite_gy2MinAr{position: absolute;left: 0; width: 100%;margin-top: 1rem;padding-bottom: 1.39rem;background:#F3F3F5}
.scSite_gy2Min{position: relative;}
.scSite_gy2Min_t{display: flex;justify-content: space-between;position: relative;z-index: 2;}
.scSite_gy2Min_t .swiper-slide{transition: 300ms;opacity: .3;transform:scale(0.8) ;}
.scSite_gy2Min_t .swiper-slide-active,.scSite_gy2Min_t .swiper-slide-duplicate-active{z-index: 1;opacity: 1;transform: scale(1);}

.scSite_gy2Min .swiper-container{width: 65%;height: 100%;overflow: hidden;transform:translateY(-8%)}
.scSite_gy2Min .swiper-slide {opacity: 0; display: flex;justify-content: center;align-items: center;transition: 300ms;opacity: .3;transform:scale(0.8) ;}
.scSite_gy2Min .swiper-slide-active,.scSite_gy2Min .swiper-slide-duplicate-active{z-index: 1;opacity: 1;transform: scale(1);}
.scSite_gy2Min .swiper-slide-prev{opacity: .3;z-index: -1;transform:translateX(82%) scale(0.8) ;	}
.scSite_gy2Min .swiper-slide-next{opacity: 0;z-index: -1;transform:translateX(-20%) scale(0.8);}
.gy2MinImg{width: 9rem;height: 4.9rem;}
.gy2MinImg img{width: 100%;height: 100%;}
.gy2Min_text{width: 25%;color: var(--coloDefault2);font-size: .16rem;line-height: .35rem;display: flex;align-items: flex-start;overflow: hidden;flex-direction: column;}
.gy2Min_btn{width:100%;display: flex;justify-content: space-between;font-size: .16rem;color: #D0D0D0;cursor: pointer;}
.gy2Min_btn .gy2Min_btn1{width: 2rem;padding: .1rem 0;  border-top: 1px solid #cfcfcf;color:#898699;}
.gy2Min_btn1:hover{border-top: 1px solid var(--coloDefault3);color: var(--coloDefault3);}
.gy2Min_btn .gy2Min_btn_acti{border-top: 1px solid var(--coloDefault3);color: var(--coloDefault3);}
.gy2Min_sum{position: absolute;z-index: 0; right: -1.5rem;top: -.6rem;font-size: 2.38rem;color: #F3F3F5;}
.gy2Min_sum:before{position: absolute;z-index: -1; content: '';right: -3rem;width: 200%;height: 100%;background: url('../images/aboutUs/bg_sun.png') no-repeat center center / cover;animation: floatUpAndDown4 3s ease-in-out infinite alternate;}
.gy2MinBtn{width: 1.7rem;height: .44rem; border-radius: .35rem;color: #fff; position: absolute;right: .8rem;bottom: .15rem; background: rgba(255, 255, 255, 0.2);box-sizing: border-box;display: flex;align-items: center;justify-content: center;}
.gy2MinBtn::before{
	content: '';
	    position: absolute;
	    inset: -1px;
	    border-radius: .35rem;
	    background: linear-gradient(180deg, rgba(255, 255, 255, 0.37), transparent);
	    z-index: 1;
	    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	    -webkit-mask-composite: xor;
	    mask-composite: exclude;
	    padding: 1px;
}

.gy2MinBtn:hover{cursor: pointer;background:  rgba(255, 255, 255, 0.4);}
@keyframes floatUpAndDown4 {
  0% {transform: translateY(0); }
  100% {transform: translateY(20%); }
}

.scSite_gy3{height: 6.7rem;}
.scSite_gy3Title{color: #fff;margin-bottom: .4rem;}
.scSite_gy3 .container{height: 100%;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.scSite_gy3BG{position: fixed;z-index: -1;top: 0; width: 100%;height: 100%; /* background: url('../images/aboutUs/fx_01.png') no-repeat center center / cover; */}

.scSite_gy4{padding: 1.25rem 0; background: #fff;}
.scSite_gy4 .yj2Main_v{height: auto; border: 1px solid #e7e7e7;border-radius: .2rem;}


.scSite_gy5{height: 9.5rem;padding: 1.77rem 0;position: relative; background: url('../images/aboutUs/dt_1.png');background-position: top;background-size: cover;}
/* .scSite_gy5::after{pointer-events: none;position: absolute;width: 100%;height: 100%;top: 0; content: ''; background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 16% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%);} */
.scSite_gy5Title{color: var(--coloDefault);}
.scSite_gy5Title1{margin-top: .3rem;}
.scSite_gy5Poit{ position: absolute;top: 22%;left: 53%;display: flex;flex-direction: column;align-items: center;width: 1.4rem;text-align: center;}
.scSite_gy5Poit_img{width: .77rem;height: .97rem;margin-bottom: .1rem;}
.scSite_gy5Poit_text{ color: var(--coloDefault1);}

.scSite_gy5Main{background: #ffffff;width: 5.2rem;margin-top: .6rem;display: flex;flex-direction: column;padding: .3rem;border-radius: .2rem;}
.scSite_gy5Main1{display: flex;height: 1.25rem;align-items: center;justify-content: flex-start;}
.scSite_gy5Main1:nth-child(2){border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;}
.scSite_gy5Main1_img{width: .6rem;height: .6rem;overflow: hidden; flex-shrink: 0;}
.scSite_gy5Main1_img img{width: 100%;height: 100%;}
.scSite_gy5Main1_R{margin-left: .2rem;}
.scSite_gy5Main1_RTi{color: var(--coloDefault);}
.scSite_gy5Main1_RTx{color: var(--coloDefault3); display: flex;align-items: center; cursor:pointer;}
.ico_right_zise{display: block; width: .12rem;height: .12rem;margin: .12rem; background: url('../images/icos/right_zise.svg') no-repeat center center / cover;}

.textContainer {
	color: #ccc; 
	text-align: justify;
}
.char_text {
	display: inline-block;
	transition: color 0.3s ease; 
	will-change: color; 
}
.textContainer.active .char_text {
	color: #000;
}
		

/* 关于我们  五周年展览*/
.scSite_gyW1{position: relative;overflow: hidden; height: 10rem;background-color: #ebeaf4;background-image: linear-gradient(10deg, #e3baff  0%, rgba(66, 153, 225, 0) 16% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);}
.scSite_gyW1Bg{position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;animation: floatTraslatex 3s ease-in-out infinite alternate;  background: url('../images/bg_x1.png') no-repeat center center / cover; transform: translateY(30%);pointer-events: none;}
@keyframes floatTraslatex {
  0% {transform: translateY(30%); }
  100% {transform: translateY(20%); }
}
.scSite_gyW1T{position: relative;background: #F3F3F6;z-index:99;}
.scSite_gyW1T::before {content: "";position: absolute;top: 0;left: 0;width: 0;height: 3px;background-color: var(--backgroundSite2); z-index: 1;       }
.scSite_gyW1Top{width: 100%;height: .6rem;display: flex;align-items: center;justify-content: flex-start;justify-content: center;}
.scSite_gyW1Top_v{height: .28rem;padding: 0 .7rem;border-left: 1px solid #DCDFE5;color: var(--coloDefault2);font-weight: bold;}
/* .scSite_gyW1Top_v:nth-child(1),	
.scSite_gyW1Top_v:nth-child(2){color: var(--coloDefault3);} */
.scSite_gyW1Top_v:last-child{border-right: 1px solid #DCDFE5;}
.scSite_gyW1TBg{position: absolute;z-index: -1; top:0;width: 0;height: 100%;background:#F5E3FF; border-top: 3px solid var(--backgroundSite2);transition: all 3s;}
.scSite_gyW1T_no{display: none; width: 100%;height: .6rem;}

.scSite_gyW1Min{display: flex;flex-direction: column;align-items: center;}
.scSite_gyW1Min_text{width: 79%;height: 5rem; margin:1.75rem 0 .5rem 0;line-height: 36px;text-align: center;color: var(--coloDefault2);}
.scSite_gyW1Min_s{width: 9.5rem;text-align: center;}

.scSite_gyW2{
	padding-bottom: 2rem;
	background-color: #F3F3F6;min-height: 5rem;
	background-image: linear-gradient(18deg, #e3baff 0%, rgba(66, 153, 225, 0) 15% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 15%), radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 44%);
}

.scSite_gyW2_1{padding-top: 2.5rem;display: flex;    justify-content: space-between;position: relative;}
.scSite_gyW2_1Top{width: 5.5rem;display: flex;flex-direction: column;color: var(--coloDefault);position: -webkit-sticky; position: sticky;top: 2rem;}
#scSite_gyW2_1Top1{height: 4rem;}
#scSite_gyW2_1Top2{height: 5.8rem;}
#scSite_gyW2_1Top3{height: 4.5rem;}
#scSite_gyW2_1Top4{height: 4.7rem;}
#scSite_gyW2_1Top5{height: 6.8rem;}

.scSite_gyW2_1TopZ{width: 5.5rem;min-height: 1px;display: none;}
.scSite_gyW2_1TopImg{width: 100%;margin-bottom: .6rem;}
.scSite_gyW2_1TopImg img{width: 100%;}
.gyW2_1TopImg img{width: 80%;}
.scSite_gyW2_1TopTi{margin-bottom: .1rem;}
.scSite_gyW2_1R{width: 55%;padding:0 .2rem;border-left: 1px solid #c9c9c9;line-height: 40px;color: var(--coloDefault);}
.scSite_gyW2_1R img{display: block;margin:.4rem auto 0;}
.gyW2_1RImg{width: 100%;}
.gyW2_1RImg1{width: 6.59rem;}
.gyW2_1RImg2{width: 5.57rem;}
.gyW2_1RTc{height: .2rem;}
.gyW2_1RTitle{font-weight: bold;margin: .3rem 0;}

.scSite_gyW2Btn{position: relative;color: var(--coloDefault);line-height: 45px;    width: 60%;height: 6rem;margin: 2rem auto 1rem;text-align: center;display: flex;align-items: center;}
.scSite_gyW2Btn::after{animation: floatUpAndDown3 3s ease-in-out infinite alternate; content: '';position: absolute;top: -2rem;right: -7rem;width: 14.3rem;height: 15rem;background: url('../images/aboutUs/gyw_bg1.png') no-repeat center center / cover;}
.scSite_gyW2Btn_text .bs_text{color: #1a182752;}
@keyframes floatUpAndDown3 {
  0% {transform: translateX(0); }
  100% {transform: translateX(30px); }
}
.br-placeholder {
	display: block;     
	height: .2rem;          
}

/* 关于我们  新闻中心*/
.banner_v{width: 100%;height: 6rem;position: relative;  /* min-height: 4rem;max-height: 6rem; */padding: .2rem;margin-top: .6rem;border-radius: .2rem;background: #fff;display: flex;justify-content: space-between;flex-shrink: 0;cursor: pointer;}
.banner_v:hover .banner_vImg img{transform: scale(1.05);}
.aboutUsherd{position: relative;}
.banner_vImg{height: 100%;border-radius: .2rem;overflow: hidden;}
.banner_vImg img{height: 100%;width: 100%;transition: all 0.3s ease;}
.banner_vT{width: 33%;padding: 0 .2rem;display: flex;flex-direction: column;justify-content: center;}
.banner_vT_top{display: flex;}
.banner_vT_ti{margin-top: .1rem;color: var(--coloDefault);}
.banner_vT_tx{margin-top: .2rem;margin-bottom: .5rem;color: var(--coloDefault1);}
.aboutUs_news .nation-con{top: auto !important;left: auto !important;right: .2rem !important;bottom: .2rem !important;}
.aboutUs_news .text{bottom: 12%;}



/* .scSite_gyX1{padding: 1rem 0;width: 100%;background-color: #ebeaf4;background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 6% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);} */
.scSite_gyX1{padding: 1rem 0;width: 100%;background-color: #ebeaf4;}
.scSite_gyX1 .kc1Main{width: 100%;height: 3rem;    display: flex;justify-content: space-between;}
.scSite_gyX1 .kc1Main_imgD{width: 4rem;height: 100%;margin-right: .3rem;}
.scSite_gyX1 .scSite_gyX1_main{width: 80%; display: flex;flex-direction: column;position: relative;}
.scSite_gyX1_btn{height: .65rem;border-radius: .2rem;color: var(--coloDefault1); cursor: pointer; display: flex;align-items: center;justify-content: center; background: #fff;margin: 0 0 .5rem;}
.scSite_gyX1_btn:hover{opacity: .8;}
.scSite_gyX1 .more{margin-top: .3rem;}
.ico_xia{display: block; width: .12rem;height: .12rem;margin: .12rem; background: url('../images/icos/xia_1.svg') no-repeat center center / cover;}
.scSite_gyX1 .kc1Main_title {font-family: "OPPOSans-Ver2-Medium"}







/* 详情页 */
.scSite_details{position: relative;height: 4.55rem;width: 100%;background: url('../images/details/bg_1.png') no-repeat;background-size: cover;background-position: center center;display: flex;align-items: center;}
.scSite_details .jiantno{bottom: .3rem;animation: downLoop1 1s linear infinite alternate;}
.scSite_details .positioning{bottom: .3rem;}
@keyframes downLoop1 {0% {bottom: .4rem;}100% {bottom: .3rem;opacity: 1;}}
@keyframes downLoop3 {0% {bottom: .4rem;}100% {bottom: .2rem;opacity: 1;}}
.scSite_details .scSite_details_h{margin-top: 1rem;display: flex;flex-direction: column;color: #fff;}
.scSite_details .scSite_details_ht{margin-bottom: .15rem;}
.scSite_details .scSite_details_ht1{display: inline-block;height: .27rem; line-height: .25rem;border: 1px solid #ffffff47;border-radius: 100px;padding: 0 10px;margin-right: .10rem;}
.scSite_details .scSite_details_hText{margin-bottom: .45rem;}
.scSite_details .scSite_details_hBtn{line-height: .44rem;background: rgba(255, 255, 255, 0.1);border-radius: .35rem;width: 1.4rem;text-align: center;color: #fff;display: flex;align-items: center;justify-content: center}
.scSite_details .scSite_details_hico{display: block; width: .15rem;height: .12rem;margin-right: .1rem; background: url('../images/details/left_jt.svg') no-repeat center center / cover;}

/* .scSite_details1{width: 100%;background-color: var(--backgroundSite1);background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 4% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 5%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);} */
.scSite_details1{width: 100%;background-color: var(--backgroundSite1);}

.scSite_details1 .scSite_details1Min{padding: 1rem 0 1.7rem;display: flex;justify-content: space-between;position: relative;}
.scSite_details1 .scSite_details1_left{width: 70%;height: auto;min-height: 2rem;border-radius: .2rem;background: #fff;padding: .5rem;}
.scSite_details1 .scSite_details1_leftT{line-height: 29px;color: var(--coloDefault2);}
.scSite_details1 .scSite_details1_leftT video{width: 100%;margin: .3rem 0 .3rem;}
.scSite_details1 .scSite_details1_leftT img{width: 100%;margin: .3rem 0 .3rem;}
.scSite_details1 .scSite_details1_leftH{width: 100%;height: 1px;background: #e7e7e7;margin: .5rem 0 .3rem;}
.scSite_details1 .scSite_details_title{display: flex;}
.scSite_details1 .scSite_details_imgArr{display: flex;justify-content: space-between;}
.scSite_details1 .scSite_details_imgArr img{width: 49%;}
.scSite_details1 .scSite_details_d1{background-color: #E2E2E5;padding: .3rem;margin: .2rem 0;border-radius: .2rem;}
.scSite_details_d1hr{width: 100%;height: 1px;margin: .2rem 0; background: linear-gradient(to right, var(--coloDefault3), #E2E2E5);}
.scSite_details_d1Title{color: var(--coloDefault3);font-size: .22rem;}
.scSite_details_d1Title span{font-size: .14rem;}

.scSite_details1 .scSite_details1_btn{display: flex;justify-content: space-between;}
.scSite_details1 .scSite_details1_btnL{display: flex;flex-wrap: wrap;width: 100%;flex-direction: column;}
.scSite_details1 .scSite_details1_btnLw{display: flex;align-items: center;}
.scSite_details1 .scSite_details1_btnLw:nth-child(1){margin-bottom: .15rem;}
.scSite_details1 .scSite_details1_btnLwt{margin-left: .15rem;color: var(--coloDefault2);}
.scSite_details1 .scSite_details_hBtn{line-height: .44rem;background: rgba(255, 255, 255, 0.1);border: 1px solid #5a58697a; border-radius: .35rem;width: 1.4rem;text-align: center;color: var(--coloDefault2);display: flex;align-items: center;justify-content: center}
.scSite_details1 .scSite_details_hico{display: block; width: .15rem;height: .12rem;margin-right: .1rem; background: url('../images/details/left_jr.svg') no-repeat center center / cover;}
.scSite_details1 .scSite_details1_right{width: 27%; height: 7.1rem;position: -webkit-sticky; position: sticky;top: 1rem;transition: top .3s;}
.scSite_details1 .scSite_details1_btnLw:hover .scSite_details_hBtn,
.scSite_details1 .scSite_details1_btnR .scSite_details_hBtn:hover{cursor: pointer; border: 1px solid var(--coloDefault3);color: var(--coloDefault3);}
.scSite_details1 .scSite_details1_btnLw:hover .scSite_details1_btnLwt{cursor: pointer;     color: var(--colorHove);}

.scSite_details1 .scSite_details1_r1{min-height: 2rem;border-radius: .2rem;background: #fff;margin-bottom: .15rem;padding: .3rem;}
.scSite_details1 .details1_r1T{color: var(--coloDefault);}
.scSite_details1 .details1_r1H{width: 100%;height: 1px;background: #e7e7e7;margin: .15rem 0 .15rem;}
.scSite_details1 .details1_r1V{}
.scSite_details1 .details1_r1V_top{display: flex;align-items: center;margin-bottom: .05rem;}
.scSite_details1 .details1_r1V_titl{color: var(--coloDefault);transition: opacity 0.2s linear;}
.scSite_details1  .details1_r1V_titl:hover{color: var(--hoverCol)}
.scSite_details1 .scSite_details1_r2{position: relative; min-height: 2rem;border-radius: .2rem;padding: .3rem;color: #fff; overflow: hidden;}
.scSite_details1 .scSite_details1_r2Bg{transform: scale(1);transition: all 1s;border-radius: .2rem;position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;background: url('../images/details/bg_2.png') no-repeat center center / cover;}
.scSite_details1 .details1_r2_titl{margin-bottom: .15rem;position: relative;}
.scSite_details1 .details1_r2_text{margin-bottom: .3rem;position: relative;}
.scSite_details1 .scSite_details1_r2:hover .scSite_details1_r2Bg{transform: scale(1.1);}




/* 隐私政策 */
.scSite_ys{background: #ebeaf4; height: 3.2rem;}
.scSite_ys .top_icos{position: relative;height: 100%;}
.scSite_ys .positioning{color: #5A5869;right: 0;justify-content: flex-end;} 
.scSite_ys .positioningIco{filter: brightness(30%);}
/* .scSite_ys .positioning::before{left: 0.05rem;} */
.scSite_ys1M{display: flex;justify-content: space-between;}
/* .scSite_ys1{width: 100%;height: auto;display: flex; background-color: #ebeaf4;background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 16% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);} */
.scSite_ys1{width: 100%;height: auto;display: flex; background-color: #ebeaf4;}
.scSite_ys1_L{width: 25%;height: 1.2rem;position: -webkit-sticky; position: sticky;top: 1rem;}
.scSite_yst{color: #666666;margin-bottom: .1rem;}
.scSite_ystitle{color: #111111;opacity: .23;font-size: .23rem;margin-bottom: .6rem;cursor: pointer; font-weight: 500;}
.scSite_ystitle:hover{opacity: .5;}
.scSite_ys_acit{color: #111111;opacity: 1;font-size: .50rem;cursor: pointer; }
.scSite_ystitle:hover{opacity: 1;}
.scSite_ys1_R{width: 75%;min-height: 5rem;line-height: .3rem; padding: .5rem;margin-bottom: 1.2rem;  background: #fff;border-radius: .2rem;color: var(--coloDefault2);}
.scSite_ys_hr{width: 100%;height: 1px;margin: .3rem 0; background: #E5E5E5;}
.scSite_ys1_Rv{display: flex;justify-content: space-between;}
.scSite_ys1_Rvtitle{width: 25%;font-weight: bold;}
.scSite_ys1_Rvtext{width: 65%;}
.scSite_ysD1{height: .3rem;width: 100%;}


/* 搜索页面 */
.scSite_Search{position: relative;height: 5.2rem;width: 100%;background: url('../images/details/bg_1.png') no-repeat;background-size: cover;background-position: center center;display: flex;align-items: center;}
.scSite_Search .jiantno{bottom: .3rem;animation: downLoop1 1s linear infinite alternate;}
.scSite_Search .positioning{bottom: .3rem;width: 1rem;}
.scSite_Search_h{margin-top: 1rem;display: flex;align-items: center;flex-direction: column;color: #fff;}
.search_Title{margin-bottom: .2rem;}
.search_Top{width: 9rem;height: .52rem;border-radius: .5rem;padding: 0 .03rem;background: #F4F3F4;display: flex;justify-content: space-between;align-items: center;}
.search_input{width: 80%;height: .5rem;border-radius: .8rem;padding: 0 .2rem !important;border: none;background: #ffffff00;}
.search_TopBtn{width: 1.1rem;height: .45rem;border-radius: .8rem;background: var(--backgroundSite2);color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.search_TopBtn:hover{opacity: .8;}
.ico_seachB{display: block; width: .12rem;height: .12rem;margin-right:.1rem; background: url('../images/icos/nuwasea.svg') no-repeat center center / cover;}
.search_Top2{margin-top: .25rem;display: flex}
.search_Top2_text{color: #ffffff82;cursor: pointer;padding: .02rem .1rem;}
.search_Top2_text:hover{opacity: .8;}


/* .scSite_Search1{padding: 1.5rem 0;width: 100%;height: auto;display: flex; background-color: #ebeaf4;background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 10% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 14%)}} */
.scSite_Search1{padding: 1.5rem 0;width: 100%;height: auto;display: flex; background-color: #ebeaf4;}
.scSite_Search1_title{margin-bottom: .1rem;color: #1E1E1E;}
.scSite_Search1_text{margin: .15rem 0 .3rem;}

.search1_hr{width: 100%;height: 1px;background: #5a586938;}
.search1_view{margin: .5rem 0;}
.search1_viewTile{margin-top: .5rem;color: var(--coloDefault);}
.search1_viewArr{display: flex;justify-content: space-between;flex-wrap: wrap;}
.search1_viewM{display: flex;flex-direction: column;justify-content: space-between;width: 49.5%;height: 1.8rem;padding: .3rem;margin-top: .2rem;border-radius: .2rem;background: #fff;overflow: hidden;cursor: pointer;}
.search1_viewM:hover .search1_viewM_title1,
.search1_viewM:hover .search1_viewM_title{color: var(--colorHove);}
.search1_viewM_title,.search1_viewM_title1{display: flex; color: var(--coloDefault);}
.search1_viewM_tips{display: flex;}
.scSite_Search1 .search1_viewM a{height: 100%;display: flex;flex-direction: column;justify-content: space-between;}

/* .search1_viewM_tips .tips_0{height: .3rem;line-height: .3rem;} */
.search1_viewM_text{overflow: hidden;   white-space: nowrap; text-overflow: ellipsis; color: var(--coloDefault2);display: flex;align-items: center;}
.search1_view1{height: 7rem;background: #fff;border-radius: .2rem;margin-top: .2rem;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.search1_view1_img{width: 1.88rem;height: 1.7rem;}
.search1_view1_text{margin-top: .4rem;color: var(--coloDefault);}
.divHove{transition: all .3s; }
.divHove:hover{box-shadow: 0px 2px 5px 0px #D7D7E1;transform: translateY(-5px);}
.divHove2{transition: all .3s; }
.divHove2:hover{box-shadow: 0px 2px 5px 0px #D7D7E1;transform: translateY(-5px);}

/* 404页面 */
/* .scSite_404{width: 100%;height: 100vh;display: flex; background-color: #ebeaf4;background-image: linear-gradient(0deg, #e3baff  0%, rgba(66, 153, 225, 0) 16% 50%), linear-gradient(342deg, #e3baff 0%, rgba(245, 101, 101, 0) 24%),radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 44%);} */
.scSite_404{width: 100%;height: 100vh;display: flex; background-color: #ebeaf4;}
.scSite_404View{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.scSite_404Img{width: 7rem;height: 2.7rem;cursor: pointer;transition: all 0.3s ease;}
.scSite_404Img:hover{transform: scale(1.05);}
.scSite_404Text{text-align: center; padding: 0.5rem;color: var(--coloDefault);}






/* 1920样式修复   头部*/
.header .herd_tipsView{display: none;}
.nav-transition {transition: transform 0.3s ease-in-out;}
.nav-hidden {transform: translateY(-200%);}
.nav-visible {transform: translateY(0);}
.logo_img{width: 2.1455rem;}
.logo img{width: 2.15rem;}
.banner .text .btg{line-height: 1.1;}
.header .mwinsr .winsr_bao .ulapu button{padding:0;display: flex;justify-content: center;}
/* .header .mwinsr .winsr_bao{height: .52rem;} */
.header .mwinsr .insbeb a{width: 2.35rem;min-width: 180px;height: .44rem; padding: 0;text-align: center;}
.header .mwinsr .insbeb a span::before{top: 52.5%;}
.header .mwinsr .winsr_bao .zan_guan::before{width: .17rem;height: .17rem;}
.banner .nation-con{bottom: 0;top: 0;left: 0;z-index: 2;}
.banner .img{transition: all 0.3s ease;}
/* .banner .text .container{ width: 83.33% !important;} */
/* .banner .scSite_kcA_B0 .container{ width: 83.33% !important;} */
.banner .text .xz,
.banner .text .btg,
.banner .text .wns
{font-weight: normal !important;}

.banner_bg{width: 400px;height: 300px; position: absolute;bottom:-35%;left: -15%;z-index: 3;pointer-events: none;background: linear-gradient(180deg, #7d1493cc 8%, #0f0536cc 55%, #0e0535cc 60%);filter: blur(35px);}
.banner .swiper-slide-active .bg,
.banner .swiper-slide-active .ydbg{
	-webkit-animation: fa1 10s linear 1 forwards;
	-moz-animation: fa1 10s linear 1 forwards;
	animation: fa1 10s linear 1 forwards;
}
.banner .swiper-slide-active .ani2{
	-webkit-animation: fa1 5s linear 1 forwards;
	-moz-animation: fa1 5s linear 1 forwards;
	animation: fa1 5s linear 1 forwards;
}
@keyframes fa1 {
	0% {transform: scale(1.1)}
	10% {transform: scale(1.09)}
	20% {transform: scale(1.08)}
	30% {transform: scale(1.07)}
	40% {transform: scale(1.06)}
	50% {transform: scale(1.05)}
	60% {transform: scale(1.04)}
	70% {transform: scale(1.03)}
	80% {transform: scale(1.02)}
	90% {transform: scale(1.01)}
	100% {transform: scale(1)}
}


.header .siwuen .uio,.header .siwuen .siown .gownii{transition: all 0.3s ease;}
.header .siwuen .uio:hover,.header .siwuen .siown .gownii:hover{transform: scale(1.2);opacity:1;}

.header .eader_btm .herdUl{height: 100%;}
.header .eader_btm .herdUl> li:last-child li:nth-child(n+6){
    display: none;
}
.header .eader_btm .herdUl> li:last-child li:last-child{display:flex;}
/* .header .eader_btm ul li */
.header .eader_btm ul li .sub{height: 100%;display: flex;align-items: center;}
.header .eader_btm ul li .sub::after{transition: width 0.8s ease-in-out;}
.header .eader_btm ul li:hover .sub{ color: var(--colorHove);transition: color 0.5s ease;}
.header .eader_btm ul li:hover .sub::after{position: absolute;content: "";bottom: 0;left: 0;width: 100%;height: 2px;opacity: 1;background: #6F3382;}
.header .eader_btm ul li:hover .sub::before{background: url(../images/icos/jt_bottom_hove.svg) no-repeat center center / cover;}
.header .eader_btm ul li.cur .sub { color: var(--colorHove)} 
.header .eader_btm ul li.parent .sub::after { width: 100%;} 
.header .logo_img1{display: none;}
.header .eader_btm ul li{position: relative;}
.submenu {
	font-size: .16rem;
	/* background: rgba(255, 255, 255, 0.9); */
	/* backdrop-filter: blur(30px); */
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 2.7rem;
	padding: .3rem;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	border-radius: 12px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 100;
	}
.herdUl >li>.submenu:before{content:'';background:#fff;position:absolute;z-index:-1;top:0;right:0;left:0;bottom:0;opacity: 0.9;border-radius: 12px;backdrop-filter: blur(30px);}
.herdUl >li>.submenu >li:last-child{/* margin-top:0.5rem; */}
.header .eader_btm ul li .submenu .submenu{
    /* background: #fff; */
    box-shadow: initial;
    position: static;
    padding: 0;
    backdrop-filter: blur(0px);
    background: transparent;
    transition: 0s;
    visibility: unset!important;
    opacity: 1;
    transform: none !important;
    margin-bottom: 0.5rem;
}
.submenu .submenu li{
    padding-bottom: 0;
    border-bottom: 0;
}
.submenu .submenu li i{display:none}
.submenu .submenu li a{
    color: var(--coloDefault1);
    font-size: 0.16rem;
}
.submenu li{ margin-right: 0 !important;    margin-bottom: .2rem;}
.submenu li a {color:var(--coloDefault1); display: block;padding: 0 0rem;width: 100%;height: auto;}
.submenu li:last-child a {border-bottom: none;}
.submenu li a:hover {color: var(--coloDefault3);}
.submenu li:hover i{background: url('../images/icos/herd_rightJt_h.svg') no-repeat center center / cover;}

.header .eader_btm ul li:hover .submenu {opacity: 1;visibility: visible;transform: translateY(0);}
.submenu .menuTitle{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #3b394430;padding-bottom: .2rem;}
.herdUl >li>.submenu>.menuTitle:before{position: absolute;content: '';width: 0;height: 1px;background: var(--backgroundSite2);bottom: 0;transition: width 1s ease-in-out;}
.header .menuTitle:hover:before{width: 100%;}




@keyframes menuTitleWidth {
  0% { opacity: 0; }
  100% { opacity: .4; }   
} 
.submenu .menuTitle:nth-child(1){margin-top: 0;}
.submenu .menuTitle a{color:var(--coloDefault2); font-family: "OPPOSans-Ver2-Medium"}
.submenu .menuTitle:nth-child(1) a{}
/* .submenu .menuTitle:before{position: absolute;content: '';right: 0;width: .12rem;height: .12rem;background: url(../images/icos/jt_right_baise.svg) no-repeat center center / cover;} */
.ico_jtHerd_r{display: block; width: .12rem;height: .12rem;margin: .05rem; background: url('../images/icos/herd_rightJt.svg') no-repeat center center / cover;}


.header1{background: #ffffff00;border: 1px solid #ffffff2b;}
.header1 .logo_img{display: none;}
.header1 .logo_img1{display: block;}
.header1 .eader_btm {background: #00000036;}
.header1 .eader_btm ul li .sub{color: #ffffffd9;}
.header1 .eader_btm ul li.cur .sub{color: #fff;}
.header1 .mwinsr .winsr_bao,
.header1 .mwinsr .insbeb a{background: #ffffff1c;}
.header1 .mwinsr .winsr_bao .zan_guan{background: #ffffff00;}
.header1 .mwinsr .winsr_bao .zan_guan input{width:100%;position: relative;opacity: 0;z-index: 1;}
.header1 .mwinsr .winsr_bao .zan_guan::before{    background: url(../images/icos/nuwasea.svg) no-repeat center center / cover;} 
.header1 .eader_btm ul li .sub::before{background: url(../images/icos/suba.svg) no-repeat center center / cover;}
.header1 .eader_btm ul li .sub::after{background: #d4d4d4;}
.header1 .eader_btm ul li:hover .sub{color: #fff;}
.header1 .eader_btm ul li:hover .sub{color: #fff;}
.header1 .eader_btm ul li:hover .sub::after{background: #d4d4d4;}
.herd_tipsView{display: none;}
.header .searchTop{cursor: pointer;}
.header .mwinsr .winsr_bao .ulapu button{right: .65rem;}

.index_c{background: url("../images/bg_x1.png") no-repeat center center / cover;position: relative;}
.index_c .btm_box{position: relative; margin-top: .4rem;overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0%,  black 20%,   black 80%, transparent 100% );mask-image: linear-gradient(to right, transparent 0%, black 20%,  black 80%, transparent 100% );}
.index_c .btm_box2{width: 92%;margin: auto;}
.tiite .ti{margin-bottom: .23rem;}
.index_c .qiwndd .wenz{font-weight: bold;}
.index_c .wenz .uwins{ padding: 0 17%;margin-bottom: .3rem;line-height: 30px;}
.index_c .spwne{margin-top: .85rem;}


.index_c .btm_box .box .swiper-slide .nr{background: none;}
.index_c .btm_box .box .swiper-slide .nr .img{cursor: pointer;}
.btm_box .scroll-row {width: 100%;height: 50%; display: flex;align-items: center;position: relative;overflow: hidden;}
.btm_box .scroll-track {display: flex;}/* will-change: transform; */
.btm_box .box {width: 1.7rem;min-height: .6rem;margin:0 10px; flex-shrink: 0; display: flex;cursor: pointer;}
.btm_box .row-top{margin-bottom: .35rem;}
.btm_box .row-bottom {width: 90%;margin: 0 auto;margin-bottom: .35rem;}
.btm_box .row-top .scroll-track {animation: scrollLeftToRight 60s linear infinite;}
.btm_box .row-bottom .scroll-track {animation: scrollRightToLeft 60s linear infinite;}
.btm_box .scroll-row:hover .scroll-track {animation-play-state: paused;}
@keyframes scrollLeftToRight {0% {transform: translateX(-50%);}100% {transform: translateX(0);}}
@keyframes scrollRightToLeft {0% {transform: translateX(0);}100% {transform: translateX(-50%);}}
.scSite_rcgd{padding: .3rem 0 .3rem}
.scSite_rcgd .ndexa_btma{margin-top:0}

.scSite_st4 .row-top .scroll-track {animation: scrollLeftToRight 60s linear infinite;}
.scSite_st4 .row-bottom .scroll-track {animation: scrollRightToLeft 60s linear infinite;}

.scSite_card {margin-top: .6rem;width: 100%;display: flex;flex-direction: column;align-items: center;}
.scSite_cardView{transition:all 2s;position: sticky;margin-bottom: .5rem;width: 100%;height: 6.9rem;border-radius: .2rem;padding: .6rem;display: flex;flex-direction: column;justify-content: space-between;}
/* .scSite_card1{background: url('../images/index_a.jpg') no-repeat center center / cover;}
.scSite_card2{background: url('../images/index_b.jpg') no-repeat center center / cover;}
.scSite_card3{background: url('../images/index_c.jpg') no-repeat center center / cover;} */
.cardView_top1,.cardView_top2{margin-bottom: .1rem;}
.cardView_top3{margin-bottom: .4rem;}
.scSite_card1,.scSite_card2,.scSite_card3,.scSite_card4,.scSite_card5 {top: 1.5rem;overflow: hidden;}
.scSite_cardView .icon img{animation: downLoopCard 2s linear infinite alternate;}
@keyframes downLoopCard {0% {transform: translateY(0);}100% {transform: translateY(10%)}}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -1;
}

.clipExpand {-webkit-animation:.8s ease-in fadeinZk;-moz-animation:.8s ease-in fadeinZk;-ms-animation:.8s ease-in fadeinZk;animation:.8s ease-in fadeinZk;}      
@keyframes fadeinZk{
    0%{clip-path: inset(0 50% 0 50%);transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);}
    100%{clip-path: inset(0 0 0 0); }
}

.marqueeContainer {position: absolute;bottom: -5%;width: 100%;overflow: hidden;white-space: nowrap;z-index: -1;pointer-events: none;}
.marqueeTrack {display: inline-flex;width: 6200px; animation: scroll-left 30s linear infinite; }
.marqueeContainer1{position: absolute;bottom: -10%;width: 100%;overflow: hidden;white-space: nowrap;z-index: -1;pointer-events: none;}
.marqueeContainer1 .marqueeTrack{display: inline-flex;animation: scroll-left 5s linear infinite; }
.marqueeTrack img {width: 6200px;  height: 400px; object-fit: cover;flex-shrink: 0;}
@keyframes scroll-left {
0% {transform: translateX(0);}
100% {transform: translateX(-100%);}
/* 100% {transform: translateX(-1550px);} */
}

.disFlse{display: flex;}
.laterClick{ position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
	pointer-events: none;
}

.footer{position: relative;z-index: 1;}
.footer .icon img{width: 3.15rem;}
.footer::before{pointer-events: none;position: absolute;content: '';bottom: 0;left: 0;width: 100%;height: 11rem; background: url("../images/footer_bg.png") no-repeat center center / cover;z-index: 5;}
.footerindex::before{height: 15rem;}
.footer .ootenwn{position: relative;z-index: 6;}
.footer .foote_zon .zon_r .e{margin-bottom: .26rem;}
.footer .ulani .img{width: 1.3rem;}


/* 首页顶部动画 */
.page-bg {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.page-bg1{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100vh;
	background: #30004C;
	opacity: 1;
	pointer-events: none;
	transition:opacity 0.3s;
	animation: zoomOutFade 0.3s ease-in-out 4.5s forwards;
}
.page-bg2{
	position: absolute;
	inset: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(180deg, #660f7800 0%, #30004c 100%);
	opacity: 0;
	z-index: 10;
	pointer-events: none;
}
.page-bg3{
	position: absolute;
	inset: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url('../images/banner_zText.png')  no-repeat center center / cover; 
	opacity: 1;
	z-index: 10;
	pointer-events: none;
	animation: globalOpacity 2.1s ease-out forwards,zoomOutFade 0.2s ease-in-out 4.7s forwards;
}
#borderBox {
	--mouse-x: 50%;
	--mouse-y: 50%;
	--active-opacity: 0;

	position: relative;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	background: url('../images/banner_Vbg.png')  no-repeat center center / cover; 
	pointer-events: none;
	z-index: 2;
	transition:opacity 0.3s;
	animation: zoomOutFade1 .7s ease-in-out 4.7s forwards;
}
@keyframes zoomOutFade {
  0% {
	transform: scale(1); 
    opacity: .5;
  }
  100% {
	transform: scale(1.2); 
    opacity: 0;
  }
}

@keyframes zoomOutFade1 {
  0% {
    transform: scale(1); 
  }
  100% {
    transform: scale(4);     
	opacity: 0;
  }
}


.shape-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	user-select: none;
	pointer-events: none;
	mix-blend-mode: screen;
	opacity: .4;
	clip-path: inset(0 0 100% 0);
	animation: revealTopToBottom 2s ease-out forwards,globalOpacity 2.6s ease-out forwards;
}

@keyframes revealTopToBottom {
  from {
    clip-path: inset(0 0 100% 0); 
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes globalOpacity {
  0% { opacity: 0; }
  100% { opacity: .4; }   
} 

.shape-active {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100vh;
	/* object-fit: cover; */
	
	pointer-events: none;
	opacity: 1;
	transition: opacity 1.2s linear;
	overflow: hidden;

	-webkit-mask-image: url('../images/banner_V.svg');
	 -webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: cover;

	mask-image:  url('../images/banner_V.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: cover;
}


.shape-active::before {
	content: "";
	position: absolute;
	left: var(--mouse-x);
	top: var(--mouse-y);
	width: 400px;
	height: 400px;
	transform: translate(-100%, -50%);
	border-radius: 50%;
	background: #F1B1FF;
	filter: blur(20px);
	will-change: left, top;
	animation: zoomScale 1.5s linear 3 forwards;
}
@keyframes zoomScale {
  0% {top:0;}
  100% {top:100%;opacity: 0;}
}
.shape-active::after {
	content: "";
	position: absolute;
	left: var(--mouse-x);
	top: var(--mouse-y);
	width: 400px;
	height: 400px;
	transform: translate(0%, -50%);
	border-radius: 50%;
	background: #F1B1FF;
	filter: blur(20px);
	will-change: left, top;
	animation: zoomScale 3s linear 2 forwards;
}
@keyframes zoomScale1 {
  0% {top:0;}
  100% {top:100%;opacity: 0;}
}
#pageBG .banner{position: absolute;width: 100%;height: 100vh; top: 0;z-index: -1;}

.layui-layer-msg{border: none;overflow: hidden;backdrop-filter: blur(30px);background: #ffffff36;color: #FFFFFF;height: 50px;line-height: 50px;border-radius: 12px;}
.layui-layer-dialog .layui-layer-padding{padding: 0 45px;line-height: inherit;text-align: center;}
.layui-layer-msg::before {content: '';position: absolute;inset: -1px; border-radius: 12px;background: linear-gradient(180deg, rgba(255,255,255,0.2), transparent);z-index: -1;-webkit-mask: linear-gradient(#fff 0 0) content-box,  linear-gradient(#fff 0 0);-webkit-mask-composite: xor;mask-composite: exclude;padding: 1px;                  }
.layui-layer-dialog .layui-layer-content .layui-layer-ico{background: url('../images/icos/redG.svg') no-repeat;}




/* 媒体查询适配 */
@media(min-width:1920px) {
	.scSite_kcA .text .container{ width: 1600px !important;}
	.scSite_gy5Poit{top: 32%;left: 54%;}
	.aboutUs_news .text .container{width: 1600px !important;}
	
	.scSite_gyW2Btn{width: 50%;}
}
@media (max-width: 1600px) {
    .scSite_gyW1{height: 13.5rem;}
    .scSite_gyW1Min_text{height: 8rem;}
	.scSite_kcA1 .font16{font-size: 0.16rem;}
	.aboutUs_news .nation-con{right: .4rem !important;}
}
@media(max-width:1400px) {
   .header .mwinsr.zhankai .winsr_bao .bnwen{
   	 width: 9.1rem;
   }
}

@media(max-width:1024px){
	html, body {overflow: visible;}
	
	.header{height: auto;}
	.logo_img{width: auto;}
	.logo img{width: auto;}
	.header .eader_top{min-height: 45px;z-index: 100000;    background: #7E318E;}
	.header .eader_top .siown,
	.header .eader_top .ouin{display: none;}
	.header .eader_top .aosiku,.header .eader_top .ue{width: 75%; height: 100%;display: flex;align-items: center;justify-content: center;margin: auto;}
	.header .eader_top .ue{justify-content: flex-end;}
	.header .eader_top .aosiku .swiper-container .ueb::before{min-width: 12px;min-height: 10px; top: 50%;}
	.header .siwuen .uio{min-width: 10px;min-height: 10px;}
	/* .header .eader_btm{display: none;}
	.header .eader_btmYd{display: block;background: #fff;height: 0.7rem;min-height: 70px;} */
	.header .eader_btm{height: .7rem;min-height: 70px;position: relative;z-index: 100000;}
	.header ul.flexcenter4{display: none;}
	.header .mwinsr{width: 20px;}
	.header .mwinsr .winsr_bao,.header .mwinsr .winsr_bao .zan_guan{height: 44px;width: 55px;border-radius: 35px;}
	.header .mwinsr .winsr_bao .zan_guan::before{min-height: 16px;min-width:16px;left: 55%;}
	.header .mwinsr.zhankai .winsr_bao .bnwen{right: 0 !important; width: 5.5rem !important;height: .9rem;border: none;}
	.header .mwinsr .winsr_bao .ulapu button{right: 1.2rem;margin-top: 0;}
	/* height: 0.7rem; */
	/* .header .mwinsr .winsr_bao .zan_guan{background: #fff;} */
	.header .mwinsr .insbeb a{display: none;}
	.banner .img img{height: 100vh;}
	.banner .nation-con{left: .4rem !important;}
	.banner .jiantno{ right: .3rem;width: .18rem;height: .25rem;animation: downLoop_mb .8s linear infinite alternate;}
	@keyframes downLoop_mb {
	  0%{ bottom: .8rem; }
	  100% { bottom: .7rem;}
	}
	.banner .text .container{width: 100% !important;}
	.top_icoArr{z-index: 10;}
	.top_icoArr .jiantno{right: .3rem;width: .18rem;height: .25rem;}
	.top_icoArr .top_icoArrMin{height: 1rem;width: 100% !important;}
	.positioning{height: .3rem;align-items: center;}
	.fangziIco,.fangziIco1{width: .2rem;height: .2rem;}
	.positioningIco{width: .09rem;height: .16rem;}
	.scSite_kcA .swiper-container{overflow: hidden;}
	.scSite_ys .positioning{right: 0.3rem;bottom: -2.8rem;}
	#borderBox{
		background: url('../images/banner_Vmbg.png')  no-repeat center center / cover; 
	}
	.page-bg3{
		background: url('../images/banner_zTextm.png')  no-repeat center center / cover; 
	}
	.shape-active {
		-webkit-mask-image: url('../images/banner_Vm.svg');
		mask-image:  url('../images/banner_Vm.svg');
	}
	
	/* 移动端导航 */
	.herd_tips{width: auto; min-height: 44px;min-width: 55px;background: url("../images/mb_1.png") no-repeat center center / cover;}

	.herd_tipsView .herdArr_mb li{display: flex;align-items: center; flex-wrap: wrap;}
	.herd_tipsView .herdArr_mb .sub{font-size: 16px;}
	.herd_tipsView .herdArr_mb li:hover .submenu{display: block;}
	.herd_tipsView .submenu_herd{display: none; width: 100%;background: #ffffff00;}
	.herd_tipsView .submenu_herd li{height: 40px;font-size: 14px;width: 100%;display: flex;justify-content: space-between;color: var(--coloDefault2);}
	.herd_tipsView_tiele a{ width: 100%;height: 100%;color: var(--coloDefault);}
	
	.herd_tipsAcit{background: url("../images/mb_1No.png") no-repeat center center / cover;}
	.herd_tipsView{ width: 100%; position: absolute;z-index: 9999; height:100vh;top: 0; left: 0px; background: rgba(255, 255, 255, 0.9);backdrop-filter: blur(50px);}
	/* .herd_tipsViewIndex{height: calc(100vh - 115px);top:115px;} */
	.herd_tipsView1{margin-top: 2.4rem;overflow: auto;height: 70vh;}
	
	.herd_tipsView .herd_tipsView_tiele{width: 100%; display: flex;align-items: center;justify-content: space-between; font-size: 20px;color: var(--coloDefault);padding: 15px 0;border-bottom: 1px solid #D8D8D8;}
	.herd_hr{border-top: 1px solid #D8D8D8;}
	.ico_jtheise{min-width: 12px;min-height: 12px;}
	.herd_tipsView_insbeb{height: .47rem;min-height: 47px;width: 3rem;min-width: 300px;background: var(--backgroundSite2);display: flex;align-items: center; justify-content: center;border-radius: 35px;margin: 50px auto 0;}
	.herd_tipsView_insbeb a{font-size: 18px;color: #fff;}
	
	
   
   
   
   /* 顶部菜单 */
   .header .logo{width: 3rem;}
   .header ul.flexcenter4{width: 100%;justify-content: space-between;}
   .header .eader_btm ul li{margin-right: 0;}
   .mwinsr{margin: .2rem 0;width: 100%;display: flex;justify-content: flex-end;}
   .header .mwinsr.zhankai .winsr_bao .bnwen{ width: 3.5rem;}
   .header .mwinsr .insbeb a{width: 3.25rem;}
   
   /* 课程报名 */
   .layui_tam .yuintbsb{width: 80%;}
   
   /* 首页 */
   .banner img{object-fit: cover}
   .banner .text .wns{margin: .4rem 0 .6rem;}
   .banner .text .btg{line-height: 1.1;}
   .index_c .ite {font-size: .42rem;}
   .index_c .wenz .uwins{padding: 0 0;}
   .index_c .spwne video{height: 3.6rem;}
   .index_c .btm_box::before,.index_c .btm_box::after{filter: blur(10px);}
   .qiwndd .btm_box .box{width: 2rem;}
   .banner_bg{bottom: -60%;}
   .index_c .qiwndd{margin: 1.5rem 0 0.5rem;}
   .scSite_cardView .icon img{width: 2rem;}
   .scSite_card1{height: 10rem;background: url('../images/index_a_m.jpg') no-repeat center center / cover;}
   .scSite_card2{height: 10rem;background: url('../images/index_b_m.jpg') no-repeat center center / cover;}
   .scSite_card3{height: 10rem;background: url('../images/index_c_m.jpg') no-repeat center center / cover;}
   
   
    /* 课程 */
	.scSite_kc1Main{flex-direction: column;}
	.scSite_kc1Main .kc1Main{width: 100%;}
	.scSite_kc1Main .kc1Main_imgD{height: 3.56rem;}
    .scSite_kc1Main .kc1Main_title span,.search1_viewM_title span,.search1_viewM_title1{height: .35rem;}
	.scSite_kc1Main .kc1Main_tips1,.scSite_kc1Main .kc1Main_tips2{line-height: .38rem;height: .4rem;}
	.scSite_kc2{height: 15rem;display: flex;align-items: center;overflow: hidden;}
	.scSite_kc2 .scSite_kc2_BG{height: 8.5rem;}
	.scSite_kc2 .scSite_kc2_BG::before{width: 10rem; height: 10rem;}
	.scSite_kc2 .kc2Main_ico0{left: 0.2rem;top: 1rem;}
	.scSite_kc2 .kc2Main_ico1{left: 1.2rem;top: -1.5rem;}
	.scSite_kc2 .kc2Main_ico2{right: 1rem;top: -1.4rem;left: auto;}
	.scSite_kc2 .kc2Main_ico3{left: 1.5rem;top: 8.6rem;}
	.scSite_kc2 .kc2Main_ico4{left: .5rem;top: 6rem;}
	.scSite_kc2 .kc2Main_ico5{left: 3.2rem;top: 7rem;}
	.scSite_kc2 .kc2Main_ico6{left: 2.8rem;top: 0rem;}
	.scSite_kc2 .kc2Main_ico7{left: auto;top: 1.2rem;right: .5rem;}
	.scSite_kc2 .kc2Main_ico8{left: auto;top: 5.8rem;right: .8rem;}
	.scSite_kc2 .kc2Main_ico9{left: auto;top: 8.2rem;right: 1.2rem;}
	
	.scSite_kcA_B0{bottom: auto;}
	/* 课程 详情 */
	.scSite_kcA {overflow: initial;}
	.kcAIco_1{width: 3.16rem;}
	.kcAIco_2{width: 5.55rem;}
	.kcAIco_3{width: 6rem;}
	.kcAIco_4{width: 4.44rem;}
	.kcAIco_5{width: 4.44rem;}
	.scSite_kcA_R{right: 4%;bottom: 0.2rem; width: 4.8rem;height: 3.5rem;}
	.scSite_kcA_B{bottom: -5rem;left: auto; flex-wrap: wrap;height: 6rem;}
	.scSite_kcA .text{bottom: 40%;top: auto;}
	.scSite_kcA_R3{color: #ffffff;margin-top: .05rem;}
	.kcA1_Lview{padding: .3rem 0;}
	.kcA_Bview{width: 100%;height: 1rem;align-items: center;}
	.kcA_Bview_hr{width: 100%;height: 1px;}
	.scSite_kcA_BImg{width: 1rem;height:1rem !important;flex-shrink: 0;}
	.kcA1_L .yj1Main_right_tText2{margin-top: 0;} 
	.kcA_BviewR{margin-left: 10px;}
	.scSite_kcA1{margin-top: 4.5rem;}
	.scSite_kcA1 .font16{font-size: 0.24rem;}
	.scSite_kcA1M{    flex-wrap: wrap;}
	
	.kcA1_L{position: relative; width: 100%;   height: auto;margin-bottom: 1rem;}
	.kcA1_L2{height: auto;}
	.kcA1_L .yj2Main_v{height: 2rem;}
	/* .yj1Main_right_tText2{margin-top: 0rem;} */
	.kcA1_L2 .yj2Main_v{height: 1.2rem;}
	.kcA1_L2PC{display: none;}
	.kcA1_L2MD{display: block;top: 0;}
	.kcA1_L2Btn{height: 3rem;}
	.kcA1_L2Btn_an{width: 3rem;height: .6rem;}
	.kcA1_R{width: 100%;margin-top: .2rem;padding: .2rem;}
	
	
	
	.kcA1_R1{height: auto; flex-wrap: wrap;}
	.kcA1_R1Text{width: 100%;}
	.kcA1_R1Img1{width: 100%;margin-top: .2rem;}
	.kcA1_R3{height: auto; flex-wrap: wrap;}
	.kcA1_R3Img1{width: 45%;height: auto;}
	.kcA1_R6{height: auto; flex-wrap: wrap;justify-content: flex-end;}
	.kcA1_R6text{width: 100%;margin: .2rem; }
	.kcA1_R8{padding: .3rem;}
	.kcA1_R9{ height: auto;flex-wrap: wrap;    align-items: flex-start;}
	.kcA1_R9View{    width: 45%;margin-top: .2rem;height: auto;}
	.kcA1_R12{    justify-content: space-between;}
	.kcA1_R15View{width: 50%;height: auto;    justify-content: flex-start;}
	.kcA1_R19{text-align: center;    height: 3.5rem;    margin-top: 1.8rem;}
	.kcA1_R19Text{width: 75%;}
	.kcA1_R21{}
	.kcA1_R21View{width: 100%;}
	.kcA1_R24View{width: 100%;height: auto;}
	.kcA1_R24Img{height: auto;}
	.kcA1_R27View{width: 100%;height: auto;}
	.kcA1_R29::before,.kcA1_R29::after{width: 24%;}
	.kcA1_R30View{width: 45%;}
	.kcA1_R31::before,.kcA1_R31::after{width: 20%;}
	.kcA1_R32::before,.kcA1_R32::after{width: 10%;}
	.kcA1_R33 .kcA1_R30View{margin: auto;}
	.kcA1_R35{height: 1.5rem;}
	.kcA1_R35_text{width: 80%;}
	
	.kcA1_R36View_btnTi{font-size: 0.26rem;}
	.kcA1_R38View{width: 50%;}
	.kcA1_R40View{flex-wrap: wrap;}
	.kcA1_R40View_tx{margin-left: auto;height: auto;padding: .2rem .1rem;}
	.kcA1_R41View1{background-size: 100% 100%;}
	.kcA1_R41View1, .kcA1_R41View2{    height: 4.3rem;}
	
	 /* 生态 */
	.scSite_st1{padding: 1rem 0;}
	.scSite_st1 .scSite_st1Main{height: 11rem; flex-direction: column;}
	.scSite_st1 .scSite_st1Main .st1Main_left{width: 100%;height: 5rem;}
	.scSite_st1 .scSite_st1Main .st1Main_right{width: 100%;height: auto; margin-top: .1rem;}
	.scSite_st2{padding-bottom: 0.5rem;}
	.scSite_st2 .scSite_st2Title{width: 100%;padding: .03rem 0.05rem;}
	.scSite_st2 .st2Title{width: 100%; height: .7rem;}
	
	.scSite_st3Main{height: 8rem; flex-direction: column;}
	.scSite_st3Main .st3Main_view{width: 100%;margin-bottom: .1rem;}
	.scSite_st4{height: 17rem;}
	.scSite_st4 .scSite_st4Top{flex-direction: column;}
	.scSite_st4 .scSite_st2Title{margin-top: .3rem;        width: 5.1rem;}
	.scSite_st2Title .st2Title{ height: .6rem;width: 2.5rem;}
	.scSite_st2Title .st2Title1{width: 3.2rem;}
	/* .scSite_st4  .btm_box .box{width: 1.2rem;} */
	.scSite_st4 .scSite_st4Btm{flex-wrap: wrap;}
	.scSite_st4 .st4Btm{width: 45%;}
	.kcA1_R42View1{width: 100%;height: auto;}
	.kcA1_R43{ width: 3.2rem;height: 0.8rem;}
	
	
	 
	/* 研究 */ 
	.scSite_yj1 .scSite_yj1Main{    flex-direction: column;}
	.scSite_yj1 .yj1Main_left{width: 100%;}
	.scSite_yj1 .yj1_mainL_view{width: 100%;}
	.scSite_yj1 .yj1_mainL_viewI{width: 1.5rem;height: 100%;}
	.scSite_yj1 .yj1Main_right{width: 100%;margin-top: .2rem;}
	.scSite_yj1 .main_icoArr{width: 1.4rem;}
	.scSite_yj1 .main_icoArr .swiper-button-prev,
	.scSite_yj1 .main_icoArr .swiper-button-next{width: .3rem;height: .3rem;}
	.main_icoArr1{width: 1.4rem;}
	.main_icoArr1 .swiper-button-prev,
	.main_icoArr1 .swiper-button-next{width: .3rem;height: .3rem;}
	
	.yj1Main_right_tText0{height: .4rem;}
	.scSite_yj2Main{    flex-wrap: wrap;}
	.yj2Main_v0,.yj2Main_v2,.yj2Main_v3{width: 100%;margin-bottom: .2rem;}
	.yj2Main_v3_top div{height: .42rem;line-height: 0.4rem;}
	.scSite_yj3{height: 16rem;}
	.scSite_yj3Top{width: 100%;}
	.scSite_yj3 .boxView{width: 5.3rem !important;min-height: 2.6rem;}
	.scSite_yj3 .boxView_hr{margin: .2rem 0;}
	.scSite_yj3 .boxView_mainImg{width: 1.2rem;}
	.scSite_yj3 .boxView_main{min-height: .73rem;}
	.yj2Main_v{height: 6.6rem;}
	
	
	/* 学员中心 */ 
	.xy1Main_top{flex-wrap: wrap;}
	.xy1Main_topL{width: 100%;}
	.xy1Main_topR{width: 100%;margin-top: .2rem	;}
	.xy1Main_Rarr_v{width: 49%;}
	.xy1Main_Rarr_vText{margin-top: .1rem;}
	
	.xy1Main_btnV{flex-wrap: wrap;}
	.xy1Main_btnV_L{width: 100%;}
	.xy1Main_btnV_R{width: 100%;margin-top: .2rem;}
	.scSite_xy1 .xy1Main_topL_imgV{width: 1.3rem;}
	.scSite_xy1 .main_icoArr{width: 1.4rem;}	
	.scSite_xy1 .main_icoArr .swiper-button-prev,
	.scSite_xy1 .main_icoArr .swiper-button-next{width: .3rem;height: .3rem;}
	
	.scSite_xy2 .scSite_xy2Main1{width: 3rem;}
	.scSite_xy2 .scSite_xy2Btn1, .scSite_xy2 .scSite_xy2Btn2{top: auto;margin-top: auto;}
	.scSite_xy2 .swiper-slide-active, .swiper-slide-duplicate-active{transform: scale(0.9);}
	.scSite_xy2 .scSite_xy2Img img{height: 5rem;object-fit: cover;border-radius: .2rem;}
	.scSite_xy3{height: auto;padding: 1.2rem 0;}
	.scSite_xy3 .yj2Main_v{height: 6.2rem;}
	.scSite_xy3 .yj1Main_right_tText1{margin: .1rem 0;}
	.scSite_xy3 .yj1Main_right_tText{display: block;width: 90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.yj1Main_right_tBg{height: 3.5rem;}
	.ico_right_xz{width: .15rem;height: .2rem;}
	.ico_jtNo{width: .2rem;height: .2rem;}
	/* 学员中心 详情页 */
	.scSite_details{height: 7rem;align-items: flex-end;padding-bottom: 1rem;}
	.scSite_details1 .scSite_details1Min{flex-wrap: wrap; padding: 0 0 1rem;}
	.scSite_details1 .scSite_details1_left{width: 100%;margin: .3rem .2rem .1rem;}
	.scSite_details1 .scSite_details1_right{width: 100%;padding: 0 .2rem; height: 9rem; margin: .1rem auto .1rem;display: flex; flex-direction: column-reverse;}
	.scSite_details1 .scSite_details_hBtn{flex-shrink: 0;width: 1.5rem;height: .6rem;}
	.scSite_details1 .scSite_details1_btn{flex-shrink: 0;flex-wrap: wrap;justify-content: space-between;        margin: 40px 0 0;}
	.scSite_details1_btnR .scSite_details_hBtn{ width: 2rem;height: .6rem;}
	.scSite_details1 .scSite_details1_r2{ height: 3.4rem;margin-bottom: .2rem;display: flex; flex-direction: column;justify-content: center;}
	.scSite_details .scSite_details_ht1{height: .42rem;line-height: .4rem;}
	.scSite_details .scSite_details_hBtn{height: .6rem;width: 2rem;}
	.scSite_details1 .scSite_details1_btnL{width: 55%;flex-direction: row;justify-content: space-between;}
	.scSite_details1 .scSite_details1_btnLw:nth-child(1){margin-bottom: 0;}
	.scSite_details1 .scSite_details1_btnLwt {display: none;}
	.scSite_details1 .details1_r1V{margin: 15px 0;}
	.scSite_details1 .details1_r1V_titl {display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }

	/* 关于我们 */ 
	.scSite_gy1_title{width: 100%;}
	.scSite_gy1_btn{flex-wrap: wrap;}
	.s_gy1_btnL{width: 100%;}
	.s_gy1_btnR{margin-top: .2rem;}
	.s_gy1_btnRText{line-height: .5rem;}
	.s_gy1_btnRS{flex-wrap: wrap;margin-top: .2rem;}
	.s_gy1_btnRSt{margin-top: .2rem;}
	.scSite_gy2{height: 13.1rem;overflow: hidden;}
	.scSite_gy2Min{width: 100%;}
	.scSite_gyW1Min_text{height: 17rem;margin: 1.1rem 0 .5rem 0;}
	.gy2Min_text{width: 100%;height: 4.2rem; padding: 0 .2rem;font-size: .22rem;}
	.gy2Min_sum{    right: 0.3rem;font-size: 2rem;}
	.gy2MinImg{height: 3.6rem;}
	.gy2Min_btn{width: 95%;margin:.2rem auto 0;font-size: .22rem;}
	.gy2Min_btn .gy2Min_btn1{width: 12%;}
	.scSite_gy2Min_t{flex-wrap: wrap;}
	.scSite_gy2Min .swiper-container{width: 100%;}
	.scSite_gy3Title{width: 75%;text-align: center;}
	.scSite_gy4 .yj2Main_v3{height: 8rem;}
	.scSite_gy5Title{width: 190px;}
	.scSite_gy5Poit{top: 1.1rem;left: 3.8rem;    width: 1.8rem;}
	.scSite_gy5Main{width: 100%;}
	.scSite_gy5{height: 12	rem; display: flex;flex-direction: column;justify-content: flex-end;padding: 0 0 .8rem;}
	.scSite_gy5 .container{padding: 0 .2rem;}
	
	/* 关于我们  详情页*/ 
	.aboutUs_news .text{top: 20%;}
	.aboutUs_news .nation-con{right: .3rem !important;left: auto !important;bottom: .3rem !important;}
	/* .aboutUs_news .img img{height: 100vh;} */
	.banner_v{height: 8rem; flex-wrap: wrap;}
	.banner_v .banner_vImg a{    width: 100%;}
	.banner_v .banner_vImg{width: 100%;height: 3.2rem;}
	.banner_vT{width: 100%;padding: 0;}
	.banner_vT_top{ margin: 0.2rem 0 0rem;}
	.scSite_gyX1 .kc1Main{height: auto;}
	.scSite_gyX1 .morea {margin-top: .2rem;}
	.scSite_gyX1 .kc1Main_imgD{height: 100%;    width: 3rem;}
	/* 关于我们  五周年*/ 
	.scSite_gyW1Top_v{padding: 0 0.5rem;}
	.scSite_gyW1Top{width: 100%;height: 4.3rem;padding-top: .3rem;align-items: flex-start;}
	.scSite_gyW1{height: auto;padding-bottom: 1.5rem;}
	.scSite_gyW1Min_text{width: 100%;}
	.scSite_gyW2_1{flex-wrap: wrap;}
	.scSite_gyW2_1Top{position: relative;top: auto; margin: auto;text-align: center;margin-bottom: .5rem;}
	.scSite_gyW2_1R{border:none;width: 100%;}
	.scSite_gyW2{overflow: hidden; background-image: linear-gradient(18deg, #e3baff69 0%, rgba(66, 153, 225, 0) 10% 50%), linear-gradient(342deg, #e3baffc4 0%, rgba(245, 101, 101, 0) 6%), radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 44%);}
	.scSite_gyW2Btn{width: 100%; height: 11rem;padding: .2rem; margin:  auto ;line-height: 35px;}
	.scSite_gyW1T{display: none;}
	
	/* 搜索页 */
	.scSite_Search{height: 7rem;}
	.scSite_Search_h{margin-top: 1.8rem;}
	.scSite_Search .search_Top{width: 100%;height: .7rem;}
	.scSite_Search .search_TopBtn{width: 1.5rem;height: .65rem;}
	.scSite_Search .search_TopBtn .ico_seachB{width: .17rem;height: .17rem;}
	
	.search_Top2{flex-direction: column;align-items: center;}
	.search_Top2_text{padding: .1rem;}
	.search1_viewM{width: 100%;height: auto;}
	.search1_view .font28{font-size: .4rem;}
	.search1_viewTile{margin-top: .8rem;}
	.search1_viewM_tips{margin-bottom: .1rem;}
	.search1_viewM_tips .tips_0{ height: .4rem;line-height: .4rem;}
	.search1_viewM_tips .details_time{ height: .42rem;line-height: .42rem;}
	.search1_viewM_text{  margin-top: .1rem;   white-space: initial;height: auto;	}
	.search1_viewM .search1_viewM_title {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.search1_viewM_title1 {margin-bottom: .2rem;}
	.search1_viewM_title1 span{height: .32rem;}
	
	/* 隐私详情 */
	.scSite_ys {height: 3rem;}
	.scSite_ys1M{flex-wrap: wrap;}
	.scSite_ys1_L{width: 100%;min-height:auto;height: 2rem;position:relative;top: 0;}
	.scSite_ys1_R{width: 100%;line-height: 30px;}
	.scSite_ys1_Rv{flex-wrap: wrap;}
	.scSite_ys1_Rvtitle{width: 100%; margin-bottom: .1rem;	}
	.scSite_ys1_Rvtext{width: 100%;}
	.scSite_gyW1Min_s{width: 100%;}
	
	
	/* 间距 */
	.scSite_st2 .container{padding: 0 .2rem;}
	.scSite_ys1 .container{padding: 0 .2rem;}
	
	.footer{padding: 0;margin-top: -.3rem;}
	.footer .icon img{width: auto;}
	/* .footer::before{height: 24rem;} */
	.footer::before{height: 17rem;}
	.footer .flexcenter4{justify-content: center;text-align: center;}
	.footer .foote_btm .ui{text-align: center;}
	
	.details_text{height: .4rem;line-height: .38rem;}
	.details_time{height: .4rem;line-height: .4rem;}
	.font96{font-size: 1.2rem;}
	.font70{font-size: .6rem;}
	.font22{line-height: 1.5;}
	
	
	.more{line-height: .8rem; padding-left: .85rem;}
	.more::before {width: .6rem;height: .6rem; }
    .more i {left: .32rem;width: .45rem;height: .15rem;}
	 
	
}
@media screen and (min-width:1024) and (max-width:1920) {
	.footer .font16{font-size: 0.16rem;}
	.footer .font18{font-size: 0.18rem;}
}