@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;
}
.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: #0d82ca;
  stroke-dasharray: 0 339;
}
@media (max-width: 768px) {
  .i-banner{
    display: none;
  }
  .i-banner,
  .i-banner .swiper-container,
  .i-banner .swiper-slide > img {
    height: auto;
  }
}
@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;
  }
  .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;
  }
}

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

.i-title{
  text-align: center;
}
.i-title h1{
  color: #0d82ca;
  font-size: 30px;
  line-height: 30px;
}
.i-title h2{
  font-size: 36px;
  line-height: 36px;
  margin-top: 20px;
}
.i-title.white h2{
  color: #fff;
}
.i-more{
  display: flex;
  align-items: center;
  justify-content:center;
  margin-top: 60px;
}
.i-more a{
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px #000 solid;
}
.i-more.white a{
  border-color: #fff;
  color:#fff;
}
.i-more a:hover{
  background: #0d82ca;
  border-color: #0d82ca;
  color: #fff;
}
.i-more.white a:hover{
  background: #fff;
  color: #0d82ca;
  border-color: #fff;
}
@media (max-width: 1600px) {
  .i-title h1{
    font-size: 24px;
    line-height: 24px;
  }
  .i-title h2{
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .i-title h1{
    font-size: 20px;
  }
  .i-title h2{
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
  }
  .i-more{
    margin-top: 6%;
  }
}
@media (max-width: 992px) {}
@media (max-width: 750px) {
  .i-title h1{
    font-size: 14px;
  }
  .i-title h2{
    font-size: 18px;
    margin-top: 0;
  }
  .i-more a{
    width: 120px;
    height: 32px;
  }
}

.i-solution{
  width: 100%;
  padding:100px 0;
  overflow: hidden;
}
.i-solution .content{
  margin-top: 60px;
  background: #000000;
  border-radius: 160px 0 160px 0;
  position: relative;
  overflow: hidden;
}
.i-solution .content img{
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .i-solution{
    padding:10% 0;
  }
  .i-solution .content{
    margin-top: 6%;
    border-radius: 80px 0 80px 0;
    display: flex;
    justify-content:center;
    align-items:  flex-end;
  }
}
@media (max-width: 768px)  and (orientation: portrait) {
   .i-solution .content{
    height: 48vh;
  }
}
@media (max-width: 992px) {}
@media (max-width: 750px) {
  .i-solution .content{
    height:42vh;
    border-radius: 40px 0 40px 0;
  }
}
@media (max-width: 750px) and (orientation: portrait) {
   .i-solution .content{
    height: 42vh;
  }
}

.i-products{
  overflow: hidden;
}
.i-products .content{
  margin-top: 60px;
}
.i-products .content .type ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-products .content .type li{
  margin:0 50px;
}
.i-products .content .type a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.i-products .content .type a:hover{
  color: #0d82ca;
}
.i-products .content .type img{
  display: block;
  filter: brightness(0);
  margin-bottom: 15px;
}
.i-products .content .type a:hover img{
  filter: none;
}
.i-products .content .list{
  margin-top: 60px;
}
.i-products .content .list li{
  width: 1050px;
  height: 600px;
  overflow: hidden;
}
.i-products .content .list a{
  width: 100%;
  height: 550px;
  padding:80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #e7e8ea, #eaf0f4);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.i-products .content .list li.swiper-slide-prev a{
    clip-path: polygon(
        0 0, 
        100% 10%, 
        100% 90%, 
        0 100%
    );
}
.i-products .content .list li.swiper-slide-next a{
    clip-path: polygon(
        0 10%, 
        100% 0, 
        100% 100%, 
        0 90%
    );
}
.i-products .content .list img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.i-products .content .list .title{
  position: absolute;
  right:0;
  top:60px;
  background: #0d82ca;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding:10px 30px;
  opacity: 0;
}
.i-products .content .list li.swiper-slide-active .title{
  opacity: 1;
}
.i-products .content .list .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  background: rgba(0, 0, 0, .3);
}
.i-products .content .list li.swiper-slide-active .mask{
  background: rgba(0, 0, 0, 0);
}
.i-products .content .list .yinying{
  margin-top: -100px;
  opacity: 0;
}
.i-products .content .list li.swiper-slide-active .yinying{
  opacity: 1;
}
.i-products .content .list .yinying img{
  max-width: 100%;
  display: block;
}
.i-products .content .list .swiper-button-prev,
.i-products .content .list .swiper-button-next{
  width: 48px;
  height: 48px;
  border:1px #fff solid;
  border-radius: 50%;
}
.i-products .content .list .swiper-button-prev{
  left: 5%;
}
.i-products .content .list .swiper-button-next{
  right:5%;
}
.i-products .content .list .swiper-button-prev:after,
.i-products .content .list .swiper-button-next:after{
  color: #fff;
  font-size: 20px;
}
.i-products .content .more{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.i-products .content .more a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  margin:0 10px;
}
.i-products .content .more a:nth-child(1){
  background: #0d82ca;
  color: #fff;
  border:1px solid #0d82ca;
}
/*.i-products .content .more a:nth-child(1):hover{
  border-color:#0d82ca;
  background: none;
  color:#0d82ca;
}*/
.i-products .content .more a:nth-child(2){
  border:1px #000 solid;
}
.i-products .content .more a:nth-child(2):hover{
  border-color:#0d82ca;
  background: none;
  color:#0d82ca;
}
@media (max-width: 768px) {
  .i-products .content,
  .i-products .content .list{
    margin-top: 6%;
  }
  .i-products .content .type li{
    margin:0 5%;
  }
  .i-products .content .list li{
    width: 650px;
    height: 450px;
  }
  .i-products .content .list a{
    width: 100%;
    height: 400px;
    padding:8%;
  }
  .i-products .content .list .title{
    top:6%;
    padding: 10px 20px;
  }
  .i-products .content .list .yinying{
    margin-top: -50px;
  }
  .i-products .content .more{
    margin-top: 0;
  }
  .i-products .content .list .swiper-button-prev,
  .i-products .content .list .swiper-button-next{
    width: 36px;
    height: 36px;
  }
  .i-products .content .list .swiper-button-prev{
    left: 3%;
  }
  .i-products .content .list .swiper-button-next{
    right:3%;
  }
  .i-products .content .list .swiper-button-prev:after,
  .i-products .content .list .swiper-button-next:after{
    font-size: 18px;
  }
}
@media (max-width: 992px) {}
@media (max-width: 750px) {
  .i-products .content .type ul{
    flex-wrap: wrap;
  }
  .i-products .content .type li{
    width: 50%;
    padding:0 10px;
    margin:0;
  }
  .i-products .content .type li:nth-child(n+3){
    margin-top: 4%;
  }
  .i-products .content .type img{
    margin-bottom: 10px;
  }
  .i-products .content .list li{
    width: 320px;
    height: 320px;
  }
  .i-products .content .list a{
    height: 290px;
  }
  .i-products .content .list .title{
    padding: 5px 15px;
    border-radius: 4px 0 0 4px;
  }
  .i-products .content .list .yinying{
    margin-top: -30px;
  }
  .i-products .content .list .swiper-button-prev,
  .i-products .content .list .swiper-button-next{
    width: 32px;
    height: 32px;
  }
  .i-products .content .list .swiper-button-prev:after,
  .i-products .content .list .swiper-button-next:after{
    font-size: 16px;
  }
  .i-products .content .more a{
    width: 120px;
    height: 32px;
    margin:0 5px;
  }
}

