@charset "utf-8";
.i-banner {
  width: 100%;
  /*height:calc(100% - 84px);*/
  margin-top: 84px;
  position: relative;
  z-index:998;
  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 .swiper-pagination{
  width:100%;
  bottom:30px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.i-banner .swiper-pagination .swiper-pagination-bullet{
  background: #fff;
  margin:0 5px;
  opacity: 1;
}
.i-banner .swiper-pagination .swiper-pagination-bullet-active{
  background: #007cc8;
}
.i-banner .scroll{
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.i-banner .scroll span{
  font-size: 16px;
  font-weight: bold;
}
.i-banner .scroll i{
  font-size: 24px;
  line-height: 24px;
  display: block;
  animation: bounce 1s infinite; /* 应用动画 */
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  .i-banner {
    height:calc(100% - 84px);
  }
}
@media (max-width: 992px) {
  .i-banner{
    display: none;
  }
}
@media (max-width: 750px) {
  
}

.m-banner {
  width: 100%;
  position: relative;
  z-index:998;
  display: none;
  overflow: hidden;
}
.m-banner .swiper-container {
  width: 100%;
  display: block;
}
.m-banner .swiper-slide {
  position: relative;
}
.m-banner .swiper-slide > img {
  width: 100%;
  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 .swiper-pagination{
  width:100%;
  bottom:60px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.m-banner .swiper-pagination .swiper-pagination-bullet{
  background: #fff;
  margin:0 5px;
  opacity: 1;
}
.m-banner .swiper-pagination .swiper-pagination-bullet-active{
  background: #007cc8;
}
.m-banner .scroll{
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.m-banner .scroll span{
  font-size: 16px;
  font-weight: bold;
}
.m-banner .scroll i{
  font-size: 24px;
  line-height: 24px;
  display: block;
  animation: bounce 1s infinite; /* 应用动画 */
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 992px) {
  .m-banner{
    display: block;
    margin-top: 60px;
  }
  .m-banner .swiper-pagination{
    bottom: 20px;
  }
  .m-banner .scroll{
    display: none;
  }
  .m-banner .swiper-button-prev,
  .m-banner .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .m-banner .swiper-button-prev:after,
  .m-banner .swiper-button-next:after {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .m-banner .swiper-pagination{
    bottom: 10px;
  }
  .m-banner .swiper-button-prev,
  .m-banner .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}

.i-more{

}
.i-more a{
  display: flex;
  align-items: center;
  color: #fff;
  background: #006bab;
  height: 60px;
  padding:0 30px;
  border-radius: 30px 30px 0 30px;
}
.i-more span{
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-left: 20px;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  .i-more a{
    height: 50px;
    padding:0 20px;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  .i-more a{
    height: 40px;
    padding:0 15px;
  }
}

.i-products{
  padding:160px 0;
  overflow: hidden;
}
.i-products .title{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.i-products .title .left{
  color: #0085cb;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.i-products .title .left span{
  width: 20px;
  height: 20px;
  background: #0085cb;
  border-radius: 50%;
  display: block;
  margin-right: 15px;
}
.i-products .title .right .word-1{
  font-size: 40px;
}
.i-products .title .right .word-2{
  margin-top: 30px;
}
.i-products .title .right .word-2 ul{
  display: flex;
}
.i-products .title .right .word-2 li{
  margin-right: 50px;
}
.i-products .title .right .word-2 li:last-child{
  margin-right: 0;
}
.i-products .title .right .word-2 a{
  display: flex;
  align-items: center;
}
.i-products .title .right .word-2 i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #0075ad, #0282c8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 15px;
}
.i-products .list{
   padding-left: 11%;
   margin-top: 50px;
   position:relative;
}
.i-products .list a{
  display: flex;
  align-items: flex-start;
}
.i-products .list .word{
  width:50%;
  position: relative;
  z-index: 1;
}
.i-products .list .word .word-1{
  font-size: 20px;
}
.i-products .list .word .word-2{
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 10px;
}
.i-products .list .word .word-2.en{
    font-size:64px;
}
.i-products .list .word .word-3{
  margin-top: 30px;
  color: #0085cb;
}
.i-products .list .image{
  width:70%;
  margin-left: -30%;
  margin-top: 80px;
}
.i-products .list .image img{
  width: 100%;
  display: block;
}
.i-products .list .control{
  position: absolute;
  left: 11%;
  bottom: 0;
  z-index: 1;
}
.i-products .list .control .control-1 .swiper-pagination{
  position: static;
  text-align: left;
}
.i-products .list .control .control-2{
  position: relative;
  display: flex;
  margin-top: 10px;
}
.i-products .list .control .control-2 .swiper-button-prev,
.i-products .list .control .control-2 .swiper-button-next{
  margin:0;
  position: static;
  color: #000;
  width: auto;
  height: auto;
}
.i-products .list .control .control-2 .swiper-button-prev:after,
.i-products .list .control .control-2 .swiper-button-next:after{
  display:none;
}
.i-products .list .control .control-2 .swiper-button-prev i,
.i-products .list .control .control-2 .swiper-button-next i{
  font-size: 20px;
}
.i-products .list .control .control-2 .swiper-button-prev{
  margin-right: 20px;
}
@media (max-width: 1600px) {
  .i-products .list{
    padding-left: 8%;
  }
  .i-products .title .left{
    font-size: 18px;
  }
  .i-products .title .left span{
    width: 18px;
    height: 18px;
  }
  .i-products .title .right .word-1{
    font-size: 36px;
  }
  .i-products .list .word .word-2{
    font-size: 64px;
  }
  .i-products .list .word .word-2.en{
        font-size:54px;
    }
  .i-products .list .control{
    left: 8%;
  }
}
@media (max-width: 1360px) {
  .i-products .list{
    padding-left: 3%;
  }
  .i-products .title .left{
    font-size: 16px;
  }
  .i-products .title .left span{
    width: 16px;
    height: 16px;
  }
  .i-products .title .right .word-1{
    font-size: 32px;
  }
  .i-products .list .word .word-2{
    font-size: 48px;
  }
  .i-products .list .word .word-2.en{
    font-size:42px;
}
  .i-products .list .control{
    left: 3%;
  }
}
@media (max-width: 992px) {
  .i-products{
    padding:10% 0;
  }
  .i-products .title{
    flex-direction: column;
  }
  .i-products .title .left,
  .i-products .title .right{
    width: 100%;
  }
  .i-products .title .left{
    font-size: 14px;
  }
  .i-products .title .left span{
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .i-products .title .right{
    margin-top: 3%;
  }
  .i-products .title .right .word-1{
    font-size: 28px;
  }
  .i-products .title .right .word-2{
    margin-top: 3%;
  }
  .i-products .title .right .word-2 i{
    width:24px;
    height: 24px;
    margin-left: 5px;
  }
  .i-products .title .right .word-2 li{
    margin-right: 3%;
  }
  .i-products .list{
    padding:0 3%;
    margin-top: 5%;
  }
  .i-products .list a{
    flex-direction: column;
  }
  .i-products .list .word{
    width: 100%;
  }
  .i-products .list .word .word-2{
    font-size: 30px;
  }
  .i-products .list .word .word-2.en{
    font-size:28px;
}
  .i-products .list .word .word-3{
    margin-top: 3%;
  }
  .i-products .list .image{
    width: 100%;
    margin:0;
    margin-top: 3%;
  }
  .i-products .list .control{
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .i-products .list .control .control-1{
    display: none;
  }
}
@media (max-width: 750px) {
  .i-products .title .right .word-1{
    font-size: 20px;
  }
  .i-products .title .right .word-2 i{
    width:20px;
    height: 20px;
    font-size: 12px;
  }
  .i-products .list .word .word-2{
    font-size: 20px;
  }
}

.i-about{
  width: 100%;
  padding:200px 0 150px 0;
  border-radius: 0 100px 0 0;
  background: url(../images/about-img1.jpg) no-repeat left top;
  background-size: cover;
  overflow: hidden;
}
.i-about .wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.i-about .left{
  width: 48%;
  padding-bottom: 50px;
  color: #fff;
}
.i-about .right{
  width: 46%;
  overflow: hidden;
}
.i-about img{
  max-width: 100%;
  display: block;
}
.i-about .left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.i-about .left .word .box1{
  position: relative;
  display: flex;
}
.i-about .left .word .box1 span{
  display: block;
  position: relative;
}
.i-about .left .word .box1 span:after{
  content: "";
  width: 85%;
  height: 4px;
  background: #006bab;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.i-about .left .word .box2{
  margin:50px 0;
}
.i-about .left .word .box2 h1{
  font-size: 48px;
}
.i-about .left .word .box3{
  line-height: 1.8;
}
.i-about .left .i-more{
  margin-top: 160px;
}
.i-about .right img{
  opacity: .5;
}
@media (max-width: 1600px) {
  .i-about .left .word .box2 h1{
    font-size: 42px;
  }
}
@media (max-width: 1360px) {
  .i-about{
    border-radius: 0 80px 0 0;
  }
  .i-about .left .word .box2 h1{
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .i-about{
    padding:10% 0;
    border-radius: 0 60px 0 0;
  }
  .i-about .wrap{
    flex-direction: column;
  }
  .i-about .left,
  .i-about .right{
    width: 100%;
  }
  .i-about .left{
    padding-bottom: 5%;
  }
  .i-about .left .word .box2{
    margin:5% 0;
  }
  .i-about .left .word .box2 h1{
    font-size: 30px;
  }
  .i-about .left .i-more{
    margin-top: 10%;
  }
}
@media (max-width: 750px) {
  .i-about{
    border-radius: 0 40px 0 0;
  }
  .i-about .left .word .box2 h1{
    font-size: 20px;
  }
}

.i-honor{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.i-honor .left,
.i-honor .right{
  width: 50%;
  padding:120px 0;
}
.i-honor .left{
  background: url(../images/index-bg2.jpg) no-repeat center;
  background-size: cover;
  padding-left: 11%;
  padding-right: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  color:#fff;
}
.i-honor .left .title,
.i-honor .left .content,
.i-honor .left .image{
  width:100%;
  overflow: hidden;
}
.i-honor .left .title h1{
  font-size: 48px;
  line-height: 1.2;
}
.i-honor .left .title h2{
  font-size: 30px;
  margin-top: 20px;
}
.i-honor .left .content{
  margin-top: 60px;
}
.i-honor .left .image{
  margin-top: 60px;
}
.i-honor .left .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.i-honor .left .image .swiper-slide {
  width: 389px;
  height: 314px;
  background: #fff;
  border:3px #143c44 solid;
}
.i-honor .left .image .swiper-button-prev,
.i-honor .left .image .swiper-button-next{
  border:1px #fff solid;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.i-honor .left .image .swiper-button-prev:after,
.i-honor .left .image .swiper-button-next:after{
  color: #fff;
  font-size: 18px;
}
.i-honor .right{
  background: url(../images/index-bg3.jpg) no-repeat center;
  background-size: cover;
  padding-left: 100px;
  padding-right: 11%;
}
.i-honor .right .title,
.i-honor .right .content,
.i-honor .right .image{
  width:100%;
  overflow: hidden;
}
.i-honor .right .title h1{
  font-size: 48px;
  line-height: 1.2;
}
.i-honor .right .title h2{
  font-size: 30px;
  margin-top: 20px;
}
.i-honor .right .content{
  margin-top: 60px;
}
.i-honor .right .image{
  margin-top: 60px;
}
.i-honor .right .image img{
  max-width: 100%;
  display: block;
}
@media (max-width: 1600px) {
  .i-honor .left{
    padding-left: 8%;
  }
  .i-honor .left .title h1{
    font-size: 42px;
  }
  .i-honor .left .title h2{
    font-size: 24px;
  }
  .i-honor .right{
    padding-right: 8%;
  }
  .i-honor .right .title h1{
    font-size: 42px;
  }
  .i-honor .right .title h2{
    font-size: 24px;
  }
}
@media (max-width: 1360px) {
  .i-honor .left{
    padding-left: 3%;
  }
  .i-honor .left .title h1{
    font-size: 36px;
  }
  .i-honor .left .title h2{
    font-size: 20px;
    margin-top: 2%;
  }
  .i-honor .right{
    padding-right: 3%;
  }
  .i-honor .right .title h1{
    font-size: 36px;
  }
  .i-honor .right .title h2{
    font-size: 20px;
    margin-top: 2%;
  }
}
@media (max-width: 992px) {
  .i-honor{
    flex-direction: column;
  }
  .i-honor .left,
  .i-honor .right{
    width: 100%;
    padding:10% 3%;
  }
  .i-honor .left .title h1{
    font-size: 30px;
  }
  .i-honor .left .title h2{
    font-size: 16px;
  }
  .i-honor .left .content,
  .i-honor .left .image{
    margin-top: 6%;
  }
  .i-honor .right .title h1{
    font-size: 30px;
  }
  .i-honor .right .title h2{
    font-size: 16px;
  }
  .i-honor .right .content,
  .i-honor .right .image{
    margin-top: 6%;
  }
}
@media (max-width: 750px) {
  .i-honor .left .title h1{
    font-size: 20px;
  }
  .i-honor .right .title h1{
    font-size: 20px;
  }
  .i-honor .left .image .swiper-slide {
    width: 240px;
    height: 290px;
    background: #fff;
    border:2px #143c44 solid;
  }
  .i-honor .left .image .swiper-button-prev,
  .i-honor .left .image .swiper-button-next{
    width: 28px;
    height: 28px;
  }
  .i-honor .left .image .swiper-button-prev:after,
  .i-honor .left .image .swiper-button-next:after{
    font-size: 12px;
  }
}

.i-workshop{
  padding:160px 0;
  padding-left: 11%;
  overflow: hidden;
}
.i-workshop .title{

}
.i-workshop .title h1{
  font-size: 48px;
}
.i-workshop .title h2{
  color: #b1b1b1;
}
.i-workshop .list{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.i-workshop .list .left{
  width:22%;
  padding:40px 0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.i-workshop .list .left .type li{
  margin:20px 0;
}
.i-workshop .list .left .type a{
  display:flex;
  align-items:center;
}
.i-workshop .list .left .type span{
  width:40px;
  height:1px;
  background:#006bab;
  display:block;
  margin-right:10px;
  display:none;
}
.i-workshop .list .left .type li.active a{
  color:#006bab;
}
.i-workshop .list .left .type li.active span{
  display:block;
}
.i-workshop .list .left .i-more{
  display:flex;
  margin-top:50px;
}
.i-workshop .list .right{
  width:76%;
}
.i-workshop .list .right img{
  width:100%;
  display:block;
}
.i-workshop .list .right a{
  display:block;
  position:relative;
}
.i-workshop .list .right .swiper-slide-active .images{
  border-radius:100px 0 0 0;
  overflow:hidden;
}
.i-workshop .list .right .word{
  width:40%;
  position:absolute;
  left:30px;
  bottom:30px;
  display:none;
  z-index:1;
  padding:30px 30px 90px 30px;
  background:rgba(0, 107, 171, .9);
  color:#fff;
  font-size:24px;
  border-radius:10px;
}
.i-workshop .list .right .word span{
  display:block;
  border-bottom:1px #fff solid;
  padding-bottom:10px;
  margin-bottom:10px;
}
.i-workshop .list .right .swiper-slide-active .word{
  display:block;
}
.i-workshop .list .right .control{
  position:absolute;
  left:60px;
  bottom:60px;
  display:flex;
  align-items:center;
}
.i-workshop .list .right .control .swiper-button-prev,
.i-workshop .list .right .control .swiper-button-next{
  position:relative;
  margin:0;
  left:0;
  top:0;
  z-index:1;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}
.i-workshop .list .right .control .swiper-button-prev{
  margin-right:10px;
}
.i-workshop .list .right .control .swiper-button-prev:after,
.i-workshop .list .right .control .swiper-button-next:after{
  font-size:16px;
}
@media (max-width: 1600px) {
  .i-workshop{
    padding-left: 8%;
  }
  .i-workshop .title h1{
    font-size: 42px;
  }
  .i-workshop .list .right .word{
    font-size:20px;
  }
}
@media (max-width: 1360px) {
  .i-workshop{
    padding-left: 3%;
  }
  .i-workshop .title h1{
    font-size: 36px;
  }
  .i-workshop .list .right .word{
    font-size:18px;
  }
  .i-workshop .list .right .swiper-slide-active .images{
    border-radius:80px 0 0 0;
  }
}
@media (max-width: 992px) {
  .i-workshop{
    padding:10% 3%;
  }
  .i-workshop .title h1{
    font-size: 30px;
  }
  .i-workshop .list{
    flex-direction:column;
    margin-top:3%;
  }
  .i-workshop .list .left{
    width:100%;
    padding:0;
  }
  .i-workshop .list .left .type ul{
    display:flex;
  }
  .i-workshop .list .left .type li{
    margin:0;
    margin-right:20px;
  }
  .i-workshop .list .left .type li:last-child{
    margin-right:0;
  }
  .i-workshop .list .left .type li.active span{
    display:none;
  }
  .i-workshop .list .right {
    width:100%;
    margin-top:5%;
  }
  .i-workshop .list .right .word{
    font-size:16px;
  }
  .i-workshop .list .left .i-more{
    margin-top:5%;
  }
  .i-workshop .list .right .swiper-slide-active .images{
    border-radius:60px 0 0 0;
  }
  .i-workshop .list .right .word{
    width:100%;
    position:static;
    border-radius:0;
    background:rgba(0, 107, 171, 1);
  }
  .i-workshop .list .right .control .swiper-button-prev,
  .i-workshop .list .right .control .swiper-button-next{
    width:32px;
    height:32px;
  }
  .i-workshop .list .right .control{
    left:30px;
    bottom:30px;
  }
}
@media (max-width: 750px) {
  .i-workshop .title h1{
    font-size: 20px;
  }
  .i-workshop .list .right .swiper-slide-active .images{
    border-radius:40px 0 0 0;
  }
  .i-workshop .list .right .word{
    padding:20px 20px 60px 20px;
  }
  .i-workshop .list .right .control{
    left:20px;
    bottom:20px;
  }
  .i-workshop .list .right .control .swiper-button-prev,
  .i-workshop .list .right .control .swiper-button-next{
    width:24px;
    height:24px;
  }
  .i-workshop .list .right .control .swiper-button-prev:after,
  .i-workshop .list .right .control .swiper-button-next:after{
    font-size:12px;
  }
}

.i-advantage{
  width:100%;
  position:relative;
  overflow:hidden;
}
.i-advantage .mainBg{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.i-advantage .mainBg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.i-advantage .mainBg:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  bottom:0;
  background:linear-gradient(to bottom, rgba(0, 107, 171, 0) 30%, rgba(0, 107, 171, 1) 100%);
}
.i-advantage .word{
  width:100%;
  padding:250px 0;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  position:relative;
  z-index:1;
}
.i-advantage .word .title{
  font-size:48px;
  line-height:1.2;
}
.i-advantage .word .content{
  margin-top:100px;
}
.i-advantage .word .content ul{
  display:flex;
}
.i-advantage .word .content li{
  width:200px;
  height:280px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:30px;
  border:1px solid rgba(255, 255, 255, .4);
  border-radius:15px;
  margin-right:15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-advantage .word .content li:last-child{
  margin-right:0;
}
.i-advantage .word .content li.active{
  background:rgba(255, 255, 255, .4);
}
.i-advantage .word .content span{
  font-size:24px;
}
.i-advantage .word .content i{
  font-size:32px;
}
.i-advantage .word .content img,
.i-advantage .word .content .text{
  display:none;
}
@media (max-width: 1600px) {
  .i-advantage .word .title{
    font-size:42px;
  }
  .i-advantage .word .content span{
    font-size:20px;
  }
  .i-advantage .word .content i{
    font-size:28px;
  }
}
@media (max-width: 1360px) {
  .i-advantage .word .title{
    font-size:36px;
  }
  .i-advantage .word .content span{
    font-size:18px;
  }
  .i-advantage .word .content i{
    font-size:24px;
  }
}
@media (max-width: 992px) {
  .i-advantage .word{
    padding:20% 0;
  }
  .i-advantage .word .title{
    font-size:30px;
  }
  .i-advantage .word .content{
    margin-top:10%;
  }
  .i-advantage .word .content ul{
    justify-content:space-between;
    flex-wrap:wrap;
  }
  .i-advantage .word .content li{
    padding:3%;
    width:24.5%;
    height:auto;
    margin-right:0;
    overflow:hidden;
  }
  .i-advantage .word .content span{
    font-size:16px;
  }
  .i-advantage .word .content i{
    font-size:20px;
    display:block;
    margin-top:50%;
  }
}
@media (max-width: 750px) {
  .i-advantage .word .title{
    font-size:20px;
  }
  .i-advantage .word .content li{
    width:49%;
  }
  .i-advantage .word .content li:nth-child(n+3){
    margin-top:2%;
  }
}

.i-news{
  width:100%;
  background: url(../images/index-bg1.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0;
  overflow: hidden;
}
.i-news .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-news .title .left h1{
  font-size: 48px;
}
.i-news .title .left h2{
  color: #b1b1b1;
}
.i-news .title .right ul{
  display: flex;
}
.i-news .title .right li{
  margin-left: 50px;
}
.i-news .list{
  margin-top: 70px;
  padding-left: 11%;
  overflow: hidden;
}
.i-news .list .list-content li{
  height: 100%;
}
.i-news .list .list-content a{
  height: 100%;
  display: flex;
  align-items: center;
}
.i-news .list .list-content .image{
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.i-news .list .list-content .image img{
  width: 100%;
  display: block;
}
.i-news .list .list-content .word{
  width: 95%;
  background: #fff;
  border-radius: 20px;
  height: 100%;
  margin-left: -40%;
  padding:60px 40px 60px calc(40% + 40px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-news .list .list-content .word .word-1{
  font-size: 14px;
}
.i-news .list .list-content .word .word-2{
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  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 .list-content .word .word-3{
  margin-top: 20px;
  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 .list-content .word .word-4{
  margin-top: 30px;
}
.i-news .list .list-content a:hover .word{
  background: #006bab;
  color: #fff;
}
.i-news .list .list-control{
  display: flex;
  align-items: center;
  margin-top: 60px;
  height: 36px;
  overflow: hidden;
}
.i-news .list .list-control .swiper-button-prev,
.i-news .list .list-control .swiper-button-next{
  position: static;
  margin:0;
  width: 36px;
  height: 36px;
  border:2px #333 solid;
  border-radius: 50%;
}
.i-news .list .list-control .swiper-button-prev{
  margin-right: 20px;
}
.i-news .list .list-control .swiper-button-next{
  border-color: #006bab;
}
.i-news .list .list-control .swiper-button-prev:after,
.i-news .list .list-control .swiper-button-next:after{
  font-size: 16px;
  color: #333;
}
.i-news .list .list-control .swiper-button-next:after{
  color: #006bab;
}
@media (max-width: 1600px) {
  .i-news .title .left h1{
    font-size: 42px;
  }
  .i-news .list{
    padding-left: 8%;
  }
  .i-news .list .list-content .word .word-2{
    font-size: 18px;
  }
}
@media (max-width: 1360px) {
  .i-news .title .left h1{
    font-size: 36px;
  }
  .i-news .list{
    padding-left: 3%;
  }
  .i-news .list .list-content .word .word-2{
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .i-news{
    padding:10% 0;
  }
  .i-news .title .left h1{
    font-size: 30px;
  }
  .i-news .list{
    margin-top: 7%;
    padding-right: 3%;
  }
  .i-news .list .list-content a{
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .i-news .list .list-content a:hover{
    background: #006bab;
    color: #fff;
  }
  .i-news .list .list-content .image,
  .i-news .list .list-content .word{
    width: 100%;
  }
  .i-news .list .list-content .image{
    border-radius: 0;
  }
  .i-news .list .list-content .word{
    margin:0;
    padding:4%;
    height: auto;
    background: none;
    border-radius:none;
  }
  .i-news .list .list-content a:hover .word{
    background: none;
  }
  .i-news .list .list-content .word .word-2,
  .i-news .list .list-content .word .word-3{
    margin-top:3%;
  }
  .i-news .list .list-content .word .word-4{
    margin-top: 4%;
  }
  .i-news .list .list-control{
    justify-content: center;
    margin-top: 6%;
  }
}
@media (max-width: 750px) {
  .i-news .title .left h1{
    font-size: 20px;
  }
  .i-news .title{
    flex-direction: column;
  }
  .i-news .title .left{
    width: 100%;
    text-align: center;
  }
  .i-news .title .right{
    width: 100%;
    margin-top: 10px;
  }
  .i-news .title .right li{
    margin-left: 0;
    flex:1;
    text-align: center;
  }
  .i-news .list .list-content .word .word-4{
    display: none;
  }
  .i-news .list .list-control{
    height: 30px;
  }
  .i-news .list .list-control .swiper-button-prev,
  .i-news .list .list-control .swiper-button-next{
    width: 30px;
    height: 30px;
  }
  .i-news .list .list-control .swiper-button-prev{
    margin-right: 10px;
  }
  .i-news .list .list-control .swiper-button-prev:after,
  .i-news .list .list-control .swiper-button-next:after{
    font-size: 12px;
  }
}