@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 *: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: 40px;
  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 .banner-pagination {
    bottom: 20px;
  }
  .banner-swiper.pcBanner .banner-pagination span {
    width: 10px;
    height: 10px;
    margin-left: 15px !important;
  }
  .banner-swiper.pcBanner .banner-prev {
    display: none;
  }
  .banner-swiper.pcBanner .banner-next {
    display: none;
  }
  .banner-swiper.wapBanner {
    display: block;
  }
  .banner-swiper .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 0;
    bottom: 15px;
    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;
  position: relative;
}
.title span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.title i {
  display: block;
  font-family: "Arial Black";
  font-size: 46px;
  line-height: 35px;
  position: relative;
}
.title i::before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 77px;
  background: url(../images/titen.png) 0 0 no-repeat;
  left: -33px;
  top: -32px;
}
.title b {
  display: block;
  font-size: 30px;
  margin-top: 15px;
  font-weight: normal;
}
.title b em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #999999;
}
.title b em::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1px;
  height: 20px;
  background-color: #dcdcdc;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .title i {
    font-size: 36px;
    line-height: 25px;
  }
  .title i::before {
    background-size: contain;
    width: 32px;
    height: 47px;
    left: -18px;
    top: -15px;
  }
  .title b {
    font-size: 20px;
    margin-top: 12px;
  }
  .title b em {
    font-size: 12px;
  }
  .title b em::before {
    height: 14px;
    margin: 0 5px;
  }
}
.moreLink {
  width: 150px;
  height: 52px;
  background-color: #083b97;
  text-align: center;
  line-height: 52px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.moreLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0faa71;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.moreLink:hover {
  background: none;
  color: #0faa71;
  box-shadow: 0 10px 10px -5px rgba(15, 170, 113, 0.5);
}
.moreLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .titBox .title {
    float: none;
    text-align: center;
  }
  .titBox .moreLink {
    display: none;
  }
}
.product {
  padding: 90px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .product {
    padding: 45px 0 35px;
  }
}
.product .proNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -28px;
}
.product .proNav ul li {
  position: relative;
  margin-right: 28px;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 76px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
  line-height: 76px;
  font-size: 18px;
  border-right: 5px solid rgba(9, 194, 98, 0.1);
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 47px;
  background: url(../images/pronavli.png) 0 bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 24px;
}
.product .proNav ul li:hover a {
  color: #0faa71;
}
.product .proNav ul li.on a,
.product .proNav ul li:hover a {
  border-right-color: #0faa71;
}
@media screen and (max-width: 1660px) {
  .product .proNav ul {
    margin-right: -15px;
  }
  .product .proNav ul li {
    margin-top: 10px;
    margin-right: 15px;
  }
  .product .proNav ul li a {
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
    font-size: 16px;
  }
  .product .proNav ul li a::before {
    height: 38px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1380px) {
  .product .proNav .title {
    width: 100%;
    text-align: center;
  }
  .product .proNav ul {
    margin-right: -15px;
    width: calc(100% + 15px);
    margin-top: 20px;
  }
  .product .proNav ul li {
    margin-top: 15px;
    margin-right: 15px;
  }
  .product .proNav ul li a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .product .proNav ul {
    margin-right: -10px;
    width: calc(100% + 10px);
  }
  .product .proNav ul li {
    margin-top: 10px;
    margin-right: 10px;
  }
  .product .proNav ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    border-right-width: 3px;
  }
  .product .proNav ul li a::before {
    height: 26px;
    margin-right: 10px;
    width: 4px;
    background-size: 100% auto;
  }
}
.product .proList {
  margin: 10px -20px 0;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-top: 40px;
}
.product .proList ul li .item {
  padding: 0 20px;
  background-color: #f9f9f9;
  -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;
  -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: 106%;
  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 {
  position: relative;
  padding-right: 50px;
  padding-top: 10px;
  height: 70px;
}
.product .proList ul li .item .tt .bt {
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt p {
  display: block;
  margin-top: -5px;
  color: #cccccc;
  line-height: 1;
}
.product .proList ul li .item .tt .num {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 36px;
  color: #dddddd;
  line-height: 65px;
}
.product .proList ul li .item .more {
  display: block;
  height: 54px;
  line-height: 54px;
  text-transform: uppercase;
  font-size: 16px;
  color: #999999;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .more::before {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-family: simsun;
  font-size: 24px;
  color: #999999;
  text-shadow: 1px 0 0 #999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .more:hover {
  color: #0faa71;
}
.product .proList ul li .item .more:hover::before {
  text-shadow: 1px 0 0 #0faa71;
  color: #0faa71;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(15, 170, 113, 0.2);
}
.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 .bt {
  color: #0faa71;
}
.product .proList ul li .item:hover .bt::after {
  color: #0faa71;
}
@media screen and (max-width: 1460px) {
  .product .proList {
    margin: 10px -15px 0;
  }
  .product .proList ul li {
    padding: 0 15px;
    margin-top: 30px;
  }
  .product .proList ul li .item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1100px) {
  .product .proList {
    margin: 0 -15px 0;
  }
  .product .proList ul li {
    padding: 0 15px;
    width: 50%;
  }
  .product .proList ul li .item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .product .proList {
    margin: 0 -8px;
  }
  .product .proList ul li {
    padding: 0 8px;
    width: 50%;
    margin-top: 16px;
  }
  .product .proList ul li .item {
    padding: 0 10px;
  }
  .product .proList ul li .item .tt {
    padding-right: 0;
  }
  .product .proList ul li .item .tt .bt {
    font-size: 14px;
  }
  .product .proList ul li .item .tt .en {
    font-size: 12px;
  }
  .product .proList ul li .item .tt .num {
    display: none;
  }
  .product .proList ul li .item .more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product .proList ul li .item .more::before {
    font-size: 16px;
  }
}
.quality {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .quality {
    margin-bottom: 35px;
  }
}
.quality .pzBox {
  height: 650px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/pzbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.quality .pzPic {
  float: left;
  width: 43.75%;
  background: url(../images/pzimg.jpg) center center no-repeat;
  height: 650px;
  background-size: cover;
  position: relative;
  min-width: 0;
}
.quality .pzPic .tt {
  position: absolute;
  top: 46px;
  right: 42px;
}
.quality .pzPic .tt::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #0faa71;
  left: -116px;
  top: -18px;
}
.quality .pzPic .tt::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 110px;
  background-color: #0faa71;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: -42px;
  left: -98px;
}
.quality .pzPic .tt .tel {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  margin-right: 55px;
}
.quality .pzPic .tt .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  background-color: #0faa71;
  border-radius: 6px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .pzPic .tt .zxLink::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 30px;
  height: 30px;
  background: url(../images/zxico.png) center center no-repeat;
  margin-right: 14px;
}
.quality .pzPic .tt .zxLink:hover {
  box-shadow: 0 10px 10px -5px rgba(15, 170, 113, 0.5);
}
.quality .pzPic .tt .zxLink:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.quality .pzCont {
  width: 36%;
  max-width: 544px;
  padding-top: 80px;
  min-width: 0;
  margin-right: 5.5%;
}
.quality .pzCont .title {
  text-align: right;
}
.quality .pzCont .title span {
  text-align: right;
}
.quality .pzCont .title i::before {
  background: url(../images/titen2.png) right 0 no-repeat;
  right: -33px;
  top: -32px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .quality .pzCont .title i::before {
    background-size: contain;
    width: 32px;
    height: 47px;
    right: -18px;
    top: -15px;
  }
}
.quality .pzCont .pzList {
  margin-top: 38px;
}
.quality .pzCont .pzList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.quality .pzCont .pzList ul li {
  float: left;
  margin-top: 50px;
  text-align: center;
}
.quality .pzCont .pzList ul li i {
  display: block;
  margin: auto;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  background-color: rgba(15, 170, 113, 0.1);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .pzCont .pzList ul li i img {
  max-width: 60%;
  max-height: 60%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.quality .pzCont .pzList ul li h4 {
  line-height: 1;
  margin-top: 13px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .pzCont .pzList ul li:hover i {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: rgba(15, 170, 113, 0.5);
}
.quality .pzCont .pzList ul li:hover i img {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.quality .pzCont .pzList ul li:hover h4 {
  color: #0faa71;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.quality .pzimg {
  width: 23.25%;
  height: 399px;
  background: url(../images/pzimgi.png) 0 center no-repeat;
  position: absolute;
  top: 153px;
  background-size: contain;
  left: 32.1875%;
}
@media screen and (max-width: 1380px) {
  .quality .pzBox {
    height: 600px;
  }
  .quality .pzPic {
    width: 50%;
    height: 600px;
  }
  .quality .pzPic .tt::before {
    width: 140px;
    left: -46px;
  }
  .quality .pzPic .tt::after {
    height: 80px;
    top: -42px;
    left: -28px;
  }
  .quality .pzPic .tt .tel {
    margin-right: 0;
    display: block;
  }
  .quality .pzPic .tt .zxLink {
    display: block;
    margin-top: 10px;
    width: 150px;
    background-color: #0faa71;
    border-radius: 6px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .quality .pzPic .tt .zxLink::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 30px;
    height: 30px;
    background: url(../images/zxico.png) center center no-repeat;
    margin-right: 14px;
  }
  .quality .pzPic .tt .zxLink:hover {
    box-shadow: 0 10px 10px -5px rgba(15, 170, 113, 0.5);
  }
  .quality .pzPic .tt .zxLink:hover::before {
    -webkit-animation: hvr-icon-wobble-vertical 1s;
    -moz-animation: hvr-icon-wobble-vertical 1s;
    animation: hvr-icon-wobble-vertical 1s;
  }
  .quality .pzimg {
    width: 25%;
    left: 29%;
    top: 173px;
  }
  .quality .pzCont {
    width: 39%;
    margin-right: 4.5%;
  }
  .quality .pzCont .pzList ul li i {
    width: 80px;
    height: 80px;
  }
  .quality .pzCont .pzList ul li h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .quality .pzBox {
    height: 550px;
  }
  .quality .pzPic {
    width: 35%;
    height: 550px;
  }
  .quality .pzimg {
    width: 25%;
    left: 16%;
    top: 143px;
  }
  .quality .pzCont {
    width: 52%;
    margin-right: 5%;
  }
  .quality .pzCont .pzList ul li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .quality .pzBox {
    height: auto;
    background-position: center bottom;
  }
  .quality .pzPic {
    width: 100%;
    height: 400px;
  }
  .quality .pzPic .tt .tel {
    font-size: 26px;
  }
  .quality .pzimg {
    width: 25%;
    left: auto;
    top: 143px;
    right: 6%;
    width: 40%;
    max-width: 200px;
  }
  .quality .pzCont {
    width: 100%;
    margin-right: 0;
    padding-bottom: 40px;
    max-width: none;
  }
  .quality .pzCont .title {
    text-align: center;
  }
  .quality .pzCont .pzList {
    margin-top: 10px;
    padding: 0 5%;
  }
  .quality .pzCont .pzList ul li {
    margin-top: 30px;
  }
  .quality .pzCont .pzList ul li i {
    width: 60px;
    height: 60px;
  }
  .quality .pzCont .pzList ul li i img {
    max-width: 50%;
    max-height: 50%;
  }
  .quality .pzCont .pzList ul li h4 {
    font-size: 14px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 84px 0;
}
@media screen and (max-width: 768px) {
  .youshi {
    padding: 35px 0;
  }
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .title {
  color: #fff;
  text-align: center;
}
.youshi .title i::before {
  background-image: url(../images/titen3.png);
}
.youshi .title b em {
  color: #fff;
}
.youshi .ysSwiper {
  margin-top: 50px;
}
.youshi .ysSwiper ul {
  display: flex;
  justify-content: space-between;
}
.youshi .ysSwiper ul li {
  width: 12.5%;
  overflow: hidden;
  position: relative;
  height: 500px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper ul li .item {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding-top: 220px;
  color: #ffffff;
  text-align: center;
  border-bottom: 5px solid #0faa71;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) inset;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
.youshi .ysSwiper ul li .item .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 186px;
  height: 137px;
  background: url(../images/yslij.png) right 0 no-repeat;
  font-size: 30px;
  color: #ffffff;
  padding-left: 27px;
  padding-top: 27px;
  line-height: 24px;
  text-align: left;
}
.youshi .ysSwiper ul li .item i {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  filter: grayscale(100) brightness(5);
}
.youshi .ysSwiper ul li .item i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysSwiper ul li .item i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysSwiper ul li .item i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysSwiper ul li .item i.ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysSwiper ul li .item h4 {
  font-size: 20px;
  line-height: 40px;
  margin-top: 34px;
}
.youshi .ysSwiper ul li .box {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #ffffff;
  background-color: #d3ece2;
  border-right: none;
  padding-right: 350px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysSwiper ul li .box::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  margin-top: -5px;
  margin-bottom: -5px;
  right: 0;
  background-color: #0faa71;
}
.youshi .ysSwiper ul li .box .pic {
  width: 100%;
  height: 100%;
}
.youshi .ysSwiper ul li .box .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youshi .ysSwiper ul li .box .cont {
  width: 330px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  padding: 60px 50px 0;
  text-align: right;
}
.youshi .ysSwiper ul li .box .cont * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper ul li .box .cont i {
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: top;
}
.youshi .ysSwiper ul li .box .cont i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysSwiper ul li .box .cont i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysSwiper ul li .box .cont i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysSwiper ul li .box .cont i.ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysSwiper ul li .box .cont h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 14px;
  line-height: 34px;
}
.youshi .ysSwiper ul li .box .cont .text {
  font-size: 15px;
  line-height: 32px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .youshi .ysSwiper ul li .box .cont:hover i {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .youshi .ysSwiper ul li .box .cont:hover h4 {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    color: #0faa71;
  }
  .youshi .ysSwiper ul li .box .cont:hover .text {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.youshi .ysSwiper ul li.on {
  width: 61%;
}
.youshi .ysSwiper ul li.on .item {
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysSwiper ul li.on .box {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1100px) {
  .youshi .ysSwiper ul li {
    width: 16%;
    height: 450px;
  }
  .youshi .ysSwiper ul li .item {
    padding-top: 180px;
  }
  .youshi .ysSwiper ul li .item .num {
    width: 136px;
    height: 117px;
    font-size: 30px;
    padding-left: 20px;
    padding-top: 20px;
    line-height: 24px;
  }
  .youshi .ysSwiper ul li .item h4 {
    font-size: 18px;
    line-height: 36px;
  }
  .youshi .ysSwiper ul li .box {
    padding-right: 0;
  }
  .youshi .ysSwiper ul li .box::before {
    width: 10px;
  }
  .youshi .ysSwiper ul li .box .cont {
    width: 230px;
    margin-right: 10px;
    padding: 40px 24px 0;
  }
  .youshi .ysSwiper ul li .box .cont h4 {
    font-size: 18px;
    margin-top: 15px;
    line-height: 30px;
  }
  .youshi .ysSwiper ul li .box .cont .text {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
  }
  .youshi .ysSwiper ul li.on {
    width: 50%;
  }
  .youshi .ysSwiper ul li.on .item {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .youshi .ysSwiper ul li.on .box {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 768px) {
  .youshi .ysSwiper {
    margin-top: 30px;
  }
  .youshi .ysSwiper ul {
    flex-wrap: wrap;
  }
  .youshi .ysSwiper ul li {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .youshi .ysSwiper ul li:first-child {
    margin-top: 0;
  }
  .youshi .ysSwiper ul li .item {
    display: none;
  }
  .youshi .ysSwiper ul li .box {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    border-right: 5px solid #fff;
  }
  .youshi .ysSwiper ul li .box::before {
    display: none;
  }
  .youshi .ysSwiper ul li .box .pic {
    width: 100%;
    height: auto;
  }
  .youshi .ysSwiper ul li .box .pic img {
    height: auto;
  }
  .youshi .ysSwiper ul li .box .cont {
    position: relative;
    width: 100%;
    margin-right: 10px;
    padding: 20px 12px;
    text-align: center;
  }
  .youshi .ysSwiper ul li .box .cont i {
    width: 30px;
    height: 30px;
    background-size: contain !important;
  }
  .youshi .ysSwiper ul li .box .cont h4 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
  }
  .youshi .ysSwiper ul li .box .cont .text {
    line-height: 24px;
    margin-top: 10px;
  }
  .youshi .ysSwiper ul li.on {
    width: 100%;
  }
  .youshi .ysSwiper ul li.on .item {
    display: none;
  }
  .youshi .ysSwiper ul li.on .box {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.case {
  padding: 80px 0 0;
}
@media screen and (max-width: 780px) {
  .case {
    padding: 45px 0 0;
  }
}
.case .caseBox {
  background: url(../images/casebg.jpg) center 0 no-repeat;
  background-color: #e9f4ef;
  overflow: hidden;
  padding: 84px 0 52px;
}
@media screen and (max-width: 768px) {
  .case .caseBox {
    padding: 35px 0;
    width: 100%;
  }
}
.case .caseBox .title {
  text-align: center;
}
.case .caseSwiper {
  width: 1000px;
  margin: auto;
  margin-top: 60px;
  position: relative;
}
.case .caseSwiper .swiper-container {
  overflow: inherit !important;
}
.case .caseSwiper ul li .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 2;
  left: 0;
  -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: 70%;
  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 .cont {
  float: right;
  width: 50%;
  padding: 20px 7%;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont .en {
  text-transform: uppercase;
  font-size: 14px;
  color: #cccccc;
  line-height: 16px;
}
.case .caseSwiper ul li .item .cont .line {
  height: 1px;
  background-color: #eeeeee;
  margin-top: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0faa71, #0faa71);
  background-image: linear-gradient(to right, #0faa71, #0faa71);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper ul li .item .cont .line::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0faa71;
  border-radius: 100%;
  right: 0;
  top: -4px;
}
.case .caseSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #555555;
  font-size: 16px;
  margin-top: 50px;
}
.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 .cont .bt {
  color: #0faa71;
}
.case .caseSwiper ul li .item:hover .cont .line {
  background-size: 100% 100%;
}
.case .caseSwiper ul li.swiper-slide-prev .item .pic {
  left: 50%;
}
@media screen and (max-width: 1360px) {
  .case .caseSwiper {
    width: 74%;
  }
  .case .caseSwiper ul li .item .cont p {
    font-size: 14px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    height: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .case .caseSwiper ul li .item .cont {
    padding: 20px 5%;
  }
  .case .caseSwiper ul li .item .cont .bt {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  .case .caseSwiper ul li .item .cont .line {
    margin-top: 15px;
  }
  .case .caseSwiper ul li .item .cont p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .case .caseSwiper {
    margin-top: 30px;
    width: 76%;
  }
  .case .caseSwiper ul li .item {
    flex-wrap: wrap;
  }
  .case .caseSwiper ul li .item .pic {
    width: 100%;
    left: 0 !important;
  }
  .case .caseSwiper ul li .item .cont {
    width: 100%;
    padding-top: 10px;
  }
  .case .caseSwiper ul li .item .cont .en {
    font-size: 12px;
  }
  .case .caseSwiper ul li .item .cont .line {
    margin-top: 10px;
  }
  .case .caseSwiper ul li .item .cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
  }
}
.case .page .case-prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -100px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 39, 25, 0.07);
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
}
.case .page .case-prev::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev:hover {
  background-color: #0faa71;
}
.case .page .case-prev:hover::before {
  filter: grayscale(100) brightness(5);
}
.case .page .case-next {
  position: absolute;
  z-index: 3;
  right: -100px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 39, 25, 0.07);
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
}
.case .page .case-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next:hover {
  background-color: #0faa71;
}
.case .page .case-next:hover::before {
  filter: grayscale(100) brightness(5);
}
@media screen and (max-width: 1480px) {
  .case .page .case-prev {
    left: -70px;
  }
  .case .page .case-next {
    right: -70px;
  }
}
@media screen and (max-width: 780px) {
  .case .page .case-prev {
    left: -40px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .case .page .case-prev::before {
    background-size: 8px;
  }
  .case .page .case-next {
    right: -40px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
  .case .page .case-next::before {
    background-size: 8px;
  }
}
.case .case-pagination {
  text-align: center;
  margin-top: 40px;
}
.case .case-pagination span {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  background: none;
  outline: none;
  cursor: pointer;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-pagination span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-pagination span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  border-radius: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-pagination span.swiper-pagination-bullet-active::before {
  border-color: #0faa71;
}
.case .case-pagination span.swiper-pagination-bullet-active::after {
  background-color: #0faa71;
}
@media screen and (max-width: 780px) {
  .case .case-pagination {
    margin-top: 30px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) 100% bottom no-repeat;
  overflow: hidden;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 35px;
  }
}
.about .aboutPic {
  position: relative;
  height: 700px;
  float: left;
  width: 50%;
}
.about .aboutPic .pic {
  width: 960px;
  height: 700px;
  position: absolute;
  right: 0;
  top: 0;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aboutText {
  width: 45%;
  float: right;
}
.about .aboutText .title {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-right: 33px;
}
.about .aboutText .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 1px;
  background-color: #eeeeee;
  bottom: 13px;
}
.about .aboutText .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0faa71;
  left: 0;
  bottom: 10px;
  border-radius: 100%;
}
.about .aboutText .title span {
  text-align: right;
}
.about .aboutText .title b {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
}
.about .aboutText .title i::before {
  background: url(../images/titen2.png) right 0 no-repeat;
  right: -33px;
  top: -32px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .about .aboutText .title {
    margin-right: 0;
  }
  .about .aboutText .title i::before {
    background-size: contain;
    width: 32px;
    height: 47px;
    right: -18px;
    top: -15px;
  }
  .about .aboutText .title b {
    padding-left: 10px;
  }
}
.about .aboutText .tit {
  line-height: 1;
  margin-top: 64px;
  font-weight: bold;
  font-size: 20px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 16px;
  color: #777777;
  text-align: justify;
  margin-top: 20px;
}
.about .aboutText .more {
  display: block;
  width: 236px;
  height: 45px;
  background-color: #0faa71;
  margin-top: 50px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::after {
  content: ">";
  margin-left: 10px;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0faa71;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  color: #0faa71;
  box-shadow: 0 10px 10px -5px rgba(15, 170, 113, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutText .aLink {
  margin-top: 18px;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about .aboutText .aLink ul li {
  margin-top: 20px;
}
.about .aboutText .aLink ul li .aLi {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li .aLi i {
  width: 42px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.8);
}
.about .aboutText .aLink ul li .aLi i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.about .aboutText .aLink ul li .aLi span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
.about .aboutText .aLink ul li .aLi span b {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}
.about .aboutText .aLink ul li .aLi span em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  margin-top: 10px;
  color: #cccccc;
}
.about .aboutText .aLink ul li .aLi:hover {
  color: #0faa71;
}
.about .aboutText .aLink ul li .aLi:hover i {
  filter: grayscale(0) brightness(1);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutText .aLink ul li .honor {
  display: block;
  width: 245px;
  height: 180px;
  border: solid 1px #efefef;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutText .aLink ul li .honor:hover {
  border-color: #0faa71;
}
@media screen and (max-width: 1100px) {
  .about {
    background-position: center 0;
    background-size: cover;
  }
  .about .aboutPic {
    width: 100%;
    float: none;
    height: auto;
  }
  .about .aboutPic .pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .aboutPic .pic img {
    height: auto;
  }
  .about .aboutText {
    width: 100%;
    float: none;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .about .aboutText {
    padding: 35px 0;
  }
  .about .aboutText .title {
    margin-right: 20px;
  }
  .about .aboutText .tit {
    margin-top: 30px;
  }
  .about .aboutText .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 26px;
    height: 104px;
    font-size: 14px;
    margin-top: 20px;
  }
  .about .aboutText .more {
    width: 130px;
    margin-top: 20px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .about .aboutText .aLink {
    margin-top: 8px;
  }
  .about .aboutText .aLink ul li .aLi {
    text-align: center;
  }
  .about .aboutText .aLink ul li .aLi i {
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
  }
  .about .aboutText .aLink ul li .aLi span {
    margin-left: 0;
    margin-top: 10px;
  }
  .about .aboutText .aLink ul li .aLi span b {
    font-size: 16px;
  }
  .about .aboutText .aLink ul li .honor {
    width: 150px;
    height: 111px;
  }
}
.news {
  padding: 110px 0 80px;
  overflow: hidden;
}
.news .newsTab {
  display: flex;
  justify-content: space-between;
}
.news .newsTab ul {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  width: 56%;
  background-color: #f7f7f7;
  border-radius: 50px;
  padding: 22px 50px 22px 28px;
  margin-top: -22px;
}
.news .newsTab ul li {
  float: left;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i.ico1::before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2::before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3::before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li.active a i,
.news .newsTab ul li:hover a i {
  background-color: #0faa71;
}
.news .newsTab ul li.active a i::before,
.news .newsTab ul li:hover a i::before {
  filter: grayscale(100) brightness(5);
}
.news .newsList ul {
  margin: 0 -25px;
}
.news .newsList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList ul li {
  float: left;
  margin-top: 40px;
  width: 33.333%;
  padding: 0 25px;
}
.news .newsList ul li .item {
  height: 166px;
  border: solid 1px #eeeeee;
  padding-left: 124px;
  padding-top: 22px;
  padding-right: 38px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .date {
  position: absolute;
  left: 30px;
  top: 32px;
  text-align: center;
}
.news .newsList ul li .item .date i {
  display: block;
  font-family: Arial;
  font-size: 50px;
  line-height: 36px;
  color: #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
  color: #999999;
  line-height: 10px;
}
.news .newsList ul li .item .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 .newsList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList ul li .item .line {
  width: 13px;
  height: 2px;
  background-color: #e2e2e2;
  margin-top: 8px;
}
.news .newsList ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #888888;
  margin-top: 12px;
}
.news .newsList ul li .item:hover {
  border-color: #0faa71;
}
.news .newsList ul li .item:hover .date i {
  color: #0faa71;
}
.news .newsList ul li .item:hover .bt {
  color: #0faa71;
}
@media screen and (max-width: 1460px) {
  .news .newsList {
    margin-top: 10px;
  }
  .news .newsList ul {
    margin: 0 -15px;
  }
  .news .newsList ul li {
    padding: 0 15px;
    margin-top: 30px;
  }
  .news .newsList ul li .item {
    padding-left: 110px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .news {
    padding: 80px 0;
  }
  .news .newsTab {
    flex-wrap: wrap;
  }
  .news .newsTab ul {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    padding: 15px 40px;
  }
  .news .newsList {
    margin-top: 10px;
  }
  .news .newsList ul li {
    width: 50%;
    margin-top: 20px;
  }
  .news .newsList ul li:last-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 45px 0 35px;
  }
  .news .title {
    width: 100%;
    text-align: center;
  }
  .news .newsTab ul {
    margin-top: 20px;
    padding: 10px 0;
    justify-content: space-around;
  }
  .news .newsTab ul li a {
    font-size: 15px;
    line-height: 30px;
  }
  .news .newsTab ul li a i {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
  .news .newsTab ul li a i::before {
    background-size: 16px !important;
  }
  .news .newsList {
    margin-top: 10px;
  }
  .news .newsList ul li {
    width: 100%;
    margin-top: 10px;
  }
  .news .newsList ul li .item {
    height: 110px;
    padding-top: 6px;
    padding-left: 90px;
  }
  .news .newsList ul li .item .date {
    top: 15px;
    left: 20px;
  }
  .news .newsList ul li .item .date i {
    font-size: 36px;
  }
  .news .newsList ul li .item .date span {
    margin-top: 5px;
  }
  .news .newsList ul li .item .line {
    height: 1px;
    margin-top: 2px;
  }
  .news .newsList ul li .item p {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
  }
}
