.campus-wrap {
  max-width: 1920px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 1px;
  background: #eeeeee;
}

.campus-wrap-1 {
  padding-top: 75px;
}

.campus-swiper {
  margin: 50px 0 30px;
}

.campus-swiper .swiper-container {
  height: 670px;
  padding-bottom: 80px;
}

.campus-swiper .swiper-slide {
  transform: scaleY(0.9);
  text-align: center;
  padding: 0 40px;
  width: 1110px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.campus-swiper .swiper-slide .inner {
  -webkit-box-shadow: 0 0 15px #d6d6d6;
  -moz-box-shadow: 0 0 15px #d6d6d6;
  box-shadow: 0 0 15px #d6d6d6;
}

.campus-swiper .swiper-slide.swiper-slide-active {
  transform: scaleY(1);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.campus-swiper .inner .campus-img {
  position: relative;
  width: 100%;
}

.campus-swiper .inner .campus-img img {
  display: block;
  width: 100%;
}

.campus-swiper .gallery-item-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #efefef;
  text-align: center;
  display: block;
  opacity: 0;
  padding: 20px 0;
  transition-duration: 1.2s;
}

.campus-swiper .gallery-item-desc h3 {
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: .009em;
  font-size: 20px;
}

.campus-swiper .gallery-item-desc p {
  margin-top: 1em;
  font-size: 15px;
}

.campus-swiper .swiper-slide-prev .gallery-item-desc {
  transform: translateX(-70px);
}

.campus-swiper .swiper-slide-next .gallery-item-desc {
  transform: translateX(70px);
}

.campus-swiper .swiper-slide-active .gallery-item-desc {
  opacity: 1;
  transform: translateX(0);
}


.campus-swiper .swiper-slide .inner {
  -webkit-box-shadow: 0 0 15px #eee;
  -moz-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
}


.index-v-campus {
  padding-top: 30px;
  border: 1px solid #efefef;
  width: 1108px;
  height: 589px;
  background-color: #fff;
}

.index-v-campus li {
  float: left;
  width: 510px;
  height: 267px;
  margin-left: 30px;
  margin-bottom: 30px;
}


.index-banner {
    width: 100%;
    max-width: 1920px;
    height: 700px;
    margin: 100px auto 0;
    background: #00a0e9 url("https://zhongqingedu.oss-cn-shenzhen.aliyuncs.com/image/edubanner.png") center center no-repeat;
}

.index-banner-font {
  padding-top: 200px;
  padding-left: 40px;
  display: block;
}

.employment-wrap {
  position: relative;
  padding-top: 80px;
  margin: auto;
  max-width: 1920px;
}

.mb-50 {
  margin-bottom: 25px;
}

.employment-content {
  position: relative;
  z-index: 2;
}

.employment-item {
  text-align: center;
  width: 250px;
  font-size: 24px;
  font-weight: bold;
  color: #ffdede;
  height: 80px;
}

.employment-item-1 {
  background: url("../image/employment_i2.png") center no-repeat;
}

.employment-item b {
  font-size: 36px;
  color: #fff;
}

.employment-item-2 {
  width: 30px;
  height: 85px;
  background: url("../image/employment_i1.png") center no-repeat;
}

.employment-item-3 {
  background: url("../image/employment_i5.png") center no-repeat;
}

.employment-item-4 {
  width: 200px;
  height: 147px;
  margin-top: -65px;
  /* background: url("../image/employment_i6.png") center no-repeat; */
}

.employment-item-5 {
  width: 150px;
  height: 79px;
  background: url("../image/employment_i7.png") center no-repeat;
}

.employment-item-6 {
  background: url("../image/employment_i4.png") center no-repeat;
}

.employment-item-7 {
  background: url("../image/employment_i3.png") center no-repeat;
}

.employment-item-6 b,
.employment-item-7 b {
  font-size: 30px;
}

.employment-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  height: 346px;
  background-color: #00a0e8;
}

.index-title {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 36px;
}

.index-title b {
  font-size: 48px;
}

.title-color-red {
  color: #f33636;
}

.title-color-blue {
  color: #f33636;
}

.title-color-white {
  color: #fff;
}

.availability-title {
  font-size: 48px;
  color: #f33636;
  font-weight: bold;
  margin-bottom: 80px;
}

