.page_tl{
  position: relative;
  text-align: center;
  margin: .9rem 0 .8rem;
}
.page_tl h3{
  font-size: 30px;
  line-height: 1.5;
  color: #408813;
  font-family: impact;
}
.page_tl h5{
  font-size: 20px;
  line-height: 1.5;
}
.about p{
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  margin-bottom: .1rem;
}

.dw{
  position: absolute;
  top: -100px;
}

/* 关于我们 */
.about_main1{
  padding: 1.5rem 0;
  background: url(../images/inabout_bg.jpg) no-repeat center;
}
.about_main1 .w80{
  display: flex;
  flex-direction: row-reverse;
}
.about_main1 .content{
  width: 58%;
  padding: .8rem .9rem;
  background-color: rgba(0, 0, 0, .5);
}

.about_main1 .content .tl{
  margin-bottom: .3rem;
}
.about_main1 .content .tl h3{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.about_main1 .content p{
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-bottom: .1rem;
}
.about_main2{
  margin-bottom: 1rem;
}
.about_main2 p{
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-bottom: .1rem;
}

/* 荣誉资质 */
.photoli{
  margin-bottom: 1rem;
}
.photoli ul{
  display: flex;
  flex-wrap: wrap;
}
.photoli ul li{
  width: 18%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}
.photoli ul li:nth-child(5n){
  margin-right: 0;
}
.photoli ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  overflow: hidden;
}
.photoli ul li img{
  display: block;
  transition: all .3s;
}
.photoli ul li a:hover img{
  transform: scale(1.1);
}

/* 产品列表 */
.proli{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: .6rem;
}
.proleft{
  position: relative;
  width: 280px;
}
.proleft .tl{
  font-size: 24px;
  line-height: 100px;
  color: #fff;
  background-color: #408813;
  text-align: center;
}
.proleft li{
  margin-top: .2rem;
  overflow: hidden;
}
.proleft li a{
  display: flex;
  align-items: center;
  padding: 0 5px;
  background-image: -webkit-linear-gradient(bottom, rgba(000,000, 000, 0.2) 0%, rgba(0,0, 0, .1) 60%, rgba(0,0, 0, 0) 100%);
  transition: all .3s;
}
.proleft li .img{
  width: calc(100% - 160px);
  max-width: 100px;
  margin-right: 10px;
}
.proleft li .img img{
  display: block;
  width: 100%;
}
.proleft li .text{
  width: 160px;
}
.proleft li .text h3{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: .05rem;
  transition: all .3s;
}
.proleft li .text h5{
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  white-space:nowrap;
  transform-origin: 0 0;
  transform: scale(.6);
}
.proleft li a:hover{
  transform: scale(1.1);
}
.proleft li a:hover h3{
  color: #408813;
}

