/*lyBanner start*/
.lyBanner { height: 700px; overflow: hidden; margin-top: 90px;}
.lyBanner .swiper-container { height: 100%;}
.lyBanner .swiper-slide { overflow: hidden; position: relative;}
.lyBanner .swiper-slide .lyBa_text { padding-right: 42%; position: absolute; left: -100%; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); opacity: 0;}
.lyBanner .swiper-slide-active .lyBa_text { left: 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%); opacity: 1;}
.lyBa_text span { display: block; line-height: 1.2; color: #fff; font-size: 60px; font-weight: bold; text-transform: capitalize;}
.lyBa_text em { display: block; width: 48px; height: 6px; background-color: #3fbf70; margin: 20px 0 30px;}
.lyBa_text p { max-height: 84px; overflow: hidden; line-height: 28px; color: #fff; font-size: 18px; text-transform: capitalize; margin-bottom: 60px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.lyBanner .swiper-pagination { height: 6px; bottom: 30px !important;}
.lyBanner .swiper-pagination span { width: 6px; height: 6px; margin: 0 5px !important; background-color: #fff; vertical-align: top; opacity: 1; border-radius: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyBanner .swiper-pagination span::after { display: none;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active { width: 30px; background-color: #3fbf70;}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 48px; height: 48px; margin-top: -24px; padding: 12px; background: rgba(0, 0, 0, 0); border: 1px solid rgba(255, 255, 255, .2);}
.lyBanner .swiper-button-prev { left: 20px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBanner .swiper-button-next { right: 20px;}
.lyBanner .swiper-button-prev:hover, .lyBanner .swiper-button-next:hover { background: #3fbf70; border: 1px solid #3fbf70;}
.lyBanner .swiper-button-prev svg, .lyBanner .swiper-button-next svg { display: block; width: 100%; height: 100%;}
.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*/


.lyTitle { line-height: 1; color: #02314d; font-size: 48px; text-align: center; text-transform: capitalize; margin-bottom: 40px;}
.lyTitle1 { color: #fff;}


/*lyProducts start*/
.lyProducts { overflow: hidden; padding: 80px 0;}

.lyProList { min-height: 240px; position: relative;}
.lyProList ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px -40px;}
.lyProList ul li { width: 33.333333%; margin-bottom: 40px; padding: 0 20px;}
.lyProList ul li:last-child { display: none;}
.lyProList ul li .con { height: 100%; overflow: hidden;}
.lyProList ul li .con a.pic { display: block; height: 400px; overflow: hidden; background-color: #f8f8f8; position: relative;}
.lyProList ul li .con:hover a.pic img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyProList ul li .con .text { padding: 20px 140px 20px 20px; background-color: #f0f0f0; position: relative;}
.lyProList ul li .con:hover .text { background-color: #02314d;}
.lyProList ul li .con .text a.name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 22px; text-overflow: ellipsis; white-space: nowrap; position: relative;}
.lyProList ul li .con:hover .text a.name { color: #fff;}

.lyProList ul li .con .text a.more { display: block; width: 120px; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 16px; text-align: right; position: absolute; top: 20px; right: 20px;}
.lyProList ul li .con:hover .text a.more { color: #3fbf70;}
.lyProList ul li .con .text a.more i { display: inline-block; width: 26px; height: 26px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px; border: 1px solid #999; border-radius: 50%; padding: 6px;}
.lyProList ul li .con:hover .text a.more i { border: 1px solid #3fbf70;}
.lyProList ul li .con:hover .text a.more i svg path { fill: #3fbf70;}
/*lyProducts end*/


/*lyAbout start*/
.lyAbout { overflow: hidden; padding: 0 0 80px;}
.lyAbout_main { margin-bottom: 80px; background: url(../images/webp/abBg.webp) left bottom no-repeat; background-size: 540px;}
.lyAbout_text { width: 50%; padding-right: 80px; float: left;}
.lyAbout_text .lyTitle { text-align: left;}
.lyAbout_text .lyAbout_ms { max-height: 224px; overflow: hidden; line-height: 32px; color: #333; font-size: 18px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 7; -webkit-box-orient: vertical; margin-bottom: 60px;}
.lyAbout_img { width: 50%; height: 500px; overflow: hidden; float: right;}
.lyAbout_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyAbout_img a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyAbout_data ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.lyAbout_data ul li { width: 20%; padding: 0 20px; border-right: 1px solid #02314d;}
.lyAbout_data ul li:last-child { border-right: none;}
.lyAbout_data ul li .con { height: 100%; overflow: hidden;}
.lyAbout_data ul li .con p { line-height: 1.2; color: #02314d; font-family: "Poppins-Light"; font-size: 44px; text-align: center;}
.lyAbout_data ul li .con p sup { display: inline-block; line-height: 1.2; color: #3fbf70; font-family: "Poppins-Light"; font-size: 24px; margin-left: 10px;}
.lyAbout_data ul li .con span { display: block; line-height: 1.2; color: #02314d; font-size: 16px; text-align: center; margin-top: 10px;}
/*lyAbout end*/


/*lyWhy start*/
.lyWhy { overflow: hidden; padding: 80px 0; background-color: #f6f6f6;}
.lyWhy ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px;}
.lyWhy ul li { width: 25%; padding: 0 10px;}
.lyWhy ul li .con { height: 100%; overflow: hidden; padding: 40px; background-color: #fff;}
.lyWhy ul li .con i { display: block; width: 80px; height: 80px; overflow: hidden; margin: 0 auto 20px;}
.lyWhy ul li .con i img { display: block; width: 100%; height: 100%;}
.lyWhy ul li .con:hover i { transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyWhy ul li .con title { display: block; line-height: 1.5; color: #222; font-size: 20px; text-align: center; margin-bottom: 20px;}
.lyWhy ul li .con p { line-height: 1.5; color: #02314d; font-size: 16px; text-align: center;}
/*lyWhy end*/


/*lyPartner start*/
.lyPartner { overflow: hidden; padding: 80px 0;}
.lyPartner ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px -20px;}
.lyPartner ul li { width: 20%; margin-bottom: 20px; padding: 0 10px;}
.lyPartner ul li .con { height: 180px; overflow: hidden; border: 1px solid #02314d; position: relative;}
.lyPartner ul li .con:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}
/*lyPartner end*/


/*lyCooperate start*/
.lyCooperate { overflow: hidden; padding: 80px 0; background: #f6f6f6 url(../images/webp/coopBg.webp) center left no-repeat; background-size: cover;}
.lyCooper_main { padding-right: 40%;}
.lyCooper_main .tit { display: block; line-height: 48px; color: #fff; font-size: 40px;}
.lyCooper_main .tit span { color: #3fbf70;}
.lyCooper_main p { line-height: 32px; color: #fff; font-size: 24px; margin: 30px 0 60px;}
.lyCooper_main a.btn { display: block;  width: 300px; height: 50px; line-height: 48px; color: #3fbf70; font-size: 16px; text-align: center; text-transform: capitalize; background-color: rgba(0, 0, 0, 0); border: 1px solid #3fbf70;}
.lyCooper_main a.btn:hover { color: #fff; background-color: #3fbf70;}
.lyCooper_main a.btn i { display: inline-block; width: 26px; height: 26px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px; border: 1px solid #3fbf70; border-radius: 50%; padding: 6px;}
.lyCooper_main a.btn:hover i { margin: -2px 0 0 20px; border: 1px solid #fff;}
.lyCooper_main a.btn:hover i svg path { fill: #ffffff;}
/*lyCooperate end*/


/*lyNews start*/
.lyNews { overflow: hidden; padding: 80px 0;}
.lyNews_main { display: flex; flex-wrap: wrap; justify-content: left;}
.lyNews_main .lyNews_left { width: 67%; background-color: #02314d; display: flex; flex-wrap: wrap; justify-content: left;}
.lyNews_text { width: calc(100% - 380px); padding: 40px;}
.lyNews_text a.name { display: block; height: 76px; overflow: hidden; line-height: 38px; color: #fff; font-size: 28px; font-weight: bold; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNews_text em { display: block; width: 100%; height: 5px; background-color: #3fbf70; margin: 30px 0 40px;}
.lyNews_text p { height: 120px; overflow: hidden; line-height: 30px; color: #fff; font-size: 18px; margin-bottom: 80px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.lyNews_img { width: 380px; padding: 80px 0 0 40px; position: relative;}
.lyNews_img::before { content: ''; display: block; width: 100%; height: calc(100% - 160px); overflow: hidden; background-color: #3fbf70; position: absolute; left: 0; bottom: 0;}
.lyNews_img a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #f6f6f6; position: relative;}
.lyNews_img a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyNews_text .lyMore a { float: left;}
.lyNews_text .lyMore span { display: block; height: 24px; overflow: hidden; line-height: 24px; color: #fff; font-size: 16px; margin: 13px 0; float: right;}
.lyNews_text .lyMore span i { display: block; width: 18px; height: 18px; overflow: hidden; margin: 2px 8px 0 0; float: left;}

.lyNews_main .lyNews_right { width: 33%; padding-left: 30px;}
.lyNews_right ul li { margin-bottom: 30px; padding: 20px 30px; border: 1px solid #02314d;}
.lyNews_right ul li:last-child { margin-bottom: 0;}
.lyNews_right ul li:hover { border: 1px solid #3fbf70;}
.lyNews_right ul li a.name { display: block; height: 64px; overflow: hidden; line-height: 32px; color: #222; font-size: 24px; font-weight: bold; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNews_right ul li:hover a.name { color: #3fbf70;}
.lyNews_right ul li em { display: block; width: 100%; height: 3px; background-color: #02314d; margin: 20px 0;}
.lyNews_right ul li em::after { content: ''; display: block; width: 100%; height: 100%; background-color: #3fbf70;}
.lyNews_right ul li:hover em::after { width: 100%;}
.lyNews_right ul li p { height: 56px; overflow: hidden; line-height: 28px; color: #555; font-size: 18px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNews_right ul li span { display: block; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-size: 16px; margin-top: 20px;}
.lyNews_right ul li span i { display: block; width: 18px; height: 18px; overflow: hidden; margin: 2px 8px 0 0; float: left;}

.lyNews_main .lyNews_btn { width: 100%; text-align: right; margin-top: 40px;}
.lyNews_btn a { display: inline-block; vertical-align: top; line-height: 50px; color: #555; font-size: 24px; font-weight: bold;}
.lyNews_btn a i { display: inline-block; width: 26px; height: 26px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px; border: 1px solid #555; border-radius: 50%; padding: 6px;}
.lyNews_btn a:hover { color: #3fbf70;}
.lyNews_btn a:hover i { border: 1px solid #3fbf70; margin: -2px 0 0 20px;}
.lyNews_btn a:hover i svg path { fill: #3fbf70;}
/*lyNews end*/


@media (max-width:1680px) {
  .lyBanner { height: 620px; margin-top: 80px;}
  .lyBa_text span { font-size: 48px;}
  .lyBa_text em { width: 48px; height: 4px; margin: 10px 0 20px;}
  .lyBa_text p { max-height: 75px; line-height: 25px; font-size: 15px; margin-bottom: 40px;}

  .lyTitle { font-size: 48px; margin-bottom: 40px;}

  .lyProducts { padding: 80px 0 50px;}
  .lyProList ul li .con a.name { font-size: 22px;}
  .lyProList ul li .con a.name::after { width: 48px;}
  .lyProList ul li .con p.ms { margin: 15px auto;}
  .lyProList ul li .con a.pic { height: 280px;}
  .lyProList ul li .con a.more { height: 70px; font-size: 18px; padding: 15px 30px; bottom: -70px;}
  .lyProList ul li .con a.more i { width: 22px; height: 22px;}

  .lyAb_text { padding: 80px 60px 80px 0;}
  .lyAb_text .lyAb_ms { font-size: 15px; margin-bottom: 40px;}
  .lyAb_right { height: 620px;}
  .lyAb_right ul li span { font-size: 22px;}

  .lyApplication { padding: 80px 0;}
  .lyApp_list ul li { height: 520px;}
  .lyApp_list ul li .text { width: 90%;}
  .lyApp_list ul li.active .text { padding: 30px 60px;}
  .lyApp_list ul li .text a.name { font-size: 22px; margin-bottom: 15px;}

  .lyNews { padding: 80px 0;}
  .lyNews .lyNewsList { padding-right: 60px;}
  .lyNewsList ul { margin-bottom: 40px;}
  .lyNewsList ul li { padding: 10px 0;}
  .lyNewsList ul li a.name { font-size: 22px;}
  .lyNewsRec a.pic { height: 420px;}
  .lyNewsRec .text a.name { font-size: 26px;}
  .lyNewsRec .text p { font-size: 15px; margin: 20px 0 40px;}
}

@media (max-width:1600px) {
  .lyBanner { height: 600px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 48%;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { margin: 0; top: inherit; bottom: 20px;}
  .lyBanner .swiper-button-prev { left: 3%;}
  .lyBanner .swiper-button-next { right: 3%;}

  .lyProList ul li .con a.pic { height: 270px;}

  .lyAb_right { height: 600px;}

  .lyApp_list ul li { height: 500px;}

  .lyNewsRec a.pic { height: 400px;}
}

@media (max-width:1560px) {  
  .lyBanner { height: 570px;}

  .lyProList ul li .con a.pic { height: 260px;}
  .lyProList ul li .con a.more { height: 60px; font-size: 16px; padding: 10px 30px; bottom: -60px;}
  .lyProList ul li .con a.more i { width: 20px; height: 20px;}
}

@media (max-width:1440px) {  
  .lyBanner { height: 530px;}
  .lyBa_text span { font-size: 40px;}
  .lyBa_text em { width: 40px;}
  .lyBa_text p { max-height: 66px; line-height: 22px; font-size: 14px;}
  .lyBanner .swiper-pagination { height: 24px; bottom: 20px !important;}
  .lyBanner .swiper-pagination span { width: 4px; height: 12px; margin: 12px 4px 0 !important;}
  .lyBanner .swiper-pagination span.swiper-pagination-bullet-active { height: 24px;}

  .lyTitle { font-size: 44px; margin-bottom: 30px;}

  .lyProducts { padding: 60px 0 40px;}
  .lyProList ul { margin: 0 -10px;}
  .lyProList ul li { margin-bottom: 20px; padding: 0 10px;}
  .lyProList ul li .con { padding: 20px;}
  .lyProList ul li .con a.name { font-size: 20px;}
  .lyProList ul li .con a.name::after { width: 40px;}
  .lyProList ul li .con:hover a.name::after { width: 60px;}
  .lyProList ul li .con p.ms { margin: 10px auto;}
  .lyProList ul li .con a.pic { height: 250px;}
  .lyProList ul li .con a.more { height: 50px; font-size: 14px; padding: 5px 20px; bottom: -50px;}
  .lyProList ul li .con a.more i { width: 18px; height: 18px;}

  .lyAb_text { padding: 60px 40px 60px 0;}
  .lyAb_text .lyAb_ms { max-height: 196px; line-height: 28px; font-size: 14px; margin-bottom: 30px;}
  .lyAb_right { height: 540px;}
  .lyAb_right ul li { padding: 30px;}
  .lyAb_right ul li span { font-size: 20px;}

  .lyApplication { padding: 60px 0;}
  .lyApp_list ul li { height: 460px;}
  .lyApp_list ul li .text a.name { font-size: 20px;}
  .lyApp_list ul li .text { width: 94%; padding: 20px;}
  .lyApp_list ul li.active .text { padding: 20px 40px; border-radius: 0 40px 0 0;}

  .lyNews { padding: 60px 0;}
  .lyNews .lyNewsList { padding-right: 40px;}
  .lyNewsList ul li a.name { height: 50px; line-height: 50px; font-size: 20px; padding-right: 50px;}
  .lyNewsList ul li a.name i { width: 50px; height: 50px; padding: 14px;}
  .lyNewsRec a.pic { height: 360px;}
  .lyNewsRec .text a.name { font-size: 22px;}
  .lyNewsRec .text p { font-size: 14px; margin: 15px 0 30px;}
}

@media (max-width:1366px) {
  .lyBanner { height: 500px;}
  .lyBa_text span { font-size: 36px;}
  .lyBa_text em { width: 36px; height: 3px;}
  .lyBa_text p { margin-bottom: 30px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 44px; height: 44px; padding: 12px;}

  .lyTitle { font-size: 40px;}
  .lyProList ul li .con a.pic { height: 240px;}

  .lyAb_right { height: 500px;}
  .lyAb_right ul li { padding: 20px;}
  .lyAb_right ul li i { width: 70px; height: 70px;}

  .lyApp_list ul li { height: 440px;}

  .lyNewsList ul li a.name { font-size: 18px;}
  .lyNewsRec a.pic { height: 340px;}
  .lyNewsRec .text a.name { font-size: 20px;}
}

@media (max-width:1280px) {
  .lyBanner { height: 470px;}

  .lyProList ul li .con a.pic { height: 220px;}

  .lyApp_list ul li { height: 420px;}
  .lyApp_list ul li .text p { max-height: 66px; overflow: hidden; line-height: 22px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

  .lyNewsRec a.pic { height: 320px;}
}

@media (max-width:1200px) {
  .lyBanner { height: 440px;}
  .lyBa_text span { font-size: 32px;}

  .lyTitle { font-size: 36px;}

  .lyProList ul li .con a.pic { height: 210px;}

  .lyAb_right { height: 480px;}

  .lyApp_list ul li { height: 380px;}

  .lyNewsRec a.pic { height: 300px;}
}

@media (max-width:1080px) {
  .lyBanner { height: 400px; margin-top: 70px;}
  .lyBa_text span { font-size: 30px;}
  .lyBa_text p { margin-bottom: 20px;}

  .lyProList ul li .con { padding: 15px;}
  .lyProList ul li .con a.name { font-size: 18px;}
  .lyProList ul li .con p.ms { height: 44px; -webkit-line-clamp: 2;}
  .lyProList ul li .con a.pic { height: 200px;}
  .lyProList ul li .con a.more { height: 44px; padding: 2px 15px; bottom: -44px;}

  .lyAb_text { padding: 60px 30px 60px 0;}
  .lyAb_right ul li span { font-size: 18px;}

  .lyApp_list ul li { height: 360px;}
  .lyApp_list ul li .text a.name { font-size: 18px;}
  .lyApp_list ul li.active .text { padding: 20px 30px; border-radius: 0 30px 0 0;}

  .lyNews .lyNewsList { padding-right: 30px;}
  .lyNewsList ul li a.name { height: 44px; line-height: 44px; font-size: 16px; padding-right: 44px;}
  .lyNewsList ul li a.name i { width: 44px; height: 44px; padding: 12px;}
  .lyNewsRec .text a.name { font-size: 18px;}
}

@media (max-width:1024px) {
  .lyBanner { height: 380px;}

  .lyTitle { font-size: 32px; margin-bottom: 20px;}

  .lyProducts { padding: 40px 0 20px;}
  .lyProList ul li .con a.pic { height: 180px;}

  .lyAb_text { padding: 0 30px 0 0;}
  .lyAb_right { height: 440px;}

  .lyApplication { padding: 40px 0;}
  .lyApp_list ul li { height: 330px;}
  .lyApp_list ul li .text { width: 100%;}
  .lyApp_list ul li.active .text { padding: 20px; border-radius: 0 20px 0 0;}

  .lyNews { padding: 40px 0;}
  .lyNewsList ul { margin-bottom: 30px;}
  .lyNewsList ul li { padding: 8px 0;}
  .lyNewsRec a.pic { height: 260px;}
  .lyNewsRec .text p { margin: 10px 0 20px;}
}

@media (max-width:920px) {
  .lyBanner { height: 340px;}
  .lyBa_text span { font-size: 24px;}
  .lyBa_text em { margin: 10px 0 15px;}
  .lyBa_text p { max-height: 60px; line-height: 20px; font-size: 12px; margin-bottom: 15px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none;}

  .lyProList ul li { width: 33.333333%;}
  .lyProList ul li:last-child { display: block;}
  .lyProList ul li .con { padding: 20px;}
  .lyProList ul li .con a.pic { height: 220px;}

  .lyAbout_main { display: block; align-items: inherit;}
  .lyAb_text { width: 100%; padding: 40px 0;}
  .lyAb_text .lyTitle, .lyAb_text .lyAb_ms { text-align: center;}
  .lyAb_text .lyMore a { margin: 0 auto;}
  .lyAb_right { width: 100%; height: auto;}
  .lyAb_right ul li { height: auto; border-top: 1px solid rgba(255, 255, 255, .15); align-items: flex-start;}
  .lyAb_right ul li i { margin: 0 auto;}
  .lyAb_right ul li span, .lyAb_right ul li p { text-align: center;}

  .lyApp_list ul li, .lyApp_list ul li.active { width: 33.333333%; height: 364px;}

  .lyNewsRec a.pic { height: 240px;}
}

@media (max-width:820px) {
  .lyBanner { height: 320px;}

  .lyProList ul li .con { padding: 15px;}
  .lyProList ul li .con a.pic { height: 200px;}

  .lyNewsRec a.pic { height: 220px;}
}

@media (max-width:767px) {
  .lyBanner { height: 200px; margin-top: 64px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 44%;}
  .lyBa_text span { font-size: 18px;}
  .lyBa_text em { width: 30px; height: 2px; margin: 10px 0;}
  .lyBa_text p { max-height: 40px; -webkit-line-clamp: 2;}
  .lyBa_text .lyMore { display: none;}
  .lyBanner .swiper-pagination { height: 20px; bottom: 10px !important;}
  .lyBanner .swiper-pagination span { width: 3px; height: 10px; margin: 10px 3px 0 !important;}  
  .lyBanner .swiper-pagination span.swiper-pagination-bullet-active { height: 20px; margin: 0 3px !important}

  .lyProList ul { margin: 0 -6px;}
  .lyProList ul li { width: 50%; padding: 0 6px;}
  .lyProList ul li:last-child { display: none;}
  .lyProList ul li .con { padding: 12px;}
  .lyProList ul li .con a.name::after { width: 30px;}
  .lyProList ul li .con a.pic { height: 160px;}

  .lyAb_text .lyAb_ms { margin-bottom: 20px;}
  .lyAb_right ul li { padding: 20px 12px;}

  .lyApplication { padding: 40px 0 20px;}
  .lyApp_list ul { display: block; flex-wrap: inherit; justify-content: inherit;}
  .lyApp_list ul li, .lyApp_list ul li.active { width: 100%; height: 280px; margin-bottom: 20px;}

  .lyNews .lyNewsRec { width: 100%; margin-bottom: 20px; float: none;}
  .lyNewsRec a.pic { height: 200px;}
  .lyNews .lyNewsList { width: 100%; padding-right: 0; float: none;}
  .lyNewsList ul { margin-bottom: 20px;}
}

@media (max-width:390px) {
  .lyBanner { height: 180px;}

  .lyTitle { font-size: 30px;}

  .lyProList ul li .con a.pic { height: 140px;}

  .lyApp_list ul li, .lyApp_list ul li.active { height: 260px;}
  .lyApp_list ul li .text p {-webkit-line-clamp: 2;}

  .lyNewsRec a.pic { height: 180px;}
}

@media (max-width:320px) {
  .lyBanner { height: 160px;}

  .lyProList ul { margin: 0;}
  .lyProList ul li { width: 100%; padding: 0;}
  .lyProList ul li .con a.pic { height: 180px;}
}


