header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 100px;
  height: 100px;
}
header.on {
  background-color: #ffffff;
}
header.on > div .logo nav ul li a {
  color: #333;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 64%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 0px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: auto;
}
header > div .logo nav {
  width: calc(100% - 200px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo nav ul {
  width: 100%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo nav ul li {
  line-height: inherit;
  position: relative;
  width: 14%;
  z-index: 999;
  transition: all 1s;
}
header > div .logo nav ul li:hover {
  background-color: #2b8d27;
}
header > div .logo nav ul li:hover a {
  color: #fff;
}
header > div .logo nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div .logo nav ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div .logo nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #2b8d27;
}
header > div .logo nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div .logo nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div .logo nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div .logo nav ul li .menu .menu_item:hover {
  background-color: #fff;
}
header > div .logo nav ul li .menu .menu_item:hover a {
  color: #2b8d27;
}
header > div .tool {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 50px;
}
header > div .tool > div {
  color: #cd0000;
  margin-left: 30px;
}
header > div .tool > div h3 {
  margin-left: 10px;
  font-size: 18px;
  color: #2b8d27;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}
header > div .tool > div h3 span {
  font-size: 14px;
  font-weight: normal;
}
header > div .tool > div a {
  font-size: 14px;
  color: #cd0000;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer .top {
  background-color: #fafafa;
  padding-top: 70px;
  padding-bottom: 60px;
}
footer .top .w84 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w84 .left h3 {
  font-size: 19px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
footer .top .w84 .left p {
  font-size: 14px;
  color: #333;
  line-height: 1.9;
  font-weight: 400;
  text-align: left;
}
footer .top .w84 .center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w84 .center .item h3 {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
footer .top .w84 .center .item a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1.9;
  font-weight: 400;
  text-align: left;
}
footer .top .w84 .center .item:nth-of-type(2) {
  margin: 0 80px;
}
footer .top .w84 .right {
  width: 27.6%;
}
footer .top .w84 .right .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w84 .right .item textarea {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #dfdfdf;
}
footer .top .w84 .right .item input {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  width: 48%;
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfdf;
}
footer .top .w84 .right .item input.btn {
  width: 100%;
  background-color: #2b8d27;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
footer .bottom {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom a {
  font-size: 14px;
  color: #333;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  margin-right: 8px;
}
footer .bottom a.youxiang {
  margin-left: 20px;
  font-size: 16px;
  color: #2b8d27;
  font-weight: 700;
}
footer .bottom a img {
  width: 16px;
}
@media screen and (max-width: 992px) {
  footer .top .w84 .center {
    display: none;
  }
  footer .top .w84 .right {
    display: none;
  }
  footer .bottom a {
    display: none;
    line-height: 50px;
  }
  footer .bottom a:nth-of-type(1) {
    display: block;
  }
}
.index .part01 .demo {
  text-align: center;
  height: 75px;
  width: 100%;
  margin: 0px auto;
  padding-top: 38px;
  padding-bottom: 38px;
}
.index .part01 .demo .jishu {
  height: 75px;
  float: left;
  text-align: Center;
  width: 30%;
  border-right: 1px solid #f2f2f2;
}
.index .part01 .demo .jishu p {
  font-size: 16px;
  color: #161616;
  font-family: "微软雅黑";
  margin: 0px;
  text-align: center;
}
.index .part01 .demo .jishu p.bt {
  margin-top: 3px;
}
.index .part01 .demo .jishu p span {
  font-size: 50px;
  color: #2b8d27;
  font-weight: 100;
  font-family: "arial";
  line-height: 50px;
  font-weight: bold;
}
.index .part01 .demo .jishu p em {
  font-size: 14px !important;
  font-style: inherit;
  color: #2b8d27;
  position: relative;
  left: 5px;
  top: -26px;
}
.index .part02 {
  background-color: #f7f7f7;
  overflow: hidden;
}
.index .part02 .title {
  padding-top: 52px;
  padding-bottom: 60px;
}
.index .part02 .title p {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part02 .content .pt02_top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .content .pt02_top ul li {
  width: 20%;
  background-color: #efefef;
  cursor: pointer;
}
.index .part02 .content .pt02_top ul li p {
  font-size: 18px;
  color: #666;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
}
.index .part02 .content .pt02_top ul li.current {
  background-color: #2b8d27;
}
.index .part02 .content .pt02_top ul li.current p {
  color: #fff;
}
.index .part02 .content .pt02_bottom {
  padding: 14px 16px 60px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.index .part02 .content .pt02_bottom .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index .part02 .content .pt02_bottom .item.current {
  position: static;
  opacity: 1;
}
.index .part02 .content .pt02_bottom .item div ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .content .pt02_bottom .item div ul li {
  width: 24%;
}
.index .part02 .content .pt02_bottom .item div ul li:hover .text {
  background-color: #2b8d27;
}
.index .part02 .content .pt02_bottom .item div ul li:hover .text p {
  color: #fff;
}
.index .part02 .content .pt02_bottom .item div ul li a .img img {
  width: 100%;
}
.index .part02 .content .pt02_bottom .item div ul li a .text {
  transition: all 0.5s ease;
  width: 100%;
}
.index .part02 .content .pt02_bottom .item div ul li a .text p {
  font-size: 14px;
  color: #333;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}
.index .part03 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .left {
  width: 50%;
  height: 550px;
  padding-left: 90px;
  box-sizing: border-box;
  background-image: url(/images/jianjieBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.index .part03 .left h4 {
  margin-top: 110px;
  margin-bottom: 40px;
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .left p {
  font-size: 14px;
  color: #333;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  width: 80%;
}
.index .part03 .left .more {
  margin-top: 54px;
}
.index .part03 .left .more:hover a {
  background-color: #2b8d27;
  color: #fff;
}
.index .part03 .left .more a {
  width: 150px;
  height: 45px;
  border: 1px solid #bababa;
  background: #f7f7f7;
  display: block;
  transition: all 0.3s;
  text-align: center;
  line-height: 45px;
  color: #333;
}
.index .part03 .right {
  width: 50%;
  height: 550px;
  overflow: hidden;
}
.index .part04 {
  overflow: hidden;
  padding-bottom: 50px;
}
.index .part04 .title {
  padding-top: 52px;
  padding-bottom: 40px;
}
.index .part04 .title p {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part04 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .content ul li {
  width: 15.4%;
  position: relative;
  overflow: hidden;
}
.index .part04 .content ul li:hover a .text {
  top: 0;
}
.index .part04 .content ul li a .img img {
  width: 100%;
}
.index .part04 .content ul li a .text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  background-color: rgba(43, 141, 39, 0.94);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .content ul li a .text p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part05 {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .left {
  width: 50%;
  height: 460px;
  padding-left: 90px;
  box-sizing: border-box;
  background-color: #2b8d27;
}
.index .part05 .left h4 {
  margin-top: 110px;
  margin-bottom: 20px;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part05 .left p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  width: 80%;
  margin-bottom: 16px;
}
.index .part05 .left p span {
  font-weight: 700;
}
.index .part05 .right {
  width: 50%;
  height: 460px;
  overflow: hidden;
  background-color: #e8f3d5;
}
.index .part05 .right .img {
  height: 100%;
}
.index .part05 .right .img img {
  height: 100%;
}
.index .part06 {
  overflow: hidden;
  padding-bottom: 50px;
}
.index .part06 .title {
  padding-top: 52px;
  padding-bottom: 40px;
}
.index .part06 .title p {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part06 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part06 .content ul li {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.index .part06 .content ul li:hover a .text {
  top: 0;
}
.index .part06 .content ul li a .top {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.index .part06 .content ul li a .top .img img {
  width: 100%;
}
.index .part06 .content ul li a .top .date {
  padding: 14px 30px;
  background-color: #2b8d27;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index .part06 .content ul li a .top .date p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part06 .content ul li a .text {
  width: 100%;
  padding: 26px 20px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
}
.index .part06 .content ul li a .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part06 .content ul li a .text p {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .index .part03 .left p {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 {
    display: none;
  }
  .index .part02 .title p {
    font-size: 24px;
  }
  .index .part02 .title {
    padding-bottom: 20px;
  }
  .index .part02 .content .pt02_top ul li p {
    font-size: 15px;
  }
  .index .part02 .content .pt02_bottom .item div ul li {
    width: 48%;
  }
  .index .part03 .left {
    width: 100%;
    padding-left: 0;
  }
  .index .part03 .right {
    width: 100%;
    height: auto;
  }
  .index .part03 .right .img img {
    width: 100%;
  }
  .index .part03 .left p {
    margin: 0 auto;
  }
  .index .part03 .left h4 {
    font-size: 24px;
    width: 90%;
    margin: 80px auto 20px;
  }
  .index .part03 .left .more {
    margin-left: 5%;
  }
  .index .part04 .title p {
    font-size: 24px;
  }
  .index .part04 .content ul li {
    width: 31%;
    margin-bottom: 20px;
  }
  .index .part05 .left {
    width: 100%;
    padding-left: 5%;
  }
  .index .part05 .right {
    width: 100%;
    height: auto;
  }
  .index .part05 .right .img {
    margin-top: 40px;
  }
  .index .part05 .right .img img {
    width: 100%;
    height: auto;
  }
  .index .part05 .left p {
    width: 90%;
  }
  .index .part05 .left h4 {
    font-size: 24px;
    margin-top: 80px;
  }
  .index .part06 .title p {
    font-size: 24px;
  }
  .index .part06 .content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .main .w84 .btn {
  margin-top: 80px;
}
.about .main .w84 .btn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .w84 .btn ul li {
  margin-right: 20px;
}
.about .main .w84 .btn ul li.current a {
  background-color: #2b8d27;
  color: #fff;
}
.about .main .w84 .btn ul li:hover a {
  background-color: #2b8d27;
  color: #fff;
}
.about .main .w84 .btn ul li a {
  display: block;
  padding: 14px 40px;
  background-color: #f0f3f7;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.about .main .w84 .content {
  margin-bottom: 100px;
}
.about .main .w84 .content .title {
  margin-top: 50px;
  text-align: left;
  padding-bottom: 20px;
  font-size: 25px;
  color: #15ab47;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 24px;
}
.about .main .w84 .content .box p {
  font-size: 16px;
  color: #333;
  line-height: 2.6;
  font-weight: 400;
  text-align: left;
}
.about .main .w84 .content .box img {
  display: block;
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .about .main .w84 .content .box img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .about .main .w84 .btn ul {
    justify-content: space-between;
  }
  .about .main .w84 .btn ul li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.news .main .w84 .btn {
  margin-top: 80px;
}
.news .main .w84 .btn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w84 .btn ul li {
  margin-right: 20px;
}
.news .main .w84 .btn ul li.current a {
  background-color: #2b8d27;
  color: #fff;
}
.news .main .w84 .btn ul li:hover a {
  background-color: #2b8d27;
  color: #fff;
}
.news .main .w84 .btn ul li a {
  display: block;
  padding: 14px 40px;
  background-color: #f0f3f7;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.news .main .w84 .content {
  margin-bottom: 100px;
}
.news .main .w84 .content .title {
  margin-top: 50px;
  text-align: left;
  padding-bottom: 20px;
  font-size: 25px;
  color: #15ab47;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.news .main .w84 .content .box ul li {
  padding: 20px 0px;
  border-bottom: 1px dashed #f1f1f1;
}
.news .main .w84 .content .box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w84 .content .box ul li a .img {
  width: 20%;
}
.news .main .w84 .content .box ul li a .img img {
  display: block;
  width: 100%;
}
.news .main .w84 .content .box ul li a .text {
  width: 78%;
}
.news .main .w84 .content .box ul li a .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main .w84 .content .box ul li a .text span {
  font-size: 14px;
  color: #333;
  line-height: 4;
  font-weight: 400;
  text-align: left;
}
.news .main .w84 .content .box ul li a .text p {
  font-size: 16px;
  color: #999;
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .news .main .w84 .content .box ul li a .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .news .main .w84 .content .box ul li a .text {
    width: 100%;
  }
}
.news_details .main .w84 .btn {
  margin-top: 80px;
}
.news_details .main .w84 .btn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main .w84 .btn ul li {
  margin-right: 20px;
}
.news_details .main .w84 .btn ul li.current a {
  background-color: #2b8d27;
  color: #fff;
}
.news_details .main .w84 .btn ul li:hover a {
  background-color: #2b8d27;
  color: #fff;
}
.news_details .main .w84 .btn ul li a {
  display: block;
  padding: 14px 40px;
  background-color: #f0f3f7;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.news_details .main .w84 .content {
  margin-bottom: 100px;
}
.news_details .main .w84 .content .title {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.news_details .main .w84 .content .box .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main .w84 .content .box .box1 .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main .w84 .content .box .box1 .left p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 20px;
}
.news_details .main .w84 .content .box .box1 .right p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main .w84 .content .box .box2 {
  margin-top: 30px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 16px 30px;
}
.news_details .main .w84 .content .box .box2 p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main .w84 .content .box .box2 p span {
  color: #2b8d27;
}
.news_details .main .w84 .content .box .box3 {
  margin-top: 30px;
}
.news_details .main .w84 .content .box .box3 p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main .w84 .content .box .box4 {
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main .w84 .content .box .box4 .left a {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .w84 .content .box .box4 .right a {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .news_details .main .w84 .content .box .box1 {
    display: none;
  }
  .news_details .main .w84 .content .box .box4 .left {
    width: 100%;
  }
  .news_details .main .w84 .content .box .box4 .right {
    width: 100%;
    margin-top: 10px;
  }
}
.prolist .main .w84 .btn {
  margin-top: 80px;
}
.prolist .main .w84 .btn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.prolist .main .w84 .btn ul li {
  margin-right: 20px;
}
.prolist .main .w84 .btn ul li.current a {
  background-color: #2b8d27;
  color: #fff;
}
.prolist .main .w84 .btn ul li:hover a {
  background-color: #2b8d27;
  color: #fff;
}
.prolist .main .w84 .btn ul li a {
  display: block;
  padding: 14px 40px;
  background-color: #f0f3f7;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.prolist .main .w84 .content {
  margin-bottom: 60px;
}
.prolist .main .w84 .content .title {
  margin-top: 50px;
  text-align: left;
  padding-bottom: 20px;
  font-size: 25px;
  color: #15ab47;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.prolist .main .w84 .content .box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.prolist .main .w84 .content .box ul li {
  width: 24%;
  border: 1px solid #f3f3f3;
  margin-right: 1.3%;
  box-sizing: border-box;
}
.prolist .main .w84 .content .box ul li:hover {
  border: 1px solid #2b8d27;
}
.prolist .main .w84 .content .box ul li:hover .text {
  background-color: #2b8d27;
}
.prolist .main .w84 .content .box ul li:hover .text h3 {
  color: #fff;
}
.prolist .main .w84 .content .box ul li:nth-of-type(4n) {
  margin-right: 0;
}
.prolist .main .w84 .content .box ul li a .img {
  height: 280px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.prolist .main .w84 .content .box ul li a .img .img1 img {
  display: block;
  width: 100%;
}
.prolist .main .w84 .content .box ul li a .img .img2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8%;
  padding: 6px 0;
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.prolist .main .w84 .content .box ul li a .img .img2 img {
  display: block;
  width: 100%;
}
.prolist .main .w84 .content .box ul li a .text {
  width: 100%;
  transition: all 0.5s ease;
}
.prolist .main .w84 .content .box ul li a .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .prolist .main .w84 .btn ul li a {
    padding: 14px 20px;
  }
}
@media screen and (max-width: 1440px) {
  .prolist .main .w84 .btn ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .prolist .main .w84 .content .box ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .prolist .main .w84 .content .box ul li a .img {
    height: 240px;
  }
}
.prodetails .main .w84 .btn {
  margin-top: 80px;
}
.prodetails .main .w84 .btn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.prodetails .main .w84 .btn ul li {
  margin-right: 20px;
}
.prodetails .main .w84 .btn ul li.current a {
  background-color: #2b8d27;
  color: #fff;
}
.prodetails .main .w84 .btn ul li:hover a {
  background-color: #2b8d27;
  color: #fff;
}
.prodetails .main .w84 .btn ul li a {
  display: block;
  padding: 14px 40px;
  background-color: #f0f3f7;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.prodetails .main .w84 .content {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.prodetails .main .w84 .content .left {
  width: 45%;
}
.prodetails .main .w84 .content .left .img {
  margin-bottom: 16px;
}
.prodetails .main .w84 .content .left .img img {
  width: 100%;
}
.prodetails .main .w84 .content .left .img2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prodetails .main .w84 .content .left .img2 .l_icon img {
  width: initial;
}
.prodetails .main .w84 .content .left .img2 .r_icon img {
  width: initial;
}
.prodetails .main .w84 .content .left .img2 .s_img {
  width: calc(100% - 60px);
}
.prodetails .main .w84 .content .left .img2 .s_img img {
  width: 120px;
  padding: 16px 0;
  border: 2px solid #2b8d27;
}
.prodetails .main .w84 .content .right {
  width: 50%;
}
.prodetails .main .w84 .content .right .title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.prodetails .main .w84 .des .title {
  border-bottom: 1px solid #dfdfdf;
}
.prodetails .main .w84 .des .title h3 {
  font-size: 14px;
  color: #2b8d27;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  padding-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.prodetails .main .w84 .des .title h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #2b8d27;
  position: absolute;
  bottom: 0;
  left: 0;
}
.prodetails .main .w84 .des .body {
  margin: 30px 0;
  min-height: 60px;
}
.prodetails .main .w84 .des .body p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.prodetails .main .w84 .des .fenye {
  margin-top: 60px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prodetails .main .w84 .des .fenye .left a {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.prodetails .main .w84 .des .fenye .right a {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .prodetails .main .w84 .btn ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .prodetails .main .w84 .content .left {
    width: 100%;
  }
  .prodetails .main .w84 .content .left .img2 .s_img img {
    width: 40px;
    padding: 6px 0;
  }
  .prodetails .main .w84 .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodetails .main .w84 .content .right .title h3 {
    font-size: 24px;
  }
  .prodetails .main .w84 .des .fenye .left {
    width: 100%;
  }
  .prodetails .main .w84 .des .fenye .right {
    width: 100%;
    margin-top: 20px;
  }
}
.contact .main .w84 .btn {
  margin-top: 80px;
}
.contact .main .w84 .btn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w84 .btn ul li {
  margin-right: 20px;
}
.contact .main .w84 .btn ul li.current a {
  background-color: #2b8d27;
  color: #fff;
}
.contact .main .w84 .btn ul li:hover a {
  background-color: #2b8d27;
  color: #fff;
}
.contact .main .w84 .btn ul li a {
  display: block;
  padding: 14px 40px;
  background-color: #f0f3f7;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.contact .main .w84 .content {
  margin-bottom: 100px;
}
.contact .main .w84 .content .title {
  margin-top: 50px;
  text-align: left;
  padding-bottom: 20px;
  font-size: 25px;
  color: #15ab47;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.contact .main .w84 .content .box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w84 .content .box .left {
  width: 40%;
}
.contact .main .w84 .content .box .left .item {
  margin-bottom: 30px;
}
.contact .main .w84 .content .box .left .item h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.contact .main .w84 .content .box .left .item p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.contact .main .w84 .content .box .right {
  width: 60%;
  height: 700px;
}
.contact .main .w84 .content .box .right #container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1440px) {
  .contact .main .w84 .content .box .left {
    width: 44%;
  }
  .contact .main .w84 .content .box .right {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .w84 .content .box .left {
    width: 100%;
  }
  .contact .main .w84 .content .box .right {
    width: 100%;
    height: 460px;
  }
}
.message .main .w84 .btn {
  margin-top: 80px;
}
.message .main .w84 .btn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.message .main .w84 .btn ul li {
  margin-right: 20px;
}
.message .main .w84 .btn ul li.current a {
  background-color: #2b8d27;
  color: #fff;
}
.message .main .w84 .btn ul li:hover a {
  background-color: #2b8d27;
  color: #fff;
}
.message .main .w84 .btn ul li a {
  display: block;
  padding: 14px 40px;
  background-color: #f0f3f7;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.message .main .w84 .content {
  margin-bottom: 100px;
}
.message .main .w84 .content .box {
  margin-top: 40px;
  background-color: #fafafa;
  padding: 50px 200px;
  box-sizing: border-box;
}
.message .main .w84 .content .box .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.message .main .w84 .content .box .item textarea {
  width: 100%;
  height: 160px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.message .main .w84 .content .box .item .i_left {
  width: 48%;
}
.message .main .w84 .content .box .item .i_left input {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.message .main .w84 .content .box .item .i_right {
  width: 48%;
}
.message .main .w84 .content .box .item .i_right input {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.message .main .w84 .content .box .item.tj {
  background-color: #2b8d27;
}
.message .main .w84 .content .box .item.tj input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .message .main .w84 .content .box {
    padding: 0;
  }
}
