@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);
  }
}
html {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
body {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container .swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container .swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.inHeader {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 260px;
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(103, 103, 103, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 3vh 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
  .inHeader {
    width: 180px;
  }
}
@media screen and (max-width: 1380px) {
  .inHeader {
    width: 160px;
  }
}
.inHeader * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inHeader .logo {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inHeader .logo a {
  width: 62%;
  align-items: center;
  display: table;
}
.inHeader .logo a img {
  display: table-cell;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 138px;
  object-fit: contain;
}
.inHeader .inMenu {
  width: 100%;
  flex: 1;
  padding: 3vh 0;
}
.inHeader .inMenu .inNavico {
  display: none;
}
.inHeader .inMenu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.inHeader .inMenu ul li {
  position: relative;
  width: 100%;
  flex: 1;
}
.inHeader .inMenu ul li > a {
  height: 100%;
  padding-left: 25.4%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #666666;
  position: relative;
  padding-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .inMenu ul li > a span {
  line-height: 20px;
  line-height: 14px;
}
.inHeader .inMenu ul li > a span:first-letter {
  display: block;
  float: left;
  font-size: 24px;
  margin-right: 4px;
  line-height: 1;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .inMenu ul li > a i {
  line-height: 1;
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  margin-left: 28px;
  margin-top: -8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inHeader .inMenu ul li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 13px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/navonl.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.inHeader .inMenu ul li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 13px;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/navonr.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.inHeader .inMenu ul li:hover > a,
.inHeader .inMenu ul li.another > a {
  color: #6eaa6f;
}
.inHeader .inMenu ul li:hover > a span:first-letter,
.inHeader .inMenu ul li.another > a span:first-letter {
  color: #6eaa6f;
}
.inHeader .inMenu ul li:hover > a i,
.inHeader .inMenu ul li.another > a i {
  color: #6eaa6f;
}
.inHeader .inMenu ul li:hover > a:before,
.inHeader .inMenu ul li.another > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 10%;
}
.inHeader .inMenu ul li:hover > a:after,
.inHeader .inMenu ul li.another > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 10%;
}
.inHeader .inMenu ul li .dow {
  position: absolute;
  left: 100%;
  top: 0;
  background: #6eaa6f;
  width: 200px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
}
.inHeader .inMenu ul li .dow a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  padding: 0 10px;
}
.inHeader .inMenu ul li .dow a:hover {
  padding-left: 20px;
}
.inHeader .inMenu ul li:hover .dow,
.inHeader .inMenu ul li.on .dow {
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.inHeader .ewm {
  text-align: center;
}
.inHeader .ewm img {
  display: block;
  width: 130px;
  height: 130px;
  background: url(../images/ewmbg.png) center center no-repeat;
  background-size: contain;
  padding: 13px;
  margin: auto;
}
.inHeader .ewm p {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 1500px) {
  .inHeader {
    padding: 2vh 0;
  }
  .inHeader .inMenu {
    padding: 2vh 0;
  }
  .inHeader .inMenu ul li > a {
    padding-left: 11%;
  }
  .inHeader .inMenu ul li > a:before {
    display: none;
  }
  .inHeader .ewm img {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
  .inHeader .ewm p {
    margin-top: 10px;
  }
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .in-page {
  position: fixed;
  z-index: 8;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.inSwiper .in-page .in-pagination {
  width: 10px;
  margin: auto;
}
.inSwiper .in-page .in-pagination li {
  width: 10px;
  height: 10px;
  background-color: #a3a3a3;
  border-radius: 100%;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
}
.inSwiper .in-page .in-pagination li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-left: 1px solid #4d4c4a;
  border-bottom: 1px solid #4d4c4a;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 0.4s cubic-bezier(0, 0, 0.18, 0.96);
  opacity: 0;
}
.inSwiper .in-page .in-pagination li:hover span {
  opacity: 1;
  background: #6eaa6f;
}
.inSwiper .in-page .in-pagination li.active {
  background: #4d4c4a;
}
.inSwiper .in-page .in-pagination li.active:before {
  opacity: 1;
}
.inSwiper .in-page .pageNum {
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;
  color: #4e5050;
  line-height: 1;
  padding-top: 15px;
  letter-spacing: -1px;
}
@media screen and (max-width: 769px) {
  .inSwiper .in-page .pageNum {
    display: none;
  }
}
.inSwiper .in-page .pageNum:before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background-color: #a3a3a3;
  margin: auto;
  margin-bottom: 15px;
}
.inSwiper .in-page .pageNum .num1 {
  font-size: 24px;
  color: #6eaa6f;
}
.inBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .inBox {
    padding-left: 260px;
  }
}
@media screen and (max-width: 1500px) {
  .inBox {
    padding-left: 180px;
  }
}
.inBox.inBox1 {
  padding-left: 0;
}
.inBox .indexCont {
  flex: 1;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: auto;
  position: relative;
}
.pcBanner {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 0;
}
.pcBanner .swiper-slide {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pcBanner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.pcBanner img {
  width: 100%;
  display: block;
}
.pcBanner .banner-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;
  outline: none;
  margin-left: 260px;
}
.pcBanner .banner-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 1500px) {
  .pcBanner .banner-prev {
    margin-left: 180px;
  }
}
@media screen and (max-width: 1380px) {
  .pcBanner .banner-prev {
    margin-left: 120px;
  }
}
.pcBanner:hover .banner-prev {
  left: 2%;
}
.pcBanner .banner-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;
  outline: none;
}
.pcBanner:hover .banner-next {
  right: 2%;
  cursor: pointer;
}
.pcBanner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  z-index: 3;
  text-align: center;
  padding-left: 260px;
}
@media screen and (max-width: 1500px) {
  .pcBanner .banner-pagination {
    padding-left: 180px;
  }
}
@media screen and (max-width: 1380px) {
  .pcBanner .banner-pagination {
    padding-left: 120px;
  }
}
.pcBanner .banner-pagination span {
  width: 15px;
  height: 4px;
  background-color: #f7f7f7;
  margin: 0 10px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pcBanner .banner-pagination span.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #6eaa6f;
}
.title h4 {
  text-transform: uppercase;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-size: 46px;
  line-height: 32px;
  font-weight: bold;
}
.title h3 {
  height: 24px;
  margin-top: 32px;
  line-height: 24px;
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  .title h3 {
    margin-top: 22px;
  }
}
.title h3 i {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  background-color: rgba(110, 170, 111, 0.3);
  border-radius: 15px;
  margin-left: 16px;
  line-height: 24px;
  font-size: 16px;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  letter-spacing: 2px;
  color: #6eaa6f;
  font-weight: bold;
  padding: 0 20px 0 22px;
  text-transform: uppercase;
}
.title h3:after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #6eaa6f;
  margin-left: 16px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
}
.inBox2 {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  background-size: cover;
}
.about {
  width: 100%;
  position: relative;
  padding-bottom: 5%;
}
@media screen and (max-width: 1500px) {
  .about {
    padding-bottom: 0;
  }
}
.about .aboutPic {
  float: right;
  width: 540px;
  height: 540px;
  position: relative;
  z-index: 1;
  background: url(../images/aboutpicbg.png) center 0 no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  .about .aboutPic {
    width: 480px;
    height: 480px;
  }
}
.about .aboutPic .pic {
  width: 73.6%;
  height: 73.6%;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 0 20px rgba(110, 170, 111, 0.3);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.about .aboutPic .aLink a {
  position: absolute;
  display: block;
  border-radius: 100%;
}
.about .aboutPic .aLink a:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  border: dashed 1px #cccccc;
  left: -6px;
  top: -6px;
}
.about .aboutPic .aLink a i {
  display: block;
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  box-shadow: 0 -3px 3px 0 rgba(110, 170, 111, 0.25) inset, 0 2px 2px 1px rgba(255, 255, 255, 0.25) inset;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .aLink a i:before,
.about .aboutPic .aLink a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutPic .aLink a i.ico1:before {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutPic .aLink a i.ico1:after {
  background: url(../images/aboutico1h.png) center center no-repeat;
}
.about .aboutPic .aLink a i.ico2:before {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutPic .aLink a i.ico2:after {
  background: url(../images/aboutico2h.png) center center no-repeat;
}
.about .aboutPic .aLink a i.ico3:before {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aboutPic .aLink a i.ico3:after {
  background: url(../images/aboutico3h.png) center center no-repeat;
}
.about .aboutPic .aLink a i.qq:before {
  background: url(../images/qq.png) center center no-repeat;
}
.about .aboutPic .aLink a i.qq:after {
  background: url(../images/qqh.png) center center no-repeat;
}
.about .aboutPic .aLink a:hover:before {
  -webkit-animation: xz 25s linear infinite;
  animation: xz 25s linear infinite;
}
@keyframes xz {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
.about .aboutPic .aLink a:hover i {
  background-color: #6eaa6f;
  box-shadow: 0 -3px 3px -1px rgba(0, 0, 0, 0.25) inset, 0 2px 2px 1px rgba(255, 255, 255, 0.25) inset;
}
.about .aboutPic .aLink a:hover i:before,
.about .aboutPic .aLink a:hover i:after {
  top: -100%;
}
.about .aboutPic .aLink .zxLink {
  left: 50%;
  top: -34px;
  margin-left: -32px;
}
.about .aboutPic .aLink .a1 {
  right: 0;
  top: 33%;
  margin-top: -80px;
  margin-right: 8px;
}
.about .aboutPic .aLink .a2 {
  right: 0;
  bottom: 33%;
  margin-bottom: -80px;
  margin-right: 8px;
}
.about .aboutPic .aLink .a3 {
  left: 50%;
  bottom: -30px;
  margin-left: -46px;
}
.about .aboutText {
  float: left;
  width: 52%;
}
.about .aboutText .text {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  margin-top: 56px;
  text-align: justify;
}
.about .aboutText .more {
  display: block;
  width: 150px;
  height: 42px;
  background-color: #6eaa6f;
  border-radius: 25px;
  margin-top: 40px;
  text-align: center;
  line-height: 42px;
  position: relative;
  padding-right: 38px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  z-index: 1;
}
.about .aboutText .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6eaa6f;
  border-radius: 25px;
  z-index: 2;
  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;
}
.about .aboutText .more:after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/aboutar.png) center center no-repeat;
  background-color: #ffffff;
  right: 2px;
  top: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  background: none;
  color: #6eaa6f;
  box-shadow: 0 10px 10px -5px rgba(110, 170, 111, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.about .aboutText .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutText .more:hover:after {
  animation: zyfd 1.5s linear infinite;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.about .aboutText .number {
  margin-top: 80px;
  position: relative;
}
.about .aboutText .number:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .number ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.about .aboutText .number ul:before {
  content: "";
  display: block;
  position: absolute;
  right: 30%;
  top: 16px;
  width: 1px;
  height: 40px;
  background-color: #999999;
  opacity: 0.22;
}
.about .aboutText .number ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 30%;
  top: 16px;
  width: 1px;
  height: 40px;
  background-color: #999999;
  opacity: 0.22;
}
.about .aboutText .number ul li {
  float: left;
  position: relative;
  padding-right: 34px;
  text-align: center;
}
.about .aboutText .number ul li h4 {
  font-size: 16px;
  line-height: 1;
}
.about .aboutText .number ul li h4 i {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #6eaa6f;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.about .aboutText .number ul li h4 i:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: dashed 1px #6eaa6f;
  border-radius: 100%;
  left: -4px;
  top: -4px;
}
.about .aboutText .number ul li p {
  line-height: 34px;
  font-family: Arial;
  font-size: 36px;
  margin-top: 10px;
}
.about .aboutText .number ul li p em {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 24px;
  line-height: 12px;
  margin-left: 5px;
}
.inBox3 {
  background: url(../images/probg.jpg) center center no-repeat;
  background-size: cover;
}
.proBox {
  width: 100%;
  position: relative;
}
.proBox .proSwiper {
  margin-top: 40px;
  position: relative;
}
.proBox .proSwiper ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
  padding-top: 10px;
}
.proBox .proSwiper ul li .item {
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-bottom:40px;
}
.proBox .proSwiper ul li .item .cont {
  height: 125px;
  padding: 40px 40px 0;
  position: relative;
  z-index: 2;
}
.proBox .proSwiper ul li .item .cont .line {
  width: 46px;
  height: 3px;
  background-color: #6eaa6f;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .proSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.proBox .proSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 8px;
}
.proBox .proSwiper ul li .item .pic {
  width: 98%;
  height: 320px;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #eaeaea;
  margin: 0 auto;
}
.proBox .proSwiper ul li .item .pic img {
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%); 
  transform: translate(-50%,-50%); 
}
/*.proBox .proSwiper ul li .item .pic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/proli.png) 0 0 no-repeat;
  background-size: 100%;
}*/
.proBox .proSwiper ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
}
.proBox .proSwiper ul li .item:hover .line {
  width: 60px;
}
.proBox .proSwiper ul li .item:hover .bt {
  color: #6eaa6f;
}
/*.proBox .proSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}*/
/*.proBox .proSwiper ul li:nth-child(2n) .item .pic:before {
  background: url(../images/proli2.png) 0 0 no-repeat;
  background-size: 100%;
}*/
.proBox .pro-pagination {
  position: absolute;
  bottom: -50px;
  text-align: center;
  width: 100%;
}
.proBox .pro-pagination span {
  width: 30px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  margin: 0 8px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proBox .pro-pagination span.swiper-pagination-bullet-active {
  background-color: #6eaa6f;
}
@media screen and (max-width: 1500px) {
  .proBox .proSwiper {
    margin-top: 30px;
  }
  .proBox .proSwiper ul li .item .cont {
    height: 142px;
    padding: 25px 40px 0;
  }
  .proBox .proSwiper ul li .item .cont .bt {
    margin-top: 10px;
  }
  .proBox .proSwiper ul li .item .cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
    margin-top: 5px;
  }
  .proBox .proSwiper ul li .item .pic {
    height: 300px;
  }
}
.inBox4 {
  background: url(../images/zzbg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.making {
  width: 100%;
}
.making .zzTab {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.making .zzTab ul li {
  float: left;
  width: 95px;
  text-align: center;
  position: relative;
  margin-left: 39px;
  height: 300px;
  cursor: pointer;
}
.making .zzTab ul li:nth-child(1) {
  top: 120px;
}
.making .zzTab ul li:nth-child(2) {
  top: 60px;
}
.making .zzTab ul li:nth-child(4) {
  top: 60px;
}
.making .zzTab ul li:nth-child(5) {
  top: 120px;
}
.making .zzTab ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  width: 1px;
  height: 300px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.making .zzTab ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -23px;
  width: 7px;
  height: 7px;
  background-color: #dddddd;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.making .zzTab ul li .pic {
  display: block;
  border-radius: 100%;
  width: 95px;
  height: 95px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.making .zzTab ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.making .zzTab ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: solid 2px #6eaa6f;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.making .zzTab ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.making .zzTab ul li.active:before {
  background: #6eaa6f;
}
.making .zzTab ul li.active:after {
  background: #6eaa6f;
}
.making .zzTab ul li.active .pic:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.making .zzTab ul li.active .bt {
  color: #6eaa6f;
}
.making .zzSwiper {
  margin-top: 80px;
}
.making .zzSwiper ul li {
  padding-top: 20px;
  height: 480px;
  position: relative;
  z-index: 1;
}
.making .zzSwiper ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.making .zzSwiper ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  top: 0;
  width: 410px;
  height: 460px;
  border: solid 1px #6eaa6f;
  z-index: -1;
}
.making .zzSwiper ul li .pic {
  display: block;
  width: 420px;
  height: 460px;
  position: relative;
  overflow: hidden;
  float: left;
}
.making .zzSwiper ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.making .zzSwiper ul li .cont {
  width: 650px;
  float: right;
  padding-top: 20px;
}
.making .zzSwiper ul li .cont .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-size: 42px;
  line-height: 44px;
  color: #e6f7ec;
  margin-left: 48px;
  font-weight: bold;
}
.making .zzSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  margin-top: -44px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.making .zzSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.making .zzSwiper ul li .cont .bt:before {
  content: "";
  width: 36px;
  height: 3px;
  background-color: #6eaa6f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.making .zzSwiper ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  margin-top: 20px;
  color: #666666;
}
.making .zzSwiper ul li .cont .more {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background-color: #6eaa6f;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.making .zzSwiper ul li .cont .more:after {
  content: "+";
}
.making .zzSwiper ul li .cont .more:hover {
  border-radius: 100%;
  -webkit-transform: scale(1.1) rotate(90deg);
  -moz-transform: scale(1.1) rotate(90deg);
  -o-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 0 10px rgba(110, 170, 111, 0.5);
}
.making .zzSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.making .zzSwiper ul li:hover .bt {
  color: #6eaa6f;
}
@media screen and (max-width: 1025px) {
  .making .zzSwiper ul li .cont .box1 {
    display: none;
  }
  .making .zzSwiper ul li .cont .box2 {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 30px;
    min-height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .making .zzSwiper ul li .cont .box2 .num {
    font-size: 30px;
  }
  .making .zzSwiper ul li .cont .box2 h4 {
    font-size: 20px;
    margin-top: 12px;
  }
  .making .zzSwiper ul li .cont .box2 h5 {
    margin-top: 10px;
  }
  .making .zzSwiper ul li .cont .box2 .text {
    height: auto;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1500px) {
  .making .zzSwiper {
    margin-top: 40px;
  }
  .making .zzSwiper ul li {
    height: 420px;
  }
  .making .zzSwiper ul li .pic {
    height: 420px;
  }
  .making .zzSwiper ul li .cont {
    padding-top: 0;
  }
  .making .zzTab {
    bottom: -40px;
  }
}
.inBox5 {
  background: url(../images/zrbg.jpg) center center no-repeat;
  background-size: cover;
}
.social {
  width: 100%;
}
.social .zrSwiper {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.social .zrSwiper:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -550px;
  bottom: 22px;
  width: 1100px;
  height: 1px;
  background-color: #dddddd;
}
.social .zrSwiper ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
  overflow: hidden;
}
.social .zrSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social .zrSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social .zrSwiper ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: url(../images/videoico.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social .zrSwiper ul li .cont {
  height: 158px;
  position: relative;
  text-align: center;
}
.social .zrSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 66px;
  line-height: 66px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social .zrSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.social .zrSwiper ul li .cont .bt:hover {
  color: #3d753e;
}
.social .zrSwiper ul li .cont .num {
  text-transform: uppercase;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 50px;
  color: #e6f5eb;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.social .zrSwiper ul li .cont .dot {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #6eaa6f;
  left: 50%;
  bottom: 22px;
  border-radius: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.social .zrSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.social .zrSwiper ul li:hover .pic:before {
  -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);
}
.social .zrSwiper ul li:hover .cont .num {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.social .zrSwiper ul li:hover .cont .dot {
  opacity: 1;
  filter: alpha(opacity=100);
}
.social .zrSwiper ul li.swiper-slide-active .num {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.social .zrSwiper ul li.swiper-slide-active .dot {
  opacity: 1;
  filter: alpha(opacity=100);
}
.social .zrSwiper .zr-prev {
  position: absolute;
  z-index: 2;
  width: 36px;
  height: 36px;
  background-color: #000000;
  border-radius: 50%;
  left: 0;
  bottom: 5px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.social .zrSwiper .zr-prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.social .zrSwiper .zr-prev:hover {
  background-color: #3d753e;
}
.social .zrSwiper .zr-next {
  position: absolute;
  z-index: 2;
  width: 36px;
  height: 36px;
  background-color: #000000;
  border-radius: 50%;
  right: 0;
  bottom: 5px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.social .zrSwiper .zr-next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.social .zrSwiper .zr-next:hover {
  background-color: #3d753e;
}
@media screen and (max-width: 1500px) {
  .social .zrSwiper {
    margin-top: 50px;
  }
  .social .zrSwiper ul li .cont {
    height: 138px;
  }
}
.inBox6 {
  background: url(../images/newsbg.jpg) center center no-repeat;
  background-size: cover;
}
.news {
  width: 100%;
  margin-bottom: 100px;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 18px;
  width: auto;
}
.news .newsTab ul li {
  position: relative;
  margin-left: 91px;
  float: left;
}
.news .newsTab ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -46px;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #dddddd;
}
.news .newsTab ul li:first-child:before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.news .newsTab ul li a:before {
  content: "·";
  margin-right: 10px;
}
.news .newsTab ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background-color: #333333;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li.active a:after,
.news .newsTab ul li:hover a:after {
  width: 100%;
  left: 0;
}
.news .newsSwiper {
  margin-top: 50px;
}
.news .newsSwiper .list1 ul {
  margin-right: -30px;
}
.news .newsSwiper .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsSwiper .list1 ul li {
  float: left;
  width: 380px;
  margin-right: 30px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 260px;
  background-color: #ffffff;
  border: 10px solid #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list1 ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list1 ul li .cont {
  position: relative;
  height: 70px;
  padding-left: 68px;
  padding-top: 10px;
}
.news .newsSwiper .list1 ul li .cont:before {
  content: "";
  display: block;
  position: absolute;
  left: 48px;
  top: 20px;
  width: 1px;
  height: 45px;
  background-color: #dddddd;
}
.news .newsSwiper .list1 ul li .cont .date {
  position: absolute;
  left: 2px;
  top: 15px;
  line-height: 30px;
  color: #999999;
  font-size: 16px;
}
.news .newsSwiper .list1 ul li .cont .date i {
  display: block;
  font-size: 24px;
  color: #333333;
}
.news .newsSwiper .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.news .newsSwiper .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .list1 ul li .cont .bt:hover {
  color: #6eaa6f;
}
.news .newsSwiper .list1 ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.news .newsSwiper .list1 ul li:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsSwiper .list1 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);
}
.news .newsSwiper .list1 ul li:hover .bt {
  color: #6eaa6f;
}
.news .newsSwiper .list2 {
  margin-top: 48px;
}
.news .newsSwiper .list2 ul {
  margin-right: -40px;
}
.news .newsSwiper .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsSwiper .list2 ul li {
  float: left;
  width: 580px;
  margin-right: 40px;
}
.news .newsSwiper .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .list2 ul li .bt:before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #cccccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list2 ul li .bt:hover {
  color: #6eaa6f;
}
.news .newsSwiper .list2 ul li .bt:hover:before {
  background-color: #6eaa6f;
}
.news .newsSwiper .list2 ul li .inBtn {
  margin-left: 28px;
  border-top: 1px dashed #dddddd;
  padding-top: 10px;
  line-height: 1;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.news .newsSwiper .list2 ul li .inBtn .date {
  float: left;
  color: #999999;
}
.news .newsSwiper .list2 ul li .inBtn .more {
  float: right;
  color: #999999;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list2 ul li .inBtn .more:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.news .newsSwiper .list2 ul li .inBtn .more:after {
  content: ">";
  font-family: simsun;
  margin-left: 10px;
  font-weight: bold;
}
.news .newsSwiper .list2 ul li .inBtn .more i {
  min-width: 5px;
}
.news .newsSwiper .list2 ul li .inBtn .more:hover {
  color: #6eaa6f;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.news .newsSwiper .list2 ul li:hover .bt {
  color: #6eaa6f;
}
.news .newsSwiper .list2 ul li:hover .bt:before {
  background-color: #6eaa6f;
}
@media screen and (max-width: 1500px) {
  .news {
    margin-bottom: 40px;
  }
  .news .newsSwiper .list2 {
    display: none;
  }
}
.inBox7 {
  background: url(../images/lxbg.jpg) center center no-repeat;
  background-size: cover;
}
.contact {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}
.contact .lxTit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.contact .lxTit .title {
  float: left;
}
.contact .lxTit .links {
  float: right;
  margin-top: 26px;
}
.contact .lxTit .links dl {
  float: left;
  position: relative;
  margin-left: 34px;
}
.contact .lxTit .links dl dt {
  width: 200px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  line-height: 36px;
  padding-left: 20px;
  font-size: 16px;
  box-shadow: 0 -3px 3px rgba(110, 170, 111, 0.4) inset;
  position: relative;
}
.contact .lxTit .links dl dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 6px;
  right: 20px;
  top: 15px;
  background: url(../images/linksar.png) 0 center no-repeat;
}
.contact .lxTit .links dl dd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 2px 3px rgba(110, 170, 111, 0.2) inset;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
}
.contact .lxTit .links dl dd ul {
  padding: 10px 0;
}
.contact .lxTit .links dl dd ul li {
  cursor: pointer;
}
.contact .lxTit .links dl dd ul li:hover {
  background: rgba(110, 170, 111, 0.1);
}
.contact .lxTit .links dl dd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.contact .lxTit .links dl:hover dd {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: initial;
}
.contact .lxTit .links dl:first-child dt {
  width: 150px;
}
.contact .lxTit .links dl:first-child dd ul li {
  padding: 0 20px;
}
.contact .lxTit .links dl.links2 dd ul {
  display: none;
}
.contact .footer {
  background: none;
  padding-top: 0;
}
.contact .footer .formbox {
  margin-top: 125px;
}
.contact .footer .lxList {
  margin-top: 70px;
}
.contact .footer .copyright {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .contact .footer .formbox {
    margin-top: 60px;
  }
  .contact .footer .lxList {
    margin-top: 50px;
  }
  .contact .footer .lxList .ewm > div img {
    width: 138px;
    height: 138px;
    padding: 12px;
  }
  .contact .footer .lxList .ewm > div p {
    margin-top: 18px;
  }
  .contact .footer .copyright {
    bottom: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
.fadeInUp {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
.fadeInRight {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.fadeInLeft {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.ani-slide .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-slide .fadeInDown:nth-child(1) {
  animation-delay: 0.12s;
}
.ani-slide .fadeInDown:nth-child(2) {
  animation-delay: 0.24s;
}
.ani-slide .fadeInDown:nth-child(3) {
  animation-delay: 0.36s;
}
.ani-slide .fadeInDown:nth-child(4) {
  animation-delay: 0.48s;
}
.ani-slide .fadeInDown:nth-child(5) {
  animation-delay: 0.6s;
}
.ani-slide .fadeInDown:nth-child(6) {
  animation-delay: 0.72s;
}
.ani-slide .fadeInDown:nth-child(7) {
  animation-delay: 0.84s;
}
.ani-slide .fadeInDown:nth-child(8) {
  animation-delay: 0.96s;
}
.ani-slide .fadeInDown:nth-child(9) {
  animation-delay: 1.08s;
}
.ani-slide .fadeInDown:nth-child(10) {
  animation-delay: 1.2s;
}
.ani-slide .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ani-slide .fadeInUp:nth-child(1) {
  animation-delay: 0.12s;
}
.ani-slide .fadeInUp:nth-child(2) {
  animation-delay: 0.24s;
}
.ani-slide .fadeInUp:nth-child(3) {
  animation-delay: 0.36s;
}
.ani-slide .fadeInUp:nth-child(4) {
  animation-delay: 0.48s;
}
.ani-slide .fadeInUp:nth-child(5) {
  animation-delay: 0.6s;
}
.ani-slide .fadeInUp:nth-child(6) {
  animation-delay: 0.72s;
}
.ani-slide .fadeInUp:nth-child(7) {
  animation-delay: 0.84s;
}
.ani-slide .fadeInUp:nth-child(8) {
  animation-delay: 0.96s;
}
.ani-slide .fadeInUp:nth-child(9) {
  animation-delay: 1.08s;
}
.ani-slide .fadeInUp:nth-child(10) {
  animation-delay: 1.2s;
}
.ani-slide .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
}
.ani-slide .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
}
