.index-banner {
  width: 100%;
  height: 900px;
}

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

.index-banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.index-service {
  background: #ebf4ff;
  padding-top: 90px;
}

.index-service h2 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.index-service .service-swiper {
  padding: 50px 0;
}

.index-service .service-swiper .swiper-slide {
  height: 500px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(137, 160, 189, 0.6);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.index-service .service-swiper .swiper-slide.swiper-slide-next, .index-service .service-swiper .swiper-slide.swiper-slide-prev {
  filter: brightness(0.9);
}

.index-service .service-swiper .swiper-slide .left-info {
  width: 30%;
  padding: 110px 30px;
}

.index-service .service-swiper .swiper-slide .left-info h4 {
  font-size: 20px;
  font-weight: bold;
  color: #125ea9;
  line-height: 36px;
}

.index-service .service-swiper .swiper-slide .left-info p {
  margin: 30px 0 110px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.index-service .service-swiper .swiper-slide .left-info a {
  padding: 10px;
  max-width: 135px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  color: #125ea9;
  border: 2px solid #125ea9;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-service .service-swiper .swiper-slide .left-info a img {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.index-service .service-swiper .swiper-slide .right-picture {
  width: 70%;
  height: 100%;
}

.index-service .service-swiper .swiper-slide .right-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-service .service-swiper .swiper-button-next::after,
.index-service .service-swiper .swiper-button-prev::after {
  content: none;
}

.index-service .service-swiper .swiper-button-next img,
.index-service .service-swiper .swiper-button-prev img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.index-service .service-swiper .swiper-button-next {
  right: 20%;
}

.index-service .service-swiper .swiper-button-prev {
  left: 20%;
}

.index-service .service-swiper .swiper-pagination-custom {
  bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.index-service .service-brand {
  padding: 100px 0;
}

.index-service .service-brand li {
  width: 20%;
  margin-bottom: 30px;
}

.index-service .service-brand li img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
}

.index-service .service-brand li h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #125ea9;
}

@media (max-width: 1380px) {
  .index-service .service-swiper .swiper-slide {
    height: 450px;
  }
  .index-service .service-swiper .swiper-slide .left-info {
    padding: 60px 30px;
  }
  .index-service .service-swiper .swiper-button-next img,
  .index-service .service-swiper .swiper-button-prev img {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 1200px) {
  .index-service h2 {
    font-size: 32px;
  }
  .index-service .service-swiper .swiper-slide .left-info {
    padding: 50px 30px;
  }
  .index-service .service-swiper .swiper-slide .left-info a img {
    margin-left: 3px;
  }
}

@media (max-width: 1080px) {
  .index-service {
    padding-top: 60px;
  }
  .index-service h2 {
    font-size: 32px;
  }
  .index-service .service-swiper {
    padding: 30px 15px 40px;
  }
  .index-service .service-swiper .swiper-slide {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
  }
  .index-service .service-swiper .swiper-slide .left-info {
    width: 100%;
    order: 1;
    padding: 30px;
  }
  .index-service .service-swiper .swiper-slide .left-info p {
    margin: 20px 0 30px;
  }
  .index-service .service-swiper .swiper-slide .right-picture {
    width: 100%;
    height: 300px;
  }
  .index-service .service-swiper .swiper-button-next,
  .index-service .service-swiper .swiper-button-prev {
    display: none;
  }
  .index-service .service-brand {
    padding: 30px 0;
    overflow: hidden;
  }
  .index-service .service-brand ul {
    padding: 5px 15px;
    display: flex;
    overflow-x: auto;
  }
  .index-service .service-brand ul::-webkit-scrollbar {
    display: none;
  }
  .index-service .service-brand ul li {
    margin-right: 16px;
    margin-bottom: 0;
    padding: 15px;
    min-width: 200px;
    width: 100%;
    height: 130px;
    background: #ebf4ff;
    box-shadow: 0px 0px 10px 0px rgba(208, 218, 229, 0.5);
  }
  .index-service .service-brand ul li img {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 466px) {
  .index-service {
    padding-top: 40px;
  }
  .index-service h2 {
    font-size: 24px;
  }
  .index-service .service-swiper .swiper-slide .left-info {
    padding: 20px;
  }
  .index-service .service-swiper .swiper-slide .left-info p {
    margin: 15px 0 20px;
  }
  .index-service .service-swiper .swiper-slide .left-info a {
    padding: 5px;
    max-width: 100px;
  }
  .index-service .service-swiper .swiper-slide .right-picture {
    height: 150px;
  }
  .index-service .service-swiper .swiper-button-next,
  .index-service .service-swiper .swiper-button-prev {
    display: none;
  }
}

.index-order {
  padding-top: 80px;
  background: url(../icons/index-bg.png) 100%/100% no-repeat;
  background-size: cover;
  position: relative;
}

.index-order .order-video {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.index-order .order-video .left-info {
  width: 36%;
}

.index-order .order-video .left-info h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.index-order .order-video .left-info h3 {
  font-weight: bold;
  color: #666;
  margin: 15px 0 40px;
  font-size: 24px;
  word-break: break-all;
}

.index-order .order-video .left-info p {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
}

.index-order .order-video .right-box {
  width: 58%;
  position: relative;
}

.index-order .order-video .right-box .video-mark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url(../icons/video-bg.png) 100%/100% no-repeat;
  background-size: cover;
}

.index-order .order-video .right-box .video-mark .video-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

.index-order .order-video .right-box .video-mark .video-play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index-order .order-video .right-box video {
  width: 100%;
}

.index-order .order-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

.index-order .order-info h2 {
  width: max-content;
  font-weight: bold;
  color: #fff;
  background: #125ea9;
  position: absolute;
  left: 0;
  padding: 40px 20px 40px 0;
  top: -90px;
  width: 480px;
  text-align: right;
  font-size: 32px;
}

.index-order .order-info ul {
  margin: 30px 0;
  background: #ebf4ff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.index-order .order-info ul li {
  padding: 30px 50px;
}

.index-order .order-info ul li:not(:last-child) {
  border-right: 1px solid #125ea9;
}

.index-order .order-info ul li img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  object-fit: contain;
}

.index-order .order-info ul li p {
  font-size: 16px;
  color: #125ea9;
  text-align: center;
}

@media (max-width: 1440px) {
  .index-order .order-video .left-info h1 {
    font-size: 32px;
  }
  .index-order .order-video .left-info h3 {
    margin: 15px 0 40px;
    font-size: 24px;
    word-break: break-all;
  }
  .index-order .order-info ul li img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 1080px) {
  .index-order {
    padding-top: 40px;
    background: #fff;
  }
  .index-order .order-video {
    flex-direction: column;
    padding: 0 15px;
  }
  .index-order .order-video .left-info {
    width: 100%;
  }
  .index-order .order-video .left-info h1 {
    font-size: 28px;
    text-align: center;
  }
  .index-order .order-video .left-info h3 {
    margin: 15px 0 30px;
    text-align: center;
  }
  .index-order .order-video .right-box {
    margin: 15px 0 30px;
    width: 100%;
  }
  .index-order .order-video .right-box .video-mark .video-play {
    width: 70px;
    height: 70px;
  }
  .index-order .order-info {
    flex-direction: column;
  }
  .index-order .order-info h2 {
    z-index: 10;
    position: unset;
    padding: 30px;
    font-size: 26px;
    width: 100%;
  }
  .index-order .order-info ul {
    margin: -20px 0 0 30px;
    padding: 40px 0 20px;
    align-self: flex-end;
  }
  .index-order .order-info ul li {
    padding: 15px;
  }
  .index-order .order-info ul li img {
    width: 50px;
    height: 50px;
  }
  .index-order .order-info ul li p {
    font-size: 14px;
  }
}

@media (max-width: 466px) {
  .index-order .order-video .left-info h1 {
    font-size: 26px;
  }
  .index-order .order-video .left-info h3 {
    font-size: 22px;
    margin: 10px 0 30px;
  }
  .index-order .order-video .right-box .video-mark .video-play {
    width: 60px;
    height: 60px;
  }
  .index-order .order-info h2 {
    font-size: 24px;
  }
}

.index-new {
  padding: 80px 0;
  background: #fff;
}

.index-new .top-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.index-new .top-box .main-box {
  width: calc(100% - 520px);
}

.index-new .top-box .main-box .right-list {
  width: calc(100% - 300px);
  position: relative;
}

.index-new .top-box .main-box .right-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 4px;
  background: #2358a1;
}

.index-new .top-box .right-poster {
  width: 470px;
}

.index-new .top-box .right-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index-new .bottom-more {
  width: max-content;
  margin-left: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
  border-bottom: 3px solid #125ea9;
}

.index-new .bottom-more img {
  margin-left: 5px;
  width: 18px;
  height: 10px;
  object-fit: contain;
}

.index-h5-new {
  display: none;
  padding: 40px 15px;
}

.index-h5-new h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.index-h5-new .h5-bg {
  margin-bottom: 15px;
}

.index-h5-new .h5-bg img {
  width: 100%;
  object-fit: contain;
}

.index-h5-new .h5-list ul li a {
  padding: 5px 0;
  border-bottom: 1px dashed #ddd;
}

.index-h5-new .h5-list ul li a h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.index-h5-new .h5-list ul li a p {
  font-size: 16px;
  color: #ad864b;
  line-height: 36px;
}

.index-h5-new .h5-list .more {
  width: 150px;
  margin: 30px auto;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #2358a1;
  border: 1px solid #125ea9;
}

@media (max-width: 1080px) {
  .index-new {
    display: none;
  }
  .index-h5-new {
    display: block;
  }
}


.index-contact {
  position: relative;
  margin: 30px 0;
  height: 60px;
  background: #eaf3ff;
}

.index-contact .contact-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 92px;
  width: 400px;
  border-radius: 40px;
  background: #fff;
  margin: 0;
}

