@charset "UTF-8";

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

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

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

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

.swiper .arrow {
  top: 45%;
  width: 30px;
  height: 73px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.swiper .arrow::after {
  font-size: 20px;
}

.swiper .arrow.swiper-button-prev {
  left: 0;
}

.swiper .arrow.swiper-button-next {
  right: 0;
}

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

.nav-box {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  width: 100%;
  height: 88px;
  background: #062460;
}

.nav-box .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-box .nav-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 88px;
  color: #fff;
  font-size: 24px;
  background: transparent;
  cursor: pointer;
}

.nav-box .nav-list li.active {
  color: #062460;
  background: #FAC949;
}

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

.box1 {
  padding-top: 48px;
}

.box1-title {
  height: 171px;
  background: url("../images/box1-title.png") no-repeat center;
}

.box1 .video {
  padding-top: 12px;
}

.box1 .video .player {
  width: 100%;
  height: 675px;
  overflow: hidden;
  background: url("../images/box1.png") no-repeat center;
  border-radius: 40px;
}

.box2 {
  padding-top: 44px;
}

.box2-title {
  height: 154px;
  background: url("../images/box2-title.png") no-repeat center;
}

.box2-swiper {
  margin-top: 12px;
  background: url("../images/box2-bg.png") no-repeat top;
}

.box2-swiper .item {
  height: 675px;
}

.box2-swiper .img {
  margin: 40px auto 0;
}

.box2-swiper .box2-pagination {
  margin: 25px auto;
  text-align: center;
}

.box2-swiper .box2-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 7px;
  background: #fff;
}

.box3 {
  box-sizing: border-box;
  height: 951px;
  padding-top: 48px;
  background: url("../images/box3-bg.jpg") no-repeat center;
}

.box3-title {
  height: 167px;
  background: url("../images/box3-title.png") no-repeat center;
}

.box3-content {
  box-sizing: border-box;
  height: 673px;
  margin-top: 10px;
  padding: 30px 45px 0;
  background: url("../images/box3.png") no-repeat center;
}

.box3-content .box3-t {
  height: 58px;
  background: url("../images/box3-t.png") no-repeat center;
}

.box3-content .desc {
  padding-top: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.box3-content .img1 {
  height: 159px;
  margin: 20px 0 5px;
  background: url("../images/box3-1.png") no-repeat center;
}

.box3-content .img2 {
  height: 163px;
  background: url("../images/box3-2.png") no-repeat center;
}

.box3-content .box3-container {
  display: flex;
  gap: 10px;
  width: 100%;
  padding-top: 32px;
  padding-left: 20px;
}

.box3-content .box3-container .form-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 271px;
  height: 46px;
  padding-left: 0;
  line-height: 45px;
  background: #fff;
  border: 1px solid #989898;
  border-radius: 0;
}

.box3-content .box3-container .form-item .icon {
  width: 28px;
  height: 28px;
  margin: 0 10px;
}

.box3-content .box3-container .form-item input {
  flex: 1;
  color: #094090;
  font-size: 18px;
}

.box3-content .box3-container .form-item input::placeholder {
  color: #094090;
}

.box3-content .box3-container .submit {
  width: 224px;
  height: 46px;
  color: #094090;
  font-size: 22px;
  background: #FAC949;
  border-radius: 0;
}

.box3-content .box3-container .submit:hover {
  background: #FAC949;
}

.box3-content .box3-container .submit:active {
  background: #f9ba17;
}

.box3-content .box3-container .select {
  flex: 1;
}

.box3-content .box3-container .select .current {
  color: #094090;
  font-size: 18px;
}

.box3-content .box3-container .select .list {
  width: 220px;
}

.container2 {
  box-sizing: border-box;
  height: 2408px;
  padding-top: 45px;
  background: url("../images/container2-bg.jpg") no-repeat center;
}

.container2-title {
  height: 156px;
  background: url("../images/container2-title.png") no-repeat center;
}

.container2-com {
  height: 2134px;
  margin-top: 5px;
  padding-top: 35px;
  background: url("../images/container2.png") no-repeat center;
  box-sizing: border-box;
}

.box4 {
  width: 100%;
  height: 655px;
  background: url('../images/box4.png') no-repeat center;
  padding: 110px 50px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  box-sizing: border-box;
}

.box4 .item {
  height: 100%;
}

.box5 {
  padding-top: 15px;
}

.box5-title {
  height: 117px;
  background: url("../images/box5-t.png") no-repeat center;
}

.box5 .box5-com {
  position: relative;
  margin-top: -40px;
}

.box5 .box5-swiper {
  position: initial;
  width: 1100px;
}

.box5 .box5-swiper .img {
  margin: 0 auto;
  cursor: pointer;
}

