/*全局样式*/
@charset "utf-8";
html {
  overflow-x: hidden;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px !important;
  margin: 0 auto;
}
input:required, textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul, li, dl, dt, dd {
  list-style-type: none;
}
i {
  font-style: normal
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1230px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial
}
.sizeCover {
  background-position: 50% 50%;
  background-size: cover;
}
.vertical_centerbox {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.vertical_center {
  display: table-cell;
  vertical-align: middle;
}
/*pc导航*/
.main1 {
  background: #fff;
  /*padding-bottom: 20px;*/
  position: relative;
  z-index: 1;
}
.main1 .logo {
  /*line-height: 170px;
  height: 170px;*/
	line-height: 130px;
  height: 130px;
  font-size: 0;
}
.main1 .logo img {
  max-height: 80%;
}
.main1 .txt1 {
  font-size: 16px;
  color: #999999;
  border-left: 1px solid #4c7e36;
  position: relative;
  padding-left: 22px;
  margin-left: 11px;
  line-height: 17px;
  padding-top: 10px;
  margin-top: 55px;
}
.main1 .txt1:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #4c7e36;
  position: absolute;
  left: 1px;
  top: 0;
}
.main1 .txt1 b {
  font-size: 20px;
  color: #4c7e36;
  display: block;
  line-height: 20px;
  margin-bottom: 9px;
}
.main1 .txt2 {
  font-size: 16px;
  color: #3b8500;
  padding-left: 64px;
  background: url("../images/tu1.png") no-repeat left center;
  line-height: 28px;
  /*margin-top: 54px;*/
	margin-top: 37px;
}
.main1 .txt2 b {
  font-size: 32px;
  color: #ff9000;
  display: block;
  font-family: 'Arial';
  line-height: 32px;
}
.main1 .img1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.main1 .box {
  position: relative;
  z-index: 2;
}
header {
  position: relative;
}
header nav {
  background: #4ea53c;
  z-index: 20;
  position: relative;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  position: relative;
  float: left;
  text-align: center;
  width: 14.2222%;
}
/* header nav .ul > li:nth-child(n + 2):after{content:'';width: 1px;height:20px;background: rgba(255,255,255,0.3);position: absolute;left: 0;bottom:0;top: 0;margin:auto 0;} */
header nav .ul > li > a {
  position: relative;
  line-height: 60px;
  display: block;
  color: #fff;
  font-size: 16px;
}
header nav .ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
header nav .ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #4C7E36;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li > ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover {
  background-color: #4C7E36;
}
header nav .ul > li.active {
  background-color: #4C7E36;
}
header nav .ul > li > ul > li:hover {
  background-color: #4ea53c;
}
header .sjdnav {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2000;
}
header .sjdnav ul {
  padding: 0;
  margin: 0;
}
header .sjdnav li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #4ea53c;
}
header .sjdnav li:hover {
  background: #4C7E36;
}
header .sjdnav li:last-child {
  border: none;
}
header .sjdnav li a {
  display: block;
  color: #fff;
  line-height: 38px;
  font-size: 15px;
}
header .ydd_btn {
  width: 38px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 66px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #70BB2D;
  border-radius: 4px;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #70BB2D;
}
header .ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 6px;
  margin-top: 0px;
}
header .ydd_btn.click span.span02 {
  margin: 0.5px 0;
}
header .ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
header .ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/*大图轮播*/
.banner {
  position: relative;
  z-index: 2;
  cursor: all-scroll;
}
.banner .img img {
  width: 100%;
  display: block;
  min-height: 330px;
}
.banner .swiper-pagination-bullet-active {
  background: #4c7e36;
}
/*搜索*/
.main2 {
  background: url("../images/bj1.jpg") repeat-y;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, .02) inset;
}
.main2 .ul {
  font-size: 0;
  width: calc(90% - 280px);
  float: left;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.main2 .ul a {
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.2s;
  line-height: 40px;
}
.main2 .ul a:nth-child(1) {
  color: #000;
}
.main2 .ul a:nth-child(n+2):hover {
  color: #4c7e36;
  transition: all 0.2s;
}
.main2 form {
  width: calc(10% + 260px);
  float: left;
  margin-left: 20px;
  line-height: 44px;
  border: 5px solid #4c7e36;
  margin: 18px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
.main2 form input {
  line-height: 44px;
  height: 44px;
  background: #fff;
  border: 0;
  padding: 0 15px;
  width: calc(100% - 66px);
  float: left;
}
.main2 form button {
  width: 66px;
  float: left;
  line-height: 44px;
  height: 44px;
  border: 0;
  border-left: 1px solid #4c7e36;
  position: relative;
}
.main2 form button img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main2 form button:hover img {
  transform: scale(1.07);
}
/*头部公用*/
.main60 {
  padding: 70px 0;
}
.title {
  padding-bottom: 28px;
  font-size: 0;
  position: relative;
  z-index: 4;
}
.title .div1 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #4c7e36;
  line-height: 32px;
  position: relative;
  padding-bottom: 8px;
}
.title .div1:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../images/tu4.png") no-repeat;
  position: absolute;
  right: calc(100% + 14px);
  top: 7px;
}
.title .div1:before {
  content: "";
  width: 1000px;
  height: 1px;
  background: #97bc7a;
  position: absolute;
  right: calc(100% + 35px);
  top: 17px;
}
.title .div1 span {
  font-size: 16px;
  font-family: 'Arial';
  color: #3b8500;
  display: block;
  font-weight: lighter;
}
.title .div2 {
  float: right;
  padding-bottom: 8px;
}
.title .div2 a {
  line-height: 26px;
  border: 3px solid #bcd2aa;
  min-width: 114px;
  text-align: center;
  background: #4c7e36;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin: 1px 0 0 1px;
}
.title .div2 a:nth-last-child(1) {
  min-width: 82px;
  text-transform: uppercase;
  margin-left: 20px;
}
.title .div2 a:hover {
  background: #ff9000;
  border-color: #f7d6aa;
}
.title .div2 a.active {
  background: #ff9000;
  border-color: #f7d6aa;
}
/*服务项目*/
.main3 .list {
  display: block;
  border: 8px solid #eaf4e2;
  background: #fff;
  padding: 30px 20px 30px 30px;
}
.main3 .list .img {
  width: 130px;
  height: 130px;
  float: left;
  border-radius: 50%;
}
.main3 .list .tt {
  width: calc(100% - 130px);
  float: left;
  padding: 15px 0 15px 26px;
}
.main3 .list .tt1 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
  transform: perspective(1px);
}
.main3 .list .tt2 {
  font-size: 13px;
  color: #4c7e36;
  font-family: 'Arial';
  line-height: 22px;
}
.main3 .list .tt3 {
  width: 20px;
  height: 3px;
  background: #3b8500;
  margin-top: 8px;
}
.main3 .list .tt4 {
  font-size: 11px;
  color: #4c7e36;
  font-family: 'Arial';
  width: 48px;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid #d1e3c6;
  margin-top: 14px;
}
.main3 .list:hover {
  background: #f4f9f0;
}
.main3 .list:hover .tt4 {
  background: #4c7e36;
  color: #fff;
}
/*产品展示*/
.main4 {
  background: #f4f4f4;
}
.main4.main60 {
  padding-bottom: 60px;
}
.main4 .box {
  margin-top: -10px;
}
.main4 .box .list {
  display: block;
  background: #fff;
  margin: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .04)
}
.main4 .box .list .img {
  padding: 5px;
}
.main4 .box .list .tt {
  border-top: 1px solid #e9e8e8;
  line-height: 66px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.main4 .box .list .tt:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/tu5.png") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  transition: all 0.3s;
}
.main4 .box .list:hover .tt {
  background: #4c7e36;
  color: #fff;
}
.main4 .box .list:hover .tt:after {
  background: #fff url("../images/tu5-1.png") no-repeat center center;
  border-color: #fff;
}
.maxwidth {
  max-width: 1250px !important;
}
/*服务流程*/
.main5 {
  background: url("../images/bj2.jpg") repeat-y;
}
.main5 .box {
  margin: -8px -4px 0;
}
.main5 .list {
  display: block;
  width: calc(16.66% - 8px);
  margin: 8px 4px 0;
  float: left;
  background-image: linear-gradient(#ffffff, #e4e4e4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .05);
  border-radius: 4px;
  height: 80px;
  overflow: hidden;
  position: relative;
  padding-left: 114px;
  top: 0;
}
.main5 .list img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  max-height: 100%;
}
.main5 .list div {
  color: #48931a;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 16px 0;
  font-weight: bold;
}
.main5 .list:hover {
  position: relative;
  top: -4px;
}
/*案例*/
.main6 .maxwidth {
  max-width: 1360px !important;
}
.main6 .list {
  display: block;
}
.main6 .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: url("../images/tu6.png") no-repeat;
  margin-top: -22px;
}
.main6 .swiper-button-next {
  width: 44px;
  height: 44px;
  background: url("../images/tu6.png") no-repeat;
  margin-top: -22px;
  transform: rotate(180deg)
}
.main6 .list .tt {
  line-height: 70px;
  border-bottom: 1px solid #4c7e36;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.main6 .list:hover .tt {
  background: #4c7e36;
  color: #fff;
}
/*关于我们*/
.main7 {
  background: #f4f4f4;
  position: relative;
}
.main7 .box {
  position: relative;
  min-height: 455px;
}
.main7 .ttbox1 {
  position: relative;
  z-index: 2;
  width: 66%;
  border: 14px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .08);
  background: #d8e7cc;
  padding: 15px;
}
.main7 .ttbox2 {
  border: 3px solid #c4dab2;
  background: #fff;
  padding: 40px;
}
.main7 .tt1 {
  font-size: 24px;
  color: #4c7e36;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.main7 .tt1:after {
  content: "";
  width: 48px;
  height: 1px;
  background: #c2c2c2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main7 .tt2 {
  font-size: 14px;
  color: rgba(0, 0, 0, .6);
  line-height: 26px;
  height: 182px;
  overflow: hidden;
}
.main7 .tt3 {
  line-height: 26px;
  border: 3px solid #bcd2aa;
  min-width: 114px;
  text-align: center;
  background: #4c7e36;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100px;
  text-transform: uppercase;
  margin-top: 26px;
}
.main7 .tt3:hover {
  background: #ff9000;
  border-color: #f7d6aa;
}
.main7 .img {
  width: 66%;
  position: absolute;
  left: 66%;
  top: 0;
  z-index: 1;
}
.main7 .img img {
  height: 455px;
}
/*新闻*/
.main8.main60 {
  padding-bottom: 60px;
}
.main8 .box {
  margin-top: -10px;
}
.main8 .box .list {
  display: block;
  background: #fff;
  margin: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
  border: 1px solid #f3f3f3;
  overflow: hidden;
}
.main8 .box .list .tt1 {
  font-size: 18px;
  color: #000000;
  padding: 0 80px 0 40px;
  line-height: 74px;
  position: relative;
  font-weight: bold;
  padding-bottom: 5px;
}
.main8 .box .list .tt1:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/tu5.png") no-repeat center center;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  transition: all 0.3s;
}
.main8 .box .list:hover .tt1 {
  color: #4c7e36;
}
.main8 .box .list:hover .tt1:after {
  background: #4c7e36 url("../images/tu5-2.png") no-repeat center center;
  border-color: #4c7e36;
  transition: all 0.3s;
}
.main8 .box .list .tt1:before {
  content: "";
  width: 6px;
  height: 7px;
  background: #e9e9e9;
  position: absolute;
  right: 64px;
  bottom: 0;
  transition: all 0.3s
}
.main8 .box .list .tt1 div:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  right: 70px;
  bottom: 3px;
  transition: all 0.3s
}
.main8 .box .list:hover .tt1:before {
  background: #4c7e36;
  transition: all 0.3s
}
.main8 .box .list:hover .tt1 div:before {
  background: #4c7e36;
  transition: all 0.3s
}
.main8 .box .list .tt2 {
  padding: 30px 40px;
}
.main8 .box .list .tt2 div {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.main8 .box .list .tt3 {
  line-height: 74px;
  padding: 0 40px;
  padding-top: 5px;
  font-size: 14px;
  color: #3b8500;
  font-family: 'Arial';
  position: relative;
}
.main8 .box .list .tt3 b {
  font-size: 30px;
  padding-right: 14px;
}
.main8 .box .list .tt3:after {
  content: "";
  width: 6px;
  height: 7px;
  background: #e9e9e9;
  position: absolute;
  right: 64px;
  top: 0;
}
.main8 .box .list .tt3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  right: 70px;
  top: 3px;
}
/*友情链接*/
.main9 {
  background: #fff;
  position: relative;
}
.main9:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #335e23;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.main9 .maxwidth {
  max-width: 1350px !important;
  position: relative;
  z-index: 2;
}
.main9 .maxwidth .box {
  position: relative;
  border: 1px solid #f2efef;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background: #fff;
}
.main9 .maxwidth .box .swiper-container {
  padding: 25px 60px 25px 240px;
  z-index: 1;
  position: relative;
}
.main9 .swiper-button-prev {
  width: 60px;
  height: 120px;
  background: #4c7e36 url("../images/tu7.png") no-repeat center center;
  margin-top: -60px;
  left: 0;
}
.main9 .swiper-button-next {
  width: 60px;
  height: 120px;
  background: #4c7e36 url("../images/tu7.png") no-repeat center center;
  margin-top: -60px;
  transform: rotate(180deg);
  right: 0;
}
.main9 .img {
  display: block;
  height: 70px;
  position: relative;
  font-size: 0;
  line-height: 70px;
  width: 100%;
}
.main9 .img img {
  max-width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 99%;
  transition: all 0.3s;
}
.main9 .list1 {
  position: absolute;
  left: 60px;
  top: 0;
  height: 120px;
  overflow: hidden;
  width: 180px;
  bottom: 0;
  margin: auto 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
  padding: 36px 0;
  padding-left: 80px;
  background: #fff;
  z-index: 2;
}
.main9 .list1:after {
  content: "";
  width: 1px;
  height: calc(100% - 50px);
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main9 .list1 span {
  font-size: 14px;
  font-weight: lighter;
  color: rgba(0, 0, 0, .3);
  display: block;
}
.main9 .list1 img {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  max-width: 80px;
}
.main9 .img:hover img {
  transform: scale(1.07);
  transition: all 0.3s;
}
footer .box2 {
  font-size: 13px;
  color: #7b9765;
  background: #eaf8df;
  line-height: 22px;
  padding: 20px 0;
}
footer .box1 {
  background: #335e23;
  padding-bottom: 30px;
}
footer .box1 .ul1 {
  font-size: 0;
  text-align: center;
  padding: 14px 0 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
footer .box1 .ul1 a {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  padding: 0 22px;
  position: relative;
  display: inline-block;
}
footer .box1 .ul1 a:nth-child(n + 2):before {
  content: "";
  width: 2px;
  height: 14px;
  background: #a3afbc;
  border-right: 1px solid #d4d9df;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
}
footer .box1 .ul1 a:hover {
  text-decoration: underline !important
}
footer .box1 .listbox {
  position: relative;
  margin-top: 30px;
}
footer .box1 .listbox .list {
  width: 50%;
  float: left;
  padding-left: 20px;
  font-size: 0;
}
footer .box1 .listbox .top {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 26px;
  position: relative;
  line-height: 24px;
}
footer .box1 .listbox .top:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/d1.png") no-repeat;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .box1 .listbox .top {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  line-height: 24px;
}
footer .box1 .listbox .list .div1 {
  padding-left: 24px;
  line-height: 22px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
  min-width: 250px;
  padding-right: 30px;
}
footer .box1 .listbox .list .div1 img {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  max-width: 12px;
}
footer .box1 .listbox .list a {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 14px;
  display: inline-block;
  min-width: 34%;
  transition: all 0.3s;
}
footer .box1 .listbox .list a:hover {
  transition: all 0.3s;
  text-decoration: underline !important
}
footer .box1 .listbox .list:nth-child(1) {
  font-size: 0;
  padding-right: 20px;
}
footer .box1 .listbox .list:nth-child(1) hr {
  border-top: 1px solid #fff;
  width: 100px;
  margin-left: 24px;
  margin-top: 5px;
  margin-bottom: 14px;
}
footer .box1 .listbox .list:nth-child(2) {
  position: relative;
  min-height: 200px;
}
footer .box1 .listbox .list:nth-child(2) a {
  width: 100%;
}
footer .box1 .listbox .list .ul2 {
  width: 160px;
  float: left;
}
footer .box1 .listbox .list .imgbox {
  width: calc(100% - 160px);
  float: left;
  font-size: 0;
  text-align: right;
}
footer .box1 .listbox .list .imgbox .img {
  display: inline-block;
  margin-left: 20px;
}
footer .box1 .listbox .list .imgbox .img {
  max-width: calc(50% - 20px);
  background: #fff;
  padding: 6px;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  border-radius: 6px;
}
footer .box1 .listbox .list .imgbox .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 6px;
  max-width: 150px;
}
.ny {
  min-height: 666px;
}
.ny .zuo {
  width: 300px;
  padding-right: 30px;
  float: left;
}
.ny .you {
  width: calc(100% - 300px);
  float: left;
}
.ny .zuo .top {
  padding-left: 100px;
  background: #4ea53c;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.ny .zuo .top:after {
  content: "";
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3e8430 url("../images/top1.png") no-repeat center center;
}
.ny .zuo .bottom .top:after {
  background: #3e8430 url("../images/top2.png") no-repeat center center;
}
.ny .zuo .lanmu .li {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 46px;
  padding-top: 10px;
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-left: 60px;
  padding-right: 10px;
  position: relative;
}
.ny .zuo .lanmu .li:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #3e8430;
  border-radius: 50%;
  border: 3px solid #d8e6d6;
  display: block;
  position: absolute;
  left: 24px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}
