.delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.delay-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.maxLine1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maxLine2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.maxLine3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.title {
  overflow: auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
}
.title h4 {
  float: left;
  height: 16px;
  line-height: 16px;
}
.title h4 img {
  height: 16px;
}
.title h4 i {
  font-size: 80px;
  color: #19305f;
}
.title a {
  float: right;
  font-size: 12px;
  color: #666;
}
.input {
  width: 370px;
  height: 46px;
  outline: none;
  border: none;
  padding-left: 20px;
  background: none;
}
.submit {
  width: 120px;
  height: 46px;
  background: #fff300;
  text-align: center;
  line-height: 46px;
  border: none;
  cursor: pointer;
  outline: none;
  color: #19305f;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.submit:hover {
  background: none;
  color: #fff300;
  outline: 2px solid #fff300;
  height: 42px;
  line-height: 42px;
}
@-webkit-keyframes ani {
  0% {
    height: 0;
    bottom: 100%;
  }
  50% {
    height: 8px;
    bottom: 80%;
  }
  100% {
    height: 0;
    bottom: 80%;
  }
}
@keyframes ani {
  0% {
    height: 0;
    bottom: 100%;
  }
  50% {
    height: 8px;
    bottom: 80%;
  }
  100% {
    height: 0;
    bottom: 80%;
  }
}
@-webkit-keyframes ani2 {
  0% {
    top: 50%;
  }
  50% {
    top: 60%;
  }
  100% {
    top: 50%;
  }
}
@keyframes ani2 {
  0% {
    top: 50%;
  }
  50% {
    top: 60%;
  }
  100% {
    top: 50%;
  }
}
.line {
  height: 10px;
  width: 100%;
  background-color: #F5F5F5;
}
.banner {
  width: 100%;
  height: 175px;
  margin-top: 45px;
}
.banner .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #eaeaea;
}
.banner .swiper-slide > div:first-child {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
  height: 100%;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}
.banner .swiper-slide > div:last-child {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .swiper-slide > div:last-child img {
  height: 22px;
}
.banner .swiper-slide > div:last-child p {
  color: #fff;
}
.banner .swiper-slide > div:last-child p:first-child {
  font-size: 16px;
  opacity: 0.8;
}
.banner .swiper-slide > div:last-child p:nth-of-type(2) {
  padding-top: 6px;
  padding-bottom: 5px;
}
.banner .swiper-slide > div:last-child p:last-child {
  font-size: 12px;
  opacity: 0.4;
}
.banner .swiper-slide-active > div:first-child {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service ul li {
  width: 48.5%;
  margin-bottom: 12px;
}
.service ul li img {
  width: 100%;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service ul li figcaption {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case ul li {
  width: 48.5%;
  margin-bottom: 12px;
}
.case ul li img {
  width: 100%;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case ul li figcaption h4 {
  font-size: 15px;
  color: #333;
  line-height: 21px;
}
.case ul li figcaption p {
  font-size: 12px;
  line-height: 21px;
  color: #999;
}
.customer_evaluation {
  padding-bottom: 25px;
}
.customer_evaluation .swiper-pagination2 {
  text-align: center;
  width: 100%;
}
.customer_evaluation .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #19305F;
  margin: 0 2px;
}
.customer_evaluation .customer_evaluation_content {
  height: 215px;
  padding-bottom: 15px;
}
.customer_evaluation .customer_evaluation_content .swiper-slide {
  width: 100%;
  background: #F7F7F7;
  border-radius: 30px;
}
.customer_evaluation .customer_evaluation_content .swiper-slide > div {
  margin: 0 30px;
  height: 100%;
  position: relative;
}
.customer_evaluation .customer_evaluation_content .swiper-slide > div > h5 {
  padding-top: 25px;
  font-size: 16px;
}
.customer_evaluation .customer_evaluation_content .swiper-slide > div .for {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.customer_evaluation .customer_evaluation_content .swiper-slide > div .desc_ {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 10px;
}
.customer_evaluation .customer_evaluation_content .swiper-slide > div .company_ {
  position: absolute;
  bottom: 10px;
  line-height: 40px;
}
.customer_evaluation .customer_evaluation_content .swiper-slide > div .company_ > span:first-child {
  width: 40px;
  height: 40px;
  background: #fffefe;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  float: left;
}
.customer_evaluation .customer_evaluation_content .swiper-slide > div .company_ > span:first-child img {
  width: 40px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 8px;
}
.customer_evaluation .customer_evaluation_content .swiper-slide > div .company_ > span:last-child {
  display: inline-block;
  height: 100%;
  line-height: 40px;
  float: left;
  margin-left: 12px;
  font-size: 12px;
  color: #333;
}
.news {
  padding-bottom: 25px;
}
.news .title{
  height: 40px;
}
.news > ul {
  width: 100%;
}
.news > ul li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.news > ul li:last-child {
  border: none;
}
.news > ul li a {
  display: inline-block;
  width: 100%;
  height: 100px;
}
.news > ul li a div {
  width: 35%;
  height: 100px;
  float: left;
}
.news > ul li a div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news > ul li a figcaption {
  width: 60%;
  margin-left: 5%;
  height: 100px;
  position: relative;
  float: right;
  display: inline-block;
}
.news > ul li a figcaption h4 {
  font-size: 15px;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.news > ul li a figcaption .news_date {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 45px;
  left: 0;
}
.news > ul li a figcaption .go_details {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  color: #666;
}
.partner {
  margin-top: 25px;
  padding-bottom: 25px;
}
.partner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partner ul li {
  width: 32%;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.partner ul li img {
  width: 100%;
}
