/*全局样式*/
@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/1.5 "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto !important;
}
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;
}
input, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
* {
  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
}
.clearfix:after, .clearfix:before {
  clear: both;
}
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
}
.bjcover {
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .box1 {
  border-bottom: 1px solid #ddd;
}
header .box1 .tt1 {
  font-size: 14px;
  color: #000;
  line-height: 39px;
}
header .box1 .tt2 {
  font-size: 0;
}
header .box1 .tt2 a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  padding: 0 25px;
  background: #569F2B;
  line-height: 39px;
  transition: all .2s;
}
header .box1 .tt2 a:nth-child(2) {
  background: #232323;
}
header .box1 .tt2 a:hover {
  opacity: .8;
  text-decoration: underline !important;
}
header {
  position: relative;
  z-index: 111;
}
header .box2 .logo {
  line-height: 130px;
  height: 130px;
  font-size: 0;
}
header .box2 .logo img {
  max-height: 60%;
}
header .box2 .txt1 {
  height: 60px;
  background: url(../images/tu6.png) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
  margin-top: 35px;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding-top: 6px;
}
header .box2 .txt1 b {
  display: block;
  color: #000;
  font-weight: bold;
}
header .box2 .txt2 {
  font-size: 14px;
  color: #666;
  padding-left: 54px;
  background: url(../images/tu1.png) no-repeat left center;
  line-height: 20px;
  margin-top: 35px;
}
header .box2 .txt2 span {
  font-size: 36px;
  color: #c12023;
  font-family: 'Impact';
  display: block;
  line-height: 40px;
}
/*pc导航*/
header nav {
  background: #559f29;
}
header nav a {
  transition: all .2s;
}
header nav ul {
  font-size: 0;
  margin: 0;
}
header nav ul > li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 16.666%;
}
header nav ul > li:nth-child(n+2):before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .2);
  position: absolute;
  left: 0;
  top: 0;
}
header nav ul > li > a {
  line-height: inherit;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
}
header nav ul > li:hover > a {
  color: #fff;
  background-color: #3C6B1C;
}
header nav ul > li.active > a {
  color: #fff;
  background-color: #3C6B1C;
}
header nav .ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  right: 0;
  background: rgba(255, 255, 255, 1);
  padding: 2px 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header nav .ul a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 8px;
  display: block;
}
header nav .ul a:hover {
  background-color: #3C6B1C;
  color: #fff;
}
header nav .ul a.active {
  background-color: #3C6B1C;
  color: #fff;
}
header nav ul > li:hover .ul {
  display: block;
}
/*banner*/
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .bjcover {
  padding-top: 36.45833333333333%;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: .8;
  transition: all .2s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
  opacity: 1;
}
.ssbox {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.ssbox .ul {
  padding-left: 36px;
  height: 40px;
  overflow: hidden;
  background: url(../images/tu2.png) no-repeat left center;
  width: calc(100% - 360px);
  float: left;
  font-size: 0;
}
.ssbox .ul a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #999;
  padding-right: 15px;
  line-height: 40px;
  transition: all .2s;
}
.ssbox .ul a:nth-child(1) {
  color: #000;
  padding-right: 0;
}
.ssbox .ul a:nth-child(n+2):hover {
  color: #559f29;
}
.ssbox form {
  width: 354px;
  float: right;
  line-height: 38px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.ssbox form input {
  width: calc(100% - 54px);
  line-height: 38px;
  height: 38px;
  border: 0;
  background: fixed;
  padding: 0 0 0 25px;
  float: left;
}
.ssbox form button {
  width: 54px;
  line-height: 38px;
  height: 38px;
  border: 0;
  background: url(../images/tu3.png) no-repeat center center;
  float: right;
}
.ssbox form button {
  width: 54px;
  line-height: 38px;
  height: 38px;
  border: 0;
  background: url(../images/tu3.png) no-repeat center center;
  float: right;
}
.ssbox form button:hover {
  background: url(../images/tu3-1.png) no-repeat center center;
}
.main66 {
  padding: 66px 0;
}
.title {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
  padding-bottom: 15px;
}
.title:after {
  content: "";
  width: 36px;
  height: 4px;
  background: #559f29;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.title .div1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
  color: #333;
  padding-bottom: 5px;
}
.title .div2 {
  font-size: 22px;
  color: #999;
  font-family: 'Arial';
  text-transform: uppercase;
  font-weight: bold;
}
.gd {
  display: block;
  width: 150px;
  line-height: 42px;
  text-align: center;
  padding-right: 40px;
  margin: 44px auto 0;
  font-size: 16px;
  color: #fff;
  background: #559f29;
  position: relative;
}
.gd i {
  width: 40px;
  border-left: 1px solid rgba(255, 255, 255, .4);
  text-align: center;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gd:hover {
  color: #fff;
  background: #3C6B1C;
}
.title.titlebs:after {
  background-color: #fff;
}
.title.titlebs .div1 {
  color: #fff;
}
.title.titlebs .div2 {
  color: rgba(255, 255, 255, .6);
}
/* 服务范围 */
.main1 {
  background: #F4F4F4;
}
.main1 .list {
  display: block;
}
.main1 .list .bjcover {
  padding-top: 84%;
}
.main1 .list .tt {
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding: 0 66px 0 20px;
  position: relative;
  background: #fff;
  margin-top: 2px;
}
.main1 .list .tt i {
  display: block;
  border-left: 1px solid #ddd;
  height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  font-size: 0;
}
.main1 .list:hover .bjcover {
  transform: scale(1.06)
}
.main1 .list:hover .tt {
  color: #559f29;
}
/* 公司简介 */
.main2 .box {
  background: #fff;
  position: relative;
  min-height: 430px;
  padding: 60px 40px 60px calc(50% + 44px);
}
.main2 .box .bjcover {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main2 .box .tt1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.main2 .box .tt1:after {
  content: "";
  width: 44px;
  height: 4px;
  background: #100962;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main2 .box .tt1 span {
  display: block;
  font-size: 11px;
  font-family: 'Arial';
  color: #999;
  text-transform: uppercase;
  margin-top: 2px;
  line-height: 20px;
  font-weight: normal;
}
.main2 .box .tt2 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}
.main2 .box .tt3 {
  display: block;
  width: 122px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #559f29;
  margin-top: 20px;
  text-align: center;
}
.main2 .box .tt3:hover {
  background-color: #3C6B1C;
}
.title1 {
  text-align: center;
  font-size: 0;
  margin-bottom: 44px;
  margin-top: -8px;
}
.title1 a {
  display: inline-block;
  vertical-align: top;
  transition: all .2s;
  background: #fff;
  font-size: 18px;
  color: #000;
  border: 1px solid #559f29;
  line-height: 48px;
  padding: 0 10px;
  min-width: 150px;
  text-align: center;
  margin: -1px 0 0 -1px;
}
.title1 a:hover {
  background-color: #559f29;
  color: #fff;
  border-color: #559f29;
}
.title1 a.active {
  background-color: #559f29;
  color: #fff;
  border-color: #559f29;
}
/* 我们的优势 */
.main3 .listbox {
  position: relative;
}
.main3 .listbox:nth-child(n+2) {
  margin-top: 55px;
}
.main3 .listbox:nth-child(even) .img {
  float: left;
}
.main3 .listbox:nth-child(even) .img img {
  float: left;
}
.main3 .listbox:nth-child(even) .list {
  float: right;
}
.main3 .listbox .img {
  width: calc(40% - 50px);
  float: right;
  position: relative;
}
.main3 .listbox .img img {
  display: block;
  float: right;
}
.main3 .listbox .list {
  width: 60%;
  float: left;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
.main3 .listbox .list .tt1 {
  display: inline-block;
  vertical-align: top;
  min-width: 300px;
  background: #559f29;
  line-height: 38px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  padding: 9px 9px 9px 60px;
  position: relative;
  border-radius: 88px;
  margin-bottom: 15px;
}
.main3 .listbox .list .tt1 span {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 39px;
  font-weight: normal;
  background: #fff;
  border-radius: 50%;
  color: #559f29;
  font-family: 'Impact';
  font-size: 22px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main3 .listbox .list .tt2 {
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
/* 公司资质 */
.main4 .box {
  background: rgba(0, 0, 0, .3);
}
.main4 .box .zuo {
  width: calc(15% + 170px);
  float: left;
}
.main4 .box .zuo .tt1 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  padding: 12px 10px 12px 35px;
}
.main4 .box .zuo .tt2 a {
  display: block;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.main4 .box .zuo .tt2 a div {
  display: block;
  line-height: 100px;
  padding-left: 100px;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  font-weight: bold;
  position: relative;
  transition: all .3s;
  z-index: 2;
}
.main4 .box .zuo .tt2 a:after {
  content: "";
  width: 100px;
  height: 100px;
  background: #569F2A;
  border-radius: 50%;
  position: absolute;
  left: calc(100% - 100px);
  top: 0;
  opacity: 0;
  transition: all .3s;
  z-index: 1;
}
.main4 .box .zuo .tt2 a span {
  display: block;
  position: absolute;
  left: 33px;
  top: 0;
  font-size: 44px;
  font-family: 'Impact';
  z-index: 3;
  font-weight: normal;
}
.main4 .box .zuo .tt2 a:hover div {
  background-color: #569F2A;
}
.main4 .box .zuo .tt2 a:hover:after {
  left: calc(100% - 50px);
  opacity: 1;
}
.main4 .box .zuo .tt2 a.active div {
  background-color: #569F2A;
}
.main4 .box .zuo .tt2 a.active:after {
  left: calc(100% - 50px);
  opacity: 1;
}
.main4 .box .you {
  padding: 30px 20px 30px 50px;
  float: right;
  width: calc(85% - 170px);
}
.main4 .box .you .imgbox {
  display: none;
}
.main4 .box .you .imgbox.active {
  display: block;
}
.main4 .box .you .img {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  height: 339px;
  overflow: hidden;
  position: relative;
}
.main4 .box .you .img img {
  width: calc(100% - 20px);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: calc(100% - 20px);
}
.main4 .box .you .img:nth-child(n+4) {
  display: none;
}
/* 服务现场 */
.main5 .box {
  padding-bottom: 40px;
}
.main5 .list {
  display: block;
  background: #F2F2F2;
  position: relative;
}
.main5 .list .tt {
  padding-top: 90%;
  position: relative;
}
.main5 .list .tt .tt1 {
  display: block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main5 .list .tt .tt1 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  margin-top: -20px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
  transition: all .2s;
}
.main5 .list .img .bjcover {
  padding-top: 90%;
}
.main5 .swiper-slide:nth-child(even) .list {
  padding-top: 90%;
}
.main5 .swiper-slide:nth-child(even) .list .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main5 .list:hover .img .bjcover {
  transform: scale(1.06);
}
.main5 .list:hover .tt .tt1 span {
  color: #559f29;
}
.main5 .lb5 {
  display: none;
}
.main5 .lb5.active {
  display: block;
}
.title2 {
  text-align: center;
  margin-top: -11px;
  margin-bottom: 26px;
  font-size: 0;
}
.title2 a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #000;
  margin: 0 15px 15px;
  position: relative;
  padding: 0 10px 6px;
  line-height: 40px;
  transition: all .2s;
}
.title2 a:after {
  content: "";
  width: 0;
  height: 4px;
  background: #559f29;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all .2s;
}
.title2 a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0 solid #559f29;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: all .2s;
}
.title2 a:hover {
  color: #559f29;
}
.title2 a:hover:after {
  width: 100%;
}
.title2 a:hover:before {
  border-top-width: 4px;
  opacity: 1;
}
.title2 a.active {
  color: #559f29;
}
.title2 a.active:after {
  width: 100%;
}
.title2 a.active:before {
  border-top-width: 4px;
  opacity: 1;
}
/* 条幅1 */
.main6 {
  width: 100%;
  overflow: hidden;
}
.main6 img {
  width: 100%;
  display: block;
}
/* 保洁知识 */
.main7 {
  background: #F4F4F4;
}
.main7 .zuo {
  width: calc(14% + 270px);
  float: left;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  display: block;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border: 1px solid #f2efef;
}
.main7 .zuo .bjcover {
  height: 350px;
}
.main7 .zuo:hover .bjcover {
  transform: scale(1.06);
}
.main7 .zuo .tt {
  color: #373737;
  font-size: 17px;
  font-weight: bold;
  padding: 0 40px 0 14px;
  position: relative;
  line-height: 66px;
}
.main7 .zuo:hover .tt {
  color: #559f29;
}
/* .main7 .zuo .tt:after{content:"";width: 15px;height: 15px;background: url("../images/tu26.png") no-repeat;position: absolute;left: -15px;top:0;bottom:0;margin: auto 0;} */
.main7 .zuo .tt:before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("../images/tu27.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main7 .zuo:hover .tt:before {
  background: url("../images/tu27-1.png") no-repeat;
}
.main7 .you {
  width: calc(86% - 280px);
  padding-left: 10px;
  float: right;
}
.main7 .you .list {
  display: block;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  margin-bottom: 10px;
  position: relative;
  padding-left: 196px;
  border: 1px solid #f2efef;
  height: 136px;
  padding-right: 24px;
}
.main7 .you .list .tt1 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  margin-top: 32px;
  line-height: 18px;
  position: relative;
  padding-left: 26px;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.main7 .you .list .tt1:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/tu26-1.jpg") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.3s;
}
.main7 .you .list .tt1:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
}
.main7 .you .list .tt3 {
  font-size: 13px;
  color: #999999;
  position: relative;
  padding-bottom: 18px;
  padding-left: 26px;
}
.main7 .you .list .tt3:after {
  content: "";
  width: 42px;
  height: 7px;
  background: url("../images/tu28.png") no-repeat;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
  opacity: 1;
}
.main7 .you .list .tt3:before {
  content: "";
  width: 42px;
  height: 7px;
  background: url("../images/tu28-1.png") no-repeat;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0;
}
.main7 .you .list .tt2 {
  font-size: 12px;
  color: #999999;
  width: 160px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main7 .you .list .tt2 b {
  font-size: 40px;
  color: #000;
  font-weight: inherit;
  display: block;
}
.main7 .you .list .tt2 i {
  display: none;
}
.main7 .you .list .tt2 div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main7 .you .list:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
}
.main7 .you .list:hover .tt1 {
  color: #559f29;
}
.main7 .you .list:hover .tt1:after {
  background: url("../images/tu26.png") no-repeat;
}
.main7 .you .list:hover .tt3:after {
  left: 40px;
  opacity: 0;
}
.main7 .you .list:hover .tt3:before {
  left: 40px;
  opacity: 1;
}
.main7 .you .list:nth-child(n+4) {
  display: none;
}
/* 在线留言 */
.main10 {
  padding: 60px 0;
}
.main10 .tt {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  width: 170px;
  float: left;
  line-height: 30px;
}
.main10 .tt span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-family: 'Bell MT';
  text-transform: uppercase;
  padding-top: 8px;
  line-height: 16px;
}
.main10 form {
  display: block;
  width: calc(100% - 170px);
  float: left;
  margin-top: 2px;
}
.main10 form button {
  transition: all 0.3s;
  width: 19%;
  background: #3C6B1C;
  border: 0;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  float: left;
}
.main10 form input {
  width: calc(27% - 10px);
  margin-right: 10px;
  ;
  background: #fff;
  border: 0;
  line-height: 46px;
  height: 46px;
  color: #000;
  padding: 0 10px 0 18px;
  float: left;
}
.main10 form textarea {
  width: calc(27% - 10px);
  max-width: calc(27% - 10px);
  ;
  margin-right: 10px;
  ;
  background: #fff;
  border: 0;
  line-height: 46px;
  height: 46px;
  color: #000;
  padding: 0 10px 0 18px;
  float: left;
}
.main10 form button:hover {
  opacity: .88;
}
footer .box1 {
  background: #F4F4F4;
  padding: 60px 0;
}
footer .box1 .list3 {
  width: 150px;
  float: right;
  text-align: center;
  font-size: 16px;
  color: #000;
}
footer .box1 .list3 img {
  margin-bottom: 8px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
footer .box1 .list1 {
  width: calc(66% - 200px);
  float: left;
  padding-top: 15px;
}
footer .box1 .list1 .ul {
  width: 25%;
  float: left;
  padding-right: 18px;
}
footer .box1 .list1 .ul a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-bottom: 15px;
  position: relative;
  transition: all .2s;
}
footer .box1 .list1 .ul a:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 33px;
}
footer .box1 .list1 .ul a:nth-child(1):after {
  content: "";
  width: 34px;
  height: 2px;
  background: #D8D8D8;
  position: absolute;
  left: 0;
  bottom: 15px;
}
footer .box1 .list1 .ul a:nth-child(n+2):hover {
  color: #559f29;
}
footer .box1 .list2 {
  width: 34%;
  float: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px 40px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
footer .box1 .list2 .tt1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  font-family: 'Arial';
}
footer .box2 {
  background: #3C6B1C;
  text-align: center;
  padding: 25px 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
}
/*内页共用*/
.ny {
  min-height: 666px;
  padding: 44px 0 50px;
}
.ny .zuo {
  width: 260px;
  float: left;
  padding-right: 30px;
}
.ny .you {
  width: calc(100% - 260px);
  float: left;
}
.ny .zuo .top {
  line-height: 76px;
  background: #559f29;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 76px;
  overflow: hidden;
  position: relative;
  display: block !important;
  top: 0 !important
}
.ny .zuo .top span {
  font-size: 11px;
  color: #fff;
  font-family: 'Arial';
  text-transform: uppercase;
  line-height: normal;
}
.ny .zuo .top:before {
  position: absolute;
  right: 16px;
  top: 2px;
  opacity: 0;
}
.ny .zuo .ul {
  margin-bottom: 20px;
}
.ny .zuo .ul > a {
  display: block;
  width: 100%;
  margin-top: 2px;
  line-height: 42px;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 0 30px;
  transition: all 0.3s;
}
.ny .zuo .ul > a:before {
  position: absolute;
  right: 20px;
  top: 0;
  color: #333;
  line-height: inherit;
  font-size: 80%;
  transition: all 0.3s;
  transform: rotate(-90deg)
}
.ny .zuo .ul > a:hover {
  background: #559f29;
  color: #fff;
}
.ny .zuo .ul > a:hover:before {
  color: #fff;
}
.ny .zuo .ul > a.active {
  background: #559f29;
  color: #fff;
}
.ny .zuo .ul > a.active:before {
  color: #fff;
  transform: rotate(0deg)
}
/* 二级开始 */
.ny .zuo .ul2{display:none;/*padding: 0 20px;*/}
.ny .zuo .ul2.active{display:block;}
.ny .zuo .ul2 a{font-size: 14px; line-height: 32px;padding:0 10px 0 15px;width: 100%;position: relative;display: block;transition: all 0.3s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ny .zuo .ul2 a:nth-child(n+2){border-top:1px dashed #eee;}
.ny .zuo .ul2 a:hover{color: #559f29;}
.ny .zuo .ul2 a.active{color: #559f29;}
/* 二级结束 */
/*左侧联系我们*/
.ny .zuo .tt {
  border: 1px solid #eee;
  margin-top: 3px;
  background: #fff;
}
.ny .zuo .tt .tt1 {
  color: #000;
  padding: 20px 0;
  padding-left: 60px;
  border-bottom: 1px solid #eee;
  background: url("../images/tu22.png") no-repeat 16px center;
}
.ny .zuo .tt .tt1 span {
  color: #559f29;
  font-size: 20px;
  display: block;
  font-weight: bold;
}
.ny .zuo .tt .tt2 {
  padding: 16px;
  color: #333;
  font-size: 13px;
  line-height: 26px;
}
/*右侧顶部*/
.ny .you .top {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  line-height: 54px;
  margin-bottom: 25px;
  position: relative;
}
.ny .you .top .top2 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.ny .you .top .top2 span {
  color: #559f29;
}
.ny .you .top .top2 a {
  color: #000;
  transition: all .2s;
}
.ny .you .top .top2 a:hover {
  color: #559f29;
}
/*内页新闻*/
.nyxw .list {
  margin-bottom: 20px;
  display: block;
  padding: 14px;
  border: 1px solid #e9e9e9;
}
.nyxw .list .img {
  width: calc(9% + 156px);
  float: left;
}
.nyxw .list .img .bjcover {
  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/tu29.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/tu29-1.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: #559f29;
  color: #fff;
  border-color: #559f29;
}
.nyxw .list:hover .tt4:before {
  width: 10px;
  transition: all 0.3s;
  right: 20px;
}
.nyxw .list:hover .img .bjcover {
  transform: scale(1.06);
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 16px;
  line-height: 180%;
}
.danye .topbox {
  margin-bottom: 24px;
  text-align: center;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  padding-bottom: 10px;
}
.danye .rq {
  color: #555555;
  font-size: 14px;
}
.danye .xian {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  border-bottom: 1px dashed #ccc;
}
.danye .img {
  margin: 0 auto 18px auto;
  display: block;
}
.danye .img img {
  display: block;
  margin: 0 auto;
}
.danye .ditu {
  height: 400px;
  position: relative;
  margin: 20px auto;
  border: 1px solid #eee;
}
/* 产品展示 */
.nycp {
  margin: 0 -10px;
}
.nycp .list {
  display: block;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  float: left;
}
.nycp .list .bjcover {
  padding-top: 84%;
}
.nycp .list .tt {
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding: 0 66px 0 20px;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 1px;
}
.nycp .list .tt i {
  display: block;
  border-left: 1px solid #eee;
  height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  font-size: 0;
}
.nycp .list:hover .bjcover {
  transform: scale(1.06)
}
.nycp .list:hover .tt {
  color: #559f29;
}
.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: #559f29;
  font-size: 14px;
  color: #fff;
  border: 0;
  transition: all 0.3s
}
.liuyan form button:hover {
  background-color: #3C6B1C;
}
/*transition: all .2s;*/
/*559f29*/
/*3C6B1C*/
/*transform:scale(1.06);*/
/*媒体查询开始*/
@media (max-width:1199px) {
  .main1 .list .tt {
    padding: 0 5px;
    text-align: center;
    font-size: 15px;
  }
  .main1 .list .tt i {
    display: none;
  }
  .nycp .list .tt {
    padding: 0 5px;
    text-align: center;
    font-size: 15px;
  }
  .nycp .list .tt i {
    display: none;
  }
  /*    行业资讯*/
  .main7 .you .list .tt2 {
    width: 130px;
  }
  .main7 .you .list {
    padding-left: 166px;
  }
  footer .box1 .list1 {
    width: calc(72% - 180px);
  }
  footer .box1 .list1 .ul {
    width: calc(25% - 18px);
  }
  footer .box1 .list1 .ul:nth-child(2) {
    width: calc(25% + 18px);
  }
  footer .box1 .list1 .ul:nth-child(3) {
    width: calc(25% + 18px);
  }
  footer .box1 .list2 {
    width: 28%;
    padding: 0 25px;
  }
  footer .box1 .list3 {
    width: 140px;
  }
}
@media (max-width:991px) {
  .banner .bjcover {
    padding-top: 50%;
  }
  /*pc导航*/
  header nav {
    display: none;
    width: 160px;
    float: none;
    padding: 15px 20px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 113;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .04)
  }
  header nav .container-fluid {
    padding: 0;
  }
  header nav ul > li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  header nav ul > li:nth-last-child(1) {
    border: 0;
  }
  header nav ul > li > a {
    display: block;
    color: #333;
    font-size: 15px;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
  }
  header nav ul > li:hover > a {
    color: #559f29;
    background: fixed;
  }
  header nav ul > li.active > a {
    color: #559f29;
    background: fixed;
  }
  header nav ul > li:hover .ul {
    display: none;
  }
  /*移动导航按钮*/
  header .lanmu {
    width: 30px;
    font-size: 0;
    height: 21px;
    position: absolute;
    right: 15px;
    bottom: 45px;
    cursor: pointer;
    z-index: 2;
  }
  header .lanmu i {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #559f29;
    border-radius: 3px;
    transition: all 0.6s;
  }
  header .lanmu i:nth-child(2), .lanmu i:nth-child(3) {
    width: 40%;
    margin: 6px 0;
  }
  header .lanmu i:nth-child(2) {
    margin-right: 10%;
  }
  header .lanmu i:nth-child(3) {
    margin-left: 10%;
  }
  header .lanmu.active i:nth-child(1) {
    transform: rotate(45deg) translateY(4px) translateX(5px);
  }
  header .lanmu.active i:nth-child(4) {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
  header .lanmu.active i:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
  }
  header .lanmu.active i:nth-child(3) {
    transform: translateX(30px);
    opacity: 0;
  }
  header .box1 {
    display: none;
  }
  header .box2 .logo {
    height: 110px;
    line-height: 110px;
    max-width: calc(100% - 44px);
  }
  .ssbox .ul {
    width: calc(100% - 300px);
  }
  .ssbox form {
    width: 300px;
  }
  .title .div1 {
    font-size: 24px;
  }
  .title .div2 {
    font-size: 16px;
  }
  .main2 .box {
    padding: 40px 30px 40px calc(50% + 30px);
    min-height: 380px;
  }
  .main2 .box .tt1 {
    font-size: 20px;
  }
  .main2 .box .tt1 span {
    font-size: 10px;
    line-height: 16px;
  }
  .title1 a {
    font-size: 15px;
    line-height: 42px;
    min-width: 130px;
  }
  /* 公司资质 */
  .main4 .box .zuo {
    width: calc(15% + 130px);
  }
  .main4 .box .zuo .tt1 {
    font-size: 18px;
    line-height: 30px;
    padding: 12px 10px 12px 25px;
  }
  .main4 .box .zuo .tt2 a div {
    line-height: 90px;
    padding-left: 70px;
    font-size: 18px;
  }
  .main4 .box .zuo .tt2 a:after {
    width: 90px;
    height: 90px;
  }
  .main4 .box .zuo .tt2 a span {
    left: 25px;
    font-size: 30px;
  }
  .main4 .box .you {
    float: right;
    width: calc(85% - 130px);
  }
  .main4 .box .you .img {
    height: 297px;
  }
  .main6 img {
    max-width: 150%;
    width: 150%;
    margin-left: -25%;
  }
  /*行业资讯*/
  .main7 .zuo {
    width: 100%;
    margin: 0;
  }
  .main7 .zuo .bjcover {
    height: auto;
    padding-top: 70%;
  }
  .main7 .you {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  /* 新闻资讯 */
  .main10 .tt {
    width: 100%;
    margin-bottom: 20px;
  }
  .main10 form {
    width: 100%;
  }
  footer .box1 .list1 {
    width: 65%;
    padding-top: 0;
  }
  footer .box1 .list2 {
    width: 35%;
    border-right: 0;
    padding-right: 0;
  }
  footer .box1 .list3 {
    display: none;
  }
  /*内页共用*/
  .ny {
    min-height: 333px;
    padding: 20px 0 50px;
  }
  .ny .zuo {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .ny .you {
    width: 100%;
  }
  .ny .zuo .top {
    line-height: 48px;
    margin: 0;
    font-size: 18px;
    height: 50px;
    text-align: left;
    padding: 0 30px 2px 20px;
  }
  .ny .zuo .top span {
    font-size: 11px;
    color: #fff;
    font-family: 'Arial';
    text-transform: uppercase;
  }
  .ny .zuo .top:before {
    opacity: 1;
  }
  .ny .zuo .ul {
    margin: 0;
    display: none;
  }
  .ny .zuo .ul > a {
    padding: 0 10px;
    text-align: center;
  }
  .ny .zuo .ul > a:before {
    right: 15px;
  }
}
@media (max-width:767px) {
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
  }
  .ssbox .ul {
    padding-left: 20px;
    height: auto;
    background: url(../images/tu2.png) no-repeat left 6px;
    width: 100%;
    max-height: 52px;
    overflow: hidden;
    background-size: 15px !important;
  }
  .ssbox .ul a {
    padding-right: 11px;
    line-height: 26px;
  }
  .ssbox form {
    width: 100%;
    margin-top: 8px;
  }
  .main66 {
    padding: 36px 0;
  }
  .title {
    margin-bottom: 26px;
    padding-bottom: 0;
  }
  .title:after {
    display: none;
  }
  .title .div1 {
    font-size: 22px;
  }
  .title .div2 {
    font-size: 12px;
  }
  .gd {
    font-size: 12px;
    width: 120px;
    line-height: 36px;
    height: 36px;
    margin-top: 26px;
  }
  .gd i {
    height: 36px;
    padding: 0 16px;
  }
  /* 产品展示 */
  .main1 .list .tt {
    font-size: 13px;
    line-height: 40px;
  }
  /* 公司简介 */
  .main2 .box {
    min-height: inherit;
    padding: 20px 20px 30px;
  }
  .main2 .box .bjcover {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding-top: 66%;
    margin-bottom: 18px;
  }
  .main2 .box .tt1 {
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 6px;
  }
  .main2 .box .tt1:after {
    display: none;
  }
  .main2 .box .tt2 {
    line-height: 28px;
    font-size: 14px;
    height: auto;
    max-height: 280px;
  }
  .main2 .box .tt3 {
    width: 100px;
    font-size: 14px;
    line-height: 36px;
    margin-top: 15px;
  }
  .title1 {
    margin-top: -8px;
    margin-bottom: 22px;
  }
  .title1 a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
    min-width: 110px;
    margin: 0 2px 4px;
    border-radius: 5px;
  }
  /* 我们的优势 */
  .main3 .listbox:nth-child(n+2) {
    margin-top: 30px;
  }
  .main3 .listbox .img {
    width: 100%;
  }
  .main3 .listbox .img img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
  .main3 .listbox .list {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .main3 .listbox .list .tt1 {
    min-width: 200px;
    line-height: 30px;
    font-size: 20px;
    padding: 8px 8px 8px 50px;
    margin-bottom: 11px;
  }
  .main3 .listbox .list .tt1 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    left: 8px;
  }
  .main3 .listbox .list .tt2 {
    font-size: 15px;
    line-height: 30px;
  }
  .main3 .listbox:nth-last-child(1) .list:nth-last-child(1) {
    border: 0;
    padding-bottom: 0;
  }
  /* 公司资质 */
  .main4 .box {
    padding: 15px;
  }
  .main4 .box .zuo {
    width: 100%;
  }
  .main4 .box .zuo .tt1 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 10px;
  }
  .main4 .box .zuo .tt2 a div {
    line-height: 60px;
    padding-left: 50px;
    font-size: 16px;
    font-weight: normal;
  }
  .main4 .box .zuo .tt2 a:after {
    width: 60px;
    height: 60px;
    display: none;
  }
  .main4 .box .zuo .tt2 a span {
    left: 15px;
    font-size: 22px;
  }
  .main4 .box .you {
    padding: 20px 0 5px 0;
    width: 100%;
  }
  .main4 .box .you .img {
    height: auto;
    padding-top: 41%;
  }
  .main4 .box .you .img img {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
  /* 服务现场 */
  .main5 .box {
    padding-bottom: 0;
  }
  .main5 .list .tt .tt1 {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  .main5 .list .tt .tt1 span {
    font-size: 18px;
  }
  .title2 {
    margin-top: -11px;
    margin-bottom: 16px;
  }
  .title2 a {
    font-size: 16px;
    margin: 0 6px 8px;
    padding: 0 5px 5px;
    line-height: 32px;
  }
  .title2 a:after {
    height: 3px;
  }
  /* 条幅1 */
  .main6 img {
    width: 220%;
    max-width: 220%;
    margin-left: -38%;
  }
  /*行业资讯*/
  .main7 .zuo {
    box-shadow: 0 0 0;
  }
  .main7 .you .list {
    box-shadow: 0 0 0;
    height: auto;
    padding: 18px 15px 22px;
  }
  .main7 .you .list .tt1 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    max-height: 52px;
    padding: 0 0 0 22px;
    margin-bottom: 8px;
    font-weight: 400;
    text-overflow: inherit;
    white-space: inherit;
  }
  .main7 .you .list .tt1:after {
    top: 7px;
  }
  .main7 .you .list .tt1:before {
    display: none;
  }
  .main7 .you .list .tt3 {
    padding-left: 0;
    margin-top: 6px;
    text-overflow: inherit;
    white-space: inherit;
    line-height: 22px;
    padding: 0;
    max-height: 66px;
    overflow: hidden;
  }
  .main7 .you .list .tt3:after {
    left: 0;
    display: none;
  }
  .main7 .you .list .tt3:before {
    left: 0;
    display: none;
  }
  .main7 .you .list .tt2 {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    height: inherit;
    font-size: 14px;
    border: 0;
  }
  .main7 .you .list .tt2 b {
    display: none;
  }
  .main7 .you .list .tt2 i {
    display: inline-block;
  }
  .main7 .you .list .tt2 div {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: translateY(0);
    text-align: left;
  }
  .main7 .you .list:after {
    display: none;
  }
  .main7 .zuo .tt {
    font-size: 15px;
    padding: 10px;
    line-height: 0;
    font-weight: normal;
    text-align: center;
  }
  .main7 .zuo .tt:after {
    display: none;
  }
  .main7 .zuo .tt div {
    text-overflow: inherit;
    white-space: inherit;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
  }
  .main7 .zuo .tt:before {
    display: none;
  }
  /* 新闻资讯 */
  .main10 {
    padding: 40px 0;
  }
  .main10 .tt {
    font-size: 22px;
    width: 100%;
  }
  .main10 form button {
    width: 100%;
  }
  .main10 form input {
    width: 100%;
    margin: 0 0 10px;
  }
  .main10 form textarea {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  footer .box1 {
    padding: 40px 0;
  }
  footer .box1 .list1 {
    width: 100%;
    padding-top: 0;
  }
  footer .box1 .list1 .ul {
    width: 100% !important;
    padding: 0;
    margin-bottom: 16px;
  }
  footer .box1 .list1 .ul a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 10px 0;
  }
  footer .box1 .list1 .ul a:nth-child(1) {
    font-size: 17px;
    display: block;
    padding-bottom: 6px;
  }
  footer .box1 .list1 .ul a:nth-child(1):after {
    display: none;
  }
  footer .box1 .list2 {
    width: 100%;
    border: 0;
    padding: 0;
    line-height: 28px;
  }
  footer .box1 .list2 .tt1 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  footer .box2 {
    padding: 20px 15px;
  }
  /*详情页*/
  .danye .bt {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .danye .img {
    margin: 0 auto 15px auto;
  }
  .danye .ditu {
    height: 360px;
    margin: 15px auto;
  }
  .danye .xian {
    margin-top: 10px;
  }
  /* 产品展示 */
  .nycp {
    margin: 0 -6px;
  }
  .nycp .list {
    display: block;
    width: calc(50% - 12px);
    margin: 0 6px 12px;
  }
  .nycp .list .tt {
    font-size: 13px;
    line-height: 40px;
    margin: 0;
    border: 0;
    padding: 0;
  }
  header .box2 .logo img {
  max-height: 42%;
}
}
@media (max-width:600px) {
  header .box2 .logo {
    height: 80px;
    line-height: 80px;
  }
  header .lanmu {
    bottom: 30px;
  }
  /*内页新闻*/
  .nyxw .list {
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 0 0;
  }
  .nyxw .list .img {
    width: 100%;
    float: none;
    margin: 15px 15px 0;
    max-width: calc(100% - 30px);
  }
  .nyxw .list .img .bjcover {
    height: auto;
    padding-top: 66%;
  }
  .nyxw .list .tt {
    float: none;
    width: 100%;
    padding-left: 0;
    padding: 0 10px;
    padding: 10px 20px 20px;
  }
  .nyxw .list .tt1 {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    line-height: 24px;
  }
  .nyxw .list .tt3 {
    height: auto;
    max-height: 75px;
  }
}
@media (max-width:479px) {
  .title1 {
    margin: -6px -2px 22px;
  }
  .title1 a {
    height: 38px;
    overflow: hidden;
    width: calc(50% - 4px);
  }
  .danye .ditu {
    height: 300px;
  }
}
/*手机底部*/
@media (max-width:991px) {
  footer {
    margin-bottom: 51px;
  }
  .sjdibu {
    height: 50px;
    background: #3C6B1C;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 113;
    border-top: solid 1px #fff;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .sjdibu .box1 a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 5px;
  }
  .sjdibu .box1 a span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .sjdibu .box1 a h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
  .sjdibu .box2 {
    position: fixed;
    left: 0;
    bottom: 51px;
    z-index: 112;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
    padding: 6px 0;
    display: none;
  }
  .sjdibu .box2 img {
    max-height: 140px;
    display: block;
    margin: 0 auto;
  }
}