
/*nyProductshow_head start*/
.nyProductshow_head { height: 1000px; overflow: hidden; margin-top: 100px; position: relative;}
.nyProductshow_head img.big_ba { display: block;}
.nyProductshow_head img.small_ba { display: none;}
/*nyProductshow_head end*/


/*nyProductshow_data start*/
.nyProductshow_data { margin: -70px auto; background-color: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, .1); position: relative;}
.nyProductshow_data ul { display: flex; align-items: center; justify-content: space-around;}
.nyProductshow_data ul li { padding: 30px 60px;}
.nyProductshow_data ul li p { height: 40px; line-height: 40px; color: #333; font-family: "Aileron-Bold"; font-size: 38px; text-align: center; margin-bottom: 10px;}
.nyProductshow_data ul li p em { display: inline-block; line-height: 40px; color: #333; font-family: "OPPOSans-Heavy"; font-size: 38px; vertical-align: baseline;}
.nyProductshow_data ul li span { display: block; line-height: 30px; color: #808080; font-family: "Aileron-Thin"; font-size: 22px; text-align: center;}
/*nyProductshow_data end*/


.nyProductshow_title, .nyProductshow_tit { margin-bottom: 60px;}
.nyProductshow_title p, .nyProductshow_tit p { line-height: 1.2; color: #4d4d4d; font-family: "Aileron-Bold"; font-size: 58px;}
.nyProductshow_title i { display: block; width: 70px; height: 6px; background-color: #4fbfdd; margin-top: 20px;}
.nyProductshow_title span, .nyProductshow_tit span { display: block; line-height: 1.5; color: #808080; font-family: "Aileron-Thin"; font-size: 24px; margin-top: 40px;}
.nyProductshow_tit p { text-align: center;}
.nyProductshow_tit span { margin-top: 20px; text-align: center;}
.nyProductshow_tit1 p, .nyProductshow_tit1 span { color: #fff; text-align: left;}


/*nyProductshow_part01 start*/
.nyProductshow_part01 { overflow: hidden; padding: 190px 0 120px;}
.nyProShowPart01_main { display: flex; align-items: center;}
.nyProShowPart01_text { width: 40%; padding-right: 120px;}
.nyProShowPart01_dec { margin: -20px 0 0;}
.nyProShowPart01_dec, .nyProShowPart01_dec p { line-height: 1.8 !important; color: #808080 !important; font-family: "Aileron-Thin" !important; font-size: 24px !important;}

.nyProShowPart01_img { width: 60%; position: relative;}
.nyProShowPart01_img .swiper-slide { height: 500px; overflow: hidden; position: relative;}

.nyProShowPart01_img .swiper-button-prev, .nyProShowPart01_img .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 14px; background: rgba(0, 0, 0, 0); border: 1px solid #ddd; border-radius: 0; top: 50%;}
.nyProShowPart01_img .swiper-button-prev { left: -60px; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyProShowPart01_img .swiper-button-next { right: -60px;}
.nyProShowPart01_img .swiper-button-prev:hover, .nyProShowPart01_img .swiper-button-next:hover { background: #4fbfdd; border: 1px solid #4fbfdd;}
.nyProShowPart01_img .swiper-button-prev:hover svg path, .nyProShowPart01_img .swiper-button-next:hover svg path { fill: #ffffff;}
.nyProShowPart01_img .swiper-button-disabled { opacity: .25 !important;}


/*nyProductshow_part02 start*/
.nyProductshow_part02 { overflow: hidden; padding: 120px 0; background-color: #f7f7f7;}
.nyProShowPart02_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px;}
.nyProShowPart02_list ul li { width: 20%; padding: 0 6px;}
.nyProShowPart02_con { height: 310px; overflow: hidden; position: relative;}
.nyProShowPart02_con:hover>img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyProShowPart02_con::before { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background-color: rgba(7, 29, 51, .2); position: absolute; left: 0; top: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProShowPart02_con:hover::before { background-color: rgba(7, 29, 51, .5);}
.nyProShowPart02_con .nyProShowPart02_text { width: 100%; padding: 0 20px; position: absolute; left: 0; top: 20%; z-index: 2;}
.nyProShowPart02_con .nyProShowPart02_text i { display: block; width: 60px; height: 60px; overflow: hidden; margin: 0 auto 10px; position: relative;}
.nyProShowPart02_con .nyProShowPart02_text p { line-height: 1.2; color: #fff; font-family: "Aileron-Bold"; font-size: 28px; text-align: center;}
.nyProShowPart02_con .nyProShowPart02_text span { display: none; line-height: 1.4; color: rgba(255, 255, 255, .7); font-family: "Aileron-Thin"; font-size: 20px; text-align: center; margin-top: 20px;}
.nyProShowPart02_con:hover .nyProShowPart02_text p { display: none;}
.nyProShowPart02_con:hover .nyProShowPart02_text span { display: block;}


/*nyProductshow_part03 start*/
.nyProductshow_part03 { overflow: hidden; padding: 120px 0;}
.nyProShowPart03_con, .nyProShowPart03_con p { line-height: 1.8 !important; color: #808080 !important; font-family: "Aileron-Thin" !important; font-size: 24px !important;}
.nyProShowPart03_con img, .nyProShowPart03_con table, .nyProShowPart03_con tr, .nyProShowPart03_con td, .nyProShowPart03_con p, .nyProShowPart03_con span, .nyProShowPart03_con div, .nyProShowPart03_con video, .nyProShowPart03_con embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%;}
.nyProShowPart03_con table { display: block; width: 100% !important; overflow-x: scroll; padding-bottom: 10px;  border-collapse: separate; border-spacing: 0; margin: 20px 0;}
.nyProShowPart03_con table::-webkit-scrollbar { height: 3px;}
.nyProShowPart03_con table tr th, .nyProShowPart03_con table tr td { margin: -1px 0 0 -1px; padding: 10px; border: 1px solid #ddd !important; border-right: 0 !important;}
.nyProShowPart03_con table tr th:last-child, .nyProShowPart03_con table tr td:last-child { border-right: 1px solid #ddd !important;}
.nyProShowPart03_con table tr { background-color: #f8f8f8 !important; }
.nyProShowPart03_con table tr:nth-child(2n) { background-color: #fff !important;}
.nyProShowPart03_con img { display: block; margin: 20px auto;}
.nyProShowPart03_con p span, .nyProShowPart03_con span, .nyProShowPart03_con p em, .nyProShowPart03_con em { color: #808080 !important; font-family: "Aileron-Thin" !important; font-size: 24px !important;}
.nyProShowPart03_con strong { display: inline-block; line-height: 1.8; color: #333; font-family: "Aileron-Bold" !important; font-size: 24px !important; font-weight: normal; margin: 20px 0 0;}

.nyProShowPart03_video { width: 100%; max-width: 1280px; height: 720px; overflow: hidden; margin: 40px auto 0;}

.nyProShowPart03_btn { display: none; text-align: center; margin-top: 60px;}
.nyProShowPart03_btn a { display: inline-block; vertical-align: top; height: 60px; line-height: 60px; color: #fff; font-family: "Aileron-Thin"; font-size: 26px; background-image: linear-gradient(to bottom, #06bab3, #2f7185); border-radius: 30px; padding: 0 30px 0 5px;}
.nyProShowPart03_btn a i { width: 50px; height: 50px; overflow: hidden; margin: 5px 20px 5px 0; padding: 12px; border: 2px solid #fff; border-radius: 50%; float: left;}


/*nyProductshow_part04 start*/
.nyProductshow_part04 { overflow: hidden; padding: 120px 0; background-color: #f7f7f7;}
.nyProShowPart04_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.nyProShowPart04_list ul li { width: 33.333333%; padding: 0 20px;}
.nyProShowPart04_con { min-height: 100%; overflow: hidden;}
.nyProShowPart04_con a.pic { display: block; width: 100%; height: 400px; overflow: hidden; margin: 0 auto; position: relative;}
.nyProShowPart04_con:hover a.pic img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyProShowPart04_con a.name { display: block; line-height: 1.4; color: #333; font-family: "Aileron-Bold"; font-size: 30px; text-align: center; margin: 30px auto 10px;}
.nyProShowPart04_con:hover a.name { color: #4fbfdd;}
.nyProShowPart04_con p { line-height: 1.5; color: #808080; font-family: "Aileron-Thin"; font-size: 24px; text-align: center;}


/*nyProductshow_part05 start*/
.nyProductshow_part05 { overflow: hidden; padding: 120px 0;}
.nyProShowPart05_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.nyProShowPart05_list ul li { width: 33.333333%; padding: 0 20px;}
.nyProShowPart05_con { height: 640px; overflow: hidden; position: relative;}
.nyProShowPart05_con:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyProShowPart05_con::before { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background-color: rgba(7, 29, 51, .2); position: absolute; left: 0; top: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProShowPart05_con:hover::before { background-color: rgba(7, 29, 51, .5);}
.nyProShowPart05_con .nyProShowPart05_text { width: 100%; padding: 0 30px; position: absolute; left: 0; top: 40%; z-index: 2;}
.nyProShowPart05_con .nyProShowPart05_text p { line-height: 1.5; color: #fff; font-family: "Aileron-Bold"; font-size: 36px; text-align: center;}
.nyProShowPart05_con .nyProShowPart05_text span { display: block; line-height: 1.5; color: rgba(255, 255, 255, .7); font-family: "Aileron-Thin"; font-size: 20px; text-align: center; margin-top: 20px;}


/*nyProductshow_part06 start*/
.nyProductshow_part06 { overflow: hidden; padding: 120px 0; background: #f7f7f7 url(../images/nyProShowPart06_bg.jpg) center center no-repeat; background-size: cover;}
.nyProShowPart06_list { margin-top: 120px;}
.nyProShowPart06_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -40px;}
.nyProShowPart06_list ul li { width: 33.333333%; padding: 0 40px;}
.nyProShowPart06_con { min-height: 100%; overflow: hidden;}
.nyProShowPart06_con i { display: block; width: 200px; height: 200px; overflow: hidden; background-color: rgba(255, 255, 255, .34); border-radius: 50%; margin: 0 auto 30px; position: relative;}
.nyProShowPart06_con p { line-height: 1.5; color: #fff; font-family: "Aileron-Thin"; font-size: 24px; text-align: center;}

.nyProShowPart06_Mobilelist { display: none;}


/*nyProductshow_part07 start*/
.nyProductshow_part07 { overflow: hidden; padding: 120px 0; background-color: #f7f7f7;}
.nyProShowPart07_con, .nyProShowPart07_con p { line-height: 1.8 !important; color: #808080 !important; font-family: "Aileron-Thin" !important; font-size: 24px !important;}
.nyProShowPart07_con img, .nyProShowPart07_con table, .nyProShowPart07_con tr, .nyProShowPart07_con td, .nyProShowPart07_con p, .nyProShowPart07_con span, .nyProShowPart07_con div, .nyProShowPart07_con video, .nyProShowPart07_con embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%;}
.nyProShowPart07_con table { display: block; width: 100% !important; overflow-x: scroll; padding-bottom: 10px;  border-collapse: separate; border-spacing: 0; margin: 20px 0;}
.nyProShowPart07_con table::-webkit-scrollbar { height: 3px;}
.nyProShowPart07_con table tr th, .nyProShowPart07_con table tr td { margin: -1px 0 0 -1px; padding: 10px; border: 1px solid #ddd !important; border-right: 0 !important;}
.nyProShowPart07_con table tr th:last-child, .nyProShowPart07_con table tr td:last-child { border-right: 1px solid #ddd !important;}
.nyProShowPart07_con table tr { background-color: #f8f8f8 !important; }
.nyProShowPart07_con table tr:nth-child(2n) { background-color: #fff !important;}
.nyProShowPart07_con img { margin: 20px auto;}
.nyProShowPart07_con img.big_pic { display: block;}
.nyProShowPart07_con img.small_pic { display: none;}
.nyProShowPart07_con p span, .nyProShowPart07_con span, .nyProShowPart07_con p em, .nyProShowPart07_con em { color: #808080 !important; font-family: "Aileron-Thin" !important; font-size: 24px !important;}
.nyProShowPart07_con strong { display: inline-block; line-height: 1.8; color: #333; font-family: "Aileron-Bold" !important; font-size: 24px !important; font-weight: normal; margin: 20px 0 0;}

.nyProShowPart07_tab { margin-top: 60px; text-align: center;}
.nyProShowPart07_tab ul li { height: 48px; line-height: 46px; color: #808080; font-family: "Aileron-Thin"; font-size: 22px; display: inline-block; vertical-align: top; margin: 0 20px; padding: 0 60px; background-color: #fff; border: 1px solid #d8d8d8; border-radius: 24px; cursor: pointer;}
.nyProShowPart07_tab ul li:hover, .nyProShowPart07_tab ul li.active { color: #fff; background-color: #4d4d4d; border: 1px solid #4d4d4d;}


/*nyProductshow_part08 start*/
.nyProductshow_part08 { overflow: hidden; padding: 120px 0;}
.nyProShowPart08_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.nyProShowPart08_list ul li { width: 25%; padding: 0 20px;}
.nyProShowPart08_con { min-height: 100%; overflow: hidden;}
.nyProShowPart08_con a.pic { display: block; width: 100%; height: 440px; overflow: hidden; margin: 0 auto 40px; position: relative;}
.nyProShowPart08_con:hover a.pic img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyProShowPart08_con a.name { display: block; line-height: 1.4; color: #333; font-family: "Aileron-Thin"; font-size: 28px; text-align: center;}
.nyProShowPart08_con:hover a.name { color: #4fbfdd;}


/*nyProductshow_part09 start*/
.nyProductshow_part09 { overflow: hidden; padding: 120px 0;}
.nyProShowPart09_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px;}
.nyProShowPart09_list ul li { width: 25%; padding: 0 15px;}
.nyProShowPart09_con { height: 500px; overflow: hidden; position: relative;}
.nyProShowPart09_con img.bigImg { display: block;}
.nyProShowPart09_con img.smallImg { display: none;}
.nyProShowPart09_con:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyProShowPart09_con::before { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background-color: rgba(7, 29, 51, .2); position: absolute; left: 0; top: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProShowPart09_con:hover::before { background-color: rgba(7, 29, 51, .5);}
.nyProShowPart09_con .nyProShowPart09_text { width: 100%; padding: 0 30px; position: absolute; left: 0; top: 50%; z-index: 2; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProShowPart09_con .nyProShowPart09_text p { line-height: 1.5; color: #fff; font-family: "Aileron-Bold"; font-size: 32px; text-align: center;}
.nyProShowPart09_con .nyProShowPart09_text span { display: none; line-height: 1.5; color: rgba(255, 255, 255, .7); font-family: "Aileron-Thin"; font-size: 20px; text-align: center; margin-top: 20px;}
.nyProShowPart09_con:hover .nyProShowPart09_text span { display: block;}



@media (max-width:1680px) {
  .nyProductshow_head { height: 880px; margin-top: 80px;}

  .nyProductshow_data { margin: -60px auto;}
  .nyProductshow_data ul li { padding: 20px 50px;}
  .nyProductshow_data ul li p, .nyProductshow_data ul li p em { font-size: 34px;}
  .nyProductshow_data ul li span { font-size: 20px;}

  .nyProductshow_title, .nyProductshow_tit { margin-bottom: 50px;}
  .nyProductshow_title p, .nyProductshow_tit p { font-size: 54px;}
  .nyProductshow_title i, .nyProductshow_tit i { width: 60px; height: 5px;}
  .nyProductshow_title span, .nyProductshow_tit span { font-size: 22px;}

  .nyProductshow_part01 { padding: 160px 0 100px;}
  .nyProShowPart01_text { padding-right: 100px;}
  .nyProShowPart01_dec { margin: -10px 0 0;}
  .nyProShowPart01_dec, .nyProShowPart01_dec p { font-size: 22px !important;}
  .nyProShowPart01_img .swiper-slide { height: 480px;}

  .nyProductshow_part02, .nyProductshow_part03, .nyProductshow_part04, .nyProductshow_part05, .nyProductshow_part06, .nyProductshow_part07, .nyProductshow_part08, .nyProductshow_part09 { padding: 100px 0;}
  .nyProShowPart02_con .nyProShowPart02_text p { font-size: 26px;}
  .nyProShowPart02_con .nyProShowPart02_text span { font-size: 18px;}

  .nyProShowPart03_con .nyProShowPart03_btn, .nyProShowPart07_tab { margin-top: 50px;}
  .nyProShowPart03_con, .nyProShowPart03_con p, .nyProShowPart03_con p span, .nyProShowPart03_con span, .nyProShowPart03_con p em, .nyProShowPart03_con em { font-size: 22px !important;}

  .nyProShowPart04_con a.name, .nyProShowPart05_con a.name { font-size: 28px;}
  .nyProShowPart04_con p, .nyProShowPart05_con p, .nyProShowPart06_con p { font-size: 22px;}

  .nyProShowPart05_con { height: 600px;}
  .nyProShowPart05_con .nyProShowPart05_text p { font-size: 34px;}
  .nyProShowPart05_con .nyProShowPart05_text span { font-size: 20px;}

  .nyProShowPart06_list { margin-top: 100px;}

  .nyProShowPart08_con a.pic { height: 420px; margin-bottom: 30px;}
  .nyProShowPart08_con a.name { font-size: 26px;}

  .nyProShowPart09_con { height: 480px;}
  .nyProShowPart09_con .nyProShowPart09_text p { font-size: 30px;}
  .nyProShowPart02_con .nyProShowPart02_text span { font-size: 20px;}
}

@media (max-width:1600px) {
  .nyProductshow_head { height: 840px;}

  .nyProShowPart01_img .swiper-slide { height: 460px;}

  .nyProShowPart02_con { height: 280px;}
  .nyProShowPart02_con .nyProShowPart02_text p, .nyProShowPart08_con a.name { font-size: 24px;}

  .nyProShowPart04_con a.pic { height: 360px;}

  .nyProShowPart05_con { height: 580px;}

  .nyProShowPart08_con a.pic { height: 400px;}

  .nyProShowPart09_con { height: 460px;}
}

@media (max-width:1560px) {
  .nyProductshow_head { height: 820px;}

  .nyProductshow_data ul li p, .nyProductshow_data ul li p em { font-size: 32px;}

  .nyProShowPart01_text { width: 44%;}
  .nyProShowPart01_img { width: 56%;}
  .nyProShowPart01_img .swiper-slide { height: 440px;}

  .nyProShowPart05_con { height: 560px;}

  .nyProShowPart08_con a.pic { height: 380px;}

  .nyProShowPart09_con { height: 440px;}

}

@media (max-width:1440px) {
  .nyProductshow_head { height: 750px;}

  .nyProductshow_data { margin: -55px auto;}
  .nyProductshow_data ul li { padding: 20px 40px;}
  .nyProductshow_data ul li p, .nyProductshow_data ul li p em { font-size: 30px;}
  .nyProductshow_data ul li span { line-height: 20px; font-size: 18px;}

  .nyProductshow_title, .nyProductshow_tit { margin-bottom: 40px;}
  .nyProductshow_title p, .nyProductshow_tit p { font-size: 50px;}
  .nyProductshow_title i, .nyProductshow_tit i { width: 60px; height: 4px; margin-top: 10px;}
  .nyProductshow_title span, .nyProductshow_tit span { font-size: 20px; margin-top: 30px;}
  .nyProductshow_tit span { margin-top: 20px;}

  .nyProductshow_part01 { padding: 140px 0 80px;}
  .nyProShowPart01_text { padding-right: 80px;}
  .nyProShowPart01_dec { margin: 0;}
  .nyProShowPart01_dec, .nyProShowPart01_dec p { font-size: 20px !important;}
  .nyProShowPart01_img .swiper-slide { height: 400px;}

  .nyProductshow_part02, .nyProductshow_part03, .nyProductshow_part04, .nyProductshow_part05, .nyProductshow_part06, .nyProductshow_part07, .nyProductshow_part08, .nyProductshow_part09 { padding: 80px 0;}
  .nyProShowPart02_con { height: 250px;}
  .nyProShowPart02_con .nyProShowPart02_text { padding: 0 10px; top: 16%;}
  .nyProShowPart02_con .nyProShowPart02_text p, .nyProShowPart08_con a.name { font-size: 22px;}
  .nyProShowPart02_con .nyProShowPart02_text span { font-size: 16px;}

  .nyProShowPart03_con .nyProShowPart03_btn, .nyProShowPart07_tab { margin-top: 40px;}
  .nyProShowPart03_con, .nyProShowPart03_con p, .nyProShowPart03_con p span, .nyProShowPart03_con span, .nyProShowPart03_con p em, .nyProShowPart03_con em { font-size: 20px !important;}

  .nyProShowPart04_con a.pic { height: 320px;}
  .nyProShowPart04_con a.name { margin: 20px 0 10px;}
  .nyProShowPart04_con a.name, .nyProShowPart05_con a.name { font-size: 24px;}
  .nyProShowPart04_con p, .nyProShowPart05_con p, .nyProShowPart06_con p { font-size: 20px;}

  .nyProShowPart05_list ul { margin: 0 -15px;}
  .nyProShowPart05_list ul li { padding: 0 15px;}
  .nyProShowPart05_con { height: 520px;}
  .nyProShowPart05_con .nyProShowPart05_text { padding: 0 20px; top: 32%;}
  .nyProShowPart05_con .nyProShowPart05_text p { font-size: 32px;}
  .nyProShowPart05_con .nyProShowPart05_text span { font-size: 18px; margin-top: 15px;}

  .nyProShowPart06_list { margin-top: 80px;}

  .nyProShowPart08_con a.pic { height: 350px;}

  .nyProShowPart09_con { height: 400px;}
  .nyProShowPart09_con .nyProShowPart09_text { padding: 0 20px;}
  .nyProShowPart09_con .nyProShowPart09_text p { font-size: 26px;}
  .nyProShowPart09_con .nyProShowPart09_text span { font-size: 16px;}
}

@media (max-width:1366px) {
  .nyProductshow_head { height: 712px;}

  .nyProShowPart01_img .swiper-slide { height: 380px;}

  .nyProShowPart02_con { height: 240px;}
  .nyProShowPart02_con .nyProShowPart02_text p { font-size: 20px;}

  .nyProShowPart03_video { max-width: 1200px; height: 675px; margin: 30px auto 0;}

  .nyProShowPart04_con a.pic { height: 300px;}

  .nyProShowPart05_con { height: 500px;}

  .nyProShowPart08_con a.pic { height: 330px;}
  .nyProShowPart08_con a.name { font-size: 22px;}

  .nyProShowPart09_con { height: 380px;}
  .nyProShowPart09_con .nyProShowPart09_text p { font-size: 24px;}

}

@media (max-width:1280px) {
  .nyProductshow_head { height: 640px;}

  .nyProductshow_data { width: 100%; margin: 0 auto;}
  .nyProductshow_data ul li { padding: 30px;}
  .nyProductshow_data ul li p { height: 36px;}
  .nyProductshow_data ul li p, .nyProductshow_data ul li p em { line-height: 36px; font-size: 28px;}

  .nyProductshow_title, .nyProductshow_tit { margin-bottom: 30px;}
  .nyProductshow_title p, .nyProductshow_tit p { font-size: 42px;}
  .nyProductshow_title i, .nyProductshow_tit i { width: 48px; height: 3px; margin-top: 10px;}
  .nyProductshow_title span, .nyProductshow_tit span { font-size: 18px; margin-top: 20px;}

  .nyProductshow_part01, .nyProductshow_part02, .nyProductshow_part03, .nyProductshow_part04, .nyProductshow_part05, .nyProductshow_part06, .nyProductshow_part07, .nyProductshow_part08, .nyProductshow_part09 { padding: 60px 0;}
  .nyProShowPart01_dec, .nyProShowPart01_dec p { font-size: 18px !important;}
  .nyProShowPart01_img .swiper-slide { height: 360px;}

  .nyProShowPart02_con { height: 220px;}
  .nyProShowPart02_con .nyProShowPart02_text { top: 12%;}
  .nyProShowPart02_con .nyProShowPart02_text span { font-size: 14px;}

  .nyProShowPart03_con .nyProShowPart03_btn, .nyProShowPart07_tab { margin-top: 30px;}
  .nyProShowPart03_con, .nyProShowPart03_con p, .nyProShowPart03_con p span, .nyProShowPart03_con span, .nyProShowPart03_con p em, .nyProShowPart03_con em { font-size: 18px !important;}
  .nyProShowPart03_btn a { height: 56px; line-height: 56px; font-size: 24px;}
  .nyProShowPart03_btn a i { width: 46px; height: 46px; padding: 10px;}

  .nyProShowPart03_video { max-width: 1080px; height: 608px; margin: 20px auto 0;}
  .ckplayer-ckplayer .ck-main .ck-center-play { width: 70px !important; height: 70px !important;}

  .nyProShowPart04_con a.pic { height: 285px;}
  .nyProShowPart04_con a.name, .nyProShowPart05_con a.name { font-size: 22px;}
  .nyProShowPart04_con p, .nyProShowPart05_con p, .nyProShowPart06_con p { font-size: 18px;}

  .nyProShowPart05_con { height: 460px;}
  .nyProShowPart05_con .nyProShowPart05_text p { font-size: 30px;}
  .nyProShowPart05_con .nyProShowPart05_text span { margin-top: 10px;}
  
  .nyProShowPart07_tab ul li { height: 44px; line-height: 42px; font-size: 20px; margin: 0 10px; padding: 0 40px;}

  .nyProShowPart08_con a.pic { height: 310px;}
  .nyProShowPart08_con a.name { font-size: 20px;}

  .nyProShowPart09_con { height: 350px;}
  .nyProShowPart09_con .nyProShowPart09_text p { font-size: 22px;}
  .nyProShowPart09_con .nyProShowPart09_text span { font-size: 14px;}
}

@media (max-width:1200px) {
  .nyProductshow_head { height: 620px;}

  .nyProductshow_title p, .nyProductshow_tit p { font-size: 40px;}

  .nyProShowPart02_con { height: 210px;}
  .nyProShowPart02_con .nyProShowPart02_text p { font-size: 18px;}

  .nyProShowPart04_con a.pic { height: 270px;}

  .nyProShowPart05_con { height: 440px;}
  .nyProShowPart05_con .nyProShowPart05_text p { font-size: 28px;}
  .nyProShowPart05_con .nyProShowPart05_text span { font-size: 16px;}

  .nyProShowPart08_con a.pic { height: 290px;}

  .nyProShowPart09_con { height: 330px;}
  .nyProShowPart09_con .nyProShowPart09_text p { font-size: 20px;}

}

@media (max-width:1080px) {
  .nyProductshow_head { height: 600px;}

  .nyMobile_title, .nyProductshow_title, .nyProductshow_tit { margin-bottom: 30px;}
  .nyMobile_title p, .nyProductshow_title p, .nyProductshow_tit p { line-height: 1.2; color: #4d4d4d; font-family: "Aileron-Bold"; font-size: 44px; text-align: center;}
  .nyMobile_title i, .nyProductshow_title i, .nyProductshow_tit i { display: block; width: 60px; height: 4px; background-color: #4fbfdd; margin: 15px auto 0;}
  .nyMobile_title span, .nyProductshow_title span, .nyProductshow_tit span { display: block; line-height: 1.5; color: #808080; font-family: "Aileron-Light"; font-size: 18px; text-align: center; margin-top: 20px;}
  .nyProductshow_tit1 p, .nyProductshow_tit1 span { color: #fff; text-align: left;}

  .nyProShowPart01_main { display: block; align-items: unset;}
  .nyProShowPart01_text { width: 100%; margin-bottom: 30px; padding: 0;}
  .nyProShowPart01_img { width: 100%; padding: 0 60px;}
  .nyProShowPart01_img .swiper-button-prev { left: 0;}
  .nyProShowPart01_img .swiper-button-next { right: 0;}

  .nyProShowPart02_list ul { margin: 0 -6px -12px;}
  .nyProShowPart02_list ul li { width: 33.333333%; margin-bottom: 12px;}
  .nyProShowPart02_list ul li:nth-child(4), .nyProShowPart02_list ul li:nth-child(5) { width: 50%;}
  .nyProShowPart02_con { height: 240px;}
  .nyProShowPart02_con .nyProShowPart02_text { top: 20%;}
  .nyProShowPart02_con .nyProShowPart02_text p { font-size: 20px;}
  .nyProShowPart02_con .nyProShowPart02_text span { font-size: 16px;}

  .nyProShowPart03_btn a { height: 50px; line-height: 50px; font-size: 22px;}
  .nyProShowPart03_btn a i { width: 40px; height: 40px; padding: 9px;}

  .nyProShowPart03_video { max-width: 900px; height: 506px; margin: 20px auto 0;}
  .ckplayer-ckplayer .ck-main .ck-center-play { width: 64px !important; height: 64px !important;}

  .nyProShowPart04_list ul, .nyProShowPart05_list ul { margin: 0 -15px;}
  .nyProShowPart04_list ul li, .nyProShowPart05_list ul li { padding: 0 15px;}
  .nyProShowPart04_con a.pic { height: 240px;}

  .nyProShowPart05_list ul { margin: 0 -12px;}
  .nyProShowPart05_list ul li { padding: 0 12px;}
  .nyProShowPart05_con { height: 400px;}
  .nyProShowPart05_con .nyProShowPart05_text { padding: 0 12px;}
  .nyProShowPart05_con .nyProShowPart05_text p { font-size: 26px;}
  .nyProShowPart05_con .nyProShowPart05_text span { font-size: 16px;}

  .nyProShowPart06_list { margin-top: 60px;}
  .nyProShowPart06_list ul { margin: 0 -30px;}
  .nyProShowPart06_list ul li { padding: 0 30px;}
  .nyProShowPart06_con i { width: 180px; height: 180px; margin: 0 auto 20px;}

  .nyProShowPart08_list ul { margin: 0 -15px;}
  .nyProShowPart08_list ul li { padding: 0 15px;}
  .nyProShowPart08_con a.pic { height: 260px;}

  .nyProShowPart09_list ul { margin: 0 -12px;}
  .nyProShowPart09_list ul li { padding: 0 12px;}
}

@media (max-width:1024px) {
  .nyProductshow_head { height: 560px;}

  .nyProShowPart04_list ul { margin: 0 -10px;}
  .nyProShowPart04_list ul li { padding: 0 10px;}
  .nyProShowPart04_con a.pic { height: 210px;}
  .nyProShowPart04_con a.name { font-size: 20px;}
  .nyProShowPart04_con p, .nyProShowPart06_con p { font-size: 16px;}

  .nyProShowPart05_con { height: 380px;}
}

@media (max-width:920px) {
  .nyProductshow_head { height: 500px;}

  .nyProductshow_data ul li p, .nyProductshow_data ul li p em { font-size: 26px;}

  .nyMobile_title p, .nyProductshow_title p, .nyProductshow_tit p { font-size: 40px;}
  .nyMobile_title span, .nyProductshow_title span, .nyProductshow_tit span { font-size: 18px;}

  .nyProShowPart03_video { max-width: 800px; height: 450px;}
  .ckplayer-ckplayer .ck-main .ck-center-play { width: 60px !important; height: 60px !important;}

  .nyProShowPart05_list ul { margin: 0 -10px;}
  .nyProShowPart05_list ul li { padding: 0 10px;}
  .nyProShowPart05_con { height: 350px;}
  .nyProShowPart05_con .nyProShowPart05_text { padding: 0 10px;}

  .nyProShowPart06_list ul { margin: 0 -15px;}
  .nyProShowPart06_list ul li { padding: 0 15px;}

  .nyProShowPart07_tab ul li { height: 42px; line-height: 40px; font-size: 18px; padding: 0 30px;}

  .nyProShowPart08_list ul { margin: 0 -10px;}
  .nyProShowPart08_list ul li { padding: 0 10px;}
  .nyProShowPart08_con a.pic { height: 230px; margin-bottom: 20px;}
  .nyProShowPart08_con a.name { font-size: 18px;}

  .nyProShowPart09_list ul { margin: 0 -10px;}
  .nyProShowPart09_list ul li { padding: 0 10px;}
  .nyProShowPart09_con { height: 280px;}
  .nyProShowPart09_con .nyProShowPart09_text { padding: 0 10px;}
  .nyProShowPart09_con .nyProShowPart09_text p { font-size: 18px;}

}

@media (max-width:820px) {
  .nyProductshow_head { height: 440px;}

  .nyProductshow_data ul li { padding: 20px;}
  .nyProductshow_data ul li p { height: 32px;}
  .nyProductshow_data ul li p, .nyProductshow_data ul li p em { line-height: 32px; font-size: 24px;}
  .nyProductshow_data ul li span { font-size: 16px;}

  .nyMobile_title p, .nyProductshow_title p, .nyProductshow_tit p { font-size: 36px;}

  .nyProShowPart01_img .swiper-slide { height: 330px;}

  .nyProShowPart02_con .nyProShowPart02_text { top: 16%;}

  .nyProShowPart03_video { max-width: 640px; height: 360px;}

  .nyProShowPart04_con a.pic { height: 190px;}

  .nyProShowPart05_con { height: 300px;}
  .nyProShowPart05_con .nyProShowPart05_text { top: 30%;}
  .nyProShowPart05_con .nyProShowPart05_text p { font-size: 22px;}
  .nyProShowPart05_con .nyProShowPart05_text span { font-size: 14px;}

  .nyProShowPart06_con i { width: 160px; height: 160px;}

  .nyProShowPart07_con img.big_pic { display: none;}
  .nyProShowPart07_con img.small_pic { display: block;}

  .nyProShowPart08_con a.pic { height: 200px;}

  .nyProShowPart09_list ul { margin: 0 -10px -20px;}
  .nyProShowPart09_list ul li { width: 50%; margin-bottom: 20px;}
  .nyProShowPart09_con { height: 260px;}
  .nyProShowPart09_con img.bigImg { display: none;}
  .nyProShowPart09_con img.smallImg { display: block;}
  .nyProShowPart09_con .nyProShowPart09_text span { display: block;}
}

@media (max-width:767px) {
  .nyProductshow_head { height: 600px;}
  .nyProductshow_head img.big_ba { display: none;}
  .nyProductshow_head img.small_ba { display: block;}

  .nyProductshow_data { padding: 0 5%;}
  .nyProductshow_data ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px;}
  .nyProductshow_data ul li { width: 50%; padding: 20px 10px;}
  .nyProductshow_data ul li:nth-child(1), .nyProductshow_data ul li:nth-child(2) { border-bottom: 1px solid #ddd;}
  .nyProductshow_data ul li p { height: 28px; margin-bottom: 6px;}
  .nyProductshow_data ul li p, .nyProductshow_data ul li p em { line-height: 30px; font-size: 22px;}
  .nyProductshow_data ul li span { font-size: 14px;}

  .nyMobile_title, .nyProductshow_title, .nyProductshow_tit { margin-bottom: 20px;}
  .nyMobile_title p, .nyProductshow_title p, .nyProductshow_tit p { font-size: 28px;}
  .nyMobile_title i, .nyProductshow_title i, .nyProductshow_tit i { width: 45px; height: 3px; margin: 10px auto 0;}
  .nyMobile_title span, .nyProductshow_title span, .nyProductshow_tit span { margin-top: 20px; font-size: 16px;}   

  .nyProductshow_part01, .nyProductshow_part02, .nyProductshow_part03, .nyProductshow_part04, .nyProductshow_part05, .nyProductshow_part06, .nyProductshow_part07, .nyProductshow_part08, .nyProductshow_part09 { padding: 40px 0;}
  .nyProShowPart01_text { margin-bottom: 20px;}
  .nyProShowPart01_dec, .nyProShowPart01_dec p { font-size: 16px !important;}
  .nyProShowPart01_img { padding: 0;}
  .nyProShowPart01_img .swiper-slide { height: 200px;}
  .nyProShowPart01_img .swiper-button-prev, .nyProShowPart01_img .swiper-button-next { display: none;}

  .nyProShowPart02_list ul { margin: 0 -5px -10px;}
  .nyProShowPart02_list ul li { width: 50% !important; margin-bottom: 10px; padding: 0 5px;}
  .nyProShowPart02_list ul li:last-child { width: 100% !important;}
  .nyProShowPart02_con { height: 180px;}
  .nyProShowPart02_con .nyProShowPart02_text i { width: 48px; height: 48px;}
  .nyProShowPart02_con .nyProShowPart02_text p { font-size: 16px;}
  .nyProShowPart02_con .nyProShowPart02_text span { font-size: 12px; margin-top: 10px;}

  .nyProShowPart03_con .nyProShowPart03_btn, .nyProShowPart07_tab { margin-top: 20px;}
  .nyProShowPart03_btn a { height: 44px; line-height: 44px; font-size: 18px; padding: 0 20px 0 5px;}
  .nyProShowPart03_btn a i { width: 34px; height: 34px; margin: 5px 10px 5px 0; padding: 9px; border: 1px solid #fff;}

  .nyProShowPart03_video { max-width: 360px; height: 320px;}
  .ckplayer-ckplayer .ck-main .ck-center-play { width: 50px !important; height: 50px !important; border: 4px solid rgba(79,191,221,.6) !important;}

  .nyProShowPart04_list ul, .nyProShowPart05_list ul { margin: 0 0 -20px;}
  .nyProShowPart04_list ul li, .nyProShowPart05_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .nyProShowPart05_con { height: 220px;}
  .nyProShowPart05_con .nyProShowPart05_text { top: 25%;}
  .nyProShowPart05_con .nyProShowPart05_text p { font-size: 28px;}
  .nyProShowPart05_con .nyProShowPart05_text span { font-size: 16px;}

  .nyProShowPart06_list { display: none;}
  .nyProShowPart06_Mobilelist { display: block; overflow: hidden; padding: 40px 0;}
  .nyProShowPart06_Mobilelist ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px;}
  .nyProShowPart06_Mobilelist ul li { width: 33.333333%; padding: 0 6px;}
  .nyProShowPart06_Mobilecon { min-height: 100%; overflow: hidden;}
  .nyProShowPart06_Mobilecon i { display: block; width: 100px; height: 100px; overflow: hidden; background-color: #f9f9f9; border: 1px solid #f0f0f0; border-radius: 50%; margin: 0 auto 20px; position: relative;}
  .nyProShowPart06_Mobilecon i img { width: 52px; height: 52px;}
  .nyProShowPart06_Mobilecon p { line-height: 1.5; color: #808080; font-family: "Aileron-Regular"; font-size: 12px; text-align: center;}

  .nyProShowPart08_list ul { margin: 0 -10px;}
  .nyProShowPart08_list ul li { width: 50%; padding: 20px 10px 0; border-right: 1px solid #e6e6e6;}
  .nyProShowPart08_list ul li:nth-child(2n) { border-right: 0;}
  .nyProShowPart08_list ul li:nth-child(1) { border-bottom: 1px solid #e6e6e6; padding: 0 10px 20px;}
  .nyProShowPart08_list ul li:nth-child(2) { border-bottom: 1px solid #e6e6e6; padding: 0 10px 20px;}
  .nyProShowPart08_con a.name { font-size: 16px;}

  .nyProShowPart09_list ul { margin: 0 0 -20px;}
  .nyProShowPart09_list ul li { width: 100%; padding: 0;}
  .nyProShowPart09_con { height: 220px;}
  .nyProShowPart09_con .nyProShowPart09_text p { font-size: 20px;}
  .nyProShowPart09_con .nyProShowPart09_text span { margin-top: 10px;}
}

@media (max-width:390px) {
  .nyProductshow_head { height: 560px; margin-top: 64px;}

  .nyMobile_title p, .nyProductshow_title p { font-size: 24px;}

  .nyProShowPart01_img .swiper-slide { height: 190px;}

  .nyProShowPart03_video { height: 290px;}

}

@media (max-width:320px) {
  .nyProductshow_head { height: 460px;}

  .nyProductshow_data ul { margin: 0 -5px;}
  .nyProductshow_data ul li { padding: 20px 5px;}
  .nyProductshow_data ul li p { height: 26px;}
  .nyProductshow_data ul li p, .nyProductshow_data ul li p em { line-height: 26px; font-size: 18px;}

  .nyMobile_title p, .nyProductshow_title p { font-size: 22px;}
  .nyMobile_title span, .nyProductshow_title span { font-size: 16px;}

  .nyProShowPart01_img .swiper-slide { height: 155px;}

  .nyProShowPart02_list ul { margin: 0 0 -10px;}
  .nyProShowPart02_list ul li { width: 100% !important; padding: 0;}

  .nyProShowPart03_video { height: 254px;}
  
  .nyProShowPart05_con { height: 170px;}
  .nyProShowPart05_con .nyProShowPart05_text { top: 22%;}
  .nyProShowPart05_con .nyProShowPart05_text p { font-size: 22px;}
  .nyProShowPart05_con .nyProShowPart05_text span { font-size: 14px;}

  .nyProShowPart06_Mobilelist ul { margin: 0 0 -20px;}
  .nyProShowPart06_Mobilelist ul li { width: 100%; margin-bottom: 20px; padding: 0;}

  .nyProShowPart07_tab ul li { height: 36px; line-height: 34px; font-size: 16px; margin: 0 4px; padding: 0 20px;}

  .nyProShowPart08_con a.pic { height: 160px;}

  .nyProShowPart09_con { height: 170px;}
  .nyProShowPart09_con .nyProShowPart09_text p { font-size: 18px;}

}

