body {
  font-size: 14px;
  max-width: 1920px;
  margin: 0 auto;
}
a.md {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
a:hover {
  text-decoration: none;
  color: #61a148;
}
p {
  margin-bottom: 1rem;
}
.header {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 114px;
  top: 0;
  background-color: #fff;
}
.header .container {
  height: 100%;
}
.header .header02_01 {
  margin-right: 50px;
}
.header .header02_02 {
  color: #459747;
  font-size: 18px;
  background: url('../images/tel.jpg') no-repeat left center;
  height: 30px;
  line-height: 30px;
  padding-left: 46px;
  font-weight: bold;
  font-family: 'arial';
}
.footer {
  background-color: #353533;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 40px 0;
  margin-top: 35px;
}
.footer .lxfs01,
.footer .lxfs02 {
  margin-top: 15px;
}
.footer .lxfs001 {
  margin-top: 15px;
}
.footer .comtit {
  font-size: 20px;
  background: url('../images/footline.png') no-repeat;
  padding: 20px 0 10px 0;
  margin-bottom: 10px;
}
.footer .map {
  margin-top: 15px;
  margin-bottom: 10px;
}
.copyright {
  padding: 20px 0;
  line-height: 24px;
  border-top: #e6e5e4 solid 1px;
  color: #c4c2c2;
  background-color: #353533;
}
.guajian {
  z-index: 8;
  position: fixed;
  right: 0;
  bottom: 30px;
}
.js-m {
  transform: translateY(50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 0.5s, opacity 0.5s;
}
.js-m1 {
  transform: translateY(-50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 0.5s, opacity 0.5s;
}
.js-m2 {
  transform: translateX(-50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 0.5s, opacity 0.5s;
}
.js-m3 {
  transform: translateX(50px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: transform 0.5s, opacity 0.5s;
}
.animate {
  transform: translate(0px);
  opacity: 1;
}
/* 窄屏导航 */
.zpmenu {
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 18;
  width: 90%;
  height: 100%;
  top: 0;
  right: -90%;
  padding: 15px 15px;
}
.zpmenu #close {
  position: absolute;
  right: 20px;
  width: 20px;
  padding: 8px 0 0 0;
  cursor: pointer;
}
.zpmenu #mclose {
  position: absolute;
  right: 15px;
  width: 20px;
  padding: 8px 0 0 0;
  cursor: pointer;
}
.zpmenu .zpfdj {
  position: absolute;
  right: 20px;
  top: 26px;
  cursor: pointer;
}
.zpmenu .zplan {
  padding: 20px 0 0 0;
  color: #fff;
}
.zpmenu ul {
  margin-top: 32px;
}
.zpmenu ul li {
  position: relative;
}
.zpmenu ul li span {
  font-size: 18px;
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  border-left: #ddd solid 1px;
}
.zpmenu ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  border-bottom: #fff solid 1px;
}
.zpmenu .zcdf {
  border-bottom: #fff solid 1px;
  display: none;
}
.zpmenu .zcd {
  display: block;
  max-height: 200px;
  overflow-y: auto;
  margin: 10px 0;
  /* overflow-x: hidden; */
}
.zpmenu .zcd::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.zpmenu .zcd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 60px;
}
.zpmenu .zcd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: none;
}
.zpmenu .zcd a {
  color: #fff;
  border-bottom: none !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #eee !important;
  padding-left: 15px;
}
.zpmenu .zcd .zzcd a {
  color: #fff;
  border-bottom: none !important;
  height: 32px !important;
  line-height: 32px !important;
  color: #bbb !important;
  padding-left: 30px;
  font-size: 14px;
}
img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fontover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fontovermore {
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
#sanheng {
  cursor: pointer;
}
.banner {
  margin-top: 114px;
}
.banner .swiper {
  --swiper-theme-color: #459747;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #000;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 60px;
  /* 设置按钮大小 */
}
.box06 .swiper {
  max-width: 1200px;
}
.box06 .swiper {
  --swiper-theme-color: #459747;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #000;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 60px;
  /* 设置按钮大小 */
}
ul.menu li {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
}
ul.menu li a.lh {
  color: #459747;
}
.box01 .box01_01 {
  font-size: 36px;
  padding: 45px 0;
}
.box01 .box01_01 span {
  color: #4a9548;
}
.box02 .box02_01 {
  margin-bottom: 25px;
}
.box03 {
  background: url('../images/yylybg.png');
  padding-bottom: 25px;
}
.box03 .box03_01 {
  font-size: 36px;
  color: #4a9548;
  padding: 45px 0;
}
.box03 .box03_02_bg {
  border: solid #e2e2e2 1px;
  padding: 15px;
  margin-bottom: 25px;
  background: url('../images/yyly/yylyline.png') center bottom repeat-x;
}
.box03 .box03_02_bg .box03_02_title {
  background: url('../images/yyly/lytitlenav.jpg') no-repeat left center;
  padding-left: 24px;
  font-size: 18px;
}
.box03 .box03_02_bg .box03_02_pic {
  margin: 20px 0 10px auto;
}
.box04 {
  padding-bottom: 25px;
}
.box04 .box04_01 {
  font-size: 36px;
  color: #4a9548;
  padding: 45px 0 10px 0;
}
.box04 .box04_02 {
  font-size: 18px;
  color: #686969;
  padding: 0 0 45px 0;
}
.box04 .box04_03 {
  margin-bottom: 15px;
}
.box05 {
  padding: 70px 0 140px 0;
  background: url('../images/gyjnbg.jpg');
}
.box05 .box05_01 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 14px;
}
.box05 .box05_01 span {
  font-size: 18px;
}
.box05 .box05_02 {
  color: #fff;
  font-size: 16px;
}
.box06 {
  margin-top: -100px;
}
.liucheng {
  background: url('../images/lc1.jpg') no-repeat right top;
  height: 370px;
}
.liucheng .liucheng01 {
  font-size: 24px;
  padding: 30px 0 136px 0;
}
.liucheng .liucheng02 {
  color: #686868;
  line-height: 24px;
}
.lc2 {
  background: url('../images/lc2.jpg') no-repeat right top;
}
.lc3 {
  background: url('../images/lc3.jpg') no-repeat right top;
}
.lc4 {
  background: url('../images/lc4.jpg') no-repeat right top;
}
.lc5 {
  background: url('../images/lc5.jpg') no-repeat right top;
}
.lc6 {
  background: url('../images/lc6.jpg') no-repeat right top;
}
.brand {
  min-height: 396px;
  background-image: url('../images/brand1.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 28px 40px;
}
.brand .cptit {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
.brand .cpzw {
  margin-left: -15px;
}
.brand .cpzw ul li {
  color: #6e6e6e;
  padding: 0 0 10px 18px;
  line-height: 28px;
  background: url('../images/dian.png') no-repeat left 12px;
  font-size: 16px;
}
.brand02 {
  background-image: url('../images/brand2.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.brand03 {
  background-image: url('../images/brand3.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.brand04 {
  background-image: url('../images/brand4.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.container {
  position: relative;
}
.container .swiper-button-prev,
.container .swiper-button-next {
  position: absolute;
}
.container .swiper-button-prev {
  background: url('../images/prev.png');
  width: 30px;
  height: 53px;
}
.container .swiper-button-prev::after {
  font-size: 0 !important;
}
.container .swiper-button-next {
  background: url('../images/next.png');
  width: 30px;
  height: 53px;
}
.container .swiper-button-next::after {
  font-size: 0 !important;
}
@media screen and (min-width: 1649px) {
  .header .container {
    max-width: 1649px;
  }
}
@media screen and (max-width: 1648px) {
  ul.menu li {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header02_01 {
    margin-right: 20px;
  }
  .header .logo img {
    height: 80px;
  }
  .box01 .box01_01 {
    font-size: 28px;
    padding: 35px 0;
  }
  .box03 .box03_01 {
    font-size: 28px;
    padding: 35px 0;
  }
  .box04 .box04_01 {
    font-size: 28px;
    color: #4a9548;
    padding: 35px 0 10px 0;
  }
  .box04 .box04_02 {
    font-size: 18px;
    color: #686969;
    padding: 0 0 35px 0;
  }
  .box04 .box04_03 {
    margin-bottom: 15px;
  }
  .box05 {
    padding: 70px 0 140px 0;
  }
  .box05 .box05_01 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 14px;
  }
  .box05 .box05_01 span {
    font-size: 18px;
  }
  .box05 .box05_02 {
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lxfs .d-flex {
    justify-content: start!important;
  }
  .header {
    height: 100px;
  }
  .header .header02_01 {
    margin-right: 10px;
  }
  .header .logo img {
    height: 50px;
    width: auto;
  }
  .banner {
    margin-top: 100px;
  }
  .box01 .box01_01 {
    font-size: 18px;
    padding: 25px 0;
  }
  .box03 .box03_01 {
    font-size: 18px;
    padding: 25px 0;
  }
  .box04 .box04_01 {
    font-size: 18px;
    color: #4a9548;
    padding: 35px 0 10px 0;
  }
  .box04 .box04_02 {
    font-size: 14px;
    color: #686969;
    padding: 0 0 25px 0;
  }
  .box04 .box04_03 {
    margin-bottom: 15px;
  }
  .brand {
    min-height: 370px;
    padding: 28px 30px;
  }
  .brand .cptit {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .brand .cpzw {
    margin-left: -15px;
  }
  .brand .cpzw ul li {
    color: #6e6e6e;
    padding: 0 0 10px 18px;
    line-height: 28px;
    background: url('../images/dian.png') no-repeat left 12px;
    font-size: 14px;
  }
}
