body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner_index .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.banner_index .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.banner_index .swiper-button-next img,
.banner_index .swiper-button-prev img {
  width: 50px;
  height: 50px;
}

.banner_index .swiper-button-next img {
  margin-right: 100px;
}

.banner_index .swiper-button-prev img {
  margin-left: 100px;
}


.banner_index .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #053B83;
}

.zhanshi .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.zhanshi .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.zhanshi .swiper-button-next img,
.zhanshi .swiper-button-prev img {
  width: 50px;
  height: 50px;
}

.zhanshi .swiper-button-next img {
  margin-right: 100px;
}

.zhanshi .swiper-button-prev img {
  margin-left: 100px;
}


.zhanshi .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #000;
}

.why_img {
  background: url(../images/why.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 760px;
  display: flex;
  align-items: center;
}

.why_img .element {
  padding: 0;
}

.title1 h1 {
  font-size: 50px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 100px;
  color: white;
  line-height: 55px;
}

.title1 {
  width: 30%;
  padding-top: 150px;
}

.element1 {
  padding-bottom: 50px !important;
}

.title1 div {
  line-height: 25px;
  color: white;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 40px;
}

.why {
  display: flex;
  justify-content: space-between;
}

.title1 div+div {
  width: 80px;
  height: 3px;
  background-color: #fff;
  margin-top: -90px;
}

.title2 {
  width: 68%;
  position: relative;
}

.title2>img {
  width: 100%;
  height: 100%;
}

.title2_div {
  position: absolute;
  top: 5%;
  left: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94%;
  align-items: flex-start;
}

.title2_div_1 {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  height: 270px;
  overflow: hidden;
}

.title2_div_1 div {
  width: 100%;
  /* text-transform: uppercase; */
  font-size: 14px;
  /* line-height: 28px; */
  /* text-align: center; */
}

.title2_div_1 img {
  width: 100px;
  height: 100px;
}

.title2_div_yuo {
  position: absolute;
  left: -500px;
  background-color: #053B83;
  color: #fff;
  width: 100%;
  height: 270px;
  transition: all .5s;
}

.title2_div_yuo_uuou {
  width: 90% !important;
  margin: 14px auto;
}

.title2_div_1:hover .title2_div_yuo {
  left: 0;
}

.title2_div_yuo>div>div:nth-child(1) div {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 20px;
  height: 40px;
}

.title2_div_yuo>div>div {
  display: flex;
  line-height: 24px;
}

.title2_div_yuo>div i {
  margin-right: 5px;
}

.title2_div_1 img+div {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 20px;
  height: 40px;
  text-align: center;
}

.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.title h1 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  color: #053B83;
  font-weight: 600;
}

.title div {
  width: 80px;
  height: 3px;
  background-color: #FECA0A;
  margin-bottom: 30px;
}

.about {
  display: flex;
  justify-content: space-between;
}

