:root {
  --theme_color: #6416c4;
  --light-color: #f2d034;
}
.lx2_2_banner {
  width: 100%;
  height: 600px;
  background: url(../images/banner.jpg) no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
}
.lx2_2_banner h3 {
  font-size: 64px;
}
.lx2_2_banner h3 span {
  color: var(--light-color);
  padding: 0 8px;
}
.lx2_2_banner p {
  color: #012fa7;
  background-color: var(--light-color);
  height: 46px;
  border-radius: 46px;
  padding: 0 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.page_section_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Microsoft YaHei" !important;
}
.page_section_head .title {
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
}
.page_section_head .title span {
  padding-right: 4px;
  color: var(--theme_color);
}
.page_section_head .entxt {
  text-transform: uppercase;
  letter-spacing: 14px;
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 10px;
}
.page_section_first {
  padding-top: 74px;
  background-color: #f2f3f7;
  padding-bottom: 78px;
}
.page_section_first * {
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.page_section_first .page_section_body {
  width: 1200px;
  height: 236px;
  border: 1px solid var(--theme_color);
  box-sizing: border-box;
  margin: 95px auto 51px;
  position: relative;
  overflow: hidden;
}
.page_section_first .page_section_body::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 236px;
  height: 236px;
  background-image: linear-gradient(to top, #5717b4, #6e16d0);
}
.page_section_first .page_section_body .entxt {
  position: absolute;
  left: -38px;
  bottom: 36px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  transform: rotate(90deg);
  color: #1c52e0;
}
.page_section_first .page_section_body .sm_block {
  position: absolute;
  left: 319px;
  bottom: 0;
  width: 17px;
  height: 17px;
  background-color: #012fa7;
}
.page_section_first .page_section_body .slide_content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 234px;
  margin: 17px 20px 17px 18px;
  overflow: hidden;
  display: flex;
}
.page_section_first .page_section_body .slide_item {
  position: absolute;
  top: 0;
  width: 860px;
  display: flex;
  align-items: center;
  cursor: pointer;
  left: 860px;
}
.page_section_first .page_section_body .slide_item.active {
  cursor: default;
  left: 0;
}
.page_section_first .page_section_body .slide_item.active .title_pic::before {
  content: "";
  display: none;
}
.page_section_first .page_section_body .slide_item:nth-child(1) .title_pic::before {
  content: "什么是2+2留学？";
}
.page_section_first .page_section_body .slide_item:nth-child(2) .title_pic::before {
  content: "什么是2+3留学？";
}
.page_section_first .page_section_body .slide_item .title_pic {
  flex-shrink: 0;
  position: relative;
}
.page_section_first .page_section_body .slide_item .title_pic img {
  display: block;
  width: 300px;
  height: 200px;
  object-fit: cover;
}
.page_section_first .page_section_body .slide_item .title_pic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(109, 22, 207, 0.67);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_section_first .page_section_body .slide_item .txt {
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}
.page_section_first .page_section_body .slide_item .txt h4 {
  height: 56px;
  display: flex;
  align-items: center;
  background: url(../images/brief.png) no-repeat left center;
  font-size: 20px;
  color: var(--theme_color);
}
.page_section_first .page_section_body .slide_item .txt p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #333333;
  margin-top: 6px;
}
.online_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 202px;
  height: 58px;
  border-radius: 58px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #c61e1e;
  transition: all 0.3s ease;
}
.online_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
}
.page_section_fourth {
  padding-top: 70px;
  padding-bottom: 80px;
}
.page_section_fourth .page_section_head .entxt {
  color: #6c94fe;
}
.page_section_fourth .page_section_body {
  width: 1200px;
  margin: 62px auto 81px;
}
.page_section_fourth .page_section_body ul {
  display: flex;
  justify-content: space-between;
}
.page_section_fourth .page_section_body ul li {
  width: 380px;
  height: 280px;
  background-color: #f3f3f3;
  transition: all 0.2s;
}
.page_section_fourth .page_section_body ul li:hover {
  background-color: #fff;
  box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
  transform: scale(1.1);
}
.page_section_fourth .page_section_body ul li .icon_box {
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-top: 29px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.page_section_fourth .page_section_body ul li .icon_box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -5px;
  height: 30px;
  width: 10px;
  background-color: #012fa7;
}
.page_section_fourth .page_section_body ul li .icon_box .iconfont {
  color: #012fa7;
}
.page_section_fourth .page_section_body ul li .icon_box .icon-xueli-L {
  font-size: 83px;
  margin-top: -5px;
}
.page_section_fourth .page_section_body ul li .icon_box .icon-zhaodaxue {
  font-size: 72px;
  margin-top: -2px;
}
.page_section_fourth .page_section_body ul li .icon_box .icon-hexinyoushi-01 {
  font-size: 90px;
  margin-top: -7px;
}
.page_section_fourth .page_section_body ul li .info {
  padding: 0 22px;
}
.page_section_fourth .page_section_body ul li .info h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}
.page_section_fourth .page_section_body ul li .info p {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  text-align: justify;
  word-break: break-all;
  letter-spacing: -0.6px;
}
.page_section_fifth {
  width: 100%;
  position: relative;
  padding-top: 71px;
  padding-bottom: 81px;
}
.page_section_fifth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 337px;
  background-color: #ffe9e9;
  background-image: linear-gradient(to top, #5717b4, #6e16d0);
}
.page_section_fifth .page_section_head {
  position: relative;
  z-index: 2;
}
.page_section_fifth .page_section_head .title {
  color: #fff;
}
.page_section_fifth .page_section_head .title span {
  color: #ffa9a9;
}
.page_section_fifth .page_section_head .entxt {
  color: #6c94fe;
}
.page_section_fifth .page_section_body {
  width: 1200px;
  margin: 57px auto 80px;
  position: relative;
  z-index: 2;
}
.page_section_fifth .page_section_body .main_header {
  height: 232px;
}
.page_section_fifth .page_section_body .main_header ul {
  display: flex;
  justify-content: space-between;
}
.page_section_fifth .page_section_body .main_header ul li {
  position: relative;
  width: 300px;
  height: 232px;
}
.page_section_fifth .page_section_body .main_header ul li:nth-child(1) {
  background-color: #8e3ceb;
}
.page_section_fifth .page_section_body .main_header ul li:nth-child(2) {
  background-color: #8034d7;
}
.page_section_fifth .page_section_body .main_header ul li:nth-child(3) {
  background-color: #762ace;
}
.page_section_fifth .page_section_body .main_header ul li:nth-child(4) {
  background-color: #6a21be;
}
.page_section_fifth .page_section_body .main_header ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 232px;
}
.page_section_fifth .page_section_body .main_header ul li .bg img {
  display: block;
  width: 100%;
  height: 232px;
  opacity: 0.1;
  object-fit: cover;
}
.page_section_fifth .page_section_body .main_header ul li .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 232px;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
}
.page_section_fifth .page_section_body .main_header ul li .content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  height: 52px;
  padding-top: 37px;
  text-align: center;
}
.page_section_fifth .page_section_body .main_header ul li .content p {
  font-size: 14px;
  line-height: 26px;
}
.page_section_fifth .page_section_body .main_form {
  width: 100%;
  height: 263px;
  position: relative;
  background: url(../images/jb1.png) no-repeat bottom left #f3f3f3;
  box-sizing: border-box;
  padding-left: 556px;
  padding-right: 70px;
}
.page_section_fifth .page_section_body .main_form form h4 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  padding-top: 31px;
}
.page_section_fifth .page_section_body .main_form form .tips {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
  color: #666;
}
.page_section_fifth .page_section_body .main_form form ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 27px;
}
.page_section_fifth .page_section_body .main_form form ul li {
  margin-right: 15px;
  margin-bottom: 20px;
}
.page_section_fifth .page_section_body .main_form form ul li input,
.page_section_fifth .page_section_body .main_form form ul li select {
  width: 270px;
  height: 32px;
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  padding-left: 15px;
  border: 1px solid #999999;
  background-color: #f3f3f3;
}
.page_section_fifth .page_section_body .main_form form ul li input::placeholder,
.page_section_fifth .page_section_body .main_form form ul li select::placeholder {
  color: #666666;
}
.page_section_fifth .page_section_body .main_form form .button_wrap {
  margin-top: 21px;
}
.page_section_fifth .page_section_body .main_form form .button_wrap .submitbtn {
  float: right;
  margin-right: 15px;
  width: 254px;
  height: 60px;
  display: flex;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #c61e1e;
  border: none;
}
.page_section_fifth .page_section_body .main_form form .button_wrap .submitbtn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
}
.page_section_fifth .page_section_body .main_form form .button_wrap .submitbtn p {
  width: 194px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
}
.page_section_fifth .page_section_body .main_form form .button_wrap .submitbtn span {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b41616;
}
.page_section_school {
  width: 100%;
  position: relative;
  padding-top: 71px;
  padding-bottom: 125px;
  background: url(../images/school_bg.jpg) no-repeat top center;
  background-size: cover;
}
.page_section_school .page_section_head {
  position: relative;
  z-index: 2;
}
.page_section_school .page_section_head .title {
  color: #fff;
}
.page_section_school .page_section_head .title span {
  color: #ffa9a9;
}
.page_section_school .page_section_head .entxt {
  color: #b2b2b2;
}
.page_section_school .page_section_body {
  background-color: #fff;
  border-radius: 10px;
  width: 1200px;
  margin: 59px auto 51px;
  padding: 40px 50px 40px 48px;
  display: flex;
  align-items: center;
}
.page_section_school .swiper-container {
  width: 481px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.page_section_school .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 314px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  border-radius: 10px;
}
.page_section_school .swiper-slide a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.page_section_school .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0.5;
}
.page_section_school .swiper-slide-active,
.page_section_school .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 10;
}
.page_section_school .swiper-slide-active img,
.page_section_school .swiper-slide-duplicate-active img {
  opacity: 1;
}
.page_section_school .swiper-button-next:after,
.page_section_school .swiper-button-prev:after {
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 8px;
  color: #fff;
}
.page_section_school .school_list {
  flex: 1;
  width: 100%;
  padding-left: 40px;
}
.page_section_school .school_list ul li {
  display: none;
  color: #666666;
}
.page_section_school .school_list ul li h4 {
  font-size: 20px;
  color: #323232;
}
.page_section_school .school_list ul li h4 a {
  color: #323232;
}
.page_section_school .school_list ul li .txt {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_section_school .school_list ul li .labels {
  border-top: 1px solid #E4E4E4;
  margin-top: 24px;
  padding-top: 20px;
}
.page_section_school .school_list ul li .labels p {
  font-size: 16px;
  line-height: 35px;
}
.page_section_school .school_list ul li .labels p span {
  color: #999999;
}
.page_section_form {
  width: 100%;
  position: relative;
  padding-top: 71px;
  padding-bottom: 81px;
  background: url(../images/formbg.jpg) no-repeat top center;
  background-size: cover;
}
.page_section_form .page_section_head .entxt {
  color: #6c94fe;
}
.page_section_form .page_section_body {
  width: 1200px;
  height: 316px;
  margin: 65px auto 0;
  position: relative;
  background-image: linear-gradient(to top, #5717b4, #6e16d0);
  display: flex;
  justify-content: center;
}
.page_section_form .page_section_body .bg1,
.page_section_form .page_section_body .bg2 {
  position: absolute;
  top: -9px;
  z-index: 10;
}
.page_section_form .page_section_body .bg1 {
  left: 0;
}
.page_section_form .page_section_body .bg2 {
  right: 0;
}
.page_section_form .page_section_body .form_box {
  width: 864px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_section_form .page_section_body .form_box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_section_form .page_section_body .form_box ul li {
  width: 412px;
  height: 53px;
  background-color: #fff;
  margin-bottom: 15px;
  padding-left: 21px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.page_section_form .page_section_body .form_box ul li label {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  flex-shrink: 0;
}
.page_section_form .page_section_body .form_box ul li input,
.page_section_form .page_section_body .form_box ul li select {
  flex: 1;
  width: 100%;
  padding-left: 17px;
  box-sizing: border-box;
  height: 53px;
  border: none;
  font-size: 16px;
  color: #666;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  background-color: #fff;
}
.page_section_form .page_section_body .form_box .submitbtn {
  width: 412px;
  height: 53px;
  border: none;
  cursor: pointer;
  background-color: #F2D034;
  font-size: 20px;
  color: #c61e1e;
  font-weight: bold;
  margin-top: 25px;
}
.page_section_form .page_section_body .form_box .submitbtn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
}
