@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 720px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #045938;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #045938;
}
.title {
  text-align: center;
  line-height: 1;
}
.title .span {
  display: inline-block;
  text-align: left;
}
.title .line1 {
  width: 56px;
  height: 1px;
  background-color: #999999;
}
.title h3 {
  font-weight: bold;
  font-size: 32px;
  margin-top: 22px;
}
.title .en {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 1px;
  color: #666666;
  line-height: 10px;
  margin-top: 14px;
  text-transform: uppercase;
}
.title .line2 {
  height: 1px;
  background-color: #999999;
  margin-top: 14px;
}
.navLink {
  float: right;
  margin-top: 35px;
  max-width: 800px;
}
.navLink li {
  margin-left: 30px;
  font-size: 16px;
  line-height: 30px;
  float: left;
}
.navLink li a {
  display: block;
  position: relative;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
}
.navLink li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #04592e;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navLink li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #04592e;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navLink li a:hover,
.navLink li a.on {
  color: #045938;
}
.navLink li a:hover:before,
.navLink li a.on:before {
  width: 20px;
}
.navLink li a:hover:after,
.navLink li a.on:after {
  width: 20px;
}
.navLink li.on a {
  color: #045938;
}
.navLink li.on a:before {
  width: 20px;
}
.navLink li.on a:after {
  width: 20px;
}
.product {
  padding: 70px 0 90px;
}
.product .title .en {
  background: url(../images/proen.png) center center no-repeat;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proTab {
  text-align: center;
  font-size: 0;
  margin-top: 36px;
}
.product .proTab a {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  min-width: 150px;
  padding: 0 10px;
  height: 40px;
  background-color: #f6f7fb;
  border: solid 1px #d7d8db;
  border-radius: 20px;
  line-height: 38px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #045938, #045938);
  background-image: linear-gradient(to right, #045938, #045938);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-size: 0% 100%;
  background-position: center center;
  cursor: pointer;
  font-weight: bold;
}
.product .proTab a.on {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-size: 100% 100%;
  color: #fff;
}
.product .list {
  margin-top: 35px;
}
.product .list ul {
  margin-right: -26px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  overflow: hidden;
  float: left;
  margin-top: 30px;
  margin-right: 26px;
  width: 320px;
  height: 240px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  position: relative;
  z-index: 1;
}
.product .list ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 52px;
  line-height: 51px;
  position: absolute;
  z-index: 2;
  padding: 0 60px 0 20px;
  width: 100%;
  left: 0;
  bottom: -54px;
  background: rgba(4, 89, 56, 0.9);
  color: #fff;
}
.product .list ul li .bt:after {
  display: block;
  content: "+";
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  font-size: 30px;
}
.product .list ul li:hover .bt {
  bottom: 0;
}
.product .list .prev {
  width: 44px;
  height: 44px;
  border: solid 1px #d7d8db;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 102px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list .prev:before {
  content: "<";
  font-family: 宋体;
  font-size: 26px;
  font-weight: bold;
}
.product .list .prev:hover {
  border: solid 1px #045938;
  color: #045938;
}
.product .list .next {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: solid 1px #045938;
  background: #045938;
  position: absolute;
  right: 0;
  top: 102px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list .next:before {
  content: ">";
  font-family: 宋体;
  font-size: 26px;
  font-weight: bold;
}
.product .list .next:hover {
  border: solid 1px #045938;
  color: #045938;
  background: none;
}
.youshi {
  background-color: #f2f2f2;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .title .en {
  background: url(../images/ysen.png) center center no-repeat;
}
.youshi .ysBox {
  height: 685px;
}
.youshi .ysL {
  background-color: #93ac4c;
  width: 332px;
  color: #fff;
  float: left;
  line-height: 1;
}
.youshi .ysL .ysTit {
  height: 458px;
  background: url(../images/ysen.png) 31px 53px no-repeat;
  background-color: #045938;
  padding: 90px 0 0 30px;
}
.youshi .ysL .ysTit h3 {
  font-size: 26px;
  font-weight: bold;
}
.youshi .ysL .ysTit .line {
  margin-top: 12px;
  height: 60px;
  width: 1px;
  margin-left: 10px;
  background: #fff;
}
.youshi .ysL .mban {
  background: url(../images/mbanbg.jpg) center bottom no-repeat;
  height: 227px;
  padding: 40px 0 0 25px;
}
.youshi .ysL .mban .t1 {
  font-size: 18px;
}
.youshi .ysL .mban .line {
  width: 170px;
  height: 1px;
  margin-top: 22px;
  margin-left: 3px;
  background: #fff;
}
.youshi .ysL .mban .t2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 100;
}
.youshi .ysL .mban .zxLink {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  width: 136px;
  height: 40px;
  line-height: 40px;
  margin-top: 28px;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #045938, #045938);
  background-image: linear-gradient(to right, #045938, #045938);
  background-size: 0% 100%;
  background-position: left center;
}
.youshi .ysL .mban .zxLink:hover {
  background-size: 100% 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  color: #fff;
}
.youshi .ysR {
  float: right;
  height: 685px;
  width: 1028px;
  position: relative;
}
.youshi .ysR .gallery-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 1360px;
  height: 550px;
  overflow: hidden;
  cursor: url(../images/gesture2.png), default;
}
.youshi .ysR .gallery-top img {
  cursor: url(../images/gesture2.png), default;
}
.youshi .ysR .gallery-top .pic {
  float: right;
  width: 1028px;
  height: 550px;
}
.youshi .ysR .gallery-top .pic img {
  width: 1028px;
  height: 550px;
  display: block;
}
.youshi .ysR .gallery-top .cont {
  float: left;
  width: 332px;
  padding: 215px 30px;
  color: #fff;
}
.youshi .ysR .gallery-top .cont h4 {
  font-size: 34px;
  line-height: 30px;
}
.youshi .ysR .gallery-top .cont h4 b {
  font-size: 24px;
  margin-left: 50px;
  position: relative;
  vertical-align: top;
}
.youshi .ysR .gallery-top .cont h4 b:before {
  content: "";
  display: block;
  position: absolute;
  left: -42px;
  top: 50%;
  height: 2px;
  width: 30px;
  background-color: #fff;
}
.youshi .ysR .gallery-top .cont p {
  line-height: 35px;
  margin-top: 18px;
}
.youshi .ysR .gallery-top .swiper-slide .cont h4 {
  transform: translateX(-80px);
  opacity: 0;
  transition: all 0.2s;
}
.youshi .ysR .gallery-top .swiper-slide .cont p {
  transform: translateX(-80px);
  opacity: 0;
  transition: all 0.2s;
}
.youshi .ysR .gallery-top .swiper-slide-active .cont h4 {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.youshi .ysR .gallery-top .swiper-slide-active .cont p {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.youshi .ysR .gallery-thumbs {
  width: 700px;
  left: 50%;
  margin-left: -350px;
  position: absolute;
  top: 455px;
  z-index: 2;
}
.youshi .ysR .gallery-thumbs .swiper-slide {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysR .gallery-thumbs .pic {
  height: 165px;
  width: 160px;
  background: url(../images/ysli.png) center bottom no-repeat;
  position: relative;
  margin-left: -10px;
}
.youshi .ysR .gallery-thumbs .pic i {
  display: block;
  width: 160px;
  height: 160px;
  border: solid 5px #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysR .gallery-thumbs .pic img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  height: 100%;
}
.youshi .ysR .gallery-thumbs .swiper-slide {
  -webkit-transform: scale(0.5) rotate(0);
  -moz-transform: scale(0.5) rotate(0);
  -o-transform: scale(0.5) rotate(0);
  transform: scale(0.5) rotate(0);
  width: 140px;
}
.youshi .ysR .gallery-thumbs .swiper-slide-active {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.youshi .ysR .gallery-thumbs .swiper-slide-prev {
  left: -15px;
  -webkit-transform: scale(0.7) rotate(0);
  -moz-transform: scale(0.7) rotate(0);
  -o-transform: scale(0.7) rotate(0);
  transform: scale(0.7) rotate(0);
}
.youshi .ysR .gallery-thumbs .swiper-slide-next {
  right: -15px;
  -webkit-transform: scale(0.7) rotate(0);
  -moz-transform: scale(0.7) rotate(0);
  -o-transform: scale(0.7) rotate(0);
  transform: scale(0.7) rotate(0);
}
.youshi .swiper-button-prev {
  width: 60px;
  height: 60px;
  border: 2px #fff solid;
  border-radius: 50%;
  background-color: #404040;
  background-size: 15px;
  position: absolute;
  left: 100px;
  top: 530px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  outline: none;
}
.youshi .swiper-button-prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.youshi .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 2px #fff solid;
  border-radius: 50%;
  background-color: #045938;
  background-size: 15px;
  position: absolute;
  right: 110px;
  top: 530px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  outline: none;
}
.youshi .swiper-button-next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.about {
  margin-top: 80px;
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
}
.about * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .aboutBox {
  margin-top: 80px;
}
.about .aboutBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutBox * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox li {
  width: 20%;
  height: 516px;
  text-align: center;
  border-left: 1px solid #ddd;
  padding: 45px 25px 0;
  float: left;
  background-position: center center;
}
.about .aboutBox li:first-child {
  border-left: none;
}
.about .aboutBox li.li1 {
  background: url(../images/abg1.jpg) center center no-repeat;
  background-size: 0% 100%;
}
.about .aboutBox li.li2 {
  background: url(../images/abg2.jpg) center center no-repeat;
  background-size: 0% 100%;
}
.about .aboutBox li.li3 {
  background: url(../images/abg3.jpg) center center no-repeat;
  background-size: 0% 100%;
}
.about .aboutBox li.li4 {
  background: url(../images/abg4.jpg) center center no-repeat;
  background-size: 0% 100%;
}
.about .aboutBox li.li5 {
  background: url(../images/abg5.jpg) center center no-repeat;
  background-size: 0% 100%;
}
.about .aboutBox li:hover,
.about .aboutBox li.on {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  color: #fff;
  background-size: 100% 100%;
}
.about .aboutBox li .num {
  line-height: 36px;
  font-family: Arial;
  font-size: 48px;
  color: #666666;
  font-weight: bold;
}
.about .aboutBox li .line {
  width: 20px;
  height: 2px;
  background-color: #666666;
  margin: 19px auto 0;
}
.about .aboutBox li h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1;
}
.about .aboutBox li h4:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutBox li .en {
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
}
.about .aboutBox li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  margin-top: 78px;
  text-align: left;
}
.about .aboutBox li .more {
  display: block;
  border-radius: 50%;
  font-family: SimSun;
  font-size: 17px;
  color: #b6b6b6;
  width: 30px;
  height: 30px;
  border: solid 1px #b6b6b6;
  margin: 32px auto 0;
  line-height: 28px;
}
.about .aboutBox li .more:before {
  content: ">";
}
.about .aboutBox li .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutBox li:hover .num,
.about .aboutBox li.on .num,
.about .aboutBox li:hover h4 a,
.about .aboutBox li.on h4 a,
.about .aboutBox li:hover .en,
.about .aboutBox li.on .en,
.about .aboutBox li:hover p,
.about .aboutBox li.on p {
  color: #fff;
}
.about .aboutBox li:hover .line,
.about .aboutBox li.on .line {
  background: #fff;
}
.about .aboutBox li:hover p,
.about .aboutBox li.on p {
  opacity: 0;
}
.about .aboutBox li:hover .more,
.about .aboutBox li.on .more {
  border-color: #fff;
  color: #fff;
}
.case {
  padding: 70px 0 90px;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseNav .title {
  float: left;
}
.case .list {
  margin-top: 45px;
}
.case .list ul {
  margin-right: -26px;
}
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list .tip {
  padding: 43px 10px 0 0;
  line-height: 36px;
  color: #666666;
  overflow: initial;
  position: relative;
}
.case .list .tip span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  display: block;
}
.case .list .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: -60px;
  width: 1px;
  height: 80px;
  background-color: #045938;
}
.case .list .caseMore a.more {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  color: #fff;
  background: #045938;
  text-align: center;
  line-height: 1;
}
.case .list .caseMore a.more:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  width: 296px;
  height: 220px;
  border: solid 1px #ffffff;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list .caseMore a.more i {
  display: block;
  width: 100%;
  height: 65px;
  background: url(../images/casemore.png) center center no-repeat;
}
.case .list .caseMore a.more span {
  display: block;
  margin-top: 30px;
}
.case .list .caseMore a.more:hover:before {
  opacity: 0.5;
  left: 22px;
  top: 20px;
  width: 276px;
  height: 200px;
}
.case .list .caseMore a.more:hover i {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.case .list li {
  float: left;
  width: 320px;
  height: 240px;
  margin: 30px 26px 0 0;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.case .list li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .list li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list li:hover .pic {
  top: 0;
}
.case .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  position: absolute;
  z-index: 2;
  padding: 0 15px;
  width: 200px;
  left: -200px;
  bottom: -40px;
  background: rgba(4, 89, 56, 0.9);
  color: #fff;
}
.case .list li:hover .bt {
  left: 0;
  bottom: 0;
}
.witness {
  background-color: #f2f2f2;
  padding: 70px 0 98px;
}
.witness * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.witness .list {
  padding-top: 32px;
}
.witness .list ul {
  margin-right: -30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.witness .list ul li {
  float: left;
  width: 665px;
  height: 200px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  padding: 18px 30px 20px 15px;
  margin: 30px 30px 0 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .list ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .list ul li .pic {
  display: block;
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  float: left;
}
.witness .list ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .list ul li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.witness .list ul li .cont {
  width: 435px;
  float: right;
  padding-top: 8px;
}
.witness .list ul li .cont .bt {
  line-height: 26px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.witness .list ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.witness .list ul li .cont .line {
  margin-top: 12px;
  width: 77px;
  height: 1px;
  background-color: #dddddd;
}
.witness .list ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #666666;
  margin-top: 12px;
}
.witness .list ul li:hover {
  box-shadow: 0 12px 15px -8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.witness .list ul li:hover .bt {
  color: #045938;
}
.witness .list ul li:hover .line {
  background: #045938;
  width: 100px;
}
.news {
  padding: 70px 0 50px;
}
.news * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsNav .title {
  float: left;
}
.news .newsTabs {
  margin-top: 75px;
}
.news .newsTabs .bd {
  margin-right: -30px;
  height: 420px;
}
.news .list1 {
  float: left;
  width: 600px;
  margin-bottom: 10px;
}
.news .list1 li {
  border-bottom: 1px solid #ddd;
  height: 65px;
  margin-top: 20px;
  padding-left: 66px;
  position: relative;
}
.news .list1 li:after {
  content: "";
  position: absolute;
  background: #045938;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .list1 li:hover:after,
.news .list1 li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list1 li:first-child {
  margin-top: 0;
}
.news .list1 li .day {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 38px;
  font-size: 36px;
  color: #666666;
}
.news .list1 li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 38px;
  padding-right: 50px;
  background: url(../images/newsli.png) right center no-repeat;
}
.news .list1 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 li .date {
  line-height: 1;
  color: #666666;
}
.news .list1 li p {
     margin-top: 8px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    width: 535px;
}
.news .list1 li:hover .bt {
  color: #045938;
  background: url(../images/newslih.png) right center no-repeat;
}
.news .list2 {
  float: right;
  width: 720px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news .list2 * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 li {
  width: 330px;
  height: 400px;
  border: solid 1px #dddddd;
  margin-right: 30px;
  float: left;
  padding: 20px;
}
.news .list2 li .cont .date {
  font-family: Arial;
  font-size: 26px;
  line-height: 40px;
  color: #999999;
}
.news .list2 li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 20px;
  line-height: 28px;
}
.news .list2 li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  color: #999999;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin-top: 20px;
}
.news .list2 li:hover {
  box-shadow: 0px 0px 10px 0px rgba(34, 24, 21, 0.2);
}
.news .list2 li:hover .cont .date {
  color: #666666;
}
.news .list2 li:hover .cont .bt {
  font-weight: bold;
  color: #045938;
}
.news .list2 li .pic {
  margin-top: 32px;
  display: block;
  width: 290px;
  height: 166px;
  position: relative;
  overflow: hidden;
}
.news .list2 li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsL {
  float: left;
  width: 600px;
}
.news .newsL .tit {
  margin-right: 20px;
}
.news .newsL .one {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  height: 190px;
  position: relative;
}
.news .newsL .one:after {
  content: "";
  position: absolute;
  background: #045938;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsL .one:hover:after,
.news .newsL .one.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsL .one .pic {
  display: block;
  width: 240px;
  height: 160px;
  position: relative;
  overflow: hidden;
  float: left;
}
.news .newsL .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .one:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsL .one .cont {
  width: 300px;
  float: left;
  margin-left: 20px;
  padding-top: 15px;
  height: 160px;
}
.news .newsL .one .cont .bt {
  line-height: 26px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsL .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #888888;
  margin-top: 15px;
}
.news .newsL .one .cont .date {
  margin-top: 25px;
  color: #888888;
  font-size: 14px;
  line-height: 1;
}
.news .newsL .one:hover .cont .bt {
  color: #045938;
}
.news .newsL .list {
  padding-right: 20px;
  margin-top: 14px;
}
.news .newsL .list li {
  height: 42px;
  line-height: 42px;
  position: relative;
}
.news .newsL .list li:after {
  content: "";
  position: absolute;
  background: #045938;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsL .list li:hover:after,
.news .newsL .list li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsL .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 480px;
  color: #666666;
}
.news .newsL .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .list li .date {
  float: right;
  color: #888888;
}
.news .newsL .list li:hover .bt {
  color: #045938;
}
.news .newsL .list li:hover .date {
  color: #045938;
}
.news .newsR {
  float: right;
  width: 580px;
}
.news .newsR .swiper-container {
  position: relative;
  margin-top: 30px;
}
.news .newsR .swiper-container li {
  height: 420px;
  width: 580px;
}
.news .newsR .swiper-container li .pic {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.news .newsR .swiper-container li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsR .swiper-container li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsR .swiper-container li .cont {
  height: 120px;
  left: 0;
  z-index: 2;
  padding-top: 25px;
  position: relative;
}
.news .newsR .swiper-container li .cont .date {
  background-color: rgba(4, 89, 56, 0.9);
  text-align: center;
  padding: 20px 0;
  position: absolute;
  bottom: 100%;
  color: #fff;
  font-family: Arial;
}
.news .newsR .swiper-container li .cont .date i {
  vertical-align: top;
  line-height: 40px;
  width: 74px;
  font-size: 30px;
  display: inline-block;
  color: #fff;
  border-right: 1px #fff solid;
}
.news .newsR .swiper-container li .cont .date span {
  vertical-align: top;
  width: 96px;
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
}
.news .newsR .swiper-container li .cont .bt {
  line-height: 26px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsR .swiper-container li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsR .swiper-container li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #888888;
  margin-top: 15px;
}
.news .newsR .swiper-container li .cont .date {
  margin-top: 25px;
  color: #888888;
  font-size: 14px;
  line-height: 1;
}
.news .newsR .swiper-container li:hover .cont .bt {
  color: #045938;
}
.news .newsR .swiper-container .pagination {
  position: absolute;
  right: 20px;
  display: inline-block;
  left: auto;
  text-align: right;
  bottom: 140px;
  font-size: 0;
  z-index: 3;
}
.news .newsR .swiper-container .pagination span {
  background: #fff;
  height: 8px;
  background-color: #ffffff;
  border-right: 50%;
  opacity: 1;
}
.news .newsR .swiper-container .pagination span.swiper-pagination-bullet-active {
  background-color: #045938;
}
.links {
  margin-bottom: 50px;
}
.links * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.links .tit {
  line-height: 1;
  color: #666666;
  font-size: 16px;
  width: 84px;
  border-right: 1px #ddd solid;
  position: relative;
  float: left;
  top: 8px;
}
.links .list {
  width: 1300px;
  float: right;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-right: -50px;
}
.links .list a {
  display: inline-block;
  color: #666666;
  margin-right: 25px;
  position: relative;
  left: -25px;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  background-color: #aaa;
  border-radius: 1px;
  margin-right: 25px;
}
.links .list a:hover {
  color: #045938;
}
.message {
  background-color: #f8f8f8;
  padding: 29px 0;
}
.message .formbox input {
  margin-right: 10px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  line-height: 40px;
  padding: 0 10px 0 40px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username {
  background: #ffffff url(../images/inpxm.png) 10px center no-repeat;
}
.message .formbox input.usertel {
  background: #ffffff url(../images/inpdh.png) 10px center no-repeat;
}
.message .formbox input.xqcontent {
  background: #ffffff url(../images/inpnr.png) 10px center no-repeat;
  width: 410px;
}
.message .formbox input.codeText {
  padding-left: 103px;
  width: 242px;
}
.message .formbox input::-webkit-input-placeholder {
  color: #666666;
}
.message .formbox input:focus,
.message .formbox input:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  position: relative;
  float: left;
}
.message .formbox .code .imgCode {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 90px;
  height: 36px;
  border: none;
  display: block;
}
.message .formbox .submitform {
  width: 148px;
  height: 42px;
  background-color: #04592e;
  border-radius: 6px;
  font-size: 14px;
  border: none;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  line-height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.message .formbox .submitform i {
  font-weight: 400;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #045938;
  border-radius: 6px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.message .formbox .submitform:hover {
  background: none;
  color: #045938;
}
.message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
