@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  color: #666;
  line-height: normal;
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei Light, Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #00541e;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei Light, Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  font-size: 14px;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}
.zt {
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, Microsoft Yahei Light, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
}
.clearfix,
.clear:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.main {
  width: 100%;
  padding-left: 9%;
  padding-right: 9%;
  position: relative;
  margin: 0 auto;
}
/* header */
header .main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 150px;
}
header .logo img {
  height: 60px;
  width: auto;
}
header .navbut {
  display: none;
}
header nav li {
  float: left;
  position: relative;
  z-index: 99;
  margin-left: 5px;
}
header nav li > a {
  padding: 22px 25px;
  display: block;
  overflow: hidden;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 37px;
  border-radius: 15px 15px 0 0;
  transition: all 0.7s;
}
header nav li > a span,
header nav li > a em {
  text-indent: 35px;
}
header nav li > a span {
  display: block;
  overflow: hidden;
  color: #00541e;
  font-size: 18px;
  letter-spacing: 5px;
  padding: 0 0 3px 0;
}
header nav li > a em {
  display: inline-block;
  text-transform: capitalize;
  color: #c3c3c3;
  transition: all 0.7s;
}
header nav li .iconfont {
  display: none;
}
header nav li .n1 {
  background-image: url(../images/icon_nav1.png);
}
header nav li .n2 {
  background-image: url(../images/icon_nav2.png);
}
header nav li .n3 {
  background-image: url(../images/icon_nav3.png);
}
header nav li .n4 {
  background-image: url(../images/icon_nav4.png);
}
header nav li .n5 {
  background-image: url(../images/icon_nav5.png);
}
header nav li .n6 {
  background-image: url(../images/icon_nav6.png);
}
header nav li .sub {
  display: none;
  border-top: 1px solid #00541e;
  background-color: rgba(141, 183, 40, 0.8);
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  text-align: center;
  line-height: 50px;
  padding: 12px;
  border-radius: 0 0 15px 15px;
  font-size: 16px;
}
header nav li .sub a {
  display: block;
  overflow: hidden;
  color: #ffff00;
  transition: all 0.7s;
  border-bottom: 1px solid rgba(0, 84, 30, 0.25);
}
header nav li .sub a:last-child {
  border-bottom: 0;
}
header nav li .sub a:hover {
  color: #00541e;
}
header nav li:first-child {
  margin-left: 0;
}
header nav li:hover > a,
header nav li.on > a {
  background-color: rgba(141, 183, 40, 0.8);
}
header nav li:hover > a em,
header nav li.on > a em {
  color: #00541e;
}
header nav li:hover .n1,
header nav li.on .n1 {
  background-image: url(../images/icon_nav1h.png);
}
header nav li:hover .n2,
header nav li.on .n2 {
  background-image: url(../images/icon_nav2h.png);
}
header nav li:hover .n3,
header nav li.on .n3 {
  background-image: url(../images/icon_nav3h.png);
}
header nav li:hover .n4,
header nav li.on .n4 {
  background-image: url(../images/icon_nav4h.png);
}
header nav li:hover .n5,
header nav li.on .n5 {
  background-image: url(../images/icon_nav5h.png);
}
header nav li:hover .n6,
header nav li.on .n6 {
  background-image: url(../images/icon_nav6h.png);
}
header nav .bj {
  display: none;
}
/* footer */
footer {
  background: #eeeeee;
  line-height: 2;
}
footer .flex_main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 70px 0;
  overflow: hidden;
}
footer .left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .logo img {
  width: 75px;
  height: auto;
}
footer .copy {
  padding: 0 0 0 30px;
}
footer .copy .tit {
  font-size: 18px;
  color: #00541e;
}
footer dl {
  text-align: center;
}
footer dl dt {
  border-bottom: 1px solid #00541e;
  font-size: 18px;
  margin-bottom: 5px;
}
footer dl dt a {
  display: block;
  overflow: hidden;
  color: #00541e;
}
footer dl dt a i {
  width: 10px;
  display: inline-block;
}
footer .tein {
  position: relative;
  height: 100%;
}
footer .tein .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 28px;
  color: #00541e;
  line-height: 1;
  padding: 10px 0;
}
footer .tein .tel .iconfont {
  font-size: 32px;
  margin-right: 5px;
}
footer .ewm {
  width: 127px;
  text-align: center;
}
footer .ewm img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
footer .copy_wap {
  display: none;
}
footer .link {
  border-top: 1px solid #cdcdcd;
  padding: 15px 0 30px 0;
  line-height: 1.6;
}
footer .link span {
  margin-right: 15px;
}
footer .link a {
  margin-right: 30px;
  display: inline-block;
}
/* online */
.online {
  position: fixed;
  z-index: 99;
  right: 0px;
  top: 15%;
}
.online li {
  position: relative;
  margin-top: 5px;
}
.online li a {
  display: block;
  overflow: hidden;
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 0.7s;
  position: relative;
  color: #8db728;
}
.online li a .iconfont {
  position: relative;
  z-index: 1;
}
.online li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.online li .hide {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  padding: 0 12px 0 0;
  transform: translateY(-50%);
}
.online li .hide:before,
.online li .hide:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #ddd;
  border-bottom: 10px solid transparent;
  transform: translateY(-50%);
  z-index: 1;
}
.online li .hide:after {
  right: 3px;
  border-left-color: #fff;
  z-index: 2;
}
.online li .hide .box {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
  padding: 8px;
  color: #00541e;
  font-size: 12px;
}
.online li .hide .box img {
  width: 114px;
  height: auto;
  margin-bottom: 6px;
}
/* backtop */
.backtop {
  display: none;
  position: fixed;
  z-index: 99;
  right: 0px;
  bottom: 2%;
  font-size: 40px;
  cursor: pointer;
  transition: all 0.3s;
  color: #8db728;
}
.backtop:hover {
  color: #00541e;
}
/* banner */
.banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.banner .banner-next,
.banner .banner-prev {
  position: absolute;
  top: 37%;
  height: 26%;
  color: #fff;
  z-index: 5;
  transition: all 0.7s;
  cursor: pointer;
  outline: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  opacity: 0;
}
.banner .banner-next:hover,
.banner .banner-prev:hover {
  color: #ffff00;
}
.banner .banner-next {
  right: 9%;
}
.banner .banner-prev {
  left: 9%;
}
.banner .banner-num {
  bottom: 40px;
  position: absolute;
  z-index: 5;
  text-align: center;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.banner .banner-num .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  outline: 0;
}
.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffff00;
  border-color: #ffff00;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* nbanner */
