* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}

a {
  text-decoration: none;
  cursor: pointer;
}

/* top 开始 */
.topWrap {
  position: relative;
  height: 100vh;
  width: 100%;
}

.menuWrap {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  width: 100%;
  /* box-shadow: inset 0 0 1px #ffffff; */
}

.menuWrap .menuTop {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 85px;
  box-sizing: border-box;
  padding-top: 25px;
  z-index: 2;
}

.menuWrap .menuTop .menLoL {
  display: flex;
}

.menuWrap .menuTop .menLoL p {
  margin-left: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

.menuWrap .menuTop .menLoL img {
  width: 142px;
  height: 60px;
}

.menuWrap .menuTop .menLoR {
  display: flex;
  align-items: center;
}

.menuWrap .menuTop .menLoR img {
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
}

.menuWrap .menuTop .menLoR span {
  margin-left: 6px;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
}

.menuWrap .menuBtn {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.menuWrap .menuBtn a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: 76px;
  line-height: 76px;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff00;
}

.menuWrap .menuBtn a:hover {
  border-bottom: 1px solid #ffffff;
}

.bannerWrap {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}

.bannerWrap .banSliBack {
  width: 100%;
  height: 100vh;
}
.bannerWrap .banSliBack img{
  width: 100%;
  height: 100vh;
}

.bannerWrap .slideText {
  position: absolute;
  top: 40vh;
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
  color: #ffffff;
}

.bannerWrap .slideText h1 {
  font-weight: 800;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 20px;
}

.bannerWrap .slideText p {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
}

.bannerWrap .slideBtn {
  margin-top: 20px;
  width: 111px;
  height: 37px;
  border-radius: 19px;
  border: 1px solid #ffffff;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  display: block;
  line-height: 37px;
  transition: 0.3s;
}

.bannerWrap .slideBtn:hover {
  background-color: #ffffff;
  color: #000000;
}

.bannerWrap .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}

.bannerWrap .swiper-container-horizontal>.swiper-pagination-bullets,
.bannerWrap .swiper-pagination-custom,
.bannerWrap .swiper-pagination-fraction {
  bottom: 63px;
}

.bannerWrap .swiper-button-next,
.bannerWrap .swiper-container-rtl .swiper-button-prev {
  right: 10%;
  left: auto;
}

.bannerWrap .swiper-button-prev,
.bannerWrap .swiper-container-rtl .swiper-button-next {
  left: 10%;
  right: auto;
}

.bannerWrap .swiper-button-next,
.bannerWrap .swiper-button-prev {
  color: #FFFF;
  transition: .3s;
}

.bannerWrap .swiper-button-next:hover,
.bannerWrap .swiper-button-prev:hover {
  color: #EB2D2D;
}

.bannerWrap .swiper-pagination-bullet-active {
  background: white;
}

.bannerWrap .swiper-pagination-bullet {
  background: white;
  opacity: 0.8;
}

.btnWrap {
  position: absolute;
  bottom: -51px;
  left: 0;
  right: 0;
  width: 1200px;
  height: 102px;
  margin: 0 auto;
  box-shadow: 0px 0px 27px 0px rgba(45, 0, 0, 0.18);
  border-radius: 51px;
  display: flex;
  z-index: 2;
  background-image: url(/Public/Home/images/mglxzj_img/1.2.png);
  background-size: 100% 100%;
}