.index-contact .contact-box a {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 15px;
}

.index-contact .contact-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 99px;
  border: 1px solid #125ea9;
}

.index-contact .contact-box a:hover::before {
  border: 1px solid #125ea9;
  animation: clipPath 1s 1 linear;
}

.index-contact .contact-box a span {
  position: relative;
  padding: 0 90px;
  font-size: 32px;
  font-weight: bold;
  color: #2358a1;
  line-height: 60px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px #c3e1f8;
  border-radius: 99px;
}

@keyframes clipPath {
  0% {
    clip-path: inset(0 95% 0 0);
  }
  25% {
    clip-path: inset(0 0 95% 0);
  }
  50% {
    clip-path: inset(0 0 0 95%);
  }
  75% {
    clip-path: inset(95% 0 0 0);
  }
}

@media (max-width: 1080px) {
  .index-contact {
    display: none;
  }
}

.index-link {
  padding-top: 80px;
}

.index-link .link-title {
  width: max-content;
}

.index-link .link-title p {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #2358a1;
}

.index-link .link-title p::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 1px;
  background: #2358a1;
}

.index-link .link-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #2358a1;
}

.index-link .link-list {
  padding: 50px 0;
}

.index-link .link-list ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 15px;
}

.index-link .link-list ul li:nth-child(4n) {
  margin-right: 0;
}

