@charset "utf-8";
/* CSS Document */

/* lyBanner start */
.lyBanner {
  width: 100%;
  height: 875px;
  position: relative;
}

.lyBa_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lyBa_swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBa_swiper .swiper-slide img {
  display: block;
  width: 1920px;
  height: 875px;
  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%);
}

.lyBa_swiper .swiper-container .swiper-pagination {
  width: 1400px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 28px;
  font-family: "BEBAS";
  text-align: left;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyBa_swiper .swiper-container .swiper-pagination .swiper-pagination-current::before {
  content: '0';
  display: inline;
}

.lyBa_swiper .swiper-container .swiper-button-prev,
.lyBa_swiper .swiper-container .swiper-button-next {
  display: none;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  padding: 18px;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(67, 206, 162, .45), rgba(24, 90, 157, .45));
  position: absolute;
  z-index: 2;
}

.lyBa_swiper .swiper-container .swiper-button-prev:hover,
.lyBa_swiper .swiper-container .swiper-button-next:hover {
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyBa_swiper .swiper-container .swiper-button-prev {
  left: 40px;
}

.lyBa_swiper .swiper-container .swiper-button-next {
  right: 40px;
}

.lyBa_swiper .swiper-container .swiper-button-prev svg,
.lyBa_swiper .swiper-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-container .swiper-button-prev svg path,
.lyBa_swiper .swiper-container .swiper-button-next svg path {
  fill: #ffffff;
}


.lyBa_dot {
  padding: 0 54px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyBa_dot .swiper-container .swiper-slide {
  width: 54px;
  height: 30px;
  overflow: hidden;
}

.lyBa_dot .swiper-container .swiper-slide i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(255, 255, 255, .45), rgba(255, 255, 255, .45));
  margin: 10px 10px 10px 0;
  float: left;
}

.lyBa_dot .swiper-container .swiper-slide.on i {
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyBa_dot .swiper-container .swiper-slide::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: rgba(255, 255, 255, .45);
  margin: 14.5px 0;
  float: left;
}

.lyBa_dot .swiper-container .swiper-slide:last-child::after {
  display: none;
}

@media (max-width:1680px) {
  .lyBanner {
    height: 770px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1690px;
    height: 770px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev {
    left: 2%;
  }

  .lyBa_swiper .swiper-container .swiper-button-next {
    right: 2%;
  }
}

@media (max-width:1600px) {
  .lyBanner {
    height: 740px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1624px;
    height: 740px;
  }
}

@media (max-width:1560px) {
  .lyBanner {
    height: 720px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1580px;
    height: 720px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev {
    left: 40px;
  }

  .lyBa_swiper .swiper-container .swiper-button-next {
    right: 40px;
  }
}

@media (max-width:1440px) {
  .lyBanner {
    height: 660px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1448px;
    height: 660px;
  }

  .lyBa_swiper .swiper-container .swiper-pagination {
    width: 100%;
    padding: 0 40px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    width: 44px;
    height: 44px;
    padding: 12px;
  }

  .lyBa_dot {
    padding: 0 100px;
  }

  .lyBa_dot .swiper-container .swiper-slide {
    width: 40px;
  }

  .lyBa_dot .swiper-container .swiper-slide i {
    margin: 10px 5px 10px 0;
  }

  .lyBa_dot .swiper-container .swiper-slide::after {
    width: 20px;
  }
}

@media (max-width:1366px) {
  .lyBanner {
    height: 630px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1382px;
    height: 630px;
  }
}

@media (max-width:1280px) {
  .lyBanner {
    height: 590px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1295px;
    height: 590px;
  }
}

@media (max-width:1200px) {
  .lyBanner {
    height: 560px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1229px;
    height: 560px;
  }
}

@media (max-width:1080px) {
  .lyBanner {
    height: 500px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1097px;
    height: 500px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev {
    left: 20px;
  }

  .lyBa_swiper .swiper-container .swiper-button-next {
    right: 20px;
  }

}

@media (max-width:1024px) {
  .lyBanner {
    height: 470px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1031px;
    height: 470px;
  }
}

@media (max-width:920px) {
  .lyBanner {
    height: 430px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 944px;
    height: 430px;
  }

  .lyBa_swiper .swiper-container .swiper-pagination {
    padding: 0 20px;
    bottom: 20px;
  }

  .lyBa_dot {
    padding: 0 60px;
    bottom: 20px;
  }

}

@media (max-width:820px) {
  .lyBanner {
    height: 380px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 834px;
    height: 380px;
  }
}

@media (max-width:767px) {
  .lyBanner {
    height: 230px;
    margin-top: 64px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 505px;
    height: 230px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    display: none;
  }

  .lyBa_swiper .swiper-container .swiper-pagination {
    font-size: 24px;
    padding: 0 20px;
    bottom: 10px;
  }

  .lyBa_dot {
    padding: 0 60px;
    bottom: 10px;
  }

  .lyBa_dot .swiper-container .swiper-slide i {
    width: 8px;
    height: 8px;
    margin: 11px 5px 11px 0;
  }
}

@media (max-width:390px) {
  .lyBanner {
    height: 170px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 466px;
    height: 170px;
  }
}

@media (max-width:320px) {
  .lyBanner {
    height: 150px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 411px;
    height: 150px;
  }
}

@media (max-width:280px) {
  .lyBanner {
    height: 130px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 357px;
    height: 130px;
  }
}

/* lyBanner end */


/* lyProducts start */
.lyProducts {
  overflow: hidden;
  padding: 90px 0 100px;
  background-color: #f4f4f4;
}

.lyProducts .lyProducts_main {
  margin: 0 auto;
}

.lyProducts_left {
  width: 365px;
  overflow: hidden;
  float: left;
}

.lyProducts_right {
  width: calc(100% - 365px);
  overflow: hidden;
  padding-left: 35px;
  float: right;
}

.lyProducts_swiper {
  margin-bottom: 15px;
  padding: 40px 92px 30px;
  background-color: #fff;
  position: relative;
}

.lyProducts_swiper::before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #43cea2, #185a9d);
  position: absolute;
  top: 0;
  left: 0;
}

.lyProducts_swiper .swiper-container {
  min-height: 200px;
  padding: 0 0 35px;
  position: relative;
}

.lyProducts_swiper .swiper-container .swiper-slide {
  position: relative;
}

.lyProducts_swiper .swiper-container .swiper-pagination {
  height: 10px;
  line-height: 10px;
  bottom: 0;
}

.lyProducts_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border-radius: 50%;
  opacity: 1;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}

.lyProducts_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  border: 0 solid #ddd;
  background: linear-gradient(to right, #43cea2, #185a9d);
}


.lyProducts_swiper .swiper-button-prev,
.lyProducts_swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  padding: 0;
  background: none;
  position: absolute;
  z-index: 2;
}

