@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: auto;
  background: url("../images/bg.jpg") no-repeat center top;
}

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

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

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

.video {
  padding-top: 15px;
}
.video .video-box {
  width: 1200px;
  height: 677px;
  background: #0F5A8C;
  box-shadow: 0px 8px 16px 0px rgba(240, 180, 132, 0.32), 0px 30px 43px 0px rgba(247, 50, 29, 0.29);
  border-radius: 6px;
  border: 2px solid #FFC17B;
  overflow: hidden;
  box-sizing: border-box;
}
.video .video-box .player {
  width: 100%;
  height: 100%;
}
.video .list {
  display: flex;
  justify-content: space-between;
  padding: 12px 52px 10px 17px;
}
.video .list .item {
  height: 250px;
  background-position: top left;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 20px;
  color: #160101;
  box-sizing: border-box;
  padding-top: 125px;
  padding-left: 35px;
  line-height: 25px;
}
.video .list .item:first-child {
  width: 520px;
  background-image: url("../images/video1.png");
}
.video .list .item:last-child {
  width: 480px;
  background-image: url("../images/video2.png");
}

.box1 {
  width: 1365px;
  height: 760px;
  margin: 0 auto;
  background: url("../images/box1-bg.png") no-repeat center;
}

.box2 {
  margin-top: -80px;
}
.box2 .box2-title {
  margin: 0 auto 30px;
  height: 108px;
  background: url("../images/box2-t.png") no-repeat center;
}
.box2 .box2-item {
  height: 648px;
  border-radius: 6px;
}
.box2 .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.box2 .swiper-button-prev,
.box2 .swiper-button-next {
  width: 114px;
  height: 114px;
  position: initial;
  margin: 0;
}
.box2 .swiper-button-prev::after,
.box2 .swiper-button-next::after {
  content: none;
}
.box2 .swiper-button-prev {
  background: url("../images/prev.png") no-repeat center;
}
.box2 .swiper-button-next {
  background: url("../images/next.png") no-repeat center;
  background-size: contain;
}

.box3 {
  height: 1261px;
  background: url("../images/box3-bg.jpg") no-repeat center;
}

.box4 {
  padding-top: 38px;
  height: 1811px;
  background: url("../images/box4-bg.jpg") no-repeat center;
  box-sizing: border-box;
}
.box4 .box4-title {
  margin: 0 auto;
  height: 122px;
  background: url("../images/box4-t.png") no-repeat center;
}
.box4 .box4-txt {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  padding: 30px 0;
  text-align: justify;
}
.box4 .box4-1 {
  margin-top: 50px;
  height: 396px;
  background: url("../images/box4-1.png") no-repeat center;
}
.box4 .box4-2 {
  height: 206px;
  background: url("../images/box4-2.png") no-repeat center;
}
.box4 .box4-t1 {
  margin: 78px auto 45px;
  height: 78px;
  background: url("../images/box4-t1.png") no-repeat center;
}
.box4 .box4-3 {
  height: 390px;
  background: url("../images/box4-3.png") no-repeat center;
  margin-bottom: 15px;
}

.box5 .box5-title {
  margin: 0 auto;
  height: 117px;
  background: url("../images/box5-t.png") no-repeat center;
  transform: translateY(50px);
}
.box5 .box5-1 {
  height: 821px;
  background: url("../images/box5-1.png") no-repeat center;
}
.box5 .box5-1 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 470px auto 0;
  box-sizing: border-box;
  padding: 0 30px;
}
.box5 .box5-1 .list .item {
  width: 368px;
  height: 130px;
  box-sizing: border-box;
}
.box5 .box5-1 .list .item:nth-child(1) {
  padding-left: 95px;
}
.box5 .box5-1 .list .item:nth-child(2) {
  padding-left: 125px;
}
.box5 .box5-1 .list .item:nth-child(3) {
  padding-left: 140px;
}
.box5 .box5-1 .list .item .title {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  padding: 12px 0 10px;
}
.box5 .box5-1 .list .item .desc {
  font-size: 13px;
  color: #000;
  line-height: 22px;
}
.box5 .box5-2 {
  height: 636px;
  background: url("../images/box5-2.jpg") no-repeat center;
}
.box5 .box5-3 {
  height: 908px;
  background: url("../images/box5-3.png") no-repeat center;
}
.box5 .box5-3 .box5-3t {
  height: 135px;
  background: url("../images/box5-3t.png") no-repeat center;
  padding: 40px 0 13px;
}
.box5 .box5-3 .table-box {
  position: relative;
  width: 100%;
  height: 660px;
  text-align: center;
}
.box5 .box5-3 .table-box table {
  height: 100%;
  overflow: hidden;
}
.box5 .box5-3 .table-box thead {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 56px;
  background: #F84535;
  border-radius: 28px;
  margin-bottom: 25px;
}
.box5 .box5-3 .table-box thead th {
  font-weight: 400;
  font-size: 22px;
  color: #F7E3BC;
}
.box5 .box5-3 .table-box tbody {
  position: relative;
  display: block;
  width: 100%;
  height: 580px;
}
.box5 .box5-3 .table-box tbody::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1112px;
  height: 2px;
  background: rgba(255, 255, 255, 0.38);
}
.box5 .box5-3 .table-box tbody tr {
  position: relative;
  height: 97px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  cursor: pointer;
}
.box5 .box5-3 .table-box tbody tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1112px;
  height: 2px;
  background: rgba(255, 255, 255, 0.38);
}
.box5 .box5-3 .table-box tbody tr:hover {
  background: url("../images/box5-3active.png") no-repeat center;
  border: none;
  color: #9A000D;
}
.box5 .box5-3 .table-box tbody tr:hover a {
  background: url("../images/box5-3btn.png") no-repeat center;
}
.box5 .box5-3 .table-box tbody tr a {
  display: block;
  width: 233px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin: auto;
}
.box5 .box5-3 .table-box thead th:first-child,
.box5 .box5-3 .table-box thead th:last-child,
.box5 .box5-3 .table-box td:first-child,
.box5 .box5-3 .table-box td:last-child {
  width: 300px;
}
.box5 .box5-3 .table-box thead th:nth-child(2),
.box5 .box5-3 .table-box td:nth-child(2) {
  width: 600px;
}
.box5 .box5-4 {
  height: 858px;
  background: url("../images/box5-4.jpg") no-repeat center;
  position: relative;
}
.box5 .footer-info {
  color: #9a000d;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
}