.index-link .link-list ul li a {
  height: 65px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0px 8px 15px 0px #eee;
  border-radius: 10px;
}

.index-link .link-list ul li a:hover {
  box-shadow: 0px 8px 15px 0px #ddd;
}

.index-link .link-list ul li a img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1080px) {
  .index-link {
    padding-top: 40px;
    background: #eaf3ff;
  }
  .index-link .link-title {
    width: auto;
    text-align: center;
  }
  .index-link .link-title p {
    display: none;
  }
  .index-link .link-title h2 {
    font-size: 26px;
    color: #333;
  }
  .index-link .link-list {
    padding: 30px 15px;
  }
  .index-link .link-list ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .index-link .link-list ul li a {
    height: 75px;
    padding: 15px 20px;
    border-radius: 0;
  }
}







.service-button-link{
  width: 100%;
  border: 0px;
  padding: 30px 0px;
  height: auto;
  background:#ebf4ff;
}

.service-button-link ul{
  display: flex;
  height: 88px;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*border: 1px solid #edc016;*/
}

.service-button-link ul li{
  text-align: center;
  height: 88px;
  width: 30%;
  line-height: 88px;
  /*border: 1px solid #edc016;*/

}

.service-button-link ul li a {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 10px;
  height: 88px;

  line-height: 88px;
  display: flex;
  flex-flow: column;
  align-items: center;
  /*border: 1px solid #00a0e9;*/

}

