.cursor{cursor: pointer;}
.box-sizing{box-sizing: border-box;}
/* 按钮放大缩小 */
.btnBigOrSmall{-webkit-animation: ball-scale-multiple 1s 0s linear infinite alternate;animation: ball-scale-multiple 1s 0s linear infinite alternate;}

.flex{display: flex;}
.flex-column{display: flex;flex-direction: column;}
.flex-justify-center{display: flex;justify-content: center;}
.flex-justify-between{display: flex;justify-content: space-between;}
.flex-justify-around{display: flex;justify-content: space-around;}
.flex-items-center{display: flex;align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.flex-align-self{align-self: flex-end;}


.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;}

body.sem .rightMenu{display: flex !important;}
.newHeader{display: none;}
#iconDiv1{display: none;}
.isPc2{display: none;}
.rightMenu .form-wrap form .label input,g .rightMenu .form-wrap form .label select{padding-left: 0;}



.header_banner{width: 100%;height: 467px;background-repeat: no-repeat;background-position: center top;background-image: url(../images/bannerBg.jpg);}
.header_banner .m1200{padding: 70px 0 0 0;display: flex;justify-content: space-between;overflow: hidden;position: relative;}
.header_banner .logo{position: absolute;top: 10px;left: 10px;}
.header_banner .banner_img{margin-top: 35px;margin-left: 80px;}
.header_banner .form-wrap{width: 382px;height: 200px;margin: 80px 70px 0 0;box-sizing: border-box;background: #ffffff;border-radius: 20px;background: linear-gradient(0deg, #92b6e5, #ffffff);box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);}
.header_banner .form-wrap form{display: flex;flex-direction: column;padding: 50px 30px;align-items: center;}
.header_banner .form-wrap form .label{ width: 100%; height: 50px;border-radius: 10px !important;border-color: #c7c7c7;overflow: hidden;border-radius: 25px !important;}
.header_banner .form-wrap form h4{font-size: 24px;line-height: 28px;font-size: 24px;font-weight: bold;color: #333333;}
.header_banner .form-wrap form h4 em{font-weight: bold;color: #0a78ce;}
.header_banner .form-wrap form h5{font-size: 14px;color: #999999;font-weight: normal;letter-spacing: 12px;}
.header_banner .form-wrap form .label input,.header_banner .form-wrap form .label select{padding: 0 0 0 11px;height:48px;line-height: 48px;}
.header_banner .form-wrap form .tiaokuan{font-size: 11px;line-height: 30px;text-align: left;}
.header_banner .form-wrap form .xdf_formbtn{width: 100%;height: 50px;line-height: 50px;border-radius: 25px;font-size: 16px;color: #ffffff;font-weight: bold;background: linear-gradient(to right,#fdbe4f,#ef7f2c);cursor: pointer;box-shadow: 0 20zpx 40px 0 rgba(239, 150, 44, .3);}

.page {padding: 50px 0;}
.page .tit {font-size: 34px;line-height: 40px;height: 60px;color: #333333;margin: 0 0 30px 0;text-align: center;font-weight: normal;}
.page .tit .t1{font-size: 40px;display: inline-block;padding: 0 10px;position: relative;font-weight: bold;margin: 0 5px;}
.page .tit .t1::before,.page .tit .t1::after{content: '';width: 8px;height: 17px;box-sizing: border-box;position: absolute;}
.page .tit .t1::before{left: 0;top: 0;border-top: 2px solid #ef962c;border-left: 2px solid #ef962c;}
.page .tit .t1::after{right: 0;bottom: 0;border-right: 2px solid #ef962c;border-bottom: 2px solid #ef962c;}
.page .tit .t2{font-size: 14px;color: #999999;display: block;letter-spacing: 12px;line-height: 14px;margin-top: 10px;font-weight: normal;}


/* page1 */
.page1 p{font-size: 14px;color: #333333;line-height: 26px;text-align: center;}
.page1 p a{color: #064ba1;font-weight: bold;background: url(../images/page1ABg.png) no-repeat center bottom;}

.page1 ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 10px 0 0 0;}
.page1 ul li{width: 590px;padding: 20px 0;border-radius: 20px;box-shadow: 0 0 7px 0 rgba(175, 216, 255, .58);background: #e3eef9;margin: 20px 0 0 0;}
.page1 ul li.w100{width: 100%;display: flex;justify-content: center;}
.page1 ul li .txts img{margin: 0 0 0 25px;}
.page1 ul li dl{text-align: center;}
.page1 ul li.w100 dl{text-align: left;border-right: 1px dashed #a4c1df;padding: 0 20px 0 0;}
.page1 ul li dl dt{font-size: 18px;color: #064ba1;line-height: 28px;font-weight: bold;margin: 0 0 5px 0;}
.page1 ul li dl dt i{width: 28px;height: 28px;border-radius: 14px;font-size: 18px;color: #ffffff;background: #c2d5e8;text-align: center;line-height: 28px;display: inline-block;margin: 0 10px 0 0;}
.page1 ul li dl dt dd{font-size: 16px;color: #333333;font-size: 16px;color: #333333;line-height: 28px;}
.page1 ul li dl dd strong{font-weight: bold;}
.page1 .btn{width: 352px;height: 46px;line-height: 46px;border-radius: 23px;text-align: center;font-size: 16px;display: block;margin: 30px auto 0;background: linear-gradient(to right,#fdbe4f,#ef7f2c);color: #ffffff;font-weight: bold;}
.bg1{background: #edf4fb;}


/* page2 */
.page2-swiper{width: 100%;}
.page2-swiper .swiper-slide{width: 393px;height: 335px;border-radius: 20px;background: url(../images/page2SlideBg.png) no-repeat center center;padding: 18px 0 0;box-sizing: border-box;box-shadow: 0 0 10px 0 rgba(44, 162, 244, .14);overflow: hidden;}
.page2-swiper .swiper-slide h4{text-align: center;font-size: 20px;font-weight: bold;line-height: 50px;color: #379fe7;}
.page2-swiper .swiper-slide .txt{height: 211px;padding: 20px 35px 0;box-sizing: border-box;position: relative;}
.page2-swiper .swiper-slide .txt dt{font-size: 14px;color: #666666;font-weight: bold;line-height: 30px;position: relative;padding: 0 0 0 10px;}
.page2-swiper .swiper-slide .txt dt::before{position: absolute;content: "";left:0;top: 0;bottom: 0;margin: auto 0;width: 3px;height: 3px;background: #f3864f;}
.page2-swiper .swiper-slide .txt dd{font-size: 14px;color: #666666;line-height: 30px;padding: 0 0 0 10px;}
.page2-swiper .swiper-slide .txt dd i{font-size: 12px;}
.page2-swiper .swiper-slide .txt p{position: absolute;right: 25px;bottom: 10px;font-size: 12px;color: #666666;}
.page2-swiper .swiper-slide .bottom{height: 56px;line-height: 56px;display: flex;justify-content: center;background: #1c8cda;align-items: center;width: 100%;}
.page2-swiper .swiper-slide .bottom h5{font-size: 16px;color: #ffffff;font-weight: bold;}
.page2-swiper .swiper-slide .bottom a{width: 116px;height: 32px;line-height: 32px;border-radius: 16px;background: linear-gradient(to right,#fdbe4f,#ef7f2c);text-align: center;font-size: 14px;color: #ffffff;font-weight: bold;margin: 0 0 0 25px;}



/* page3 */
.page3 .con .swiper-container-gwtd{padding:10px 0px 15px;}
.page3 .con .swiper-container-gwtd .swiper-pagination{bottom: 0;}
.page3 .con .swiper-slide{width: 282px;height: 330px;background: linear-gradient(180deg,#e7f5ff 0%,#ffffff 50%,#ffffff 100%);padding: 20px 20px 0 20px;box-sizing: border-box;border-radius: 20px;box-shadow: 0 0 8px 0 rgba(202, 202, 202, .3);}
.page3 .con .swiper-slide .gwImg_wrap{width: 73px;height: 73px;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.page3 .con .swiper-slide img{margin: 0 auto;display: block;width: 100%;}
.page3 .con .swiper-slide .consultant{width:100%;text-align:center;}
.page3 .con .swiper-slide .consultant .consult{border-bottom: 1px dashed #bdd7eb;padding-bottom: 15px;}
.page3 .con .swiper-slide .consultant .ConsultName{height:28px;line-height:28px;font-size:16px;color:#333333;overflow:hidden;padding-top:10px;}
.page3 .con .swiper-slide .consultant .ConsultTitle{height:16px;line-height:16px;font-size:12px;color:#666666;overflow:hidden;}
.page3 .con .swiper-slide .consultant p.Profile{display:none;}
.page3 .con .swiper-slide .consultant .Profile{padding: 10px 0 0 0;height: 110px;box-sizing: border-box;}
.page3 .con .swiper-slide .consultant .Profile p{font-size: 14px;line-height: 26px;text-align: left;color: #333333;}
.page3 .con .swiper-slide .consultant .Profile p b{font-weight: normal;color: #999999;}
.page3 .con .swiper-slide .consultant .btn{width:160px;height:28px;line-height:28px;font-size:14px;color:#ffffff;background:linear-gradient(to right,#fdbe4f,#ef7f2c);display:block;margin:5px auto 0;border-radius:14px;}
.page3 .con .swiper-container-gwtd .swiper-pagination-bullet-active{background: #d6163a;}




/* page4 */
.page4 {background: #ffffff;}
.page4 .txts{display: flex;width: 590px;height: 316px;border-radius: 20px;background: #ffffff;overflow: hidden;border: 1px solid rgba(230, 230, 230, .8);box-sizing: border-box;}
.page4 .txts .l_txt{width: 235px;padding: 30px 30px 0 20px;box-sizing: border-box;background: #136cc3;display: flex;flex-direction: column;}
.page4 .txts .l_txt img{width: 87px;height: 87px;margin: 0 auto;}
.page4 .txts .l_txt h3{font-size: 24px;color: #b6d4b1;line-height: 24px;margin: 15px auto 25px;}
.page4 .txts .l_txt dl{font-size: 14px;line-height: 20px;margin: 0 0 4px 0;}
.page4 .txts .l_txt dl dt{color: #b6d4b1;position: relative;padding-right: 10px;float: left;}
.page4 .txts .l_txt dl dt::after{position: absolute;bottom: 0;top: 0;margin: auto;content: ":";right: 3px;}
.page4 .txts .l_txt dl dd{color: #ffffff;font-weight: bold;}
.page4 .txts .r_txt{width: 235px;background-color: #ffffff;background-repeat: no-repeat;background-position: 262px 0px;flex: 1;padding: 0 25px;box-sizing: border-box;}
.page4 .txts .r_txt h4{padding: 15px 30px 0 20px;border-bottom: 1px solid rgba(51, 51, 51, .2);position: relative;height: 90px;box-sizing: border-box;display: flex;align-items: center;}
.page4 .txts .r_txt h4::before,.page4 .txts .r_txt h4::after{position: absolute;content: "";width: 12px;height: 10px;}
.page4 .txts .r_txt h4 p{font-size: 14px;color: #9b9b9b;line-height: 20px;font-weight: normal;}
.page4 .txts .r_txt h4::before{background: url(../images/icon2.png) no-repeat center center;left: 0;top: 10px;}
.page4 .txts .r_txt h4::after{background: url(../images/icon3.png) no-repeat center center;top: 70px;right: 12px;}
.page4 .txts .r_txt .txt{padding: 45px 0 0 0;background: url(../images/icon4.png) no-repeat left 15px;}
.page4 .txts .r_txt .txt p{font-size: 14px;color: #333333;line-height: 20px;height: 140px;overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;margin: 0 0 10px 0;}
.page4 .txts .r_txt .txt a{font-size: 14px;color: #fd8017;line-height: 14px;text-align: right;display: block;font-weight: bold;}
.page4 .txts .r_txt .txt a:hover{color: #f89746;}




/* page5 */
.page5 ul{display: flex;justify-content: space-between;}
.page5 ul li{width: 388px;height: 322px;border-radius: 10px;background: linear-gradient(to bottom,#7eade4 20%,#ffffff 55%);border: 2px solid #ffffff;display: flex;flex-direction: column;align-items: center;text-align: center;padding-top: 55px;box-sizing: border-box;box-shadow: 0 8px 9px 0 rgba(64, 37, 135, .08);position: relative;}
.page5 ul li::before{width: 68px;height: 56px;position: absolute;content: "";background: url(../images/page5Icon1.png) no-repeat center center;top: 20px;z-index: 1;}
.page5 ul li:nth-of-type(2):before{width: 88px;height: 56px;position: absolute;content: "";background: url(../images/page5Icon2.png) no-repeat center center;top: 20px;z-index: 1;}
.page5 ul li:nth-of-type(3)::before{width: 89px;height: 56px;position: absolute;content: "";background: url(../images/page5Icon3.png) no-repeat center center;top: 20px;z-index: 1;}
.page5 ul li .txt{width: 340px;padding: 25px 0 10px;background: #ffffff;border-radius: 10px;box-shadow: 0 -3px 5px 0 rgba(126, 173, 228, .4);position: relative;z-index: 2;}

.page5 ul li .txt h4{font-size: 20px;color: #064ba1;margin: 0 0 20px 0;position: relative;}
.page5 ul li .txt h4::before{position: absolute;left: 0;right: 0;margin: 0 auto;content: "";background: url(../images/page5before.png) no-repeat center center;width: 33px;height: 5px;top: 35px;}
.page5 ul li .txt dd{font-size: 14px;color: #333333;line-height: 22px;}
.page5 ul li .txt p{font-size: 14px;line-height: 22px;color: #333333;}
.page5 ul li .txt p span,.page5 ul li .txt dd span{color: #fd8017;font-weight: bold;}
.page5 ul li .txt p strong{font-weight: bold;}
.page5 ul li a{width: 200px;height: 34px;border-radius: 17px;border: 1px solid #ef7f2c;text-align: center;line-height: 34px;font-size: 14px;color: #fd8017;position: absolute;left: 0;right: 0;z-index: 3;bottom: 30px;margin: 0 auto;}
.page5 ul li a:hover{background: linear-gradient(to right,#fdbe4f,#ef7f2c);color: #ffffff;;}




/* xdf_bottomForm 底部表单隐藏，去掉isPc */
.xdf_slide{display: block;background: url(../images/xdf_slideBg.png) no-repeat center center;width: 174px;height: 194px;}
.xdf_slide span{font-size: 14px;color: #ffffff;display: block;height: 26px;line-height: 26px;text-align: center;width: 112px;background: linear-gradient(to right,#fdbe4f,#ef7f2c);border-radius: 50px;font-weight: bold;margin: 124px auto 0;box-shadow:  0 8px 15px 2px rgba(123, 186, 199, .7);}
#xdf_bottomForm{display: none;}
.xdf_bottomForm_new .ax_img { background: url(../images/bottomFormImg.png) no-repeat center top;height: 193px;bottom: -40px;margin: auto 0;}
.xdf_bottomForm_new .xdf_bottomForm.form-wrap .xdf_formbtn{background: linear-gradient(to right,#fdbe4f,#ef7f2c);}
@media screen and (min-width:1000px) {
    .page4 .page3-swiper .swiper-slide:hover{box-shadow: 0 0 16px 5px #dadada;-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px)}
    .page4 .page3-swiper .swiper-slide:hover  .dec .text{color:#bf3048;}
}

@media screen and (max-width:1000px) {
    .xdf_slide{display: none;}

    body.sem .rightMenu{display: none !important;}
    .m1200{width: 94%;}
    .header_banner .logo img{width: 68%;}
    .header_banner{height:8.10rem;background: url(../images/m_bannerBg.jpg) no-repeat center top;background-size: cover;}
    .header_banner .m1200{flex-direction: column;align-items: center;padding: 1.39rem 0 0 0;}
    .header_banner .banner_img {margin:0 auto;}
    .header_banner img{width: 100%;}
    .header_banner .form-wrap{width: 100%;height: 3rem;margin: 0;}
    .header_banner .form-wrap form{padding:.6rem .7rem 0;}
    .header_banner .form-wrap form h4{font-size: .5rem;line-height: .5rem;margin: 0 0 .3rem 0;}
    .header_banner .form-wrap form .label{height: .86rem;}
    .header_banner .form-wrap form .label input, .header_banner .form-wrap form .label select{height: .86rem;line-height: .86rem;}
    .header_banner .form-wrap form .xdf_formbtn {height: 0.8rem;line-height: 0.8rem;border-radius: 0.5rem;font-size: 0.24rem;box-shadow: 0 22px 40px 0 rgba(77, 51, 145, .3);}

    .page{padding: .5rem 0;}
    .page .tit{font-size: .34rem;line-height: .4rem;margin: 0 0 .3rem 0;height: .75rem;}
    .page .tit .t1{font-size: .4rem;line-height: .4rem;margin: 0 .05rem;padding: 0 .15rem;}
    .page .tit .t1::before,.page .tit .t1::after{border-width: .02rem;}
    .page .tit .t2{font-size: .2rem;margin-top: .1rem;line-height: .2rem;letter-spacing: .2rem;}



    /* page1 */
    .page1 ul{display: none;}
    .page1 .swiper-container{padding-bottom: .5rem;}
    .page1 .swiper-slide{width: 100%;background: #e3eef9;border-radius: .1rem;padding: .3rem .25rem;box-sizing: border-box;}
    .page1 .swiper-slide dl{margin: .07rem 0;padding: 0 .2rem;}
    .page1 .swiper-slide dl dt{font-size: .3rem;color: #064ba1;font-weight: bold;line-height: .48rem;margin: 0 0 .18rem 0;}
    .page1 .swiper-slide dl dt i{width: .48rem;height: .48rem;line-height: .48rem;text-align: center;background: #c2d5e8;border-radius: 50%;font-size: .28rem;color: #ffffff;display: inline-block;margin: 0 .2rem 0 0;}
    .page1 .swiper-slide dl dd{font-size: .26rem;line-height: .4rem;}
    .page1 .swiper-slide .txt{width: 6.25rem;height: 2.51rem;margin: .3rem auto;}
    .page1 .swiper-slide .txt img{width: 100%;margin: 0 auto;}
    .page1 .swiper-pagination{bottom: 0;}
    .page1 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page1 .swiper-pagination-bullet-active{background: #fbb449;}

    .page1 .btn, .page4 .btn, .page5 .btn{width: 5.5rem;height: .8rem;line-height: .8rem;border-radius: .4rem;font-size: .26rem;background: linear-gradient(to right,#fdbe4f,#ef7f2c);box-shadow: 0 .2rem .4rem 0 rgba(239, 150, 44, .3);margin: .2rem auto 0;display: block;text-align: center;color: #ffffff;font-weight: bold;}


    .bg1{background: none;}
    /* page2 */
    .page2{padding-bottom: .2rem;}
    .page2 .swiper-container{padding-bottom: .5rem;}
    .page2-swiper .swiper-slide{width: 100%;height: 5.52rem;border-radius: .15rem;padding: .25rem 0 0 0;background: url(../images/m_page2SlideBg.png) no-repeat center center;background-size: cover;border-radius: .15rem;}
    .page2-swiper .swiper-slide h4{line-height: .7rem;font-size: .3rem;}
    .page2-swiper .swiper-slide .txt {padding: 12px .45rem  0;height: 3.63rem;}
    .page2-swiper .swiper-slide .txt dt{font-size: .26rem;line-height: .48rem;}
    .page2-swiper .swiper-slide .txt dd{font-size: .26rem;line-height: .48rem;}
    .page2-swiper .swiper-slide .txt p{font-size: .2rem;bottom: .1rem;}
    .page2-swiper .swiper-slide .bottom{height: .9rem;line-height: .9rem;}
    .page2-swiper .swiper-slide .bottom h5{font-size: .3rem;}
    .page2-swiper .swiper-slide .bottom a{font-size: .26rem;width: 1.95rem;height: .56rem;line-height: .56rem;border-radius: .28rem;margin-left: .45rem;}
    .page2 .swiper-pagination{bottom: 0;}
    .page2 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page2 .swiper-pagination-bullet-active{background: #fbb449;}

    /* page3 */
    .page3 .m1200{width: 100%;}
    .page3 .con .swiper-container-gwtd{padding: .2rem 0 .15rem 0;}
    .page3 .con .swiper-slide{width: 4.4rem;height: 5.4rem;display: flex;flex-direction: column;align-items: center;padding: .35rem 0 0;box-sizing: border-box;transform: scale(0.9);transition: 300ms;box-shadow: 0 .02rem .16rem 0 rgba(202, 202, 202, .61);border-radius: .2rem;}
    .page3 .con .swiper-slide .gwImg_wrap{width: 1.2rem;height: 1.1rem;border-radius: 50%;}
    .page3 .con .swiper-slide .consultant{height: 1rem;}
    .page3 .con .swiper-slide .consultant .consult{border: 0;padding: 0;}
    .page3 .con .swiper-slide .consultant .ConsultName{font-size: .28rem;}
    .page3 .con .swiper-slide .consultant .ConsultTitle{font-size: .22rem;line-height: .24rem;margin: .1rem 0 .2rem 0;}
    .page3 .con .swiper-slide .consultant .Profile{padding: 0 .15rem 0;height: 1.75rem;}
    .page3 .con .swiper-slide .consultant .Profile p{text-align: left;padding: 0 .2rem;font-size: .26rem;line-height: .36rem;}
    .page3 .con .swiper-slide .consultant .btn{width: 2.8rem;height: .56rem;line-height: .56rem;font-size: .26rem;border-radius: .28rem;background: linear-gradient(to right,#fdbe4f,#ef7f2c);margin: .1rem auto 0;}
    .page3 .swiper-slide.swiper-slide-active{transform: scale(1);}

    /* page4 */
    .page4 .page1-swiper{padding: 0 0 .5rem 0;}
    .page4 .txts{width: 100%;height: 5.2rem;border-radius: .2rem;}
    .page4 .txts .l_txt{width: 2.44rem;padding: .3rem .15rem 0;}
    .page4 .txts .l_txt img{width: 1rem;height: 1rem;}
    .page4 .txts .l_txt h3{font-size: .34rem;line-height: .34rem;margin: .25rem auto .15rem;}
    .page4 .txts .l_txt dl{flex-direction: column;align-items: center;font-size: .26rem;margin: 0 0 .1rem 0;display: flex;}
    .page4 .txts .l_txt dl dt{padding-right: 0;}
    .page4 .txts .l_txt dl dt::after{position: inherit}
    .page4 .txts .l_txt dl dd{line-height: .32rem;font-weight: bold;text-align: center;}
    .page4 .txts .r_txt{width: 4.45rem;padding:  0 .3rem 0 .15rem;background-size: 1.31rem .81rem;background-position: 3.5rem .2rem;}
    .page4 .txts .r_txt h4{padding: .5rem .6rem .5rem .1rem;height: 1.7rem;}
    .page4 .txts .r_txt h4 p{font-size: .24rem;line-height: .34rem;}
    .page4 .txts .r_txt h4::before, .page4 .txts .r_txt h4::after{width: .2rem;height: .16rem;}
    .page4 .txts .r_txt h4::before{top: .15rem;}
    .page4 .txts .r_txt h4::after{right: .2rem;top: 1.2rem;}
    .page4 .txts .r_txt .txt{padding: .85rem .1rem 0;background-size: 1.2rem;background-position-x: .1rem;}
    .page4 .txts .r_txt .txt p{font-size: .24rem;line-height: .34rem;height: 1.68rem;overflow:hidden;text-overflow:ellipsis;display: block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
    .page4 .txts .r_txt .txt a{font-size: .28rem;line-height: .28rem;margin: .3rem 0;font-weight: normal;}
    .page4 .page4-swiper{padding-bottom: .5rem;}
    .page4 .swiper-pagination{bottom: 0;}
    .page4 .swiper-pagination-bullet{width: .14rem;height: .14rem;background: #ebebeb;opacity: 1;}
    .page4 .swiper-pagination-bullet-active{background: #fbb449;}


    /*page5*/
    .page5{padding-top: .2rem;}
    .page5 .tit{height: 1.2rem;line-height: .46rem;}
    .page5 ul{flex-direction: column;}
    .page5 ul li{width: 100%;height: 4.03rem;padding: 0;border-radius: .1rem;box-shadow: none;padding: .3rem;box-sizing: border-box;background: linear-gradient(to right,#7eade4,#ffffff);margin: .05rem 0;}
    .page5 ul li::before{z-index: 3 !important;}
    .page5 ul li:nth-of-type(1)::before{width: .68rem;height: .56rem;background-size: .68rem .56rem;right: .5rem;top: .6rem;}
    .page5 ul li:nth-of-type(2)::before{width: .88rem;height: .56rem;background-size: .88rem .56rem;right: .5rem;top: .6rem;}
    .page5 ul li:nth-of-type(3)::before{width: .89rem;height: .56rem;background-size: .89rem .56rem;right: .5rem;top: .6rem;}
    .page5 ul li .txt{padding: .4rem .3rem 0;height: 3.43rem;width: 100%;border-radius: .1rem;box-shadow: none;box-sizing: border-box;}
    .page5 ul li .txt h4{font-size: .3rem;line-height: .3rem;margin: 0 0 .45rem 0;}
    .page5 ul li .txt h4::before{background-position-x: left;left: 0.05rem;margin: 0;top: 25px;}
    .page5 ul li .txt p{text-align: left;font-size: .26rem;line-height: .46rem;}
    .page5 ul li a{width: 3.7rem;height: .56rem;line-height: .56rem;font-size: .26rem;margin: 0;left: initial;right: .3rem;bottom: .5rem;background: linear-gradient(to right,#fdbe4f,#ef7f2c);color: #ffffff;font-weight: bold;border: none;}
    .page5 ul li dl{display: flex;flex-wrap: wrap;}
    .page5 ul li dl dd{width: 50%;text-align: left;font-size: .26rem;line-height: .46rem;}
}