/* #bodyLast,#bodyFirst{display: none;} */
/* 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('../imagess/banner.png') no-repeat center top;}
.banner .content{width: 560px;height: 353px; position: absolute;left: 332px;top: 38px;background: url('../imagess/banner_text.png') no-repeat;}
/*  */
.paddingTitle{padding: 48px 0 40px;}
.paddingTitle .background{padding: 26px 0 0;display: flex;justify-content: center;align-items: center;}
.paddingTitle .background.title1{background: url('../imagess/tit1.png') no-repeat center top;}
.paddingTitle .background.title2{background: url('../imagess/tit2.png') no-repeat center top;}
.paddingTitle .background.title3{background: url('../imagess/tit3.png') no-repeat center top;}
.paddingTitle .background.title4{background: url('../imagess/tit4.png') no-repeat center top;}
.paddingTitle .background.title5{background: url('../imagess/tit5.png') no-repeat center top;}
.paddingTitle h2{font-size: 40px;font-weight: bold;color: #231e7e;}
.paddingTitle h2 span{background-image: linear-gradient(117deg, #fc8d7d, #fb5666);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('../imagess/tit_l.png') no-repeat;margin-right: 34px;transform: translateY(3px);}
.paddingTitle .background::after{content: '';width: 38px;height: 7px;background: url('../imagess/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('../imagess/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('../imagess/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('../imagess/page1_icon-r.png') no-repeat;margin-left: 6px;}
.adIntertioN .content .slide.eur{width: 590px;height: 240px; background: url(../imagess/page1_bk2.png) no-repeat center center;}
.adIntertioN .content .slide.eur .title{background: url(../imagess/page1_icont2.png) no-repeat left bottom;}
.adIntertioN .content .slide.active{background: url('../imagess/page1_bk11.png') no-repeat center center;background-size: 598px auto; box-shadow: 4px 4px 13px rgba(77,42,136,0.31);}
.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('../imagess/page1_icon.png') no-repeat;}
.adIntertioN .content .slide.active.eur{background: url('../imagess/page1_bk21.png') no-repeat center center;box-shadow: 4px 4px 13px rgba(136,86,42,0.31);}

/*  */
.customizedSolution{background: url('../imagess/page2.png') no-repeat center top;background-size:cover; padding-bottom: 80px;}
.customizedSolution .navList{position: relative;height: 45px;border-bottom: 2px solid #7e7ee0;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: #7e7ee0;color: #151c28;font-weight: bold;}
.customizedSolution .navList .li.active div{background: #efeeff;}
.customizedSolution .content{width: 1168px;background: #fff;border-radius: 15px;margin: auto;box-shadow: 0 4px 24px rgba(71,54,159,0.16);overflow: hidden;}
.customizedSolution .content .item{display: none;}
.customizedSolution .content .item.active{display: block;}
.customizedSolution .head{width: 100%;height: 48px;background: url('../imagess/page2_head.png') no-repeat;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('../imagess/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: #edecff;box-shadow: 4px 4px 13px rgba(56,34,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 .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: #fb5666;border-radius: 3px;} 
.customizedSolution .over::-webkit-scrollbar-track {background-color: #5e5dd7;} 
.customizedSolution .over{max-height: 312px;overflow-y: auto;}
.customizedSolution .heightCro{height: 282px;}

.customizedSolution .raw{width: 100%;height: 30px;background:#5e5dd7;color: #fff; font-size: 14px;font-weight: bold;display: flex;justify-content: center;align-items: center;}
/* 新加坡也是修改 */
.customizedSolution .xinjiapo .body{height: 160px;}
.customizedSolution .xinjiapo .eveLoder:nth-child(3){width: 215px;}
.customizedSolution .xinjiapo .eveLoder:nth-child(4){width: 175px;}
.customizedSolution .xinjiapo .eveCont:nth-child(3){width: 215px;padding-left: 5px;}
.customizedSolution .xinjiapo .eveCont:nth-child(4){width: 175px;}
 
/*  */
.schoolMajor{height: 760px; background:#f9fafb url('../imagess/page3.png') no-repeat center bottom;overflow: hidden;}
.schoolMajor .content{padding-top: 70px;}
.schoolMajor .back{width: 1158px;height: 100px; margin:0 0 0 22px;background: url('../imagess/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('../imagess/page3_num1.png') no-repeat;margin-bottom: 13px;}
.schoolMajor .icon2{background: url('../imagess/page3_num2.png') no-repeat;margin-bottom: 6px;}
.schoolMajor .icon3{background: url('../imagess/page3_num3.png') no-repeat;margin-bottom: 2px;}
.schoolMajor .icon4{background: url('../imagess/page3_num4.png') no-repeat;margin-bottom: 5px;}
.schoolMajor .icon5{background: url('../imagess/page3_num5.png') no-repeat;margin-bottom: 3px;}
.schoolMajor .icon6{background: url('../imagess/page3_num6.png') no-repeat;margin-bottom: 5px;}
.schoolMajor .icon7{background: url('../imagess/page3_num7.png') no-repeat;margin-bottom: 12px;}
.schoolMajor .gre{width: 12px;height: 12px;background: #795eaf;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('../imagess/page3_num11.png') no-repeat;}
.schoolMajor .li.active .icon2{background: url('../imagess/page3_num21.png') no-repeat;}
.schoolMajor .li.active .icon3{background: url('../imagess/page3_num31.png') no-repeat;}
.schoolMajor .li.active .icon4{background: url('../imagess/page3_num41.png') no-repeat;}
.schoolMajor .li.active .icon5{background: url('../imagess/page3_num51.png') no-repeat;}
.schoolMajor .li.active .icon6{background: url('../imagess/page3_num61.png') no-repeat;}
.schoolMajor .li.active .icon7{background: url('../imagess/page3_num71.png') no-repeat;}
.schoolMajor .li.active .gre{background: #fff;border: 2px solid #fc8d7d;}
.schoolMajor .li.active .name{font-size: 18px;color: #513786;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-container{width: 1220px;margin-left: -5px;padding: 0 10px 0 0;}
.schoolMajor .swiper-slide{padding: 30px 0 30px;width: 386px !important;margin-right: 19px;}
.schoolMajor .slide{width: 386px;height: 332px;border: 1px solid #fff;background: rgba(255, 255, 255, 0.6);border-radius: 15px;position: relative;padding: 0 21px 0 29px;}
.schoolMajor .slide:hover{box-shadow: 4px 4px 13px rgba(53,34,137,0.24);}
.schoolMajor .raw{height: 71px;padding-top: 28px;border-bottom: 1px solid #999999;}
.schoolMajor .raw .schoolName{font-size: 20px;color: #333;font-weight: bold;}
.schoolMajor .raw .schoolName-en{font-size: 12px;color: #999999;padding-top: 5px;}
.schoolMajor .padding{height: 201px;padding-top: 19px;}
.schoolMajor .flex{display: flex;justify-content: flex-start;}
.schoolMajor .title{width: 86px;height: 22px;border-radius: 5px;font-size: 14px;color: #fff;font-weight: bold;padding-left: 24px;line-height: 22px;}
.schoolMajor .title.icons1{background:#685eaf url('../imagess/page3_icon1.png') no-repeat left 6px top 4px;}
.schoolMajor .title.icons2{background:#685eaf url('../imagess/page3_icon2.png') no-repeat left 7px top 4px;}
.schoolMajor .title.icons3{background:#685eaf url('../imagess/page3_icon3.png') no-repeat left 7px top 4px;}
.schoolMajor .text{padding-left: 16px;flex: 1;font-size: 14px;color: #333333;line-height: 28px;transform: translateY(-2px);display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.schoolMajor .button{width: 180px;height: 40px;border-radius: 20px;border: 1px solid #ffc291;color: #fa8444;background: #fff6f1; font-weight: bold;font-size: 16px;display: flex;justify-content: center;align-items: center;margin: auto;}
.schoolMajor .button:hover{background: linear-gradient(80deg,#ff862e,#ff6e20);color: #fff;box-shadow: 0 8px 8px rgba(255,128,16,0.12);}

.schoolMajor .swiper-pagination{position: initial;width: 100%;font-size: 0;display: flex;justify-content: center;align-items: center;}
.schoolMajor .swiper-pagination span{margin: 0 7px ;width: 8px;height: 8px;background: #bfa7f5;opacity: 1;}
.schoolMajor .swiper-pagination span.swiper-pagination-bullet-active{width: 40px;border-radius: 6px;background: #ff862e;}
/*  */

.answerQue{height:666px;background: url('../imagess/page4.png') no-repeat center top;}
.answerQue .content{position: relative;height: 400px;}
.answerQue .li{position: absolute;transition: 0.3s;}
.answerQue .li:hover{transform: translateY(-10px);}
.answerQue .li1{background: url('../imagess/page4_1.png') no-repeat;width:367px;height:126px;left:94px;top:-7px;padding: 39px 0 0 38px;}
.answerQue .li2{background: url('../imagess/page4_2.png') no-repeat;width:399px;height:127px;right:117px;top:3px;padding: 40px 0 0 40px;}
.answerQue .li3{background: url('../imagess/page4_3.png') no-repeat;width:372px;height:130px;left:60px;top:131px;padding: 38px 0 0 38px;}
.answerQue .li4{background: url('../imagess/page4_4.png') no-repeat;width:397px;height:128px;right:43px;top:137px;padding: 38px 0 0 38px;}
.answerQue .li5{background: url('../imagess/page4_5.png') no-repeat;width:395px;height:127px;left:6px;top:266px;padding: 39px 0 0 38px;}
.answerQue .li6{background: url('../imagess/page4_6.png') no-repeat;width:394px;height:126px;right:-1px;top:266px;padding: 38px 0 0 36px;}
.answerQue .title{font-size: 16px;color: #22144c;font-weight: bold;position: relative;padding: 0 0 2px 4px;}
.answerQue .title span{position: relative;}
.answerQue .title::before{content: '';width: 125px;height: 6px;background: #d6c9f9;position: absolute;left: 0;bottom: 0;}
.answerQue .text{font-size: 16px;color: #22144c;padding: 9px 0 0 3px;}
.answerQue .button{width: 260px;height: 46px;border-radius: 22px;background: linear-gradient(80deg,#ff862e,#ff6e20);box-shadow: 0 6px 6px rgba(255,128,16,0.12);margin: auto;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;font-weight: bold;}
 
/*  */
.accompany{height: 594px;background: url('../imagess/page5.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('../imagess/page5_11.png') no-repeat left top;}
.accompany .slide.slide2{background: url('../imagess/page5_21.png') no-repeat left top;}
.accompany .slide.slide3{background: url('../imagess/page5_31.png') no-repeat left top;}
.accompany .slide.slide4{background: url('../imagess/page5_41.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('../imagess/page5_icon11.png') no-repeat center top;}
.accompany .slide .icon2{width:38px;background: url('../imagess/page5_icon22.png') no-repeat center top;}
.accompany .slide .icon3{width:38px;background: url('../imagess/page5_icon33.png') no-repeat center top;}
.accompany .slide .icon4{width:38px;background: url('../imagess/page5_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('../imagess/page5_1.png') no-repeat left top;background-position: -3px -3px;}
.accompany .slide.slide2.active{background: url('../imagess/page5_2.png') no-repeat left top;background-position: -3px -3px;}
.accompany .slide.slide3.active{background: url('../imagess/page5_3.png') no-repeat left top;background-position: -3px -3px;}
.accompany .slide.slide4.active{background: url('../imagess/page5_4.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('../imagess/page5_icon1.png') no-repeat;left: -31px;}
.accompany .flex .img2{width: 21px;height: 17px;background: url('../imagess/page5_icon2.png') no-repeat;left: -34px;}
.accompany .flex .img3{width: 22px;height: 18px;background: url('../imagess/page5_icon3.png') no-repeat;left: -35px;}
.accompany .flex .img4{width: 19px;height: 19px;background: url('../imagess/page5_icon4.png') no-repeat;left: -32px;}
.accompany .flex .titleRight{font-size: 18px;color: #fff;font-weight: bold;padding: 0 0 4px 6px ;background: url('../imagess/page5_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;}




