@charset "UTF-8";
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
}
.scale {
  overflow: hidden;
  -webkit-animation: scale 2s linear infinite;
  animation: scale 2s linear infinite;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.page {
  padding-bottom: 90px;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

input,
button {
  box-sizing: border-box;
  background: none;
  border: none;
  outline: 0;
}

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

.kefu {
  width: 215px;
  height: 70px;
  margin: 0 auto;
  cursor: pointer;
}

.box-title {
  padding: 30px 0;
  width: 960px;
  height: 45px;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
}
.box-title.title1 {
  background: url("../images/title1.png") no-repeat center;
  color: #fff;
}
.box-title.title1 span {
  color: #FEE212;
}
.box-title.title2 {
  background: url("../images/title2.png") no-repeat center;
  color: #E1313C;
  padding: 42px 0;
}

.banner {
  height: 560px;
  background: url("../images/banner.jpg") no-repeat center;
}

.box1 {
  height: 217px;
  background: linear-gradient(to bottom, rgba(253, 178, 192, 0.5), #fff 80%, #fff);
}
.box1 .title {
  font-size: 26px;
  color: #000;
  padding: 34px 0 16px;
  text-align: center;
}
.box1 .form-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box1 .form-container .form-item {
  width: 300px;
  height: 45px;
  background: #fff;
  border: 1px solid #989898;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  line-height: 45px;
  border-radius: 0;
}
.box1 .form-container .form-item .icon {
  width: 28px;
  height: 28px;
  margin: 0 10px;
}
.box1 .form-container .form-item input {
  font-size: 18px;
  color: #5F5F5F;
}
.box1 .form-container .form-item .form_phoneNo {
  flex: 1;
}
.box1 .form-container .form-item .kaptcha-btn {
  width: 117px;
  height: 26px;
  background: #515151;
  border-radius: 13px;
  font-size: 18px;
  color: #fff;
}
.box1 .form-container .form-item .kaptcha-btn:hover {
  background: #515151;
}
.box1 .form-container .form-item .kaptcha-btn:active {
  background: #383838;
}
.box1 .form-container .form-item .kaptcha-code {
  border: none;
  padding: 0;
}
.box1 .form-container .submit {
  width: 239px;
  height: 45px;
  background: linear-gradient(88deg, #DC292F, #B8021F) !important;
  font-size: 22px;
  color: #FEE212;
}
.box1 .form-container .form-privacy {
  margin: 5px auto;
  font-size: 14px;
  color: #5F5F5F;
}
.box1 .form-container .form-privacy .privacy-validate {
  margin-right: 5px;
  margin-top: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/checkbox.png");
}
.box1 .form-container .form-privacy .privacy-validate:checked {
  background-image: url("../images/checked.png");
}
.box1 .form-container .form-privacy a {
  color: #C9021F;
}

.box2 {
  height: 643px;
  background: url("../images/box2-bg.jpg") no-repeat center;
}
.box2-desc {
  padding-top: 38px;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  text-align: justify;
}
.box2-desc span {
  color: #B8021F;
}
.box2 .box-title {
  margin-top: -10px;
}
.box2 .box2-com {
  position: relative;
  padding-bottom: 10px;
}
.box2 .box2-swiper {
  width: 1115px;
  background: url("../images/box2-line.png") no-repeat center 92px;
  margin-left: 50px;
  box-sizing: border-box;
  position: initial;
}
.box2 .box2-swiper .list .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.box2 .box2-swiper .list .item1 {
  width: 255px;
}
.box2 .box2-swiper .list .item2 {
  width: 545px;
}
.box2 .box2-swiper .list .item3 {
  width: 705px;
}
.box2 .box2-swiper .list .item4 {
  width: 355px;
}
.box2 .box2-swiper .list .item5 {
  width: 420px;
}
.box2 .box2-swiper .list .item6 {
  width: 385px;
}
.box2 .box2-swiper .list .item7 {
  width: 482px;
}
.box2 .box2-swiper .list .item8 {
  width: 515px;
}
.box2 .box2-swiper .list .item9 {
  width: 225px;
}
.box2 .box2-swiper .list .item10 {
  width: 545px;
}
.box2 .box2-swiper .list .item11 {
  width: 675px;
}
.box2 .box2-swiper .list .item12 {
  width: 450px;
}
.box2 .box2-swiper .list .item13 {
  width: 290px;
}
.box2 .box2-swiper .list .item14 {
  width: 225px;
}
.box2 .box2-swiper .list .item15 {
  width: 225px;
}
.box2 .box2-swiper .list .item16 {
  width: 471px;
}
.box2 .box2-swiper .swiper-button-prev,
.box2 .box2-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 73px;
  color: #fff;
  margin: 0;
  top: 88px;
}
.box2 .box2-swiper .swiper-button-prev::after,
.box2 .box2-swiper .swiper-button-next::after {
  font-size: 20px;
}
.box2 .box2-swiper .swiper-button-prev {
  left: 0;
}
.box2 .box2-swiper .swiper-button-next {
  right: 0;
}

.box3 {
  min-height: 1600px;
  padding-bottom: 30px;
  background: #cd3b4c url("../images/box3-bg.jpg") no-repeat center top;
}
.box3 .content {
  background-color: #fff;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.box3 .content .img {
  height: 795px;
  background: url("../images/box3.jpg") no-repeat center top;
  margin-right: 20px;
  position: relative;
  transition: height 0.3s ease-in-out;
}
.box3 .content .img.show {
  height: 1467px;
}
.box3 .content .img.show .icon {
  display: none;
}
.box3 .content .img .icon {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -9px;
  background: #fff url("../images/box3-icon.png") no-repeat center;
}
.box3 .content .more {
  width: 110px;
  height: 50px;
  font-size: 18px;
  color: #E1313C;
  margin: 20px auto 0;
  position: relative;
  display: none;
  justify-content: center;
  cursor: pointer;
}
.box3 .content .more.show {
  display: flex;
}
.box3 .content .more::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 31px;
  height: 19px;
  background: url("../images/more.png") no-repeat center;
  margin-left: -15px;
  transition: transform 0.3s ease-in-out;
}
.box3 .content .more.unfold {
  align-items: start;
}
.box3 .content .more.unfold::after {
  bottom: 0;
}
.box3 .content .more.unfold:hover::after {
  transform: translateY(5px);
}
.box3 .content .more.retract {
  align-items: end;
}
.box3 .content .more.retract::after {
  top: 0;
  bottom: auto;
  transform: rotate(180deg);
}
.box3 .content .more.retract:hover::after {
  transform: translateY(-5px) rotate(180deg);
}
.box3 .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 60px;
}
.box3 .content .list .item {
  width: 520px;
  height: 135px;
  background: #FFF1F1;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.box3 .content .list .item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.box3 .content .list .item .left {
  flex: 1;
  height: 100%;
  padding-top: 25px;
  padding-right: 20px;
  box-sizing: border-box;
}
.box3 .content .list .item .left .name {
  font-weight: 400;
  font-size: 20px;
  color: #CD0514;
  line-height: 30px;
  background: linear-gradient(to right, #CD0514 0%, #890C15 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box3 .content .list .item .left .desc {
  padding-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.box3 .content .list .item .btn {
  width: 93px;
  height: 93px;
  background: linear-gradient(-65deg, #DA6B78, #DD1F38);
  border-radius: 50%;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.box3 .content .list .item .btn::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0px;
  width: 19px;
  height: 23px;
  background: url("../images/hand.png") no-repeat center;
}

.box4 {
  height: 845px;
  background: url("../images/box4-bg.jpg") no-repeat center;
}
.box4 .box-title {
  padding: 45px;
}
.box4-desc {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: justify;
  margin-top: -20px;
}
.box4 .box4-swiper {
  padding-top: 15px;
  border-radius: 20px;
}
.box4 .box4-swiper .book-list {
  width: 100%;
  height: 500px;
}
.box4 .box4-swiper .book-list .book-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.box4 .box4-swiper .book-list .book-item img {
  padding: 15px 0;
}
.box4 .box4-swiper .book-pagination {
  width: 1200px;
  height: 94px;
  background: url("../images/box4-book.png") no-repeat center;
  padding-left: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.box4 .box4-swiper .book-pagination .pagination {
  width: 214px !important;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.box4 .box4-swiper .book-pagination .pagination.swiper-slide-thumb-active {
  background: #fff;
  color: #E12E3B;
}
.box4 .box4-swiper .book-pagination .pagination.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -18px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 20px solid #fff;
  transform: translateX(-50%);
}

.box5 {
  height: 1485px;
  background: url("../images/box5-bg.jpg") no-repeat center;
}
.box5 .box-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box5 .box-title::before {
  content: "";
  width: 44px;
  height: 54px;
  background: url("../images/box5-icon.png") no-repeat center;
  margin-right: 20px;
}
.box5-desc {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: justify;
  margin-top: -10px;
}
.box5-ys {
  width: 1206px;
  height: 686px;
  background: url("../images/box5-ys.jpg") no-repeat center;
  margin: 25px -3px;
}
.box5-title {
  width: 423px;
  height: 72px;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  line-height: 72px;
  margin: 0 auto 12px;
  background: url("../images/box5-title.png") no-repeat center;
}
.box5 .box5-swiper {
  padding-top: 25px;
}
.box5 .box5-swiper .ys-img {
  width: 100%;
}
.box5 .box5-swiper .swiper-button-prev,
.box5 .box5-swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 73px;
  color: #fff;
}
.box5 .box5-swiper .swiper-button-prev::after,
.box5 .box5-swiper .swiper-button-next::after {
  font-size: 20px;
}
.box5 .box5-swiper .swiper-button-prev {
  left: 0;
}
.box5 .box5-swiper .swiper-button-next {
  right: 0;
}
.box5 .box5-swiper .ys-pagination {
  margin-top: 20px;
  text-align: center;
}
.box5 .box5-swiper .ys-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin-right: 10px !important;
  cursor: pointer;
  background: #fff;
}

.box6 {
  background-color: #fff;
  padding-bottom: 40px;
}
.box6 .box-title {
  padding: 40px 0;
}
.box6-desc {
  font-weight: 400;
  font-size: 22px;
  color: #494949;
  text-align: center;
  margin-top: -20px;
  letter-spacing: 3px;
}
.box6-desc span {
  color: #DC2B52;
  font-size: 24px;
}
.box6-img {
  width: 1200px;
  height: 1082px;
  background: url("../images/box6.jpg") no-repeat center;
  margin-top: 25px;
}

.box7 {
  height: 506px;
  background: url("../images/4r.png") no-repeat center;
}

.box8 {
  height: 590px;
  background: #F7F7F7;
}
.box8 .box-title {
  padding: 40px 0;
}
.box8 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box8 .list .item {
  text-align: center;
}
.box8 .list .item .name {
  font-weight: 400;
  font-size: 30px;
  color: #E1313C;
  line-height: 40px;
}
.box8 .list .item .desc {
  font-size: 16px;
  color: #E1313C;
}
.box8 .list .item .code-box {
  width: 383px;
  height: 336px;
  background: #FFFFFF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.box8 .list .item .code-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #E1313C;
  border-radius: 2px;
}
.box8 .list .item .code-box .code1 {
 	width: 316px;
  height: 316px;
}
.box8 .list .item .code-box .code2 {
  width: 316px;
  height: 316px;
}
.box8 .list .item .code-box .code3 {
  width: 312px;
  height: 302px;
}

.footer-info {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  background-color: #fff;
  padding: 50px 0;
}

.form-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 91px;
  background: rgba(0, 0, 0, 0.7);
}
.form-bottom input::-webkit-input-placeholder,
.form-bottom .form-container .select-city {
  color: #757575;
  font-size: 16px;
}
.form-bottom .form-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin: auto;
}
.form-bottom .form-container .input {
  box-sizing: border-box;
  width: 192px;
  height: 48px;
  margin-right: 12px;
  padding-left: 50px;
  line-height: 48px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 15px center;
  border-radius: 8px;
  font-size: 16px;
  border: none;
}
.form-bottom .form-container .form-code {
  width: 343px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  border: none;
  border-radius: 8px;
  background: #fff;
  margin-right: 12px;
  display: flex;
  justify-content: space-between;
}
.form-bottom .form-container .form-code .kaptcha-btn {
  background: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-left: 1px solid #DE0C0F;
  margin: 9px 0;
  border-radius: 0;
  width: 48%;
  background: linear-gradient(88deg, #DC2F5C 6.6162109375%, #DE0C0F 98.2421875%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-bottom .form-container .form_name {
  background-image: url("../images/icon4.png");
}
.form-bottom .form-container .select-city {
  background-image: url("../images/icon5.png");
  background-position: 10px center;
}
.form-bottom .form-container .form_phoneNo {
  background-image: url("../images/icon6.png");
}
.form-bottom .form-container .kaptcha-code {
  background-image: url("../images/icon7.png");
}
.form-bottom .form-container .submit {
  width: 192px;
  height: 48px;
  background: linear-gradient(88deg, #DC2F5C, #DE0C0F) !important;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}
.form-bottom .close-btn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form-bottom .close-btn:hover {
  transform: rotate(90deg);
}
.form-bottom .select {
  position: relative;
  cursor: pointer;
}
.form-bottom .select .current {
  display: flex;
}
.form-bottom .select .current.show {
  color: #000;
}
.form-bottom .select .list {
  position: absolute;
  top: -228px;
  left: 30px;
  z-index: 10;
  display: none;
  width: 160px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  background-color: #fafafa;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}
.form-bottom .select .option {
  padding-left: 15px;
  text-align: left;
}
.form-bottom .select .option:hover {
  color: #fff;
  background-color: #DE0C0F;
}
.form-bottom .select .select-city:hover .list {
  display: block;
}