/*lyBanner start*/
.lyBanner { height: 680px; overflow: hidden; background-color: #f5f5f5; position: relative;}
.lyBanner .swiper-container { height: 100%;}
.lyBanner .swiper-slide { overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative;}

.lyBanner .swiper-slide .lyBa_text { padding-right: 40%; 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_text em { display: block; width: 75px; height: 5px; overflow: hidden; background-color: #2a3f76; margin-bottom: 40px;}
.lyBa_text p { line-height: 1.2; color: #fff; font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 54px; font-weight: bold; margin-bottom: 20px;}
.lyBa_text span { display: block; line-height: 1.6; color: #fff; font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 28px; letter-spacing: 2px; margin-bottom: 80px;}
.lyBa_text .lyBa_btn { margin-top: 80px;}
.lyBa_btn a { display: block; width: 220px; height: 60px; line-height: 56px; color: #fff; font-size: 20px; text-align: center; border: 2px solid #fff; border-radius: 8px; float: left;}
.lyBa_btn a:hover, .lyBa_btn a:first-child { background-color: #2a3f76; border: 2px solid #2a3f76;}
.lyBa_btn a:first-child { margin-right: 20px;}
.lyBa_btn a i { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -4px 0 0 20px;}
.lyBa_btn a:hover i { margin: -4px 0 0 30px;}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 48px; height: 48px; margin-top: -24px; padding: 10px; background: rgba(204, 0, 1, 0); border: 2px solid rgba(255, 255, 255, .45); border-radius: 50%; top: 50%;}
.lyBanner .swiper-button-prev { left: 40px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBanner .swiper-button-next { right: 40px;}
.lyBanner .swiper-button-prev:hover, .lyBanner .swiper-button-next:hover { background: #2a3f76; border: 2px solid #2a3f76;}
.lyBanner .swiper-button-disabled { opacity: .45 !important;}

.lyBanner .swiper-pagination { height: 5px; text-align: left; left: 50%; bottom: 40px !important; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyBanner .swiper-pagination span { width: 40px; height: 5px; background-color: rgba(255, 255, 255, .45); border-radius: 0; margin: 0 20px 0 0; opacity: 1; vertical-align: top;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active { background-color: #fff;}

.lyBanner .lyBa_scroll { width: 50%; line-height: 26px; color: #fff; font-size: 16px; text-align: center; position: absolute; left: 50%; bottom: 30px; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.lyBanner .lyBa_scroll span { display: inline-block; width: 17px; height: 26px; border: 1px solid #fff; border-radius: 10px; vertical-align: top; margin: 0 10px;}
.lyBanner .lyBa_scroll span i { display: block; width: 1px; height: 8px; background-color: #fff; margin: 10px auto; border-radius: 2px; visibility: visible; animation-name: fadeInDown; animation-duration: 2s; animation-iteration-count: infinite;}
/*lyBanner end*/


/*lyData start*/
.lyData { overflow: hidden; background-color: #2a3f76;}
.lyData_main ul li { width: 25%; padding: 60px 30px 160px; float: left;}
.lyData_main ul li:nth-child(2n) { background-color: #2a3f76;}
.lyData_main ul li p { display: flex; align-items: center; justify-content: center;}
.lyData_main ul li p em { display: block; line-height: 72px; color: #fff; font-family: "BebasKai"; font-size: 78px;}
.lyData_main ul li p sub, .lyData_main ul li p sup { display: block; line-height: 30px; color: #fff; font-size: 30px; margin-left: 10px;}
.lyData_main ul li p sup { font-size: 20px;}
.lyData_main ul li span { display: block; line-height: 24px; color: #fff; font-size: 16px; text-align: center; margin-top: 10px;}
/*lyData end*/


/*lyProCategory start*/
.lyProCategory { overflow: hidden; padding: 80px 0;}
.lyProCategory_list ul { min-height: 240px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -12px -24px;}
.lyProCategory_list ul li { width: 25%; margin-bottom: 24px; padding: 0 12px;}
.lyProCategory_con { min-height: 100%; overflow: hidden; padding: 32px 24px; background-color: #fff; border: 1px solid #eaeaea; -webkit-box-shadow: 0 0 0 rgb(0, 0, 0, 0); box-shadow: 0 0 0 rgb(0, 0, 0, 0);}
.lyProCategory_con:hover { border: 1px solid #fff; -webkit-box-shadow: 0 10px 20px rgb(0, 0, 0, .06); box-shadow: 0 10px 20px rgb(0, 0, 0, .06);}
.lyProCategory_con a.lyProCategory_img { display: block; width: 100%; height: 150px; overflow: hidden; margin: 0 auto 12px; position: relative;}
.lyProCategory_con:hover a.lyProCategory_img img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyProCategory_con a.lyProCategory_name { display: block; line-height: 1.2; color: #222; font-size: 20px; text-align: center;}
.lyProCategory_con:hover a.lyProCategory_name:hover { color: #2a3f76;}
/*lyProCategory end*/


/*lyProducts start*/
.lyProducts { overflow: hidden; padding: 80px 0; background-color: #f7f7f7;}

.lyProducts_swiper { min-height: 240px; position: relative;}
.lyProducts_swiper .swiper-slide { background-color: #fff; border: 1px solid #dfdfdf;}
.lyProducts_swiper .swiper-slide:hover { background-color: #2a3f76; border: 1px solid #2a3f76;}
.lyProducts_swiper .swiper-slide .lyProducts_img { width: 100%; height: 350px; overflow: hidden; margin: 0 auto; background: url(../images/webp/proBg.webp) center center no-repeat; background-size: cover;}
.lyProducts_swiper .swiper-slide .lyProducts_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyProducts_swiper .swiper-slide:hover .lyProducts_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyProducts_swiper .swiper-slide .lyProducts_text { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 24px;}
.lyProducts_swiper .swiper-slide .lyProducts_text a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 20px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis;}
.lyProducts_swiper .swiper-slide:hover .lyProducts_text a { color: #fff;}
.lyProducts_swiper .swiper-slide .lyProducts_text p { height: 44px; overflow: hidden; line-height: 22px; color: #999; font-size: 14px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 10px;}
.lyProducts_swiper .swiper-slide:hover .lyProducts_text p { color: rgba(255, 255, 255, .45);}

.lyProducts_swiper .swiper-button-prev, .lyProducts_swiper .swiper-button-next { width: 48px; height: 48px; margin-top: -24px; padding: 10px; background: rgba(0, 0, 0, 0); border: 2px solid #dfdfdf; border-radius: 50%; top: 50%;}
.lyProducts_swiper .swiper-button-prev { left: -72px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyProducts_swiper .swiper-button-next { right: -72px;}
.lyProducts_swiper .swiper-button-prev:hover, .lyProducts_swiper .swiper-button-next:hover { border: 2px solid #2a3f76;}
.lyProducts_swiper .swiper-button-prev:hover svg path, .lyProducts_swiper .swiper-button-next:hover svg path { fill: #2a3f76;}
.lyProducts_swiper .swiper-button-disabled { opacity: .45 !important;}
/*lyProducts end*/


/*lyApplication start*/
.lyApplication { overflow: hidden; padding: 80px 0 0;}
.lyApplication_list ul { display: flex;}
.lyApplication_list ul li { width: calc(100% / 7); height: 750px; overflow: hidden; background-color: #ddd; border-right: 1px solid #fff; float: left; position: relative;}
.lyApplication_list ul li:last-child { border-right: none;}
.lyApplication_list ul li:hover, .lyApplication_list ul li.active { width: 60%;}

.lyApplication_list ul li .lyApplication_img { width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyApplication_list ul li:hover .lyApplication_img img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyApplication_list ul li .lyApplication_img::after { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .3); position: absolute; top: 0; left: 0; z-index: 1;}
.lyApplication_list ul li:hover .lyApplication_img::after, .lyApplication_list ul li.active .lyApplication_img::after { background-color: rgba(0, 0, 0, 0); background-image: linear-gradient(to bottom, rgba(42, 63, 118, 0) 0%, rgba(42, 63, 118, 0) 50%, rgba(42, 63, 118, 1) 100%);}

.lyApplication_list ul li .lyApplication_ico { width: 110px; height: 110px; overflow: hidden; margin: -55px 0 0 -55px; background: url(../images/appIcoBg.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: 50%; top: 50%; z-index: 2;}
.lyApplication_list ul li:hover .lyApplication_ico, .lyApplication_list ul li.active .lyApplication_ico { margin: 0; left: inherit; top: inherit; right: 40px; bottom: 80px;}

.lyApplication_list ul li .lyApplication_text { width: calc(100% - 190px); overflow: hidden; padding-left: 40px; position: absolute; bottom: -100%; left: 0; z-index: 2;}
.lyApplication_list ul li:hover .lyApplication_text, .lyApplication_list ul li.active .lyApplication_text { bottom: 40px;}
.lyApplication_list ul li .lyApplication_text a.name { display: block; line-height: 1.4; color: #fff; font-size: 36px;}
.lyApplication_list ul li .lyApplication_text .dec { max-height: 90px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; margin-top: 10px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.lyApplication_list ul li .lyApplication_text a.btn { display: block; width: 150px; height: 44px; overflow: hidden; line-height: 42px; color: #fff; font-size: 16px; text-align: center; border: 1px solid #fff; border-radius: 22px; vertical-align: top; margin-top: 30px;}
.lyApplication_list ul li .lyApplication_text a.btn:hover { color: #2a3f76; background-color: #fff;}
.lyApplication_list ul li .lyApplication_text a.btn i { display: inline-block; width: 14px; height: 14px; overflow: hidden; margin: -2px 0 0 6px; vertical-align: middle;}
.lyApplication_list ul li .lyApplication_text a.btn:hover i { margin: -2px 0 0 12px;}
.lyApplication_list ul li .lyApplication_text a.btn:hover i svg path { fill: #2a3f76;}
/*lyApplication end*/


/*lyAboutUs start*/
.lyAboutUs { overflow: hidden; padding: 80px 0; background-color: #fff;}
.lyAboutUs_main { display: flex; align-items: center; overflow: hidden; padding: 60px 0; position: relative;}
.lyAboutUs_main::before { content: ''; display: block; width: calc(100% - 80px); height: 100%; background-image: linear-gradient(to right, #fafafa 0%, #d9dfef 100%); position: absolute; top: 0; left: 0; z-index: 1;}
.lyAboutUs_main::after { content: ''; display: block; width: 500px; height: 500px; overflow: hidden; background: url(../images/global.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: 120px; bottom: -200px; z-index: 1;}
.lyAboutUs_main .lyAboutUs_text { width: 52%; padding: 0 80px 0 60px; position: relative; z-index: 2;}
.lyAboutUs_main .lyAboutUs_text a.name { display: block; line-height: 1.4; color: #222; font-size: 24px; font-weight: bold;}
.lyAboutUs_main .lyAboutUs_text a.name:hover { color: #2a3f76;}
.lyAboutUs_main .lyAboutUs_text .dec { max-height: 240px; overflow: hidden; line-height: 30px; color: #555; font-size: 16px; margin-top: 20px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 8; -webkit-box-orient: vertical;}
.lyAboutUs_main .lyAboutUs_text .dec p { max-height: 240px; overflow: hidden; line-height: 30px; color: #555; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 8; -webkit-box-orient: vertical;}
.lyAboutUs_main .lyAboutUs_text a.btn { display: block; width: 150px; height: 44px; overflow: hidden; line-height: 42px; color: #2a3f76; font-size: 16px; text-align: center; border: 1px solid #2a3f76; border-radius: 22px; vertical-align: top; margin-top: 50px;}
.lyAboutUs_main .lyAboutUs_text a.btn:hover { color: #fff; background-color: #2a3f76;}
.lyAboutUs_main .lyAboutUs_text a.btn i { display: inline-block; width: 14px; height: 14px; overflow: hidden; margin: -2px 0 0 6px; vertical-align: middle;}
.lyAboutUs_main .lyAboutUs_text a.btn:hover i { margin: -2px 0 0 12px;}
.lyAboutUs_main .lyAboutUs_text a.btn:hover i svg path { fill: #fff;}

.lyAboutUs_main .lyAboutUs_img { width: 48%; height: 430px; position: relative; z-index: 2;}
.lyAboutUs_main .lyAboutUs_img::before { content: ''; display: block; width: calc(100% - 30px); height: calc(100% - 60px); border-radius: 0 80px 0 0; border: 1px solid rgba(42, 63, 118, .45); position: absolute; bottom: -15px; left: -15px; z-index: 1;}
.lyAboutUs_main .lyAboutUs_img a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #fff; border-radius: 0 80px 0 0; position: relative; z-index: 1;}
.lyAboutUs_main .lyAboutUs_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}
/*lyAboutUs end*/


/*lyData start*/
.lyData { overflow: hidden; padding: 50px 0; background-color: #2a3f76;}
.lyData ul li { width: 25%; padding: 0 20px; float: left; position: relative;}
.lyData ul li i { display: block; width: 44px; height: 44px; overflow: hidden; margin: 0 auto;}
.lyData ul li p { height: 50px; text-align: center; margin: 20px auto 10px;}
.lyData ul li p em { display: inline-block; height: 50px; line-height: 50px; color: #fff; font-size: 60px; font-weight: bold; font-style: normal; vertical-align: top;}
.lyData ul li p sup { display: inline-block; line-height: 30px; color: #fff; font-size: 30px; margin-left: 5px;}
.lyData ul li span { display: block; line-height: 24px; color: #fff; font-size: 16px; text-align: center;}
/*lyData end*/


/*lyNews start*/
.lyNews { overflow: hidden; padding: 80px 0;}
.lyNews_main { display: flex; flex-wrap: wrap;}
.lyNews_main .lyNews_rom { width: 50%; padding-right: 12px;}
.lyNews_rom .lyNews_img { width: 100%; height: 360px; overflow: hidden;}
.lyNews_rom .lyNews_img a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #fafafa; position: relative;}
.lyNews_rom:hover .lyNews_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNews_rom .lyNews_img a span { display: inline-block; height: 32px; line-height: 32px; color: #fff; font-size: 15px; padding: 0 16px; background-color: #2a3f76; position: absolute; top: 0; left: 0; z-index: 1;}
.lyNews_rom .lyNews_img a span i { display: inline-block; width: 14px; height: 14px; overflow: hidden; margin: -4px 8px 0 0; vertical-align: middle;}
.lyNews_rom .lyNews_img a span::after { content: ''; display: block; width: 0; height: 0; border-left: 12px solid #2a3f76; border-bottom: 16px solid #2a3f76; border-top: 16px solid transparent; border-right: 12px solid transparent; position: absolute; top: 50%; left: 100%; margin-top: -16px;}
.lyNews_rom .lyNews_text { width: 100%; height: 120px; overflow: hidden; padding: 15px 20px; background-color: #f7f7f7;}
.lyNews_rom:hover .lyNews_text { background-color: #2a3f76;}
.lyNews_rom .lyNews_text a.lyNews_name { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyNews_rom:hover .lyNews_text a.lyNews_name { color: #fff;}
.lyNews_rom .lyNews_text p { height: 24px; overflow: hidden; line-height: 24px; color: #777; font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.lyNews_rom:hover .lyNews_text p { color: rgba(255, 255, 255, .45);}
.lyNews_rom .lyNews_text a.lyNews_btn { display: inline-block; height: 30px; overflow: hidden; line-height: 30px; color: #2a3f76; font-size: 16px; vertical-align: top; margin-top: 6px;}
.lyNews_rom:hover .lyNews_text a.lyNews_btn { color: #fff;}
.lyNews_rom .lyNews_text a.lyNews_btn i { display: inline-block; width: 14px; height: 14px; overflow: hidden; margin: -2px 0 0 6px; vertical-align: middle;}
.lyNews_rom:hover .lyNews_text a.lyNews_btn i { margin: -2px 0 0 12px;}
.lyNews_rom:hover .lyNews_text a.lyNews_btn i svg path { fill: #fff;}

.lyNews_main .lyNews_list { width: 50%; min-height: 100%; padding-left: 12px;}
.lyNews_list ul { height: 100%;}
.lyNews_list ul li { display: flex; align-items: center; height: calc(100% / 4); padding: 15px 0; background-color: #f7f7f7; border-bottom: 1px solid #e5e5e5;}
.lyNews_list ul li:last-child { border-bottom: 1px solid #f7f7f7;}
.lyNews_list ul li:hover { background-color: #2a3f76; border-bottom: 1px solid #2a3f76;}
.lyNews_list ul li .lyNews_time { width: 120px;}
.lyNews_list ul li .lyNews_time span { display: block; height: 24px; line-height: 24px; color: #555; font-size: 16px; text-align: center;}
.lyNews_list ul li .lyNews_time p { line-height: 32px; color: #555; font-size: 32px; text-align: center; margin-top: 4px;}
.lyNews_list ul li:hover .lyNews_time span, .lyNews_list ul li:hover .lyNews_time p { color: #fff;}
.lyNews_list ul li .lyNews_text { width: calc(100% - 180px);}
.lyNews_list ul li .lyNews_text a.lyNews_name { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.lyNews_list ul li:hover .lyNews_text a.lyNews_name { color: #fff;}
.lyNews_list ul li .lyNews_text p { height: 24px; overflow: hidden; line-height: 24px; color: #777; font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.lyNews_list ul li:hover .lyNews_text p { color: rgba(255, 255, 255, .45);}

.lyNews_list ul li .lyNews_btn { width: 60px;}
.lyNews_list ul li .lyNews_btn a { display: block; width: 100%; font-size: 0;}
.lyNews_list ul li .lyNews_btn a i { display: block; width: 100%; overflow: hidden; padding: 0 20px;}
.lyNews_list ul li:hover .lyNews_btn a i svg path { fill: #fff;}
/*lyNews end*/


@media (max-width:1680px) {
  .lyBanner { height: 600px;}

  .lyApplication_list ul li { height: 660px;}
}

@media (max-width:1600px) {
  .lyBanner { height: 570px;}

  .lyApplication_list ul li { height: 620px;}
  .lyApplication_list ul li .lyApplication_text a.name { font-size: 32px;}
  .lyApplication_list ul li .lyApplication_text p.dec { max-height: 78px; line-height: 26px;}

}

@media (max-width:1560px) {
  .lyBanner { height: 560px;}

  .lyApplication_list ul li { height: 600px;}
}

@media (max-width:1440px) {
  .lyBanner { height: 500px;}
  .lyBanner .swiper-pagination { height: 4px; bottom: 30px !important;}
  .lyBanner .swiper-pagination span { width: 32px; height: 4px; margin: 0 12px 0 0;}
  .lyBanner .swiper-button-prev { left: 3%;}
  .lyBanner .swiper-button-next { right: 3%;}
  .lyBanner .lyBa_scroll { font-size: 14px; bottom: 20px;}

  .lyProCategory, .lyProducts, .lyApplication, .lyAboutUs, .lyNews { padding: 60px 0;}
  .lyProducts_swiper { padding-bottom: 78px;}
  .lyProducts_swiper .swiper-button-prev, .lyProducts_swiper .swiper-button-next { margin-top: 0; top: inherit; bottom: 0;}
  .lyProducts_swiper .swiper-button-prev { left: inherit; right: calc(50% + 12px);}
  .lyProducts_swiper .swiper-button-next { right: inherit; left: calc(50% + 12px);}

  .lyApplication_list ul li { height: 560px;}
  .lyApplication_list ul li .lyApplication_text { width: calc(100% - 160px);}
  .lyApplication_list ul li .lyApplication_text a.name { font-size: 30px;}
  .lyApplication_list ul li .lyApplication_text p.dec { max-height: 75px; line-height: 25px; font-size: 15px;}
  .lyApplication_list ul li .lyApplication_text a.btn { width: 140px; height: 42px; line-height: 40px; font-size: 14px; margin-top: 25px;}
  .lyApplication_list ul li .lyApplication_ico { width: 100px; height: 100px; margin: -50px 0 0 -50px;}
  .lyApplication_list ul li .lyApplication_ico img { width: 60px; height: 60px;}
  .lyApplication_list ul li:hover .lyApplication_ico, .lyApplication_list ul li.active .lyApplication_ico { right: 30px; bottom: 60px;}

  .lyAboutUs_main::before { width: calc(100% - 60px);}
  .lyAboutUs_main .lyAboutUs_img a { border-radius: 0 60px 0 0;}

  .lyData { padding: 40px 0;}
  .lyData ul li p em { font-size: 54px;}
  .lyData ul li p sup { font-size: 26px;}

}

@media (max-width:1366px) {
  .lyBanner { height: 480px;}

  .lyApplication_list ul li { height: 530px;}

  .lyAboutUs_main .lyAboutUs_text { padding: 0 70px 0 50px;}
  .lyAboutUs_main .lyAboutUs_text a.btn { margin-top: 30px;}
  .lyAboutUs_main .lyAboutUs_img { height: 400px;}
}

@media (max-width:1280px) {
  .lyBanner { height: 450px;}

  .lyProCategory_list ul { margin: 0 -10px -20px;}
  .lyProCategory_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .lyProCategory_con { padding: 24px 20px;}
  .lyProCategory_con a.lyProCategory_name { font-size: 18px;}

  .lyProducts_swiper .swiper-slide .lyProducts_img { height: 320px;}
  .lyProducts_swiper .swiper-slide .lyProducts_text { padding: 20px;}
  .lyProducts_swiper .swiper-slide .lyProducts_text a { font-size: 18px;}

  .lyApplication_list ul li { height: 500px;}
  .lyApplication_list ul li .lyApplication_ico { width: 90px; height: 90px; margin: -45px 0 0 -45px;}
  .lyApplication_list ul li .lyApplication_ico img { width: 50px; height: 50px;}
  .lyApplication_list ul li .lyApplication_text { width: calc(100% - 150px);}
  .lyApplication_list ul li .lyApplication_text a.name { font-size: 28px;}
  .lyApplication_list ul li .lyApplication_text p.dec { max-height: 72px; line-height: 24px; font-size: 14px;}
  .lyApplication_list ul li .lyApplication_text a.btn { margin-top: 20px;}

  .lyAboutUs_main { padding: 50px 0;}
  .lyAboutUs_main .lyAboutUs_text { padding: 0 60px 0 40px;}
  .lyAboutUs_main .lyAboutUs_text a.name { font-size: 22px;}
  .lyAboutUs_main .lyAboutUs_text .dec, .lyAboutUs_main .lyAboutUs_text .dec p { max-height: 200px; line-height: 25px; font-size: 15px;}  
  .lyAboutUs_main .lyAboutUs_text a.btn { width: 140px; height: 42px; line-height: 40px; font-size: 15px;}
  .lyAboutUs_main .lyAboutUs_img { height: 380px;}
  .lyAboutUs_main .lyAboutUs_img a { border-radius: 0 50px 0 0;}
  .lyAboutUs_main::before { width: calc(100% - 50px);}

  .lyData ul li i { width: 40px; height: 40px;}
  .lyData ul li p em { font-size: 50px;}
  .lyData ul li p sup { font-size: 24px;}

  .lyNews_main .lyNews_rom { padding-right: 10px;}
  .lyNews_main .lyNews_list { padding-left: 10px;}
  .lyNews_rom .lyNews_img { height: 340px;}
  .lyNews_rom .lyNews_text a.lyNews_name, .lyNews_list ul li .lyNews_text a.lyNews_name { font-size: 18px;}
  .lyNews_rom .lyNews_text p, .lyNews_list ul li .lyNews_text p, .lyNews_rom .lyNews_text a.lyNews_btn, .lyNews_list ul li .lyNews_time span { font-size: 15px;}
  .lyNews_list ul li .lyNews_time p { line-height: 30px; font-size: 30px;}
  .lyNews_list ul li .lyNews_time { width: 100px;}
  .lyNews_list ul li .lyNews_text { width: calc(100% - 160px);}

}

@media (max-width:1200px) {
  .lyBanner { height: 420px;}

  .lyProCategory_con a.lyProCategory_img { height: 140px;}

  .lyProducts_swiper .swiper-slide .lyProducts_img { height: 300px;}

  .lyApplication_list ul li { height: 460px;}

  .lyData ul li p { height: 44px;}
  .lyData ul li p em { height: 44px; line-height: 44px; font-size: 48px;}
  .lyData ul li p sup { font-size: 22px;}
  .lyData ul li span { line-height: 1.4; font-size: 15px;}

  .lyNews_rom .lyNews_img { height: 320px;}
}

@media (max-width:1080px) {
  .lyBanner { height: 380px;}
  .lyBanner .swiper-pagination { height: 3px; bottom: 30px !important;}
  .lyBanner .swiper-pagination span { width: 30px; height: 3px; margin: 0 10px 0 0;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 44px; height: 44px; margin-top: -22px; padding: 12px; border: 1px solid rgba(255, 255, 255, .45);}
  .lyBanner .swiper-button-prev:hover, .lyBanner .swiper-button-next:hover { border: 1px solid #2a3f76;}

  .lyProCategory_con { padding: 12px 10px;}
  .lyProCategory_con a.lyProCategory_img { margin: 0 auto 10px;}

  .lyProducts_swiper { padding-bottom: 74px;}
  .lyProducts_swiper .swiper-slide .lyProducts_img { height: 270px;}  
  .lyProducts_swiper .swiper-button-prev, .lyProducts_swiper .swiper-button-next { width: 44px; height: 44px; margin-top: 0; padding: 12px; border: 1px solid #dfdfdf; top: inherit; bottom: 0;}
  .lyProducts_swiper .swiper-button-prev { left: inherit; right: calc(50% + 10px);}
  .lyProducts_swiper .swiper-button-next { right: inherit; left: calc(50% + 10px);}
  .lyProducts_swiper .swiper-button-prev:hover, .lyProducts_swiper .swiper-button-next:hover { border: 1px solid #2a3f76;}

  .lyApplication_list ul li { height: 420px;}
  .lyApplication_list ul li .lyApplication_ico { width: 80px; height: 80px; margin: -40px 0 0 -40px;}
  .lyApplication_list ul li .lyApplication_ico img { width: 40px; height: 40px;}
  .lyApplication_list ul li .lyApplication_text { width: calc(100% - 130px); padding-left: 30px;}
  .lyApplication_list ul li .lyApplication_text a.name { font-size: 24px;}
  .lyApplication_list ul li .lyApplication_text p.dec { max-height: 66px; line-height: 22px; font-size: 14px;}
  .lyApplication_list ul li:hover .lyApplication_text, .lyApplication_list ul li.active .lyApplication_text { bottom: 30px;}

  .lyAboutUs_main { padding: 40px 0;}
  .lyAboutUs_main .lyAboutUs_text { padding: 0 40px 0 30px;}
  .lyAboutUs_main .lyAboutUs_text a.name { font-size: 20px;}
  .lyAboutUs_main .lyAboutUs_text .dec { max-height: 192px; line-height: 24px; font-size: 14px; margin-top: 15px;}
  .lyAboutUs_main .lyAboutUs_text .dec p { max-height: 192px; line-height: 24px; font-size: 14px;}
  .lyAboutUs_main .lyAboutUs_text a.btn { font-size: 14px; margin-top: 20px;}
  .lyAboutUs_main .lyAboutUs_img { height: 320px;}
  .lyAboutUs_main .lyAboutUs_img a { border-radius: 0 40px 0 0;}
  .lyAboutUs_main .lyAboutUs_img::before { width: calc(100% - 20px); height: calc(100% - 40px); border-radius: 0 40px 0 0; bottom: -10px; left: -10px;}
  .lyAboutUs_main::before { width: calc(100% - 40px);}

  .lyData ul li p { height: 40px;}
  .lyData ul li p em { height: 40px; line-height: 40px; font-size: 40px;}
  .lyData ul li p sup { font-size: 20px;}
  .lyData ul li span { line-height: 1.4; font-size: 14px;}

  .lyNews_rom .lyNews_img { height: 300px;}
}

@media (max-width:1024px) {
  .lyBanner { height: 360px;}

  .lyProCategory_con a.lyProCategory_img { height: 125px;}
  .lyProCategory_con a.lyProCategory_name { font-size: 16px;}

  .lyProducts_swiper .swiper-slide .lyProducts_img { height: 250px;}

  .lyApplication_list ul li { height: 400px;}

}

@media (max-width:920px) {
  .lyBanner { height: 320px;}

  .lyProCategory_list ul { margin: 0 -6px -12px;}
  .lyProCategory_list ul li { margin-bottom: 12px; padding: 0 6px;}
  .lyProCategory_con a.lyProCategory_img { height: 112px;}
  
  .lyProducts_swiper .swiper-slide .lyProducts_img { height: 220px;}

  .lyApplication_list ul li { height: 360px;}

  .lyData ul li { padding: 0 10px;}
  .lyData ul li i { width: 36px; height: 36px;}

  .lyNews_rom .lyNews_img { height: 280px;}
}

@media (max-width:820px) {
  .lyBanner { height: 300px;}

  .lyProCategory_con a.lyProCategory_img { height: 100px;}
  .lyProCategory_con a.lyProCategory_name { font-size: 14px;}

  .lyProducts_swiper .swiper-slide .lyProducts_img { height: 206px;}

  .lyApplication_list ul li { height: 320px;}
  .lyApplication_list ul li .lyApplication_ico { width: 60px; height: 60px; margin: -30px 0 0 -30px;}
  .lyApplication_list ul li .lyApplication_ico img { width: 36px; height: 36px;}
  .lyApplication_list ul li .lyApplication_text { width: calc(100% - 110px); padding-left: 20px;}

}

@media (max-width:767px) {
  .lyBanner { height: 180px;}
  .lyBanner .swiper-pagination { height: 2px; text-align: center; bottom: 12px !important;}
  .lyBanner .swiper-pagination span { width: 24px; height: 2px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next, .lyBanner .lyBa_scroll { display: none;}

  .lyProCategory, .lyProducts, .lyAboutUs, .lyNews { padding: 40px 0;}
  .lyApplication { padding: 40px 0 0;}
  .lyProCategory_list ul li { width: 50%;}

  .lyProducts_swiper { padding-bottom: 64px;}
  .lyProducts_swiper .swiper-slide .lyProducts_img { height: 260px;}

  .lyApplication_list ul { display: block;}
  .lyApplication_list ul li { width: 100%; height: 340px; background-color: #ddd; border-right: 0; border-bottom: 1px solid #fff; float: none;}
  .lyApplication_list ul li:hover, .lyApplication_list ul li.active { width: 100%;}
  .lyApplication_list ul li .lyApplication_text { width: calc(100% - 80px); padding-left: 3%;}
  .lyApplication_list ul li .lyApplication_text p.dec { max-height: 60px; line-height: 20px; font-size: 12px; margin-top: 5px;}
  .lyApplication_list ul li .lyApplication_text a.btn { margin-top: 15px;}
  .lyApplication_list ul li .lyApplication_ico, .lyApplication_list ul li:hover .lyApplication_ico, .lyApplication_list ul li.active .lyApplication_ico { margin: 0; left: inherit; top: inherit; right: 3%; bottom: 80px;}
  .lyApplication_list ul li .lyApplication_text, .lyApplication_list ul li:hover .lyApplication_text, .lyApplication_list ul li.active .lyApplication_text { bottom: 20px;}

  .lyAboutUs_main { display: block; align-items: unset; padding: 20px 0 0;}
  .lyAboutUs_main::before { width: 100%;}
  .lyAboutUs_main .lyAboutUs_text { width: 100%; margin-bottom: 20px; padding: 0 20px;}
  .lyAboutUs_main .lyAboutUs_img { width: 100%; height: 260px;}
  .lyAboutUs_main .lyAboutUs_img::before { display: none;}
  .lyAboutUs_main::after { width: 240px; height: 240px; left: 100px; bottom: 200px;}

  .lyData { padding: 10px 0;}
  .lyData ul li { width: 50%; margin: 20px 0;}
  
  .lyNews_main { display: block; flex-wrap: nowrap;}
  .lyNews_main .lyNews_rom { width: 100%; margin-bottom: 20px; padding-right: 0;}
  .lyNews_rom .lyNews_img { height: 220px;}
  .lyNews_rom .lyNews_img a span { height: 30px; line-height: 30px; font-size: 14px; padding: 0 12px;}
  .lyNews_rom .lyNews_img a span::after { border-left: 10px solid #2a3f76; border-bottom: 15px solid #2a3f76; border-top: 15px solid transparent; border-right: 10px solid transparent; margin-top: -15px;}
  .lyNews_rom .lyNews_text { height: auto;}
  .lyNews_rom .lyNews_text a.lyNews_name { height: auto; line-height: 1.4; white-space: inherit; text-overflow: inherit; margin-bottom: 10px;}
  .lyNews_rom .lyNews_text p { height: auto; max-height: 72px; overflow: hidden; line-height: 24px; white-space: inherit; text-overflow: inherit; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
  .lyNews_main .lyNews_list { width: 100%; padding-left: 0;}
  .lyNews_list ul li { display: block; align-items: unset; height: auto; padding: 15px 20px;}
  .lyNews_list ul li .lyNews_time { display: flex; align-items: center; width: 100%; margin-bottom: 8px;}
  .lyNews_list ul li .lyNews_time p { max-height: 72px; overflow: hidden; line-height: 24px; font-size: 15px; margin-top: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
  .lyNews_list ul li .lyNews_time p::before { content: '-'; display: inline-block; font-size: 15px;}
  .lyNews_list ul li .lyNews_text { width: 100%;}
  .lyNews_list ul li .lyNews_text a.lyNews_name { height: auto; line-height: 1.4; white-space: inherit; text-overflow: inherit; margin-bottom: 10px;}
  .lyNews_list ul li .lyNews_text p { height: auto; max-height: 72px; overflow: hidden; line-height: 24px; white-space: inherit; text-overflow: inherit; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
  .lyNews_list ul li .lyNews_btn { display: none;}

}

@media (max-width:390px) {
  .lyBanner { height: 160px;}

  .lyProCategory_con a.lyProCategory_img { height: 94px;}

  .lyApplication_list ul li { height: 320px;}

  .lyAboutUs_main .lyAboutUs_img { height: 240px;}

  .lyData ul li p { margin: 15px auto 5px;}
  .lyData ul li p em { font-size: 36px;}

  .lyNews_rom .lyNews_img { height: 200px;}
}

@media (max-width:320px) {
  .lyBanner { height: 150px;}

  .lyProCategory_list ul { margin: 0;}
  .lyProCategory_list ul li { width: 100%; padding: 0;}
  .lyProCategory_con a.lyProCategory_img { height: 150px;}
  .lyProCategory_con a.lyProCategory_name { font-size: 18px;}

  .lyProducts_swiper .swiper-slide .lyProducts_img { height: 240px;}

  .lyApplication_list ul li { height: 280px;}

  .lyAboutUs_main .lyAboutUs_img { height: 200px;}
  .lyAboutUs_main .lyAboutUs_img a { border-radius: 0 30px 0 0;}

  .lyData ul li { padding: 0 5px;}

}

