@charset "utf-8";
/* CSS Document */

/* ly_banner start */
.ly_banner {
  overflow: hidden;
  background-color: #1c2d57;
}

.ly_banner .lyBanner_main {
  margin: 0 auto;
  position: relative;
}

.lyBanner_main .swiper-container {
  width: 100%;
}

.lyBanner_main .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lyBanner_main .swiper-container .swiper-slide .lyBanner_text {
  width: calc(100% - 900px);
  padding-right: 90px;
}

.lyBanner_text .ba_tit {
  line-height: 72px;
  color: #fff;
  font-size: 52px;
}

.lyBanner_text p {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  margin: 40px 0;
}

.lyBanner_text .ba_btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 30px;
  background-color: #00d681;
  border-radius: 25px;
  letter-spacing: 1.2px;
  opacity: 1;
}

.lyBanner_text .ba_btn a:hover {
  opacity: 0.8;
}

.lyBanner_main .swiper-container .swiper-slide .lyBanner_img {
  width: 900px;
  height: 500px;
  overflow: hidden;
}

.lyBanner_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBanner_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyBanner_img a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lyBanner_main .swiper-button-prev,
.lyBanner_main .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  margin: -24px 0 0 0 !important;
  background-color: #00d681;
  position: absolute;
  top: 50% !important;
  border-radius: 50%;
  opacity: 1;
}

.lyBanner_main .swiper-button-prev:hover,
.lyBanner_main .swiper-button-next:hover {
  opacity: 0.8;
}

.lyBanner_main .swiper-button-prev {
  left: -80px !important;
}

.lyBanner_main .swiper-button-next {
  right: -80px !important;
}

.lyBanner_main .swiper-button-next::after,
.lyBanner_main .swiper-button-prev::after {
  color: #1c2d57;
  font-size: 16px;
}

/* ly_banner end */


/* ly_products start */
.ly_products {
  overflow: hidden;
  padding: 90px 0 50px;
}

.ly_products .lyPro_main {
  margin: 0 auto;
}

.lyPro_list ul {
  margin: 0 -20px;
}

.lyPro_list ul li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
  float: left;
}

.lyPro_list ul li .lyPro_img {
  width: 100%;
  height: 260px;
}

.lyPro_list ul li .lyPro_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyPro_list ul li .lyPro_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPro_list ul li:hover .lyPro_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lyPro_list ul li .lyPro_txt {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.lyPro_list ul li .lyPro_txt a.lyPro_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #1c2d57;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyPro_list ul li .lyPro_txt p {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #212427;
  font-size: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 20px 0;
}