.box6 {
  width: 1100px;
  margin: 0 auto;
  padding-top: 55px;
  text-align: center;
}

.box6-title {
  height: 58px;
  background: url("../images/box6-t.png") no-repeat bottom;
}

.box6 .table-box {
  position: relative;
  width: 100%;
  height: 440px;
  margin-top: 20px;
  text-align: center;
}

.box6 .table-box table {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.box6 .table-box thead {
  display: table;
  width: 100%;
  height: 80px;
  table-layout: fixed;
}

.box6 .table-box thead tr {
  background: #094090 !important;
}

.box6 .table-box thead tr th {
  color: #fff;
  font-weight: initial;
  font-size: 26px;
}

.box6 .table-box tbody {
  display: block;
  width: 100%;
  height: 360px;
  overflow-y: scroll;
}

.box6 .table-box tbody tr {
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}

.box6 .table-box tr:hover td {
  color: #094090;
}

.box6 .table-box tr:hover a {
  color: #094090;
  background: #FAC949 !important;
}

.box6 .table-box tr:nth-child(odd) {
  background: #fff;
}

.box6 .table-box tr:nth-child(even) {
  background: #f8f8f8;
}

.box6 .table-box tr td {
  color: #000;
  cursor: pointer;
}

.box6 .table-box tr th:nth-child(odd),
.box6 .table-box tr td:nth-child(odd) {
  width: 200px;
}

.box6 .table-box tr th:nth-child(even),
.box6 .table-box tr td:nth-child(even) {
  width: 700px;
}

.box6 .table-box tr a {
  display: block;
  width: 108px;
  height: 35px;
  margin: auto;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  background: rgba(208, 208, 208, 0.47);
  border-radius: 5px;
}

.box7 {
  padding-top: 42px;
}

.box7-title {
  height: 58px;
  background: url("../images/box7-t.png") no-repeat center;
}

.box7-img {
  height: 233px;
  margin-top: 35px;
  background: url("../images/box7.png") no-repeat center;
}

.box7 .form-container {
  padding-top: 12px;
  padding-left: 20px;
}

.footer-info {
  padding-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  background-color: #094090;
}

.footer-info .hezuo {
  width: 830px;
  height: 87px;
  margin: 48px auto 30px;
}

.form-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 91px;
  background: rgba(0, 0, 0, 0.5);
}

.form-bottom .close-btn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.form-bottom .close-btn:hover {
  transform: rotate(90deg);
}

.page .form-container {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 1200px;
  height: 100%;
  margin: auto;
}

.page .form-container input::-webkit-input-placeholder,
.page .form-container .input.select {
  color: #757575;
  font-size: 16px;
}

.page .form-container .input {
  box-sizing: border-box;
  width: 192px;
  height: 48px;
  margin-right: 12px;
  padding-left: 45px;
  color: #094090;
  font-size: 16px;
  line-height: 48px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-radius: 8px;
}

.page .form-container .form-code {
  display: flex;
  justify-content: space-between;
  width: 343px;
  height: 48px;
  margin: 0;
  margin-right: 12px;
  line-height: 48px;
  background: #fff;
  border: none;
  border-radius: 8px;
}

.page .form-container .form-code .kaptcha-btn {
  width: 48%;
  height: 30px;
  margin: 9px 0;
  color: #006CDB;
  font-size: 16px;
  line-height: 30px;
  background-color: transparent;
  border-left: 1px solid #006CDB;
  border-radius: 0;
}

.page .form-container .form-code .kaptcha-btn:active {
  color: #003a75;
}

.page .form-container .form_name {
  background-image: url("../images/icon4.png");
}

.page .form-container .select {
  background-image: url("../images/icon5.png");
  background-position: 10px center;
}

.page .form-container .form_phoneNo {
  background-image: url("../images/icon6.png");
}

.page .form-container .kaptcha-code {
  background-image: url("../images/icon7.png");
}

.page .form-container .submit {
  width: 192px;
  height: 48px;
  color: #062460;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  background: #FAC949;
  border-radius: 8px;
  cursor: pointer;
}

.page .form-container .submit:hover {
  background: #FAC949;
}

.page .form-container .submit:active {
  background: #f9ba17;
}

.page .select {
  position: relative;
  cursor: pointer;
}

.page .select .current {
  display: flex;
  font-size: 16px;
}

.page .select .current.show {
  color: #094090;
}

.page .select .list {
  position: absolute;
  top: -228px;
  left: 0;
  z-index: 10;
  display: none;
  width: 190px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  font-size: 16px;
  background-color: #fafafa;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.page .select .option {
  padding-left: 15px;
  text-align: left;
}

.page .select .option:hover {
  color: #fff;
  background-color: #094090;
}
