/*lyBanner start*/
.lyBanner { height: 650px; overflow: hidden; margin-top: -32px; background-color: #f5f5f5; position: relative;}
.lyBanner .swiper-container { height: 100%;}
.lyBanner .swiper-slide { overflow: hidden; position: relative;}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none; width: 60px; height: 60px; margin-top: -30px; padding: 18px; background: rgba(0, 62, 151, 0); border-radius: 0; top: 50%;}
.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: #46b036; border: 1px solid #46b036;}
.lyBanner .swiper-button-disabled { opacity: .25 !important;}

.lyBanner .swiper-pagination { width: 100%; height: 12px; bottom: 30px !important;}
.lyBanner .swiper-pagination span { width: 12px; height: 12px; background-color: rgba(255, 255, 255, .45); border-radius: 50%; margin: 0 5px; opacity: 1; vertical-align: top;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active { background-color: #fff;}
/*lyBanner end*/


.lyTitle { margin-bottom: 50px;}
.lyTitle span { display: block; line-height: 40px; color: #222; font-size: 48px; font-weight: bold; text-align: center; text-transform: capitalize;}
.lyTitle span::first-letter { color: #46b036;}
.lyTitle h2 { line-height: 40px; color: #555; font-size: 30px; font-weight: normal; text-align: center; margin-top: 20px;}


/*lyRecommend start*/
.lyRecommend { overflow: hidden; padding: 100px 0;}
.lyRecPro_swiper { position: relative;}
.lyRecPro_swiper .swiper-container { min-height: 300px; margin: -20px; padding: 20px;}
.lyRecPro_swiper .swiper-slide { overflow: hidden; background-color: #fff; border-radius: 12px; box-shadow: 0 0 12px rgba(30, 32, 36, .12);}
.lyRecPro_swiper .swiper-slide:hover { box-shadow: 0 0 12px rgba(70, 176, 54, .2);}

.lyRecPro_swiper .swiper-slide .lyRecPro_img { width: 100%; height: 320px; padding: 30px; position: relative;}
.lyRecPro_swiper .swiper-slide .lyRecPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyRecPro_swiper .swiper-slide .lyRecPro_img a::after { content: ''; display: block; width: 50px; height: 50px; overflow: hidden; background: url(../images/prologo.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: 0; top: 0;}

.lyRecPro_swiper .swiper-slide .lyRecPro_name { overflow: hidden; padding-bottom: 30px; position: relative;}
.lyRecPro_swiper .swiper-slide .lyRecPro_name a { display: block; width: 100%; height: 45px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding-bottom: 15px; position: relative;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_name a { color: #46b036;}
.lyRecPro_swiper .swiper-slide .lyRecPro_name a::after { content: ''; display: block; width: 45px; height: 2px; overflow: hidden; background-color: #46b036; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_name a::after { width: 80px;}

.lyRecPro_swiper .swiper-slide .lyRecPro_btn { display: flex; align-items: center; justify-content: center; padding: 25px; border-top: 1px solid #e6e6e6;}
.lyRecPro_swiper .swiper-slide .lyRecPro_btn a { display: block; width: 144px; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; text-align: center; background-color: #bbb; border-radius: 22px;}
.lyRecPro_swiper .swiper-slide:hover .lyRecPro_btn a { background-color: #46b036;}
.lyRecPro_swiper .swiper-slide .lyRecPro_btn a i { display: inline-block; vertical-align: middle; width: 12px; height: 12px; overflow: hidden; margin: -2px 0 0 10px;}
.lyRecPro_swiper .swiper-slide .lyRecPro_btn a:hover i { margin: -2px 0 0 20px;}

.lyRecPro_swiper .swiper-button-prev, .lyRecPro_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 6px; background: rgba(0, 62, 151, 0); border-radius: 0; top: 50%;}
.lyRecPro_swiper .swiper-button-prev { left: calc(50% - 750px); transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyRecPro_swiper .swiper-button-next { right: calc(50% - 750px); display: none;}
.lyRecPro_swiper .swiper-button-prev:hover svg path, .lyRecPro_swiper .swiper-button-next:hover svg path { fill: #46b036;}
.lyRecPro_swiper .swiper-button-disabled { opacity: .25 !important;}
/*lyRecommend end*/


/*lyProducts start*/
.lyProducts { overflow: hidden; padding: 100px 0; background-color: #f5f5f5;}

.lyPro_menu { margin-bottom: 50px;}
.lyPro_menu .swiper-slide a { display: flex; align-items: center; justify-content: center; height: 60px; overflow: hidden; padding: 0 10px; background-color: #e7e7e7;}
.lyPro_menu .swiper-slide.swiper-slide-active a, .lyPro_menu .swiper-slide:hover a { background-color: #46b036;}
.lyPro_menu .swiper-slide a i { display: block; width: 20px; height: 20px; overflow: hidden;}
.lyPro_menu .swiper-slide.swiper-slide-active a i svg path, .lyPro_menu .swiper-slide:hover i svg path { fill: #fff;}
.lyPro_menu .swiper-slide a em { display: block; max-width: calc(100% - 20px); height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-style: normal; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding-left: 10px;}
.lyPro_menu .swiper-slide.swiper-slide-active a em, .lyPro_menu .swiper-slide:hover em { color: #fff;}

.lyPro_swiper { padding-bottom: 100px; position: relative;}
.lyPro_swiper .swiper-slide { background-color: #fff; position: relative;}
.lyPro_swiper .swiper-slide .lyPro_con { overflow: hidden; border: 1px solid #e6e6e6; position: relative;}
.lyPro_swiper .swiper-slide:hover .lyPro_con { border: 1px solid rgba(70, 176, 54, .45);}

.lyPro_con .lyPro_name a i { display: block; width: 28px; height: 28px; overflow: hidden; background-color: #46b036; border-radius: 50%; position: absolute; top: 1px; right: 1px;}
.lyPro_con .lyPro_name a i::before, .lyPro_con .lyPro_name a i::after { content: ''; display: block; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyPro_con .lyPro_name a i::before { width: 14px; height: 2px;}
.lyPro_con .lyPro_name a i::after { width: 2px; height: 14px;}
.lyPro_con .lyPro_img { width: 100%; height: 300px; overflow: hidden;}
.lyPro_con .lyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyPro_con:hover .lyPro_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyPro_con .lyPro_name { padding: 15px 25px; position: relative;}
.lyPro_con .lyPro_name::before { content: ''; display: block; width: calc(100% - 50px); height: 0; border-top: 1px dashed #e6e6e6; position: absolute; top: 0; left: 25px;}
.lyPro_con .lyPro_name a { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.lyPro_con:hover .lyPro_name a { color: #46b036;}

.lyPro_con a.lyPro_view { display: block; width: 100%; height: 100%; font-size: 0; background-color: rgba(70, 176, 54, .65); position: absolute; bottom: 110%; left: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_con:hover a.lyPro_view { bottom: 0;}
.lyPro_con a.lyPro_view i { display: block; width: 64px; height: 64px; overflow: hidden; padding: 16px; border: 1px solid #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

.lyPro_swiper .lyPro_btn { width: 280px; height: 50px; overflow: hidden; padding: 0 60px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 25px; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyPro_swiper .lyPro_btn .lyPro_all { width: 100%; height: 48px; overflow: hidden; padding: 0 10px; position: relative;}
.lyPro_swiper .lyPro_btn .lyPro_all::before, .lyPro_swiper .lyPro_btn .lyPro_all::after { content: ''; display: block; width: 1px; height: 20px; margin-top: -10px; background-color: #e6e6e6; position: absolute; top: 50%;}
.lyPro_swiper .lyPro_btn .lyPro_all::before { left: 0;}
.lyPro_swiper .lyPro_btn .lyPro_all::after { right: 0;}
.lyPro_swiper .lyPro_btn .lyPro_all a { display: block; width: 100%; line-height: 48px; color: #555; font-size: 16px; text-align: center;}
.lyPro_swiper .lyPro_btn .lyPro_all:hover a { color: #46b036;}

.lyPro_swiper .swiper-button-prev, .lyPro_swiper .swiper-button-next { width: 60px; height: 48px; margin-top: 0; padding: 16px; background: none; border-radius: 0; position: absolute; top: 0;}
.lyPro_swiper .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyPro_swiper .swiper-button-next { right: 0;}
.lyPro_swiper .swiper-button-prev:hover svg path, .lyPro_swiper .swiper-button-next:hover svg path { fill: #46b036;}
.lyPro_swiper .swiper-button-disabled { opacity: .25 !important;}
/*lyProducts end*/

#starCanvas { overflow: hidden; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); opacity: .3;}

/*lyAbout start*/
.lyAbout { overflow: hidden; padding: 100px 0; background-image: linear-gradient(to right, #46b036, #36b086); position: relative;}
.lyAbout_main { display: flex; align-items: center; position: relative; z-index: 1;}
.lyAbout_main .lyAbout_img { width: 640px; height: auto; overflow: hidden;}
.lyAbout_main .lyAbout_img:hover { transform: translateY(-4px); -webkit-transform: translateY(-4px);}

.lyAbout_main .lyAbout_text { width: calc(100% - 640px); padding-left: 80px;}
.lyAbout_main .lyTitle span, .lyAbout_main .lyTitle h2 { color: #fff; text-align: left;}
.lyAbout_main .lyTitle span::first-letter { color: #fff;}

.lyAbout_con { max-height: 150px; overflow-y: scroll; margin: -20px 0 50px; padding-right: 10px;}
.lyAbout_con::-webkit-scrollbar-thumb, .lyAbout_con::-webkit-scrollbar-thumb:window-inactive { background-color: #fff;}

.lyAbout_con, .lyAbout_con div, .lyAbout_con p { line-height: 30px; color: #fff !important; font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif' !important; font-size: 16px !important;}
.lyAbout_con span, .lyAbout_con font, .lyAbout_con div span, .lyAbout_con p span, .lyAbout_con div font, .lyAbout_con p font { color: #fff !important; font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif' !important; font-size: 16px !important;}
.lyAbout_text a.lyAbout_btn { display: block; width: 144px; height: 44px; overflow: hidden; line-height: 44px; color: #46b036; font-size: 16px; text-align: center; background-color: #fff; border-radius: 22px;}
.lyAbout_text a.lyAbout_btn i { display: inline-block; vertical-align: middle; width: 12px; height: 12px; overflow: hidden; margin: -2px 0 0 10px;}
.lyAbout_text a.lyAbout_btn:hover i { margin: -2px 0 0 20px;}

.lyAbout_text dl { margin-top: 50px; padding-left: 110px; position: relative;}
.lyAbout_text dl::before { content: ''; display: block; width: 1px; height: calc(100% - 40px); background-color: #fff; position: absolute; left: 42px; top: 20px;}
.lyAbout_text dl dd { margin-bottom: 40px; position: relative; z-index: 1; cursor: pointer;}
.lyAbout_text dl dd:last-child { margin-bottom: 0;}
.lyAbout_text dl dd i { display: block; width: 23px; height: 23px; overflow: hidden; padding: 0; background-color: #3db168; border: 2px solid #fff; border-radius: 50%; position: absolute; left: -78px; top: 4px;}
.lyAbout_text dl dd.active i { width: 85px; height: 85px; padding: 20px; background-color: #fff; left: -110px; top: 0;}
.lyAbout_text dl dd p { line-height: 30px; color: #fff; font-size: 20px; font-weight: bold;}
.lyAbout_text dl dd span { display: none; line-height: 30px; color: rgba(255, 255, 255, .7); font-size: 16px; margin-top: 10px;}
.lyAbout_text dl dd.active span { display: block;}

.lyAbout_con::-webkit-scrollbar { width: 2px;}/* 滚动槽宽度 */
.lyAbout_con::-webkit-scrollbar-track { background-color: rgb(255, 255, 255, .06);}/* 滚动条滑块默认状态 */
.lyAbout_con::-webkit-scrollbar-thumb { background-color: #fff;}
.lyAbout_con::-webkit-scrollbar-thumb:window-inactive { background-color: #fff;}  /* 滚动条滑块点击状态 */

/*lyAbout end*/


/*lyNewsArticle start*/
.lyNewsArticle { overflow: hidden; padding: 100px 0;}
.lyNewsArticle_main { display: flex;}
.lyNewsArticle_main .lyNews_left { width: 50%; padding-right: 40px;}
.lyNewsArticle_main .lyArticle_right { width: 50%; padding-left: 40px;}

.lyNewsArticle_head { display: flex; align-items: center; justify-content: space-between; overflow: hidden; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #e6e6e6;}
.lyNewsArticle_head p { line-height: 30px; color: #222; font-size: 18px; font-weight: bold; padding-left: 26px; position: relative;}
.lyNewsArticle_head p em { display: block; width: 18px; height: 18px; overflow: hidden; position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyNewsArticle_head a { display: block; line-height: 30px; color: #999; font-size: 16px; padding-right: 20px; position: relative;}
.lyNewsArticle_head a:hover { color: #46b036;}
.lyNewsArticle_head a i { display: block; width: 14px; height: 14px; overflow: hidden; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.lyNewsArticle_head a:hover i svg path { fill: #46b036;}

.lyNewsArticle_rom { display: flex; align-items: center; justify-content: space-between; margin: 25px 0;}
.lyNewsArticle_rom .pics { width: 260px; height: 170px; overflow: hidden;}
.lyNewsArticle_rom .pics a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNewsArticle_rom:hover .pics a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNewsArticle_rom .text { width: calc(100% - 260px); overflow: hidden; padding-left: 30px;}
.lyNewsArticle_rom .text a.name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyNewsArticle_rom:hover .text a.name { color: #46b036;}
.lyNewsArticle_rom .text p.ms { max-height: 72px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; word-break: break-all; text-align: justify; display: -webkit-box; text-overflow: ellipsis; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 10px;}
.lyNewsArticle_rom .text span.time { display: block; line-height: 24px; color: #999; font-size: 14px; margin-top: 10px;}
.lyNewsArticle_rom .text span.time i { display: inline-block; vertical-align: middle; width: 16px; height: 16px; overflow: hidden; margin: -2px 5px 0 0;}

.lyNewsArticle_list { overflow: hidden; padding: 25px 30px; border: 1px solid #e6e6e6;}
.lyNewsArticle_list ul li { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;}
.lyNewsArticle_list ul li:last-child { margin-bottom: 0;}
.lyNewsArticle_list ul li a.name { display: block; width: calc(100% - 100px); height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 18px; position: relative;}
.lyNewsArticle_list ul li:hover a.name { color: #46b036; text-decoration: underline;}
.lyNewsArticle_list ul li a.name::before { content: ''; display: block; width: 8px; height: 8px; overflow: hidden; background-color: #999; border-radius: 50%; position: absolute; left: 0; top: 11px;}
.lyNewsArticle_list ul li:hover a.name::before { background-color: #46b036;}
.lyNewsArticle_list ul li span.time { display: block; width: 100px; line-height: 24px; color: #999; font-size: 14px; text-align: right;}
.lyNewsArticle_list ul li span.time i { display: inline-block; vertical-align: middle; width: 16px; height: 16px; overflow: hidden; margin: -2px 5px 0 0;}
/*lyNews end*/


/*lyService start*/
.lyService { overflow: hidden; padding: 100px 0 170px; background-color: #f5f5f5;}
.lyService_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -40px -30px;}
.lyService_list ul li { width: 20%; margin-bottom: 30px; padding: 0 40px;}
.lyService_list ul li .ico { width: 158px; height: 158px; margin: 0 auto; padding: 10px; border: 1px solid rgba(70, 176, 54, .35); border-radius: 50%;}
.lyService_list ul li .ico i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 40px; background-color: #46b036; border-radius: 50%;}
.lyService_list ul li:hover .ico { border: 1px solid rgba(54, 176, 134, .35);}
.lyService_list ul li:hover .ico i { background-color: #36b086;}
.lyService_list ul li title { display: block; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; text-align: center; margin: 30px auto 10px;}
.lyService_list ul li p { line-height: 26px; color: #555; font-size: 16px; text-align: center;}
/*lyService end*/


@media (max-width:1680px) {
  .lyBanner { height: 580px;}

  .lyTitle { margin-bottom: 40px;}
  .lyTitle span { font-size: 44px;}
  .lyTitle h2 { line-height: 36px; font-size: 28px; margin-top: 14px;}

  .lyRecommend, .lyProducts, .lyAbout, .lyNewsArticle { padding: 80px 0;}

  .lyPro_menu { margin-bottom: 40px;} 
  .lyPro_swiper { padding-bottom: 90px;}

  .lyAbout_con { margin: -10px 0 40px;}
  .lyAbout_text dl { margin-top: 40px; padding-left: 105px;}
  .lyAbout_text dl dd { margin-bottom: 30px;}
  .lyAbout_text dl dd i { left: -74px;}
  .lyAbout_text dl dd.active i { left: -105px;}

  .lyService { padding: 80px 0 130px;}
}

@media (max-width:1600px) {
  .lyBanner { height: 550px; margin-top: -30px;}

  .lyPro_menu .swiper-slide a { height: 54px;}
  .lyPro_menu .swiper-slide a i { width: 18px; height: 18px;}
  .lyPro_menu .swiper-slide a em { font-size: 16px;}

  .lyService { padding: 80px 0 120px;}
}

@media (max-width:1560px) {
  .lyBanner { height: 540px;}
}

@media (max-width:1440px) {
  .lyBanner { height: 500px; margin-top: -27px;}

  .lyTitle { margin-bottom: 30px;}
  .lyTitle span { line-height: 36px; font-size: 40px;}
  .lyTitle h2 { line-height: 32px; font-size: 24px; margin-top: 12px;}

  .lyRecommend, .lyProducts, .lyAbout, .lyNewsArticle { padding: 60px 0;}

  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 300px; padding: 25px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name { padding-bottom: 25px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name a { height: 44px; padding-bottom: 14px;}

  .lyPro_menu { margin-bottom: 30px;}
  .lyPro_menu .swiper-slide a { height: 50px;}

  .lyPro_swiper { padding-bottom: 74px;}
  .lyPro_con .lyPro_img { height: 260px;}
  .lyPro_con .lyPro_name { padding: 15px 20px;}
  .lyPro_con .lyPro_name::before { width: calc(100% - 40px); left: 20px;}
  .lyPro_con .lyPro_name a { font-size: 16px;}

  .lyPro_swiper .lyPro_btn { width: 240px; height: 46px; padding: 0 50px; border-radius: 23px;}
  .lyPro_swiper .lyPro_btn .lyPro_all { height: 44px;}
  .lyPro_swiper .lyPro_btn .lyPro_all a { line-height: 44px; font-size: 15px;}
  .lyPro_swiper .swiper-button-prev, .lyPro_swiper .swiper-button-next { width: 50px; height: 44px; padding: 16px;}

  .lyAbout_main .lyAbout_img { width: 600px;}
  .lyAbout_main .lyAbout_text { width: calc(100% - 600px); padding-left: 60px;}
  .lyAbout_text dl dd { margin-bottom: 24px;}

  .lyNewsArticle_main .lyNews_left { padding-right: 20px;}
  .lyNewsArticle_main .lyArticle_right { padding-left: 20px;}
  .lyNewsArticle_head { margin-bottom: 20px; padding-bottom: 11px;}
  .lyNewsArticle_rom { margin: 20px 0;}
  .lyNewsArticle_rom .pics { width: 240px; height: 160px;}
  .lyNewsArticle_rom .text { width: calc(100% - 240px); padding-left: 20px;}
  .lyNewsArticle_list { padding: 20px;}
  .lyNewsArticle_list ul li a.name { padding-left: 16px;}
  .lyNewsArticle_list ul li a.name::before { width: 6px; height: 6px; top: 12px;}

  .lyService { padding: 60px 0 100px;}
  .lyService_list ul { margin: 0 -15px -30px;}
  .lyService_list ul li { padding: 0 15px;}
  .lyService_list ul li .ico { width: 138px; height: 138px; padding: 8px;}
  .lyService_list ul li .ico i { padding: 36px;}
  .lyService_list ul li title { margin: 20px auto 10px;}
  .lyService_list ul li p { line-height: 25px; font-size: 15px;}
  
}

@media (max-width:1366px) {
  .lyBanner { height: 460px;}

  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 280px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_btn a { font-size: 15px;}

  .lyPro_con .lyPro_img { height: 240px;}

  .lyAbout_main .lyAbout_img { width: 560px;}
  .lyAbout_main .lyAbout_text { width: calc(100% - 560px); padding-left: 50px;}
  .lyAbout_con { margin: -10px 0 30px;}
  .lyAbout_con, .lyAbout_con div, .lyAbout_con p { line-height: 27px; font-size: 15px !important;}
  .lyAbout_text a.lyAbout_btn { font-size: 15px;}

  .lyAbout_text dl { margin-top: 30px;}
  .lyAbout_text dl dd p { font-size: 18px;}
  .lyAbout_text dl dd span { line-height: 25px; font-size: 15px;}

  .lyService_list ul li .ico { width: 120px; height: 120px; padding: 6px;}
  .lyService_list ul li p { line-height: 24px; font-size: 14px;}

  .lyNewsArticle_head a { font-size: 15px;}

}

@media (max-width:1280px) {
  .lyBanner { height: 440px;}

  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 280px; padding: 20px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name { padding-bottom: 20px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name a { height: 40px; padding-bottom: 10px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name a::after { width: 40px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_btn { padding: 20px;}

  .lyPro_menu .swiper-slide a em { font-size: 15px;}

  .lyAbout_main .lyAbout_img { width: 540px;}
  .lyAbout_main .lyAbout_text { width: calc(100% - 540px); padding-left: 40px;}
}

@media (max-width:1200px) {
  .lyBanner { height: 400px; margin-top: -25px;}

  .lyTitle span { line-height: 32px; font-size: 36px;}
  .lyTitle h2 { line-height: 30px; font-size: 22px; margin-top: 10px;}

  .lyRecPro_swiper .swiper-slide { border-radius: 8px; box-shadow: 0 0 8px rgba(30, 32, 36, .12);}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 260px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_btn a { width: 130px; height: 40px; line-height: 40px; font-size: 14px; border-radius: 20px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_btn a i { width: 10px; height: 10px;}

  .lyPro_menu .swiper-slide a { height: 44px;}
  .lyPro_con .lyPro_img { height: 220px;}
  .lyPro_con .lyPro_name { padding: 10px 20px;}
  .lyPro_con a.lyPro_view i { width: 60px; height: 60px;}

  .lyAbout_main .lyAbout_img { width: 500px;}
  .lyAbout_main .lyAbout_text { width: calc(100% - 500px); padding-left: 40px;}
  .lyAbout_con, .lyAbout_con div, .lyAbout_con p { line-height: 24px; font-size: 14px !important;}
  .lyAbout_text a.lyAbout_btn { width: 130px; height: 40px; line-height: 40px; font-size: 14px; border-radius: 20px;}
  .lyAbout_text a.lyAbout_btn i { width: 10px; height: 10px;}

  .lyAbout_text dl { padding-left: 95px;}
  .lyAbout_text dl::before { left: 37px;}
  .lyAbout_text dl dd i { width: 21px; height: 21px; left: -68px;}
  .lyAbout_text dl dd.active i { width: 75px; height: 75px; left: -95px;}
  .lyAbout_text dl dd p { font-size: 16px;}
  .lyAbout_text dl dd span { line-height: 24px; font-size: 14px; margin-top: 6px;}

  .lyNewsArticle_main .lyNews_left { padding-right: 15px;}
  .lyNewsArticle_main .lyArticle_right { padding-left: 15px;}
  .lyNewsArticle_rom .pics { width: 220px; height: 148px;}
  .lyNewsArticle_rom .text { width: calc(100% - 220px);}
  
}

@media (max-width:1080px) {
  .lyBanner { height: 360px;}

  .lyRecPro_swiper .swiper-container { margin: -12px; padding: 12px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 240px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img a::after { width: 44px; height: 44px;}

  .lyPro_con .lyPro_img { height: 200px;}

  .lyAbout_main .lyAbout_img { width: 460px;}
  .lyAbout_main .lyAbout_text { width: calc(100% - 460px); padding-left: 30px;}
  .lyAbout_con { max-height: 96px;}
  .lyAbout_text dl dd { margin-bottom: 20px;}

  .lyService_list ul { margin: 0 -12px -24px;}
  .lyService_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .lyService_list ul li .ico { width: 100px; height: 100px; padding: 5px;}
  .lyService_list ul li .ico i { padding: 27px;}

}

@media (max-width:1024px) {
  .lyBanner { height: 350px;}

  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 230px;}

  .lyAbout_main .lyAbout_img { width: 440px;}
  .lyAbout_main .lyAbout_text { width: calc(100% - 440px); padding-left: 30px;}

  .lyNewsArticle_rom { display: block;}
  .lyNewsArticle_rom .pics { width: 100%; height: 240px;}
  .lyNewsArticle_rom .text { width: 100%; margin-top: 15px; padding: 0;}
  .lyNewsArticle_list { padding: 15px 20px;}
  .lyNewsArticle_list ul li { display: block;}
  .lyNewsArticle_list ul li a.name { width: 100%;}
  .lyNewsArticle_list ul li span.time { width: 100%; margin-top: 2px; padding-left: 16px; text-align: left;}

}

@media (max-width:920px) {
  .lyBanner { height: 320px; margin-top: 0;}
  .lyBanner .swiper-pagination { height: 8px; bottom: 20px !important;}
  .lyBanner .swiper-pagination span { width: 8px; height: 8px; margin: 0 4px;}

  .lyTitle { margin-bottom: 20px;}
  .lyTitle span { line-height: 30px; font-size: 32px;}
  .lyTitle h2 { line-height: 24px; font-size: 20px;}

  .lyRecommend, .lyProducts, .lyAbout, .lyNewsArticle { padding: 40px 0;}

  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 200px; padding: 10px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img a::after { width: 40px; height: 40px;}

  .lyPro_menu { margin-bottom: 20px;}
  .lyPro_swiper { padding-bottom: 64px;}
  .lyPro_con .lyPro_img { height: 240px;}

  .lyAbout_main .lyAbout_img { width: 360px;}
  .lyAbout_main .lyAbout_text { width: calc(100% - 360px); padding-left: 20px;}
  .lyAbout_con { max-height: 96px; margin: 0 0 20px;}
  .lyAbout_text dl { margin-top: 20px; padding-left: 81px;}
  .lyAbout_text dl::before { left: 30px;}
  .lyAbout_text dl dd { margin-bottom: 12px;}
  .lyAbout_text dl dd i { width: 15px; height: 15px; left: -58px; top: 8px;}
  .lyAbout_text dl dd.active i { width: 61px; height: 61px; padding: 14px; left: -81px; top: 4px;}  

  .lyNewsArticle_main .lyNews_left { padding-right: 12px;}
  .lyNewsArticle_main .lyArticle_right { padding-left: 12px;}

  .lyService { padding: 40px 0 60px;}
  .lyService_list ul { margin: 0 -10px -20px;}
  .lyService_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .lyService_list ul li .ico { width: 90px; height: 90px;}
  .lyService_list ul li .ico i { padding: 24px;}
  .lyService_list ul li title { font-size: 15px; margin: 10px auto 5px;}
  .lyService_list ul li p { line-height: 20px; font-size: 12px;}

}

@media (max-width:820px) {
  .lyBanner { height: 300px;}

  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 180px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img a::after { width: 32px; height: 32px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name { padding-bottom: 12px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name a { height: 36px; padding-bottom: 6px; font-size: 15px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name a::after { width: 36px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_btn { padding: 12px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_btn a { width: 110px; height: 36px; line-height: 36px; font-size: 12px; border-radius: 18px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_btn a i { margin: -2px 0 0 5px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_btn a:hover i { margin: -2px 0 0 10px;}

  .lyPro_menu .swiper-slide a { height: 40px;}
  .lyPro_swiper { padding-bottom: 62px;}
  .lyPro_con .lyPro_img { height: 210px;}
  .lyPro_swiper .lyPro_btn { width: 200px; height: 42px; padding: 0 44px; border-radius: 21px;}
  .lyPro_swiper .lyPro_btn .lyPro_all { height: 40px;}
  .lyPro_swiper .lyPro_btn .lyPro_all a { line-height: 40px; font-size: 14px;}
  .lyPro_swiper .swiper-button-prev, .lyPro_swiper .swiper-button-next { width: 44px; height: 40px; padding: 14px;}

  .lyAbout_text a.lyAbout_btn { width: 110px; height: 36px; line-height: 36px; font-size: 12px; border-radius: 18px;}
  .lyAbout_text a.lyAbout_btn i { margin: -2px 0 0 5px;}
  .lyAbout_text a.lyAbout_btn:hover i { margin: -2px 0 0 10px;}

  .lyNewsArticle_main .lyNews_left { padding-right: 10px;}
  .lyNewsArticle_main .lyArticle_right { padding-left: 10px;}
  .lyNewsArticle_rom .text a.name, .lyNewsArticle_list ul li a.name { font-size: 15px;}
  .lyNewsArticle_rom .text p.ms { max-height: 66px; line-height: 22px; font-size: 12px; margin-top: 6px;}
  .lyNewsArticle_rom .text span.time, .lyNewsArticle_list ul li span.time { line-height: 22px; font-size: 12px;}
  .lyNewsArticle_rom .text span.time i, .lyNewsArticle_list ul li span.time i { width: 15px; height: 15px;}
  .lyNewsArticle_list { padding: 12px 20px;}

  .lyService_list ul li .ico { width: 80px; height: 80px;}
  .lyService_list ul li .ico i { padding: 20px;}
}

@media (max-width:767px) {
  .lyBanner { height: 180px;}
  .lyBanner .swiper-pagination { bottom: 10px !important;}

  .lyTitle span { line-height: 26px; font-size: 26px;}
  .lyTitle h2 { line-height: 20px; font-size: 18px;}

  .lyRecPro_swiper .swiper-container { min-height: 240px; margin: -6px; padding: 6px;}
  .lyRecPro_swiper .swiper-slide { box-shadow: 0 0 5px rgba(30, 32, 36, .12);}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img { height: 160px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img a::after { width: 30px; height: 30px;}

  .lyPro_con .lyPro_img { height: 160px;}
  .lyPro_con .lyPro_name { padding: 6px 10px;}
  .lyPro_con .lyPro_name::before { width: calc(100% - 20px); left: 10px;}
  .lyPro_con .lyPro_name a { font-size: 15px;}
  .lyPro_con a.lyPro_view i { width: 52px; height: 52px; padding: 14px;}

  .lyAbout_main { display: block;}
  .lyAbout_main .lyAbout_img { width: 100%;}
  .lyAbout_main .lyAbout_text { width: 100%; margin-top: -30px; padding: 0;}
  .lyAbout_con { max-height: inherit; overflow: hidden; padding: 0;}
  .lyAbout_text dl { padding-left: 61px;}
  .lyAbout_text dl::before { left: 25px;}
  .lyAbout_text dl dd { margin-bottom: 10px;}
  .lyAbout_text dl dd i { left: -43px;}
  .lyAbout_text dl dd.active i { width: 51px; height: 51px; padding: 12px; left: -61px;}
  .lyAbout_text dl dd p { font-size: 15px;}
  .lyAbout_text dl dd span { line-height: 22px; font-size: 12px; margin-top: 4px;}

  .lyNewsArticle_main { display: block;}
  .lyNewsArticle_main .lyNews_left { width: 100%; margin-bottom: 40px; padding: 0;}
  .lyNewsArticle_main .lyArticle_right { width: 100%; padding: 0;}
  .lyNewsArticle_rom .pics { height: 200px;}
  .lyNewsArticle_rom .text a.name, .lyNewsArticle_list ul li a.name { font-size: 16px;}
  .lyNewsArticle_rom .text p.ms { max-height: 72px; line-height: 24px; font-size: 14px; margin-top: 10px;}

  .lyService { padding: 40px 0;}
  .lyService_list ul { display: block; margin: 0 0 -20px;}
  .lyService_list ul li { width: 100%; min-height: 80px; margin-bottom: 20px; padding: 0 0 0 95px; position: relative;}
  .lyService_list ul li .ico { position: absolute; left: 0; top: 0;}
  .lyService_list ul li title { line-height: 26px; font-size: 16px; text-align: left; margin: 0 0 4px;}
  .lyService_list ul li p { line-height: 24px; font-size: 14px; text-align: left;}
}

@media (max-width:390px) {
  .lyBanner { height: 160px;}
  .lyBanner .swiper-pagination { height: 6px; bottom: 12px !important;}
  .lyBanner .swiper-pagination span { width: 6px; height: 6px; margin: 0 3px;}

  .lyRecPro_swiper .swiper-slide .lyRecPro_img, .lyPro_con .lyPro_img { height: 140px;}
  .lyNewsArticle_list { padding: 10px 12px;}

}

@media (max-width:320px) {
  .lyBanner { height: 136px;}

  .lyTitle span { line-height: 24px; font-size: 24px;}

  .lyRecPro_swiper .swiper-slide .lyRecPro_img, .lyPro_con .lyPro_img { height: 200px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_img a::after { width: 40px; height: 40px;}
  .lyRecPro_swiper .swiper-slide .lyRecPro_name a { font-size: 16px;}

  .lyPro_con .lyPro_name { padding: 10px;}

  .lyAbout_main .lyAbout_text { margin-top: -24px;}

  .lyNewsArticle_rom .pics { height: 180px;}

  .lyService_list ul li { padding: 0 0 0 82px;}
  .lyService_list ul li .ico { width: 72px; height: 72px;}
  .lyService_list ul li .ico i { padding: 18px;}

}
