@charset "utf-8";
.n-about{
   width: 100%;
   margin-top: 100px;
   overflow:hidden;
}
.n-about .about-title{
   
}
.n-about .about-title .title-1{
  color: #00984a;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.n-about .about-title .title-1::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #00984a;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}
.n-about .about-title .title-2{
  font-size: 42px;
  font-weight: 400;
}
.n-about .about-box1{
   overflow: hidden;
}
.n-about .about-box1 .top{
  display: flex;
}
.n-about .about-box1 .top .about-title{
  width: 40%;
}
.n-about .about-box1 .top .content{
  flex:1;
}
.n-about .about-box1 .bottom{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.n-about .about-box1 .bottom .bigImg{
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
}
.n-about .about-box1 .bottom .bigImg img{
  width: 100%;
  display: block;
}
.n-about .about-box1 .bottom .smallImg{
  width: 38%;
}
.n-about .about-box1 .bottom .smallImg .swiper-slide{
  border-radius: 20px;
  overflow: hidden;
}
.n-about .about-box1 .bottom .smallImg .swiper-slide img{
  width: 100%;
  display: block;
}
.n-about .about-box1 .bottom .smallImg .control{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  gap:10px;
}
.n-about .about-box1 .bottom .smallImg .control .swiper-button-prev,
.n-about .about-box1 .bottom .smallImg .control .swiper-pagination,
.n-about .about-box1 .bottom .smallImg .control .swiper-button-next{
  position: static;
  margin:0;
}
.n-about .about-box1 .bottom .smallImg .control .swiper-button-prev:after,
.n-about .about-box1 .bottom .smallImg .control .swiper-button-next:after{
  font-size: 14px;
  color: #000;
}
.n-about .about-box1 .bottom .smallImg .control .swiper-pagination{
  display: flex;
  gap:10px;
}
.n-about .about-box1 .bottom .smallImg .control .swiper-pagination .swiper-pagination-bullet-active{
  background: #00984a;
}
.n-about .about-box2{
  width: 100%;
  margin-top: 100px;
  padding:100px 0;
  background: url(../images/f1bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.n-about .about-box2 .content{
  margin-top: 60px;
}
.n-about .about-box2 .content .swiper-box{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.n-about .about-box2 .content .swiper-box .line{
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #bbb;
}
.n-about .about-box2 .content .swiper-box .list-box{
  position: relative;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-slide .year{
  font-size: 36px;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-slide .icon{
  width: 40px;
  height: 40px;
  background: transparent;
  margin-top: 50px;
  border-radius: 50%;
  position: relative;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-slide .icon:after{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-slide .wordbox{
  display: none;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-slide-active{
  color: #00984a;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-slide-active .icon{
  background: #00984a;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-slide-active .icon:after{
  background: #fff;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-prev,
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-next{
  width: 50px;
  height: 50px;
  background: #fff;
  top:auto;
  bottom: 0;
  margin:0;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-prev{
  left: 0;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-next{
  right: 0;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-prev:hover,
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-next:hover{
  background: #00984a;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-prev:after,
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-next:after{
  font-size: 18px;
  color: #000;
}
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-prev:hover:after,
.n-about .about-box2 .content .swiper-box .list-box .swiper-button-next:hover:after{
  color: #fff;
}
.n-about .about-box2 .content .content-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  overflow: hidden;
}
.n-about .about-box2 .content .content-box .image{
  width: 40%;
  border-radius: 20px;
  overflow:hidden;
}
.n-about .about-box2 .content .content-box .image img{
  width: 100%;
  display: block;
}
.n-about .about-box2 .content .content-box .word{
  width: 56%;
  max-height: 450px;
  overflow: hidden;
  overflow-y: auto;
}
.n-about .about-box3,
.n-about .about-box4{
  margin-top: 100px;
  overflow: hidden;
}
.n-about .about-box3{
  display: flex;
  justify-content: space-between;
}
.n-about .about-box3 .about-left{
  width: 50%;
}
.n-about .about-box3 .about-left .content{
  margin-top: 30px;
}
.n-about .about-box3 .about-right{
  width: 35%;
}
.n-about .about-box3 .about-right ul{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.n-about .about-box3 .about-right li{
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
.n-about .about-box3 .about-right li:before{
  content: "";
  width: 3px;
  height: 60%;
  background: #00984a;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.n-about .about-box3 .about-right .text{
  color: #00984a;
  font-size: 14px;
}
.n-about .about-box3 .about-right .number{
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.n-about .about-box3 .about-right .number span{
  font-size: 24px;
}
.n-about .about-box3 .about-right .number .counter{
  font-size: 60px;
  line-height: 1;
}
.n-about .about-box4 .top{
  display: flex;
  justify-content: space-between;
}
.n-about .about-box4 .top .about-title{
  flex:1;
}
.n-about .about-box4 .top .content{
  width: 40%;
}
.n-about .about-box4 .bottom{
  margin-top: 80px;
  position: relative;
  justify-content: center;
}
.n-about .about-box4 .bottom > img{
  max-width: 100%;
  display: block;
}
.n-about .about-box4 .bottom .about-global-box-pop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.n-about .about-box4 .bottom .agbd-item, 
.n-about .about-box4 .bottom .agbp-item {
    position: absolute;
    pointer-events: all;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.n-about .about-box4 .bottom .agbp-item.on {
    z-index: 11;
}
.n-about .about-box4 .bottom .agbp-item span, 
.n-about .about-box4 .bottom .agbd-item span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.n-about .about-box4 .bottom .agbd-item::before, 
.n-about .about-box4 .bottom .agbd-item::after, 
.n-about .about-box4 .bottom .agbd-item span::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(at 50% 50%, rgba(0, 0, 0, 0), #00984a);
    border-radius: 50%;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    animation: 3s linear 0s infinite normal none running kuox;
}
.n-about .about-box4 .bottom .agbd-item span {
    border-radius: 50%;
    z-index: 3;
    background: #00984a;
}
.n-about .about-box4 .bottom .agbp-item:first-child span {
    display: none !important;
}
.n-about .about-box4 .bottom .agbp-item:first-child .agbd-item, 
.n-about .about-box4 .bottom .agbp-item:first-child .agbp-item {
    width: 20px;
    height: 20px;
}
.n-about .about-box4 .bottom .agbp-item:first-child .agbd-item {
    opacity: 1 !important;
    background: transparent !important;
}
.n-about .about-box4 .bottom .agbp-item img {
    display: none;
    width: 18px;
}
.n-about .about-box4 .bottom .agbp-item:first-child img {
    display: block;
    position: relative;
    z-index: 10;
}
.n-about .about-box4 .bottom .agbp-item:first-child .agbd-item span {
    display: none !important;
}
@keyframes kuox {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }

    10% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    90% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(4);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes kuox1 {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }

    10% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(1);
    }

    90% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(4);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}
.n-about .about-box5{
  width: 100%;
  margin-top: 100px;
  position: relative;
  padding:100px 0 0 0;
  background: url(../images/ab-h-bj.jpg) no-repeat center;
  background-size: cover;
}
.n-about .about-box5 .wordBox .top{
  display: flex;
  align-items: flex-end;
}
.n-about .about-box5 .wordBox .top .about-title{
  width: 40%;
}
.n-about .about-box5 .wordBox .top .content{
  flex:1;
}
.n-about .about-box5 .wordBox{
  position:relative;
}
.n-about .about-box5 .wordBox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 101%;
  left: 0;
  margin-top: -60px;
  background: url(../images/icon-about-4-ty.png) center top;
  background-size: 100% auto;
}
.n-about .about-box5 .wordBox .bottom{
  margin-top: 60px;
}
.n-about .about-box5 .wordBox ul.a4list li{
  padding: 0 30px;
}
.n-about .about-box5 .wordBox ul.a4list li .img-box {
  margin-bottom:25px;
}
.n-about .about-box5 .wordBox ul.a4list li .img-box img{
  width:100%;
  display:block;
}
.n-about .about-box5 .wordBox ul.a4list li .hname {
    font-size:16px;
    color:#000;
    text-transform:uppercase;
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
.n-about .about-box5 .footer-bottom{
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .n-about .about-title .title-2{
    font-size: 36px;
  }
  .n-about .about-box3 .about-right .number .counter{
    font-size: 54px;
  }
  .n-about .about-box4 .bottom .about-global-box-pop .agbd-item, 
  .n-about .about-box4 .bottom .about-global-box-pop .agbp-item {
    width: 8px;
    height: 8px;
  }
  .n-about .about-box5 .wordBox:before{
    margin-top:-55px;
  }
  .n-about .about-box5 .wordBox ul.a4list li{
    padding:0 3%;
  }
}
@media (max-width: 1360px) {
  .n-about .about-title .title-2{
    font-size: 32px;
  }
  .n-about .about-box3 .about-right .number .counter{
    font-size: 48px;
  }
  .n-about .about-box5 .wordBox:before{
      margin-top:-50px;
  }
}
@media (max-width: 1024px) {
  .n-about{
    margin-top: 10%;
  }
  .n-about .about-title .title-2{
    font-size: 24px;
  }
  .n-about .about-box1 .top{
    flex-direction: column;
  }
  .n-about .about-box1 .top .content{
    margin-top: 4%;
  }
  .n-about .about-box1 .bottom{
    margin-top: 8%;
  }
  .n-about .about-box1 .bottom .bigImg{
    display: none;
  }
  .n-about .about-box1 .bottom .smallImg{
    width: 100%;
  }
  .n-about .about-box1 .bottom .smallImg .control{
    margin-top: 3%;
    justify-content: center;
    gap:5px;
  }
  .n-about .about-box1 .bottom .smallImg .control .swiper-pagination{
    gap:5px;
  }
  .n-about .about-box2{
    margin-top: 10%;
    padding:10% 0;
  }
  .n-about .about-box2 .content{
    margin-top: 5%;
  }
  .n-about .about-box2 .content .swiper-box .list-box .swiper-slide .icon{
    margin-top: 5%;
  }
  .n-about .about-box2 .content .content-box{
    margin-top: 4%;
    display: block;
  }
  .n-about .about-box2 .content .content-box .image,
  .n-about .about-box2 .content .content-box .word{
    width: 100%;
  }
  .n-about .about-box2 .content .content-box .word{
    margin-top: 4%;
  }
  .n-about .about-box3,
  .n-about .about-box4{
    margin-top: 10%;
  }
  .n-about .about-box3{
    flex-direction: column;
  }
  .n-about .about-box3 .about-left,
  .n-about .about-box3 .about-right{
    width: 100%;
  }
  .n-about .about-box3 .about-left .content{
    margin-top: 3%;
  }
  .n-about .about-box3 .about-right{
    margin-top: 6%;
  }
  .n-about .about-box3 .about-right li{
    padding:3% 6%;
  }
  .n-about .about-box3 .about-right .number{
    margin-top: 2%;
  }
  .n-about .about-box3 .about-right .number span{
    font-size: 18px;
  }
  .n-about .about-box3 .about-right .number .counter{
    font-size: 36px;
  }
  .n-about .about-box4 .top{
    flex-direction: column;
  }
  .n-about .about-box4 .top .content{
    width: 100%;
    margin-top: 4%;
  }
  .n-about .about-box4 .bottom{
    margin-top: 8%;
  }
  .n-about .about-box5{
    margin-top: 10%;
    padding-top: 10%;
  }
  .n-about .about-box5 .wordBox .top{
    flex-direction: column;
    align-items: flex-start;
  }
  .n-about .about-box5 .wordBox .top .content{
    margin-top: 5%;
  }
  .n-about .about-box5 .wordBox .bottom{
    margin-top: 6%;
  }
  .n-about .about-box5 .wordBox:before {
      display:none;
  }
  .n-about .about-box5 .wordBox ul.a4list li .img-box{
    margin-bottom: 3%;
  }
  .n-about .about-box5 .footer-bottom{
    margin-top: 10%;
  }
  .n-about .about-box5 .wordBox ul.a4list li .hname{
    display: none;
  }
}
@media (max-width: 750px) {
  .n-about .about-title .title-1::before{
    margin-right: 5px;
  }
  .n-about .about-title .title-2{
    font-size: 20px;
  }
  .n-about .about-box1 .bottom .smallImg .swiper-slide{
    border-radius: 10px;
  }
  .n-about .about-box2 .content .swiper-box .line{
    bottom: 15px;
  }
  .n-about .about-box2 .content .swiper-box .list-box .swiper-slide .icon,
  .n-about .about-box2 .content .swiper-box .list-box .swiper-button-prev,
  .n-about .about-box2 .content .swiper-box .list-box .swiper-button-next{
    width: 30px;
    height: 30px;
  }
  .n-about .about-box2 .content .swiper-box .list-box .swiper-button-prev:after,
  .n-about .about-box2 .content .swiper-box .list-box .swiper-button-next:after{
    font-size: 12px;
  }
  .n-about .about-box3 .about-right li{
    border-radius: 10px;
  }
  .n-about .about-box3 .about-right .text{
    font-size: 12px;
  }
  .n-about .about-box3 .about-right .number span{
    font-size: 16px;
  }
  .n-about .about-box3 .about-right .number .counter{
    font-size: 32px;
  }
  .n-about .about-box5 .wordBox ul.a4list li{
    padding:0;
  }
}