/*lyBanner start*/
.lyBanner { height: 940px; overflow: hidden; background-color: #f5f5f5; position: relative;}
.lyBanner .swiper-container { height: 100%;}
.lyBanner .swiper-slide { overflow: hidden; position: relative;}
.lyBanner .swiper-slide .lyBa_text { padding-right: 650px; position: absolute; left: 50%; top: 50%; z-index: 1; transform: translate(-150%, -50%); -webkit-transform: translate(-150%, -50%); transition: all 1s; -webkit-transition: all 1s;}
.lyBanner .swiper-slide-active .lyBa_text { transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyBanner .swiper-slide .lyBa_text .tit { line-height: 1.5; color: #fff; font-size: 44px; font-weight: bold;}
.lyBanner .swiper-slide .lyBa_text .tit span { color: #2a7570;}
.lyBanner .swiper-slide .lyBa_text .ms { line-height: 1.5; color: #fff; font-size: 20px; margin-top: 50px;}
.lyBanner .swiper-slide .lyBa_text .lyMore { margin-top: 100px;}

.lyBanner .swiper-pagination { width: 100%; height: 4px; text-align: right; padding: 0 calc(50% - 650px); bottom: 40px !important;}
.lyBanner .swiper-pagination span { width: 120px; height: 4px; margin: 0 0 0 30px !important; vertical-align: top; opacity: 1; background: none; border-radius: 0; position: relative;}
.lyBanner .swiper-pagination span::before { content: ''; display: block; width: 100%; height: 4px; overflow: hidden; background-color: rgba(255, 255, 255, .25); border-radius: 2px; position: absolute; left: 0; top: 0;}
.lyBanner .swiper-pagination span::after { content: ''; display: none; width: 0; height: 4px; overflow: hidden; background-color: #2a7570; border-radius: 2px; animation: ani01 5s ease infinite alternate; position: absolute; left: 0; top: 0;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active::after { display: block;}
@keyframes ani01 {
  0% { width: 0;} 100% { width: 100%;}
}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 80px; height: 80px; margin-top: -40px; padding: 30px; background: rgba(0, 0, 0, .1); border-radius: 50%;}
.lyBanner .swiper-button-prev { left: 3%; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBanner .swiper-button-next { right: 3%;}
.lyBanner .swiper-button-prev:hover, .lyBanner .swiper-button-next:hover { background: #2a7570;}
.lyBanner .swiper-button-prev:hover svg path, .lyBanner .swiper-button-next:hover svg path { fill: #ffffff;}
.lyBanner .swiper-button-disabled { opacity: .5 !important;}
/*lyBanner end*/


/*lyProduct_new start*/
.lyProduct_new { overflow: hidden; padding: 100px 0;}
.lyProNew_swiper { position: relative;}
.lyProNew_swiper .swiper-slide { overflow: hidden; padding: 30px 40px 60px; background: linear-gradient(to bottom, #f7f7f9, #f7f7f9); border-radius: 16px 16px 30px; position: relative;}
.lyProNew_swiper .swiper-slide:hover { background: linear-gradient(to bottom, #dff8f6, #f7f7f9);}
.lyProNew_swiper .swiper-slide .lyProNew_text a.name { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyProNew_swiper .swiper-slide:hover .lyProNew_text a.name { color: #2a7570;}
.lyProNew_swiper .swiper-slide .lyProNew_text p.model { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis;}
.lyProNew_swiper .swiper-slide .lyProNew_text p.model em { font-style: normal; margin-right: 20px;}
.lyProNew_swiper .swiper-slide .lyProNew_img { width: 100%; height: 240px; overflow: hidden; margin: 15px auto;}
.lyProNew_swiper .swiper-slide .lyProNew_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyProNew_swiper .swiper-slide:hover .lyProNew_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyProNew_swiper .swiper-slide a.btn { display: block; width: 190px; height: 60px; overflow: hidden; line-height: 60px; color: #999; font-size: 16px; padding: 0 60px 0 30px; background-color: #fff; border-radius: 30px; position: absolute; right: 0; bottom: 0;}
.lyProNew_swiper .swiper-slide:hover a.btn { color: #2a7570;}
.lyProNew_swiper .swiper-slide a.btn i { display: block; width: 60px; height: 60px; overflow: hidden; position: absolute; top: 0; right: 0;}
.lyProNew_swiper .swiper-slide a.btn i::before, .lyProNew_swiper .swiper-slide a.btn i::after { content: ''; display: block; background-color: #999; position: absolute; left: 50%; top: 50%;}
.lyProNew_swiper .swiper-slide a.btn i::before { width: 9px; height: 1px; margin: 0 0 0 -4.5px;}
.lyProNew_swiper .swiper-slide a.btn i::after { width: 1px; height: 9px; margin: -4.5px 0 0 0;}
.lyProNew_swiper .swiper-slide:hover a.btn i::before, .lyProNew_swiper .swiper-slide a.btn i::after { background-color: #2a7570;}

.lyProNew_swiper .swiper-pagination { display: none; width: 100%; height: 4px; bottom: 0 !important;}
.lyProNew_swiper .swiper-pagination span { width: 20px; height: 4px; margin: 0 4px !important; background: rgba(0, 0, 0, .1); border-radius: 2px; vertical-align: top; opacity: 1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyProNew_swiper .swiper-pagination span::after { display: none;}
.lyProNew_swiper .swiper-pagination span.swiper-pagination-bullet-active { background-color: #2a7570;}
/*lyProduct_new end*/


/*lySolution start*/
.lySolution { overflow: hidden; padding: 100px 0; background: linear-gradient(to bottom, #dff8f6, #f7f7f9);}

.lySolution_main { display: flex; align-items: center; justify-content: space-between;}
.lySolution_list { width: 50%; padding-right: 50px;}
.lySolution_list ul li { overflow: hidden; margin-bottom: 15px; padding: 15px 30px; background-color: #fff; box-shadow: 0 0 8px rgba(0, 0, 0, .05); border-radius: 8px;}
.lySolution_list ul li:last-child { margin-bottom: 0;}
.lySolution_list ul li.active { padding: 30px;}
.lySolution_list ul li .lySolu_name { padding-right: 40px; position: relative;}
.lySolution_list ul li .lySolu_name a { display: block; height: 40px; overflow: hidden; line-height: 40px; color: #777; font-size: 24px; font-weight: bold;}
.lySolution_list ul li:hover .lySolu_name a, .lySolution_list ul li.active .lySolu_name a { color: #2a7570;}
.lySolution_list ul li .lySolu_name em { display: block; width: 40px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0; cursor: pointer;}
.lySolution_list ul li .lySolu_name em::before, .lySolution_list ul li .lySolu_name em::after { content: ''; display: block; background-color: #2a7570; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lySolution_list ul li .lySolu_name em::before { width: 16px; height: 2px;}
.lySolution_list ul li .lySolu_name em::after { width: 2px; height: 16px; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lySolution_list ul li.active .lySolu_name em::after { height: 0;}
.lySolution_list ul li .lySolu_con { display: none; min-height: 160px; margin-top: 10px; padding-bottom: 44px; position: relative;}
.lySolution_list ul li.active .lySolu_con { display: block;}
.lySolu_con p.ms { line-height: 1.5; color: #777; font-size: 18px;}
.lySolu_con dl { display: flex; flex-wrap: wrap; margin-top: 20px;}
.lySolu_con dl dd { min-height: 24px; line-height: 24px; color: #222; font-size: 16px; margin: 0 24px 10px 0; padding-left: 24px; position: relative;}
.lySolu_con dl dd:last-child { margin-right: 0;}
.lySolu_con dl dd i { display: block; width: 14px; height: 14px; overflow: hidden; position: absolute; left: 0; top: 5px;}
.lySolu_con .lyMore { position: absolute; left: 0; bottom: 0;}

.lySolution_main .lySolution_img { width: 50%; height: 440px; overflow: hidden;}
.lySolution_main .lySolution_img a { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 8px; position: relative;}
.lySolution_main .lySolution_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}
/*lySolution end*/


/*lyProduct_list start*/
.lyProduct_list { overflow: hidden; padding: 100px 0;}
.lyProList_swiper { padding-bottom: 50px; position: relative;}
.lyProList_swiper .swiper-slide { overflow: hidden; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 8px; position: relative;}
.lyProList_swiper .swiper-slide:hover { border: 1px solid #2a7570;}
.lyProList_swiper .swiper-slide .lyProList_img { width: 100%; height: 260px; overflow: hidden; margin-bottom: 20px;}
.lyProList_swiper .swiper-slide .lyProList_img a { display: block; width: 100%; height: 100%; position: relative;}
.lyProList_swiper .swiper-slide:hover .lyProList_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyProList_swiper .swiper-slide .lyProList_text { padding: 20px 30px;}
.lyProList_swiper .swiper-slide .lyProList_text a.name { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyProList_swiper .swiper-slide:hover .lyProList_text a.name { color: #2a7570;}
.lyProList_swiper .swiper-slide .lyProList_text p.model { display: block; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis;}
.lyProList_swiper .swiper-slide .lyProList_text a.btn { display: inline-block; vertical-align: top; line-height: 30px; color: #2a7570; font-size: 16px; margin-top: 20px;}
.lyProList_swiper .swiper-slide .lyProList_text a.btn i { display: inline-block; vertical-align: middle; width: 20px; height: 20px; overflow: hidden; margin: -4px 0 0 10px;}
.lyProList_swiper .swiper-slide .lyProList_text a.btn:hover i { margin: -4px 0 0 20px;}

.lyProList_swiper .swiper-pagination { width: 100%; height: 8px; bottom: 0 !important;}
.lyProList_swiper .swiper-pagination span { width: 8px; height: 8px; margin: 0 4px !important; background-color: #ddd; border-radius: 50%; vertical-align: top; opacity: 1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyProList_swiper .swiper-pagination span::after { display: none;}
.lyProList_swiper .swiper-pagination span.swiper-pagination-bullet-active { background-color: #2a7570;}
/*lyProduct_list end*/


/*lyData_service start*/
.lyData_service { overflow: hidden; padding: 100px 0; background: url(../images/webp/dataServiceBg.webp) center center no-repeat; background-size: cover;}
.lyDataService_main { min-height: 240px; position: relative;}
.lyDataService_main::before { content: 'DATA SERVICE'; display: block; width: 100%; color: transparent; -webkit-text-stroke: .5px rgba(255,255,255,.15); font-size: 150px; font-weight: bold; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); white-space: nowrap;}
.lyDataService_main ul { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1;}
.lyDataService_main ul li { width: calc(50% - 100px); position: relative;}
.lyDataService_main ul li .con { display: block; width: 100%; height: 420px; overflow: hidden; border-radius: 40px; border: 1px solid rgba(255, 255, 255, .25); position: relative;}
.lyDataService_main ul li:hover .con { border-radius: 40px 40px 40px 0;}
.lyDataService_main ul li .con a.img { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyDataService_main ul li:hover .con a.img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyDataService_main ul li .con .text { width: 100%; overflow: hidden; padding: 40px; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); position: absolute; left: 0; bottom: 0;}
.lyDataService_main ul li:hover .con .text { background-image: linear-gradient(to bottom, rgba(0,173,161,0), rgba(0,173,161,1));}
.lyDataService_main ul li .con .text a.name { display: block; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 30px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyDataService_main ul li .con .text p { height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin-top: 10px;}

.lyDataService_main ul li a.ico { display: block; width: 80px; height: 80px; overflow: hidden; padding: 20px; background-color: #fff; border-radius: 50%; position: absolute; right: 30px; bottom: -30px;}
/*lyData_service end*/


/*lyNews start*/
.lyNews { overflow: hidden; padding: 100px 0;}
.lyNews_swiper { padding-bottom: 50px; position: relative;}
.lyNews_swiper .swiper-slide { overflow: hidden; position: relative;}
.lyNews_swiper .swiper-slide .lyNews_img { width: 100%; height: 280px; overflow: hidden; border-radius: 8px;}
.lyNews_swiper .swiper-slide .lyNews_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNews_swiper .swiper-slide:hover .lyNews_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNews_swiper .swiper-slide .lyNews_img a em { display: block; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 16px; font-style: normal; padding: 0 20px; background-color: rgba(255,255,255,.2); box-shadow: 0 0 8px rgba(0, 0, 0, .1); border-radius: 18px; position: absolute; left: 20px; top: 20px; z-index: 1;}
.lyNews_swiper .swiper-slide:hover .lyNews_img a em { background-color: #2a7570;}
.lyNews_swiper .swiper-slide .lyNews_text { margin-top: 20px;}
.lyNews_swiper .swiper-slide .lyNews_text a.name { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyNews_swiper .swiper-slide:hover .lyNews_text a.name { color: #2a7570;}
.lyNews_swiper .swiper-slide .lyNews_text p.ms { max-height: 52px; overflow: hidden; line-height: 26px; color: #777; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 15px 0 30px;}

.lyNews_swiper .swiper-pagination { width: 100%; height: 8px; bottom: 0 !important;}
.lyNews_swiper .swiper-pagination span { width: 8px; height: 8px; margin: 0 4px !important; background-color: #ddd; border-radius: 50%; vertical-align: top; opacity: 1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNews_swiper .swiper-pagination span::after { display: none;}
.lyNews_swiper .swiper-pagination span.swiper-pagination-bullet-active { background-color: #2a7570;}
/*lyNews end*/


/*lyGlobal start*/
.lyGlobal { overflow: hidden; padding: 100px 0; background: linear-gradient(to bottom, #dff8f6, #f7f7f9);}
.lyGlobal_main { display: flex; align-items: center; justify-content: space-between;}
.lyGlobal_main .lyGlobal_text { width: 450px;}
.lyGlobal_text .lyTitle p, .lyGlobal_text .lyTitle span { text-align: left;}
.lyGlobal_text ul { display: flex; align-items: center; justify-content: space-between; margin-top: 80px; position: relative;}
.lyGlobal_text ul li p { display: flex; align-items: center; justify-content: center; line-height: 1; color: #2a7570; font-family: 'Arial'; font-size: 48px; font-weight: bold; text-align: center;}
.lyGlobal_text ul li p sub { color: #2a7570; font-family: 'Arial'; font-size: 30px; font-weight: bold;}
.lyGlobal_text ul li label { display: block; line-height: 30px; color: #222; font-size: 18px; text-align: center; margin-top: 4px;}
.lyGlobal_text ul::before, .lyGlobal_text ul::after { content: ''; display: block; width: 1px; height: 80px; background-color: #b7d0cc; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyGlobal_text ul::before { left: 34%;}
.lyGlobal_text ul::after { right: 27%;}

.lyGlobal_main .lyGlobal_map { width: 960px; overflow: hidden; margin: 0 -60px 0 -50px;}
/*lyGlobal end*/



@media (max-width:1680px) {
  .lyBanner { height: 660px;}
  .lyBanner .swiper-pagination { height: 5px; bottom: 30px !important;}
  .lyBanner .swiper-pagination span { width: 30px; height: 5px;}

  .lyProduct_new { padding: 60px 0;}
  .lyProNew_swiper { padding-bottom: 40px;}

}

@media (max-width:1600px) {
  .lyBanner { height: 640px;}

}

@media (max-width:1560px) {
  .lyBanner { height: 620px;}
}

@media (max-width:1440px) {
  .lyBanner { height: 580px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 16px;}

  .lyProNew_swiper .swiper-slide { padding: 30px 40px; border-radius: 12px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text a.name { height: 36px; line-height: 36px; font-size: 26px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text em { width: 100px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text p.ms { height: 44px; line-height: 22px; font-size: 15px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text a.btn { width: 44px; height: 44px; margin-top: 30px; padding: 14px;}
  .lyProNew_swiper .swiper-slide .lyProNew_img { margin-top: -44px;}

}

@media (max-width:1366px) {
  .lyBanner { height: 540px;}
}

@media (max-width:1280px) {
  .lyBanner { height: 500px;}

  .lyProNew_swiper .swiper-slide .lyProNew_text a.name { height: 32px; line-height: 32px; font-size: 24px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text em { width: 80px;}
  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 240px;}

}

@media (max-width:1200px) {
  .lyBanner { height: 480px;}

}

@media (max-width:1080px) {
  .lyBanner { height: 424px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none;}

  .lyProNew_swiper .swiper-slide { padding: 30px;}
  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 220px;}

}

@media (max-width:1024px) {
  .lyBanner { height: 400px;}

}

@media (max-width:920px) {
  .lyBanner { height: 380px;}
  .lyBanner .swiper-pagination { height: 4px; bottom: 20px !important;}
  .lyBanner .swiper-pagination span { width: 24px; height: 4px;}

  .lyProduct_new { padding: 40px 0;}
  .lyProNew_swiper { padding-bottom: 30px;}
  .lyProNew_swiper .swiper-slide { border-radius: 8px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text a.name { height: 30px; line-height: 30px; font-size: 22px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text em { width: 60px; margin: 12px 0;}
  .lyProNew_swiper .swiper-slide .lyProNew_text a.btn { width: 40px; height: 40px; margin-top: 20px; padding: 13px;}
  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 200px; margin-top: -40px;}

}

@media (max-width:820px) {
  .lyBanner { height: 322px;}

  .lyProNew_swiper .swiper-slide { padding: 20px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text a.name { font-size: 20px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text em { width: 40px; margin: 10px 0;}

}

@media (max-width:767px) {
  .lyBanner { height: 200px; margin-top: 64px;}
  .lyBanner .swiper-pagination { height: 3px; bottom: 12px !important;}
  .lyBanner .swiper-pagination span { width: 20px; height: 3px; margin: 0 3px !important;}

  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 180px;}

}

@media (max-width:390px) {
  .lyBanner { height: 180px;}

}

@media (max-width:320px) {
  .lyBanner { height: 150px;}

  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 160px;}

}

