/* nyProducts start */
body::before { content: ''; display: block; width: calc(50% - 360px); height: 100%; overflow: hidden; background-color: #e6e6e6; position: fixed; left: 0; top: 0;}
.nyProducts { overflow: hidden; padding: 60px 0 100px; position: relative; z-index: 1;}
.nyProducts .nyPro_main { display: flex;}
.nyPro_main .nyPro_left { width: 340px; overflow: hidden; padding-right: 20px;}

.nyPro_menu { overflow: hidden; margin-bottom: 40px;}
.nyPro_menu .nyProMenu_head { display: none;}
.nyPro_menu ul li .fst { overflow: hidden; position: relative;}
.nyPro_menu ul li .fst a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding: 10px 20px; border-radius: 0 30px 30px 0; position: relative;}
.nyPro_menu ul li:hover .fst a, .nyPro_menu ul li.active .fst a { color: #fff; background-color: #fd0909;}
.nyPro_menu ul li .fst a::before { content: ''; display: block; width: 3px; height: 0; overflow: hidden; background-color: #222; position: absolute; left: 0; top: 0;}
.nyPro_menu ul li:hover .fst a::before, .nyPro_menu ul li.active .fst a::before { height: 100%;}
.nyPro_menu ul li .fst i { display: none;}

.nyPro_menu ul li .scd { display: none; overflow: hidden; padding: 20px;}
.nyPro_menu ul li:hover .scd, .nyPro_menu ul li.active .scd { display: block;}
.nyPro_menu ul li .scd a { display: block; overflow: hidden; line-height: 24px; color: #999; font-size: 16px; margin-bottom: 10px; padding-left: 14px; position: relative;}
.nyPro_menu ul li .scd a:last-child { margin-bottom: 0;}
.nyPro_menu ul li .scd a::before { content: ''; display: block; width: 4px; height: 4px; overflow: hidden; background-color: #999; border-radius: 50%; position: absolute; left: 0; top: 10px;}
.nyPro_menu ul li .scd a:hover { color: #fd0909; text-decoration: underline;}
.nyPro_menu ul li .scd a:hover::before { background-color: #fd0909;}

.nyPro_email { overflow: hidden; padding: 40px 20px; background-color: #fd0909; border-radius: 8px;}
.nyPro_email em { display: block; width: 48px; height: 48px; overflow: hidden; margin: 0 auto 20px;}
.nyPro_email span { display: block; line-height: 32px; color: #fff; font-size: 22px; font-weight: bold; text-align: center; margin-bottom: 4px;}
.nyPro_email p { overflow: hidden; line-height: 24px; color: #fff; font-size: 16px; text-align: center; word-break: break-all;}
.nyPro_email p i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 8px 0 0;}

.nyPro_main .nyPro_right { width: calc(100% - 340px); overflow: hidden; padding-left: 60px;}
.nyPro_right .nyPro_head { overflow: hidden; margin-bottom: 40px;}
.nyPro_head p { overflow: hidden; line-height: 40px; color: #222; font-size: 24px; font-weight: bold; margin-bottom: 0; padding: 10px 0;}
.nyPro_head span { display: block; line-height: 24px; color: #555; font-size: 16px; word-break: keep-all;}

.nyPro_list ul { min-height: 240px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px 20px;}
.nyPro_list ul li { width: 33.333333%; margin-bottom: 30px; padding: 0 15px;}
.nyPro_list ul li .nyPro_con { min-height: 100%; overflow: hidden; padding: 20px; background-color: #fff; box-shadow: 0 -10px 20px rgba(0, 0, 0, 0); border-radius: 8px; position: relative;}
.nyPro_list ul li .nyPro_con:hover { box-shadow: 0 -10px 20px rgba(0, 0, 0, .06);}
.nyPro_list ul li .nyPro_con::after { content: ''; display: block; width: 0; height: 4px; overflow: hidden; background-color: #fd0909; position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyPro_list ul li .nyPro_con:hover::after { width: 100%;}
.nyPro_list ul li .nyPro_con a.pic { display: block; width: 100%; height: 200px; overflow: hidden; margin-bottom: 20px; position: relative;}
.nyPro_list ul li .nyPro_con:hover a.pic img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.nyPro_list ul li .nyPro_con a.name { display: block; height: 52px; overflow: hidden; line-height: 26px; color: #222; font-size: 18px; font-weight: bold; text-align: center; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nyPro_list ul li .nyPro_con:hover a.name { color: #fd0909;}
.nyPro_list ul li .nyPro_con a.btn { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; text-align: center; margin-top: 10px;}
.nyPro_list ul li .nyPro_con:hover a.btn { color: #fd0909;}
.nyPro_list ul li .nyPro_con a.btn i { display: inline-block; vertical-align: middle; width: 18px; height: 18px; overflow: hidden; margin: -2px 0 0 10px;}
.nyPro_list ul li .nyPro_con:hover a.btn i { margin: -2px 0 0 20px;}
.nyPro_list ul li .nyPro_con:hover a.btn i svg path { fill: #fd0909;}
/* nyProducts end */


@media (max-width:1680px) {
  .nyProducts { padding: 60px 0 80px;}
  .nyPro_list ul { margin: 0 -15px 10px;}
}

@media (max-width:1600px) {
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
  body::before { width: calc(50% - 320px);}
  .nyProducts { padding: 40px 0 60px;}
  .nyPro_main .nyPro_left { width: 320px;}
  .nyPro_menu { margin-bottom: 30px;}
  .nyPro_menu ul li .fst a { height: 48px; line-height: 36px; font-size: 16px; padding: 6px 20px; border-radius: 0 24px 24px 0;}
  .nyPro_menu ul li .scd a { line-height: 22px; font-size: 15px;}
  .nyPro_menu ul li .scd a::before { top: 9px;}

  .nyPro_email { padding: 30px 20px;}
  .nyPro_email em { width: 44px; height: 44px; margin: 0 auto 15px;}
  .nyPro_email span { line-height: 30px; font-size: 20px;}
  .nyPro_email p { line-height: 22px; font-size: 15px;}

  .nyPro_main .nyPro_right { width: calc(100% - 320px); padding-left: 40px;}
  .nyPro_right .nyPro_head { margin-bottom: 30px;}
  .nyPro_head p { line-height: 32px; font-size: 22px; padding: 8px 0;}
  .nyPro_head span { line-height: 22px; font-size: 15px;}
  .nyPro_list ul { margin: 0 -12px;}
  .nyPro_list ul li { padding: 0 12px;}
  .nyPro_list ul li .nyPro_con a.name { height: 48px; line-height: 24px; font-size: 16px;}
  .nyPro_list ul li .nyPro_con a.btn { font-size: 15px;}

}

@media (max-width:1366px) {
}

@media (max-width:1280px) {
  body::before { width: calc(50% - 260px);}
  .nyPro_main .nyPro_left { width: 280px;}
  .nyPro_main .nyPro_right { width: calc(100% - 280px); padding-left: 40px;}
  .nyPro_list ul { margin: 0 -10px 10px;}
  .nyPro_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .nyPro_list ul li .nyPro_con { padding: 20px 10px;}
  .nyPro_list ul li .nyPro_con a.pic { height: 180px;}
}

@media (max-width:1200px) {
}

@media (max-width:1080px) {
  body::before { display: none;}
  .nyProducts .nyPro_main { display: block;}
  .nyPro_main .nyPro_left { width: 100%; margin-bottom: 40px; padding: 0;}
  .nyPro_menu { margin-bottom: 0; border-radius: 8px;}
  .nyPro_menu .nyProMenu_head { display: block; width: 100%; height: 60px; overflow: hidden; padding: 10px 20px; background-color: #fd0909; position: relative;}
  .nyPro_menu .nyProMenu_head::before { content: ''; display: block; width: 3px; height: 100%; overflow: hidden; background-color: #222; position: absolute; left: 0; top: 0;}
  .nyPro_menu .nyProMenu_head p { line-height: 40px; color: #fff; font-size: 24px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
  .nyPro_menu .nyProMenu_head em { display: block; width: 40px; height: 40px; overflow: hidden; padding: 8px; position: absolute; top: 10px; right: 20px;}
  .nyPro_menu.show .nyProMenu_head em { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .nyPro_menu ul { display: none; background-color: #fff; padding: 20px;}
  .nyPro_menu.show ul { display: block;}
  .nyPro_menu ul li .fst a { padding: 6px 48px 6px 20px;}
  .nyPro_menu ul li .fst i { display: block; width: 48px; height: 48px; overflow: hidden; padding: 16px; position: absolute; top: 0; right: 0;}  
  .nyPro_menu ul li.active .fst i { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
  .nyPro_menu ul li.active .fst i svg path, .nyPro_menu ul li:hover .fst i svg path { fill: #fff;}

  .nyPro_email { display: none;}

  .nyPro_main .nyPro_right { width: 100%; padding: 0;}
  .nyPro_head p { line-height: 1.5; font-size: 24px; margin-bottom: 12px; padding: 0;}
  .nyPro_list ul li .nyPro_con { padding: 20px;}
  .nyPro_list ul li .nyPro_con a.pic { height: 220px;}
  .nyPro_list ul li .nyPro_con a.name { height: 52px; line-height: 26px; font-size: 18px;}

}

@media (max-width:1024px) {
}

@media (max-width:920px) {
  .nyProducts { padding: 30px 0 40px;}
  .nyPro_main .nyPro_left { margin-bottom: 30px;}
  .nyPro_right .nyPro_head { margin-bottom: 20px;}
  .nyPro_list ul { margin: 0 -10px;}
  .nyPro_list ul li .nyPro_con a.pic { height: 180px;}
  .nyPro_list ul li .nyPro_con a.name { height: 48px; line-height: 24px; font-size: 16px;}
}

@media (max-width:820px) {
  .nyPro_list ul li .nyPro_con { padding: 20px 10px;}
  .nyPro_list ul li .nyPro_con a.pic { height: 170px;}
}

@media (max-width:767px) {
  .nyProducts { padding: 20px 0 40px;}
  .nyPro_main .nyPro_left { margin-bottom: 20px;}
  .nyPro_menu .nyProMenu_head { height: 48px; padding: 6px 20px;}
  .nyPro_menu .nyProMenu_head p { line-height: 36px; font-size: 22px;}
  .nyPro_menu .nyProMenu_head em { width: 40px; height: 40px; padding: 10px; top: 4px; right: 10px;}
  .nyPro_menu ul { padding: 12px;}
  .nyPro_menu ul li .fst a { height: 44px; padding: 4px 44px 4px 12px;}
  .nyPro_menu ul li .fst i { width: 44px; height: 44px; padding: 14px;}
  .nyPro_menu ul li .scd { padding: 12px;}

  .nyPro_head p { font-size: 20px; margin-bottom: 10px;}

  .nyPro_list ul { margin: 0 -6px 8px;}
  .nyPro_list ul li { width: 50%; margin-bottom: 12px; padding: 0 6px;}
  .nyPro_list ul li .nyPro_con { padding: 10px;}
  .nyPro_list ul li .nyPro_con a.pic { height: 130px; margin-bottom: 10px;}
  .nyPro_list ul li .nyPro_con a.name { height: 44px; line-height: 22px; font-size: 15px;}
  .nyPro_list ul li .nyPro_con a.btn { font-size: 14px; margin-top: 6px;}

}

@media (max-width:390px) {
  .nyPro_list ul li .nyPro_con a.pic { height: 120px;}
}

@media (max-width:320px) {
  .nyPro_menu .nyProMenu_head p { font-size: 20px;}
  .nyPro_head p { font-size: 18px;}
  .nyPro_list ul { margin: 0;}
  .nyPro_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .nyPro_list ul li .nyPro_con { padding: 10px;}
  .nyPro_list ul li .nyPro_con a.pic { height: 180px;}
}