.btnWrap p {
  width: 180px;
  font-weight: 800;
  font-size: 16px;
  color: #010101;
  line-height: 26px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btnWrap p>span:nth-child(1) {
  font-weight: 800;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.btnWrap p>span:nth-child(2) {
  font-weight: 600;
  color: #666666;
}

.btnWrap>p:nth-child(1) span {
  color: #ea2b2b;
  font-weight: 800;
  font-size: 20px;
}

.btnWrap>p:nth-child(1) {
  width: 216px;
}

.btnWrap>p:nth-child(5) {
  width: 202px;
}

.btnWrap>p:nth-child(6) {
  width: 222px;
}

/* top 结束 */
/* 公共部分 开始 */
.mainTitWrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 68px;
  align-items: center;
}

.mainTitWrap span {
  font-weight: 800;
  font-size: 32px;
  color: #151515;
  margin: -4px 14px 0 14px;
}

.mainBtn {
  width: 264px;
  height: 57px;
  background: linear-gradient(0deg, #ffa169 0%, #fc6e58 100%);
  border-radius: 28px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 57px;
  transition: 0.3s !important;
}

.mainBtn:hover {
  transform: scale(1.1) !important;
}

.WhiteText span,
.WhiteText {
  color: #ffffff !important;
}

.mainDis {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 20px;
}

/* 公共部分 结束 */
/* 托普仕留学真实学子反馈 开始 */
.realFeedback {
  margin-top: 87px;
}

.realFeedbackCont {
  display: block;
  width: 1225px;
  height: 500px;
  margin: 0 auto 16px auto;
}

.realFeedbackCont img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 托普仕留学真实学子反馈 结束 */
/* 美国名校录取谁？成功录取案例供你参考！ 开始 */
.sucCasWrap {
  height: 592px;
  width: 100%;
  background-image: url(/Public/Home/images/mglxzj_img/3.000.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 32px;
  margin-top: 50px;
}

.sucCasTabItAct {
  background-image: url(/Public/Home/images/mglxzj_img/4.1.png) !important;
}
.sucCasIRItAct {
  opacity: 1 !important;
}

.sucCasInner {
  width: 1200px;
  margin: 0 auto;
  height: 343px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 20px;
}

.sucCasInner .sucCasIL {
  width: 187px;
  height: 343px;
  margin-top: 10px;
}

.sucCasInner .sucCasIL .sucCasIText {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
  box-sizing: border-box;
}

.sucCasInner .sucCasIL .sucCasIText p {
  margin-bottom: 12px;
  margin-top: 35px;
}

.sucCasInner .sucCasIL .sucCasIText span {
  font-weight: 800;
  font-size: 40px;
}

.sucCasInner .sucCasIL .sucCasTab {
  height: 102px;
}

.sucCasInner .sucCasIL .sucCasTab .sucCasTabIt {
  width: 187px;
  height: 42px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  padding-right: 10px;
  background-image: url(/Public/Home/images/mglxzj_img/4.2.png);
  background-size: 100% 100%;
  transition: 0.3s;
}

.sucCasInner .sucCasIR {
  width: 1020px;
  height: 100%;
  margin-left: 27px;
  position: relative;
}

.sucCasInner .sucCasIR .swiper-slide {
  width: 214px !important;
  height: 350px !important;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 3px;
}

.sucCasInner .sucCasIR .swi1Tab {
  width: 214px;
  height: 343px;
  background-image: url(/Public/Home/images/mglxzj_img/4.3.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
}

.sucCasInner .sucCasIR .swi1Tab:hover {
  transform: translateY(-10px);
}

.sucCasInner .sucCasIR .swi1Tab img {
  width: 66px;
  height: 66px;
  display: block;
  margin-top: 20px;
}

.sucCasInner .sucCasIR .swi1Tab p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
}

.sucCasInner .sucCasIR .swi1Tab p span {
  padding: 0 7px;
}

.sucCasInner .sucCasIR .swi1Tab .swi1Tap {
  display: flex;
  margin-top: 5px;
}

.sucCasInner .sucCasIR .swi1Tab .swi1Tap p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  padding: 0 10px;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  display: block;
  margin: 0 1px;
  margin-top: 11px;
}

.sucCasInner .sucCasIR .swi1Tab section {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin: 16px 10px 10px 10px;
  line-height: 25px;
}

.sucCasInner .sucCasIR .sucCasIRIt,
.sucCasInner .sucCasIR .sucCasIRIt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 28px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
}
/* .sucCasInner .sucCasIR .sucCasIRIt {
  display: none;
} */
.sucCasInner .sucCasIR .swiper-button-next1,
.sucCasInner .sucCasIR .swiper-button-prev1,
.sucCasInner .sucCasIR .swiper-button-next2,
.sucCasInner .sucCasIR .swiper-button-prev2 {
  text-align: center;
  display: block;
  color: #ffffff;
  transition: .3s;
}

.sucCasInner .sucCasIR .swiper-button-next:after,
.sucCasInner .sucCasIR .swiper-button-prev:after {
  font-size: 25px;
  font-weight: bold;
}

.sucCasInner .sucCasIR .swiper-button-next1:hover,
.sucCasInner .sucCasIR .swiper-button-prev1:hover,
.sucCasInner .sucCasIR .swiper-button-next2:hover,
.sucCasInner .sucCasIR .swiper-button-prev2:hover {
  color: #EB2D2D;
}

.sucCasInner .sucCasIR .swiper-button-prev1 {
  left: 0;
}

.sucCasInner .sucCasIR .swiper-button-next1 {
  right: 0;
}

.sucCasInner .sucCasIR .swiper-button-prev2 {
  left: 0;
}

.sucCasInner .sucCasIR .swiper-button-next2 {
  right: 0;
}

/* 美国名校录取谁？成功录取案例供你参考！ 结束 */
/* 托普仕留学服务流程 开始 */
.speThCoTabItemActive {
  background: #EB2D2D !important;
  color: #ffffff !important;
}

.speThi {
  box-sizing: border-box;
  padding-top: 32px;
  padding-bottom: 50px;
}

.speThi .speThiCon {
  margin-top: 11px;
}

.speThi .speThiCon .speThCoTab {
  display: flex;
  justify-content: space-between;
  width: 852px;
  height: 50px;
  margin: 0 auto;
}

.speThi .speThiCon .speThCoTab div {
  width: 198px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 25px;
  font-weight: 400;
  font-size: 18px;
  color: #262626;
  line-height: 50px;
  transition: 0.3s;
  text-align: center;
}

.speThi .speThiCon .speThCoTab div:hover {
  background: #d43339;
  color: #ffffff;
}

.speThi .speThiCon .speThCoCoWrap {
  width: 1210px;
  height: 471px;
  margin: 27px auto 14px auto;
}

.speThi .speThiCon .speThCoCoWrap .speThCoCoItem {
  display: flex;
  flex-wrap: wrap;
}

.speThi .speThiCon .speThCoCoItemSec {
  background-image: url(/Public/Home/images/mglxzj_img/3.0.png);
  background-image: 100% 100%;
  background-repeat: no-repeat;
  width: 1210px;
  height: 471px;
}

.speThi .speThiCon .speThCoCoItemSec .itemInner {
  width: 396px;
  height: 215px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 13px;
  padding-right: 18px;
}

.speThi .speThiCon .speThCoCoItemSec .itemInner>p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #151515;
  line-height: 36px;
}

