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

.page {
  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;
  position: relative;
}

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

.box1 {
  width: 100%;
  height: 868px;
  background: url("../images/box1-bg.png") no-repeat center;
}
.box1 .box1-swiper {
  padding-top: 152px;
}
.box1 .swiper-button {
  width: 30px;
  height: 73px;
  margin-top: 30px;
}
.box1 .swiper-button::after {
  content: none;
}
.box1 .swiper-button.swiper-button-prev {
  left: 20px;
  background: url("../images/prev.png") no-repeat center;
}
.box1 .swiper-button.swiper-button-next {
  right: 20px;
  background: url("../images/next.png") no-repeat center;
}
.box1 .box1-pagination {
  margin: 25px auto;
  text-align: center;
}
.box1 .box1-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: #fff;
  margin: 0 20px;
}

.box2 {
  width: 100%;
  height: 985px;
  background: url("../images/box2.jpg") no-repeat center;
}

.box3 {
  width: 100%;
  height: 1045px;
  background: url("../images/box3-bg.jpg") no-repeat center;
}
.box3 .wrapper {
  padding-top: 160px;
}
.box3 .t1 {
  margin: 0 -7px;
  height: 40px;
  background: url("../images/box3-t1.png") no-repeat center;
}
.box3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
  padding-top: 33px;
}
.box3 .list .item {
  display: flex;
  width: 288px;
  height: 346px;
  transition: transform ease-in-out 0.3s;
  cursor: pointer;
}
.box3 .list .item:hover {
  transform: translateY(-5px);
}
.box3 .list .item:nth-child(-n+3) {
  width: 384px;
  height: 345px;
}
.box3 .list .item:nth-child(1) {
  background-image: url("../images/box3-1.png");
}
.box3 .list .item:nth-child(2) {
  background-image: url("../images/box3-2.png");
}
.box3 .list .item:nth-child(3) {
  background-image: url("../images/box3-3.png");
}
.box3 .list .item:nth-child(4) {
  background-image: url("../images/box3-4.png");
}
.box3 .list .item:nth-child(5) {
  background-image: url("../images/box3-5.png");
}
.box3 .list .item:nth-child(6) {
  background-image: url("../images/box3-6.png");
}
.box3 .list .item:nth-child(7) {
  background-image: url("../images/box3-7.png");
}
.box3 .btn {
  color: #e7e762;
  font-size: 18px;
  text-align: center;
  padding-top: 26px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
}

.box4 {
  width: 100%;
  height: 785px;
  background: url("../images/box4.png") no-repeat center;
}

.box5 {
  width: 100%;
  height: 875px;
  background: url("../images/box5-bg.jpg") no-repeat center;
}
.box5 .wrapper {
  padding-top: 165px;
}
.box5 .box5-1 {
  width: 100%;
  height: 266px;
  background: url("../images/box5-1.png") no-repeat center;
}
.box5 .box-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.box5 .box-form .form-img {
  width: 616px;
  height: 92px;
  background: url("../images/box5-2.png") no-repeat center;
  margin: 0 25px;
}
.box5 .box-form .form-container {
  flex: 1;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: 25px;
}

.footer-info {
  padding-top: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
}

.form-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 90px;
  background: #0954ad;
}
.form-bottom .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.form-bottom .form_logo {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 161px;
  height: 206px;
  background: url("../images/form_logo.png") no-repeat center;
}
.form-bottom .form-container {
  padding-left: 130px;
  padding-right: 45px;
}
.form-bottom .close-btn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform ease 0.2s;
}
.form-bottom .close-btn:hover {
  transform: rotate(90deg);
}

.page .form-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.page .form-container .input {
  box-sizing: border-box;
  width: 242px;
  height: 48px;
  line-height: 48px;
  color: #455484;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
}
.page .form-container .input.form_name {
  padding-left: 40px;
  background: #fff url("../images/icon1.png") no-repeat 10px center/21px 24px;
}
.page .form-container .input.form_phoneNo {
  padding-left: 35px;
  background: #fff url("../images/icon2.png") no-repeat 10px center/17px 24px;
}
.page .form-container .input.select-city {
  padding-left: 45px;
  background: #fff url("../images/icon3.png") no-repeat 10px center/27px 26px;
}
.page .form-container .input::-moz-placeholder {
  color: #455484;
  font-weight: initial;
}
.page .form-container .input::placeholder {
  color: #455484;
  font-weight: initial;
}
.page .form-container .select-city {
  width: 242px;
  height: 48px;
  line-height: 48px;
  position: relative;
  cursor: pointer;
}
.page .form-container .select-city .current {
  width: 100%;
  color: #455484;
  font-weight: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page .form-container .select-city .list {
  position: absolute;
  top: -228px;
  left: 10px;
  z-index: 10;
  display: none;
  width: 220px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  background-color: #fafafa;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}
.page .form-container .select-city .list .option {
  padding-left: 15px;
  text-align: left;
  font-weight: initial;
  font-size: 16px;
  line-height: 48px;
}
.page .form-container .select-city .list .option:hover {
  color: #fff;
  background-color: #455484;
}
.page .form-container .submit {
  width: 242px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  font-weight: 500;
  background: #e7e762 !important;
  color: #0ca5c1;
  border-radius: 8px;
}
.page .form-container .submit:active {
  background: #c5c51e !important;
}

.nav-box {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 88px;
  background: #1883d6;
  display: flex;
  align-items: center;
}
.nav-box .nav-line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 18px;
  background: #c9e8f4;
}
.nav-box .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-box .nav-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 178px;
  border-radius: 28px;
  background: #c9e8f4;
  color: #00588d;
  font-size: 22px;
  cursor: pointer;
}
.nav-box .nav-list li.active {
  background: #e7e762;
}