  /*lyBanner start*/
.lyBanner { height: 900px; 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 img { -moz-transform:scale(1.05,1.5);-webkit-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);transform:scale(1.05,1.05);-webkit-transition: all 2s ease-in;-moz-transition: all 2s ease-in;-o-transition: all 2s ease-in;-ms-transition: all 2s ease-in;transition: all 2s ease-in; -webkit-transition: all 2s ease-in-out;}
.lyBanner .swiper-slide.swiper-slide-active img { -moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}

.lyBanner .swiper-slide .lyBa_text { padding-right: 30%; position: absolute; left: 50%; top: 50%; z-index: 1; 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: #222; font-size: 64px; padding-left: 54px; position: relative;}
.lyBa_text p::before { content: ''; display: block; width: 24px; height: 24px; background-color: #6bc4ea; border-radius: 50%; position: absolute; left: 12px; top: 32px;}
.lyBa_text p::after { content: ''; display: block; width: 22px; height: 22px; border: 4px solid #0032a0; border-radius: 50%; position: absolute; left: 0; top: 22px;}
.lyBa_text span { display: block; line-height: 1.4; color: #555; font-size: 28px; margin-top: 20px;}
.lyBa_text .lyMore { margin-top: 80px;}

.lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 60px; height: 60px; margin-top: -30px; padding: 18px; background: rgba(0, 0, 0, .2); border-radius: 50%; top: 50%;}
.lyBanner .swiper-button-prev { left: 30px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyBanner .swiper-button-next { right: 30px;}
.lyBanner .swiper-button-prev:hover, .lyBanner .swiper-button-next:hover { background: #0032a0;}
.lyBanner .swiper-button-disabled { opacity: .25 !important;}

.lyBanner .swiper-pagination { width: 100%; height: 8px; bottom: 170px !important;}
.lyBanner .swiper-pagination span { width: 8px; height: 8px; background-color: rgba(0, 0, 0, .2); border-radius: 4px; margin: 0 4px; opacity: 1; vertical-align: top;}
.lyBanner .swiper-pagination span.swiper-pagination-bullet-active { width: 32px; background-color: #0032a0;}
/*lyBanner end*/


/*lyAbout start*/
.lyAbout { background: url(/Skins/347685/images/aboutBg.jpg) center top no-repeat; background-size: cover; position: relative;}
.lyAbout_main { display: flex; align-items: center; padding: 60px; background-color: #fff; border-radius: 16px; position: relative; top: -140px; z-index: 1;}
.lyAbout_main::before { content: ''; display: block; width: calc(100% - 20px); height: 100%; border: 12px solid rgba(255, 255, 255, .2); border-radius: 16px; position: absolute; right: -40px; bottom: -40px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.lyAbout_main .lyAbout_text { width: 50%; position: relative; z-index: 1;}
.lyAbout_con { max-height: 112px; overflow: hidden; line-height: 28px; color: #555; font-size: 16px; margin: -40px 0 40px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.lyAbout_data { width: 100%; margin-bottom: 40px;}
.lyAbout_data ul { display: flex; align-items: center; justify-content: space-between;}
.lyAbout_data ul li p { height: 40px; line-height: 40px; color: #0032a0; font-size: 16px;}
.lyAbout_data ul li p em { display: inline-block; line-height: 40px; color: #0032a0; font-family: "AlimamaShuHeiTi-Bold"; font-size: 48px; vertical-align: middle; margin-right: 10px;}
.lyAbout_data ul li p sup { display: inline-block; line-height: 1; color: #0032a0; font-size: 18px; margin-left: 5px;}
.lyAbout_data ul li span { display: block; line-height: 28px; color: #555; font-size: 16px; margin-top: 10px;}

.lyAbout_btn .lyMore { margin-right: 20px; float: left;}
.lyAbout_btn .lyMore1 { margin-right: 0;}
.lyAbout_main .lyAbout_img { width: 50%; padding-left: 60px; position: relative; z-index: 1;}
.lyAbout_img a { display: block; width: 100%; height: 434px; overflow: hidden; border-radius: 16px; position: relative;}
.lyAbout_img a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyAbout_menu { padding: 0 0 120px;}
.lyAbout_title { margin-bottom: 60px;}
.lyAbout_title p { line-height: 40px; color: #fff; font-size: 36px; text-align: center;}
.lyAbout_title::after { content: ''; display: block; width: 36px; height: 3px; background-color: #6bc4ea; margin: 20px auto 0;}
.lyAbout_menu dl { display: flex; justify-content: space-between;}
.lyAbout_menu dl dd a i { display: block; width: 180px; height: 180px; overflow: hidden; margin: 0 auto 20px; padding: 50px; background-color: rgba(255, 255, 255, 0); border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%;}
.lyAbout_menu dl dd a span { display: block; line-height: 28px; color: #fff; font-size: 18px; text-align: center;}
.lyAbout_menu dl dd a:hover i { background-color: #fff;}
.lyAbout_menu dl dd a:hover i svg path { fill: #0032a0;}

.lyAbout::after { content: ''; display: block; width: 330px; height: 30px; background: url(/Skins/347685/images/xs01.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: 50%; top: 100%; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
/*lyAbout end*/


/*lyProducts start*/
.lyProducts { padding: 120px 0; background-color: #eef1f8; position: relative;}
.lyPro_swiper { padding-bottom: 100px; position: relative;}
/*
.lyPro_swiper .swiper-slide { overflow: hidden; padding: 30px; background-color: #fff; border-top: 5px solid #0032a0; border-radius: 8px; position: relative;}
.lyPro_swiper .swiper-slide::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 50, 160, .9); position: absolute; left: 0; top: 100%; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_swiper .swiper-slide:hover::before { top: 0;}
.lyPro_swiper .swiper-slide span.lyPro_model { display: inline-block; max-width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; background-color: #6bc4ea; border-radius: 4px; padding: 0 10px; position: relative; z-index: 2;}
.lyPro_swiper .swiper-slide a.lyPro_name { display: block; height: 64px; overflow: hidden; line-height: 32px; color: #222; font-size: 22px; margin: 10px 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; position: relative; z-index: 2;}
.lyPro_swiper .swiper-slide:hover a.lyPro_name { color: #fff;}
.lyPro_swiper .swiper-slide a.lyPro_img { display: block; width: 100%; height: 260px; overflow: hidden; position: relative;}
.lyPro_swiper .swiper-slide:hover a.lyPro_img img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyPro_swiper .swiper-slide .lyMore { position: absolute; left: 30px; bottom: -100%; z-index: 2;}
.lyPro_swiper .swiper-slide:hover .lyMore { bottom: 60px;}
.lyPro_swiper .swiper-slide:hover .lyMore a:hover { background-color: #fff;}
.lyPro_swiper .swiper-slide:hover .lyMore a:hover i svg path { fill: #fff;}*/

.nyProducts_con { overflow: hidden; padding: 30px; background-color: #fff; border-top: 5px solid #0032a0; border-radius: 8px; position: relative;}
.nyProducts_con::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 50, 160, .9); position: absolute; left: 0; top: 100%; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProducts_con:hover::before { top: 0;}
.nyProducts_con span.nyPro_model { display: inline-block; max-width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; background-color: #6bc4ea; border-radius: 4px; padding: 0 10px; position: relative; z-index: 2;}
.nyProducts_con a.nyPro_name { display: block; height: 64px; overflow: hidden; line-height: 32px; color: #222; font-size: 22px; margin: 10px 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; position: relative; z-index: 2;}
.nyProducts_con:hover a.nyPro_name { color: #fff;}
.nyProducts_con a.nyPro_img { display: block; width: 100%; height: 260px; overflow: hidden; position: relative;}
.nyProducts_con:hover a.nyPro_img img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyProducts_con .lyMore { position: absolute; left: 30px; bottom: -100%; z-index: 2;}
.nyProducts_con:hover .lyMore { bottom: 60px;}
.nyProducts_con:hover .lyMore a:hover { background-color: #fff;}
.nyProducts_con:hover .lyMore a:hover i svg path { fill: #fff;}

.lyPro_swiper .swiper-button-prev, .lyPro_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: 0; padding: 15px; background: #6bc4ea; border-radius: 50%; top: inherit; bottom: 0;}
.lyPro_swiper .swiper-button-prev { left: inherit; right: calc(50% + 16px); transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.lyPro_swiper .swiper-button-next { right: inherit; left: calc(50% + 16px);}
.lyPro_swiper .swiper-button-prev:hover, .lyPro_swiper .swiper-button-next:hover { background: #0032a0;}
.lyPro_swiper .swiper-button-disabled { opacity: .25 !important;}

.lyProducts::after { content: ''; display: block; width: 330px; height: 30px; background: url(/Skins/347685/images/xs02.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: 50%; top: 100%; z-index: 1; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
/*lyProducts end*/


/*lyNews start*/
.lyNews { overflow: hidden; padding: 120px 0;}
.lyNews .w1500 { position: relative;}
.lyNews_tab { text-align: right; position: absolute; top: 38px; right: 0;}
.lyNews_tab ul li { display: inline-block; vertical-align: top; height: 44px; overflow: hidden; line-height: 44px; color: #222; font-size: 18px; padding: 0 24px; background-color: #eef1f8; border-radius: 22px; cursor: pointer;}
.lyNews_tab ul li:first-child { margin-right: 20px;}
.lyNews_tab ul li:hover, .lyNews_tab ul li.active { color: #fff; background-color: #0032a0;}

.lyNews_list dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px -20px;}
.lyNews_list dl dd { width: 50%; margin-bottom: 20px; padding: 0 10px;}
.lyNews_list dl dd .lyNews_con { display: flex; align-items: center; min-height: 100%; overflow: hidden; background-color: #eef1f8; border-radius: 8px;}
.lyNews_list dl dd .lyNews_con:hover { background-color: #0032a0;}
.lyNews_con .lyNews_time { width: 160px; height: auto; padding: 0 40px;}
.lyNews_con .lyNews_time i { display: block; width: 24px; height: 24px; overflow: hidden; margin: 0 auto;}
.lyNews_con:hover .lyNews_time i svg path { fill: #fff;}
.lyNews_con .lyNews_time span { display: block; line-height: 24px; color: #777; font-size: 16px; text-align: center; margin: 20px 0 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd;}
.lyNews_con .lyNews_time p { line-height: 50px; color: #777; font-size: 48px; font-weight: bold; text-align: center;}
.lyNews_con:hover .lyNews_time span { color: #fff; border-bottom: 1px solid #fff;}
.lyNews_con:hover .lyNews_time p { color: #fff;}

.lyNews_con .lyNews_text { width: calc(100% - 160px); padding: 40px; border-left: 1px solid #ddd;}
.lyNews_con:hover .lyNews_text { border-left: 1px solid rgba(255, 255, 255, .15);}
.lyNews_con .lyNews_text a.name { display: block; max-height: 60px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNews_con:hover .lyNews_text a.name { color: #fff;}
.lyNews_con .lyNews_text p.dec { max-height: 56px; overflow: hidden; line-height: 28px; color: #777; font-size: 16px; margin-top: 20px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.lyNews_con:hover .lyNews_text p.dec { color: #fff;}

.lyNews_con .lyNews_text a.btn { display: inline-block; vertical-align: top; height: 40px; line-height: 40px; color: #777; font-size: 16px; margin-top: 40px;}
.lyNews_con .lyNews_text a.btn i { display: inline-block; width: 28px; height: 28px; overflow: hidden; padding: 7px; background-color: #ddd; border-radius: 50%; vertical-align: middle; margin: -2px 0 0 10px;}
.lyNews_con:hover .lyNews_text a.btn { color: #fff;}
.lyNews_con:hover .lyNews_text a.btn i { background-color: #6bc4ea; margin: -2px 0 0 20px;}
/*lyNews end*/


@media (max-width:1680px) {
  .lyBanner { height: 800px;}
  .lyBa_text p { font-size: 48px;}
  .lyBa_text p::after { width: 18px; height: 18px; border: 3px solid #0032a0; top: 17px;}
  .lyBa_text p::before { width: 22px; height: 22px; left: 8px; top: 24px;}
  .lyBa_text span { font-size: 24px;}
  .lyBa_text .lyMore { margin-top: 50px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { width: 54px; height: 54px; margin-top: -27px; padding: 15px;}
  .lyBanner .swiper-pagination { bottom: 150px !important;}

  .lyAbout_main { padding: 50px; border-radius: 12px; top: -120px;}
  .lyAbout_main::before { border: 8px solid rgba(255, 255, 255, .2); border-radius: 12px; right: -30px; bottom: -30px;}
  .lyAbout_con { max-height: 108px; line-height: 27px; font-size: 15px; margin: -20px 0 30px;}
  .lyAbout_data ul li p { font-size: 15px;}
  .lyAbout_data ul li p em { font-size: 44px;}
  .lyAbout_data ul li span { line-height: 25px; font-size: 15px;}  
  .lyAbout_data ul li p sup { font-size: 16px;}
  .lyAbout_main .lyAbout_img { padding-left: 50px;}
  .lyAbout_img a { height: 403px; border-radius: 12px;}
  
  .lyAbout_menu { margin-top: -20px; padding: 0 0 100px;}
  .lyAbout_title { margin-bottom: 50px;}
  .lyAbout_title p { font-size: 32px;}
  .lyAbout_menu dl dd a i { width: 160px; height: 160px;}
  .lyAbout::after, .lyProducts::after { width: 280px; height: 20px;}

  .lyProducts, .lyNews { padding: 100px 0;}
  .lyPro_swiper { padding-bottom: 90px;}
  /*
  .lyPro_swiper .swiper-slide { padding: 24px; border-top: 4px solid #0032a0;}
  .lyPro_swiper .swiper-slide span.lyPro_model { font-size: 14px;}
  .lyPro_swiper .swiper-slide a.lyPro_name { height: 60px; line-height: 30px; font-size: 20px;}
  .lyPro_swiper .swiper-slide a.lyPro_img { height: 240px;}*/
  
  .nyProducts_con { padding: 24px; border-top: 4px solid #0032a0;}
  .nyProducts_con span.nyPro_model { font-size: 14px;}
  .nyProducts_con a.nyPro_name { height: 60px; line-height: 30px; font-size: 20px;}
  .nyProducts_con a.nyPro_img { height: 240px;}
  .lyPro_swiper .swiper-button-prev { right: calc(50% + 12px);}
  .lyPro_swiper .swiper-button-next { left: calc(50% + 12px);}

  .lyNews_tab { top: 28px;}  
  .lyNews_con .lyNews_time { padding: 0 30px;}
  .lyNews_con .lyNews_text { padding: 30px;}
  .lyNews_con .lyNews_text p.dec { margin-top: 15px;}
  .lyNews_con .lyNews_text a.btn { margin-top: 30px;}
  

}

@media (max-width:1600px) {
  .lyBanner { height: 760px;}
  
}

@media (max-width:1560px) {
  .lyBanner { height: 740px;}
  .lyBa_text p { font-size: 44px; padding-left: 48px;}
  .lyBa_text p::before { width: 20px; height: 20px; left: 6px; top: 22px;}
  .lyBa_text p::after { width: 16px; height: 16px; top: 15px;}
  .lyBa_text span { font-size: 22px;}
  .lyBanner .swiper-pagination { bottom: 120px !important;}

  .lyAbout_main { padding: 40px; top: -100px;}
  .lyAbout_con { margin: -20px 0 30px;}
  .lyAbout_main .lyAbout_img { padding-left: 40px;}

  .lyAbout_menu { margin-top: 0; padding: 0 0 80px;}
  .lyAbout_title { margin-bottom: 40px;}
  .lyAbout_title p { font-size: 30px;}
  .lyAbout_title::after { margin: 15px auto 0;}
  .lyAbout_menu dl dd a i { width: 140px; height: 140px; padding: 40px;}
  .lyAbout_menu dl dd a span { line-height: 26px; font-size: 16px;}

  .lyProducts, .lyNews { padding: 80px 0;}
  .lyPro_swiper { padding-bottom: 80px;}  
  /*
  .lyPro_swiper .swiper-slide { padding: 20px;}
  .lyPro_swiper .swiper-slide a.lyPro_name { height: 56px; line-height: 28px; font-size: 18px;}
  .lyPro_swiper .swiper-slide a.lyPro_img { height: 220px;}*/
  .nyProducts_con { padding: 20px;}
  .nyProducts_con a.nyPro_name { height: 56px; line-height: 28px; font-size: 18px;}
  .nyProducts_con a.nyPro_img { height: 220px;}  
  .lyPro_swiper .swiper-button-prev, .lyPro_swiper .swiper-button-next { width: 44px; height: 44px;}
  .lyPro_swiper .swiper-button-prev { right: calc(50% + 10px);}
  .lyPro_swiper .swiper-button-next { left: calc(50% + 10px);}

  .lyNews_tab { top: 20px;}  
  .lyNews_con .lyNews_time { width: 140px;}
  .lyNews_con .lyNews_time span { line-height: 22px; font-size: 14px;}
  .lyNews_con .lyNews_time p { line-height: 40px; font-size: 44px;}
  .lyNews_con .lyNews_text { width: calc(100% - 140px);}
  .lyNews_con .lyNews_text p.dec { max-height: 50px; line-height: 25px; font-size: 15px;}
  .lyNews_con .lyNews_text a.btn { height: 35px; line-height: 35px; font-size: 15px;}
  .lyNews_con .lyNews_text a.btn i { width: 25px; height: 25px; padding: 8px;}

}

@media (max-width:1440px) {
  .lyBanner { height: 680px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 40%;}
  .lyBa_text p { font-size: 40px; padding-left: 40px;}
  .lyBa_text p::after { width: 14px; height: 14px; top: 14px;}
  .lyBa_text p::before { width: 18px; height: 18px; left: 6px; top: 20px;}
  .lyBa_text .lyMore { margin-top: 40px;}
  .lyBanner .swiper-button-prev, .lyBanner .swiper-button-next { display: none;}
  
  .lyNews_list ul { margin: 0 -15px 10px;}
  .lyNews_list dl dd { margin-bottom: 30px; padding: 0 15px;}
  .lyNews_con { border-radius: 12px;}
}

@media (max-width:1366px) {
  .lyBanner { height: 640px;}
  .lyBanner .swiper-pagination { bottom: 100px !important;}

  .lyAbout_main { top: -80px;}
  .lyAbout_title p { font-size: 28px;}
  .lyAbout_menu dl { padding: 0 80px;}
}

@media (max-width:1280px) {
  .lyBanner { height: 600px;}
  .lyBa_text p { font-size: 36px;}
  .lyBa_text p::before { width: 14px; height: 14px; left: 6px; top: 18px;}
  .lyBa_text p::after { width: 12px; height: 12px; border: 2px solid #0032a0; top: 14px;}
  .lyBa_text span { font-size: 20px; margin-top: 15px;}
  .lyBa_text .lyMore { margin-top: 30px;}
  .lyBanner .swiper-pagination { bottom: 80px !important;}

  .lyAbout_main { top: -60px;}
  .lyAbout_main::before { border: 6px solid rgba(255, 255, 255, .2); border-radius: 12px; right: -20px; bottom: -20px;}
  .lyAbout_img a { height: 380px;}
  .lyAbout_menu { padding-bottom: 60px;}
  .lyAbout_menu dl dd a i { width: 130px; height: 130px;}

  .lyProducts, .lyNews { padding: 60px 0;}
  /*.lyPro_swiper .swiper-slide a.lyPro_img { height: 200px;}*/
  .nyProducts_con a.nyPro_img { height: 200px;}  

  .lyNews_tab { top: 16px;}
  .lyNews_tab ul li { font-size: 16px;}
  .lyNews_con { border-radius: 10px;}
  .lyNews_con .lyNews_text a.name { max-height: 52px; line-height: 26px; font-size: 16px;}
  .lyNews_con .lyNews_text p.dec { max-height: 48px; line-height: 24px; font-size: 14px; margin-top: 12px;}
  .lyNews_con .lyNews_text a.btn { height: 32px; line-height: 32px; font-size: 14px; margin-top: 24px;}
}

@media (max-width:1200px) {
  .lyBanner { height: 570px;}
  .lyBa_text p { font-size: 32px; padding-left: 32px;}
  .lyBa_text p::after { top: 11px;}
  .lyBa_text p::before { top: 16px;}
  .lyBa_text span { font-size: 18px;}
  .lyBanner .swiper-pagination { height: 6px;}
  .lyBanner .swiper-pagination span { width: 6px; height: 6px;}
  .lyBanner .swiper-pagination span.swiper-pagination-bullet-active { width: 24px;}

  .lyAbout_title p { line-height: 32px; font-size: 24px;}
  .lyAbout_title::after { width: 32px; height: 2px; margin: 12px auto 0;}
  .lyAbout_menu dl { padding: 0 60px;}
  .lyAbout_menu dl dd a i { width: 120px; height: 120px; padding: 38px;}
  .lyAbout_data ul li p em { font-size: 40px; margin-right: 8px;}
  .lyAbout_data ul li p, .lyAbout_data ul li p sup { font-size: 14px;}
  .lyAbout_data ul li p sup { margin-left: 3px;}
  .lyAbout_data ul li span { line-height: 22px; font-size: 14px;}

  /*.lyPro_swiper .swiper-slide a.lyPro_img { height: 180px;}*/
  .nyProducts_con a.nyPro_img { height: 180px;}


}

@media (max-width:1080px) {
  .lyBanner { height: 500px;}

  .lyAbout_main { padding: 30px;}
  .lyAbout_con { margin: -20px 0 24px;}
  .lyAbout_data { margin-bottom: 30px;}
  .lyAbout_main .lyAbout_img { padding-left: 30px;}
  .lyAbout_img a { height: 350px;}
  .lyAbout_main::before { width: 100%; border: 4px solid rgba(255, 255, 255, .2); border-radius: 12px; right: -15px; bottom: -15px;}
  .lyAbout_menu dl { padding: 0 50px;}

  /*.lyPro_swiper .swiper-slide a.lyPro_img { height: 200px;}*/
  .nyProducts_con a.nyPro_img { height: 200px;}
  
  .lyNews_list dl { margin: 0 -10px 10px;}
  .lyNews_list dl dd { margin-bottom: 20px; padding: 0 10px;}
  .lyNews_con .lyNews_time { width: 120px; padding: 0 20px;}
  .lyNews_con .lyNews_time span { margin: 16px 0 8px; padding-bottom: 8px;}
  .lyNews_con .lyNews_time p { line-height: 36px; font-size: 40px;}
  .lyNews_con .lyNews_text { width: calc(100% - 120px); padding: 20px;}
  .lyNews_con .lyNews_text a.btn { margin-top: 16px;}

}

@media (max-width:1024px) {
  .lyBanner { height: 480px;}

}

@media (max-width:920px) {
  .lyBanner { height: 420px; margin-top: 70px;}
  .lyBa_text p { font-size: 28px; padding-left: 30px;}
  .lyBa_text p::before {    width: 12px; height: 12px; left: 5px; top: 15px;}
  .lyBa_text p::after { width: 10px; height: 10px; top: 10px;}  
  .lyBa_text span { font-size: 16px;}
  .lyBa_text .lyMore { margin-top: 20px;}
  .lyBanner .swiper-pagination { bottom: 20px !important;}

  .lyAbout { padding-top: 60px;}
  .lyAbout_main { margin-bottom: 60px; top: inherit;}
  .lyAbout_con { max-height: 96px; line-height: 24px; font-size: 14px; margin: -10px 0 20px;}
  .lyAbout_data { margin-bottom: 24px;}
  .lyAbout_data ul li p { height: 32px; line-height: 32px;}
  .lyAbout_data ul li p em { line-height: 32px; font-size: 34px; margin-right: 6px;}
  .lyAbout_data ul li p, .lyAbout_data ul li p sup { font-size: 12px;}
  .lyAbout_data ul li span { line-height: 20px; font-size: 12px; margin-top: 4px;}
  .lyAbout_img a { height: 300px;}

  .lyAbout_title { margin-bottom: 30px;}
  .lyAbout_title p { line-height: 30px; font-size: 22px;}
  .lyAbout_menu dl { padding: 0 40px;}
  .lyAbout_menu dl dd a i { width: 100px; height: 100px; padding: 30px;}

  .lyPro_swiper { padding-bottom: 60px;}
  /*
  .lyPro_swiper .swiper-slide a.lyPro_name { height: 52px; line-height: 26px; font-size: 16px;}
  .lyPro_swiper .swiper-slide a.lyPro_img { height: 180px;}*/
  .nyProducts_con a.nyPro_name { height: 52px; line-height: 26px; font-size: 16px;}
  .nyProducts_con a.nyPro_img { height: 180px;}
  .lyPro_swiper .swiper-button-prev, .lyPro_swiper .swiper-button-next { width: 40px; height: 40px;}

  .lyNews_tab { top: 4px;}
  .lyNews_tab ul li { height: 40px; line-height: 40px;}
  .lyNews_tab ul li:first-child { margin-right: 16px;}
  .lyNews_con .lyNews_time { width: 110px;}
  .lyNews_con .lyNews_text { width: calc(100% - 110px);}
}

@media (max-width:820px) {
  .lyBanner { height: 360px;}

  .lyAbout_data ul li p { height: 30px; line-height: 30px;}
  .lyAbout_data ul li p em { line-height: 30px; font-size: 30px;}
  .lyAbout_menu dl { padding: 0 30px;}

  /*.lyPro_swiper .swiper-slide a.lyPro_img { height: 160px;}*/
  .nyProducts_con a.nyPro_img { height: 160px;}

}

@media (max-width:767px) {
  .lyBanner { height: 220px; margin-top: 64px;}
  .lyBanner .swiper-slide .lyBa_text { padding-right: 36%;}
  .lyBa_text p { font-size: 18px; padding-left: 24px;}
  .lyBa_text p::before { width: 10px; height: 10px; left: 4px; top: 8px;}
  .lyBa_text p::after { width: 8px; height: 8px; border: 1px solid #0032a0; top: 5px;}
  .lyBa_text span { line-height: 1.6; font-size: 12px; margin-top: 10px;}
  .lyBa_text .lyMore { margin-top: 10px;}
  .lyBa_text .lyMore a { width: 112px; height: 32px; line-height: 32px; font-size: 12px;}
  .lyBa_text .lyMore a i { width: 20px; height: 20px; padding: 5px;}
  .lyBanner .swiper-pagination { bottom: 10px !important;}
  
  .lyAbout { overflow: hidden; padding-top: 40px;}
  .lyAbout_main { display: block; align-items: unset; padding: 20px; border-radius: 8px;}
  .lyAbout_main .lyAbout_text { width: 100%;}
  .lyAbout_con { margin: 0 0 20px; max-height: 144px; -webkit-line-clamp: 6;}
  .lyAbout_main .lyAbout_img { width: 100%; padding-left: 0; margin-top: 20px;}
  .lyAbout_img a { height: 240px; border-radius: 8px;}
  .lyAbout_main::before { border: 2px solid rgba(255, 255, 255, .2); border-radius: 8px; right: -20px; bottom: -20px;}
  .lyAbout_menu { padding-bottom: 40px;}
  .lyAbout_title { margin-bottom: 20px;}
  .lyAbout_title p { line-height: 28px; font-size: 18px;}
  .lyAbout_menu dl { padding: 0;}
  .lyAbout_menu dl dd a i { width: 60px; height: 60px; margin: 0 auto 10px; padding: 18px;}
  .lyAbout_menu dl dd a span { line-height: 22px; font-size: 14px;}
  .lyAbout::after, .lyProducts::after { width: 160px; height: 12px;}

  .lyProducts, .lyNews { padding: 40px 0;}
  /*
  .lyPro_swiper .swiper-slide a.lyPro_name { height: 56px; line-height: 28px; font-size: 18px;}
  .lyPro_swiper .swiper-slide a.lyPro_img { height: 220px;}*/
  .nyProducts_con a.nyPro_name { height: 56px; line-height: 28px; font-size: 18px;}
  .nyProducts_con a.nyPro_img { height: 220px;}

  .lyNews_tab ul li { height: 36px; line-height: 36px; font-size: 14px; padding: 0 15px;}
  .lyNews_tab ul li:first-child { margin-right: 8px;}  
  .lyNews_list dl { margin: 0;}
  .lyNews_list dl dd { width: 100%; padding: 0;}
  .lyNews_con { border-radius: 8px;}
  .lyNews_con .lyNews_time { width: 94px; padding: 0 12px;}
  .lyNews_con .lyNews_time i { width: 22px; height: 22px;}
  .lyNews_con .lyNews_text { width: calc(100% - 94px);}
  .lyNews_con .lyNews_text a.name { max-height: 50px; line-height: 25px; font-size: 15px;}
}

@media (max-width:390px) {
  .lyBanner { height: 200px;}

  .lyAbout_data { margin-bottom: 20px;}
  .lyAbout_data ul li p { height: 24px; line-height: 24px;}
  .lyAbout_data ul li p em { line-height: 24px; font-size: 24px; margin-right: 4px;}
  .lyAbout_img a { height: 220px;}

  .lyAbout_title p { line-height: 26px; font-size: 16px;}
  .lyAbout_title::after { width: 30px; height: 2px; margin: 10px auto 0;}
  .lyAbout_menu dl dd a i { width: 50px; height: 50px; padding: 14px;}
  .lyAbout_menu dl dd a span { line-height: 20px; font-size: 12px;}

}

@media (max-width:320px) {
  .lyBanner { height: 160px;}
  .lyBa_text p { font-size: 16px; padding-left: 16px;}
  .lyBa_text p::before { width: 7px; height: 7px; left: 3px; top: 9px;}
  .lyBa_text p::after { width: 6px; height: 6px; border: 1px solid #0032a0; top: 6px;}

  .lyAbout_main { padding: 12px;}
  .lyAbout_data ul { display: block; align-items: unset; margin-bottom: -10px;}
  .lyAbout_data ul li { width: 50%; margin-bottom: 10px; float: left;}
  .lyAbout_data ul::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
  .lyAbout_btn .lyMore { margin-right: 12px;}
  .lyAbout_img a { height: 180px;}

  /*
  .lyPro_swiper .swiper-slide { padding: 12px;}
  .lyPro_swiper .swiper-slide a.lyPro_img { height: 200px;}*/
  .nyProducts_con { padding: 12px;}
  .nyProducts_con a.nyPro_img { height: 200px;}

  .lyNews_con { display: block;}
  .lyNews_con .lyNews_time { width: 100%; padding: 10px 20px; display: flex; align-items: center;}
  .lyNews_con .lyNews_time i { width: 16px; height: 16px; margin: 0;}
  .lyNews_con .lyNews_time span { margin: 0 0 0 10px; padding-bottom: 0; border: 0;}
  .lyNews_con .lyNews_time p { line-height: 22px; font-size: 14px; font-weight: normal;}
  .lyNews_con .lyNews_time p::before { content: '-'; display: inline-block; color: #777; font-size: 14px;}
  .lyNews_con .lyNews_text { width: 100%; border-left: 0; border-top: 1px solid #ddd;}
  .lyNews_con:hover .lyNews_text { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .15);}
  .lyNews_con .lyNews_text p.dec { margin-top: 10px;}
  .lyNews_con .lyNews_text a.name { max-height: 52px; line-height: 26px; font-size: 16px;}
}