.speThi .speThiCon .speThCoCoItemSec .itemInner>p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

.speThi .speThiCon .speThCoCoItemSec>.itemInner:nth-child(1) {
  background-image: url(/Public/Home/images/mglxzj_img/3.1.png);
  background-image: 100% 100%;
  margin-left: -5px;
}

.speThi .speThiCon .speThCoCoItemSec>.itemInner:nth-child(2) {
  background-image: url(/Public/Home/images/mglxzj_img/3.3.png);
  background-image: 100% 100%;
  margin-left: 10px;
}

.speThi .speThiCon .speThCoCoItemSec>.itemInner:nth-child(3) {
  background-image: url(/Public/Home/images/mglxzj_img/3.5.png);
  background-image: 100% 100%;
  margin-left: 12px;
}

.speThi .speThiCon .speThCoCoItemSec>.itemInner:nth-child(4) {
  background-image: url(/Public/Home/images/mglxzj_img/3.2.png);
  background-image: 100% 100%;
  margin-top: 40px;
  margin-left: 188px;
  padding-top: 20px;
}

.speThi .speThiCon .speThCoCoItemSec>.itemInner:nth-child(5) {
  background-image: url(/Public/Home/images/mglxzj_img/3.4.png);
  background-image: 100% 100%;
  margin-top: 40px;
  margin-left: 34px;
  padding-top: 20px;
}