.ny .zuo .lanmu .li:hover {
  color: #4c7e36;
}
.ny .zuo .lanmu .li.on1 {
  color: #4c7e36;
}
.ny .zuo .lanmu .ul {
  background: #f4f4f4;
  padding: 10px 0;
  display: none;
}
.ny .zuo .lanmu .ul.active {
  display: block;
}
.ny .zuo .lanmu .ul a {
  display: block;
  line-height: 38px;
  color: #999999;
  font-size: 14px;
  padding-left: 60px;
  position: relative;
}
.ny .zuo .lanmu .ul a:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #999999;
  display: block;
  position: absolute;
  left: 29px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.ny .zuo .lanmu .ul a:hover {
  color: #4c7e36;
}
.ny .zuo .lanmu .ul a:hover:after {
  background: #4c7e36;
}
.ny .zuo .lanmu .ul a.active:after {
  background: #4c7e36;
}
.ny .zuo .lanmu .ul a.active {
  color: #4c7e36;
}
.ny .zuo .bottom {
  background: #f4f4f4;
  margin-top: 40px;
}
.ny .zuo .bottom .tt {
  padding: 18px;
  line-height: 36px;
  color: #000000;
}
.ny .you .top {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  position: relative;
  border-bottom: 7px solid #4ea53c;
  padding-left: 20px;
  line-height: 63px;
  margin-bottom: 30px;
}
.ny .you .top:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
}
/*内页产品*/
.nycp {
  margin: 0 -8px;
}
.nycp .list {
  display: block;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  float: left;
}
.nycp .list .tt {
  border-top: 1px solid #e9e8e8;
  line-height: 66px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.nycp .list .tt:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/tu5.png") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  transition: all 0.3s;
}
.nycp .list:hover .tt {
  background: #4c7e36;
  color: #fff;
}
.nycp .list:hover .tt:after {
  background: #fff url("../images/tu5-1.png") no-repeat center center;
  border-color: #fff;
}
.nycp.nyanli .list .tt {
  padding: 0 6px;
  text-align: center;
}
.nycp.nyanli .list .tt:after {
  display: none;
  line-height: 55px;
}
/*内页新闻*/
.nyxw .list {
  margin-bottom: 20px;
  display: block;
  padding: 18px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .06)
}
.nyxw .list .img {
  width: calc(9% + 156px);
  float: left;
}
.nyxw .list .img img {
  height: 200px;
}
.nyxw .list .tt {
  float: left;
  width: calc(91% - 156px);
  padding-left: 22px;
}
.nyxw .list .tt1 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  line-height: 27px;
  margin-top: 10px;
}
.nyxw .list .tt2 {
  color: #b1b1b1;
  font-size: 12px;
  line-height: 28px;
}
.nyxw .list .tt3 {
  color: #333333;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.nyxw .list .tt4 {
  width: 96px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
  color: #333333;
  line-height: 29px;
  margin-top: 14px;
  position: relative;
  padding-right: 20px;
}
.nyxw .list .tt4:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url("../images/tu26.png") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 1;
}
.nyxw .list .tt4:before {
  content: "";
  width: 0;
  height: 7px;
  background: url("../images/tu27.png") no-repeat center center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 2;
}
.nyxw .list:hover .tt4 {
  background-color: #4c7e36;
  color: #fff;
  border-color: #4c7e36;
}
.nyxw .list:hover .tt4:before {
  width: 10px;
  transition: all 0.3s;
  right: 20px;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye .bt {
  color: #4c7e36;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
.danye .rq {
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 10px;
  margin-top: -5px;
}
.danye .img {
  margin: 0 auto 15px auto;
  display: block;
}
.danye .img img {
  display: block;
  margin: 0 auto;
}
.danye .ditu {
  height: 400px;
  position: relative;
  margin: 20px auto;
}
.liuyan form input {
  width: 100%;
  float: left;
  line-height: 42px;
  height: 44px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding: 0 14px;
}
.liuyan form textarea {
  width: 100%;
  max-width: 100%;
  height: 138px;
  padding: 10px 14px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.liuyan form button {
  width: 100%;
  line-height: 44px;
  background: #4c7e36;
  font-size: 14px;
  color: #fff;
  border: 0;
  transition: all 0.3s
}
.liuyan form button:hover {
  opacity: 0.88;
  transition: all 0.3s
}
.nyanli.nysp .list .img {
  position: relative;
}
.nyanli.nysp .list .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .44) url(../images/bf.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}
/*transition: all 0.3s;*/
/*4c7e36*/
/*e7e7e7*/
/*媒体查询开始*/
@media (min-width:1199px) {
  .nyxw .list:hover .img .tr2, .nycp .list:hover .img .tr2, .main6 .list:hover .img .tr2, .main4 .box .list:hover .img .tr2 {
    transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    cursor: pointer;
  }
}
@media (max-width:1199px) {
  .main1 {
    padding: 0 0 6px 0;
  }
  .main1 .logo {
    line-height: 150px;
    height: 150px;
  }
  .main1 .txt1 {
    margin-top: 45px;
  }
  .main1 .txt2 {
    margin-top: 44px;
  }
  header nav .ul > li > a {
    line-height: 54px;
    font-size: 15px;
  }
  .title .div1:after {
    display: none;
  }
  .title .div1:before {
    display: none;
  }
  .main60 {
    padding: 50px 0 55px 0;
  }
  .title {
    padding-bottom: 20px;
  }
  .main4 .box .list {
    margin: 0;
    box-shadow: 0 0 0;
    border: 1px solid #e5e5e5;
  }
  .main4 .box {
    margin-top: 0;
  }
  .main8 .box {
    margin-top: 0;
  }
  .main8 .box .list {
    margin: 0;
    box-shadow: 0 0 0;
    border: 1px solid #e5e5e5;
  }
  .main5 .list {
    width: calc(25% - 8px);
  }
  /*内页产品*/
  .nycp .list .tt {
    font-size: 15px;
    text-align: center;
    line-height: 60px;
    padding: 0 4px;
  }
  .nycp .list .tt:after {
    display: none;
  }
}
@media (max-width:991px) {
  .main1 {
    overflow: hidden;
  }
  .main1 .img1 {
    width: 150%;
    max-width: inherit;
    margin-left: -25%;
  }
  /*搜索*/
  .main2 {
    padding: 12px 0 15px 0;
  }
  .main2 .ul {
    width: 100%;
    padding: 0;
    text-overflow: inherit;
    white-space: inherit;
    max-height: 52px;
  }
  .main2 .ul a {
    line-height: 26px;
  }
  .main2 form {
    width: 100%;
    margin: 0;
    line-height: 40px;
    margin-top: 6px;
    border: 3px solid #4c7e36;
  }
  .main2 form input {
    line-height: 40px;
    height: 40px;
  }
  .main2 form button {
    line-height: 40px;
    height: 40px;
  }
  .main3 .list {
    padding: 20px;
  }
  .main4 .title .div2 {
    float: none;
  }
  .main8 .title .div2 {
    float: none;
  }
  .main4 .box .list .tt {
    padding: 0 4px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
  }
  .main4 .box .list .tt:after {
    display: none;
  }
  .main5 .list {
    width: calc(33.33% - 8px);
  }
  .main6 .list .tt {
    line-height: 50px;
    font-size: 15px;
  }
  .main7 .ttbox1 {
    width: 100%;
  }
  .main7 .img {
    display: none;
  }
  .main7 .box {
    min-height: inherit;
  }
  .main7 .tt2 {
    height: auto;
    max-height: 182px;
  }
  .main9 .maxwidth .box .swiper-container {
    padding: 15px 0 15px 180px
  }
  .main9 .list1 {
    left: 0;
    height: 100px;
    padding: 26px 0 26px 80px;
  }
  footer .box1 .ul1 a {
    padding: 0 16px;
  }
  footer .box1 .listbox .list {
    width: 100% !important
  }
  footer .box1 .listbox .list:nth-child(2) {
    margin-top: 30px;
  }
  footer {
    margin-bottom: 50px;
  }
  .ny {
    min-height: inherit;
  }
  .ny .zuo {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .ny .you {
    width: 100%;
    float: none;
  }
  .ny .zuo .top {
    padding-left: 66px;
    line-height: 46px;
    font-size: 18px;
  }
  .ny .zuo .top:after {
    width: 46px;
    background-size: 50% 50%;
  }
  .ny .zuo .top i {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 46px;
  }
  .ny .zuo .lanmu {
    display: none;
  }
}
@media (max-width:767px) {
  .main1 .logo {
    height: 88px;
    line-height: 88px;
    width: calc(100% - 55px);
  }
  /*大图轮播*/
  .banner .img img {
    min-height: 160px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2px;
  }
  header .ydd_btn {
    bottom: 34px;
  }
  /*头部公用*/
  .main60 {
    padding: 30px 0;
  }
  .title {
    padding-bottom: 16px;
  }
  .title .div1 {
    font-size: 22px;
    padding-bottom: 6px;
    line-height: 26px;
  }
  .title .div1 span {
    font-size: 15px;
    line-height: 22px;
  }
  .title .div2 {
    padding-bottom: 6px;
    margin-top: 3px;
  }
  .title .div2 a:nth-last-child(1) {
    margin-left: 1px;
  }
  .title .div2 a {
    min-width: 100px;
  }
  /*服务项目*/
  .main3 .list {
    border: 0;
    padding: 0;
  }
  .main3 .list .img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    float: none;
  }
  .main3 .list .tt {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    float: none;
  }
  .main3 .list .tt1 {
    font-size: 17px;
    line-height: 30px;
  }
  .main3 .list .tt2 {
    line-height: 20px;
    display: none;
  }
  .main3 .list .tt3 {
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
    display: none;
  }
  .main3 .list .tt4 {
    margin: 0 auto;
    margin-top: 10px;
    width: 60px;
    line-height: 22px;
    font-size: 12px;
  }
  .main3 .list:hover {
    background: fixed;
  }
  /*产品展示*/
  .main4.main60 {
    padding-bottom: 30px;
  }
  .main4 .box .list .tt {
    line-height: 40px;
    font-size: 14px;
  }
  /*服务流程*/
  .main5 .list {
    padding-left: 104px;
  }
  .main5 .list img {
    max-width: 94px;
  }
  /*案例*/
  .main6 .list .tt {
    line-height: 40px;
    font-size: 14px;
  }
  /*关于我们*/
  .main7 .ttbox1 {
    border: 0 solid #fff;
    padding: 0;
    background: fixed;
    box-shadow: 0 0 0;
  }
  .main7 .ttbox2 {
    padding: 0;
    border: 0;
    background: fixed;
  }
  .main7 .tt1 {
    font-size: 17px;
    padding-bottom: 16px;
    margin-bottom: 12px;
  }
  .main7 .tt2 {
    max-height: 260px;
  }
  .main7 .tt3 {
    margin-top: 16px;
  }
  /*新闻*/
  .main8.main60 {
    padding-bottom: 30px;
  }
  .main8 .box .list .tt1 {
    font-size: 17px;
    padding: 0 20px;
    line-height: 60px;
  }
  .main8 .box .list .tt1:after {
    display: none;
  }
  .main8 .box .list .tt2 {
    padding: 16px 20px;
  }
  .main8 .box .list .tt3 {
    line-height: 60px;
    padding: 0 20px;
  }
  .main8 .box .list .tt3 b {
    font-size: 18px;
    padding-right: 10px;
  }
  /*友情链接*/
  .main9 .maxwidth .box {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 0;
  }
  .main9 .maxwidth .box .swiper-container {
    padding: 14px 4px 14px 80px;
  }
  .main9 .list1 {
    height: 100%;
    width: 80px;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    padding-left: 0;
    text-align: center;
    font-weight: inherit;
  }
  .main9 .list1 img {
    position: relative;
    left: inherit;
    top: 10px;
    bottom: inherit;
    margin: 0 auto;
    max-width: 80px;
    margin-top: 14px;
  }
  footer .box2 {
    padding: 14px 0;
  }
  footer .box1 .ul1 a {
    line-height: 28px;
  }
  footer .box1 .listbox .list .ul2 {
    width: 100%;
    float: none;
  }
  footer .box1 .listbox .list .imgbox {
    width: 100%;
    float: none;
    text-align: left;
  }
  footer .box1 .listbox .list .imgbox .img {
    margin: 0;
    margin-right: 15px;
  }
  footer .box1 .listbox .list .imgbox .img {
    max-width: calc(50% - 15px);
    font-size: 13px;
    line-height: 28px;
    padding: 4px;
  }
  footer .box1 .listbox .list .imgbox .img img {
    max-width: 160px;
    margin-bottom: 4px;
  }
  footer .box1 .listbox .list:nth-child(2) a {
    width: initial;
    min-width: 10%;
    padding-right: 30px;
  }
  footer .box1 .listbox .list:nth-child(1) {
    padding-right: 0;
  }
  footer .box1 .listbox .list {
    padding-left: 0;
  }
  footer .box1 .listbox .top {
    padding-left: 20px;
  }
  footer .box1 .listbox .top:after {
    left: 0;
  }
  .nycp {
    margin: 0 -5px;
  }
  .nycp .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .nycp .list .tt {
    line-height: 40px;
    font-size: 14px;
  }
  /*详情页*/
  .danye {
    font-size: 14px;
    line-height: 28px;
  }
  .danye .ditu {
    height: 260px;
    margin: 10px auto;
  }
  .danye .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .danye .rq {
    margin-top: -6px;
    padding-top: 6px;
  }
  .danye .img {
    margin-bottom: 10px;
  }
}
@media (max-width:600px) {
  /*服务流程*/
  .main5 .list {
    width: calc(50% - 8px);
    padding-left: 70px;
  }
  .main5 .list img {
    max-width: 62px;
  }
  /*内页新闻*/
  .nyxw .list {
    margin-bottom: 20px;
    padding: 10px;
  }
  .nyxw .list .img {
    width: 100%;
    float: none;
  }
  .nyxw .list .img img {
    height: auto;
  }
  .nyxw .list .tt {
    float: none;
    width: 100%;
    padding-left: 0;
    padding: 0 10px;
    padding-bottom: 10px;
  }
  .nyxw .list .tt1 {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    line-height: 24px;
  }
  .nyxw .list .tt3 {
    height: auto;
    max-height: 100px;
  }
}
@media (max-width:479px) {}
.hot {
  height: 50px;
  background: #4c7e36;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: solid 2px #fff;
  width: 100%;
}
.hot span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.hot h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.hot .row div a {
  display: block;
  color: #fff;
  padding: 7px 0;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 52px;
  z-index: 99;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.dbbox .dbs.ewm-box {
  text-align: center;
}
.dbbox .dbs.ewm-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.fenxiang-box:after {
  content: "";
  position: absolute;
  left: 75%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.ewm-box img {
  max-width: 140px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
  position: relative;
  padding: 6px 0;
  width: 20%;
  height: 44px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 0 0 -16px;
  float: inherit !important;
  display: block;
}