.lyPro_list ul li .lyPro_txt a.lyPro_btn {
  display: inline-block;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #212427;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}

.lyPro_list ul li:hover .lyPro_txt a.lyPro_btn {
  background-color: #00d681;
  text-decoration: none;
}

/* ly_products end */


/* ly_about start */
.ly_about {
  overflow: hidden;
  background-color: #1c2d57;
  position: relative;
}

.ly_about .lyAbout_img {
  width: 60%;
  height: 800px;
  overflow: hidden;
  position: relative;
  float: right;
  -webkit-mask: linear-gradient(90deg, transparent, transparent 10%, rgba(0, 0, 0, .9) 50%);
  mask: linear-gradient(90deg, transparent, transparent 10%, rgba(0, 0, 0, .9) 50%);
}

.lyAbout_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ly_about .lyAbout_txt {
  padding-right: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.lyAbout_txt h3 {
  line-height: 32px;
  color: #00d681;
  font-size: 24px;
}

.lyAbout_txt p {
  overflow: hidden;
  max-height: 144px;
  line-height: 48px;
  color: #fff;
  font-size: 36px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 40px 0 80px;
}

.lyAbout_txt .lyAbout_btn1 a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 30px;
  background-color: #00d681;
  border-radius: 25px;
  letter-spacing: 1.2px;
  opacity: 1;
}

.lyAbout_txt .lyAbout_btn1 a:hover {
  opacity: 0.8;
}

.lyAbout_txt .lyAbout_btn2 {
  margin-top: 20px;
}

.lyAbout_txt .lyAbout_btn2 a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.lyAbout_txt .lyAbout_btn2 a:hover {
  color: #00d681;
}

/* ly_about end */


/* ly_data start */
.ly_data {
  overflow: hidden;
  padding: 90px 0;
}

.ly_data .lyData_main {
  margin: 0 auto;
}

.lyData_list ul {
  margin: 0 -20px;
}

.lyData_list ul li {
  width: 25%;
  padding: 0 20px;
  float: left;
}

.lyData_list ul li .lyData_con {
  padding: 60px 40px;
  background-color: #fff;
  box-shadow: 0 16px 20px rgba(0, 0, 0, .1);
}

.lyData_list ul li .lyData_con i.icon {
  display: block;
  width: 100px;
  height: 100%;
  margin: 0 auto;
}

.lyData_list ul li .lyData_con i.icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyData_list ul li .lyData_con p {
  line-height: 50px;
  color: #1c2d57;
  font-size: 52px;
  text-align: center;
  margin: 20px auto 17px;
}

.lyData_list ul li .lyData_con span {
  display: block;
  line-height: 20px;
  color: #212427;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
}

/* ly_data end */


/* ly_case start */
.ly_case {
  overflow: hidden;
}

.ly_case .lyCase_swiper {
  margin: 0 auto;
  position: relative;
}

.lyCase_swiper .swiper-container {
  width: 100%;
}

.lyCase_swiper .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_text {
  width: calc(100% - 704px);
  padding-left: 140px;
}

.lyCase_text h3 {
  line-height: 32px;
  color: #1c2d57;
  font-size: 24px;
}

.lyCase_text p {
  overflow: hidden;
  max-height: 144px;
  line-height: 48px;
  color: #1c2d57;
  font-size: 36px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 40px 0 80px;
}

.lyCase_text .lyCase_btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 40px;
  background-color: #00d681;
  border-radius: 25px;
  letter-spacing: 1.2px;
  opacity: 1;
}

.lyCase_text .lyCase_btn a:hover {
  opacity: 0.8;
}

.lyCase_swiper .swiper-container .swiper-slide .lyCase_img {
  width: 704px;
  height: 440px;
  overflow: hidden;
}

.lyCase_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.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_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lyCase_swiper .swiper-button-prev,
.lyCase_swiper .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  margin: -24px 0 0 0 !important;
  background-color: #00d681;
  position: absolute;
  top: 50% !important;
  border-radius: 50%;
  opacity: 1;
}

.lyCase_swiper .swiper-button-prev:hover,
.lyCase_swiper .swiper-button-next:hover {
  opacity: 0.8;
}

.lyCase_swiper .swiper-button-prev {
  left: -80px !important;
}

.lyCase_swiper .swiper-button-next {
  right: -80px !important;
}

.lyCase_swiper .swiper-button-next::after,
.lyCase_swiper .swiper-button-prev::after {
  color: #1c2d57;
  font-size: 16px;
}

/* ly_case end */


/* ly_evaluation start */
.ly_evaluation {
  overflow: hidden;
  padding: 90px 0;
}

.ly_evaluation .lyEval_main {
  margin: 0 auto;
}

.lyEval_list ul {
  margin: 0 -50px;
}

.lyEval_list ul li {
  width: 33.333333%;
  padding: 0 50px;
  float: left;
}

.lyEval_list ul li h3 {
  min-height: 80px;
  line-height: 40px;
  color: #1c2d57;
  font-size: 32px;
  position: relative;
}

.lyEval_list ul li h3 i {
  display: block;
  line-height: 60px;
  color: #00d681;
  font-size: 80px;
  font-style: normal;
  position: absolute;
  left: -40px;
  top: 0;
}

.lyEval_list ul li p {
  line-height: 30px;
  color: #212427;
  font-size: 17px;
  margin: 30px 0;
}

