/*nyAboutUs start*/
.nyAboutUs { overflow: hidden;}

/*nyAbout_intro start*/
.nyAbout_intro { padding: 100px 0; position: relative;}
.nyAbout_intro::before { content: ''; display: block; width: 28%; height: 100%; background-color: #f1f1f1; position: absolute; left: 44%; top: 0;}
.nyAbout_img { width: 60%; height: 600px; overflow: hidden; position: relative;}
.nyAbout_text { width: 62%; margin-top: -600px; position: relative; float: right;}
.nyAbout_text .nyTitle { margin-left: 42%;}
.nyAbout_text .nyAbout_con { margin-top: -20px; padding: 50px; background-color: #fff;}
.nyAbout_con .nyAbout_name { line-height: 1.2; color: #222; font-family: "Poppins-SemiBold"; font-size: 36px;}
.nyAbout_con span.nyAbout_time { display: block; line-height: 1.2; color: #01314d; font-size: 24px; margin: 10px 0 20px;}
.nyAbout_con .nyAbout_dec { height: 168px; overflow-y: scroll; line-height: 28px; color: #777; font-size: 16px;}
.nyAbout_dec p { max-height: 168px; overflow: hidden; line-height: 28px; color: #777!important; font-family: 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', 'Helvetica', 'sans-serif'!important; font-size: 16px!important; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.nyAbout_con ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 40px -50px 0 -50px;}
.nyAbout_con ul li { width: 50%; padding: 0 50px;}
.nyAbout_con ul li i { display: block; width: 64px; height: 64px; overflow: hidden; padding: 16px; background-color: #01314d; border-radius: 50%;}
.nyAbout_con ul li span { display: block; line-height: 1.5; color: #222; font-size: 24px; margin: 10px 0;}
.nyAbout_con ul li p { line-height: 1.5; color: #777; font-size: 16px;}

.nyAbout_vdBtn { position: absolute; top: 0; right: -50px; z-index: 9;}
.nyAbout_vdBtn a { display: block; width: 136px; height: 136px; overflow: hidden; padding: 28px; position: relative;}
.nyAbout_vdBtn a::before { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: url(../images/webp/vdCircle.webp) center center no-repeat; background-size: 100% 100%; position: absolute; left: 0; top: 0; transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: all 1s; -webkit-transition: all 1s;}
.nyAbout_vdBtn a:hover::before { transform: rotate(360deg); -webkit-transform: rotate(360deg);}
.nyAbout_vdBtn a i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 24px 20px 24px 28px; background-color: #01314d; border-radius: 50%; position: relative; z-index: 1;}

.vd_mask { display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .55); position: fixed; top: 0; left: 0; z-index: 9998;}
.vd_mask.show { display: block;}
.vd_pop { width: 840px; height: auto; overflow: hidden; padding: 10px 20px 20px; background-color: #fff; border-radius: 8px; position: fixed; left: 50%; top: 50%; z-index: 9999; opacity: 0; filter: Alpha(opacity=0); transform: scale3d(1, 0, 1) translate(-50%, -50%); -webkit-transform: scale3d(1, 0, 1) translate(-50%, -50%);}
.vd_pop.show { opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1) translate(-50%, -50%); -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);}
.vd_pop .vd_head { height: 50px; line-height: 40px; color: #333; font-size: 28px; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #e6e6e6; margin-bottom: 20px; padding-bottom: 10px;}
.vd_pop .vd_head a.vd_close { display: block; width: 40px; height: 40px; overflow: hidden; padding: 10px; float: right;}
.vd_pop .vd_head a.vd_close:hover svg path { fill: #3fbf70;}
.vd_pop .vd_main { width: 100%; height: 400px; overflow: hidden; margin: 0 auto; position: relative;}
.vd_main video { display: block; width: 100%; height: 100%; object-fit: cover;}
/*nyAbout_intro end*/

/*nyAbout_factory start*/
.nyAbout_factory { overflow: hidden; padding: 100px 0; background-color: #01314d;}
.nyAbFactory_main .swiper-container { min-height: 240px; overflow: visible;}
.nyAbFactory_main .swiper-slide { height: 300px; overflow: hidden; position: relative;}
/*nyAbout_factory end*/

/*nyAbout_advantage start*/
.nyAbout_advantage { overflow: hidden; padding: 100px 0;}
.nyAbAdv_main ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -18px;}
.nyAbAdv_main ul li { width: 33.333333%; padding: 0 18px;}
.nyAbAdv_con { height: 100%; padding: 40px; background-color: #fff; border-top: 3px solid #ddd; box-shadow: 0 0 8px rgba(0, 0, 0, .06);}
.nyAbAdv_con:hover { border-top: 3px solid #3fbf70;}
.nyAbAdv_con i { display: block; width: 90px; height: 90px; overflow: hidden; margin: 0 auto; padding: 20px; background-color: #fff; border: 2px solid #37383c; border-radius: 50%;}
.nyAbAdv_con:hover i { background-color: #01314d; border: 2px solid #01314d;}
.nyAbAdv_con:hover i svg path { fill: #ffffff;}
.nyAbAdv_con span { display: block; line-height: 1.5; color: #222; font-family: "Poppins-SemiBold"; font-size: 24px; text-align: center; margin: 30px auto 15px;}
.nyAbAdv_con:hover span { color: #01314d;}
.nyAbAdv_con p { line-height: 1.5; color: #555; font-size: 16px; text-align: center;}
/*nyAbout_advantage end*/

/*nyAbout_honor start*/
.nyAbout_honor { overflow: hidden; padding: 100px 0; background: #01314d url(../images/webp/hnrBg.webp) center center no-repeat; background-size: cover;}
.nyAbHonor_swiper { min-height: 240px; position: relative;}
.nyAbHonor_swiper .swiper-slide a.img { display: block; height: 300px; overflow: hidden; background-color: #fff; position: relative;}
.nyAbHonor_swiper .swiper-slide:hover a.img img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyAbHonor_swiper .swiper-slide a.name { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 20px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin-top: 20px;}
.nyAbHonor_swiper .swiper-button-prev, .nyAbHonor_swiper .swiper-button-next { width: 48px; height: 48px; margin-top: -24px; padding: 6px; background: none;}
.nyAbHonor_swiper .swiper-button-prev { left: -60px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyAbHonor_swiper .swiper-button-next { right: -60px;}
.nyAbHonor_swiper .swiper-button-disabled { opacity: .5 !important;}
/*nyAbout_honor end*/

/*nyAbout_partner start*/
.nyAbout_partner { overflow: hidden; padding: 100px 0 80px;}
.nyAbPartner_swiper .swiper-container { min-height: 200px; margin: 0 -20px; padding: 0 20px 20px;}
.nyAbPartner_swiper .swiper-slide { display: block; height: 120px; overflow: hidden; background-color: #fff; border-top: 2px solid #ddd; box-shadow: 0 0 0 rgba(0, 0, 0, 0); position: relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyAbPartner_swiper .swiper-slide:hover { border-top: 2px solid #3fbf70; box-shadow: 0 0 12px rgba(0, 0, 0, .06);}
/*nyAbout_partner end*/

/*nyAboutUs end*/

@media (max-width:1680px) {
  .nyAbout_intro, .nyAbout_factory, .nyAbout_advantage, .nyAbout_honor { padding: 80px 0;}
  .nyAbout_img { height: 580px;}
  .nyAbout_text { margin-top: -580px;}
  .nyAbout_text .nyTitle { margin-left: 40%;}
  .nyAbout_text .nyAbout_con { padding: 40px;}
  .nyAbout_con .nyAbout_name { font-size: 32px;}
  .nyAbout_con span.nyAbout_time { font-size: 22px;}
  .nyAbout_con .nyAbout_dec { height: 156px; line-height: 26px; font-size: 15px;}
  .nyAbout_dec p { max-height: 156px; line-height: 26px; font-size: 15px !important;}
  .nyAbout_con ul { margin: 40px -40px 0;}
  .nyAbout_con ul li { padding: 0 40px;}
  .nyAbout_con ul li span { line-height: 1.2; font-size: 22px;}
  .nyAbout_con ul li p { font-size: 15px;}
  
  .nyAbout_vdBtn { right: -40px;}
  .nyAbout_vdBtn a { width: 120px; height: 120px; padding: 24px;}
  .nyAbout_vdBtn a i { padding: 22px 18px 22px 26px;}

  .nyAbAdv_con span { font-size: 22px; margin: 20px auto 10px;}
  .nyAbAdv_con p { font-size: 15px;}

  .nyAbout_partner { padding: 80px 0 60px;}
}

@media (max-width:1600px) {
  .nyAbAdv_main ul { margin: 0 -15px;}
  .nyAbAdv_main ul li { padding: 0 15px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyAbout_intro, .nyAbout_factory, .nyAbout_advantage, .nyAbout_honor { padding: 60px 0;}
  .nyAbout_img { height: 500px;}  
  .nyAbout_text { margin-top: -500px;}
  .nyAbout_text .nyTitle { margin-left: 39%;}
  .nyAbout_text .nyAbout_con { margin-top: -10px; padding: 30px;}
  .nyAbout_con .nyAbout_name { font-size: 30px;}
  .nyAbout_con span.nyAbout_time { font-size: 20px;}
  .nyAbout_con .nyAbout_dec { height: 144px; line-height: 24px; font-size: 14px;}  
  .nyAbout_dec p { max-height: 144px; line-height: 24px; font-size: 14px !important;}
  .nyAbout_con ul { margin: 20px -30px 0;}
  .nyAbout_con ul li { padding: 0 30px;}
  .nyAbout_con ul li span { font-size: 20px;}
  .nyAbout_con ul li p { font-size: 14px;}
  .nyAbout_vdBtn { right: -30px;}
  .nyAbout_vdBtn a { width: 90px; height: 90px; padding: 16px;}
  .nyAbout_vdBtn a i { padding: 18px 16px 18px 20px;}

  .vd_pop { width: 640px;}
  .vd_pop .vd_head { font-size: 24px;}
  .vd_pop .vd_main { height: 320px;}

  .nyAbAdv_con { padding: 30px;}
  .nyAbAdv_con span { font-size: 20px;}
  .nyAbAdv_con p { font-size: 14px;}

  .nyAbHonor_swiper .swiper-button-prev, .nyAbHonor_swiper .swiper-button-next { display: none;}

  .nyAbout_partner { padding: 60px 0 40px;}
  .nyAbPartner_swiper .swiper-slide { height: 112px;}

}

@media (max-width:1366px) {
  .nyAbFactory_main .swiper-slide { height: 280px;}

  .nyAbPartner_swiper .swiper-slide { height: 100px;}
}

@media (max-width:1280px) {
  .nyAbout_img { height: 480px;}  
  .nyAbout_text { margin-top: -480px;}
  .nyAbout_con .nyAbout_name { font-size: 28px;}
  .nyAbout_con span.nyAbout_time, .nyAbout_con ul li span, .nyAbAdv_con span { font-size: 18px;}
  .nyAbout_con ul li i { width: 56px; height: 56px; padding: 14px;}

  .nyAbFactory_main .swiper-slide { height: 260px;}
}

@media (max-width:1200px) {
  .nyAbFactory_main .swiper-slide { height: 240px;}
}

@media (max-width:1080px) {
  .nyAbout_con .nyAbout_name { font-size: 24px;}
  .nyAbout_con span.nyAbout_time, .nyAbout_con ul li span, .nyAbAdv_con span { font-size: 16px;}
  .nyAbout_con ul { margin: 20px -15px 0;}
  .nyAbout_con ul li { padding: 0 15px;}
  .nyAbout_con ul li i { width: 50px; height: 50px; padding: 12px;}
  .nyAbout_vdBtn { right: -20px;}
  .nyAbout_vdBtn a { width: 80px; height: 80px; padding: 14px;}
  .nyAbout_vdBtn a i { padding: 16px 14px 16px 18px;}

  .vd_pop { width: 600px;}
  .vd_pop .vd_head { height: 40px; line-height: 30px; font-size: 22px;}
  .vd_pop .vd_head a.vd_close { width: 30px; height: 30px; padding: 5px;}
  .vd_pop .vd_main { height: 300px;}

  .nyAbFactory_main .swiper-slide { height: 220px;}

  .nyAbAdv_main ul { margin: 0 -12px;}
  .nyAbAdv_main ul li { padding: 0 12px;}
  .nyAbAdv_con { padding: 24px;}
  .nyAbAdv_con i { width: 80px; height: 80px; padding: 18px;}

  .nyAbHonor_swiper .swiper-slide a.name { font-size: 16px; margin-top: 10px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyAbout_img { height: 450px;}
  .nyAbout_text { margin-top: -450px;}
  .nyAbout_intro, .nyAbout_factory, .nyAbout_advantage, .nyAbout_honor { padding: 40px 0;}
  .nyAbout_text .nyAbout_con { margin-top: 0; padding: 20px;}
  .nyAbout_con ul { margin: 20px -10px 0;}  
  .nyAbout_con ul li { padding: 0 10px;}

  .nyAbFactory_main .swiper-slide { height: 200px;}

  .nyAbAdv_main ul { margin: 0 -10px;}
  .nyAbAdv_main ul li { padding: 0 10px;}
  .nyAbAdv_con { padding: 20px;}
  .nyAbAdv_con i { width: 70px; height: 70px; padding: 16px;}

  .nyAbout_partner { padding: 40px 0 20px;}
}

@media (max-width:820px) {
  .nyAbout_con .nyAbout_name { font-size: 22px;}
  .nyAbout_con span.nyAbout_time { margin: 10px 0 12px;}
  .nyAbout_vdBtn a { width: 70px; height: 70px; padding: 12px;}
  .nyAbout_vdBtn a i { padding: 14px 12px 14px 16px;}

  .vd_pop { width: 480px; padding: 10px 15px 15px;}
  .vd_pop .vd_head { margin-bottom: 15px;}
  .vd_pop .vd_main { height: 240px;}

  .nyAbFactory_main .swiper-slide { height: 180px;}
}

@media (max-width:767px) {
  .nyAbout_intro::before { width: 50%; left: 25%;}
  .nyLine { height: 4px; border-radius: 0 0 0 4px; left: -4px;}
  .nyAbout_img { width: 100%; height: 240px;}
  .nyAbout_text { width: 100%; margin-top: 20px; float: none;}
  .nyAbout_text .nyTitle { margin-left: 0;}
  .nyAbout_con .nyAbout_name { font-size: 20px;}
  .nyAbout_vdBtn { right: 0;}

  .vd_pop { width: 94%; padding: 10px;}
  .vd_pop .vd_head { height: 36px; font-size: 20px; margin-bottom: 10px; padding-bottom: 6px;}
  .vd_pop .vd_main { height: 220px;}

  .nyAbFactory_main .swiper-slide { height: 240px;}

  .nyAbout_advantage { padding: 40px 0 20px;}
  .nyAbAdv_main ul { margin: 0;}
  .nyAbAdv_main ul li { width: 100%; margin-bottom: 20px; padding: 0;}

  .nyAbPartner_swiper .swiper-slide { height: 80px;}
}

@media (max-width:390px) {
  .vd_pop .vd_main { height: 200px;}
}

@media (max-width:320px) {
  .vd_pop .vd_main { height: 180px;}
}
