/*lyBanner start*/
.lyBanner { height: 960px; overflow: hidden;}
.lyBanner .swiper-container { height: 100%;}
.lyBanner .swiper-slide { overflow: hidden; position: relative;}
.lyBanner .swiper-slide::before, .lyBanner .swiper-slide::after { content: ""; display: block; position: absolute; left: 0; top: 0; z-index: 2;}
.lyBanner .swiper-slide::before { width: 100%; height: 60%; background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); opacity: .5;}
.lyBanner .swiper-slide::after { width: 60%; height: 100%; background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); opacity: .15;}
.lyBanner .swiper-slide img { z-index: 1;}
.lyBanner .swiper-slide .lyBa_text { padding-right: 26%; position: absolute; left: -100%; top: 50%; z-index: 3; 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; max-height: 120px; overflow: hidden; line-height: 60px; color: #fff; font-family: "RobotoBold"; font-size: 48px; text-transform: uppercase;  display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyBa_text p { max-height: 90px; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .7); font-size: 18px; font-style: italic; margin: 20px 0 60px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.lyBa_Control { position: absolute; bottom: 60px; left: 50%; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyBa_Control .swiper-button-prev, .lyBa_Control .swiper-button-next { width: 48px; height: 48px; margin-top: 0; padding: 12px; background: rgba(0, 0, 0, 0); border: 2px solid #fff; border-radius: 50%; top: 2px;}
.lyBa_Control .swiper-button-prev { left: initial; right: 68px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBa_Control .swiper-button-next { right: 0;}
.lyBa_Control .swiper-button-prev:hover, .lyBa_Control .swiper-button-next:hover { background: #5fb62f; border: 2px solid #5fb62f;}
.lyBa_Control .swiper-button-disabled { opacity: .45 !important;}

.lyBa_Control .swiper-pagination { width: 40%; height: 14px; padding: 0; text-align: left; bottom: 0 !important;}
.lyBa_Control .swiper-pagination span { width: 14px; height: 14px; background-color: #fff; border-radius: 7px; margin-right: 10px; opacity: .45; vertical-align: top;}
.lyBa_Control .swiper-pagination span.swiper-pagination-bullet-active { width: 28px; opacity: 1;}

.lyBa_Control .lyBa_Scroll { width: 100px; margin: 0 auto;}
.lyBa_Scroll p { width: 18px; height: 24px; overflow: hidden; margin: 0 auto; border: 2px solid #fff; border-radius: 10px; vertical-align: top;}
.lyBa_Scroll p i { display: block; width: 2px; height: 6px; overflow: hidden; background-color: #fff; margin: 10px auto; animation-name: scrollTip; animation-duration: 2s; animation-iteration-count: infinite;}
.lyBa_Scroll span { display: block; line-height: 1; color: #fff; font-family: "RobotoLight"; font-size: 14px; text-align: center; margin-bottom: 10px;}
/*lyBanner end*/


/*lyAbout start*/
.lyAbout { overflow: hidden; padding: 100px 0; background-color: #f2f8f7;}
.lyAbout_main { overflow: hidden; margin-bottom: 50px; position: relative;}
.lyAbout_con { padding-right: 30%;}
.lyAboutCon_text { overflow: hidden; margin-top: 70px; padding: 60px 30px 60px 70px; background-color: rgba(255, 255, 255, .95); border-radius: 20px; position: relative; z-index: 1;}
.lyAbout_name { position: relative;}
.lyAbout_name a { display: block; line-height: 36px; color: #222; font-family: "RobotoBold"; font-size: 26px;}
.lyAbout_name a:hover { color: #5fb62f;}
.lyAbout_name::before { content: "“"; display: block; line-height: 40px; color: #5fb62f; font-family: "Arial"; font-size: 90px; font-weight: bold; position: absolute; left: -55px; top: 0;}
.lyAbout_ms { height: 150px; overflow-y: scroll; line-height: 30px; color: #777; font-family: "RobotoLight"; font-size: 18px; margin: 20px 0 30px; padding-right: 30px;}
.lyAbout_ms div, .lyAbout_ms div span, .lyAbout_ms div font, .lyAbout_ms p, .lyAbout_ms p span, .lyAbout_ms p font, .lyAbout_ms span, .lyAbout_ms font { line-height: 30px; color: #777; font-family: "RobotoLight"; font-size: 18px;}

.lyAbout_img { width: 55%; height: 100%; overflow: hidden; position: absolute; top: 0; right: 0;}
.lyAbout_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyAbout_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}

.lyAbout_pic_data { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px;}
.lyAbout_pic1 { width: 47%; min-height: 100%; padding: 0 6px;}
.lyAbout_pic1 a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyAbout_pic1 a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}

.lyAbout_data { width: 53%; padding: 0 6px;}
.lyAbout_data dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px -12px;}
.lyAbout_data dl dd { width: 50%; height: 240px; margin-bottom: 12px; padding: 0 6px;}
.lyAboutData_con { width: 100%; height: 100%; padding: 30px; background-color: #5fb62f;}
.lyAboutData_con i { display: block; width: 80px; height: 80px; overflow: hidden; background-color: #fff; border-radius: 50%; margin: 0 auto; padding: 18px;}
.lyAboutData_con p { line-height: 50px; color: #fff; font-family: "RobotoBold"; font-size: 54px; text-align: center; margin: 10px auto;}
.lyAboutData_con span { display: block; line-height: 28px; color: #fff; font-family: "RobotoLight"; font-size: 16px; text-align: center;}

.lyAbout_pic2 { width: 100%; height: 100%; overflow: hidden;}
.lyAbout_pic2 a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyAbout_pic2 a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}
/*lyAbout end*/


/*lyProducts start*/
.lyProducts { overflow: hidden; padding: 80px 0; background-color: #fff;}
.lyProducts_menu { width: 68%; overflow: hidden; margin-top: -100px; float: right; position: relative;}
.lyProducts_menu ul { display: flex; flex-wrap: wrap; justify-content: right; margin: 0 -6px -10px;}
.lyProducts_menu ul li { width: 20%; margin-bottom: 10px; padding: 0 6px;}
.lyProducts_menu ul li span { display: block; width: 100%; height: 48px; overflow: hidden; line-height: 46px; color: #555; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 24px; padding: 0 20px; cursor: pointer;}
.lyProducts_menu ul li:hover span, .lyProducts_menu ul li.active span { color: #fff; background-color: #5fb62f; border: 1px solid #5fb62f;}

.lyProducts_list ul { min-height: 240px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -14px 22px;}
.lyProducts_list ul li { width: 33.333333%; margin-bottom: 28px; padding: 0 14px;}
.lyProducts_con { min-height: 100%; padding: 1px; background: linear-gradient(to right, #e6e6e6, #e6e6e6); box-shadow: 0 0 0 rgba(0, 0, 0, 0); border-radius: 0;}
.lyProducts_con:hover { padding: 2px; background: linear-gradient(to right, #024f8e, #5fb62f); box-shadow: 0 0 10px rgba(95, 182, 47, .1); border-radius: 20px 0;}
.lyProducts_con .lyProductsCon { height: 100%; background-color: #fff; padding: 29px; border-radius: 0;}
.lyProducts_con:hover .lyProductsCon { padding: 28px; border-radius: 18px 0;}
.lyProducts_con .lyProductsCon a.lyPro_name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-family: "RobotoMedium"; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 12px;}
.lyProducts_con:hover .lyProductsCon a.lyPro_name { color: #5fb62f;}
.lyProducts_con .lyProductsCon span.lyPro_model { display: inline-block; max-width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #777; font-family: "RobotoLight"; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; padding: 0 15px; background-color: #ededed; border-radius: 15px; vertical-align: top;}
.lyProducts_con .lyProductsCon a.lyPro_img { display: block; width: 100%; height: 220px; overflow: hidden; margin: 20px 0; position: relative;}
.lyProducts_con:hover .lyProductsCon a.lyPro_img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyProducts_con .lyProductsCon a.lyPro_btn { display: inline-block; width: auto; height: 30px; line-height: 30px; color: #5fb62f; font-size: 16px; text-transform: capitalize; vertical-align: top;}
.lyProducts_con .lyProductsCon a.lyPro_btn i { display: inline-block; width: 15px; height: 15px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 15px;}
.lyProducts_con .lyProductsCon a.lyPro_btn:hover i { margin: -2px 0 0 25px;}

.lyProducts .lyMore { text-align: center;}
.lyProducts .lyMore a { padding: 0 50px;}
/*lyProducts end*/


/*lyMessage start*/
.lyMessage { padding: 80px 0; background: url(../images/webp/msgBg.webp) center center no-repeat; background-size: cover;}
.lyMessage_title { line-height: 40px; color: #fff; font-family: "RobotoBold"; font-size: 36px; margin-bottom: 20px;}
.lyMessage_form dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px -12px;}
.lyMessage_form dl dd { width: 33.333333%; margin-bottom: 12px; padding: 0 6px;}
.lyMessage_form dl dt { width: 100%; margin-bottom: 12px; padding: 0 6px;}
.lyMessage_form dl dd input, .lyMessage_form dl dt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-family: "RobotoLight"; font-size: 16px; padding: 0 20px; background-color: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); border-radius: 4px; outline: none;}
.lyMessage_form dl dd input::placeholder, .lyMessage_form dl dt input::placeholder { color: #fff;}

/* 自定义下拉框容器 */
.lyMessage_select { width: 100%; background-color: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); border-radius: 4px; position: relative;}
.lyMessage_select i { display: block; width: 16px; height: 16px; overflow: hidden; position: absolute; top: 50%; right: 12px; transform: translateY(-50%); -webkit-transform: translateY(-50%); pointer-events: none;}
.lyMessage_select .select_header { width: 100%; height: 48px; overflow: hidden; line-height: 48px; color: #fff; font-family: "RobotoLight"; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 30px 0 20px; cursor: pointer;}
.lyMessage_select .select_options { display: none; max-height: 220px; overflow-y: scroll; border-radius: 4px; background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .1); position: absolute; top: 100%; left: 0; right: 0; z-index: 9;}
.lyMessage_select .select_options .option { line-height: 24px; color: #555; font-family: "RobotoLight"; font-size: 16px; padding: 10px 20px; cursor: pointer;}
.lyMessage_select .select_options .option:hover { color: #fff; background-color: #5fb62f;}
.lyMessage_select .select_options::-webkit-scrollbar { width: 0;}

.lyMessage_form dl dt button { display: block; width: 250px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; text-align: center; text-transform: capitalize; margin-top: 28px; background-color: #5fb62f; vertical-align: top; border-radius: 25px; border: 0; outline: none; cursor: pointer;}
.lyMessage_form dl dt button i { display: inline-block; width: 15px; height: 15px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 15px;}
.lyMessage_form dl dt button:hover i { margin: -2px 0 0 25px;}
/*lyMessage end*/


/*lyCase start*/
.lyCase { overflow: hidden; padding: 80px 0; background: url(../images/webp/caseBg.webp) center bottom no-repeat; background-size: cover;}
.lyCase_main .lyMore { margin-top: -100px; float: right; position: relative;}
.lyCase_swiper { width: calc(100% + 40px); margin-left: -20px; position: relative;}
.lyCase_swiper .swiper-container { width: 100%; min-height: 240px; overflow: inherit; margin: -20px 0; padding: 20px;}
.lyCase_swiper .swiper-slide { height: 510px; overflow: hidden; border-radius: 16px; box-shadow: 4px 4px 12px rgba(0, 0, 0, .2); position: relative;}
.lyCase_swiper .swiper-slide a.lyCase_img { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyCase_swiper .swiper-slide:hover a.lyCase_img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyCase_swiper .swiper-slide a.lyCase_img::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)); position: absolute; left: 0; bottom: 0;}
.lyCase_swiper .swiper-slide .lyCase_text { width: 100%; padding: 30px; background: linear-gradient(to right, rgba(2, 79, 142, 0), rgba(95, 182, 47, 0)); position: absolute; bottom: 0; left: 0;}
.lyCase_swiper .swiper-slide:hover .lyCase_text { background: linear-gradient(to right, rgba(2, 79, 142, .8), rgba(95, 182, 47, .8));}
.lyCase_text a.lyCase_name { display: block; width: 100%; max-height: 72px; overflow: hidden; line-height: 36px; color: #fff; font-family: "RobotoBold"; font-size: 28px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 15px;}
.lyCase_text a.lyCase_btn { display: inline-block; width: auto; height: 30px; line-height: 30px; color: rgba(255, 255, 255, .5); font-family: "RobotoLight"; font-size: 16px; text-transform: capitalize; vertical-align: top;}
.lyCase_text a.lyCase_btn i { display: inline-block; width: 15px; height: 15px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0;}
.lyCase_text a.lyCase_btn:hover { color: #fff;}
.lyCase_text a.lyCase_btn:hover i { margin: -2px 20px 0 0;}

.lyCase_swiper .swiper-button-prev, .lyCase_swiper .swiper-button-next { width: 60px; height: 60px; margin-top: -30px; padding: 15px; background: rgba(95, 182, 47, .8); border-radius: 50%; top: 50%;}
.lyCase_swiper .swiper-button-prev { left: -80px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyCase_swiper .swiper-button-next { right: -80px;}
.lyCase_swiper .swiper-button-prev:hover, .lyCase_swiper .swiper-button-next:hover { background: #5fb62f;}
.lyCase_swiper .swiper-button-disabled { opacity: .45 !important;}
/*lyCase end*/


/*lyNews start*/
.lyNews { overflow: hidden; padding: 80px 0 140px; background: url(../images/webp/newsBg.webp) center top no-repeat; background-size: cover;}
.lyNews_main .lyMore { margin-top: -100px; float: right; position: relative;}
.lyNewsMain_con { min-height: 240px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -12px;}
.lyNews_rom, .lyNews_hot, .lyNews_list { width: 33.333333%; min-height: 100%; padding: 0 12px;}
.lyNewsRom_con { width: 100%; height: 580px; overflow: hidden; background-color: #fff; position: relative;}
.lyNewsRom_con a.lyNewsRom_img { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNewsRom_con:hover a.lyNewsRom_img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNewsRom_con a.lyNewsRom_img::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); position: absolute; left: 0; bottom: 0;}
.lyNewsRom_con .lyNewsRom_text { width: 100%; padding: 30px; background: linear-gradient(to right, rgba(2, 79, 142, 0), rgba(95, 182, 47, 0)); position: absolute; bottom: 0; left: 0;}
.lyNewsRom_text span { display: inline-block; vertical-align: top; height: 30px; line-height: 30px; color: #5fb62f; font-size: 16px; padding: 0 15px; border: 1px solid rgba(95, 182, 47, .45); border-radius: 14px; margin-bottom: 20px;}
.lyNewsRom_text a.lyNewsRom_name { display: block; width: 100%; max-height: 60px; overflow: hidden; line-height: 30px; color: #fff; font-family: "RobotoMedium"; font-size: 18px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px;}
.lyNewsRom_text a.lyNewsRom_name:hover { color: #5fb62f;}
.lyNewsRom_text .lyNewsRom_ms { width: 100%; max-height: 52px; overflow: hidden; line-height: 26px; color: rgba(255, 255, 255, .7); font-family: "RobotoLight"; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNewsRom_text a.lyNewsRom_btn { display: inline-block; width: auto; height: 30px; line-height: 30px; color: rgba(255, 255, 255, .7); font-size: 16px; text-transform: capitalize; vertical-align: top; margin-top: 20px;}
.lyNewsRom_text a.lyNewsRom_btn i { display: inline-block; width: 15px; height: 15px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px; opacity: .7;}
.lyNewsRom_text a.lyNewsRom_btn:hover { color: #5fb62f;}
.lyNewsRom_text a.lyNewsRom_btn:hover i { margin: -2px 0 0 20px; opacity: 1;}
.lyNewsRom_text a.lyNewsRom_btn:hover i svg path { fill: #5fb62f;}

.lyNewsHot_con { width: 100%; height: 100%; overflow: hidden; padding: 35px 30px 0; background-color: #fff;}
.lyNewsHot_text span { display: inline-block; vertical-align: top; height: 30px; line-height: 30px; color: #5fb62f; font-size: 16px; padding: 0 15px; border: 1px solid rgba(95, 182, 47, .45); border-radius: 14px; margin-bottom: 20px;}
.lyNewsHot_text a.lyNewsHot_name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-family: "RobotoMedium"; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px;}
.lyNewsHot_text a.lyNewsHot_name:hover { color: #5fb62f;}
.lyNewsHot_text .lyNewsHot_ms { width: 100%; max-height: 52px; overflow: hidden; line-height: 26px; color: #777; font-family: "RobotoLight"; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNewsHot_text a.lyNewsHot_btn { display: inline-block; width: auto; height: 30px; line-height: 30px; color: #999; font-size: 16px; text-transform: capitalize; vertical-align: top; margin-top: 20px;}
.lyNewsHot_text a.lyNewsHot_btn i { display: inline-block; width: 15px; height: 15px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px;}
.lyNewsHot_text a.lyNewsHot_btn:hover { color: #5fb62f;}
.lyNewsHot_text a.lyNewsHot_btn:hover i { margin: -2px 0 0 20px;}
.lyNewsHot_text a.lyNewsHot_btn:hover i svg path { fill: #5fb62f;}
.lyNewsHot_con a.lyNewsHot_img { display: block; width: 100%; height: 290px; overflow: hidden; position: relative; margin-top: 30px;}
.lyNewsHot_con:hover a.lyNewsHot_img img { transform: scale(1.05); -webkit-transform: scale(1.05);}

.lyNews_list ul { width: 100%; height: 100%; overflow: hidden;}
.lyNews_list ul li { width: 100%; height: calc((100% - 40px) / 3); margin-bottom: 20px;}
.lyNews_list ul li:last-child { margin-bottom: 0;}
.lyNewsList_con { width: 100%; height: 100%; overflow: hidden; padding: 24px 0; background-color: #fff; border-radius: 0; display: flex;}
.lyNewsList_con:hover { background-color: #5fb62f; border-radius: 20px 0;}
.lyNewsList_time { width: 120px; height: auto; padding: 0 20px; position: relative;}
.lyNewsList_time span { display: block; line-height: 36px; color: #5fb62f; font-family: "RobotoBold"; font-size: 40px; text-align: center;}
.lyNewsList_time p { line-height: 24px; color: #5fb62f; font-size: 18px; text-align: center; margin-top: 4px;}
.lyNewsList_time::after { content: ''; display: block; width: 1px; height: 60px; background-color: #e6e6e6; position: absolute; top: 0; right: 0;}
.lyNewsList_con:hover .lyNewsList_time span, .lyNewsList_con:hover .lyNewsList_time p { color:  #fff;}
.lyNewsList_con:hover .lyNewsList_time::after { background-color: rgba(255, 255, 255, .2);}

.lyNewsList_text { width: calc(100% - 120px); padding: 0 20px;}
.lyNewsList_text a.lyNewsList_name { display: block; width: 100%; height: 28px; overflow: hidden; line-height: 28px; color: #222; font-family: "RobotoMedium"; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.lyNewsList_con:hover .lyNewsList_text a.lyNewsList_name { color: #fff;}
.lyNewsList_text .lyNewsList_ms { width: 100%; height: 52px; overflow: hidden; line-height: 26px; color: #777; font-family: "RobotoLight"; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 10px 0;}
.lyNewsList_con:hover .lyNewsList_text .lyNewsList_ms { color: rgba(255, 255, 255,.7);}
.lyNewsList_text a.lyNewsList_btn { display: inline-block; width: auto; height: 30px; line-height: 30px; color: #999; font-size: 16px; text-transform: capitalize; vertical-align: top;}
.lyNewsList_text a.lyNewsList_btn i { display: inline-block; width: 15px; height: 15px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px;}
.lyNewsList_con:hover .lyNewsList_text a.lyNewsList_btn { color: #fff;}
.lyNewsList_con:hover .lyNewsList_text a.lyNewsList_btn:hover i { margin: -2px 0 0 20px;}
.lyNewsList_con:hover .lyNewsList_text a.lyNewsList_btn i svg path { fill: #ffffff;}
/*lyNews end*/


@media (max-width:1680px) {
  .lyBanner { height: 840px;}
  .lyBa_Control { bottom: 40px;}

  .lyAbout { padding: 80px 0;}
  .lyAbout_main { margin-bottom: 40px;}
  .lyAboutCon_text { margin-top: 60px;}

  .lyProducts_menu, .lyCase_main .lyMore, .lyNews_main .lyMore { margin-top: -110px;}
  .lyProducts_list ul { margin: 0 -14px 12px;}  
}

@media (max-width:1600px) {
  .lyBanner { height: 800px;}

  .lyCase_swiper .swiper-button-prev { left: -70px;}
  .lyCase_swiper .swiper-button-next { right: -70px;}
}

@media (max-width:1560px) {
  .lyBanner { height: 780px;}

  .lyAbout_con { padding-right: 35%;}
  .lyAboutCon_text { padding: 40px 24px 40px 60px; border-radius: 16px;}
  .lyAbout_name::before { font-size: 80px; left: -44px;}
  .lyAbout_ms { padding-right: 24px;}
  
  .lyCase_swiper .swiper-button-prev { left: -50px;}
  .lyCase_swiper .swiper-button-next { right: -50px;}
}

@media (max-width:1440px) {
  .lyBanner { height: 720px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 32%;}
  .lyBa_text span { max-height: 104px; line-height: 52px; font-size: 44px;}
  .lyBa_text p { max-height: 78px; line-height: 26px; font-size: 16px; margin: 20px 0 40px;}
  .lyBa_Control { bottom: 30px;}
  .lyBa_Control .swiper-pagination { height: 12px;}
  .lyBa_Control .swiper-pagination span { width: 12px; height: 12px;}
  .lyBa_Control .swiper-pagination span.swiper-pagination-bullet-active { width: 24px;}

  .lyAbout, .lyProducts, .lyMessage, .lyCase { padding: 60px 0;}
  .lyAboutCon_text { margin-top: 40px;}
  .lyAbout_name a { line-height: 32px; font-size: 24px;}
  .lyAbout_name::before { font-size: 72px;}
  .lyAbout_ms, .lyAbout_ms div, .lyAbout_ms div span, .lyAbout_ms div font, .lyAbout_ms p, .lyAbout_ms p span, .lyAbout_ms p font, .lyAbout_ms span, .lyAbout_ms font { line-height: 26px; font-size: 16px;}
  .lyAbout_data dl dd { height: 230px;}
  .lyAboutData_con p { font-size: 48px;}
  .lyAboutData_con span { line-height: 26px;}

  .lyProducts_menu, .lyCase_main .lyMore, .lyNews_main .lyMore { margin-top: -104px;}
  .lyProducts_menu ul li span { height: 44px; line-height: 42px; font-size: 15px; border-radius: 22px; padding: 0 15px;}
  .lyProducts_con .lyProductsCon a.lyPro_btn { font-size: 15px;}
  .lyProducts_con .lyProductsCon a.lyPro_btn i { width: 13px; height: 13px; margin: -2px 0 0 10px;}
  .lyProducts_con .lyProductsCon:hover a.lyPro_btn i { margin: -2px 0 0 20px;}
  .lyProducts .lyMore a { padding: 0 30px;}

  .lyMessage_title { line-height: 36px; font-size: 32px;}
  .lyMessage_form dl dt button { width: 200px;}

  .lyCase_swiper .swiper-slide { height: 480px;}
  .lyCase_swiper .swiper-slide .lyCase_text { padding: 24px;}
  .lyCase_text a.lyCase_name { max-height: 64px; line-height: 32px; font-size: 24px; margin-bottom: 12px;}
  .lyCase_text a.lyCase_btn { font-size: 15px;}
  .lyCase_text a.lyCase_btn i { width: 13px; height: 13px; margin: -4px 10px 0 0;}
  .lyCase_text a.lyCase_btn:hover i { margin: -4px 20px 0 0;}
  .lyCase_swiper .swiper-button-prev, .lyCase_swiper .swiper-button-next { width: 50px; height: 50px;}
  .lyCase_swiper .swiper-button-prev { left: -10px;}
  .lyCase_swiper .swiper-button-next { right: -10px;}

  .lyNews { padding: 60px 0 110px;}
  .lyNewsRom_con { height: 540px;}
  .lyNewsRom_text span, .lyNewsRom_text a.lyNewsRom_btn, .lyNewsHot_text span, .lyNewsHot_text a.lyNewsHot_btn, .lyNewsList_text a.lyNewsList_btn { font-size: 15px;}
  .lyNewsRom_text .lyNewsRom_ms, .lyNewsHot_text .lyNewsHot_ms { max-height: 50px; line-height: 25px; font-size: 15px;}
  .lyNewsList_text .lyNewsList_ms { height: 50px; line-height: 25px; font-size: 15px;}
  .lyNewsRom_text a.lyNewsRom_btn i, .lyNewsHot_text a.lyNewsHot_btn i, .lyNewsList_text a.lyNewsList_btn i { width: 13px; height: 13px;}
  .lyNewsHot_con { padding: 30px 30px 0;}
  .lyNewsHot_con a.lyNewsHot_img { height: 260px;}
  .lyNewsList_con { padding: 18px 0;}
  .lyNewsList_time span { line-height: 32px; font-size: 36px;}
  .lyNewsList_time p { font-size: 16px;}

}

@media (max-width:1366px) {
  .lyBanner { height: 690px;}
  .lyBa_text span { line-height: 50px; font-size: 40px;}

}

@media (max-width:1280px) {
  .lyBanner { height: 640px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 40%;}
  .lyBa_text span { max-height: 92px; line-height: 46px; font-size: 36px;}
  .lyBa_text p { max-height: 75px; line-height: 25px; font-size: 15px; margin: 15px 0 30px;}
  
  .lyAboutCon_text { padding: 40px 20px 40px 50px;}
  .lyAbout_name a { line-height: 30px; font-size: 22px;}
  .lyAbout_name::before { font-size: 68px; left: -40px;}
  .lyAbout_ms { padding-right: 20px;}
  .lyAbout_ms, .lyAbout_ms div, .lyAbout_ms div span, .lyAbout_ms div font, .lyAbout_ms p, .lyAbout_ms p span, .lyAbout_ms p font, .lyAbout_ms span, .lyAbout_ms font { line-height: 25px; font-size: 15px;}
  .lyAbout_data dl dd { height: 210px;}
  .lyAboutData_con { padding: 24px;}
  .lyAboutData_con p { line-height: 40px; font-size: 40px;}
  .lyAboutData_con span { line-height: 25px; font-size: 15px;}

  .lyProducts_con:hover { border-radius: 18px 0;}
  .lyProducts_con .lyProductsCon { padding: 25px;}
  .lyProducts_con:hover .lyProductsCon { padding: 24px; border-radius: 16px 0;}
  .lyProducts_con .lyProductsCon a.lyPro_img { height: 200px;}

  .lyMessage_title { font-size: 30px;}

  .lyCase_swiper .swiper-slide { height: 440px;}
  .lyCase_swiper .swiper-slide .lyCase_text { padding: 20px 24px;}
  .lyCase_text a.lyCase_name { max-height: 60px; line-height: 30px; font-size: 22px; margin-bottom: 10px;}

  .lyNewsRom_con { height: 500px;}
  .lyNewsRom_con .lyNewsRom_text { padding: 24px;}
  .lyNewsRom_text a.lyNewsRom_btn, .lyNewsHot_text a.lyNewsHot_btn { margin-top: 15px;}
  .lyNewsHot_con { padding: 30px 24px 0;}
  .lyNewsHot_con a.lyNewsHot_img { height: 230px; margin-top: 20px;}
  .lyNewsList_con:hover { border-radius: 16px 0;}
  .lyNewsList_time { width: 100px;}
  .lyNewsList_text { width: calc(100% - 100px); padding: 0 20px;}
  .lyNews_list ul li { height: calc((100% - 32px) / 3); margin-bottom: 16px;}
  .lyNews_list ul li:last-child { margin-bottom: 0;}
  .lyNewsList_text .lyNewsList_ms { margin: 6px 0;}
}

@media (max-width:1200px) {
  .lyBanner { height: 600px;}
  .lyBa_text span { max-height: 80px; line-height: 40px; font-size: 32px;}

  .lyCase_swiper .swiper-slide { height: 400px;}
}

@media (max-width:1080px) {
  .lyBanner { height: 540px;}

  .lyAbout_data dl dd { height: 200px;}
  .lyAboutData_con i { width: 70px; height: 70px;}

  .lyProducts_menu { width: 100%; text-align: left; margin-top: -20px; margin-bottom: 40px; float: none;}
  .lyProducts_menu ul { justify-content: left;}
  .lyProducts_list ul { margin: 0 -12px 16px;}
  .lyProducts_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .lyProducts_con .lyProductsCon { padding: 21px;}
  .lyProducts_con:hover .lyProductsCon { padding: 20px;}
  .lyProducts_con .lyProductsCon a.lyPro_img { height: 180px; margin: 12px 0;}

  .lyMessage_title { font-size: 28px;}

  .lyCase_swiper .swiper-slide { height: 360px; border-radius: 12px;}
  .lyCase_swiper .swiper-slide .lyCase_text { padding: 16px 20px;}
  .lyCase_text a.lyCase_name { max-height: 56px; line-height: 28px; font-size: 20px; margin-bottom: 8px;}
  .lyCase_swiper .swiper-button-prev { left: 0;}
  .lyCase_swiper .swiper-button-next { right: 0;}

  .lyNews { padding: 60px 0 100px;}
  .lyNews_rom, .lyNews_hot { width: 50%;}
  .lyNewsRom_con { height: 484px;}
  .lyNewsHot_con { padding: 24px;}
  .lyNews_list { width: 100%; min-height: inherit; margin-top: 24px;}
  .lyNews_list ul { width: auto; height: auto; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -12px;}
  .lyNews_list ul li { width: 33.333333%; height: auto; margin-bottom: 0; padding: 0 12px;}
  .lyNewsList_con { display: block; min-height: 100%; padding: 20px;}
  .lyNewsList_time { width: 100%; padding: 0 0 16px; display: flex;}
  .lyNewsList_time span { padding-right: 10px;}
  .lyNewsList_time::after { width: 42px; height: 1px; background-color: #5fb62f; position: absolute; top: inherit; right: inherit; left: 0; bottom: 0;}
  .lyNewsList_text { width: 100%; margin-top: 20px; padding: 0;}
  .lyNewsList_text .lyNewsList_ms { height: auto; max-height: 50px; margin: 10px 0;}

}

@media (max-width:1024px) {
  .lyBanner { height: 520px;}
  .lyBa_text span { max-height: 72px; line-height: 36px; font-size: 28px;}
  .lyBa_text p { max-height: 66px; line-height: 22px; font-size: 14px; margin: 10px 0 20px;}
  .lyBa_Control .swiper-pagination { height: 10px;}
  .lyBa_Control .swiper-pagination span { width: 10px; height: 10px;}
  .lyBa_Control .swiper-pagination span.swiper-pagination-bullet-active { width: 20px;}
  .lyBa_Control .swiper-button-prev, .lyBa_Control .swiper-button-next { width: 44px; height: 44px;}

  .lyAboutCon_text { padding: 30px 20px 30px 40px;}  
  .lyAbout_name::before { font-size: 60px; left: -32px;}
  .lyAbout_ms { margin: 10px 0 20px;}
  .lyAbout_data dl dd { height: 180px;}
  .lyAboutData_con { padding: 20px 12px;}
  .lyAboutData_con i { width: 64px; height: 64px;}
  .lyAboutData_con p { line-height: 32px; font-size: 36px; margin: 13px auto 7px;}
  .lyAboutData_con span { line-height: 20px; font-size: 14px;}

  .lyCase_main .lyMore, .lyNews_main .lyMore { margin-top: -100px;}
}

@media (max-width:920px) {
  .lyBanner { height: 460px;}
  .lyBa_text span { max-height: 60px; line-height: 30px; font-size: 24px;}
  .lyBa_Control { bottom: 20px;}

  .lyAbout, .lyProducts, .lyMessage, .lyCase { padding: 40px 0;}
  .lyAboutCon_text { margin-top: 30px;}
  .lyAbout_name a { font-size: 20px;}
  .lyAbout_name::before { font-size: 54px;}
  .lyAbout_ms { height: 120px;}

  .lyProducts_menu { margin-top: -10px; margin-bottom: 30px;}
  .lyProducts_list ul { margin: 0 -10px;}
  .lyProducts_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .lyProducts_con .lyProductsCon span.lyPro_model { height: 28px; line-height: 28px; font-size: 14px;}
  .lyProducts_con .lyProductsCon a.lyPro_img { height: 160px; margin: 10px 0;}

  .lyMessage_form dl dt button { margin-top: 12px;}

  .lyCase_main .lyMore, .lyNews_main .lyMore { margin-top: -90px;}
  .lyCase_swiper .swiper-slide { height: 320px;}

  .lyNews { padding: 40px 0 80px;}
}

@media (max-width:820px) {
  .lyBanner { height: 410px;}
  .lyBa_text span { max-height: 52px; line-height: 26px; font-size: 18px;}
  .lyBa_text p { max-height: 44px; -webkit-line-clamp: 2;}

  .lyAboutData_con i { width: 56px; height: 56px; padding: 14px;}

  .lyProducts_con .lyProductsCon a.lyPro_img { height: 140px;}

  .lyMessage_form dl dd input, .lyMessage_form dl dt input { height: 44px; line-height: 44px; font-size: 15px;}
  .lyMessage_select .select_header { height: 42px; line-height: 42px; font-size: 15px;}
  .lyMessage_select .select_options .option { line-height: 22px; font-size: 15px;}
  .lyMessage_select i { width: 14px; height: 13px;}
  .lyMessage_form dl dt button { width: 180px; height: 44px; line-height: 44px; font-size: 15px;}
  .lyMessage_form dl dt button i { width: 13px; height: 13px; margin: -4px 0 0 10px;}
  .lyMessage_form dl dt button:hover i { margin: -4px 0 0 20px;}

  .lyCase_main .lyMore, .lyNews_main .lyMore { margin-top: -86px;}
  .lyCase_swiper .swiper-slide { height: 280px;}
  .lyCase_text a.lyCase_name { max-height: 52px; line-height: 26px; font-size: 18px;}

  .lyNewsRom_con { height: 464px;}
  .lyNewsHot_con a.lyNewsHot_img { height: 210px;}
  .lyNews_list ul { margin: 0;}
  .lyNews_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .lyNews_list ul li:last-child { margin-bottom: 0;}
  .lyNewsList_con { display: flex;}
  .lyNewsList_time { display: block; width: 80px; padding: 0 20px 0 0;}
  .lyNewsList_time span { padding: 0;}
  .lyNewsList_time::after { width: 1px; height: 60px; background-color: #e6e6e6; top: 0; right: 0; left: inherit; bottom: inherit;}
  .lyNewsList_text { width: calc(100% - 80px); margin-top: 0; padding-left: 20px;}
  .lyNewsList_text .lyNewsList_ms { margin: 6px 0;}
}

@media (max-width:767px) {
  .lyBanner { height: 320px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 30%;}
  .lyBa_text p { margin: 10px 0 0;}
  .lyBa_text .lyMore { display: none;}
  .lyBa_text span { max-height: 48px; line-height: 24px; font-size: 16px;}
  .lyBa_Control .lyBa_Scroll, .lyBa_Control .swiper-button-prev, .lyBa_Control .swiper-button-next { display: none;}
  .lyBa_Control .swiper-pagination { width: 100%; height: 8px; text-align: right;}
  .lyBa_Control .swiper-pagination span { width: 8px; height: 8px; margin-left: 6px; margin-right: 0;}
  .lyBa_Control .swiper-pagination span.swiper-pagination-bullet-active { width: 16px;}

  .lyAbout_main { margin-bottom: 20px;}
  .lyAbout_con { padding: 0;}
  .lyAboutCon_text { margin: 20px 0; padding: 20px 12px 20px 40px; border-radius: 8px;}
  .lyAbout_name a { line-height: 26px; font-size: 18px;}
  .lyAbout_ms { padding-right: 12px;}
  .lyAbout_img { width: 100%; height: 240px; position: inherit; top: inherit; right: inherit;}
  .lyAbout_pic_data { display: block; flex-wrap: inherit; justify-content: inherit; margin: 0;}
  .lyAbout_pic1 { width: 100%; min-height: inherit; height: 280px; margin-bottom: 12px; padding: 0;}
  .lyAbout_data { width: 100%; padding: 0;}

  .lyProducts_menu { margin-top: 0; margin-bottom: 20px;}
  .lyProducts_menu ul li { width: 50%;}
  .lyProducts_list ul { margin: 0 -6px 8px;}
  .lyProducts_list ul li { width: 50%; margin-bottom: 12px; padding: 0 6px;}
  .lyProducts_con .lyProductsCon { padding: 12px;}
  .lyProducts_con:hover .lyProductsCon { padding: 11px;}
  .lyProducts_con .lyProductsCon a.lyPro_img { height: 120px;}

  .lyMessage_title { line-height: 30px; font-size: 22px;}
  .lyMessage_form dl dd { width: 100%;}

  .lyCase_main .lyMore, .lyNews_main .lyMore { margin-top: -76px;}
  .lyCase_swiper .swiper-slide { height: 320px;}
  .lyCase_swiper .swiper-button-prev { left: 10px;}
  .lyCase_swiper .swiper-button-next { right: 10px;}

  .lyNewsMain_con { display: block; flex-wrap: inherit; justify-content: inherit; margin: 0;}
  .lyNews_rom, .lyNews_hot { width: 100%; min-height: inherit; margin-bottom: 20px; padding: 0;}
  .lyNewsRom_con { height: 440px;}
  .lyNewsRom_con .lyNewsRom_text, .lyNewsHot_con { padding: 20px;}
  .lyNewsRom_text span, .lyNewsHot_text span { height: 28px; line-height: 26px; font-size: 14px; margin-bottom: 15px;}
  .lyNewsRom_text a.lyNewsRom_btn, .lyNewsHot_text a.lyNewsHot_btn { margin-top: 10px;}
  .lyNews_list { margin-top: 0; padding: 0;}
  .lyNewsHot_text a.lyNewsHot_name, .lyNewsList_text a.lyNewsList_name { height: auto; max-height: 56px; line-height: 28px; white-space: inherit; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
  .lyNewsList_time span { line-height: 30px; font-size: 32px;}
  .lyNewsList_time p { line-height: 20px; font-size: 14px;}
  .lyNewsList_time::after { height: 54px;}
}

@media (max-width:390px) {
  .lyBanner { height: 280px;}
  .lyBanner .swiper-slide-active .lyBa_text { top: 60%;}

}

@media (max-width:320px) {
  .lyBanner { height: 240px;}

  .lyAbout, .lyProducts, .lyMessage, .lyCase { padding: 20px 0;}
  .lyAbout_img { height: 180px;}  
  .lyAbout_pic1 { height: 200px;}
  .lyAbout_data dl { margin: 0;}
  .lyAbout_data dl dd { width: 100%; padding: 0;}
  .lyAboutData_con p { margin: 20px auto 10px;}

  .lyProducts_list ul { display: block; flex-wrap: inherit; justify-content: inherit; margin: 0 0 20px;}
  .lyProducts_list ul li { width: 100%; padding: 0;}
  .lyProducts_con .lyProductsCon a.lyPro_img { height: 160px;}

  .lyMessage_form dl dt button { width: 160px; margin-top: 8px;}

  .lyNews { padding: 20px 0 60px;}
  .lyNewsRom_con { height: 360px;}
  .lyNewsHot_con a.lyNewsHot_img { height: 180px;}
  .lyNewsList_con { display: block;}
  .lyNewsList_time { width: 100%; padding: 0 0 10px; display: flex;}
  .lyNewsList_time span { padding-right: 10px;}
  .lyNewsList_time::after { width: 36px; height: 1px; background-color: #5fb62f; position: absolute; top: inherit; right: inherit; left: 0; bottom: 0;}
  .lyNewsList_text { width: 100%; margin-top: 15px; padding: 0;}
}

