/*nyAboutUs start*/
.nyAboutUs { overflow: hidden; background-color: #f2f8f7;}

/*nyAbout_intro start*/
.nyAbout_intro { margin: 0 auto 80px; padding-top: 80px; position: relative;}
.nyAbout_intro::before { content: ''; display: none; width: 28%; height: 100%; background-color: #eaf1f0; position: absolute; left: 44%; top: 0;}
.nyAbout_img { width: 60%; height: 600px; overflow: hidden; float: right;}
.nyAbout_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyAbout_img a i { display: block; width: 80px; height: 80px; overflow: hidden; padding: 26px 24px 26px 28px; background-color: #000; border-radius: 50%; opacity: .15; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyAbout_img a i:hover { background-color: #5fb62f; opacity: .9;}
.nyAbout_text { width: 62%; margin-top: -600px; position: relative; float: left;}
.nyAbout_text .nyTitle { margin-left: 40%;}
.nyAbout_text .nyAbout_con { margin-top: -20px; padding: 60px 50px 50px; background-color: rgba(255, 255, 255, .95); border-radius: 20px;}
.nyAbout_con .nyAbout_name { line-height: 1.2; color: #222; font-family: "RobotoBold"; font-size: 36px;}
.nyAbout_con span.nyAbout_time { display: block; line-height: 1.2; color: #5fb62f; font-family: "RobotoBold"; font-size: 24px; margin: 10px 0 20px;}
.nyAbout_con .nyAbout_dec { height: 168px; overflow-y: scroll; line-height: 28px; color: #777; font-family: "RobotoLight"; font-size: 16px; padding-right: 20px;}
.nyAbout_dec p { max-height: 168px; overflow: hidden; line-height: 28px; color: #777 !important; font-family: "RobotoLight" !important; font-size: 16px!important; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.nyAbout_con ul { width: 100%; 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: #5fb62f; border-radius: 50%;}
.nyAbout_con ul li span { display: block; line-height: 1.5; color: #222; font-size: 24px; font-weight: bold; margin: 10px 0;}
.nyAbout_con ul li p { line-height: 1.5; color: #777; font-family: "RobotoLight"; font-size: 16px;}

.nyAbout_vdBtn { position: absolute; top: 0; left: -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: #5fb62f; 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: 12px; 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: #5fb62f;}
.vd_pop .vd_main { width: 100%; height: 450px; overflow: hidden; margin: 0 auto; position: relative;}
.vd_main video { display: block; width: 100%; height: 100%; object-fit: cover;}
/*nyAbout_intro end*/

/*nyAbout_pics start*/
.nyAbout_pics { margin: 80px auto;}
.nyAbPics_main { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px;}
.nyAbPics_swiper { width: 47%; height: 492px; min-height: 100%; padding: 0 6px;}
.nyAbPics_swiper .swiper-container { height: 100%; background-color: #fff;}
.nyAbPics_swiper .swiper-slide { overflow: hidden; position: relative;}
.nyAbPics_swiper .swiper-button-prev, .nyAbPics_swiper .swiper-button-next { width: 48px; height: 48px; margin-top: -24px; padding: 14px; background: rgba(0, 0, 0, .45);}
.nyAbPics_swiper .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyAbPics_swiper .swiper-button-next { right: 0;}
.nyAbPics_swiper .swiper-button-prev:hover, .nyAbPics_swiper .swiper-button-next:hover { background: #5fb62f;}
.nyAbPics_swiper .swiper-button-disabled { opacity: .5 !important;}

.nyAbPics_list { width: 53%; padding: 0 6px;}
.nyAbPics_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px -12px;}
.nyAbPics_list ul li { width: 50%; height: 240px; margin-bottom: 12px; padding: 0 6px;}
.nyAbPics_list ul li p { width: 100%; height: 100%; overflow: hidden; background-color: #fff; position: relative;}
/*nyAbout_pics end*/

/*nyAbout_factory start*/
.nyAbout_factory { overflow: hidden; padding: 80px 0; background-color: #fff; position: relative;}
#particles-js { width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 1; display: none;}
#particles-js canvas { display: block; width: 100% !important; height: 100% !important;}
.nyAbFactory_main { position: relative;}
.nyAbFactory_main .swiper-container { min-height: 240px; overflow: visible;}
.nyAbFactory_main .swiper-slide .nyAbFactory_img { width: 100%; height: 320px; overflow: hidden; position: relative;}
.nyAbFactory_main .swiper-slide:hover .nyAbFactory_img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.nyAbFactory_main .swiper-slide .nyAbFactory_name { height: 40px; overflow: hidden; line-height: 40px; color: #222; font-family: "RobotoBold"; font-size: 26px; white-space: nowrap; text-overflow: ellipsis; margin: 20px 0 10px;}
.nyAbFactory_main .swiper-slide:hover .nyAbFactory_name { color: #5fb62f;}
.nyAbFactory_main .swiper-slide p { max-height: 72px; overflow: hidden; line-height: 24px; color: #555; font-family: "RobotoLight"; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.nyAbFactory_main .swiper-button-prev, .nyAbFactory_main .swiper-button-next { width: 60px; height: 60px; margin-top: 0; padding: 16px; background: #5fb62f; border-radius: 50%; top: 36px;}
.nyAbFactory_main .swiper-button-prev { left: inherit; right: 80px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyAbFactory_main .swiper-button-next { right: 0;}
.nyAbFactory_main .swiper-button-disabled { opacity: .5 !important;}
/*nyAbout_factory end*/

/*nyAbout_data start*/
#data { margin: -300px 0 300px;}
.nyAbout_data { overflow: hidden; padding: 120px 0 180px; background: #f2f8f7 url(../images/abDataBj.jpg) center center no-repeat; background-size: cover;}
.nyAbData_title { margin: 0 auto 100px;}
.nyAbData_title span { display: block; line-height: 48px; color: #4e723a; font-family: "RobotoBold"; font-size: 36px; text-align: center; margin-bottom: 20px;}
.nyAbData_title p { line-height: 36px; color: #102b01; font-family: "RobotoLight"; font-size: 24px; text-align: center;}
.nyAbData_list dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px;}
.nyAbData_list dl dd { width: 20%; padding: 0 15px;}
.nyAbData_list dl dd p { text-align: center;}
.nyAbData_list dl dd p em { display: inline-block; height: 80px; line-height: 80px; color: #102b01; font-size: 86px; font-style: normal; vertical-align: middle;}
.nyAbData_list dl dd p sub { display: inline-block; height: 40px; line-height: 40px; color: #102b01; font-size: 36px; vertical-align: middle; margin-left: 10px;}
.nyAbData_list dl dd span { display: block; line-height: 24px; color: #102b01; font-size: 18px; text-align: center; margin-top: 20px; padding: 0 10%;}

.nyAbData_btn { text-align: center; margin-top: 180px;}
.nyAbData_btn a { display: inline-block; vertical-align: top; line-height: 60px; color: #5fb62f; font-size: 18px; text-align: center; padding: 0 32px; background-color: #fff; border-radius: 30px;}
.nyAbData_btn a i { display: inline-block; width: 30px; height: 30px; overflow: hidden; background-color: #5fb62f; border-radius: 50%; margin: -2px 16px 0 0; padding: 6px; vertical-align: middle;}
/*nyAbout_data end*/

/*nyAbout_honor start*/
.nyAbout_honor { overflow: hidden; padding: 80px 0 140px; background-color: #fff;}
.nyAbHonor_list { min-height: 240px; position: relative;}
.nyAbHonor_box { height: 660px; width: 100%;}
.roundabout-holder { width: 93%; height:660px; margin: 0 auto;}
.roundabout-moveable-item { width: 420px; height: 660px; cursor: pointer;}
.roundabout-moveable-item p { box-shadow: 0 10px 20px rgba(0, 0, 0, .12);}
.roundabout-moveable-item img { display: block; width: 100%;}
.roundabout-moveable-item a span { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #5fb62f; font-family: "RobotoMedium"; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; background-color: rgba(95, 182, 47, .12); border-radius: 30px; margin-top: 40px; opacity: 0;}
.roundabout-moveable-item a span:hover { color: #fff; background-color: #5fb62f;}
.roundabout-moveable-item.roundabout-in-focus { height: 660px; cursor: auto;}
.roundabout-moveable-item.roundabout-in-focus a span { opacity: 1;}

.nyAbHonor_box a.btn_l, .nyAbHonor_box a.btn_r { display: block; width: 54px; height: 54px; overflow: hidden; margin-top: -54px; padding: 16px; background-color: #5fb62f; border-radius: 50%; -moz-border-radius: 100%; -webkit-border-radius: 50%; position: absolute; left: -80px; top: 50%; z-index: 999;}
.nyAbHonor_box a.btn_l { transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyAbHonor_box a.btn_r { left: inherit; right: -80px;}
/*nyAbout_honor end*/

/*nyAboutUs end*/

@media (max-width:1680px) {
  .nyAbout_img { height: 580px;}
  .nyAbout_text { margin-top: -580px;}
  .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_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 { left: -40px;}
  .nyAbout_vdBtn a { width: 120px; height: 120px; padding: 24px;}
  .nyAbout_vdBtn a i { padding: 22px 18px 22px 26px;}

  .nyAbout_data { padding: 100px 0 160px;}
  .nyAbData_title { margin: 0 auto 80px;}
  .nyAbData_title p { line-height: 32px; font-size: 22px;}
  .nyAbData_list dl dd p em { height: 70px; line-height: 70px; font-size: 72px;}
  .nyAbData_list dl dd span { font-size: 16px; padding: 0 20px;}
  .nyAbData_btn { margin-top: 160px;}

}

@media (max-width:1600px) {
  .nyAbout_data { padding: 80px 0 140px;}
  .nyAbData_title { margin: 0 auto 60px;}
  .nyAbData_btn { margin-top: 140px;}

  .roundabout-holder { width: 90%;}
  .nyAbHonor_box a.btn_l { left: -60px;}
  .nyAbHonor_box a.btn_r { right: -60px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyAbout_intro { margin: 0 auto 60px; padding-top: 60px;}
  .nyAbout_factory, .nyAbout_advantage { padding: 60px 0;}
  .nyAbout_img { height: 500px;}  
  .nyAbout_img a i { width: 60px; height: 60px; padding: 18px 18px 18px 22px;}
  .nyAbout_text { margin-top: -500px;}
  .nyAbout_text .nyAbout_con { padding: 30px; border-radius: 16px;}
  .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 { left: -30px;}
  .nyAbout_vdBtn a { width: 90px; height: 90px; padding: 16px;}
  .nyAbout_vdBtn a i { padding: 18px 16px 18px 20px;}

  .nyAbout_pics { margin: 60px auto;}
  .nyAbPics_swiper { height: 472px;}
  .nyAbPics_list ul li { height: 230px;}

  .vd_pop { width: 640px;}
  .vd_pop .vd_head { font-size: 24px;}
  .vd_pop .vd_main { height: 340px;}

  .nyAbFactory_main .swiper-slide .nyAbFactory_name { height: 36px; line-height: 36px; font-size: 24px;}
  .nyAbFactory_main .swiper-slide p { max-height: 66px; line-height: 22px; font-size: 15px;}
  .nyAbFactory_main .swiper-button-prev, .nyAbFactory_main .swiper-button-next { width: 50px; height: 50px; top: 30px;}
  .nyAbFactory_main .swiper-button-prev { right: 70px;}

  .nyAbout_data { padding: 60px 0 120px;}
  .nyAbData_title { margin: 0 auto 40px;}
  .nyAbData_title span { line-height: 40px; font-size: 32px;}
  .nyAbData_title p { line-height: 30px; font-size: 20px;}
  .nyAbData_list dl dd p em { height: 60px; line-height: 60px; font-size: 64px;}
  .nyAbData_list dl dd p sub { font-size: 32px;}
  .nyAbData_btn { margin-top: 120px;}
  .nyAbData_btn a { line-height: 50px; font-size: 16px;}

  .nyAbout_honor { padding: 60px 0 160px;}
  .nyAbHonor_box { height: 540px;}
  .roundabout-holder { width: 85%; height: 540px;}
  .roundabout-moveable-item { width: 400px; height: 520px;}
  .roundabout-moveable-item a span { height: 50px; line-height: 50px; font-size: 16px; margin-top: 30px;}
  .nyAbHonor_box a.btn_l { left: -20px; margin-top: -20px;}
  .nyAbHonor_box a.btn_r { right: -20px; margin-top: -20px;}

}

@media (max-width:1366px) {

}

@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;}

  .nyAbPics_swiper { height: 432px;}
  .nyAbPics_list ul li { height: 210px;}

  .nyAbFactory_main .swiper-slide .nyAbFactory_img { height: 300px;}

  .nyAbout_data { padding: 60px 0 100px;}
  .nyAbData_title span { margin-bottom: 15px;}
  .nyAbData_title p { line-height: 28px; font-size: 18px;}
  .nyAbData_list dl dd p em { height: 50px; line-height: 50px; font-size: 50px;}
  .nyAbData_list dl dd p sub { font-size: 28px;}
  .nyAbData_list dl dd span { font-size: 15px; margin-top: 10px; padding: 0;}
  .nyAbData_btn { margin-top: 100px;}

  .nyAbout_honor { padding: 60px 0 160px;}
  .nyAbHonor_box { height: 500px;}
  .roundabout-holder { width: 80%; height: 500px;}
  .roundabout-moveable-item { width: 360px; height: 480px;}
}

@media (max-width:1200px) {
  .nyTitle span { margin: 9px 20px 9px 0; padding-right: 20px;}

  .nyAbPics_swiper { height: 392px;}
  .nyAbPics_list ul li { height: 190px;}

  .nyAbFactory_main .swiper-slide .nyAbFactory_img { height: 280px;}
  .nyAbFactory_main .swiper-slide .nyAbFactory_name { height: 32px; line-height: 32px; font-size: 22px;}
}

@media (max-width:1080px) {
  .nyAbout_text .nyAbout_con { margin-top: -30px;}
  .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_text .nyTitle { margin-left: 39%;}
  .nyAbout_vdBtn { left: -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: 320px;}

  .nyAbPics_swiper { height: 352px;}
  .nyAbPics_list ul li { height: 170px;}

  .nyAbFactory_main .swiper-slide .nyAbFactory_img { height: 260px;}

  .nyAbout_data { padding: 60px 0 80px;}
  .nyAbData_title { margin-bottom: 30px;}
  .nyAbData_title p { line-height: 26px; font-size: 16px;}
  .nyAbData_list dl { margin: 0 -12px;}
  .nyAbData_list dl dd { padding: 0 12px;}
  .nyAbData_list dl dd p em { height: 40px; line-height: 40px; font-size: 44px;}
  .nyAbData_list dl dd p sub { height: 30px; line-height: 30px; font-size: 24px;}
  .nyAbData_list dl dd span { line-height: 20px; font-size: 14px;}
  .nyAbData_btn { margin-top: 80px;}

  .nyAbout_honor { padding: 60px 0 140px;}
  .nyAbHonor_box { height: 480px; margin-top: -40px;}
  .roundabout-holder { width: 80%; height: 480px;}
  .roundabout-moveable-item { width: 300px; height: 400px;}
  .nyAbHonor_box a.btn_l { left: -10px;}
  .nyAbHonor_box a.btn_r { right: -10px;}

}

@media (max-width:1024px) {
  .vd_pop .vd_main { height: 315px;}
  .nyAbFactory_main .swiper-slide .nyAbFactory_img { height: 240px;}
}

@media (max-width:920px) {
  .nyAbout_img { height: 450px;}
  .nyAbout_text .nyTitle { margin-left: 35%; margin-bottom: 20px;}
  .nyAbout_text { margin-top: -450px;}
  .nyAbout_intro { margin: 0 auto 40px; padding-top: 40px;}
  .nyAbout_factory, .nyAbout_advantage { padding: 40px 0;}
  .nyAbout_text .nyAbout_con { margin-top: -10px; padding: 20px;}
  .nyAbout_con ul { margin: 20px -10px 0;}  
  .nyAbout_con ul li { padding: 0 10px;}

  .nyAbout_pics { margin: 40px auto;}
  .nyAbPics_swiper { height: 312px;}
  .nyAbPics_swiper .swiper-button-prev, .nyAbPics_swiper .swiper-button-next { width: 44px; height: 44px; margin-top: -22px; padding: 14px;}
  .nyAbPics_list ul li { height: 150px;}

  .nyAbFactory_main .swiper-slide .nyAbFactory_img { height: 220px;}
  .nyAbFactory_main .swiper-slide .nyAbFactory_name { height: 30px; line-height: 30px; font-size: 20px; margin: 10px 0;}
  .nyAbFactory_main .swiper-slide p { max-height: 60px; line-height: 20px; font-size: 14px;}
  .nyAbFactory_main .swiper-button-prev, .nyAbFactory_main .swiper-button-next { width: 44px; height: 44px; padding: 14px;}
  .nyAbFactory_main .swiper-button-prev { right: 64px;}
  
  .nyAbout_data { padding: 40px 0 60px;}
  .nyAbData_title span { line-height: 36px; font-size: 28px; margin-bottom: 10px;}    
  .nyAbData_title p { line-height: 25px; font-size: 15px;}
  .nyAbData_list dl dd p em { font-size: 40px;}
  .nyAbData_btn { margin-top: 60px;}

  .nyAbout_honor { padding: 40px 0 60px;}
  .nyAbHonor_box { height: 440px; margin-top: -40px;}
  .roundabout-holder { width: 80%; height: 440px;}
  .roundabout-moveable-item { width: 240px; height: 360px;}
  .roundabout-moveable-item a span { height: 44px; line-height: 44px; font-size: 15px; margin-top: 20px;}
  .nyAbHonor_box a.btn_l, .nyAbHonor_box a.btn_r { width: 44px; height: 44px; margin-top: -40px; padding: 14px;}
  .nyAbHonor_box a.btn_l { left: -10px;}
  .nyAbHonor_box a.btn_r { right: -10px;}

}

@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: 254px;}

  .nyAbPics_swiper { height: 272px;}
  .nyAbPics_list ul li { height: 130px;}

  .nyAbFactory_main .swiper-slide .nyAbFactory_img { height: 200px;}

  .nyAbData_list dl { margin: 0 -10px;}
  .nyAbData_list dl dd { padding: 0 10px;}
  .nyAbData_list dl dd p em { font-size: 32px;}
  .nyAbData_list dl dd p sub { height: 28px; line-height: 28px; font-size: 18px; margin-left: 4px;}

  .roundabout-holder { width: 76%;}
}

@media (max-width:767px) {
  .nyAbout_intro { margin: 0 auto 20px;}
  .nyTitle span { margin: 9px 0; padding-right: 20px;}
  .nyLine { height: 4px; border-radius: 0 0 0 4px; left: -4px;}
  .nyAbout_img { width: 100%; height: 240px; float: none;}
  .nyAbout_text { width: 100%; margin-top: 20px; float: none;}
  .nyAbout_text .nyTitle { margin-left: 0;}
  .nyAbout_con .nyAbout_name { font-size: 20px;}
  .nyAbout_vdBtn { left: inherit; 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: 210px;}

  .nyAbout_pics { margin: 20px auto 40px;}
  .nyAbPics_swiper { width: 100%; height: 240px; margin-bottom: 12px;}
  .nyAbPics_list { width: 100%;}
  .nyAbPics_list ul li { height: 120px;}

  .nyAbFactory_main .swiper-slide .nyAbFactory_img { height: 240px;}
  .nyAbFactory_main .swiper-button-prev { right: 56px;}

  .nyAbout_data { padding: 40px 0; position: relative;}
  .nyAbout_data::before { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .06); position: absolute; left: 0; top: 0;}
  .nyAbData_main { position: relative; z-index: 1;}
  .nyAbData_list dl { margin: 0 -10px -20px;}
  .nyAbData_list dl dd { width: 33.333333%; margin-bottom: 20px;}
  .nyAbData_list dl dd:nth-child(4), .nyAbData_list dl dd:nth-child(5) { width: 50%;}
  .nyAbData_btn { margin-top: 40px;}

  .nyAbout_honor { padding: 40px 0 140px;}
  .nyAbHonor_box { height: 280px; margin-top: -20px;}
  .roundabout-holder { width: 40%; height: 280px;}
  .roundabout-moveable-item { width: 200px; height: 240px;}
  .roundabout-moveable-item a span { margin-top: 20px;}
  .nyAbHonor_box a.btn_l { margin-top: -10px; left: 0;}
  .nyAbHonor_box a.btn_r { margin-top: -10px; right: 0;}

}

@media (max-width:390px) {
  .nyAbout_img, .nyAbPics_swiper, .nyAbFactory_main .swiper-slide .nyAbFactory_img { height: 220px;}
  .nyAbPics_list ul li { height: 110px;}

  .vd_pop .vd_main { height: 190px;}

  .nyAbData_list dl { margin: 0 -6px -20px;}
  .nyAbData_list dl dd { padding: 0 6px;}
  .nyAbData_list dl dd p em { font-size: 30px;}
  .nyAbData_btn a { line-height: 44px; font-size: 15px; padding: 0 24px;}
}

@media (max-width:320px) {
  .vd_pop .vd_main { height: 160px;}

  .nyAbHonor_box { height: 280px; margin-top: -20px;}
  .roundabout-holder { width: 36%; height: 280px;}
  .roundabout-moveable-item { width: 180px; height: 240px;}
}

