/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 848px;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 60px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #4bb031;
  color: #fff;
}
.one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tran {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
button,
input {
  border: none;
  outline: none;
}
.out {
  position: relative;
}
.out:hover::after,
.out:hover::before {
  width: 100%;
}
.out:hover > a::after,
.out:hover > a::before {
  height: 166px;
}
.out:hover .pro_hot_txt > a {
  color: #0074d4;
}
.out::after,
.out::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #4bb031;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.out::after {
  top: 0;
}
.out::before {
  top: 166px;
}
.in::after,
.in::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #4bb031;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.in::after {
  left: 0;
}
.in::before {
  right: 0;
}
.shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.shadow2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.linkeff {
  position: relative;
}
.linkeff:hover::after,
.linkeff:hover::before {
  width: 100%;
}
.linkeff::after,
.linkeff::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #4bb031;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.linkeff::after {
  left: 0;
  top: 0;
}
.linkeff::before {
  right: 0;
  bottom: 0;
}
.img_white {
  overflow: hidden;
}
.img_white::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.img_white:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.img_save {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  text-align: left;
}
.title1 > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  margin-bottom: 26px;
}
.title1 > h3 a {
  color: #333333;
}
.title1 > h4 {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}
.pro {
  width: 100%;
  height: 1070px;
  background: url(../images/pro_bg.jpg) center bottom no-repeat;
}
.pro > span {
  position: absolute;
  bottom: 0;
  right: 94px;
}
.pro > span > i {
  writing-mode: tb-rl;
  font-size: 28px;
  color: #91c062;
  width: 28px;
  line-height: 28px;
}
.pro > span > em {
  display: block;
  width: 1px;
  height: 131px;
  background-color: #8ac64e;
  margin: 13px auto 0;
}
.pro .pro_main .ab_num {
  width: 100%;
}
.pro .pro_main .ab_num .ab_txt {
  width: 602px;
  margin-top: 66px;
}
.pro .pro_main .ab_num .ab_txt > h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-bottom: 40px;
}
.pro .pro_main .ab_num .ab_txt > h4 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.pro .pro_main .ab_num .ab_txt .ab_num_con {
  width: 100%;
  margin-top: 58px;
}
.pro .pro_main .ab_num .ab_txt .ab_num_con .ab_num_item {
  float: left;
  text-align: center;
  margin-right: 45px;
}
.pro .pro_main .ab_num .ab_txt .ab_num_con .ab_num_item > p {
  color: #079339;
  margin-bottom: 20px;
}
.pro .pro_main .ab_num .ab_txt .ab_num_con .ab_num_item > p span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
.pro .pro_main .ab_num .ab_txt .ab_num_con .ab_num_item > p > i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.pro .pro_main .ab_num .ab_txt .ab_num_con .ab_num_item > h3 {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.pro .pro_main .ab_num .ab_txt .ab_num_con .ab_num_item:nth-last-child(1) {
  margin-right: 0;
}
.pro .pro_main .ab_num .ab_v {
  float: right;
  width: 500px;
  height: 264px;
  position: relative;
  z-index: 1;
}
.pro .pro_main .ab_num .ab_v > img {
  width: 100%;
	height: 418px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: -90px;
  z-index: 3;
}
.pro .pro_main .pro_view {
  width: 100%;
  margin-top: 58px;
}
.pro .pro_main .pro_view .fl {
  width: 325px;
  height: 637px;
  background: url(../images/fl_bg.jpg) center no-repeat;
  padding: 36px 0 0 30px;
  box-sizing: border-box;
}
.pro .pro_main .pro_view .fl .fl_tit {
  padding-left: 18px;
  box-sizing: border-box;
}
.pro .pro_main .pro_view .fl .fl_tit > h3 {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 27px;
}
.pro .pro_main .pro_view .fl .fl_tit > h3 a {
  color: #ffffff;
}
.pro .pro_main .pro_view .fl .fl_tit > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
.pro .pro_main .pro_view .fl .fl_list {
  width: 100%;
  margin-top: 50px;
}
.pro .pro_main .pro_view .fl .fl_list ul {
  width: 100%;
}
.pro .pro_main .pro_view .fl .fl_list ul li {
  width: 100%;
  height: 42px;
  line-height: 42px;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_view .fl .fl_list ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
  background-color: #f6f6f6;
}
.pro .pro_main .pro_view .fl .fl_list ul li::before {
  content: "";
  position: absolute;
  width: 242px;
  height: 1px;
  background-color: #25994e;
  left: 25px;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view .fl .fl_list ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 50px 0 46px;
  box-sizing: border-box;
}
.pro .pro_main .pro_view .fl .fl_list ul li > a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 8px;
  background: url(../images/fl_ico1.png) center no-repeat;
  left: 26px;
  top: 18px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view .fl .fl_list ul li > a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 8px;
  background: url(../images/fl_ico2.png) center no-repeat;
  top: 18px;
  right: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  animation: 2s infinite myfirst2;
}
.pro .pro_main .pro_view .fl .fl_list ul li:hover::after {
  width: 100%;
}
.pro .pro_main .pro_view .fl .fl_list ul li:hover::before {
  width: 0;
}
.pro .pro_main .pro_view .fl .fl_list ul li:hover > a {
  color: #4bb031;
}
.pro .pro_main .pro_view .fl .fl_list ul li:hover > a::after {
  opacity: 0;
}
.pro .pro_main .pro_view .fl > a {
  display: block;
  width: 230px;
  height: 37px;
  background-color: #ffffff;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  color: #079339;
  margin-top: 63px;
}
.pro .pro_main .pro_view .pro_view {
  width: 910px;
  margin-right: 35px;
}
.pro .pro_main .pro_view .pro_view ul li {
  float: left;
  width: 296px;
  height: 270px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 24px 0;
}
.pro .pro_main .pro_view .pro_view ul li .pro_v {
  width: 100%;
  height: 230px;
  background-color: #ffffff;
}
.pro .pro_main .pro_view .pro_view ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pro .pro_main .pro_view .pro_view ul li .pro_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.pro .pro_main .pro_view .pro_view ul li .pro_cover {
  position: absolute;
  width: 100%;
  height: 230px;
  text-align: center;
  background-color: rgba(7, 147, 57, 0.9);
  top: -230px;
  left: 0;
  padding-top: 76px;
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view .pro_view ul li .pro_cover::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 256px;
  height: 190px;
  border: solid 1px #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pro .pro_main .pro_view .pro_view ul li .pro_cover > a {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  max-width: 220px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.pro .pro_main .pro_view .pro_view ul li .pro_cover > p {
  width: 220px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px;
  box-sizing: border-box;
}
.pro .pro_main .pro_view .pro_view ul li .pro_txt {
  width: 100%;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin-top: 27px;
}
.pro .pro_main .pro_view .pro_view ul li .pro_txt > span {
  position: absolute;
  width: 48px;
  height: 1px;
  background-color: #666666;
  right: 0;
  top: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view .pro_view ul li .pro_txt > a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 60px;
  box-sizing: border-box;
}
.pro .pro_main .pro_view .pro_view ul li .pro_txt > p {
  display: block;
  width: 100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  font-size: 14px;
  color: #079339;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_view .pro_view ul li:hover .pro_cover {
  top: 0;
}
.pro .pro_main .pro_view .pro_view ul li:hover .pro_txt > a {
  transform: translateY(-16px);
}
.pro .pro_main .pro_view .pro_view ul li:hover .pro_txt > p {
  transform: translateY(-14px);
}
.pro .pro_main .pro_view .pro_view ul li:nth-child(3n) {
  margin-right: 0;
}
.ts {
  width: 100%;
  height: 940px;
  padding-top: 62px;
  box-sizing: border-box;
  margin-top: 43px;
  background: url(../images/ts_bg.jpg) center no-repeat;
}
.ts .ts_main .ts_tit .ts_tl {
  margin-left: 5px;
  margin-top: 26px;
}
.ts .ts_main .ts_tit .ts_tl > p {
  font-size: 26px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 25px;
}
.ts .ts_main .ts_tit .ts_tl > h4 {
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}
.ts .ts_main .ts_tit .ts_tr {
  width: 324px;
}
.ts .ts_main .ts_tit .ts_tr > p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.ts .ts_main .ts_tit .ts_tr > h6 {
  font-size: 10px;
  line-height: 20px;
  color: #95d6ac;
}
.ts .ts_main .ts_tit .ts_tr > h5 {
  color: #ffffff;
  margin-top: 40px;
}
.ts .ts_main .ts_tit .ts_tr > h5 > em {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.ts .ts_main .ts_tit .ts_tr > h5 > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial;
}
.ts .ts_main .ts_tit .ts_tr > span {
  display: block;
  animation: 2s infinite msClock;
  width: 36px;
  height: 32px;
  background: url(../images/ts_tell.png) center no-repeat;
  margin-top: 15px;
}
.ts .ts_main .ts_con {
  width: 100%;
  position: relative;
}
.ts .ts_main .ts_con .ts_ico {
  width: 920px;
}
.ts .ts_main .ts_con .ts_ico .ts_item {
  width: 225px;
  height: 190px;
  margin: 0 6px 20px 0;
}
.ts .ts_main .ts_con .ts_ico .ts_item:hover > span:after {
  animation: 1.5s infinite jello;
}
.ts .ts_main .ts_con .ts_ico .ts_item > span {
  display: block;
  width: 57px;
  height: 56px;
  position: relative;
  margin-bottom: 16px;
  background: url(../images/ts_item.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ts .ts_main .ts_con .ts_ico .ts_item > h3 {
  font-size: 22px;
  line-height: 22px;
  color: #079339;
  margin-bottom: 20px;
}
.ts .ts_main .ts_con .ts_ico .ts_item > p {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(4n) {
  margin-right: 0;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(1) > span::after {
  background: url(../images/ts_ico1.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(2) > span::after {
  background: url(../images/ts_ico2.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(3) > span::after {
  background: url(../images/ts_ico3.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(4) > span::after {
  background: url(../images/ts_ico4.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(5) > span::after {
  background: url(../images/ts_ico5.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(6) > span::after {
  background: url(../images/ts_ico6.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(7) > span::after {
  background: url(../images/ts_ico7.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(8) > span::after {
  background: url(../images/ts_ico8.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(9) > span::after {
  background: url(../images/ts_ico9.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ico .ts_item:nth-child(10) > span::after {
  background: url(../images/ts_ico10.png) center no-repeat;
}
.ts .ts_main .ts_con .ts_ict {
  width: 275px;
  text-align: center;
  margin-top: 145px;
}
.ts .ts_main .ts_con .ts_ict > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}
.ts .ts_main .ts_con .ts_ict > p {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin-top: 30px;
}
.ts .ts_main .ts_con .ts_ict2 {
  position: absolute;
  bottom: 53px;
  right: 163px;
}
.ts .ts_main .ts_con .ts_ict2 > span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #666666;
}
.ts .ts_main .ts_con .ts_ict2 > i {
  display: block;
  font-style: italic;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  margin: 18px 0 0 45px;
}
.solu {
  width: 100%;
  height: 826px;
  margin-top: 70px;
  background: url(../images/sole_bg.jpg) center bottom no-repeat;
  overflow: hidden;
  position: relative;
}
.solu > span {
  position: absolute;
  bottom: 0;
  left: 180px;
}
.solu > span > i {
  writing-mode: tb-rl;
  font-size: 28px;
  color: #91c062;
  width: 28px;
  line-height: 28px;
}
.solu > span > em {
  display: block;
  width: 1px;
  height: 131px;
  background-color: #8ac64e;
  margin: 13px auto 0;
}
.solu .solu_main .solu_tit {
  width: 335px;
  height: 766px;
  background: url(../images/sol_fl.jpg) center no-repeat;
  padding: 66px 0 0 36px;
  box-sizing: border-box;
}
.solu .solu_main .solu_tit > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #ffffff;
}
.solu .solu_main .solu_tit > span {
  display: block;
  width: 261px;
  height: 1px;
  margin: 30px 0;
  background-color: #ffffff;
}
.solu .solu_main .solu_tit > p {
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}
.solu .solu_main .solu_tit > i {
  font-size: 12px;
  line-height: 20px;
  color: #1d9d4b;
  margin-top: 25px;
}
.solu .solu_main .solu_tit > a {
  display: block;
  width: 240px;
  height: 48px;
  background-color: #ffffff;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #079239;
  margin: 320px 0 0 17px;
}
.solu .solu_main .solu_tit > h5 {
  width: 240px;
  margin-left: 17px;
  text-align: center;
  margin-top: 18px;
}
.solu .solu_main .solu_tit > h5 > i {
  display: inline-block;
  vertical-align: middle;
  animation: 2s infinite msClock;
  width: 23px;
  height: 20px;
  background: url(../images/sol_tell.png) center no-repeat;
}
.solu .solu_main .solu_tit > h5 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 10px;
}
.solu .solu_main .solu_view {
  width: 924px;
}
.solu .solu_main .solu_view ul li {
  float: left;
  width: 298px;
  height: 368px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 9px 8px;
  margin: 0 14px 30px 0;
}
.solu .solu_main .solu_view ul li:hover .solu_v > a > img {
  transform: scale(1);
}
.solu .solu_main .solu_view ul li:hover .solu_v .solu_cover {
  left: 0;
}
.solu .solu_main .solu_view ul li:hover .solu_v .solu_txt {
  left: 100%;
}
.solu .solu_main .solu_view ul li .solu_v {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.solu .solu_main .solu_view ul li .solu_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.solu .solu_main .solu_view ul li .solu_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
.solu .solu_main .solu_view ul li .solu_v .solu_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
  bottom: 0;
  left: 0;
  padding-top: 296px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.solu .solu_main .solu_view ul li .solu_v .solu_txt > a {
  display: block;
  width: 100%;
  line-height: 18px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.solu .solu_main .solu_view ul li .solu_v .solu_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 147, 57, 0.9);
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  text-align: center;
  padding-top: 94px;
  box-sizing: border-box;
  left: -100%;
}
.solu .solu_main .solu_view ul li .solu_v .solu_cover > h3 {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.solu .solu_main .solu_view ul li .solu_v .solu_cover > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
}
.solu .solu_main .solu_view ul li .solu_v .solu_cover > p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
  color: #60b67f;
  margin: 18px 0;
}
.solu .solu_main .solu_view ul li .solu_v .solu_cover > span {
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #60b67f;
}
.solu .solu_main .solu_view ul li .solu_v .solu_cover > a {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/sol_ico1.png) center no-repeat;
  margin: 100px auto 0;
  animation: 2s infinite myfirst2;
}
.solu .solu_main .solu_view ul li:nth-child(3n) {
  margin-right: 0;
}
.ys {
  width: 100%;
  height: 644px;
  padding-top: 54px;
  box-sizing: border-box;
  background: url(../images/ys_bg.jpg) center no-repeat;
  position: relative;
  overflow: hidden;
}
.ys .ys_main {
  height: 100%;
  position: relative;
}
.ys .ys_main .ys_tab {
  width: 100%;
  margin-top: 40px;
  height: 424px;
}
.ys .ys_main .ys_tab ul {
  width: 100%;
}
.ys .ys_main .ys_tab ul li {
  width: 100%;
  height: 424px;
}
.ys .ys_main .ys_tab ul li .ys_v {
  width: 568px;
  height: 424px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 10px;
}
.ys .ys_main .ys_tab ul li .ys_v > img {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_tab ul li .ys_txt {
  width: 543px;
  border-top: 1px solid #ededed;
  box-sizing: border-box;
  margin-top: 56px;
  margin-right: 126px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h3 {
  margin: 40px 0;
}
.ys .ys_main .ys_tab ul li .ys_txt > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 58px;
}
.ys .ys_main .ys_tab ul li .ys_txt > h3 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  line-height: 58px;
  color: #333333;
  margin-left: 14px;
}
.ys .ys_main .ys_tab ul li .ys_txt > p {
  font-size: 14px;
  line-height: 32px;
  color: #999999;
}
.ys .ys_main .ys_tab ul li .ys_txt > i {
  display: block;
  width: 260px;
  height: 1px;
  background-color: #f1f1f1;
  margin-top: 20px;
}
.ys .ys_main .ys_tab ul li .ys_txt > a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-top: 25px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_tab ul li .ys_txt > a:hover {
  color: #4bb031;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_links {
  width: 100%;
  margin-top: 35px;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_links > a {
  float: left;
  width: 176px;
  height: 38px;
  border-radius: 19px;
  border: solid 1px #079339;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  color: #079339;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_tab ul li .ys_txt .ys_links > a:hover {
  background: #4bb031;
  color: #fff;
}
.ys .ys_main .ys_tab ul li:nth-child(1) .ys_txt > h3 > i {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(2) .ys_txt > h3 > i {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(3) .ys_txt > h3 > i {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_tab ul li:nth-child(4) .ys_txt > h3 > i {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.ys .ys_main .ys_menu {
  position: absolute;
  left: 624px;
  top: 116px;
}
.ys .ys_main .ys_menu ul li {
  float: left;
  width: 100px;
  text-align: center;
  line-height: 32px;
  height: 32px;
  font-size: 16px;
  color: #333333;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #4bb031;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
.ys .ys_main .ys_menu ul li.on {
  color: #fff;
}
.ys .ys_main .ys_menu ul li.on::after {
  width: 100%;
}
.ys > span {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.ys > span > i {
  writing-mode: tb-rl;
  font-size: 28px;
  color: #91c062;
  width: 28px;
  line-height: 28px;
}
.ys > span > em {
  display: block;
  width: 1px;
  height: 123px;
  background-color: #8ac64e;
  margin: 27px auto 0;
}
.case {
  width: 100%;
  height: 870px;
  padding-top: 132px;
  box-sizing: border-box;
  background: url(../images/case_bg.jpg) center no-repeat;
  position: relative;
}
.case > span {
  position: absolute;
  top: 470px;
  left: 176px;
}
.case > span > i {
  writing-mode: tb-rl;
  font-size: 28px;
  color: #1d9d4b;
  width: 28px;
  line-height: 28px;
}
.case > span > em {
  display: block;
  width: 1px;
  height: 129px;
  background-color: #1d9d4b;
  margin: 10px auto 0;
}
.case .case_main {
  padding-left: 60px;
  box-sizing: border-box;
}
.case .case_main .case_tit {
  width: 100%;
}
.case .case_main .case_tit > a {
  font-size: 14px;
  color: #666666;
  position: relative;
  z-index: 1;
  line-height: 14px;
}
.case .case_main .case_tit > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.case .case_main .case_tit > a span {
  color: #ffffff;
  margin-right: 3px;
}
.case .case_main .case_tit > a::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #079339;
  z-index: -1;
  bottom: 0;
  left: -20px;
}
.case .case_main .case_tit > a:hover {
  transform: translateY(-5px);
}
.case .case_main .case_view {
  width: 100%;
  margin-top: 45px;
}
.case .case_main .case_view ul {
  width: 100%;
}
.case .case_main .case_view ul li {
  float: left;
  width: 390px;
  margin: 24px 35px 0 0;
  position: relative;
}
.case .case_main .case_view ul li .case_v {
  width: 352px;
  height: 267px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 6px 8px;
  position: relative;
  overflow: hidden;
}
.case .case_main .case_view ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.case .case_main .case_view ul li .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.case .case_main .case_view ul li .case_v .case_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 147, 57, 0.9);
  left: -100%;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  padding-top: 117px;
  box-sizing: border-box;
}
.case .case_main .case_view ul li .case_v .case_cover > h3 {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
}
.case .case_main .case_view ul li .case_v .case_cover > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.case .case_main .case_view ul li .case_v .case_cover > a {
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/case_ico1.png) center no-repeat;
  margin: 267px auto 0;
  animation: 2s infinite myfirst2;
  transition-delay: 0.3s;
}
.case .case_main .case_view ul li > p {
  font-size: 12px;
  writing-mode: tb-rl;
  color: #e1e1e1;
  width: 12px;
  line-height: 12px;
  margin-left: 26px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_view ul li:hover .case_v .case_cover {
  left: 0;
}
.case .case_main .case_view ul li:hover .case_v .case_cover > h3 {
  opacity: 1;
}
.case .case_main .case_view ul li:hover .case_v .case_cover > a {
  margin: 25px auto 0;
}
.case .case_main .case_view ul li:hover > p {
  color: #4bb031;
}
.case .case_main .case_view ul li:nth-child(3n) {
  margin-right: 0;
}
.news {
  width: 100%;
  height: 620px;
  margin-top: 48px;
  overflow: hidden;
  background: url(../images/news_bg.jpg) center no-repeat;
  position: relative;
}
.news > span {
  position: absolute;
  right: 85px;
  bottom: 0;
}
.news > span > i {
  writing-mode: tb-rl;
  font-size: 28px;
  color: #1d9d4b;
  width: 28px;
  line-height: 28px;
}
.news > span > em {
  display: block;
  width: 1px;
  height: 129px;
  background-color: #1d9d4b;
  margin: 10px auto 0;
}
.news .news_main .news_con {
  width: 100%;
  height: 456px;
  margin-top: 40px;
}
.news .news_main .news_con .news_l {
  width: 612px;
  height: 456px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.news .news_main .news_con .news_l ul {
  width: 100%;
  height: 100%;
}
.news .news_main .news_con .news_l ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
.news .news_main .news_con .news_l ul li:hover > a {
  border-radius: 50px 0 50px 0;
}
.news .news_main .news_con .news_l ul li:hover > a > img {
  border-radius: 50px 0 50px 0;
}
.news .news_main .news_con .news_l ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .news_main .news_con .news_l ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_l ul li .news_txt {
  position: absolute;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #4bb031;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  padding: 0 90px 0 36px;
  box-sizing: border-box;
  font-size: 14px;
}
.news .news_main .news_con .news_l ul li .news_txt > a {
  float: left;
  width: 75%;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_l ul li .news_txt > span {
  color: #ffffff;
}
.news .news_main .news_con .news_l .news_p,
.news .news_main .news_con .news_l .news_n {
  position: absolute;
  width: 16px;
  height: 7px;
  cursor: pointer;
  bottom: 25px;
}
.news .news_main .news_con .news_l .news_p {
  right: 60px;
  background: url(../images/news_p.png) center no-repeat;
}
.news .news_main .news_con .news_l .news_n {
  right: 40px;
  background: url(../images/news_n.png) center no-repeat;
}
.news .news_main .news_con .news_r {
  width: 505px;
  height: 100%;
  margin-right: 146px;
}
.news .news_main .news_con .news_r .news_menu {
  width: 100%;
}
.news .news_main .news_con .news_r .news_menu ul li {
  float: left;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e9e9e9;
}
.news .news_main .news_con .news_r .news_menu ul li.on > a {
  color: #fff;
}
.news .news_main .news_con .news_r .news_menu ul li.on > a::after {
  width: 100%;
}
.news .news_main .news_con .news_r .news_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
  position: relative;
  z-index: 1;
}
.news .news_main .news_con .news_r .news_menu ul li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #079339;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
}
.news .news_main .news_con .news_r .news_tab {
  width: 100%;
  margin-top: 40px;
}
.news .news_main .news_con .news_r .news_tab .news_list {
  width: 100%;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item {
  width: 100%;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul {
  width: 100%;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li {
  width: 100%;
  height: 106px;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  margin-bottom: 26px;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #4bb031;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li > h5 {
  width: 100%;
  line-height: 16px;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li > h5 > a {
  width: 75%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li > h5 > span {
  font-size: 14px;
  color: #c6c6c6;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li > p {
  width: 100%;
  font-size: 12px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #999999;
  margin-top: 20px;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li:hover {
  border-bottom: 1px solid transparent;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li:hover::after {
  width: 100%;
}
.news .news_main .news_con .news_r .news_tab .news_list .news_item ul li:hover h5 > a {
  color: #4bb031;
  transform: translate(5px);
}
.about {
  width: 100%;
  height: 1230px;
  overflow: hidden;
  background: url(../images/ab_bg.jpg) center no-repeat;
  position: relative;
}
.about > span {
  position: absolute;
  top: 425px;
  left: 175px;
}
.about > span > i {
  writing-mode: tb-rl;
  font-size: 28px;
  color: #91c062;
  width: 28px;
  line-height: 28px;
}
.about > span > em {
  display: block;
  width: 1px;
  height: 110px;
  background-color: #8ac64e;
  margin: 13px auto 0;
}
.about .ab_main {
  padding-left: 53px;
  box-sizing: border-box;
}
.about .ab_main .ab_con {
  width: 100%;
}
.about .ab_main .ab_con .ab_txt {
  width: 675px;
}
.about .ab_main .ab_con .ab_txt > h3 {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  margin: 82px 0 0 110px;
}
.about .ab_main .ab_con .ab_txt > h3 span {
  font-size: 18px;
  margin-right: 42px;
}
.about .ab_main .ab_con .ab_txt .honer {
  width: 100%;
  margin-top: 90px;
}
.about .ab_main .ab_con .ab_txt .honer > h5 {
  width: 395px;
  font-size: 14px;
  line-height: 32px;
  height: 160px;
  overflow: hidden;
  color: #999999;
}
.about .ab_main .ab_con .ab_txt .honer .honer_v {
  width: 227px;
  height: 157px;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
  padding: 5px;
}
.about .ab_main .ab_con .ab_txt .honer .honer_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.about .ab_main .ab_con .ab_txt .honer .honer_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.about .ab_main .ab_con .ab_v {
  width: 535px;
  position: relative;
  height: 445px;
}
.about .ab_main .ab_con .ab_v > img {
  position: absolute;
  left: 0;
  top: 0;
}
.about .ab_main .fc {
  width: 100%;
}
.about .ab_main .fc .fc_menu ul li {
  float: left;
  width: 112px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.about .ab_main .fc .fc_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
  background: #4bb031;
}
.about .ab_main .fc .fc_menu ul li.on {
  color: #fff;
}
.about .ab_main .fc .fc_menu ul li.on::after {
  width: 100%;
}
.about .ab_main .fc .fc_view {
  width: 1238px;
  margin-top: 40px;
  overflow: hidden;
}
.about .ab_main .fc .fc_view .fc_list {
  width: 100%;
  height: 216px !important;
}
.about .ab_main .fc .fc_view .fc_list .fc_item {
  width: 100%;
  position: relative;
  height: 216px;
}
.about .ab_main .fc .fc_view .fc_list .fc_item:hover .fc_p {
  left: 0;
}
.about .ab_main .fc .fc_view .fc_list .fc_item:hover .fc_n {
  right: 0;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .tempWrap {
  width: 100% !important;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li {
  float: left;
  width: 290px;
  height: 216px;
  position: relative;
  overflow: hidden;
  margin-right: 26px;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li:hover .fc_cover {
  left: 0;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li:hover .fc_cover > h3 {
  opacity: 1;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li:hover .fc_cover > a {
  margin: 14px auto 0;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li .case_v {
  width: 100%;
  height: 100%;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  padding: 5px 6px;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li .fc_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 147, 57, 0.9);
  left: -100%;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  padding-top: 83px;
  box-sizing: border-box;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li .fc_cover > h3 {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li .fc_cover > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.about .ab_main .fc .fc_view .fc_list .fc_item ul li .fc_cover > a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/fc_ico.png) center no-repeat;
  margin: 267px auto 0;
  animation: 2s infinite myfirst2;
  transition-delay: 0.3s;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_p,
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_n {
  position: absolute;
  width: 58px;
  height: 40px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  top: 86px;
  background-color: #eaeaea;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_p::after,
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_n::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_p:hover,
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_n:hover {
  background: #4bb031;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_p {
  left: -60px;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_p::after {
  background: url(../images/fc_p.png) center no-repeat;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_p:hover::after {
  background: url(../images/fc_p2.png) center no-repeat;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_n {
  right: -60px;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_n::after {
  background: url(../images/fc_n.png) center no-repeat;
}
.about .ab_main .fc .fc_view .fc_list .fc_item .fc_n:hover::after {
  background: url(../images/fc_n2.png) center no-repeat;
}
.about .ab_main .honer {
  width: 100%;
  margin-top: 52px;
}
.about .ab_main .honer > h3 {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.about .ab_main .honer .honer_view {
  width: 100%;
  margin-top: 32px;
}
.about .ab_main .honer .honer_view ul li {
  float: left;
  width: 220px;
  height: 310px;
  position: relative;
  overflow: hidden;
  margin-right: 36px;
}
.about .ab_main .honer .honer_view ul li:hover .honer_cover {
  left: 0;
}
.about .ab_main .honer .honer_view ul li:hover .honer_cover > h3 {
  opacity: 1;
}
.about .ab_main .honer .honer_view ul li:hover .honer_cover > a {
  margin: 11px auto 0;
}
.about .ab_main .honer .honer_view ul li .honer_v {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 5px;
}
.about .ab_main .honer .honer_view ul li .honer_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.about .ab_main .honer .honer_view ul li .honer_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.about .ab_main .honer .honer_view ul li .honer_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 147, 57, 0.9);
  left: -100%;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  padding-top: 136px;
  box-sizing: border-box;
}
.about .ab_main .honer .honer_view ul li .honer_cover > h3 {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
}
.about .ab_main .honer .honer_view ul li .honer_cover > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.about .ab_main .honer .honer_view ul li .honer_cover > a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/honer_more.png) center no-repeat;
  margin: 267px auto 0;
  animation: 2s infinite myfirst2;
  transition-delay: 0.3s;
}
.about .ab_main .honer .honer_view ul li:nth-child(5n) {
  margin-right: 0;
}
.inform {
  width: 100%;
  height: 434px;
  padding-top: 84px;
  box-sizing: border-box;
  margin-top: 35px;
  background: url(../images/in_bg.jpg) center no-repeat;
}
.inform .in_main .in_txt {
  margin-left: 295px;
}
.inform .in_main .in_txt > h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.inform .in_main .in_txt > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin: 12px 0 25px;
}
.inform .in_main .in_txt > span {
  display: block;
  width: 33px;
  height: 3px;
  background-color: #079339;
}
.inform .in_main .in_txt > h5 {
  width: 285px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin: 40px 0 30px;
}
.inform .in_main .in_txt > p {
  height: 50px;
  background: url(../images/in_tit.png) left center no-repeat;
  padding-left: 103px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  color: #e1e1e1;
  margin-bottom: 33px;
}
.inform .in_main .in_txt > i {
  display: block;
  width: 311px;
  height: 1px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.inform .in_main .in_txt > a {
  display: block;
  width: 137px;
  height: 30px;
  background-color: #079339;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
}
.inform .in_main .in_con {
  width: 636px;
}
.inform .in_main .in_con > input {
  float: left;
  height: 52px;
  padding: 0 52px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.inform .in_main .in_con #userName {
  width: 230px;
  background: url(../images/in1.png) 12px center no-repeat #f3f3f3;
  margin-right: 18px;
}
.inform .in_main .in_con #userPhone {
  width: 388px;
  background: url(../images/in2.png) 12px center no-repeat #f3f3f3;
}
.inform .in_main .in_con textarea {
  display: block;
  width: 100%;
  height: 196px;
  background: url(../images/in3.png) 12px 20px no-repeat #f4f4f4;
  padding: 24px 52px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.inform .in_main .in_con > img {
  float: left;
  width: 109px;
  height: 53px;
}
.inform .in_main .in_con #kcode {
  float: left;
  width: 112px;
  height: 53px;
  background-color: #f3f3f3;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  margin: 0 18px;
}
.inform .in_main .in_con > button {
  width: 187px;
  height: 53px;
  background-color: #079339;
  cursor: pointer;
  font-size: 18px;
  color: #fefefe;
}
.links {
  width: 100%;
  margin: 70px 0 42px;
}
.links .link_main .link_tit {
  width: 164px;
  background: url(../images/link_tit.png) left top no-repeat;
  height: 60px;
  padding: 16px 0 0 47px;
  box-sizing: border-box;
}
.links .link_main .link_tit > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.links .link_main .link_tit > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.links .link_main .link_list {
  width: calc(1300px - 180px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  padding: 0 10px;
  margin: 0 10px;
}
.links .link_main .link_list > a:hover {
  color: #4bb031;
  transform: translateY(-5px);
}
