* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
.inContent {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.banner {
  position: relative;
}
.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bannerbox ul li a {
  display: block;
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/next.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: rgba(255, 255, 255, 0.5) url(../images/prev.png) no-repeat center;
  background-size: 40px;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_positon {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner .bannerbox .swiper_positon span {
  background: #0c7e5d;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 48px 10px 0 10px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  width: 50px;
  height: 15px;
  background-color: #0c7e5d;
  border-radius: 10px;
}
.banner .swiper_positon {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0 !important;
  left: 0;
}
.banner .swiper_zg {
  width: 100%;
  height: 102px;
  position: absolute;
  bottom: 0 !important;
  left: 0;
  background: url(../images/bannerBg.png) no-repeat center bottom;
  z-index: 2;
}
.title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 82px;
  align-items: center;
}
.title .titlel {
  position: relative;
}
.title .titlel i {
  font-size: 127px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 0.75;
  height: 103px;
  text-transform: uppercase;
  display: block;
  color: #868686;
  opacity: 0.05;
}
.title .titlel span {
  position: absolute;
  bottom: 25px;
  left: 15px;
  display: flex;
}
.title .titlel span em {
  border-top: 1px solid #bfbfbf;
  padding-top: 8px;
  display: block;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.title .titlel span b {
  font-size: 34px;
  font-weight: bold;
  line-height: 0.9;
  padding-left: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.title .titlel:hover em {
  transform: translateY(-5px);
}
.title .titlel:hover b {
  color: #0c7e5d;
  transform: translateY(-5px);
}
.title .titler {
  font-size: 22px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 1;
  margin-top: 10px;
  position: relative;
  display: flex;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.title .titler::before {
  content: "";
  width: 45px;
  height: 45px;
  background: #191a1b;
  display: block;
  border-radius: 50%;
  margin-right: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.title .titler::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/titlemore.png) no-repeat center;
  position: absolute;
  top: 15px;
  left: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.title .titler:hover {
  color: #0c7e5d;
}
.title .titler:hover::before {
  background: #0c7e5d;
}
.product {
  position: relative;
}
.product .productbox {
  padding-bottom: 55px;
}
.product .productbox .hd {
  margin-top: 52px;
}
.product .productbox .hd ul {
  display: flex;
  height: 150px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
}
.product .productbox .hd ul li {
  flex: 1;
  height: 150px;
  background: #ffff;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .hd ul li b {
  width: 100%;
  position: absolute;
  left: 0;
  top: -32%;
  font-size: 133px;
  line-height: 1;
  text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  display: block;
  color: #fff;
  opacity: 0.02;
  font-weight: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .hd ul li a {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .hd ul li a em {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .hd ul li a em img {
  display: block;
  height: 0px;
  margin: 0 auto;
  padding-top: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .hd ul li a i {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding-top: 57px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .productbox .hd ul li a span {
  display: block;
  text-align: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999999;
  font-size: 12px;
  padding-top: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .productbox .hd ul li.on {
  background: #0c7e5d;
  height: 173px;
  top: -23px;
}
.product .productbox .hd ul li.on a em img {
  height: 40px;
  padding-top: 37px;
}
.product .productbox .hd ul li.on a i {
  padding-top: 18px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.product .productbox .hd ul li.on a span {
  color: #fff;
  opacity: 0.2;
}
.product .productbox .bd .productlist {
  overflow: hidden;
  margin-top: 44px !important;
}
.product .productbox .bd .productlist ul {
  width: 100%;
}
.product .productbox .bd .productlist ul li {
  width: 397px;
  height: 360px;
  float: left;
  margin-right: 54px;
  background: #f6f6f6;
  margin-bottom: 42px;
  padding: 22px;
  box-sizing: border-box;
}
.product .productbox .bd .productlist ul li .productimg {
  height: 247px;
  display: block;
  overflow: hidden;
}
.product .productbox .bd .productlist ul li .productimg img {
  width: 100%;
  display: block;
  height: 247px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .bd .productlist ul li .producttext {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 44px;
  margin-top: 46px;
}
.product .productbox .bd .productlist ul li .producttext i {
  width: 112px;
  height: 44px;
  background: #d2d2d2;
  display: block;
  padding-left: 21px;
  box-sizing: border-box;
  padding-top: 12px;
  line-height: 1;
  font-size: 18px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  font-weight: normal;
  transform: translateX(-22px);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .bd .productlist ul li .producttext i::before {
  content: "";
  position: absolute;
  left: 112px;
  bottom: 0;
  width: 44px;
  height: 44px;
  background: #d2d2d2;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .bd .productlist ul li .producttext em {
  font-size: 18px;
  padding-bottom: 15px;
  position: relative;
  transform: translateY(-21px);
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .bd .productlist ul li .producttext em::after {
  content: "";
  height: 1px;
  width: 54px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productbox .bd .productlist ul li:hover .productimg img {
  transform: scale(1.1);
}
.product .productbox .bd .productlist ul li:hover .producttext i {
  background: #0c7e5d;
}
.product .productbox .bd .productlist ul li:hover .producttext i::before {
  background: #0c7e5d;
}
.product .productbox .bd .productlist ul li:hover .producttext em {
  transform: translateY(-25px);
  color: #0c7e5d;
}
.product .productbox .bd .productlist ul li:hover .producttext em::after {
  background: #0c7e5d;
}
.product .productbox .bd .productlist ul li:nth-child(3n) {
  margin-right: 0;
}
.product::after {
  content: "";
  width: 263px;
  height: 361px;
  background: url(../images/productBgr.png) no-repeat center;
  bottom: 0;
  right: -263px;
  position: absolute;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.product::before {
  content: "";
  width: 254px;
  height: 864px;
  background: url(../images/productBgl.png) no-repeat center;
  bottom: 156px;
  left: -254px;
  position: absolute;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  transition-delay: 1s;
}
.product.productActive::after {
  content: "";
  right: 0px;
}
.product.productActive::before {
  content: "";
  left: 0px;
}
.reason {
  width: 100%;
  height: 1004px;
  background: url(../images/reasonbg.jpg) no-repeat center;
  background-size: cover;
}
.reason .title .titlel i {
  color: #fff;
}
.reason .title .titlel span em {
  color: #fff;
  border-top: 1px solid #fff;
}
.reason .title .titlel span b {
  color: #fff;
}
.reason .title .reasontel {
  text-align: right;
}
.reason .title .reasontel i {
  font-size: 20px;
  display: block;
  color: #fff;
}
.reason .title .reasontel span {
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  opacity: 0.3;
  padding-top: 5px;
}
.reason .reasonbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 98px;
  position: relative;
}
.reason .reasonbox .hd {
  width: 387px;
}
.reason .reasonbox .hd ul li {
  width: 247px;
  height: 98px;
  border-radius: 10px;
  background: #fff;
  transform: skew(10deg, 0deg);
  margin-bottom: 58px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonbox .hd ul li em {
  display: flex;
  transform: skew(-10deg, 0deg);
  align-items: center;
  height: 98px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonbox .hd ul li em i {
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonbox .hd ul li em i img {
  height: 40px;
  display: block;
}
.reason .reasonbox .hd ul li em span {
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0;
}
.reason .reasonbox .hd ul li em b {
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: 247px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonbox .hd ul li:nth-child(3) {
  transform: skew(-10deg, 0deg);
}
.reason .reasonbox .hd ul li:nth-child(3) em {
  transform: skew(10deg, 0deg);
}
.reason .reasonbox .hd ul li.on {
  background: #f09a37;
  transform: skew(0deg, 0deg);
  border-radius: 10px 50px 50px 10px;
  width: 387px;
}
.reason .reasonbox .hd ul li.on em {
  transform: skew(0deg, 0deg);
}
.reason .reasonbox .hd ul li.on em i {
  width: 40px;
  margin-left: 40px;
}
.reason .reasonbox .hd ul li.on em span {
  margin-left: 72px;
  display: block;
  width: 50px;
}
.reason .reasonbox .hd ul li.on em b {
  width: 137px;
  color: #fff;
}
.reason .reasonbox .bd {
  width: 897px;
  display: block;
}
.reason .reasonbox .bd .reasonlist img {
  display: block;
  width: 709px;
  height: 465px;
}
.reason .reasonbox .bd .reasonlist p {
  width: 470px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: right;
  margin-left: 422px;
  margin-top: 50px;
}
.reason .reasontel2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.reason .reasontel2 img {
  display: block;
  height: 32px;
  transform: translateX(-32px);
}
.reason .reasontel2 em {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  width: 302px;
  padding-top: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.reason .reasontel2 em i {
  font-size: 12px;
  color: #fff;
  line-height: 22px;
}
.reason .reasontel2 em b {
  font-size: 22px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  line-height: 22px;
  margin-left: 18px;
}
.reason .reasonnext {
  width: 176px;
  height: 76px;
  background: url(../images/readnext.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 453px;
  right: 0;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonnext:hover {
  transform: scale(1.05);
}
.case {
  width: 100%;
  background: url(../images/caseBg.jpg) no-repeat center top;
  height: 842px;
  overflow: hidden;
}
.case .caseBox {
  position: relative;
}
.case .caseBox ul {
  padding-top: 109px;
  padding-bottom: 227px;
  box-sizing: border-box;
}
.case .caseBox ul li {
  width: 345px;
  height: 335px;
  background: #fff;
  padding-top: 28px;
  box-sizing: border-box;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}
.case .caseBox ul li .caseimg {
  width: 292px;
  height: 226px;
  display: block;
  margin: 0 auto;
}
.case .caseBox ul li .caseimg img {
  width: 100%;
  height: 100%;
  display: block;
}
.case .caseBox ul li .casetext {
  width: 292px;
  margin: 0 auto;
  display: block;
}
.case .caseBox ul li .casetext .casetitle {
  display: block;
  height: 82px;
  position: relative;
  background: url(../images/casetitle.png) no-repeat center right;
}
.case .caseBox ul li .casetext .casetitle em {
  display: block;
  line-height: 82px;
  font-size: 18px;
  position: relative;
  padding-right: 60px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li .casetext .casetitle em::before {
  content: "";
  height: 1px;
  width: 67px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.case .caseBox ul li .casetext .casecenter {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 2;
  text-align: center;
  height: 0;
}
.case .caseBox ul li .casetext .casesl {
  height: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 2;
  text-align: center;
}
.case .caseBox ul li.swiper-slide-active {
  transform: scale(1.3);
  height: auto;
}
.case .caseBox ul li.swiper-slide-active .casetext {
  width: 292px;
  margin: 0 auto;
  display: block;
}
.case .caseBox ul li.swiper-slide-active .casetext .casetitle {
  display: block;
  height: 60px;
  position: relative;
  background: transparent;
  padding-top: 15px;
}
.case .caseBox ul li.swiper-slide-active .casetext .casetitle em {
  display: block;
  line-height: 40px;
  font-size: 14px;
  padding-right: 0px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
.case .caseBox ul li.swiper-slide-active .casetext .casetitle em::before {
  content: "";
  height: 0.5px;
  width: 67px;
  background: #0c7e5d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.case .caseBox ul li.swiper-slide-active .casetext .casecenter {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 2;
  text-align: center;
  height: 24px;
  font-size: 11px;
  margin-top: 5px;
}
.case .caseBox ul li.swiper-slide-active .casetext .casesl {
  padding-bottom: 20px;
  font-size: 10px;
  height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 2;
  text-align: center;
}
.case .caseBox .caseL {
  font-size: 21px;
  text-transform: uppercase;
  display: flex;
  position: absolute;
  top: 490px;
  left: 210px;
  align-items: center;
  z-index: 999;
  cursor: pointer;
}
.case .caseBox .caseL i {
  font-size: 21px;
  display: block;
}
.case .caseBox .caseL img {
  margin: 0 10px;
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(12, 126, 93, 0.9905);
}
.case .caseBox .caseR {
  font-size: 21px;
  text-transform: uppercase;
  display: flex;
  position: absolute;
  top: 490px;
  right: 210px;
  align-items: center;
  z-index: 999;
  cursor: pointer;
}
.case .caseBox .caseR i {
  font-size: 21px;
  display: block;
}
.case .caseBox .caseR img {
  margin: 0 10px;
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(12, 126, 93, 0.9905);
}
.about {
  width: 100%;
  background: url(../images/about.jpg) no-repeat center;
  height: 904px;
}
.about .abouttop ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 190px;
  position: relative;
}
.about .abouttop ul::after {
  content: "";
  width: 1px;
  background: #f5f5f5;
  height: 138px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28%;
}
.about .abouttop ul::before {
  content: "";
  width: 1px;
  background: #f5f5f5;
  height: 138px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 71%;
}
.about .abouttop ul li h4 {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.about .abouttop ul li p {
  font-size: 16px;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutL {
  width: 610px;
}
.about .aboutBox .aboutL .title i {
  opacity: 0.15;
}
.about .aboutBox .aboutL .aboutext {
  margin-top: 36px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about .aboutBox .aboutL .aboutcenter {
  margin-top: 71px;
}
.about .aboutBox .aboutL .aboutcenter ul {
  display: flex;
  width: 100%;
}
.about .aboutBox .aboutL .aboutcenter ul li {
  border-right: 1px solid #dddcdd;
  box-sizing: border-box;
  padding-left: 55px;
  padding-right: 55px;
}
.about .aboutBox .aboutL .aboutcenter ul li:nth-child(1) {
  padding-left: 0;
}
.about .aboutBox .aboutL .aboutcenter ul li:nth-child(3) {
  border: 0;
}
.about .aboutBox .aboutL .aboutcenter ul li h4 {
  display: flex;
  align-items: flex-end;
}
.about .aboutBox .aboutL .aboutcenter ul li h4 b {
  line-height: 0.6;
  font-size: 48px;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.about .aboutBox .aboutL .aboutcenter ul li h4 i {
  line-height: 1;
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.about .aboutBox .aboutL .aboutcenter ul li p {
  font-size: 18px;
  padding-top: 15px;
}
.about .aboutBox .aboutL .titler {
  font-size: 22px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 1;
  margin-top: 85px;
  position: relative;
  display: flex;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutL .titler::before {
  content: "";
  width: 45px;
  height: 45px;
  background: #191a1b;
  display: block;
  border-radius: 50%;
  margin-right: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutL .titler::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/titlemore.png) no-repeat center;
  position: absolute;
  top: 15px;
  left: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutL .titler:hover {
  color: #0c7e5d;
}
.about .aboutBox .aboutL .titler:hover::before {
  background: #0c7e5d;
}
.about .aboutBox .aboutR {
  width: 614px;
  height: 634px;
  margin-top: 80px;
}
.about .aboutBox .aboutR a {
  width: 924px;
  height: 634px;
  display: block;
  overflow: hidden;
}
.about .aboutBox .aboutR a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutR a:hover img {
  transform: scale(1.05);
}
.news {
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px;
}
.news::after {
  content: "";
  width: 187px;
  height: 447px;
  background: url(../images/newslbg.png) no-repeat center;
  position: absolute;
  bottom: 0;
  left: -187px;
  transition: 0.8s;
}
.news::before {
  content: "";
  width: 187px;
  height: 447px;
  background: url(../images/newsrbg.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: -187px;
  transition-delay: 1s;
  transition: 0.8s;
}
.newsActive::after {
  content: "";
  left: 0px;
}
.newsActive::before {
  content: "";
  right: 0px;
  transition-delay: 1s;
}
@media screen and (max-width: 1320px) {
  .news {
    padding: 70px 0;
  }
}
.news .moreLink {
  margin-top: 0;
}
.news .newsTab {
  display: flex;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .title {
  padding-top: 0;
}
.news .newsTab ul {
  float: right;
  margin-top: 45px;
  margin-right: -20px;
  width: 572px;
  display: flex;
}
.news .newsTab ul li {
  margin-left: 55px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  width: 154px;
  height: 52px;
  border-radius: 30px;
  line-height: 52px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0c7e5d, #0c7e5d);
  background-image: linear-gradient(to right, #0c7e5d, #0c7e5d);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTab ul li a span {
  font-size: 18px;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 52px;
  margin: auto;
  overflow: hidden;
  margin-right: 13px;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.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.ico2:after {
  background: url(../images/newsico2h.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 a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:after,
.news .newsTab ul li:hover a i:after {
  top: -100%;
}
.news .newsTabs {
  position: relative;
  margin-top: 40px;
}
.news .newsTabs .bd {
  height: 600px;
}
.news .newsList {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list1 {
  background-color: #fff;
  border: solid 1px #f4f4f4;
  border-left: none;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul {
  display: flex;
}
.news .newsList .list1 ul li {
  float: left;
  width: 25%;
  border-left: solid 1px #f4f4f4;
}
.news .newsList .list1 ul li .item {
  position: relative;
  padding: 42px 45px 0;
  height: 398px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 ul li .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news .newsList .list1 ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  height: 4px;
  background-color: #0c7e5d;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  height: 168px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  height: 155px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 45px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 ul li .item .pic {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.news .newsList .list1 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;
}
.news .newsList .list1 ul li .item .num {
  font-family: Impact;
  font-size: 120px;
  line-height: 100px;
  color: #f4f6f9;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list1 ul li .item .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 18px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
  margin-top: -32px;
}
.news .newsList .list1 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .line {
  width: 27px;
  height: 1px;
  background-color: #d2d2d2;
  margin-top: 16px;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.news .newsList .list1 ul li .item p {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  color: #666666;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list1 ul li .item .date {
  position: absolute;
  line-height: 1;
  bottom: 44px;
  z-index: 3;
}
.news .newsList .list1 ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .list1 ul li .item:hover .bt {
  color: #0c7e5d;
}
.news .newsList .list1 ul li.on .item::before {
  width: 100%;
}
.news .newsList .list1 ul li.on .item .pic {
  margin-top: 35px;
  visibility: inherit;
  opacity: 1;
}
.news .newsList .list1 ul li.on .item .num {
  opacity: 0;
}
.news .newsList .list1 ul li.on .item .bt {
  margin-top: 72px;
  font-weight: bold;
  color: #0c7e5d;
}
.news .newsList .list1 ul li.on .item .line {
  opacity: 0;
  visibility: inherit;
}
.news .newsList .list1 ul li.on .item p {
  opacity: 0;
  visibility: inherit;
  margin-top: -20px;
}
.news .newsList .list2 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul {
  margin: 0 -16px;
  display: flex;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  width: 50%;
  float: left;
  padding: 0 16px;
  margin-top: 30px;
  box-sizing: border-box;
}
.news .newsList .list2 ul li .item {
  height: 170px;
  background-color: #ffffff;
  border: solid 1px #f4f4f4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 30px 122px 0 224px;
  position: relative;
  box-sizing: border-box;
}
.news .newsList .list2 ul li .item .pic {
  display: block;
  position: absolute;
  z-index: 3;
  left: 9px;
  top: 9px;
  width: 190px;
  height: 150px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 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;
}
.news .newsList .list2 ul li .item .date {
  line-height: 12px;
  font-size: 16px;
  color: #666666;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list2 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  color: #989898;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .more {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #e6f2ee;
  border-radius: 50%;
  display: block;
  right: 30px;
  top: 72px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/proli.png) center center no-repeat;
}
.news .newsList .list2 ul li .item .more:hover {
  box-shadow: 0 0 10px rgba(229, 0, 18, 0.3);
}
.news .newsList .list2 ul li .item:hover {
  border-color: #0c7e5d;
}
.news .newsList .list2 ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #0c7e5d;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list2 ul li .item:hover p {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.news .newsList .list2 ul li .item:hover .more {
  background-color: rgba(12, 126, 93, 0.5);
}
.news .newsList .list2 ul li .item:hover .more::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