.proli .right{
  width: calc(100% - 310px);
}
.proli .right .tl{
  font-size: 20px;
  color: #408813;
  font-weight: bold;
  line-height: 51px;
  padding: 0 6px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.proli .right ul{
  display: flex;
  flex-wrap: wrap;
  /* background-color: #ccc; */
}
.proli .right li{
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}
.proli .right li:nth-child(4n){
  margin-right: 0%;
}
.proli .right li a{
  display: block;
  padding: 15px;
  transition: all .3s;
}
.proli .right li img{
  display: block;
}
.proli .right li h3{
  display: block;
  margin: 15px 0 5px;
  text-align: center;
}
.proli .right li a:hover{
  box-shadow:  0 2px 10px rgba(0, 0, 0, .2);
}
.proli .right li a:hover h3{
  color: #408813;
}

/* 产品内页 */
.procon{
  display: flex;
  justify-content: space-between;
  margin: .3rem auto .8rem;
}
.procon .right{
  width: calc(100% - 310px);
}
.procon .right .main1{
  display: flex;
  justify-content: space-between;
}
.procon .right .main1 .img{
  width: 45%;
}
.procon .right .main1 .img .big{
  position: relative;
  border: 1px solid #eee;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 15px;
}
.procon .right .main1 .img .big img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.procon .right .main1 .img .small{
  height: 84px;
}
.procon .right .main1 .img .small .swiper{
  height: 100%;
}
.procon .right .main1 .img .small li{
  position: relative;
  height: 84px;
  border: 1px solid #eee;
}
.procon .right .main1 .img .small li img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.procon .right .main1 .img .small li.on{
  border-color: #408813;
}
.procon .right .main1 .img .btn{
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  /* padding: 0 10px; */
}
.procon .right .main1 .img .btn a{
  display: block;
  width: 80px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  border-radius: 15px;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.procon .right .main1 .img .btn a.no{
  color: #ddd;
}
.procon .right .main1 .text{
  width: 52%;
}
.procon .right .main1 .text h3{
  margin-top: 10px;
  font-size: 20px;
  line-height: 45px;
  color: #333;
}
.procon .right .main2{
  margin-top: .75rem;
}
.procon .right .main2 .tl{
  position: relative;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.procon .right .main2 .tl h3{
  position: relative;
  width: 160px;
  line-height: 54px;
  color: #408813;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.procon .right .main2 .tl h3::after{
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #408813;
}


.procon .right .main2 .content h3 {
  position: relative;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 15px;
}
.procon .right .main2 .content h3:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 20px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #38830a;
}
.procon .right .main2 .content h3:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transform: translateY(-50%);
}
.procon .right .main2 .content p {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
}
.procon .right .main2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: 0 -0.45rem; */
  padding-top: 0.45rem;
}
.procon .right .main2 .content li {
  width: 50%;
  margin-bottom: 0.5rem;
}
.procon .right .main2 .content li p {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  overflow: hidden;
  margin-top: 0.08rem;
}
.procon .right .main2 .content table {
  border-collapse: collapse;
}
.procon .right .main2 .content table td {
  width: auto;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #666;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}


/* 新闻列表 */
.newsli .list1{
  display: flex;
  justify-content: space-between;
  margin-bottom: .5rem;
}
.newsli .list1 li{
  width: 24%;
}
.newsli .list1 li a{
  display: block;
  padding: .2rem .3rem;
  transition: all .3s;
}
.newsli .list1 li .img{
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 20px;
}
.newsli .list1 li .img img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsli .list1 li h3{
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: all .3s;
}
.newsli .list1 li span{
  display: block;
  color: #999;
  font-size: 14px;
  margin: 10px 0;
}
.newsli .list1 li p{
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 18px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: .2rem;
}
.newsli .list1 li .jt{
  position: relative;
  display: flex;
  height: 24px;
}
.newsli .list1 li .jt .box{
  position: absolute;
  right: 0;
  width: 30px;
  height: 24px;
  overflow: hidden;
}
.newsli .list1 li .jt .box1{
  position: absolute;
  left: -30px;
  width: 60px;
  display: flex;
  transition: all .3s;
}
.newsli .list1 li .jt i{
  font-size: 20px;
  color: #666;
  width: 30px;
  line-height: 24px;
}
.newsli .list1 li a:hover{
  box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
}
.newsli .list1 li a:hover h3{
  color: #408813;
}
.newsli .list1 li a:hover .jt .box1{
  left: 0px;
}
.newsli .list2 li{
  padding: 30px;
}
.newsli .list2 li a{
  display: block;
  position: relative;
}
.newsli .list2 li a:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.newsli .list2 li .tl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.newsli .list2 li .tl h3{
  font-size: 16px;
  line-height: 1.5;
}
.newsli .list2 li .tl span{
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.newsli .list2 li .text p{
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 18px;
}
.newsli .list2 li .text h5{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #999;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 24px;
  margin-right: 15px;
  margin-top: 12px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  word-break: keep-all;
  z-index: 2;
}
.newsli .list2 li:hover{
  box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
}
.newsli .list2 li:hover a .tl h3{
  color: #408813;
}

/* 新闻内页 */
.news{
  /* padding: 0 20px; */
}
.news .tl{
  border-bottom: 1px solid #ccc;
}
.news .tl h3{
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 24px;
}
.news .tl span{
  display: block;
  color: #999;
  font-size: 14px;
  margin-bottom: 24px;
  margin-top: 36px;
}
.news .news_con{
  padding: 30px 0;
}
.news .news_con p{
  color: #666;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}

/* 应用领域 */
.caseli_bg{
  background-color: #edeff2;
}
.caseli {
  padding: 0 0 1rem 0;
  /* background-color: #edeff2; */
}
.caseli li {
  position: relative;
}
.caseli li .dw {
  position: absolute;
  top: -150px;
}
.caseli li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 19px 28px 0px rgb(165 165 165 / 6%);
  box-shadow: 0px 19px 28px 0px rgb(165 165 165 / 6%);
  margin-bottom: 0.6rem;
  padding: 0.6rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caseli li a:before,
.caseli li a:after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0px;
  width: 4px;
  height: 27px;
  background-color: #38830a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caseli li a:after {
  height: 0px;
  background-color: #fff;
}
.caseli li .text {
  width: 50%;
}
.caseli li .text h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #444;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caseli li .text p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(71, 71, 71, 0.5);
  position: relative;
  margin: 0.2rem 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caseli li .text span {
  font-size: 16px;
  line-height: 1.5;
  color: #474747;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caseli li .img {
  width: 45%;
  overflow: hidden;
}
.caseli li .img img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caseli li a:hover {
  background-color: #38830a;
}
.caseli li a:hover:after {
  height: 27px;
}
.caseli li a:hover .text h3,
.caseli li a:hover .text p,
.caseli li a:hover .text span {
  color: #fff;
}
.caseli li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* 应用领域内页 */
.case {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case .text {
  width: 42.5%;
}
.case .text h3 {
  font-size: 42px;
  line-height: 1.4;
  color: #222;
  font-weight: bold;
}
.case .text span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #408813;
  border-radius: 5px;
  margin: 40px 0 31px 0;
}
.case .text .con p {
  font-size: 16px;
  line-height: 1.875;
  color: #444;
  text-align: justify;
}

.case .img {
  width: 50%;
  overflow: hidden;
}
.case .img img {
  display: block;
}

/*csaeli1*/
.caseli1 {
  padding: 0 0 1rem 0;
}
.caseli1 ul {
  display: flex;
  flex-wrap: wrap;
}
.caseli1 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.caseli1 li:nth-child(3n) {
  margin-right: 0px;
}
.caseli1 li a {
  display: block;
}
.caseli1 li .img {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.caseli1 li .img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.caseli1 li .text {
  position: relative;
  padding: 15px 10px;
  background-color: #fff;
  transition: all 0.3s;
}
.caseli1 li .text:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background-color: #38830a;
  transition: all 0.3s;
}
.caseli1 li .text h3 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  transition: all 0.3s;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* margin-bottom: 10px; */
}
.caseli1 li .text p {
  font-size: 14px;
  color: #888;
}
.caseli1 li a:hover .img img {
  transform: scale(1.1);
}
.caseli1 li a:hover h3 {
  color: #fff;
}
.caseli1 li a:hover .text {
  background-color: #38830a;
}

/* 资料下载 */
.downli {
  margin: .2rem auto 1rem;
}
.downli ul{
  display: flex;
  flex-wrap: wrap;
}
.downli li{
  width: 32%;
  margin-right: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border: 1px solid #eee;
  margin-bottom: 2%;
}
.downli li:nth-child(3n){
  margin-right: 0;
}
.downli li .ico{
  margin-left: 5%;
}
.downli li .ico i{
  font-size: 48px;
  color  :#f55;
}
.downli li .text{
  width: 70%;
  margin: 20px 12px;
}
.downli li .text h3{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  display: -webkit-box;
  flex-shrink: 1;
  font-size: 16px;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  margin-bottom: 5px;
}
.downli li .text h3 a{
  display: none;
}
.downli li .text h3 a i{
  font-size: 16px;
  color: #999;
}
.downli li .text h3:hover a{
  display: inline-block;
}
.downli li .text p{
  color: #999;
  font-size: 12px;
}

.downli li .link{
  margin-right: 5%;
}
.downli li .link a{
  display: block;
  width: 48px;
  line-height: 30px;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 20px;
}
.downli li .link i{
  font-size: 20px;
  color: #7e858c;
}

/* 联系我们 */
.contact{
  margin-bottom: 1rem;
}
.contact .main1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .8rem;
}
.contact .main1 .text{
  width: 50%;
}
.contact .main1 .text h3{
  font-size: 24px;
  font-weight: bold;
  color: #111;
  margin-bottom: .2rem;
}
.contact .main1 .text p{
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.contact .main1 .img{
  width: 45%;
}
.contact .main1 .img img{
  display: block;
}
.contact .map{
  width: 100%;  
  height: 360px;
  border: 1px solid #eee;
}