/*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; position: relative;}
.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_img .lySolution_tips { display: flex; align-items: center; overflow: hidden; padding: 16px; background-color: #fff; border-radius: 8px; position: absolute; right: -16px; bottom: -16px;}
.lySolution_img .lySolution_tips i { display: block; width: 48px; height: 48px; overflow: hidden; padding: 8px; background-color: #cbeeec; border-radius: 8px;}
.lySolution_img .lySolution_tips i img { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0 auto;}
.lySolution_img .lySolution_tips .txt { overflow: hidden; padding-left: 10px;}
.lySolution_img .lySolution_tips .txt span { display: block; line-height: 20px; color: #999; font-size: 14px; margin-bottom: 4px;}
.lySolution_img .lySolution_tips .txt p { line-height: 24px; color: #222; font-size: 16px; font-weight: bold;}
/*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%; line-height: 1; color: transparent; -webkit-text-stroke: .5px rgba(255,255,255,.15); font-size: 150px; font-weight: bold; text-align: center; 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((100% - 60px) / 3); position: relative;}
.lyDataService_main ul li .con { display: block; width: 100%; height: 300px; overflow: hidden; border-radius: 16px; border: 1px solid rgba(255, 255, 255, .25); position: relative;}
.lyDataService_main ul li:hover .con { border-radius: 16px 16px 16px 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: 20px; 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: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 24px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyDataService_main ul li .con .text p { max-height: 52px; overflow: hidden; line-height: 26px; color: #fff; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 10px; padding-right: 60px;}

.lyDataService_main ul li a.ico { display: block; width: 60px; height: 60px; overflow: hidden; padding: 15px; background-color: #fff; border-radius: 50%; position: absolute; right: 20px; 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: 800px;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 40px;}
  .lyBanner .swiper-slide .lyBa_text .ms { font-size: 18px; margin-top: 40px;}
  .lyBanner .swiper-slide .lyBa_text .lyMore { margin-top: 80px;}
  .lyBanner .swiper-pagination span { width: 100px; margin: 0 0 0 20px !important;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 64px; height: 64px; margin-top: -32px; padding: 24px;}

  .lyProduct_new, .lySolution, .lyProduct_list, .lyNews, .lyGlobal { padding: 80px 0;}

  .lyProList_swiper, .lyNews_swiper { padding-bottom: 40px;}

  .lyData_service { padding: 80px 0 100px;}

  .lyNews_swiper .swiper-slide .lyNews_text p.ms { margin: 12px 0 24px;}  
}

@media (max-width:1600px) {
  .lyBanner { height: 750px;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 40px;}
  .lyBanner .swiper-slide .lyBa_text .ms { font-size: 18px; margin-top: 30px;}
  .lyBanner .swiper-slide .lyBa_text .lyMore { margin-top: 60px;}
  .lyBanner .swiper-pagination span { width: 80px; margin: 0 0 0 20px !important;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 60px; height: 60px; margin-top: -30px; padding: 22px;}

  .lySolution_list ul li .lySolu_name a { font-size: 22px;}
}

@media (max-width:1560px) {
  .lyBanner { height: 740px;}
}

@media (max-width:1440px) {
  .lyBanner { height: 680px;}
  .lyBanner .swiper-slide .lyBa_text { padding: 0 600px 0 80px;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 36px;}
  .lyBanner .swiper-slide .lyBa_text .ms { font-size: 16px; margin-top: 30px;}
  .lyBanner .swiper-slide .lyBa_text .lyMore { margin-top: 60px;}
  .lyBanner .swiper-pagination { bottom: 30px !important;}
  .lyBanner .swiper-pagination span { width: 60px; height: 3px; margin: 0 0 0 15px !important;}
  .lyBanner .swiper-pagination span::before, .lyBanner .swiper-pagination span::after { height: 3px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 60px; height: 60px; margin-top: -30px; padding: 22px;}

  .lyProduct_new, .lySolution, .lyProduct_list, .lyNews, .lyGlobal { padding: 60px 0;}

  .lyProNew_swiper .swiper-slide { padding: 30px 30px 50px; border-radius: 12px 12px 25px;}
  .lyProNew_swiper .swiper-slide a.btn { width: 150px; height: 50px; line-height: 50px; font-size: 15px; padding: 0 50px 0 25px; border-radius: 25px;}
  .lyProNew_swiper .swiper-slide a.btn i { width: 50px; height: 50px;}
  .lyProNew_swiper .swiper-slide a.btn i::before { margin: 0 0 0 -4px;}
  .lyProNew_swiper .swiper-slide a.btn i::after { margin: -4px 0 0 0;}

  .lyProList_swiper .swiper-slide .lyProList_text a.btn { font-size: 15px;}
  .lyProList_swiper .swiper-slide .lyProList_text a.btn i { margin: -2px 0 0 10px;}
  .lyProList_swiper .swiper-slide .lyProList_text a.btn:hover i { margin: -2px 0 0 20px;}

  .lySolution_list { padding-right: 40px;}
  .lySolu_con p.ms { font-size: 16px;}
  .lySolu_con dl dd { min-height: 24px; line-height: 24px; font-size: 14px; margin: 0 20px 10px 0; padding-left: 20px;}

  .lyData_service { padding: 60px 0 90px;}
  
  .lyGlobal_text ul { margin-top: 60px;}
  .lyGlobal_text ul li label { font-size: 16px;}
  .lyGlobal_main .lyGlobal_map { width: 880px; margin: 0 -40px;}

  
}

@media (max-width:1366px) {
  .lyBanner { height: 600px;}
  .lyBanner .swiper-slide .lyBa_text { padding: 0 570px 0 70px;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 32px;}
  .lyBanner .swiper-slide .lyBa_text .ms { font-size: 15px; margin-top: 20px;}
  .lyBanner .swiper-slide .lyBa_text .lyMore { margin-top: 40px;}
  .lyBanner .swiper-pagination { padding: 0 calc(50% - 600px);}
  .lyBanner .swiper-pagination span { width: 48px; margin: 0 0 0 12px !important;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 18px;}

  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 230px;}

  .lySolution_list ul li { margin-bottom: 10px; padding: 10px 20px;}
  .lySolution_list ul li.active { padding: 20px;}
  .lySolution_list ul li .lySolu_name a { font-size: 20px;}
  .lySolution_list ul li .lySolu_con { padding-bottom: 40px;}
  .lySolu_con p.ms { font-size: 15px;}
  .lySolution_main .lySolution_img { height: 390px;}

  .lyProList_swiper .swiper-slide .lyProList_img { margin-bottom: 0;}

  .lyDataService_main::before { font-size: 120px;}
  .lyDataService_main ul li { width: calc((100% - 40px) / 3);}
  .lyDataService_main ul li .con { height: 260px;}
  .lyDataService_main ul li .con .text a.name { height: 30px; line-height: 30px; font-size: 22px;}
  .lyDataService_main ul li .con .text p { max-height: 50px; line-height: 25px; font-size: 15px;}

  .lyNews_swiper .swiper-slide .lyNews_img { height: 260px;}
  .lyNews_swiper .swiper-slide .lyNews_img a em { height: 30px; line-height: 30px; font-size: 14px; padding: 0 15px; border-radius: 15px;}
  .lyNews_swiper .swiper-slide .lyNews_text p.ms { max-height: 50px; line-height: 25px; font-size: 15px; margin: 10px 0 20px;}

  .lyGlobal_text ul { margin-top: 40px;}
  .lyGlobal_text ul li p { font-size: 40px;}
  .lyGlobal_text ul li p sub { font-size: 24px;}
  .lyGlobal_text ul li label { line-height: 25px; font-size: 15px; margin-top: 5px;}
  .lyGlobal_main .lyGlobal_map { width: 780px; margin: -20px -30px;}

  
}

@media (max-width:1280px) {
  .lyBanner { height: 540px;}
  .lyBanner .swiper-slide .lyBa_text { padding: 0 540px 0 40px;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 28px;}
  .lyBanner .swiper-slide .lyBa_text .ms { font-size: 14px; margin-top: 14px;}
  .lyBanner .swiper-slide .lyBa_text .lyMore { margin-top: 30px;}
  .lyBanner .swiper-pagination { padding: 0 calc(50% - 540px);}

  .lyProNew_swiper .swiper-slide { padding: 20px 20px 40px; border-radius: 10px 10px 20px;}  
  .lyProNew_swiper .swiper-slide .lyProNew_text p.model em { margin-right: 10px;}
  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 220px; margin: 10px auto;}
  .lyProNew_swiper .swiper-slide a.btn { width: 120px; height: 40px; line-height: 40px; font-size: 14px; padding: 0 40px 0 20px; border-radius: 20px;}
  .lyProNew_swiper .swiper-slide a.btn i { width: 40px; height: 40px;}

  .lySolution_list { padding-right: 30px;}
  .lySolution_list ul li .lySolu_name a { height: 36px; line-height: 36px; font-size: 18px;}
  .lySolution_list ul li .lySolu_name em { width: 36px; height: 36px;}
  .lySolution_list ul li .lySolu_name em::before { width: 14px;}
  .lySolution_list ul li .lySolu_name em::after { height: 14px;}
  .lySolution_main .lySolution_img { height: 378px;}

  .lyProList_swiper .swiper-slide .lyProList_img { height: 240px;}
  .lyProList_swiper .swiper-slide .lyProList_text { padding: 15px 20px;}
  .lyProList_swiper .swiper-slide .lyProList_text a.btn { font-size: 14px; margin-top: 10px;}

  .lyDataService_main ul li .con { height: 240px;}
  .lyDataService_main ul li .con .text a.name { font-size: 20px;}
  .lyDataService_main ul li .con .text p { max-height: 44px; line-height: 22px; font-size: 14px;}

  .lyNews_swiper .swiper-slide .lyNews_img { height: 240px;}
  .lyNews_swiper .swiper-slide .lyNews_text { margin-top: 15px;}

  .lyGlobal_main .lyGlobal_text { width: 400px;}
  .lyGlobal_text ul::before, .lyGlobal_text ul::after { height: 60px;}

  
}

@media (max-width:1200px) {
  .lyBanner { height: 500px;}

}

@media (max-width:1080px) {
  .lyBanner { height: 480px;}
  .lyBanner .swiper-slide .lyBa_text { padding: 0 50% 0 0;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 24px;}
  .lyBanner .swiper-pagination { padding: 0 3%; bottom: 20px !important;}
  .lyBanner .swiper-pagination span { width: 36px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none;}

  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 200px;}

  .lyProList_swiper .swiper-slide .lyProList_img { height: 220px;}

  .lyDataService_main::before { font-size: 100px;}
  .lyDataService_main { min-height: 220px;}
  .lyDataService_main ul li .con { height: 220px;}

  .lyNews_swiper .swiper-slide .lyNews_img { height: 220px;}
  .lyNews_swiper .swiper-slide .lyNews_img a em { left: 15px; top: 15px;}

  .lyGlobal_main .lyGlobal_text { width: 360px;}
  .lyGlobal_text ul li p { font-size: 36px;}
  .lyGlobal_text ul li p sub { font-size: 20px;}
  .lyGlobal_main .lyGlobal_map { width: 640px; margin: -20px;}

  
}

@media (max-width:1024px) {
}

@media (max-width:920px) {
  .lyBanner { height: 440px;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 22px;}
  .lyBanner .swiper-slide .lyBa_text .lyMore { display: none;}
  .lyBanner .swiper-pagination span { width: 30px; margin: 0 0 0 10px !important;}

  .lyProduct_new, .lySolution, .lyProduct_list, .lyNews, .lyGlobal { padding: 40px 0;}

  .lyProNew_swiper .swiper-slide { border-radius: 8px 8px 20px 8px;}
  .lyProNew_swiper .swiper-slide .lyProNew_text a.name { font-size: 16px;}
  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 170px;}

  .lySolution_list { padding-right: 20px;}

  .lyProList_swiper, .lyNews_swiper { padding-bottom: 30px;}
  .lyProList_swiper .swiper-slide .lyProList_img { height: 200px;}
  .lyProList_swiper .swiper-slide .lyProList_text a.name { font-size: 16px;}

  .lyData_service { padding: 40px 0 70px;}
  .lyDataService_main { min-height: 200px;}
  .lyDataService_main::before { font-size: 80px;}  
  .lyDataService_main ul li .con { height: 200px; border-radius: 12px;}
  .lyDataService_main ul li .con:hover { border-radius: 12px 12px 12px 0;}
  .lyDataService_main ul li .con .text a.name { font-size: 18px;}

  .lyNews_swiper .swiper-slide .lyNews_img { height: 190px;}
  .lyNews_swiper .swiper-slide .lyNews_img a em { left: 10px; top: 10px;}
  .lyNews_swiper .swiper-slide .lyNews_text { margin-top: 10px;}
  .lyNews_swiper .swiper-slide .lyNews_text a.name { font-size: 16px;}
  .lyNews_swiper .swiper-slide .lyNews_text p.ms { max-height: 44px; line-height: 22px; font-size: 14px; margin: 8px 0 16px;}

  .lyGlobal_main .lyGlobal_text { width: 300px;}
  .lyGlobal_text ul li p { font-size: 32px;}
  .lyGlobal_text ul li p sub { font-size: 16px;}
  .lyGlobal_text ul li label { line-height: 22px; font-size: 14px; margin-top: 4px;}
  .lyGlobal_text ul::before, .lyGlobal_text ul::after { height: 50px;}
  .lyGlobal_main .lyGlobal_map { width: 600px;}

  
}

@media (max-width:820px) {
  .lyBanner { height: 400px;}

  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 150px;}

  .lyProList_swiper .swiper-slide .lyProList_img { height: 170px;}

  .lyDataService_main::before { font-size: 70px;}
  .lyDataService_main ul li .con { height: 200px;}
  
  .lyNews_swiper .swiper-slide .lyNews_img { height: 170px;}

}

@media (max-width:767px) {
  .lyBanner { height: 240px; margin-top: 64px;}
  .lyBanner .swiper-slide .lyBa_text { padding: 0 40% 0 0;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 15px;}
  .lyBanner .swiper-slide .lyBa_text .ms { font-size: 12px; margin-top: 10px;}
  .lyBanner .swiper-pagination span { width: 24px;}

  .lyProNew_swiper .swiper-slide .lyProNew_text a.name { font-size: 18px;}
  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 220px;}

  .lySolution_main { display: block;}
  .lySolution_list { width: 100%; margin-bottom: 20px; padding: 0;}
  .lySolution_list ul li.active { padding: 10px 20px 20px;}
  .lySolution_list ul li .lySolu_name a { font-size: 16px;}
  .lySolution_list ul li .lySolu_con { min-height: inherit; margin-top: 4px;}
  .lySolu_con p.ms { font-size: 14px;}
  .lySolu_con dl { margin: 10px 0;}
  .lySolu_con dl dd { margin: 0 20px 5px 0;}
  .lySolution_main .lySolution_img { width: 100%; height: 250px;}

  .lyProList_swiper .swiper-slide .lyProList_img { height: 240px;}
  .lyProList_swiper .swiper-slide .lyProList_text a.name { font-size: 18px;}
  
  .lyData_service { padding: 40px 0 50px;}
  .lyDataService_main::before { font-size: 54px;}
  .lyDataService_main ul { display: block;}
  .lyDataService_main ul li { width: 100%; margin-bottom: 40px;}
  .lyDataService_main ul li:last-child { margin-bottom: 0;}
  .lyDataService_main ul li .con { height: 220px;}

  .lyNews_swiper .swiper-slide .lyNews_img { height: 240px;}

  .lyGlobal { padding: 40px 0 20px;}
  .lyGlobal_main { display: block;}
  .lyGlobal_main .lyGlobal_text { width: 100%;}
  .lyGlobal_text .lyTitle p, .lyGlobal_text .lyTitle span { text-align: center;}
  .lyGlobal_text ul { margin-top: 20px;}
  .lyGlobal_text ul::before { left: calc(100% / 3);}
  .lyGlobal_text ul::after { right: calc(100% / 3);}
  .lyGlobal_text ul li { width: calc(100% / 3);}
  .lyGlobal_main .lyGlobal_map { width: 100%; margin: 10px 0 0;}

  
}

@media (max-width:390px) {
  .lyBanner { height: 220px;}
  .lyBanner .swiper-slide .lyBa_text { padding: 0 32% 0 0;}
  
  .lySolution_main .lySolution_img { height: 240px;}

  .lyDataService_main ul li .con, .lyNews_swiper .swiper-slide .lyNews_img { height: 220px;}
}

@media (max-width:320px) {
  .lyBanner { height: 180px;}
  .lyBanner .swiper-slide .lyBa_text .tit { font-size: 14px;}
  .lyBanner .swiper-pagination { bottom: 10px !important;}
  .lyBanner .swiper-pagination span { width: 20px;}

  .lyProNew_swiper .swiper-slide .lyProNew_img { height: 180px;}

  .lySolution_main .lySolution_img, .lyProList_swiper .swiper-slide .lyProList_img, .lyDataService_main ul li .con, .lyNews_swiper .swiper-slide .lyNews_img { height: 200px;}
  .lyDataService_main::before { font-size: 40px;}
}