.lyProducts_swiper .swiper-button-prev {
  left: 30px;
}

.lyProducts_swiper .swiper-button-next {
  right: 30px;
}

.lyProducts_swiper .swiper-button-prev svg,
.lyProducts_swiper .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_swiper .swiper-button-prev svg path,
.lyProducts_swiper .swiper-button-next svg path {
  fill: #bbbbbb;
}

.lyProducts_swiper .swiper-button-prev:hover svg path,
.lyProducts_swiper .swiper-button-next:hover svg path {
  fill: url(#gradient);
}


.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text {
  width: calc(100% - 320px);
  height: auto;
  overflow: hidden;
  padding: 8px 30px 8px 0;
  float: left;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  position: relative;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_name:hover {
  color: #185a9d;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_name:hover:before {
  content: attr(text);
  display: inline-block;
  max-width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  color: #43cea2;
  -webkit-mask: linear-gradient(to right, #43cea2, transparent);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text p {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text p i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin: 4px 8px 4px 0;
  float: left;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text p i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text p i svg path {
  fill: #999999;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text .lyProRec_ms {
  width: 100%;
  height: 90px;
  overflow: hidden;
  line-height: 30px;
  color: #555;
  font-size: 16px;
  text-align: justify;
  margin: 15px 0 35px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn {
  display: block;
  width: 160px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 16px;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn:hover i {
  margin: -4px 0 0 24px;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn i svg path {
  fill: #ffffff;
}


.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_img {
  width: 320px;
  height: 270px;
  overflow: hidden;
  float: right;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProRec_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProRec_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}


.lyProducts_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #999;
  margin: 0 -10px;
}

.lyProducts_list ul li {
  width: 33.333333%;
  margin-top: 20px;
  padding: 0 10px;
}

.lyProducts_list ul li .lyProducts_con {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img {
  width: 100%;
  height: 270px;
  margin: 0 auto;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProducts_list ul li:hover .lyProducts_con .lyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  left: 0;
  bottom: 100%;
}

.lyProducts_list ul li .lyProducts_con:hover .lyProducts_img a span {
  bottom: 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a span i {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  padding: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .65);
  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%);
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a span i:hover {
  background-color: #fff;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a span i svg path {
  fill: url(#gradient);
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text {
  width: 100%;
  padding: 10px 20px;
  background: linear-gradient(to right, #e6e6e6, #e6e6e6);
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyProducts_list ul li .lyProducts_con:hover .lyProducts_text {
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProducts_list ul li .lyProducts_con:hover .lyProducts_text {
  padding: 12px 20px;
}

.lyProducts_list ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
  height: 32px;
  line-height: 32px;
  color: #fff;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p {
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 24px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con:hover .lyProducts_text p {
  height: 24px;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i svg path {
  fill: rgba(255, 255, 255, .45);
}


.lyProducts_list ul li a.lyProducts_btn {
  display: block;
  width: 100%;
  height: 58px;
  overflow: hidden;
  line-height: 58px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  background-color: #626262;
}

.lyProducts_list ul li:hover a.lyProducts_btn {
  background-color: #185a9d;
}

.lyProducts_list ul li a.lyProducts_btn i {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}

.lyProducts_list ul li a.lyProducts_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li a.lyProducts_btn i svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyProducts {
    padding: 70px 0 80px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {

  .lyProducts_left {
    width: 320px;
  }

  .lyProducts_right {
    width: calc(100% - 320px);
    padding-left: 30px;
  }

  .lyProducts_swiper {
    margin-bottom: 10px;
    padding: 35px 70px 30px;
  }

  .lyProducts_swiper .swiper-container {
    padding: 0 0 30px;
  }

  .lyProducts_swiper .swiper-button-prev,
  .lyProducts_swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .lyProducts_swiper .swiper-button-prev {
    left: 20px;
  }

  .lyProducts_swiper .swiper-button-next {
    right: 20px;
  }
  
  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text {
    padding:21px 30px 21px 0;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_name {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 4px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text p {
    font-size: 15px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text .lyProRec_ms {
    height: 75px;
    line-height: 25px;
    font-size: 15px;
    margin: 15px 0 30px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn {
    width: 150px;
    font-size: 15px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn i {
    margin: -4px 0 0 12px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    font-size: 15px;
  }
}

@media (max-width:1366px) {

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text {
    width: calc(100% - 315px);
	padding:18px 30px 18px 0;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_img {
    width: 315px;
    height: 264px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 250px;
  }
}

@media (max-width:1280px) {
  .lyProducts {
    padding: 50px 0 60px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text {
    width: calc(100% - 285px);
	padding:13px 30px 13px 0;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_name {
    margin-bottom: 0;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text p {
    font-size: 14px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text .lyProRec_ms {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    margin: 14px 0 28px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_btn i {
    width: 22px;
    height: 22px;
    margin: -2px 0 0 10px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_img {
    width: 285px;
    height: 240px;
  }


  .lyProducts_list ul li .lyProducts_con {
    padding-bottom: 54px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 230px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 7px 20px;
  }

  .lyProducts_list ul li .lyProducts_con:hover .lyProducts_text {
    padding: 8px 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    font-size: 14px;
  }
}

@media (max-width:1200px) {
  .lyProducts_left {
    width: 300px;
  }

  .lyProducts_right {
    width: calc(100% - 300px);
    padding-left: 20px;
  }

  .lyProducts_swiper::before {
    height: 4px;
  }

  .lyProducts_swiper {
    margin-bottom: 0;
    padding: 24px 58px 20px;
  }

  .lyProducts_swiper .swiper-container {
    padding: 0 0 20px;
  }

  .lyProducts_swiper .swiper-button-prev {
    left: 14px;
  }

  .lyProducts_swiper .swiper-button-next {
    right: 14px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text {
    padding: 18px 20px 18px 0;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text .lyProRec_ms {
    margin: 12px 0 20px;
  }

  .lyProducts_list ul li .lyProducts_con {
    padding-bottom: 50px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 212px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }

  .lyProducts_list ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
    height: 34px;
    line-height: 34px;
  }
}

@media (max-width:1080px) {

  .lyProducts_left {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  
  .lyProducts_right {
    width: 100%;
    padding: 0;
    float: none;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text {
    width: calc(100% - 320px);
    padding: 29px 30px 29px 0;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_name {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 4px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_img {
    width: 320px;
    height: 270px;
  }

  .lyProducts_list ul li .lyProducts_con {
    padding-bottom: 60px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 270px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 10px 20px;
  }

  .lyProducts_list ul li .lyProducts_con:hover .lyProducts_text {
    padding: 10px 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .lyProducts_list ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
  }
}

@media (max-width:1024px) {
  
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 254px;
  }
}

@media (max-width:920px) {
  .lyProducts {
    padding: 40px 0;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 240px;
  }
}

@media (max-width:820px) {
  .lyProducts_list ul li .lyProducts_con {
    padding-bottom: 50px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 210px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 7px 20px;
  }

  .lyProducts_list ul li .lyProducts_con:hover .lyProducts_text {
    padding: 8px 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }

  .lyProducts_list ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
    height: 32px;
    line-height: 32px;
  }
}

@media (max-width:767px) {
  .lyProducts_swiper {
    padding: 20px;
  }

  .lyProducts_swiper .swiper-container {
    padding: 0 0 30px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text {
    width: 100%;
    padding: 10px 0 0;
    float: none;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text a.lyProRec_name {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    margin-bottom: 4px;
  }
  
  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_text .lyProRec_ms {
	height: auto;
	max-height: 72px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProRec_img {
    width: 100%;
    height: 240px;
    margin: 0 auto 20px;
    float: none;
  }

  .lyProducts_swiper .swiper-button-prev,
  .lyProducts_swiper .swiper-button-next {
    display: none;
  }

  .lyProducts_list ul {
    margin: 0 -6px;
  }

  .lyProducts_list ul li {
    width: 50%;
    padding: 0 6px;
  }

  .lyProducts_list ul li .lyProducts_con {
    padding-bottom: 44px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 160px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 4px 10px;
  }

  .lyProducts_list ul li .lyProducts_con:hover .lyProducts_text {
    padding: 6px 10px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text a.lyProducts_name {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }

  .lyProducts_list ul li .lyProducts_con:hover .lyProducts_text a.lyProducts_name {
    height: 30px;
    line-height: 30px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img a span i {
    background-color: rgba(255, 255, 255, .85);
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img a span i svg path {
    fill: #43cea2;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 140px;
  }
}

@media (max-width:280px) {
  .lyProducts_list ul {
    margin: 0;
  }

  .lyProducts_list ul li {
    width: 100%;
    padding: 0;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 220px;
  }
}

/* lyProducts end */


/* lyAdvantages start */
.lyAdvantages {
  overflow: hidden;
  padding: 90px 0 100px;
  background: url(../images/advBg.jpg) center center no-repeat;
  background-size: cover;
}

.lyAdvantages .lyAdv_main {
  margin: 0 auto;
}

.lyAdv_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-items: left;
}

.lyAdv_list ul li {
  width: 25%;
  padding: 0;
}

.lyAdv_list ul li .lyAdv_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.lyAdv_list ul li .lyAdv_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAdv_list ul li .lyAdv_img i {
  display: block;
  width: 84px;
  height: 84px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyAdv_list ul li .lyAdv_img i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyAdv_list ul li .lyAdv_img i svg path {
  fill: #ffffff;
}

.lyAdv_list ul li:nth-child(2n) .lyAdv_img i {
  top: -28px;
  bottom: inherit;
  transform: translateX(-50%) rotateX(180deg);
  -webkit-transform: translateX(-50%) rotateX(180deg);
  -moz-transform: translateX(-50%) rotateX(180deg);
  -ms-transform: translateX(-50%) rotateX(180deg);
  -o-transform: translateX(-50%) rotateX(180deg);
}

.lyAdv_list ul li:nth-child(2n) .lyAdv_img i svg path {
  fill: #2d949f;
}

.lyAdv_list ul li .lyAdv_con {
  width: 100%;
  height: 280px;
  overflow: hidden;
  padding: 40px;
  background: linear-gradient(to right, #ffffff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lyAdv_list ul li:nth-child(2n) .lyAdv_con {
  background: linear-gradient(to right, #43cea2, #2d949f, #185a9d);
}

.lyAdv_list ul li .lyAdv_con .lyAdv_tit {
  height: 40px;
  line-height: 40px;
  color: #222;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 8px;
}

.lyAdv_list ul li .lyAdv_con p {
  line-height: 30px;
  color: #222;
  font-size: 20px;
  text-align: center;
}

.lyAdv_list ul li:nth-child(2n) .lyAdv_con .lyAdv_tit,
.lyAdv_list ul li:nth-child(2n) .lyAdv_con p {
  color: #fff;
}

.lyAdv_list ul li .lyAdv_con i {
  display: block;
  width: 30px;
  height: 4px;
  overflow: hidden;
  margin: 20px auto 10px;
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyAdv_list ul li:nth-child(2n) .lyAdv_con i {
  background: linear-gradient(to right, rgba(255, 255, 255, .45), #ffffff);
}

.lyAdv_list ul li .lyAdv_con span {
  display: block;
  line-height: 18px;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.lyAdv_list ul li:nth-child(2n) .lyAdv_con span {
  color: rgba(255, 255, 255, .45);
}

@media (max-width:1680px) {
  .lyAdvantages {
    padding: 70px 0 80px;
  }

  .lyAdv_list ul li .lyAdv_con .lyAdv_tit {
    font-size: 32px;
    margin: 0 auto 4px;
  }

  .lyAdv_list ul li .lyAdv_con p {
    font-size: 18px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {

  .lyAdv_list ul li .lyAdv_img,
  .lyAdv_list ul li .lyAdv_con {
    height: 270px;
  }

  .lyAdv_list ul li .lyAdv_con {
    padding: 20px;
  }

  .lyAdv_list ul li .lyAdv_img i {
    width: 72px;
    height: 72px;
    bottom: -24px;
  }

  .lyAdv_list ul li:nth-child(2n) .lyAdv_img i {
    top: -24px;
  }

  .lyAdv_list ul li .lyAdv_con .lyAdv_tit {
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    margin: 0 auto 4px;
  }

  .lyAdv_list ul li .lyAdv_con p {
    font-size: 16px;
  }
}

@media (max-width:1366px) {

  .lyAdv_list ul li .lyAdv_img,
  .lyAdv_list ul li .lyAdv_con {
    height: 250px;
  }

  .lyAdv_list ul li .lyAdv_img i {
    width: 64px;
    height: 64px;
    bottom: -22px;
  }

  .lyAdv_list ul li:nth-child(2n) .lyAdv_img i {
    top: -22px;
  }
}

@media (max-width:1280px) {
  .lyAdvantages {
    padding: 50px 0 60px;
  }

  .lyAdv_list ul li .lyAdv_img,
  .lyAdv_list ul li .lyAdv_con {
    height: 240px;
  }

  .lyAdv_list ul li .lyAdv_con .lyAdv_tit {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    margin: 0 auto 4px;
  }

  .lyAdv_list ul li .lyAdv_con p {
    line-height: 25px;
    font-size: 15px;
  }

  .lyAdv_list ul li .lyAdv_con i {
    height: 3px;
  }

  .lyAdv_list ul li .lyAdv_img i {
    width: 60px;
    height: 60px;
    bottom: -20px;
  }

  .lyAdv_list ul li:nth-child(2n) .lyAdv_img i {
    top: -20px;
  }
}

@media (max-width:1200px) {

  .lyAdv_list ul li .lyAdv_img,
  .lyAdv_list ul li .lyAdv_con {
    height: 220px;
  }

  .lyAdv_list ul li .lyAdv_img i {
    width: 50px;
    height: 50px;
    bottom: -18px;
  }

  .lyAdv_list ul li:nth-child(2n) .lyAdv_img i {
    top: -18px;
  }

  .lyAdv_list ul li .lyAdv_con .lyAdv_tit {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    margin: 0 auto 2px;
  }

  .lyAdv_list ul li .lyAdv_con p {
    line-height: 24px;
    font-size: 14px;
  }

  .lyAdv_list ul li .lyAdv_con i {
    width: 24px;
    height: 2px;
    margin: 16px auto 8px;
  }
}

@media (max-width:1080px) {

  .lyAdv_list ul li .lyAdv_img,
  .lyAdv_list ul li .lyAdv_con {
    height: 200px;
  }
}

@media (max-width:1024px) {

  .lyAdv_list ul li .lyAdv_img,
  .lyAdv_list ul li .lyAdv_con {
    height: 190px;
  }
}

@media (max-width:920px) {
  .lyAdvantages {
    padding: 40px 0;
  }

  .lyAdv_list ul li .lyAdv_img,
  .lyAdv_list ul li .lyAdv_con {
    height: 180px;
  }

  .lyAdv_list ul li .lyAdv_con .lyAdv_tit {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 0 auto;
  }
}

@media (max-width:820px) {
  .lyAdv_list ul li .lyAdv_con {
    padding: 10px;
  }
}

@media (max-width:767px) {
  .lyAdv_list ul li {
    width: 50%;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyAdv_list ul li .lyAdv_con .lyAdv_tit {
    font-size: 18px;
  }

  .lyAdv_list ul li .lyAdv_con p {
    line-height: 20px;
    font-size: 12px;
  }
}

@media (max-width:280px) {
  .lyAdv_list ul li .lyAdv_con {
    padding: 10px 0;
  }
}

/* lyAdvantages end */


/* lyArticles start */
.lyArticles {
  padding: 90px 0 70px;
  background-color: #f4f4f4;
}

.lyArticles .lyArticles_main {
  margin: 0 auto;
}

.lyArticles_main .lyArticles_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.lyArticles_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 240px;
  color: #999;
  margin: 0 -15px;
}

.lyArticles_list ul li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.lyArticles_list ul li .lyArticles_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 4px;
  background-color: #fff;
  position: relative;
}

.lyArticles_list ul li .lyArticles_con::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #43cea2 80px, #185a9d);
  position: absolute;
  left: 0;
  top: 0;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time {
  width: 80px;
  height: 140px;
  overflow: hidden;
  padding: 20px 10px;
  background: linear-gradient(to bottom, #dddddd, #dddddd);
  float: left;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_time {
  background: linear-gradient(to bottom, #43cea2, #185a9d);
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 7px;
  border-radius: 50%;
  background-color: #fff;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time i svg path {
  fill: url(#gradient);
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time span,
.lyArticles_list ul li .lyArticles_con .lyArticles_time p {
  display: block;
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  color: #777;
  font-size: 18px;
  text-align: center;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_time span,
.lyArticles_list ul li .lyArticles_con:hover .lyArticles_time p {
  color: #fff;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text {
  width: calc(100% - 80px);
  height: 140px;
  overflow: hidden;
  padding: 20px 30px;
  float: right;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text a.lyArticles_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_text a.lyArticles_name {
  color: #185a9d;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text p {
  width: 100%;
  height: 54px;
  overflow: hidden;
  line-height: 27px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  margin-top: 8px;
  padding-right: 72px;
  position: relative;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text p a.lyArticles_btn {
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin-top: -21px;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(to right, #dddddd, #dddddd);
  position: absolute;
  top: 50%;
  right: 0;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_text p a.lyArticles_btn {
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text p a.lyArticles_btn i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text p a.lyArticles_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_text p a.lyArticles_btn i svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyArticles {
    padding: 70px 0 50px;
  }

}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyArticles_list ul li .lyArticles_con .lyArticles_text p {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
    padding-right: 70px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text p a.lyArticles_btn {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyArticles {
    padding: 50px 0 40px;
  }

  .lyArticles_list ul {
    margin: 0 -10px;
  }

  .lyArticles_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .lyArticles_list ul li .lyArticles_con {
    padding-top: 3px;
  }

  .lyArticles_list ul li .lyArticles_con::before {
    height: 3px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time {
    height: 120px;
    padding: 18px 10px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time i {
    margin: 0 auto 10px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time span,
  .lyArticles_list ul li .lyArticles_con .lyArticles_time p {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text {
    height: 120px;
    padding: 15px 20px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text a.lyArticles_name {
    height: 32px;
    line-height: 32px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    padding-right: 60px;
  }
}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyArticles {
    padding: 40px 0 20px;
  }
}

@media (max-width:820px) {
  .lyArticles_list ul {
    margin: 0;
  }

  .lyArticles_list ul li {
	width: 100%;
    margin-bottom: 20px;
    padding: 0;
	float: none;
  } 
  
}

@media (max-width:767px) {
  .lyArticles_list ul {
    margin: 0;
  }

  .lyArticles_list ul li {
    width: 100%;
    padding: 0;
  }
  
  .lyArticles_list ul li .lyArticles_con .lyArticles_text a.lyArticles_name {
    font-size: 16px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time i svg path {
    fill: #3fc0a1;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/* lyArticles end */


/* lyAbout start */
.lyAbout {
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
}

.lyAbout .lyAbout_img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}

.lyAbout_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyAbout_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbout .lyAbout_main {
  margin: -180px auto 0;
  position: relative;
  z-index: 1;
}

.lyAbout_main .lyAbout_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, .06);
}

.lyAbout_text .lyAbout_name {
  margin-bottom: 25px;
}

.lyAbout_name a {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #222;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

.lyAbout_name a:hover {
  color: #185a9d;
}

.lyAbout_text .lyAbout_ms {
  width: 100%;
  min-height: 120px;
  overflow: hidden;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  text-align: center;
}

.lyAbout_ms p,
.lyAbout_ms div,
.lyAbout_ms span,
.lyAbout_ms font {
  color: #777 !important;
  font-size: 16px !important;
  font-family: Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
}

.lyAbout_main .lyAbout_pics {
  margin-top: 60px;
}

.lyAbout_pics .lyAbPic_tab {
  width: 300px;
  height: auto;
  overflow: hidden;
  padding-right: 60px;
  float: left;
}

.lyAbPic_tab ul li {
  height: 86px;
  margin-bottom: 4px;
  padding: 16px 20px 16px 45px;
  background-color: #f4f4f4;
  position: relative;
  cursor: pointer;
}

.lyAbPic_tab ul li:last-child {
  margin-bottom: 0;
}

.lyAbPic_tab ul li:hover,
.lyAbPic_tab ul li.active {
  background-color: #222;
}

.lyAbPic_tab ul li::before {
  content: '';
  display: none;
  width: 6px;
  height: 100%;
  background: linear-gradient(to top, #43cea2, #185a9d);
  position: absolute;
  left: 0;
  top: 0;
}

.lyAbPic_tab ul li:hover::before,
.lyAbPic_tab ul li.active::before {
  display: block;
}

.lyAbPic_tab ul li p {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-size: 24px;
}

.lyAbPic_tab ul li:hover p,
.lyAbPic_tab ul li.active p {
  color: #fff;
}

.lyAbPic_tab ul li span {
  display: block;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 16px;
  margin-top: 4px;
}

.lyAbPic_tab ul li:hover span,
.lyAbPic_tab ul li.active span {
  color: rgba(255, 255, 255, .25);
}

.lyAbPic_tab ul li i {
  display: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: -16px;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(to right, #43cea2, #185a9d);
  position: absolute;
  top: 50%;
  right: -16px;
}

.lyAbPic_tab ul li:hover i,
.lyAbPic_tab ul li.active i {
  display: block;
}

.lyAbPic_tab ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyAbPic_tab ul li i svg path {
  fill: #ffffff;
}


.lyAbout_pics .lyAbPic_list {
  width: calc(100% - 300px);
  float: right;
}

.lyAbPic_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #999;
  margin: 0 -10px;
}

.lyAbPic_list ul li {
  width: 20%;
  padding: 0 10px;
}

.lyAbPic_list ul li .lyAbPic_con {
  width: 100%;
  height: 266px;
  overflow: hidden;
  padding: 15px;
  background: url(../images/hnr_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
}

.lyAbPic_list ul li .lyAbPic_con p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyAbPic_list ul li .lyAbPic_con p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbPic_list dl {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.lyAbPic_list dl dd {
  width: 33.333333%;
  padding: 0 10px;
}

.lyAbPic_list dl dd .lyAbPic_con {
  width: 100%;
  height: 266px;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #e6e6e6;
}

.lyAbPic_list dl dd .lyAbPic_con p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyAbPic_list dl dd .lyAbPic_con p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbPic_list dl dd .lyAbPic_con:hover p img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width:1680px) {
  .lyAbout {
    margin-bottom: 80px;
  }

  .lyAbout .lyAbout_img {
    height: 520px;
  }

  .lyAbout_main .lyAbout_text {
    padding: 40px 80px;
  }

  .lyAbout_name a {
    line-height: 48px;
    font-size: 32px;
  }
}

@media (max-width:1600px) {
  .lyAbout .lyAbout_img {
    height: 500px;
  }
}

@media (max-width:1560px) {
  .lyAbout .lyAbout_img {
    height: 490px;
  }
}

@media (max-width:1440px) {
  .lyAbout .lyAbout_img {
    height: 450px;
  }

  .lyAbout .lyAbout_main {
    margin: -120px auto 0;
  }

  .lyAbout_main .lyAbout_text {
    padding: 40px;
  }

  .lyAbout_text .lyAbout_name {
    margin-bottom: 20px;
  }

  .lyAbout_name a {
    line-height: 44px;
    font-size: 30px;
  }

  .lyAbout_text .lyAbout_ms {
    line-height: 27px;
    font-size: 15px;
  }

  .lyAbout_ms p,
  .lyAbout_ms div,
  .lyAbout_ms span,
  .lyAbout_ms font {
    font-size: 15px !important;
  }


  .lyAbout_main .lyAbout_pics {
    margin-top: 40px;
  }

  .lyAbout_pics .lyAbPic_tab {
    width: 280px;
    padding-right: 40px;
  }

  .lyAbPic_tab ul li {
    height: 82px;
    padding: 16px 20px 16px 44px;
  }

  .lyAbPic_tab ul li::before {
    width: 4px;
  }

  .lyAbPic_tab ul li p {
    font-size: 22px;
  }

  .lyAbPic_tab ul li span {
    font-size: 15px;
  }

  .lyAbout_pics .lyAbPic_list {
    width: calc(100% - 280px);
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 254px;
  }
}

@media (max-width:1366px) {
  .lyAbout .lyAbout_img {
    height: 430px;
  }

  .lyAbPic_tab ul li {
    height: 78px;
    padding: 16px 20px 16px 44px;
  }

  .lyAbPic_tab ul li p {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
  }

  .lyAbPic_tab ul li span {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin-top: 2px;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 242px;
  }
}

@media (max-width:1280px) {
  .lyAbout {
    margin-bottom: 60px;
  }

  .lyAbout .lyAbout_img {
    height: 400px;
  }

  .lyAbout .lyAbout_main {
    margin: -100px auto 0;
  }

  .lyAbout_name a {
    line-height: 40px;
    font-size: 28px;
  }

  .lyAbout_text .lyAbout_ms {
    line-height: 26px;
    font-size: 14px;
  }

  .lyAbout_ms p,
  .lyAbout_ms div,
  .lyAbout_ms span,
  .lyAbout_ms font {
    font-size: 14px !important;
  }

  .lyAbout_pics .lyAbPic_tab {
    width: 240px;
  }

  .lyAbPic_tab ul li {
    height: 74px;
    padding: 14px 20px 14px 34px;
  }

  .lyAbout_pics .lyAbPic_list {
    width: calc(100% - 240px);
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 230px;
  }
}

@media (max-width:1200px) {
  .lyAbout .lyAbout_img {
    height: 370px;
  }

  .lyAbout_pics .lyAbPic_tab {
    width: 210px;
    padding-right: 30px;
  }

  .lyAbout_pics .lyAbPic_list {
    width: calc(100% - 210px);
  }

  .lyAbPic_tab ul li {
    height: 68px;
    padding: 14px 10px 14px 24px;
  }

  .lyAbPic_tab ul li p {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }

  .lyAbPic_tab ul li span {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    margin-top: 0;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 212px;
  }
}

@media (max-width:1080px) {
  .lyAbout .lyAbout_img {
    height: 340px;
  }

  .lyAbout_pics .lyAbPic_tab {
    width: 100%;
    padding: 0 0 30px 0;
    text-align: center;
  }

  .lyAbPic_tab ul li {
    display: inline-block;
    width: 180px;
    height: 68px;
    margin: 0 4px;
    padding: 14px 20px;
    vertical-align: top;
  }

  .lyAbPic_tab ul li::before {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #43cea2, #185a9d);
  }

  .lyAbPic_tab ul li i,
  .lyAbPic_tab ul li:hover i,
  .lyAbPic_tab ul li.active i {
    display: none;
  }

  .lyAbout_pics .lyAbPic_list {
    width: 100%;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 235px;
  }
}

@media (max-width:1024px) {
  .lyAbout .lyAbout_img {
    height: 320px;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 220px;
  }
}

@media (max-width:920px) {
  .lyAbout {
    margin-bottom: 40px;
  }

  .lyAbout .lyAbout_img {
    height: 280px;
  }

  .lyAbout .lyAbout_main {
    margin: -60px auto 0;
  }

  .lyAbout_main .lyAbout_text {
    padding: 20px;
  }

  .lyAbout_pics .lyAbPic_tab {
    padding: 0 0 20px;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 205px;
  }
}

@media (max-width:820px) {
  .lyAbout .lyAbout_img {
    height: 260px;
  }

  .lyAbout_name a {
    line-height: 32px;
    font-size: 26px;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 180px;
  }
}

@media (max-width:767px) {
  .lyAbout .lyAbout_img {
    height: 160px;
  }

  .lyAbout .lyAbout_main {
    margin: -20px auto 0;
  }

  .lyAbout_main .lyAbout_text {
    padding: 20px 10px;
  }

  .lyAbout_text .lyAbout_name {
    margin-bottom: 12px;
  }

  .lyAbout_name a {
    line-height: 30px;
    font-size: 22px;
  }

  .lyAbout_main .lyAbout_pics {
    margin-top: 20px;
  }

  .lyAbPic_tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1px;
  }

  .lyAbPic_tab ul li {
    display: block;
    width: auto;
    height: 60px;
    margin: 0 4px;
    padding: 10px;
    vertical-align: inherit;
  }

  .lyAbPic_tab ul li span {
    font-size: 12px;
  }

  .lyAbPic_tab ul li::before {
    height: 3px;
  }

  .lyAbPic_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .lyAbPic_list ul li:last-child {
    margin-bottom: 0;
  }

  .lyAbPic_list ul li .lyAbPic_con {
    height: 220px;
  }

  .lyAbPic_list dl {
    display: block;
    align-items: inherit;
    margin: 0;
  }

  .lyAbPic_list dl dd {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .lyAbPic_list dl dd:last-child {
    margin-bottom: 0;
  }

  .lyAbPic_list dl dd .lyAbPic_con {
    height: 240px;
  }
}

@media (max-width:390px) {
  .lyAbPic_tab ul li {
    margin: 0 2px;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 210px;
  }

}

@media (max-width:320px) {
  .lyAbPic_tab ul li {
    height: auto;
    margin: 0 2px;
    padding: 10px 15px;
  }

  .lyAbPic_tab ul li p {
    font-size: 14px;
  }

  .lyAbPic_tab ul li span {
    display: none;
  }

  .lyAbPic_list ul {
    margin: 0 -6px;
  }

  .lyAbPic_list ul li {
    margin-bottom: 12px;
    padding: 0 6px;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 180px;
  }
}

@media (max-width:280px) {
  .lyAbPic_tab ul li {
    padding: 10px 12px;
  }

  .lyAbPic_list ul li .lyAbPic_con,
  .lyAbPic_list dl dd .lyAbPic_con {
    height: 160px;
  }
}

/* lyAbout end */


/* lyCase start */
.lyCase {
  overflow: hidden;
  padding: 90px 0 100px;
  background-color: #f4f4f4;
}

.lyCase .lyCase_main {
  margin: 0 auto;
}

.lyCase_main .lyCase_swiper {
  position: relative;
}

.lyCase_swiper .swiper-container {
  min-height: 240px;
  margin: 0 auto;
}

.lyCase_swiper .swiper-container .swiper-slide {
  overflow: hidden;
  padding: 2px;
  position: relative;
  background: linear-gradient(to top, #ffffff, #ffffff);
}

.lyCase_swiper .swiper-container .swiper-slide:hover {
  background: linear-gradient(to top, #43cea2, #185a9d);
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con {
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
  width: 100%;
  height: 285px;
  margin: 0 auto;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyCase_swiper .swiper-container .swiper-slide:hover .lyCase_con .lyCase_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text {
  padding: 15px 0;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text a.lyCase_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyCase_swiper .swiper-container .swiper-slide:hover .lyCase_con .lyCase_text a.lyCase_name {
  color: #195b9d;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text p {
  width: 100%;
  height: 52px;
  overflow: hidden;
  line-height: 26px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  margin: 10px 0 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn {
  display: block;
  width: 160px;
  height: 44px;
  overflow: hidden;
  margin: 0 auto;
  padding: 1px;
  background: linear-gradient(to right, #dddddd, #dddddd);
}

.lyCase_swiper .swiper-container .swiper-slide:hover .lyCase_con .lyCase_text .lyCase_btn {
  background: linear-gradient(to right, #43cea2, #185a9d);
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn a {
  display: block;
  width: 100%;
  height: 42px;
  overflow: hidden;
  line-height: 42px;
  color: #999;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
}

.lyCase_swiper .swiper-container .swiper-slide:hover .lyCase_con .lyCase_text .lyCase_btn a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 0 0 16px;
}

.lyCase_swiper .swiper-container .swiper-slide:hover .lyCase_con .lyCase_text .lyCase_btn:hover a i {
  margin: -4px 0 0 24px;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn a i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn a i svg path {
  fill: #999999;
}

.lyCase_swiper .swiper-container .swiper-slide:hover .lyCase_con .lyCase_text .lyCase_btn a i svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyCase {
    padding: 70px 0 80px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 255px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text a.lyCase_name {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text p {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn {
    width: 150px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn a {
    font-size: 15px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn a i {
    margin: -4px 0 0 12px;
  }
}

@media (max-width:1366px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 240px;
  }
}

@media (max-width:1280px) {
  .lyCase {
    padding: 50px 0 60px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 225px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn {
    width: 140px;
    height: 40px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn a {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text .lyCase_btn a i {
    width: 22px;
    height: 22px;
    margin: -2px 0 0 10px;
  }
}

@media (max-width:1200px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con {
    padding: 10px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 210px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text {
    padding: 10px 0;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text a.lyCase_name {
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width:1080px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 200px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text a.lyCase_name {
    font-size: 16px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text p {
    margin: 5px auto 15px;
  }
}

@media (max-width:1024px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 180px;
  }
}

@media (max-width:920px) {
  .lyCase {
    padding: 40px 0;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 160px;
  }
}

@media (max-width:820px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 145px;
  }
}

@media (max-width:767px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 240px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text a.lyCase_name {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
}

@media (max-width:390px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 220px;
  }
}

@media (max-width:320px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 180px;
  }

  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_text a.lyCase_name {
    font-size: 16px;
  }
}

@media (max-width:280px) {
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_con .lyCase_img {
    height: 150px;
  }
}

/* lyCase end */