div,
p {
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
}
[v-cloak] { 
  display: none; 
} 
.home-page {
  width: 100%;
  height: 100%;
  /* background-color: pink; */
  /* overflow-y: auto; */
  /* position: relative; */
}
/* --------------------------------------------首页--------------------------------------------- */
.page-one {
    width: 100%;
    height: 100%;
    /* background-color: red; */
  }
/* 头部样式 */
.page-header {
    width: 100%;
    height: 74px;
    padding: 0 10%;
    box-sizing: border-box;
    /* position: fixed; */
    z-index: 9999;
     
  }
  
  .felx-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%);
  }
  
  .page-logo-img {
    width: 164px;
    padding-top: 12px;
  }
  
  .page-logo-img>img {
    width: 90%;
    height: 58px;
  }
  
  .heard-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .telphone {
    width: 200px;
    display: flex;
    align-items: center;
    min-width: 146px;
    font-size: 17px;
    display: flex;
  }
  .telphone>img{
    padding-right: 5px;
  }
  
  .route-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    text-align: center;
  }
  
  .route-box p {
    padding: 0 5px;
    width: 108px;
    font-size: 16px;
    color: #6A6D75;
    letter-spacing: -0.08px;
    line-height: 74px;
    text-align: center;
  }
  .route-box a{
    padding: 0 5px;
    width: 108px;
    font-size: 16px;
    color: #6A6D75;
    letter-spacing: -0.08px;
    line-height: 74px;
    text-align: center;
  }
  
  .route-box .default:hover {
    cursor: pointer;
    /* position: relative;
    color: #E86B1C !important;
    background-color: transparent;
    background-image: linear-gradient(#d36d4066, transparent); */
  }
  .active {
    position: relative;
    width: 33%;
    height: 100%;
    /* color: #08aaa4 !important; */
    color: #E86B1C !important;
    background-color: transparent;
    letter-spacing: -0.08px;
    line-height: 74px;
    cursor: pointer;
  }
  
  .active::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -10;
    top: 0;
    left: 0;
    opacity: .2;
    /* background-image: linear-gradient(#3FB894, #fff); */
    background-image: linear-gradient(#d36d40, #fff);
  }
  
  .active::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    /* background: #3FB894; */
    background: #f26b0f;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 1;
    transform: translatey(0px);
  }
  .default{
    position: relative;
    width: 33%;
    height: 100%;
    line-height: 74px;
    /* color: #08aaa4 !important; */
    color: #6A6D75;
    letter-spacing: -0.08px;
    background-color: transparent;
  }






 

