.clear {
  clear: both;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  -webkit-transition: .5s;
  transition: .5s;
}
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;
}
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 0;
}
.banner * {
  box-sizing: border-box;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 540px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  border: 1px #046949 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 15px;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #046949;
  width: 8px;
  height: 8px;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
}
.banner .bannerPage {
  width: 434px;
  height: 108px;
  line-height: 108px;
  background-color: #046949;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 12px;
  text-align: center;
  border-radius: 0px 50px 0px 0px;
  box-shadow: 14px -6px 26px 0px rgba(0, 0, 0, 0.2);
}
.banner .bannerPage:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -33px;
  width: 66px;
  height: 66px;
  background-color: #da9839;
  border-radius: 100%;
}
.banner .bannerPage:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -33px;
  width: 66px;
  height: 66px;
  background: url(../images/mouse.png) center center no-repeat;
  animation: msClock2 1.5s linear infinite;
}
.banner .bannerPage .banner-prev {
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.banner .bannerPage .banner-prev:before {
  content: "<";
  display: inline-block;
  font-weight: bold;
  font-family: simsun;
  margin-right: 10px;
  font-size: 18px;
}
.banner .bannerPage .banner-prev:hover {
  opacity: 0.7;
}
.banner .bannerPage .banner-next {
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  margin-left: 120px;
  text-transform: uppercase;
}
.banner .bannerPage .banner-next:after {
  content: ">";
  display: inline-block;
  font-weight: bold;
  font-family: simsun;
  margin-left: 10px;
  font-size: 18px;
}
.banner .bannerPage .banner-next:hover {
  opacity: 0.7;
}
.banner .slogan {
  position: absolute;
  left: 0;
  top: 0;
  width: 11.25%;
  background: #fff;
  height: 100%;
  border-left: 12px solid #046949;
  z-index: 2;
}
.banner .slogan .t1 {
  font-family: "Arial Black";
  width: 84px;
  font-size: 84px;
  line-height: 84px;
  letter-spacing: 17px;
  color: #f7f7f7;
  height: 100%;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  margin: auto;
  white-space: nowrap;
}
.banner .slogan .t2 {
  position: absolute;
  font-family: "Arial Black";
  top: 0;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 8px;
  padding-top: 68px;
  height: 100%;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.banner .slogan .line {
  width: 66px;
  height: 3px;
  background: url(../images/sloganline.png) 0 center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  top: 452px;
}
.title {
  padding-top: 34px;
  position: relative;
}
.title::after {
  content: "";
  width: 56px;
  height: 108px;
  position: absolute;
  top: 0;
  left: -42px;
  background: url(../images/tile2bg.png) no-repeat center;
}
.title a {
  display: block;
}
.title a span .titlebg {
  display: block;
}
.title a .titleline {
  background: url(../images/sloganline2.png) no-repeat center;
  display: block;
  width: 66px;
  height: 3px;
  margin-top: 22px;
  margin-bottom: 25px;
}
.title a em {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.product {
  width: 100%;
}
.product .dl-container {
  position: relative;
  padding-bottom: 80px;
}
.product .dl-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: -300px;
  width: 240px;
  height: 100%;
  background: #f3f8f6;
}
.product .producttitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.product .producttitle .title {
  margin-top: 70px;
}
.product .producttitle .producttitler {
  height: 240px;
  width: 900px;
}
.product .producttitle .producttitler .producttitlerbox {
  width: 1200px;
  height: 240px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .producttitle .producttitler .producttitlerbox .hd {
  width: 720px;
}
.product .producttitle .producttitler .producttitlerbox .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li {
  width: 240px;
  height: 240px;
  background: #d7ebe5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li a {
  display: block;
  padding-top: 64px;
  box-sizing: border-box;
  height: 240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li a i {
  width: 62px;
  height: 62px;
  display: block;
  background: url(../images/producttitlerbox1.png) no-repeat center;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li a em {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li a span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li a b {
  display: block;
  width: 4px;
  height: 0;
  background: url(../images/productmores.png) no-repeat center;
  margin: 27px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li:nth-child(2n) {
  background: #eff8f5;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li:nth-child(2n) a i {
  background: url(../images/producttitlerbox2.png) no-repeat center;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li.on,
.product .producttitle .producttitler .producttitlerbox .hd ul li:hover {
  background: url(../images/producttitleBgss.jpg) no-repeat center;
  background-size: cover;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li.on a,
.product .producttitle .producttitler .producttitlerbox .hd ul li:hover a {
  display: block;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li.on a i,
.product .producttitle .producttitler .producttitlerbox .hd ul li:hover a i {
  height: 0;
  opacity: 0;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li.on a em,
.product .producttitle .producttitler .producttitlerbox .hd ul li:hover a em {
  margin-top: 0;
  color: #fff;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li.on a span,
.product .producttitle .producttitler .producttitlerbox .hd ul li:hover a span {
  color: #fff;
}
.product .producttitle .producttitler .producttitlerbox .hd ul li.on a b,
.product .producttitle .producttitler .producttitlerbox .hd ul li:hover a b {
  height: 16px;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1 {
  width: 240px;
  height: 240px;
  background: #eff8f5;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1 a {
  display: block;
  padding-top: 64px;
  box-sizing: border-box;
  height: 240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1 a i {
  width: 62px;
  height: 62px;
  display: block;
  background: url(../images/producttitlerbox1.png) no-repeat center;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1 a em {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1 a span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1 a b {
  display: block;
  width: 4px;
  height: 0;
  background: url(../images/productmores.png) no-repeat center;
  margin: 27px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1:hover {
  background: url(../images/producttitleBgss.jpg) no-repeat center;
  background-size: cover;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1:hover a {
  display: block;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1:hover a i {
  height: 0;
  opacity: 0;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1:hover a em {
  margin-top: 0;
  color: #fff;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1:hover a span {
  color: #fff;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore1:hover a b {
  height: 16px;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore2 {
  width: 240px;
  height: 240px;
  background: #e3f0ec;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore2 a img {
  display: block;
  margin: 0 auto;
  width: 53px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .producttitle .producttitler .producttitlerbox .producttitlermore2 a:hover img {
  transform: translateY(-10px);
}
.product .bd .productlist .productlisttop {
  padding-top: 37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product .bd .productlist .productlisttop .productlisttopl {
  width: 639px;
  height: 378px;
  display: block;
  border: 5px solid #f3f8f6;
  overflow: hidden;
}
.product .bd .productlist .productlisttop .productlisttopl img {
  display: block;
  width: 639px;
  height: 378px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .bd .productlist .productlisttop .productlisttopr {
  width: 538px;
  padding-top: 50px;
  position: relative;
}
.product .bd .productlist .productlisttop .productlisttopr::before {
  content: "";
  background: url(../images/productlisttopr.png) no-repeat center;
  width: 22px;
  height: 19px;
  position: absolute;
  top: 50px;
  left: 0;
}
.product .bd .productlist .productlisttop .productlisttopr dd {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  line-height: 1.1;
  padding-left: 40px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .bd .productlist .productlisttop .productlisttopr i {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #ccc;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 2;
}
.product .bd .productlist .productlisttop .productlisttopr em {
  display: block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  color: #cccccc;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 28px;
}
.product .bd .productlist .productlisttop .productlisttopr span {
  font-size: 14px;
  line-height: 30px;
  color: #878787;
  display: block;
  text-align: right;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
}
.product .bd .productlist .productlisttop .productlisttopr b {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .bd .productlist .productlisttop:hover .productlisttopl img {
  transform: scale(1.02);
}
.product .bd .productlist .productlisttop:hover .productlisttopr dd {
  color: #046949;
}
.product .bd .productlist .productlisttop:hover .productlisttopr b {
  transform: translateY(-10px);
}
.product .bd .productlist .productlistbottom {
  margin-top: 30px;
}
.product .bd .productlist .productlistbottom ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .bd .productlist .productlistbottom ul li {
  width: 390px;
}
.product .bd .productlist .productlistbottom ul li .productlistbottomimg {
  width: 380px;
  height: 255px;
  display: block;
  background: #333;
  border: 5px solid #f3f8f6;
}
.product .bd .productlist .productlistbottom ul li .productlistbottomimg img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.product .bd .productlist .productlistbottom ul li .productlistbottomtext {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 26px;
}
.product .bd .productlist .productlistbottom ul li .productlistbottomtext span {
  font-size: 16px;
  width: 236px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .bd .productlist .productlistbottom ul li .productlistbottomtext span::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999999;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .bd .productlist .productlistbottom ul li .productlistbottomtext b {
  display: block;
}
.product .bd .productlist .productlistbottom ul li .productlistbottomtext b img {
  display: block;
  height: 33px;
}
.product .bd .productlist .productlistbottom ul li:hover .productlistbottomimg img {
  transform: scale(1.1);
}
.product .bd .productlist .productlistbottom ul li:hover .productlistbottomtext span {
  color: #046949;
  border-color: #046949;
}
.reason {
  display: block;
  position: relative;
  height: 880px;
}
.reason .bd .reasonlist img {
  display: block;
  height: 880px;
}
.reason .reasontitle {
  width: 1300px;
  position: absolute;
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.reason .reasontitle::after {
  content: "";
  width: 56px;
  height: 108px;
  position: absolute;
  top: -30px;
  left: -42px;
  background: url(../images/tile2bg.png) no-repeat center;
}
.reason .reasontitle a {
  display: block;
  position: relative;
}
.reason .reasontitle a span .titlebg {
  display: block;
}
.reason .reasontitle a .titleline {
  background: url(../images/sloganline2.png) no-repeat center;
  display: block;
  width: 66px;
  height: 3px;
  margin-top: 22px;
  margin-bottom: 25px;
}
.reason .reasontitle a em {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}
.reason .reasonhd {
  width: 100%;
  height: 280px;
  background: rgba(4, 105, 73, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.reason .reasonhd .hd {
  width: 1400px;
  margin: 0 auto;
  height: 280px;
}
.reason .reasonhd .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 280px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.reason .reasonhd .hd ul li {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 43px;
  box-sizing: border-box;
  height: 280px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonhd .hd ul li .reasonhdbox {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  padding: 0 43px;
  display: block;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonhd .hd ul li .reasonhdbox b {
  font-size: 236px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  text-stroke: 1px rgba(255, 255, 255, 0.1);
  color: transparent;
  height: 110px;
  line-height: 110px;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: -320px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}
.reason .reasonhd .hd ul li .reasonhdbox h4 {
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 81px;
}
.reason .reasonhd .hd ul li .reasonhdbox .reasonen {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 13px;
}
.reason .reasonhd .hd ul li .reasonhdbox .reasonline {
  width: 4px;
  height: 0;
  background: #da9839;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
.reason .reasonhd .hd ul li .reasonhdbox p {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonhd .hd ul li .reasonhdbox .reasonimg {
  width: 67px;
  height: 67px;
  display: block;
  margin: 0 auto;
  background-image: url(../images/productlistimg1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 33px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonhd .hd ul li:nth-child(2) .reasonhdbox .reasonimg {
  background-image: url(../images/productlistimg2.png);
}
.reason .reasonhd .hd ul li:nth-child(3) .reasonhdbox .reasonimg {
  background-image: url(../images/productlistimg3.png);
}
.reason .reasonhd .hd ul li:nth-child(4) .reasonhdbox .reasonimg {
  background-image: url(../images/productlistimg4.png);
}
.reason .reasonhd .hd ul li.on b {
  top: -50px;
}
.reason .reasonhd .hd ul li.on .reasonhdbox {
  background: rgba(4, 105, 73, 0.98);
  border-radius: 20px 20px 0 0;
  height: 710px;
  padding-top: 180px;
}
.reason .reasonhd .hd ul li.on .reasonhdbox .reasonline {
  height: 16px;
  margin-top: 30px;
}
.reason .reasonhd .hd ul li.on .reasonhdbox p {
  margin-top: 40px;
  height: 173px;
}
.reason .reasonhd .hd ul li.on .reasonhdbox .reasonimg {
  margin-top: 25px;
  background-position: 0 -67px;
}
.case {
  padding: 98px 0 84px;
  background: url(../images/casebg.jpg) center 0 no-repeat;
  border-bottom: 2px solid #fff;
}
.case .titBox {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 3;
}
.case .caseSwiper {
  position: relative;
  height: 890px;
  margin-left: -160px;
  width: 1460px;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper {
    margin-left: -208px;
  }
}
.case .caseSwiper .swiper-container {
  overflow: inherit !important;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png), default !important;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png), default;
}
.case .caseSwiper ul li {
  width: 730px;
  height: 890px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseSwiper ul li .item {
  position: relative;
  z-index: 1;
  height: 890px;
  padding-right: 74px;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}
.case .caseSwiper ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 640px;
  height: 100%;
  background-color: #f2f2f3;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.case .caseSwiper ul li .item .cont {
  position: relative;
  text-align: right;
  height: 238px;
  padding-top: 65px;
  padding-left: 220px;
  -webkit-transition: 0.36s;
  transition: 0.36s;
  opacity: 0;
  visibility: hidden;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.36s;
  transition: 0.36s;
  position: relative;
  font-weight: bold;
  padding-right: 10px;
  margin-right: -10px;
  left: 0;
}
.case .caseSwiper ul li .item .cont .bt::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #000000;
  -webkit-transition: 0.36s;
  transition: 0.36s;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .cont .line {
  height: 1px;
  position: relative;
  -webkit-transition: 0.42s;
  transition: 0.42s;
}
.case .caseSwiper ul li .item .cont .line::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 1px;
  background-color: #e5e5e5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseSwiper ul li .item .cont p {
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 46px;
  font-size: 15px;
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 428px;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.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: 0.5s;
  transition: 0.5s;
}
.case .caseSwiper ul li .item .num {
  margin-top: 72px;
  text-align: right;
  -webkit-text-stroke: 1px rgba(51, 51, 51, 0.33);
  color: transparent;
  line-height: 98px;
  font-family: Arial;
  font-weight: bold;
  font-size: 132px;
  opacity: 0;
}
.case .caseSwiper ul li: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:hover .cont .bt {
  color: #046949;
  transform: translateY(-6px);
}
.case .caseSwiper ul li:hover .cont .bt::before {
  background-color: #046949;
}
.case .caseSwiper ul li:hover .cont .line {
  transform: translateY(-8px);
}
.case .caseSwiper ul li:hover .cont .line::before {
  background-color: #046949;
  width: 80px;
}
.case .caseSwiper ul li:hover .cont p {
  transform: translateY(-10px);
}
.case .caseSwiper ul li.swiper-slide-active .item .pic {
  margin-top: 120px;
}
.case .caseSwiper ul li.swiper-slide-next .item::before {
  opacity: 1;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont {
  opacity: 1;
  visibility: inherit;
}
.case .caseSwiper ul li.swiper-slide-next .item .num {
  opacity: 1;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .pic {
  transform: translateX(74px);
}
.case .case-next {
  position: absolute;
  z-index: 3;
  right: 510px;
  top: 703px;
  font-size: 16px;
  padding-top: 55px;
  padding-right: 154px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  outline: none;
  line-height: 1;
}
.case .case-next span {
  font-size: 16px;
}
.case .case-next::before {
  content: "";
  display: block;
  position: absolute;
  right: 41px;
  top: 83px;
  width: 324px;
  height: 1px;
  background-color: #434343;
  opacity: 0.21;
}
.case .case-next::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  background: url(../images/morear.png) center center no-repeat;
  background-color: #046949;
  border: solid 1px #33f48d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .case-next:hover {
  color: #046949;
}
.case .case-next:hover::after {
  transform: rotate(30deg);
  box-shadow: 0 0 0 16px rgba(4, 105, 73, 0.15);
}
.about {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-top: 28px;
}
.about::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 7.708%;
  height: 100%;
  background-color: #046949;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .about::before {
    display: none;
  }
}
.about .aboutBox {
  height: 608px;
  /* padding-top: 102px; */
  z-index: 2;
}
.about .aboutPic {
  width: 855px;
  height: 658px;
  border-radius: 0px 134px 0px 0px;
  position: absolute;
  overflow: hidden;
  left: -310px;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .tip {
  line-height: 23px;
  padding-left: 37px;
  height: 41px;
  font-size: 15px;
  letter-spacing: 4px;
  position: absolute;
  z-index: 3;
  border-bottom: 1px solid #333;
  background: url(../images/abouttipico.png) 0 0 no-repeat;
}
.about .tip::after {
  content: "";
  display: block;
  width: 68px;
  height: 41px;
  position: absolute;
  right: -60px;
  top: -12px;
  z-index: -1;
  background: url(../images/abouttip.png) 0 0 no-repeat;
}
.about .aboutText {
  margin-left: 700px;
  text-align: right;
  position: relative;
  z-index: 3;
}
.about .aboutText .title span::before {
  left: auto;
  right: -37px;
}
.about .aboutText .title span::after {
  left: 100%;
  margin-left: 37px;
  margin-right: 0;
}
.about .aboutText .tit {
  margin-top: 100px;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
}
.about .aboutText .text {
  margin-top: 30px;
  font-size: 15px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 38px;
  max-height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about .aboutText .tt {
  margin-top: 26px;
}
.about .aboutText .more {
  display: inline-block;
  vertical-align: top;
  width: 144px;
  height: 46px;
  background-color: #046949;
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  font-family: Arial;
  font-size: 22px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #046949;
  border-radius: 40px;
  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: #046949;
  box-shadow: 0 5px 15px rgba(4, 105, 73, 0.3);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutText .number {
  z-index: 2;
  margin-top: 70px;
  margin-right: -50px;
}
.about .aboutText .number span {
  display: inline-block;
  vertical-align: bottom;
  height: 28px;
  background-color: #046949;
  padding: 0 12px;
  line-height: 28px;
  color: #fff;
  font-size: 22px;
}
.about .aboutText .number i {
  font-family: Impact;
  font-size: 109px;
  line-height: 90px;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 8px;
  border-bottom: 1px solid #046949;
  padding-bottom: 2px;
}
.about .aboutText .number em {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 1;
  width: 50px;
  text-align: center;
}
.about .aboutEn {
  position: absolute;
  font-size: 230px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  letter-spacing: 23px;
  color: #046949;
  opacity: 0.06;
  bottom: 115px;
  line-height: 156px;
  right: -310px;
  z-index: 3;
  display: flex;
}
.about .aboutEn i {
  font-size: 230px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #fff;
  opacity: 1;
  z-index: 3;
}
.news {
  position: relative;
  padding: 80px 0;
  background: url(../images/newsBg.jpg) no-repeat center bottom;
}
.news .newsTab::after {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  content: '';
  clear: both;
  overflow: hidden;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 56px;
}
.news .newsTab ul li {
  margin-left: 104px;
  float: left;
  position: relative;
  padding-bottom: 24px;
}
.news .newsTab ul li::after {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  background: #046949;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: auto;
  overflow: hidden;
  margin-right: 14px;
}
.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: 0.4s;
  transition: 0.4s;
}
.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/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.ico2:after {
  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 a i.ico3:after {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a span {
  font-size: 18px;
}
.news .newsTab ul li a:hover {
  color: #046949;
}
.news .newsTab ul li.on::after,
.news .newsTab ul li:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #046949;
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  font-weight: bold;
}
.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: 36px;
}
.news .newsTabs .bd {
  height: 718px;
}
.news .newsList {
  width: 100%;
  height: 718px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
.news .newsList .list1 {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list1 ul {
  margin: 0 -25px;
  clear: both;
}
.news .newsList .list1 ul li {
  float: left;
  width: 33.333%;
  padding: 0 25px;
}
.news .newsList .list1 ul li .item {
  height: 468px;
  padding: 0 35px 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list1 ul li .item .date {
  position: relative;
  height: 72px;
  padding-top: 38px;
  line-height: 10px;
  font-family: Arial;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.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: 0.5s;
  transition: 0.5s;
}
.news .newsList .list1 ul li .item .cont {
  position: relative;
  padding-right: 80px;
  padding-top: 14px;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: 0.42s;
  transition: 0.42s;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 25px;
  color: #999999;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list1 ul li .item .cont .more {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #046949;
  top: 62px;
  right: 0;
  z-index: 3;
  border-radius: 50%;
  line-height: 38px;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list1 ul li .item .cont .more::after {
  content: "+";
}
.news .newsList .list1 ul li .item .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #046949;
  border-radius: 50%;
  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;
}
.news .newsList .list1 ul li .item .cont .more:hover {
  background: none;
  color: #046949;
  box-shadow: 0 10px 10px -5px rgba(4, 105, 73, 0.5);
}
.news .newsList .list1 ul li .item .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsList .list1 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);
}
.news .newsList .list1 ul li .item:hover .cont .bt {
  color: #046949;
  transform: translateY(5px);
}
.news .newsList .list1 ul li .item:hover .cont p {
  transform: translateY(8px);
}
.news .newsList .list1 ul li:hover .item,
.news .newsList .list1 ul li.on .item {
  box-shadow: 0px 0px 39px 7px rgba(0, 0, 0, 0.06);
}
.news .newsList .list1 ul li:hover .item .date,
.news .newsList .list1 ul li.on .item .date {
  color: #046949;
}
.news .newsList .list1 ul li:hover .item .pic img,
.news .newsList .list1 ul li.on .item .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 ul li:hover .item .cont .bt,
.news .newsList .list1 ul li.on .item .cont .bt {
  color: #046949;
}
.news .newsList .list2 {
  position: relative;
  opacity: 0;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  top: 30px !important;
}
.news .newsList .list2 ul {
  padding: 0 5px;
  clear: both;
}
.news .newsList .list2 ul li {
  float: left;
  width: 33.333%;
  padding: 0 30px;
}
.news .newsList .list2 ul li .item {
  height: 210px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-top: 38px;
}
.news .newsList .list2 ul li .item .date {
  position: absolute;
  left: 6px;
  top: 48px;
  font-family: Arial;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list2 ul li .item .date i {
  display: block;
  font-size: 40px;
  line-height: 32px;
}
.news .newsList .list2 ul li .item .date span {
  display: block;
  line-height: 10px;
  font-size: 12px;
  color: #999999;
  margin-top: 15px;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: 0.42s;
  transition: 0.42s;
  position: relative;
  margin-left: 80px;
  left: 0;
}
.news .newsList .list2 ul li .item .bt:hover {
  color: #046949;
  left: 6px;
}
.news .newsList .list2 ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  margin-top: 5px;
  height: 25px;
  line-height: 25px;
  color: #666666;
  margin-left: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list2 ul li .item .more {
  margin-top: 26px;
  border-top: 1px solid #eee;
  display: block;
  position: relative;
  padding: 17px 30px 0 0;
  line-height: 28px;
  font-size: 18px;
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list2 ul li .item .more::before {
  content: "+";
  display: block;
  float: right;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  border: solid 1px #333;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsList .list2 ul li .item:hover .date {
  transform: translateY(-3px);
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #046949;
  transform: translateY(-3px);
}
.news .newsList .list2 ul li .item:hover p {
  transform: translateY(-5px);
}
.news .newsList .list2 ul li .item:hover .more {
  border-color: #046949;
  color: #046949;
  padding-left: 10px;
  padding-right: 10px;
}
.news .newsList .list2 ul li .item:hover .more::before {
  background-color: #046949;
  border-color: #046949;
  color: #fff;
}
.news .newsList .list2 ul li:hover .item .pic,
.news .newsList .list2 ul li.on .item .pic {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.56s;
  transition: 0.56s;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 ul {
    margin: 0 -15px;
  }
  .news .newsList .list1 ul li {
    padding: 0 15px;
  }
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  transform: translateX(-50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
  z-index: 3;
}
.news .newsList.on .list1 {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
