﻿@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;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.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;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  height: 845px;
}
.banner .slider {
  width: 100%;
  height: 845px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider .bd {
  height: 845px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  position: relative;
}
.banner .slider .slider-main {
  height: 845px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.banner .slider .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .slider .slider-btn .slider-btn-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;
}
.banner .slider .slider-btn .slider-btn-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;
}
.banner .slider:hover .slider-btn-prev {
  left: 8%;
}
.banner .slider:hover .slider-btn-next {
  right: 3%;
}
.banner .slider-nav {
  position: absolute;
  z-index: 23;
  width: 100%;
  left: 0;
  bottom: 50px;
  text-align: center;
  font-size: 0;
}
.banner .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: solid 1px #54b446;
  border-radius: 50%;
  margin: 0 14px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .slider-nav li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #54b446;
  left: 3px;
  top: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .slider-nav li.active {
  border-color: #54b446;
}
.banner .slider-nav li.active:before {
  opacity: 1;
}
.mbanbar {
  width: 138px;
  height: 804px;
  background-color: #ffffff;
  position: absolute;
  z-index: 3;
  left: 5.2%;
  top: 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1432px) {
  .mbanbar {
    left: 50%;
    margin-left: -640px;
  }
}
.mbanbar .logo {
  padding: 0;
  margin: 0;
  margin-top: 22px;
}
.mbanbar .logo a img {
  display: block;
  margin: auto;
  width: 92px;
  height: 136px;
  object-fit: contain;
}
.mbanbar .slogan {
  height: 502px;
  margin-top: 50px;
}
.mbanbar .slogan span {
  display: block;
  width: 16px;
  margin: auto;
  font-size: 16px;
  line-height: 18px;
  color: #444444;
  text-align: right;
  word-wrap: break-word;
}
.mbanbar .xpBox {
  position: relative;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin: auto;
  background: url(../images/xunpan.png) center center no-repeat;
  background-color: #54b446;
}
.mbanbar .xpBox .xunpan {
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  width: 182px;
  height: 48px;
  background-color: #54b446;
  border-radius: 24px;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.mbanbar .xpBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #54b446;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(84, 180, 70, 0.15);
}
.mbanbar .xpBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #54b446;
}
.mbanbar .xpBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.mbanbar .xpBox:hover .xunpan {
  visibility: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.title {
  line-height: 1;
}
.title span {
  display: block;
  font-size: 32px;
}
.title i {
  display: block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  margin-top: 18px;
  line-height: 14px;
  color: #c0c0c0;
}
.moreLink {
  display: block;
  padding-top: 12px;
  line-height: 12px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  height: 24px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  border: solid 8px #54b446;
  border-radius: 14px;
  position: relative;
  top: -2px;
}
.moreLink:hover {
  color: #54b446;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
}
.product {
  padding: 80px 0 90px;
  background: #f7fbf7 url(../images/probg.jpg) center bottom no-repeat;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav .title {
  float: left;
}
.product .proNav .moreLink {
  float: right;
  margin-top: 10px;
}
.product .proNav ul {
  margin-top: 10px;
  float: right;
}
.product .proNav ul li {
  float: left;
  margin-right: 75px;
}
.product .proNav ul li a {
  display: block;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  height: 34px;
  line-height: 34px;
}
.product .proNav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
  height: 1px;
  background-color: #999999;
}
.product .proNav ul li a:hover {
  color: #54b446;
}
.product .proNav ul li a:hover:before {
  width: 100%;
  left: 0;
  background-color: #54b446;
}
.product .proBox {
  margin-top: 40px;
}
.product .proBox .tip {
  float: left;
  width: 400px;
  height: 526px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 6px #f0f0f0;
}
.product .proBox .tip .tit {
  margin: 0 35px;
  height: 101px;
  line-height: 100px;
  border-bottom: 1px solid #ebebeb;
}
.product .proBox .tip .tit span {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #54b446;
  padding-left: 56px;
  background: url(../images/proico.png) 0 center no-repeat;
}
.product .proBox .tip .tit i {
  text-transform: uppercase;
  float: right;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  color: #e0e0e0;
}
.product .proBox .tip .box {
  position: relative;
  margin-top: 36px;
  height: 374px;
}
.product .proBox .tip .box i {
  display: block;
  width: 364px;
  height: 420px;
  background: url(../images/proimg.png) 0 center no-repeat;
  position: absolute;
  top: 0;
  left: -70px;
}
.product .proBox .proTabs {
  float: right;
  position: relative;
  width: 834px;
  height: 526px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  padding: 9px;
}
.product .proBox .proTabs .bd {
  overflow: hidden;
  height: 506px;
  width: 814px;
}
.product .proBox .proTabs .bd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proTabs .bd ul li .pic {
  display: block;
  width: 654px;
  height: 506px;
  float: left;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proTabs .bd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proTabs .bd ul li .bt {
  float: right;
  width: 150px;
  line-height: 150px;
  overflow: hidden;
  font-size: 16px;
  height: 250px;
  padding-top: 38px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.product .proBox .proTabs .bd ul li .bt:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  background-color: #54b446;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 32px;
}
.product .proBox .proTabs .bd ul 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);
}
.product .proBox .proTabs .bd ul li:hover .bt {
  color: #54b446;
}
.product .proBox .proTabs .hd {
  position: absolute;
  top: 302px;
  right: 76px;
  z-index: 2;
}
.product .proBox .proTabs .hd ul li {
  width: 10px;
  height: 10px;
  border: solid 1px #b2b2b2;
  border-radius: 100%;
  margin-top: 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proTabs .hd ul li:first-child {
  margin-top: 0;
}
.product .proBox .proTabs .hd ul li.on {
  background: #54b446;
  border-color: #54b446;
}
.product .proBox .proTabs .next {
  position: absolute;
  z-index: 2;
  right: 60px;
  top: 433px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: #54b446 url(../images/proar.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proTabs .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product .list {
  width: 89.6%;
  min-width: 1280px;
  margin: auto;
}
.product .list ul {
  margin: 0 -13px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  margin-top: 30px;
  width: 25%;
  padding: 0 13px;
}
.product .list ul li .item {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  padding: 9px 9px 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 74%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item: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 .list ul li .item .tt {
  position: relative;
  padding-right: 155px;
  height: 78px;
  line-height: 78px;
  padding-left: 5px;
}
.product .list ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list ul li .item .tt .more {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  width: 100px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #d1d1d1;
  text-align: center;
  line-height: 32px;
  color: #c0c0c0;
  font-family: 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .tt .more:after {
  content: "》";
  font-weight: bold;
  font-family: simsun;
  margin-left: 12px;
}
.product .list ul li .item .tt .zxLink {
  position: absolute;
  right: 110px;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  border: solid 1px #d1d1d1;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .tt .zxLink:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/prozxico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.product .list ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .list ul li .item:hover .bt {
  color: #54b446;
}
.product .list ul li .item:hover .more {
  border-color: #54b446;
  color: #54b446;
}
.product .list ul li .item:hover .zxLink {
  border-color: #54b446;
  color: #54b446;
}
.product .list ul li .item:hover .zxLink:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media screen and (max-width: 1500px) {
  .product .list ul li .item .tt {
    padding-right: 110px;
  }
  .product .list ul li .item .tt .zxLink {
    display: none;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 870px;
}
.youshi .ysBox .title:after {
  content: "";
  display: block;
  width: 132px;
  height: 4px;
  background-color: #54b446;
  margin-top: 22px;
}
.youshi .ysBox .ysPic {
  position: relative;
  width: 600px;
  height: 870px;
  background-color: #fbbf2e;
  float: left;
}
.youshi .ysBox .ysPic .pic {
  width: 920px;
  height: 870px;
  overflow: hidden;
  border-radius: 0px 200px 0px 0px;
  position: absolute;
  right: 0;
  top: 0;
}
.youshi .ysBox .ysPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysPic .pic:hover img {
  -webkit-transform: scale(1.04) rotate(0);
  -moz-transform: scale(1.04) rotate(0);
  -o-transform: scale(1.04) rotate(0);
  transform: scale(1.04) rotate(0);
}
.youshi .ysBox .ysR {
  float: right;
  width: 675px;
  height: 870px;
  padding-top: 85px;
  margin-right: -80px;
}
.youshi .ysBox .ysR .ysCont {
  padding-right: 80px;
}
.youshi .ysBox .ysR .ysCont .bd {
  overflow: hidden;
  margin: 15px -20px 0;
}
.youshi .ysBox .ysR .ysCont .bd ul li {
  padding: 20px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item {
  margin-top: 40px;
  padding: 35px 40px 0;
  height: 180px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item:first-child {
  margin-top: 0;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 {
  line-height: 32px;
  font-weight: bold;
  font-size: 17px;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i {
  width: 26px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-right: 18px;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i:before,
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 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 .ysBox .ysR .ysCont .bd ul li .item h4 i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico5:before {
  background: url(../images/ysico5.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico5:after {
  background: url(../images/ysico5h.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico6:before {
  background: url(../images/ysico6.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item h4 i.ico6:after {
  background: url(../images/ysico6h.png) center center no-repeat;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 18px;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item.on {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.youshi .ysBox .ysR .ysCont .bd ul li .item.on h4 i:before,
.youshi .ysBox .ysR .ysCont .bd ul li .item.on h4 i:after {
  top: -100%;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item:hover {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.youshi .ysBox .ysR .ysCont .bd ul li .item:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysBox .ysR .ysCont .bd ul li .item:hover h4 i:before,
.youshi .ysBox .ysR .ysCont .bd ul li .item:hover h4 i:after {
  top: -100%;
}
.youshi .ysBox .ysR .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysBox .ysR .ysCont .ysPage {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 112px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.youshi .ysBox .ysR .ysCont .ysPage .num1 {
  display: inline-block;
  vertical-align: top;
  font-size: 66px;
  line-height: 46px;
  color: #54b446;
}
.youshi .ysBox .ysR .ysCont .ysPage .num2 {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 20px;
  color: #666666;
  padding-left: 25px;
  background: url(../images/yspage.png) 0 0 no-repeat;
  padding-top: 62px;
}
.youshi .ysBox .ysR .ysCont .next {
  position: absolute;
  z-index: 2;
  right: -100px;
  top: 50%;
  margin-top: 50px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: #54b446 url(../images/proar.png) center center no-repeat;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysR .ysCont .next:hover {
  background-color: #fbbf2e;
}
.youshi .ysBox .ysR .ysCont:hover .next {
  opacity: 1;
  filter: alpha(opacity=100);
}
.youshi .ysBox .ysR .ysCont:hover .next:hover {
  background-color: #fbbf2e;
}
.youshi .ysBox .ysimg {
  position: absolute;
  background: url(../images/ysimg.png) 0 center no-repeat;
  width: 231px;
  height: 374px;
  right: -299px;
  top: 403px;
}
.liyou {
  background: url(../images/lybg.jpg) center 0 no-repeat;
  padding-top: 106px;
}
.liyou .lyTit .title {
  padding-top: 20px;
  float: left;
}
.liyou .lyTit .telT {
  float: right;
}
.liyou .lyTit .telT .tel {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #444444;
  top: 3px;
}
.liyou .lyTit .telT .tel:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-right: 32px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.liyou .lyTit .telT .tel:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #54b446;
  left: 55px;
  top: -1px;
}
.liyou .lyTit .telT .tel i {
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  vertical-align: top;
}
.liyou .lyTit .telT .zxLink {
  width: 160px;
  height: 46px;
  background-color: #fbbf2e;
  border-radius: 23px;
  margin-left: 28px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #54b446, #54b446);
  background-image: linear-gradient(to right, #54b446, #54b446);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.liyou .lyTit .telT .zxLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(84, 180, 70, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.liyou .lyTit .yaEn {
  position: absolute;
  top: 20px;
  left: -140px;
  width: 28px;
  height: 463px;
  background: url(../images/ysen.png) 0 center no-repeat;
}
.liyou .lyBox {
  margin-top: 70px;
  height: 612px;
}
.liyou .lyBox .lyCont {
  float: left;
  width: 548px;
}
.liyou .lyBox .lyCont .bd {
  width: 548px;
  height: 350px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.liyou .lyBox .lyCont .bd ul li .item {
  padding: 40px 40px 0;
  height: 350px;
}
.liyou .lyBox .lyCont .bd ul li .item h4 {
  height: 58px;
  line-height: 58px;
  color: #54b446;
  font-weight: bold;
  font-size: 20px;
}
.liyou .lyBox .lyCont .bd ul li .item h4 i {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  border: solid 2px #54b446;
  text-align: center;
  line-height: 54px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  margin-right: 20px;
  font-weight: bold;
}
.liyou .lyBox .lyCont .bd ul li .item .line {
  width: 55px;
  height: 8px;
  background-color: #fbbf2e;
  margin-top: 16px;
}
.liyou .lyBox .lyCont .bd ul li .item .text {
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  margin-top: 32px;
}
.liyou .lyBox .lyCont .bd .bline {
  height: 8px;
  background-color: #54b446;
  border-radius: 4px;
  bottom: 36px;
  width: 508px;
  left: 20px;
  position: absolute;
  z-index: 2;
}
.liyou .lyBox .lyCont .bd:before {
  content: "";
  display: block;
  position: absolute;
  width: 96px;
  height: 1px;
  background-color: #e5e5e5;
  right: 25px;
  top: 47px;
}
.liyou .lyBox .lyCont .bd:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 96px;
  background-color: #e5e5e5;
  right: 40px;
  top: 20px;
}
.liyou .lyBox .lyCont .hd {
  text-align: center;
  margin-top: 124px;
  height: 37px;
}
.liyou .lyBox .lyCont .hd ul {
  display: inline-block;
  line-height: 37px;
}
.liyou .lyBox .lyCont .hd ul li {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 18px;
  height: 18px;
  border: solid 2px #54b446;
  border-radius: 100%;
  margin-right: 45px;
  cursor: pointer;
}
.liyou .lyBox .lyCont .hd ul li.on {
  background: #fbbf2e;
  border-color: #fbbf2e;
}
.liyou .lyBox .lyCont .hd .next {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  color: #54b446;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.liyou .lyBox .lyCont .hd .next:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 37px;
  margin-left: 24px;
  background: url(../images/lyr.png) center center no-repeat;
}
.liyou .lyBox .lyCont .hd .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.liyou .lyBox .ysImg {
  float: right;
  width: 800px;
  height: 480px;
  margin-top: 38px;
  margin-right: -170px;
  background: url(../images/lyimg.png) 0 center no-repeat;
}
.case {
  padding: 80px 0;
  background: url(../images/casebg.jpg) center bottom no-repeat;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox {
  margin-top: 20px;
}
.case .caseBox .list {
  float: left;
  width: 946px;
  height: 652px;
}
.case .caseBox .list ul {
  margin-right: -16px;
}
.case .caseBox .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .list ul li {
  float: left;
  width: 386px;
  height: 276px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 16px;
  position: relative;
  margin-bottom: 16px;
}
.case .caseBox .list ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .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;
}
.case .caseBox .list ul 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);
}
.case .caseBox .list ul li .bt {
  display: block;
  position: absolute;
  width: 360px;
  height: 360px;
  right: 318px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li .bt span {
  display: block;
  position: absolute;
  right: 0;
  height: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  line-height: 80px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.case .caseBox .list ul li:hover .bt {
  background: rgba(84, 180, 70, 0.9);
  color: #fff;
}
.case .caseBox .list ul li:nth-child(1) {
  top: 84px;
}
.case .caseBox .list ul li:nth-child(2) {
  width: 544px;
  height: 360px;
}
.case .caseBox .list ul li:nth-child(2) .bt {
  left: 420px;
  width: 390px;
  height: 390px;
}
.case .caseBox .list ul li:nth-child(2) .bt span {
  width: 110px;
  line-height: 110px;
  left: 20px;
  height: 240px;
}
.case .caseBox .list ul li:nth-child(3) {
  margin-left: 156px;
}
.case .caseBox .tip {
  float: right;
  width: 320px;
  height: 652px;
}
.case .caseBox .tip .pic {
  width: 320px;
  height: 458px;
  border-radius: 6px;
  overflow: hidden;
}
.case .caseBox .tip .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .tip .t1 {
  margin-top: 55px;
  margin-left: 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.case .caseBox .tip .line {
  width: 23px;
  height: 23px;
  margin-top: 16px;
  background: url(../images/caseline.png) 0 center no-repeat;
  margin-left: 30px;
}
.case .caseBox .tip .t2 {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  margin-left: 30px;
  margin-top: 16px;
}
.case .caseBox .tip: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);
}
.about {
  background: url(../images/aboutbg.jpg) center bottom repeat;
  background-color: #f5faf5;
  padding: 80px 0;
}
.about .aboutBox {
  height: 535px;
  margin-top: 40px;
}
.about .aboutBox:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 494px;
  background-color: #54b446;
  opacity: 0.3;
  top: 93px;
  right: -105px;
}
.about .aboutPic {
  float: left;
  width: 535px;
  height: 535px;
  margin-left: -162px;
  position: relative;
}
.about .aboutPic .pic {
  overflow: hidden;
  width: 535px;
  height: 535px;
  background-color: #fff;
  border: solid 10px #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 515px;
  height: 515px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1) translate(0 0);
}
.about .aboutPic .pic:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 20px -5px rgba(255, 255, 255, 0.4);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutPic .img {
  overflow: hidden;
  width: 374px;
  height: 374px;
  background-color: #fff;
  border: solid 10px #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 422px;
  top: 185px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .img img {
  display: block;
  width: 515px;
  height: 515px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1) translate(0 0);
}
.about .aboutPic .img:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 20px -5px rgba(255, 255, 255, 0.4);
}
.about .aboutPic .img:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutText {
  float: right;
  width: 585px;
  padding-top: 4px;
  text-align: right;
}
.about .aboutText .tit h4 {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  letter-spacing: 4px;
  z-index: 1;
}
.about .aboutText .tit h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #54b446;
  border-radius: 8px;
  right: 0;
  top: 0;
  z-index: -1;
}
.about .aboutText .tit h4 span {
  color: #fff;
}
.about .aboutText .tit h5 {
  margin-top: 22px;
  line-height: 10px;
  font-size: 14px;
  color: #54b446;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
}
.about .aboutText .tit .line {
  margin-top: 38px;
  padding-right: 130px;
  font-size: 0;
  position: relative;
}
.about .aboutText .tit .line:before {
  content: "";
  width: 23px;
  height: 7px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  background-color: #fbbf2e;
}
.about .aboutText .tit .line:after {
  content: "";
  display: block;
  position: absolute;
  width: 351px;
  height: 1px;
  background-color: #54b446;
  opacity: 0.3;
  top: 3px;
  right: -220px;
}
.about .aboutText .text {
  margin-top: 30px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  color: #666666;
}
.about .aboutText .honor {
  margin-top: 80px;
  margin-left: 335px;
  display: block;
  width: 250px;
  height: 174px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor img {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: contain;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor:hover {
  box-shadow: 0 10px 20px -5px rgba(84, 180, 70, 0.5);
}
.about .telT {
  position: absolute;
  z-index: 2;
  top: 406px;
  left: 665px;
}
.about .telT .tel {
  color: #fff;
  line-height: 20px;
}
.about .telT .tel em {
  display: block;
}
.about .telT .tel em:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-right: 20px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel2.png) center center no-repeat;
}
.about .telT .tel em:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 20px;
  width: 42px;
  height: 1px;
  background-color: #ffffff;
}
.about .telT .tel span {
  display: block;
  margin-top: 12px;
  line-height: 20px;
}
.about .telT .tel span b {
  vertical-align: top;
  font-size: 26px;
  font-family: Arial;
}
.about .telT .zxLink {
  margin-top: 30px;
  width: 160px;
  height: 46px;
  background-color: #fbbf2e;
  border-radius: 30px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .telT .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
  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;
}
.about .telT .zxLink:hover {
  background-color: transparent;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.about .telT .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.shili {
  padding-bottom: 80px;
}
.shili .ysTit {
  height: 263px;
  padding-top: 97px;
  line-height: 1;
}
.shili .ysTit h3 {
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
.shili .ysTit h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 278px;
  height: 1px;
  background-color: #54b446;
  opacity: 0.3;
  left: -220px;
  top: 49px;
}
.shili .ysTit h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 270px;
  background-color: #54b446;
  opacity: 0.3;
  left: -106px;
  top: 0;
}
.shili .ysTit h4 {
  font-size: 16px;
  margin-top: 48px;
  padding-left: 43px;
  color: #666666;
  background: url(../images/yico.png) 0 center no-repeat;
}
.shili .slBox {
  height: 678px;
}
.shili .slBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.shili .slBox ul li {
  float: left;
  line-height: 1;
  height: 282px;
  width: 300px;
}
.shili .slBox ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shili .slBox ul li.num {
  color: #fff;
  padding: 80px 0 0 78px;
}
.shili .slBox ul li.num h4 {
  font-size: 16px;
}
.shili .slBox ul li.num h4 i {
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  vertical-align: bottom;
  font-size: 72px;
  line-height: 50px;
  margin-right: 5px;
}
.shili .slBox ul li.num .line {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 28px;
}
.shili .slBox ul li.num p {
  line-height: 1;
  font-size: 18px;
  margin-top: 30px;
}
.shili .slBox ul li.li1 {
  background: #54b446;
  border-radius: 100px 0px 0px 0px;
}
.shili .slBox ul li.li2 {
  width: 304px;
}
.shili .slBox ul li.li3 {
  background: #fbbf2e;
  padding-left: 40px;
  margin-top: 396px;
}
.shili .slBox ul li.li4 {
  margin-top: 396px;
  border-radius: 0px 0px 100px 0px;
}
.shili .slBox ul li.li {
  padding-top: 90px;
  text-align: center;
  background-color: #f1fcf0;
}
.shili .slBox ul li.li h4 {
  font-weight: bold;
  font-size: 28px;
}
.shili .slBox ul li.li .line {
  margin: 25px auto;
  width: 30px;
  height: 4px;
  background-color: #54b446;
}
.shili .slBox ul li.li p {
  font-size: 16px;
  color: #666666;
  margin-top: 32px;
}
.shili .slBox ul li:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.shili .slBox ul li:hover .line {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.shili .slBox ul li:hover p {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.shili .slBox .pic {
  overflow: hidden;
  position: absolute;
}
.shili .slBox .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shili .slBox .pic:hover img {
  -webkit-transform: scale(1.04) rotate(0);
  -moz-transform: scale(1.04) rotate(0);
  -o-transform: scale(1.04) rotate(0);
  transform: scale(1.04) rotate(0);
}
.shili .slBox .pic1 {
  width: 996px;
  height: 659px;
  left: 604px;
  top: -263px;
}
.shili .slBox .pic2 {
  width: 604px;
  height: 396px;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 40px;
  left: 0;
  top: 282px;
}
.news {
  padding: 80px 0;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsBox {
  z-index: 1;
}
.news .newsTab {
  position: relative;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 760px;
  height: 1px;
  background-color: #54b446;
  top: 60px;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab .moreLink {
  float: right;
  margin-top: 10px;
  margin-left: 78px;
}
.news .newsTab ul {
  float: right;
}
.news .newsTab ul:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fbbf2e;
  width: 28px;
  right: 760px;
  height: 7px;
  border-radius: 4px;
  top: 57px;
}
.news .newsTab ul li {
  float: left;
  position: relative;
  margin-left: 89px;
}
.news .newsTab ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 1px;
  height: 20px;
  background-color: #54b446;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li:first-child:before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  font-size: 18px;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 54px;
  overflow: hidden;
  margin: auto;
  margin-right: 12px;
}
.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 {
  color: #54b446;
  font-weight: bold;
}
.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-top: 70px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one {
  float: left;
  position: relative;
  z-index: 1;
  padding: 46px 39px 0;
  width: 588px;
  overflow: hidden;
  border-radius: 8px;
}
.news .newsList .one:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -2;
}
.news .newsList .one:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 210px;
  background-color: #54b446;
  z-index: -1;
  left: 0;
  top: 0;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .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;
}
.news .newsList .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);
}
.news .newsList .one .cont {
  position: relative;
  padding-left: 100px;
  height: 180px;
  padding-top: 40px;
}
.news .newsList .one .cont .date {
  position: absolute;
  left: 0;
  top: 40px;
  font-family: 'Times New Roman', Times, serif;
  color: #54b446;
  text-align: center;
}
.news .newsList .one .cont .date i {
  font-weight: bold;
  font-size: 60px;
  line-height: 42px;
  display: block;
}
.news .newsList .one .cont .date span {
  font-size: 16px;
  line-height: 12px;
  margin-top: 18px;
  display: block;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #888888;
  margin-top: 8px;
}
.news .newsList .one .cont .more {
  display: block;
  width: 22px;
  height: 19px;
  margin-top: 22px;
  background: url(../images/newsar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one:hover .cont .bt {
  color: #54b446;
}
.news .newsList .list {
  float: right;
}
.news .newsList .list ul li {
  position: relative;
  width: 640px;
  height: 120px;
  border-radius: 8px;
  padding-top: 26px;
  padding-left: 122px;
  padding-right: 100px;
  margin-top: 22px;
  overflow: hidden;
}
.news .newsList .list ul li:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.news .newsList .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/newsli.jpg) center 0 no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .date {
  position: absolute;
  left: 24px;
  top: 26px;
  font-family: 'Times New Roman', Times, serif;
  color: #54b446;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .date i {
  font-weight: bold;
  font-size: 60px;
  line-height: 42px;
  display: block;
}
.news .newsList .list ul li .date span {
  font-size: 16px;
  line-height: 12px;
  margin-top: 18px;
  display: block;
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #888888;
  margin-top: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .more {
  position: absolute;
  right: 30px;
  top: 50px;
  display: block;
  width: 22px;
  height: 19px;
  background: url(../images/newsar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li:hover:after,
.news .newsList .list ul li.on:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsList .list ul li:hover .date,
.news .newsList .list ul li.on .date {
  color: #fff;
}
.news .newsList .list ul li:hover .bt,
.news .newsList .list ul li.on .bt {
  color: #fff;
}
.news .newsList .list ul li:hover p,
.news .newsList .list ul li.on p {
  color: #fff;
}
.news .newsList .list ul li:hover .more,
.news .newsList .list ul li.on .more {
  background: url(../images/newsarh.png) center center no-repeat;
}
.links {
  padding: 35px 0 25px;
}
.links .tit {
  float: left;
  width: 140px;
  border-right: 1px solid #d0d0d0;
  padding-right: 25px;
  text-align: center;
}
.links .tit i {
  display: block;
  text-transform: uppercase;
  line-height: 35px;
  font-family: Impact;
  font-size: 44px;
  color: #54b446;
  letter-spacing: 4px;
}
.links .tit span {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-top: 10px;
}
.links .list {
  overflow: hidden;
  float: right;
  font-size: 0;
  width: 1150px;
  margin-right: -30px;
  line-height: 40px;
  margin-top: 10px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
  color: #666666;
  font-size: 16px;
}
.links .list a:hover {
  color: #54b446;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.picbox {
  position: relative;
}
.picbox .aboutmouse {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.picbox .aboutmouse:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.picbox:hover .aboutmouse {
  opacity: 1;
  filter: alpha(opacity=100);
}
.picbox:active .aboutmouse {
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
}