/* 轮播图 */
.lunbo-con {
  width: 100%;
  height: 570px;
  /* margin-top: 74px; */
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
:root {
  --swiper-theme-color: #f26b0f !important;
}
.lunbo-con>img{
  width: 100%;
}

.lunbo-item {
  width: 100%;
  position: relative;
}


 

.lunbo-text  p:nth-child(1) {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 10px;
  text-shadow: 1px 4px 10px 4px #048939;
  
}
.lunbo-text  p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  word-break:break-all;
  width: 88%;
  text-shadow: 1px 4px 10px 4px #048939;
}
.lunbo-text{
  position: absolute;
  top: 21%;
  left: 25%;
  width: 50%;
  height: 30%;
  padding: 20px;
  background: url(./img/border.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

:host ::ng-deep nz-carousel-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-bg-img {
  width: 100%;
  height: 570px;
}

.page-bg-img>img {
  width: 100%;
  height: 100%;
}

.page-body {
  width: 100%;
}
/* 关键信息 */
.body-item2{
  width: 100%;
  padding: 0px 10%;
  position: relative;
  height: 130px;
  box-sizing: border-box;
  /* animation: 0s ease 0s 1 normal none running none; */
}
.Key-info{
  /* position: relative; */
  width: 86%;
  height: 100%;
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 4px 10px 4px #04893960;
  padding: 30px;
  position: absolute;
  top: -89px;
  right: calc( 7% - 30px);
  z-index: 10;
  justify-content: space-between;
  align-items: center;
}
.key-line{
  width: 2px;
  height: 70%;
  background:#949494 ;
}
.key-title{
  margin-bottom: 13px;
}
.key-title p:nth-child(1){
  color: #262626;
  font-size: 25px;
  font-weight: 600;
}
.key-title p:nth-child(2){
  color: #046604;
  font-size: 18px;
  font-weight:600;
}
.key-title p:nth-child(3){
  color: #046604;
  font-size: 13px;
}

.key-text p:nth-child(1){
  color: #f26b0f;
  font-size: 42px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  /* font-family: 'Courier New', Courier, monospace; */
}
.key-text{
  margin-bottom: 7px;
}
.font-weight{
  font-weight: 600;
}
.font-small{
  font-size: 20px!important;
  font-weight: 600;
}
.key-text p:nth-child(2){
  font-size: 20px;
}
/* 标题 */
.first-title {
  text-align: center;
  padding-bottom: 50px;
}

.text-title {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.first-title-line {
  margin: 10px auto;
  width: 40px;
  border-top: 1px solid rgb(210 210 210);
}

.first-title-english {
  color: #B0B0B0;
  font-size: 17px;
}

.body-item {
  width: 100%;
  padding: 40px 10%;
  box-sizing: border-box;
}
.body-item-bg1{
  background: url(./img/pbj3.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 80px !important;
}
.body-item-bg2 {
  background: url(./img/pbj1.png) no-repeat center;
  background-size: 100% 100%;
}

.body-item-bg3 {
  background: url(./img/pbj2.png) no-repeat center;
  background-size: 100% 100%;
}

.body-item-bg4 {
  background: url(./img/pbj3.png) no-repeat center;
  background-size: 100% 100%;
}

.body-item-bg5 {
  background: url(./img/pbj4.jpg) no-repeat center;
  background-size: 100% 100%;
}
/* 技术矩阵 */
.technology-content{
  flex-wrap: wrap;
}
.technology-item {
  width: 24%;
  height: 230rpx;
  text-align: center;
  /* background: #fff; */
  box-shadow: 0px 0px 77px 0px rgb(0 0 0 / 6%);
  border-radius: 6px;
  transition: all 0.36s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* padding: 20px; */
  margin-bottom: 30px;
  position: relative;

  
}
.technology-item:hover{
  box-shadow: 1px 4px 10px 4px #04893960;
  cursor: pointer;
}
.technology-item:hover .technology-title{
  background: #008947;
}
.technology-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 1px 2px 2px 2px #04893938;
}

.technology-item .title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.technology-item .info {
  font-size: 15px;
  color: #afadad;
  /* text-align: left;
  text-align: justify; */
  /* text-indent: 30px; */
}
.paading-right{
  width: 100%;
  height: 100%;
  /* padding-right: 30px; */
}
.technology-title{
  position: absolute;
    width: 100%;
    height: 20%;
    background: #43cd7999;
    bottom: 0px;
    color: #fff;
    z-index: 999;
    line-height: 48px;
    letter-spacing: 2px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    
}

/* 公司简介 */

.conmpany-profile-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.conmpany-info {
  width: 50%;
  max-height: 400px;
  overflow-y: auto;
}

.conmpany-info p {
  font-size: 16px;
  /* text-align: left; */
  text-indent: 30px;
  line-height: 30px;
  text-align: justify;
  padding-bottom: 20px;
}
/* .conmpany-info p:nth-child(3){
  color:#f26b0f ;
  font-weight: 600;
} */

.conmpany-img {
  padding-left: 40px;
  width: 50%;
  height: 400px;
  border-radius: 3px;
  position: relative;
}

.conmpany-img>img {
  width: 100%;
  height: 100%;
}
.conmpany-word{
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
    letter-spacing: 2px;
    text-align: center;
    /* right: 68px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.service-stytem-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}

.service-item {
  width: 24%;
  height: 400px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 77px 0px rgb(0 0 0 / 6%);
  border-radius: 6px;
  /* transition: all 1s ease; */
  overflow: hidden;
}
.service-item:hover{
  box-shadow: 1px 4px 10px 4px #04893960;
  cursor: pointer;
  /* transition: all 1s ease; */
}
.service-item:hover .text{
  color: #0D9B0D;
}

.assurance-item {
  display: flex;
  align-items: center;
    justify-content: center;
  width: 23%;
  max-height: 260px;
  position: relative;
  transition-duration: .3s;
    transition-property: transform;
}
.assurance-item::before{
  pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
    transition-duration: .3s;
    transition-property: transform,opacity;
    display: none;
}
.assurance-item img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.assurance-item:hover{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
  
   
}
.assurance-item img :hover{
  box-shadow: 1px 4px 10px 4px #894b0460;
}


.service-item img {
  width: 160px;
  margin-left: 40px;
  margin-top: 40px;
}

.service-item .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  padding-bottom: 10px;
}

.service-item .info {
  font-size: 15px;
  padding: 0 30px;
  text-align: left;
  text-align: justify;
  /* text-indent: 30px; */
}

.posizon-top-con {
  width: 140px;
  position: absolute;
  /* top: 60px; */
  left: calc(50% - 70px);
  z-index: 10;
  text-align: center;
}

.posizon-top-con img {
  width: 90px;
  height: 90px;
  border-radius: 0px !important;
}

.posizon-top-con .title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-top: 20px;
}

.product-stytem-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-item {
  width: 33.33%;
  height: 276px
}

.product-item-box {
  margin: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: relative;
}

.product-item-box img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.mask{
  opacity: 0;
  color: #fff;
  background: rgba(5, 168, 14, 0.534);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  
  
  /* transition:transform.5s; */
}
.mask p {
  font-size: 20px;
  font-weight: 600;
  
  
}
.product-item-box:hover .mask{
  opacity: 1;
  color: #fff;
  background: rgba(5, 168, 14, 0.534);
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in;
  border-radius: 4px;
}
.product-item-box:hover{
  box-shadow: 1px 4px 10px 4px #04893960;
}

  




/* 新闻公告 */
.news-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.news-container {
  width: 30%;
  height: 245px;
  padding-bottom: 70px;
}

.news-title {
  padding: 10px;
  /* color: #fff;
  background: #49B78D;
  background: linear-gradient(338deg, #6ccaa6, #49B78D); */
  font-size: 18px;
  font-weight: 600;

  letter-spacing: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-list {
  width: 100%;
  /* height: 100%; */
  overflow-y: auto;
  /* padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); */
}

.news-line {
  display: block;
  width: 6px;
  height: 24px;
  background: linear-gradient(120deg, #fedb3e, #ff6900);
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 10px;
}

.news-list div {
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
  border-bottom: 1px dashed #bcbebc;
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  
}

.news-list div p:nth-child(1) {
  width: 74%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list div p:nth-child(2) {
  width: 26%;
}

.news-more {
  font-size: 15px;
  font-weight: 500;
}
/* 底部 */
.page-footer {
  width: 100%;
  height: 300px;
}

.page-footer .top {
  width: 100%;
  height: 250px;
  background-color: #333;
}

.page-footer .bottom {
  width: 100%;
  height: 80px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-box{
  display: flex;
  border-bottom:1px solid #6A6D75 ;
  font-size: 17px;
  color: #6A6D75;
  padding-bottom: 15px;
  cursor: pointer;
}
.active2{
  color: white;
}
.default2{
  color: #6A6D75;
}
.active-4{
  color: #f26b0f;
}
.footer-box p{
  padding-right: 100px;
}
.foot-info{
  display: flex;
  color: white;
  font-size: 15px;
  justify-content: space-between;
  padding-top: 15px;
}
.foot-info p:nth-child(2){
  padding-top: 15px;
}
.foot-info p:nth-child(3){
  padding-top: 15px;
}
.foot-info p:nth-child(4){
  padding-top: 15px;
}

.focus{
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 2px;
}
.footer-box a:hover{
  color: #fff;
}
.footer-box a{
  margin-right: 150px
}
/* --------------------------------------------解决方案--------------------------------------------- */
 
.page-two{
  width: 100%;
  height: 100%;
}
/* 轮播 */
.lunbo-con2 {
  width: 100%;
  height: 400px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://s3.bmp.ovh/imgs/2022/06/30/35aaf778864f62ef.jpg) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  /* background: pink; */
}
.lunbo-con2  div{
  width: 30%;
  height: 40%;
  background: url(https://s1.ax1x.com/2022/06/27/jE7GE8.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lunbo-con2 p:nth-child(1){
  font-size: 30px;
  font-weight: 600;
}
.lunbo-con2 p:nth-child(2){
  font-size: 21px;
  font-weight: 500;
  position: absolute;
  bottom: 107px;
}
/* 内容设置 */
.location{
  color: #3a3a3a;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.location .active-3{
  color: #f26b0f;
  font-weight: 600;
 
}
.location .default{
  color: #3a3a3a !important;
}
/* 主要内容 */
.content{
  display: flex;
}
/* 左边菜单 */
.menuList{
    width: 393px;
    height: 50%;
    /* padding: 20px; */
    background-color: #f6f9fe !important;
    box-sizing: border-box;
}
.menu-item{
   width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #4f4946;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.menu-item p {
  padding: 10px 10px 10px 30px;
}
.menuActive{
  font-weight: 600;
  color: #00ad65;
  background-color: #e6ffe8 !important;
  border-left: 3px solid #00ad65;
}
 
/* 右侧内容 */
.right-content{
  width: calc( 100% - 200px);
  /* background: pink; */
  padding: 20px;
}
.content-box{
  width: 100%;
  /* height: 100%; */
}
/* 标题 */
.first-title {
  text-align: center;
  padding-bottom: 50px;
}

.text-title {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.first-title-line {
  margin: 10px auto;
  width: 100px;
  border-top: 1px solid rgb(210 210 210);
}

.first-title-english {
  color: #B0B0B0;
  font-size: 17px;
}
/* pand-content */
.pand-content{
  width: 100%;
  /* background: #f6f9fe; */
  display: flex;
  flex-direction: column;
}
/* 林长制 */
.pand-box{
  width: 100%;
 cursor: pointer;
  background: #f6f9fe;
  padding: 30px;

  /* background: #f6f9fe; */
  /* display: flex; */
}
.pand-box .lin-one .lin-two .lin-three{
  width: 100%;
  min-height: 276px;
  text-align: justify;
  /* padding-bottom: 20px; */
}
.padding-bottom{
  padding-bottom: 60px;
}
.app-img{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.app-img img{
  width: 100%;
  /* height: 100%; */
  /* height: 100%; */
  /* border: 2px solid #f6f9fe; */
}
.app-left-img{
    width: 56%;
    /* background: #fff; */
    padding: 30px 10px 10px;
    /* box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%); */
    z-index: 9;
    border-radius: 12px;
    min-height: 200px

}
.app-right-img{
    width: 44%;
    border-radius: 2px;
    padding: 5px;
    /* background: #fff; */
    /* box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%); */
    z-index: 1;
    margin-left: -15px;
    padding-top: 42px;
    min-height: 200px;
}
.solu-img{
  width: 100%;
  border-radius: 12px;
  text-align: center;
  
}

.solu-img img{
  width: 90%;
  border-radius: 12px;
}
.solu-img:hover{
   
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    /* box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%); */
    /* box-shadow:none !important; */
}
.solu-img2{
  width: 100%;
  border-radius: 12px;
  text-align: center;
  
}

.solu-img2 img{
  width: 70%;
  border-radius: 12px;
}
.solu-img2:hover{
   
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    /* box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%); */
    /* box-shadow:none !important; */
}
.app-left-img:hover{
 
   -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   -webkit-transform: scale(1.08);
   transform: scale(1.08);
 
   /* box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%); */
   /* box-shadow:none; */
}
.app-right-img:hover{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   /* box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%); */
   /* box-shadow:none; */
}
.web-img:hover{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  /* -webkit-transform: translateY(-8px);
   transform: translateY(-8px); */
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   /* box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%); */
   /* box-shadow:none; */
}
.web-img{
  width: 100%;
  border-radius: 12px;
  /* box-shadow: 0px 0px 20px 0px rgb(0 125 15 / 23%); */
}
.web-img img{
  width: 100%;
  border-radius: 12px;
}
.flex-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex{
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  width: 90%;
  padding:0% 5%;
}
 
.pand-box .title{
  font-size: 20px;
  font-weight: 600;
  color: #f26b0f;
  display: flex;
  padding-bottom: 20px !important;
}
.pand-box .title2{
  font-size: 20px;
  font-weight: 600;
  color: #f26b0f;
  display: flex;
  padding-bottom: 40px;
}
.pand-box .word{
  font-size: 15px;
  word-wrap: break-word;
  padding-bottom: 40px;
  text-align: justify;
  /* height: 170px; */
}
.pand-box .word2{
  font-size: 15px;
  word-wrap: break-word;
  padding-bottom: 10px;
  text-align: justify;
  /* height: 170px; */
}.pand-box .word3{
  font-size: 15px;
  word-wrap: break-word;
  text-align: justify;
  /* padding-bottom: 10px; */
  /* height: 170px; */
}

 .introduce{
    font-size: 17px;
    font-weight: 600;
    color: #ff9619;
    padding-top: 20px;
 }
 .introduce2{
  font-size: 17px;
  font-weight: 600;
  color: #ff9619;
  padding: 20px 0 30px 0;
}
 
.data-title{
  font-size: 14px;
  font-weight: 600;
  color: #f26b0f;
}
.data-word{
  font-size: 12px;
  font-weight: 500;
  color: #525252;
}
.new-line{
  display: block;
  width: 6px;
  height: 24px;
  background: linear-gradient(120deg, #fedb3e, #ff6900);
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 10px;
}
.icon-box{
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 40px;
  background: url(../../../../assets/img/forest/dashed.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
}

.icon-box .icon-item{
  /* width: 25%; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-left{
  display: flex;
  justify-content: flex-end;
}
.content-left .word span{
  display: block;
  padding-top: 5px;
}
.content-left2{
  display: flex;
  justify-content: flex-end;
}
.content-left2 .word span{
  display: block;
  padding-top: 5px;
}
.content-right{
  display: flex;
  flex-direction: row-reverse;
  padding: 60px 0 60px 0;
}
.content-right .data-title{
  color: #008947 !important;
}
.content-right .icon-box{

  background: url(../../../../assets/img/forest/dashed2.png) no-repeat center;
  background-size: 100% 100%;
 
}
.content-right .pand-details .title{
  color: #008947 !important;
}
.content-right .new-line{
  display: block;
  width: 6px;
  height: 24px;
  background: linear-gradient(120deg, #a2f852, #008947);
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 10px;
}
.content-left .linzh-icon{
  flex-wrap: wrap;
  margin-top: 0px !important;
  background: none !important;
}
.content-left .linzh-icon .icon-item{
  display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}



/* --------------------------------------------联系我们--------------------------------------------- */
.page-three{
  width: 100%;
  height: 100%;
}
/* 标题 */
.first-title {
  text-align: center;
  padding-bottom: 50px;
}

.text-title {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.first-title-line {
  margin: 10px auto;
  width: 40px;
  border-top: 1px solid rgb(210 210 210);
}

.first-title-english {
  color: #B0B0B0;
  font-size: 17px;
}
/* * 轮播 */  
.lunbo-con3 {
  width: 100%;
  height: 400px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://s3.bmp.ovh/imgs/2022/06/30/35aaf778864f62ef.jpg) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  /* background: pink; */
}
.lunbo-con3 div{
  width: 30%;
  height: 40%;
  background: url(https://s1.ax1x.com/2022/06/27/jE7GE8.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lunbo-con3 p:nth-child(1){
  font-size: 30px;
  font-weight: 600;
}
.lunbo-con3 p:nth-child(2){
  font-size: 21px;
  font-weight: 500;
  position: absolute;
  bottom: 107px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 内容设置 */
.location3{
  color: #3a3a3a;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.location3 .active-3{
  color: #f26b0f;
  font-weight: 600;
 
}
.location3 .default{
  color: #3a3a3a !important;
}

/* way */
.body-item {
  width: 100%;
  padding: 40px 10%;
}
.contact{
  width: 100%;
  min-height: 400px;
  color: #262626;
  position: relative;
  display: flex;
  justify-content: center;

}
.bj{
  background: linear-gradient(180deg, #f26b0f17, #f26b0f00);
  width: 100%;
  border-radius: 10px;
   
}
.contact p {
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  font-weight: 600;
  width: 265px;
  height: 37px;
  border-radius: 33px;
  background-color: #f26b0f;
  text-align: center;
  /* padding-top: 6px; */
  position: absolute;
  top: -18px;
}
.way-box{
  display: flex;
  justify-content: space-between;
  padding: 50px 10%;
  
}
.way span:nth-child(1){
  font-size: 15px;
  border-radius: 31px;
  background: #f26b0f;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  font-weight: 600;
  display: none;
}
.way span:nth-child(2){
  font-size: 17px;
  font-weight: 600;
  color: #4f4946;
}
.code{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.code img{
  border: 3px solid #f26b0f;
}
.code span{
  font-weight: 600;
  font-size: 17px;
  color: #f26b0f;
  letter-spacing: 5px;
}
.map{
  padding-top: 40px;
  border-radius: 10px;
}
/* 底部 */
.page-footer {
width: 100%;
height: 300px;
}

.page-footer .top {
width: 100%;
height: 250px;
background-color: #333;
}

.page-footer .bottom {
width: 100%;
height: 80px;
background-color: #000;
color: #fff;
font-size: 15px;
display: flex;
text-align: center;
align-items: center;
flex-direction: column;
justify-content: center;
}
.footer-box{
display: flex;
border-bottom:1px solid #6A6D75 ;
font-size: 17px;
color: #6A6D75;
padding-bottom: 15px;
cursor: pointer;
}
.active2{
color: white;
}
.default2{
color: #6A6D75;
}
.footer-box p{
padding-right: 100px;
}
.foot-info{
display: flex;
color: white;
font-size: 15px;
justify-content: space-between;
padding-top: 15px;
}
.foot-info p:nth-child(2){
padding-top: 15px;
}
.foot-info p:nth-child(3){
padding-top: 15px;
}
.foot-info p:nth-child(4){
padding-top: 15px;
}

.focus{
display: flex;
flex-direction: column;
align-items: center;
letter-spacing: 2px;
}
.footer-box div:hover{
color: #fff;
}
.footer-box div{
margin-right: 150px
}

/* 媒体查询 */
/* 1.3、小型设备（平板电脑，768px 起） */
@media screen and (min-width:768px) and (max-width:900px) { 
    .body-item{
      width: 100% !important;
      padding: 40px 10px;
      box-sizing: border-box;
    }
    .technology-item{
      width: 32%;
      margin-bottom: 2%;
    }
    .Key-info{
      width: 90%;
      right: calc( 5% - 30px);
    }
    .service-item{
    height: 442px !important;
    }
    .news-container{
      width: 33%;
    }
    .page-footer .top{
      padding-top: 20px;
    }
    .body-item3{padding: 40px 1%;box-sizing: border-box;}
    .pand-box{
      width: 92%;
    }
    .right-content{
      padding: 10px;
    }
}

/* 1.4、超小设备（手机，小于 768px） */
@media screen and (min-width:480px){
    .technology-item{
      width: 32%;
      margin-bottom: 2%;
    }
    .body-item{
      width: 100% !important;
      padding: 40px 10px;
      box-sizing: border-box;
    }
    .Key-info{
      width: 90%;
      right: calc( 5% - 30px);
    }
    .service-item{
      height: 442px !important;
      }
      .news-container{
        width: 33%;
      }
      .page-footer .top{
        padding-top: 20px;
      }
      .body-item3{padding: 40px 1%;box-sizing: border-box;}
      .pand-box{
        width: 92%;
      }
      .right-content{
        padding: 10px;
      }
}
 
@media (min-width: 1024px){
  .body-item{padding: 40px 1%;box-sizing: border-box;}
  .body-item3{padding: 40px 1%;box-sizing: border-box;}
  .body-item2{padding: 0px 1%;box-sizing: border-box;}
  .page-header{padding: 0 1%;box-sizing: border-box;}
  
  } /*>=1024的设备*/
  
  @media (min-width: 1100px) {
    .body-item{padding: 40px 2%;box-sizing: border-box;}
    .body-item3{padding: 40px 2%;box-sizing: border-box;}
    .body-item2{padding: 0px 2%;box-sizing: border-box;}
    .page-header{padding: 0 2%;box-sizing: border-box;}
  } /*>=1100的设备*/
  @media (min-width: 1280px) {
    .body-item{padding: 40px 3%;box-sizing: border-box;}
    .body-item3{padding: 40px 3%;box-sizing: border-box;}
    .body-item2{padding: 0px 3%;box-sizing: border-box;}
    .page-header{padding: 0 3%;box-sizing: border-box;}
  } /*>=1280的设备*/
  
  @media (min-width: 1366px) {
  
    .body-item{padding: 40px 4%;box-sizing: border-box;}
    .body-item3{padding: 40px 4%;box-sizing: border-box;}
    .body-item2{padding: 0px 4%;box-sizing: border-box;}
    .page-header{padding: 0 4%;box-sizing: border-box;}
  }  
  
  @media (min-width: 1440px) {
    .body-item{padding: 40px 5%;box-sizing: border-box;}
    .body-item3{padding: 40px 5%;box-sizing: border-box;}
    .body-item2{padding: 0px 5%;box-sizing: border-box;}
    .page-header{padding: 0 5%;box-sizing: border-box;}
  } 
  
  @media (min-width: 1680px) {
    .body-item{padding: 40px 6%;box-sizing: border-box;}
    .body-item3{padding: 40px 6%;box-sizing: border-box;}
    .body-item2{padding: 0px 6%;box-sizing: border-box;}
    .page-header{padding: 0 6%;box-sizing: border-box;}
  } 
  @media (min-width: 1920px) {
    .body-item{padding: 40px 10%;box-sizing: border-box;}
    .body-item3{padding: 40px 10%;box-sizing: border-box;}
    .body-item2{padding: 0px 10%;box-sizing: border-box;}
    .page-header{padding: 0 10%;box-sizing: border-box;}
  } 