.about_us {
  background: url(../images/about_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_A {
  width: 50%;
  position: relative;
}

.about_B {
  width: 48%;
  position: relative;
}

.about_B_img {
  width: 100%;
}

.about_B_img1 {
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100px;
  height: 100px;
  border: 2px dashed #fff;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  animation: about_img 1s ease-out forwards infinite;
}

.about_C {
  width: 100%;
  position: relative;
  display: none;
}

.about_C_img {
  width: 100%;
}

.about_B_img1 {
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100px;
  height: 100px;
  border: 2px dashed #fff;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  animation: about_img 1s ease-out forwards infinite;
}


@keyframes about_img {
  0% {
    border: 2px dashed #fff;
  }

  50% {
    border: 3.5px dashed #fff;
  }

  100% {
    border: 2px dashed #fff;
  }
}

.weizhi {}

.chanp_img .chanp_1_a {
  top: 49px;
  z-index: 1;
}

.about_A h1 {
  font-size: 50px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  color: #053B83;
}

.about_A h1+div+div {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

.about_A a {
  border-radius: 50px;
  padding: 10px 35px;
  color: #fff;
  background: linear-gradient(to right, #0654AC 20%, #39A9E0);
}

.about_A a:hover {}

.about_shuz {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.news_hez+div a {
  border-radius: 50px;
  padding: 10px 35px;
  color: #fff;
  background: linear-gradient(to right, #0654AC 20%, #39A9E0);
}

.news_hez+div {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
}

.about_shuz_1 {
  text-align: center;
  background-color: #FFFFFF;
  width: 32%;
  padding: 16px 0;
  box-shadow: 0 0 10px #ccc;
  border-radius: 5px;
}

.about_shuz_1 div {
  font-size: 14px;
}

.about_shuz_1 h2 {
  font-size: 50px;
  color: #053B83;
  margin-bottom: 30px;
}

.about_imf {
  position: absolute;
  z-index: 0;
}

.about_shuz1 {
  display: flex;
}

.about_shuz2 {
  display: none;
}

.news_hez {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.news_hez a {
  width: 32%;
}

.news_A_img {
  width: 491px;
  height: 315px;
}

.news_A_img {
  width: 100%;
  overflow: hidden;
  max-height: 500px;
}

.news_A_img img {
  width: 100%;
  overflow: hidden;
}

.news_A_img img {
  transition: all .5s;
}

.news_hez a:hover .news_A_img1 {
  transform: scale(1.2);
}

.news_hez a:hover .news_A_title {
  color: #053B83;
}

.news_date img {
  width: 30px;
  height: 30px;
}

.news_title {
  color: black;
  width: 98%;
  margin: 0 auto;
}

.news_date {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.news_A_title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news_A_price {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 20px;
}

.about_A h1+div {
  width: 80px;
  height: 3px;
  background-color: #FECA0A;
  margin-bottom: 30px;
}

@media (max-width:998px) {
  .news_hez {
    flex-wrap: wrap;
  }

  .news_hez a {
    width: 48%;
    margin-bottom: 30px;
  }

}

@media (max-width:600px) {
  .news_hez a {
    width: 100%;
  }
}

.chanp,
.chanp img {
  width: 100%;
}

.chanp {
  position: relative;
}

.chanp_1 {
  position: absolute;
  left: 30%;
  bottom: 19%;
}

.chanp_11 {
  z-index: 9;
  height: 41px;
  width: 320px;
}

.chanp_31 {
  z-index: 9;
}

.chanp_1_div_title {
  line-height: 25px;
  /* text-align: center; */
  background: #FECA0A;
  border-radius: 5px;
  padding: 10px 20px;
  display: block;
  color: white;
  text-transform: capitalize;
}

.chanp_1_a {
  width: 0;
  height: 0;
  overflow: hidden;
  transition: width 0.5s;
  transition: height 0.5s;
  position: absolute;
  left: -300px;
  top: -415px;
}

.chanp_4 .chanp_1_a {
  left: -490px;
  top: -420px;
}

.chanp_1_img {
  width: 100%;
}

.chanp_1:hover .chanp_1_a {
  width: 700px;
  height: 390px;
}

.chanp_1_div_A {
  position: absolute;
  left: -10px;
  top: -10px;
  animation: moveToRight 1s ease-out forwards infinite;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-size: 14px;
  z-index: 1;
}

.chanp_1_div_A a {
  background: #fff;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #053B83;
  display: block;
}

.chanp_2 {
  position: absolute;
  left: 35%;
  bottom: 0;
  top: 43%;
  /* width: 253.11px; */
  height: 41px;
}

.chanp_2 .chanp_1_a {
  left: -240px;
}

.chanp_3 {
  position: absolute;
  left: 64%;
  bottom: 0;
  top: 54%;
  /* width: 274.06px; */
  height: 41px;
}

.chanp_4 {
  position: absolute;
  left: 86%;
  bottom: 0;
  top: 42%;
  width: 214px;
  height: 41px;
}

.chanp_5 {
  left: 28%;
  bottom: 28%;
}

.chanp_5 .chanp_1_a {
  z-index: 999;
}

@keyframes moveToRight {
  0% {
    box-shadow: 0 0 0px 0px rgba(204, 204, 204, 0.5)
  }


  50% {
    box-shadow: 0 0 12px 3px rgba(204, 204, 204, 0.9)
  }


  100% {
    box-shadow: 0 0 0px 0px rgba(204, 204, 204, 0.5)
  }
}


@media (max-width:1860px) {
  .title2_div_1 {
    height: 300px;
  }

  .title2_div_yuo {
    height: 300px;
  }
}

@media (max-width:1821px) {
  .title2_div {
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
  }

  .title2_div_1 {
    margin-bottom: 0;
  }

  .title2_div_13 {
    margin: 0 !important;
  }

  .title2 {
    height: 700px;
  }

  .title2_div_1 {
    height: 350px;
  }

  .title2_div_yuo {
    height: 350px;
  }

  .title2_div_1 img+div {
    margin-top: -140px;
  }
}

@media (max-width:1750px) {
  .chanp_1 {
    height: 41px;
  }
}

@media (max-width:1730px) {
  .title1 {
    width: 34%;
    padding-top: 100px;
  }
}

@media (max-width:1525px) {
  .chanp_1 {
    position: absolute;
    left: 20%;
    bottom: 14%;
  }

  .chanp_5 {
    left: 20%;
    bottom: 26%;
  }

  .chanp_1_div_A {
    left: 120px;
    top: -17px;
  }

  .chanp_2 .chanp_1_div_A {
    left: 223px;
    top: -17px;
  }

  .chanp_3 {
    left: 56%;
    top: 56%;
  }

  .chanp_4 {
    left: 77% !important;
    top: 44%;
  }
}



@media (max-width:1340px) {
  .chanp_1 {
    position: absolute;
    left: 18%;
    bottom: 11%;
  }

  .chanp_2 {
    left: 23%;
    top: 45%;
  }

  .chanp_2 .chanp_1_div_A {
    left: 143px;
    top: -17px;
  }

  .chanp_3 {
    left: 55%;
    top: 58%;
  }

  .chanp_1_a {
    left: -162px;
    top: -345px;
  }

  .chanp_1:hover .chanp_1_a {
    width: 560px;
    height: 553px;
  }

  .chanp_4 .chanp_1_a {
    left: -386px;
    top: -340px;
  }

  .chanp_2 .chanp_1_a {
    left: -130px;
  }

  .chanp_5 {
    left: 18%;
    bottom: 25%;
  }
}

@media (max-width:1220px) {
  .title1 div+div {
    margin-top: -210px;
  }

  .title1 div {
    line-height: normal;
  }
}

@media (max-width:998px) {
  .news_A_title {
    font-size: 20px;
  }

  .chanp_5 {
    left: 14%;
    bottom: 21%;
  }

  .title1 {
    padding-top: 0;
  }

  .about_A h1 {
    text-align: center;
    color: #053B83;
  }

  .about_A h1+div {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .title2 {
    height: auto;
  }

  .title2_div {
    position: static;
  }

  .title1 {
    text-align: center;
  }

  .title1 div+div {
    margin: 0 auto;
    margin-top: -110px;
  }

  .title1 div {
    font-size: 20px;
  }

  .title2>img {
    display: none;
  }

  .about {
    flex-wrap: wrap;
  }

  .about_A {
    width: 100%;
    position: relative;
  }

  .about_B {
    display: none;
  }

  .about_C {
    margin-top: 50px;
    display: block;
  }

  .banner_index .swiper-button-prev img {
    margin-left: 60px;
  }

  .banner_index .swiper-button-next img {
    margin-right: 60px;
  }

  .zhanshi .swiper-button-next img {
    margin-right: 40px;
  }

  .zhanshi .swiper-button-prev img {
    margin-left: 40px;
  }

  .why_img {
    background: none;
    height: auto;
  }

  .title1 h1,
  .title1 div {
    color: #000;
  }

  .title1 h1 {
    margin-bottom: 20px;
    color: #053B83;
  }

  .title1 div+div {
    background-color: #000;
  }

  h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .title {
    margin-top: 30px !important;
  }

  .why {
    flex-wrap: wrap;
  }

  .title1 {
    width: 100%;
  }

  .title2 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .title2_div {
    width: 100%;
  }

  .about_us {
    background: none;
  }

  .about_C .about_B_img1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
  }

  .chanp_1_div_title {
    font-size: 16px;
  }

  .chanp_1_div_title {
    padding: 5px 10px;
  }

  .chanp_11 {
    width: 270px;
  }

  .chanp_11 {
    left: 14%;
    bottom: 8%;
  }

  .chanp_2 {
    left: 17%;
    top: 45%;
  }

  .chanp_3 {
    left: 49%;
    top: 58%;
    /* width: 225px; */
  }

  .chanp_2 {
    left: 19%;
    top: 45%;
  }

  .banner_index+div {
    margin: 0 !important;
  }

  .title2_div_1,
  .title2_div_yuo {
    height: 270px;
  }

  .about_A div:nth-child(4) {
    display: flex;
    justify-content: center;
  }

  .news_hez+div {
    margin: 15px 0 30px;
  }

  .news_hez {
    margin-bottom: 0;
  }

  .element1 {
    padding-bottom: 0 !important;
  }

  .about_A h1+div+div {
    margin-bottom: 20px;
  }

  .about_C {
    margin-top: 30px;
    display: block;
  }
}


@media (max-width:800px) {
  .chanp_1_div_title {
    display: none;
  }

  .chanp_11 {
    left: 11%;
    bottom: 8%;
  }

  .chanp_2 {
    left: 15%;
    top: 45%;
  }

  .chanp_4 {
    left: 74% !important;
    top: 44%;
  }

  .chanp_1_div_A a {
    background: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #053B83;
    display: block;
  }

  .chanp_5 {
    left: 10%;
    bottom: 22%;
  }

  .chanp_1_div_A {
    width: 35px;
    height: 35px;
  }
}

@media (max-width:780px) {
  .title2_div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .title2_div_1,
  .title2_div_yuo {
    height: 400px;
  }

  .title2>img {
    display: none;
  }

  .title2_div_1 {
    width: 50%;
  }

}

@media (max-width:700px) {
  .chanp_3 {
    left: 47%;
    top: 58%;
  }
}

@media (max-width:600px) {
  .chanp_11 {
    left: 6%;
    bottom: 0%;
  }

  .chanp_2 {
    left: 10%;
    top: 45%;
  }

  .chanp_3 {
    left: 43%;
    top: 61%;
  }

  .chanp_4 {
    left: 71% !important;
    top: 44%;
  }

  .chanp_5 {
    left: 3%;
    bottom: 20%;
  }
}

@media (max-width:560px) {
  .chanp_1_div_A a {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .chanp_1_div_A {
    width: 20px;
    height: 20px;
  }
}

@media (max-width:530px) {
  .chanp_2 {
    left: 6%;
    top: 45%;
  }

  .chanp_5 {
    left: 2%;
    bottom: 12%;
  }
}

@media (max-width:470px) {
  .chanp_2 {
    left: 3%;
    top: 45%;
  }

  .chanp_3 {
    left: 38%;
    top: 61%;
  }

  .chanp_11 {
    left: 4%;
    bottom: 0%;
  }

  .chanp_4 {
    left: 67% !important;
    top: 44%;
  }

}

@media (max-width:400px) {
  .chanp_11 {
    left: -3%;
    bottom: -5%;
  }

  .chanp_2 {
    left: -2%;
    top: 45%;
  }

  .chanp_3 {
    left: 32%;
    top: 61%;
  }

  .chanp_4 {
    left: 63% !important;
    top: 44%;
  }

  .chanp_5 {
    left: 2%;
    bottom: 12%;
  }
}

@media (max-width:500px) {
  .title2_div_1 {
    width: 100%;
  }

  .title2_div_1,
  .title2_div_yuo {
    height: 300px;
  }

  .about_A h1+div+div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
}