/*nyAboutUs start*/
.nyAboutUs { overflow: hidden;}

/*nyAbout_intro start*/
.nyAbout_intro { padding: 60px 20px 40px; position: relative;}
.nyAbout_intro::before { content: ''; display: block; width: 30%; height: 100%; background-color: #f1f1f1; position: absolute; left: 35%; top: 0;}
.nyAbout_img { width: 100%; height: 320px; overflow: hidden; margin-bottom: 20px; border-radius: 8px; position: relative;}
.nyAbout_text { width: 100%; position: relative;}
.nyAbout_text .nyAbout_con { padding: 40px 20px; background-color: #fff; border-radius: 8px;}
.nyAbout_con .nyAbout_name { line-height: 1.2; color: #222; font-size: 28px;}
.nyAbout_con span.nyAbout_time { display: block; line-height: 1.2; color: #c6000b; font-size: 20px; margin: 10px 0 20px;}
.nyAbout_con .nyAbout_dec { overflow: hidden; line-height: 28px; color: #777; font-size: 16px; margin-bottom: 20px;}
.nyAbout_dec p { 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: 0 -20px;}
.nyAbout_con ul li { width: 50%; padding: 0 20px;}
.nyAbout_con ul li i { display: block; width: 60px; height: 60px; overflow: hidden; padding: 15px; background-color: #c6000b; border-radius: 50%;}
.nyAbout_con ul li span { display: block; line-height: 1.5; color: #222; font-size: 20px; margin: 12px 0 8px;}
.nyAbout_con ul li p { line-height: 1.4; color: #777; font-size: 15px;}

.nyAbout_vdBtn { position: absolute; top: 0; right: -20px; z-index: 9;}
.nyAbout_vdBtn a { display: block; width: 80px; height: 80px; overflow: hidden; padding: 14px; position: relative;}
.nyAbout_vdBtn a::before { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: url(../images/vdCircle.png) 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: 16px 12px 16px 16px; background-color: #c6000b; 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: 600px; 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: 24px; font-weight: bold; text-transform: capitalize; 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: #c6000b;}
.vd_pop .vd_main { width: 100%; height: 320px; 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: 40px 20px; background-color: #c6000b;}
.nyAbFactory_main .nyAbFactory_swiper { min-height: 200px; padding-bottom: 30px; position: relative;}
.nyAbFactory_swiper .swiper-slide { height: 200px; overflow: hidden; border-radius: 8px; position: relative;}

.nyAbFactory_swiper .swiper-pagination { width: 100%; height: 8px; bottom: 0 !important;}
.nyAbFactory_swiper .swiper-pagination .swiper-pagination-bullet { display: inline-block; width: 8px; height: 8px; margin: 0 5px !important; background-color: #fff; vertical-align: top; opacity: .45; border-radius: 50%; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyAbFactory_swiper .swiper-pagination .swiper-pagination-bullet-active { opacity: 1;}
/*nyAbout_factory end*/

/*nyAbout_advantage start*/
.nyAbout_advantage { overflow: hidden; padding: 40px 20px;}
.nyAbAdv_main ul li { width: 100%; margin-bottom: 20px;}
.nyAbAdv_main ul li:last-child { margin-bottom: 0;}
.nyAbAdv_con { height: 100%; padding: 20px; background-color: #fff; border-radius: 8px; border-top: 2px solid #ddd; box-shadow: 0 0 8px rgba(0, 0, 0, .06);}
.nyAbAdv_con:hover { border-top: 2px solid #c6000b;}
.nyAbAdv_con i { display: block; width: 80px; height: 80px; overflow: hidden; margin: 0 auto; padding: 16px; background-color: #fff; border: 2px solid #37383c; border-radius: 50%;}
.nyAbAdv_con:hover i { background-color: #c6000b; border: 2px solid #c6000b;}
.nyAbAdv_con:hover i svg path { fill: #ffffff;}
.nyAbAdv_con span { display: block; line-height: 1.5; color: #222; font-size: 24px; font-weight: bold; text-align: center; margin: 20px auto 10px;}
.nyAbAdv_con:hover span { color: #c6000b;}
.nyAbAdv_con p { line-height: 1.5; color: #555; font-size: 18px; text-align: center;}
/*nyAbout_advantage end*/

/*nyAbout_honor start*/
.nyAbout_honor { overflow: hidden; padding: 40px 20px; background: #c6000b url(../images/hnrBg.jpg) center center no-repeat; background-size: cover;}
.nyAbHonor_swiper { min-height: 200px; padding-bottom: 30px; position: relative;}
.nyAbHonor_swiper .swiper-slide a.img { display: block; height: 300px; overflow: hidden; background-color: #fff; border-radius: 8px; 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: 22px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin-top: 10px;}
.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;}

.nyAbHonor_swiper .swiper-pagination { width: 100%; height: 8px; bottom: 0 !important;}
.nyAbHonor_swiper .swiper-pagination .swiper-pagination-bullet { display: inline-block; width: 8px; height: 8px; margin: 0 5px !important; background-color: #fff; vertical-align: top; opacity: .45; border-radius: 50%; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyAbHonor_swiper .swiper-pagination .swiper-pagination-bullet-active { opacity: 1;}
/*nyAbout_honor end*/

/*nyAbout_partner start*/
.nyAbout_partner { overflow: hidden; padding: 40px 20px;}
.nyAbPartner_swiper .swiper-container { min-height: 200px; margin: -20px; padding: 20px;}
.nyAbPartner_swiper .swiper-slide { display: block; height: 120px; overflow: hidden; background-color: #fff; border-radius: 8px; 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 #c6000b; box-shadow: 0 0 12px rgba(0, 0, 0, .06);}
/*nyAbout_partner end*/

/*nyAboutUs end*/

@media (max-width:480px) {
  .nyLine { height: 4px; border-radius: 0 0 0 4px; left: -4px;}
  .nyAbout_img { height: 240px;}
  .nyAbout_text { margin-top: 20px;}
  .nyAbout_con .nyAbout_name { font-size: 24px;}
  .nyAbout_con span.nyAbout_time { font-size: 18px;}  
  .nyAbout_con ul li span { font-size: 18px;}
  .nyAbout_con ul li p { font-size: 14px;}
  .nyAbout_vdBtn { right: 0;}

  .vd_pop { width: 94%; padding: 10px;}
  .vd_pop .vd_head { height: 40px; line-height: 30px; font-size: 20px; margin-bottom: 10px; padding-bottom: 10px;}
  .vd_pop .vd_head a.vd_close { margin-top: -5px;}
  .vd_pop .vd_main { height: 260px;}

  .nyAbFactory_main .nyAbFactory_swiper { min-height: 180px; padding-bottom: 28px;}
  .nyAbFactory_swiper .swiper-slide { height: 160px;}

  .nyAbAdv_con i { width: 72px; height: 72px;}
  .nyAbAdv_con span { font-size: 22px;}
  .nyAbAdv_con p { font-size: 16px;}

  .nyAbHonor_swiper .swiper-slide a.img { height: 240px;}
  .nyAbHonor_swiper .swiper-slide a.name { font-size: 20px;}

  .nyAbPartner_swiper .swiper-slide { height: 100px;}
}

@media (max-width:414px) {
  .nyAbout_img { height: 200px;}
  .nyAbout_con .nyAbout_name { font-size: 22px;}
  .nyAbout_vdBtn a { width: 70px; height: 70px;}
  .nyAbout_vdBtn a i { padding: 12px 8px 12px 12px;}

  .nyAbout_con ul { margin: 0 -10px;}
  .nyAbout_con ul li { padding: 0 10px;}

  .nyAbFactory_main .nyAbFactory_swiper { min-height: 160px; padding-bottom: 28px;}
  .nyAbFactory_swiper .swiper-slide { height: 140px;}

  .nyAbHonor_swiper { min-height: 180px; padding-bottom: 28px;}
  .nyAbHonor_swiper .swiper-slide a.img { height: 200px;}
  .nyAbHonor_swiper .swiper-slide a.name { font-size: 18px;}

  .nyAbPartner_swiper .swiper-slide { height: 80px;} 

}

@media (max-width:390px) {
  .nyAbout_intro { padding: 60px 3% 40px;}
  .vd_pop .vd_main { height: 200px;}

  .nyAbout_factory, .nyAbout_advantage, .nyAbout_honor, .nyAbout_partner { padding: 40px 3%;}

  .nyAbFactory_main .nyAbFactory_swiper { min-height: 150px;}
  .nyAbFactory_swiper .swiper-slide { height: 130px;}

  .nyAbAdv_con i { width: 64px; height: 64px; padding: 14px;}
  .nyAbAdv_con span { font-size: 18px;}
  .nyAbAdv_con p { font-size: 15px;}

  .nyAbPartner_swiper .swiper-container { margin: -12px; padding: 12px;}
}

@media (max-width:320px) {
  .nyAbout_img { height: 160px;}
  .nyAbout_con .nyAbout_name { font-size: 20px;}
  .nyAbout_con .nyAbout_dec { line-height: 25px; font-size: 15px;}
  .nyAbout_dec p { line-height: 25px; font-size: 15px !important;}
  .nyAbout_con ul { margin: 0;}
  .nyAbout_con ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .nyAbout_con ul li:last-child { margin-bottom: 0;}

  .vd_pop .vd_main { height: 180px;}

  .nyAbFactory_main .nyAbFactory_swiper { min-height: 140px;}
  .nyAbFactory_swiper .swiper-slide { height: 120px;}

  .nyAbHonor_swiper .swiper-slide a.img { height: 180px;}
  .nyAbHonor_swiper .swiper-slide a.name { font-size: 16px;}
}