@charset "utf-8";
.in-banner-pc{
  width: 100%;
  height:calc(100% - 80px);
  position: relative;
  z-index:998;
  border-radius: 0 0 100px 100px;
  overflow: hidden; 
}
.in-banner-pc .swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.in-banner-pc .swiper-slide {
  position: relative;
}
.in-banner-pc .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.in-banner-pc .banner-nav{
  position: absolute;
  bottom: 50px;
  right: 6%;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
}
.in-banner-pc .banner-nav .swiper-pagination{
  position: static;
  width: auto;
  font-size: 24px;
  color: #fff;
  margin-right: 50px;
}
.in-banner-pc .banner-nav .swiper-pagination-current{
  font-size: 32px;
}
.in-banner-pc .banner-nav .swiper-pagination-fraction .swiper-pagination-current,
.in-banner-pc .banner-nav .swiper-pagination-fraction .swiper-pagination-total{
  font-weight: 500;
}
.in-banner-pc .banner-nav .swiper-button-prev,
.in-banner-pc .banner-nav .swiper-button-next{
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  border:1px #fff solid;
}
.in-banner-pc .banner-nav .swiper-button-prev:after,
.in-banner-pc .banner-nav .swiper-button-next:after{
  font-size: 16px;
}
@media (max-width: 1600px) {
  .in-banner-pc{
    border-radius: 0 0 80px 80px;
  }
  .in-banner-pc .banner-nav{
    right: 8%;
    gap:12px;
  }
  .in-banner-pc .banner-nav .swiper-pagination{
    margin-right: 24px;
    font-size: 20px;
  }
  .in-banner-pc .banner-nav .swiper-pagination-current{
    font-size: 28px;
  }
  .in-banner-pc .banner-nav .swiper-button-prev,
  .in-banner-pc .banner-nav .swiper-button-next{
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1360px) {
  .in-banner-pc{
    border-radius: 0 0 60px 60px;
  }
  .in-banner-pc .banner-nav{
    right: 3%;
    gap:10px;
  }
  .in-banner-pc .banner-nav .swiper-pagination{
    margin-right: 15px;
    font-size: 16px;
  }
  .in-banner-pc .banner-nav .swiper-pagination-current{
    font-size: 24px;
  }
  .in-banner-pc .banner-nav .swiper-button-prev,
  .in-banner-pc .banner-nav .swiper-button-next{
    width: 30px;
    height: 30px;
  }
  .in-banner-pc .banner-nav .swiper-button-prev:after,
  .in-banner-pc .banner-nav .swiper-button-next:after{
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .in-banner-pc{
    display: none;
  }
}
@media (max-width: 750px) {
  
}

.in-banner-mb{
  display: none;
  position: relative;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}
.in-banner-mb .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.in-banner-mb .swiper-pagination{
  width: 100%;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}
.in-banner-mb .swiper-pagination .swiper-pagination-bullet{
  background: #fff;
  width: 10px;
  height: 10px;
}
.in-banner-mb .swiper-pagination .swiper-pagination-bullet-active{
  background: #00984a;
}
.in-banner-mb .swiper-button-prev:after,
.in-banner-mb .swiper-button-next:after{
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 1024px) {
  .in-banner-mb{
    display: block;
  }
}
@media (max-width: 750px) {
  .in-banner-mb{
    border-radius: 0 0 30px 30px;
  }
  .in-banner-mb .swiper-pagination{
    bottom: 15px;
    gap:6px;
  }
  .in-banner-mb .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
  .in-banner-mb .swiper-button-prev:after,
  .in-banner-mb .swiper-button-next:after{
    font-size: 18px;
  }
}

.in-title{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}
.in-title.white{
  color: #fff;
}
.in-title .left{
  flex:1;
  line-height: 1.2;
}
.in-title .left h1{
  font-size: 54px;
}
.in-title .left h2{
  font-size: 42px;
}
.in-more{
  width: 198px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border:1px #000 solid;
  padding:0 20px;
  border-radius: 10px;
}
.in-more.white{
  color: #fff;
  border-color: #fff;
}
.in-more i{
  font-size: 24px;
  display: block;
}
.in-more:hover{
  background: #00984a;
  color: #fff;
  border-color: #00984a;
}
@media (max-width: 1600px) {
  .in-title .left h1{
    font-size: 48px;
  }
  .in-title .left h2{
    font-size: 36px;
  }
}
@media (max-width: 1360px) {
  .in-title .left h1{
    font-size: 42px;
  }
  .in-title .left h2{
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .in-title .right{
    margin-top: 4%;
  }
  .in-title .left h1{
    font-size: 32px;
  }
  .in-title .left h2{
    font-size: 18px;
  }
  .in-more{
    width: 160px;
    height: 50px;
    padding:0 15px;
  }
}
@media (max-width: 750px) {
  .in-title{
    flex-direction: column;
    align-items: flex-start;
  }
  .in-title .left h1{
    font-size: 24px;
  }
  .in-title .left h2{
    font-size: 16px;
  }
  .in-more{
    width: 140px;
    height: 40px;
  }
  .in-more i{
    font-size: 16px;
  }
}

.in-products{
  margin-top: 100px;
  overflow: hidden;
}
.in-products .in-title{
  align-items: flex-start;
}
.in-products .in-title .right .typelist ul{
  display: flex;
  align-items: center;
  gap:10px;
}
.in-products .in-title .right .typelist a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border:1px #000 solid;
  border-radius: 10px;
  padding:10px 15px;
}
.in-products .in-title .right .typelist i{
  display: block;
  margin-left: 20px;
}
.in-products .in-title .right .typelist a:hover{
  background: #00984a;
  color: #fff;
  border-color: #00984a;
}
.in-products .content{
  position: relative;
}
/* 错落有致：按可见位置（左/中/右）应用，避免 loop 模式下第二页显示错误 */
.in-products .content .swiper-wrapper{
  align-items: flex-end;
}
.in-products .content .list .swiper-slide:nth-child(3n+1){
  padding-bottom: 0; /* 左侧卡片较高 */
}
.in-products .content .list .swiper-slide:nth-child(3n+2){
  padding-bottom: 80px;    /* 中间卡片较矮 */
}
.in-products .content .list .swiper-slide:nth-child(3n+3){
  padding-bottom: 160px; /* 右侧卡片较高 */
}
.in-products .content .list .swiper-slide a{
  display: block;
  background: #e7ebee;
  border-radius: 20px;
  padding:30px;
  overflow:hidden;
}
.in-products .content .list .swiper-slide .image{
  width: 100%;
  padding-bottom: 100%;
  margin:20px 0;
  position: relative;
  overflow:hidden;
}
.in-products .content .list .swiper-slide .image .box{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.in-products .content .list .swiper-slide .image .box img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in-products .content .list .swiper-slide a:hover .image .box img{
  transform: scale(1.05);
}
.in-products .content .list .swiper-slide .word{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.in-products .content .list .swiper-slide .word .lt{
  font-size: 24px;
  font-weight: 500;
  flex:1;
  display:block;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}
.in-products .content .list .swiper-slide .word .rt i{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in-products .content .list .swiper-slide a:hover .word .rt i{
  background: #00984a;
  color: #fff;
}
.in-products .content .button{
  display: flex;
  gap:16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.in-products .content .button .swiper-button-prev,
.in-products .content .button .swiper-button-next{
  position: static;
  width: 64px;
  height: 64px;
  border:1px #eee solid;
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin:0;
}
.in-products .content .button .swiper-button-prev:hover,
.in-products .content .button .swiper-button-next:hover{
  background: #00984a;
  border-color: #00984a;
}
.in-products .content .button .swiper-button-prev:after,
.in-products .content .button .swiper-button-next:after{
  display: none;
}
.in-products .content .button.swiper-button-prev i,
.in-products .content .button .swiper-button-next i{
  font-size: 24px;
}
.in-products .content .button .swiper-button-prev:hover i,
.in-products .content .button .swiper-button-next:hover i{
  color: #fff;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  .in-products .content .list .swiper-slide .word .lt{
    font-size: 20px;
  }
  .in-products .content .list .swiper-slide .word .rt i{
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .in-products{
    margin-top: 10%;
  }
  /* 移动端单卡显示时取消错落效果 */
  .in-products .content .list .swiper-slide:nth-child(3n+1),
  .in-products .content .list .swiper-slide:nth-child(3n+2),
  .in-products .content .list .swiper-slide:nth-child(3n+3){
    padding-bottom: 0;
  }
  .in-products .in-title .right li{
    display: none;
  }
  .in-products .in-title .right li:last-child{
    display: block;
  }
  .in-products .content{
    margin-top: 6%;
  }
  .in-products .content .list .swiper-slide a{
    padding:4%;
  }
  .in-products .content .list .swiper-slide .image{
    margin:2% 0;
  }
  .in-products .content .list .swiper-slide .word .lt{
    font-size: 18px;
  }
  .in-products .content .list .swiper-slide .word .rt i{
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .in-products .content .button .swiper-button-prev,
  .in-products .content .button .swiper-button-next{
    width: 48px;
    height: 48px;
  }
  .in-products .content .button .swiper-button-prev i,
  .in-products .content .button .swiper-button-next i{
    font-size: 18px;
  }
  .in-products .content .button{
    position: static;
    justify-content: center;
    margin-top: 6%;
    gap:10px;
  }
}
@media (max-width: 750px) {
  .in-products .in-title .right .typelist a{
    padding:8px 15px;
  }
  .in-products .in-title .right .typelist i{
    margin-left: 10px;
  }
  .in-products .content .list .swiper-slide a{
    border-radius: 10px;
  }
  .in-products .content .list .swiper-slide .word .lt{
    font-size: 16px;
  }
  .in-products .content .list .swiper-slide .word .rt i{
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .in-products .content .button .swiper-button-prev,
  .in-products .content .button .swiper-button-next{
    width: 36px;
    height: 36px;
  }
  .in-products .content .button .swiper-button-prev i,
  .in-products .content .button .swiper-button-next i{
    font-size: 12px;
  }
}

.in-about{
  width: 100%;
  background: url(../images/in-bg1.jpg) no-repeat center;
  background-size:cover;
  overflow: hidden;
}
.in-about .top,
.in-about .bottom{
  width: 100%;
  height: 100px;
  background: #fff;
}
.in-about .top{
  border-radius: 0 0 100px 100px;
}
.in-about .bottom{
  border-radius: 100px 100px 0 0;
}
.in-about .center{
  padding:100px 0;
  overflow: hidden;
}
.in-about .center .content{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.in-about .center .content .left{
  width: 50%;
  color: #fff;
}
.in-about .center .content .left .word .c{
  margin-top: 50px;
}
.in-about .center .content .left .in-more{
  margin-top: 80px;
}
.in-about .center .content .right{
  color: #fff;
  width: 30%;
}
.in-about .center .content .right li{
  width: 100%;
  border-top: 1px rgba(255, 255, 255, .5) solid;
  padding:20px 0 50px 0;
  overflow: hidden;
}
.in-about .center .content .right .lt,
.in-about .center .content .right .rt{
  width: 40%;
}
.in-about .center .content .right .lt{
  display: flex;
  align-items: flex-end;
}
.in-about .center .content .right .lt span{
  font-size: 24px;
  font-weight: 600;
}
.in-about .center .content .right .lt .counter{
  font-size: 64px;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .in-about .top{
    border-radius: 0 0 80px 80px;
  }
  .in-about .bottom{
    border-radius: 80px 80px 0 0;
  }
  .in-about .top,
  .in-about .bottom{
    height: 80px;
  }
  .in-about .center .content .right .lt .counter{
    font-size: 60px;
  }
}
@media (max-width: 1360px) {
  .in-about .top{
    border-radius: 0 0 60px 60px;
  }
  .in-about .bottom{
    border-radius: 60px 60px 0 0;
  }
  .in-about .top,
  .in-about .bottom{
    height: 60px;
  }
  .in-about .center .content .right .lt span{
    font-size: 20px;
  }
  .in-about .center .content .right .lt .counter{
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .in-about .top{
    border-radius: 0 0 50px 50px;
  }
  .in-about .bottom{
    border-radius: 50px 50px 0 0;
  }
  .in-about .top,
  .in-about .bottom{
    height: 50px;
  }
  .in-about .center{
    padding:10% 0;
  }
  .in-about .center .content{
    margin-top: 8%;
    flex-direction: column;
  }
  .in-about .center .content .left,
  .in-about .center .content .right{
    width: 100%;
  }
  .in-about .center .content .right{
    margin-top: 6%;
  }
  .in-about .center .content .left .word .c{
    margin-top: 5%;
  }
  .in-about .center .content .left .in-more{
    margin-top: 8%;
  }
  .in-about .center .content .right li{
    padding:2% 0 5% 0;
  }
  .in-about .center .content .right li:last-child{
    padding-bottom: 0;
  }
  .in-about .center .content .right .lt,
  .in-about .center .content .right .rt{
    width: 48%;
  }
  .in-about .center .content .right .lt span{
    font-size: 16px;
  }
  .in-about .center .content .right .lt .counter{
    font-size: 36px;
  }
}
@media (max-width: 750px) {
  .in-about .top{
    border-radius: 0 0 30px 30px;
  }
  .in-about .bottom{
    border-radius: 30px 30px 0 0;
  }
  .in-about .center .content .right .lt span{
    font-size: 14px;
  }
  .in-about .center .content .right .lt .counter{
    font-size: 24px;
  }
}

.in-service{
  width: 100%;
  overflow: hidden;
}
.in-service .in-title .right{
  display: flex;
  gap:16px;
}
.in-service .in-title .right .swiper-button-prev,
.in-service .in-title .right .swiper-button-next{
  position: static;
  width: 64px;
  height: 64px;
  border:1px #eee solid;
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin:0;
}
.in-service .in-title .right .swiper-button-prev:hover,
.in-service .in-title .right .swiper-button-next:hover{
  background: #00984a;
  border-color: #00984a;
}
.in-service .in-title .right .swiper-button-prev:after,
.in-service .in-title .right .swiper-button-next:after{
  display: none;
}
.in-service .in-title .right .swiper-button-prev i,
.in-service .in-title .right .swiper-button-next i{
  font-size: 24px;
}
.in-service .in-title .right .swiper-button-prev:hover i,
.in-service .in-title .right .swiper-button-next:hover i{
  color: #fff;
}
.in-service .content{
  width: 100%;
  margin-top: 80px;
  padding-left: 11%;
  overflow: hidden;
}
.in-service .content .image{
  border-radius: 20px;
  overflow: hidden;
}
.in-service .content .image img{
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in-service .content a:hover .image img{
  transform: scale(1.05);
}
.in-service .content .word .word-1{
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}
.in-service .content .word .word-2{
  margin-top: 10px;
}
.in-service .content .word .word-3{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.in-service .content .word .word-3 i{
  width: 20px;
  height: 20px;
  background: #e7ebee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in-service .content a:hover .word .word-3 i{
  background: #00984a;
  color: #fff;
}
@media (max-width: 1600px) {
  .in-service .content{
    padding-left: 8%;
  }
}
@media (max-width: 1360px) {
  .in-service .content{
    padding-left: 3%;
  }
}
@media (max-width: 1024px) {
  .in-service .in-title .right{
    gap:10px;
  }
  .in-service .in-title .right .swiper-button-prev,
  .in-service .in-title .right .swiper-button-next{
    width: 48px;
    height: 48px;
  }
  .in-service .in-title .right .swiper-button-prev i,
  .in-service .in-title .right .swiper-button-next i{
    font-size: 18px;
  }
  .in-service .content{
    margin-top: 8%;
    padding:0 3%;
  }
  .in-service .content .word .word-1{
    margin-top: 4%;
    font-size: 20px;
  }
  .in-service .content .word .word-2{
    margin-top: 2%;
  }
  .in-service .content .word .word-3{
    margin-top: 4%;
  }
}
@media (max-width: 750px) {
  .in-service .in-title .right .swiper-button-prev,
  .in-service .in-title .right .swiper-button-next{
    width: 36px;
    height: 36px;
  }
  .in-service .in-title .right .swiper-button-prev i,
  .in-service .in-title .right .swiper-button-next i{
    font-size: 12px;
  }
  .in-service .content .image{
    border-radius: 10px;
  }
  .in-service .content .word .word-1{
    font-size: 18px;
  }
}

.in-advantage{
  width: 100%;
  background: url(../images/in-bg2.jpg) no-repeat center;
  background-size:cover;
  border-radius: 100px 100px 0 0;
  margin-top: 100px;
  overflow: hidden;
}
.in-advantage .top{
  padding: 100px 0;
  overflow: hidden;
}
.in-advantage .top .content{
  color: #fff;
}
.in-advantage .top .content .content-box1{
  margin-top: 80px;
  display: flex;
}
.in-advantage .top .content .content-box1 .image{
  width: 55.625%;
  display: flex;
  align-items: flex-end;
}
.in-advantage .top .content .content-box1 .image .picture{
  width: 88%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.in-advantage .top .content .content-box1 .image .picture img{
  width: 100%;
  display: block;
}
.in-advantage .top .content .content-box1 .image .picture .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 152, 74, 0), rgba(0, 152, 74, .8));
}
.in-advantage .top .content .content-box1 .image .more{
  width: 120px;
  height: 120px;
  background: #00984a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  margin-left: -60px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.in-advantage .top .content .content-box1 .word{
  width: 42.875%;
  margin-top: 50px;
}
.in-advantage .top .content .content-box1 .word .word-1{
  font-size: 36px;
  font-weight: 500;
}
.in-advantage .top .content .content-box1 .word .word-2{
  margin-top: 10px;
}
.in-advantage .top .content .content-box2{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -60px;
}
.in-advantage .top .content .content-box2 .word{
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.in-advantage .top .content .content-box2 .word .word-wrap{
  width: 80%;
}
.in-advantage .top .content .content-box2 .word .word-wrap .word-1{
  font-size: 36px;
  font-weight: 500;
}
.in-advantage .top .content .content-box2 .word .word-wrap .word-2{
  margin-top: 10px;
}
.in-advantage .top .content .content-box2 .image{
  width: 34%;
  display: flex;
  align-items: flex-end;
}
.in-advantage .top .content .content-box2 .image .picture{
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.in-advantage .top .content .content-box2 .image .picture img{
  width: 100%;
  display: block;
}
.in-advantage .top .content .content-box2 .image .picture .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 152, 74, 0), rgba(0, 152, 74, .8));
}
.in-advantage .top .content .content-box3{
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in-advantage .top .content .content-box3 .box-wrap{
  width: 63%;
}
.in-advantage .top .content .content-box3 .image{
  width: 100%;
}
.in-advantage .top .content .content-box3 .image .picture{
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.in-advantage .top .content .content-box3 .image .picture img{
  width: 100%;
  display: block;
}
.in-advantage .top .content .content-box3 .image .picture .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 152, 74, 0), rgba(0, 152, 74, .8));
}
.in-advantage .top .content .content-box3 .word{
  margin-top: 30px;
}
.in-advantage .top .content .content-box3 .word .word-1{
  font-size: 36px;
  font-weight: 500;
}
.in-advantage .top .content .content-box3 .word .word-2{
  margin-top: 10px;
}
.in-advantage .top .in-more{
  margin: 0 auto;
  margin-top: 50px;
}
.in-advantage .bottom{
  width: 100%;
  height: 100px;
  border-radius: 100px 100px 0 0;
  background: #f3f4f8;
}
@media (max-width: 1600px) {
  .in-advantage{
    border-radius: 80px 80px 0 0;
    margin-top: 10%;
  }
  .in-advantage .bottom{
    border-radius: 80px 80px 0 0;
  }
  .in-advantage .bottom{
    height: 80px;
  }
  .in-advantage .top .content .content-box1 .word .word-1,
  .in-advantage .top .content .content-box2 .word .word-wrap .word-1,
  .in-advantage .top .content .content-box3 .word .word-1{
    font-size: 32px;
  }
}
@media (max-width: 1360px) {
  .in-advantage{
    border-radius: 60px 60px 0 0;
  }
  .in-advantage .bottom{
    border-radius: 60px 60px 0 0;
  }
  .in-advantage .bottom{
    height: 60px;
  }
  .in-advantage .top .content .content-box1 .word .word-1,
  .in-advantage .top .content .content-box2 .word .word-wrap .word-1,
  .in-advantage .top .content .content-box3 .word .word-1{
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .in-advantage{
    border-radius: 50px 50px 0 0;
  }
  .in-advantage .top{
    padding:10% 0;
  }
  .in-advantage .bottom{
    border-radius: 50px 50px 0 0;
  }
  .in-advantage .bottom{
    height: 50px;
  }
  .in-advantage .top .content .content-box1 .word .word-1,
  .in-advantage .top .content .content-box2 .word .word-wrap .word-1,
  .in-advantage .top .content .content-box3 .word .word-1{
    font-size: 24px;
  }
  .in-advantage .top .content .content-box1{
    margin-top: 8%;
  }
  .in-advantage .top .content .content-box1{
    flex-direction: column;
  }
  .in-advantage .top .content .content-box1 .image,
  .in-advantage .top .content .content-box1 .word{
    width: 100%;
  }
  .in-advantage .top .content .content-box1 .image .picture{
    width: 100%;
    height: 320px;
  }
  .in-advantage .top .content .content-box1 .image .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .in-advantage .top .content .content-box1 .image .more{
    display: none;
  }
  .in-advantage .top .content .content-box1 .word{
    margin-top: 3%;
  }
  .in-advantage .top .content .content-box2,
  .in-advantage .top .content .content-box3{
    margin-top: 6%;
  }
  .in-advantage .top .content .content-box2{
    flex-direction: column-reverse;
  }
  .in-advantage .top .content .content-box2 .image,
  .in-advantage .top .content .content-box2 .word{
    width: 100%;
  }
  .in-advantage .top .content .content-box2 .image .picture{
    width: 100%;
    height: 320px;
  }
  .in-advantage .top .content .content-box2 .image .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .in-advantage .top .content .content-box2 .word .word-wrap{
    width: 100%;
    margin-top: 3%;
  }
  .in-advantage .top .content .content-box3 .image .picture{
    width: 100%;
    height: 320px;
  }
  .in-advantage .top .content .content-box3 .image .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .in-advantage .top .content .content-box3 .box-wrap{
    width: 100%;
  }
  .in-advantage .top .content .content-box3 .word{
    margin-top: 3%;
  }
  .in-advantage .top .in-more{
    margin-top: 5%;
  }
}
@media (max-width: 750px) {
  .in-advantage{
    border-radius: 30px 30px 0 0;
  }
  .in-advantage .bottom{
    border-radius: 30px 30px 0 0;
  }
  .in-advantage .top .content .content-box1 .word .word-1,
  .in-advantage .top .content .content-box2 .word .word-wrap .word-1,
  .in-advantage .top .content .content-box3 .word .word-1{
    font-size: 20px;
  }
  .in-advantage .top .content .content-box1 .image .picture,
  .in-advantage .top .content .content-box2 .image .picture,
  .in-advantage .top .content .content-box3 .image .picture{
    height: 240px;
    border-radius: 10px;
  }
  .in-advantage .top .content .content-box1 .word .word-2,
  .in-advantage .top .content .content-box2 .word .word-wrap .word-2,
  .in-advantage .top .content .content-box3 .word .word-2{
    margin-top: 0;
  }
}

.in-news{
  width: 100%;
  background: #f3f4f8;
  overflow: hidden;
}
.in-news .top{
  padding: 0 0 100px 0;
  overflow: hidden;
}
.in-news .top .content{
  margin-top: 80px;
}
.in-news .top .content .news-top a{
  display: flex;
  justify-content: space-between;
}
.in-news .top .content .news-top .image{
  width: 66%;
  height: 418px;
  border-radius: 20px 0 20px 0;
  position: relative;
  overflow: hidden;
}
.in-news .top .content .news-top .image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.in-news .top .content .news-top .word{
  width: 32%;
  background: #00984a;
  color: #fff;
  border-radius: 20px 0 20px 0;
  padding:24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.in-news .top .content .news-top .word .word-top .date{
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in-news .top .content .news-top .word .word-top .title{
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 10px;
}
.in-news .top .content .news-top .word .word-bottom{
  border-top: 1px rgba(255, 255, 255, .3) solid;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.in-news .top .content .news-top .word .word-top .summary{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.in-news .top .content .news-bottom ul{
  display: flex;
  flex-wrap: wrap;
}
.in-news .top .content .news-bottom li{
  width: 32%;
  margin-top: 2%;
  margin-right: 2%;
}
.in-news .top .content .news-bottom li:nth-child(3n){
  margin-right: 0;
}
.in-news .top .content .news-bottom a{
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  border-radius: 20px 0 20px 0;
  padding:24px;
}
.in-news .top .content .news-bottom a:hover{
  background: #00984a;
  color: #fff;
}
.in-news .top .content .news-bottom .date{
  font-size: 14px;
  color: #00984a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in-news .top .content .news-bottom a:hover .date{
  color: #fff;
}
.in-news .top .content .news-bottom .title{
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 10px;
}
.in-news .top .content .news-bottom .summary{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.in-news .top .content .news-bottom .more{
  border-top: 1px #eee solid;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.in-news .top .content .news-bottom a:hover .more{
  border-color: rgba(255, 255, 255, .3);
}
.in-news .top .content .news-bottom .more .lt{
  color: #666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in-news .top .content .news-bottom .more .rt{
  color: #00984a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in-news .top .content .news-bottom .more .rt i{
  font-size: 14px;
}
.in-news .top .content .news-bottom a:hover .more .lt,
.in-news .top .content .news-bottom a:hover .more .rt{
  color: #fff;
}
.in-news .bottom{
  width: 100%;
  height: 100px;
  border-radius: 100px 100px 0 0;
  background: #1b1b1b;
}
@media (max-width: 1600px) {
  .in-news .bottom{
    border-radius: 80px 80px 0 0;
    height: 100px;
  }
}
@media (max-width: 1360px) {
  .in-news .bottom{
    border-radius: 60px 60px 0 0;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .in-news .top{
    padding: 0 0 10% 0;
  }
  .in-news .top .content{
    margin-top: 8%;
  }
  .in-news .top .content .news-top a{
    flex-direction: column;
  }
  .in-news .top .content .news-top .image,
  .in-news .top .content .news-top .word{
    width: 100%;
  }
  .in-news .top .content .news-top .image{
    border-radius: 20px 0 0 0;
    height: 360px;
  }
  .in-news .top .content .news-top .word{
    border-radius: 0 0 20px 0;
    padding:3%;
  }
  .in-news .top .content .news-top .word .word-top .title{
    margin-top: 2%;
  }
  .in-news .top .content .news-top .word .word-top .summary{
    margin-top: 3%;
  }
  .in-news .top .content .news-top .word .word-bottom{
    margin-top: 4%;
    padding-top: 2%;
  }
  .in-news .top .content .news-bottom a{
    padding:3%;
  }
  .in-news .top .content .news-bottom li{
    width: 100%;
    margin-right: 0;
  }
  .in-news .top .content .news-bottom .title{
    margin-top: 2%;
  }
  .in-news .top .content .news-bottom .summary{
    margin-top: 3%;
  }
  .in-news .top .content .news-bottom .more{
    margin-top: 4%;
    padding-top: 2%;
  }
  .in-news .bottom{
    border-radius: 50px 50px 0 0;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .in-news .top .content .news-top .image{
    border-radius: 10px 0 0 0;
    height: 300px;
  }
  .in-news .top .content .news-top .word,
  .in-news .top .content .news-bottom a{
    border-radius: 0 0 10px 0;
  }
  .in-news .bottom{
    border-radius: 30px 30px 0 0;
  }
}