.nav-container {
  height: 118px;
  background: #fff;
}
.nav-container .link {
  width: 120px;
  height: 33px;
  background-color: #009140;
  color: #fff;
  justify-content: center;
}
.nav-container .link .iconfont {
  font-size: 18px;
  margin-right: 5px;
}
.nav li {
  margin: 0 15px;
  position: relative;
}

/* .nav li::after {
    position: absolute;
    bottom: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    background: #0166dc;
    z-index: 10;
    transition: all 0.23s;
} */

/* .nav li:hover::after {
    height: 83px;
} */

.nav li a {
  transition: all 0.23s;
  display: block;
  height: 118px;
  line-height: 118px;
  font-size: 20px;
  padding: 0 10px;
  z-index: 11;
  position: relative;
  width: 90px;
  text-align: center;
}
.nav li a.active,.nav li:hover a{
  font-weight: bold;
  color: #009140;
}
.nav li .subnav li {
  margin: 0;
}

.nav li:hover .subnav a {
  color: #fff;
}

.nav li:hover .subnav {
  height: auto;
  width: auto;
}

.subnav {
  position: absolute;
  top: 118px;
  z-index: 23;
  justify-content: flex-start;
  background: rgba(0, 0, 0, .5);
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: all 0.23s;

}

.subnav::before {
  width: 70px;
  height: 1px;
  content: " ";
  display: block;
}

.subnav li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  width: 130px;
  
  /* padding: 0 10px; */
  font-weight: normal!important;
}

.subnav li a:hover {
  text-decoration: underline;
}

.logo img {
  width: 304px;
  height: 58px;
}

.banner .swiper-button-next {
  right: 10%;
}

.banner .swiper-button-prev {
  left: 10%;
}

.banner {
  height: 650px;
}

.banner .swiper-slide {
  background-size: cover;
}

.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 650px;
}

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #009140;
  opacity: 1;
}

.banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.banner .swiper-pagination-bullet {
  background: #fff;
}

