/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  overflow: hidden;
  /* background: #e1e1e1; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  margin-top: -150px;
  transform: scale(0);
  -webkit-transform: scale(0);
  background: linear-gradient(-45deg, #309fff 0%, #83c5ff 100%);
  border-radius: 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
  box-shadow: 0px 20px 50px 0px rgba(7, 140, 255, 0.5);
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  visibility: visible;
}
/* Radial Out */
.hvr-radial-out2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  overflow: hidden;
  /* background: #e1e1e1; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #f9aa2c 0%, #ffd382 100%);
  visibility: hidden;
  margin-top: -150px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out2:hover,
.hvr-radial-out2:focus,
.hvr-radial-out2:active {
  color: white;
  box-shadow: 0px 20px 50px 0px rgba(251, 185, 77, 0.5);
}
.hvr-radial-out2:hover:before,
.hvr-radial-out2:focus:before,
.hvr-radial-out2:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  visibility: visible;
}
/* Radial Out */
.hvr-radial-out3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  overflow: hidden;
  /* background: #e1e1e1; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #06bdd1 0%, #49e7e7 100%);
  visibility: hidden;
  margin-top: -150px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out3:hover,
.hvr-radial-out3:focus,
.hvr-radial-out3:active {
  color: white;
  box-shadow: 0px 20px 50px 0px rgba(33, 205, 218, 0.5);
}
.hvr-radial-out3:hover:before,
.hvr-radial-out3:focus:before,
.hvr-radial-out3:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  visibility: visible;
}
/* Radial Out */
.hvr-radial-out4 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  overflow: hidden;
  /* background: #e1e1e1; */
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, #5555fa 0%, #8cb5ff 100%);
  visibility: hidden;
  margin-top: -150px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out4:hover,
.hvr-radial-out4:focus,
.hvr-radial-out4:active {
  color: white;
  box-shadow: 0px 20px 50px 0px rgba(108, 126, 253, 0.5);
}
.hvr-radial-out4:hover:before,
.hvr-radial-out4:focus:before,
.hvr-radial-out4:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  visibility: visible;
}
.font42 {
  font-size: 42px;
}
.banner-swiper {
  margin-top: 80px;
  height: 460px;
}
#index {
  background-color: #fff;
}
.swiper {
  width: 100%;
  height: 460px !important;
}
.swiper .swiper-01 {
  width: 100%;
  max-height: 460px;
  min-height: 460px;
  overflow: hidden;
}
.swiper .swiper-01 img {
  width: 100%;
  /* min-width: 1200px; */
  /* min-width: 100%; */
  /* max-height: 560px; */
  /* min-height: 560px; */
}
.production .production-title {
  margin-top: 70px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.production .production-desc {
  margin-top: 7px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  text-align: center;
}
.production .production-list {
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
}
.production .production-list .production-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #333333;
}
.production .production-list .production-item .image {
  width: 100px;
  height: 100px;
}
.production .production-list .production-item .image img {
  width: 100%;
  height: 100%;
}
.production .production-list .production-item .desc {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.production .production-sp {
  width: 100%;
  height: 330px;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}
.production .production-sp .production-swiper {
  height: 300px;
}
.production .production-sp .production-swiper-pagination {
  width: 100%;
  text-align: center;
}
.production .production-sp .swiper-button-prev {
  left: 0 !important;
  background: none;
  background: transparent url('../image/left.png') no-repeat center center;
  background-size: 35px auto;
}
.production .production-sp .swiper-button-next {
  right: 0 !important;
  background: transparent url('../image/right.png') no-repeat center center;
  background-size: 35px auto;
}
.production .production-sp .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #E8E8E8;
  opacity: 1;
}
.production .production-sp .swiper-pagination-bullet-active {
  background-color: #26A0FF;
  opacity: 1;
}
.production .production-sp .swiper-slide .items {
  text-align: center;
}
.production .production-sp .swiper-slide .items img {
  width: 1038px;
  height: 280px;
  cursor: pointer;
}
.our-advantages {
  padding-top: 20px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.our-advantages .our-advantages-title {
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.our-advantages .our-advantages-desc {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 7px;
}
.our-advantages .details-text {
  text-align: center;
  margin-top: 27px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.our-advantages .product-description-one {
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.our-advantages .product-description-one .items-one,
.our-advantages .product-description-one .items-two {
  width: 570px;
  height: 236px;
  margin-bottom: 60px;
  background: #FFFFFF;
  box-shadow: 0px 13px 46px 7px #F4F4F4;
  display: flex;
  align-items: center;
}
.our-advantages .product-description-one .items-one .left,
.our-advantages .product-description-one .items-two .left {
  width: 238px;
  height: 100%;
  background: #DDF0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 0px 0px 16px;
}
.our-advantages .product-description-one .items-one .left img,
.our-advantages .product-description-one .items-two .left img {
  width: 160px;
  height: 126px;
}
.our-advantages .product-description-one .items-one .right,
.our-advantages .product-description-one .items-two .right {
  padding-left: 35px;
  box-sizing: border-box;
}
.our-advantages .product-description-one .items-one .right .right-title,
.our-advantages .product-description-one .items-two .right .right-title {
  width: 316px;
  height: 28px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.our-advantages .product-description-one .items-one .right .desc,
.our-advantages .product-description-one .items-two .right .desc {
  margin-top: 20px;
  width: 294px;
  height: 72px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.our-advantages .product-description-one .items-two .left {
  background-color: #26A0FF;
}
.solution {
  background: #FAFAFA;
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
}
.solution .solution-title {
  height: 50px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.solution .solution-desc {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  margin-top: 7px;
}
.solution .solution-text {
  margin-top: 27px;
  height: 28px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.solution .solution-list {
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
}
.solution .solution-list .solution-item {
  width: 255px;
  height: 340px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px 8px #F4F4F4;
  padding: 39px 19px 0 19px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution .solution-list .solution-item .image {
  width: 122px;
  height: 122px;
}
.solution .solution-list .solution-item .image img {
  width: 100%;
  height: 100%;
}
.solution .solution-list .solution-item .headline {
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-top: 29px;
  margin-bottom: 10px;
}
.solution .solution-list .solution-item .content {
  height: 96px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.industry-information {
  text-align: center;
}
.industry-information .headline {
  margin-top: 100px;
  height: 50px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.industry-information .desc {
  margin-top: 7px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
}
.industry-information .information-list {
  margin-top: 100px;
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
}
.industry-information .information-list .items {
  width: 360px;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 10px #F4F4F4;
}
.industry-information .information-list .items .top {
  height: 246px;
  position: relative;
}
.industry-information .information-list .items .top img {
  width: 100%;
  height: 100%;
}
.industry-information .information-list .items .top .itmes-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(51, 51, 51, 0.6);
  padding: 5px 23px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}
.industry-information .information-list .items .top .itmes-headline:hover {
  color: #26a0ff;
}
.industry-information .information-list .items .bottom {
  padding: 11px 23px 0 23px;
  height: 245px;
  box-sizing: border-box;
}
.industry-information .information-list .items .bottom .list-content {
  height: 58px;
  line-height: 58px;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.industry-information .information-list .items .bottom .list-content:last-child {
  border-bottom: none;
}
.industry-information .information-list .items .bottom .list-content:hover {
  color: #26a0ff;
}
