@charset "utf-8";
/* CSS Document */

/* lyBanner start */
.lyBanner { width: 100%; height: 800px; position: relative;}
.lyBa_swiper { width: 100%; height: 100%; position: relative;}
.lyBa_swiper .swiper-container { width: 100%; height: 100%;}
.lyBa_swiper .swiper-slide { height: 100%; overflow: hidden; position: relative;}
.lyBa_swiper .swiper-slide img { display: block; width: 100%; height: 100%; margin: auto; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.lyBa_swiper .swiper-slide .lyBa_txt { padding: 0 40% 0 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.lyBa_txt em { display: block; width: 48px; height: 5px; overflow: hidden; background-color: #fff;}
.lyBa_txt p { line-height: 60px; color: #fff; font-size: 44px; font-weight: bold; margin: 40px 0 20px;}
.lyBa_txt span { display: block; width: 80%; line-height: 30px; color: #fff; font-size: 16px; margin-bottom: 60px;}
.lyBa_more a { display: block; width: 180px; height: 50px; overflow: hidden; line-height: 48px; color: #fff; font-size: 16px; text-align: center; border-radius: 25px; border: 1px solid rgba(255, 255, 255, .25); position: relative;}
.lyBa_more a i { display: inline-block; width: 20px; height: 20px; margin: -2px 0 0 20px; vertical-align: middle;}
.lyBa_more a i svg { display: block; width: 100%; height: 100%;}
.lyBa_more a i svg path { fill: #ffffff;}
.lyBa_more a:hover { background-color: #1b355d; border: 1px solid #1b355d;}
.lyBa_more a:hover i { margin: -2px 0 0 30px;}

.lyBa_swiper .lyBa_control { height: 32px; position: absolute; left: 50%; bottom: 40px; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.lyBa_control .swiper-pagination { height: 3px; position: absolute; left: 0; bottom: 15px; z-index: 1;}
.lyBa_control .swiper-pagination span { display: inline-block; width: 35px; height: 3px; overflow: hidden; background: #fff; margin-right: 15px; border-radius: 0; vertical-align: top; opacity: .25;}
.lyBa_control .swiper-pagination span.swiper-pagination-bullet-active { opacity: 1;}
.lyBa_control .swiper-pagination span::before { display: none;}

.lyBa_control .swiper-button-prev, .lyBa_control .swiper-button-next { display: none; width: 32px; height: 32px; margin: 0; padding: 6px; background: none; position: absolute; top: 0; z-index: 2;}
.lyBa_control .swiper-button-prev { left: auto; right: 32px;}
.lyBa_control .swiper-button-next { right: 0;}
.lyBa_control .swiper-button-prev svg, .lyBa_control .swiper-button-next svg { display: block; width: 100%; height: 100%;}
.lyBa_control .swiper-button-prev svg path, .lyBa_control .swiper-button-next svg path { fill: #ffffff;}
.lyBa_control .swiper-button-prev:hover svg path, .lyBa_control .swiper-button-next:hover svg path { fill: #1b355d;}


.lyBa_Scroll { width: auto; overflow: hidden; position: absolute; left: 50%; bottom: 30px; z-index: 2; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.lyBa_Scroll p { display: block; width: 38px; height: 38px; overflow: hidden; margin: 0 auto 10px; padding: 0; border: 1px solid #fff; border-radius: 50%;}
.lyBa_Scroll p i { display: block; width: 16px; height: 16px; overflow: hidden; margin: 12px auto; padding: 1px; animation-name: scrollTip; animation-duration: 2s; animation-iteration-count: infinite;}
.lyBa_Scroll p i svg { display: block; width: 100%; height: 100%;}
.lyBa_Scroll p i svg path { fill: #ffffff;}
.lyBa_Scroll span { display: block; height: 20px; line-height: 20px; color: #fff; font-size: 16px; text-align: center; margin: 0 auto;}
/* lyBanner end */


/* lyAboutus start */
.lyAboutus { overflow: hidden; padding: 100px 0; background: url(../images/abBg.png) 120% center no-repeat; background-size: 500px 500px; position: relative;}
.lyAboutus::before { content: ''; display: block; width: 520px; height: 520px; border: 250px solid #b6caeb; border-radius: 50%; position: absolute; left: -14%; top: -50%; opacity: .15;}
.lyAboutus .lyAboutus_main { margin: 0 auto; position: relative;}
.lyAboutus_main .lyAboutus_img { width: 40%; height: auto; overflow: hidden; float: left;}
.lyAboutus_img a { display: block; width: 100%; height: auto; overflow: hidden; position: relative;}
.lyAboutus_img a img { display: block; width: 100%; height: auto;}

.lyAboutus_main .lyAboutus_text { width: 60%; padding-left: 140px; float: right;}
.lyAboutus_text .lyAboutus_head { margin-bottom: 24px;}
.lyAboutus_head a.lyAboutus_name { display: block; line-height: 36px; color: #999; font-size: 24px; font-weight: bold; margin-bottom: 8px;}
.lyAboutus_head a.lyAboutus_name:hover { color: #1b355d;}
.lyAboutus_head span { display: block; line-height: 56px; color: #1b355d; font-size: 44px; font-weight: bold;}
.lyAboutus_text .lyAboutus_ms { height: auto; max-height: 224px; overflow: hidden; line-height: 32px !important; color: #222 !important; font-size: 16px !important; text-align: justify; margin-bottom: 48px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 7; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.lyAboutus_ms p { line-height: 32px !important; color: #222 !important; font-size: 16px !important; text-align: justify;}

.lyAboutus_text .lyMore { padding-left: 0;}
.lyAboutus_text .lyAboutus_data { margin-top: 60px; padding-left: 0;}
.lyAboutus_data ul li { width: 33.333333%; float: left;}
.lyAboutus_data ul li i { display: block; width: 44px; height: 44px;}
.lyAboutus_data ul li p { color: #1b355d; margin: 15px 0 5px;}
.lyAboutus_data ul li p em { display: inline-block; line-height: 36px; font-size: 36px; font-weight: bold; font-style: normal;}
.lyAboutus_data ul li p sub { display: inline-block; line-height: 24px; font-size: 16px; vertical-align: bottom; margin-left: 5px;}
.lyAboutus_data ul li span { display: block; line-height: 20px; color: #222; font-size: 16px;}
/* lyAboutus end */


/* lyProducts start */
.lyProducts { overflow: hidden; padding: 100px 0; background-color: #f6f6f6;}
.lyProducts .lyProducts_main { margin: 0 auto; position: relative;}
.lyTitle { margin-bottom: 50px;}
.lyTitle p { line-height: 48px; color: #222; font-size: 44px; font-weight: bold; text-align: center;}

.lyProducts_main .lyProducts_menu { margin: 0 auto 50px;}
.lyProducts_menu .swiper-container { margin: -20px 0; padding: 20px 0;}
.lyProducts_menu .swiper-container .swiper-slide { height: 140px;}
.lyProducts_menu .swiper-container .swiper-slide a { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 8px; background-color: #fff; box-shadow: 0 0 0 rgba(24, 53, 93, .25); padding: 24px 20px;}
.lyProducts_menu .swiper-container .swiper-slide:hover a { background-color: #1b355d; box-shadow: 0 0 20px rgba(24, 53, 93, .25);}
.lyProducts_menu .swiper-container .swiper-slide a i { display: block; width: 54px; height: 54px; overflow: hidden; margin: 0 auto 10px;}
.lyProducts_menu .swiper-container .swiper-slide a i img { display: block; width: 54px; height: 108px; margin: 0 auto;}
.lyProducts_menu .swiper-container .swiper-slide:hover a i img { margin: -54px auto 0;}
.lyProducts_menu .swiper-container .swiper-slide a span { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #555; font-size: 16px; text-align: center; margin: 0 auto;}
.lyProducts_menu .swiper-container .swiper-slide:hover a span { color: #fff; font-weight: bold;}

.lyProducts_main .lyProducts_brands { margin: 0 auto 20px;}
.lyProducts_brands .swiper-container { margin: -30px; padding: 30px; display: grid; align-items: center; justify-content: center;}
.lyProducts_brands .swiper-slide { min-height: 100%; overflow: hidden; border-radius: 8px; background-color: #fff; box-shadow: 0 0 0 rgba(24, 53, 93, .3); padding: 20px 10px; cursor: pointer;}
.lyProducts_brands .swiper-slide:hover, .lyProducts_brands .swiper-slide.active { background-color: #1b355d; box-shadow: 0 10px 20px rgba(24, 53, 93, .3);}
.lyProducts_brands .swiper-slide i { display: block; width: 100%; height: 40px; overflow: hidden; margin: 0 auto 10px; position: relative;}
.lyProducts_brands .swiper-slide i img { max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.lyProducts_brands .swiper-slide i img.bra01 { display: block;}
.lyProducts_brands .swiper-slide:hover i img.bra01, .lyProducts_brands .swiper-slide.active i img.bra01 { display: none;}
.lyProducts_brands .swiper-slide i img.bra02 { display: none;}
.lyProducts_brands .swiper-slide:hover i img.bra02, .lyProducts_brands .swiper-slide.active i img.bra02 { display: block;}
.lyProducts_brands .swiper-slide span { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #555; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto;}
.lyProducts_brands .swiper-slide:hover span, .lyProducts_brands .swiper-slide.active span { color: #fff; font-weight: bold;}

.lyProducts_swiper { min-height: 300px; padding-bottom: 50px; position: relative;}
.lyProducts_swiper .swiper-container { margin: -30px; padding: 30px;}
.lyProducts_swiper .swiper-container .swiper-slide { height: auto; overflow: hidden; padding: 32px; border-radius: 8px; background: linear-gradient(to bottom, #e1e7f1, #ffffff); box-shadow: 0 0 0 rgba(24, 53, 93, .3); position: relative;}
.lyProducts_swiper .swiper-container .swiper-slide:hover{ background: linear-gradient(to bottom, #6585b6, #ffffff); box-shadow: 0 10px 20px rgba(24, 53, 93, .3);}
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_text span { display: inline-block; height: 30px; line-height: 28px; color: #1b355d; font-size: 14px; border: 1px solid #1b355d; border-radius: 15px; margin-bottom: 10px; padding: 0 16px; vertical-align: top;}
.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_text span { color: #fff; border: 1px solid #fff;}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_text a.lyProducts_name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_text a.lyProducts_name { color: #fff;}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { width: 100%; height: 234px; margin: 32px auto;}
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img a { display: block; width: 100%; height: 100%; position: relative;}
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img a img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_img a img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn { text-align: right;}
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a { display: inline-block; height: 32px; line-height: 32px; color: #999; font-size: 16px;}
.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a { color: #1b355d;}
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i { display: block; width: 22px; height: 22px; margin: 5px 8px 5px 0; border: 2px solid #999; border-radius: 50%; float: left; position: relative;}
.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a i { border: 2px solid #1b355d;}
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::before, .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::after { content: ''; display: block; background-color: #999; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::before { width: 10px; height: 2px;}
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::after { width: 2px; height: 10px;}
.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a i::before, .lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a i::after { background-color: #1b355d;}

.lyProducts_swiper .swiper-pagination-progressbar { width: 100%; padding: 1px 0; background: rgba(0, 0, 0, 0); top: inherit !important; bottom: 0 !important;}
.lyProducts_swiper .swiper-pagination-progressbar::before { content: ''; display: block; width: 100%; height: 2px; background-color: #e6e6e6;}
.lyProducts_swiper .swiper-pagination-progressbar-fill { background-color: #1b355d !important;}
/* lyProducts end */


/* lySolution start */
.lySolution { position: relative;}
.lySolution_swiper .swiper-container .swiper-slide { height: 800px; overflow: hidden; padding: 100px 0; position: relative;}
.lySolution_swiper .swiper-container .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.lySolution_swiper .swiper-container .swiper-slide::before { content: ''; display: block; width: 100%; height: 50%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0)); position: absolute; left: 0; top: 0; z-index: 1;}
.lySolution_swiper .swiper-container .swiper-slide::after { content: ''; display: block; width: 100%; height: 50%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)); position: absolute; left: 0; bottom: 0; z-index: 1;}
.lySolution_swiper .swiper-container .swiper-slide .lySolution_txt { max-width: 40%; margin: 0 auto; position: relative; z-index: 2;}
.lySolution_txt .lySolutionTxt_title { margin: 0 auto 30px;}
.lySolution_txt .lySolutionTxt_title a { display: block; line-height: 48px; color: #fff; font-size: 44px; font-weight: bold; text-align: center;}
.lySolution_txt .lySolutionTxt_title a:hover { color: #1b355d;}
.lySolution_txt p { max-height: 60px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; margin: 30px auto; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lySolution_txt a.lySolutionTxt_btn { display: block; width: 82px; height: 30px; line-height: 30px; color: #fff; font-size: 16px; text-align: center; border-bottom: 1px solid #fff; margin: 0 auto;}
.lySolution_txt a.lySolutionTxt_btn i { display: inline-block; width: 24px; height: 24px; overflow: hidden; vertical-align: middle; margin: -2px -6px 0 0;}
.lySolution_txt a.lySolutionTxt_btn i svg { display: block; width: 100%; height: 100%;}
.lySolution_txt a.lySolutionTxt_btn i svg path { fill: #ffffff;}

.lySolution .lySolution_menu { position: absolute; bottom: 50px; left: 50%; z-index: 2; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.lySolution_menu .swiper-container { position: relative;}
.lySolution_menu .swiper-container::before { content: ''; display: block; width: 100%; height: 1px; background-color: rgba(255, 255, 255, .25); position: absolute; left: 0; bottom: 1px;}
.lySolution_menu .swiper-container .swiper-slide { padding-bottom: 30px; border-bottom: 3px solid rgba(255, 255, 255, 0); cursor: pointer;}
.lySolution_menu .swiper-container .swiper-slide:hover, .lySolution_menu .swiper-container .swiper-slide.on { border-bottom: 3px solid #fff;}
.lySolution_menu .swiper-container .swiper-slide i { display: block; width: 50px; height: 50px; overflow: hidden; margin: 0 auto 10px; opacity: .45;}
.lySolution_menu .swiper-container .swiper-slide i img { display: block; width: 50px; height: 100px; margin: -50px auto 0;}
.lySolution_menu .swiper-container .swiper-slide:hover i, .lySolution_menu .swiper-container .swiper-slide.on i { opacity: 1;}

.lySolution_menu .swiper-container .swiper-slide span { display: block; height: 32px; overflow: hidden; line-height: 32px; color: rgba(255, 255, 255, .45); font-size: 18px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis;}
.lySolution_menu .swiper-container .swiper-slide:hover span, .lySolution_menu .swiper-container .swiper-slide.on span { color: #fff;}
/* lySolution end */


/* lyNews start */
.lyNews { overflow: hidden; margin: 100px auto;}
.lyNews .lyNews_main { margin: 0 auto; position: relative;}
.lyNews_main .lyNews_tab { margin-bottom: 50px;}
.lyNews_tab ul { text-align: center;}
.lyNews_tab ul li { display: inline-block; width: 160px; height: 50px; overflow: hidden; line-height: 48px; color: #222; font-size: 18px; text-align: center; margin: 0 12px; background-color: #fff; border: 1px solid #e6e6e6; box-shadow: 0 0 0 rgb(24, 53, 93, .2); border-radius: 4px; vertical-align: top; cursor: pointer;}
.lyNews_tab ul li:hover, .lyNews_tab ul li.active { color: #fff; background-color: #1b355d; border: 1px solid #1b355d; box-shadow: 0 6px 12px rgb(24, 53, 93, .2);}
.lyNews_tab ul li i { display: inline-block; width: 24px; height: 24px; overflow: hidden; margin: -2px 6px 0 0; vertical-align: middle;}
.lyNews_tab ul li i svg { display: block; width: 100%; height: 100%;}
.lyNews_tab ul li i svg path { fill: #222222;}
.lyNews_tab ul li:hover i svg path, .lyNews_tab ul li.active i svg path { fill: #ffffff;}

.lyNews_con .lyNews_rec { width: 50%; padding: 0 40px 0 0; float: left;}
.lyNews_rec .lyNewsRec_main { overflow: hidden; border-radius: 8px; position: relative;}
.lyNewsRec_main .lyNewsRec_img { height: 484px; overflow: hidden;}
.lyNewsRec_main .lyNewsRec_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNewsRec_main .lyNewsRec_img a img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.lyNewsRec_main:hover .lyNewsRec_img a img { transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNewsRec_main .lyNewsRec_img a::after { content: ''; display: block; width: 100%; height: 50%; overflow: hidden; background: linear-gradient(to bottom, rgba(24, 53, 93, 0), rgba(24, 53, 93, 1)); position: absolute; bottom: 0; left: 0; z-index: 1;}
.lyNewsRec_main span.lyNewsRec_time { display: block; width: 160px; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; text-align: center; background-color: rgba(24, 53, 93, 1); border-radius: 0 0 8px 0; position: absolute; left: 0; top: 0; z-index: 1;}
.lyNewsRec_main span.lyNewsRec_time i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -4px 8px 0 0;}
.lyNewsRec_main span.lyNewsRec_time i svg { display: block; width: 100%; height: 100%;}
.lyNewsRec_main span.lyNewsRec_time i svg path { fill: #ffffff;}
.lyNewsRec_main .lyNewsRec_text { width: 100%; padding: 20px 100px 20px 40px; position: absolute; bottom: 0; left: 0; z-index: 2;}
.lyNewsRec_text a.lyNewsRec_name { display: block; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 0;}
.lyNewsRec_text p { display: block; height: 32px; overflow: hidden; line-height: 32px; color: rgba(255, 255, 255, .45); font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.lyNewsRec_text a.lyNewsRec_btn { display: block; width: 40px; height: 40px; overflow: hidden; margin-top: -20px; position: absolute; top: 50%; right: 40px;}
.lyNewsRec_text a.lyNewsRec_btn i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 4px;}
.lyNewsRec_text a.lyNewsRec_btn i svg { display: block; width: 100%; height: 100%;}
.lyNewsRec_text a.lyNewsRec_btn i svg path { fill: #ffffff;}

.lyNews_con .lyNews_list { width: 50%; padding: 0 0 0 40px; float: right;}
.lyNews_list ul li { padding: 27px 0; border-bottom: 1px solid #e6e6e6; position: relative;}
.lyNews_list ul li::after { content: ''; display: block; width: 0; height: 2px; background-color: #1b355d; position: absolute; left: 0; bottom: -1px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNews_list ul li:hover::after { width: 100%;}
.lyNews_list ul li .lyNews_text { width: calc(100% - 130px);}
.lyNews_list ul li a.lyNews_name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; font-weight: bold; margin-bottom: 4px; white-space: nowrap; text-overflow: ellipsis;}
.lyNews_list ul li:hover a.lyNews_name { color: #1b355d;}
.lyNews_list ul li p { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.lyNews_list ul li span.lyNews_time { display: block; width: 130px; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 16px; text-align: right; margin-top: -20px; position: absolute; right: 0; top: 50%;}
.lyNews_list ul li span.lyNews_time i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -4px 8px 0 0;}
.lyNews_list ul li span.lyNews_time i svg { display: block; width: 100%; height: 100%;}
.lyNews_list ul li span.lyNews_time i svg path { fill: #999999;}
.lyNews_list ul li:hover span.lyNews_time { color: #1b355d;}
.lyNews_list ul li:hover span.lyNews_time i svg path { fill: #1b355d;}
/* lyNews end */


/* lyBrands start */
.lyBrands { overflow: hidden; padding: 100px 0; background: #f6f6f6 url(../images/brandBg.png) center 460px no-repeat; background-size: 1540px 610px;}
.lyBrands .lyBrands_main { margin: 0 auto;}

.lyBrands_main .lyBrands_swiper { margin: 0 auto 50px;}
.lyBrands_swiper .swiper-container { margin: -30px; padding: 30px;}
.lyBrands_swiper .swiper-slide { height: 60px; overflow: hidden; border-radius: 8px; background-color: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0); cursor: pointer; position: relative;}
.lyBrands_swiper .swiper-slide:hover, .lyBrands_swiper .swiper-slide.active { background-color: #1b355d; box-shadow: 0 10px 20px rgba(24, 53, 93, .3);}
.lyBrands_swiper .swiper-slide img { max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.lyBrands_swiper .swiper-slide img.bra01 { display: block;}
.lyBrands_swiper .swiper-slide:hover img.bra01, .lyBrands_swiper .swiper-slide.active img.bra01 { display: none;}
.lyBrands_swiper .swiper-slide img.bra02 { display: none;}
.lyBrands_swiper .swiper-slide:hover img.bra02, .lyBrands_swiper .swiper-slide.active img.bra02 { display: block;}

.lyBrands_main .lyBrandlist_swiper { padding-bottom: 80px; position: relative;}
.lyBrandlist_swiper .swiper-container { width: 100%;}
.lyBrandlist_swiper .swiper-slide { height: 320px; overflow: hidden; padding: 30px; border-radius: 8px; background-image: linear-gradient(to bottom, #e1e7f1, #ffffff); border: 2px solid #fff; border-radius: 8px; position: relative;}
.lyBrandlist_swiper .swiper-slide:hover { background-image: linear-gradient(to bottom, #b6caeb, #ffffff);}
.lyBrandlist_swiper .swiper-slide img { display: block; max-width: 100%; max-height: 100%; margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.lyBrandlist_swiper .swiper-slide::after { content: ''; display: none; width: 100%; height: 100%; background-color: rgba(24, 53, 93, .9); position: absolute; left: 0; top: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyBrandlist_swiper .swiper-slide:hover::after { top: 0;}
.lyBrandlist_swiper .swiper-slide span { display: none; width: 100%; line-height: 30px; color: #fff; font-size: 16px; font-weight: bold; text-align: center; padding: 0 20px; position: absolute; left: 0; top: -50%; z-index: 1; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.lyBrandlist_swiper .swiper-slide:hover span { top: 50%;}

.lyBrandlist_swiper .swiper-slide .tit { overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; margin-bottom: 20px; padding-bottom: 20px; position: relative;}
.lyBrandlist_swiper .swiper-slide:hover .tit { color: #1b355d;}
.lyBrandlist_swiper .swiper-slide .tit::before { content: ''; display: block; width: 100%; height: 1px; background-color: #d8dde6; position: absolute; left: 0; bottom: 0;}
.lyBrandlist_swiper .swiper-slide .tit::after { content: ''; display: block; width: 50px; height: 1px; background-color: #1b355d; position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyBrandlist_swiper .swiper-slide:hover .tit::after { width: 100%;}
.lyBrandlist_swiper .swiper-slide ul li { overflow: hidden; height: 36px; padding-left: 30px; position: relative;}
.lyBrandlist_swiper .swiper-slide ul li i { display: block; width: 20px; height: 20px; overflow: hidden; padding: 2px; position: absolute; left: 0; top: 8px;}
.lyBrandlist_swiper .swiper-slide ul li i svg { display: block; width: 100%; height: 100%; overflow: hidden;}
.lyBrandlist_swiper .swiper-slide ul li p { height: 36px; overflow: hidden; line-height: 36px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.lyBrandlist_swiper .swiper-slide ul li p em { color: #1b355d; font-weight: bold; font-style: normal;}

.lyBrandlist_swiper .swiper-button-prev, .lyBrandlist_swiper .swiper-button-next { width: 44px; height: 44px; margin: 0; padding: 12px; background: rgba(24, 53, 93, 0); border: 1px solid #1b355d; border-radius: 50%; position: absolute; top: inherit; bottom: 0; z-index: 2; opacity: 1 !important;}
.lyBrandlist_swiper .swiper-button-prev { left: inherit; right: calc(50% + 15px); transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBrandlist_swiper .swiper-button-next { right: inherit; left: calc(50% + 15px);}
.lyBrandlist_swiper .swiper-button-prev svg, .lyBrandlist_swiper .swiper-button-next svg { display: block; width: 100%; height: 100%;}
.lyBrandlist_swiper .swiper-button-prev svg path, .lyBrandlist_swiper .swiper-button-next svg path { fill: #1b355d;}
.lyBrandlist_swiper .swiper-button-prev:hover, .lyBrandlist_swiper .swiper-button-next:hover { background: rgba(24, 53, 93, 1);}
.lyBrandlist_swiper .swiper-button-prev:hover svg path, .lyBrandlist_swiper .swiper-button-next:hover svg path { fill: #ffffff;}
/* lyBrands end */


@media (max-width:1680px) {
  .lyBanner { height: 700px;}
  .lyBa_txt p { line-height: 50px; font-size: 40px; margin: 30px 0 15px;}
  .lyBa_txt span { width: 70%;}
  .lyBa_Scroll span { font-size: 14px;}

  .lyAboutus { padding: 80px 0;}
  .lyAboutus::before { width: 480px; height: 480px; border: 240px solid #b6caeb; left: -20%; top: -55%;}
  .lyAboutus_main .lyAboutus_text { padding-left: 100px;}
  .lyAboutus_text .lyAboutus_head { margin-bottom: 20px;}
  .lyAboutus_head a.lyAboutus_name { line-height: 32px; font-size: 22px;}
  .lyAboutus_head span { line-height: 50px; font-size: 40px;}
  .lyAboutus_text .lyAboutus_ms { max-height: 210px; line-height: 30px !important;}
  .lyAboutus_ms p { line-height: 30px !important;}

  .lyProducts { padding: 80px 0;}
  .lyTitle { margin-bottom: 40px;}
  .lyTitle p { line-height: 44px; font-size: 40px;}

  .lyProducts_brands .swiper-container, .lyProducts_swiper .swiper-container { margin: -20px; padding: 20px;}
  .lyProducts_brands .swiper-slide:hover, .lyProducts_brands .swiper-slide.active { box-shadow: 0 6px 12px rgba(24, 53, 93, .3);}


  .lyProducts_main .lyProducts_menu { margin: 0 auto 40px;}
  .lyProducts_menu .swiper-container .swiper-slide { height: 120px;}
  .lyProducts_menu .swiper-container .swiper-slide a { padding: 14px 20px;}
  .lyProducts_swiper { padding-bottom: 40px;}
  .lyProducts_swiper .swiper-container .swiper-slide { padding: 24px;}
  .lyProducts_swiper .swiper-container .swiper-slide:hover { box-shadow: 0 6px 12px rgba(24, 53, 93, .3);}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { margin: 24px auto;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 700px; padding: 80px 0;}
  .lySolution_txt .lySolutionTxt_title a { line-height: 44px; font-size: 40px;}
  .lySolution .lySolution_menu { bottom: 40px;}
  .lySolution_menu .swiper-container .swiper-slide { padding-bottom: 20px;}

  .lyNews { margin: 80px auto;}
  .lyNews_main .lyNews_tab { margin-bottom: 40px;}
  .lyNewsRec_main .lyNewsRec_img { height: 476px;}
  .lyNews_list ul li { padding: 26px 0;}

  .lyBrands { padding: 80px 0; background: #f6f6f6 url(../images/brandBg.png) center 420px no-repeat; background-size: 1414px 560px;}
  .lyBrands_main .lyBrands_swiper { margin: 0 auto 40px;}
  .lyBrands_swiper .swiper-container { margin: -20px; padding: 20px;}
  .lyBrands_swiper .swiper-slide:hover, .lyBrands_swiper .swiper-slide.active { box-shadow: 0 6px 12px rgba(24, 53, 93, .3);}
  .lyBrandlist_swiper .swiper-button-prev { right: calc(50% + 12px);}
  .lyBrandlist_swiper .swiper-button-next { left: calc(50% + 12px);}
}

@media (max-width:1600px) {
  .lyBanner { height: 660px;}
  .lyBa_txt em { width: 40px; height: 4px;}
  .lyBa_txt p { line-height: 44px; font-size: 36px; margin: 24px 0 12px;}

  .lyBa_more a { width: 160px; height: 45px; line-height: 43px; font-size: 15px;}
  .lyBa_more a i { width: 18px; height: 18px; margin: -2px 0 0 10px;}
  .lyBa_more a:hover i { margin: -2px 0 0 20px;}
  .lyBa_Scroll p { width: 32px; height: 32px;}
  .lyBa_Scroll p i { width: 14px; height: 14px; margin: 10px auto;}

  .lyAboutus_main .lyAboutus_text { padding-left: 80px;}
  .lyAboutus_head span { line-height: 44px; font-size: 36px;}
  .lyAboutus_head a.lyAboutus_name { font-size: 20px;}
  .lyAboutus_text .lyAboutus_ms { max-height: 196px;}
  .lyAboutus_text .lyAboutus_ms, .lyAboutus_ms p { line-height: 28px !important; font-size: 15px !important;}
  .lyAboutus_data ul li p sub, .lyAboutus_data ul li span { font-size: 15px;}

  .lyTitle p { line-height: 40px; font-size: 36px;}

  .lyProducts_menu .swiper-container .swiper-slide a span { font-size: 15px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a { font-size: 15px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i { border: 1px solid #999;}
  .lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a i { border: 1px solid #1b355d;}


  .lySolution_swiper .swiper-container .swiper-slide { height: 660px;}
  .lySolution_txt .lySolutionTxt_title a { line-height: 40px; font-size: 36px;}
  .lySolution_txt p { max-height: 50px; line-height: 25px; font-size: 15px; margin: 30px auto;}
  .lySolution_txt a.lySolutionTxt_btn { width: 80px; font-size: 15px;}

  .lyNews_tab ul li { width: 150px; height: 45px; line-height: 43px; font-size: 15px; margin: 0 10px;}
  .lyNews_tab ul li i { margin: -4px 4px 0 0;}
  .lyNewsRec_main .lyNewsRec_img { height: 468px;}
  .lyNewsRec_main span.lyNewsRec_time { width: 150px; height: 40px; line-height: 40px; font-size: 15px;}
  .lyNewsRec_text p {  height: 30px; line-height: 30px;font-size: 15px;}
  .lyNewsRec_text a.lyNewsRec_btn i { padding: 6px;}

  .lyNews_list ul li { padding: 25px 0;}
  .lyNews_list ul li p { font-size: 15px;}
  .lyNews_list ul li span.lyNews_time { font-size: 15px;}


}

@media (max-width:1560px) {
  .lyBanner { height: 650px;}

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 226px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 650px;}

  .lyNewsRec_main .lyNewsRec_img { height: 452px;}
  .lyNews_list ul li { padding: 23px 0;}
}

@media (max-width:1440px) {
  .lyBanner { height: 670px;}
  .lyBa_txt p { line-height: 40px; font-size: 32px; margin: 24px 0 12px;}

  .lyAboutus { padding: 60px 0;}
  .lyAboutus::before { width: 400px; height: 400px; border: 200px solid #b6caeb;}
  .lyAboutus_head a.lyAboutus_name { line-height: 30px; font-size: 18px; margin-bottom: 4px;}
  .lyAboutus_head span { line-height: 40px; font-size: 32px;}
  .lyAboutus_text .lyAboutus_ms { margin-bottom: 30px;}
  .lyAboutus_text .lyAboutus_data { margin-top: 40px;}
  .lyAboutus_data ul li p em { line-height: 32px; font-size: 32px;}
  .lyAboutus_data ul li p sub, .lyAboutus_data ul li span { font-size: 14px;}

  .lyProducts { padding: 60px 0;}
  .lyTitle { margin-bottom: 30px;}
  .lyTitle p { line-height: 40px; font-size: 32px;}

  .lyProducts_main .lyProducts_brands { margin: 0 auto 10px;}
  .lyProducts_swiper { padding-bottom: 30px;}
  .lyProducts_swiper .swiper-container .swiper-slide { padding: 20px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 210px; margin: 20px auto;}
  .lyProducts_swiper .swiper-pagination-progressbar { height: 3px !important;}
  .lyProducts_swiper .swiper-pagination-progressbar::before { height: 1px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 600px; padding: 60px 0;}
  .lySolution_txt .lySolutionTxt_title { margin-bottom: 25px;}
  .lySolution_txt .lySolutionTxt_title a { line-height: 40px; font-size: 32px;}
  .lySolution_txt p { margin: 25px auto;}
  .lySolution_menu .swiper-container .swiper-slide span { height: 25px; line-height: 25px; font-size: 15px;}

  .lyNews { margin: 60px auto;}
  .lyNews_main .lyNews_tab { margin-bottom: 30px;}
  .lyNews_con .lyNews_rec { padding: 0 30px 0 0;}
  .lyNewsRec_main .lyNewsRec_img { height: 444px;}
  .lyNewsRec_main .lyNewsRec_text { padding: 20px 100px 20px 30px;}
  .lyNewsRec_text a.lyNewsRec_btn { right: 30px;}
  .lyNews_con .lyNews_list { padding: 0 0 0 30px;}
  .lyNews_list ul li { padding: 22px 0;}

  .lyBrands { padding: 60px 0;}
  .lyBrands_main .lyBrands_swiper { margin: 0 auto 30px;}
  .lyBrands_main .lyBrandlist_swiper { padding-bottom: 74px;}
  .lyBrandlist_swiper .swiper-slide { height: 290px; padding: 24px;}
  .lyBrandlist_swiper .swiper-slide .tit { margin-bottom: 16px; padding-bottom: 16px;}
  .lyBrandlist_swiper .swiper-slide ul li { height: 35px;}
  .lyBrandlist_swiper .swiper-slide ul li p { height: 35px; line-height: 35px; font-size: 15px;}
  .lyBrandlist_swiper .swiper-button-prev { right: calc(50% + 10px);}
  .lyBrandlist_swiper .swiper-button-next { left: calc(50% + 10px);}
}

@media (max-width:1366px) {
  .lyBanner { height: 640px;}
  .lyBa_txt p { line-height: 40px; font-size: 30px; margin: 20px 0 10px;}
  .lyBa_txt span { line-height: 25px; font-size: 15px; margin-bottom: 40px;}

  .lyAboutus_main .lyAboutus_text { padding-left: 60px;}
  .lyAboutus_head a.lyAboutus_name { line-height: 30px; font-size: 16px; margin-bottom: 0;}
  .lyAboutus_head span { line-height: 40px; font-size: 30px;}
  .lyAboutus_text .lyAboutus_ms { max-height: 168px; line-clamp: 6; -webkit-line-clamp: 6;}

  .lyTitle p { line-height: 40px; font-size: 32px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 200px; margin: 10px auto;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 570px;}
  .lySolution_txt .lySolutionTxt_title a { font-size: 30px;}

  .lyNewsRec_main .lyNewsRec_img { height: 420px;}
  .lyNews_list ul li { padding: 19px 0;}
}

@media (max-width:1280px) {
  .lyBanner { height: 520px;}
  .lyBa_txt em { width: 30px; height: 3px;}
  .lyBa_txt p { line-height: 32px; font-size: 26px; margin: 20px 0 10px;}
  .lyBa_txt span { margin-bottom: 40px;}
  .lyBa_more a { width: 140px; height: 42px; line-height: 40px; font-size: 14px;}
  .lyBa_more a i { width: 16px; height: 16px; margin: -2px 0 0 10px;}
  .lyBa_more a:hover i { margin: -2px 0 0 15px;}

  .lyAboutus::before { width: 360px; height: 360px; border: 180px solid #b6caeb;}
  .lyAboutus_head span { line-height: 32px; font-size: 26px;}
  .lyAboutus_data ul li p { margin: 10px 0 5px;}

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 185px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a { font-size: 14px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i { width: 20px; height: 20px; margin: 6px 8px 6px 0;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::before { width: 8px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::after { height: 8px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 540px;}
  .lySolution_txt .lySolutionTxt_title { margin-bottom: 24px;}
  .lySolution_txt p { max-height: 48px; line-height: 24px; font-size: 14px; margin: 24px auto;}

  .lyNews_tab ul li { width: 140px;}
  .lyNews_con .lyNews_rec { padding: 0 20px 0 0;}
  .lyNewsRec_main .lyNewsRec_img { height: 396px;}
  .lyNewsRec_main span.lyNewsRec_time { width: 140px; height: 40px; line-height: 40px; font-size: 14px;}
  .lyNewsRec_main .lyNewsRec_text { padding: 20px 80px 20px 20px;}
  .lyNewsRec_text a.lyNewsRec_name { height: 32px; line-height: 32px; font-size: 16px;}
  .lyNewsRec_text p { height: 26px; line-height: 26px; font-size: 14px;}
  .lyNewsRec_text a.lyNewsRec_btn { right: 20px;}
  .lyNews_con .lyNews_list { padding: 0 0 0 20px;}
  .lyNews_list ul li { padding: 19px 0;}
  .lyNews_list ul li .lyNews_text { width: calc(100% - 120px);}
  .lyNews_list ul li a.lyNews_name { font-size: 16px; margin-bottom: 2px;}
  .lyNews_list ul li p { height: 26px; line-height: 26px; font-size: 14px;}
  .lyNews_list ul li span.lyNews_time { width: 120px; height: 30px; line-height: 30px; font-size: 14px; margin-top: -15px;}

  .lyBrandlist_swiper .swiper-slide { height: 280px; padding: 20px;}
}

@media (max-width:1200px) {
  .lyBanner { height: 580px;}
  .lyBa_txt span { margin-bottom: 30px;}

  .lyAboutus_main .lyAboutus_img { width: 44%;}
  .lyAboutus_main .lyAboutus_text { width: 56%; padding-left: 40px;}
  .lyAboutus::before { width: 320px; height: 320px; border: 160px solid #b6caeb;}
  .lyAboutus_text .lyAboutus_ms { max-height: 140px; line-clamp: 5; -webkit-line-clamp: 5;}

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_text a.lyProducts_name { font-size: 16px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 170px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 500px;}

  .lyNewsRec_main .lyNewsRec_img { height: 380px;}
  .lyNews_list ul li { padding: 17px 0;}

  
}

@media (max-width:1080px) {
  .lyBanner { height: 524px; margin-top: 70px;}

  .lyAboutus_main .lyAboutus_text { padding-left: 40px;}
  .lyAboutus_text .lyAboutus_ms { margin-bottom: 20px;}
  .lyAboutus_text .lyAboutus_data { margin-top: 30px;}
  .lyAboutus_data ul li p em { line-height: 24px; font-size: 26px;}

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 210px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 450px;}
  .lySolution .lySolution_menu { bottom: 30px;}
  .lySolution_swiper .swiper-container .swiper-slide .lySolution_txt { max-width: 72%;}

  .lyNews_tab ul li { width: 132px; height: 42px; line-height: 40px; font-size: 15px; margin: 0 8px;}
  .lyNewsRec_main .lyNewsRec_img { height: 340px;}
  .lyNews_list ul li { padding: 14px 0;}
  .lyNews_list ul li a.lyNews_name { height: 30px; line-height: 30px; font-size: 16px; margin-bottom: 0;}

  
}

@media (max-width:1024px) {
  .lyBanner { height: 500px;}
  .lyBa_txt p { line-height: 30px; font-size: 24px; margin: 20px 0 10px;}
  .lyBa_txt span { margin-bottom: 20px;}
  .lyBa_swiper .lyBa_control { height: 20px; bottom: 20px;}
  .lyBa_control .swiper-pagination { bottom: 0;}
  .lyBa_Scroll { bottom: 20px;}

  .lyAboutus::before { width: 280px; height: 280px; border: 140px solid #b6caeb;}
  .lyAboutus_head a.lyAboutus_name { font-size: 15px;}
  .lyAboutus_head span { line-height: 30px; font-size: 24px;}

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 200px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 420px; padding: 40px 0;}
  .lySolution_txt .lySolutionTxt_title { margin-bottom: 20px;}
  .lySolution_txt p { margin: 20px auto;}
  .lySolution .lySolution_menu { bottom: 20px;}
  .lySolution_menu .swiper-container .swiper-slide { padding-bottom: 15px;}
  .lySolution_menu .swiper-container .swiper-slide i { margin: 0 auto 4px;}

}

@media (max-width:920px) {
  .lyBanner { height: 380px;}
  .lyBa_txt p { font-size: 22px;}
  .lyBa_txt span { width: 80%;}

  .lyAboutus { padding: 40px 0;}
  .lyAboutus_text .lyAboutus_head { margin-bottom: 12px;}
  .lyAboutus_head span { line-height: 30px; font-size: 22px;}
  .lyAboutus_text .lyAboutus_data { margin-top: 24px;}
  .lyAboutus_data ul li i { display: none;}
  .lyAboutus_data ul li p { margin: 0 0 5px;}
  .lyAboutus_data ul li p em { font-size: 30px;}

  .lyProducts { padding: 40px 0;}
  .lyTitle { margin-bottom: 20px;}
  .lyTitle p { line-height: 34px; font-size: 26px;}

  .lyProducts_main .lyProducts_menu, .lyProducts_main .lyProducts_brands { margin: 0 auto;}
  .lyProducts_menu .swiper-container .swiper-slide { height: 112px;}
  .lyProducts_menu .swiper-container .swiper-slide a { padding: 10px;}
  .lyProducts_menu .swiper-container .swiper-slide a span { height: 25px; line-height: 25px;}
  .lyProducts_swiper { padding-bottom: 20px;}
  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 178px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 380px;}
  .lySolution_txt .lySolutionTxt_title { margin-bottom: 12px;}
  .lySolution_txt .lySolutionTxt_title a { line-height: 34px; font-size: 26px;}
  .lySolution_txt p { margin: 12px auto;}
  .lySolution_menu .swiper-container .swiper-slide { padding-bottom: 12px;}
  .lySolution_menu .swiper-container .swiper-slide span { height: 20px; line-height: 20px; font-size: 14px;}

  .lyNews { margin: 40px auto;}
  .lyNews_main .lyNews_tab { margin-bottom: 20px;}
  .lyNews_con .lyNews_rec { padding: 0 15px 0 0;}
  .lyNewsRec_main .lyNewsRec_img { height: 316px;}
  .lyNewsRec_main .lyNewsRec_text { padding: 12px 20px;}
  .lyNewsRec_text a.lyNewsRec_btn { display: none;}
  .lyNews_con .lyNews_list { padding: 0 0 0 15px;}
  .lyNews_list ul li { padding: 13px 0;}
  .lyNews_list ul li .lyNews_text { width: calc(100% - 100px);}
  .lyNews_list ul li p { height: 22px; line-height: 22px; font-size: 14px;}
  .lyNews_list ul li span.lyNews_time { width: 100px;}

  .lyBrands { padding: 40px 0;}
  .lyBrands_main .lyBrands_swiper { margin: 0 auto 20px;}
  .lyBrands_main .lyBrandlist_swiper { padding-bottom: 64px;}

  
}

@media (max-width:820px) {
  .lyBanner { height: 370px;}
  .lyBa_txt p { line-height: 26px; font-size: 20px; margin: 20px 0 10px;}
  .lyBa_txt span { width: 100%; margin-bottom: 0;}
  .lyBa_txt .lyBa_more { display: none;}

  .lyAboutus::before { width: 240px; height: 240px; border: 120px solid #b6caeb;}
  .lyAboutus_text .lyAboutus_ms { max-height: 120px;}
  .lyAboutus_text .lyAboutus_ms, .lyAboutus_ms p { line-height: 24px !important; font-size: 14px !important;}

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 154px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 320px;}
  .lySolution_swiper .swiper-container .swiper-slide .lySolution_txt { max-width: 94%;}
  .lySolution_txt p { margin: 0 auto;}
  .lySolution_txt a.lySolutionTxt_btn { display: none;}

}

@media (max-width:767px) {
  .lyBanner { height: 200px; margin-top: 64px;}
  .lyBa_swiper .swiper-slide .lyBa_txt { padding: 0 20% 0 0;}
  .lyBa_txt em { width: 20px; height: 2px;}
  .lyBa_txt p { line-height: 22px; font-size: 14px; margin: 12px 0 6px;}
  .lyBa_control .swiper-pagination { height: 2px;}
  .lyBa_control .swiper-pagination span { width: 20px; height: 2px;}

  .lyBa_txt span { max-height: 40px; overflow: hidden; line-height: 20px; font-size: 12px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
  .lyBa_swiper .lyBa_control { bottom: 12px;}
  .lyBa_control .swiper-pagination span { margin-right: 6px;}
  .lyBa_Scroll { display: none;}

  .lyAboutus { background: url(../images/abBg.png) right bottom no-repeat; background-size: 240px 240px;}
  .lyAboutus::before { width: 160px; height: 160px; border: 80px solid #b6caeb; left: -25%; top: -15%;}
  .lyAboutus .lyAboutus_img { width: 100%;}
  .lyAboutus_main .lyAboutus_text { width: 100%; margin-top: 20px; padding-left: 0;}
  .lyAboutus_data ul li i { display: block; margin-bottom: 12px;}

  .lyTitle p { line-height: 30px; font-size: 24px;}

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 240px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 260px;}
  .lySolution_swiper .swiper-container .swiper-slide .lySolution_txt { max-width: 94%;}
  .lySolution_txt .lySolutionTxt_title a { line-height: 30px; font-size: 24px;}
  .lySolution_txt .lySolutionTxt_title::after { content: ''; display: block; width: 36px; height: 3px; margin: 12px auto 0; background-color: #fff;}
  .lySolution_txt p { display: none;}

  .lyNews_tab ul li { width: 110px; height: 42px; line-height: 40px; font-size: 14px; margin: 0 4px;}
  .lyNews_con .lyNews_rec { width: 100%; padding: 0; float: none;}
  .lyNewsRec_main .lyNewsRec_img { height: 240px;}
  .lyNewsRec_main span.lyNewsRec_time { width: 120px;}
  .lyNewsRec_main .lyNewsRec_text { padding: 12px;}
  .lyNews_con .lyNews_list { width: 100%; padding: 0; float: none;}
  .lyNews_list ul li { padding: 16px 0;}
  .lyNews_list ul li .lyNews_text { width: 100%;}
  .lyNews_list ul li span.lyNews_time { width: 100%; height: 22px; line-height: 22px; text-align: left; margin-top: 10px; position: inherit; top: inherit; right: inherit;}
  .lyNews_list ul li span.lyNews_time i { margin: -2px 8px 0 0;}


}

@media (max-width:390px) {

  .lyBanner { height: 180px;}
  .lyBa_swiper .swiper-slide .lyBa_txt { padding: 0 20% 0 0;}

  .lyAboutus_text .lyAboutus_head { margin-bottom: 12px;}
  .lyAboutus_data ul li p em { line-height: 20px; font-size: 24px;}

  .lyProducts_menu .swiper-container .swiper-slide a span { height: 24px; line-height: 24px; font-size: 14px;}

  .lyNews_tab ul li { width: 106px;}
  .lyNewsRec_main .lyNewsRec_img { height: 230px;}
}

@media (max-width:320px) {
  .lyAboutus_head a.lyAboutus_name { line-height: 24px; font-size: 14px;}
  .lyAboutus_head span { font-size: 20px;}
  .lyAboutus_data ul li p em { font-size: 26px;}
  .lyAboutus_data ul li p sub, .lyAboutus_data ul li em { font-size: 12px;}
  .lyAboutus_data ul li p sub { margin-left: 2px;}

  .lyProducts { padding: 30px 0;}

  .lyTitle p { line-height: 26px; font-size: 20px;}

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img { height: 190px;}

  .lySolution_swiper .swiper-container .swiper-slide { height: 220px; padding: 20px 0;}
  .lySolution_txt .lySolutionTxt_title a { font-size: 20px;}
  .lySolution_txt .lySolutionTxt_title::after { width: 32px; height: 2px; margin: 8px auto 0;}

  .lyNews { margin: 30px auto;}
  .lyNews_tab ul li { width: 90px; margin: 0 2px;}
  .lyNews_tab ul li i { display: none;}
  .lyNewsRec_main .lyNewsRec_img { height: 200px;}

  .lyBrands { padding: 30px 0;}
}

@media (max-width:280px) {
  .lyNews_tab ul li { width: 80px;}
}