.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  right: 10%;
  top: 60%;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  border-radius: 30px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .text img {
  width: 63px;
  height: 32px;
  display: block;
  margin-right: 10px;
}
.home .banner .prev {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: all 600ms;
  outline: none;
}
.home .banner .prev img {
  width: 20px;
}
.home .banner .prev:hover {
  background: #093469;
  border-color: #093469;
}
.home .banner .next {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: all 600ms;
  outline: none;
}
.home .banner .next img {
  width: 20px;
}
.home .banner .next:hover {
  background: #093469;
  border-color: #093469;
}
.home .icons {
  background: #01509A;
  display: flex;
  justify-content: space-between;
}
.home .icons .item {
  width: 25%;
  display: flex;
  align-items: center;
  transition: all 600ms;
  justify-content: center;
  padding: 60px 0;
  position: relative;
}
.home .icons .item::after {
  content: "";
  display: block;
  height: 50%;
  width: 1px;
  background: white;
  right: 0;
  top: 25%;
  position: absolute;
}
.home .icons .item .txt {
  margin-left: 20px;
  position: relative;
}
.home .icons .item .txt .p1 {
  font-size: 18px;
  color: white;
}
.home .icons .item .txt .p2 {
  color: white;
  font-size: 28px;
  font-weight: bolder;
}
.home .icons .item .txt span {
  position: absolute;
  right: -20px;
  bottom: 10px;
  color: white;
}
.home .icons .item:hover {
  background: #093469;
}
.home .icons .item:last-child::after {
  display: none;
}
.home .main {
  width: 100%;
}
.home .main .about {
  text-align: center;
  width: 80%;
  margin: 60px auto;
}
.home .main .about .p1 {
  color: #093469;
  font-size: 36px;
  font-weight: bolder;
}
.home .main .about .p2 {
  color: #093469;
  font-size: 24px;
  margin-top: 10px;
}
.home .main .about .des {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 30px;
}
.home .main .pros {
  padding: 60px 5%;
  background: #F8F8F8;
}
.home .main .pros .t1 {
  color: #093469;
  text-align: center;
  font-weight: bolder;
  font-size: 36px;
  position: relative;
  padding: 15px 0;
}
.home .main .pros .t1::after {
  content: "";
  display: block;
  width: 57px;
  height: 7px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #093469;
}
.home .main .pros .allItems {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.home .main .pros .allItems a {
  width: 23%;
  background: white;
  margin-left: 1.5%;
  margin-bottom: 30px;
  padding: 1px 0;
  border-bottom: 5px solid white;
  transition: all 600ms;
}
.home .main .pros .allItems a .pic {
  width: 90%;
  margin: 0 auto;
  height: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home .main .pros .allItems a .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: all 600ms;
  object-fit: contain;
}
.home .main .pros .allItems a p {
  text-align: center;
  color: #333333;
  font-size: 20px;
  margin: 25px 0 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 600ms;
}
.home .main .pros .allItems a:hover {
  border-color: #01509A;
}
.home .main .pros .allItems a:hover .pic img {
  transform: scale(1.05);
}
.home .main .pros .allItems a:hover p {
  color: #01509A;
  transform: translateY(-10px);
}
.home .main .pros .more {
  text-align: center;
  margin-top: 20px;
}
.home .main .pros .more a {
  display: inline-block;
  width: 114px;
  height: 47px;
  background: #01509A;
  line-height: 47px;
  color: white;
}
.home .main .news {
  width: 90%;
  margin: 60px auto;
}
.home .main .news .t1 {
  color: #093469;
  font-weight: bolder;
  font-size: 36px;
}
.home .main .news .t2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.home .main .news .t2 p {
  color: #666666;
  font-size: 18px;
}
.home .main .news .t2 a {
  color: #093469;
  font-size: 18px;
}
.home .main .news .allItems {
  width: 100%;
  margin: 40px auto;
}
.home .main .news .allItems .swiper-container {
  width: 100%;
}
.home .main .news .allItems .swiper-container .swiper-wrapper .swiper-slide a {
  border: 1px solid #E9E9E9;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 14px 14px 30px 14px;
  transition: all 600ms;
}
.home .main .news .allItems .swiper-container .swiper-wrapper .swiper-slide a .pic {
  overflow: hidden;
}
.home .main .news .allItems .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 210px;
  transition: all 600ms;
}
.home .main .news .allItems .swiper-container .swiper-wrapper .swiper-slide a .p1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 56px;
  line-height: 28px;
  color: #000000;
  font-size: 18px;
  margin: 20px 0 10px 0;
  transition: all 600ms;
}
.home .main .news .allItems .swiper-container .swiper-wrapper .swiper-slide a .des {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 56px;
  line-height: 28px;
}
.home .main .news .allItems .swiper-container .swiper-wrapper .swiper-slide a:hover {
  background: #F6F6F6;
}
.home .main .news .allItems .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.05);
}
.home .main .news .allItems .swiper-container .swiper-wrapper .swiper-slide a:hover .p1 {
  color: #01509A;
}
@media screen and (max-width: 1200px) {
  .home .banner .prev, .home .banner .next {
    display: none;
  }
  .home .banner .sw1 .swiper-wrapper .swiper-slide img {
    min-height: 300px;
  }
  .home .banner .sw2 {
    width: 200px;
    right: 5%;
  }
  .home .banner .sw2 .swiper-wrapper .swiper-slide img {
    max-width: 200px;
    max-height: 200px;
  }
  .home .icons {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home .icons .item {
    width: 50%;
    padding: 20px 0;
  }
  .home .icons .item::after {
    display: none;
  }
  .home .icons .item .pic {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .icons .item .pic img {
    width: 40px;
  }
  .home .icons .item .txt .p1 {
    font-size: 18px;
  }
  .home .icons .item .txt .p2 {
    font-size: 20px;
  }
  .home .main .about {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .about .p1 {
    font-size: 24px;
  }
  .home .main .about .p2 {
    font-size: 15px;
  }
  .home .main .about .des {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
  }
  .home .main .pros {
    padding: 15px 5%;
  }
  .home .main .pros .t1 {
    font-size: 24px;
  }
  .home .main .pros .allItems {
    margin-top: 20px;
    justify-content: space-between;
  }
  .home .main .pros .allItems a {
    width: 48%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .home .main .pros .allItems a .pic {
    height: 100px;
  }
  .home .main .news {
    margin: 30px auto;
  }
  .home .main .news .t1 {
    font-size: 24px;
  }
  .home .main .news .t2 p {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .home .main .news .allItems {
    margin: 20px auto;
  }
}
@media screen and (max-width: 1500px) {
.home .main .pros .allItems a .pic {
  width: 90%;
  margin: 0 auto;
  height: 270px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
}

@media screen and (max-width: 1500px) {
.home .main .pros .allItems a .pic {
  width: 90%;
  margin: 0 auto;
  height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
}




@media screen and (max-width: 900px) {
.home .main .pros .allItems a .pic {
  width: 90%;
  margin: 0 auto;
  height: 165px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
}
/*# sourceMappingURL=index.css.map */



.index-about-jcd {padding: 10rem 0;overflow: hidden;}
.index-about-jcd .div-content {width: 83%;margin: auto;}
.index-about-jcd-left {float: left;width: 42%;}
.index-about-jcd-left .jcd-title .title-2 {width: 84%;font-size: 24px;}
.index-about-jcd-left .jcd-title .text-2 {margin-top: 4%;color: #5a5a5a;margin-top: 2%;text-align: justify;line-height: 30px;font-size: 18px;text-indent: 40px;}
.index-about-jcd-right {float: right;width: 48%;} 
.index-about-jcd-video a {display: block;position: relative;} 
.index-about-jcd-video a:hover .pic {transform: scale(1.03);}
.index-about-jcd-bottom {margin-top: 5rem;overflow: hidden;}
.index-about-jcd-data {overflow: hidden;border-top: 2px solid #ebebeb;border-bottom: 2px solid #ebebeb;padding: 2% 0;}
.index-about-jcd-item {float: left;width: 25%;position: relative;}
.index-about-jcd-item .icon-1{width: 2.5rem;height: 3rem;position: absolute;left: 3%;top: 50%;transform: translateY(-100%);}
.index-about-jcd-item .icon-1 img {max-width: 100%;}
.index-about-jcd-item .right-1{float: left;width: 70%;margin-left: 15%;letter-spacing: -2px;}
.index-about-jcd-item .number-1 {position: relative;display: inline-block;}
.index-about-jcd-item .number-1 strong{display: block;letter-spacing: -4px;}
.index-about-jcd-item .number-1 sub{position: absolute;right: -2rem;top: -1.5rem;font-weight: 900;}
.index-about-jcd-item .text-1{overflow: hidden;}
.index-about-jcd .jcd-title .title-1{font-size: 32px;color: #024E9B;}

.index-about-jcd-video img .pic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jcd-title {position: relative;}
.jcd-title.center {text-align: center;}
.jcd-title.right {text-align: right;}
.jcd-title .entitle-1{color: #ccc;}
.jcd-title .title-1{color: #bb171e;}
.jcd-title .title-1 h3{font-weight: 900;color: #bb171e;padding-bottom: 20px;}
.jcd-title .title-3 h3{font-weight: 900;}
.jcd-title .title-2 {color: #222;margin-top: .5%;letter-spacing: -2px;}
.jcd-title .text-2 {color: #666666;margin-top: 2%;text-align: justify;}

@media screen and (max-width: 860px){
.div-content {
    width: 96%;
}
}

@media screen and (max-width: 1200px) {
.index-about-jcd-left {float: left;width: 100%;}
.index-about-jcd-left .jcd-title .title-2 {width: 84%;font-size: 24px;}
.index-about-jcd-right { float: right; width: 100%;padding-top: 20px;}
.index-about-jcd {padding: 5rem 0;}
}