@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);
  }
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-swiper.wapBanner {
  display: none;
}
.banner-swiper .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;
}
.banner-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .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;
}
.banner-swiper:hover .banner-next {
  right: 3%;
}
.banner-swiper .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner-swiper .banner-pagination span {
  display: inline-block;
  border: 2px #fff solid;
  opacity: 1;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  background-color: transparent;
  margin-left: 30px !important;
  margin-right: 0 !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.banner-swiper .banner-pagination span:first-child {
  margin-left: 0 !important;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .banner-swiper.pcBanner {
    display: none;
  }
  .banner-swiper.wapBanner {
    display: block;
  }
  .banner-swiper .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 3;
    text-align: center;
  }
  .banner-swiper .mbanner-pagination span {
    display: inline-block;
    border: 2px #fff solid;
    opacity: 1;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: transparent;
    margin: 0 8px !important;
    cursor: pointer;
    outline: none;
    position: relative;
  }
  .banner-swiper .mbanner-pagination span.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  line-height: 50px;
  font-family: Impact;
  font-size: 60px;
}
.title span {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
}
.title em {
  display: block;
  margin-top: 23px;
  font-size: 0;
}
.title em::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 5px;
  background-color: #257f35;
}
@media screen and (max-width: 768px) {
  .title {
    text-align: center;
  }
  .title i {
    font-size: 40px;
    line-height: 36px;
  }
  .title span {
    margin-top: 10px;
  }
  .title em {
    margin-top: 10px;
  }
}
.about {
  background: url(../images/aboutbg.png) center 0 no-repeat;
  overflow: hidden;
  padding: 98px 0 60px;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about .aboutText {
  float: left;
  width: 62.6%;
}
.about .aboutText .tit {
  line-height: 1;
  margin-top: 68px;
}
.about .aboutText .tit span {
  display: block;
  font-size: 26px;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}
.about .aboutText .text {
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 34px;
  height: 102px;
  font-size: 15px;
  color: #555555;
  text-align: justify;
}
.about .aboutText .more {
  margin-top: 42px;
  display: block;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #257f35;
  line-height: 38px;
  text-align: center;
  color: #257f35;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  background-color: #257f35;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(37, 127, 53, 0.5);
}
.about .aboutText .videoBtn {
  display: block;
  margin-top: 108px;
  height: 56px;
  padding-left: 66px;
  background: url(../images/videoico.png) 0 center no-repeat;
}
.about .aboutText .videoBtn i {
  display: block;
  line-height: 26px;
  font-family: BodoniBT, 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #257f35;
  font-size: 36px;
}
.about .aboutText .videoBtn span {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-top: 10px;
  color: #555555;
  padding-left: 10px;
}
.about .number {
  float: right;
  width: 295px;
  margin-right: 3.1%;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.about .number ul li {
  text-align: right;
  border-bottom: 1px solid #eeeeee;
  padding: 38px 0;
  margin-top: 42px;
}
.about .number ul li:last-child {
  border-bottom: none;
}
.about .number ul li:first-child {
  margin-top: 0;
}
.about .number ul li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.about .number ul li span em {
  display: block;
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  color: #999999;
}
.about .number ul li span b {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: #666666;
  font-weight: normal;
}
.about .number ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  font-family: Impact;
  font-size: 60px;
  line-height: 50px;
  margin-left: 20px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .about {
    background: none;
    padding: 60px 0;
  }
  .about .aboutText {
    width: auto;
    flex: 1;
    margin-right: 4%;
  }
  .about .aboutText .tit {
    margin-top: 40px;
  }
  .about .aboutText .text {
    margin-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 34px;
    height: 102px;
    font-size: 15px;
  }
  .about .aboutText .more {
    margin-top: 32px;
  }
  .about .aboutText .videoBtn {
    margin-top: 48px;
  }
  .about .number {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .about .aboutText {
    flex: none;
    margin-right: 0;
    width: 100%;
  }
  .about .number {
    width: 100%;
    margin-top: 30px;
  }
  .about .number ul {
    flex-direction: row;
  }
  .about .number ul li {
    margin-top: 0;
    padding: 15px 0;
  }
  .about .number ul li:last-child {
    border-bottom: 1px solid #eeeeee;
  }
  .about .number ul li span i {
    font-size: 12px;
  }
  .about .number ul li span b {
    font-size: 14px;
    margin-top: 6px;
  }
  .about .number ul li i {
    font-size: 40px;
    margin-left: 15px;
    width: auto;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 35px 0;
  }
  .about .aboutText .tit {
    margin-top: 30px;
  }
  .about .aboutText .tit span {
    font-size: 22px;
  }
  .about .aboutText .tit i {
    font-size: 12px;
    margin-top: 6px;
  }
  .about .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 30px;
    height: 120px;
    font-size: 14px;
    margin-top: 20px;
  }
  .about .aboutText .more {
    font-size: 15px;
    margin-top: 20px;
  }
  .about .aboutText .videoBtn {
    margin-top: 30px;
  }
  .about .number {
    margin-top: 20px;
  }
  .about .number ul li span {
    display: block;
  }
  .about .number ul li span b {
    font-size: 12px;
  }
  .about .number ul li i {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.video-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.video-popup .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0.7;
}
.video-popup .video-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.video-popup .video-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.video-popup .video-close:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.video-popup .videoSize {
  position: relative;
  width: 60%;
  padding-top: 35%;
  height: 0;
}
@media (max-width: 767px) {
  .video-popup .videoSize {
    width: 90%;
    padding-top: 60%;
  }
}
.video-popup .videoSize .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup .videoSize .videoBox iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.video-popup .videoSize .videoBox video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-popup.show-intro-vieo {
  visibility: inherit;
  opacity: 1;
}
.product {
  overflow: hidden;
  background: url(../images/probg.png) center 0 no-repeat;
  margin-top: -30px;
  padding-top: 600px;
  padding-bottom: 80px;
}
.product .proNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product .proNav .title {
  flex: 1;
  padding-top: 138px;
  background: url(../images/protit.png) 0 0 no-repeat;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .product .proNav .title {
    background-position: center 0;
    margin-right: 0;
    flex: none;
  }
}
.product .proNav ul {
  max-width: 890px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
  width: 69%;
}
.product .proNav ul li a {
  display: block;
  height: 58px;
  position: relative;
  line-height: 58px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  left: 50%;
  height: 2px;
  background-color: #257f35;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: -1px;
}
.product .proNav ul li.on a,
.product .proNav ul li:hover a {
  color: #257f35;
  font-weight: bold;
}
.product .proNav ul li.on a::before,
.product .proNav ul li:hover a::before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .product {
    background-size: 1260px;
    padding-top: 380px;
  }
  .product .proNav ul {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product {
    margin-top: 0;
    background-size: 800px;
    padding-top: 280px;
    padding-bottom: 35px;
  }
  .product .title {
    flex: none;
    width: 100%;
  }
  .product .proNav ul {
    margin-top: 10px;
  }
  .product .proNav ul li a {
    font-size: 15px;
    line-height: 46px;
    height: 46px;
  }
}
.product .proList {
  margin-top: 36px;
}
.product .proList ul {
  margin: 0 -16px;
}
.product .proList ul li {
  float: left;
  margin-top: 10px;
  padding: 0 16px;
  width: 25%;
}
.product .proList ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: solid 1px #dddddd;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 117.86%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .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;
}
.product .proList ul li .item .tt {
  height: 56px;
  line-height: 56px;
  position: relative;
  margin: 0 10px;
  padding-right: 90px;
}
.product .proList ul li .item .tt .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: 18px;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more:hover::before {
  background-color: #257f35;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover .pic {
  border-color: #257f35;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .tt .bt {
  color: #257f35;
}
.product .proList ul li .item:hover .tt .more {
  color: #257f35;
}
@media screen and (max-width: 1200px) {
  .product .proList ul {
    margin: 0 -10px;
  }
  .product .proList ul li {
    padding: 0 10px;
  }
  .product .proList ul li .item .tt {
    margin: 0;
    padding-right: 58px;
  }
  .product .proList ul li .item .tt .bt {
    font-size: 16px;
  }
  .product .proList ul li .item .tt .more::before {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .product .proList ul li .item .tt {
    padding-right: 0;
    text-align: center;
  }
  .product .proList ul li .item .tt .more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .product .proList {
    margin-top: 16px;
  }
  .product .proList ul li {
    width: 50%;
  }
  .product .proList ul li .item .tt {
    line-height: 46px;
    height: 46px;
  }
}
.youshi {
  overflow: hidden;
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  padding-top: 20px;
  height: 1045px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.youshi .ysHd ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.youshi .ysHd ul li {
  width: 260px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #257f35, #257f35);
  background-image: linear-gradient(to right, #257f35, #257f35);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  line-height: 60px;
  font-size: 20px;
  padding-left: 48px;
  margin-top: 28px;
  cursor: pointer;
}
.youshi .ysHd ul li span {
  display: inline-block;
  vertical-align: top;
}
.youshi .ysHd ul li i {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysHd ul li.active {
  background-size: 100% 100%;
  color: #fff;
}
.youshi .ysHd ul li.active i {
  color: #fff;
}
.youshi .ysSwiper {
  max-width: 610px;
  width: 46.92%;
  padding-top: 98px;
}
.youshi .ysSwiper .tel {
  font-size: 20px;
  line-height: 1;
}
.youshi .ysSwiper .tel i {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-family: Arial;
  font-size: 36px;
  line-height: 26px;
}
.youshi .ysSwiper .swiper-container {
  margin-top: 86px;
}
.youshi .ysSwiper ul li {
  width: 100%;
  padding-top: 10px;
}
.youshi .ysSwiper ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper ul li .tit {
  line-height: 1;
}
.youshi .ysSwiper ul li .tit span {
  font-weight: bold;
  font-size: 32px;
}
.youshi .ysSwiper ul li .tit i {
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  margin-left: 8px;
}
.youshi .ysSwiper ul li .tip {
  margin-top: 20px;
  line-height: 22px;
  font-size: 16px;
  color: #666666;
}
.youshi .ysSwiper ul li .text {
  flex: 1;
  font-size: 16px;
  color: #555555;
  line-height: 42px;
  margin-top: 28px;
}
.youshi .ysSwiper ul li .num {
  margin-top: 95px;
  font-size: 176px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  line-height: 145px;
  font-family: Impact;
}
.youshi .ysSwiper ul li:hover .tit {
  color: #257f35;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysSwiper ul li:hover .tip {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysSwiper ul li:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media screen and (max-width: 1000px) {
  .youshi {
    background-size: 1200px;
    height: 695px;
  }
  .youshi .ysHd ul li {
    width: 230px;
    padding-left: 20px;
    font-size: 18px;
    margin-top: 15px;
  }
  .youshi .ysSwiper .tel {
    font-size: 16px;
  }
  .youshi .ysSwiper .tel i {
    font-size: 24px;
    line-height: 20px;
  }
  .youshi .ysSwiper .swiper-container {
    margin-top: 30px;
  }
  .youshi .ysSwiper ul li .tip {
    margin-top: 10px;
  }
  .youshi .ysSwiper ul li .text {
    line-height: 30px;
    color: #333;
    margin-top: 15px;
    font-size: 15px;
  }
  .youshi .ysSwiper ul li .num {
    font-size: 140px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .youshi {
    background: url(../images/ysbg2.jpg) center bottom no-repeat;
    height: auto;
    background-size: 800px;
    padding-bottom: 90px;
  }
  .youshi .ysHd {
    width: 100%;
  }
  .youshi .ysHd ul {
    flex-direction: row;
    margin-top: 10px;
  }
  .youshi .ysHd ul li {
    width: auto;
    width: 24%;
    text-align: center;
    padding-left: 0;
    height: 46px;
    line-height: 46px;
  }
  .youshi .ysHd ul li i {
    display: none;
  }
  .youshi .ysSwiper {
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .youshi .ysHd ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.process {
  background: url(../images/lcbg.png) center 0 no-repeat;
  padding-top: 125px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
.process .lcBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.process .lcTel {
  width: 250px;
  padding-top: 148px;
}
.process .lcTel h4 {
  line-height: 1;
  font-size: 18px;
}
.process .lcTel h5 {
  font-family: Impact;
  font-size: 30px;
  line-height: 36px;
  color: #999999;
  margin-top: 8px;
}
.process .lcTel h5::after {
  content: "";
  display: block;
  width: 2px;
  height: 56px;
  background-color: #dddddd;
  margin-left: 8px;
  margin-top: 28px;
}
.process .lcTel .tel {
  font-family: Arial;
  font-size: 36px;
  margin-top: 52px;
  line-height: 26px;
  font-weight: bold;
}
.process .lcList {
  max-width: 960px;
  width: 75%;
}
.process .lcList ul {
  display: flex;
  justify-content: space-between;
}
.process .lcList ul li {
  text-align: right;
  width: 210px;
}
.process .lcList ul li.lcar {
  background: url(../images/lcline.png) right center no-repeat;
  width: 31px;
  height: 7px;
  margin-top: 46px;
  position: relative;
  left: 25px;
}
.process .lcList ul li .num {
  font-family: Impact;
  font-size: 20px;
  line-height: 16px;
}
.process .lcList ul li .line {
  font-size: 0;
  margin-top: 12px;
}
.process .lcList ul li .line::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 67px;
  height: 2px;
  background-color: #cccccc;
}
.process .lcList ul li h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 15px;
}
.process .lcList ul li p {
  text-transform: uppercase;
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  margin-top: 7px;
}
.process .lcList ul:nth-child(2) {
  margin-top: 82px;
  justify-content: row-reverse;
  position: relative;
}
.process .lcList ul:nth-child(2) li.lcar {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.process .lcList ul:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 31px;
  top: -64px;
  right: 10px;
  background: url(../images/lcline2.png) 0 center no-repeat;
}
@media screen and (max-width: 1100px) {
  .process {
    padding-top: 60px;
  }
  .process .lcTel {
    width: 100%;
    padding-top: 0;
    text-align: right;
  }
  .process .lcTel h4 {
    display: inline-block;
  }
  .process .lcTel h5 {
    display: none;
  }
  .process .lcTel .tel {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 0;
  }
  .process .lcList {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .process {
    padding: 35px 0;
  }
  .process .lcTel {
    text-align: center;
    margin-top: 15px;
  }
  .process .lcTel h4 {
    font-size: 16px;
  }
  .process .lcTel .tel {
    font-size: 24px;
  }
  .process .lcList {
    margin-top: 30px;
  }
  .process .lcList ul li h4 {
    font-size: 14px;
  }
  .process .lcList ul li.lcar {
    margin-top: 34px;
    left: 15px;
  }
  .process .lcList ul:nth-child(2) {
    margin-top: 52px;
  }
  .process .lcList ul:nth-child(2)::before {
    top: -44px;
  }
}
.factory {
  overflow: hidden;
  background: #f8f8f8;
  padding: 72px 0 78px;
  max-width: 1860px;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .factory {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .factory {
    padding: 35px 0;
  }
}
.factory .ywSwiper {
  margin-top: 50px;
  margin-left: -55px;
  margin-right: -55px;
}
.factory .ywSwiper ul li {
  float: left;
  width: 33.33%;
}
.factory .ywSwiper ul li .item {
  padding: 35px 35px 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.factory .ywSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.factory .ywSwiper ul li .item .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;
}
.factory .ywSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.factory .ywSwiper ul li .item .cont {
  padding: 30px 10px 0;
}
.factory .ywSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  padding-left: 90px;
  text-align: right;
  position: relative;
}
.factory .ywSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.factory .ywSwiper ul li .item .cont .bt i {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-weight: bold;
}
.factory .ywSwiper ul li .item .cont .bt i::after {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.factory .ywSwiper ul li .item .cont p {
  margin-top: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #999999;
  visibility: hidden;
  visibility: initial;
}
.factory .ywSwiper ul li .item:hover .cont .bt {
  color: #257f35;
}
.factory .ywSwiper ul li .item:hover .cont .bt i::after {
  background-color: #257f35;
}
.factory .ywSwiper ul li.swiper-slide-active .item,
.factory .ywSwiper ul li.swiper-slide-next + li .item {
  padding: 40px 55px;
}
.factory .ywSwiper ul li.swiper-slide-active .item .cont,
.factory .ywSwiper ul li.swiper-slide-next + li .item .cont {
  padding-top: 20px;
}
.factory .ywSwiper ul li.swiper-slide-active .item .cont p,
.factory .ywSwiper ul li.swiper-slide-next + li .item .cont p {
  visibility: hidden;
}
.factory .ywSwiper ul li.swiper-slide-next .item {
  background-color: #fff;
}
.factory .ywSwiper ul li.swiper-slide-next .item .cont .bt span {
  font-weight: bold;
}
.factory .ywSwiper ul li.swiper-slide-next .item .cont p {
  visibility: initial;
}
.factory .page .yw-prev {
  position: absolute;
  bottom: 4px;
  z-index: 3;
  left: 22%;
  width: 60px;
  height: 60px;
  background-color: #b91212;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.factory .page .yw-prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.factory .page .yw-prev:hover,
.factory .page .yw-prev.on {
  background-color: #29346b;
}
.factory .page .yw-next {
  position: absolute;
  bottom: 4px;
  z-index: 3;
  right: 22%;
  width: 60px;
  height: 60px;
  background-color: #b91212;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.factory .page .yw-next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 20px;
}
.factory .page .yw-next:hover,
.factory .page .yw-next.on {
  background-color: #29346b;
}
@media screen and (max-width: 1100px) {
  .factory .ywSwiper {
    margin-top: 40px;
    margin-left: -25px;
    margin-right: -25px;
  }
  .factory .ywSwiper ul li .item {
    padding: 15px 15px 35px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .factory .ywSwiper ul li .item .cont {
    padding: 20px 0 0;
  }
  .factory .ywSwiper ul li .item .cont .bt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding-left: 75px;
  }
  .factory .ywSwiper ul li .item .cont .bt:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .factory .ywSwiper ul li .item .cont .bt i {
    font-size: 22px;
  }
  .factory .ywSwiper ul li .item .cont .bt i::after {
    width: 30px;
  }
  .factory .ywSwiper ul li .item .cont p {
    margin-top: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    color: #999999;
    visibility: hidden;
    visibility: initial;
  }
  .factory .ywSwiper ul li .item:hover .cont .bt {
    color: #257f35;
  }
  .factory .ywSwiper ul li .item:hover .cont .bt i::after {
    background-color: #257f35;
  }
  .factory .ywSwiper ul li.swiper-slide-active .item,
  .factory .ywSwiper ul li.swiper-slide-next + li .item {
    padding: 25px 25px 35px;
  }
  .factory .ywSwiper ul li.swiper-slide-active .item .cont,
  .factory .ywSwiper ul li.swiper-slide-next + li .item .cont {
    padding-top: 15px;
  }
  .factory .ywSwiper ul li.swiper-slide-active .item .cont p,
  .factory .ywSwiper ul li.swiper-slide-next + li .item .cont p {
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .factory .ywSwiper {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .factory .ywSwiper ul li {
    width: 100%;
    margin-right: 30px;
  }
  .factory .ywSwiper ul li .item {
    padding: 15px 15px 25px !important;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .factory .ywSwiper ul li .item .cont {
    padding: 20px 0 0 !important;
  }
  .factory .ywSwiper ul li .item .cont p {
    margin-top: 5px !important;
    visibility: initial !important;
  }
  .factory .ywSwiper ul li .item:hover .cont .bt {
    color: #257f35;
  }
  .factory .ywSwiper ul li .item:hover .cont .bt i::after {
    background-color: #257f35;
  }
  .factory .page {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
  .factory .page .yw-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0;
  }
  .factory .page .yw-next {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    right: 0;
  }
}
.support {
  height: 1236px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -56px;
  padding-top: 56px;
  background: url(../images/fcbg.jpg) center 0 no-repeat;
}
.support .fcBox {
  padding-top: 72px;
}
.support .fcLogo {
  position: absolute;
  width: 208px;
  height: 208px;
  background-color: #ffffff;
  border: solid 10px #257f35;
  left: 320px;
  top: 0;
  border-radius: 100%;
  left: 32.615%;
  margin-left: -104px;
}
.support .fcLogo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .support {
    margin-top: 0;
    padding-top: 56px;
  }
  .support .fcLogo {
    left: 3%;
    margin-left: 0;
  }
}
.support .title {
  text-align: right;
}
.support .fcList {
  margin-left: 44.92%;
}
.support .fcList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .fcList ul li {
  margin-top: 72px;
  padding-bottom: 15px;
  float: left;
  text-align: center;
}
.support .fcList ul li i {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: center center no-repeat;
}
.support .fcList ul li i.ico1 {
  background-image: url(../images/fcico1.png);
}
.support .fcList ul li i.ico2 {
  background-image: url(../images/fcico2.png);
}
.support .fcList ul li i.ico3 {
  background-image: url(../images/fcico3.png);
}
.support .fcList ul li i.ico4 {
  background-image: url(../images/fcico4.png);
}
.support .fcList ul li i.ico5 {
  background-image: url(../images/fcico5.png);
}
.support .fcList ul li i.ico6 {
  background-image: url(../images/fcico6.png);
}
.support .fcList ul li i.ico7 {
  background-image: url(../images/fcico7.png);
}
.support .fcList ul li i.ico8 {
  background-image: url(../images/fcico8.png);
}
.support .fcList ul li i.ico9 {
  background-image: url(../images/fcico9.png);
}
.support .fcList ul li h4 {
  font-size: 20px;
  line-height: 1;
  margin-top: 17px;
}
.support .fcList ul li:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.support .fcImg {
  position: absolute;
  max-width: 519px;
  height: 605px;
  top: 339px;
  left: -9%;
  overflow: hidden;
  width: 40%;
}
.support .fcImg img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .support {
    background: url(../images/fcbg2.jpg) center bottom no-repeat;
    height: auto;
    padding-bottom: 500px;
    padding-top: 10px;
  }
  .support .fcBox {
    padding-top: 0;
  }
  .support .title {
    text-align: center;
  }
  .support .fcLogo {
    display: none;
  }
  .support .fcList {
    margin-left: 0;
  }
  .support .fcList ul li {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .support .fcList ul li h4 {
    font-size: 15px;
  }
  .support .fcImg {
    display: none;
  }
}
.case {
  margin-top: -80px;
}
.case .caseSwiper {
  margin-top: 50px;
}
.case .caseSwiper ul li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.case .caseSwiper ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: solid 1px #dddddd;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 73.68%;
  position: relative;
  overflow: hidden;
}
.case .caseSwiper ul li .item .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;
}
.case .caseSwiper ul li .item .tt {
  height: 56px;
  line-height: 56px;
  position: relative;
  margin: 0 10px;
  padding-right: 90px;
}
.case .caseSwiper ul li .item .tt .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: 18px;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .tt .more {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .tt .more::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .more:hover::before {
  background-color: #257f35;
}
.case .caseSwiper ul li .item:hover .pic {
  border-color: #257f35;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li .item:hover .tt .bt {
  color: #257f35;
}
.case .caseSwiper ul li .item:hover .tt .more {
  color: #257f35;
}
@media screen and (max-width: 980px) {
  .case .caseSwiper {
    margin-top: 30px;
  }
  .case .caseSwiper ul li {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .case {
    margin-top: 35px;
  }
  .case .caseSwiper ul li {
    width: 48%;
    margin-right: 4%;
  }
  .case .caseSwiper ul li .item .tt {
    padding-right: 0;
    text-align: center;
  }
  .case .caseSwiper ul li .item .tt .bt {
    font-size: 15px;
  }
  .case .caseSwiper ul li .item .tt .more {
    display: none;
  }
}
.news {
  padding: 60px 0 74px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 35px 0;
  }
}
.news .newsTab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsTab ul {
  width: 50%;
  max-width: 584px;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 22px;
  flex: 1;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #cccccc;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #257f35, #257f35);
  background-image: linear-gradient(to right, #257f35, #257f35);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li.active a,
.news .newsTab ul li:hover a {
  background-size: 100% 100%;
  color: #fff;
  border-color: #257f35;
}
@media screen and (max-width: 980px) {
  .news .newsTab ul li {
    margin-left: 10px;
  }
  .news .newsTab ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news .newsTab .title {
    width: 100%;
  }
  .news .newsTab ul {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    min-width: 0;
  }
  .news .newsTab ul li a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.news .newsSwiper {
  margin-top: 36px;
}
.news .newsSwiper .swiper-slide {
  position: relative;
}
.news .newsT::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsT .one {
  width: 65.6%;
  float: left;
  height: 425px;
  background-color: #fbfbfb;
}
.news .newsT .one .pic {
  float: left;
  display: block;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .one .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 .newsT .one .cont {
  float: right;
  width: 50%;
  padding: 76px 40px 0;
}
.news .newsT .one .cont .date {
  font-family: Impact;
  font-size: 36px;
  line-height: 28px;
}
.news .newsT .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  margin-top: 28px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsT .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  font-size: 15px;
  color: #666666;
  margin-top: 8px;
}
.news .newsT .one .cont .more {
  display: block;
  width: 146px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  line-height: 40px;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #257f35, #257f35);
  background-image: linear-gradient(to right, #257f35, #257f35);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsT .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsT .one:hover .cont .bt {
  color: #257f35;
}
.news .newsT .one:hover .cont .more {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsT .two {
  float: right;
  width: 33%;
  padding: 76px 40px 0;
  background-color: #fbfbfb;
  height: 425px;
}
.news .newsT .two .date {
  font-family: Impact;
  font-size: 36px;
  line-height: 28px;
}
.news .newsT .two .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  margin-top: 28px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .two .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsT .two p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  font-size: 15px;
  color: #666666;
  margin-top: 8px;
}
.news .newsT .two .more {
  display: block;
  width: 146px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  line-height: 40px;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #257f35, #257f35);
  background-image: linear-gradient(to right, #257f35, #257f35);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsT .two:hover .bt {
  color: #257f35;
}
.news .newsT .two:hover .more {
  background-size: 100% 100%;
  color: #fff;
}
.news .list {
  margin-top: 16px;
  overflow: hidden;
}
.news .list ul {
  margin: 0 -25px;
}
.news .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list ul li {
  width: 33.33%;
  padding: 0 25px;
  float: left;
  border-bottom: 1px solid #ddd;
}
.news .list ul li .item {
  padding-right: 50px;
  height: 72px;
  line-height: 72px;
  position: relative;
}
.news .list ul li .item::after {
  content: "";
  position: absolute;
  background: #257f35;
  width: 100%;
  height: 1px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .list ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li .item .bt::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #dbdbdb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .item .date {
  font-family: Arial;
  font-size: 16px;
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}
.news .list ul li .item:hover .bt {
  color: #257f35;
}
.news .list ul li .item:hover .bt::before {
  background-color: #257f35;
}
@media screen and (max-width: 1100px) {
  .news .newsSwiper {
    margin-top: 30px;
  }
  .news .newsT .one {
    height: 300px;
  }
  .news .newsT .one .cont {
    padding: 40px 25px 0;
  }
  .news .newsT .one .cont .bt {
    margin-top: 10px;
  }
  .news .newsT .one .cont p {
    font-size: 14px;
    margin-top: 5px;
  }
  .news .newsT .one .cont .more {
    margin-top: 20px;
  }
  .news .newsT .two {
    padding: 40px 25px 0;
    height: 300px;
  }
  .news .newsT .two .bt {
    margin-top: 10px;
  }
  .news .newsT .two p {
    font-size: 14px;
    margin-top: 5px;
  }
  .news .newsT .two .more {
    margin-top: 20px;
  }
  .news .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 35px 0;
  }
  .news .newsT .one {
    height: 300px;
    width: 100%;
  }
  .news .newsT .one .cont {
    padding: 40px 25px 0;
  }
  .news .newsT .two {
    width: 100%;
    padding: 30px 25px;
    margin-top: 10px;
    height: auto;
  }
  .news .newsT .two p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
  }
  .news .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .news .newsT .one {
    height: auto;
  }
  .news .newsT .one .pic {
    width: 100%;
    height: 250px;
  }
  .news .newsT .one .cont {
    padding: 30px 25px;
    width: 100%;
  }
  .news .newsT .one .cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
  }
  .news .newsT .two {
    width: 100%;
    padding: 30px 25px;
    margin-top: 10px;
  }
  .news .list ul li .item {
    height: 60px;
    line-height: 60px;
  }
}
