
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.banner {
  width: 100%;
  height: 560px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  /* The Nivo Slider styles */
  /* If an image is wrapped in a link */
  /* The slices and boxes in the Slider */
}
.banner .nivoSlider {
  position: relative;
  width: 1920px;
  height: 100%;
  text-align: center;
  left: 50%;
  margin-left: -960px;
}
.banner .nivoSlider img {
  display: none;
  width: auto;
  margin: 0 auto;
  height: auto;
}
.banner .nivoSlider a {
  border: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
.banner .nivo-controlNav-bg {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 44px;
  z-index: 100;
}
.banner .nivo-controlNav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 101;
  text-align: center;
  font-size: 0;
}
.banner .nivo-controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border: 0;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #999;
}
.banner .nivo-controlNav a.active {
  width: 40px;
  background: #05A045;
}
.banner .nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.banner .nivo-prevNav {
  left: 0px;
}
.banner .nivo-nextNav {
  right: 0px;
}
.banner .nivo-directionNav a {
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}
.banner a.nivo-nextNav {
  background: rgba(0, 0, 0, 0.3) url(../image/arrowBr.png) center center no-repeat;
  right: 50%;
  margin-right: -600px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -600px;
  background: rgba(0, 0, 0, 0.3) url(../image/arrowBl.png) center center no-repeat;
}
.banner .nivo-caption {
  display: none !important;
}
.banner .ribbon {
  width: 111px;
  height: 111px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 300;
}
.banner .nivoSlider {
  position: relative;
}
.banner .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 auto;
}
.banner .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  text-align: center;
}
.banner .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}
.banner .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
.banner .nivo-html-caption {
  display: none;
}
.title {
  width: 1200px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  position: relative;
}
.title:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title p {
  font-family: Arial;
  line-height: 20px;
  font-size: 24px;
  height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.title .line {
  width: 43px;
  height: 2px;
  background-color: #05A045;
  margin: 16px auto 0;
}
.title h3 {
  font-size: 20px;
  margin-top: 15px;
}
.title .more {
  position: absolute;
  right: 0;
  top: 40px;
  height: 30px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
.title .more:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.title .more i {
  margin-right: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../image/titmore.png) center center no-repeat;
}
@keyframes lamp {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.title .more:hover {
  color: #3db58d;
}
.title .more:hover i {
  -webkit-animation: lamp 1s ease-in-out infinite;
  animation: lamp 1s ease-in-out infinite;
}
.product {
  padding: 70px 0 0;
  background: #fff url(../image/mbanner1.jpg) center bottom no-repeat;
  overflow: hidden;
}
.product .proBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.product .proBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proL {
  float: left;
  width: 316px;
  margin-top: 14px;
}
.product .proBox .proL .search {
  width: 240px;
  height: 32px;
  border-bottom: 1px #3db58d solid;
  margin: 0 auto;
}
.product .proBox .proL .search .searchInp {
  width: 200px;
  height: 32px;
  border: none;
  padding: 0 10px;
  line-height: 32px;
  background: none;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proBox .proL .search .searchInp::-webkit-input-placeholder {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}
.product .proBox .proL .search .submitBtn {
  background: url(../image/searchico.png) center center no-repeat;
  color: #fff;
  height: 32px;
  width: 40px;
  cursor: pointer;
  border: none;
  float: left;
}
.product .proBox .proL .proNav {
  margin-top: 20px;
  background: #3db58d;
  padding: 5px 0 0 5px;
  border-radius: 0 10px 0 0;
}
.product .proBox .proL .proNav ul {
  background: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 0 20px;
  border-radius: 0 0 0 10px;
}
.product .proBox .proL .proNav li > a {
  padding-right: 5px;
  display: block;
  position: relative;
  height: 76px;
  line-height: 76px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px #b2b2b2 dashed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proL .proNav li > a em {
  font-weight: bold;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proL .proNav li > a em:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #3db58d;
  border-radius: 2px;
  margin-right: 12px;
}
.product .proBox .proL .proNav li > a em.current-btn-text {
  color: #3db58d;
}
.product .proBox .proL .proNav li > a:hover {
  border-color: #3db58d;
}
.product .proBox .proL .proNav li > a:hover em {
  top: -100%;
}
.product .proBox .proL .proNav li .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proL .proNav li .secs a {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-right: 5px;
  font-size: 15px;
  border-bottom: 1px #b2b2b2 dashed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proL .proNav li .secs a em {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proL .proNav li .secs a em:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: solid 2px #3db58d;
  border-radius: 50%;
  margin-right: 12px;
}
.product .proBox .proL .proNav li .secs a em.current-btn-text {
  color: #3db58d;
}
.product .proBox .proL .proNav li .secs a:hover {
  border-color: #3db58d;
}
.product .proBox .proL .proNav li .secs a:hover em {
  top: -100%;
}
.product .proBox .proL .proNav li:first-child .secs a {
  width: 50%;
  float: left;
}
.product .proBox .proL .proNav li span {
  position: absolute;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 70px;
}
.product .proBox .proL .proNav li span:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 2px;
  position: relative;
  left: 0;
}
.product .proBox .proL .proNav li span.span1 {
  border-bottom: 1px #d5d5d5 solid;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proBox .proL .proNav li span.span2 {
  background: #3db58d;
  top: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proBox .proL .proNav li span.span2:before {
  background: #fff;
}
.product .proBox .proL .proNav li.on span.span1 {
  top: -100%;
}
.product .proBox .proL .proNav li.on span.span2 {
  top: 0;
}
.product .proBox .proList {
  width: 1200px;
  float: right;
}
.product .proBox .proList ul li {
  float: left;
  width: 250px;
  margin-left: 44px;
  margin-top: 14px;
}
.product .proBox .proList ul li .pic {
  display: block;
  width: 250px;
  height: 175px;
  overflow: hidden;
}
.product .proBox .proList ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proBox .proList ul li .text {
  position: relative;
  height: 64px;
  padding: 5px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proList ul li .text:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #05A045;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proList ul li h5 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product .proBox .proList ul li h5 a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.product .proBox .proList ul li p {
  position: relative;
  z-index: 1;
  line-height: 20px;
}
.product .proBox .proList ul li p:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proList ul li p span {
  float: left;
  width: 165px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proList ul li p .details {
  float: right;
  background: #05A045;
  color: #fff;
  display: block;
  padding: 0 5px;
  font-size: 12px;
}
.product .proBox .proList ul li p .details:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proBox .proList 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 .proList ul li:hover .text {
  padding: 5px 15px;
}
.product .proBox .proList ul li:hover .text:before {
  width: 100%;
}
.product .proBox .proList ul li:hover h5 a {
  color: #fff;
}
.product .proBox .proList ul li:hover p {
  color: #fff;
}
.product .proBox .proList ul li:hover p span {
  width: 145px;
}
.product .proBox .proList ul li:hover .details {
  background: #fff;
  color: #3db58d;
}
.mbanner1 {
  margin-top: 175px;
}
.mbanner1 .mban {
  width: 1200px;
  margin: 0 auto;
  height: 300px;
  padding-top: 64px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 36px;
  color: #ffffff;
}
.mbanner1 .mban .line {
  width: 43px;
  height: 4px;
  background-color: #ffb932;
}
.mbanner1 .mban .w1 {
  margin-top: 15px;
  font-size: 28px;
}
.mbanner1 .mban .w1 span {
  font-weight: bold;
  color: #ffb932;
}
.mbanner1 .mban .w2 {
  font-size: 20px;
}
.mbanner1 .mban .w3 {
  font-size: 22px;
}
.mbanner1 .mban .tel {
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  background-color: #05A045;
  margin-top: 15px;
}
.services {
  padding: 70px 0;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.services .tit {
  text-align: center;
  line-height: 1;
}
.services .tit h3 {
  font-size: 30px;
  color: #05A045;
  font-weight: bold;
}
.services .tit p {
  color: #666;
  margin-top: 20px;
}
.services .serList {
  width: 1370px;
  margin-top: 40px;
  margin-left: -85px;
}
.services .serList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.services .serList li {
  float: left;
  text-align: center;
  width: 274px;
}
.services .serList li i {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: solid 1px #999999;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.services .serList li i em {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.services .serList li i em img {
  display: block;
  width: 100px;
  height: 100px;
}
.services .serList li i em.ico1 {
  left: 0;
}
.services .serList li i em.ico2 {
  left: 100%;
}
.services .serList li .cn {
  line-height: 1;
  margin-top: 20px;
  font-size: 16px;
}
.services .serList li .en {
  font-family: SimSun;
  font-size: 12px;
  line-height: 1;
  color: #999999;
  margin-top: 11px;
}
.services .serList li:hover i {
  border-color: #3db58d;
  animation: bounceIn 1s ease;
}
.services .serList li:hover i em.ico1 {
  left: -100%;
}
.services .serList li:hover i em.ico2 {
  left: 0;
}
.system {
  background: #fbfbfb;
  padding-top: 50px;
}
.system .systemBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 574px;
}
.system .systemBox .tit {
  width: 590px;
  position: absolute;
  z-index: 2;
  right: 0;
  line-height: 1;
}
.system .systemBox .tit .wz1 {
  text-align: right;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  line-height: 22px;
  color: #999999;
  text-transform: uppercase;
}
.system .systemBox .tit .wz1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 102px;
  height: 1px;
  background-color: #999999;
  margin-right: 15px;
}
.system .systemBox .tit .wz2 {
  font-size: 32px;
  margin-top: 50px;
  line-height: 30px;
  height: 30px;
}
.system .systemBox .tit .wz2 i {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  color: #05A045;
  vertical-align: top;
  position: relative;
  top: -5px;
}
.system .systemBox .tit .wz3 {
  font-size: 14px;
  margin-top: 18px;
  border-bottom: 1px #b0b0b0 solid;
  padding-bottom: 33px;
  height: 14px;
  text-align: justify;
}
.system .systemBox .tit .wz3:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.system .systemBox .zxLink {
  width: 160px;
  height: 40px;
  background-color: #000000;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 27px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* Wobble Skew */
}
.system .systemBox .zxLink img {
  width: 26px;
  height: 28px;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.system .systemBox .zxLink:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #3db58d;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0) rotateY(180deg);
  -moz-transform: scale(0) rotateY(180deg);
  -o-transform: scale(0) rotateY(180deg);
  transform: scale(0) rotateY(180deg);
}
.system .systemBox .zxLink:hover:after {
  border-radius: 0;
  -webkit-transform: scale(1) rotateY(0);
  -moz-transform: scale(1) rotateY(0);
  -o-transform: scale(1) rotateY(0);
  transform: scale(1) rotateY(0);
}
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.system .systemBox .zxLink:hover {
  animation: hvr-wobble-skew 1s ease-in-out;
}
.system .systemBox .hd {
  position: absolute;
  left: 610px;
  width: 590px;
  overflow: hidden;
  top: 190px;
  z-index: 2;
}
.system .systemBox .hd ul {
  width: 664px;
}
.system .systemBox .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.system .systemBox .hd ul li {
  float: left;
  width: 166px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.system .systemBox .hd ul li .w1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.system .systemBox .hd ul li .w1:after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  background-color: #fff;
  margin-top: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.system .systemBox .hd ul li .w2 {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  line-height: 10px;
}
.system .systemBox .hd ul li.on {
  color: #05A045;
}
.system .systemBox .hd ul li.on .w1:after {
  width: 38px;
  background-color: #05A045;
}
.system .systemBox .bd ul li {
  position: relative;
  width: 536px;
  height: 487px;
}
.system .systemBox .bd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.system .systemBox .bd ul li .pic {
  float: left;
  width: 536px;
  height: 487px;
  overflow: hidden;
}
.system .systemBox .bd ul li .pic img {
  width: 536px;
  height: 487px;
  
 
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.system .systemBox .bd ul li:hover .pic img {
  -webkit-transform: scale(1.11) rotate(0);
  -moz-transform: scale(1.11) rotate(0);
  -o-transform: scale(1.11) rotate(0);
  transform: scale(1.11) rotate(0);
}
.system .systemBox .text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 555px;
  height: 220px;
  background: #fff;
  padding: 40px 0 0 167px;
}
.system .systemBox .text .num {
  position: absolute;
  right: 30px;
  width: 15px;
  height: 4px;
  top: 40px;
  font-size: 20px;
  color: #3db58d;
  font-weight: bold;
  line-height: 1;
  text-indent: 100px;
  background: #fff url(../image/advnum.png) center center no-repeat;
}
.system .systemBox .text h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.system .systemBox .text .line {
  margin-top: 27px;
  width: 41px;
  height: 5px;
  background-color: #05A045;
}
.system .systemBox .text p {
  margin-top: 28px;
  line-height: 30px;
  font-size: 14px;
}
.system .systemBox .text .en {
  margin-top: 10px;
}
.system .systemBox .ysHd {
  position: absolute;
  font-size: 0;
  left: 352px;
  bottom: 87px;
  text-align: left;
  width: 176px;
  height: 42px;
}
.system .systemBox .ysHd span {
  width: 88px;
  height: 42px;
  display: block;
  cursor: pointer;
  float: left;
}
.system .systemBox .ysHd .prev {
  background: #fff url(../image/ysarrowL.png) center center no-repeat;
}
.system .systemBox .ysHd .prev:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.system .systemBox .ysHd .next {
  background: #3db58d url(../image/ysarrowR.png) center center no-repeat;
}
.system .systemBox .ysHd .next:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.case {
  padding: 70px 0;
}
.case .caseBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.case .caseBox ul {
  margin-right: -26px;
}
.case .caseBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox ul li {
  margin: 30px 26px 0 0;
  width: 280px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}
.case .caseBox ul li .pic {
  display: block;
  width: 280px;
  height: 200px;
  overflow: hidden;
  float: left;
}
.case .caseBox ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox ul li .bt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.case .caseBox ul li .bt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #3db58d;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox ul li:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.case .caseBox ul li:hover .bt {
  height: 100%;
  padding: 85px 15px;
}
.case .caseBox ul li:hover .bt:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.quality {
  padding: 50px 0 0;
  position: relative;
}
.quality:before {
  content: "";
  width: 100%;
  height: 630px;
  background-color: #f1f7ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.quality .quaBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  position: relative;
  height: 530px;
  padding-top: 30px;
  overflow: hidden;
}
.quality .quaBox .bd ul li {
  padding: 0 30px 0 60px;
}
.quality .quaBox .bd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.quality .quaBox .bd ul li .pic {
  float: right;
  width: 630px;
  height: 500px;
}
.quality .quaBox .bd ul li .text {
  float: left;
  padding-top: 30px;
  width: 430px;
}
.quality .quaBox .bd ul li .text .line {
  width: 564px;
  height: 1px;
  background-color: #333333;
}
.quality .quaBox .bd ul li .text h4 {
  font-size: 30px;
  line-height: 1;
  margin-top: 40px;
  letter-spacing: 2px;
  font-weight: bold;
}
.quality .quaBox .bd ul li .text .nr {
  margin-top: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.quality .quaBox .bd ul li .text .nr p {
  background: url(http://13556740225web580.x2.xpmof.com/templates/pc_wjdh/images/pzli.png) left 12px no-repeat;
  padding-left: 20px;
}
.quality .quaBox .hd {
  position: absolute;
  width: 630px;
  bottom: 0;
  right: 30px;
  text-align: center;
}
.quality .quaBox .hd ul {
  font-size: 0;
}
.quality .quaBox .hd ul li {
  display: inline-block;
  width: 90px;
  height: 132px;
  border-left: 1px #ccc solid;
  position: relative;
  background-color: #ffffff;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quality .quaBox .hd ul li:first-child {
  border-left: none;
}
.quality .quaBox .hd ul li img {
  width: 90px;
  height: 72px;
}
.quality .quaBox .hd ul li span {
  display: block;
  height: 60px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.quality .quaBox .hd ul li.on {
  background: #3db58d;
  color: #fff;
}
.quality .quaBox .num {
  position: absolute;
  bottom: 40px;
  left: 60px;
}
.quality .quaBox .num ul li {
  display: inline-block;
  vertical-align: top;
}
.quality .quaBox .num ul li.li {
  width: 104px;
  height: 133px;
  border: solid 1px #666666;
  text-align: center;
}
.quality .quaBox .num ul li.li span {
  display: inline-block;
  text-align: left;
  line-height: 40px;
  padding: 20px 0;
}
.quality .quaBox .num ul li.li span i {
  font-weight: bold;
  font-size: 30px;
  color: #3db58d;
}
.quality .quaBox .num ul li.ico {
  text-align: center;
  width: 84px;
  color: #3db58d;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 80px;
}
.advantage {
  padding: 60px 0 43px;
  background: #fbfbfb url(../image/ysbg.jpg) center bottom no-repeat;
}
.advantage .advBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.advantage .advBox .tit h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.advantage .advBox .tit h3 i {
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: -6px;
  font-size: 46px;
  color: #05A045;
  font-weight: bold;
}
.advantage .advBox .tit p {
  line-height: 1;
  margin-top: 20px;
  letter-spacing: 4px;
  font-size: 12px;
}
.advantage .advBox .tit .en {
  font-family: Arial;
  font-size: 12px;
  height: 15px;
  line-height: 14px;
}
.advantage .advBox .tit .en span {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  height: 15px;
  line-height: 14px;
  padding: 0 2px;
}
.advantage .advBox .tit .en1 {
  margin-top: 20px;
}
.advantage .advBox .tit .en2 {
  margin-top: 10px;
}
.advantage .advBox .hd {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 1px #666 solid;
  padding-bottom: 20px;
}
.advantage .advBox .hd ul li {
  float: left;
  margin-left: 125px;
  cursor: pointer;
}
.advantage .advBox .hd ul li:first-child {
  margin-left: 0;
}
.advantage .advBox .hd ul li i {
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox .hd ul li i.i1 {
  background: url(../image/ysico1.png) center center no-repeat;
}
.advantage .advBox .hd ul li i.i2 {
  background: url(../image/ysico2.png) center center no-repeat;
}
.advantage .advBox .hd ul li i.i3 {
  background: url(../image/ysico3.png) center center no-repeat;
}
.advantage .advBox .hd ul li i.i4 {
  background: url(../image/ysico4.png) center center no-repeat;
}
.advantage .advBox .hd ul li p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 19px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
.advantage .advBox .hd ul li p:after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #3db58d;
  bottom: -24px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advBox .hd ul li.on i {
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.advantage .advBox .hd ul li.on i.i1 {
  background: url(../image/ysicoh1.png) center center no-repeat;
}
.advantage .advBox .hd ul li.on i.i2 {
  background: url(../image/ysicoh2.png) center center no-repeat;
}
.advantage .advBox .hd ul li.on i.i3 {
  background: url(../image/ysicoh3.png) center center no-repeat;
}
.advantage .advBox .hd ul li.on i.i4 {
  background: url(../image/ysicoh4.png) center center no-repeat;
}
.advantage .advBox .hd ul li.on p {
  color: #05A045;
}
.advantage .advBox .hd ul li.on p:after {
  width: 41px;
  margin-left: -20px;
}
.advantage .advBox .bd {
  margin-top: 42px;
  height: 406px;
}
.advantage .advBox .bd ul li {
  height: 406px;
}
.advantage .advBox .bd ul li .pic {
  float: left;
  width: 714px;
  height: 406px;
  display: block;
}
.advantage .advBox .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.advantage .advBox .bd ul li .text {
  width: 406px;
  float: right;
  padding-top: 32px;
}
.advantage .advBox .bd ul li .text h4 {
  font-size: 26px;
  line-height: 1;
}
.advantage .advBox .bd ul li .text h4 i {
  display: inline-block;
  background-color: #333333;
  line-height: 20px;
  height: 21px;
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 5px;
  vertical-align: middle;
}
.advantage .advBox .bd ul li .text .nr {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 26px;
}
.advantage .advBox .num {
  position: absolute;
  width: 406px;
  bottom: 13px;
  right: 0;
}
.advantage .advBox .num ul li {
  display: inline-block;
  vertical-align: top;
}
.advantage .advBox .num ul li.li {
  width: 104px;
  height: 133px;
  border: solid 1px #666666;
  text-align: center;
}
.advantage .advBox .num ul li.li span {
  display: inline-block;
  text-align: left;
  line-height: 40px;
  padding: 20px 0;
}
.advantage .advBox .num ul li.li span i {
  font-weight: bold;
  font-size: 30px;
  color: #05A045;
}
.advantage .advBox .num ul li.ico {
  text-align: center;
  width: 84px;
  color: #3db58d;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 80px;
}
.honor {
  padding: 0px 0;
  position: relative;
}
.honor .honorSlide {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
.honor .honorSlide .bd {
  margin: 0 auto;
  width: 1112px;
  height: 270px;
}
.honor .honorSlide .bd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.honor .honorSlide .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.honor .honorSlide .bd ul li {
  width: 190px;
  height: 212px;
  background-color: #f1f1f1;
  margin: 0 24px;
  padding: 10px 20px 0;
  float: left;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.honor .honorSlide .bd ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #3db58d;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.honor .honorSlide .bd ul li .pic {
  display: block;
  width: 260px;
  height: 172px;
  overflow: hidden;
}
.honor .honorSlide .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honor .honorSlide .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);
}
.honor .honorSlide .bd ul li .pic {
  position: relative;
  z-index: 2;
}
.honor .honorSlide .bd ul li .bt {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding-right: 50px;
  background: url(../image/ryli.png) 150px center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .honorSlide .bd ul li:hover:before {
  height: 100%;
}
.honor .honorSlide .bd ul li:hover .bt {
  color: #fff;
  background: url(../image/rylih.png) 150px center no-repeat;
}
.honor .honorSlide .honorHd span {
  width: 16px;
  height: 29px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.honor .honorSlide .honorHd .prev {
  background: url(../image/jtL.png) center center no-repeat;
  left: 0;
}
.honor .honorSlide .honorHd .prev:hover {
  background: url(../image/jthL.png) center center no-repeat;
}
.honor .honorSlide .honorHd .next {
  background: url(../image/jtR.png) center center no-repeat;
  right: 0;
}
.honor .honorSlide .honorHd .next:hover {
  background: url(../image/jthR.png) center center no-repeat;
}
.about {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 60px 0 22px;
}
.about .aboutTitle {
  width: 1200px;
  margin: 0 auto;
}
.about .aboutTitle:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutTitle .left h3 {
  height: 22px;
  font-family: Arial;
  font-size: 30px;
  line-height: 22px;
  font-weight: bold;
}
.about .aboutTitle .left h3 i {
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #05A045;
  margin-right: 25px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.about .aboutTitle .left p {
  line-height: 1;
  font-size: 22px;
  padding-left: 60px;
  margin-top: 25px;
}
.about .aboutTitle ul {
  float: right;
}
.about .aboutTitle ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutTitle ul li {
  float: left;
  margin: 0 5px;
  text-align: center;
  margin-left: 60px;
}
.about .aboutTitle ul li h5 {
  color: #05A045;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
}
.about .aboutTitle ul li h5 b {
  font-size: 50px;
  display: inline-block;
  line-height: 40px;
  vertical-align: text-bottom;
  margin-right: 3px;
}
.about .aboutTitle ul li p {
  margin-top: 28px;
  font-size: 20px;
  line-height: 1;
}
.about .aboutTitle ul li.line {
  width: 2px;
  height: 90px;
  background: #39b38a;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.about .aboutBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  height: 300px;
}
.about .aboutBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutBox .aboutPic {
  float: left;
  width: 597px;
  height: 300px;
}
.about .aboutBox .aboutPic img {
  display: block;
  width: 597px;
  height: 300px;
}
.about .aboutBox .aboutText {
  width: 540px;
  height: 300px;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .aboutBox .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 30px;
  height: 180px;
  font-size: 14px;
  color: #666666;
  margin-top: 2px;
  text-indent: 2em;
  text-align: justify;
}
.about .aboutBox .aboutText .aboutMore {
  margin-top: 10px;
  position: relative;
  height: 30px;
}
.about .aboutBox .aboutText .aboutMore a {
  height: 30px;
  display: inline-block;
  font-family: Arial;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  position: relative;
  overflow: hidden;
}
.about .aboutBox .aboutText .aboutMore a i {
  display: inline-block;
}
.about .aboutBox .aboutText .aboutMore a:hover {
  color: #3db58d;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutBox .aboutText .aboutMore a:hover i {
  -webkit-animation: lamp 1s ease-in-out infinite;
  animation: lamp 1s ease-in-out infinite;
}
.about .aboutBox .aboutText .aboutMore:after {
  content: "";
  position: absolute;
  right: 0;
  width: 383px;
  height: 1px;
  background-color: #05A045;
  opacity: 0.7;
  filter: alpha(opacity=70);
  top: 17px;
}
.about .styleBox {
  margin-top: 22px;
  height: 140px;
  background-color: #ffffff;
  padding: 27px 0;
  position: relative;
}
.about .styleBox > .hd {
  position: absolute;
  right: 50%;
  top: -82px;
  width: 540px;
  margin-right: -600px;
}
.about .styleBox > .hd a {
  float: left;
  cursor: pointer;
  text-align: center;
  width: 270px;
}
.about .styleBox > .hd a i {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
}
.about .styleBox > .hd a i.i1 {
  background: url(../image/stico1.png) center center no-repeat;
}
.about .styleBox > .hd a i.i2 {
  background: url(../image/stico2.png) center center no-repeat;
}
.about .styleBox > .hd a span {
  display: block;
  height: 46px;
  line-height: 46px;
  background: #fff;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-top: 10px;
}
.about .styleBox > .hd a.on i.i1 {
  background: url(../image/sticoh1.png) center center no-repeat;
}
.about .styleBox > .hd a.on i.i2 {
  background: url(../image/sticoh2.png) center center no-repeat;
}
.about .styleBox > .hd a.on span {
  background: #05A045;
  color: #fff;
}
.about .styleBox > .bd {
  height: 140px;
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .styleBox .imgSlide {
  position: relative;
  top: -15px;
}
.about .styleBox .imgSlide .bd {
  height: 140px;
  margin:  auto;
  width: 1200px;
  position: relative;
}
.about .styleBox .imgSlide .bd ul{
  background: #fff;
}
.about .styleBox .imgSlide .bd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .styleBox .imgSlide .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .styleBox .imgSlide .bd ul li {
  width: 256px;
  height: 140px;
  background-color: #ffffff;
  margin: 15px 22px;
  float: left;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .styleBox .imgSlide .bd ul li .pic img {
  display: block;
  width: 256px;
  height: 169px;
}
.about .styleBox .imgSlide .bd ul li h5 {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -30px;
  text-align: center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: #000;
  background: rgba(0, 0, 0, 0.34);
}
.about .styleBox .imgSlide .bd ul li h5 a {
  text-align: center;
  color: #fff;
  display: block;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .styleBox .imgSlide .bd ul li:hover {
  box-shadow: 0px 0px 14px #bfbfbf;
  -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 .styleBox .imgSlide .bd ul li:hover h5 {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}
.about .styleBox .imgHd span {
  width: 16px;
  height: 29px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.about .styleBox .imgHd .prev {
  background: url(../image/jtL.png) center center no-repeat;
  left: 50%;
  margin-left: -640px;
}
.about .styleBox .imgHd .prev:hover {
  background: url(../image/jthL.png) center center no-repeat;
}
.about .styleBox .imgHd .next {
  background: url(../image/jtR.png) center center no-repeat;
  right: 50%;
  margin-right: -640px;
}
.about .styleBox .imgHd .next:hover {
  background: url(../image/jthR.png) center center no-repeat;
}
.news {
  padding: 60px 0;
}
.news .newsBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}
.news .newsBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .mewsL {
  width: 780px;
  float: left;
}
.news .newsBox .mewsL .list1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .mewsL .list1 .item {
  position: relative;
  width: 370px;
  float: left;
  margin-left: 40px;
  padding-bottom: 30px;
  border-bottom: 1px #ccc solid;
}
.news .newsBox .mewsL .list1 .item:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .mewsL .list1 .item:first-child {
  margin-left: 0;
}
.news .newsBox .mewsL .list1 .item .pic {
  display: block;
  overflow: hidden;
  width: 370px;
  height: 238px;
}
.news .newsBox .mewsL .list1 .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .mewsL .list1 .item .text .bt {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
}
.news .newsBox .mewsL .list1 .item .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .mewsL .list1 .item .text p {
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
}
.news .newsBox .mewsL .list1 .item .text .date {
  line-height: 1;
  margin-top: 15px;
  font-size: 16px;
}
.news .newsBox .mewsL .list1 .item .text .date i {
  font-size: 28px;
}
.news .newsBox .mewsL .list1 .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #05A045;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .mewsL .list1 .item:hover:after {
  width: 100%;
}
.news .newsBox .mewsL .list1 .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);
}
.news .newsBox .mewsL .list1 .item:hover .text .bt {
  color: #3db58d;
}
.news .newsBox .mewsL .list2 {
  margin-right: -40px;
  padding-top: 10px;
}
.news .newsBox .mewsL .list2:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .mewsL .list2 p {
  float: left;
  width: 370px;
  margin-top: 10px;
  margin-right: 40px;
  line-height: 36px;
  position: relative;
}
.news .newsBox .mewsL .list2 p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3db58d;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .mewsL .list2 p:hover:after {
  width: 100%;
}
.news .newsBox .mewsL .list2 p span {
  font-size: 12px;
  float: right;
}
.news .newsBox .mewsL .list2 p a {
  display: block;
  width: 290px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .mewsL .list2 p a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .mewsL .list2 p a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.news .newsBox .mewsL .list2 p:hover a {
  color: #3db58d;
}
.news .newsBox .mewsL .list2 p:hover a:before {
  background: #3db58d;
}
.news .newsBox .aq {
  float: right;
  width: 370px;
  border-top: 2px #333 solid;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsBox .aq .tit {
  line-height: 1;
  position: relative;
  height: 18px;
}
.news .newsBox .aq .tit span {
  font-size: 18px;
  float: left;
}
.news .newsBox .aq .tit a {
  font-size: 14px;
  float: right;
  display: block;
  line-height: 23px;
  height: 24px;
  width: 24px;
  font-size: 18px;
  text-align: center;
  position: relative;
  top: -5px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .aq .tit a:hover {
  border-radius: 4px;
  color: #fff;
  background: #3db58d;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsBox .aq .aqSlide .bd {
  overflow: hidden;
  width: 370px;
}
.news .newsBox .aq .aqSlide .bd ul li {
  margin-top: 36px;
  padding: 20px;
  position: relative;
  height: 86px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news .newsBox .aq .aqSlide .bd ul li .wen {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  position: relative;
  padding-left: 28px;
}
.news .newsBox .aq .aqSlide .bd ul li .wen b {
  width: 18px;
  height: 18px;
  background-color: #3db58d;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  text-transform: uppercase;
}
.news .newsBox .aq .aqSlide .bd ul li .wen p a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .aq .aqSlide .bd ul li .wen p a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .aq .aqSlide .bd ul li .da {
  line-height: 28px;
  font-size: 12px;
  position: relative;
  padding-left: 28px;
  margin-top: 20px;
}
.news .newsBox .aq .aqSlide .bd ul li .da b {
  width: 18px;
  height: 18px;
  background-color: #333;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  text-transform: uppercase;
}
.news .newsBox .aq .aqSlide .bd ul li .da p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666;
  position: relative;
  top: -2px;
}
.news .newsBox .aq .aqSlide .bd ul li .da p a {
  color: #3db58d;
  display: inline-block;
}
.news .newsBox .aq .aqSlide .bd ul li .da p a:hover {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.news .newsBox .aq .aqSlide .bd ul li:hover {
  border-color: #3db58d;
}
.news .newsBox .aq .aqSlide .bd ul li:hover .wen p a {
  color: #3db58d;
}
.news .newsBox .aq .aqSlide .bd ul li:hover:before {
  width: 100%;
}
.message {
  background-color: #f1f1f1;
  padding: 50px 0;
}
.message .messageBox {
  width: 1200px;
  margin: 0 auto;
}
.message .messageBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .join {
  float: left;
  width: 415px;
  height: 407px;
  background-color: #05A045;
  padding: 27px 43px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message .join h3 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
}
.message .join p {
  text-align: right;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}
.message .join p:before {
  content: "";
  width: 174px;
  height: 1px;
  background-color: #99cccc;
  position: absolute;
  left: 0;
  top: 7px;
}
.message .join .pic {
  margin-top: 23px;
}
.message .join .pic {
  display: block;
  width: 328px;
  height: 280px;
  overflow: hidden;
}
.message .join .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .join: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);
}
.message .formbox {
  float: right;
  width: 720px;
}
.message .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .formbox h4 {
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px #333 solid;
}
.message .formbox .tel {
  height: 35px;
  margin-top: 43px;
  margin-bottom: 8px;
}
.message .formbox .tel img {
  width: 35px;
  height: 34px;
}
.message .formbox .tel span {
  display: block;
  border-bottom: 1px #3db58d solid;
  line-height: 28px;
  height: 28px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 15px;
  width: 194px;
  float: left;
}
.message .formbox .tel .left {
  float: left;
}
.message .formbox .tel .left img {
  float: left;
  margin-right: 27px;
}
.message .formbox .tel .right {
  float: right;
}
.message .formbox .tel .right img {
  float: right;
  margin-left: 27px;
}
.message .formbox label {
  display: block;
  float: left;
  position: relative;
  margin-top: 27px;
}
.message .formbox label input {
  display: block;
  width: 345px;
  height: 42px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: none;
  padding: 0 10px 0 90px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  color: #3db58d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox label input::-webkit-input-placeholder {
  color: #3db58d;
}
.message .formbox label input.username {
  margin-right: 28px;
}
.message .formbox label span {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  height: 18px;
  line-height: 18px;
  display: block;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox label span img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.message .formbox label input:focus,
.message .formbox label input:active {
  padding-left: 10px;
}
.message .formbox label input:focus + span,
.message .formbox label input:active + span {
  background-color: transparent;
  transform: translateY(-34px);
  left: 0;
}
.message .formbox label textarea {
  display: block;
  width: 720px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: none;
  height: 110px;
  line-height: 24px;
  padding: 6px 10px 6px 90px;
  position: relative;
  z-index: 1;
  color: #3db58d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox label textarea::-webkit-input-placeholder {
  color: #3db58d;
}
.message .formbox label textarea:focus,
.message .formbox label textarea:active {
  padding-left: 10px;
}
.message .formbox label textarea:focus + span,
.message .formbox label textarea:active + span {
  background-color: transparent;
  transform: translateY(-30px);
  left: 0;
}
.message .formbox .submitform {
  float: left;
  width: 720px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  background: #05A045;
  font-size: 14px;
  margin-top: 30px;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 5px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.message .formbox .submitform:before {
  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;
}
.message .formbox .submitform:hover,
.message .formbox .submitform:focus,
.message .formbox .submitform:active {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.message .formbox .submitform:hover:before,
.message .formbox .submitform:focus:before,
.message .formbox .submitform:active:before {
  opacity: 1;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.links {
  margin: 70px 0 55px;
}
.links .linksBox {
  width: 1200px;
  margin: 0 auto;
}
.links .linksBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.links .tit {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 2px #333 solid;
}
.links .tit i {
  width: 6px;
  height: 6px;
  background-color: #05A045;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  top: 0;
  text-transform: uppercase;
}
.links .list {
  margin-top: 25px;
  line-height: 40px;
}
.links .list a {
  display: inline-block;
  margin-right: 40px;
  color: #666;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:hover {
  color: #3db58d;
}
