﻿@charset "UTF-8";
.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;
  }
}
/* 水波纹特效 */
.banner {
  width: 100%;
  height: 500px;
  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: #016436;
}
.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(../images/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(../images/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 {
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
.title p {
  font-size: 24px;
  height: 20px;
  line-height: 20px;
  color: #808080;
  text-transform: uppercase;
}
.title h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  color: #016436;
  background: url(../images/titline.png) center center no-repeat;
}
.product {
  padding: 60px 0;
}
.product .proBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.product .proBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proNav {
  float: left;
  width: 252px;
  background-color: #fafafa;
  border: solid 1px #ffffff;
  box-shadow: 0 0 8px rgba(1, 100, 54, 0.5);
  height: 539px;
  overflow: hidden;
}
.product .proBox .proNav li {
  background-color: #fafafa;
  border-top: solid 1px #ffffff;
}
.product .proBox .proNav li:first-child {
  border-top: none;
}
.product .proBox .proNav li a {
  display: block;
  height: 59px;
  line-height: 59px;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding: 0 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proNav li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  background: url(../images/pronavli.png) 0 center no-repeat;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proNav li a:hover {
  color: #fff;
  background: #016436;
}
.product .proBox .proNav li a:hover:before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  background: url(../images/pronavli.png) 225px center no-repeat;
}
.product .proBox .proR {
  width: 908px;
  float: right;
}
.product .proBox .proR .proRtit {
  height: 40px;
}
.product .proBox .proR .proRtit span {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #016436;
  cursor: pointer;
}
.product .proBox .proR .proRtit span.on {
  background: #f3820f;
  box-shadow: 0 0 8px rgba(243, 130, 15, 0.5);
}
.product .proBox .proR .proRtit .search {
  float: right;
  margin-top: 5px;
}
.product .proBox .proR .proRtit .search .searchInp {
  width: 240px;
  height: 30px;
  border: solid 1px #fafafa;
  padding: 0 10px;
  line-height: 28px;
  float: left;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proBox .proR .proRtit .search .searchInp::-webkit-input-placeholder {
  color: #999;
}
.product .proBox .proR .proRtit .search .submitBtn {
  width: 30px;
  height: 30px;
  background: #016436 url(../images/searchico.png) center center no-repeat;
  border: none;
  color: #fff;
  cursor: pointer;
  float: right;
  margin-left: 6px;
}
.product .proBox .proR .bd {
  height: 502px;
  overflow: hidden;
}
.product .proBox .proR .bd ul {
  float: left;
  margin-right: -22px;
}
.product .proBox .proR .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proR .bd ul li {
  margin: 21px 22px 0 0;
  width: 287px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  background-color: #fafafa;
}
.product .proBox .proR .bd ul li .pic {
  width: 288px;
  height: 200px;
  display: block;
  overflow: hidden;
  border: solid 1px #fafafa;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proBox .proR .bd ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proR .bd ul li .pic:after,
.product .proBox .proR .bd ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proBox .proR .bd ul li .pic:before {
  top: 10px;
  left: 10px;
  border-color: #fff transparent transparent #fff;
}
.product .proBox .proR .bd ul li .pic:after {
  right: 10px;
  bottom: 10px;
  border-color: transparent #fff #fff transparent;
}
.product .proBox .proR .bd ul li .bt {
  position: relative;
  z-index: 1;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proR .bd ul li .bt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #016436;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proR .bd ul li:hover .pic:after,
.product .proBox .proR .bd ul li:hover .pic:before {
  width: 264px;
  height: 176px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proBox .proR .bd ul li:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.product .proBox .proR .bd ul li:hover .bt {
  color: #fff;
}
.product .proBox .proR .bd ul li:hover .bt:before {
  width: 100%;
}
.product .proBox .proR .bd ul li:hover .linkIco {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -webkit-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
}
.product .proBox .proR .bd ul li:hover .bg {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center top no-repeat;
  height: 300px;
}
.mbanner1 .mbanBox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 58px;
  line-height: 1;
  text-align: right;
}
.mbanner1 .mbanBox .w1 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.mbanner1 .mbanBox .w2 {
  font-size: 18px;
  color: #f3820f;
  font-weight: bold;
  margin-top: 20px;
}
.mbanner1 .mbanBox .w3 {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
}
.mbanner1 .mbanBox .w3 span {
  font-weight: bold;
  font-size: 22px;
}
.mbanner1 .mbanBox .zxLink {
  margin-top: 30px;
}
.mbanner1 .mbanBox .zxLink .button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #fff;
  width: 160px;
  height: 40px;
  line-height: 40px;
}
.mbanner1 .mbanBox .zxLink .su_button_circle {
  background: #f3820f;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  pointer-events: none;
}
.mbanner1 .mbanBox .zxLink .button_su_inner {
  display: block;
  color: #016436;
  text-align: center;
  position: relative;
  z-index: 2;
}
.mbanner1 .mbanBox .zxLink .button_su_inner:after,
.mbanner1 .mbanBox .zxLink .button_su_inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mbanner1 .mbanBox .zxLink .button_su_inner:before {
  top: 5px;
  left: 5px;
  border-color: #fff transparent transparent #fff;
}
.mbanner1 .mbanBox .zxLink .button_su_inner:after {
  right: 5px;
  bottom: 5px;
  border-color: transparent #fff #fff transparent;
}
.mbanner1 .mbanBox .zxLink .button_su_inner:hover {
  color: #fff;
}
.mbanner1 .mbanBox .zxLink .button_su_inner:hover:after,
.mbanner1 .mbanBox .zxLink .button_su_inner:hover:before {
  width: 148px;
  height: 28px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner1 .mbanBox .zxLink .explode-circle {
  animation: explode 0.7s forwards ease;
}
.mbanner1 .mbanBox .zxLink .desplode-circle {
  animation: desplode 0.7s forwards;
}
@keyframes explode {
  0% {
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: rgba(42, 53, 80, 0.2);
  }
  100% {
    width: 320px;
    height: 320px;
    margin-left: -160px;
    margin-top: -160px;
    background-color: #f3820f;
  }
}
@keyframes desplode {
  0% {
    width: 320px;
    height: 320px;
    margin-left: -160px;
    margin-top: -160px;
    background-color: #f3820f;
  }
  100% {
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: rgba(129, 80, 108, 0.6);
  }
}
.case {
  padding: 60px 0;
  overflow: hidden;
}
.case .caseBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.case .caseBox .caseNav {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.case .caseBox .caseNav a {
  margin-left: 16px;
  font-size: 18px;
  color: #fff;
  width: 180px;
  height: 44px;
  line-height: 44px;
  background: #016436;
  display: inline-block;
}
.case .caseBox .caseNav a:first-child {
  margin-left: 0;
}
.case .caseBox .caseNav a.on {
  background: #f3820f;
}
.case .caseBox .list {
  height: 456px;
}
.case .caseBox .list li {
  margin: 20px 0 0 20px;
  float: left;
  width: 276px;
  height: 208px;
  overflow: hidden;
  position: relative;
}
.case .caseBox .list li:after {
  position: absolute;
  transition: 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  -webkit-transform: scale3d(3 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.case .caseBox .list li:hover:after {
  -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.case .caseBox .list li .pic {
  display: block;
  width: 276px;
  height: 208px;
  overflow: hidden;
}
.case .caseBox .list 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;
}
.case .caseBox .list li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseBox .list li .bt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox .list li .bt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #191919;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox .list li:hover .bt:before {
  background: #016436;
}
.case .caseBox .list li:first-child {
  width: 608px;
  height: 436px;
  margin-left: 0;
}
.case .caseBox .list li:first-child .pic {
  width: 608px;
  height: 436px;
}
.case .caseTel {
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  margin-top: 40px;
  padding-top: 44px;
  background: url(../images/casetel.png) center 0 no-repeat;
  line-height: 1;
}
.advantage .title h3 {
  background: url(../images/ystitline.png) center center no-repeat;
}
.advantage .advCont {
  background-color: #fafafa;
  margin-top: 40px;
  overflow: hidden;
}
.advantage .advBox {
  width: 1200px;
  margin: 0 auto;
}
.advantage .advBox .item {
  height: 350px;
}
.advantage .advBox .item:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .advBox .item .pic {
  position: relative;
  height: 350px;
  width: 600px;
  float: left;
}
.advantage .advBox .item .pic img {
  display: block;
  width: 960px;
  height: 350px;
  right: 0;
  top: 0;
  position: absolute;
}
.advantage .advBox .item .text {
  padding: 60px 0 0;
  margin: 0 35px;
  width: 530px;
  float: right;
  position: relative;
  z-index: 1;
}
.advantage .advBox .item .text .num {
  position: absolute;
  z-index: -1;
  font-size: 92px;
  color: #dbdbdb;
  font-weight: bold;
  left: 0;
  top: 50px;
  height: 73px;
  line-height: 73px;
}
.advantage .advBox .item .text .cn {
  margin-left: 108px;
}
.advantage .advBox .item .text .cn span {
  background: #016436;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  color: #fff;
  padding: 0 22px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.advantage .advBox .item .text .cn span:before {
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 32px 10px 0 0;
  border-style: solid;
  border-color: #f8f8f8 transparent transparent;
  position: absolute;
}
.advantage .advBox .item .text .cn span:after {
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0 32px 10px ;
  border-style: solid;
  border-color: transparent transparent #f8f8f8;
  position: absolute;
}
.advantage .advBox .item .text .en {
  font-size: 14px;
  line-height: 1;
  color: #b3b3b3;
  background-color: #fafafa;
  padding: 8px 0 14px;
}
.advantage .advBox .item .text p {
  line-height: 30px;
  margin-top: 15px;
  text-align: justify;
  color: #808080;
  padding-top: 20px;
  border-top: 1px #e6e6e6 solid;
}
.advantage .advBox .item.item2 .pic,
.advantage .advBox .item.item4 .pic {
  float: right;
}
.advantage .advBox .item.item2 .pic img,
.advantage .advBox .item.item4 .pic img {
  left: 0;
}
.advantage .advBox .item.item2 .text,
.advantage .advBox .item.item4 .text {
  float: left;
  margin-left: 0;
}
.about {
  margin-top: 60px;
}
.about .aboutBox {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/aboutbg.jpg) right bottom no-repeat;
}
.about .aboutBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutPic {
  float: left;
  width: 620px;
  height: 388px;
  background-color: #016436;
  position: relative;
  margin-bottom: 30px;
}
.about .aboutPic i {
  display: block;
  width: 523px;
  height: 388px;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 30px;
  left: 54px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.about .aboutPic i:after {
  position: absolute;
  transition: 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  -webkit-transform: scale3d(3 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.about .aboutPic i:hover:after {
  -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.about .aboutPic i img {
  width: 100%;
  height: 100%;
  display: block;
}
.about .aboutText {
  width: 530px;
  float: right;
  padding-top: 50px;
}
.about .aboutText .tit .cn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #016436;
}
.about .aboutText .tit .en {
  line-height: 1;
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.about .aboutText .tit .en:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 1px;
  background-color: #e6e6e6;
  margin-left: 20px;
}
.about .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  text-align: justify;
  margin-top: 28px;
  color: #808080;
  text-indent: 2em;
}
.about .aboutText .more {
  margin-top: 35px;
}
.about .aboutText .more .button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #016436;
}
.about .aboutText .more .su_button_circle {
  background: #f3820f;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  pointer-events: none;
}
.about .aboutText .more .button_su_inner {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about .aboutText .more .explode-circle {
  animation: explode 1s forwards ease;
}
.about .aboutText .more .desplode-circle {
  animation: desplode 0.7s forwards;
}
.about .aboutText .link {
  margin-top: 58px;
  font-size: 0;
}
.about .aboutText .link a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 260px;
  height: 140px;
  background-color: #222222;
  border-radius: 2px;
  margin-left: 22px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
  text-align: center;
  -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;
}
.about .aboutText .link a: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;
}
.about .aboutText .link a:hover,
.about .aboutText .link a:focus,
.about .aboutText .link a:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.about .aboutText .link a:hover:before,
.about .aboutText .link a:focus:before,
.about .aboutText .link a:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.about .aboutText .link a:first-child {
  margin-left: 0;
  background: #016436;
}
.about .aboutText .link a img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .link a:hover {
  background: #016436;
}
.about .aboutText .link a:hover img {
  -webkit-transform: scale(1.1) rotateY(180deg);
  -moz-transform: scale(1.1) rotateY(180deg);
  -o-transform: scale(1.1) rotateY(180deg);
  transform: scale(1.1) rotateY(180deg);
}
.showSlide {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.showSlide > .hd {
  text-align: center;
  font-size: 0;
}
.showSlide > .hd a {
  display: inline-block;
  margin: 0 10px;
  overflow: hidden;
  background: #016436;
}
.showSlide > .hd a span {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.showSlide > .hd a span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #f3820f;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0;
  height: 100%;
}
.showSlide > .hd a span:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: #f3820f;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0;
  height: 100%;
}
.showSlide > .hd a.on span:before,
.showSlide > .hd a.on span:after {
  width: 50%;
}
.showSlide > .bd {
  margin-top: 30px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.showSlide > .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showSlide > .bd ul li {
  width: 280px;
  height: 240px;
  overflow: hidden;
  float: left;
  margin-right: 26px;
  position: relative;
  z-index: 1;
}
.showSlide > .bd ul li .pic {
  width: 280px;
  height: 210px;
  display: block;
  overflow: hidden;
  position: relative;
}
.showSlide > .bd ul li .pic:after,
.showSlide > .bd ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.showSlide > .bd ul li .pic:before {
  top: 10px;
  left: 10px;
  border-color: #fff transparent transparent #fff;
}
.showSlide > .bd ul li .pic:after {
  right: 10px;
  bottom: 10px;
  border-color: transparent #fff #fff transparent;
}
.showSlide > .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.4s ease-out;
  transition: all 0.4s ease-out;
}
.showSlide > .bd ul li .bt {
  display: block;
  color: #4d4d4d;
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.showSlide > .bd ul li:hover .pic:after,
.showSlide > .bd ul li:hover .pic:before {
  width: 258px;
  height: 188px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.showSlide > .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);
}
.showSlide > .bd ul li:hover .bt {
  color: #016436;
}
.news {
  width: 1200px;
  margin: 0 auto;
  padding: 55px 0 0;
}
.news .newsTitle:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTitle .tit {
  float: left;
  line-height: 1;
}
.news .newsTitle .tit .cn {
  font-size: 24px;
  font-weight: bold;
  color: #016436;
}
.news .newsTitle .tit .cn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 22px;
  height: 1px;
  background: #016436;
}
.news .newsTitle .tit .en {
  color: #b3b3b3;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
}
.news .newsTitle .hd {
  float: right;
  color: #016436;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.news .newsTitle .hd a {
  display: inline-block;
  color: #016436;
  margin: 0 10px;
}
.news .newsTitle .hd a:last-child {
  margin-right: 0;
}
.news .newsTitle .hd a.on {
  color: #f3820f;
}
.news > .bd .newsList {
  height: 457px;
}
.news > .bd .newsList .list1 {
  height: 310px;
  margin-top: 30px;
}
.news > .bd .newsList .list1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news > .bd .newsList .list1 .one {
  position: relative;
  width: 488px;
  height: 310px;
  float: left;
  overflow: hidden;
}
.news > .bd .newsList .list1 .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news > .bd .newsList .list1 .one .pic {
  width: 488px;
  height: 310px;
  display: block;
  overflow: hidden;
}
.news > .bd .newsList .list1 .one .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.4s ease-out;
  transition: all 0.4s ease-out;
}
.news > .bd .newsList .list1 .one .bt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  padding: 0 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
  background: rgba(1, 100, 54, 0.7);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news > .bd .newsList .list1 .one:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news > .bd .newsList .list1 .one:hover .bt {
  bottom: 0;
}
.news > .bd .newsList .list1 ul {
  float: right;
  width: 698px;
}
.news > .bd .newsList .list1 ul li {
  height: 100px;
  margin-top: 5px;
  background-color: #fafafa;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news > .bd .newsList .list1 ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news > .bd .newsList .list1 ul li:first-child {
  margin-top: 0;
}
.news > .bd .newsList .list1 ul li .date {
  width: 100px;
  height: 100px;
  background-color: #016436;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  float: left;
}
.news > .bd .newsList .list1 ul li .date i {
  display: block;
  font-size: 38px;
  font-weight: bold;
  padding-top: 16px;
}
.news > .bd .newsList .list1 ul li .date span {
  display: block;
  font-size: 16px;
  margin-top: 12px;
}
.news > .bd .newsList .list1 ul li .text {
  width: 598px;
  padding: 20px 30px 0 20px;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news > .bd .newsList .list1 ul li .text .bt {
  display: block;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news > .bd .newsList .list1 ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news > .bd .newsList .list1 ul li .text p {
  color: #808080;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news > .bd .newsList .list1 ul li:hover {
  box-shadow: 0 0 8px rgba(1, 100, 54, 0.3);
}
.news > .bd .newsList .list1 ul li:hover .text .bt {
  color: #016436;
}
.news > .bd .newsList .list {
  margin-top: 12px;
  margin-right: -22px;
}
.news > .bd .newsList .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news > .bd .newsList .list ul li {
  float: left;
  line-height: 44px;
  position: relative;
  width: 385px;
  border-bottom: 1px #e6e6e6 solid;
  margin-right: 22px;
}
.news > .bd .newsList .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #016436;
  width: 0;
  height: 1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news > .bd .newsList .list ul li:hover:after {
  width: 100%;
}
.news > .bd .newsList .list ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news > .bd .newsList .list ul li a {
  display: block;
  float: left;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news > .bd .newsList .list ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../images/newsli.png) center center no-repeat;
}
.news > .bd .newsList .list ul li span {
  font-size: 12px;
  color: #808080;
  float: right;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news > .bd .newsList .list ul li:hover a {
  color: #016436;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news > .bd .newsList .list ul li:hover a:before {
  background: url(../images/newslih.png) center center no-repeat;
}
.news > .bd .newsList .list ul li:hover span {
  color: #016436;
}
.news .newsR {
  width: 372px;
  float: right;
}
.news .newsR .tit {
  line-height: 1;
  position: relative;
  font-size: 20px;
  border-bottom: 1px #d2d2d2 solid;
  height: 32px;
}
.news .newsR .tit span {
  font-size: 20px;
  padding: 0 20px 0 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 32px;
  margin-bottom: -1px;
  color: #016436;
  height: 30px;
  border-bottom: 2px #f3820f solid;
}
.news .newsR .tit a {
  display: block;
  right: -15px;
  top: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0 15px;
  overflow: hidden;
  color: #999999;
  position: absolute;
  border-radius: 20px;
}
.news .newsR .tit a:hover {
  background: #016436;
  color: #fff;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
.news .newsR .one {
  margin-top: 75px;
  width: 370px;
  height: 210px;
  background-color: #f0f0f0;
  padding: 54px 15px 0 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.news .newsR .one:before {
  content: "";
  background: #016436;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .one .t {
  position: absolute;
  width: 126px;
  height: 64px;
  background-color: #222;
  display: block;
  left: 20px;
  top: -34px;
  z-index: 3;
  font-family: Arial;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 64px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-transform: uppercase;
}
.news .newsR .one .t:after {
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: #f8f8f8 transparent transparent;
  position: absolute;
}
.news .newsR .one .bt {
  line-height: 1;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsR .one .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .one p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 20px;
}
.news .newsR .one .more {
  text-align: right;
  margin-top: 30px;
}
.news .newsR .one .more a {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  background-color: #016436;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  -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;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 0;
}
.news .newsR .one .more a: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;
}
.news .newsR .one .more a:hover,
.news .newsR .one .more a:focus,
.news .newsR .one .more a:active {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.news .newsR .one .more a:hover:before,
.news .newsR .one .more a:focus:before,
.news .newsR .one .more a:active:before {
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.news .newsR .one .more a:hover {
  border-radius: 20px;
  padding: 0 15px;
}
.news .newsR .one:hover {
  color: #fff;
}
.news .newsR .one:hover:before {
  width: 100%;
}
.news .newsR .one:hover .bt,
.news .newsR .one:hover p {
  color: #fff;
}
.news .newsR .one:hover .more a {
  background: #fff;
  color: #016436;
}
.news .newsR .list {
  margin-top: 22px;
}
.news .newsR .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsR .list ul li {
  line-height: 32px;
  position: relative;
}
.news .newsR .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #016436;
  width: 0;
  height: 1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .list ul li:hover:after {
  width: 100%;
}
.news .newsR .list ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsR .list ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #bbbbbb;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.news .newsR .list ul li:hover a {
  color: #016436;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .list ul li:hover a:before {
  background-color: #016436;
}
.links {
  width: 1200px;
  margin: 0 auto;
  padding: 55px 0;
}
.links:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.links .tit {
  font-size: 22px;
  color: #016436;
  line-height: 30px;
  background: url(../images/linksico.png) left center no-repeat;
  text-transform: uppercase;
  padding-left: 25px;
  float: left;
}
.links .list {
  width: 1100px;
  float: left;
}
.links .list a {
  display: inline-block;
  line-height: 30px;
  margin-left: 30px;
  color: #999;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:hover {
  color: #016436;
}
.message {
  background-color: #fafafa;
  padding: 38px 0;
}
.message .formbox {
  width: 1200px;
  margin: 0 auto;
}
.message .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .formbox .tit {
  width: 198px;
  color: #016436;
  padding-top: 3px;
  float: left;
}
.message .formbox .tit .cn {
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
  background: url(../images/lyico.png) left center no-repeat;
}
.message .formbox .tit .en {
  line-height: 1;
  font-size: 16px;
  margin-top: 8px;
  color: #016436;
  font-weight: bold;
}
.message .formbox label {
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}
.message .formbox input {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  width: 194px;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #016436;
  line-height: 42px;
  font-size: 14px;
  padding: 0 10px 0 40px;
  position: relative;
  z-index: 1;
  color: #016436;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input::-webkit-input-placeholder {
  color: #016436;
}
.message .formbox input:focus,
.message .formbox input:active {
  padding-left: 10px;
  box-shadow: 0 0 10px rgba(1, 100, 54, 0.3);
}
.message .formbox input.xqcontent {
  width: 388px;
}
.message .formbox span {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 15px;
  line-height: 16px;
  display: block;
  border-right: 1px #016436 solid;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox span img {
  vertical-align: middle;
  margin: 0 7px;
  float: left;
  width: 16px;
  height: 16px;
}
.message .formbox input:focus + span,
.message .formbox input:active + span {
  left: 163px;
  font-size: 0;
}
.message .formbox input.xqcontent:focus + span,
.message .formbox input.xqcontent:active + span {
  left: 357px;
}
.message .formbox .submitform {
  margin-left: 12px;
  width: 168px;
  height: 44px;
  background-color: #016436;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox .submitform:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #f3820f;
}

