@keyframes anim1 {
    25% {
      transform: rotate(30deg);
  }
70% {
    transform: rotate(-30deg);
  }
}
.head {
  width: 100%;
  height: 500px;
  position: relative;
}

.head .back {
  width: 100%;
  height: 500px;
  background: url(/static/theme/image/special/a01.png) center center no-repeat;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
}

.head .head-con {
  width: 1196px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
}

.head .head-con .t1,
.head .head-con .t2 {
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  left:-100px;
  top: 160px;
  opacity: 0;
}

.head .head-con .t2 {
  top: 236px;
}

.pain-point-list {
  width: 100%;
  height: 470px;
  background: #F6FAFF;
  padding: 80px 0 92px;
}

.pain-point-list .tit {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #272727;
}

.pain-point-list .list-con {
  width: 1140px;
  height: 202px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pain-point-list li {
  width: 220px;
  height: 202px;
  padding: 109px 46px 18px;
}
.pain-point-list li:hover{animation: anim1 0.4s ease-in-out alternate;transform-origin: 50% 50%;}
.pain-point-list li span {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

.pain-point-list li p {
  display: block;
  font-size: 14px;
  color: #37383F;
  text-align: center;
  line-height: 20px;
}

.pain-point-list li:nth-child(1) {
  background: url(/static/theme/image/special/a02@2x.png) center center no-repeat;
  background-size: 100% 100%;
}

.pain-point-list li:nth-child(2) {
  background: url(/static/theme/image/special/a03@2x.png) center center no-repeat;
  background-size: 100% 100%;
}

.pain-point-list li:nth-child(3) {
  background: url(/static/theme/image/special/a04@2x.png) center center no-repeat;
  background-size: 100% 100%;
}

.pain-point-list li:nth-child(4) {
  background: url(/static/theme/image/special/a05@2x.png) center center no-repeat;
  background-size: 100% 100%;
}

.solve-pain-point {
  width: 100%;
  height: 533px;
  background: linear-gradient(90deg, #28314A 0%, #191E2E 100%);
  position: relative;
}

.solve-pain-point .solve-con {
  width: 1200px;
  height: 533px;
  padding: 77px 0 80px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.solve-pain-point .solve-con .tit {
  display: block;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}

.solve-pain-point .solve-con .decorative-block {
  display: block;
  width: 116px;
  height: 36px;
  background: linear-gradient(90deg, #E63429 0%, rgba(45, 104, 234, 0) 100%);
  position: absolute;
  left: 0px;
  top: 238px;
}

.solve-pain-point .solve-con p {
  display: block;
  width: 494px;
  height: 158px;
  position: absolute;
  left: 48px;
  top: 240px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 35px;
}

.solve-pain-point .solve-con img {
  display: block;
  width: 519px;
  height: 271px;
  position: absolute;
  right: 21px;
  top: 182px;
}

.provide-service-equity {
  width: 100%;
  height: 665px;
  background: #fff;
  position: relative;
  margin-bottom: 66px;
}

.provide-service-equity .provide-con {
  width: 1190px;
  height: 665px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  padding-top: 79px;
}

.provide-service-equity .provide-con .tit {
  display: block;
  width: 100%;
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #272727;
}

.provide-service-equity .provide-con .provide-item {
  width: 388px;
  height: 150px;
  background: url(/static/theme/image/special/a14@2x.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  transition: all 0.1s linear;
}
.provide-service-equity .provide-con .provide-item:hover{transform: scale(1.05);}
.provide-service-equity .provide-con .provide-item img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -9px;
  top: 41px;
}

.provide-service-equity .provide-con .provide-item span {
  display: block;
  width: 302px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  position: absolute;
  left: 41px;
  top: 38px;
}

.provide-service-equity .provide-con .provide-item p {
  display: block;
  width: 302px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  position: absolute;
  left: 39px;
  top: 76px;
}

.provide-service-equity .provide-con .provide-item:nth-child(1) {
  left: 0px;
  top: 214px;
}

.provide-service-equity .provide-con .provide-item:nth-child(2) {
  left: 0px;
  top: 364px;
}

.provide-service-equity .provide-con .provide-item:nth-child(3) {
  left: 0px;
  top: 515px;
}

.provide-service-equity .provide-con .provide-item:nth-child(4) {
  right: 0px;
  top: 214px;
}

.provide-service-equity .provide-con .provide-item:nth-child(5) {
  right: 0px;
  top: 364px;
}

.provide-service-equity .provide-con .provide-item:nth-child(6) {
  right: 0px;
  top: 515px;
}

.provide-service-equity .provide-con > img {
  display: block;
  width: 502px;
  height: 410px;
  position: absolute;
  left: 50%;
  top: 235px;
  transform: translateX(-50%);
}

.impression {
  width: 100%;
  height: 620px;
  background: #F6FAFF;
  position: relative;
}

.impression .impression-con {
  width: 1200px;
  height: 620px;
  padding-top: 79px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.impression .impression-con .tit {
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #272727;
}

.impression .impression-con .tit2 {
  width: 100%;
  height: 35px;
  margin: 18px auto 0;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 17px;
  color: #666666;
}

.rz-student-box {
  width: 100%;
  height: 425px;
  position: relative;
}

.rz-student-box .pop-text {
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(25, 76, 180, 0.2);
  font-weight: 600;
  text-align: center;
  color: #E63429;
  position: absolute;
}

.rz-student-box .pop-text1 {
  animation: amove 10s linear infinite !important;
}

.rz-student-box .pop-text2 {
  animation: lmove 10s linear infinite !important;
}

.rz-student-box .popitem-1 {
  font-size: 17px;
  height: 36px;
  padding: 0px 12px;
  border-radius: 18px;
  left: 518px;
  top: 50px;
  line-height: 36px;
}

.rz-student-box .popitem-2 {
  font-size: 14px;
  height: 32px;
  padding: 0px 14px;
  border-radius: 16px;
  left: 96px;
  top: 126px;
  line-height: 32px;
}

.rz-student-box .popitem-3 {
  font-size: 22px;
  height: 40px;
  padding: 0px 24px;
  border-radius: 20px;
  left: 343px;
  top: 106px;
  line-height: 40px;
}

.rz-student-box .popitem-4 {
  font-size: 17px;
  height: 36px;
  padding: 0px 12px;
  border-radius: 18px;
  left: 747px;
  top: 71px;
  line-height: 36px;
}

.rz-student-box .popitem-5 {
  width: 196px;
  font-size: 20px;
  height: 54px;
  padding: 0px 14px;
  border-radius: 29px;
  left: 1014px;
  top: 109px;
  line-height: 54px;
}

.rz-student-box .popitem-6 {
  font-size: 18px;
  height: 32px;
  padding: 0px 12px;
  border-radius: 16px;
  left: 0px;
  top: 237px;
  line-height: 32px;
}

.rz-student-box .popitem-7 {
  font-size: 22px;
  height: 58px;
  padding: 0px 36px;
  border-radius: 29px;
  left: 275px;
  top: 220px;
  line-height: 58px;
}

.rz-student-box .popitem-8 {
  font-size: 22px;
  height: 58px;
  padding: 0px 29px;
  border-radius: 29px;
  left: 678px;
  top: 186px;
  line-height: 58px;
}

.rz-student-box .popitem-9 {
  font-size: 22px;
  height: 40px;
  padding: 0px 14px;
  border-radius: 20px;
  left: 204px;
  top: 321px;
  line-height: 40px;
}

.rz-student-box .popitem-10 {
  font-size: 22px;
  height: 40px;
  padding: 0px 14px;
  border-radius: 20px;
  left: 537px;
  top: 344px;
  line-height: 40px;
}

.rz-student-box .popitem-11 {
  font-size: 20px;
  height: 54px;
  padding: 0px 24px;
  border-radius: 27px;
  left: 816px;
  top: 267px;
  line-height: 54px;
}

@keyframes lmove {
  0% {
    transform: translate(0px);
    opacity: 1;
  }
  20% {
    transform: translateX(10px);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translate(0px);
    opacity: 1;
  }
}

@keyframes amove {
  0% {
    transform: translate(0px);
    opacity: 1;
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translate(0px);
    opacity: 1;
  }
}

.purchase {
  width: 100%;
  height: 350px;
  background: url(/static/theme/image/special/a18.png) center center no-repeat;
  position: relative;
}

.purchase .purchase-con {
  width: 1220px;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  padding: 75px 0 38px;
}

.purchase .purchase-con span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
}

.purchase .purchase-con em {
  display: block;
  width: 100%;
  margin-bottom: 60px;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #FFFFFF;
}
.y_lis_gundong{height: 24px;overflow: hidden;color: #fff; font-size: 12px;font-family: "思源黑体 CN";position: relative;margin-top: 10px;width: 100%;margin: 0 auto;}
.y_lis_gundong ul{padding: 0;margin: 0;position: relative;top: 0;width: 100%;text-align: center;}
.y_lis_gundong ul ol{padding: 0;margin: 0;height: 24px;line-height: 24px;width: 220px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: center;font-size: 12px;color: #fff;width: 100%;text-align: center;}
.y_lis_gundong ul ol span{font-family: "思源黑体 CN";color: #ff8700;font-size: 12px;}

.purchase .purchase-con .purchase-btn {
  width: 198px;
  height: 50px;
  margin: 0 auto 20px;
  background: #E63429;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
  color: #FAFAFA;
  line-height: 50px;
  cursor: pointer;
}
.purchase .purchase-con .purchase-btn:hover{
  opacity: 0.8;
}
.purchase .purchase-con p {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #999999;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: none;
}

.form-alert {
  width: 720px;
  height: fit-content;
  background: #FFFFFF;
  border-radius: 8px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
  padding-bottom: 20px;
}

.form-alert .t1 {
  width: 100%;
  height: 57px;
  background: #FAFAFA;
  border-radius: 8px;
  padding-top: 12px;
  font-size: 24px;
  text-align: center;
  color: #000000;
}

.form-alert .t2 {
  padding: 30px 18px 0;
}

.form-alert .t2 .name {
  margin-right: 58px;
}

.form-alert .t2 .name span {
  display: block;
  margin-right: 24px;
  font-size: 18px;
  color: #727272;
}

.form-alert .t2 .name input {
  width: 140px;
  height: 44px;
  background: #F9FCFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
}

.form-alert .t2 .tel span {
  display: block;
  margin-right: 24px;
  font-size: 18px;
  color: #727272;
}

.form-alert .t2 .tel input {
  width: 274px;
  height: 44px;
  background: #F9FCFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
}
.y_select_yzm{
  margin-top: 20px;
  height: 44px;
  position: relative;
  width: fit-content;
}
.y_select_yzm input{  width: 274px;
  height: 44px;
  background: #F9FCFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;}
.y_select_yzm span{
 
  margin-right: 24px;
  font-size: 18px;
  color: #727272;
}
.y_select_yzm #jx_getyzm5{
 position: absolute;
  margin-right: 24px;
  font-size: 14px;
  color: #727272;
  right: 12px;
  top: 12px;
  background:none;
  cursor: pointer;
  color: #E63429;
}
.form-alert .t2 .tel input::-webkit-outer-spin-button,
.form-alert .t2 .tel input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form-alert .t2 .tel input[type='number'] {
  -moz-appearance: textfield;
}

.form-alert .demand {
  width: 100%;
  margin-top: 20px;
}

.form-alert .demand span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  color: #727272;
}

.form-alert .demand textarea {
  width: 100%;
  height: 160px;
  background: #F9FCFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  resize: none;
  padding: 10px;
  font-size: 16px;
  color: #333;
}

.form-alert .submit {
  width: 198px;
  height: 50px;
  margin: 30px auto 0;
  background: #E63429;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
  color: #FAFAFA;
  line-height: 50px;
  letter-spacing: 8px;
  cursor: pointer;
}

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

.clear {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}
