/*lyBanner start*/
.lyBanner { height: 790px; 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 p { line-height: 1.2; color: #fff; font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 56px; font-weight: bold;}
.lyBa_text span { display: block; line-height: 1.6; color: #fff; font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 20px; margin-top: 20px;}
.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: #00793c; border: 2px solid #00793c;}
.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 .lyBa_Control { position: absolute; bottom: 30px; 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, 121, 60, 0); border: 2px solid rgba(255, 255, 255, .45); border-radius: 50%; top: 4px;}
.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: #00793c; border: 2px solid #00793c;}
.lyBa_Control .swiper-button-disabled { opacity: .25 !important;}

.lyBa_Control .swiper-pagination { width: 40%; height: 14px; padding: 5px 0; text-align: left; bottom: 0 !important;}
.lyBa_Control .swiper-pagination span { width: 56px; height: 4px; background-color: #fff; border-radius: 0; margin-right: 16px; opacity: .25; vertical-align: top;}
.lyBa_Control .swiper-pagination span.swiper-pagination-bullet-active { opacity: 1;}

.lyBa_Control .lyBa_Scroll { width: 100px; margin: 0 auto;}
.lyBa_Scroll p { width: 22px; height: 32px; overflow: hidden; margin: 0 auto; border: 2px solid #fff; border-radius: 12px; vertical-align: top;}
.lyBa_Scroll p i { display: block; width: 2px; height: 8px; 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-size: 14px; text-align: center; margin-top: 10px;}
/*lyBanner end*/


.lyTitle { margin-bottom: 40px;}
.lyTitle span { display: block; line-height: 1.3; color: #323232; font-size: 18px; margin-bottom: 9px;}
.lyTitle p { line-height: 1; color: #323232; font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 56px; font-weight: bold;}


/*lyAbout start*/
.lyAbout { overflow: hidden; padding: 100px 0;}
.lyAbout .w1600 { display: flex; align-items: center;}
.lyAbout .lyAb_text { width: 51%; padding-right: 100px;}
.lyAb_text em.lyAb_line { display: block; margin: -10px auto 40px; border-bottom: 1px solid #e8e8e8; position: relative;}
.lyAb_line::before { content: ''; display: block; width: 115px; height: 5px; background-color: #00793c;}
.lyAb_line::after { content: ''; display: block; width: 13px; height: 13px; background-color: #fff; border: 2px solid #ddd; border-radius: 50%; position: absolute; top: -3px; right: 0;}
.lyAb_text .lyAb_ms { line-height: 2; color: #323232; font-size: 16px; word-break: break-all; margin-bottom: 80px;}
.lyAb_ms p { line-height: 2; color: #323232; font-size: 16px; word-break: break-all;}

.lyAbout .lyAb_img { width: 49%; height: 550px;}
.lyAb_img a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #f5f5f5; border-radius: 8px; position: relative;}
.lyAb_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}
/*lyAbout end*/


/*lySolution start*/
.lySolution { overflow: hidden; padding: 100px 0; background: #0f2437;}
.lySolution .w1600 { display: flex; align-items: center;}
.lySolution .lySolu_img { width: 49%; height: 550px;}
.lySolu_img a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, .1); border-radius: 8px; position: relative;}
.lySolu_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}

.lySolution .lySolu_con { width: 51%; padding-left: 80px;}
.lySolution .lyTitle span, .lySolution .lyTitle p { color: #fff; text-align: left;}
.lySolu_con .lySolu_list { position: relative;}
.lySolu_list::before { content: ''; display: block; width: 4px; height: 100%; background-color: #74797c; border-radius: 2px; position: absolute; left: 10px; top: 0;}
.lySolu_list::after { content: ''; display: block; width: 18px; height: 18px; background-color: #0f2437; border: 3px solid #74797c; border-radius: 50%; position: absolute; left: 0; bottom: 0;}
.lySolu_list ul { height: 400px; overflow-x: inherit; overflow-y: scroll; padding-left: 80px;}
.lySolu_list ul li { margin-bottom: 30px; position: relative;}
.lySolu_list ul li.active { margin-bottom: 40px;}
.lySolu_list ul li:last-child { margin-bottom: 0;}
.lySolu_list ul li::before { content: ''; display: block; width: 4px; height: 0; background-color: #00793c; border-radius: 2px; position: absolute; left: -70px; top: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lySolu_list ul li.active::before { height: 100%;}
.lySolu_list ul li a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 24px; white-space: nowrap; text-overflow: ellipsis;}
.lySolu_list ul li.active a, .lySolu_list ul li:hover a { color: #00793c;}
.lySolu_list ul li p { height: 0; overflow: hidden; line-height: 2; color: rgba(255, 255, 255, .65); font-size: 15px; word-break: break-all; margin-top: 0;}
.lySolu_list ul li.active p { height: auto; margin-top: 15px;}
/*lySolution end*/


/*lyWhy start*/
.lyWhy { overflow: hidden; padding: 100px 0; background: url(../images/webp/whyBg.webp) center top no-repeat; position: relative;}
.lyWhy .lyTitle span, .lyWhy .lyTitle p { text-align: center;}
.lyWhy .lyWhy_ms { width: 70%; line-height: 2; color: #323232; font-size: 16px; text-align: center; margin: 0 auto 30px;}

.lyWhy dl { width: 70%; margin: 0 auto 40px; display: flex; align-items: center; justify-content: space-between;}
.lyWhy dl dd { line-height: 2; color: #323232; font-size: 16px;}
.lyWhy dl dd i { display: block; width: 16px; height: 16px; margin: 7px 10px 7px 0; float: left;}

.lyWhy ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -14px;}
.lyWhy ul li { width: 25%; padding: 0 14px;}
.lyWhy ul li .lyWhy_con { height: 100%; overflow: hidden; padding: 40px 50px; background: #fff url(../images/webp/whyListBg.webp) right bottom no-repeat; border-radius: 16px; box-shadow: 0 0 6px rgba(0, 0, 0, .1);}
.lyWhy ul li .lyWhy_con:hover { margin-top: -10px; box-shadow: 0 0 10px rgba(0, 121, 60, .2);}
.lyWhy_con img { display: block; width: 80px;}
.lyWhy_con p { margin: 20px 0; color: #323232;}
.lyWhy_con p em { display: inline-block; line-height: 1; font-size: 56px; vertical-align: middle;}
.lyWhy_con p sub { display: inline-block; line-height: 1; font-size: 48px; margin: 0 0 0 6px; vertical-align: middle;}
.lyWhy_con span { display: block; line-height: 1.6; color: #323232; font-size: 18px; margin-top: 10px;}
/*lyWhy end*/


/*lyService start*/
.lyService { overflow: hidden; padding: 120px 0; position: relative;}
.lyService .lyServ_text { padding-right: 40%; position: relative;}
.lyServ_text p { line-height: 1.2; color: #fff; font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 56px; font-weight: bold;}
.lyServ_text span { display: block; line-height: 1.6; color: #fff; font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 20px; margin: 20px 0 80px;}
/*lyService end*/


/*lyNews start*/
.lyNews { overflow: hidden; padding: 100px 0 60px;}
.lyNews .w1600 { position: relative;}

.lyNews ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -18px;}
.lyNews ul li { width: 33.333333%; margin-bottom: 40px; padding: 0 18px;}
.lyNews ul li a.pic { display: block; height: 380px; overflow: hidden; background-color: #f5f5f5; border-radius: 12px; position: relative;}
.lyNews ul li:hover a.pic img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNews ul li a.pic em { display: block; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; text-align: center; padding: 0 20px; background-color: #00793c; border-radius: 4px; position: absolute; left: 36px; top: 40px;}
.lyNews ul li a.name { display: block; line-height: 1.3; color: #323232; font-size: 25px; font-weight: bold; margin: 20px auto 14px;}
.lyNews ul li:hover a.name { color: #00793c;}
.lyNews ul li p a.more, .lyNews ul li p span.time { display: block; line-height: 2; color: #323232; font-size: 16px;}
.lyNews ul li:hover p a.more { color: #00793c;}

.lyNews a.lyMore { position: absolute; top: 14px; right: 0;}
/*lyNews end*/

@media (max-width:1680px) {
  .lyBanner { height: 700px;}
  .lyBa_text p { font-size: 48px;}
  .lyBa_text span { font-size: 16px;}
  .lyBa_text .lyBa_btn { margin-top: 60px;}
  .lyBa_btn a { width: 200px; height: 50px; line-height: 46px; font-size: 16px;}
  .lyBa_btn a i { width: 16px; height: 16px; margin: -4px 0 0 10px;}
  .lyBa_btn a:hover i { margin: -4px 0 0 20px;}
  .lyBa_Control .swiper-pagination span { width: 48px; height: 3px; margin-right: 12px;}

  .lyAbout, .lySolution, .lyWhy, .lyService { padding: 80px 0;}

  .lyTitle span { font-size: 16px;}
  .lyTitle p { font-size: 48px;}

  .lyAbout .lyAb_text { padding-right: 80px;}
  .lyAb_text .lyAb_ms { font-size: 15px; margin-bottom: 60px;}
  .lyAb_ms p { font-size: 15px;}
  .lyAbout .lyAb_img { height: 500px;}

  .lySolution .lySolu_con { padding-left: 60px;}
  .lySolution .lySolu_img { height: 500px;}    
  .lySolu_list ul { height: 380px; padding-left: 60px;}
  .lySolu_list ul li::before { left: -50px;}
  .lySolu_list ul li a { height: 30px; line-height: 30px; font-size: 22px;}
  .lySolu_list ul li p { font-size: 15px;}
  .lySolu_list ul li.active p { margin-top: 10px;}

  .lyWhy ul li .lyWhy_con { padding: 40px;}
  .lyWhy .lyWhy_ms, .lyWhy dl dd { font-size: 15px;}
  .lyWhy_con p em { font-size: 48px;}
  .lyWhy_con p sub { font-size: 40px;}
  .lyWhy_con span { font-size: 16px;}  

  .lyServ_text p { font-size: 48px;}
  .lyServ_text span { font-size: 16px; margin: 20px 0 60px;}

  .lyNews { padding: 80px 0 40px;}
  .lyNews ul li a.pic { height: 360px;}
  .lyNews ul li a.pic em { height: 40px; line-height: 40px; font-size: 14px; padding: 0 15px; left: 30px; top: 30px;}
  .lyNews ul li a.name { font-size: 22px;}
  .lyNews ul li p a.more, .lyNews ul li p span.time { font-size: 15px;}
  
}

@media (max-width:1600px) {
  .lyBanner { height: 660px;}
}

@media (max-width:1560px) {
  .lyBanner { height: 650px;}
  .lyBa_text p, .lyTitle p, .lyServ_text p { font-size: 44px;}
  .lyBa_text span, .lyTitle span, .lyServ_text span { font-size: 15px;}
  .lyBa_text .lyBa_btn { margin-top: 40px;}

  .lyAb_line::before { width: 100px; height: 4px;}

  .lyNews ul li a.pic { height: 340px;}
  .lyNews a.lyMore { top: 11px;}

}

@media (max-width:1440px) {
  .lyBanner { height: 600px;}
  .lyBa_text p, .lyTitle p, .lyServ_text p { font-size: 40px;}
  .lyBa_text span, .lyTitle span, .lyServ_text span { font-size: 14px;}
  .lyBa_btn a { width: 160px; height: 44px; line-height: 40px; font-size: 14px;}
  .lyBa_btn a i { width: 14px; height: 14px; margin: -2px 0 0 10px;}
  .lyBa_btn a:hover i { margin: -2px 0 0 20px;}
  
  .lyTitle { margin-bottom: 30px;}

  .lyAbout, .lySolution, .lyWhy, .lyService { padding: 60px 0;}
  .lyAbout .lyAb_text { padding-right: 40px;}
  .lyAb_text em.lyAb_line { margin: -10px 0 30px;}
  .lyAb_text .lyAb_ms { font-size: 14px; margin-bottom: 30px;}
  .lyAb_ms p { font-size: 14px;}
  .lyAbout .lyAb_img { height: 440px;}  

  .lySolution .lySolu_img { height: 450px;}
  .lySolution .lySolu_con { padding-left: 40px;}
  .lySolu_list::after { width: 13px; height: 13px;}
  .lySolu_list::before { width: 3px; left: 8px;}
  .lySolu_list ul { height: 360px; padding-left: 40px;}
  .lySolu_list ul li::before { width: 3px; left: -32px;}
  .lySolu_list ul li { margin-bottom: 20px;}
  .lySolu_list ul li.active { margin-bottom: 30px;}
  .lySolu_list ul li a { font-size: 20px;}
  .lySolu_list ul li p { font-size: 14px;}

  .lyWhy .lyWhy_ms, .lyWhy dl { width: 80%;}
  .lyWhy .lyWhy_ms, .lyWhy dl dd { font-size: 14px;}
  .lyWhy ul li .lyWhy_con { padding: 30px;}
  .lyWhy_con img { width: 70px;}
  .lyWhy_con p { margin: 15px 0;}
  .lyWhy_con p em { font-size: 40px;}
  .lyWhy_con p sub { font-size: 32px;}
  .lyWhy_con span { line-height: 1.4; font-size: 15px;}

  .lyServ_text span { margin: 15px 0 40px;}

  .lyNews { padding: 60px 0 30px;}
  .lyNews ul { margin: 0 -15px;}
  .lyNews ul li { margin-bottom: 30px; padding: 0 15px;}
  .lyNews ul li a.pic { height: 320px;}
  .lyNews ul li a.name { font-size: 20px; margin: 15px auto 10px;}
  .lyNews ul li p a.more, .lyNews ul li p span.time { font-size: 14px;}
  .lyNews a.lyMore { top: 12px;}
}

@media (max-width:1366px) {
  .lyBanner { height: 564px;}
  .lyNews ul li a.pic { height: 300px;}
}

@media (max-width:1280px) {
  .lyBanner { height: 530px;}
  .lyBa_text p, .lyTitle p, .lyServ_text p { font-size: 32px;}
  .lyBa_text span { margin-top: 15px;}
  .lyBa_text .lyBa_btn { margin-top: 30px;}
  .lyBanner .lyBa_Control { bottom: 20px;}

  .lyAbout .lyAb_img, .lySolution .lySolu_img { height: 420px;}
  .lySolu_list ul { height: 320px;}

  .lyNews ul li a.pic { height: 260px;}
  .lyNews ul li a.pic em { height: 32px; line-height: 32px; padding: 0 10px; top: 20px; left: 20px;}
  .lyNews ul li a.name { font-size: 18px;}
  
}

@media (max-width:1200px) {
  .lyBanner { height: 500px;}

  .lyNews ul li a.pic { height: 240px;}
}

@media (max-width:1080px) {
  .lyBanner { height: 450px;}
  .lyBa_text p, .lyTitle p, .lyServ_text p { font-size: 30px;}
  .lyBa_btn a { border-radius: 4px;}
  .lyBa_Control .swiper-pagination { height: 3px; padding: 0;}
  .lyBa_Control .swiper-pagination span { width: 36px;}
  .lyBa_Control .swiper-button-prev, .lyBa_Control .swiper-button-next { width: 44px; height: 44px; padding: 10px; top: inherit; bottom: 0;}
  .lyBa_Control .swiper-button-prev { right: 64px;}
  .lyBa_Scroll span { font-size: 12px;}

  .lyAbout .lyAb_text { padding-right: 30px;}

  .lySolution .lySolu_con { padding-left: 30px;}

  .lyWhy ul { margin: 0 -10px;}
  .lyWhy ul li { padding: 0 10px;}
  .lyWhy ul li .lyWhy_con { padding: 20px; border-radius: 8px;}
  .lyWhy_con img { width: 60px;}
  .lyWhy_con p em { font-size: 36px;}
  .lyWhy_con p sub { font-size: 24px;}
  .lyWhy_con span { font-size: 14px;}

  .lyNews ul { margin: 0 -10px;}
  .lyNews ul li { padding: 0 10px;}
  .lyNews ul li a.pic { border-radius: 8px;}
}

@media (max-width:1024px) {
  .lyBanner { height: 424px;}

  .lyAb_text em.lyAb_line { margin: -10px 0 20px;}
  .lyAb_text .lyAb_ms { margin-bottom: 20px;}

  .lyNews ul li a.pic { height: 220px;}
}

@media (max-width:920px) {
  .lyBanner { height: 380px;}
  .lyTitle { margin-bottom: 20px;}
  .lyAbout, .lySolution, .lyWhy, .lyService { padding: 40px 0;}
  .lyAbout .lyAb_img, .lySolution .lySolu_img { height: 400px;}
  .lyAb_ms p, .lySolu_list ul li p, .lyWhy .lyWhy_ms { line-height: 1.8;}
  .lySolu_list ul li { margin-bottom: 10px;}
  .lySolu_list ul li.active { margin-bottom: 20px;}
  .lySolu_list ul li a { font-size: 18px;}  
  .lyWhy .lyWhy_ms, .lyWhy dl { width: 90%; margin-bottom: 20px;}  

  .lyServ_text span { margin: 10px 0 20px;}

  .lyNews { padding: 40px 0 20px;}
  .lyNews ul li { margin-bottom: 20px;}
  .lyNews ul li a.pic { height: 200px;}
  .lyNews ul li a.name { font-size: 16px;}
}

@media (max-width:820px) {
  .lyBanner { height: 340px;}
  .lyBa_text p, .lyTitle p, .lyServ_text p { font-size: 28px;}
  .lyBa_text .lyBa_btn { margin-top: 20px;}
  .lyBa_btn a { width: 140px;}
  .lyBa_Control .swiper-pagination span { width: 30px; margin-right: 10px;}
  .lyBa_Control .lyBa_Scroll { display: none;}

  .lyAbout .lyAb_text { padding-right: 20px;}
  .lyAb_line::before { height: 3px;}
  .lyAb_line::after { width: 10px; height: 10px;}

  .lySolution .lySolu_con { padding-left: 20px;}

  .lyNews ul li a.pic { height: 180px;}
}

@media (max-width:767px) {
  .lyBanner { height: 240px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 20%;}
  .lyBa_text p { font-size: 18px;}
  .lyBa_text span { font-size: 12px; margin-top: 10px;}
  .lyBa_text .lyBa_btn { display: none;}
  .lyBa_Control .swiper-pagination span { width: 20px;}
  .lyBa_Control .swiper-button-prev, .lyBa_Control .swiper-button-next { display: none;}

  .lyAbout .w1600, .lySolution .w1600 { display: block; align-items: inherit;}
  .lyAbout .lyAb_text { width: 100%; margin-bottom: 20px; padding: 0;}
  .lyAbout .lyAb_img, .lySolution .lySolu_img { width: 100%; height: 240px;}
  .lySolution .lySolu_con { width: 100%; margin-top: 20px; padding: 0;}
  .lySolu_list ul { padding-left: 30px;}
  .lySolu_list ul li::before { left: -22px;}

  .lyWhy .lyWhy_ms, .lyWhy dl { width: 100%;}
  .lyWhy dl { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px;}
  .lyWhy dl dd { width: 50%; line-height: 1.4; margin-bottom: 10px; padding: 0 10px;}
  .lyWhy dl dd i { margin: 2px 10px 2px 0;}
  .lyWhy ul li { width: 50%; margin-top: 20px;}

  .lyService .lyServ_text { padding-right: 20%;}
  .lyServ_text p { font-size: 24px;}
  .lyServ_text span { font-size: 12px;}

  .lyNews ul li { width: 50%;}
  .lyNews ul li a.pic { height: 140px;}
  .lyNews ul li a.pic em { height: 28px; line-height: 28px; font-size: 12px; top: 10px; left: 10px;}

}

@media (max-width:390px) {
  .lyBanner, .lyAbout .lyAb_img, .lySolution .lySolu_img { height: 220px;}
  .lyWhy ul { margin: 0;}
  .lyWhy ul li { width: 100%; padding: 0;}
  .lyWhy_con img { margin: 0 auto;}
  .lyWhy_con p, .lyWhy_con span { text-align: center;}
  .lyWhy_con p { margin: 10px auto;}

  .lyNews a.lyMore { top: 6px;}
  .lyNews ul { margin: 0;}
  .lyNews ul li { width: 100%; padding: 0;}
  .lyNews ul li a.pic { height: 220px;}
  .lyNews ul li a.name { font-size: 18px;}
}

@media (max-width:320px) {
  .lyBanner, .lyAbout .lyAb_img, .lySolution .lySolu_img { height: 200px;}
  .lyBanner .swiper-slide .lyBa_text { padding: 0;}
  .lyTitle p, .lyServ_text p { font-size: 24px;}
  .lyAbout, .lySolution, .lyWhy, .lyService { padding: 20px 0;}
  .lyWhy dl { margin: 0;}
  .lyWhy dl dd { width: 100%; padding: 0;}

  .lyService { padding: 20px 0;}
  .lyService .lyServ_text { padding: 0;}
  .lyServ_text p { font-size: 18px;}
  .lyServ_text span { margin: 10px 0;}

  .lyNews { padding: 20px 0;}
  .lyNews ul li a.pic { height: 200px;}
  .lyNews a.lyMore { position: inherit; top: inherit; right: inherit;}
}
