/* btn */
.btnFrames{overflow: hidden;position: relative;}
.btn_active::after {content: "";display: block;width: 14%;height: 290%;background: rgba(255, 255, 255, 0.4);transform: rotate(35deg);position: absolute;left: -20%;top: -120%;animation: leftTransiform ease-in-out 0.5s forwards;-webkit-animation: leftTransiform ease-in-out 0.5s forwards;}
@keyframes leftTransiform {
    0% {left: -20%;}
    100% {left: 120%;}
}

.banner{height: 460px;background: url('../images/banner.png') no-repeat center top;}
.banner .content{width: 620px;height: 331px; position: absolute;left: 307px;top: 67px;background: url('../images/banner_text.png');}
/*  */
.paddingTitle{padding: 48px 0 40px;}
.paddingTitle .background{padding: 26px 0 0;display: flex;justify-content: center;align-items: center;}
.paddingTitle .background.title1{background: url('../images/tit1.png') no-repeat center top;}
.paddingTitle .background.title2{background: url('../images/tit2.png') no-repeat center top;}
.paddingTitle .background.title3{background: url('../images/tit3.png') no-repeat center top;}
.paddingTitle .background.title4{background: url('../images/tit4.png') no-repeat center top;}
.paddingTitle .background.title5{background: url('../images/tit5.png') no-repeat center top;}
.paddingTitle .background.title6{background: url('../images/tit6.png') no-repeat center top;}
.paddingTitle h2{font-size: 40px;font-weight: bold;color: #1e447e;}
.paddingTitle h2 span{background-image: linear-gradient(117deg, #ff852d, #ff6e20);background-clip: text;-webkit-background-clip: text;color: transparent;}
.paddingTitle h2 span.ml{margin-left: 12px;}
.paddingTitle h2 span.mr{margin-right: 12px;}
.paddingTitle .background::before{content: '';width: 39px;height: 8px;background: url('../images/tit_l.png') no-repeat;margin-right: 34px;transform: translateY(3px);}
.paddingTitle .background::after{content: '';width: 39px;height: 8px;background: url('../images/tit_r.png') no-repeat;margin-left: 34px;transform: translateY(3px);}

/*  */
.adIntertioN{padding-bottom: 80px;}
.adIntertioN .content{display: flex;justify-content: space-between;}
.adIntertioN .content .slide{width: 594px;height: 244px;border-radius: 15px;padding: 29px 0 0 32px;background: url('../images/page1_bk1.png') no-repeat center center;position: relative;}
.adIntertioN .content .slide .title{font-size: 18px;color: #151c28;font-weight: bold;padding: 0 0 3px 5px ;background: url('../images/page1_icont1.png') no-repeat left bottom;margin-left: -5px;}
.adIntertioN .content .slide .text{font-size: 14px;line-height: 29px;color: #151c28;padding-top: 10px;margin-left: -2px;}
.adIntertioN .content .slide .button{width: 162px;height: 34px;border-radius: 17px;border: 1px solid #ffc291;position: absolute;right: 30px;bottom: 32px;background: #fff6f1;font-size: 14px;color: #fa8444;display: flex;justify-content: center;align-items: center;}
.adIntertioN .content .slide .button::after{content: '';width: 18px;height: 11px;background: url('../images/page1_icon-r.png') no-repeat;margin-left: 6px;}

.adIntertioN .content .slide.eur{width: 590px;height: 240px;background: url(../images/page1_bk2.png) no-repeat center center;}
.adIntertioN .content .slide.eur .title{background: url(../images/page1_icont2.png) no-repeat left bottom;}

.adIntertioN .content .slide.active{box-shadow: 4px 4px 13px rgba(42,75,136,0.31);background: url(../images/page1_bk11.png) no-repeat center center;background-size:598px auto;}
.adIntertioN .content .slide.active.eur{box-shadow: 4px 4px 13px rgba(136,64,42,0.31);background: url(../images/page1_bk21.png) no-repeat center center;background-size:598px auto;}
.adIntertioN .content .slide.active .button:hover {background: linear-gradient(80deg,#ff6e20,#ff862e);color: #fff;font-weight: bold;}
.adIntertioN .content .slide.active .button:hover::after{background: url('../images/page1_icon.png') no-repeat;}


/*  */
.customizedSolution{background: url('../images/page2.png') no-repeat center top;background-size:cover; padding-bottom: 80px;}
.customizedSolution .navList{position: relative;height: 45px;border-bottom: 2px solid #7ab4fb;padding: 0 39px;display: flex;justify-content: space-between;margin-bottom: 39px;}
.customizedSolution .navList .li{width: 92px;height: 45px;background:none;font-size: 18px;color: #999999;position: relative;cursor: pointer;}
.customizedSolution .navList .li div{width: 88px;height: 40px;position: absolute;left: 2px;top: 5px;background: none;display: flex;justify-content: center;align-items: center;padding-bottom: 2px;}
.customizedSolution .navList .li.active{background: #7ab4fb;color: #151c28;font-weight: bold;}
.customizedSolution .navList .li.active div{background: #f2f9fe;}
.customizedSolution .content{width: 1168px;background: #fff;border-radius: 15px;margin: auto;box-shadow: 0 4px 24px rgba(54,116,159,0.16);overflow: hidden;}
.customizedSolution .content .item{display: none;}
.customizedSolution .content .item.active{display: block;}
.customizedSolution .head{width: 100%;height: 48px;background: linear-gradient(180deg,#aecaf8,#1b44b2);display: flex;justify-content: space-between;align-items: center;}
.customizedSolution .eveLoder{width: 195px;font-size: 18px;color: #fff;font-weight: bold;text-align: center;position: relative;}
.customizedSolution .eveLoder::after{content: '';width: 2px;height: 23px;background: url('../images/page2_icon1.png') no-repeat;position: absolute;right: 0;top: -2px;}
.customizedSolution .eveLoder.none::after{display: none;}

.customizedSolution .body{width: 100%;height: 78px;border-bottom: 1px solid #cacbcc;display: flex;justify-content: space-between;}
.customizedSolution .body.none{border: none;}
.customizedSolution .eveCont{width: 195px;display: flex;justify-content: center;align-items: center;font-size: 14px;line-height: 24px;color: #333333;text-align: center;}
.customizedSolution .eveCont .button{width: 134px;height: 32px;border: 1px solid #ffc291;border-radius: 16px;background: #fff6f1;color: #fa8444;display: flex;justify-content: center;align-items: center;}

.customizedSolution .body:hover{background: #eff5fe;box-shadow: 4px 4px 13px rgba(34,95,137,0.16);}
.customizedSolution .body:hover p{font-weight: bold;}
.customizedSolution .body .button:hover{color: #fff;font-weight: bold;background: linear-gradient(80deg,#ff862e,#ff6e20);box-shadow: 0 8px 8px rgba(255,128,16,0.12);}
/* 法国样式修改 */
.customizedSolution .faguo .body{height: 135px;}
.customizedSolution .faguo .eveLoder:nth-child(1){width: 120px;}
.customizedSolution .faguo .eveLoder:nth-child(3){width: auto;flex: 1;}
.customizedSolution .faguo .eveLoder:nth-child(5){width: 180px;}
.customizedSolution .faguo .eveCont:nth-child(1){width: 120px;}
.customizedSolution .faguo .eveCont:nth-child(3){width: auto;flex: 1;}
.customizedSolution .faguo .eveCont:nth-child(5){width: 180px;}

.customizedSolution .eurOther .eveLoder:nth-child(1){width: auto;flex: 1;}
.customizedSolution .eurOther .eveLoder:nth-child(2){width: 185px;}
.customizedSolution .eurOther .eveLoder:nth-child(5){width: 175px;}
.customizedSolution .eurOther .eveCont:nth-child(1){width: auto;flex: 1;}
.customizedSolution .eurOther .eveCont:nth-child(2){width: 185px;}
.customizedSolution .eurOther .eveCont:nth-child(5){width: 175px;}

.customizedSolution .textLeft{text-align: left;}
.customizedSolution .over::-webkit-scrollbar {width: 4px;} 
.customizedSolution .over::-webkit-scrollbar-thumb {background-color: #fa8444;border-radius: 3px;} 
.customizedSolution .over::-webkit-scrollbar-track {background-color: #7ab4fb;} 
.customizedSolution .over{max-height: 312px;overflow-y: auto;}
.customizedSolution .heightCro{height: 360px;}

.customizedSolution .raw{width: 100%;height: 30px;background:#7ab4fb;color: #fff; font-size: 14px;font-weight: bold;display: flex;justify-content: center;align-items: center;}
/* 新加坡也是修改 */
.customizedSolution .xinjiapo .body{height: 200px;}


/*  */
.schoolMajor{height: 731px; background: url('../images/page3.png') no-repeat center top;overflow: hidden;}
.schoolMajor .content{padding-top: 70px;}
.schoolMajor .back{width: 1158px;height: 100px; margin:0 0 0 22px;background: url('../images/page3_yuan.png') no-repeat;position: relative;}
.schoolMajor .li{width: 67px;position: absolute;left: 0;top: 0;cursor: pointer;}
.schoolMajor .li1{left: 60px;top: -22px;}
.schoolMajor .li2{left: 220px;top:-52px;}
.schoolMajor .li3{left: 382px;top: -67px;}
.schoolMajor .li4{left: 544px;top: -75px;}
.schoolMajor .li5{left: 705px;top: -67px;}
.schoolMajor .li6{left: 866px;top: -52px;}
.schoolMajor .li7{left: 1027px;top: -22px;}
.schoolMajor .icon{width: 67px;height: 67px;}
.schoolMajor .icon1{background: url('../images/page3_num1.png') no-repeat;margin-bottom: 13px;}
.schoolMajor .icon2{background: url('../images/page3_num2.png') no-repeat;margin-bottom: 6px;}
.schoolMajor .icon3{background: url('../images/page3_num3.png') no-repeat;margin-bottom: 2px;}
.schoolMajor .icon4{background: url('../images/page3_num4.png') no-repeat;margin-bottom: 5px;}
.schoolMajor .icon5{background: url('../images/page3_num5.png') no-repeat;margin-bottom: 3px;}
.schoolMajor .icon6{background: url('../images/page3_num6.png') no-repeat;margin-bottom: 5px;}
.schoolMajor .icon7{background: url('../images/page3_num7.png') no-repeat;margin-bottom: 12px;}
.schoolMajor .gre{width: 12px;height: 12px;background: #689cf0;border-radius: 50%;margin: auto;}
.schoolMajor .li1 .gre{margin-bottom: 11px;}
.schoolMajor .li2 .gre{margin-bottom: 9px;}
.schoolMajor .li3 .gre{margin-bottom: 8px;}
.schoolMajor .li4 .gre{margin-bottom: 8px;}
.schoolMajor .li5 .gre{margin-bottom: 7px;}
.schoolMajor .li6 .gre{margin-bottom: 10px;}
.schoolMajor .li7 .gre{margin-bottom: 14px;}
.schoolMajor .name{font-size: 18px;color: #999999;text-align: center;white-space: nowrap;display: flex;justify-content: center;align-items: center;}
.schoolMajor .li.active{filter: drop-shadow(1px 1px 3px rgba(28, 68, 117, 0.43)); }
.schoolMajor .li.active .icon1{background: url('../images/page3_num11.png') no-repeat;}
.schoolMajor .li.active .icon2{background: url('../images/page3_num21.png') no-repeat;}
.schoolMajor .li.active .icon3{background: url('../images/page3_num31.png') no-repeat;}
.schoolMajor .li.active .icon4{background: url('../images/page3_num41.png') no-repeat;}
.schoolMajor .li.active .icon5{background: url('../images/page3_num51.png') no-repeat;}
.schoolMajor .li.active .icon6{background: url('../images/page3_num61.png') no-repeat;}
.schoolMajor .li.active .icon7{background: url('../images/page3_num71.png') no-repeat;}
.schoolMajor .li.active .gre{background: #fff;border: 2px solid #689cf0;}
.schoolMajor .li.active .name{font-size: 18px;color: #1e447e;font-weight: bold;}
.schoolMajor .li.active .name.lc{letter-spacing: 6px;text-indent: 6px;}

.schoolMajor .item{display: none;position: relative;}
.schoolMajor .item.active{display: block;}
.schoolMajor .swiper{width: 608px;height: 324px;background: rgba(255,255,255,0.6); border-radius: 15px;box-shadow: 4px 4px 13px rgba(34,95,137,0.24);margin: 39px 0 0 79px;position: relative;border: 1px solid #fff;}
.schoolMajor .click-left{width: 27px;height: 49px;background: url('../images/page3_iconl.png') no-repeat;position: absolute;left: -51px;top: 138px;cursor: pointer;}
.schoolMajor .click-right{width: 27px;height: 49px;background: url('../images/page3_iconr.png') no-repeat;position: absolute;right: -51px;top: 138px;cursor: pointer;}
.schoolMajor .relative{width: 606px;height: 322px;position: relative;padding: 28px 0 0 28px;}
.schoolMajor .flex{width: 453px;border-bottom: 1px solid #999999;height: 30px;display: flex;justify-content: space-between;}
.schoolMajor .flex .schoolName{font-size: 20px;color: #333;font-weight: bold;}
.schoolMajor .flex .schoolEname{font-size: 12px;color: #999999;line-height: 20px;}
.schoolMajor .offer{width: 92px;height: 105px;background: url('../images/page3_icon5.png') no-repeat;position: absolute;right: 20px;top: 15px;font-size: 16px;color: #5b4815;line-height: 18px;text-align: center;padding-top: 28px;}
.schoolMajor .offer .num span{font-size: 22px;font-weight: bold;}

.schoolMajor .padding_{padding: 20px 0 0 2px;}
.schoolMajor .infor{display: flex;justify-content: flex-start;margin-bottom: 12px;}
.schoolMajor .start{width: 86px;height: 22px;border-radius: 5px;background: #689cf0;font-size: 14px;color: #fff;font-weight: bold;position: relative;padding-left: 24px;display: flex;justify-content: flex-start;align-items: center;}
.schoolMajor .start.after1::before{content: '';width: 13px;height: 14px;background: url('../images/page3_icon1.png') no-repeat;position: absolute;left:6px;top:4px;}
.schoolMajor .start.after2::before{content: '';width: 12px;height: 15px;background: url('../images/page3_icon2.png') no-repeat;position: absolute;left:7px;top:4px;}
.schoolMajor .start.after3::before{content: '';width: 13px;height: 13px;background: url('../images/page3_icon3.png') no-repeat;position: absolute;left:6px;top:5px;}
.schoolMajor .start.after4::before{content: '';width: 12px;height: 14px;background: url('../images/page3_icon4.png') no-repeat;position: absolute;left:7px;top:4px;}
.schoolMajor .flex_r{padding-left: 17px;flex: 1;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.schoolMajor .flex_r .text{font-size: 14px;color: #333;line-height: 22px;}
.schoolMajor .minli{height: 20px;border: 1px solid #fa8444;border-radius: 5px;background: #fff;font-size: 14px;color: #fa8444;padding: 0 4px;margin-right: 9px;display: flex;justify-content: center;align-items: center;}
.schoolMajor .raw{font-size: 14px;line-height: 28px;color: #333;}
.schoolMajor .raw:nth-child(1){padding-right: 15px;}
.schoolMajor .raw span{font-weight: bold;}

.schoolMajor .flex_r.block{display: block;}
.schoolMajor .flex_r.block .raw{display: flex;justify-content: flex-start;padding-right: 0;}
.schoolMajor .flex_r.block .raw p:nth-child(2){padding-left: 25px;}
.schoolMajor .flex_r.tarY{transform: translateY(-3px);}

.schoolMajor .buttons{width: 422px;margin-left: 25px;transform: translateY(3px); display: flex;justify-content: space-between;}
.schoolMajor .button{width: 180px;height: 40px;border: 1px solid #ffc291;border-radius: 20px;background: #fff6f1;font-size: 16px;color: #fa8444;display: flex;justify-content: center;align-items: center;}
.schoolMajor .button.active{color: #fff;font-weight: bold;background: linear-gradient(80deg,#ff6e20,#ff862e);box-shadow: 0 8px 8px rgba(255,128,16,0.12);}
.schoolMajor .map{pointer-events: none;}
.schoolMajor .map.rb{width:476px;height: 416px; position: absolute;right: 40px;top: -33px;background: url('../images/page3_map-ri1.png') no-repeat;}
.schoolMajor .map.xjp{width:452px;height: 296px; position: absolute;right: 7px;top: 27px;background: url('../images/page3_map-xin1.png') no-repeat;}
.schoolMajor .map.zgxg{width:422px;height: 310px; position: absolute;right: 28px;top: -10px;background: url('../images/page3_map-xiang1.png') no-repeat;}
.schoolMajor .map.dg{width:288px;height: 392px; position: absolute;right: 107px;top: -46px;background: url('../images/page3_map-de1.png') no-repeat;}
.schoolMajor .map.fg{width:311px;height: 309px; position: absolute;right: 129px;top: -6px;background: url('../images/page3_map-fa1.png') no-repeat;}

/*  */

.adOffer{height: 700px;background: url('../images/page4.png') no-repeat center top;overflow: hidden;}
.adOffer .totalCont{display: flex;justify-content: space-between;border: 1px solid #fff;}
.adOffer .item{width: 50%;height: 143px;position: relative;padding-left: 184px;display: flex;justify-content: flex-start;}
.adOffer .item:nth-child(1)::before{content: '';width: 100%; height: 4px;background: #689cf0;position: absolute;left: 0;top: 0;}
.adOffer .item:nth-child(2)::before{content: '';width: 100%; height: 4px;background: #fa8444;position: absolute;left: 0;top: 0;}
.adOffer .icon1{width: 110px;height: 112px;background: url('../images/page4_1.png') no-repeat;position: absolute;left:28px;top:4px;}
.adOffer .icon2{width: 97px;height: 123px;background: url('../images/page4_2.png') no-repeat;position: absolute;left:30px;top:4px;}

.adOffer .item.active{background: linear-gradient(180deg,#ddeafd,#fff);box-shadow: 3px 3px 38px rgba(28,68,117,0.16);}
.adOffer .item.active .icon{filter: drop-shadow(3px 3px 4px rgba(28, 68, 117, 0.31));}
.adOffer .total{padding-top: 43px;width: 215px;}
.adOffer .represent{font-size: 16px;color: #333333;margin-bottom: 12px;}
.adOffer .totalNum{background: url('../images/page4_3.png') no-repeat left bottom;font-size: 32px;color: #1e447e;font-weight: bold;padding: 0 0 3px 3px;margin-left: -3px;}
.adOffer .relative{position: relative;display: inline;line-height: 1;}
.adOffer .color{color: #fff;width: 22px;height: 22px;background: #1e447e;border-radius: 50%;font-size: 14px;display: flex;justify-content: center;align-items: center;font-weight: normal;position: absolute;right: -26px;top: 2px;}

.adOffer .right{padding-top: 24px;}
.adOffer .raw{margin-bottom: 14px;}
.adOffer .line{font-size: 24px;color: #1e447e;font-weight: bold;position: relative;display: inline;}
.adOffer .color1{color: #fff;width: 18px;height: 18px;background: #1e447e;border-radius: 50%;font-size: 12px;display: flex;justify-content: center;align-items: center;font-weight: normal;position: absolute;right: -22px;top: 0px;}
.adOffer .font{font-size: 14px;color: #333333;padding-top: 6px;}

.adOffer .item2 .totalNum{background: url(../images/page4_4.png) no-repeat left bottom;color: #fa8444;}
.adOffer .item2 .color{background: #fa8444;}
.adOffer .item2 .line{color: #fa8444;}
.adOffer .item2 .color1{background: #fa8444;}

.adOffer .tabSlide{display: none;position: relative;}
.adOffer .tabSlide.active{display:block;}
.adOffer .content{overflow: hidden;position: relative;}

/* swiper */
.carousel-container {position: relative;width: 1200px;height: 360px;margin: 0px auto 0;perspective: 1000px;overflow: hidden;}
.carousel-wrapper {position: relative;width: 100%;height: 100%;transform-style: preserve-3d;transition: transform 0.5s ease;}
.carousel-slide {position: absolute;bottom: 0;backface-visibility: hidden;transition: all 0.5s ease;opacity: 0;}
.carousel-slide.initialized {opacity: 1;}

.adOffer .slideLi{width: 100%;height: 100%;background: #ffffff;position: relative;overflow: hidden;}
.adOffer .slideLi .over{height: 70px;line-height: 70px;}
.adOffer .slideLi .text{display: none;}
.adOffer .slideLi .num{font-size: 40px;font-weight: bold;color: #eeeeee;}
.adOffer .slideLi .schoolName{font-size: 16px;color: #999999;font-weight: bold;}
.adOffer .slideLi .schoolEName{font-size: 16px;color: #999999;font-weight: bold;padding-top: 12px;white-space: nowrap;}
.adOffer .slideLi .raws{width: 100%;height: 1px;background: #999999;margin: 9px auto 10px;}
.adOffer .slideLi .record{height: 20px;border: 1px solid #999999;font-size: 14px;color: #999999; border-radius: 5px;padding: 0 8px;display: inline-flex;justify-content: center;align-items: center;margin-bottom: 11px;}
.adOffer .slideLi .fonts{font-size: 14px;line-height: 28px;color: #999999;display: flex;justify-content: flex-start;}
.adOffer .slideLi .bold::after{content: '：';}
.adOffer .slideLi .flex1{flex: 1;}
.adOffer .slideLi .flex1 p{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.adOffer .slideLi .buttons{font-size: 14px;color: #999999;padding-left: 4.5em;}
.adOffer .slideLi  .buttons:hover{text-decoration: underline;}
.adOffer .classleft .slideLi{padding: 0px 20px 0 20px;}
.adOffer .classright .slideLi{padding: 0px 20px 0 78px;}
.adOffer .classright .slideLi .schoolEName{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.adOffer .classcenter .slideLi {width: 660px; background: url('../images/page4_cont.png') no-repeat;border-radius: 15px;box-shadow: 3px 3px 38px rgba(28, 68, 117, 0.16);padding: 96px 35px 0 40px;overflow: initial;}
.adOffer .classcenter .slideLi  .before{width: 177px;height: 64px;background: url('../images/page4_content_top.png') no-repeat;position: absolute;left:-31px;top: 19px;padding: 11px 15px 15px 11px;}
.adOffer .classcenter .slideLi  .over{width: 100%;height: 100%;overflow: hidden;position: relative;line-height: 1;}
.adOffer .classcenter .slideLi  .text{display: block;font-size: 20px;color: #fff;font-weight: bold;text-align: center;line-height:38px;}
.adOffer .classcenter .slideLi  .num{color: #fff;opacity: 0.2;position: absolute;right:0px;bottom:-3px;}
.adOffer .classcenter .slideLi  .schoolName{font-size: 18px;color: #1e447e;padding-top: 0px;}
.adOffer .classcenter .slideLi  .schoolEName{font-size: 18px;color: #1e447e;padding-top: 10px;}
.adOffer .classcenter .slideLi  .raws{background: #1e447e;margin: 10px auto;}
.adOffer .classcenter .slideLi  .record{border: 1px solid #1e447e;color: #1e447e;margin-bottom: 20px;}
.adOffer .classcenter .slideLi  .fonts{font-size: 14px;color: #1e447e;margin-bottom: 3px;}
.adOffer .classcenter .slideLi  .bold{height: 20px;border-radius: 5px;background: #fff;padding: 0 8px;display: flex;justify-content: center;align-items: center;}
.adOffer .classcenter .slideLi  .bold::after{content: '';}
.adOffer .classcenter .slideLi  .flex1{padding-left: 9px;transform: translateY(-3px);}
.adOffer .classcenter .slideLi  .buttons{display: block;font-size: 14px;font-weight: bold;color: #1e447e;position: absolute;right: 27px;bottom: 25px;}
.adOffer .classcenter .slideLi .flex1 p{-webkit-line-clamp: 2;}
/* 左右按钮 */
.carousel-button{width: 41px;height: 41px;position: absolute;top: 192px; z-index: 99;border-radius: 50%;box-shadow: 3px 3px 7px rgba(28, 68, 117, 0.16);cursor: pointer;}
.carousel-button-prev{background: url('../images/page4_l.png') no-repeat;left:250px;}
.carousel-button-next{background: url('../images/page4_r.png') no-repeat;right:250px;}

/*  */

.answerQue{height: 700px;background: url('../images/page5.png') no-repeat center top;}
.answerQue .content{position: relative;}
.answerQue .li{font-size: 16px;color: #1e447e;line-height: 25px;position: absolute;padding: 1px 1px 9px 1px;filter: drop-shadow(0px 0px 25px rgba(195, 210, 249, 0.42));display: flex;justify-content: flex-start;align-items: center;transition: 0.3s;}
.answerQue .li:hover{transform: translateY(-10px);}
.answerQue .li1{background: url('../images/page5_1.png') no-repeat;width:219px;height:79px;left:83px;top:0;padding-left: 24px;}
.answerQue .li2{background: url('../images/page5_2.png') no-repeat;width:211px;height:79px;left:479px;top:19px;padding-left: 36px;}
.answerQue .li3{background: url('../images/page5_3.png') no-repeat;width:201px;height:79px;left:8px;top:124px;padding-left: 23px;}
.answerQue .li4{background: url('../images/page5_4.png') no-repeat;width:206px;height:77px;left:524px;top:144px;padding-left: 26px;}
.answerQue .li5{background: url('../images/page5_5.png') no-repeat;width:228px;height:113px;left:-34px;top:249px;padding-left: 28px;}
.answerQue .right{width: 400px;height: auto;border-radius: 15px;position: absolute;right: 38px;top: 106px;background: rgba(242, 247, 255, 0.6);border: 1px solid #fff;box-shadow: 0 0 25px rgba(195, 210, 249, 0.42);padding-bottom: 32px;}
.answerQue .titleZixun{font-size: 18px;color: #1e447e;font-weight: bold;text-align: center;padding: 29px 0 29px;}
.answerQue .button{width: 260px;height: 42px;border-radius: 66px;background: linear-gradient(80deg,#ff6e20,#ff862e);font-size: 16px;color: #fff;font-weight: bold;display: flex;justify-content: center;align-items: center;margin: auto;box-shadow: 0 6px 6px rgba(255, 128, 16, 0.12);}

/*  */
.accompany{height: 594px;background: url('../images/page6.png') no-repeat center top;}
.accompany .content{display: flex;justify-content: space-between;}
.accompany .slide{width: 192px;height: 382px;border-radius: 15px;position: relative;overflow: hidden;cursor: pointer;}
.accompany .slide.slide1{background: url('../images/page6_1.png') no-repeat left top;}
.accompany .slide.slide2{background: url('../images/page6_2.png') no-repeat left top;}
.accompany .slide.slide3{background: url('../images/page6_3.png') no-repeat left top;}
.accompany .slide.slide4{background: url('../images/page6_4.png') no-repeat left top;}
 
.accompany .slide .show{position: absolute;left: 0;bottom: 0;}
.accompany .slide .show1{height: 97px;width: 192px;}
.accompany .slide .show2{display: none;height: 123px;width: 593px;}

.accompany .slide .icon{display:block;margin: auto;height: 43px;}
.accompany .slide .icon1{width:38px;background: url('../images/page6_icon11.png') no-repeat center top;}
.accompany .slide .icon2{width:38px;background: url('../images/page6_icon22.png') no-repeat center top;}
.accompany .slide .icon3{width:38px;background: url('../images/page6_icon33.png') no-repeat center top;}
.accompany .slide .icon4{width:38px;background: url('../images/page6_icon44.png') no-repeat center top;}
.accompany .slide .title{font-size: 18px;color: #fff;font-weight: bold;text-align: center;}

.accompany .slide.slide1.active{background: url('../images/page6_11.png') no-repeat left top;background-position: -3px -3px;}
.accompany .slide.slide2.active{background: url('../images/page6_22.png') no-repeat left top;background-position: -3px -3px;}
.accompany .slide.slide3.active{background: url('../images/page6_33.png') no-repeat left top;background-position: -3px -3px;}
.accompany .slide.slide4.active{background: url('../images/page6_44.png') no-repeat left top;background-position: -3px -3px;}
.accompany .slide.active{width: 587px;box-shadow: 4px 4px 15px rgba(28, 68, 117, 0.3);}
.accompany .slide.active .show1{display: none;}
.accompany .slide.active .show2{display: block;padding-left: 58px;}

.accompany .flex{display: flex;justify-content: flex-start;position: relative;}
.accompany .flex .images{position: absolute;top: 3px;}
.accompany .flex .img1{width: 18px;height: 17px;background: url('../images/page6_icon1.png') no-repeat;left: -31px;}
.accompany .flex .img2{width: 21px;height: 17px;background: url('../images/page6_icon2.png') no-repeat;left: -34px;}
.accompany .flex .img3{width: 22px;height: 18px;background: url('../images/page6_icon3.png') no-repeat;left: -35px;}
.accompany .flex .img4{width: 19px;height: 19px;background: url('../images/page6_icon4.png') no-repeat;left: -32px;}
.accompany .flex .titleRight{font-size: 18px;color: #fff;font-weight: bold;padding: 0 0 4px 6px ;background: url('../images/page6_icon.png') no-repeat left bottom;transform: translateX(-6px);}

.accompany .padding{padding-top: 8px;padding-right: 60px;}
.accompany .padding .li{font-size: 14px;color: #fff;line-height: 23px;}




