@charset "utf-8";
/* CSS Document */

/* .lyBanner start */
.lyBanner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBanner .swiper-container {
  width: 100%;
  height: 100%;
}

.lyBanner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBanner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyBanner .swiper-slide .lyBanner_text { margin-top: 0; padding-right:40%;position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); display:none;
}

.lyBanner_text em {display: block;width: 82px;height:82px; background-color: #83b901; border-radius:50%; position: absolute; left:-34px; top:0;}
.lyBanner_text em:after{ content:''; display:block;display: block;width: 20px;height:20px; background-color: #83b901; border-radius:50%; position:absolute; top:-20px; right:-10px;}
.lyBanner_text p {line-height: 1; color: #fff; font-size:54px;margin: 30px 0 20px; position:relative; z-index:2;}
.lyBanner_text span { display: block;color: #fff;font-size:54px;position:relative; z-index:2;}
.lyBanner_text .lyBa_btn {margin-top: 100px;position:relative; z-index:2;}
.lyBa_btn a { display: block;width: 200px;height: 60px;overflow: hidden; line-height: 58px; color: #fff; font-size: 18px; text-align: center; background-color: rgba(255, 255, 255, .12);
  border: 1px solid #fff; border-radius: 30px;}

.lyBa_btn a i {
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyBa_btn a:hover i {
  margin: -2px 0 0 20px;
}

.lyBa_btn a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_btn a i svg path {
  fill: #ffffff;
}


.lyBanner .swiper-pagination {
  width: 22px !important;
  overflow: hidden;
  position: absolute;
  left:auto !important;
  right: 40px !important;
  top: 50%;
  bottom: inherit !important;
  z-index: 99;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lyBanner .swiper-pagination span {
  display: block;
  width: 22px;
  height: 22px;
  margin: 4px auto !important;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  background: none;
  opacity: 1;
}

.lyBanner .swiper-pagination span::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

.lyBanner .swiper-pagination span.swiper-pagination-bullet-active {
  border: 1px solid #fff !important;
}

@media (max-width:1680px) {
  .lyBanner .swiper-slide .lyBanner_text {
    padding: 0 40% 0 60px;
  }
  .lyBanner_text em {width: 70px; height: 70px; left:35px;}
  .lyBanner_text p {font-size: 48px; margin: 30px 0 15px; }
  .lyBanner_text span {font-size: 48px;}

  .lyBanner_text .lyBa_btn {
    margin-top: 80px;
  }

  .lyBa_btn a {
    font-size: 17px;
  }

  .lyBa_btn a i {
    width: 24px;
    height: 24px;
  }
}

@media (max-width:1600px) {
  .lyBanner_text p {font-size: 44px;}
  .lyBanner_text span {font-size:44px;}

  .lyBanner_text .lyBa_btn {
    margin-top: 60px;
  }

  .lyBa_btn a {
    width: 160px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    border-radius: 22px;
  }

  .lyBa_btn a i {
    width: 22px;
    height: 22px;
  }
}
@media (max-width:1440px) {
  .lyBanner_text p { font-size: 40px;margin: 24px 0 15px;}
  .lyBanner_text span {font-size: 40px;}
}

@media (max-width:1366px) {
  .lyBanner_text p { font-size: 36px;}
  .lyBanner_text span { font-size: 36px; }

  .lyBanner_text .lyBa_btn {
    margin-top: 40px;
  }

  .lyBa_btn a {
    width: 152px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 21px;
  }

  .lyBa_btn a i {
    width: 20px;
    height: 20px;
  }
}
@media (max-width:1200px) {
  .lyBanner {
    height:auto;
    margin-top: 80px;
  }
 .lyBanner .swiper-slide img{ position:static;}
  .lyBanner .swiper-pagination { right: 3% !important;}
}

@media (max-width:1080px) {
  .lyBanner {margin-top: 64px;}
  .lyBanner .swiper-slide .lyBanner_text {padding: 0 30% 0 50px;}
  .lyBanner_text em {width: 60px;height: 60px;left: 25px;}
  .lyBanner_text em:after{width: 16px;height: 16px;}
  .lyBanner_text p {font-size: 28px;}
  .lyBanner_text span { font-size:28px;}
}


@media (max-width:820px) {

  .lyBanner_text p {
    line-height: 32px;
    font-size: 30px;
  }

  .lyBanner_text span {
    line-height: 25px;
    font-size: 15px;
  }

}

@media (max-width:767px) {
  .lyBanner .swiper-slide .lyBanner_text {
    padding: 0 30% 0 40px;
  }
  .lyBanner_text em {width:50px; height:50px; left:20px;}
  .lyBanner_text p {font-size: 20px;margin: 10px 0 5px;}
  .lyBanner_text span {font-size:20px;}

  .lyBanner_text .lyBa_btn {
    margin-top: 20px;
  }

  .lyBa_btn a { width: 112px;height: 32px;line-height: 30px;border-radius: 16px;}
  .lyBa_btn a i {width: 18px; height: 18px;}
}
@media (max-width:550px) {
	.lyBanner .swiper-slide .lyBanner_text { padding: 0 20% 0 20px;}
	.lyBanner_text em {width:44px; height:44px; left:0;}
	.lyBanner_text em:after{width:12px; height:12px; top:-16px;}
	.lyBanner_text p {font-size: 18px;}
    .lyBanner_text span {font-size:18px;}
	
}
@media (max-width:320px) {

  .lyBanner_text .lyBa_btn {
    display: none;
  }

}
@media (max-width:280px) {

  .lyBanner .swiper-slide .lyBanner_text {
    padding: 0 30% 0 0;
  }

}

/* .lyBanner end */



/* lyProducts start */
.lyProducts {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
}

.lyProducts::before {
  content: '';
  display: block;
  width: 64%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.threeCanvas {
  width: 64%;
  height: 32%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.threeCanvas canvas {
  width: 100% !important;
  height: 100% !important;
}

.lyProducts .lyArrow {
  width: 50px;
  height: 255px;
  overflow: hidden;
  background: url(../images/arrowBg.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 64%;
  top: 50%;
  z-index:222;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.lyProducts .swiper-button-next.swiper-button-disabled{ opacity:1!important;}

.lyArrow i {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lyArrow i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArrow i svg path {
  fill: #dddddd;
}

.lyProducts .lyProducts_main {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lyProducts_main .lyProducts_rec,
.lyProducts_main .lyProducts_list {
  margin-top: 40px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lyProducts_main .lyProducts_rec {
  width: 66.8%;
  padding-right: 100px;
  left: 0;
}

.lyProducts_head {
  margin-bottom: 100px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.lyProducts_head p {
  line-height: 50px;
  color: #333;
  font-size: 40px;
  margin-bottom: -1px;
  padding-bottom: 36px;
  border-bottom: 2px solid #83b901;
  float: left;
}

.lyProducts_head a.lyMore {
  float: right;
}

.lyProducts_head::after {
  content: '';
  display: block;
  clear: both;
}


.lyProRec_swiper {
  position: relative;
}

.lyProRec_swiper::before {
  content: 'PRODUCT';
  display: block;
  width: 100%;
  line-height: 140px;
  color: rgba(0, 0, 0, .03);
  font-size: 190px;
  font-weight: bold;
  text-indent: -12px;
  position: absolute;
  top: 0;
}

.lyProRec_swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.lyProRec_text {
  width: 50%;
  overflow: hidden;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.lyProRec_text a.lyProRec_name {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProRec_text a.lyProRec_name:hover {
  color: #83b901;
}

.lyProRec_text p {
  max-height: 90px;
  overflow: hidden;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 30px 0 80px;
}

.lyProRec_img {
  width: 50%;
  height: 400px;
  position: relative;
  z-index: 1;
}

.lyProRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; overflow:hidden;
}

.lyProRec_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProRec_img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}


.lyProducts_main .lyProducts_list {
  width: 33.2%;
  padding-left: 100px;
  right: 0;
}

.lyProducts_list ul li {
  height: 100px;
  margin: 10px 0;
  padding-right: 80px;
  position: relative;
}

.lyProducts_list ul li .lyProList_img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  padding: 8px;
  background-color: rgba(131, 185, 1, 0);
  border: 1px solid rgba(131, 185, 1, 0);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.lyProducts_list ul li:hover .lyProList_img {
  background-color: #fff;
  border: 1px solid #83b901;
}

.lyProducts_list ul li .lyProList_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProducts_list ul li:hover .lyProList_img a {
  border: 1px solid #83b901;
  background-color: #83b901;
}

.lyProducts_list ul li .lyProList_img a img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProducts_list ul li .lyProList_name {
  max-width: 100%;
  height: 60px;
  margin: 20px 0;
  padding: 5px;
  border-radius: 30px 0 0 30px;
  background-color: rgba(131, 185, 1, 0);
  float: right;
}

.lyProducts_list ul li:hover .lyProList_name {
  background-color: rgba(131, 185, 1, .1);
}

.lyProducts_list ul li .lyProList_name a {
  display: inline-block;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #999;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 50px;
  border-radius: 25px 0 0 25px;
  background-color: rgba(131, 185, 1, 0);
}

.lyProducts_list ul li:hover .lyProList_name a {
  color: #fff;
  background-color: #83b901;
}

@media (max-width:1680px) {

  .lyProducts::before,
  .threeCanvas {
    width: 70%;
  }

  .lyProducts .lyArrow {
    width: 40px;
    height: 220px;
    left: 70%;
  }

  .lyProducts_main .lyProducts_rec {
    width: 71.2%;
    padding-right: 80px;
  }

  .lyProducts_head {
    margin-bottom: 80px;
  }

  .lyProRec_text {
    width: 54%;
    padding-right: 40px;
  }

  .lyProRec_text p {
    margin: 20px 0 60px;
  }

  .lyProRec_img {
    width: 46%;
  }

  .lyProducts_main .lyProducts_list {
    width: 28.8%;
    padding-left: 80px;
  }

  .lyProducts_list ul li .lyProList_name a {
    font-size: 17px;
    padding: 0 40px;
  }
}

@media (max-width:1600px) {
  .lyProducts_main .lyProducts_rec {
    padding-right: 60px;
  }

  .lyProducts_head {
    margin-bottom: 60px;
  }

  .lyProducts_head p {
    line-height: 44px;
    font-size: 36px;
    padding-bottom: 30px;
  }

  .lyProRec_text {
    width: 58%;
  }

  .lyProRec_text a.lyProRec_name {
    height: 44px;
    line-height: 44px;
    font-size: 32px;
  }

  .lyProRec_text p {
    margin: 20px 0 40px;
  }

  .lyProRec_img {
    width: 42%;
    height: 360px;
  }

  .lyProducts_main .lyProducts_list {
    padding-left: 60px;
  }

  .lyProducts_list ul li {
    margin: 4px 0;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyProducts_head {
    margin-bottom: 40px;
  }

  .lyProducts_head p {
    font-size: 32px;
  }


  .lyProRec_swiper::before {
    font-size: 180px;
  }

  .lyProRec_text a.lyProRec_name {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
  }

  .lyProRec_text p {
    max-height: 81px;
    line-height: 27px;
    font-size: 15px;
  }

  .lyProRec_img {
    height: 320px;
  }


  .lyProducts_list ul li {
    height: 90px;
    padding-right: 70px;
  }

  .lyProducts_list ul li .lyProList_img {
    width: 90px;
    height: 90px;
    padding: 6px;
  }

  .lyProducts_list ul li .lyProList_name {
    margin: 15px 0;
  }

  .lyProducts_list ul li .lyProList_name a {
    font-size: 16px;
    padding: 0 30px;
  }
}

@media (max-width:1366px) {
  .lyProducts_head p {
    line-height: 42px;
    font-size: 30px;
    padding-bottom: 20px;
  }

  .lyProRec_swiper::before {
    line-height: 130px;
    font-size: 170px;
  }

  .lyProRec_text a.lyProRec_name {
    height: 36px;
    line-height: 36px;
    font-size: 26px;
  }

  .lyProRec_text p {
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyProRec_img {
    height: 300px;
  }

  .lyProducts_list ul li {
    height: 80px;
    padding-right: 60px;
  }

  .lyProducts_list ul li .lyProList_img {
    width: 80px;
    height: 80px;
    padding: 5px;
  }

  .lyProducts_list ul li .lyProList_name {
    height: 54px;
    margin: 13px 0;
  }

  .lyProducts_list ul li .lyProList_name a {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    padding: 0 30px 0 20px;
  }
}

@media (max-width:1280px) {
  .lyProRec_swiper::before {
    line-height: 124px;
    font-size: 160px;
  }
   
  .lyProRec_img {
    height: 280px;
  }
  .lyProducts_list ul li {height: 70px;}
  .lyProducts_list ul li .lyProList_img{ width:70px; height:70px;}
  .lyProducts_list ul li .lyProList_name{ margin:8px 0;}
}

@media (max-width:1200px) {
  .lyProducts {
    height: 580px;
  }

  .lyProducts::before,
  .threeCanvas {
    width: 67%;
  }

  .lyProducts .lyArrow {
    width: 30px;
    height: 180px;
    left: 67%;
  }

  .lyProRec_swiper::before {
    line-height: 120px;
    font-size: 145px;
  }

  .lyProducts_main .lyProducts_rec {
    width: 68%;
    margin-top: 0;
    padding-right: 40px;
  }

  .lyProducts_main .lyProducts_list {
    width: 32%;
    margin-top: 0;
    padding-left: 40px;
  }
}

@media (max-width:1080px) {
  .lyProRec_swiper::before {
    line-height: 100px;
    font-size: 130px;
  }

  .lyProRec_img {
    height: 260px;
  }
}

@media (max-width:1024px) {

  .lyProducts {
    height: auto;
    padding: 60px 0 40px;
  }

  .lyProducts::before {
    width: 100%;
    height: 484px;
  }

  .threeCanvas {
    width: 100%;
    bottom: 220px;
  }

  .lyProducts .lyProducts_main {
    height: auto;
  }

  .lyProRec_swiper::before {
    line-height: 160px;
    font-size: 196px;
    text-align: center;
  }

  .lyProducts_main .lyProducts_rec,
  .lyProducts_main .lyProducts_list {
    width: 100%;
    position: relative;
    top: inherit;
    z-index: 1;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
  }

  .lyProducts_main .lyProducts_rec {
    padding-right: 0;
  }

  .lyProRec_img {
    height: 320px;
  }

  .lyProducts_main .lyProducts_list {
    padding: 40px 0 0;
  }

  .lyProducts_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -6px;
  }

  .lyProducts_list ul li {
    width:14.2857%;
    height: auto;
    margin: 0;
    padding: 0 6px;
  }

  .lyProducts_list ul li .lyProList_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: inherit;
    right: inherit;
    top: inherit;
  }

  .lyProducts_list ul li .lyProList_name {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    padding: 0;
    border-radius: 0;
    float: none;
  }

  .lyProducts_list ul li:hover .lyProList_name {
    background-color: rgba(131, 185, 1, 0);
  }

  .lyProducts_list ul li .lyProList_name a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding: 0;
    text-align: center;
  }

  .lyProducts_list ul li:hover .lyProList_name a {
    color: #83b901;
    background-color: rgba(131, 185, 1, 0);
  }

  .lyProducts .lyArrow {
    display: none;
  }

}

@media (max-width:920px) {
  .lyProducts {
    padding: 40px 0;
  }

  .lyProducts::before {
    height: 424px;
  }

  .lyProducts_head {
    margin-bottom: 20px;
  }

  .lyProRec_swiper::before {
    line-height: 140px;
    font-size: 176px;
  }

  .lyProRec_img {
    height: 300px;
  }
}

@media (max-width:820px) {
  .lyProRec_swiper::before {
    line-height: 120px;
    font-size: 148px;
  }
}

@media (max-width:767px) {
  .lyProducts::before {
    height: 634px;
  }

  .threeCanvas {
    height: 20%;
    bottom: 360px;
  }

  .lyProducts_head p {
    font-size: 28px;
  }

  .lyProRec_swiper::before {
    line-height: 60px;
    font-size: 80px;
  }

  .lyProRec_swiper .swiper-slide {
    display: block;
    align-items: normal;
  }

  .lyProRec_text {
    width: 100%;
    padding: 10px 0 0;
  }

  .lyProRec_text p {
    margin: 10px 0 20px;
  }

  .lyProRec_img {
    width: 100%;
    height: 320px; margin-top:10px;
  }


  .lyProducts_main .lyProducts_list {
    padding: 20px 0 0;
  }

  .lyProducts_list ul li {
    width:25%;
    margin: 20px 0 0;
    padding: 0 6px;
  }

  .lyProducts_list ul li .lyProList_name {
    margin: 6px 0 0;
  }

  .lyProducts_list ul li .lyProList_name a {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media (max-width:550px) {
.lyProducts_list ul li {width:33.3333%;}
.lyProducts_list ul li:last-child{ display:none;}
}
	
@media (max-width:390px) {
  .lyProducts_head p {
    font-size: 26px;
    padding-bottom: 12px;
  }

  .lyProducts::before {
    height: 622px;
  }

  .lyProRec_swiper::before {
    line-height: 60px;
    font-size: 75px;
  }

  .lyProRec_text a.lyProRec_name {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
  }
}

@media (max-width:320px) {
  .lyProducts {
    padding: 20px 0;
  }

  .lyProducts::before {
    height: 526px;
  }

  .threeCanvas {
    height: 18%;
    bottom: 470px;
  }

  .lyProducts_head p {
    line-height: 36px;
    font-size: 24px;
    padding-bottom: 10px;
  }

  .lyProRec_swiper::before {
    line-height: 48px;
    font-size: 62px;
  }

  .lyProRec_text a.lyProRec_name {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
  }

  .lyProRec_img {
    height: 260px;
  }

  .lyProducts_main .lyProducts_list {
    padding: 0;
  }

  .lyProducts_list ul li {
    width: 50%;
  }
}

@media (max-width:280px) {
  .lyProducts::before {
    height: 506px;
  }

  .lyProRec_text a.lyProRec_name {
    font-size: 20px;
  }

  .lyProRec_img {
    height: 240px;
  }

}

/* lyProducts end */



/* lySolution start */
.lySolution {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lySolution .lySolution_img {
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lySolution_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lySolution .lySolution_con {
  width: 40%;
  margin-top: 40px;
  padding-left: 80px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lySolution_con .lySolution_text {
  margin-bottom: 80px;
  padding-right: 80px;
}

.lySolution_text .lySolution_name {
  margin-bottom: 10px;padding-right: 22%; padding-bottom:35px; position:relative;
}

.lySolution_name a {
  display: block;
  width: 100%;
  line-height: 58px;
  color: #333;
  font-size: 40px;
  max-height:116px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lySolution_name a:hover {
  color: #83b901;
}

.lySolution_text span {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lySolution_text p {
  max-height: 75px;
  overflow: hidden;
  line-height: 25px;
  color: #666;
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 40px 0;
}


.lySolution_text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.lySolution_text ul li {
  width: 33.333333%;
  padding: 0 10px;
}

.lySolution_text ul li a {
  display: block;
  width: 100%;
  height: 49px;
  overflow: hidden;
  line-height: 47px;
  color: #83b901;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  border: 1px solid #83b901;
  border-radius: 25px;
  padding: 0 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lySolution_text ul li a:hover {
  color: #fff;
  background-color: #83b901;
}


.lySolution_swiper {
  position: relative;
}

.lySolution_swiper .lySolution_head {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 18px;
  margin: 0 auto 20px;
}

.lySolution_swiper .swiper-button-prev,
.lySolution_swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: 0;
  padding: 8px;
  background: none;
  position: absolute;
  top: 0;
  z-index: 2;
}

.lySolution_swiper .swiper-button-prev {
  left: auto;
  right: 120px;
}

.lySolution_swiper .swiper-button-next {
  right: 80px;
}

.lySolution_swiper .swiper-button-prev svg,
.lySolution_swiper .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySolution_swiper .swiper-button-prev svg {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.lySolution_swiper .swiper-button-prev svg path,
.lySolution_swiper .swiper-button-next svg path {
  fill: #999999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lySolution_swiper .swiper-button-prev:hover svg path,
.lySolution_swiper .swiper-button-next:hover svg path {
  fill: #83b901;
}


.lySolution_swiper .swiper-slide a.soluImg {
  display: block;
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  position: relative;
}

.lySolution_swiper .swiper-slide a.soluImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lySolution_swiper .swiper-slide:hover a.soluImg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lySolution_swiper .swiper-slide a.soluName {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lySolution_swiper .swiper-slide:hover a.soluName {
  color: #83b901;
}


@media (max-width:1680px) {
  .lySolution .lySolution_img {
    width: 56%;
  }

  .lySolution .lySolution_con {
    width: 44%;
    padding-left: 60px;
  }

  .lySolution_con .lySolution_text {
    margin-bottom: 60px;
    padding-right: 60px;
  }

  .lySolution_swiper .swiper-button-prev {
    right: 100px;
  }

  .lySolution_swiper .swiper-button-next {
    right: 60px;
  }
}

@media (max-width:1600px) {
  .lySolution_text .lySolution_name {
    margin-bottom: 5px;
  }

  .lySolution_name a {
    font-size: 36px;
  }

  .lySolution_text span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }

  .lySolution_text p {
    margin: 30px 0;
  }

  .lySolution_text ul li a {
    height: 43px;
    line-height: 41px;
    font-size: 15px;
  }

  .lySolution_swiper .lySolution_head {
    margin: 0 auto 10px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lySolution .lySolution_img {
    width: 52%;
  }

  .lySolution .lySolution_con {
    width: 48%;
  }

  .lySolution_name a {
    font-size: 32px;
  }

  .lySolution_text ul {
    margin: 0 -6px;
  }

  .lySolution_text ul li {
    padding: 0 6px;
  }

  .lySolution_text ul li a {
    height: 39px;
    line-height: 37px;
    font-size: 14px;
    padding: 0 12px;
  }
}

@media (max-width:1366px) {
  .lySolution_text .lySolution_name {
      padding-bottom:15px;
  }

  .lySolution_name a {
	  line-height: 48px;
      font-size: 30px;
  }

  .lySolution_text span {
    font-size: 12px;
  }

  .lySolution_text p {
    margin: 20px 0 30px;
  }

  .lySolution_text p {
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
  }

  .lySolution_swiper .swiper-slide a.soluImg {
    height: 120px;
  }
}

@media (max-width:1280px) {
  .lySolution .lySolution_con {
    padding-left: 40px;
  }

  .lySolution_con .lySolution_text {
    margin-bottom: 40px;
    padding-right: 40px;
  }

  .lySolution_swiper .swiper-button-prev {
    right: 80px;
  }

  .lySolution_swiper .swiper-button-next {
    right: 40px;
  }
}

@media (max-width:1200px) {
  .lySolution {
    height: 540px;
  }

  .lySolution .lySolution_con {
    margin-top: 0;
  }

  .lySolution_swiper .swiper-slide a.soluImg {
    height: 100px;
  }
}

@media (max-width:1080px) {
  .lySolution_swiper .swiper-slide a.soluImg {
    height: 92px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lySolution {
    height: auto;
  }

  .lySolution .lySolution_img {
    width: 100%;
    height: 400px;
    float: none;
  }

  .lySolution .lySolution_con {
    width: 100%;
    padding: 40px 3%;
    position: inherit;
    top: inherit;
    right: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
  }

  .lySolution_con .lySolution_text {
    padding-right: 0;
  }

  .lySolution_text p {
    margin: 10px 0 20px;
  }

  .lySolution_swiper .swiper-slide a.soluImg {
    height: 150px;
  }

  .lySolution_swiper .swiper-button-prev {
    right: 40px;
  }

  .lySolution_swiper .swiper-button-next {
    right: 0;
  }
}

@media (max-width:820px) {
  .lySolution .lySolution_img {
    height: 360px;
  }
}

@media (max-width:767px) {
	.fp-tableCell{display:block !important}
  .lySolution .lySolution_img {
    height: 300px;
  }

  .lySolution_text .lySolution_name {
     padding-bottom:10px;
  }

  .lySolution_name a {
    font-size: 22px; line-height:36px;
  }

  .lySolution_swiper .swiper-slide a.soluImg {
    height: 110px;
  }
}

@media (max-width:390px) {
  .lySolution .lySolution_img {
    height: 260px;
  }
}

@media (max-width:320px) {
  .lySolution .lySolution_img {
    height: 200px;
  }

  .lySolution .lySolution_con {
    padding: 20px 3%;
  }

  .lySolution_con .lySolution_text {
    margin-bottom: 20px;
  }

  .lySolution_name a {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }

  .lySolution_text span {
    height: auto;
    white-space: inherit;
    text-overflow: inherit;
  }

  .lySolution_text p {
    margin: 10px 0;
  }

  .lySolution_text ul {
    margin: 0;
  }

  .lySolution_text ul li {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  .lySolution_swiper .swiper-slide a.soluImg {
    height: 90px;
  }
}

@media (max-width:280px) {
  .lySolution .lySolution_img {
    height: 160px;
  }

  .lySolution_swiper .swiper-slide a.soluImg {
    height: 160px;
  }
}

/* lySolution end */



/* lyNews start */
.lyNews {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
}

.lyNews .lyNews_main {
  margin-top: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyNews_main .lyNews_head {
  margin-bottom: 50px;
}

.lyNews_head p {
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 40px;
  float: left;
}

.lyNews_head dl {
  margin: 0 -8px;
  text-align: right;
  float: right;
}

.lyNews_head dl dd {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}

.lyNews_head dl dd a {
  display: block;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #333;
  font-size: 18px;
  background-color: #fff;
  padding: 0 35px;
  border-radius: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_head dl dd a.active,
.lyNews_head dl dd a:hover {
  color: #fff;
  background: #83b901;
}



.lyNews_container .lyNews_rec {
  width: 53%;
  float: left;
}

.lyNews_rec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.lyNews_rec ul li {
  width: 50%;
  padding: 0 15px;
}

.lyNews_rec ul li .lyNewsRec_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_rec ul li .lyNewsRec_con:hover .lyNewsRec_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img a::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
  position: absolute;
  left: 0;
  bottom: 0;
}


.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt {
  width: 100%;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt span {
  display: block;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name {
  margin: 10px 0 5px;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name a {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt p {
  width: 100%;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  font-size: 15px;
  color: rgba(255, 255, 255, .55);
  text-overflow: ellipsis;
  white-space: nowrap;
}



.lyNews_container .lyNews_list {
  width: 47%;
  padding-left: 30px;
  float: right;
}

.lyNews_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.lyNews_list ul li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.lyNews_list ul li:nth-child(3),
.lyNews_list ul li:nth-child(4) {
  margin-bottom: 0;
}

.lyNews_list ul li .lyNewsList_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 25px 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover {
  background-color: #83b901;
}

.lyNews_list ul li .lyNewsList_con span {
  display: block;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover span {
  color: rgba(255, 255, 255, .55);
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_name {
  margin: 10px 0;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_name a {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover .lyNewsList_name a {
  color: #fff;
}

.lyNews_list ul li .lyNewsList_con p {
  width: 100%;
  height: 75px;
  overflow: hidden;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover p {
  color: rgba(255, 255, 255, .55);
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more {
  margin-top: 15px;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more a {
  display: block;
  height: 30px;
  overflow: hidden;
  font-size: 0;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more a i {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: 3px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover .lyNewsList_more a i {
  margin: 3px 0 3px 20px;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more a i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyNews_list ul li .lyNewsList_con .lyNewsList_more a i svg path {
  fill: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_list ul li .lyNewsList_con:hover .lyNewsList_more a i svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyNews_main .lyNews_head {
    margin-bottom: 40px;
  }

  .lyNews_head dl dd a {
    font-size: 17px;
  }

  .lyNews_container .lyNews_rec,
  .lyNews_container .lyNews_list {
    width: 50%;
  }
}

@media (max-width:1600px) {
  .lyNews_head p {
    height: 44px;
    line-height: 44px;
    font-size: 36px;
  }

  .lyNews_head dl dd a {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    padding: 0 30px;
    border-radius: 22px;
  }

  .lyNews_container .lyNews_rec {
    width: 46%;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    height: 480px;
  }

  .lyNews_container .lyNews_list {
    width: 54%;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt,
  .lyNews_list ul li .lyNewsList_con {
    padding: 15px 20px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyNews_head p {
    font-size: 32px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    height: 430px;
  }

  .lyNews_list ul li .lyNewsList_con p {
    height: 50px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width:1366px) {
  .lyNews_head p {
    height: 42px;
    line-height: 42px;
    font-size: 30px;
  }

  .lyNews_head dl dd a {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 21px;
  }


  .lyNews_container .lyNews_list {
    padding-left: 24px;
  }

  .lyNews_rec ul,
  .lyNews_list ul {
    margin: 0 -12px;
  }

  .lyNews_rec ul li {
    padding: 0 12px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    height: 404px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name {
    margin: 8px 0 2px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name a {
    font-size: 16px;
    font-weight: bold;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt p {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }

  .lyNews_list ul li {
    margin-bottom: 24px;
    padding: 0 12px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt span,
  .lyNews_list ul li .lyNewsList_con span {
    line-height: 22px;
    font-size: 14px;
  }

  .lyNews_list ul li .lyNewsList_con p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyNews_list ul li .lyNewsList_con .lyNewsList_more {
    margin-top: 10px;
  }

  .lyNews_list ul li .lyNewsList_con .lyNewsList_more a i {
    width: 22px;
    height: 22px;
    margin: 4px 0;
  }

}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .lyNews {
    height: auto;
  }

  .lyNews .lyNews_main {
    margin: 0 auto;
    padding: 60px 0;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
  }

  .lyNews_main .lyNews_head {
    margin-bottom: 30px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    height: 384px;
  }

  .lyNews_list ul li .lyNewsList_con .lyNewsList_name {
    margin: 6px 0;
  }

  .lyNews_container .lyNews_list {
    padding-left: 20px;
  }

  .lyNews_rec ul,
  .lyNews_list ul {
    margin: 0 -10px;
  }

  .lyNews_rec ul li {
    padding: 0 10px;
  }

  .lyNews_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .lyNews_container .lyNews_rec {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    height: 300px;
  }

  .lyNews_container .lyNews_list {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width:920px) {
  .lyNews .lyNews_main {
    padding: 40px 0;
  }

  .lyNews_main .lyNews_head {
    margin-bottom: 20px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    height: 260px;
  }
}

@media (max-width:820px) {

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    height: 240px;
  }
}

@media (max-width:767px) {
  .lyNews_head p {
    font-size: 28px;
  }

  .lyNews_head dl {
    margin: 0 -3px;
  }

  .lyNews_head dl dd {
    padding: 0 3px;
  }

  .lyNews_head dl dd a {
    padding: 0 24px;
  }

  .lyNews_container .lyNews_rec {
    margin: 0 auto;
  }

  .lyNews_rec ul,
  .lyNews_list ul {
    margin: 0;
  }

  .lyNews_rec ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name a {
    font-size: 18px;
  }

  .lyNews_list ul li {
    width: 100%;
    padding: 0;
  }

  .lyNews_list ul li:nth-child(3) {
    margin-bottom: 20px;
  }

  .lyNews_list ul li .lyNewsList_con .lyNewsList_name a {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }

  .lyNews_list ul li .lyNewsList_con p {
    height: auto;
    max-height: 72px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width:390px) {
  .lyNews_head p {
    font-size: 26px;
  }
}

@media (max-width:320px) {
  .lyNews .lyNews_main {
    padding: 20px 0;
  }

  .lyNews_head p {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }

  .lyNews_head dl dd a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 18px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_img {
    height: 200px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt,
  .lyNews_list ul li .lyNewsList_con {
    padding: 10px 12px;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name {
    margin: 4px 0 0;
  }

  .lyNews_rec ul li .lyNewsRec_con .lyNewsRec_txt .lyNewsRec_name a {
    font-size: 16px;
  }

  .lyNews_list ul li .lyNewsList_con .lyNewsList_name a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .lyNews_list ul li .lyNewsList_con p {
    max-height: 66px;
    line-height: 22px;
  }
}

@media (max-width:280px) {
  .lyNews_list ul li .lyNewsList_con .lyNewsList_name a {
    height: auto;
    text-overflow: inherit;
    white-space: inherit;
  }
}

/* lyNews end */


/* lyPartner start */
.lyPartner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#particles-js {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.lyPartner .lyPartner_main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyPartner_main .lyPartner_head {
  margin-bottom: 50px;
}

.lyPartner_head p {
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 40px;
  margin-bottom: 10px;
}

.lyPartner_head span {
  display: block;
  line-height: 30px;
  color: #999;
  font-size: 16px;
}


.lyPartner_list{ padding:10px 0 40px !important;}
.lyPartner_list .swiper-pagination{ bottom:0 !important;}
.lyPartner_list .swiper-pagination .swiper-pagination-bullet-active{ background:#83b901;}
.lyPartner_list .swiper-pagination-bullet{width:12px; height:12px; margin:0 5px !important;}

.lyPartner_list ul li {
  width: 20%;
}

.lyPartner_list ul li p {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
  position: relative;
}

.lyPartner_list ul li p img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyPartner_list ul li:hover p img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyPartner_list ul li p::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(131, 185, 1, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyPartner_list ul li:hover p::before {
  opacity: 1;
}

.lyPartner_list ul li p span {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  opacity: 0;
}

.lyPartner_list ul li:hover p span {
  opacity: 1;
}

@media (max-width:1680px) {
  .lyPartner_main .lyPartner_head {
    margin-bottom: 40px;
  }

  .lyPartner_list ul li p {
    height: 140px;
  }
}

@media (max-width:1600px) {
  .lyPartner_head p {
    height: 44px;
    line-height: 44px;
    font-size: 36px;
    margin-bottom: 5px;
  }

  .lyPartner_head span {
    line-height: 25px;
    font-size: 15px;
  }

  .lyPartner_list ul li p {
    height: 130px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyPartner_head p {
    height: 40px;
    line-height: 40px;
    font-size: 32px;
  }

  .lyPartner_list ul li p {
    height: 120px;
  }

  .lyPartner_list ul li p span {
    font-size: 16px;
  }
}

@media (max-width:1366px) {
  .lyPartner_head p {
    font-size: 30px;
  }

  .lyPartner_head span {
    line-height: 22px;
    font-size: 14px;
  }
  .lyPartner_list ul li p {
    height: 108px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .lyPartner {
    height: auto;
    padding-bottom: 64px;
  }

  .lyPartner .lyPartner_main {
    margin: 0 auto;
    padding: 60px 0;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
  }

  .lyPartner_main .lyPartner_head {
    margin-bottom: 30px;
  }
}

@media (max-width:1080px) {

  .lyPartner {
    padding-bottom: 60px;
  }

  .lyPartner_list ul li p {
    height: 100px;
  }
}

@media (max-width:1024px) {
  .lyPartner_list ul li p {
    height: 88px;
  }
}

@media (max-width:920px) {

  .lyPartner .lyPartner_main {
    padding: 40px 0;
  }

  .lyPartner_main .lyPartner_head {
    margin-bottom: 20px;
  }
}

@media (max-width:820px) {
  .lyPartner {
    padding-bottom: 50px;
  }

  .lyPartner_list ul li p {
    height: 80px;
  }
}

@media (max-width:767px) {
  .lyPartner {
    padding-bottom: 40px;
  }

  .lyPartner_head p {
    font-size: 28px;
    margin-bottom: 0;
  }

  .lyPartner_list .swiper-pagination-bullet{width:8px; height:8px; margin:0 4px !important;}

  .lyPartner_list ul li {
    width: 50%;
  }

  .lyPartner_list ul li p {
    height: 90px;
  }
}

@media (max-width:390px) {
  .lyPartner_head p {
    font-size: 26px;
  }
}

@media (max-width:320px) {
  .lyPartner .lyPartner_main {
    padding: 20px 0;
  }

  .lyPartner_head p {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }

  .lyPartner_list ul li p {
    height: 72px;
  }
}
/* lyPartner end */


.filter {
  opacity: 1 !important;
}

/*首页关于我们*/
.ind_about{ width:100%; height:100%; overflow:hidden; background:url(../images/indabout_bg.jpg) no-repeat; background-size:cover;position: relative;}
.ind_about .about_main{ position: absolute;left: 50%;top: 50%; transform:translate(-50%,-50%); margin-top: 60px;}
.ind_about .abtext{ padding-right:35%;}
.ind_about .abtext .title{ font-size:40px; color:#fff;}
.ind_about .abtext .cont{ max-height:256px; margin:40px 0 75px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;}
.ind_about .abtext .cont,.ind_about .abtext .cont p{ font-size:18px; color:#fff; line-height:32px;}
.ind_about ul.data{ margin-top:145px;}
.ind_about ul.data li{ width:24%; margin-right:8%; padding-top:20px; float:left; position:relative;}
.ind_about ul.data li:before{ content:''; display:block; width:100%; height:1px; background:rgba(255,255,255,.5); position:absolute; left:0; top:0;}
.ind_about ul.data li:after{ content:''; display:block; width:50%; height:3px; background:#fff; position:absolute; left:0; top:-1px;}
.ind_about ul.data li p{ font-size:72px; line-height:1; font-weight:bold; color:#fff; margin-right:15px; display:inline-block;}
.ind_about ul.data li sub{ font-size:24px; line-height:1; color:#fff;}
.ind_about ul.data li span{ display:block; font-size:18px; color:#fff; padding-top:15px;}
@media (max-width:1600px) {
	.ind_about .abtext .title{ font-size:36px;}
	.ind_about ul.data{ margin-top:105px;}
	.ind_about ul.data li p{ font-size:68px; margin-right:10px;}
	.ind_about ul.data li sub{ font-size:22px;}
	.ind_about ul.data li span{padding-top:10px;}
	}
@media (max-width:1440px) {
	.ind_about .abtext .title{ font-size:32px;}
	.ind_about .abtext .cont{margin: 30px 0 65px;}
	.ind_about ul.data li p {font-size: 60px;}
	.ind_about ul.data li sub{ font-size:22px;}
}
@media (max-width:1366px) {
	.ind_about .abtext .title{ font-size:30px;}
	.ind_about ul.data li p {font-size: 56px;}
	.ind_about ul.data li sub{ font-size:20px;}
}
@media (max-width:1200px) {
	.ind_about .about_main{margin: 0 auto; padding: 70px 0; position: inherit;  left: inherit; top: inherit; transform: inherit; -webkit-transform: inherit;-moz-transform: inherit; -ms-transform: inherit; -o-transform: inherit; overflow:hidden;}
	.ind_about .abtext { padding-right: 25%;}
	.ind_about .abtext .title{ font-size:26px;}
	.ind_about .abtext .cont { margin: 20px 0 45px;height:112px;-webkit-line-clamp:4;}
	.ind_about .abtext .cont, .ind_about .abtext .cont p{ font-size:16px; line-height:28px;}
	.ind_about ul.data {margin-top: 60px;}
	.ind_about ul.data li{ width:26%; margin-right:7%;}
	.ind_about ul.data li:after{ width:35%;}
	.ind_about ul.data li p{ font-size:48px;margin-right: 5px;}
	.ind_about ul.data li sub{font-size: 16px;}
	.ind_about ul.data li span{ font-size:16px;}
}
@media (max-width:1080px) {
	.ind_about .abtext .cont{margin: 20px 0 30px;}
	.ind_about ul.data li p{ font-size:40px;}
}
@media (max-width:767px) {
	.ind_about .about_main{ padding:60px 0;}
	.ind_about .abtext {padding-right:0;}
	.ind_about .abtext .title{ font-size:24px;}
	.ind_about ul.data{ display:none;}
}
@media (max-width:550px) {
	.ind_about .about_main{ padding:50px 0;}
	.ind_about .abtext .title{ font-size:22px;}
}
@media (max-width:390px) {
	.ind_about .abtext .title{ font-size:20px;}
}