.speThi .speThiCon .speThCoCoItemFir {
  background-image: url(/Public/Home/images/mglxzj_img/3.00.png);
  background-image: 100% 100%;
  width: 1210px;
  height: 471px;
  background-repeat: no-repeat;
}

.speThi .speThiCon .speThCoCoItemFir .itemInner {
  width: 396px;
  height: 215px;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 13px;
  padding-right: 18px;
}

.speThi .speThiCon .speThCoCoItemFir .itemInner>p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #151515;
  line-height: 36px;
}

.speThi .speThiCon .speThCoCoItemFir .itemInner>p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}

.speThi .speThiCon .speThCoCoItemFir>.itemInner:nth-child(1) {
  background-image: url(/Public/Home/images/mglxzj_img/3.1.png);
  background-image: 100% 100%;
  margin-left: 89px;
}

.speThi .speThiCon .speThCoCoItemFir>.itemInner:nth-child(2) {
  background-image: url(/Public/Home/images/mglxzj_img/3.3.png);
  background-image: 100% 100%;
  margin-left: 228px;
}

.speThi .speThiCon .speThCoCoItemFir>.itemInner:nth-child(3) {
  background-image: url(/Public/Home/images/mglxzj_img/3.2.png);
  background-image: 100% 100%;
  margin-left: 402px;
  margin-top: 40px;
  padding-top: 20px;
}

