@charset "utf-8";

body, html {
  min-width: 1440px;
}

/* banner */
.bannerSwiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bannerSwiper, .banner-wrapper {
  width: 100%;
  position: relative;
}

.banner-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  z-index: 1;
}

.banner_txt p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-top: 45px;
  margin-bottom: 45px;
}

.banner_more {
  display: flex;
}

.banner_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #2e60c5;
  margin: 0 30px;
  border-radius: 50px;
  font-family: 'pingfang'
}

.banner_more a:last-child {
  background: #2e60c500;
  border: 1px solid #2e60c5;
  width: 280px;
}

.banner_pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #245b94;
  border-radius: 5px;
}

/* end-banner */
/* box2 */
.box2 {
  margin-top: 120px;
  margin-bottom: 80px;
  overflow: hidden;
}

.Box2Title h1 {
  display: flex;
  justify-content: center;
}

.Box2Title h1 span {
  font-size: 48px;
  font-weight: bold;
  margin: 0 15px;
}

.Box2Title p {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.box2_item {
  display: flex;
  justify-content: center;
}

.box2_item>div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box2_itemText p {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.box2_itemText span {
  font-size: 36px;
  line-height: 2;
  font-weight: bold;
  color: #2e60c5;
}

.box2_itemText .text {
  font-size: 16px;
}

/* end-box2 */
/* box3 */
.box3 {
  background: url(../../images/box3_bj.jpg) no-repeat top;
  position: relative;
  z-index: 1;
  padding-bottom: 11vw;
  overflow: hidden;
}

.box3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 128%;
  height: 60%;
  background: #1c4c9d;
  z-index: -1;
}

.Box3Title {
  font-size: 28px;
  font-family: 'pingfang';
  color: #fff;
  text-align: center;
  padding-top: 120px;
}

.Box3Title .container {
  max-width: 1440px;
}

.box3_bottom {
  position: absolute;
  bottom: -40px;
  z-index: 3;
  width: 100%;
}

.box3_bottom img {
  width: 100%;
}

.box3_bottom .container {
  max-width: 1440px;
}

.box3_bottom p {
  text-align: center;
  font-size: 28px;
  font-family: 'pingfang';
  color: #fff;
}

.box3_bottom .tedian {
  display: flex;
  justify-content: center;
}

.box3_bottom .tedian span {
  font-size: 18px;
  font-family: 'pingfang';
  color: #fff;
  margin: 0 15px;
}

.box3_item_imgBj {
  width: 100%;
}

.box3_item {
  position: relative;
  z-index: 4;
}

.box3Box_text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  left: 2%;
  top: 32.55%;
  z-index: 4;
}

.box3Box_text a {
  font-size: 1.3vw;
  line-height: 2.6vw;
  font-family: 'pingfang';
}

.box3Box_text .cur {
  color: #ffe623;
}

.box3Box_Img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}

.box3Box_List {
  position: absolute;
  display: none;
  top: 0;
}

/* end-box3 */
/* box4 */
.box4 {
  background: url(../../images/box4_bj.jpg);
  padding-top: 700px;
  margin-top: -580px;
  z-index: 0;
  padding-bottom: 720px;
  overflow: hidden;
}

.Box4Title {
  font-size: 1.9vw;
  font-family: 'pingfang';
  color: #fff;
  text-align: center;
  max-width: 1400px;
  margin: 30px auto;
}

.box4_item {
  display: flex;
}

.box4_text {
  position: relative;
  width: 60%;
}

.box4_text span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: url(../../images/box4_1.png);
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 30px;
  position: absolute;
}

.box4_text span:nth-child(1) {
  left: 15%;
  top: 30%;
}

.box4_text span:nth-child(2) {
  left: 40%;
  top: 10%;
}

.box4_text span:nth-child(3) {
  right: 13%;
  top: 23%;
}

.box4_text span:nth-child(4) {
  left: 50%;
  top: 57%;
}

.box4_text span:nth-child(5) {
  right: 29%;
  top: 53%;
}

.box4_video {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 40%;
}

.box4_video img {
  width: 100%;
}

/* end-box4 */
/* box5 */
.box5 {
  background: url(../../images/box5_bj.png) top;
  margin-top: -650px;
  height: 720px;
  z-index: 2;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.box5 .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.box5Txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.box5Txt h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ccc;
  letter-spacing: 2px;
}

