body {
  width: 100%;
}
body .navigation {
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
}
body .navigation .nav-content {
  width: 1200px;
  height: 95px;
  margin: 0 auto;
}
body .navigation .nav-content .img1 {
  height: 55px;
  margin-top: 20px;
}
body .navigation .nav-content .right {
  height: 66px;
  margin-top: 30px;
}
body .navigation .nav-content .right ul li {
  height: 40px;
  float: left;
  font-size: 16px;
  margin: 0 25px;
  padding-top: 10px;
}
body .navigation .nav-content .right ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body .navigation .nav-content .right ul li .nav-item {
  width: 160px;
  position: absolute;
  display: none;
  background-color: rgba(21, 161, 54, 0.8);
  overflow: hidden;
  z-index: 100;
  margin-left: -20px;
  padding: 0 20px;
  box-sizing: border-box;
}
body .navigation .nav-content .right ul li .nav-item li {
  float: none;
  margin: 0;
  border: none;
  height: 30px;
}
body .navigation .nav-content .right ul li .nav-item li a {
  display: inline-block;
  height: 30px;
  color: #F0F0F0;
  border: none;
}
body .navigation .nav-content .right ul li:hover {
  border-bottom: 2px solid #04A651;
}
body .navigation .nav-content .right ul li:hover a {
  color: #04A651;
}
body .navigation .nav-content .right ul li:hover .nav-item {
  display: block;
}
body .navigation .nav-content .right ul li:hover .nav-item li:hover a {
  color: #04A651;
  background-color: rgba(0, 0, 0, 0.61);
}
body .navigation .nav-content .right ul li.on {
  border-bottom: 2px solid #04A651;
}
body .navigation .nav-content .right ul li.on a {
  color: #04A651;
}
body .slider .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body .slider .swiper-slide img {
  width: 100%;
}
body .content-wrapper {
  width: 1200px;
  margin: 40px auto;
}
body .content-wrapper .left-news {
  width: 326px;
  height: 240px;
  position: relative;
}
body .content-wrapper .left-news #slideBox .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(42, 166, 83, 0.72);
}
body .content-wrapper .left-news #slideBox .hd ul {
  float: right;
  margin-top: 10px;
  overflow: hidden;
}
body .content-wrapper .left-news #slideBox .hd ul li {
  width: 20px;
  height: 20px;
  color: #f9f9f9;
  line-height: 20px;
  text-align: center;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
body .content-wrapper .left-news #slideBox .hd ul li.on {
  border: 1px solid #ffffff;
  color: #fff;
}
body .content-wrapper .left-news #slideBox .bd ul li a {
  display: inline-block;
}
body .content-wrapper .left-news #slideBox .bd ul li a img {
  width: 326px;
  height: 240px;
}
body .content-wrapper .conter-content {
  width: 500px;
  height: 240px;
  margin: 0 30px;
}
body .content-wrapper .conter-content .slideTxtBox .hd {
  width: 100%;
  font-size: 14px;
  line-height: 32px;
}
body .content-wrapper .conter-content .slideTxtBox .hd ul li {
  width: 102px;
  height: 32px;
  text-align: center;
  float: left;
  border: 1px solid #cdcdcd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0;
  cursor: pointer;
  color: #3e3e3e;
}
body .content-wrapper .conter-content .slideTxtBox .hd ul li.on {
  background-color: #F5F5F5;
  color: #000;
}
body .content-wrapper .conter-content .slideTxtBox .hd ul li:first-child {
  border-right: 0;
}
body .content-wrapper .conter-content .slideTxtBox .hd .more {
  float: right;
  width: 293px;
  border-bottom: 1px solid #cccccc;
}
body .content-wrapper .conter-content .slideTxtBox .hd .more a {
  float: right;
}
body .content-wrapper .conter-content .slideTxtBox .bd {
  width: 100%;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content .top {
  padding-top: 10px;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content .top .title {
  color: #04A651;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content .top .desc {
  text-indent: 2em;
  font-size: 14px;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content .top .desc a {
  color: #04A651;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content ul {
  font-size: 14px;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content ul li {
  width: 100%;
  height: 30px;
  margin-top: 7px;
  border-bottom: 1px solid #ccc;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content ul li a p {
  color: #8e8e8e;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content ul li a p span {
  float: right;
  font-size: 14px;
}
body .content-wrapper .conter-content .slideTxtBox .bd .content ul li:hover a p {
  color: #04A651;
}
body .content-wrapper .comp-about {
  width: 314px;
  height: 240px;
}
body .content-wrapper .comp-about .top {
  width: 100%;
  height: 32px;
}
body .content-wrapper .comp-about .top .title {
  width: 102px;
  height: 32px;
  border: 1px solid #cdcdcd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
body .content-wrapper .comp-about .top .more {
  width: 210px;
  height: 32px;
  border-bottom: 1px solid #cdcdcd;
}
body .content-wrapper .comp-about .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  text-indent: 2em;
}
body .content-wrapper .comp-about .img {
  margin-top: 20px;
}
body .content-wrapper .comp-about .img ul li {
  width: 60px;
  height: 80px;
  float: left;
  margin-left: 16px;
}
body .content-wrapper .comp-about .img ul li a {
  display: inline-block;
  text-align: center;
}
body .content-wrapper .comp-about .img ul li a p {
  font-size: 12px;
}
body .content-wrapper .comp-about .img ul li:hover p {
  color: #04A651;
}
body .case-wrapper {
  width: 1200px;
  margin: 60px auto;
}
body .case-wrapper .picMarquee-left ul li {
  width: 220px;
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
body .case-wrapper .picMarquee-left ul li a {
  display: inline-block;
}
body .case-wrapper .picMarquee-left ul li a .img-con {
  display: inline-block;
  width: 230px;
  height: 270px;
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .case-wrapper .picMarquee-left ul li a .img-con img {
  width: 100%;
  height: 100%;
}
body .case-wrapper .picMarquee-left ul li a p {
  margin-top: 10px;
}
body .case-wrapper .picMarquee-left ul li:hover p {
  color: #04A651;
}
body .footer-bottom {
  width: 100%;
  background-color: #F5F5F5;
  border-top: 1px solid #E6E6E6;
}
body .footer-bottom .content {
  width: 1200px;
  height: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body .footer-bottom .content ul {
  margin: 10px;
}
body .footer-bottom .content ul li {
  float: left;
  font-size: 14px;
}
body .footer-bottom .content ul li a {
  padding: 0 20px;
  border-left: 1px solid #cccccc;
  color: #8B8B8B;
}
body .footer-bottom .content ul li a:first-child {
  border-left: 0;
}
body .footer-bottom .content p {
  color: #8B8B8B;
  margin-bottom: 6px;
  font-size: 14px;
}
