.banner {
  width: 100%;
  height: 17.9167vw;
  background: url("../img/success-case/banner.png") no-repeat;
  background-size: 100% 100%;
}

.banner-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.banner h1 {
  font-size: 3.3333vw;
  font-family: AlibabaPuHuiTi-Bold-, AlibabaPuHuiTi-Bold;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 3.75vw;
}

.banner h2 {
  font-size: 1.5625vw;
  font-family: AlibabaPuHuiTi-Regular-, AlibabaPuHuiTi-Regular;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 1.9271vw;
}


.from-box {
  display: flex;
  justify-content: space-between;
}

.from-box input {
  width: 14.2708vw;
  height: 2.2917vw;
  padding: .8333vw 1.0417vw;

  font-size: .7292vw;
  font-family: STHeitiSC-Light-, STHeitiSC-Light;
  font-weight: normal;
  color: #999999;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

input:disabled {
  background-color: #fff;
}

.select-box {
  position: relative;
  width: 14.2708vw;
  height: 2.2917vw;
  line-height: 2.2917vw;
  padding: 0 1.0417vw;

  font-family: STHeitiSC-Light-, STHeitiSC-Light;
  font-weight: normal;
  color: #999999;
  background-color: #fff;
}

.select-field {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.select-field::after {
  content: "";
  display: block;
  width: .4167vw;
  height: .2083vw;
  background: url("../img/scope-of-services/arrow-b.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(0deg);
  transition: all .3s;
}

.select-field span {
  font-size: .7292vw;
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
  padding: .1563vw;
}

.select-options li {
  padding: 0 1.0417vw;
  cursor: pointer;
  font-size: .625vw;
  font-family: STHeitiSC-Light-, STHeitiSC-Light;
  font-weight: normal;
  color: #999999;
}

.select-options li:hover {
  background-color: #EBEBEB;
  color: #000;
}

.select-box.open .select-options {
  display: block;
}

.select-box.open .select-field::after {
  transform: rotate(-180deg);
  transition: all .3s;
}

.select-options .active {
  background-color: #EBEBEB;
  color: #000;
}

.submit {
  background-color: #E35424;
  width: 9.375vw;
  height: 2.2917vw;
  border-radius: .2552vw;

  font-size: .9375vw;
  font-family: STHeitiSC-Medium-, STHeitiSC-Medium;
  font-weight: normal;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.2292vw auto 2.0833vw;
}

.tip {
  color: red;
  font-size: .625vw;
}

.partitionTwo {
  font-size: 1.4583vw;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.9688vw;
}

.partitionTwo::before,
.partitionTwo::after {
  content: "";
  display: block;
  width: .7813vw;
  height: .8854vw;
}

.partitionTwo::before {
  background: url("../img/success-case/arrow-r.png") no-repeat;
  background-size: 100% 100%;
  margin-right: .5729vw;
}

.partitionTwo::after {
  background: url("../img/success-case/arrow-l.png") no-repeat;
  background-size: 100% 100%;
  margin-left: .5729vw
}

.planning-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.6458vw;
}

.planning-item {
  width: 17.9167vw;
  height: 11.9792vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 2.6563vw;

  position: relative;
  transition: all .5s;
}

.planning-item:hover {
  transform: scale(1.1);
  transition: all .5s;
}

.planning-item h3,
.planning-item p {
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: normal;
  color: #FFFFFF;
}

.planning-item h3 {
  font-size: 1.1458vw;
  margin-bottom: 2.0313vw;
}

.planning-item p {
  font-size: .8333vw;
}

.planning-item:nth-child(1) {
  background: url("../img/success-case/planning1.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2.6563vw;
}

.planning-item:nth-child(2) {
  background: url("../img/success-case/planning2.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2.6563vw;
}

.planning-item:nth-child(3) {
  background: url("../img/success-case/planning3.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2.6563vw;
}

.planning-item:nth-child(4) {
  background: url("../img/success-case/planning4.png") no-repeat;
  background-size: 100% 100%;
}

.planning-item:nth-child(5) {
  background: url("../img/success-case/planning5.png") no-repeat;
  background-size: 100% 100%;
}

.planning-item:nth-child(6) {
  background: url("../img/success-case/planning6.png") no-repeat;
  background-size: 100% 100%;
}

.planning-item:nth-child(3n) {
  margin-right: 0;
}

.tutoring {
  padding-bottom: 2.6042vw;
}

.tutoring-box {
  display: flex;
}

.line {
  display: block;
  margin-top: 2.0833vw;
  margin-bottom: 2.0833vw;
  padding-bottom: 1px;
}

.tutoring-item {
  width: calc(100% / 7);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tutoring-item .tutoringImg {
  width: 5.1042vw;
  height: 5.1042vw;
  transform: scale(1);
  transition: all .5S;
}

.tutoring-box1 .tutoring-item:nth-child(1) .tutoringImg {
  background: url("../img/success-case/tutoring1.png") no-repeat;
  background-size: 100% 100%;
}

.tutoring-box1 .tutoring-item:nth-child(1):hover .tutoringImg {
  background: url("../img/success-case/hover/tutoring1.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.tutoring-box1 .tutoring-item:nth-child(3) .tutoringImg {
  background: url("../img/success-case/tutoring2.png") no-repeat;
  background-size: 100% 100%;
}

.tutoring-box1 .tutoring-item:nth-child(3):hover .tutoringImg {
  background: url("../img/success-case/hover/tutoring2.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.tutoring-box1 .tutoring-item:nth-child(5) .tutoringImg {
  background: url("../img/success-case/tutoring3.png") no-repeat;
  background-size: 100% 100%;
}

.tutoring-box1 .tutoring-item:nth-child(5):hover .tutoringImg {
  background: url("../img/success-case/hover/tutoring3.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.tutoring-box1 .tutoring-item:nth-child(7) .tutoringImg {
  background: url("../img/success-case/tutoring4.png") no-repeat;
  background-size: 100% 100%;
}

.tutoring-box1 .tutoring-item:nth-child(7):hover .tutoringImg {
  background: url("../img/success-case/hover/tutoring4.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.tutoring-box2 .tutoring-item:nth-child(1) .tutoringImg {
  background: url("../img/success-case/tutoring5.png") no-repeat;
  background-size: 100% 100%;
}

.tutoring-box2 .tutoring-item:nth-child(1):hover .tutoringImg {
  background: url("../img/success-case/hover/tutoring5.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.tutoring-box2 .tutoring-item:nth-child(3) .tutoringImg {
  background: url("../img/success-case/tutoring6.png") no-repeat;
  background-size: 100% 100%;
}

.tutoring-box2 .tutoring-item:nth-child(3):hover .tutoringImg {
  background: url("../img/success-case/hover/tutoring6.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.tutoring-box2 .tutoring-item:nth-child(5) .tutoringImg {
  background: url("../img/success-case/tutoring7.png") no-repeat;
  background-size: 100% 100%;
}

.tutoring-box2 .tutoring-item:nth-child(5):hover .tutoringImg {
  background: url("../img/success-case/hover/tutoring7.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.tutoring-box2 .tutoring-item:nth-child(7) .tutoringImg {
  background: url("../img/success-case/tutoring8.png") no-repeat;
  background-size: 100% 100%;
}

.tutoring-box2 .tutoring-item:nth-child(7):hover .tutoringImg {
  background: url("../img/success-case/hover/tutoring8.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.arrow img {
  width: 1.5625vw;
  height: 1.0417vw;
  margin-top: 1.9271vw;
}

.tutoring-item .text-box {
  font-size: .8333vw;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: normal;
  color: #666666;
  margin-top: 2.6042vw;
  text-align: center;
}

.system {
  max-width: 100%;
  padding-bottom: 1px;
}

.system-box h2 {
  padding: 1.5625vw 0;
  text-align: center;
  background-color: #E35424;
  font-size: 1.0417vw;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H-, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-weight: normal;
  color: #FFFFFF;
  border-radius: 30px 30px 0px 0px;
}

.table-box {
  margin-bottom: 2.0833vw;
  transition: all .5s;
}

.table-box:hover {
	transform: scale(1.05);
  transition: all .5s;
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
}

th,
td {
  border: 1px solid #f4f4f4;
  padding: 8px;
  text-align: left;
  text-align: center;
  padding: .8333vw 1.4583vw;
}

thead th {
  font-size: .9375vw;
  font-family: SourceHanSansCN-Regular-GBpc-EUC-H-, SourceHanSansCN-Regular-GBpc-EUC-H;
  font-weight: normal;
  color: #4D4D4D;
  white-space: nowrap;
}

thead th::before {
  content: "";
  display: inline-block;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../img/success-case/table-icon.png") no-repeat;
  background-size: 100% 100%;
  margin-right: .6771vw;
  vertical-align: middle;
}

thead th span {
  font-size: .625vw;
}

tbody td {
  font-size: .7292vw;
  font-family: PingFang-SC-Medium-, PingFang-SC-Medium;
  font-weight: normal;
  color: #666666;
}

.team {
  background-color: #fff;
  position: relative;
  padding-bottom: 1px;
}

.team::after {
  content: "";
  display: block;
  width: 100%;
  height: 21.875vw;
  position: absolute;
  bottom: -2.6042vw;
  left: 0;
  background: url("../img/success-case/team-btm-bg.png") no-repeat;
  background-size: 100% 100%;
}

.team-box-top {
  position: relative;
}

.team-box-top::after {
  content: "";
  position: absolute;
  bottom: -3.125vw;
  right: 0;
  display: block;
  width: 4.6875vw;
  height: 3.2813vw;
  background: url("../img/success-case/syh.png") no-repeat;
  background-size: 100% 100%;
}

.team-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 5.2083vw;
}

.team-item-top .header-icon {
  width: 13.6979vw;
  height: 18.5938vw;
  margin-right: 2.5vw;
}

.text-box {
  width: 46.25vw;
}

.text-box .name {
  font-size: 1.6667vw;
  font-family: SourceHanSansCN-Heavy-GBpc-EUC-H-, SourceHanSansCN-Heavy-GBpc-EUC-H;
  font-weight: normal;
  color: #E35424;
  margin-bottom: .6771vw;
}

.text-box .label-icon {
  width: 2.8646vw;
  height: .2083vw;
  margin-top: 1.3542vw;
}

.text-box .label {
  font-size: 1.0417vw;
  font-family: SourceHanSansCN-Medium-GBpc-EUC-H-, SourceHanSansCN-Medium-GBpc-EUC-H;
  font-weight: normal;
  color: #4D4D4D;
}

.text-box .info {
  font-size: .8333vw;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: normal;
  color: #808080;
  line-height: 1.6667vw;

  margin: 1.4063vw 0;
  height: 6.7708vw;
  overflow-y: scroll;
  z-index: 9;
  position: relative;
}

.subject-box {
  display: flex;
  align-items: center;
}

.subject-box,
.subject {
  display: flex;
  align-items: center;
  font-size: .8333vw;
  font-family: SimHei-, SimHei;
  font-weight: normal;
  color: #E35424;
}

.subject li {
  border: 1px solid #E35424;
  border-radius: 1999px;
  padding: .1563vw .5208vw;
  margin-right: .625vw;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

.team-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.4583vw;
}

.success_mySwiper {
  height: 6.7708vw;
}

.success_mySwiper img {
  width: 5.3125vw;
  height: 5.3125vw;
  border-radius: .625vw;
  transition: all .3s;
  cursor: pointer;
}

.success_mySwiper .active {
  width: 6.7708vw;
  height: 6.7708vw;
  transition: all .3s;
}

.swiper {
  width: 100%;
}

.success_cade {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  position: initial !important;
  width: 2.5521vw !important;
  height: 2.5521vw !important;
  margin-top: 0 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  margin-right: 2.4479vw;
  background: url("../img/success-case/team-arrow-l.png") no-repeat;
  background-size: 100% 100%;
}

.swiper-button-prev {
  margin-left: 2.4479vw;
  background: url("../img/success-case/team-arrow-r.png") no-repeat;
  background-size: 100% 100%;
}

.bg {
  background: url("../img/success-case/bg.png") no-repeat;
  background-size: 100% 100%;
}