@charset "utf-8";
/*轮播*/
.i-banner {
  width: 100%;
  height: calc(100% - 90px);
  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;
}
.i-banner .svg-swiper-pagination {
  width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.i-banner .svg-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  position: relative;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 0 5px;
}
.i-banner .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;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}
.i-banner .svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}
.i-banner .svg-swiper-pagination .svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}
.i-banner .svg-swiper-pagination .circle1 {
  stroke: #fff;
}
.i-banner .svg-swiper-pagination .circle2 {
  stroke: #008cd6;
  stroke-dasharray: 0 339;
}
@media (max-width: 1280px) {
  .i-banner,
  .i-banner .swiper-container,
  .i-banner .swiper-slide > img {
    height: auto;
    display: none;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-banner .swiper-button-prev,
  .i-banner .swiper-button-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .i-banner .svg-swiper-pagination {
    bottom: 10px;
  }
  .i-banner .swiper-button-prev:after,
  .i-banner .swiper-button-next:after {
    font-size: 0.675rem;
  }
  .i-banner .svg-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .i-banner .svg-swiper-pagination .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .i-banner .svg-swiper-pagination .svg {
    width: 10px;
    height: 10px;
  }
}

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

.i-title{
  text-align: center;
}
.i-title h1{
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}
.i-title h2{
  font-weight: 300;
  color: #666;
}
.i-title.white{
  color: #fff;
}
.i-title.white h2{
  color:#fff;
}
.i-more{
  display: flex;
  margin-top: 30px;
}
.i-more a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border:3px #fff solid;
  border-radius: 60px;
  padding:5px 30px;
}
.i-more.blue a{
  color: #008cd6;
  border:3px #008cd6 solid;
}
.i-more i{
  display: block;
  margin-left: 10px;
}
.i-more a:hover{
  background: #fff;
  color: #008cd6;
}
.i-more.blue a:hover{
  background: #008cd6;
  color: #fff;
}
@media (max-width: 1600px) {
  .i-title h1{
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .i-title h1{
    font-size: 28px;
    line-height: 28px;
  }
  .i-more{
    margin-top: 4%;
  }
}
@media (max-width: 992px) {
  .i-title h1{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .i-title h1{
    font-size: 20px;
  }
  .i-more i{
    margin-left: 5px;
  }
  .i-more a{
    padding:3px 15px;
  }
}

.i-products{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow:hidden;
}
.i-products .list{
    width:100%;
}
.i-products .list ul{
  display: flex;
  flex-wrap: wrap;
}
.i-products .list li{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 2%;
}
.i-products .list li:nth-child(4n){
  margin-right: 0;
}
.i-products .list a{
  display: block;
  background: #fff;
}
.i-products .list .image{
    width：100%;
  overflow: hidden;
}
.i-products .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-products .list a:hover .image img{
  transform: scale(1.05);
}
.i-products .list .word{
  margin:0 20px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  border-top: 1px #eee solid;
  padding:15px 0;
}
@media (max-width: 1280px) {
  .i-products .list{
    margin-top: 2%;
  }
  .i-products .list li{
    width: 49%;
  }
  .i-products .list li:nth-child(4n){
    margin-right: 2%;
  }
  .i-products .list li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-products .list .word{
    margin: 0 10px;
    padding:10px 0;
  }
}

.i-about{
  width: 100%;
  overflow: hidden;
}
.i-about .about-box1{
  width: 100%;
  background: url(../images/i_bg3.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.i-about .about-box1 .content{
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.i-about .about-box1 .more{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.i-about .about-box1 .more a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding:5px 30px;
  border: 5px solid transparent;
  border-radius: 60px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #0086cb, transparent), linear-gradient(to right, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}
.i-about .about-box1 .more i{
  display: block;
  margin-left: 10px;
}
.i-about .about-box1 .number{
  margin-top: 50px;
  color: #fff;
}
.i-about .about-box1 .number ul{
  display: flex;
  justify-content: center;
}
.i-about .about-box1 .number li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.i-about .about-box1 .number li.line{
  width: 1px;
  background: rgba(255, 255, 255, .5);
  margin:0 100px;
}
.i-about .about-box1 .number .number_1{
  display: flex;
  align-items: flex-end;
}
.i-about .about-box1 .number .number_1 .counter{
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
}
.i-about .about-box2{
  margin-top: -100px;
  background: #fff;
  padding:60px 30px;
  text-align: center;
}
.i-about .about-box2 img{
  width: 100%;
  display: block;
}
.i-about .about-box2 li{
  background: #f9f9f9;
}
.i-about .about-box2 .name{
  height: 50px;
  padding:0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-about .about-box2 .swiper-pagination{
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.i-about .about-box2 .swiper-pagination .swiper-pagination-bullet{
  width: 15px;
  height: 5px;
  border-radius: 5px;
  background: rgba(0, 140, 214, .9);
  margin:0 5px;
}
.i-about .about-box2 .swiper-pagination .swiper-pagination-bullet-active{
  width: 25px;
  background: rgba(0, 140, 214, 1);
}
@media (max-width: 1600px) {
  .i-about .about-box1 .number .number_1 .counter{
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 1280px) {
  .i-about .about-box1 .content,
  .i-about .about-box1 .more,
  .i-about .about-box2 .swiper-pagination{
    margin-top: 4%;
  }
  .i-about .about-box1 .number li.line{
    margin:0 10%;
  }
  .i-about .about-box1 .number .number_1 .counter{
    font-size: 50px;
    line-height: 50px;
  }
  .i-about .about-box2{
    margin-top: -10%;
    padding:6% 3%;
  }
}
@media (max-width: 992px) {
  .i-about .about-box1 .number .number_1 .counter{
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 750px) {
  .i-about .about-box1 .more a{
    padding:5px 20px;
  }
  .i-about .about-box1 .more i{
    margin-left: 5px;
  }
  .i-about .about-box1 .number li.line{
    margin:0 20px;
  }
  .i-about .about-box1 .number .number_1{
    flex-direction: column;
    align-items: center;
  }
  .i-about .about-box1 .number .number_1 .counter{
    font-size: 28px;
    line-height: 28px;
  }
  .i-about .about-box2 .name{
    height: 40px;
  }
  .i-about .about-box2 .swiper-pagination .swiper-pagination-bullet{
    margin:0 3px;
    width: 10px;
    height: 3px;
  }
  .i-about .about-box2 .swiper-pagination .swiper-pagination-bullet-active{
    width: 15px;
  }
}

.i-advantage{
  width: 100%;
  overflow: hidden;
}
.i-advantage .content{
  width:100%;
  margin-top: 30px;
  background: url(../images/i_bg2.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.i-advantage .content .wrap{
  display: flex;
  justify-content: space-between;
}
.i-advantage .content .word{
  width: 40%;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.i-advantage .content .word a{
  display: flex;
  align-items: center;
  color: #fff;
}
.i-advantage .content .word .word-1{
  font-weight: 550;
  text-transform: uppercase;
  line-height: 1.5;
}
.i-advantage .content .word .word-2{
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  margin:20px 0;
}
.i-advantage .content .word .word-3{

}
.i-advantage .content .image{
  width: 62%;
  margin-left: -2%;
}
.i-advantage .content .image img{
  max-width: 100%;
  display: block;
}
@media (max-width: 1600px) {
  .i-advantage .content .word .word-2{
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 1280px) {
  .i-advantage .content{
    margin-top: 4%;
  }
  .i-advantage .content .wrap{
    flex-direction: column;
  }
  .i-advantage .content .word,
  .i-advantage .content .image{
    width: 100%;
  }
  .i-advantage .content .word .word-2{
    font-size: 32px;
    line-height: 32px;
    margin:2% 0;
  }
}
@media (max-width: 992px) {
  .i-advantage .content .word .word-2{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .i-advantage .content .word .word-2{
    font-size: 20px;
  }
}

.i-news{
  width:100%;
  background: url(../images/i_bg1.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.i-news .wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.i-news .list ul{
  display: flex;
  flex-wrap: wrap;
}
.i-news .list li{
  margin-top: 40px;
  width: 32%;
  margin-right: 2%;
  background: #fff;
}
.i-news .list li:nth-child(3){
  margin-right: 0;
}
.i-news .list li:nth-child(4){
  display: none;
}
.i-news .list a{
  display: block;
}
.i-news .list .image{
  overflow: hidden;
}
.i-news .list .image img{
  width: 100%;
  display: block;
  -webkit-transition: all 600ms linear;
  -moz-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
}
.i-news .list a:hover .image img{
  transform: scale(1.05);
}
.i-news .list .word{
  padding:40px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.i-news .list .word .date{
  width: 160px;
  height: 50px;
  background: #008cd6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
}
.i-news .list .word .title,
.i-news .list .word .content{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.i-news .list .word .title{
  font-weight: 900;
  margin-top: 20px;
  font-size: 20px;
}
.i-news .list .word .content{
  color: #666;
}
@media (max-width: 1600px) {
  .i-news .list .word .title{
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .i-news .list li{
    width: 48%;
    margin-top: 4%;
    margin-right: 4%;
  }
  .i-news .list li:nth-child(4){
    display: block;
  }
  .i-news .list li:nth-child(3){
    margin-right: 4%;
  }
  .i-news .list li:nth-child(2n){
    margin-right: 0;
  }
  .i-news .list .word{
    padding:4%;
  }
  .i-news .list .word .date{
    width: 120px;
    height: 40px;
    margin-top: -30px;
  }
  .i-news .list .word .title,
  .i-news .list .word .content{
    margin-top: 4%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-news .list .word .date{
    width: 100px;
    height: 30px;
    margin-top: -20px;
  }
  .i-news .list .word .title{
    font-size: 14px;
    font-weight: 500;
  }
}

.i-contact{
  text-align: center;
}
.i-contact .contact-2,
.i-contact .contact-3{
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #008cd6;
  margin:15px 0;
  overflow: hidden;
}
.i-contact .contact-3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-contact .contact-3 i{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #008cd6;
}
.i-contact .contact-4{
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.i-contact .contact-4 ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-contact .contact-4 li{
  margin:0 10px;
}
.i-contact .contact-4 a{
  display: block;
  padding:5px 40px;
  border-radius: 60px;
}
.i-contact .contact-4 li:nth-child(1) a{
  border:3px #008cd6 solid;
}
.i-contact .contact-4 li:nth-child(2) a{
  border:3px #008cd6 solid;
  background: #008cd6;
  color: #fff;
}
@media (max-width: 1600px) {
  .i-contact .contact-2,
  .i-contact .contact-3{
    font-size: 32px;
    line-height: 32px;
  }
  .i-contact .contact-3 i{
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1280px) {
  .i-contact .contact-2,
  .i-contact .contact-3{
    font-size: 28px;
    line-height: 28px;
  }
  .i-contact .contact-3 i{
    width: 28px;
    height: 28px;
  }
  .i-contact .contact-4{
    margin-top: 4%;
  }
  .i-contact .contact-4 a{
    padding:5px 30px;
  }
}
@media (max-width: 992px) {
  .i-contact .contact-2,
  .i-contact .contact-3{
    font-size: 24px;
    line-height: 24px;
  }
  .i-contact .contact-3 i{
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 750px) {
  .i-contact .contact-2,
  .i-contact .contact-3{
    font-size: 20px;
    margin:5px 0;
  }
  .i-contact .contact-3 i{
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .i-contact .contact-4 li{
    margin:0 5px;
  }
  .i-contact .contact-4 a{
    padding:5px 20px;
  }
}


@-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);
  }
}