.lyEval_name span {
  display: block;
  line-height: 24px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
}

.lyEval_name em {
  display: block;
  line-height: 24px;
  color: #212427;
  font-size: 14px;
}

.lyEval_more {
  margin-top: 40px;
  text-align: center;
}

.lyEval_more a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 40px;
  background-color: #00d681;
  border-radius: 25px;
  letter-spacing: 1.2px;
  opacity: 1;
}

.lyEval_more a:hover {
  opacity: 0.8;
}

/* ly_evaluation end */


/* ly_news start */
.ly_news {
  overflow: hidden;
  padding: 90px 0;
  background-color: #f5f5f5;
}

.ly_news .lyNews_main {
  margin: 0 auto;
}

.lyNews_main .lyNews_swiper {
  position: relative;
}

.lyNews_swiper .swiper-container {
  width: 100%;
  padding: 40px 0;
  margin: -40px 0;
  position: relative;
}

.lyNews_swiper .swiper-container .swiper-slide {
  margin-top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_swiper .swiper-container .swiper-slide:hover {
  margin-top: -10px;
}

.lyNews_swiper .swiper-container .swiper-slide .lyNews_con {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom: 4px solid #00d681;
  box-shadow: 0 16px 20px rgba(0, 0, 0, .1);
}

.lyNews_swiper .swiper-container .swiper-slide .lyNews_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}

.lyNews_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyNews_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyNews_swiper .swiper-container .swiper-slide:hover .lyNews_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lyNews_swiper .swiper-container .swiper-slide .lyNews_text {
  width: 100%;
  height: 260px;
  overflow: hidden;
  line-height: 30px;
  color: #212427;
  font-size: 17px;
  padding: 20px;
}

.lyNews_swiper .swiper-container .swiper-slide .lyNews_text p {
  line-height: 30px;
  color: #212427;
  font-size: 17px;
  margin-bottom: 20px;
}

.lyNews_swiper .swiper-button-prev,
.lyNews_swiper .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  margin: -24px 0 0 0 !important;
  background-color: #00d681;
  position: absolute;
  top: 50% !important;
  border-radius: 50%;
  opacity: 1;
}

.lyNews_swiper .swiper-button-prev:hover,
.lyNews_swiper .swiper-button-next:hover {
  opacity: 0.8;
}

.lyNews_swiper .swiper-button-prev {
  left: -80px !important;
}

.lyNews_swiper .swiper-button-next {
  right: -80px !important;
}

.lyNews_swiper .swiper-button-next::after,
.lyNews_swiper .swiper-button-prev::after {
  color: #1c2d57;
  font-size: 16px;
}

/* ly_news end */


/* ly_jionus start */
.ly_jionus {
  overflow: hidden;
  background-color: #fff;
}

.ly_jionus .lyJionus_main {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lyJionus_main .lyJionus_img {
  width: 800px;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.lyJionus_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyJionus_main .lyJionus_text {
  width: calc(100% - 800px);
  height: auto;
  overflow: hidden;
  padding-right: 140px;
}

.lyJionus_text h3 {
  line-height: 32px;
  color: #1c2d57;
  font-size: 24px;
}

.lyJionus_text p {
  overflow: hidden;
  max-height: 144px;
  line-height: 48px;
  color: #1c2d57;
  font-size: 36px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 30px 0;
}

.lyJionus_text span {
  display: block;
  overflow: hidden;
  max-height: 90px;
  line-height: 30px;
  color: #212427;
  font-size: 17px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lyJionus_text .lyJionus_btn {
  margin-top: 80px;
}

.lyJionus_text .lyJionus_btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #212427;
  font-size: 14px;
  font-weight: bold;
  padding: 0 40px;
  background-color: #00d681;
  border-radius: 25px;
  letter-spacing: 1.2px;
  opacity: 1;
}

.lyJionus_text .lyJionus_btn a:hover {
  opacity: 0.8;
}


/* ly_jionus end */


@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {}

@media (max-width:390px) {}

@media (max-width:320px) {}