/*lyBanner start*/
.lyBanner { height: 750px; overflow: hidden; margin-top: 120px; background-color: #f1f3f8; position: relative;}
.lyBanner .swiper-container { height: 100%;}
.lyBanner .swiper-slide { display: flex; align-items: center; justify-content: center;}
.lyBanner .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover;}
.lyBanner .lyBa_text { position: absolute; left: 50%; top: 50%; 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 { line-height: 1; color: #fff; font-family: "BebasKai"; font-size: 80px; text-align: center;}
.lyBa_text span { display: block; line-height: 1.2; color: #fff; font-size: 24px; text-align: center; margin-top: 20px;}

.lyBanner .swiper-pagination { height: 25px; bottom: 30px !important;}
.lyBanner .swiper-pagination span { width:25px; height: 25px; margin: 0 12px !important; border: 2px solid #fff; padding: 7px; vertical-align: top; background: none; opacity: .6;}
.lyBanner .swiper-pagination span::after { content: ''; display: block; width: 7px; height: 7px; background-color: #0faac6; border-radius: 50%; opacity: 0;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active { border: 2px solid #0faac6;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active::after { opacity: 1;}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 55px; height: 55px; margin-top: -27.5px; padding: 15px; background: rgba(0, 0, 0, .5); border-radius: 50%;}
.lyBanner .swiper-button-prev { left: 40px;}
.lyBanner .swiper-button-next { right: 40px;}
.lyBanner .swiper-button-prev:hover, .lyBanner .swiper-button-next:hover { background: #0faac6;}
.lyBanner .swiper-button-disabled { opacity: .5 !important;}
/*lyBanner end*/


/*lyWhy start*/
.lyTitle { margin-bottom: 40px; padding-bottom: 40px; position: relative;}
.lyTitle p { line-height: .8; color: #333; font-family: "BebasKai"; font-size: 48px; text-align: center; text-transform: uppercase;}
.lyTitle::after { content: ''; display: block; width: 80px; height: 3px; background-color: #0faac6; margin-left: -40px; position: absolute; left: 50%; bottom: 0;}

.lyWhy { padding: 90px 5%;}
.lyWhy ul { display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -20px;}
.lyWhy ul li { width: 25%; padding: 0 20px;}
.lyWhy ul li i.num { display: block; width: 120px; line-height: 120px; margin: 0 auto 20px; color: #f36276; font-family: "BebasKai"; font-size: 50px; text-align: center; border-radius: 50%; position: relative;}
.lyWhy ul li i.num::after { content: ''; display: block; width: 100%; height: 100%; border: 2px solid #d5d7df; border-radius: 50%; position: absolute; left: 0; top: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyWhy ul li:hover i.num { color: #fff; box-shadow: 0 0 10px 5px rgb(0, 0, 0, .1); background: linear-gradient(to right, #4bbed6, #69d8e7); transform: rotateY(360deg); -webkit-transform: rotateY(360deg);}
.lyWhy ul li:hover i.num::after { display: none;}
.lyWhy ul li span.name { display: block; line-height: 1.2; color: #333; font-family: "BebasKai"; font-size: 26px; text-align: center; text-transform: uppercase;}
.lyWhy ul li em.line { display: block; width: 60px; height: 2px; margin: 20px auto 40px; background: #3eb0cd;}
.lyWhy ul li p.ms { line-height: 1.6; color: #8b8b8b; font-size: 16px; text-align: center;}
/*lyWhy end*/


/*lyProducts start*/
.lyProducts { padding: 90px 0; background-color: #f1f3f8;}

.lyProList .swiper-container { margin: -10px -10px 0; padding: 10px 10px 70px;}
.lyProList .swiper-slide { overflow: hidden; padding-bottom: 30px; background: #fff; border: 1px solid #f1f3f8; border-radius: 6px; text-align: center; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyProList .swiper-slide:hover { margin-top: -10px; border-color: #0faac6; -webkit-box-shadow: 0 0 10px 1px rgb(22, 182, 210, .3); box-shadow: 0 0 10px 1px rgb(22, 182, 210, .3);}
.lyProList .swiper-slide a.pic { display: block; height: 316px; overflow: hidden; position: relative;}
.lyProList .swiper-slide a.name { display: block; height: 50px; overflow: hidden; line-height: 25px; color: #333; font-size: 16px; margin: 15px 0; padding: 0 15px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyProList .swiper-slide a.name:hover { color: #0faac6;}
.lyProList .swiper-slide a.more { display: inline-block; line-height: 24px; color: #ec5c42; font-size: 16px; border-bottom: 1px solid #ec5c42;}

.lyProList .swiper-pagination { height: 25px; bottom: 0 !important;}
.lyProList .swiper-pagination span { width: 25px; height: 25px; margin: 0 12px !important; border: 2px solid rgba(0, 0, 0, .15); padding: 7px; vertical-align: top; background: none; opacity: 1;}
.lyProList .swiper-pagination span::after { content: ''; display: block; width: 7px; height: 7px; background: rgba(0, 0, 0, .15); border-radius: 50%;}
.lyProList .swiper-pagination span.swiper-pagination-bullet-active { border-color: #0faac6;}
.lyProList .swiper-pagination span.swiper-pagination-bullet-active::after { background: #0faac6;}
/*lyProducts end*/


/*lyCase start*/
.lyCase { padding: 90px 0;}

.lyCase ul { display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -18px;}
.lyCase ul li { width: 33.333333%; padding: 0 18px;}
.lyCase ul li a.pic { display: block; height: 324px; overflow: hidden; border-radius: 12px; position: relative;}
.lyCase ul li:hover a.pic img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyCase ul li em { display: inline-block; line-height: 2; color: #fff; font-family: "BebasKai"; font-size: 16px; border-radius: 100px; margin: 25px 0 15px; padding: 0 20px; background: linear-gradient(to right, #4abcd4, #71ddea); vertical-align: top;}
.lyCase ul li a.name { display: block; line-height: 1.6; color: #333; font-size: 18px;}
.lyCase ul li:hover a.name { color: #0faac6;}

.lyCase a.more { display: block; width: 90%; max-width: 250px; line-height: 2.5; color: #fff; font-family: "BebasKai"; font-size: 20px; text-align: center; margin: 60px auto 0; background: #ec5c42; border-radius: 100px;}
.lyCase a.more:hover { opacity: .9;}
/*lyCase end*/


/*lyAbout start*/
.lyAbout { overflow: hidden; padding-bottom: 90px; position: relative;}
.lyAbout::before { content: ''; display: block; width: 100%; height: calc(100% - 130px); background: #f1f3f8; position: absolute; bottom: 0;}

.lyAbout .w1400 { position: relative; z-index: 1;}
.lyAb_img { width: 45%; float: left; position: relative;}
.lyAb_img::before { content: ''; display: block; width: 200px; height: 200px; background-color: #0faac6; border-radius: 8px; position: absolute; left: -25px; bottom: -25px;}
.lyAb_img a { display: block; width: 100%; height: 480px; overflow: hidden; background-color: #fff; border-radius: 8px 80px 8px 8px; position: relative; z-index: 1;}
.lyAb_img a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyAb_text { width: 55%; padding-left: 80px; float: right;}
.lyAb_text .tit { padding: 10px 0 40px;}
.lyAb_text .tit p { line-height: .8; color: #333; font-family: "BebasKai"; font-size: 48px; text-transform: uppercase;}
.lyAb_text .tit i.line { display: block; width: 80px; height: 3px; background-color: #0faac6; margin-top: 39px;}
.lyAb_text .ms { line-height: 1.7; color: #555; font-size: 17px; margin-top: 40px;}
.lyAb_text .ms p { line-height: 1.7; color: #555; font-size: 17px; margin-bottom: 10px;}
.lyAb_text a.more { display: block; width: 100%; max-width: 250px; line-height: 2.5; color: #fff; font-family: "BebasKai"; font-size: 20px; text-align: center; margin-top: 60px; background: #ec5c42; border-radius: 100px;}
.lyAb_text a.more:hover { opacity: .9;}
/*lyAbout end*/


/*lyNews start*/
.lyNews { padding: 90px 0 140px;}

.lyNewsList { min-height: 240px; position: relative;}
.lyNewsList .swiper-slide { overflow: hidden; padding: 32px 44px; background-color: #f1f3f8; border-radius: 8px;}
.lyNewsList .swiper-slide:hover { background-color: #0faac6;}

.lyNewsList .swiper-slide .name { height: 32px; position: relative;}
.lyNewsList .swiper-slide .name a { display: inline-block; max-width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #333; font-size: 22px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.lyNewsList .swiper-slide:hover .name a { color: #fff;}
.lyNewsList .swiper-slide .name a::before { content: ''; display: block; width: 100%; height: 10px; background-color: rgba(44, 185, 210, .15); position: absolute; bottom: 2px;}
.lyNewsList .swiper-slide:hover .name a::before { background-color: rgba(255, 255, 255, .15);}
.lyNewsList .swiper-slide p.ms { display: block; max-height: 56px; overflow: hidden; line-height: 28px; color: #777; font-size: 16px; margin: 10px 0 20px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNewsList .swiper-slide span.time { display: block; height: 24px; overflow: hidden; line-height: 24px; color: #777; font-size: 16px;}
.lyNewsList .swiper-slide span.time i { display: block; width: 16px; height: 16px; overflow: hidden; margin: 4px 8px 4px 0; float: left;}
.lyNewsList .swiper-slide:hover p.ms, .lyNewsList .swiper-slide:hover span.time { color: rgba(255, 255, 255, .6);}
.lyNewsList .swiper-slide:hover span.time i svg path { fill: rgba(255, 255, 255, .6);}

.lyNewsList .swiper-button-prev, .lyNewsList .swiper-button-next { width: 56px; height: 56px; margin-top: -23px; padding: 15px; background: #ccc; border-radius: 50%;}
.lyNewsList .swiper-button-prev { left: -80px;}
.lyNewsList .swiper-button-next { right: -80px;}
.lyNewsList .swiper-button-prev:hover, .lyNewsList .swiper-button-next:hover { background: #0faac6;}
.lyNewsList .swiper-button-disabled { opacity: .5 !important;}
/*lyNews end*/


@media (max-width:1680px) {
  .lyBanner { height: 650px; margin-top: 100px;}
  .lyBa_text p { font-size: 72px;}
  .lyBa_text span { font-size: 22px;}
  .lyBanner .swiper-pagination { height: 22px;}
  .lyBanner .swiper-pagination span { width: 22px; height: 22px; margin: 0 10px !important; padding: 6px;}
  .lyBanner .swiper-pagination span::after { width: 6px; height: 6px;}

  .lyTitle p { font-size: 44px;}
  .lyTitle::after { width: 70px; margin-left: -35px;}

  .lyWhy { padding: 80px 0;}
  .lyWhy ul { margin: 0 -30px;}
  .lyWhy ul li { padding: 0 30px;}
  .lyWhy ul li span.name { font-size: 24px;}
  .lyWhy ul li em.line { width: 48px; margin: 16px auto 32px;}
  .lyWhy ul li p.ms { line-height: 1.5; font-size: 15px;}

  .lyProducts { padding: 80px 0;}
  .lyProList .swiper-container { padding: 10px 10px 62px;}
  .lyProList .swiper-slide { padding-bottom: 24px;}
  .lyProList .swiper-slide a.name { height: 48px; line-height: 24px; margin: 12px 0; padding: 0 12px;}
  .lyProList .swiper-pagination { height: 22px;}
  .lyProList .swiper-pagination span { width: 22px; height: 22px; margin: 0 10px !important; padding: 6px;}  
  .lyProList .swiper-pagination span::after { width: 6px; height: 6px;}

  .lyCase { padding: 80px 0;}
  .lyCase ul li a.pic { height: 320px;}
  .lyCase ul li em { margin: 24px 0 12px;}
  .lyCase a.more { max-width: 220px; font-size: 18px; margin: 40px auto 0;}

  .lyAbout { padding-bottom: 80px;}
  .lyAbout::before { height: calc(100% - 136px);}
  .lyAb_text .tit p { font-size: 44px;}
  .lyAb_text .tit i.line { width: 70px;}
  .lyAb_text a.more { max-width: 220px; font-size: 18px;}

  .lyNews { padding: 80px 0 120px;}
}

@media (max-width:1600px) {
  .lyBanner { height: 630px;}
  .lyBa_text p { font-size: 60px;}
  .lyBa_text span { font-size: 18px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 48px; height: 48px; margin-top: -24px; padding: 12px;}
  .lyBanner .swiper-button-prev { left: 3%;}
  .lyBanner .swiper-button-next { right: 3%;}

  .lyTitle { margin-bottom: 30px; padding-bottom: 30px;}
  .lyTitle p { font-size: 40px;}  
  .lyTitle::after { width: 64px; margin-left: -32px;}

  .lyWhy { padding: 80px 3%;}
  .lyWhy ul { margin: 0 -20px;}
  .lyWhy ul li { padding: 0 20px;}
  .lyWhy ul li i.num { width: 100px; height: 100px; line-height: 100px; font-size: 44px;}
  .lyWhy ul li span.name { font-size: 22px;}
  .lyWhy ul li em.line { width: 40px; margin: 20px auto;}

  .lyProducts { padding: 80px 3%;}
  .lyProList .swiper-slide a.pic { height: 300px;}
  .lyProList .swiper-slide a.more { font-size: 14px;}

  .lyCase ul li em { line-height: 28px; font-size: 14px; margin: 20px 0 10px;}
  
  .lyAbout::before { height: calc(100% - 132px);}
  .lyAb_text .tit p { font-size: 40px;}
  .lyAb_text a.more { margin-top: 50px;}

  .lyNewsList .swiper-slide { padding: 30px 40px;}
  .lyNewsList .swiper-slide .name a { font-size: 20px;}
  .lyNewsList .swiper-slide p.ms { max-height: 54px; line-height: 27px; font-size: 15px;}
  .lyNewsList .swiper-slide span.time { font-size: 15px;}
  .lyNewsList .swiper-button-prev, .lyNewsList .swiper-button-next { width: 48px; height: 48px; margin-top: -24px; padding: 12px;}
  .lyNewsList .swiper-button-prev { left: -68px;}
  .lyNewsList .swiper-button-next { right: -68px;}
  
}

@media (max-width:1560px) {
  .lyBanner { height: 610px;}  
}

@media (max-width:1440px) {
  .lyBanner { height: 570px; margin-top: 80px;}
  .lyBa_text p { font-size: 54px;}
  .lyBa_text span { font-size: 16px;}
  
  .lyTitle { margin-bottom: 30px; padding-bottom: 30px;}
  .lyTitle p { font-size: 36px;}
  .lyTitle::after { width: 60px; margin-left: -30px;}

  .lyWhy { padding: 60px 0;}
  .lyWhy ul li em.line { width: 32px; margin: 16px auto;}

  .lyProducts { padding: 60px 0;}
  .lyProList .swiper-container { padding: 10px 10px 52px;}
  .lyProList .swiper-slide a.pic { height: 280px;}

  .lyCase { padding: 60px 0;}
  .lyCase ul li a.pic { height: 300px;}
  .lyCase a.more { max-width: 180px; margin: 30px auto 0;}
  
  .lyAbout { padding-bottom: 60px;}
  .lyAbout::before { height: calc(100% - 106px);}
  .lyAb_img::before { width: 160px; height: 160px; left: -16px; bottom: -16px;}
  .lyAb_img a { height: 400px;}
  .lyAb_text { padding-left: 60px;}
  .lyAb_text .tit { padding: 8px 0 30px;}
  .lyAb_text .tit p { font-size: 36px;}
  .lyAb_text .tit i.line { width: 60px; margin-top: 29px;}
  .lyAb_text .ms { margin-top: 30px; font-size: 16px;}
  .lyAb_text .ms p { font-size: 16px;}
  .lyAb_text a.more { max-width: 180px; margin-top: 30px;}

  .lyNews { padding: 60px 0 100px;}
  .lyNewsList .swiper-slide { padding: 24px 32px;}
  .lyNewsList .swiper-slide p.ms { max-height: 52px; line-height: 26px; font-size: 14px; margin: 8px 0 16px;}
  .lyNewsList .swiper-slide span.time { font-size: 14px;}
  .lyNewsList .swiper-button-prev { left: -24px;}
  .lyNewsList .swiper-button-next { right: -24px;}
  
}

@media (max-width:1366px) {
  .lyBanner { height: 540px;}
  .lyBa_text p { font-size: 50px;}
  .lyBanner .swiper-pagination { bottom: 20px !important;}

  .lyCase ul li a.pic { height: 280px;}
  
}

@media (max-width:1280px) {
  .lyBanner { height: 500px;}
  .lyBa_text p { font-size: 44px;}

  .lyTitle p { font-size: 32px;}
  .lyTitle::after { width: 48px; margin-left: -24px;}

  .lyWhy ul { margin: 0 -15px;}
  .lyWhy ul li { padding: 0 15px;}
  .lyWhy ul li i.num { width: 90px; height: 90px; line-height: 90px; font-size: 40px;}

  .lyProList .swiper-slide a.pic { height: 260px;}

  .lyCase ul { margin: 0 -15px;}
  .lyCase ul li { padding: 0 15px;}
  .lyCase ul li a.pic { height: 260px;}
  
  .lyAbout::before { height: calc(100% - 100px);}
  .lyAb_img a { height: 370px;}
  .lyAb_text .tit { padding: 6px 0 30px;}
  .lyAb_text .tit p { font-size: 32px;}
  .lyAb_text .tit i.line { width: 48px;}
  .lyAb_text .ms, .lyAb_text .ms p { font-size: 15px;}

  .lyCopy { padding: 20px 0;}
  .lyCopy p { font-size: 14px;}
}

@media (max-width:1200px) {
  .lyBanner { height: 470px;}  
  .lyBa_text span { font-size: 15px; margin-top: 10px;}

  .lyProList .swiper-slide a.pic { height: 260px;}

  .lyCase ul li a.pic { height: 250px;}

  .lyAb_img a { height: 390px;}
  .lyAb_text { padding-left: 40px;}
}

@media (max-width:1080px) {
  .lyBanner { height: 424px;}
  .lyBanner .swiper-pagination { height: 18px;}
  .lyBanner .swiper-pagination { bottom: 10px !important;}
  .lyBanner .swiper-pagination span { width: 18px; height: 18px; margin: 0 8px !important; padding: 4px;}

  .lyWhy ul { margin: 0 -10px;}
  .lyWhy ul li { padding: 0 10px;}
  .lyWhy ul li i.num { width: 84px; height: 84px; line-height: 84px; font-size: 36px;}
  .lyWhy ul li span.name { font-size: 20px;}
  .lyWhy ul li em.line { width: 30px; margin: 12px auto;}
  .lyWhy ul li p.ms { font-size: 14px;}

  .lyProList .swiper-container { padding: 10px 10px 48px;}
  .lyProList .swiper-slide { padding-bottom: 20px;}
  .lyProList .swiper-slide a.pic { height: 230px;}
  .lyProList .swiper-pagination { height: 18px;}
  .lyProList .swiper-pagination span { width: 18px; height: 18px; margin: 0 8px !important; padding: 4px;}

  .lyCase ul { margin: 0 -10px;}
  .lyCase ul li { padding: 0 10px;}
  .lyCase ul li a.pic { height: 228px; border-radius: 8px;}
  
  .lyAb_img a { height: 412px;}

  .lyNewsList { min-height: 200px;}
  .lyNewsList .swiper-slide { padding: 20px 24px;}
  .lyNewsList .swiper-slide .name a { font-size: 18px;}
}

@media (max-width:1024px) {
  .lyBanner { height: 400px;}
  .lyBa_text p { font-size: 40px;}
  .lyProList .swiper-slide a.pic { height: 200px;}

  .lyCase ul li a.pic { height: 220px;}

  .lyAb_text .tit { padding: 0 0 30px;}
}

@media (max-width:920px) {
  .lyBanner { height: 360px;}

  .lyTitle { margin-bottom: 20px; padding-bottom: 20px;}

  .lyWhy { padding: 40px 0;}

  .lyProducts { padding: 40px 0;}
  .lyProList .swiper-container { padding: 10px 10px 38px;}
  .lyProList .swiper-slide a.pic { height: 240px;}

  .lyCase { padding: 40px 0;}
  .lyCase ul li a.pic { height: 200px;}
  .lyCase a.more { max-width: 140px; margin: 20px auto 0;}
  
  .lyAbout { padding-bottom: 40px;}
  .lyAbout::before { height: calc(100% - 75px);}
  .lyAb_img::before { width: 140px; height: 140px; left: -12px; bottom: -12px;}
  .lyAb_img a { height: 400px;}
  .lyAb_text .tit { padding: 0 0 20px;}
  .lyAb_text .tit i.line { margin-top: 20px;}
  .lyAb_text .ms { margin-top: 20px;}
  .lyAb_text a.more { max-width: 140px; margin-top: 20px;}

  .lyNews { padding: 40px 0 75px;}
}

@media (max-width:820px) {
  .lyBanner { height: 320px;}  
  .lyBa_text span { font-size: 14px;}

  .lyProList .swiper-slide a.pic { height: 220px;}

  .lyCase ul li a.pic { height: 170px;}
}

@media (max-width:767px) {
  .lyBanner { height: 240px; margin-top: 64px;}
  .lyBa_text p { font-size: 30px;}
  .lyBa_text span { font-size: 12px;}
  .lyBanner .swiper-pagination span { margin: 0 4px !important;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none;}

  .lyTitle p { font-size: 28px;}

  .lyWhy { padding: 40px 3% 20px;}
  .lyWhy ul li { width: 50%; margin-bottom: 20px;}

  .lyProList .swiper-slide a.pic { height: 360px;}
  .lyProList .swiper-pagination span { margin: 0 4px !important;}

  .lyCase ul { margin: 0;}
  .lyCase ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .lyCase ul li a.pic { height: 280px;}
  .lyCase a.more { margin: 0 auto;}
  
  .lyAb_img { width: 100%; float: none;}
  .lyAb_img::before { width: 120px; height: 120px; left: inherit; bottom: -8px; right: -8px;}
  .lyAb_img a { height: 280px;}
  .lyAb_text { width: 100%; margin-top: 20px; padding: 0; float: none;}
  .lyAb_text .tit { padding: 0;}
  .lyAb_text .tit p { font-size: 28px;}

  .lyNews { padding: 40px 0;}
  .lyNewsList { min-height: 160px;}
  .lyNewsList .swiper-slide { padding: 20px;}
  .lyNewsList .swiper-button-prev, .lyNewsList .swiper-button-next { display: none;}
}

@media (max-width:390px) {
  .lyBanner { height: 220px;}

  .lyProList .swiper-slide a.pic { height: 360px;}

  .lyCase ul li a.pic { height: 260px;} 
}

@media (max-width:320px) {
  .lyBanner { height: 200px;}
  .lyBanner .swiper-pagination { height: 14px;}
  .lyBanner .swiper-pagination span { width: 14px; height: 14px; margin: 0 4px !important; padding: 4px; border: 1px solid #fff;}
  .lyBanner .swiper-pagination span.swiper-pagination-bullet-active { border: 1px solid #0faac6;}
  .lyBanner .swiper-pagination span::after { width: 4px; height: 4px;}

  .lyWhy ul { margin: 0;}
  .lyWhy ul li { width: 100%; padding: 0;}

  .lyProList .swiper-container { padding: 10px 10px 34px;}
  .lyProList .swiper-slide a.pic { height: 290px;}
  .lyProList .swiper-pagination { height: 14px;}  
  .lyProList .swiper-pagination span { width: 14px; height: 14px; margin: 0 4px !important; padding: 4px; border: 1px solid rgba(0, 0, 0, .15);}
  .lyProList .swiper-pagination span.swiper-pagination-bullet-active { border: 1px solid #0faac6;}
  .lyProList .swiper-pagination span::after { width: 4px; height: 4px;}

  .lyCase ul li a.pic { height: 220px;}

  .lyAb_img a { height: 220px;}
}