.banner .swiper-wrapper {
  /* transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; */
}
.page-title {
  justify-content: center;
}
.page-title::before,
.page-title::after {
  content: "";
  width: 95px;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 14px;
}
.page-title::before {
  margin-right: 55px;
}
.page-title::after {
  margin-left: 55px;
}
.page-title h2 {
  font-size: 36px;
  color: #333;
}
.page-title h3 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-top: 3px;
}
.product-container {
  padding: 70px 0 35px 0;
}
.pro-nav {
  margin-top: 39px;
  justify-content: center;
}
.pro-nav a {
  font-size: 18px;
  color: #333;
  margin: 0 24px;
  transition: all .2s;
}
.pro-nav a:hover{
  color: #009140;
}
.pro-list {
  margin-top: 35px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pro-list .img,
.pro-list img {
  width: 273px;
  height: 274px;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}
.pro-list .item {
  width: 273px;
  margin-bottom: 35px;
  margin-right: 36px;
}
.pro-list .item:nth-child(4n) {
  margin-right: 0;
}
.pro-list .item:hover .more {
  background-color: #f18d00;
}
.pro-list .item:hover img {
  transform: scale(1.2);
}
.pro-list .item h3 {
  margin-top: 27px;
  font-size: 18px;
  color: #333;
}
.pro-list .item p {
  margin-top: 12px;
  font-size: 14px;
  color: #999;
}
.pro-list .item .more {
  margin-top: 25px;
  width: 273px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  background-color: #009140;
  color: #fff;
}
.about-container {
  background: url("/statics/images/green/about.jpg") no-repeat center center;
  background-size: cover;
  padding: 70px 0 90px 0;
}
.about-container h2,
.about-container h3,
.about-container p {
  width: 575px;
}
.about-container h2 {
  font-size: 40px;
  color: #333;
}
.about-container h3 {
  font-size: 26px;
  color: #333;
  margin-top: 7px;
}
.about-container p.text {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
  line-height: 1.9;
  height: 206px;
  overflow: hidden;
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.about-container .list{
    justify-content: flex-start;
    margin-top: 75px;
}
.about-container .list .item{
    width: 240px;
    height: 110px;
    padding: 0 25px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 30px;
}
.about-container .list .item p{
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
}
.about-container .list .item .t{
    width: 100%;
}
.about-container .list .item .no{
    font-size: 45px;
    font-weight: bold;
    margin-top: 5px;
}
.about-container .list .item .no span{
    font-size: 40px;
    font-weight: bold;
}
.about-container .list .item .iconfont{
    font-size: 20px;
    
}
.about-container .list .item:nth-child(3) .iconfont{
    font-size: 25px;
}
.about-container .list .item:nth-child(1){
    background-color: #009140;
}
.about-container .list .item:nth-child(1) .no,
.about-container .list .item:nth-child(1) .no span,
.about-container .list .item:nth-child(1) p,
.about-container .list .item:nth-child(1) .iconfont{
    color: #fff;
}
.news-container{
    padding: 70px 0;
}
.news-container .img,
.news-container .img img{
    display: block;
    width: 549px;
    height: 411px;
    overflow: hidden;
    transition: all 0.3s;
}
.news-container .list,
.news-container .img{
    margin-top: 50px;

}
.news-container .img:hover img{
    transform: scale(1.2);
}
.news-container .list{
    width: 600px;
}
.news-container .content{
   align-items: flex-start;
}
.news-container .list a{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.news-container .list a .date{
    width: 70px;
}

.news-container .list a .date h2{
    font-size: 44px;
    color: #666;
    font-weight: normal;
}
.news-container .list a .date p{
    font-size: 14px;
    color: #999;
}
.news-container .list a .text{
    width: 500px;
}
.news-container .list a .text h2{
    font-size: 18PX;
    color: #333;
    font-weight: bold;
}
.news-container .list a .text p{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 10px;
}
.news-container .list a:hover .text h2,
.news-container .list a:hover .text p{
    color: #009140;
}
.footer-split{
    background: url('../images/bg2.jpg') no-repeat center center;
    background-size: cover;
    height: 7px;
    width: 100%;
}
footer{
    background-color: #f2f3f7;
    padding: 70px 0;
}
footer .wrap{
    align-items: flex-start;
}
footer .f-logo,
footer .f-logo img{
    display: block;
    width: 304px;
    height: 58px;
}
footer .f-nav {
    margin-left: 50px;

}
footer .f-add p,
footer .f-nav a{
    font-size: 14px;
    color: #666;
    margin: 5px 0;
    display: block;
}
footer .qr,
footer .qr img{
    width: 91px;
    height: 92px;
}

/*in*/
.in-banner{
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.in-subnav {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
 height: 55px;
}
.subnav-item a.active {
  font-weight: bold;
  border-bottom: 2px solid #009140;
}

.subnav-item a {
  font-size: 16px;
  line-height: 54px;
  display: block;
  margin-right: 40px;
}
.subnav-item a:hover{
  font-weight: bold;
}
.bread span {
  color: #009140;
  margin-right: 5px;
}

.bread, .bread a {
  color: #666;
}
.bread i{
  margin-right: 5px;
}
.page {
  justify-content: center;
  margin: 30px 0 50px 0;
}

.page .total, .page>a {
  margin: 0 10px;
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  color: #333;
}

.page .total {
  width: auto;
}

.page>a.current,.page a:hover {
  background: #009140;
  color: #fff;
}
.page>.flex-row {
  margin: 0 10px;
  width: 62px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 15px;
}

.page>.flex-row input {
  border: none;
  width: 18px;
  height: 30px;
}

.page.flex-row .line {
  height: 25px;
  width: 1px;
  background: #ddd;
  display: inline-block;
}
.page .jump:hover{
}
.in-products .pro-list .item{
  margin-bottom: 0;
}
.in-products .pro-list .item h3{
  margin: 20px 0;
  font-weight: normal;
}
.in-newslist{
  font-size: 16px;
}
.in-newslist a{
  line-height: 50px;
  padding: 0 15px;
}
.in-newslist a p::before{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #009140;
  vertical-align: middle;
  margin-right: 7px;
}
.in-newslist a:nth-child(even){
  background: #f5f5f5;
}
.in-newslist a p{
  width: 850px;
}
.in-newslist a span{
  font-size: 14px;
  color: #666;
  width: 85px;
}

.news-single-con {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}
.news-single-title {
  font-size:30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.news-single-time {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 15px;
}

.news-single-txt {
  line-height: 36px;
  margin-top: 30px;
  text-align: justify;
  font-size: 16px;
}

.article {
  border-top: 1px dotted #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

.article a {
  color: #666;
  display: block;
  margin-bottom: 10px;
}

.article a:hover {
  color: #d19017;
}

.download{
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #009140;
  font-size: 18px;
  font-weight: bold;
}
/*5.11*/
.inside-con{
  margin-top: 50px;
  margin-bottom: 50px;
}
.in-title{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.in-left{
  width: 240px;
}
.in-fl-subnav h1{
  background: #009140;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-indent: 15px;
}
.in-left li{
  text-indent: 15px;
  line-height: 30px;
}
.in-fl-subnav ul{
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 5px 0;
}
.in-fl-subnav a.active,.in-fl-subnav a:hover{
  color: #009140;
  font-weight: bold;
}
.in-right{
  width: 910px;
}
.in-pro-con.flex-row,.rig-pro-top.flex-row{
align-items: flex-start;
}
.in-right .bread{
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.in-pro-list .flex-row{
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: flex-start;
}
.in-pro-list a{
  display: block;
  width: 273px;
  margin-right: 45px;
}
.in-pro-list a:nth-child(3n){
  margin-right: 0;
}
.in-pro-list a .img{
  max-width: 273px;
  max-height: 275px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.in-pro-list a p{
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.pro-single{
  width: 100%;
  background: #f5f5f5;
  line-height: 45px;
}
.pro-sin-img{
  width: 400px;
  height: 400px;
  border: 1px solid #eaeaea;
  text-align: center;
  /* line-height: 400px; */
  position: relative;
}
.pro-sin-img .swiper-container{
  width: 100%;
}
.pro-sin-img .swiper-container-horizontal>.swiper-pagination-bullets{
  height: 20px;
}
.pro-sin-img img{
  vertical-align: middle;
}
.rig-pro-top .txt{
  width: 450px;
}
.rig-pro-top .txt h1{
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
}
.rig-pro-top .txt .phone{
  margin-top: 50px;
  font-size: 16px;
}
.rig-pro-top .txt .des{
  margin-top: 20px;
  color: #666;
}
.rig-pro-bot{
  margin-top: 50px;
}
.rig-pro-bot h2{
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  
}
.rig-pro-bot .txt{
  line-height: 26px;
}