.fixed{position: fixed;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}

/* 文字超出元素高度... */
.line-clamp-1{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.line-clamp-2{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.line-clamp-3{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.line-clamp-4{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.line-clamp-5{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
.line-clamp-6{overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;}


/* .newHeader{display: none;} */
#iconDiv1{display: none;}



/* 本页面公共代码 */
.page{padding: 50px 0 20px 0;}
.page h2.tit {margin: 0 auto 30px;text-align: center;}


.header_banner {height: 420px;background-repeat: no-repeat;background-position: center top;background-image: url(../images_new/bannerBg.jpg);}
.header_banner .banner_img{text-align: center;padding-top: 56px;}
.header_banner .banner_img img{margin: 0 auto;}
.header_banner .banner_img .telyBtn {
	width: 240px;
	height: 36px;
	margin:20px auto 0;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #000000;
	background: #fff;
	border-radius: 21px;
	line-height: 36px;
	text-align: center;
  }
  .header_banner .banner_img .telyBtn span {
	display: block;
	flex: 1;
  }
  .header_banner .banner_img .telyBtn .resertion {
	width: 154px;
	height: 100%;
	border-radius: 21px;
	background: linear-gradient(90deg, #d8a57c 0%, #f7f0df 49%, #dea87c 100%);
	margin-right: -12px;
	border: 1px solid #f5e2bb;
	box-sizing: border-box;
  }
  .btnFrames {
	overflow: hidden;
	position: relative;
  }
  
  .btn_active::after {
	content: "";
	display: block;
	width: 14%;
	height: 290%;
	background: rgba(255, 255, 255, 0.4);
	transform: rotate(35deg);
	position: absolute;
	left: -20%;
	top: -120%;
	animation: leftTransiform ease-in-out 0.5s forwards;
	-webkit-animation: leftTransiform ease-in-out 0.5s forwards;
  }
  
  @keyframes leftTransiform {
	0% {
	  left: -20%;
	}
	100% {
	  left: 120%;
	}
  }
  @media (max-width: 1000px) {
	.m1200 {
	  width: 100%;
	}
	.pcno {
	  display: block !important;
	}
	.mno {
	  display: none !important;
	}
	.mflex {
	  display: flex !important;
	}
	body {
	  padding-bottom: 1.6rem;
	}
	.btn_active::after {
	  display: none;
	}
	.navFixed {
	  left: calc((100% - 7.5rem) / 2);
	}
  }

.navTopH{z-index:998;margin:0 auto 0;width:100%;height:70px;}
.navTopH .navigation{background:#ffffff;top:0;z-index:100;left:0;right:0;margin:auto;box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.navTopH li{width:20%;float:left;cursor:pointer;position:relative;}
.navTopH li a{font-size:18px;padding:17px 0;color:#333333;display:block;text-align:center;font-weight:normal;}
.navTopH li::after{content:'';width:1px;height:26px;position:absolute;right:0;top:0;bottom:0;margin:auto;background:#999999;}
.navTopH li.current a,
.navTopH li a:hover{font-weight:bold;color:#cb3d2c;}
.navTopH li:last-child::after{display:none;}

.page1 ul{display: flex;justify-content: space-between;}
.page1 ul li{width:286px;height: 226px;background: linear-gradient(180deg,#c8919c,#f1e2e5,#ffffff 40%);border-radius: 20px;padding: 0 26px;box-sizing: border-box;box-shadow: 0 5px 10px rgba(0,0,0,0.1);-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page1 ul li h3{font-size: 18px;color: #333333;text-align: center;padding-top: 80px;position: relative;}
.page1 ul li p{font-size: 14px;line-height: 140%;color: #666666;margin-top: 20px;text-align: center;}
.page1 ul li h3::after{width:51px;height:45px;background: url(../images_new/page1Icon1.png) no-repeat center top;position: absolute;top: 20px;left: 0;right: 0;margin: auto;content: '';}
.page1 ul li:nth-child(2) h3:after{background-image: url(../images_new/page1Icon2.png);}
.page1 ul li:nth-child(3) h3:after{background-image: url(../images_new/page1Icon3.png);}
.page1 ul li:nth-child(4) h3::after{background-image: url(../images_new/page1Icon4.png);}
.page1 ul li:hover{margin-top: -10px;}
/* page2-为什么选择微留学 */
.page2{padding-bottom:50px;}
.page2 .txt{width: 100%;background: linear-gradient( to bottom,#f0f0f0,#ffffff);border-radius: 20px;}
.page2 .txt p{padding: 39px 85px 59px;font-size: 16px;line-height: 28px;color: #333333;}
.page2 .txt p strong{font-weight: bold;}
.page2 .txt p span{color: #94122d;}
.page2 .txt ul{display: flex;justify-content: space-between;}
.page2 .txt ul li{position: relative;width:285px;height: 227px;background: linear-gradient(to bottom,#ffc1d1,#f4e9e4,#fefefe);border-radius: 20px;border: 1px solid #f3e8d9;text-align: center;box-sizing: border-box;padding: 45px 0 0 0;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.page2 .txt ul li:hover{margin-top: -10px;}
.page2 .txt ul li img{position: absolute;left: 0;right: 0;margin: 0 auto;top: -30px;}
.page2 .txt ul li h4{font-size: 18px;color: #ac2343;line-height: 20px;font-weight: bold;margin: 0 auto 12px;}
.page2 .txt ul li span{font-size: 14px;line-height: 24px;color: #333333;display: block;}
.page2 .txt ul li a{font-size: 16px;color: #b33051;border-radius: 18px;cursor: pointer;display: block;text-align: center;font-weight: bold;margin: 10px auto 0;}

.page3{background: url(../images_new/page3Bg.jpg) no-repeat center top;background-size: cover;}
.page3 .tit{text-align: left;}
.page3 .con{display: flex;margin-top: 110px;}
.page3 .m1200 .l{width: 638px;height: 416px;border-radius: 20px;padding: 55px 70px 65px 45px;border: 3px solid #ffffff;box-sizing: border-box;margin: 0 50px 0 0;}
.page3 .m1200 .l p{font-size: 16px;line-height: 26px;color: #ffffff;margin: 48px 0 35px 0;}
.page3 .m1200 .l .tit h2{font-size: 38px;color: #ffffff;line-height: 140%;}
.page3 .m1200 .l .tit span{color: #ffffff;font-size: 16px;}
.page3 .m1200 .l p strong{font-weight: bold;}
.page3 .m1200 .l .qtBtn{height: 16px;line-height: 16px;font-size: 16px;color: #ffffff;background: url(../images_new/right.png) no-repeat left 5px;padding: 0 0 0 80px;display: block;}
/* .page3 .m1200 .l .qtBtn:hover{color: #b8a76c;} */
.page3 .m1200 .r{overflow: hidden;padding: 15px 0 0 0;}
.page3 .m1200 .r li{padding: 0px 0 0 50px;margin: 0 0 30px 0;background-size: 39px 39px;background-position-x: left;background-repeat: no-repeat;background-position-y: 0;line-height: 1;}
.page3 .m1200 .r li:nth-of-type(1){background-image: url(../images_new/page3LiIcon1.png);}
.page3 .m1200 .r li:nth-of-type(2){background-image: url(../images_new/page3LiIcon2.png);}
.page3 .m1200 .r li:nth-of-type(3){background-image: url(../images_new/page3LiIcon3.png);}
.page3 .m1200 .r li:nth-of-type(4){background-image: url(../images_new/page3LiIcon4.png);}
.page3 .m1200 .r li:nth-of-type(5){margin: 0;background-image: url(../images_new/page3LiIcon5.png);}
.page3 .m1200 .r h4{font-size: 20px;color: #ffffff;line-height: 20px;margin: 0 0 8px 0;}
.page3 .m1200 .r p{font-size: 16px;line-height: 22px;color: #ffffff;}
.page3 .m1200 .r li{transition: transform 0.3s;animation-duration: 1.5s;}
.page3 .m1200 .r li:hover{transform: translateY(-6px);}
.page3 .m1200 .l .qtBtn:hover{-webkit-transition: background-color .1s .3s, color .1s .3s;transition: background-color .1s .3s, color .1s .3s;-webkit-animation: anim-moema-1 .3s forwards;animation: anim-moema-1 .3s forwards}
.bg1{background: linear-gradient(180deg,#e8e8e8,#fdfbfc);}
.page4 .tit p{font-size: 18px;color: #666666;font-weight: normal;margin-top: 10px;}
.page4 .con{padding: 36px;box-sizing: border-box;background: linear-gradient(180deg,#cf687c,rgba(0,0,0,0));}
.page4 .con .tabs{display: flex;justify-content: space-between;}
.page4 .con .tabs span{font-size: 18px;color: #ffffff;display: inline-block;width: 272px;height: 56px;background: #343434;line-height: 56px;text-align: center;position: relative;cursor: pointer;}
.page4 .con .tabs span.active::after{content: '';width:25px;height:13px;background: url(../images_new/icon2.png) no-repeat center top;position: absolute;bottom: -13px;left: 0;right: 0;margin: auto;}
.page4 .con .tabs span.active{background: #dfce95;font-size: 20px;font-weight: bold;color: #94132e;}
.page4 .con .tables{margin-top: 20px;}
.page4 .con .tables .top{background: #ffffff;padding: 38px 28px;display: flex;justify-content: space-between;height: 460px;box-sizing: border-box;}
.page4 .con .tables .top .dec{width: 350px;}
.page4 .con .tables .top h3{font-size: 18px;color: #333333;margin-bottom: 10px;}
.page4 .con .tables .top .dec_list p{font-size: 14px;color: #333333;font-weight: bold;}
.page4 .con .tables .top .dec_list p b{font-weight: normal;color: #666666;}
.page4 .con .tables .top .dec_list p span{font-weight: normal;color: #94132e;}
.page4 .con .tables .top .qtBtn{height: 16px;line-height: 16px;font-size: 16px;color: #94132e;background: url(../images_new/icon1.png) no-repeat left 5px;padding: 0 0 0 80px;font-weight: bold;margin-top: 26px;}
.page4 .con .tables .top .qtBtn:hover{-webkit-transition: background-color .1s .3s, color .1s .3s;transition: background-color .1s .3s, color .1s .3s;-webkit-animation: anim-moema-1 .3s forwards;animation: anim-moema-1 .3s forwards}
.page4 .con .tables .top .item_con{width: 710px;}
.page4 .con .tables .top .item_con .swiper-wrapper{flex-wrap: wrap;justify-content: space-around;}
.page4 .con .tables .top .item_con .swiper-slide{width:345px;height:150px;background: url(../images_new/page4Item1.png) no-repeat center top;padding: 0 18px;box-sizing: border-box;display: flex;align-items: flex-start;flex-direction: column;justify-content: center;margin-bottom: 10px;}
.page4 .con .tables .top .item_con .swiper-slide:nth-child(2){background-image: url(../images_new/page4Item2.png);}
.page4 .con .tables .top .item_con .swiper-slide:nth-child(3){background-image: url(../images_new/page4Item3.png);}
.page4 .con .tables .top .item_con .swiper-slide:nth-child(4){background-image: url(../images_new/page4Item4.png);}
.page4 .con .tables .top .item_con .swiper-slide h4{font-size: 14px;color: #333333;}
.page4 .con .tables .top .item_con .swiper-slide p{font-size: 14px;line-height: 140%;margin-top: 10px;padding-right: 71px;}
.page4 .con .tables .top1 .item_con .swiper-slide:nth-child(1){background-image: url(../images_new/page4_2Item1.png);}
.page4 .con .tables .top1 .item_con .swiper-slide:nth-child(2){background-image: url(../images_new/page4_2Item2.png);}
.page4 .con .tables .top1 .item_con .swiper-slide:nth-child(3){background-image: url(../images_new/page4_2Item3.png);}
.page4 .con .tables .top1 .item_con .swiper-slide:nth-child(4){background-image: url(../images_new/page4_2Item4.png);}
.page4 .con .tables .top2 .item_con .swiper-slide:nth-child(1){background-image: url(../images_new/page4_3Item1.png);}
.page4 .con .tables .top2 .item_con .swiper-slide:nth-child(2){background-image: url(../images_new/page4_3Item2.png);}
.page4 .con .tables .top2 .item_con .swiper-slide:nth-child(3){background-image: url(../images_new/page4_3Item3.png);}
.page4 .con .tables .top2 .item_con .swiper-slide:nth-child(4){background-image: url(../images_new/page4_3Item4.png);}
.page4 .con .tables .top3 .item_con .swiper-slide:nth-child(1){background-image: url(../images_new/page4_4Item1.png);}
.page4 .con .tables .top3 .item_con .swiper-slide:nth-child(2){background-image: url(../images_new/page4_4Item2.png);}
.page4 .con .tables .top3 .item_con .swiper-slide:nth-child(3){background-image: url(../images_new/page4_4Item3.png);}
.page4 .con .tables .top3 .item_con .swiper-slide:nth-child(4){background-image: url(../images_new/page4_4Item4.png);}
.page4 .con .bottom{background: #343434;height: 146px;display: flex;align-items: center;justify-content: space-between;}
.page4 .con .bottom .title_left{margin-left: 66px;color: #dfce95;font-size: 20px;}
.page4 .con .bottom .title_left span{font-size: 14px;display: block;}
.page4 .con .bottom .title_left span b{font-size: 24px;}
.page4 .con .bottom .list_con{width: 847px;padding-right: 20px;}
.page4 .con .bottom .list_con .swiper-wrapper{    justify-content: space-between;}
.page4 .con .bottom .list_con .swiper-slide{width:204px;height:79px;background: url(../images_new/page4list1.png) no-repeat center top;padding: 0 18px;box-sizing: border-box;color: #951930;display: flex;flex-direction: column;justify-content: center;}
.page4 .con .bottom .list_con .swiper-slide h4{font-size: 16px;}
.page4 .con .bottom .list_con .swiper-slide p{font-size: 14px;}

.page5 .swiper-slide{width: 395px;height: 250px;padding: 0 46px 0 30px;box-sizing: border-box;background: url(../images_new/icon3.png) no-repeat center right;}
.page5 .swiper-slide:last-child{background:none;}
.page5 .swiper-slide h4{color: #333333;font-size: 18px;padding-top: 72px;position: relative;}
.page5 .swiper-slide h4::after{content: '';width:52px;height:52px;background: url(../images_new/pop1.png) no-repeat center top;position: absolute;top: 0;left: 0;}
.page5 .swiper-slide p{font-size: 14px;color: #666666;margin-top: 10px;line-height: 150%;}
.page5 .swiper-slide2 h4::after{background-image: url(../images_new/pop2.png)}
.page5 .swiper-slide3 h4::after{background-image: url(../images_new/pop3.png)}
.page5 .swiper-slide4 h4::after{background-image: url(../images_new/pop1.png)}
.page5 .swiper-pagination-bullet-active{background: #a64053;}




/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;}
.xdf_slide .xdf_slidebtn{width: 118px;height: 30px;color: #ffffff;text-align: center;font-size: 16px;line-height: 30px;bottom: 10px;}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img {background: url(../images_new/bottomFormImg.png) no-repeat center top;height: 112px;width: 199px;bottom: initial;margin: 0;top: 20px;left: 0px;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background:#af2310;color: #ffffff;font-size: 16px;font-weight: bold;}
.xdf_bottomForm_title_img .xdf_bottomForm.form-wrap.form-wrap-flex form{position: relative;z-index: 9;}

@keyframes anim-moema-1 {
    60% {
    -webkit-transform:scale3d(.8, .8, 1);
    transform:scale3d(.8, .8, 1)
    }
    85% {
    -webkit-transform:scale3d(1.1, 1.1, 1);
    transform:scale3d(1.1, 1.1, 1)
    }
    100% {
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}
@-webkit-keyframes anim-moema-2 {
    to {
    opacity:0;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}
@keyframes anim-moema-2 {
    to {
    opacity:0;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
    }
}
.pinxuanBgRed1{background: url(../images_new/pinxuanBg.jpg) !important;}

@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}

    .m1200{width: 94%;}
	.header_banner{height: 5.04rem;background: url(../images_new/m_bannerBg.jpg) no-repeat center top;background-size: 100% 100%;}
	.header_banner .banner_img{padding: 0.5rem 0 0 0;}
	.header_banner .banner_img img{width: 6.68rem;height: 2.84rem;margin: 0 auto;}
	
	
	.page{padding: .5rem 0;}
	.page h2.tit{margin: 0 auto .35rem;}
	.page h2.tit img{width: 100%;}
	.header_banner .banner_img .telyBtn{width: 3.4rem;height: 0.46rem;line-height: 0.46rem;margin: 0.4rem auto 0;border-radius: 0.5rem;font-size: 0.24rem;}
	.header_banner .banner_img .telyBtn .resertion{width: 1.98rem;border-radius: 0.5rem;margin-right: -0.1rem;}
	.page .btn{width: 3.16rem;height: 0.68rem;background: #a53249;color: #ffffff;font-weight: bold;font-size: 0.26rem;display: block;margin: 0.32rem auto 0;border-radius: 0.4rem;text-align: center;line-height: 0.68rem;}

	.page1{padding-bottom: 0;}
	.page1 ul{flex-wrap: wrap;flex-direction: column;}
	.page1 ul li{width: 100%;height: auto;border-radius: 0.2rem;padding:0.28rem 0.3rem;margin-bottom: 0.2rem;text-align: left;}
	.page1 ul li:hover{margin-top: 0;}
	.page1 ul li h3{font-size: 0.28rem;padding-top: 0rem;text-align: left;}
	.page1 ul li h3::after{width: 0.7rem;height: 0.64rem;background-size: contain;top: -0.1rem;left: auto;right: 0.12rem;}
	.page1 ul li p{font-size: 0.24rem;margin-top: 0.1rem;text-align: left;}
	
	.page2{padding-top: 0.5rem;padding-bottom: 0;}
	.page2 .txt p{width: 94%;padding: 0;font-size: 0.28rem;line-height: 0.48rem;margin:0 auto 0.38rem;}
	.page2 .txt{height: auto;padding: 0.32rem 0;box-sizing: border-box;border-radius: 0.2rem;}
	.page2 .txt ul{flex-wrap: wrap;}
	.page2 .txt ul li{width: 3.36rem;height:1rem;border-radius: .2rem;margin: 0 0 .5rem 0;padding: 0.45rem 0 0 0;display: flex;justify-content: center;flex-direction: column;}
	.page2 .txt ul li:hover{margin-top: 0;}
	.page2 .txt ul li:last-child{margin: 0;}
	.page2 .txt ul li img{top: 0rem;width: .6rem;height: .6rem;margin-top: -.3rem;}
	.page2 .txt ul li h4{font-size: .28rem;line-height: .3rem;margin: 0 0 .14rem 0;}
	.page2 .txt ul li span{font-size: .2rem;line-height: .28rem;display: none;}
	.page2 .btn{margin-top: 0;}
	
	.page3{padding-top: .6rem;background: url(../images_new/m_page3Bg.jpg?1) no-repeat center top;background-size: cover;}
	.page3 .con{margin-top: 0;flex-direction: column;}
	.page3 .m1200{flex-direction: column;}
	.page3 .tit{}
	.page3 .m1200 .l{width: 100%;height: auto;padding: .5rem .6rem;border-width: .04rem;border-radius: .2rem;margin: 0 0 .55rem 0;}
	.page3 .m1200 .l .tit h2{font-size: 0.34rem;}
	.page3 .m1200 .l .tit span{font-size: 0.18rem;}
	.page3 .m1200 .l p{font-size: .24rem;line-height: .44rem;margin: 0rem 0 0 0;text-align: justify;}
	.page3 .m1200 .r{width:94%;margin: 0 auto;padding: 0;}
	.page3 .m1200 .r li{padding: 0.2rem 0 0 0;margin: 0 0 .28rem 0;background-size: .5rem .5rem;background-position: 0 0.1rem;}
	.page3 .m1200 .r h4{font-size: .28rem;line-height: .32rem;margin: 0 0 .1rem 0;padding-left: 0.6rem;}
	.page3 .m1200 .r p{font-size: .24rem;line-height: .34rem;margin-top: 0.2rem;}
	.page3 .m1200 .l .qtBtn{width: 5rem;height: .8rem;line-height: .8rem;font-size: .28rem;border-radius: .4rem;text-align: center;margin: .4rem auto 0;color: #ffffff;font-weight: bold;padding: 0 0 0 1.5rem;display: flex;    background: url(../images_new/right.png) no-repeat left 0.3rem;}

	.page4{padding-bottom: 0rem;}
	.page4 .tit p{font-size: 0.18rem;margin-top: 0;}
	.page4 .con{padding: 0.25rem;}
	.page4 .con .tabs{flex-wrap: wrap;}
	.page4 .con .tabs span{width: 3.14rem;height: 0.64rem;line-height: 0.64rem;font-size: 0.24rem;margin-bottom: 0.2rem;}
	.page4 .con .tabs span.active{font-size: 0.26rem;}
	.page4 .con .tabs span.active::after{width: 0.19rem;height: 0.13rem;background-size: contain;bottom: -0.13rem;}
	.page4 .con .tables{margin-top: 0.2rem;}
	.page4 .con .tables .top{padding: 0.38rem;flex-direction: column;height: 6.5rem;}
	.page4 .con .tables .top .dec,
	.page4 .con .tables .top .item_con{width: 100%;}
	.page4 .con .tables .top .item_con{margin-top: 0.2rem;}
	.page4 .con .tables .top .item_con ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
	.page4 .con .tables .top .item_con ul li{font-size: 0.24rem;color: #666666;width: 50%;font-weight: normal;margin-top: 0.1rem;}
	.page4 .con .tables .top .item_con ul li h4{font-weight: normal;line-height: 0.32rem;position: relative;padding-left: 14px;}
	.page4 .con .tables .top .item_con ul li h4::after{content: '·';font-size: 0.5rem;color: #94122d;position: absolute;left: 0;top: 0;margin: auto;line-height: ;}
	.page4 .con .tables .top h3{font-size: 0.3rem;margin-bottom: 0.1rem;}
	.page4 .con .tables .top .dec_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.page4 .con .tables .top .dec_list p{font-size: 0.24rem;width: 50%;}
	.page4 .con .tables .top .item_con .swiper-container-table{padding-bottom: 0.6rem;}
	.page4 .con .tables .top .item_con .swiper-wrapper{flex-wrap: nowrap;}
	.page4 .con .tables .top .item_con .swiper-slide{width: 5.66rem;height: 2.4rem;background-size: cover;padding: 0 0.26rem;margin-bottom: 0;border-radius: 0.1rem;}
	.page4 .con .tables .top .item_con .swiper-slide h4{font-size: 0.24rem;}
	.page4 .con .tables .top .item_con .swiper-slide p{font-size: 0.22rem;padding-right: 0rem;margin-top: 0.2rem;}
	.page4 .con .bottom{height: auto;padding: 0.36rem 0 0rem 0;    flex-direction: column;align-items: flex-start;}
	.page4 .con .bottom .title_left{margin-left: 0.4rem;font-size: 0.25rem;}
	.page4 .con .bottom .swiper-container{padding-left: 0.4rem;}
	.page4 .con .bottom .title_left span{font-size: 0.18rem;line-height: 0.3rem;}
	.page4 .con .bottom .title_left span b{font-size: 0.3rem;}
	.page4 .con .bottom .list_con{width: 100%;padding-right: 0.2rem;margin-top: 0.2rem;}
	.page4 .con .tables .top .dec_list p span em{font-size: 0.2rem;}
	.page4 .con .bottom .list_con .swiper-wrapper{padding-bottom: 0.6rem;}
	.page4 .con .bottom .list_con .swiper-slide{width: 3.02rem;height: 1.2rem;background-size: contain;padding: 0 0.24rem;}
	.page4 .con .bottom .list_con .swiper-slide h4{font-size: 0.24rem;line-height: 120%;}
	.page4 .con .bottom .list_con .swiper-slide p{font-size: 0.2rem;}
	.page4 .swiper-pagination-bullet-active{background: #dfce95;}

	.page5{padding-bottom: 0;}
	.page5 .con{background: url(../images_new/icon3.png) no-repeat center left;position: relative;background-size: contain;margin-top: 0.2rem;}
	.page5 .con::after{content: '';position: absolute;top: 0;bottom: 0;right: 0;margin: auto;background: url(../images_new/icon3.png) no-repeat center left;height: 100%;width: 0.05rem;background-size: contain;}
	.page5 .swiper-container-page5{padding-bottom: 0.7rem;}
	.page5 .swiper-slide{width: 100%;height: auto;padding: 0 0.62rem;background: none;}
	.page5 .swiper-slide h4{font-size: 0.3rem;padding-top: 1.24rem;}
	.page5 .swiper-slide h4::after{width: 0.89rem;height: 0.89rem;background-size: contain;}
	.page5 .swiper-slide p{font-size: 0.24rem;margin-top: 0.24rem;}

	.videoBgRed1 .video_wrap{background-image: url(../images_new/m_pinxuanBg.jpg) !important;}
}