/*lyBanner start*/
.lyBanner { height: 750px; overflow: hidden; background-color: #f5f5f5; position: relative;}
.lyBanner .swiper-container { height: 100%;}
.lyBanner .swiper-slide { overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative;}
/*.lyBanner .swiper-slide img.cover { -moz-transform:scale(1.05,1.5);-webkit-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);transform:scale(1.05,1.05);-webkit-transition: all 2s ease-in;-moz-transition: all 2s ease-in;-o-transition: all 2s ease-in;-ms-transition: all 2s ease-in;transition: all 2s ease-in; -webkit-transition: all 2s ease-in-out;}
.lyBanner .swiper-slide.swiper-slide-active img.cover { -moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}*/

.lyBanner .swiper-slide .lyBa_text { padding-right: 30%; 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%);}
.lyBa_text p {height: 40px; overflow: hidden;}
.lyBa_text p img { max-height: 100%;}
.lyBa_text em { display: block; width: 100px; height: 5px; margin: 30px 0 50px; background-color: #009596;}
.lyBa_text span { display: block; line-height: 1.2; color: #222; font-size: 48px; font-weight: bold;}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 64px; height: 64px; margin-top: -32px; padding: 10px; background: rgba(0, 0, 0, 0); border-radius: 0; top: 50%; opacity: .25;}
.lyBanner .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBanner .swiper-button-next { right: 0;}
.lyBanner .swiper-button-prev:hover, .lyBanner .swiper-button-next:hover { background: #009596; opacity: 1;}
.lyBanner .swiper-button-prev:hover svg path, .lyBanner .swiper-button-next:hover svg path { fill: #fff;}
.lyBanner .swiper-button-disabled { opacity: .25 !important;}

.lyBanner .swiper-pagination { width: 100%; height: 25px; bottom: 40px !important;}
.lyBanner .swiper-pagination span { width: 25px; height: 25px; border: 1px solid rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0); border-radius: 50%; margin: 0 2px; opacity: 1; vertical-align: top;}
.lyBanner .swiper-pagination span::after { content: ''; display: block; width: 9px; height: 9px; background-color: rgba(0, 0, 0, .1); border-radius: 50%; margin: 7px auto;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active { border: 1px solid #009596;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active::after { background-color: #009596;}
/*lyBanner end*/


.lyTitle { line-height: 1.2; color: #222; font-size: 40px; text-align: center; margin-bottom: 40px;}


/*lyProVideo start*/
.lyProVideo { overflow: hidden; margin: 80px 0;}
.lyProVideo_scroll { margin-bottom: 20px; position: relative;}
.lyProVideo_scroll button.scroll-arrow { display: block; width: 40px; height: 40px; overflow: hidden; padding: 10px; background-color: rgb(255 255 255 / 0.8); box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); border-radius: 50%; position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); -webkit-transform: translateY(-50%); border: none; outline: none; cursor: pointer;}
.lyProVideo_scroll button.scroll-arrow#scrollLeft1 { left: 0;}
.lyProVideo_scroll button.scroll-arrow#scrollRight1 { right: 0;}
.lyProVideo_scroll button.scroll-arrow#scrollLeft1 svg { transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyProVideo_scroll button.scroll-arrow:hover { background-color: #009596;}
.lyProVideo_scroll button.scroll-arrow:hover svg path { fill: #fff;}

.lyProVideo_tab { overflow-x: auto;}
.lyProVideo_tab::-webkit-scrollbar { height: 0;}
.lyProVideo_tab ul { display: flex;}
.lyProVideo_tab ul li { height: 40px; line-height: 40px; color: #222; font-size: 16px; word-break: keep-all; cursor: pointer; margin-right: 40px; position: relative;}
.lyProVideo_tab ul li:last-child { margin-right: 0;}
.lyProVideo_tab ul li::after { content: ''; display: block; width: 0; height: 2px; background-color: #009596; position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyProVideo_tab ul li:hover, .lyProVideo_tab ul li.active { color: #009596;}
.lyProVideo_tab ul li:hover::after, .lyProVideo_tab ul li.active::after { width: 100%;}

.lyProVideo_con { width: 100%; height: 650px; overflow: hidden;}

.opacity-0 { display: none !important;}
/*lyProVideo end*/


/*lyProducts start*/
.lyProducts { overflow: hidden; margin: 80px 0;}
.lyPro_scroll { margin-bottom: 20px; position: relative;}
.lyPro_scroll button.scroll-arrow { display: block; width: 40px; height: 40px; overflow: hidden; padding: 10px; background-color: rgb(255 255 255 / 0.8); box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); border-radius: 50%; position: absolute; top: 50%; z-index: 2; transform: translateY(-50%); -webkit-transform: translateY(-50%); border: none; outline: none; cursor: pointer;}
.lyPro_scroll button.scroll-arrow#scrollLeft2 { left: 0;}
.lyPro_scroll button.scroll-arrow#scrollRight2 { right: 0;}
.lyPro_scroll button.scroll-arrow#scrollLeft2 svg { transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyPro_scroll button.scroll-arrow:hover { background-color: #009596;}
.lyPro_scroll button.scroll-arrow:hover svg path { fill: #fff;}

.lyPro_tab { overflow-x: auto;}
.lyPro_tab::-webkit-scrollbar { height: 0;}
.lyPro_tab ul { display: flex;}
.lyPro_tab ul li { height: 40px; line-height: 40px; color: #222; font-size: 16px; word-break: keep-all; cursor: pointer; margin-right: 40px; position: relative;}
.lyPro_tab ul li:last-child { margin-right: 0;}
.lyPro_tab ul li::after { content: ''; display: block; width: 0; height: 2px; background-color: #009596; position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_tab ul li:hover, .lyPro_tab ul li.active { color: #009596;}
.lyPro_tab ul li:hover::after, .lyPro_tab ul li.active::after { width: 100%;}


.lyProSwiper { width: 100%; overflow: hidden; background-color: #f4f4f4; position: relative;}
.lyProSwiper .swiper-container { width: 100%; padding: 30px 30px;}
.lyProSwiper .swiper-slide { width: 200px; position: relative;}
.lyProSwiper .swiper-slide a.pic { display: block; width: 100%; height: 180px; overflow: hidden; margin: 0 auto; position: relative;}
.lyProSwiper .swiper-slide:hover a.pic img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyProSwiper .swiper-slide a.name { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 26px; color: #222; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 10px 0 0;}
.lyProSwiper .swiper-slide a.btn { display: block; width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto;}
.lyProSwiper .swiper-slide:hover a.name, .lyProSwiper .swiper-slide:hover a.btn { color: #009596;}

.lyProSwiper .swiper-button-prev, .lyProSwiper .swiper-button-next { width: 40px; height: 40px; margin-top: -20px; padding: 10px; background: none; background-color: rgb(255 255 255 / 0.8); box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); border-radius: 50%; top: 50%;}
.lyProSwiper .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyProSwiper .swiper-button-next { right: 0;}
.lyProSwiper .swiper-button-prev:hover, .lyProSwiper .swiper-button-next:hover { background: #009596; opacity: 1;}
.lyProSwiper .swiper-button-prev:hover svg path, .lyProSwiper .swiper-button-next:hover svg path { fill: #fff;}
.lyProSwiper .swiper-button-disabled { opacity: .25 !important;}
/*lyProducts end*/


/*lyBrandNews start*/
.lyBrandNews { overflow: hidden; margin: 80px 0;}
.lyBrandNews_list ul li { display: flex; align-items: center; margin-bottom: 10px; padding-bottom: 40px; background-color: #f4f4f4;}
.lyBrandNews_list ul li:nth-child(2n) { background-color: #fff;}
.lyBrandNews_list ul li:last-child { margin-bottom: 0;}
.lyBrandNews_img { width: 30%; height: 255px; overflow: hidden;}
.lyBrandNews_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyBrandNews_img a::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .45); position: absolute; left: 0; top: 0; z-index: 1;}
.lyBrandNews_img a::after { content: ''; display: block; width: calc(100% - 20px); height: calc(100% - 20px); border: 1px solid rgba(255, 255, 255, .45); position: absolute; left: 10px; top: 10px; z-index: 2;}
.lyBrandNews_list ul li:hover .lyBrandNews_img a img.cover { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyBrandNews_img a .con { width: 100%; padding: 0 50px; position: absolute; left: 0; top: 50%; z-index: 3; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyBrandNews_img a .con em { display: block; height: 20px; overflow: hidden;}
.lyBrandNews_img a .con em img { display: block; max-height: 100%;}
.lyBrandNews_img a .con p { display: block; line-height: 1.2; color: #fff; font-size: 30px; font-weight: bold; margin: 10px 0 20px;}
.lyBrandNews_img a .con span { display: inline-block; height: 24px; line-height: 24px; color: #555; font-size: 15px; padding: 0 10px; background-color: #fff; vertical-align: top; position: relative;}
.lyBrandNews_img a .con span::after { content: ''; display: block; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 12px solid #fff; position: absolute; right: -12px; top: 50%; margin-top: -12px;}

.lyBrandNews_text { width: 70%; height: auto; overflow: hidden; padding: 0 40px;}
.lyBrandNews_text a { display: block; max-height: 60px; overflow: hidden; line-height: 30px; color: #222; font-size: 22px; font-weight: bold; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp : 2; -webkit-box-orient: vertical;}
.lyBrandNews_list ul li:hover .lyBrandNews_text a { color: #009596;}
.lyBrandNews_text em { display: block; width: 60px; height: 4px; background-color: #009596; margin: 15px 0 20px;}
.lyBrandNews_list ul li:hover .lyBrandNews_text em { width: 80px;}
.lyBrandNews_text p { max-height: 60px; overflow: hidden; line-height: 30px; color: #555; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyBrandNews_text span { display: block; height: 30px; line-height: 30px; color: #555; font-size: 16px; margin-top: 20px;}
.lyBrandNews_text span i { display: block; width: 16px; height: 16px; margin: 6px 8px 6px 0; float: left;}
/*lyBrandNews end*/


/*lyCustomer start*/
.lyCustomer { overflow: hidden; margin: 80px 0 50px;}
.lyCustomer_swiper { position: relative;}
.lyCustomer_swiper .swiper-container { margin-top: -30px; padding: 30px 0;}
.lyCustomer_swiper .swiper-slide { height: 160px; overflow: hidden; background-color: #fff; border: 1px solid #e6e6e6; box-shadow: 0 0 0 rgba(0, 150, 150, 0); position: relative;}
.lyCustomer_swiper .swiper-slide:hover { border: 1px solid #009596; box-shadow: 0 10px 20px rgba(0, 150, 150, .15);}

.lyCustomer_swiper .swiper-button-prev, .lyCustomer_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 13px; background: rgba(0, 0, 0, 0); border: 1px solid #ddd; border-radius: 50%; top: 50%;}
.lyCustomer_swiper .swiper-button-prev { left: -80px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyCustomer_swiper .swiper-button-next { right: -80px;}
.lyCustomer_swiper .swiper-button-prev:hover, .lyCustomer_swiper .swiper-button-next:hover { background: #009596; border: 1px solid #009596; opacity: 1;}
.lyCustomer_swiper .swiper-button-prev:hover svg path, .lyCustomer_swiper .swiper-button-next:hover svg path { fill: #fff;}
.lyCustomer_swiper .swiper-button-disabled { opacity: .25 !important;}
/*lyCustomer end*/


@media (max-width:1680px) {
  .lyBanner { height: 660px;}
  .lyBa_text em { width: 80px; height: 4px;}
  .lyBa_text span { font-size: 44px;}
  .lyBanner .swiper-pagination { bottom: 30px !important;}

}

@media (max-width:1600px) {
  .lyBanner { height: 640px;}

}

@media (max-width:1560px) {
  .lyBanner { height: 620px;}

  .lyCustomer_swiper .swiper-button-prev { left: -64px;}
  .lyCustomer_swiper .swiper-button-next { right: -64px;}
}

@media (max-width:1440px) {
  .lyBanner { height: 570px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 40%;}
  .lyBa_text p { height: 34px;}
  .lyBa_text em { width: 60px; height: 3px; margin: 20px 0 40px;}
  .lyBa_text span { font-size: 40px;}
  .lyBanner .swiper-pagination { height: 21px; bottom: 20px !important;}
  .lyBanner .swiper-pagination span { width: 21px; height: 21px;}
  .lyBanner .swiper-pagination span::after { width: 7px; height: 7px; margin: 6px auto;}

  .lyTitle { font-size: 36px; margin-bottom: 30px;}

  .lyProVideo, .lyProducts, .lyBrandNews { margin: 60px 0;}
  .lyProVideo_tab ul li, .lyPro_tab ul li { margin-right: 30px;}
  .lyProVideo_con { height: 557px;}
  
  .lyBrandNews_list ul li { padding-bottom: 30px;}
  .lyBrandNews_img { height: 220px;}
  .lyBrandNews_img a .con { padding: 0 40px;}
  .lyBrandNews_img a .con em { height: 16px;}
  .lyBrandNews_img a .con p { font-size: 26px;}
  .lyBrandNews_img a .con span { height: 22px; line-height: 22px; font-size: 14px;}
  .lyBrandNews_img a .con span::after { border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 10px solid #fff; right: -10px; margin-top: -11px;}
  .lyBrandNews_text { padding: 0 30px;}
  .lyBrandNews_text a { font-size: 20px;}
  .lyBrandNews_text em { width: 48px; height: 3px;}
  .lyBrandNews_text p { max-height: 48px; line-height: 24px; font-size: 14px;}
  .lyBrandNews_text span { height: 24px; line-height: 24px; font-size: 14px;}
  .lyBrandNews_text span i { width: 14px; height: 14px; margin: 5px 6px 5px 0;}

  .lyCustomer { margin: 60px 0 40px;}
  .lyCustomer_swiper .swiper-container { margin-top: -20px; padding: 20px 0;}
  .lyCustomer_swiper .swiper-slide { height: 130px;}
  .lyCustomer_swiper .swiper-slide:hover { box-shadow: 0 8px 16px rgba(0, 150, 150, .15);}

}

@media (max-width:1366px) {
  .lyBanner { height: 540px;}
  .lyBa_text p { height: 32px;}
  .lyBa_text span { font-size: 36px;}

}

@media (max-width:1280px) {
  .lyBanner { height: 500px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 48%;}
  .lyBa_text span { font-size: 32px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 44px; height: 44px; margin-top: -22px;}

  .lyCustomer_swiper .swiper-container { padding: 20px 0 70px;}
  .lyCustomer_swiper .swiper-button-prev, .lyCustomer_swiper .swiper-button-next { width: 44px; height: 44px; margin-top: 0; padding: 12px; top: inherit; bottom: 0;}
  .lyCustomer_swiper .swiper-button-prev { left: inherit; right: calc(50% + 10px);}
  .lyCustomer_swiper .swiper-button-next { left: calc(50% + 10px); right: inherit;}

}

@media (max-width:1200px) {
  .lyBanner { height: 470px;}
  .lyBa_text p { height: 30px;}
  .lyBa_text em { width: 48px;} 
  .lyBa_text span { font-size: 30px;}

  .lyTitle { font-size: 32px;} 

  .lyProVideo_con { height: 524px;}

  .lyBrandNews_img { height: 205px;}
  .lyBrandNews_img a .con p { font-size: 24px;}

  .lyCustomer_swiper .swiper-slide { height: 120px;}
}

@media (max-width:1080px) {
  .lyBanner { height: 430px;}

  .lyTitle { font-size: 30px;}

  .lyProVideo_con { height: 472px;}

  .lyBrandNews_img { width: 32%;}
  .lyBrandNews_text { width: 68%;}

  .lyCustomer_swiper .swiper-slide { height: 110px;}
}

@media (max-width:1024px) {
  .lyBanner { height: 400px;}
  .lyBa_text em { margin: 20px 0 30px;}

  .lyProVideo_con { height: 450px;}

  .lyCustomer_swiper .swiper-slide { height: 110px;}
}

@media (max-width:920px) {
  .lyBanner { height: 360px;}
  .lyBa_text p { height: 28px;}
  .lyBa_text em { width: 40px; height: 2px;}
  .lyBa_text span { font-size: 28px;}

  .lyTitle { font-size: 28px;}

  .lyProVideo_tab ul li, .lyPro_tab ul li { margin-right: 20px;}
  .lyProVideo_con { height: 405px;}

}

@media (max-width:820px) {
  .lyBanner { height: 322px;}
  .lyBa_text span { font-size: 26px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none;}

  .lyTitle { margin-bottom: 20px;}
  .lyProVideo, .lyProducts, .lyBrandNews { margin: 40px 0;}
  .lyProVideo_con { height: 360px;}

  .lyBrandNews_list ul li { padding-bottom: 20px;}
  .lyBrandNews_img { width: 40%; height: 200px;}
  .lyBrandNews_text { width: 60%;}

  .lyCustomer { margin: 40px 0;}
  .lyCustomer_swiper .swiper-container { padding: 20px 0 60px;}

}

@media (max-width:767px) {
  .lyBanner { height: 240px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 40%;}
  .lyBa_text p { height: 18px;}
  .lyBa_text em { width: 30px; margin: 15px 0 20px;}
  .lyBa_text span { font-size: 18px;}
  .lyBanner .swiper-pagination { height: 16px; bottom: 12px !important;}
  .lyBanner .swiper-pagination span { width: 16px; height: 16px;}
  .lyBanner .swiper-pagination span::after { width: 6px; height: 6px; margin: 4px auto;}

  .lyTitle { font-size: 24px;}
  .lyProVideo_con { height: 182px;}

  .lyBrandNews_list ul li { display: block; align-items: unset; padding-bottom: 0;}
  .lyBrandNews_img { width: 100%; height: 240px;}
  .lyBrandNews_img a .con { padding: 0 30px;}
  .lyBrandNews_text { width: 100%; padding: 20px;}
  .lyBrandNews_text em { width: 45px;}
  .lyBrandNews_text span { margin-top: 15px;}
}

@media (max-width:390px) {
  .lyBanner { height: 200px;}
  .lyProVideo_con { height: 172px;}

  .lyBrandNews_img { height: 220px;}
  .lyCustomer_swiper .swiper-slide { height: 100px;}
}

@media (max-width:320px) {
  .lyBanner { height: 180px;}
  .lyBa_text p { height: 16px;}
  .lyBa_text em { margin: 10px 0 15px;}
  .lyBa_text span { font-size: 15px;}

  .lyTitle { font-size: 22px;}

  .lyProVideo_con { height: 145px;}
  .lyBrandNews_img { height: 180px;}
}

