@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(0.83333333vw);
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_avd707sp0ig.eot');
  src: url('//at.alicdn.com/t/webfont_avd707sp0ig.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_avd707sp0ig.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_avd707sp0ig.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_avd707sp0ig.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_avd707sp0ig.svg#Alibaba-PuHuiTi-Regular') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
body {
  font-family: 'webfont';
  font-size: 1rem;
  overflow: hidden;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.index-case-cons > .cons > div {
  display: none;
}
.index-case-cons > .cons > div.active {
  display: block;
}
.lunbo .swiper-pagination-bullet {
  width: 2.875rem;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.lunbo .swiper-pagination-bullet-active {
  background: #3da852;
}
.erji-div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 33;
  background: rgba(61, 168, 82, 0.8);
  text-align: center;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.5s ease;
  padding: 20px;
}
.erji-div ul li {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 33px;
}
.erji-div ul li a {
  color: #FFFFFF;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.erji-div ul li a:hover {
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.doahang .bot-dao .nav-ul > li:hover,.doahang .bot-dao .nav-ul > li.active {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: rgba(255, 255, 255, 0.1);
}
.doahang .bot-dao .nav-ul > li:hover .erji-div {
  transform: scaleY(1);
  transition: all 0.5s ease;
}
.doahang .bot-dao .nav-ul > li:nth-child(2) .erji-div {
  text-align: left;
  width: 524px;
}
.doahang .bot-dao .nav-ul > li:nth-child(2) .erji-div ul {
  position: relative;
}
.doahang .bot-dao .nav-ul > li:nth-child(2) .erji-div ul li {
  float: left;
  width: 50%;
}
.doahang .bot-dao .nav-ul > li:nth-child(2) .erji-div ul::before {
  content: '';
  position: absolute;
  width: 1px ;
  height: 100%;
  left: 46%;
  top: 0;
  background: #fff;
  opacity: .4;
}
.doahang .bot-dao .nav-ul > li:nth-child(4) .erji-div {
  text-align: left;
  width: 286px;
}
.doahang .bot-dao .nav-ul > li:nth-child(4) .erji-div ul {
  position: relative;
}
.doahang .bot-dao .nav-ul > li:nth-child(4) .erji-div ul li {
  float: left;
  width: 50%;
}
.doahang .bot-dao .nav-ul > li:nth-child(4) .erji-div ul::before {
  content: '';
  position: absolute;
  width: 1px ;
  height: 100%;
  left: 40%;
  top: 0;
  background: #fff;
  opacity: .4;
}
.doahang {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.doahang.active {
  line-height: 5.1875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.doahang .top-dao {
  background: #fff;
  line-height: 5.8125rem;
}
.doahang .top-dao .div1 {
  margin-left: 16.875rem;
  font-weight: bold;
  font-size: 1.8125rem;
  color: #000000;
}
.doahang .top-dao .div2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-left: 1.875rem;
  color: #3DA852;
}
.doahang .top-dao .sousuos {
  position: relative;
  top: 1.5rem;
  width: 20.875rem;
  height: 3rem;
  overflow: hidden;
  margin-left: 2.3rem;
  border: 1px solid #ccc;
  line-height: 3rem;
  border-radius: 0.625rem;
}
.doahang .top-dao .sousuos input {
  height: 3rem;
  width: 80%;
  padding-left: 1.25rem;
}
.doahang .top-dao .sousuos input::placeholder {
  color: #6C6D6C;
}
.doahang .top-dao .sousuos button {
  width: 20%;
  display: inline-block;
  text-align: center;
  background: transparent;
  border: none;
}
.doahang .top-dao .dians {
  font-weight: bold;
  font-size: 1.75rem;
  color: #3DA852;
}
.doahang .top-dao .dians span {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  border-radius: 100%;
  line-height:2rem;
  background: #3DA852;
}
.doahang .top-dao .dians span i {
  color: #FFF;
  position: relative;
  top: -3px;
}
.doahang .bot-dao {
  background: #3da852;
  line-height: 3.125rem;
}
.doahang .bot-dao .nav-ul {
  margin-left: 14rem;
}
.doahang .bot-dao .nav-ul > li {
  float: left;
  position: relative;

}
.doahang .bot-dao .nav-ul > li > a {
  color: #fff;
  padding: 0 2.275rem;
}
.doahang .bot-dao .nav-ul > li:first-child {
  margin-left: 0;
}
.doahang .logo {
  background: #fff;
  width: 14.375rem;
  left: 13%;
  box-shadow: 0 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  display: flex;
  top: 0;
}
.doahang .logo a {
  align-self: center;
  margin: 0 auto;
}
.doahang body {
  padding-top: 8.9375rem;
}
.cons {
  padding: 0 15.7rem;
}
.index-pro-list-ul {
  margin: 0 -0.5%;
}
.index-pro-list-ul li {
  float: left;
  background: #fff;
  width: 24%;
  margin: 0.5%;
}
.pro-div {
  text-align: center;
}
.pro-div .overh a {
  padding: 1.25rem;
  display: block;
  position: relative;
}
.pro-div .overh a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(177, 177, 177, 0.64);
  z-index: 2;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div .pro-title {
  overflow: hidden;

  position: relative;
}
.pro-div .pro-title a {
  font-size: 1rem;


  padding:  0 10px  0 8px;
  color: #FFFFFF;
}
.pro-div .pro-title .bia-a {
  display: block;
  height: 3.9375rem;
  line-height: 3.9375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background: #777777 ;
}
.pro-div .pro-title .xing-a {
  background: #3da852;
  position: absolute;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;
  bottom: -100%;
  height: 3.9375rem;
  line-height: 3.9375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro-div:hover .overh a::after {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.pro-div:hover .pro-title .xing-a {
  bottom: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro {
  background: #F9F9F9;
  padding: 2.5rem 0;
}
.index-pro-div {
  padding: 1.875rem 0;
}
.index-pro-div .pro-typeul {
  display: flex;
}
.index-pro-div .pro-typeul li {
  position: relative;
  padding: 0 1.4rem;
  height: 100%;
}.index-pro-div .pro-typeul li:last-child{
  padding-right: 0;
}.index-pro-div .pro-typeul li:first-child{
  padding-left: 0;
}
.index-pro-div .pro-typeul li .div1 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
}
.index-pro-div .pro-typeul li .div2 {
  margin-top: 0.625rem;
}
.index-pro-div .pro-typeul li .div2 a {
  display: block;
  font-size: 1rem;
  line-height: 1.65;
  color: #686868;
  letter-spacing: .9px;
}
.index-pro-div .pro-typeul li .div2 a:hover {
  color: #3da852;
}
.index-pro-div .pro-typeul li::after {
  content: '';
  position: absolute;
  width: 0.0625rem;
  background: #DDDBDB ;
  height: 6.8125rem;
  top: 0;
  right: 0;
}
.index-pro-div .pro-typeul li:last-child::after {
  display: none;
}
.head1 {
  line-height: 1;
  font-weight: bold;
  font-size: 2.8125rem;
  color: #000000;
}
.index-why {
  background: url(../img/9.jpg) no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
.index-why .head1 {
  color: #fff;
}
.index-why .index-why-ul {
  color: #fff;
  text-align: center;
  margin-top: 3.125rem;
}
.index-why .index-why-ul li {
  width: 20%;
  float: left;
}
.index-why .index-why-ul li .p1 {
  font-weight: bold;
  font-size: 4.4375rem;
  line-height: 1;
}
.index-why .index-why-ul li .p1 sub {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: normal;
}
.index-why .index-why-ul li .div1 {
  font-size: 1.125rem;
  

  margin-top: 1.25rem;
  color: #FFFFFF;
}
.index-new {
  background: #EDEDED;
  padding: 3.125rem 0;
}
.index-new .new-cons {
  margin-top: 2.75rem;
}
.index-new .new-cons .le {
  width: 49%;
}
.index-new .new-cons .re {
  width: 49%;
}
.new-tops {
  border-bottom: 0.0625rem solid #DDDDDD;
}
.new-tops .new-ul li {
  display: inline-block;
  margin-right: 2.5rem;
  font-size: 1.5rem;
}
.new-tops .new-ul li a {
  padding: 1rem 0;
  color: #000000;
  display: inline-block;
  position: relative;
}
.new-tops .new-ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0.25rem;
  background: #3DA852;
  bottom: 0;
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-tops .new-ul li.active a,
.new-tops .new-ul li:hover a {
  color: #3da852;
}
.new-tops .new-ul li.active a::after,
.new-tops .new-ul li:hover a::after {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;
}
.new-tops .m-fr a {
  font-size: 1rem;
  color: #7F7F7F;
  position: relative;
  top: 1.5rem;
}
.new-tops .m-fr a:hover {
  color: #3da852;
}
.bot-bots-ul {
  margin-top: 1.25rem;
}
.bot-bots-ul li {
  font-size: 1.125rem;
  line-height: 2;
}
.bot-bots-ul li a {
  width: 70%;
  display: inline-block;
  color: #686868;
  padding-left: 0.9375rem;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bot-bots-ul li a::after {
  content: '';
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #BFBFBF;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.bot-bots-ul li .data {
  font-size: 1rem;
  color: #aaa;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bot-bots-ul li:hover a {
  color: #3da852;
}
.new-bots {
  margin-top: 1.25rem;
}
.new-bots>div{
  display: none;
}.new-bots>div.active{
  display: block;
}
.chang-uls {
  margin-top: 1.25rem;
}
.chang-uls li {
  margin-bottom: 2.5rem;
  padding-left: 30px;
}
.chang-uls li .cj-img {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
}
.chang-uls li .fl {
  width: 70%;
  display: inline-block;
  color: #686868;
  font-size: 1.125rem;
}
.chang-uls li .data {
  font-size: 1rem;
  color: #aaa;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.chang-uls li .zhas {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #686868;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.3125rem;
}
.chang-uls li .zhas > a {
  display: block;
  color: #686868;
}
.chang-uls li:hover .fl {
  color: #3da852;
}
.chang-uls li:hover .zhas a {
  color: #3da852;
}
.chang-uls li:last-child {
  margin-bottom: 0;
}
.more {
  margin-top: 2.1875rem;
}
.more a {
  display: inline-block;
  width: 11.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1rem;
  color: #6C6D6C;
  border-radius: 0.625rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: 1px solid #BFC1BF;
}
.more a:hover {
  background: #3da852;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #fff;
  border: 1px solid #3da852;
}
.index-case {
  padding: 3.125rem 0 1.875rem;
  text-align: center;
}
.index-case .index-case-ul {
  margin-top: 2.8125rem;
  width: 100%;
  padding: 0 20%;
  position: relative;
}
.index-case .index-case-ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #EDEDED;
  top: 1.5625rem;
  left: 0;
  z-index: -1;
}
.index-case .index-case-ul li {
  float: left;
  width: 16.666%;
}
.index-case .index-case-ul li .sp-icon {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 2.6rem;
  border-radius: 100%;
  color: #BFBFBF;
  background: #EDEDED;
  border: 1px solid #EDEDED;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-case .index-case-ul li .sp-icon .img2 {
  display: none;
}
.index-case .index-case-ul li a:nth-child(2) {
  font-size: 1.125rem;
  color: #444444;
  display: block;
  margin-top: 0.9375rem;
}
.index-case .index-case-ul li:hover .sp-icon,
.index-case .index-case-ul li.active .sp-icon {
  background: transparent;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: 1px solid #3da852;
  color: #3da852;
}
.index-case .index-case-ul li:hover .sp-icon .img1,
.index-case .index-case-ul li.active .sp-icon .img1 {
  display: none;
}
.index-case .index-case-ul li:hover .sp-icon .img2,
.index-case .index-case-ul li.active .sp-icon .img2 {
  display: inline-block;
}
.case-divs > div {
  width: 48%;
}
.case-divs > .le {
  position: relative;
}
.case-divs > .le a {
  display: block;
  position: relative;
  top: 0.625rem;
  left: -0.625rem;
}
.case-divs > .le::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border: 2px solid #686868;
}
.case-divs > .re .title {
  /* display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  font-size: 1.25rem;
  color: #000000;
  line-height: 2;
}
.case-divs > .re .title a {
  color: #000000;
}
.case-divs > .re .zhai1 {
  font-size: 1rem;
  margin: .25rem 0;
  line-height: 1.6;
  color: #686868;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
 
}
.case-divs > .re .zhai1 a {
  color: #686868;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;

}
.index-about .index-about-con > .le{
  color: #000;
  font-size:17px;
  line-height: 2;
  text-align: justify;

}
.case-divs > .re .xian {
  border-bottom: 0.0625rem dashed #bababa;
}
.case-divs > .re .jieneng {
  font-size: 1rem;
  line-height: 1.65;
  margin: 1.25rem 0;
  color: #686868;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
 
}
.case-divs > .re .xinfg {
  position: relative;
}
.case-divs > .re .xinfg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #686868;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.case-divs > .re .xinfg a {
  display: block;
}
.case-divs > .re .xinfg a span {
  font-size: 1rem;
  line-height: 1.65;
  color: #7F7F7F;
  padding: 0 0.625rem;
  background: #fff;
}
.case-divs:hover .le::after {
  border: 2px solid #3da852;
}.neirong .case-divs .le a img{
  height: 9.5rem;

}
.case-divs:hover .le a img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.case-divs:hover .re .xinfg span {
  color: #3da852;
}
.index-ul-cons {
  margin-top: 2.5rem;
}
.index-ul-cons li {
  margin-bottom: 3.125rem;
  width: 49%;
  float: left;
  text-align: left;
}
.index-ul-cons li:nth-child(even) {
  float: right;
}
.index-about {
  padding: 3.125rem 0;
  background: url(../img/17.jpg) no-repeat;
  background-size: cover;
}
.index-about .index-about-con {
  margin-top: 5rem;
}
.index-about .index-about-con > div {
  width: 48%;
}
.index-about .index-about-con .about-lunbo {
  position: relative;
}
.index-about .index-about-con .about-lunbo::after {
  content: '';
  position: absolute;
  width: 40%;
  top: -1.25rem;
  bottom: -1.25rem;
  background: #3da852;
  right: -2.125rem;
  z-index: 1;
}
.index-about .index-about-con .about-lunbo .mySwiper {
  position: relative;
  z-index: 2;
}
footer {
  background: #000000;
}
footer .foot-top {
  padding: 2.5rem 0;
}
footer .foot-top .ft-con {
  margin-bottom: 1.875rem;
}
footer .foot-top .foot-div {
  margin-right: 2%;
}
footer .foot-top .foot-div:last-child {
  width: 32%;
  margin-right: 0;
}
footer .foot-top .foot-div:last-child .foot-uls li {
  margin-bottom: 0.625rem;
  float: left;
}
footer .foot-top .foot-div:last-child .foot-uls li input {
  width: 100%;
  background: transparent;
  height: 2.625rem;
  border-radius: 0.3125rem;
  padding-left: 0.625rem;
  font-size: 0.875rem;
  color: #BAB9B9;
  border: 1px solid rgba(255, 255, 255, 0.63);
}
footer .foot-top .foot-div:last-child .foot-uls li button {
  background: #3da852;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  border: none;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 0.3125rem;
  width: 100%;
}
footer .foot-top .foot-div:last-child .foot-uls li:nth-child(1),
footer .foot-top .foot-div:last-child .foot-uls li:nth-child(2) {
  width: 49%;
}
footer .foot-top .foot-div:last-child .foot-uls li:nth-child(1) {
  margin-right: 2%;
}
footer .foot-top .foot-div:last-child .foot-uls li:nth-child(3) {
  width: 83%;
  margin-right: 2%;
}
footer .foot-top .foot-div:last-child .foot-uls li:nth-child(4) {
  width: 15%;
}
footer .foot-top .foot-div:nth-child(1) {
  width: 20% ;
}
footer .foot-top .foot-div:nth-child(1) .foot-uls li {
  float: left;
  width: 50%;
}
footer .foot-top .foot-div .p1 {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #FFFFFF;
  margin-bottom: 0.9375rem;
}
footer .foot-top .foot-div .foot-uls li {
  font-size: 0.875rem;
  line-height: 2;
  color: #BAB9B9;
}
footer .foot-top .foot-div .foot-uls li a {
  color: #BAB9B9;
}
footer .foot-top .guanji {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #BAB9B9;
  margin-top: 0.3125rem;
  opacity: .47;
}
footer .foot-top .guanji a {
  color: #BAB9B9;
  display: inline-block;
  margin-right: 1.25rem;
}
footer .foot-top .guanji a:hover {
  color: #3da852;
}
footer .foot-bot {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.57);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.19);
}
footer .foot-bot .fl {
  width: 80%;
}
footer .foot-bot a {
  color: rgba(255, 255, 255, 0.57);
}
footer .foot-bot a:hover {
  color: #3da852;
}
body {
  padding-top: 8.875rem;
}
.ban .p1 {
  font-weight: bold;
  font-size: 3.25rem;
  color: #FFFFFF;
  line-height: 1;
}
.ban .p2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  margin-top: 1.0625rem;
  color: #FFFFFF;
}
.neirong{
  overflow: hidden;
}
.neirong .weizhi {
  font-size: 1rem;
  line-height: 1.65;
  color: #686868;
  padding: 1.375rem 0;
}
.neirong .weizhi a {
  color: #686868;
}
.neirong .weizhi a:hover {
  color: #3da852;
}
.pro-nr {
  padding-bottom: 3.75rem;
}
.pro-nr > .le {
  width: 74%;
}
.pro-nr > .le .index-pro-list-ul li {
  width: 32.333% ;
}
.pro-nr > .le .index-pro-list-ul li .pro-div .overh {
  border: 1px solid #c8c8c8;
}
.pro-nr > .re {
  width: 22%;
}
.pro-nr > .re .box-kuang {
  margin-bottom: 1.25rem;
}
.pro-nr > .re .box-kuang .box-bt {
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  padding: 0.9375rem ;
  background: #3da852;
}
.pro-nr > .re .box-kuang .box-bt .fr {
  font-size: 1rem;
  line-height: 1.65;
  color: #FFFFFF;
  font-weight: normal;
}
.pro-nr > .re .box-kuang .box-div {
  padding: 0.9375rem;
  border: 1px solid #E2E2E2;
}
.pro-nr > .re .box-kuang .box-div .type-uls li:first-child{
  padding-top: 0;
}
.pro-nr > .re .box-kuang .box-div .type-uls li {
  border-bottom: 0.0625rem solid #E2E2E2;
  padding: 0.9375rem 0;
}.pro-nr > .re .box-kuang .box-div .type-uls li.active .pp1{
  margin-bottom: 5px;
}
.pro-nr > .re .box-kuang .box-div .type-uls li.active .pp1 a{
  color: #3da852;
}.pro-nr > .re .box-kuang .box-div .type-uls li.active 
.pro-nr > .re .box-kuang .box-div .type-uls li .pp1 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 0.3125rem;
}.pro-nr > .re .box-kuang .box-div .type-uls li .pp1 a{
  font-weight: bold;
  font-size: 1.125rem;
  color: #333333;
}.pro-nr > .re .box-kuang .box-div .type-uls li.active  a.active{
  color: #3da852;
}
.pro-nr > .re .box-kuang .box-div .type-uls li a {
 
  font-size: 1rem;
  line-height: 1.65;
  color: #686868;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro-nr > .re .box-kuang .box-div .type-uls li a:hover,.pro-nr > .re .box-kuang .box-div .type-uls li a.active {
  color: #3da852;
}
.pro-nr > .re .box-kuang .box-div .type-uls li:last-child {
  border-bottom: none;
}
.pro-nr > .re .box-kuang .rem-box {
  padding: 0.9375rem;
  background: #F9F9F9;
}
.pro-nr > .re .box-kuang .rem-box a {
  font-size: 1rem;
  line-height: 1.65;
  color: #686868;
  display: inline-block;
  margin-right: 0.125rem;
  margin-bottom: 0.3125rem;
  padding: 0.625rem 0.4rem;
  background: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-nr > .re .box-kuang .rem-box a:hover {
  background: #3da852;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-nr > .re .box-kuang .case-box {
  padding: 0.9375rem;
  border: 1px solid #E2E2E2;
}
.pro-nr > .re .box-kuang .case-box li {
  margin-bottom: 0.625rem;
}
.pro-nr > .re .box-kuang .case-box li .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-nr > .re .box-kuang .case-box li .title {
  line-height: 3.4375rem;
  height: 3.4375rem;
  padding: 0 1.25rem;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background: rgba(51, 51, 51, 0.5);
}
.pro-nr > .re .box-kuang .case-box li .title a {
  color: #fff;
  font-weight: bold;
}
.pro-nr > .re .box-kuang .case-box li:last-child {
  margin-bottom: 0;
}
.pro-nr > .re .box-kuang .case-box li:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.pro-nr > .re .box-kuang .case-box li:hover .title {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #3da852;
}
.div-titls {
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 2rem;
  color: #000000;
  border-bottom: 0.0625rem solid #DDDDDD;
}
.div-titls span {
  line-height: 4.375rem;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  color: #000000;
  position: relative;
}
.div-titls span::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -0.0625rem;
  height: 0.0625rem;
  background: #3da852;
}
.ptao-box {
  margin-top: 1.875rem;
}
.case-tui {
  margin-top: 2.5rem;
}
.case-tui .index-ul-cons li {
  width: 47%;
}
.case-tui .case-divs > .le {
  width: 40%;
}
.case-tui .case-divs > .re {
  width: 55%;
}
.case-tui .case-divs > .re .title {
  font-size: 1.125rem;
}
.case-tui .case-divs > .re .zhai1 {
  font-size: 1rem;
  height: 4.6875rem;
}
.case-tui .case-divs > .re .jiels .fl {
  font-weight: bold;
  color: #686868;
  font-size: 1rem;
  line-height: 1.65;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
}
.case-tui .case-divs > .re .jiels a {
  border: 1px solid #aaa;
  font-size: 1rem;

  line-height: 1.65;
  float: none;
  color: #7F7F7F;
  padding: 0 0.625rem;
  border-radius: 0.3125rem;
}
.xing-pro > div {
  width: 49%;
}
.xing-pro .mySwiper {
  margin-top: 0.875rem;
}
.xing-pro .mySwiper .swiper-slide {
  padding: 0.25rem;
  border: 1px solid #DDDDDD;
}
.xing-pro .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #3da852;
}
.xing-pro .mySwiper2 {
  padding: 0.625rem;
  border: 1px solid #DDDDDD;
}
.xing-pro .mySwiper2 .swiper-button-next,
.xing-pro .mySwiper2 .swiper-button-prev {
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 100%;
  background: #3D3B3B ;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.xing-pro .mySwiper2 .swiper-button-next::after,
.xing-pro .mySwiper2 .swiper-button-prev::after {
  font-size: 1.25rem;
  font-weight: bold;
}
.xing-pro .mySwiper2 .swiper-button-next:hover,
.xing-pro .mySwiper2 .swiper-button-prev:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #3da852;
}
.xing-pro .mySwiper2 .swiper-button-next {
  right: 1.25rem;
}
.xing-pro .mySwiper2 .swiper-button-prev {
  left: 1.25rem ;
}
.xing-pro .xing-biao {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  color: #000000;
}
.xing-pro .zhais {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #686868;
}
.xing-pro .zhais span {
  display: inline-block;
  margin-right: 0.1875rem;
  color: #BFBFBF;
}
.xing-pro .zixuns {
  margin-top: 1.25rem;
}
.xing-pro .zixuns .zxzx {
  margin-right: 0.375rem;
}
.xing-pro .zixuns .zxzx a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1;
  background: #3da852;
  text-align: center;
  width: 6.3125rem ;
  height: 6.5625rem;
  padding: 1rem 0;
}
.xing-pro .zixuns .zxzx a img {
  display: inline-block;
  margin-bottom: 0.625rem;
  height: 35px;
}
.xing-pro .zixuns .dianh-img {
  background: #F9F9F9;
  height: 6.5625rem;
  padding: 1.4375rem;
  border: 1px solid #ddd;
}
.xing-pro .zixuns .dianh-img .d-img {
  margin-right: 1.0625rem;
}
.xing-pro .zixuns .dianh-img .p1 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1;
}
.xing-pro .zixuns .dianh-img .p2 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #3DA852;
  line-height: 1;
  margin-top: 0.4375rem;
}.xing-pro .zixuns .dianh-img .p2 a{
  color: #3DA852;
}
.cpxq {
  margin-top: 3rem;
}
.cpxq .cpxq-nr {
  font-size: 1rem;
  line-height: 2;
  color: #686868;
}
.cpxq .cpxq-nr .pp1 {
  font-size: 1.125rem;
  font-weight: bold;
}
.pro-case-tui {
  margin-top: 3rem;
}
.anli-lunbo .swiper-slide {
  padding-left: 0.625rem;
  margin-top: 0!important;
  margin-bottom: 1.875rem;
}
.color_page {
  padding-bottom: 1.875rem;
}
.color_page .swiper-horizontal > .swiper-pagination-bullets,
.color_page .swiper-pagination-bullets.swiper-pagination-horizontal,
.color_page .swiper-pagination-custom,
.color_page .swiper-pagination-fraction {
  bottom: 0rem;
}
.color_page .swiper-pagination-bullet {
  width: 2.8125rem;
  height: 0.25rem;
  display: inline-block;
  border-radius: 0%;
  background: #D1D1D1;
  opacity: 1;
}
.color_page .swiper-pagination-bullet-active {
  background: #3da852;
}
.xguan-pro {
  margin-top: 3rem;
}
.xguan-pro .xg-pro-lunbo .pro-div .overh {
  border: 1px solid #c8c8c8;
}
.xguan-wenzhang {
  margin-top: 3rem;
}
.xguan-wenzhang .bot-bots-ul li {
  width: 48%;
  float: left;
}
.xguan-wenzhang .bot-bots-ul li:nth-child(2n) {
  float: right;
}
.lxianxis {
  padding: 1.5625rem ;
  font-size: 1rem;
  line-height: 1.65;
  color: #686868;
  border: 1px solid #E2E2E2;

}
.ren-wz {
  padding: 1.25rem 1.25rem 0;
  border: 1px solid #E2E2E2;
}
.ren-wz li {
  padding: 0.625rem 0 0.4375rem;
  border-bottom: 0.0625rem solid #E2E2E2;
}
.ren-wz li .tile {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #686868;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ren-wz li .tile a {
  color: #686868;
}
.ren-wz li .tile:hover a {
  color: #3da852;
}
.ren-wz li .date {
  font-size: 1rem;
  line-height: 2;
  color: #AAAAAA;
}
.ren-wz li:last-child {
  border-bottom: none;
}
.about-zis {
  font-size: 1rem;
  line-height: 1.65;
  color: #686868;
  text-align: justify;

}.about-zis img{
  width: 100%;
}
.box-kuang .box-bt a {
  color: #fff;
}
.box-kuang .erji-ul li {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 3.75rem;
  background: #F9F9F9;
  padding: 0 0.9375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  border: 1px solid #e1e1e1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.box-kuang .erji-ul li a {
  position: relative;
  display: block;
  color: #333333;
}
.box-kuang .erji-ul li a .fr {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem;
  transform: rotate(-180deg);
  top: 0;
}
.box-kuang .erji-ul li:hover,
.box-kuang .erji-ul li.active {
  background: rgba(61, 168, 82, 0.19);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.box-kuang .erji-ul li:hover a,
.box-kuang .erji-ul li.active a {
  color: #3da852;
}
.rong-div {
  border: 1px solid #ccc;
  margin-bottom: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.rong-div .rong-title {
  padding: .8rem 1.875rem;
  text-align: center;
}
.rong-div .rong-title a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
 
  font-size: 1rem;
  color: #8E8D8D;
}
.rong-div:hover {
  border: 1px solid #3da852;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: 0 0 0.625rem 0.3125rem rgba(0, 0, 0, 0.1);
}
.rong-div:hover .rong-title a {
  color: #3da852;
}
.rongs-d .p-tild {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
}
.rongs-d .das {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #686868;
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #DDDDDD;
}
.rongs-d .rong-imgs {
  padding: 1.25rem 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #686868;
}
.rongs-d .piaos {
  background: #F9F9F9;
  font-size: 1.125rem;
  line-height: 2;
  color: #686868;
  margin-top: 1.875rem;
  padding: 1.25rem 2.1875rem;
}
.rongs-d .piaos a {
  display: block;
  color: #686868;
}
.rongs-d .piaos a:hover {
  color: #3da852;
}
.lx-divs {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #686868;
}
.map-img {
  margin-top: 1.875rem;
}
.liuyan-div {
  margin-top: 3.75rem;
}
.liuyan-div .liy-div .p1 {
  margin: 0.625rem 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #828282;
}
.liuyan-div .liy-div input {
  width: 100%;
  height: 3.0625rem;
  padding-left: 0.9375rem;
  color: #828282;
  border: 1px solid #ccc;
}
.liuyan-div .liy-div textarea {
  width: 100%;
  padding: 0.9375rem;
  height: 15rem;
  color: #828282;
  resize: none;
  border: 1px solid #ccc;
}
.liuyan-div .liy-div button {
  margin-top: 1.25rem;
  height: 3.625rem;
  width: 9.375rem;
  color: #fff;
  border: none;
  border-radius: 0.3125rem;
  background: #3da852;
}
.newss-cons .tui-img .fl {
  width: 36%;
  overflow: hidden;
}
.newss-cons .tui-img .fl img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.newss-cons .tui-img .fr {
  width: 60%;
}
.newss-cons .tui-img .fr .zhai-new {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.newss-cons .tui-img:hover .fl img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.newss-cons .tui-img:hover .fr .new-title a {
  color: #3da852;
}
.newss-cons .tui-img:hover .fr .more a {
  background: #3da852;
  color: #fff;
}
.newss-cons .new-title {
  font-size: 1.125rem;
  color: #000000;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newss-cons .new-title a {
  color: #000000;
}
.newss-cons .ds1 {
  font-size: 0.875rem;
  line-height: 1.65;
  margin: 0.625rem 0;
  color: #686868;
}
.newss-cons .zhai-new {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #686868;
}
.newss-cons .zhai-new a {
  color: #686868;
}
.newss-cons .newwi-uls {
  margin-top: 1.875rem;
}
.newss-cons .newwi-uls li {
  position: relative;
  padding: 1.25rem 0 1.25rem 5.625rem ;
  cursor: pointer;
  border-bottom: 0.0625rem solid #E8E8E8;
}
.newss-cons .newwi-uls li .fl {
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background: #F9F9F9;
  left: 0;
  padding: 0.75rem 0.625rem;
}
.newss-cons .newwi-uls li .fl .p1 {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #B7B7B7;
}
.newss-cons .newwi-uls li .fl .p2 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #B7B7B7;
}.newss-cons .newwi-uls li .fr {
  float: none;
}
.newss-cons .newwi-uls li .fr .zhai-new {
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newss-cons .newwi-uls li:hover .fl {
  background: #3da852;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.newss-cons .newwi-uls li:hover .fl .p1,
.newss-cons .newwi-uls li:hover .fl .p2 {
  color: #fff;
}
.newss-cons .newwi-uls li:hover .fr .new-title a {
  color: #3da852;
}
.nan-uls {
  margin-top: 0;
}
.nan-uls .index-ul-cons {
  margin-top: 0;
}
.ban-zi2 {
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban-zi2 .p1 {
  display: inline-block;
}
.ban-zi2 .zhenqi {
  margin-top: 1.5625rem;
  border: 2px solid #fff;
  width: 41%;
  padding: 2.5rem 0.625rem;
  text-align: center;
}
.ban-zi2 .zhenqi > div {
  width: 50%;
  float: left;
}
.ban-zi2 .zhenqi > div:nth-child(1) {
  padding: 0 0.625rem;
  position: relative;
}
.ban-zi2 .zhenqi > div:nth-child(1) .tou-zi {
  background: #3da852;
}
.ban-zi2 .zhenqi > div:nth-child(1)::after {
  content: '';
  position: absolute;
  width: 0.125rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -0.9375rem;
  height: 100%;
  background: #fff;
}
.ban-zi2 .zhenqi > div:nth-child(2) .tou-zi {
  background: #000000;
}
.ban-zi2 .zhenqi .pp1 {
  font-weight: bold;
  font-size: 3rem;
  color: #FFFFFF;
  line-height: 1;
}
.ban-zi2 .zhenqi .tou-zi {
  font-weight: bold;
  font-size: 1.75rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 0.75rem;
  padding: 0.5rem 1.875rem;
  display: inline-block;
}
.leng-top {
  background: #F8F8F8;
  padding: 5rem 0;
}
.leng-top .leng-con {
  margin-top: 2.8125rem;
}
.leng-top .leng-con > div {
  width: 33.33%;
}
.leng-top .leng-con > div > div {
  height: 15.75rem;
  text-align: center;
  letter-spacing: 0.25rem;
}
.leng-top .leng-con .tops-d {
  align-items: center;
  justify-content: center;
  display: flex;
  background: #fff;
  font-weight: bold;
  font-size: 1.8125rem;
  line-height: 1;
  color: #353535;
}
.leng-top .leng-con .tops-d span {
  font-size: 2.625rem;
}
.leng-top .leng-con .tops-xia {
  font-weight: bold;
  font-size: 1.8125rem;
  line-height: 1;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  display: flex;
}
.leng-top .leng-con .tops-xia span {
  font-size: 2.625rem;
}
.leng-top .leng-con .le .tops-xia {
  background: #000000;
}
.leng-top .leng-con .le .tops-d {
  position: relative;
}
.leng-top .leng-con .le .tops-d::before {
  content: '';
  position: absolute;
  width: 3.5625rem;
  height: 0.1875rem;
  background: #3da852;
  left: -0.1875rem;
  top: -0.1875rem;
}
.leng-top .leng-con .le .tops-d::after {
  content: '';
  position: absolute;
  width: 0.1875rem;
  height: 3.5625rem;
  left: -0.1875rem;
  top: -0.1875rem;
  background: #3da852;
}
.leng-top .leng-con .re .tops-xia {
  background: #3da852;
}
.leng-top .leng-con .re .tops-d {
  position: relative;
}
.leng-top .leng-con .re .tops-d::before {
  content: '';
  position: absolute;
  width: 3.5625rem;
  height: 0.1875rem;
  background: #3da852;
  right: -0.1875rem;
  bottom: -0.1875rem;
}
.leng-top .leng-con .re .tops-d::after {
  content: '';
  position: absolute;
  width: 0.1875rem;
  height: 3.5625rem;
  right: -0.1875rem;
  bottom: -0.1875rem;
  background: #3da852;
}
.leng-top .leng-con .mind img {
  height: 31.5rem;
  object-fit: cover;
}
.leng-top .zixun-div {
  margin-top: 2.75rem;
}
.leng-top .zixun-div .div1 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
  padding: 1.25rem 1.25rem 1.25rem 5rem;
  border: 1px solid #3da852;
  border-radius: 3.75rem;
  color: #000000;
}
.leng-top .zixun-div .div1 a {
  color: #fff;
  display: inline-block;
  width: 17.5625rem;
  height: 4.1875rem;
  text-align: center;
  line-height: 4.1875rem;
  margin-left: 0.625rem;
  border-radius: 1.875rem;
  background: #3da852;
}
.leng-title {
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 1;
  color: #000000;
}
.leng-title span {
  color: #3da852;
  font-size: 5rem;
  line-height: 1;
}
.leng-title2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 6.0.25rem;
  margin-top: 1.25rem;
  color: #000000;
}
.leng-sb {
  padding: 4.375rem 0 3.75rem;
  overflow: hidden;
}
.leng-sb .leng-divs {
  margin-top: 2.8125rem;
}
.leng-sb .leng-divs a {
  display: block;
}
.leng-sb .leng-divs a .title {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, .8);
  line-height: 4.375rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}
.leng-sb .leng-divs a .title span {
  padding: 0 1.875rem;
}
.leng-sb .leng-divs a .title .img-zi {
  background: url(../img/14.png) no-repeat;
  background-size: cover;
  height: 5.125rem;
  width: 17.9375rem;
  line-height: 1.1;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 1.5rem;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  display: flex;
}
.leng-youshi {
  background: #F0F0F0;
  padding-top: 5rem;
}
.leng-youshi .you-img {
  margin-top: 5.4375rem;
}
.leng-youshi .you-divs {
  position: relative;
  z-index: 2;
}
.leng-youshi .you-bg {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}
.leng-youshi .img2-you {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 3;
}
.leng-youshi .uls-you {
  width: 100%;
  height: 72%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.leng-youshi .uls-you li {
  position: absolute;
  font-size: 18px;
  line-height: 112px;
  color: #000000;
}
.leng-youshi .uls-you li span {
  width: 112px;
  display: inline-block;
  height: 112px;
  border: 1px solid #3da852;
  border-radius: 100%;
  background: #ffffff;
  line-height: 112px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000000;
  margin: 0 1.25rem;
}
.leng-youshi .uls-you li:nth-child(1) {
  left: 12%;
  top: 0;
}
.leng-youshi .uls-you li:nth-child(2) {
  left: 8%;
  top: 37%;
}
.leng-youshi .uls-you li:nth-child(3) {
  left: 14%;
  bottom: 3%;
}
.leng-youshi .uls-you li:nth-child(4) {
  right: 20%;
  top: 0;
}
.leng-youshi .uls-you li:nth-child(5) {
  right: 12%;
  top: 37%;
}
.leng-youshi .uls-you li:nth-child(6) {
  right: 12%;
  bottom: 3%;
}
.leng-youshi .lxjs-divs {
  background: #008F47;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 3;
  padding: 3.125rem 0;
}
.leng-youshi .lxjs-divs .div1 {
  font-weight: bold;
  font-size: 2.5625rem;
  line-height: 1;
  color: #FFFFFF;
}
.leng-youshi .lxjs-divs .div2 {
  font-size: 1.9375rem;
  margin-top: 0.9375rem;
  line-height: 1;
  color: #FFFFFF;
}
.leng-youshi .lxjs-divs .dh-d {
  margin-left: 7%;
  font-weight: bold;
  font-size: 2.0625rem;
  line-height: 1;
  margin-top: 1.25rem;
  color: #FFFFFF;
}
.leng-youshi .lxjs-divs .dh-d span {
  font-size: 2.5rem;
  font-weight: normal;
  position: relative;
  top: 0.1875rem;
}
.leng-youshi .lxjs-divs .more2 {
  margin-top: 0.625rem;
}
.leng-youshi .lxjs-divs .more2 a {
  width: 14.9375rem;
  height: 4.1875rem;
  text-align: center;
  background: #ffffff;
  line-height: 4.1875rem;
  border-radius: 0.3125rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #008F47;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  display: inline-block;
}
.leng-youshi .lxjs-divs .more2 a:hover {
  background: #3da852;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #ffffff;
}
.leng-case {
  padding: 3.125rem 0;
}
.leng-case .leng-case-con {
  margin-top: 2.5rem;
}
.leng-case .case-a {
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.leng-case .case-a img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.leng-case .case-a .case-title {
  font-size: 1.125rem;
  padding: 0 1.25rem;
  color: #000000;
  line-height: 3.9375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #EDEDED;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.leng-case .case-a .case-title a {
  color: #000000;
}
.leng-case .case-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.leng-case .case-a:hover .case-title {
  background: #3da852;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.leng-case .case-a:hover .case-title a {
  color: #fff;
}
.more1 {
  margin-top: 1.875rem;
}
.more1 a {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.65;
  color: #008F47;
  display: inline-block;
  width: 14.9375rem;
  height: 4.1875rem;
  line-height: 4.1875rem;
  text-align: center;
  border: 1px solid #3da852;
  border-radius: 0.3125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more1 a:hover {
  background: #3da852;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #fff;
}
.leng-title3 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #000000;
  margin-top: 1.25rem;
}
.leng-zhuan .leng-xhuan-con {
  margin-top: 2.5rem;
}
.leng-zhuan .leng-xhuan-con .fl {
  width: 38%;

}
.leng-zhuan .leng-xhuan-con .zhuan-re {
  width: 57%;
}.leng-title3 span{
  display: inline-block;
  margin: 0 10px;
}
.leng-zhuan .leng-xhuan-con .zhuan-lunbo {

  padding: 0 2.5rem;
}
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-slide .overh {
  padding: 0.75rem;
  border: 2px solid #984205;
}
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-slide .zhuan-title {
  font-size: 1.125rem;
  color: #494949;
  text-align: center;
  margin-top: 0.875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-slide .zhuan-title a {
  color: #494949;
}
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-button-next {
  right: 0;
}
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-button-prev {
  left: 0;
}
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-button-next,
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-button-prev {
  color: #3D3D3D;
  font-weight: bold;
}
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-button-next:hover,
.leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-button-prev:hover {
  color: #3da852;
}
.leng-liu {
  padding: 5.625rem 0;
  background: url(../img/38.jpg) no-repeat;
  background-size: cover;
}
.leng-liu .leng-title {
  color: #008F47;
}
.leng-liu .luiu-ul {
  margin-top: 1.875rem;
  position: relative;
  z-index: 2;
}
.leng-liu .luiu-ul::before {
  width: 100%;
  content: '';
  position: absolute;
  height: 0.0625rem ;
  background: #ffffff;
  top: 4.0625rem;
  left: 0;
  z-index: -1;
}
.leng-liu .luiu-ul li {
  float: left;
  width: 16.666%;
  text-align: center;
}
.leng-liu .luiu-ul li .liu-img {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
}
.leng-liu .luiu-ul li .liu-p {
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.4;
  margin-top: 1.25rem;
}
.leng-zixun > div {
  width: 50%;
  height: 35.625rem;
}
.leng-zixun .fl {
  background: url(../img/39.jpg) no-repeat;
  background-size: cover;
  padding: 3.75rem 7.5rem;
}
.leng-zixun .fl .kuang {
  background: url(../img/16.png) no-repeat;
  background-size: 100% 100%;
  width: 23.125rem;
  height: 28.1875rem;
  padding: 5.5625rem 2.5rem 1.875rem;
  display: inline-block;
}
.leng-zixun .fl .kuang .div1 {
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 1.2;
  color: #000000;
}
.leng-zixun .fl .kuang .div2 {
  margin-top: 7.5rem;
}
.leng-zixun .fl .kuang .div2 .p1 {
  font-weight: bold;
  font-size: 1.6875rem;
  line-height: 1;
  color: #383838;
}
.leng-zixun .fl .kuang .div2 .p2 {
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 0.625rem;
  color: #008F47;
}
.leng-zixun .fr {
  background: url(../img/40.jpg) no-repeat;
  background-size: cover;
}
.leng-zixun .fr .liu-leng {
  width: 100%;
  height: 100%;
  background: rgba(0, 143, 71, 0.9);
  padding: 8.125rem 7.5rem;
}
.leng-zixun .fr .liu-leng .liu-leng-uls {
  width: 81%;
}
.leng-zixun .fr .liu-leng .liu-leng-uls li {
  margin-bottom: 1.5625rem;
}
.leng-zixun .fr .liu-leng .liu-leng-uls li input {
  width: 100%;
  height: 3.625rem;
  background: #fff;
  font-size: 1.125rem;
  color: #5B5B5B;
  padding-left: 0.9375rem;
}
.leng-zixun .fr .liu-leng .liu-leng-uls li input::placeholder {
  font-size: 1.125rem;
  color: #5B5B5B;
}
.leng-zixun .fr .liu-leng .liu-leng-uls li button {
  width: 100%;
  height: 3.625rem;
  background: #000000;
  font-size: 1.125rem;
  color: #FFF;
  border: none;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.leng-zixun .fr .liu-leng .liu-leng-uls li button:hover {
  background: #3da852;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.logo img {
  width: 10.3125rem;
}
.ren-uul {
  margin: 0 -0.5%;
}
.ren-uul li {
  float: left;
  width: 32.33%;
  margin: 0 .5%;
  font-size: 1rem;
  line-height: 1.6;
  color: #686868;
}
.ren-uul li a {
  color: #686868;
}
.ren-uul li a:hover {
  color: #3da852;
}
.renmen-ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.renmen-ul li .tui-img .fl {
  width: 20%;
}
.renmen-ul li .tui-img .fr {
  width: 78%;
  position: relative;
} .bq{
  position: absolute;
  right: 0;
  bottom: 0;

} .bq a{
  padding:0 5px;
  display: inline-block;
  line-height: 27px;
  margin: 0 2px;
  color: #fff;
  background: #008F47;
  border-radius: 5px;
}.bq a:hover{
  background: rgba(0, 143, 71, 0.8);
}
.renmen-ul li .tui-img .fr .zhai-new {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.renmen-ul li .tui-img .fr .more3 {
  margin-top: .625rem;
}
.renmen-ul li .tui-img .fr .more3 a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
  color: #7F7F7F;
  border: 1px solid #cecece;
  padding: 0 5px;
  border-radius: 5px;
}
.renmen-ul li:hover .tui-img .fr .more3 a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #3da852;
  color: #fff;
}
.ren-p1 {
  font-size: 20px;
  line-height: 26px;
  color: #383838;
  font-weight: bold;
}
.ren-p1 span {
  color: #3da852;
}.rong-div .overh{
  padding: 5px;
 ;
}.map-uul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.map-uul li .pp1 {
  line-height: 2;
  color: #000;

  font-weight: bold;

}.map-uul li .pp1 a{
  color: #000;
  font-size: 1.25rem;
}.map-uul li  a{
  font-size: 1rem;
  color: #383838;
  line-height: 2;
  display: inline-block;
  margin-right: 10px;
}.map-uul li  a:hover{
  color: #3da852;
}footer .foot-top .foot-div .foot-uls li a:hover{
  color: #3da852;
}
.loadmore {

  color: #000;
  font-weight: bold;
  text-align: center;
}.pro-nr > .re .box-kuang.active .box-bt{
  background: #0F6D1B;

}
.danye{
  padding: 3rem 0;
  font-size: 1rem;
  color: #383838;
  line-height: 2;

}
.liuyan-titls{
  font-size : 1.26rem;
  line-height : 1.4;
  color : #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.phone-min{
  font-weight: bold;
  padding: 0 20px;    line-height: 48px;
  font-size: 17px;
}.phone-min span{
  color: #008F47;
}
#phone_nav{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;

}#phone_nav span, .seaarch_phone span{
  font-size: 36px;
}

.colse-gb{
width: 30px;
height: 30px;
line-height: 30px;
color: #fff;

right: 0;
top: -15px;
background: #008F47;


border-radius: 100%;
}
.colse-gb i{
  color: #fff;font-size: 16px!important;
  }
  .leng-con-ul {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .leng-con-ul  li{
width: 25%;
float: left;
background: rgba(61,168,82,.8);
color: #fff;
font-weight : bold;
font-size : 23px;
  }
  .leng-con-ul  li .img1{
    position: relative;
    margin-top: -90px;
   
  }
  .leng-con-ul  li .title{
    padding: 20px 0 30px;
  }
  .leng-con-ul  li:nth-child(2n){
    background: rgba(15,109,27,.8);
  }
  .leng-con-ul  li span{
    font-size: 32px;
  }
  .index-case .case-divs .le a img{
    height: 17.75rem;
  }
@media (max-width: 1622px) {
  .leng-youshi .you-divs img {
    width: 45%;
  }
  .leng-youshi .img2-you img {
    width: 100%;
  }
  .cons {
    padding: 0 6rem;
  }
  .doahang .logo {
    left: 5%;
  }
  .ban-zi2 .zhenqi {
    width: 33%;
  }
  .leng-youshi .uls-you li:nth-child(2) {
    left: 5%;
  }
  .leng-youshi .uls-you li:nth-child(3) {
    left: 10%;
  }
  .leng-youshi .uls-you li:nth-child(5) {
    right: 9%;
  }
  .leng-youshi .uls-you li:nth-child(6) {
    right: 9%;
  }.index-about .index-about-con > .le{
  
    font-size:16px;
  }.doahang .top-dao .sousuos{
    left: 6%;
  }.index-pro-div .pro-typeul li {
   
    padding: 0 3.2rem;
  }
}

@media (max-width: 1400px) {
  .cons {
    padding: 0 6rem;
  }.xing-pro .zixuns .dianh-img .d-img{
    width: 40px;
  }
  .chang-uls li {
    margin-bottom: 2.2rem;
  }
  footer .foot-top .foot-div {
    margin-right: 1%;
  }
  .leng-youshi .uls-you li:nth-child(1) {
    left: 9%;
  }
  .leng-youshi .uls-you li:nth-child(4) {
    right: 16%;
  }
  .leng-youshi .uls-you li {
    font-size: 1.25rem;
  }
  .leng-youshi .uls-you li:nth-child(1) {
    left: 13%;
  }
  .leng-youshi .uls-you li:nth-child(4) {
    right: 21%;
  }
  .leng-youshi .uls-you li {
    font-size: 1.25rem;
  }
  .leng-youshi .uls-you li:nth-child(2) {
    left: 8%;
  }
  .leng-youshi .uls-you li:nth-child(3) {
    left: 13%;
  }
  .leng-youshi .uls-you li:nth-child(5) {
    right: 13%;
  }
  .leng-youshi .uls-you li:nth-child(6) {
    right: 12%;
  }

.index-about .index-about-con > .le{
  
  font-size:15px;
}.index-pro-div .pro-typeul li {

  padding: 0 3rem;
}
}
@media (max-width: 1280px) {
.xing-pro .zixuns .zxzx a img{
  height:  27px;
}.index-pro-div .pro-typeul li {

  padding: 0 3rem;
}
}
@media (max-width: 1200px) {
  .cons {
    padding: 0 3rem;
  }
  .leng-youshi .uls-you li span {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
  }
  .leng-youshi .uls-you li {
    line-height: 7rem;
  }
  .xing-pro .zixuns .zxzx a {
    width: 8.3125rem;
    height: 8.5625rem;
  }
  .xing-pro .zixuns .dianh-img {
    height: 8.5625rem;
  }
  footer .foot-top .foot-div:last-child {
    width: 23%;
  }
  footer .foot-top .foot-div:nth-child(2) {
    width: 30%;
  }
  footer .foot-top .foot-div:nth-child(1) {
    width: 25%;
  }
  .doahang .logo {
    left: 2%;
  }
  .leng-youshi .you-divs img {
    width: 54%;
  }.xing-pro .zixuns .zxzx a {
   
    height: 7.5625rem;
}.xing-pro .zixuns .dianh-img {
  height: 7.5625rem;
}.index-pro-div .pro-typeul li {

  padding: 0 2rem;
}
}
@media (max-width: 990px) {
  .index-case .case-divs .le a img {
    height: 21.75rem;
}
  .doahang,
  footer {
    display: none;
  }
  .leng-youshi .you-divs img {
    width: 53%;
  }
  .leng-youshi .img2-you img {
    width: 80%;
  }
  .logo img {
    width: 70px;
  }
 
  body {
    padding: 70px 0;
  }
  .pro-nr > .re {
    display: none;
  }
  .pro-nr > .le {
    width: 100%;
  }

  .xing-pro .zixuns .dianh-img img {
    width: 30px;
  }
  .newss-cons .newwi-uls li {
    padding: 1.25rem 0 1.25rem 8.625rem;
  }
  .newss-cons .newwi-uls li .fl {
    width: 6.5rem;
    height: 6.5rem;
  }
  .leng-youshi .you-divs img {
    width: 41%;
  }
  .leng-youshi .img2-you img {
    width: 51%;
  }
  .index-pro-div .pro-typeul {
    display: block;
  }
  .index-pro-div .pro-typeul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }.index-pro-div .pro-typeul li .div2 a{
    display: inline-block;
    margin-right: 25px;
  }
  .index-pro-div .pro-typeul li::after {
    display: none;
  }
  .chang-uls li {
    padding-left: 4.875rem;
  }
  .chang-uls li .cj-img {
    left: -5rem;
  }.xing-pro .zixuns .zxzx a img{
    height: 19px;
  }
}
@media (max-width: 767px) {
  .index-case .case-divs .le a img{
    height: auto;
  }
  .leng-con-ul li .img1 img{
    width: 40px;
  }
  .leng-con-ul li .title {
    padding: 11px 0 14px;
}.leng-con-ul li{padding-top: 20px;}
  .leng-con-ul{
    position: relative;
  }.leng-con-ul li{
    width: 100%;
  }.leng-con-ul li .img1{
    margin-top: 0;

  }.leng-con-ul li span {
    font-size: 14px;
}.leng-con-ul li {

  font-size: 12px;
}
  .ban-zi {
    display: none;
  }
  .index-ul-cons li {
    width: 100%;
  }body{
    overflow-y: hidden;
  }.leng-liu .luiu-ul::before{
    display: none;
  }
  .index-case {
    padding: 3rem 1rem;
  }
  .case-divs > .re .jieneng {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    margin: .25rem 0;
  }
  .index-case .index-case-ul li a:nth-child(2) {
    font-size: 1rem;
  }
  .index-about .index-about-con > div {
    width: 100%;
  }
  .index-about .index-about-con {
    margin-top: 20px;
  }
  .index-about .index-about-con .about-lunbo {
    margin-top: 20px;
  }
  .index-why {
    padding: 3rem 0 2rem;
  }
  .index-pro-list-ul li {
    width: 49%;
  }
  .head1 {
    font-size: 1.8rem;
  }
  .index-why .index-why-ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .index-why .index-why-ul li:last-child {
    width: 100%;
  }
  .index-why .index-why-ul li .p1 {
    font-size: 2rem;
  }
  .index-why .index-why-ul li .div1 {
    margin-top: 5px;
  }
  html {
    font-size: 12px;
  }
  .ban img {
    height:auto;
    object-fit: cover;
    object-position: center;
  }
  .ban .p1 {
    font-size: 1.8rem;
  }
  .ban .p2 {
    font-size: 1.5rem;
  }
  .cons {
    padding: 0 1rem;
  }
  .xing-pro > div {
    width: 100%;
  }
  .xing-pro .xing-biao {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .xing-pro .zixuns .zxzx a {
    width:6.5rem;
    padding: 1rem .5rem;
    height: 5.5625rem;
  }
  .xing-pro .zixuns .dianh-img {
    height: 5.5625rem;
    padding: 1rem .4rem;
  }.xing-pro .zixuns .dianh-img .d-img{
    margin-right: 0;
  }
  .case-divs > .re .zhai1 {
  
    margin: 0.25rem 0;
  }
  .div-titls span,
  .div-titls {
    font-size: 1.5rem;
  }
  .xguan-wenzhang .bot-bots-ul li {
    width: 100%;
  }
  .pro-nr > .le .index-pro-list-ul li {
    width: 100%;
  }
  .case-tui .index-ul-cons li {
    width: 100%;
  }
  .newss-cons .newwi-uls li .fl {
    width: 6.5rem;
    height: 4.5rem;
  }
  .newss-cons .tui-img .fl {
    width: 100%;
  }
  .newss-cons .tui-img .fr {
    width: 100%;
    margin-top: 20px;
  }
  .ban-zi2 .zhenqi {
    display: none;
  }
  .ban-zi2 .zhenqi .pp1,
  .leng-title {
    font-size: 1.5rem;
  }
  .leng-title2 {
    font-size: 1.2rem;
  }
  .leng-top .leng-con .tops-d span {
    font-size: 2rem;
  }
  .leng-top .leng-con > div {
    width: 100%;
  }
  .leng-top .leng-con .tops-d {
    font-size: 1.5rem;
  }
  .leng-top .leng-con .tops-xia span {
    font-size: 2rem;
  }
  .leng-top .zixun-div .div1 {
    font-size: 1.2rem;
  }
  .leng-top .zixun-div .div1 {
    padding: .5rem  .5rem  .5rem  2rem;
  }
  .leng-top .zixun-div .div1 a {
    width: 7.5625rem;
    height: 3.1875rem;
    line-height: 3.1875rem;
  }
  .leng-divs .col-sm-4 {
    margin-bottom: 15px;
  }
  .leng-sb .leng-divs a .title .img-zi {
    font-size: 1.2rem;
  }
  .leng-sb .leng-divs a .title {
    font-size: 1.2rem;
  }
  .leng-youshi .lxjs-divs {
    position: relative;
  }
  .leng-youshi .you-divs img {
    width: 100%;
    display: none;
  }
 

  .leng-youshi .img2-you img {
    width: 100%;
    display: none;
  }
  .leng-youshi .uls-you {
    position: relative;
  }
  .leng-youshi .uls-you li {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    left: auto!important;
    right: auto!important;
    top: auto!important;
    bottom: auto!important;
    line-height: 5rem;
  }
  .leng-youshi .uls-you li span {
    float: left;
    text-align: center;
    font-size: 1.2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .leng-youshi .you-img {
    margin-top: 2.4375rem;
  }
  .leng-youshi {
    padding-top: 3rem;
  }
  .leng-youshi .lxjs-divs .div1 {
    font-size: 1.5rem;
  }
  .leng-youshi .lxjs-divs .div2 {
    font-size: 1.2rem;
  }
  .leng-youshi .lxjs-divs .dh-d {
    margin-left: 0%;
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .leng-youshi .lxjs-divs .dh-d span {
    font-size: 2rem;
  }
  .leng-youshi .lxjs-divs .more2 a {
    width: 6.9375rem;
    height: 3.1875rem;
    line-height: 3.1875rem;
    font-size: 1rem;
  }
  .leng-title span {
    font-size: 2rem;
  }
  .leng-zhuan .leng-xhuan-con .zhuan-lunbo {
    margin-top: 0;
  }
  .leng-zhuan .leng-xhuan-con .zhuan-re {
    width: 70%;
  }
  .leng-zhuan .leng-xhuan-con .zhuan-lunbo .swiper-slide .overh {
    padding: 2px;
  }
  .leng-zhuan .leng-xhuan-con .zhuan-lunbo {
    padding: 0 0rem;
  }
  .more1 a {
    line-height: 3.1875rem;
    width: 9.9375rem;
    height: 3.1875rem;
  }
  .leng-zhuan {
    padding-bottom: 3rem;
  }
  .leng-liu .luiu-ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .leng-liu .luiu-ul li .liu-img {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
  .leng-liu .luiu-ul li .liu-img img {
    width: 20px;
  }
  .leng-liu .luiu-ul li .liu-p {
    font-size: 1rem;
  }
  .leng-liu {
    padding: 3rem 0;
  }
  .leng-zixun > div {
    width: 100%;
    height: auto;
  }
  .leng-zixun .fl {
    padding: 3rem;
  }
  .leng-zixun .fl .kuang .div1 {
    font-size: 2rem;
  }
  .leng-zixun .fl .kuang {
    padding: 2rem;
    height: 16.1875rem;
  }
  .leng-zixun .fl .kuang .div2 {
    margin-top: 2.5rem;
  }
  .leng-zixun .fl .kuang .div2 .p2,
  .leng-zixun .fl .kuang .div2 .p1 {
    font-size: 1.5rem;
  }
  .leng-zixun .fr .liu-leng {
    padding: 3rem;
  }
  .leng-zixun .fr .liu-leng .liu-leng-uls {
    width: 100%;
  }
  .index-new .new-cons .le {
    width: 100%;
  }
  .index-new .new-cons .re {
    width: 100%;
  }
  .chang-uls li {
    padding-left: 1.875rem;
  }
  .chang-uls li .cj-img {
    left: -2rem;
  }
  .index-case .index-case-ul {
    padding: 0;
  }
  .index-about .index-about-con .about-lunbo {
    overflow: hidden;
  }
  .index-pro-div .pro-typeul li {
    padding: 0;
  }
  .index-why .index-why-ul {
    margin-top: 20px;
  }
  .lunbo .swiper-slide img {
    height: auto;
    object-fit: cover;
  }
  .renmen-ul li .tui-img .fl {
    width: 100%;
  }
  .renmen-ul li .tui-img .fr {
    width: 100%;
    margin-top: 10px;
  }
  .ren-uul li {
    width: 49%;
    margin: .5%;
  }.rong-div .overh{
    height: auto;
  }.index-about .index-about-con > .le{
    font-size: 12px;
    line-height: 1.65;
  }.index-ul-cons li{
    margin-bottom: 2rem;
  }.index-case .index-case-ul li .sp-icon {

    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
  .index-case  .case-divs > .re .zhai1 a:last-child{
    display: none;
  }.case-divs > .re .zhai1{
    height: auto;
  }.leng-zhuan .leng-xhuan-con .fl{
    display: none;
  }.leng-zhuan .leng-xhuan-con .zhuan-re{
    width: 100%;
  }
}
.neirong .weizhi a:last-child em{
  display: none;

}.case-divs > .re .jieneng >p{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}.rong-div .rong-title{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}.rong-div{
  text-align: center;
}.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
  background: #3da852;
  border-color: #3da852;
}.pagination>li>a, .pagination>li>span{
  color: #3da852;
}.xing-pro .zhais a{
  color: #BFBFBF;
}.xing-pro .zhais a:hover{
  color: #3da852;
}
.xing-lunbos .swiper-slide img{
  width: 100%;
}.pro-nr > .re .box-kuang .case-box li img{
  width: 100%;
}.leng-sb .leng-divs img{
  width: 100%;
}#think_page_trace_open{
  display: none;
}