.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  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 {
  position: relative;
  z-index: 0;
}
.banner .slider {
  width: 100% !important;
  height: 600px;
  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(../image/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(../image/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: 40px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 4px;
  background-color: #ffffff;
  text-align: center;
  margin: 0 5px;
  color: #333;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #1bb778;
  color: #fff;
}
.hot {
  position: relative;
  z-index: 6;
}
.hot .inContent {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 116px;
  padding: 37px 0;
  line-height: 42px;
}
.hot .slogan {
  position: absolute;
  width: 300px;
  height: 270px;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 46px 28px;
  background-color: #1bb778;
  background-image: linear-gradient(225deg, #1bb778 0%, #1ae487 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
            normal;
  border-radius: 4px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #fff;
  line-height: 1;
}
.hot .slogan .t1 {
  font-size: 16px;
}
.hot .slogan .t2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 7px;
}
.hot .slogan .line1 {
  width: 215px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-top: 13px;
}
.hot .slogan .line2 {
  width: 55px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 6px;
}
.hot .slogan .t3 {
  margin-top: 36px;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
}
.hot .slogan .t4 {
  font-size: 16px;
  margin-top: 5px;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.hot .slogan .t4:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -2px;
  animation: msClock 1.2s linear infinite;
  background: url(../image/tel.png) 0 center no-repeat;
}
.hot .slogan .line3 {
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 11px;
}
.hot .slogan .tel {
  font-weight: bold;
  font-size: 24px;
  font-family: Arial;
  margin-top: 12px;
}
.hot .list {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 450px;
  margin-left: 314px;
}
.hot .tit {
  background: url(../image/hot.png) 0 center no-repeat;
  padding-left: 28px;
  color: #666666;
  float: left;
}
.hot ul {
  float: left;
}
.hot ul li {
  padding: 0;
  margin: 0;
  height: 42px;
  width: 320px;
}
.hot ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 230px;
  float: left;
  color: #666;
}
.hot ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hot ul li span {
  display: block;
  font-family: Arial;
  float: right;
  font-size: 12px;
  color: #666;
}
.hot ul li:hover a,
.hot ul li:hover span {
  color: #1bb778;
}
.hot .search {
  float: right;
  width: 430px;
  height: 46px;
  position: relative;
}
.hot .search .searchInp {
  width: 378px;
  height: 42px;
  border: none;
  background-color: #f8f8f8;
  line-height: 42px;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .search .searchInp::-webkit-input-placeholder {
  color: #999;
}
.hot .search .searchInp:focus,
.hot .search .searchInp:active {
  border-color: #1bb778;
}
.hot .search .searchInp:focus::-webkit-input-placeholder,
.hot .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.hot .search .submitBtn {
  background: #1bb778 url(../image/searchico.png) center center no-repeat;
  width: 52px;
  height: 42px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hot .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 30px;
  font-weight: bold;
  background: url(../image/titline.png) center center no-repeat;
}
.title h3 span {
  color: #1bb778;
}
.title .en {
  font-family: Arial;
  line-height: 12px;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
}
.title p {
  margin-top: 14px;
  color: #666666;
}
.product {
  padding: 60px 0;
}
.product .inContent {
  margin-top: 40px;
}
.product .proL {
  float: left;
  width: 204px;
  background-color: #f8f8f8;
  min-height: 562px;
}
.product .proL .tit {
  width: 204px;
  height: 98px;
  background-color: #1bb778;
  background-image: linear-gradient(225deg, #1bb778 0%, #1ae487 100%), linear-gradient(#1bb778, #1bb778);
  background-blend-mode: normal, 
                normal;
  opacity: 0.9;
  color: #fff;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
}
.product .proL .tit .t1 {
  font-size: 16px;
}
.product .proL .tit .t2 {
  font-weight: bold;
  font-size: 30px;
  font-family: Arial;
  margin-top: 15px;
  line-height: 24px;
  text-transform: uppercase;
}
.product .proL .proNav {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 15px 26px;
}
.product .proL .proNav ul {
  position: relative;
  z-index: 2;
}
.product .proL .proNav ul li {
  margin-top: 20px;
}
.product .proL .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  background-color: #1bb778;
  position: relative;
  padding: 0 30px 0 11px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #5fd354, #5fd354);
  background-image: linear-gradient(to right, #5fd354, #5fd354);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.product .proL .proNav ul li > a:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../image/pronavjt.png) 0 center no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  top: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proL .proNav ul li.on > a {
  background-size: 100% 100%;
}
.product .proL .proNav ul li.on > a:after {
  -webkit-transform: scale(1) rotate(-90deg);
  -moz-transform: scale(1) rotate(-90deg);
  -o-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
}
.product .proL .proNav ul li .secs {
  max-height: 272px;
  overflow: auto;
}
.product .proL .proNav ul li .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proL .proNav ul li .secs a {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  color: #666666;
  position: relative;
  padding: 0 12px;
  height: 30px;
  border: solid 1px #d2d2d2;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #5fd354, #5fd354);
  background-image: linear-gradient(to right, #5fd354, #5fd354);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.product .proL .proNav ul li .secs a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #1bb778;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  top: -2px;
}
.product .proL .proNav ul li .secs a:hover {
  color: #fff;
  background-size: 100% 100%;
}
.product .proL .proNav ul li .secs a:hover:before {
  background: #fff;
}
.product .proR {
  float: right;
  width: 960px;
}
.product .proR .proPage {
  height: 140px;
  font-size: 0;
  text-align: center;
  height: 40px;
  position: relative;
}
.product .proR .proPage .more {
  display: block;
  right: -15px;
  top: 8px;
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  padding: 0 15px;
  overflow: hidden;
  position: absolute;
  border-radius: 20px;
  color: #999999;
  text-transform: uppercase;
}
.product .proR .proPage .more:hover {
  background: #1bb778;
  color: #fff;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
.product .proR .proPage span {
  width: 114px;
  height: 40px;
  border: solid 1px #1bb778;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proR .proPage span:hover {
  border-color: #5fd354;
}
.product .proR .proPage .proPrev {
  background: url(../image/prol.png) center center no-repeat;
}
.product .proR .proPage .proPrev.swiper-button-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.product .proR .proPage .proNext {
  background: #1bb778 url(../image/pror.png) center center no-repeat;
}
.product .proR .proPage .proNext:hover {
  background-color: #5fd354;
}
.product .proR .proPage .proNext.swiper-button-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.product .proR .proSwiper {
  height: 516px;
  overflow: hidden;
  margin-top: 6px;
  width: 990px;
}
.product .proR .swiper-container {
  position: relative;
  padding-bottom: 30px;
}
.product .proR .swiper-container ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proR .swiper-container li .item {
  width: 300px;
  height: 228px;
  margin: 30px 0 0;
  border: solid 1px #dddddd;
  padding: 9px 9px 0;
  float: left;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1bb778, #1bb778);
  background-image: linear-gradient(to right, #1bb778, #1bb778);
  background-size: 100% 0% ;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proR .swiper-container li .item .pic {
  display: block;
  width: 280px;
  height: 182px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product .proR .swiper-container li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proR .swiper-container li .item:hover .pic img {
  -webkit-transform: scale(1.18) rotate(0);
  -moz-transform: scale(1.18) rotate(0);
  -o-transform: scale(1.18) rotate(0);
  transform: scale(1.18) rotate(0);
}
.product .proR .swiper-container li .item .bt {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  z-index: 2;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.product .proR .swiper-container li .item:hover {
  background-size: 100% 100%;
  border-color: #1bb778;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proR .swiper-container li .item:hover .bt {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  color: #fff;
}
.mbanner1 {
  height: 400px;
  background: url(../image/mbanner1.jpg) center 0 no-repeat;
}
.mbanner1 .text {
  padding-top: 62px;
  line-height: 1;
  color: #ffffff;
  padding-left: 550px;
}
.mbanner1 .text .t1 {
  font-size: 22px;
}
.mbanner1 .text .t2 {
  font-size: 38px;
  margin-top: 15px;
  font-weight: bold;
}
.mbanner1 .text .t3 {
  font-size: 22px;
  margin-top: 25px;
}
.mbanner1 .text .tel {
  height: 30px;
  margin-top: 40px;
  line-height: 30px;
}
.mbanner1 .text .tel span {
  font-size: 14px;
  display: inline-block;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.mbanner1 .text .tel span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  animation: msClock 1.5s linear infinite;
  background: url(../image/mbantel.png) 0 center no-repeat;
}
.mbanner1 .text .tel span i {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
}
.mbanner1 .text .tel .zxLink {
  margin-left: 70px;
  display: inline-block;
  width: 120px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #333;
  line-height: 30px;
  vertical-align: middle;
  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;
}
.mbanner1 .text .tel .zxLink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
  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;
}
.mbanner1 .text .tel .zxLink:hover {
  background: none;
  color: #fff;
}
.mbanner1 .text .tel .zxLink:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.mbanner1 .formbox {
  height: 42px;
  margin-top: 40px;
}
.mbanner1 .formbox input {
  display: block;
  width: 240px;
  height: 42px;
  border: 1px #fff solid;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 40px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  float: left;
  margin-right: 12px;
}
.mbanner1 .formbox input.username {
  background: #fff url(../image/inpxm.png) 10px center no-repeat;
}
.mbanner1 .formbox input.usertel {
  background: #fff url(../image/inpdh.png) 10px center no-repeat;
}
.mbanner1 .formbox input.xqcontent {
  background: #fff url(../image/inpnr.png) 10px center no-repeat;
  width: 322px;
}
.mbanner1 .formbox input.codeText {
  padding-left: 102px;
}
.mbanner1 .formbox input::-webkit-input-placeholder {
  color: #666666;
}
.mbanner1 .formbox input:focus,
.mbanner1 .formbox input:active {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.mbanner1 .formbox input:focus::-webkit-input-placeholder,
.mbanner1 .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mbanner1 .formbox .code {
  position: relative;
  float: left;
}
.mbanner1 .formbox .code .imgCode {
  position: absolute;
  width: 90px;
  height: 36px;
  left: 3px;
  top: 3px;
}
.mbanner1 .formbox .submitform {
  display: block;
  float: right;
  width: 110px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  font-size: 14px;
  color: #333;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #5fd354, #5fd354);
  background-image: linear-gradient(to right, #5fd354, #5fd354);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center 0;
}
.mbanner1 .formbox .submitform:hover {
  background-size: 100% 100%;
  color: #fff;
}
.advantage {
  padding: 60px 0;
}
.advantage .inContent {
  margin-top: 40px;
}
.advantage .ysTabs .list {
  height: 410px;
  overflow: hidden;
}
.advantage .ysTabs li {
  height: 410px;
  width: 1200px;
}
.advantage .ysTabs li .pic {
  display: block;
  float: left;
  width: 658px;
  height: 410px;
  overflow: hidden;
}
.advantage .ysTabs li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantage .ysTabs li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.advantage .ysTabs li .text {
  float: right;
  width: 480px;
  padding-top: 72px;
}
.advantage .ysTabs li .text h4 {
  font-weight: bold;
  color: #1bb778;
  font-size: 28px;
  line-height: 1;
}
.advantage .ysTabs li .text .cont {
  margin-top: 20px;
}
.advantage .ysTabs li .text .cont p {
  padding-left: 16px;
  line-height: 30px;
  color: #666666;
  position: relative;
}
.advantage .ysTabs li .text .cont p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #1bb778;
}
.advantage .ysPage {
  position: absolute;
  left: 710px;
  top: 280px;
  height: 30px;
  font-size: 0;
  z-index: 2;
}
.advantage .ysPage span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #1bb778;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-family: SimSun;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}
.advantage .ysPage span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.advantage .ysPage span.prev {
  background-color: #5fd354;
}
.advantage .tel {
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 342px;
  left: 710px;
  color: #1bb778;
}
.advantage .tel span {
  font-size: 14px;
  display: inline-block;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.advantage .tel span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  animation: msClock 1.5s linear infinite;
  background: url(../image/ystel.png) 0 center no-repeat;
}
.advantage .tel span i {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
}
.advantage .tel .zxLink {
  margin-left: 50px;
  display: inline-block;
  width: 120px;
  height: 30px;
  background-color: #1bb778;
  border-radius: 20px;
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
  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;
}
.advantage .tel .zxLink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1bb778;
  border-radius: 20px;
  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;
}
.advantage .tel .zxLink:hover {
  background: none;
  color: #1bb778;
}
.advantage .tel .zxLink:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.advantage .ysTab {
  width: 1010px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin: 40px auto 0;
  padding: 26px 0;
}
.advantage .ysTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .ysTab li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  width: 25%;
  float: left;
  text-align: center;
  cursor: pointer;
}
.advantage .ysTab li i {
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin: auto;
}
.advantage .ysTab li i:before,
.advantage .ysTab li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .ysTab li i.ico1:before {
  background: url(../image/ysico1.png) center center no-repeat;
}
.advantage .ysTab li i.ico1:after {
  background: url(../image/ysico1h.png) center center no-repeat;
}
.advantage .ysTab li i.ico2:before {
  background: url(../image/ysico2.png) center center no-repeat;
}
.advantage .ysTab li i.ico2:after {
  background: url(../image/ysico2h.png) center center no-repeat;
}
.advantage .ysTab li i.ico3:before {
  background: url(../image/ysico3.png) center center no-repeat;
}
.advantage .ysTab li i.ico3:after {
  background: url(../image/ysico3h.png) center center no-repeat;
}
.advantage .ysTab li i.ico4:before {
  background: url(../image/ysico4.png) center center no-repeat;
}
.advantage .ysTab li i.ico4:after {
  background: url(../image/ysico4h.png) center center no-repeat;
}
.advantage .ysTab li p {
  color: #1bb778;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.advantage .ysTab li.on i:before,
.advantage .ysTab li.on i:after {
  top: -100%;
}
.advantage .ysTab li.on p {
  color: #5fd354;
}
.case {
  padding: 60px 0 85px;
  background-color: #f8f8f8;
}
.case .caseTitle {
  width: 250px;
  background: url(../image/caseen.png) center 4px no-repeat;
  font-size: 26px;
  line-height: 1;
  padding-top: 87px;
}
.case .caseList {
  float: right;
  width: 598px;
}
.case .caseList ul {
  margin-top: 11px;
  margin-right: -10px;
}
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  width: 294px;
  height: 182px;
  margin: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}
.case .caseList ul li .pic {
  display: block;
  width: 294px;
  height: 182px;
  overflow: hidden;
}
.case .caseList ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList 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 .caseList ul li .bt {
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url(../image/proadd.png) center 67px no-repeat;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 112px 15px 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform: perspective(400px) rotateX(90deg);
  -moz-transform: perspective(400px) rotateX(90deg);
}
.case .caseList ul li:hover .bt {
  transform: perspective(400px) rotate(0deg);
  -webkit-transform: perspective(400px) rotate(0deg);
  -moz-transform: perspective(400px) rotate(0deg);
}
.case .caseBox {
  position: relative;
}
.case .caseBox .caseTab {
  margin-top: 40px;
}
.case .caseBox .caseTab ul {
  margin-right: -34px;
}
.case .caseBox .caseTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .caseTab li {
  float: left;
  width: 274px;
  margin-right: 34px;
  height: 217px;
}
.case .caseBox .caseTab li .pic {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 274px;
  height: 192px;
  border: solid 1px #dddddd;
  padding: 5px;
}
.case .caseBox .caseTab li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.case .caseBox .caseTab li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  line-height: 20px;
  height: 20px;
  text-align: center;
}
.case .caseBox .caseTab li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .caseTab li.on .pic {
  border-color: #1bb778;
}
.case .caseBox .caseTab li.on .bt {
  color: #1bb778;
}
.case .caseTabs {
  width: 592px;
  height: 510px;
  overflow: hidden;
  float: left;
}
.case .caseTabs li {
  width: 592px;
  height: 510px;
  position: relative;
}
.case .caseTabs li .pic {
  display: block;
  width: 592px;
  height: 382px;
  overflow: hidden;
}
.case .caseTabs li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs 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 .caseTabs li .text {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 126px;
  background: #fff;
  padding: 30px 20px 0;
}
.case .caseTabs li .text .bt {
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.case .caseTabs li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs li .text p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  margin-top: 12px;
  line-height: 1;
}
.case .caseTabs li .text .line {
  width: 30px;
  height: 2px;
  background-color: #1bb778;
  margin-top: 26px;
}
.case .caseTabs li:hover .bt {
  color: #1bb778;
}
.case .casePage {
  position: absolute;
  left: 488px;
  top: 480px;
  height: 30px;
  font-size: 0;
  z-index: 2;
}
.case .casePage span {
  display: inline-block;
  width: 52px;
  height: 30px;
  background-color: #1bb778;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-family: SimSun;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.case .casePage span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .casePage span.next {
  background-color: #5fd354;
}
.about {
  padding: 60px 0 0;
}
.about .aboutBox {
  margin-top: 52px;
}
.about .aboutPic {
  position: relative;
  width: 546px;
  height: 502px;
  float: right;
}
.about .aboutPic .img {
  display: block;
  overflow: hidden;
  width: 906px;
  height: 502px;
  position: absolute;
  left: 0;
  top: 0;
}
.about .aboutPic .img:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.about .aboutPic .img:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.about .aboutText {
  padding-top: 57px;
  width: 592px;
}
.about .aboutText .more {
  height: 46px;
  background: url(../image/abouten.png) 0 center no-repeat;
  position: relative;
  text-align: right;
}
.about .aboutText .more a {
  display: inline-block;
  right: -15px;
  top: 13px;
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  color: #666;
  text-transform: uppercase;
}
.about .aboutText .more a:hover {
  background: #1bb778;
  color: #fff;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  margin-top: 36px;
  color: #666666;
  text-align: justify;
  text-indent: 2em;
}
.show {
  background: url(../image/showbg.png) center 0 no-repeat;
  height: 300px;
}
.show .showSlide {
  float: left;
  padding-top: 52px;
  width: 620px;
  position: relative;
}
.show .showTab {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
  position: absolute;
  width: 100%;
  top: -144px;
}
.show .showTab li {
  display: inline-block;
  margin: 0 11px;
  overflow: hidden;
  background: #1bb778;
  border-radius: 4px;
  cursor: pointer;
}
.show .showTab li span {
  display: block;
  width: 132px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.show .showTab li span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #5fd354;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 0;
}
.show .showTab li.on span:before {
  height: 100%;
}
.show .showTabs {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.show .showTabs .bd {
  width: 476px;
  margin: auto;
  overflow: hidden;
}
.show .showTabs .bd ul {
  margin-right: -24px;
}
.show .showTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.show .showTabs .bd ul li {
  width: 226px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin-right: 24px;
  position: relative;
  z-index: 1;
}
.show .showTabs .bd ul li .pic {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 226px;
  height: 160px;
  border: solid 1px #dddddd;
  padding: 5px;
  display: block;
  position: relative;
}
.show .showTabs .bd ul li .pic:after,
.show .showTabs .bd ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 2;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.show .showTabs .bd ul li .pic:before {
  top: -1px;
  left: -1px;
  border-color: #1bb778 transparent transparent #1bb778;
}
.show .showTabs .bd ul li .pic:after {
  right: -1px;
  bottom: -1px;
  border-color: transparent #1bb778 #1bb778 transparent;
}
.show .showTabs .bd ul li .pic:hover:after,
.show .showTabs .bd ul li .pic:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.show .showTabs .bd ul li .pic i {
  display: block;
  overflow: hidden;
  width: 214px;
  height: 148px;
}
.show .showTabs .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;
}
.show .showTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.show .showTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  padding-top: 15px;
  text-align: center;
}
.show .showTabs .bd ul li:hover .bt {
  color: #1bb778;
}
.show .showTabs .prev {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1bb778;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-family: SimSun;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 68px;
  left: 0;
}
.show .showTabs .prev:hover {
  background-color: #5fd354;
}
.show .showTabs .next {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1bb778;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-family: SimSun;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 68px;
  right: 0;
}
.show .showTabs .next:hover {
  background-color: #5fd354;
}
.show .mbanner2 {
  float: right;
  width: 546px;
  height: 300px;
  background-image: linear-gradient(225deg, #1bb778 0%, #1ae487 100%), linear-gradient(#006ace, #006ace);
  background-blend-mode: normal, 
            normal;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 66px 0 0 50px;
  color: #fff;
}
.show .mbanner2 .t1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
.show .mbanner2 .line {
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  margin-top: 20px;
}
.show .mbanner2 .t2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1;
  color: #fefefe;
}
.show .mbanner2 .tel {
  height: 40px;
  margin-top: 45px;
  line-height: 40px;
}
.show .mbanner2 .tel span {
  font-size: 14px;
  display: inline-block;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.show .mbanner2 .tel span:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  animation: msClock 1.8s linear infinite;
  background: url(../image/mbantel2.png) 0 center no-repeat;
}
.show .mbanner2 .tel span i {
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
  vertical-align: middle;
}
.show .mbanner2 .tel .zxLink {
  margin-left: 65px;
  display: inline-block;
  width: 128px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #333;
  line-height: 40px;
  vertical-align: middle;
  font-size: 16px;
  color: #1bb778;
  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;
}
.show .mbanner2 .tel .zxLink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
  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;
}
.show .mbanner2 .tel .zxLink:hover {
  background: none;
  color: #fff;
}
.show .mbanner2 .tel .zxLink:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news {
  padding: 60px 0 40px;
}
.news .newsBox {
  margin-top: 40px;
}
.news .newsBox .swiper-container {
  width: 100%;
  height: 454px;
}
.news .newsBox .swiper-slide {
  width: 360px;
  height: 454px;
  margin-right: 60px;
  border: solid 1px #eeeeee;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .swiper-slide .pic {
  display: block;
  width: 358px;
  height: 250px;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  cursor: url(404.png), default;
}
.news .newsBox .swiper-slide .pic img {
  width: 358px;
  height: 250px;
  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;
}
.news .newsBox .swiper-slide: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 .swiper-slide .text {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 15px 25px;
  height: 204px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsBox .swiper-slide .text .date {
  position: absolute;
  left: 25px;
  top: -38px;
  width: 70px;
  height: 100px;
  background-color: #1bb778;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news .newsBox .swiper-slide .text .date i {
  display: block;
  font-size: 30px;
  line-height: 1;
  padding-top: 25px;
}
.news .newsBox .swiper-slide .text .date span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
.news .newsBox .swiper-slide .text:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background: #1bb778;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  bottom: -50%;
  left: 50%;
  border-radius: 100%;
}
.news .newsBox .swiper-slide .text .bt {
  display: block;
  padding-left: 88px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
}
.news .newsBox .swiper-slide .text p {
  padding-top: 25px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .swiper-slide .text .more {
  display: inline-block;
  margin-top: 25px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #999;
  padding: 0;
}
.news .newsBox .swiper-slide .text .more i {
  font-size: 14px;
}
.news .newsBox .swiper-slide:hover .pic {
  border-color: rgba(27, 183, 120, 0.6);
}
.news .newsBox .swiper-slide:hover .text:before {
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 0;
  bottom: 0;
}
.news .newsBox .swiper-slide:hover .text .date {
  background: #fff;
  color: #333;
}
.news .newsBox .swiper-slide:hover .text .bt {
  color: #fff;
}
.news .newsBox .swiper-slide:hover .text p {
  color: #eee;
}
@keyframes lamp {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.news .newsBox .swiper-slide:hover .text .more {
  color: #fff;
}
.news .newsBox .swiper-slide:hover .text .more i {
  animation: lamp 1s ease-in-out infinite;
}
.news .newsBox .swiper-slide:hover .text .more:hover {
  background: #fff;
  color: #1bb778;
  padding: 0 10px;
}
.aqBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 102px;
  margin-bottom: 60px;
}
.aqBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.aqBox .aqTitle {
  width: 168px;
  line-height: 1;
  float: left;
}
.aqBox .aqTitle h3 {
  font-size: 24px;
  color: #1bb778;
  padding-left: 40px;
  height: 34px;
  line-height: 34px;
  background: url(../image/aqtit.png) left 0 no-repeat;
}
.aqBox .aqTitle p {
  font-size: 14px;
  margin-top: 12px;
  color: #999999;
}
.aqBox .aqSwiper {
  height: 100px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  float: right;
  width: 1030px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.aqBox .aqSwiper .swiper-container {
  height: 80px;
  overflow: hidden;
}
.aqBox .aqSwiper .swiper-slide {
  line-height: 40px;
  float: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 40px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.aqBox .aqSwiper .swiper-slide:before {
  content: "";
  display: block;
  height: 0;
  width: 306px;
  left: 18px;
  bottom: 0;
  border-bottom: 1px #ececec dotted;
  position: absolute;
}
.aqBox .aqSwiper .swiper-slide:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #1bb778;
  left: 18px;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.aqBox .aqSwiper .swiper-slide:nth-child(2n):before {
  display: none;
}
.aqBox .aqSwiper .swiper-slide span {
  float: right;
  color: #999;
  display: block;
}
.aqBox .aqSwiper .swiper-slide a {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  padding-left: 20px;
  background: url(../image/aqli.png) left center no-repeat;
}
.aqBox .aqSwiper .swiper-slide:hover:after {
  width: 306px;
}
.aqBox .aqSwiper .swiper-slide:hover a {
  background: url(../image/aqliH.png) left center no-repeat;
  color: #1bb778;
}
.aqBox .aqSwiper .swiper-slide:hover span {
  color: #1bb778;
}
.aqBox .aq-button-prev {
  background: #1bb778 url(../image/aqL.png) center center no-repeat;
  width: 68px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 3;
}
.aqBox .aq-button-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.aqBox .aq-button-prev.swiper-button-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.aqBox .aq-button-next {
  background: #ddd url(../image/aqR.png) center center no-repeat;
  width: 68px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 68px;
  bottom: 3px;
  z-index: 3;
}
.aqBox .aq-button-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.aqBox .aq-button-next.swiper-button-disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.links {
  padding: 14px 0;
  background: #1bb778;
}
.links .list {
  background: url(../image/linktit.png) 20px center no-repeat;
  line-height: 32px;
  padding-left: 140px;
  font-size: 0;
}
.links a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  padding-right: 25px;
  vertical-align: middle;
}
.links a:before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.links a:hover {
  color: #fff;
}
