@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;
  }
}
*:before,
*: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;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 655px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -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 .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .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 .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 40px;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  margin: 0 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: bottom;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  left: 110%;
  bottom: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  font-size: 30px;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  width: 28px;
}
.title {
  line-height: 1;
}
.title:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title h3 {
  font-size: 48px;
  font-weight: bold;
}
.title h4 {
  margin-top: 18px;
  line-height: 35px;
}
.title h4 .more {
  width: 100px;
  height: 35px;
  background-color: #53a200;
  border-radius: 17px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
}
.title h4 .more:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 10px 10px -5px rgba(83, 162, 0, 0.5);
}
.title h4 > i {
  display: inline-block;
  font-family: Arial;
  font-size: 24px;
  text-transform: uppercase;
}
.title .right {
  line-height: 1;
  font-size: 16px;
  padding-top: 34px;
}
.product {
  padding: 80px 0;
}
.product .proNav {
  float: right;
  font-size: 16px;
  padding-top: 18px;
}
.product .proNav a {
  float: left;
  width: 120px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #cccccc;
  padding: 0 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 30px;
  line-height: 38px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #53a200, #53a200);
  background-image: linear-gradient(to right, #53a200, #53a200);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  text-align: center;
}
.product .proNav a:hover {
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  border-color: #53a200;
}
.product .proBox {
  padding-top: 17px;
}
.product .list {
  padding: 0 5px 5px;
  margin: 0 -5px;
}
.product .list ul {
  margin-right: -26px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  width: 380px;
  height: 345px;
  box-shadow: 0px 1px 5px 0px rgba(32, 21, 18, 0.1);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .pic {
  display: block;
  width: 380px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.product .list li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 85px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 72px;
  padding: 0 60px 0 20px;
  position: relative;
  z-index: 21;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #53a200, #53a200);
  background-image: linear-gradient(to right, #53a200, #53a200);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .list li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 32px;
  height: 7px;
  background: url(../images/caseli.png) -40px 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .bt:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: 25px;
  width: 30px;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li:hover .bt {
  color: #fff;
  background-size: 100% 100%;
}
.product .list li:hover .bt:before {
  background-position: 0 0;
}
.product .swiper-button-prev {
  display: block;
  width: 50px;
  height: 40px;
  background: #333 url(../images/proL.png) right center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
}
.product .swiper-button-next {
  display: block;
  width: 50px;
  height: 40px;
  background: #333 url(../images/proR.png) left center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
}
.product:hover .swiper-button-prev {
  left: -94px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product:hover .swiper-button-prev:hover {
  background-color: #53a200;
}
.product:hover .swiper-button-next {
  right: -94px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product:hover .swiper-button-next:hover {
  background-color: #53a200;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  height: 580px;
  padding-top: 70px;
}
.youshi .title h3,
.youshi .title h4 i {
  color: #fff;
}
.youshi .title .right {
  color: #fffefe;
  font-size: 16px;
  line-height: 1;
  padding-top: 40px;
}
.youshi .ysBox {
  margin-top: 60px;
}
.youshi .ysBox li {
  float: left;
  width: 270px;
  height: 270px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 40px;
  position: relative;
  color: #ffffff;
  padding: 40px 40px 0 60px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, rgba(109, 208, 6, 0.8), rgba(109, 208, 6, 0.8));
  background-image: linear-gradient(to right, rgba(109, 208, 6, 0.8), rgba(109, 208, 6, 0.8));
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.youshi .ysBox li:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.youshi .ysBox li:first-child {
  margin-left: 0;
}
.youshi .ysBox li .line {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 50px;
}
.youshi .ysBox li h4 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}
.youshi .ysBox li h5 {
  line-height: 1;
  margin-top: 18px;
}
.youshi .ysBox li p {
  color: #dadada;
  line-height: 24px;
  margin-top: 24px;
}
.youshi .ysBox li:hover p {
  color: #fff;
}
.about {
  padding: 90px 0;
  background: #fdfdfd url(../images/aboutbg.jpg) center bottom no-repeat;
}
.about .aboutText:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .left {
  width: 300px;
}
.about .aboutText .left .en {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  color: #6c6c6c;
  line-height: 45px;
}
.about .aboutText .left .en:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 10px;
  height: 10px;
  background-color: #6c6c6c;
  border-radius: 50%;
}
.about .aboutText .left .aboutLogo {
  margin-top: 28px;
}
.about .aboutText .left .aboutLogo img {
  display: block;
}
.about .aboutText .text {
  width: 800px;
  float: left;
  margin-top: 30px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 14px;
  position: relative;
}
.about .aboutText .text:before {
  content: "";
  display: block;
  position: absolute;
  left: -48px;
  top: 12px;
  width: 30px;
  height: 1px;
  background-color: #d0d0d0;
}
.about .aboutText .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  color: #6b6b6b;
}
.about .aboutText .more {
  display: block;
  float: right;
  margin-top: 68px;
  width: 60px;
  height: 60px;
  border: solid 1px #dddddd;
  text-align: center;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:before {
  content: ">";
  display: block;
  text-align: center;
  line-height: 58px;
  font-family: SimSun;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  border-color: #53a200;
  color: #53a200;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  border-radius: 0;
}
.about .aboutText .more:hover:before {
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.about .aboutBox {
  margin-top: 70px;
}
.about .aboutBox .aboutPic {
  float: left;
  width: 480px;
  height: 270px;
  border: solid 10px #dedede;
  position: relative;
}
.about .aboutBox .aboutPic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.about .aboutBox .aboutPic.pic:hover:before,
.about .aboutBox .aboutPic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.about .aboutBox .aboutPic img {
  width: 460px;
  height: 250px;
  display: block;
}
.about .aboutBox .aboutLink {
  float: right;
  width: 600px;
}
.about .aboutBox .aboutLink a {
  display: block;
  float: left;
  width: 300px;
  margin-top: 100px;
  height: 60px;
}
.about .aboutBox .aboutLink a.a1,
.about .aboutBox .aboutLink a.a2 {
  margin-top: 10px;
}
.about .aboutBox .aboutLink a i {
  display: block;
  width: 50px;
  height: 60px;
  overflow: hidden;
  margin: auto;
  float: left;
  margin-right: 16px;
}
.about .aboutBox .aboutLink a i:before,
.about .aboutBox .aboutLink 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;
}
.about .aboutBox .aboutLink a i.ico1:before {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutBox .aboutLink a i.ico1:after {
  background: url(../images/aboutico1h.png) center center no-repeat;
}
.about .aboutBox .aboutLink a i.ico2:before {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutBox .aboutLink a i.ico2:after {
  background: url(../images/aboutico2h.png) center center no-repeat;
}
.about .aboutBox .aboutLink a i.ico3:before {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aboutBox .aboutLink a i.ico3:after {
  background: url(../images/aboutico3h.png) center center no-repeat;
}
.about .aboutBox .aboutLink a i.ico4:before {
  background: url(../images/aboutico4.png) center center no-repeat;
}
.about .aboutBox .aboutLink a i.ico4:after {
  background: url(../images/aboutico4h.png) center center no-repeat;
}
.about .aboutBox .aboutLink a:hover i {
  border-color: #53a200;
}
.about .aboutBox .aboutLink a:hover i:before,
.about .aboutBox .aboutLink a:hover i:after {
  top: -100%;
}
.about .aboutBox .aboutLink a span {
  display: block;
  line-height: 1;
}
.about .aboutBox .aboutLink a span.cn {
  font-size: 18px;
  padding-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox .aboutLink a span.en {
  font-size: 14px;
  margin-top: 14px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox .aboutLink a:hover span.cn {
  font-weight: bold;
  color: #53a200;
}
.about .aboutBox .aboutLink a:hover span.en {
  color: #53a200;
}
.news1 {
  margin-top: 48px;
}
.news1 .news1Box .left {
  width: 360px;
  color: #555555;
  padding-top: 88px;
}
.news1 .news1Box .left .en {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  color: #555555;
  line-height: 45px;
}
.news1 .news1Box .left .en i {
  display: inline-block;
  vertical-align: bottom;
  width: 10px;
  height: 10px;
  background-color: #555555;
  border-radius: 50%;
}
.news1 .news1Box .left .en:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 1px;
  background-color: #d0d0d0;
  margin-left: 57px;
}
.news1 .news1Box .left h3 {
  font-size: 18px;
  margin-top: 26px;
  line-height: 1;
}
.news1 .news1Box .left p {
  line-height: 1;
  margin-top: 12px;
}
.news1 .news1Box .left .page {
  margin-top: 55px;
}
.news1 .news1Box .left .page .prev {
  width: 17px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/xwl.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news1 .news1Box .left .page .prev:hover {
  background: url(../images/xwlh.png) center center no-repeat;
}
.news1 .news1Box .left .page i {
  width: 1px;
  height: 31px;
  background-color: #dddddd;
  display: inline-block;
  margin: 0 14px;
  vertical-align: middle;
}
.news1 .news1Box .left .page .next {
  width: 17px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/xwr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.news1 .news1Box .left .page .next:hover {
  background: url(../images/xwrh.png) center center no-repeat;
}
.news1 .news1Box .left .more {
  margin-top: 45px;
  display: block;
  width: 225px;
  height: 50px;
  background-color: #53a200;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.news1 .news1Box .left .more:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 10px 10px -5px rgba(83, 162, 0, 0.5);
}
.news1 .list {
  float: right;
  width: 840px;
}
.news1 .list ul {
  margin-right: -30px;
}
.news1 .list li {
  float: left;
  width: 260px;
  height: 578px;
  margin-left: 30px;
}
.news1 .list li .item {
  padding-left: 30px;
  border-left: 1px solid #eeeeee;
  padding-top: 95px;
  height: 578px;
}
.news1 .list li .item .date {
  line-height: 1;
  font-family: Arial;
  font-size: 16px;
  color: #555555;
}
.news1 .list li .item .date i {
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 26px;
  color: #cccccc;
}
.news1 .list li .item .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 16px;
  margin-top: 22px;
}
.news1 .list li .item .pic {
  display: block;
  width: 100%;
  height: 145px;
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}
.news1 .list li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-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;
}
.news1 .list li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #666666;
  margin-top: 15px;
}
.news1 .list li .item .more {
  display: block;
  width: 32px;
  height: 13px;
  margin-top: 35px;
  background: url(../images/newsli.png) -40px center no-repeat;
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news1 .list li .item:hover .bt {
  color: #53a200;
}
.news1 .list li .item:hover .more {
  margin-left: 100px;
}
.news1 .list li .item:hover .more:hover {
  background-position: 0 center;
}
.case {
  padding: 65px 0 70px;
  background-color: #fdfdfd;
}
.case .prev {
  display: block;
  width: 50px;
  height: 40px;
  background: #333 url(../images/proL.png) right center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
}
.case .next {
  display: block;
  width: 50px;
  height: 40px;
  background: #333 url(../images/proR.png) left center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
}
.case:hover .prev {
  left: -94px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case:hover .prev:hover {
  background-color: #53a200;
}
.case:hover .next {
  right: -94px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case:hover .next:hover {
  background-color: #53a200;
}
.case .caseBox {
  margin-top: 40px;
}
.case .caseBox .list {
  width: 1220px;
  margin-left: -10px;
  height: 447px;
}
.case .caseBox .list ul {
  margin-right: -20px;
}
.case .caseBox li {
  width: 285px;
  height: 430px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  float: left;
  margin: 7px 10px 10px 10px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #53a200, #53a200);
  background-image: linear-gradient(to right, #53a200, #53a200);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 100%  0%;
  background-position: center bottom;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.case .caseBox li:hover {
  background-size: 100% 100%;
}
.case .caseBox li .item {
  padding: 10px;
}
.case .caseBox li .pic {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.case .caseBox li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .pic span {
  position: absolute;
  width: 100%;
  line-height: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0;
  bottom: -40px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .pic:before,
.case .caseBox li .pic:after,
.case .caseBox li .pic i:before,
.case .caseBox li .pic i:after {
  content: '';
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  height: 100%;
  width: 25%;
  transform: translateY(-100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s;
}
.case .caseBox li .pic:after {
  left: 25%;
}
.case .caseBox li .pic i:before {
  left: 50%;
}
.case .caseBox li .pic i:after {
  left: 75%;
}
.case .caseBox li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox li .text {
  height: 190px;
  padding: 6px 0 0;
}
.case .caseBox li .text .bt {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox li .text .line {
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .text .more {
  display: block;
  height: 42px;
  line-height: 40px;
  border: solid 1px #dddddd;
  margin: 20px auto 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li:hover .bt {
  color: #fff;
  font-weight: bold;
}
.case .caseBox li:hover .line {
  background: #fff;
}
.case .caseBox li:hover p {
  color: #ffffff;
}
.case .caseBox li:hover .more {
  border-color: #fff;
  color: #ffffff;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  height: 250px;
  color: #ffffff;
  padding-top: 67px;
}
.mbanner1 .left {
  margin-left: 200px;
  color: #ffffff;
  line-height: 1;
}
.mbanner1 .left .t1 {
  font-size: 34px;
  font-weight: bold;
}
.mbanner1 .left .t1 i {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.mbanner1 .left .t2 {
  text-transform: uppercase;
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.mbanner1 .left .t3 {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #53a200;
  margin-top: 28px;
}
.mbanner1 .left .t3 span {
  display: block;
  float: left;
  margin-left: 72px;
  width: 108px;
}
.mbanner1 .tel {
  height: 64px;
  padding-left: 78px;
  position: relative;
  padding-top: 6px;
  max-width: 260px;
}
.mbanner1 .tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 64px;
  margin-right: 10px;
  animation: msClock2 1.8s linear infinite;
  background: url(../images/mbantel.png) 0 center no-repeat;
}
.mbanner1 .tel i {
  font-size: 24px;
  display: block;
  font-weight: bold;
  line-height: 20px;
  margin-top: 15px;
}
.mbanner1 .tel i:first-child {
  margin-top: 0;
}
.mbanner1 .zxLink {
  display: block;
  float: right;
  margin-top: 20px;
  width: 146px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 21px;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  color: #53a200;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mbanner1 .zxLink:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.mbanner1 .zxLink:hover,
.mbanner1 .zxLink:focus,
.mbanner1 .zxLink:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.mbanner1 .zxLink:hover:after,
.mbanner1 .zxLink:focus:after,
.mbanner1 .zxLink:active:after {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.news {
  padding: 50px 0 70px;
}
.news .list {
  margin-top: 40px;
}
.news .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list .one {
  width: 570px;
  float: left;
}
.news .list .one .pic {
  display: block;
  width: 570px;
  height: 375px;
  overflow: hidden;
  position: relative;
}
.news .list .one .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.news .list .one .text {
  position: relative;
  padding-top: 25px;
  padding-left: 110px;
  height: 127px;
}
.news .list .one .text .date {
  line-height: 1;
  font-size: 36px;
  position: absolute;
  font-weight: 100;
  left: 0;
  top: 25px;
  color: #999999;
}
.news .list .one .text .bt {
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .list .one .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list .one .text p {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
}
.news .list .one:hover .bt {
  color: #53a200;
}
.news .list ul {
  float: right;
  width: 578px;
}
.news .list li {
  border-bottom: solid 1px #dddddd;
  position: relative;
  padding: 30px 100px 17px 0;
  height: 133px;
}
.news .list li:after {
  content: "";
  position: absolute;
  background: #53a200;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .list li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list li:first-child {
  padding-top: 0;
  height: 103px;
}
.news .list li .date {
  position: absolute;
  right: 0;
  font-size: 18px;
  font-weight: 100;
  color: #666;
  line-height: 22px;
}
.news .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  left: -15px;
}
.news .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list li .bt:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #666666;
}
.news .list li .more {
  right: 0;
  display: block;
  position: absolute;
  bottom: 30px;
  border-left: 1px #999 solid;
  width: 40px;
  height: 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .more:before {
  content: "";
  display: block;
  float: right;
  width: 24px;
  height: 100%;
  background: url(../images/nmore.png) -30px center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .list li:hover {
  z-index: 2;
}
.news .list li:hover .bt {
  color: #53a200;
}
.news .list li:hover .bt:before {
  background-color: #53a200;
}
.news .list li:hover .more {
  border-color: #53a200;
}
.news .list li:hover .more:before {
  background-position: 0 center;
}
.jianzheng {
  background-color: #fdfdfd;
  padding: 57px 0 93px;
}
.jianzheng .list {
  padding-top: 10px;
}
.jianzheng .list ul {
  margin-right: -30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jianzheng .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.jianzheng .list ul li {
  float: left;
  width: 585px;
  height: 195px;
  background-color: #ffffff;
  padding: 23px 20px 22px 20px;
  margin: 30px 30px 0 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jianzheng .list ul li .pic {
  display: block;
  width: 200px;
  height: 150px;
  position: relative;
  overflow: hidden;
  float: left;
}
.jianzheng .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jianzheng .list ul li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.jianzheng .list ul li .cont {
  width: 310px;
  margin-right: 15px;
  float: right;
  padding-top: 8px;
}
.jianzheng .list ul li .cont .bt {
  line-height: 26px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jianzheng .list ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.jianzheng .list ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #666666;
  margin-top: 12px;
}
.jianzheng .list ul li:hover {
  box-shadow: 0 12px 15px -8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.jianzheng .list ul li:hover .bt {
  color: #53a200;
}
.lianxi {
  background: url(../images/lxbg.jpg) center 0 no-repeat;
  padding-top: 106px;
  height: 475px;
}
.lianxi .lxList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.lianxi .lxList ul li {
  float: left;
  width: 285px;
  height: 145px;
  background-color: #ffffff;
  box-shadow: 0px 1px 38px 0px rgba(4, 0, 0, 0.01);
  margin-left: 20px;
  padding: 54px 20px 0;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lianxi .lxList ul li:first-child {
  margin-left: 0;
}
.lianxi .lxList ul li h4 {
  color: #666666;
  line-height: 1;
}
.lianxi .lxList ul li p {
  line-height: 24px;
  margin-top: 10px;
}
.lianxi .lxList ul li i {
  position: absolute;
  left: 50%;
  top: -38px;
  margin-left: -35px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  background-color: #68c408;
  border-radius: 50%;
  overflow: hidden;
}
.lianxi .lxList ul li i:before,
.lianxi .lxList 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;
}
.lianxi .lxList ul li i.ico1:before,
.lianxi .lxList ul li i.ico1:after {
  background: url(../images/lxico1.png) center center no-repeat;
}
.lianxi .lxList ul li i.ico2:before,
.lianxi .lxList ul li i.ico2:after {
  background: url(../images/lxico2.png) center center no-repeat;
}
.lianxi .lxList ul li i.ico3:before,
.lianxi .lxList ul li i.ico3:after {
  background: url(../images/lxico3.png) center center no-repeat;
}
.lianxi .lxList ul li i.ico4:before,
.lianxi .lxList ul li i.ico4:after {
  background: url(../images/lxico4.png) center center no-repeat;
}
.lianxi .lxList ul li:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.lianxi .lxList ul li:hover i:before,
.lianxi .lxList ul li:hover i:after {
  top: -100%;
}
.lianxi .formbox {
  margin-top: 36px;
}
.lianxi .formbox .form {
  float: left;
  width: 1040px;
}
.lianxi .formbox input {
  float: left;
  display: block;
  line-height: 50px;
  border: none;
  width: 500px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 44px;
  color: #333;
  font-weight: normal;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 20px;
}
.lianxi .formbox input.username {
  background: url(../images/inpxm.png) 20px center no-repeat;
  background-color: #ffffff;
  margin-right: 20px;
}
.lianxi .formbox input.usertel {
  background: url(../images/inpdh.png) 20px center no-repeat;
  background-color: #ffffff;
}
.lianxi .formbox input.xqcontent {
  background: url(../images/inpnr.png) 20px center no-repeat;
  background-color: #ffffff;
  margin-right: 20px;
}
.lianxi .formbox input.codeText {
  padding-left: 20px;
}
.lianxi .formbox input::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
}
.lianxi .formbox input:focus,
.lianxi .formbox input:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.lianxi .formbox input:focus::-webkit-input-placeholder,
.lianxi .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.lianxi .formbox .code {
  position: relative;
  float: left;
}
.lianxi .formbox .imgCode {
  position: absolute;
  width: 100px;
  height: 40px;
  top: 5px;
  right: 5px;
}
.lianxi .formbox .submitform {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  display: block;
  width: 160px;
  height: 120px;
  background-color: #68c408;
  border: none;
  font-size: 18px;
  line-height: 120px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ffffff #ffffff);
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.lianxi .formbox .submitform:hover {
  background-size: 100% 100%;
  color: #53a200;
}
.links {
  padding: 18px 0;
  line-height: 40px;
  background-color: #222222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.links .tit {
  float: left;
  font-size: 16px;
  width: 80px;
  color: #ffffff;
  white-space: nowrap;
}
.links .list {
  float: left;
  width: 1120px;
}
.links .list a {
  display: inline-block;
  color: #999999;
  margin-left: 20px;
}
.links .list a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
