@charset "utf-8";
/*轮播*/
.i-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i-banner .swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.i-banner .swiper-slide {
  position: relative;
}
.i-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.i-banner .swiper-button-prev,
.i-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -25px;
}
.i-banner .swiper-button-prev {
  left: 3%;
}
.i-banner .swiper-button-next {
  right: 3%;
}
.i-banner .swiper-button-prev:after,
.i-banner .swiper-button-next:after {
  font-size: 1.375rem;
  color: #000;
}
.svg-swiper-pagination {
  width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.svg-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  position: relative;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 0 5px;
}
.svg-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: -6px 0 0 -6px;
  transition: opacity 0.3s;
}
.svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0;
}
.svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}
.svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}
.svg-swiper-pagination .svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}
.svg-swiper-pagination .circle1 {
  stroke: #fff;
}
.svg-swiper-pagination .circle2 {
  stroke: #00a2e9;
  stroke-dasharray: 0 339;
}
@-webkit-keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@-webkit-keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@media (max-width: 1280px) {
  .i-banner,
  .i-banner .swiper-container,
  .i-banner .swiper-slide > img {
    height: 48vh;
    object-fit: cover;
    display: none;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-banner,
  .i-banner .swiper-container,
  .i-banner .swiper-slide > img {
    height: auto;
  }
  .i-banner .swiper-button-prev,
  .i-banner .swiper-button-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .svg-swiper-pagination {
    bottom: 10px;
  }
  .i-banner .swiper-button-prev:after,
  .i-banner .swiper-button-next:after {
    font-size: 0.675rem;
  }
  .svg-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .svg-swiper-pagination .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .svg-swiper-pagination .svg {
    width: 10px;
    height: 10px;
  }
}

.mb-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.mb-banner .swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.mb-banner .swiper-slide {
  position: relative;
}
.mb-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mb-banner .swiper-button-prev,
.mb-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -25px;
}
.mb-banner .swiper-button-prev {
  left: 3%;
}
.mb-banner .swiper-button-next {
  right: 3%;
}
.mb-banner .swiper-button-prev:after,
.mb-banner .swiper-button-next:after {
  font-size: 1.375rem;
  color: #000;
}
.svg-swiper-mb-pagination {
  width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.svg-swiper-mb-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  position: relative;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 0 5px;
}
.svg-swiper-mb-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: -6px 0 0 -6px;
  transition: opacity 0.3s;
}
.svg-swiper-mb-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0;
}
.svg-swiper-mb-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}
.svg-swiper-mb-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}
.svg-swiper-mb-pagination .svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}
.svg-swiper-mb-pagination .circle1 {
  stroke: #fff;
}
.svg-swiper-mb-pagination .circle2 {
  stroke: #00a2e9;
  stroke-dasharray: 0 339;
}
@-webkit-keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}
@-webkit-keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@media (max-width: 1280px) {
  .mb-banner,
  .mb-banner .swiper-container,
  .mb-banner .swiper-slide > img {
    height: auto;
    display: block;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .mb-banner .swiper-button-prev,
  .mb-banner .swiper-button-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .svg-swiper-mb-pagination {
    bottom: 10px;
  }
  .mb-banner .swiper-button-prev:after,
  .mb-banner .swiper-button-next:after {
    font-size: 0.675rem;
  }
  .svg-swiper-mb-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .svg-swiper-mb-pagination .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .svg-swiper-mb-pagination .svg {
    width: 10px;
    height: 10px;
  }
}

.i-title{
  text-align: center;
}
.i-title.white{
  color: #fff;
}
.i-title h1{
  font-size: 48px;
  line-height: 48px;
  font-family: "Poppins-Bold";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.i-title h1:after{
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #00a2e9;
  margin-top: 10px;
}
.i-title h2{
  margin-top: 10px;
  color: #dad9d9;
}
@media (max-width: 1600px) {
  .i-title h1{
    font-size: 42px;
    line-height: 42px;
  }
  .i-title h1:after{
    width: 100px;
  }
}
@media (max-width: 1280px) {
  .i-title h1{
    font-size: 36px;
    line-height: 36px;
  }
  .i-title h1:after{
    width: 80px;
  }
}
@media (max-width: 992px) {
  .i-title h1{
    font-size: 32px;
    line-height: 32px;
  }
  .i-title h1:after{
    width: 60px;
  }
}
@media (max-width: 750px) {
  .i-title h1{
    font-size: 24px;
    line-height: 24px;
  }
  .i-title h1:after{
    width: 40px;
    margin-top: 5px;
  }
}

.i-type{
  width: 100%;
  margin-top: .4%;
  overflow: hidden;
}
.i-type ul{
  display: flex;
  flex-wrap: wrap;
}
.i-type li{
  width: 33.33333333%;
}
.i-type a{
  display: block;
  position: relative;
}
.i-type .image img{
  width: 100%;
  display: block;
}
.i-type .video{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
}
.i-type .video i{
  font-size: 60px;
  line-height: 60px;
  display: block;
}
.i-type .video .text{
  margin-top: 5px;
}
.i-type .product{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:8%;
  color: #000;
}
.i-type .product .title{
  font-size: 36px;
  line-height: 36px;
  font-family: 'Poppins-Bold';
}
.i-type .product .title img{
  margin-left: 20px;
}
.i-type .about{
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:8%;
  color: #000;
}
.i-type .about .title{
  font-size: 36px;
  line-height: 36px;
  font-family: 'Poppins-Bold';
}
.i-type .about .content{
  margin:10px 0;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .i-type .product .title,
  .i-type .about .title{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1280px) {
  .i-type li{
    width: 50%;
  }
  .i-type li:first-child{
    width: 100%;
  }
  .i-type .product .title,
  .i-type .about .title{
    font-size: 28px;
    line-height: 28px;
  }
  .i-type .product .title img{
    margin-left: 10px;
    width: 20px;
  }
  .i-type .about .content{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 992px) {
  .i-type .product .title,
  .i-type .about .title{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .i-type li{
    width: 100%;
  }
  .i-type .video i{
    font-size: 42px;
    line-height: 42px;
  }
  .i-type .about{
    padding:3%;
  }
}

.i-products{
  width: 100%;
  overflow: hidden;
}
.i-products ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.i-products li{
  width: 49.8%;
  margin-top: .4%;
}
.i-products li:first-child{
  width: 100%;
}
.i-products a{
  display: block;
}
.i-products img{
  width: 100%;
  display: block;
}
@media (max-width: 1280px) {

}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .i-products li{

  }
}

.i-about{
  margin: 120px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.i-about .image{
  width: 70%;
}
.i-about .image img{
  width: 100%;
  display: block;
}
.i-about .word{
  width: 24%;
}
.i-about .word .title{
  font-size: 48px;
  line-height: 48px;
  font-family: 'Poppins-Bold';
}
.i-about .word .list li{
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}
.i-about .word .list .icon{
  margin-right: 20px;
}
.i-about .word .list .icon img{
  display: block;
}
.i-about .word .list .text h1 span.counter{
  font-size: 30px;
  line-height: 30px;
  font-family: 'Poppins-Bold';
}
.i-about .word .list .text h2{
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 1600px) {
  .i-about .word .title{
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1280px) {
  .i-about{
    margin: 10% auto;
    flex-direction: column;
  }
  .i-about .image,
  .i-about .word{
    width: 100%;
  }
  .i-about .word,
  .i-about .word .list li{
    margin-top: 6%;
  }
  .i-about .word .title{
    font-size: 36px;
    line-height: 36px;
  }
  .i-about .word .list .text h1 span.counter{
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .i-about .word .title{
    font-size: 32px;
    line-height: 32px;
  }
  .i-about .word .list .text h1 span.counter{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .i-about .word .title{
    font-size: 24px;
    line-height: 24px;
  }
  .i-about .word .list .icon{
    margin-right: 15px;
  }
  .i-about .word .list .icon img{
    width: 40px;
  }
  .i-about .word .list .text h1 span.counter{
    font-size: 18px;
  }
}

.i-advantage{
  width: 100%;
  background: #f2f2f2;
  padding:120px 0;
  overflow: hidden;
}
.i-advantage .list ul{
  display: flex;
  flex-wrap: wrap;
}
.i-advantage .list li{
  width: 32%;
  margin-right: 2%;
  margin-top: 50px;
}
.i-advantage .list li:nth-child(3n){
  margin-right: 0;
}
.i-advantage .list .title{
  display: flex;
  align-items: center;
  font-family: 'Poppins-Bold';
  font-size: 24px;
  color: #00a2e9;
}
.i-advantage .list .title img{
  display: block;
  margin-right: 10px;
}
.i-advantage .list .content{
  margin-top: 10px;
}
.i-advantage .more{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.i-advantage .more a{
  color: #00a2e9;
  display: block;
}
@media (max-width: 1600px){
  .i-advantage .list .title{
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .i-advantage{
    padding:10% 0;
  }
  .i-advantage .list li,
  .i-advantage .more{
    margin-top: 5%;
  }
  .i-advantage .list li{
    margin-right: 0;
    width: 100%;
  }
  .i-advantage .list .title{
    font-size: 18px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .i-advantage .list .title{
    font-size: 16px;
  }
  .i-advantage .list .title img{
    width: 20px;
    margin-right: 5px;
  }
  .i-advantage .list .content{
    margin-top: 5px;
  }
}

.i-honor{
  width: 100%;
  background: #191919;
  overflow: hidden;
}
.i-honor .box1{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.i-honor .box1 .left,
.i-honor .box1 .right{
  width: 50%;
}
.i-honor .box1 .left{
  padding:120px 8%;
  color: #b6b6b6;
}
.i-honor .box1 .left .title h1{
  font-family: 'Poppins-Bold';
  font-size: 54px;
  line-height: 54px;
}
.i-honor .box1 .left .list{
  margin-top: 50px;
}
.i-honor .box1 .left .list li{
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-honor .box1 .left .list img{
  width: 100%;
  display: block;
}
.i-honor .box1 .left .list .swiper-pagination{
  position: static;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-honor .box1 .left .list .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 1px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.i-honor .box1 .left .list .swiper-pagination .swiper-pagination-bullet-active{
  width: 60px;
  background: #00a2e9;
}
.i-honor .box1 .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.i-honor .box2 .i-title{
  padding:80px 0;
}
.i-honor .box2 .content{
  position: relative;
}
.i-honor .box2 .content .bg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-honor .box2 .content .word{
  position: absolute;
  width: 49.2%;
  height: 100%;
  background: rgba(0, 162, 233, .8);
  left: 50%;
  top:0;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.i-honor .box2 .content .word .image ul{
  display: flex;
}
.i-honor .box2 .content .word .image li{
  margin:0 12px;
}
.i-honor .box2 .content .word .image img{
  display: block;
}
.i-honor .box2 .content .word .title{
  font-family: 'Poppins-Bold';
  font-size: 54px;
  line-height: 54px;
  margin:20px 0;
  text-transform: uppercase;
}
.i-honor .box2 .content .word .summary{
  width: 70%;
}
@media (max-width: 1280px) {
  .i-honor .box1{
    flex-direction: column;
  }
  .i-honor .box1 .left{
    padding:10% 3%;
    width: 100%;
  }
  .i-honor .box1 .left .title h1{
    font-size: 48px;
    line-height: 48px;
  }
  .i-honor .box1 .left .list{
    margin-top: 5%;
  }
  .i-honor .box1 .left .list .swiper-pagination{
    margin-top: 4%;
  }
  .i-honor .box1 .right{
    width: 100%;
  }
  .i-honor .box2 .i-title{
    padding:10% 0;
  }
  .i-honor .box2 .content .word{
    position: relative;
    width: 100%;
    padding:8% 3%;
  }
  .i-honor .box2 .content .word .image img{
    width: 100px;
  }
  .i-honor .box2 .content .word .title{
    font-size: 48px;
    line-height: 48px;
  }
  .i-honor .box2 .content .word .summary{
    width: 100%;
  }
}
@media (max-width: 992px) {
  .i-honor .box1 .left .title h1{
    font-size: 36px;
    line-height: 36px;
  }
  .i-honor .box2 .content .word .image img{
    width: 90px;
  }
  .i-honor .box2 .content .word .title{
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 750px) {
  .i-honor .box1 .left .title h1{
    font-size: 28px;
    line-height: 28px;
  }
  .i-honor .box1 .left .list .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
  }
  .i-honor .box1 .left .list .swiper-pagination .swiper-pagination-bullet-active{
    width: 20px;
  }
  .i-honor .box2 .content .word .image li{
    margin: 0 10px;
  }
  .i-honor .box2 .content .word .image img{
    width: 70px;
  }
  .i-honor .box2 .content .word .title{
    font-size: 28px;
    line-height: 28px;
    margin:15px 0;
  }
}

.i-news{
  padding:120px 0;
  overflow: hidden;
}
.i-news .list ul{
  display: flex;
  flex-wrap: wrap;
}
.i-news .list li{
  width: 32%;
  margin-top: 50px;
  background: #f2f2f2;
  margin-right: 2%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-news .list li:nth-child(3n){
  margin-right: 0;
}
.i-news .list li:hover{
  background: #00a2e9;
}
.i-news .list a{
  display: block;
}
.i-news .list a:hover{
  color: #fff;
}
.i-news .list .image{
  overflow: hidden;
}
.i-news .list .image img{
  width: 100%;
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-news .list a:hover .image img{
  transform: scale(1.05);
}
.i-news .list .word{
  padding:20px;
}
.i-news .list .word .date{
  color: #999;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-news .list a:hover .date{
  color: #fff;
}
.i-news .list .word .title{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1280px) {
  .i-news{
    padding:10% 0;
  }
  .i-news .list li{
    width: 100%;
    margin-top: 5%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .i-news .list .word{
    padding:15px;
  }
}