/* 托普仕留学服务流程 结束 */
/* 想要进入美国藤校？专业的团队必不可少！ 开始 */
.powerTeamWrap {
  width: 100%;
  height: 1224px;
  background-image: url(/Public/Home/images/mglxzj_img/5.00.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 32px;
}

.powerTeamInner {
  width: 1200px;
  margin: 0 auto;
}

.powerTeamInner .powTeaTit {
  font-size: 14px;
  color: #616161;
  line-height: 20px;
  border-left: 5px solid #e72727;
  padding-left: 10px;
  margin-top: 30px;
}

.powerTeamInner .powTeaTit b {
  font-size: 20px;
  margin-right: 10px;
  color: #333333;
}

.powerTeamInner section {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  margin-top: 8px;
}

.powerTeamInner .powTeaSwiper {
  height: 409px;
  margin-top: 14px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.powerTeamInner .powTeaSwiper .swiper-wrapper {
  height: 409px;
}

.powerTeamInner .powTeaSwiper .swiper-slide {
  width: 103px;
  height: 101px;
  display: block;
}

.powerTeamInner .powTeaSwiper img {
  width: 103px;
  height: 101px;
}

.powerTeamInner .powTeaSwiper .powTeaSwiL {
  width: 1070px;
}

.powerTeamInner .powTeaSwiper .powTeaSwiR {
  width: 103px;
}

.powerTeamInner .powTeaSwiper .swiGalleryW {
  height: 409px;
  width: 1050px;
  display: flex;
}

.powerTeamInner .powTeaSwiper .swiGalleryW img {
  width: 478px;
  height: 409px;
  margin-right: 12px;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .gallery-top {
  width: 100%;
  height: 100%;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .gallery-top .swiper-slide {
  width: 100%;
  height: 100%;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC>p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  margin-top: 28px;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC>p:nth-child(1) b {
  font-size: 24px;
  margin-right: 10px;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC>p:nth-child(2),
.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC>p:nth-child(3) {
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC>p:nth-child(2) b,
.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC>p:nth-child(3) b {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC .swiGalCBtn {
  display: flex;
  margin-top: 30px;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC .swiGalCBtn a {
  margin-right: 40px;
  display: block;
  width: 159px;
  height: 45px;
  border-radius: 22px;
  border: 1px solid #e52424;
  transition: 0.3s;
  font-size: 18px;
  color: #e52424;
  line-height: 45px;
  text-align: center;
}

.powerTeamInner .powTeaSwiper .swiGalleryW .swiGalC .swiGalCBtn a:hover {
  background-color: #e52424;
  color: #ffffff;
}

.powerTeamInner .swiper-slide {
  width: 103px;
  height: 101px;
  display: block;
}

.powerTeamInner .swiper-slide img {
  width: 101px;
  height: 101px;
  display: block;
  border: 1px solid transparent;
  /* border: 1px solid red; */
  box-sizing: border-box;
  transition: .3s;
}

.powerTeamInner .mySwiper {
  height: 366px;
  width: 101px;
  overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active img {
  border: 1px solid #e52424 !important;
  border-radius: 10px;

}

.powerTeamInner .mySwiperWarp {
  height: 389px;
  width: 101px;
  position: relative;
  padding: 20px 0;
  box-sizing: border-box;
}

.powerTeamInner .swiper-button-next3,
.powerTeamInner .swiper-button-prev3 {
  text-align: center;
  display: block;
  color: #ffffff;
}

.powerTeamInner .swiper-button-next3:after,
.powerTeamInner .swiper-button-prev3:after {
  font-size: 25px;
  font-weight: bold;
  color: #e72a2a;
  position: absolute;
}

.powerTeamInner .swiper-button-prev3 {
  top: -5px;
  left: 27px;
  transform: rotate(90deg);
}

.powerTeamInner .swiper-button-next3 {
  bottom: -200px;
  left: 27px;
  transform: rotate(90deg);
  margin-top: 170px;
}

.powTeaD .powTeaDT {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.powTeaD .powTeaDTab {
  display: flex;
  justify-content: space-between;
}

.powTeaD .powTeaDTab .powTeaDTabItem {
  width: 90px;
  height: 34px;
  background: #ffffff00;
  border-radius: 17px;
  transition: 0.3s;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
}

.powTeaD .powTeaDC {
  display: flex;
  justify-content: space-between;
  height: 274px;
  align-content: space-between;
  flex-wrap: wrap;
}

.powTeaD .powTeaDC .powTeaDCItem {
  display: flex;
  margin-top: 27px;
  width: 292px;
  transition: 0.3s;
}

.powTeaD .powTeaDC .powTeaDCItem:hover {
  background: #ffffff;
  box-shadow: 0px 5px 13px 0px rgba(7, 0, 2, 0.21);
  border-radius: 10px;
}

.powTeaD .powTeaDC .powTeaDCItem .powTeaDCItR {
  box-sizing: border-box;
  padding-left: 14px;
  width: 100%;
}

.powTeaD .powTeaDC .powTeaDCItem .powTeaDCItR>p:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 27px;
  margin-top: 15px;
}

.powTeaD .powTeaDC .powTeaDCItem .powTeaDCItR>p:nth-child(2) {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  width: 128px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
}

.powTeaD .powTeaDC .powTeaDCItem img {
  width: 122px;
  height: 122px;
  display: block;
  border-radius: 10px;
}

.powTeaDTabAct {
  background: #eb2d2d !important;
  color: #ffffff !important;
}

/* 想要进入美国藤校？专业的团队必不可少！ 结束 */
/* 托普仕服务优势 开始 */
.serAdvWrap {
  height: 1006px;
  width: 100%;
  background-image: url(/Public/Home/images/mglxzj_img/6.000.png);
  background-size: 100% 852px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 32px;
}

.serAdvITit {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: flex;
  line-height: 20px;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 9px;
}

.serAdvITit img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.serAdvITit>span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #ea2b2b;
}

.serAdvITit>span:nth-child(3) {
  margin: 0 10px;
}

.serAdvInner {
  margin: 0 auto;
  width: 1200px;
  height: 469px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 25px;
  padding: 20px;
  margin-bottom: 32px;
}

.serAdvInner .serAITC {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1160px;
  height: 241px;
}

.serAdvInner .serAITC .serAdvIItem {
  width: 279px;
  height: 114px;
  position: relative;
}

.serAdvInner .serAITC .serAdvIItem p {
  width: 279px;
  height: 114px;
  box-sizing: border-box;
  padding: 17px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.serAdvInner .serAITC .serAdvIItem span {
  width: 279px;
  height: 114px;
  box-sizing: border-box;
  padding: 17px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s;
}

.serAdvInner .serAITC .serAdvIItem:hover p {
  opacity: 1 !important;
}

.serAdvInner .serAITC .serAdvIItem:hover span {
  opacity: 0 !important;
}

.serAdvInner .serAdvIB .serAIBC {
  display: flex;
  margin-top: 25px;
}

.serAdvInner .serAdvIB .serAIBC>.serAIBCtem:last-child {
  border-right: none;
}

.serAdvInner .serAdvIB .serAIBC .serAIBCtem {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 300px;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  position: relative;
  border-right: 1px solid #c8c8c8;
}

.serAdvInner .serAdvIB .serAIBC .serAIBCtem img {
  opacity: 1;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  transition: 0.3s;
}

.serAdvInner .serAdvIB .serAIBC .serAIBCtem p {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  padding-left: 50px;
}

.serAdvInner .serAdvIB .serAIBC .serAIBCtem:hover p {
  opacity: 1 !important;
}

.serAdvInner .serAdvIB .serAIBC .serAIBCtem:hover span,
.serAdvInner .serAdvIB .serAIBC .serAIBCtem:hover img {
  opacity: 0 !important;
}

.serAdvApply {
  margin: 0 auto;
  margin-top: 44px;
  height: 205px;
  width: 1200px;
  background-color: #ffffff;
  background-image: url(/Public/Home/images/mglxzj_img/6.20.png);
  background-size: 100% 100%;
  box-shadow: 0px 0px 27px 0px rgba(45, 0, 0, 0.18);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 41px 0 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.serAdvApply::after {
  content: "";
  position: absolute;
  top: 94px;
  left: 44px;
  width: 54px;
  height: 4px;
  background: #eb2d2d;
  border-radius: 2px;
}

.serAdvApply .serAdvApL {
  width: 320px;
  height: 100%;
}

.serAdvApply .serAdvApL>p:nth-child(1) {
  font-weight: 500;
  font-size: 24px;
  color: #171717;
  line-height: 50px;
  margin-top: 40px;
}

.serAdvApply .serAdvApL>p:nth-child(2) {
  font-weight: 400;
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
}

.serAdvApply .serAdvApC {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 498px;
  height: 45px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #ededed;
  margin-left: 50px;
}

.serAdvApply .serAdvApC .serAdvApCItem {
  height: 45px;
  width: 50%;
}

.serAdvApply .serAdvApC .serAdvApCItem span {
  margin-right: 10px;
}

.serAdvApply input {
  height: 45px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  background: transparent;
}

.serAdvApply .serAdvApR {
  width: 172px;
  height: 48px;
  background: linear-gradient(0deg, #ffa169 0%, #fc6e58 100%);
  box-shadow: 0px 0px 7px 0px rgba(231, 102, 80, 0.54);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  transition: .3s;
}

.serAdvApply .serAdvApR img {
  width: 34px;
  height: 34px;
}

.serAdvApply .serAdvApR:hover {
  transform: scale(1.1) !important;
}

/* 托普仕服务优势 结束 */
.section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.section.slide-in {
  opacity: 1;
  transform: translateY(0);
}

.sectionLeftToRight {
  /* transform: translateX(300px);
  transition: all 0.8s ease-out; */
}

.sectionLeftToRight.slide-right-in {
  animation: revealText 2s 1 forwards;
}

@keyframes revealText {
  0% {
  opacity: 0;
  transform: translateX(300px);
  }

  100% {
  opacity: 1;
  transform: translateX(0);
  }
}