.i-application{
  width: 100%;
  margin-top: 100px;
  padding:100px 0;
  background: #2e3844;
  overflow: hidden;
}
.i-application .content{
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.i-application .content .left{
  width: 50%;
  position: relative;
}
.i-application .content .right{
  width: 50%;
}
.i-application .content .right ul{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.i-application .content .right li{
  width: 50%;
  height: 50%;
  position: relative;
}
.i-application .content .image{
  width: 100%;
  height: 100%;
  background: #0d82ca;
}
.i-application .content .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-application .content .left:hover .image img,
.i-application .content .right li:hover .image img{
  opacity: .6;
}
.i-application .content .word{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-application .content .left:hover .word,
.i-application .content .right li:hover .word{
  opacity: 1;
  visibility: visible;
}
.i-application .content .word .text{
  width: 80%;
  height: 80%;
  padding:50px;
  border:1px solid rgba(255, 255, 255, .6);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.i-application .content .word .text .text-01{
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .i-application .content .word .text .text-01{
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .i-application{
    margin-top: 10%;
    padding:10% 0;
  }
  .i-application .content{
    margin-top: 6%;
    flex-direction: column;
  }
  .i-application .content .left,
  .i-application .content .right{
    width: 100%;
  }
  .i-application .content .word .text{
    width:90%;
    height: 90%;
    padding:3%;
  }
  .i-application .content .word .text .text-01{
    font-size: 18px;
  }
}
@media (max-width: 992px) {}
@media (max-width: 750px) {
  .i-application .content .left:hover .image img,
  .i-application .content .right li:hover .image img{
    opacity: 1;
  }
  .i-application .content .left:hover .word,
  .i-application .content .right li:hover .word{
    opacity: 0;
    visibility: hidden;
  }
}

.i-about{
  width: 100%;
  padding:100px 0;
  background: #f1f1f1;
  overflow: hidden;
}
.i-about .content{
  margin-top: 60px;
}
.i-about .content .content-box1{
  background: #fff;
  padding:60px;
}
.i-about .content .content-box1 ul{
  display: flex;
  justify-content: space-between;
}
.i-about .content .content-box1 li{
  display: flex;
  align-items: center;
}
.i-about .content .content-box1 li.line{
  width: 1px;
  background: #eeeeee;
}
.i-about .content .content-box1 .image{
  margin-right: 60px;
}
.i-about .content .content-box1 .image img{
  display: block;
}
.i-about .content .content-box1 .word .text1{
  display: flex;
  align-items: flex-end;
}
.i-about .content .content-box1 .word .text1 .counter{
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  margin-right: 10px;
}
.i-about .content .content-box2{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.i-about .content .content-box2 .left{
  width: 50%;
}
.i-about .content .content-box2 .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.i-about .content .content-box2 .right{
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.i-about .content .content-box2 .right .text{
  background: #fff;
  padding:50px;
}
.i-about .content .content-box2 .right .text a{
  display: block;
  color: #000;
}
.i-about .content .content-box2 .right .text span{
  color: #0d82ca;
}
.i-about .content .content-box2 .right .type ul{
  display: flex;
  justify-content: space-between;
}
.i-about .content .content-box2 .right .type li{
  width: 32%;
  margin-top: 2%;
}
.i-about .content .content-box2 .right .type a{
  display: block;
  position: relative;
}
.i-about .content .content-box2 .right .type img{
  width: 100%;
  display: block;
}
.i-about .content .content-box2 .right .type p{
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-about .content .content-box2 .right .type a:hover p{
  height: 100%;
}
@media (max-width: 1600px) {
  .i-about .content .content-box1 .word .text1 .counter{
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .i-about{
    padding:10% 0;
  }
  .i-about .content{
    margin-top: 6%;
  }
  .i-about .content .content-box1{
    padding:6%;
  }
  .i-about .content .content-box1 .image{
    margin-right: 20px;
  }
  .i-about .content .content-box1 .image img{
    width: 48px;
  }
  .i-about .content .content-box1 .word .text1 .counter{
    font-size: 36px;
    line-height: 36px;
  }
  .i-about .content .content-box2{
    flex-direction: column;
    margin-top: 4%;
  }
  .i-about .content .content-box2 .left,
  .i-about .content .content-box2 .right{
    width: 100%;
  }
  .i-about .content .content-box2 .right .text{
    padding:5%;
  }
}
@media (max-width: 992px) {
  .i-about .content .content-box1 .image img{
    width: 42px;
  }
  .i-about .content .content-box1 .word .text1 .counter{
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 750px) {
  .i-about .content .content-box1 ul{
    flex-wrap: wrap;
  }
  .i-about .content .content-box1 li{
    width: 100%;
    flex-direction: column;
  }
  .i-about .content .content-box1 li.line{
    width: 100%;
    height: 1px;
    margin:10px 0;
  }
  .i-about .content .content-box1 .image{
    margin-right: 0;
    margin-bottom: 5px;
  }
  .i-about .content .content-box1 .image img{
    width: 32px;
  }
  .i-about .content .content-box1 .word{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .i-about .content .content-box1 .word .text1 .counter{
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px;
  }
  .i-about .content .content-box2 .right .type p{
    height: 32px;
  }
}

.i-news{
  padding:100px 0;
  overflow: hidden;
}
.i-news .content .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.i-news .content .list li{
  width: 31.5%;
  margin-right: 2.75%;
}
.i-news .content .list li:nth-child(3n){
  margin-right: 0;
}
.i-news .content .list a{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border:1px #eeeeee solid;
  padding:35px 35px 55px 35px;
}
.i-news .content .list a:hover{
  color: #fff;
  background: url(../images/newsBg.jpg) no-repeat;
  background-size: cover;
}
.i-news .content .list .date{
  font-size: 14px;
  color: #0d82ca;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-news .content .list a:hover .date{
  color: #fff;
}
.i-news .content .list .title{
  font-size: 24px;
  font-weight: 500;
  margin:10px 0 20px 0;
  line-height: 1.8;
  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 .content .list .line{
  width: 100%;
  height: 2px;
  background: #eee;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-news .content .list a:hover .list .line{
  background: #fff;
}
.i-news .content .list .summary{
  margin-top: 30px;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.i-news .content .arrow{
  margin-top: 80px;
  width: 52px;
  height: 42px;
  background: url(../images/arrow1.png) no-repeat;
  background-size: cover;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i-news .content .list a:hover .arrow{
  background: url(../images/arrow2.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  .i-news .content .list .date{
    font-size: 12px;
  }
  .i-news .content .list .title{
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .i-news{
    padding:10% 0;
  }
  .i-news .content .list{
    margin-top: 6%;
  }
  .i-news .content .list li{
    width: 100%;
    margin-right: 0;
  }
  .i-news .content .list li:nth-child(n+2){
    margin-top: 2%;
  }
  .i-news .content .list a{
    padding:4% 4% 6% 4%;
  }
  .i-news .content .list .title{
    margin:1% 0 3% 0;
    font-size: 18px;
  }
  .i-news .content .list .summary{
    margin-top: 3%;
  }
  .i-news .content .arrow{
    margin-top: 8%;
    width: 42px;
    height: 34px;
  }
}
@media (max-width: 992px) {}
@media (max-width: 750px) {
  .i-news .content .list .title{
    font-size: 16px;
  }
  .i-news .content .arrow{
    width: 32px;
    height: 26px;
  }
}

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