@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 42px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin: 0 5px !important;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  opacity: 1;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  background: #069d50;
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  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;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  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;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.moreLink {
  display: block;
  width: 150px;
  height: 48px;
  border: solid 1px #dcdcdc;
  text-align: center;
  line-height: 46px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  font-weight: bold;
  min-width: 5px;
}
.moreLink:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 22px;
  height: 9px;
  margin-left: 16px;
  background: url(../images/ar1.png) 0 0 no-repeat;
  filter: grayscale(100) brightness(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background: #069d50;
  border-color: #069d50;
  color: #fff !important;
  box-shadow: 0 10px 10px -5px rgba(6, 157, 80, 0.5);
}
.moreLink:hover:after {
  background: url(../images/ar1h.png) 0 0 no-repeat !important;
  animation: zyfd 1.5s linear infinite;
  filter: grayscale(0) brightness(1);
}
.title {
  line-height: 1;
}
.title .num {
  display: inline-block;
  width: 66px;
  height: 92px;
  vertical-align: top;
  text-align: center;
  background: url(../images/titico.png) center 0 no-repeat;
  font-family: Impact;
  font-size: 60px;
  line-height: 50px;
  padding-top: 28px;
  margin-right: 25px;
}
.title .txt {
  padding-top: 18px;
  display: inline-block;
  vertical-align: top;
}
.title .txt i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 12px;
}
.title .txt b {
  font-size: 38px;
  margin-top: 18px;
  display: block;
  position: relative;
  z-index: 1;
}
.title .txt b:before {
  content: "";
  position: absolute;
  width: 168px;
  height: 17px;
  background-color: #efefef;
  z-index: -1;
  left: -10px;
  bottom: -3px;
}
.title .txt b em {
  font-weight: bold;
  color: #069d50;
}
.product {
  padding: 42px 0 56px;
  background: url(../images/probg.jpg) center bottom no-repeat;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  position: relative;
  top: 20px;
  float: left;
}
.product .proNav .hd {
  float: right;
  width: 802px;
  height: 110px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.product .proNav .hd ul {
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 80px;
}
.product .proNav .hd ul li {
  flex: 1;
  float: left;
  margin-bottom: 12px;
  margin-right: 25px;
}
.product .proNav .hd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 110px;
  position: relative;
  font-size: 16px;
  text-align: center;
  line-height: 110px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .hd ul li a:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #069d50;
  border-radius: 10px;
  box-shadow: 0 0 0 7px rgba(6, 157, 80, 0.2);
  border-radius: 100%;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .hd ul li.on a,
.product .proNav .hd ul li:hover a {
  font-size: 18px;
  font-weight: bold;
  color: #069d50;
}
.product .proNav .hd ul li.on a:before,
.product .proNav .hd ul li:hover a:before {
  bottom: -9px;
}
.product .proNav .hd .more {
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  background-color: rgba(6, 157, 80, 0.7);
  border-radius: 100%;
  top: 7px;
  right: -45px;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .hd .more:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: url(../images/promore.jpg) center center no-repeat;
}
.product .proNav .hd .more:hover {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.product .proTabs {
  position: relative;
  margin-top: 46px;
}
.product .proTabs .page {
  position: absolute;
  padding: 10px 30px 10px 32px;
  width: 702px;
  height: 86px;
  background-color: #069d50;
  left: 0;
  top: 366px;
  z-index: 2;
  line-height: 66px;
}
.product .proTabs .page .proNum {
  float: left;
  line-height: 66px;
  font-family: Arial;
  font-size: 34px;
  color: #f7f7f7;
}
.product .proTabs .page .proNum .num1 {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
}
.product .proTabs .page .proNum .num2 {
  font-family: Arial;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 6px;
}
.product .proTabs .page .proPrev {
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 16px;
  float: right;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  cursor: pointer;
}
.product .proTabs .page .proPrev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 27px;
  height: 11px;
  background: url(../images/prol.png) center center no-repeat;
  margin-right: 12px;
}
.product .proTabs .page .proPrev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .proTabs .page .proNext {
  margin-left: 40px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 16px;
  float: right;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  cursor: pointer;
}
.product .proTabs .page .proNext:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 12px;
  top: -2px;
  width: 27px;
  height: 11px;
  background: url(../images/pror.png) center center no-repeat;
}
.product .proTabs .page .proNext:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .proList .one {
  height: 452px;
}
.product .proList .one::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList .one .pic {
  float: right;
  width: 598px;
  height: 452px;
  background-color: #ffffff;
  border: solid 10px #eeeeee;
  position: relative;
  overflow: hidden;
}
.product .proList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .cont {
  float: left;
  width: 648px;
  padding-top: 62px;
}
.product .proList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList .one .cont .line {
  width: 23px;
  height: 2px;
  background-color: #069d50;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .cont p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 40px;
  height: 80px;
  color: #666666;
  margin-top: 15px;
}
.product .proList .one .cont .moreLink {
  margin-top: 35px;
}
.product .proList .one:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.product .proList .one:hover .cont .bt {
  color: #069d50;
}
.product .proList .one:hover .cont .line {
  width: 40px;
}
.product .proList .one:hover .cont .moreLink {
  display: inline-block;
  vertical-align: middle;
  border-color: #069d50;
  color: #069d50;
}
.product .proList .one:hover .cont .moreLink:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.proOneTabs{
  height: 452px;
  position: relative;
}
.proOneTabs .proOneBd{
  height: 452px;
  overflow: hidden;
}
.proOneTabs .proOneBd li::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.proOneTabs .proOneBd li .pic {
  float: right;
  width: 598px;
  height: 452px;
  background-color: #ffffff;
  border: solid 10px #eeeeee;
  position: relative;
  overflow: hidden;
}
.proOneTabs .proOneBd li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proOneTabs .proOneBd li .cont {
  float: left;
  width: 648px;
  padding-top: 62px;
}
.proOneTabs .proOneBd li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proOneTabs .proOneBd li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.proOneTabs .proOneBd li .cont .line {
  width: 23px;
  height: 2px;
  background-color: #069d50;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proOneTabs .proOneBd li .cont p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 40px;
  height: 80px;
  color: #666666;
  margin-top: 15px;
}
.proOneTabs .proOneBd li .cont .moreLink {
  margin-top: 35px;
}
.proOneTabs .proOneBd li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.proOneTabs .proOneBd li:hover .cont .bt {
  color: #069d50;
}
.proOneTabs .proOneBd li:hover .cont .line {
  width: 40px;
}
.proOneTabs .proOneBd li:hover .cont .moreLink {
  display: inline-block;
  vertical-align: middle;
  border-color: #069d50;
  color: #069d50;
}
.proOneTabs .proOneBd li:hover .cont .moreLink:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.product .proList .list {
  margin-top: 30px;
}
.product .proList .list ul {
  margin-right: -38px;
}
.product .proList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList .list ul li {
  float: left;
  margin-right: 38px;
  position: relative;
  width: 296px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .pic {
  display: block;
  width: 100%;
  height: 230px;
  border-radius: 6px;
  border: solid 10px #eeeeee;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt {
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-right: 65px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.product .proList .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList .list ul li .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt .more:hover {
  color: #069d50;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList .list ul li:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.product .proList .list ul li:hover .tt .bt {
  color: #069d50;
}
.product .proList .list ul li:hover .tt .more {
  color: #069d50;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 104px;
}
.youshi .ysPic {
  width: 908px;
  height: 546px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 5px #eeeeee;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -248px;
}
.youshi .ysPic .bd {
  width: 898px;
  height: 536px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  z-index: 2;
}
.youshi .ysPic .bd ul li {
  width: 898px;
  height: 536px;
  overflow: hidden;
  position: relative;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .ysNum {
  line-height: 120px;
  font-family: Impact;
  color: #ffffff;
  font-size: 146px;
  z-index: 2;
  position: absolute;
  bottom: -80px;
  left: 180px;
}
.youshi .ysCont {
  padding-top: 10px;
  color: #ffffff;
  height: 586px;
}
.youshi .ysCont .ysTit i {
  display: block;
  text-transform: uppercase;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: -3px;
  font-size: 72px;
}
.youshi .ysCont .ysTit em {
  display: block;
  width: 44px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 18px;
}
.youshi .ysCont .ysTit span {
  display: block;
  margin-top: 25px;
  font-size: 30px;
  line-height: 1;
}
.youshi .ysCont .bd {
  width: 585px;
  overflow: hidden;
  margin-top: 115px;
  height: 244px;
}
.youshi .ysCont .bd ul li {
  height: 244px;
  padding-top: 28px;
  position: relative;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .tit {
  line-height: 1;
}
.youshi .ysCont .bd ul li .tit em {
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: bold;
  font-size: 78px;
  line-height: 52px;
}
.youshi .ysCont .bd ul li .tit span {
  line-height: 1;
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .tit span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 137px;
  height: 6px;
  position: relative;
  top: -2px;
  margin-left: 65px;
  background: url(../images/yslitit.png) center center no-repeat;
}
.youshi .ysCont .bd ul li .tit i {
  display: block;
  line-height: 10px;
  margin-top: 18px;
  font-family: Arial;
  font-size: 13px;
}
.youshi .ysCont .bd ul li .text {
  font-size: 15px;
  line-height: 30px;
  margin-top: 24px;
}
.youshi .ysCont .bd ul li:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .page {
  height: 30px;
  line-height: 30px;
}
.youshi .ysCont .page .prev {
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 16px;
  float: left;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  cursor: pointer;
}
.youshi .ysCont .page .prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 27px;
  height: 11px;
  background: url(../images/prol.png) center center no-repeat;
  margin-right: 12px;
}
.youshi .ysCont .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysCont .page .next {
  margin-left: 40px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 16px;
  float: left;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  cursor: pointer;
}
.youshi .ysCont .page .next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 12px;
  top: -2px;
  width: 27px;
  height: 11px;
  background: url(../images/pror.png) center center no-repeat;
}
.youshi .ysCont .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .hd {
  height: 132px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
}
.youshi .hd ul li {
  flex: 1;
  height: 132px;
  cursor: pointer;
  position: relative;
  padding-top: 46px;
  padding-left: 120px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li:before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
}
.youshi .hd ul li:first-child:before {
  display: none;
}
.youshi .hd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  width: 62px;
  height: 62px;
  background-color: #eeeeee;
  display: block;
  margin: auto;
  border-radius: 100%;
  position: absolute;
  left: 42px;
  top: 34px;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i:before,
.youshi .hd ul li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .hd ul li h4 {
  font-size: 18px;
  line-height: 1;
}
.youshi .hd ul li h5 {
  font-family: Arial;
  font-size: 11px;
  line-height: 10px;
  color: #333333;
  opacity: 0.6;
  margin-top: 14px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.youshi .hd ul li.on i {
  background: #069d50;
}
.youshi .hd ul li.on i:before,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.youshi .ysEn {
  position: absolute;
  width: 47px;
  height: 116px;
  background: url(../images/ysen.png) 0 0 no-repeat;
  right: -260px;
  top: 0;
}
.youshi .ysTip {
  position: absolute;
  z-index: 2;
  padding-left: 10px;
  bottom: 36px;
  width: 271px;
  background: url(../images/ystip.png) 0 bottom no-repeat;
  padding-bottom: 44px;
  height: 166px;
  right: -140px;
}
.youshi .ysTip .tip {
  font-weight: bold;
  font-size: 28px;
  line-height: 61px;
}
.case {
  padding: 70px 0 62px;
}
.case .caseTit::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTit .title {
  float: left;
}
.case .caseTit .moreLink {
  float: right;
  margin-top: 28px;
}
.case .caseList {
  float: left;
  width: 560px;
  margin-top: 48px;
}
.case .caseList ul li {
  height: 240px;
  position: relative;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li:first-child {
  margin-top: 0;
}
.case .caseList ul li .pic {
  display: block;
  float: left;
  width: 340px;
  height: 240px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  padding: 11px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .pic i {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.case .caseList ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont {
  float: right;
  width: 180px;
  padding-top: 42px;
}
.case .caseList ul li .cont .en {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 13px;
  color: #999999;
  line-height: 10px;
}
.case .caseList ul li .cont .bt {
  margin-top: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.case .caseList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .cont .line {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 24px;
  height: 2px;
  background-color: #04a76f;
  margin-top: 18px;
}
.case .caseList ul li .cont .more {
  display: block;
  margin-top: 52px;
  width: 84px;
  height: 36px;
  background-color: #f0f0f0;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
}
.case .caseList ul li:hover .pic {
  border-color: #069d50;
}
.case .caseList ul li:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseList ul li:hover .cont .bt {
  color: #069d50;
}
.case .caseList ul li:hover .cont .line {
  width: 50px;
}
.case .caseList ul li:hover .cont .more {
  background-color: #069d50;
  color: #fff;
}
.case .caseTabs {
  margin-top: 48px;
  width: 708px;
  float: right;
  border-bottom: solid 1px #e5e5e5;
  height: 510px;
  position: relative;
}
.case .caseTabs .bd {
  height: 368px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.case .caseTabs .bd ul li .item {
  padding: 29px 24px;
}
.case .caseTabs .bd ul li .item::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .bd ul li .item .pic {
  display: block;
  float: left;
  width: 455px;
  height: 310px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .cont {
  float: right;
  width: 175px;
  padding-top: 52px;
}
.case .caseTabs .bd ul li .item .cont .en {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 13px;
  color: #999999;
  line-height: 10px;
}
.case .caseTabs .bd ul li .item .cont .bt {
  margin-top: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.case .caseTabs .bd ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .item .cont .line {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 24px;
  height: 2px;
  background-color: #04a76f;
  margin-top: 18px;
}
.case .caseTabs .bd ul li .item .cont .more {
  display: block;
  margin-top: 62px;
  width: 84px;
  height: 36px;
  background-color: #ffffff;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
}
.case .caseTabs .bd ul li .item:hover .pic {
  border-color: #069d50;
}
.case .caseTabs .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseTabs .bd ul li .item:hover .cont .bt {
  color: #069d50;
}
.case .caseTabs .bd ul li .item:hover .cont .line {
  width: 50px;
}
.case .caseTabs .bd ul li .item:hover .cont .more {
  background-color: #069d50;
  color: #fff;
}
.case .caseTabs .page {
  position: absolute;
  z-index: 2;
  height: 48px;
  left: 185px;
  bottom: 50px;
}
.case .caseTabs .page .prev {
  float: left;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.case .caseTabs .page .prev:before {
  content: "<";
  display: block;
  width: 100%;
  height: 100%;
  font-family: simsun;
  font-size: 22px;
  font-weight: bold;
}
.case .caseTabs .page .prev.on,
.case .caseTabs .page .prev:hover {
  background: #069d50;
  box-shadow: 0 0 0 7px rgba(6, 157, 80, 0.2);
  color: #fff;
}
.case .caseTabs .page .next {
  float: left;
  margin-left: 56px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.case .caseTabs .page .next:before {
  content: ">";
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-family: simsun;
  font-size: 22px;
}
.case .caseTabs .page .next.on,
.case .caseTabs .page .next:hover {
  background: #069d50;
  box-shadow: 0 0 0 7px rgba(6, 157, 80, 0.2);
  color: #fff;
}
.case .caseTabs .hd {
  position: absolute;
  z-index: 2;
  bottom: 59px;
  right: 58px;
}
.case .caseTabs .hd ul {
  width: 146px;
  display: flex;
  justify-content: space-between;
}
.case .caseTabs .hd ul li {
  float: left;
  width: 15px;
  height: 15px;
  border: solid 1px #a0a0a0;
  position: relative;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd ul li:before {
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  border: solid 1px #aaaaaa;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd ul li:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 7px;
  width: 1px;
  height: 0;
  background-color: #04a76f;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd ul li.on {
  border-color: #069d50;
}
.case .caseTabs .hd ul li.on:before {
  border-color: #069d50;
  background-color: #069d50;
}
.case .caseTabs .hd ul li.on:after {
  height: 50px;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding-top: 82px;
  padding-bottom: 64px;
}
.about .aboutBox {
  height: 736px;
}
.about .aboutBox:before {
  content: "";
  position: absolute;
  top: 400px;
  left: 0;
  width: 389px;
  height: 1px;
  background-color: #eeeeee;
}
.about .number {
  position: absolute;
  top: 105px;
  left: 0;
}
.about .number:before {
  content: "";
  position: absolute;
  left: 389px;
  top: -105px;
  width: 1px;
  height: 462px;
  background-color: #eeeeee;
}
.about .number .t1 {
  width: 70px;
  height: 28px;
  background-color: #069d50;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.about .number .t2 {
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  margin-top: 10px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
}
.about .number .line {
  margin-top: 18px;
  width: 1px;
  height: 78px;
  background-color: #069d50;
}
.about .number .t3 {
  font-size: 74px;
  margin-top: 4px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  line-height: 50px;
  color: #069d50;
  font-weight: bold;
}
.about .aboutText {
  position: relative;
  margin-left: 450px;
  width: 850px;
  padding-top: 56px;
}
.about .aboutText .aboutTit::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .aboutTit .title {
  float: left;
}
.about .aboutText .aboutTit .moreLink {
  float: right;
  margin-top: 28px;
  width: 150px;
  height: 48px;
  background-color: #069d50;
  color: #fff;
}
.about .aboutText .aboutTit .moreLink:after {
  background: url(../images/ar1h.png) 0 0 no-repeat !important;
  filter: grayscale(0) brightness(1);
}
.about .aboutText .tit {
  margin-left: 6px;
  margin-top: 70px;
}
.about .aboutText .tit span {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}
.about .aboutText .tit i {
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  color: #999999;
  line-height: 12px;
}
.about .aboutText .text {
  margin-left: 6px;
  margin-top: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 16px;
  color: #666666;
}
.about .aboutPic {
  margin-top: 60px;
  margin-left: 336px;
}
.about .aboutPic .pic {
  width: 962px;
  height: 270px;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 10px 15px -10px rgba(6, 157, 80, 0.5);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.about .honor {
  display: block;
  position: absolute;
  width: 302px;
  height: 228px;
  background: url(../images/honorbg.png) 0 center no-repeat;
  padding: 25px;
  left: 0;
  top: 504px;
}
.about .honor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .honor:hover {
  box-shadow: 0 10px 15px -10px rgba(6, 157, 80, 0.5);
}
.showTabs {
  margin-top: 40px;
  padding-bottom: 51px;
}
.showTabs:before {
  content: "";
  height: 51px;
  width: 1365px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -683px;
  background: url(../images/showbg.png) center 0 no-repeat;
}
.showTabs .hd {
  float: left;
  width: 210px;
  height: 288px;
  background-color: #069d50;
  padding: 42px 0 0 26px;
}
.showTabs .hd ul li {
  margin-top: 20px;
}
.showTabs .hd ul li:first-child {
  margin-top: 0;
}
.showTabs .hd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-left: 30px;
  border-radius: 30px 0 0 30px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
}
.showTabs .hd ul li a:before {
  content: "●";
  display: inline-block;
  margin-right: 20px;
}
.showTabs .hd ul li.on a,
.showTabs .hd ul li:hover a {
  background-size: 100% 100%;
  background-color: #fff;
  color: #069d50;
}
.showTabs .hd ul li.on a i,
.showTabs .hd ul li:hover a i {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.showTabs .hd ul li.on a em,
.showTabs .hd ul li:hover a em {
  color: #49a065;
}
.showTabs .hd ul li.on a .cn,
.showTabs .hd ul li:hover a .cn {
  color: #ffffff;
}
.showTabs .hd ul li.on a .en,
.showTabs .hd ul li:hover a .en {
  color: #ffffff;
}
.showTabs .showBd {
  float: right;
  padding-top: 15px;
  width: 1052px;
}
.showTabs .showList {
  position: relative;
}
.showTabs .showList .bd {
  overflow: hidden;
  height: 286px;
}
.showTabs .showList .bd ul {
  margin-right: -40px;
}
.showTabs .showList .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showTabs .showList .bd ul li {
  float: left;
  width: 324px;
  margin-right: 40px;
}
.showTabs .showList .bd ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 232px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.showTabs .showList .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.showTabs .showList .bd ul li .item:hover .bt {
  color: #069d50;
}
.showTabs .showList:nth-child(3) .bd ul li .item .pic img {
  object-fit: contain;
}
.showTabs .showList .prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hjl.png) center center no-repeat;
}
.showTabs .showList .prev:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.showTabs .showList .next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  right: -70px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hjr.png) center center no-repeat;
}
.showTabs .showList .next:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.message {
  padding: 48px 0;
  background: url(../images/lybg.jpg) center 0 no-repeat;
}
.message .lyBox {
  width: 1200px;
  height: 284px;
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  padding: 52px 45px 0;
  overflow: hidden;
}
.message .lyBox .lyTit {
  text-align: center;
  line-height: 1;
}
.message .lyBox .lyTit h3 {
  font-weight: bold;
  font-size: 30px;
}
.message .lyBox .lyTit h3 span {
  color: #069d50;
}
.message .lyBox .lyTit .line {
  width: 50px;
  height: 3px;
  background-color: #04a76f;
  margin: 12px auto 0;
}
.message .lyBox .lyTit h4 {
  font-size: 16px;
  color: #333333;
  opacity: 0.6;
  margin-top: 10px;
}
.message .formbox {
  margin-top: 34px;
}
.message .formbox input {
  float: left;
  display: block;
  width: 264px;
  height: 46px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  line-height: 44px;
  background: none;
  font-weight: normal;
  color: #333;
  position: relative;
  padding-left: 22px;
  padding-right: 10px;
  font-size: 15px;
  margin-right: 18px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.codeText {
  margin-right: 0;
}
.message .formbox input::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 15px;
  opacity: 1;
}
.message .formbox input::-moz-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 15px;
  opacity: 1;
}
.message .formbox input:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 15px;
  opacity: 1;
}
.message .formbox input:focus,
.message .formbox input:active {
  border-color: #069d50;
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox input:focus::-moz-placeholder,
.message .formbox input:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox input:focus:-ms-input-placeholder,
.message .formbox input:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  position: relative;
  display: block;
  float: left;
}
.message .formbox .code .imgCode {
  position: absolute;
  right: 6px;
  top: 5px;
  width: 92px;
  height: 36px;
  border: none;
  display: block;
  z-index: 2;
}
.message .formbox .submitform {
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin-left: -67px;
  display: block;
  width: 114px;
  height: 114px;
  background-color: #069d50;
  border-radius: 100%;
  line-height: 70px;
  padding-bottom: 44px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #069d50;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.message .formbox .submitform:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.news {
  padding-top: 80px;
  position: relative;
  padding-bottom: 60px;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 16px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.news .newsTab ul:before {
  content: "";
  display: block;
  width: 310px;
  position: absolute;
  right: -310px;
  bottom: -1px;
  height: 1px;
  background-color: #e5e5e5;
}
.news .newsTab ul li {
  display: block;
  margin-left: 38px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  width: 186px;
  height: 70px;
  line-height: 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 70px;
  overflow: hidden;
  margin-right: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #069d50;
  color: #fff;
  border-color: #069d50;
}
.news .newsTab ul li:hover a:before,
.news .newsTab ul li.on a:before {
  background-color: #069d50;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin: 42px -20px 0;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  margin: 20px 20px 0;
}
.news .newsList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsT::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsT .one {
  float: left;
  width: 432px;
  height: 420px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 12px 14px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsT .one .pic {
  display: block;
  width: 100%;
  height: 248px;
  overflow: hidden;
}
.news .newsList .newsT .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsT .one .cont {
  height: 160px;
  padding-top: 12px;
  margin: 0 8px;
  position: relative;
}
.news .newsList .newsT .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsT .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .newsT .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  margin-top: 8px;
  line-height: 24px;
  height: 24px;
}
.news .newsList .newsT .one .cont .date {
  border-top: solid 1px #e5e5e5;
  margin-top: 22px;
  line-height: 58px;
  color: #999999;
  font-family: Arial;
  font-size: 15px;
}
.news .newsList .newsT .one .cont .more {
  display: block;
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 0;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 58px;
}
.news .newsList .newsT .one .cont .more i {
  font-weight: bold;
}
.news .newsList .newsT .one .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #069d50;
}
.news .newsList .newsT .one:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}
.news .newsList .newsT .one:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.news .newsList .newsT .one:hover .cont .bt {
  color: #069d50;
}
.news .newsList .newsT .one:hover .cont .more {
  color: #069d50;
}
.news .newsList .list1 {
  float: right;
  width: 834px;
}
.news .newsList .list1 ul {
  margin-right: -34px;
  margin-top: -40px;
}
.news .newsList .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  float: left;
  width: 400px;
  height: 190px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-right: 34px;
  margin-top: 40px;
  padding: 24px 24px 0 100px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .date {
  position: absolute;
  left: 20px;
  top: 68px;
  font-family: Arial;
  color: #999999;
  line-height: 12px;
}
.news .newsList .list1 ul li .date i {
  line-height: 34px;
  font-size: 46px;
  color: #333333;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .date span {
  display: block;
  margin-top: 14px;
  line-height: 10px;
}
.news .newsList .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 4px;
}
.news .newsList .list1 ul li .more {
  border-top: solid 1px #e5e5e5;
  display: block;
  margin-top: 16px;
  line-height: 48px;
  text-align: right;
  padding-right: 5px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
}
.news .newsList .list1 ul li .more i {
  font-weight: bold;
}
.news .newsList .list1 ul li:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}
.news .newsList .list1 ul li:hover .date i {
  color: #069d50;
}
.news .newsList .list1 ul li:hover .bt {
  color: #069d50;
}
.news .newsList .list1 ul li:hover .more {
  color: #069d50;
}
.news .newsList .list2 {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}
.news .newsList .list2:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 1px;
  background-color: #e5e5e5;
  width: 100%;
  left: 0;
  top: 119px;
}
.news .newsList .list2:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 1px;
  background-color: #e5e5e5;
  width: 100%;
  left: 0;
  top: 239px;
}
.news .newsList .list2 ul {
  margin-right: -80px;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  margin-right: 80px;
  float: left;
  width: 380px;
  height: 120px;
  padding-top: 42px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  background: #069d50;
  width: 100%;
  height: 1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list2 ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .date {
  font-family: Arial;
  font-size: 15px;
  color: #999999;
  line-height: 12px;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 64px;
  line-height: 64px;
  padding-right: 30px;
  position: relative;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: url(../images/newsar.png) center center no-repeat;
  filter: grayscale(100) brightness(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 100%;
  background: url(../images/newsli.png) center center no-repeat;
  filter: grayscale(100) brightness(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li:hover .bt {
  color: #069d50;
}
.news .newsList .list2 ul li:hover .bt:after {
  filter: grayscale(0) brightness(1);
}
.news .newsList .list2 ul li:hover .bt:before {
  filter: grayscale(0) brightness(1);
}
.links {
  padding: 58px 0;
  background-color: #e9f5f1;
}
.links .linksBox {
  display: flex;
  z-index: 1;
}
.links .linksBox .tit {
  float: left;
  position: relative;
  font-size: 50px;
  line-height: 34px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
}
.links .linksBox .tit::first-letter {
  color: #069d50;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  overflow: hidden;
  line-height: 34px;
  width: 1160px;
  padding-top: 6px;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-left: 40px;
}
.links .linksBox .list a:hover {
  color: #069d50;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inContact {
  background-color: #f9f9f9;
}
.inContact .lxList ul {
  display: flex;
  justify-content: space-between;
}
.inContact .lxList ul li {
  flex: 1;
  height: 128px;
  background-image: linear-gradient(90deg, #f9f9f9 0%, #f0f0f0 100%);
  position: relative;
  padding-top: 36px;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inContact .lxList ul li i {
  display: inline-block;
  vertical-align: top;
  height: 55px;
  width: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inContact .lxList ul li i.ico1 {
  background: url(../images/lxico1.png) center center no-repeat;
}
.inContact .lxList ul li i.ico2 {
  background: url(../images/lxico2.png) center center no-repeat;
}
.inContact .lxList ul li i.ico3 {
  background: url(../images/lxico3.png) center center no-repeat;
}
.inContact .lxList ul li i.ico4 {
  background: url(../images/lxico4.png) center center no-repeat;
}
.inContact .lxList ul li .text {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  text-align: left;
  margin-left: 28px;
}
.inContact .lxList ul li .text h4 {
  line-height: 1;
  font-size: 16px;
}
.inContact .lxList ul li .text p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.inContact .lxList ul li:hover,
.inContact .lxList ul li.on {
  background: #069d50;
  color: #fff;
}
.inContact .lxList ul li:hover i.ico1,
.inContact .lxList ul li.on i.ico1 {
  background: url(../images/lxico1h.png) center center no-repeat;
}
.inContact .lxList ul li:hover i.ico2,
.inContact .lxList ul li.on i.ico2 {
  background: url(../images/lxico2h.png) center center no-repeat;
}
.inContact .lxList ul li:hover i.ico3,
.inContact .lxList ul li.on i.ico3 {
  background: url(../images/lxico3h.png) center center no-repeat;
}
.inContact .lxList ul li:hover i.ico4,
.inContact .lxList ul li.on i.ico4 {
  background: url(../images/lxico4h.png) center center no-repeat;
}