.service-button-link ul li a::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  border-radius: 99px;
  border: 1px solid #edc016;
}

.service-button-link ul li a:hover::before {
  border: 1px solid #edc016;
  animation: clipPath 1s 1 linear;
}


.service-button-link ul li a span {
  max-width: 320px;
  font-size: 22px;
  line-height: 22px;
}


.service-button-link ul li a div {
  position: relative;
  padding: 2px 35px;
  font-weight: bold;
  color: #2358a1;
  line-height: 68px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px #c3e1f8;
  border-radius: 99px;
  max-width: 320px;
  height: 68px;
  word-break: break-all;
  white-space:pre-wrap;
  word-wrap: break-word;
  width: 100%;
}




.service-h5-button-link{
  width: 100%;
  border: 0px;
  padding: 8px 0px;
  height: auto;
  background:#ebf4ff;
  display: none;
}

.service-h5-button-link ul{
  display: flex;
  height: 40px;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.service-h5-button-link ul li{
  text-align: center;
  height: 40px;
  width: 30%;
  line-height: 40px;

}

.service-h5-button-link ul li a {
  position: relative;
  /*width: max-content;*/
  margin: 0 auto;
  padding: 5px;
  height: 40px;
  line-height: 40px;
  /*display: flex;*/
  /*flex-flow: column;*/
  /*align-items: center;*/
  width: 100%;
  display: block;
}

.service-h5-button-link ul li a::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  border-radius: 99px;
  border: 1px solid #edc016;
}

.service-h5-button-link ul li a:hover::before {
  border: 1px solid #edc016;
  animation: clipPath 1s 1 linear;
}

.service-h5-button-link ul li a div {
  position: relative;
  padding: 2px 12px;
  color: #2358a1;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px #c3e1f8;
  border-radius: 99px;
  height: 30px;
  /*word-break: break-all;*/
  /*white-space:pre-wrap;*/
  width:100%;
}


.service-h5-button-link ul li a span {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}





.service-h5-button-link ul li .bt_word {
  position: relative;
  /*width: max-content;*/
  margin: 0 auto;
  padding: 5px;
  height: 40px;
  line-height: 40px;
  /*display: flex;*/
  /*flex-flow: column;*/
  /*align-items: center;*/
  width: 100%;
  display: block;
}

.service-h5-button-link ul li .bt_word::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  border-radius: 99px;
  border: 1px solid #edc016;
}


.service-h5-button-link ul li .bt_word div {
  position: relative;
  padding: 2px 12px;
  color: #2358a1;
  line-height: 30px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px #c3e1f8;
  border-radius: 99px;
  height: 30px;
  /*word-break: break-all;*/
  /*white-space:pre-wrap;*/
  width:100%;
}


.service-h5-button-link ul li .bt_word div span {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}




@media (max-width: 1080px) {
  .service-button-link{
    display: none;
  }
  .service-h5-button-link{
    display: block;
  }
}