.box5Txt span {
  font-size: 30px;
  color: #ccc;
  letter-spacing: 2px;
  width: 230px;
}

.box5Number {
  width: calc(100% - 230px);
  display: flex;
  justify-content: space-evenly;
}

.box5NumberBox {
  width: 260px;
  height: 460px;
  background: #fff;
  margin: 0;
  padding: 45px 30px;
}

.box5NumberBox:nth-child(1) {
  margin-top: 180px;
}

.box5NumberBox:nth-child(2) {
  margin-top: 120px;
}

.box5NumberBox:nth-child(3) {
  margin-top: 60px;
}

.box5NumberBox h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: justify;
  text-align-last: justify;
}

.box5NumberBox h2 {
  font-size: 24px;
  color: #333;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.box5NumberBox p {
  font-size: 18px;
  color: #333;
  text-indent: 36px;
  margin-top: 30px;
  letter-spacing: 1px;
}

.numCount ul li:nth-child(2) .item .jdt {
  background: #05a16f;
}

.numCount ul li:nth-child(3) .item .jdt {
  background: #16b6d4;
}

.numCount {
  height: 100%;
}

.numCount ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.numU {
  display: flex;
  align-items: baseline;
}

.item .jdt {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #37ca77;
}

.numCX {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

sub {
  font-size: 18px;
  bottom: 0;
}

/* end-box5 */
/* box6 */
.box6 {
  background: url(../../images/box6_bj.jpg);
  /* padding-top: 160px; */
  padding-bottom: 80px;
  overflow: hidden;
}

.Box6Title {
  text-align: center;
  background: #1b4b9d;
  /* margin-top: -160px; */
  padding-top: 160px;
  padding-bottom: 60px;
  color: #fff;
}

.Box6Title h1 {
  font-weight: bold;
  font-size: 36px;
}

.Box6Title p {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.box6_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 120px;
}

.box6_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box6_text h1 {
  font-size: 36px;
  color: #333;
}

.box6_text div {
  background: #333;
  width: 80px;
  height: 4px;
}

.box6_text span {
  font-size: 100px;
  font-family: 'Rajdhani';
  font-weight: 500;
  color: #333;
}

.box6_img, .box6_img img {
  mix-blend-mode: multiply;
}

.box6_img {
  width: 70%;
}

.box6_img img {
  width: 100%;
}

/* end-box6 */
.box7 {
  background: #333;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.box7_text {
  padding-top: 300px;
}

.box7_text h1 {
  font-size: 36px;
  color: #fff;
}

.box7_text div {
  background: #fff;
  width: 80px;
  height: 4px;
}

.box7_text span {
  font-size: 100px;
  font-family: 'Rajdhani';
  font-weight: 500;
  color: #fff;
}

.box7_item {
  display: flex;
  justify-content: space-between;
}

.box7_img {
  width: 80%;
}

.box7_img {}

.box7Swiper {
  width: 100%;
  padding: 15px 45px;
  overflow: hidden;
  position: relative;
}

.box7Swiper h1 {
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.box7Swiper .swiper-wrapper {
  width: auto;
}

.box7Swiper {}

.box7Slide img {
  width: 100%;
  transition: 1s
}

.box7Slide:hover img {
  transform: scale(1.1);
}

.box7Prev {
  z-index: 4;
  position: absolute;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #343741;
  left: 0;
  top: auto;
  bottom: calc(50% - 45px);
}

.box7Prev:after {
  font-size: 16px;
}

.box7Next {
  z-index: 4;
  position: absolute;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #343741;
  right: 0;
  top: auto;
  bottom: calc(50% - 45px);
}

.box7Next:after {
  font-size: 16px;
}

/* box8 */
.box8 {
  background: #1e3140;
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}

.Box8Title {
  text-align: center;
}

.Box8Title h1 {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}

.Box8Title p {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 45px;
  color: #fff;
}

.box8_img img {
  margin: 15px 0;
}

/* end-box8 */
/* box9 */
.box9 {
  background: url(../../images/box9_bj.jpg) fixed bottom;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box9 span {
  font-size: 36px;
  color: #fff;
  font-family: 'pingfang';
  line-height: 2;
}

.box9 img {
  width: 75px;
  margin: 0 30px;
}

.box9_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align-last: justify;
}

@media screen and (max-width: 992px) and (min-width: 0px) {
  .box3Box_text a {
    font-size: 145%;
        line-height: 163%;
        font-family: 'pingfang';
  }
}

/* end-box9 */
