/*lyBanner start*/
.lyBanner { height: 450px; overflow: hidden; margin-top: 150px;}
.topFixed .lyBanner { margin-top: 60px;}
.lyBanner .swiper-container { height: 100%; position: relative;}
.lyBanner .swiper-slide { overflow: hidden; position: relative;}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 44px; height: 44px; margin-top: -22px; padding: 4px; background: rgba(0, 0, 0, 0); top: 50%;}
.lyBanner .swiper-button-prev { left: 20px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBanner .swiper-button-next { right: 20px;}
.lyBanner .swiper-button-prev:hover svg path, .lyBanner .swiper-button-next:hover svg path { fill: #0140a0;}

.lyBanner .swiper-pagination { height: 8px; padding: 0; bottom: 20px !important;}
.lyBanner .swiper-pagination span { width: 16px; height: 8px; background-color: rgba(0, 0, 0, .15); border-radius: 4px; margin: 0 4px; vertical-align: top; opacity: 1;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active { background-color: #0140a0;}
/*lyBanner end*/


/*lyProducts start*/
.lyProducts { overflow: hidden; margin: 80px 0;}
.lyProducts_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -14px 12px;}
.lyProducts_list ul li { width: 25%; margin-bottom: 28px; padding: 0 14px;}
.lyProducts_list ul li .lyPro_con { min-height: 100%;}
.lyPro_con a.lyPro_img { display: block; width: 100%; height: 228px; overflow: hidden; background-color: #f1f8fe; position: relative;}
.lyPro_con:hover a.lyPro_img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyPro_con a.lyPro_img::before { content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .3); position: absolute; left: 0; bottom: 100%; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_con:hover a.lyPro_img::before { bottom: 0;}
.lyPro_con a.lyPro_img i { display: block; width: 54px; height: 54px; background-color: #26ad49; border-radius: 50%; position: absolute; left: 50%; top: 100%; margin: 0 0 0 -28px; padding: 12px; z-index: 2;}
.lyPro_con:hover a.lyPro_img i { top: 50%; margin: -28px 0 0 -28px;}

.lyPro_con a.lyPro_name { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; font-size: 20px; color: #222; white-space: nowrap; text-overflow: ellipsis; margin: 15px 0 10px;}
.lyPro_con:hover a.lyPro_name { color: #0140a0;}
.lyPro_con p.lyPro_ms { max-height: 72px; overflow: hidden; line-height: 24px; font-size: 16px; color: #999; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.lyPro_con p.lyPro_ms a { color: #999; font-size: 16px;}
.lyPro_con p.lyPro_ms a:hover { color: #0140a0;}
/*lyProducts end*/

/*lyNews start*/
.lyNews { overflow: hidden; margin: 80px 0;}
.lyNews_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px 40px;}
.lyNews_list ul li { width: 33.333333%; padding: 0 15px;}
.lyNews_list ul li .lyNews_con { min-height: 100%;}
.lyNews_con a.lyNews_img { display: block; width: 100%; height: 256px; overflow: hidden; background-color: #fff; position: relative;}
.lyNews_con:hover a.lyNews_img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNews_con a.lyNews_img::after { content: "新闻"; display: block; width: 44px; height: 24px; line-height: 24px; color: #fff; font-size: 14px; text-align: center; background-color: rgba(0, 0, 0, .5); position: absolute; left: 15px; bottom: 15px; z-index: 1;}

.lyNews_con a.lyNews_name { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 30px; font-size: 20px; color: #222; margin: 15px 0 10px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNews_con:hover a.lyNews_name { color: #0140a0;}
.lyNews_con p.lyNews_ms { max-height: 52px; overflow: hidden; line-height: 26px; font-size: 16px; color: #999; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNews_con span.lyNews_time { display: block; height: 24px; line-height: 24px; color: #999; font-size: 16px; margin: 10px 0 20px;}
.lyNews_con span.lyNews_time i { display: block; width: 16px; height: 16px; overflow: hidden; margin: 4px 8px 4px 0; float: left;}
.lyNews_con a.lyNews_btn { display: block; width: 54px; height: 36px; overflow: hidden; padding: 7px; border: 2px solid #0140a0; background-color: #fff; border-radius: 27px;}
.lyNews_con a.lyNews_btn:hover { border: 2px solid #26ad49; background-color: #26ad49;}
.lyNews_con a.lyNews_btn:hover svg path { fill: #fff;}
/*lyNews end*/


/*lySolution start*/
.lySolution { overflow: hidden; margin: 80px 0;}
.lySolution_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -40px;}
.lySolution_list ul li { width: 50%; margin-bottom: 40px; padding: 0 40px;}
.lySolution_list ul li .lySolu_con { min-height: 100%; display: flex; align-items: center;}
.lySolu_con .lySolu_img { width: 280px; height: 180px; overflow: hidden;}
.lySolu_con .lySolu_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lySolu_con:hover .lySolu_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lySolu_con .lySolu_img a::after { content: "应用"; display: block; width: 44px; height: 24px; line-height: 24px; color: #fff; font-size: 14px; text-align: center; background-color: rgba(0, 0, 0, .5); position: absolute; left: 15px; bottom: 15px; z-index: 1;}
.lySolu_con .lySolu_text { width: calc(100% - 280px); height: auto; overflow: hidden; padding-left: 30px;}
.lySolu_con .lySolu_text a.lySolu_name { display: block; width: 100%; height: 42px; overflow: hidden; line-height: 32px; font-size: 20px; color: #222; white-space: nowrap; text-overflow: ellipsis; padding-bottom: 9px; border-bottom: 1px solid #ddd;}
.lySolu_con:hover .lySolu_text a.lySolu_name { color: #0140a0; border-bottom: 1px solid #0140a0;}
.lySolu_con .lySolu_text p.lySolu_ms { max-height: 56px; overflow: hidden; line-height: 28px; font-size: 16px; color: #999; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 15px 0 30px;}
.lySolu_bottom a.lySolu_btn { display: block; width: 44px; height: 30px; overflow: hidden; padding: 6px; border: 2px solid #0140a0; background-color: #fff; border-radius: 22px; float: left;}
.lySolu_bottom a.lySolu_btn:hover { border: 2px solid #26ad49; background-color: #26ad49;}
.lySolu_bottom a.lySolu_btn:hover svg path { fill: #fff;}
.lySolu_bottom span.lySolu_time { display: block; height: 30px; line-height: 30px; color: #999; font-size: 16px; float: right;}
.lySolu_bottom span.lySolu_time i { display: block; width: 16px; height: 16px; overflow: hidden; margin: 7px 8px 7px 0; float: left;}
/*lySolution end*/


@media (max-width:1680px) {
  .lyBanner { margin-top: 146px;}

  .lyPro_con a.lyPro_name { height: 30px; line-height: 30px; font-size: 18px;}
  .lyPro_con p.lyPro_ms, .lyPro_con p.lyPro_ms a { font-size: 15px;}

  .lyNews_con a.lyNews_name { font-size: 18px;}
  .lyNews_con p.lyNews_ms { max-height: 48px; line-height: 24px; font-size: 15px;}
  .lyNews_con span.lyNews_time { font-size: 15px;}

  .lySolu_con .lySolu_text a.lySolu_name { height: 40px; line-height: 30px; font-size: 18px;}
  .lySolu_con .lySolu_text p.lySolu_ms { max-height: 50px; line-height: 25px; font-size: 15px;}
  .lySolu_bottom span.lySolu_time { font-size: 15px;}

}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyBanner { height: 420px; margin-top: 140px;}

  .lyProducts, .lyNews, .lySolution { margin: 60px 0;}
  .lyProducts_list ul { margin: 0 -12px 6px;}
  .lyProducts_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .lyPro_con a.lyPro_img { height: 222px;}
  .lyPro_con p.lyPro_ms, .lyPro_con p.lyPro_ms a { font-size: 14px;}

  .lyNews_list ul { margin: 0 -15px 30px;}
  .lyNews_con p.lyNews_ms, .lyNews_con span.lyNews_time, .lySolu_bottom span.lySolu_time { font-size: 14px;}

  .lySolution_list ul { margin: 0 -30px;}
  .lySolution_list ul li { margin-bottom: 30px; padding: 0 30px;}
  .lySolu_con .lySolu_img { width: 260px; height: 170px;}
  .lySolu_con .lySolu_text { width: calc(100% - 260px);}
  .lySolu_con .lySolu_text p.lySolu_ms { max-height: 48px; line-height: 24px; font-size: 14px; margin: 12px 0 24px;}
}

@media (max-width:1366px) {
  .lyBanner { height: 400px;}

  .lyPro_con a.lyPro_img { height: 210px;}

  .lyNews_con a.lyNews_img { height: 244px;}

}

@media (max-width:1280px) {
  .lyBanner { height: 360px; margin-top: 110px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 40px; height: 40px; margin-top: -20px;}

  .lyProducts, .lyNews, .lySolution { margin: 50px 0;}
  .lyPro_con a.lyPro_img { height: 196px;}

  .lyNews_con a.lyNews_img { height: 236px;}

  .lySolution_list ul { margin: 0 -24px;}
  .lySolution_list ul li { padding: 0 24px;}
  .lySolu_con .lySolu_text { padding-left: 24px;}

}

@media (max-width:1200px) {
  .lyBanner { height: 340px;}

  .lyProducts_list ul { margin: 0 -10px 10px;}
  .lyProducts_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .lyPro_con a.lyPro_img { height: 184px;}

  .lyNews_list ul { margin: 0 -12px 30px;}
  .lyNews_list ul li { padding: 0 12px;}
  .lyNews_con a.lyNews_img { height: 224px;}

  .lySolution_list ul { margin: 0 -20px;}
  .lySolution_list ul li { padding: 0 20px;}
  .lySolu_con .lySolu_img { width: 240px; height: 160px;}
  .lySolu_con .lySolu_text { width: calc(100% - 240px); padding-left: 20px;}
  .lySolu_con .lySolu_text p.lySolu_ms { margin: 10px 0 20px;}

}

@media (max-width:1080px) {
  .lyBanner { height: 320px; margin-top: 80px;}

  .lyProducts, .lyNews, .lySolution { margin: 40px 0;}
  .lyProducts_list ul { margin: 0 -10px;}
  .lyPro_con a.lyPro_img { height: 165px;}

  .lyNews_list ul { margin: 0 -10px 20px;}
  .lyNews_list ul li { padding: 0 10px;}
  .lyNews_con a.lyNews_img { height: 200px;}

  .lySolution_list ul { margin: 0 -12px;}
  .lySolution_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .lySolu_con .lySolu_img { width: 230px; height: 150px;}
  .lySolu_con .lySolu_text { width: calc(100% - 230px);}
  .lySolu_con .lySolu_text a.lySolu_name { height: 37px; padding-bottom: 6px;}
  .lySolu_con .lySolu_text p.lySolu_ms { margin: 10px 0 15px;}

}

@media (max-width:1024px) {
  .lyBanner { height: 300px;}

  .lyPro_con a.lyPro_img { height: 160px;}
}

@media (max-width:920px) {
  .lyBanner { height: 280px;}

  .lyProducts_list ul li { width: 33.333333%;}
  .lyPro_con a.lyPro_img { height: 180px;}

  .lyNews_con a.lyNews_img { height: 180px;}

  .lySolution_list ul { margin: 0;}
  .lySolution_list ul li { width: 100%; padding: 0;}
}

@media (max-width:820px) {
  .lyBanner { height: 240px;}
  .lyBanner .swiper-button-prev { left: 0;}
  .lyBanner .swiper-button-next { right: 0;}
  .lyBanner .swiper-pagination { height: 6px; bottom: 10px !important;}
  .lyBanner .swiper-pagination span { width: 12px; height: 6px;}

  .lyPro_con a.lyPro_img, .lyNews_con a.lyNews_img { height: 168px;}   

}

@media (max-width:767px) {
  .lyBanner { height: 132px; margin-top: 118px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none;}
  .lyBanner .swiper-pagination { height: 4px; bottom: 8px !important;}
  .lyBanner .swiper-pagination span { width: 8px; height: 4px;}

  .lyProducts_list ul { margin: 0 -6px;}
  .lyProducts_list ul li { width: 50%; margin-bottom: 20px; padding: 0 6px;}
  .lyPro_con a.lyPro_img { height: 130px;}
  .lyPro_con a.lyPro_name { font-size: 16px; margin: 10px 0 5px;}
  .lyPro_con p.lyPro_ms { max-height: 64px; line-height: 22px; -webkit-line-clamp: 3;}

  .lyNews_list ul { margin: 0;}
  .lyNews_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .lyNews_con a.lyNews_img { height: 220px;}
  .lyNews_con a.lyNews_name { height: auto; max-height: 52px; line-height: 26px; font-size: 16px; margin: 10px 0 5px;}
  .lyNews_con p.lyNews_ms { max-height: 44px; line-height: 22px;}
  .lyNews_con span.lyNews_time { margin: 10px 0 15px;}

  .lySolution_list ul { display: block; flex-wrap: inherit; justify-content: inherit;}
  .lySolution_list ul li { margin-bottom: 20px;}
  .lySolution_list ul li .lySolu_con { min-height: inherit; display: block; align-items: inherit;}
  .lySolu_con .lySolu_img { width: 100%; height: 220px;}
  .lySolu_con .lySolu_text { width: 100%; padding-left: 0; padding-top: 10px;}
  .lySolu_con .lySolu_text a.lySolu_name { font-size: 16px;}
  .lySolu_con .lySolu_text p.lySolu_ms { max-height: 44px; line-height: 22px;}

}

@media (max-width:390px) {
  .lyPro_con a.lyPro_img { height: 122px;}

  .lyNews_con a.lyNews_img, .lySolu_con .lySolu_img { height: 200px;}
}

@media (max-width:320px) {
  .lyBanner { height: 114px;}

  .lyProducts, .lyNews, .lySolution { margin: 30px 0;}
  .lyPro_con a.lyPro_img { height: 100px;}

  .lyNews_con a.lyNews_img, .lySolu_con .lySolu_img { height: 172px;}
  
}