.nbanner img {
  width: 100%;
  height: auto;
}
/* all */
.in_box {
  padding-top: 70px;
  padding-bottom: 70px;
}
.in_tit {
  text-align: center;
  overflow: hidden;
  color: #00541e;
  line-height: 1;
  padding: 0 0 50px 0;
}
.in_tit span {
  font-size: 30px;
}
.in_tit em {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  padding: 5px 0 0 0;
}
.in_tit.yes {
  color: #ffff00;
}
.in_page {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 50px;
}
.in_page li {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.in_page li .iconfont {
  color: #c3c3c3;
  font-size: 20px;
  transition: all 0.7s;
}
.in_page .line {
  cursor: default;
}
.in_page .line i {
  width: 1px;
  background: #c3c3c3;
  height: 100%;
}
.in_page li:hover .iconfont {
  color: #00541e;
  font-weight: bold;
}
.in_page li:hover .yes {
  color: #ffff00;
}
.in_heng {
  padding: 80px 0;
  text-align: center;
  color: #ffff00;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.in_heng .tit {
  font-size: 30px;
}
.in_heng .text {
  font-size: 16px;
  line-height: 2;
  padding: 30px 0 50px 0;
}
.in_heng .more {
  display: block;
  margin: 0 auto;
  line-height: 42px;
  width: 160px;
  color: #ffff00;
  font-size: 16px;
  transition: all 0.7s;
  position: relative;
}
.in_heng .more:before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  top: -50%;
  border: 1px solid #ffff00;
  border-radius: 12px;
  transform: scale(0.5);
  transition: all 0.7s;
}
.in_heng .more:hover {
  background: #ffff00;
  color: #00541e;
}
.in_heng .more:hover:before {
  border-color: #ffff00;
}
.position {
  margin: 50px 0;
  overflow: hidden;
  background: url(../images/icon_home.png) left center no-repeat;
  background-size: auto 22px;
  padding: 0 0 0 30px;
  font-size: 16px;
  line-height: 24px;
}
.web_title {
  text-align: center;
  overflow: hidden;
  padding: 0 0 60px 0;
}
.web_title .tit {
  padding: 10px 0;
  overflow: hidden;
  font-size: 26px;
  color: #00541e;
  position: relative;
}
.web_title .tit:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #ddd;
  transform: scaleY(0.5);
}
.web_title .cs {
  padding: 10px 0 0 0;
  color: #b2b2b2;
  font-size: 16px;
}
.web_title .cs span {
  padding: 0 25px;
}
.web_body {
  line-height: 2.2;
  font-size: 16px;
  color: #6d6d6d;
  text-align: justify;
}
.web_body img {
  max-width: 100%;
  height: auto;
}
.web_body iframe {
  width: 100%;
  height: 800px;
  margin: 0;
  padding: 0;
}
.web_body hr {
  border: 0;
  clear: both;
  width: 100%;
  height: 50px;
}
.web_end {
  width: 100%;
  margin: 80px 0 0 0;
  font-family: '宋体';
  text-align: center;
  color: #ccc;
  font-size: 20px;
  letter-spacing: 2px;
}
.web_sxp {
  position: relative;
  line-height: 2;
  margin: 80px 0 0 0;
  padding: 15px 0 0 0;
  font-size: 16px;
}
.web_sxp:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0px;
  width: 200%;
  height: 1px;
  background: #ddd;
  transform: scaleY(0.5);
}
.web_sxp li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.web_botheight {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.web_cate {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 0 80px 0;
}
.web_cate li {
  padding: 0 25px;
}
.web_cate li a {
  display: block;
  overflow: hidden;
  width: 200px;
  line-height: 78px;
  text-align: center;
  color: #00541e;
  background: #ffff00;
  font-size: 24px;
  border-radius: 10px;
  transition: all 0.7s;
}
.web_cate li:hover a,
.web_cate li.on a {
  background: #8db728;
  color: #fff;
}
/* in_about */
.in_about {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_about .video {
  width: 44%;
}
.in_about .video iframe {
  width: 100%;
  height: 450px;
}
.in_about .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px 0 0 70px;
}
.in_about .tit {
  font-size: 26px;
  color: #00541e;
}
.in_about .text {
  font-size: 16px;
  line-height: 2;
  padding: 20px 0;
  text-align: justify;
}
.in_about .more {
  font-size: 16px;
  color: #00541e;
  width: 160px;
  line-height: 42px;
  display: block;
  text-align: center;
  transition: all 0.7s;
  float: right;
  position: relative;
}
.in_about .more:before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  top: -50%;
  border: 1px solid #9a9a9a;
  border-radius: 12px;
  transform: scale(0.5);
  transition: all 0.7s;
}
.in_about .more:hover {
  background: #00541e;
  color: #fff;
}
.in_about .more:hover:before {
  border-color: #00541e;
}
/* in_pro */
.in_pro {
  background: #00541e;
}
.in_pro .swiper-slide {
  text-align: center;
  line-height: 1;
}
.in_pro .swiper-slide a {
  display: block;
  overflow: hidden;
}
.in_pro .swiper-slide .pic {
  overflow: hidden;
}
.in_pro .swiper-slide .pic img {
  width: 100%;
  height: auto;
  transition: all 0.7s;
}
.in_pro .swiper-slide .pic img:hover {
  transform: scale(1.1);
}
.in_pro .swiper-slide span {
  color: #ffff00;
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 25px 0 12px 0;
}
.in_pro .swiper-slide em {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #fff;
}
/* in_gsnews */
.in_gsnews .swiper-slide {
  text-align: center;
  line-height: 1;
}
.in_gsnews .swiper-slide a {
  display: block;
  overflow: hidden;
}
.in_gsnews .swiper-slide .pic {
  overflow: hidden;
}
.in_gsnews .swiper-slide .pic img {
  width: 100%;
  height: auto;
  transition: all 0.7s;
}
.in_gsnews .swiper-slide .pic img:hover {
  transform: scale(1.1);
}
.in_gsnews .swiper-slide span {
  color: #777777;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 25px 0 0 0;
  transition: all 0.7s;
}
.in_gsnews .swiper-slide span:hover {
  color: #00541e;
}
/* in_hynews */
.in_hynews .swiper-wrapper {
  margin: -15px 0;
  overflow: hidden;
}
.in_hynews .swiper-slide {
  padding: 15px 0;
}
.in_hynews .swiper-slide a {
  display: block;
  overflow: hidden;
}
.in_hynews .swiper-slide .pic {
  overflow: hidden;
  float: left;
  margin-right: 22px;
}
.in_hynews .swiper-slide .pic img {
  width: 200px;
  height: 150px;
  transition: all 0.7s;
}
.in_hynews .swiper-slide .pic img:hover {
  transform: scale(1.1);
}
.in_hynews .swiper-slide span {
  height: 40px;
  line-height: 34px;
  font-size: 20px;
  color: #00541e;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in_hynews .swiper-slide span:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background: #d6d6d6;
  height: 1px;
  transform: scaleY(0.5);
}
.in_hynews .swiper-slide span:after {
  content: "";
  width: 15px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: #00541e;
  height: 1px;
  transition: all 0.7s;
  transform: scaleY(0.5);
}
.in_hynews .swiper-slide span:hover:after {
  width: 100%;
}
.in_hynews .swiper-slide p {
  line-height: 26px;
  height: 52px;
  display: block;
  overflow: hidden;
  font-size: 16px;
  margin: 10px 0 15px 0;
  transition: all 0.7s;
  text-align: justify;
  color: #666;
}
.in_hynews .swiper-slide p:hover {
  color: #00541e;
}
.in_hynews .swiper-slide em {
  font-size: 15px;
  color: #b2b2b2;
}
/* xg_news */
.xg_news {
  padding-top: 80px;
  padding-bottom: 100px;
}
.xg_news .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 60px 0;
}
.xg_news .tit span {
  display: block;
  width: 218px;
  line-height: 52px;
  text-align: center;
  color: #00541e;
  font-size: 24px;
  position: relative;
}
.xg_news .tit span:before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  top: -50%;
  border: 1px solid #9a9a9a;
  border-radius: 12px;
  transform: scale(0.5);
  transition: all 0.7s;
}
/* newslist */
.newslist {
  margin: -25px -15px;
  overflow: hidden;
}
.newslist li {
  width: 50%;
  padding: 25px 15px;
  float: left;
}
.newslist li a {
  display: block;
  overflow: hidden;
}
.newslist li .pic {
  overflow: hidden;
  float: left;
  margin-right: 22px;
}
.newslist li .pic img {
  width: 200px;
  height: 150px;
  transition: all 0.7s;
}
.newslist li .pic img:hover {
  transform: scale(1.1);
}
.newslist li span {
  height: 40px;
  line-height: 34px;
  font-size: 20px;
  color: #00541e;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist li span:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background: #d6d6d6;
  height: 1px;
  transform: scaleY(0.5);
}
.newslist li span:after {
  content: "";
  width: 15px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: #00541e;
  height: 1px;
  transition: all 0.7s;
  transform: scaleY(0.5);
}
.newslist li span:hover:after {
  width: 100%;
}
.newslist li p {
  line-height: 26px;
  height: 52px;
  display: block;
  overflow: hidden;
  font-size: 16px;
  margin: 10px 0 15px 0;
  transition: all 0.7s;
  text-align: justify;
  color: #666;
}
.newslist li p:hover {
  color: #00541e;
}
.newslist li em {
  font-size: 15px;
  color: #b2b2b2;
}
/* contact */
.contact {
  margin: -80px 0 0 0;
  overflow: hidden;
}
.contact .box {
  margin: 80px 0 30px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  line-height: 2;
}
.contact .box .tit {
  color: #00541e;
  min-width: 170px;
  font-size: 20px;
  line-height: 1.6;
}
.contact .box .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 30px;
}
.contact .map > div {
  width: 100%;
  height: 800px;
}
.contact .map > div .anchorBL {
  display: none;
}
/* probox */
.probox .cpkj {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5% 10%;
  overflow: hidden;
  position: relative;
}
.probox .cpkj .bj {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  bottom: 0px;
}
.probox .cpkj .pic {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.probox .cpkj .pic li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  transition: all 2s;
}
.probox .cpkj .pic li img {
  max-width: 100%;
  height: auto;
}
.probox .cpkj .pic li.dan {
  transform: scale(0.7);
}
.probox .cpkj .pic li.p1 {
  margin-top: 100px;
  transform: translate(-30px, 50px);
}
.probox .cpkj .pic li.p2 {
  transform: translate(30px, -50px);
}
.probox .cpkj .pic.cur li.dan {
  transform: scale(1);
}
.probox .cpkj .pic.cur li.p1 {
  transform: translate(0, 0);
}
.probox .cpkj .pic.cur li.p2 {
  transform: translate(0, 0);
}
.probox .cpkj .box {
  width: 55%;
  padding: 0 0 0 5%;
}
.probox .cpkj .box > * {
  position: relative;
  z-index: 1;
}
.probox .cpkj .box .en {
  font-size: 30px;
  color: #00541e;
}
.probox .cpkj .box .tit {
  display: inline-block;
  color: #00541e;
  background-image: -webkit-gradient(linear, left top, right top, from(#00541e), to(#9eab06));
  background-image: -webkit-linear-gradient(left, #00541e 0, #9eab06 100%);
  background-image: linear-gradient(90deg, #00541e 0, #9eab06 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  margin: 0 0 80px 0;
  overflow: hidden;
  font-weight: bold;
}
.probox .cpkj .box .cs {
  font-size: 30px;
  color: #00541e;
}
.probox .cpkj .box .text {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  padding: 30px 0 60px 0;
  color: #00541e;
}
.probox .cpkj .box .more {
  color: #b89f37;
  font-size: 20px;
  display: inline-block;
  transition: all 0.7s;
  line-height: 50px;
  border-radius: 100px;
}
.probox .cpkj .box .more:hover {
  background: #00541e;
  color: #fff;
  padding: 0 15px;
}
.probox .erxun li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #eeeeee;
}
.probox .erxun li.nob {
  background: none;
}
.probox .erxun li dl {
  margin: -25px -15px;
  overflow: hidden;
  padding: 10% 10% 10% 0;
}
.probox .erxun li dl dd {
  width: 33.333333333%;
  float: left;
  padding: 25px 15px;
  font-size: 18px;
  color: #777777;
  text-align: center;
}
.probox .erxun li dl dd .p {
  overflow: hidden;
  margin-bottom: 25px;
}
.probox .erxun li dl dd p {
  transition: all 0.7s;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.probox .erxun li dl dd:hover {
  color: #00541e;
}
.probox .erxun li dl dd:hover .p img {
  transform: scale(1.1);
}
.probox .erxun li .pic {
  overflow: hidden;
  width: 50%;
}
.probox .erxun li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.7s;
}
.probox .erxun li .pic img:hover {
  transform: scale(1.1);
}
.probox .erxun li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2% 5%;
}
.probox .erxun li .box .tit {
  display: inline-block;
  color: #00541e;
  background-image: -webkit-gradient(linear, left top, right top, from(#00541e), to(#8db728));
  background-image: -webkit-linear-gradient(left, #00541e 0, #8db728 100%);
  background-image: linear-gradient(90deg, #00541e 0, #8db728 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
}
.probox .erxun li .box .text {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  padding: 30px 0;
  color: #00541e;
}
.probox .erxun li .box .more {
  color: #b89f37;
  font-size: 20px;
  display: inline-block;
  transition: all 0.7s;
  line-height: 50px;
  border-radius: 100px;
}
.probox .erxun li .box .more:hover {
  background: #00541e;
  color: #fff;
  padding: 0 15px;
}
.probox .erxun li:nth-child(even) {
  background: none;
  flex-direction: row-reverse;
}
/* page_list */
.page_list {
  width: 100%;
  overflow: hidden;
  padding: 90px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page_list li {
  font-size: 24px;
  line-height: 50px;
}
.page_list li .iconfont {
  font-weight: bold;
}
.page_list li a {
  display: block;
  overflow: hidden;
  color: #00541e;
  padding: 0 20px;
  border-radius: 6px;
}
.page_list li a:hover {
  color: #8db728;
}
.page_list li.on a {
  background: #8db728;
  color: #ffff00;
}
/* BT字体 */
header nav li > a span,
footer .copy .tit,
footer dl dt a,
footer .tein .tel em,
.in_tit span,
.in_heng .tit,
.in_about .tit,
.in_hynews .swiper-slide span,
.newslist li span,
.web_cate li a,
.web_title .tit,
.xg_news .tit span,
.contact .box .tit,
.probox .cpkj .box .tit,
.probox .erxun li .box .tit {
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, Microsoft Yahei Light, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
}
