@charset "utf-8";
/* CSS Document */

/* lyBanner start */
.lyBanner {
  width: 100%;
  height: 940px;
  position: relative;
}

.lyBa_swiper {
  width: 100%;
  height: 940px;
  position: relative;
}

.lyBa_swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBa_swiper .swiper-slide::before,
.lyBa_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.lyBa_swiper .swiper-slide::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  top: 0;
}

.lyBa_swiper .swiper-slide::after {
  background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  bottom: 0;
}

.lyBa_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyBa_swiper .lyBa_control {
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}


.lyBa_control .swiper-pagination {
  height: 32px;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
  font-family: "BEBAS";
  font-size: 18px;
  text-align: left;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.lyBa_control .swiper-pagination span {
  display: inline-block;
  padding: 0 2px;
}

.lyBa_control .swiper-pagination span::before {
  content: '0';
  display: inline;
}

.lyBa_control .swiper-pagination span.swiper-pagination-current {
  color: #00a662;
  font-size: 32px;
}

.lyBa_control .swiper-pagination::before,
.lyBa_control .swiper-pagination::after {
  content: '';
  display: block;
  width: 42%;
  height: 1px;
  margin-top: -0.5px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 50%;
}

.lyBa_control .swiper-pagination::before {
  left: 80px;
}

.lyBa_control .swiper-pagination::after {
  right: 80px;
}


.lyBa_control .swiper-button-prev,
.lyBa_control .swiper-button-next {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 6px;
  background: none;
  position: absolute;
  top: 0;
  z-index: 2;
}

.lyBa_control .swiper-button-prev {
  left: auto;
  right: 32px;
}

.lyBa_control .swiper-button-next {
  right: 0;
}

.lyBa_control .swiper-button-prev svg,
.lyBa_control .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_control .swiper-button-prev svg path,
.lyBa_control .swiper-button-next svg path {
  fill: #ffffff;
}

.lyBa_control .swiper-button-prev:hover svg path,
.lyBa_control .swiper-button-next:hover svg path {
  fill: #00a662;
}


.lyBa_Scroll {
  width: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyBa_Scroll p {
  display: block;
  width: 18px;
  height: 28px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 9px;
}

.lyBa_Scroll p em {
  display: block;
  width: 2px;
  height: 6px;
  overflow: hidden;
  background-color: #fff;
  margin: 10px auto;
  padding: 0;
  animation-name: scrollTip;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.lyBa_Scroll span {
  display: block;
  height: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
  text-align: center;
  margin: 6px auto;
}

.lyBa_Scroll i {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin: 0 auto;
  animation-name: scrollTip;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.lyBa_Scroll i svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* lyBanner end */


/* lyProducts start */
.lyProducts {
  overflow: hidden;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}

.lyProducts::before,
.lyProducts::after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
}

.lyProducts::before {
  width: 113px;
  height: 361px;
  background: url(../images/pro_xs1.jpg) center top no-repeat;
  top: 0;
  right: 60px;
}

.lyProducts::after {
  width: 572px;
  height: 343px;
  background: url(../images/pro_xs2.jpg) center top no-repeat;
  left: -180px;
  bottom: -50px;
}

.lyProducts .lyProducts_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lyProducts_swiper .swiper-container {
  padding-bottom: 60px;
}

.lyProducts_swiper .swiper-slide .lyProducts_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 0 100px;
  position: relative;
}

.lyProducts_swiper .swiper-slide:nth-child(2n+2) .lyProducts_con {
  padding: 100px 0 0;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_img {
  width: 100%;
  height: 640px;
  overflow: hidden;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProducts_swiper .swiper-slide:hover .lyProducts_con .lyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_img a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 166, 98, 0);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProducts_swiper .swiper-slide:hover .lyProducts_con .lyProducts_img a::after {
  background: rgba(0, 166, 98, .88);
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_img a span {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  opacity: 0;
  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_swiper .swiper-slide:hover .lyProducts_con .lyProducts_img a span {
  opacity: 1;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_img a span i {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto 15px;
  padding: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_img a span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_img a span i svg path {
  fill: #ffffff;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

.lyProducts_swiper .swiper-slide:nth-child(2n+2) .lyProducts_con .lyProducts_text {
  bottom: inherit;
  top: 0;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_text em {
  display: block;
  height: 64px;
  line-height: 64px;
  color: #000;
  font-size: 88px;
  font-family: "BEBAS";
  font-style: italic;
  float: left;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_text .lyProducts_name {
  width: calc(100% - 80px);
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 14px;
  float: right;
}

.lyProducts_swiper .swiper-slide .lyProducts_con .lyProducts_text .lyProducts_name a {
  color: #000;
  font-size: 22px;
  font-weight: lighter;
}

.lyProducts_swiper .swiper-slide:hover .lyProducts_con .lyProducts_text .lyProducts_name a {
  color: #00a662;
}

.lyProducts_swiper .swiper-container .swiper-button-prev,
.lyProducts_swiper .swiper-container .swiper-button-next {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0;
  background: none;
  top: inherit;
  bottom: 0;
  opacity: 1;
}

.lyProducts_swiper .swiper-container .swiper-button-prev {
  left: inherit;
  right: 60%;
}

.lyProducts_swiper .swiper-container .swiper-button-next {
  right: inherit;
  left: 60%;
}

.lyProducts_swiper .swiper-container .swiper-button-prev svg,
.lyProducts_swiper .swiper-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_swiper .swiper-container .swiper-button-prev svg path,
.lyProducts_swiper .swiper-container .swiper-button-next svg path {
  fill: #999999;
}

.lyProducts_swiper .swiper-container .swiper-button-prev:hover svg path,
.lyProducts_swiper .swiper-container .swiper-button-next:hover svg path {
  fill: #00a662;
}

.lyProducts_swiper .swiper-container .swiper-pagination {
  height: 20px;
  bottom: 1px;
}

.lyProducts_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
  position: relative;
  opacity: 1;
}

.lyProducts_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProducts_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  border: 1px solid #00a662;
}

.lyProducts_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 6px;
  height: 6px;
  background-color: #00a662;
}

/* lyProducts end */


/* lyAboutus start */
.lyAboutus {
  height: 640px;
  overflow: hidden;
  background-color: #00a662;
  position: relative;
}

.lyAboutus .lyAboutus_img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  float: right;
}

.lyAboutus_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyAboutus_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAboutus_img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyAboutus::before {
  content: '';
  display: block;
  width: 42%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 8%;
  top: 0;
}

.lyAboutus .lyAboutus_main {
  height: 480px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyAboutus_main .lyAboutus_con {
  width: 70%;
  height: 100%;
  background-color: #fff;
  padding: 60px 100px 80px 0;
  position: relative;
}

.lyAboutus_main .lyAboutus_con::before {
  content: 'ABOUT US';
  display: block;
  width: 72%;
  height: 160px;
  overflow: hidden;
  line-height: 160px;
  color: rgba(0, 0, 0, .1);
  font-size: 218px;
  font-family: "BEBAS";
  position: absolute;
  left: 0;
  top: -160px;
}

.lyAboutus_main .lyAboutus_con::after {
  content: '';
  display: block;
  width: 239px;
  height: 156px;
  overflow: hidden;
  background: url(../images/ab_xs1.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -80px;
  bottom: 0;
}

.lyAboutus_con a.lyAboutus_name {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #000;
  font-size: 36px;
  font-weight: lighter;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.lyAboutus_con a.lyAboutus_name:hover {
  color: #00a662;
}

.lyAboutus_con .lyAboutus_ms {
  max-height: 180px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  text-indent: 2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 1;
}

.lyAboutus_con .lyMore {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.lyAboutus_con .lyMore a {
  width: 240px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.lyAboutus_con .lyMore a::before {
  width: 72px;
  margin: 39.5px 0;
}

.lyAboutus_con .lyMore a::after {
  margin: 36.5px 15px 36.5px 0;
}

.lyAboutus_con .lyMore a:hover::before {
  width: 96px;
}

/* lyAboutus end */


/* lyPictures start */
.lyPictures {
  overflow: hidden;
  padding: 100px 0 40px;
  background-color: #f8f8f8;
}

.lyPictures .lyPictures_main {
  margin: 0 auto;
  position: relative;
}

.lyPictures_swiper .swiper-container {
  overflow: inherit;
  padding: 0 100px 60px;
}

.lyPictures_swiper .swiper-container .swiper-slide {
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  transform: scale(.9);
}

.lyPictures_swiper .swiper-container .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_con {
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-color: #202020;
  position: relative;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_con .lyPictures_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_con .lyPictures_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_con .lyPictures_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_con:hover .lyPictures_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_con .lyPictures_img a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyPictures_swiper .swiper-container .swiper-slide.swiper-slide-active .lyPictures_con .lyPictures_img a::after {
  opacity: 1;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_con .lyPictures_text {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyPictures_swiper .swiper-container .swiper-slide.swiper-slide-active .lyPictures_con .lyPictures_text {
  opacity: 1;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_text a.lyPictures_name {
  display: block;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_text a.lyPictures_name:hover {
  color: #00a662;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_text span {
  display: block;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
  text-align: center;
  margin: 6px auto 12px;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_text span::before,
.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_text span::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 1px;
  margin: -2px 10px 0;
  background-color: rgba(255, 255, 255, .25);
  vertical-align: middle;
}

.lyPictures_swiper .swiper-container .swiper-slide .lyPictures_text p {
  width: 360px;
  line-height: 24px;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  text-align: center;
}

.lyPictures_swiper .swiper-container .swiper-button-prev,
.lyPictures_swiper .swiper-container .swiper-button-next {
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding: 18px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  border-radius: 50%;
  opacity: 1;
}

.lyPictures_swiper .swiper-container .swiper-button-prev {
  left: 0;
}

.lyPictures_swiper .swiper-container .swiper-button-next {
  right: 0;
}

.lyPictures_swiper .swiper-container .swiper-button-prev:hover,
.lyPictures_swiper .swiper-container .swiper-button-next:hover {
  background-color: #00a662;
}

.lyPictures_swiper .swiper-container .swiper-button-prev svg,
.lyPictures_swiper .swiper-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPictures_swiper .swiper-container .swiper-button-prev svg path,
.lyPictures_swiper .swiper-container .swiper-button-next svg path {
  fill: #cccccc;
}

.lyPictures_swiper .swiper-container .swiper-button-prev:hover svg path,
.lyPictures_swiper .swiper-container .swiper-button-next:hover svg path {
  fill: #ffffff;
}

.lyPictures_swiper .swiper-container .swiper-pagination {
  height: 20px;
  bottom: 0;
}

.lyPictures_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  background: none;
  position: relative;
  opacity: 1;
}

.lyPictures_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, .25);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyPictures_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  border: 1px solid #00a662;
}

.lyPictures_swiper .swiper-container .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 6px;
  height: 6px;
  background-color: #00a662;
}

/* lyPictures end */


/* lyApplication start */
.lyApplication {
  overflow: hidden;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}

.lyApplication::before,
.lyApplication::after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
}

.lyApplication::before {
  width: 220px;
  height: 500px;
  background: url(../images/app_xs1.jpg) center top no-repeat;
  bottom: 0;
  left: 0;
}

.lyApplication::after {
  width: 370px;
  height: 250px;
  background: url(../images/app_xs2.jpg) center top no-repeat;
  top: 100px;
  right: -34px;
}

.lyApplication .lyApp_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lyApp_main .lyApp_head {
  margin-bottom: 50px;
  padding: 0 100px;
  position: relative;
}

.lyApp_head p {
  line-height: 40px;
  color: #000;
  font-size: 36px;
  font-weight: lighter;
  margin-bottom: 10px;
}

.lyApp_head p span {
  color: #00a662;
  font-weight: bold;
}

.lyApp_main .lyApp_head::before {
  content: '“';
  display: block;
  height: 50px;
  line-height: 70px;
  color: rgba(0, 166, 98, .3);
  font-size: 88px;
  font-style: italic;
  font-family: "IBMPlexMono-Bold";
  position: absolute;
  left: 0;
  top: 0;
}

.lyApp_main .lyApp_head::after {
  content: '”';
  display: block;
  height: 50px;
  line-height: 96px;
  color: rgba(0, 166, 98, .3);
  font-size: 88px;
  font-style: italic;
  font-family: "IBMPlexMono-Bold";
  position: absolute;
  left: 50%;
  bottom: 0;
}

.lyApp_swiper .swiper-container {
  border-top: 2px solid #00a662;
}

.lyApp_swiper .swiper-container .swiper-slide {
  height: 340px;
  padding: 60px 0;
  background-color: #f8f8f8;
}

.lyApp_swiper .swiper-container .swiper-slide:hover {
  background-color: #00a662;
}

.lyApp_swiper .swiper-container .swiper-slide .lyApp_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 15px 60px;
  border-left: 1px solid rgba(0, 0, 0, .06);
}

.lyApp_swiper .swiper-container .swiper-slide:hover .lyApp_con,
.lyApp_swiper .swiper-container .swiper-slide.swiper-slide-active .lyApp_con {
  border-left: 1px solid rgba(0, 0, 0, 0);
}

.lyApp_swiper .swiper-container .swiper-slide .lyApp_con i {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto 50px;
}

.lyApp_swiper .swiper-container .swiper-slide .lyApp_con i img {
  display: block;
  width: 80px;
  height: 160px;
  margin: 0 auto;
}

.lyApp_swiper .swiper-container .swiper-slide:hover .lyApp_con i img {
  margin: -80px auto 0;
}

.lyApp_swiper .swiper-container .swiper-slide .lyApp_con p {
  height: 32px;
  line-height: 32px;
  color: #000;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
}

.lyApp_swiper .swiper-container .swiper-slide:hover .lyApp_con p {
  color: #fff;
}

.lyApp_swiper .swiper-container .swiper-slide .lyApp_con span {
  display: block;
  height: 32px;
  line-height: 32px;
  color: rgba(0, 0, 0, .25);
  font-size: 24px;
  font-family: "BEBAS";
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}

.lyApp_swiper .swiper-container .swiper-slide:hover .lyApp_con span {
  color: rgba(255, 255, 255, .45);
}


.lyApp_swiper .swiper-button-prev,
.lyApp_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 18px;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 50%;
  top: 20px;
  opacity: 1;
}

.lyApp_swiper .swiper-button-prev {
  left: inherit;
  right: 100px;
}

.lyApp_swiper .swiper-button-next {
  right: 0;
}

.lyApp_swiper .swiper-button-prev:hover,
.lyApp_swiper .swiper-button-next:hover {
  background-color: #00a662;
}

.lyApp_swiper .swiper-button-prev svg,
.lyApp_swiper .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyApp_swiper .swiper-button-prev svg path,
.lyApp_swiper .swiper-button-next svg path {
  fill: #c4c4c4;
}

.lyApp_swiper .swiper-button-prev:hover svg path,
.lyApp_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}

/* lyApplication end */


/* lyMessage start */
.lyMessage {
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/msg_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.lyMessage::before {
  content: 'CONTACT';
  display: block;
  width: 50%;
  line-height: 200px;
  color: rgba(0, 0, 0, .06);
  font-size: 300px;
  font-family: "BEBAS";
  text-align: right;
  position: absolute;
  right: 50%;
  bottom: 0;
}

.lyMessage .lyMessage_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lyMessage_main .lyMessage_title {
  margin-bottom: 50px;
}

.lyMessage_title p {
  height: 100px;
  line-height: 100px;
  color: #000;
  font-size: 36px;
  font-weight: lighter;
}

.lyMessage_title p i {
  display: block;
  height: 100px;
  overflow: hidden;
  line-height: 100px;
  color: #000;
  font-size: 64px;
  font-family: "BEBAS";
  font-style: normal;
  text-transform: uppercase;
  float: left;
}

.lyMessage_title p i::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a662;
  vertical-align: middle;
  margin: -2px 14px 0;
}

.lyMessage_title span {
  display: block;
  line-height: 40px;
  color: #000;
  font-size: 16px;
}


.lyMessage_main .lyMessage_form {
  width: 50%;
}

.lyMessage_form dl {
  margin: 0 -10px;
}

.lyMessage_form dl dt {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  clear: both;
}

.lyMessage_form dl dd {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  float: left;
}

.lyMessage_form dl dt em {
  display: block;
  line-height: 30px;
  color: #bbb;
  font-size: 14px;
  font-style: normal;
  margin-top: 15px;
  padding: 0 32px;
}

.lyMessage_form .lyMessage_ipt {
  width: 100%;
  padding: 5px 20px 5px 10px;
  background-color: rgba(255, 255, 255, .65);
  position: relative;
}

.lyMessage_form .lyMessage_area {
  width: 100%;
  padding: 5px 20px 5px 10px;
  background-color: rgba(255, 255, 255, .65);
  border: 0px solid #fff;
  position: relative;
}

.lyMessage_ipt p,
.lyMessage_area p {
  width: 85px;
  height: 40px;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  float: left;
}

.lyMessage_ipt p span,
.lyMessage_area p span {
  display: inline-block;
  line-height: 40px;
  color: #f00;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}

.lyMessage_ipt input {
  display: block;
  width: calc(100% - 85px);
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 14px;
  padding: 0;
  background: none !important;
  border: 0;
  outline: none;
  float: right;
}

.lyMessage_area textarea {
  display: block;
  width: calc(100% - 85px);
  height: 150px;
  overflow: hidden;
  line-height: 24px;
  color: #222;
  font-size: 14px;
  padding: 8px 0;
  background: none !important;
  border: 0;
  outline: none;
  resize: none;
}

.lyMessage_form .lyMessage_ipt a.yzm {
  display: block;
  width: 120px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  right: 5px;
}

.lyMessage_form .lyMessage_ipt a.yzm img {
  display: block;
  width: 100%;
  height: 100%;
}

.lyMessage_btn input.submitBtn {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #00a662;
  border: 0;
  outline: none;
  float: left;
}

.lyMessage_btn input.submitBtn:hover {
  background-color: #008c53;
}

.lyHnr {
  position: absolute;
  top: 0;
  right: 9%;
}

.lyHnr ul {
  text-align: right;
}

.lyHnr ul li {
  display: inline-block;
  width: 200px;
  height: 140px;
  overflow: hidden;
  vertical-align: top;
  background-color: #fff;
  border: 2px solid #fff;
  position: relative;
  margin: 0 8px;
}

.lyHnr ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* lyMessage end */