.availability-title span {
  display: block;
  font-size: 26px;
  color: #d9d9d9;
  text-transform: uppercase;
}

.employment-clr {
  margin-top: 55px;
  padding-bottom: 100px;
}

.employment-left {
  width: 800px;
  float: left;
}

.employment-right {
  width: 400px;
  float: left;
}

.employment-form {
  padding-top: 40px;
  width: 395px;
  height: 325px;
  margin-left: auto;
  margin-right: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #eee;
}

.employment-input {
  display: block;
  margin: 22px auto;
  width: 330px;
  height: 43px;
  padding-left: 12px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.employment-select {
  display: block;
  margin: 22px auto;
  width: 330px;
  height: 43px;
  padding-top: 2px;
  background: #f7f8f8;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.employment-select .layui-input {
  border: none;
  background-color: #f7f8f8;
  border-radius: 0px;
}

.employment-btn {
  width: 332px;
  height: 43px;
  line-height: 43px;
  font-size: 24px;
  font-weight: bold;
  background-color: #f43638;
  display: block;
  margin: auto;
  outline: none;
  border: none;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}



.index-way {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 100px 0 50px;
  background: -webkit-linear-gradient(#fff, #f5f5f5);
  background: -o-linear-gradient(#fff, #f5f5f5);
  background: -moz-linear-gradient(#fff, #f5f5f5);
  background: linear-gradient(#fff, #f5f5f5);
}

.index-way-list {
  padding-top: 30px;
  min-height: 370px;
  margin: 50px auto;
  background: url("../image/fanshibg.png") center no-repeat;
}

.index-way-list li {
  width: 410px;
  height: 200px;
}

.way-name {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.way-name:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-width: 8px 10px;
  border-style: solid;
  border-color: transparent;
}

.way-name-1:after {
  right: -20px;
  border-right-color: #f43737;
}

.way-name-2:after {
  left: -20px;
  border-left-color: #c676ed;
}

.way-name-3:after {
  right: -20px;
  border-right-color: #00a0e9;
}

.way-name-4:after {
  left: -20px;
  border-left-color: #3bd398;
}

.color-purple,
.hover-purple:hover .way-info {
  color: #c676ed;
}

.color-green,
.hover-green:hover .way-info {
  color: #3bd398;
}

.hover-red:hover .way-info {
  color: #f43737;
}

.hover-blue:hover .way-info {
  color: #00a0e9;
}

.way-info {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 24px;
}

.index-question {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 110px 0;
  background: url("../image/qustion_bg.png") center bottom no-repeat;
}

.question-list {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 40px;
}

.question-list li {
  width: 300px;
  float: left;
}

.question-list li img {
  display: block;
  margin: auto;
  border-radius: 4px;
}

.question-circle {
  position: relative;
  top: -24px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 4px solid #fff;
  margin: auto;
}

.question-circle:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 12px;
}

.circle-red {
  background-color: #f43636;
}

.circle-blue {
  background-color: #464af9;
}

.circle-purple {
  background-color: #ab60d0;
}

.circle-green {
  background-color: #3bd398;
}

.li-hover-red:hover img,
.li-hover-red:hover .question-circle {
  -webkit-box-shadow: 0px 0px 6px #f43636;
  -moz-box-shadow: 0px 0px 6px #f43636;
  box-shadow: 0px 0px 6px #f43636;
}

.li-hover-blue:hover img,
.li-hover-blue:hover .question-circle {
  -webkit-box-shadow: 0px 0px 6px #464af9;
  -moz-box-shadow: 0px 0px 6px #464af9;
  box-shadow: 0px 0px 6px #464af9;
}

.li-hover-purple:hover img,
.li-hover-purple:hover .question-circle {
  -webkit-box-shadow: 0px 0px 6px #ab60d0;
  -moz-box-shadow: 0px 0px 6px #ab60d0;
  box-shadow: 0px 0px 6px #ab60d0;
}

.li-hover-green:hover img,
.li-hover-green:hover .question-circle {
  -webkit-box-shadow: 0px 0px 6px #3bd398;
  -moz-box-shadow: 0px 0px 6px #3bd398;
  box-shadow: 0px 0px 6px #3bd398;
}



.index-benefit {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 100px 0 80px;
  background-color: #f5f5f5;
}

.index-benefit-list {
  margin-top: 50px;
  height: 450px;
  padding-top: 25px;
  background: url("../image/katong.png") center center no-repeat;
}

.index-benefit-list ul li {
  position: relative;
  width: 260px;
  height: 118px;
}

.benefit-circle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 10px solid #c4e4f3;
  background-color: #00a0e9;
}

.benefit-circle img {
  display: block;
  margin: auto;
  padding-top: 20px;
}

.benefit-circle:after {
  content: ' ';
  position: absolute;
  top: -10px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #c4e4f3;
}

.benefit-circle.bc-left {
  left: -130px;
}

.benefit-circle.bc-right {
  right: -130px;
}

.benefit-circle.circle-left:after {
  left: -10px;
}

.benefit-circle.circle-right:after {
  right: -10px;
}

.index-benefit-list li.w-240 {
  width: 240px;
}

.index-benefit-list li.w-270 {
  width: 270px;
}

.index-benefit-list li.w-380 {
  width: 380px;
}

.bc-info {
  padding-top: 20px;
  font-size: 16px;
  color: #666;
}

.bc-info b {
  display: block;
  font-size: 24px;
  color: #333;
}

.index-benefit-list ul li:hover .bc-info,
.index-benefit-list ul li:hover .bc-info b {
  color: #ffb018;
}

.index-benefit-list ul li:hover .benefit-circle {
  border-color: #f7e7c9;
  background-color: #ffb018;
}

.index-benefit-list ul li:hover .benefit-circle:after {
  background-color: #f7e7c9;
}


.index-advantage {
  width: 100%;
  padding: 100px 0 110px;
  max-width: 1920px;
  margin: auto;
  background: url("../image/youshi.png") center top no-repeat;
}

.index-advantage-list {
  margin-top: 60px;
}

.index-advantage-list li {
  float: left;
  width: 240px;
}

.index-advantage-list li img {
  display: block;
  padding-top: 60px;
}

.advantage-item {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}

.advantage-item:hover {
  color: #f33636;
}

.advantage-item b {
  display: block;
  font-size: 24px;
  color: #f33636;
  line-height: 32px;
}

.index-advantage-list li.advantage-width {
  width: 640px;
}

.mr-20 {
  margin-right: 50px;
}

.hot_school {
    width: 100%;
    height: 800px;
    margin-top: -3px;
    background: url(https://zhongqingedu.oss-cn-shenzhen.aliyuncs.com/image/gxhz.png) center center no-repeat;
}

.school-wrap {
  position: relative;
  height: 800px;
}

.hot_school .hot_title {
  height: 274px;
  width: 355px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hot_school .hot_title .popular {
  font-size: 46px;
  font-weight: bold;
  color: #333;
  height: 200px;
}

.hot_school .hot_title .popular span {
  font-size: 46px;
}

.hot_school .hot_title .popular span.en {
  position: relative;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  font-weight: lighter;

}

.hot_school .hot_title .popular span.en:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 106px;
  height: 8px;
  background-color: #fff;
}

.hot_school .hot_title p {
  font-size: 24px;
  color: #333;
  height: 37px;
}

.hot_school .hot_container {
  position: relative;
  left: 375px;
  width: 775px;
}

.hot_school .hot_container .tab_list {
  position: relative;
  height: 800px;
}

.hot_school .tab_list .tab_title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 746px;
}

.hot_school .tab_list .tab_title li {
  width: 204px;
  height: 65px;
  background: url("../image/black04.png");
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}


.hot_school .tab_list .tab_title .active {
  background: #f43638;
}




.hot_school .tab_list .tab_title li:nth-child(3),
.hot_school .tab_list .tab_title li:nth-child(7),
.hot_school .tab_list .tab_title li:nth-child(8) {
  line-height: 28px;
  box-sizing: border-box;
  padding-top: 5px;
}

.hot_school .tab_list .tab_container {
  position: absolute;
  right: 0;
  width: 490px;
  top: 113px;
}

.hot_school .tab_content {
  display: none;
}

.hot_school .tab_content .yx {
  border-left: 5px solid #fff;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}

.hot_school .tab_content .yx span {
  font-weight: bold;
  font-size: 30px;
  margin: 0 13px;
}

.hot_school .tab_content .school1 {
  width: 100%;
  margin: 22px 0;
}

.hot_school .tab_content .school2 {
  width: 278px;
  margin-top: 42px;
}

.hot_school .tab_content .detail {
  font-size: 14px;
  color: #fff;
}


.promotion-banner {
  max-width: 1920px;
  height: 600px;
  margin-top: 99px;
  background-color: #00a0e9;
}

.promotion-banner-img {
  padding-top: 80px;
  float: left;
  display: block;
}

.promotion-banner-font {
  padding-top: 160px;
  float: right;
  width: 560px;
  font-size: 36px;
  text-align: right;
  color: #fff;
}

.promotion-banner-font b {
  display: block;
  font-size: 60px;
}

.promotion-s1 {
  display: none;
  margin: 80px auto 100px;
  padding-top: 90px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.promotion-s1-zx {
  background-image: url("../image/promotion_s1_bg_zx.png");
}

.promotion-s1-cr {
  background-image: url("../image/promotion_s1_bg_cr.png");
}

.promotion-s1-kf {
  background-image: url("../image/promotion_s1_bg_kf.png");
}

.promotion-s1-wl {
  background-image: url("../image/promotion_s1_bg_wl.png");
}

.promotion-s1-title {
  position: relative;
  line-height: 60px;
  font-size: 60px;
  font-weight: bold;
  padding-left: 80px;
  margin-bottom: 50px;
  background-position: left center;
  background-repeat: no-repeat;
}

.promotion-s1-title-zx {
  color: #f43636;
  background-image: url("../image/promotion_book_zx.png");
}

.promotion-s1-title-cr {
  color: #00a0e9;
  background-image: url("../image/promotion_book_cr.png");
}

.promotion-s1-title-kf {
  color: #c676ed;
  background-image: url("../image/promotion_book_kf.png");
}

.promotion-s1-title-wl {
  color: #3bd398;
  background-image: url("../image/promotion_book_wl.png");
}

.promotion-s1-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 129px;
  height: 6px;
}

.promotion-s1-title-zx:after {
  background-color: #f43636;
}

.promotion-s1-title-cr:after {
  background-color: #00a0e9;
}

.promotion-s1-title-kf:after {
  background-color: #c676ed;
}

.promotion-s1-title-wl:after {
  background-color: #3bd398;
}

.promotion-s1-subtitle {
  font-size: 36px;
  margin-bottom: 20px;
}

.promotion-s1-info {
  width: 600px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.promotion-nav-warp {
  background-color: #005074;
}

.promotion-nav li {
  position: relative;
  float: left;
  width: 300px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.promotion-nav li.nav-zx:hover,
.promotion-nav li.nav-zx.on {
  color: #f43636;
}

.promotion-nav li.nav-cr:hover,
.promotion-nav li.nav-cr.on {
  color: #00a0e9;
}

.promotion-nav li.nav-kf:hover,
.promotion-nav li.nav-kf.on {
  color: #c676ed;
}

.promotion-nav li.nav-wl:hover,
.promotion-nav li.nav-wl.on {
  color: #3bd398;
}

.promotion-nav li.on:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 15px 30px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.promotion-s2 {
  margin: 100px auto;
}

.promotion-s2-list {
  margin-top: 50px;
}

.promotion-s2-list li {
  width: 240px;
  height: 170px;
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-right: 80px;
}

.promotion-s2-list li.mrgin-0 {
  margin-right: 0;
}

.promotion-s2-list li b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.promotion-s2-list li:hover,
.promotion-s2-list li:hover b {
  color: #f33636;
}

.promotion-s3 {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.promotion-s3-list {
  margin-top: 50px;

  padding-bottom: 60px;
}

.promotion-s3-list li {
  position: relative;
  float: left;
  width: 232px;
  height: 408px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
}

.promotion-s3-list li:first-child {
  margin-left: 0;
}

.promotion-s3-list li:after {
  content: '';
  position: absolute;
  bottom: -60px;
  height: 60px;
}

.promotion-green {
  background-color: #3bd398;
}

.promotion-green:after {
  left: 0;
  width: 634px;
  background: url("../image/p1.png") no-repeat;
}

.promotion-red {
  background-color: #f43636;
}

.promotion-red:after {
  left: 0;
  width: 379px;
  background: url("../image/p2.png") no-repeat;
}

.promotion-yellow {
  background-color: #ffb016;
}

.promotion-yellow:after {
  left: 0;
  width: 233px;
  background: url("../image/p3.png") no-repeat;
}

.promotion-blue {
  background-color: #23a9ff;
}

.promotion-blue:after {
  right: 0;
  width: 379px;
  background: url("../image/p4.png") no-repeat;
}

.promotion-purple {
  background-color: #ab60d0;
}

.promotion-purple:after {
  right: 0;
  width: 634px;
  background: url("../image/p5.png") no-repeat;
}

.promotion-btn {
  display: block;
  margin: auto;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  background-color: #23a9ff;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.promotion-btn:hover {
  color: #fff;
}

.promotion-icon {
  margin: 35px auto;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.promotion-icon-1 {
  background-image: url("../image/promotion_i1.png");

}

.promotion-icon-2 {
  background-image: url("../image/promotion_i2.png");
}

.promotion-icon-3 {
  background-image: url("../image/promotion_i3.png");
}

.promotion-icon-4 {
  background-image: url("../image/promotion_i4.png");
}

.promotion-icon-5 {
  background-image: url("../image/promotion_i5.png");
}

.promotion-icon-6 {
  background-image: url("../image/promotion_i6.png");
}

.promotion-icon-7 {
  background-image: url("../image/promotion_i7.png");
}

.promotion-icon-8 {
  background-image: url("../image/promotion_i8.png");
}

.promotion-icon-9 {
  background-image: url("../image/promotion_i9.png");
}

.promotion-list-title {
  font-size: 18px;
}

.promotion-list-title b {
  display: block;
  font-size: 28px;
}

.promotion-list-title b.font-size-24 {
  font-size: 24px;
}

.promotion-list-info {
  margin-top: 12px;
  font-size: 18px;
}

.promotion-list-info b {
  display: block;
  font-size: 20px;
}


.collage-margin {
  margin-top: 80px;
}

.collage-banner {
  margin: 99px auto 0;
  width: 100%;
  max-width: 1920px;
  height: 600px;
  background: #00a0e9 url("../image/college_banner_bg.png") center center no-repeat;
}

.collage-banner-img {
  display: block;
  float: left;
  width: 400px;
  padding-top: 200px;

}

.collage-banner-font {
  padding-top: 160px;
  float: right;
  width: 800px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  text-align: right;
  color: #58b5ee;
}

.collage-banner-font b {
  display: block;
  font-size: 60px;
  color: #fff;
}

.collage-warp {
  position: relative;
  width: 1160px;
  height: 707px;
  padding: 20px;
  margin: 70px auto;
  border-radius: 24px;
  background-color: #00a0e9;
}

.collage-warp:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  background-color: #00a0e9;
  border-radius: 100%;
}

.collage {
  width: 1138px;
  padding: 0 11px;
  height: 707px;
  background-color: #66c6f2;
}

.page-item-wrap {
  width: 1138px;
  margin: auto;
  position: relative;
  top: -30px;
}

.page-item {
  float: left;
  width: 569px;
  height: 715px;
  background: url("../image/page_bg.png") no-repeat;
}

.page-item-1 {
  background-position: right;
}

.collage-item-title {
  width: 483px;
  margin: 60px auto 20px;
  font-size: 18px;
  color: #f33636;
  padding-left: 8px;
  border-left: 6px solid #f33636;
}

.page-item-1 .collage-item-title {
  color: #00a0e9;
  border-left-color: #00a0e9;
}

.collage-item-title b {
  padding-right: 8px;
  font-size: 30px;

}

.collage-item-img {
  display: block;
  margin: auto;
  height: 205px;
  max-width: 489px;
  border: 1px solid #f33636;
}

.page-item-1 .collage-item-img {
  border-color: #00a0e9;
}

.collage-item-info {
  width: 489px;
  margin: 20px auto;
  text-align: justify;
  line-height: 22px;
  font-size: 14px;
  height: 110px;
  overflow-y: auto;
}

.collage-item-left {
  float: left;
  width: 278px;
  height: 193px;
  margin-left: 35px;
}

.collage-item-left img {
  display: block;
  width: 278px;
  height: 193px;
}

.collage-item-right {
  width: 230px;
  float: left;
  margin-left: 25px;
}

.collage-item-right b {
  font-size: 18px;
  color: #f33636;
  display: block;
  padding-bottom: 5px;
}

.page-item-1 .collage-item-right b {
  color: #00a0e9;
}

.collage-item-right a {
  display: inline-block;
  margin: 3px 0;
  font-size: 14px;
  background-color: #eeeeee;
  padding: 4px 10px;
  white-space: nowrap;
  border-radius: 23px;
}

.collage-list {
  position: absolute;
  top: 60px;
  right: -132px;
}

.collage-list li {
  width: 163px;
  height: 52px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 52px;
  cursor: pointer;
  background: url("../image/black04.png");
}

.collage-list li.on,
.collage-list li:hover {
  font-size: 18px;
  background: #f33636;
}

.collage-list li.blue-on.on,
.collage-list li.blue-on:hover {
  background: #00a0e9;
}

.line-two {
  padding-top: 7px;
  line-height: 20px;
}

.page-item-wrap .page-item {
  position: absolute;
  right: 0;
  top: 0;
}

.page-item-wrap .page-item:first-child {
  left: 0;
  right: auto;
}

.xq-banner {
  width: 100%;
  max-width: 1920px;
  height: 600px;
  margin: 99px auto 0;
  background: url(../image/xq_banner.png) center center no-repeat;
  box-sizing: border-box;
  padding-top: 185px;
}

.xq-banner .font_bold {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  line-height: 75px;
}

.xq-banner .font_hyaline {
  font-size: 36px;
  color: rgba(255, 255, 255, .3);
  font-weight: bold;
  text-align: right;
  line-height: 42px;
  margin-top: 15px;
}


.xy-banner {
  width: 100%;
  max-width: 1920px;
  height: 600px;
  margin: 99px auto 0;
  background: url(../image/xy_banner.png) center center no-repeat;
  box-sizing: border-box;
  padding-top: 185px;
}

.xy-banner .font_bold {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  line-height: 75px;
}

.xy-banner .font_hyaline {
  font-size: 36px;
  color: rgba(255, 255, 255, .3);
  font-weight: bold;
  text-align: right;
  line-height: 42px;
  margin-top: 15px;
}




.student {
  margin-bottom: 80px;
}

.student .student_title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  padding-top: 95px;
  margin-bottom: 30px;
}

.student .student_title b {
  font-size: 48px;
  color: #00a0e9;
}

.student .s_slide {
  width: 590px;
  height: 259px;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 175px;
}

.student .s1_slide {
  background: url(../image/xy_studentW.png) center center no-repeat;
}

.student .s2_slide {
  background: url(../image/xy_studentC.png) center center no-repeat;
}

.student .s3_slide {
  background: url(../image/xy_studentw1.png) center center no-repeat;
}

.student .s4_slide {
  background: url(../image/xy_studentZ.png) center center no-repeat;
}

.student .s5_slide {
  background: url(../image/xy_studentX.png) center center no-repeat;
}

.student .s6_slide {
  background: url(../image/xy_studentz1.png) center center no-repeat;
}

.student .captal {
  font-size: 18px;
  color: #333333;
}

.student .captal b {
  font-size: 30px;
  color: #00a0e9;
  margin-right: 5px;
}

.student .slide_line {
  width: 60px;
  height: 3px;
  background-color: #00a0e9;
  margin: 12px 0 14px;
}

.student .slide_txt {
  padding-right: 32px;
}

.student .student_slider {
  width: 100%;
  height: 555px;
  position: relative;
}

.student .swiper-container {
  width: 100%;
  height: 100%;
}

.student .swiper-slide {
  padding-right: 15px;
}

.student .arrow-left {
  background: url(../image/left_pagination.png) left top no-repeat;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -15px;
  width: 42px;
  height: 42px;
  z-index: 96;
}

.student .arrow-right {
  background: url(../image/right_pagination.png) left bottom no-repeat;
  position: absolute;
  right: -55px;
  top: 50%;
  margin-top: -15px;
  width: 42px;
  height: 42px;
  z-index: 96;
}




.activity {
  width: 100%;
  height: 798px;
  background-color: #f5f5f5;
}


.activity .activity_title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  padding-top: 110px;
  margin-bottom: 50px;
}

.activity .activity_title b {
  font-size: 48px;
  color: #00a0e9;
}

.activity .activity_slider {
  position: relative;
  width: 100%;
  height: 540px;
}

.activity .swiper-container {
  width: 100%;
  height: 100%;
}

.activity .swiper-slide {
  width: 898px;
  position: relative;
  padding-left: 20px;
}

.activity .swiper-slide img {
  width: 100%;
}

.activity .swiper-slide p {
  font-size: 18px;
  color: #333333;
  padding: 0 15px;
  position: absolute;
  bottom: 25px;
}

.activity .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 99;
}

.activity .swiper-pagination-switch {
  display: inline-block;
  width: 50px;
  height: 6px;
  background: url(../image/pagations.png) center center no-repeat;
  margin: 0 3px;
  cursor: pointer;
}

.activity .swiper-active-switch {
  background: url(../image/active_nagation.png) center center no-repeat;
}



.ceremony {
  width: 100%;
  height: 798px;
  background-color: #00a0e9;
}


.ceremony .ceremony_title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-top: 120px;
  margin-bottom: 54px;
}

.ceremony .ceremony_title b {
  font-size: 48px;
  color: #fff;
}

.ceremony .ceremony_slider {
  position: relative;
  height: 510px;
}

.ceremony .swiper-container {
  width: 100%;
  height: 100%;
}

.ceremony .swiper-slide {
  width: 100%;
}

.ceremony .sliders {
  float: left;
  width: 590px;
}

.ceremony .sliders img {
  width: 100%;
}

.ceremony .sliders p {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
}

.ceremony .slider1 {
  margin-right: 20px;
}

.ceremony .arrow-left {
  background: url(../image/prev_pagination.png) left top no-repeat;
  position: absolute;
  left: -62px;
  top: 35%;
  margin-top: -15px;
  width: 42px;
  height: 42px;
}

.ceremony .arrow-right {
  background: url(../image/next_pagination.png) left bottom no-repeat;
  position: absolute;
  right: -62px;
  top: 35%;
  margin-top: -15px;
  width: 42px;
  height: 42px;
}





.graduation .graduation_title {
  font-size: 36px;
  color: #333;
  text-align: center;
  padding-top: 120px;
  margin-bottom: 54px;
}

.graduation .graduation_title b {
  font-size: 48px;
  color: #00a0e9;
}

.graduation .graduation_slider {
  position: relative;
  height: 650px;
}

.graduation .swiper-container {
  width: 100%;
  height: 100%;
}

.graduation .swiper-slide img {
  width: 100%;
}

.graduation .swiper-slide p {
  font-size: 18px;
  color: #333;
  padding: 0 100px;
  text-align: left;
}

.graduation .paginations {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 60px;
  width: 100%;
  z-index: 99;
}

.graduation .swiper-pagination-switch {
  display: inline-block;
  width: 50px;
  height: 6px;
  background: url(../image/pagations.png) center center no-repeat;
  margin: 0 3px;
  cursor: pointer;
}

.graduation .swiper-active-switch {
  background: url(../image/active_nagation.png) center center no-repeat;
}

.hx-banner {
  width: 100%;
  height: 480px;
  padding-top: 120px;
  max-width: 1920px;
  margin: 99px auto 0;
  background: #00a0e9 url("../image/hx_banner_bg.png") center bottom no-repeat;
}

.hx-banner-wrap {
  text-align: right;
  padding: 50px 0;
  height: 256px;
  background: url("../image/hx_banner_fontbg.png") 60px center no-repeat;
}

.hx-banner-tit {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.hx-banner-info {
  font-size: 36px;
  color: #fff;
  margin: 15px 0 50px;
}

.hx-banner-info img {
  margin-left: 30px;
}

.hx-banner-en {
  text-transform: uppercase;
  font-size: 36px;
  color: #58b5ee;
  font-weight: bold;
}


.advantage {
  margin-bottom: 100px;
}

.advantage .advantage_title {
  font-size: 36px;
  color: #333;
  text-align: center;
  padding-top: 95px;
  margin-bottom: 50px;
}

.advantage .advantage_title b {
  font-size: 48px;
  color: #00a0e9;
}

.advantage .advantage_content li {
  width: 280px;
  height: 402px;
  float: left;
  position: relative;
}

.advantage .advantage_content li+li {
  margin-left: 24px;
}

.advantage .advantage_content .green {
  background: url(../image/advantage1.png) center center no-repeat;
}

.advantage .advantage_content .red {
  background: url(../image/advantage2.png) center center no-repeat;
}

.advantage .advantage_content .gold {
  background: url(../image/advantage3.png) center center no-repeat;
}

.advantage .advantage_content .blue {
  background: url(../image/advantage4.png) center center no-repeat;
}

.advantage .advantage_content .ties {
  padding-top: 30px;
  padding-left: 15px;
  font-size: 24px;
}

.advantage .advantage_content .txts {
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
  margin-top: 110px;
}

.advantage .advantage_content .round {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  left: 20px;
  top: 103px;
}

.advantage .green .round {
  background-color: #3bd398;
}

.advantage .red .round {
  background-color: #f43636;
}

.advantage .gold .round {
  background-color: #ffb017;
}

.advantage .blue .round {
  background-color: #00a0e9;
}




.guarantee {
  width: 100%;
  height: 771px;
  background: url(../image/guaranteebg.png) center center no-repeat;
}

.guarantee .guarantee_title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-top: 115px;
  margin-bottom: 100px;
}

.guarantee .guarantee_title b {
  font-size: 48px;
  color: #fff;
}

.guarantee .guarantee_content {
  position: relative;
}

.guarantee .guarantee_left {
  width: 335px;
  text-align: right;
}

.guarantee .guarantee_right {
  text-align: left;
  width: 325px;
  position: absolute;
  right: 0;
  top: 0;
}

.guarantee-gi {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #fff;
}

.gi-1 {
  margin-left: auto;
  margin-right: 0;
  background-image: url("../image/gi_1.png");
}

.gi-2 {
  margin-left: auto;
  margin-right: 0;
  background-image: url("../image/gi_2.png");
}

.gi-3 {
  background-image: url("../image/gi_3.png");
}

.gi-4 {
  background-image: url("../image/gi_4.png");
}

.guarantee ul li {
  color: rgba(255, 255, 255, .95);
  margin-bottom: 20px;
}

.guarantee ul li:hover {
  color: #ffb018;
}

.guarantee ul .left_bold {
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 2px;
}

.guarantee ul .tails {
  font-size: 18px;
  line-height: 30px;
}




.teachers {
  width: 100%;
  height: 720px;
  background-color: #f5f5f5;
}

.teachers .teachers_title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  padding-top: 112px;
  margin-bottom: 50px;
}

.teachers .teachers_title b {
  font-size: 48px;
  color: #00a0e9;
}

.teachers .teachers_content {
  position: relative;
}

.teachers .teachers_content img {
  display: block;
}

.teachers .titles {
  color: #333;
  position: absolute;
  right: 0;
  top: 5px;
}

.teachers .titles b {
  font-size: 24px;
  display: block;
}

.teachers .titles span {
  font-size: 48px;
  color: #00a0e9;
}

.teachers .titles i {
  font-size: 30px;
}

.teachers .titles img {
  display: block;
  margin-top: 10px;
}

.grey_bg {
  padding-top: 20px;
  background-color: #f5f5f5;
}


.application {
  max-width: 1920px;
  margin: auto;
  padding-bottom: 105px;
  background: url("../image/application_bg.png") center bottom no-repeat;
}


.application .application_title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  padding-top: 112px;
  margin-bottom: 50px;
}

.application .application_title b {
  font-size: 48px;
  color: #1abc9c;
}

.application .application_content {
  position: relative;
}

.application .app_box {
  width: 685px;
}

.application .app_box .texts {
  font-size: 24px;
  color: #333333;
}

.application .application_content li {
  border-radius: 15px;
  text-align: center;
  background-color: #1abc9c;
  float: left;
  color: #fff;
  box-sizing: border-box;
  padding-top: 20px;
}

.application .application_content li+li {
  margin-left: 20px;
}

.application .application_content .ties {
  font-size: 18px;
  font-weight: bold;
}

.application .application_content p {
  font-size: 14px;
  line-height: 24px;
}

.application .three_ul li {
  width: 210px;
  height: 126px;
}

.application .two_ul li {
  width: 325px;
  height: 126px;
}

.application .three_ul {
  margin-top: 28px;
}

.application .two_ul {
  margin-top: 18px;
}

.application .app_img {
  position: absolute;
  right: 10px;
  top: 0;
}


.promotion-s3-list-wl {
  display: none;
}