.form-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 237px;
  background: url("../images/form-bg.png") no-repeat center;
}
.form-bottom .form-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 85px;
  margin: 160px auto 0;
}
.form-bottom .form-container .input {
  box-sizing: border-box;
  height: 67px;
  line-height: 67px;
  background: #FD858D;
  box-shadow: inset 1px 1px 7px rgba(133, 11, 28, 0.89);
  border-radius: 34px;
  border: 1px solid #CB0A24;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  text-align: center;
  padding: 0 10px;
}
.form-bottom .form-container .input::-moz-placeholder {
  font-weight: 400;
  color: #D42644;
}
.form-bottom .form-container .input::placeholder {
  font-weight: 400;
  color: #D42644;
}
.form-bottom .form-container .input.form_name {
  width: 152px;
}
.form-bottom .form-container .input.form_phoneNo {
  width: 228px;
}
.form-bottom .form-container .form-code {
  width: 390px;
  height: 67px;
  background: #FD858D;
  box-shadow: inset 1px 1px 7px rgba(133, 11, 28, 0.89);
  border-radius: 34px;
  border: 1px solid #CB0A24;
}
.form-bottom .form-container .form-code .input {
  background: transparent;
  box-shadow: none;
  border: none;
  flex: 1;
}
.form-bottom .form-container .form-code .kaptcha-btn {
  width: 162px;
  height: 67px;
  background: rgba(203, 10, 36, 0.38);
  border-radius: 34px;
  font-weight: 400;
  font-size: 20px;
}
.form-bottom .form-container .form-code .kaptcha-btn:active {
  color: #cccccc;
}
.form-bottom .form-container .select-city {
  width: 143px;
  position: relative;
  cursor: pointer;
}
.form-bottom .form-container .select-city .current {
  width: 100%;
  color: #D42644;
  font-weight: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-bottom .form-container .select-city .current.show {
  font-weight: bold;
  color: #000;
}
.form-bottom .form-container .select-city .list {
  position: absolute;
  top: -228px;
  left: 0;
  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 .form-container .select-city .list .option {
  padding-left: 15px;
  text-align: left;
  font-weight: initial;
  font-size: 16px;
  line-height: 48px;
}
.form-bottom .form-container .select-city .list .option:hover {
  color: #fff;
  background-color: #D42644;
}
.form-bottom .form-container .submit {
  width: 201px;
  height: 67px;
  background: url("../images/form-btn.png") no-repeat center !important;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
}
.form-bottom .form-container .submit:active {
  color: #cccccc;
}
.form-bottom .form-container .close-btn {
  position: absolute;
  top: -68px;
  right: 0;
  width: 54px;
  height: 63px;
  cursor: pointer;
}

.nav-box {
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 999;
  width: 231px;
  height: 700px;
  padding-top: 170px;
  padding-left: 10px;
  box-sizing: border-box;
  background: url("../images/nav-bg.png") center no-repeat;
}
.nav-box .nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.nav-box .nav-list li {
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
  width: 181px;
  cursor: pointer;
}
.nav-box .nav-list li:nth-child(1) {
  background-image: url("../images/nav1.png");
}
.nav-box .nav-list li:nth-child(1).active {
  background-image: url("../images/nav1-active.png");
}
.nav-box .nav-list li:nth-child(2) {
  background-image: url("../images/nav2.png");
}
.nav-box .nav-list li:nth-child(2).active {
  background-image: url("../images/nav2-active.png");
}
.nav-box .nav-list li:nth-child(3) {
  background-image: url("../images/nav3.png");
}
.nav-box .nav-list li:nth-child(3).active {
  background-image: url("../images/nav3-active.png");
}
.nav-box .nav-list li:nth-child(4) {
  background-image: url("../images/nav4.png");
}
.nav-box .nav-list li:nth-child(4).active {
  background-image: url("../images/nav4-active.png");
}
.nav-box .nav-list li:nth-child(5) {
  background-image: url("../images/nav5.png");
}
.nav-box .nav-list li:nth-child(5).active {
  background-image: url("../images/nav5-active.png");
}
.nav-box .nav-list li:nth-child(6) {
  background-image: url("../images/nav6.png");
}
.nav-box .nav-list li:nth-child(6).active {
  background-image: url("../images/nav6-active.png");
}
.nav-box .nav-top {
  width: 100%;
  height: 50px;
  background: url("../images/nav-top.png") no-repeat center;
  cursor: pointer;
}