/*nyProShow_head start*/
.nyProShow_head { overflow: hidden; padding: 170px 0 100px; background: url(../images/proShowBg.jpg) center bottom no-repeat; background-size: cover;}
.nyProShowHead_main { display: flex; align-items: center; justify-content: center;}
.nyProShowHead_main .nyProShowHead_img { display: flex; align-items: center; justify-content: center; flex-direction: row-reverse; width: 66%; height: 436px; position: relative;}
.nyProShow_big { width: calc(100% - 100px); height: 100%; overflow: hidden; padding: 0 50px;}
.nyProShow_big .swiper-container, .nyProShow_small .swiper-container { height: 100%;}
.nyProShow_big .swiper-slide { height: 100%; overflow: hidden; position: relative;}

.nyProShow_small { width: 100px; height: 100%;}
.nyProShow_small .swiper-slide { overflow: hidden; background-color: #fff; border: 1px solid #fff; border-radius: 8px; position: relative; cursor: pointer;}
.nyProShow_small .swiper-slide.swiper-slide-thumb-active { border: 1px solid #034b9d;}

.nyProShowHead_main .nyProShowHead_text { width: 34%;}
.nyProShowHead_text .nyProShowHead_name { line-height: 44px; color: #222; font-size: 36px; font-weight: bold;}
.nyProShowHead_text .nyProShowHead_name span { display: inline-block; line-height: 44px; color: #034b9d; font-size: 36px; font-weight: bold;}
.nyProShowHead_text .nyProShowHead_tit { line-height: 30px; color: #222; font-size: 18px; font-weight: bold; margin-bottom: 15px; position: relative;}
.nyProShowHead_text .nyProShowHead_tit::after { content: ''; display: block; width: calc(100% - 90px); height: 1px; background-color: #c5ceda; position: absolute; top: 50%; right: 0;}
.nyProShowHead_text .nyProShowHead_ms, .nyProShowHead_text .nyProShowHead_cs { margin-top: 30px;}
.nyProShowHead_text .nyProShowHead_ms h1 { max-height: 84px; overflow: hidden; line-height: 28px; color: #555; font-size: 16px; text-align: justify; display: -webkit-box; text-overflow: ellipsis; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.nyProShowHead_cs ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px;}
.nyProShowHead_cs ul li { width: 50%; padding: 0 10px;}
.nyProShowHead_cs ul li .con { min-height: 100%; overflow: hidden; padding: 15px 20px; background-color: rgba(255, 255, 255, .35); border-radius: 8px;}
.nyProShowHead_cs ul li .con span { display: block; line-height: 24px; color: #555; font-size: 16px; margin-bottom: 6px; padding-left: 12px; position: relative;}
.nyProShowHead_cs ul li .con span::before { content: ''; display: block; width: 4px; height: 4px; background-color: #034b9d; border-radius: 50%; position: absolute; left: 0; top: 10px;}
.nyProShowHead_cs ul li .con p { line-height: 24px; color: #222; font-size: 16px; font-weight: bold;}
.nyProShowHead_text .nyProShowHead_btn { margin-top: 50px;}
.nyProShowHead_btn a { display: inline-block; vertical-align: top; height: 48px; line-height: 48px; color: #fff; font-size: 16px; padding: 0 40px; background-color: #034b9d; border-radius: 24px;}
.nyProShowHead_btn a i { display: inline-block; vertical-align: middle; width: 20px; height: 20px; overflow: hidden; margin: -4px 10px 0 0;}
.nyProShowHead_btn a:hover i { margin: -4px 20px 0 0;}
/*nyProShow_head end*/


/*nyProShow_bar start*/
.nyProShow_bar { overflow: hidden; border-bottom: 1px solid #e6e6e6;}
.nyProShow_crumb { max-width: 50%; padding: 25px 0; float: left;}
.nyProShow_crumb p { display: inline-block; vertical-align: top; max-width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 30px; position: relative;}
.nyProShow_crumb p em { display: block; width: 18px; height: 18px; overflow: hidden; margin-top: -9px; position: absolute; left: 0; top: 50%; opacity: 1;}
.nyProShow_crumb p a { color: #999;}
.nyProShow_crumb p a:hover { color: #034b9d;}
.nyProShow_crumb p i { display: inline-block; width: 13px; height: 30px; overflow: hidden; vertical-align: top; margin: 0 6px; opacity: 1;}

.nyProShow_menu { float: right;}
.nyProShow_menu ul li { margin-right: 60px; float: left; position: relative;}
.nyProShow_menu ul li:last-child { margin-right: 0;}
.nyProShow_menu ul li::before, .nyProShow_menu ul li::after { content: ''; display: none; border-radius: 50%; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nyProShow_menu ul li::before { width: 44px; height: 44px; bottom: -22px; background-color: rgba(3, 75, 157, .05);}
.nyProShow_menu ul li::after { width: 28px; height: 28px; bottom: -14px; background-color: rgba(3, 75, 157, .05);}
.nyProShow_menu ul li:hover::before, .nyProShow_menu ul li:hover::after, .nyProShow_menu ul li.active::before, .nyProShow_menu ul li.active::after { display: block;}
.nyProShow_menu ul li a { display: block; height: 80px; overflow: hidden; line-height: 40px; color: #555; font-size: 18px; font-weight: bold; padding: 20px 0; position: relative;}
.nyProShow_menu ul li:hover a, .nyProShow_menu ul li.active a { color: #034b9d;}
.nyProShow_menu ul li a::after { content: ''; display: none; width: 16px; height: 16px; background-color: rgba(3, 75, 157, .1); border-radius: 50%; position: absolute; left: 50%; bottom: -8px; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nyProShow_menu ul li:hover a::after, .nyProShow_menu ul li.active a::after { display: block;}
/*nyProShow_bar end*/


.nyProShow_title { line-height: 50px; color: #222; font-size: 44px; text-align: center; margin-bottom: 50px;}


/*nyProShow_profile start*/
.nyProShow_profile { overflow: hidden; padding: 100px 0;}
.nyProShow_con { min-height: 240px; padding: 40px 60px; background-color: #fff; border-radius: 12px; box-shadow: 0 0 12px rgba(0, 0, 0, .05);}
.nyProShow_con, .nyProShow_con div, .nyProShow_con p { line-height: 30px !important; font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft Yahei', 'sans-serif'!important; color: #555!important; font-size: 16px!important;}
.nyProShow_con div, .nyProShow_con p { margin: 10px 0;}
.nyProShow_con br { display: none;}
.nyProShow_con table, .nyProShow_con tr, .nyProShow_con td, .nyProShow_con p, .nyProShow_con span, .nyProShow_con div, .nyProShow_con video, .nyProShow_con embed { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100%;}
.nyProShow_con img { display: block; max-width: 100% !important; margin: 30px auto;}
.nyProShow_con p span, .nyProShow_con span, .nyProShow_con p em, .nyProShow_con em { color: #555 !important; font-family: '\5FAE\8F6F\96C5\9ED1', 'Arial', 'Microsoft Yahei', 'sans-serif' !important; font-size: 16px !important;}
.nyProShow_con b { color: #222; font-size: 24px !important; font-weight: bold;}
.nyProShow_con table { display: block; width: 100% !important; overflow-x: scroll; padding-bottom: 0;  border-collapse: separate; border-spacing: 0; margin: 20px 0;}
.nyProShow_con table::-webkit-scrollbar { height: 3px;}
.nyProShow_con table tr th, .nyProShow_con table tr td { margin: -1px 0 0 -1px; padding: 10px; border: 1px solid #ddd !important; border-right: 0 !important; border-bottom: 0 !important;}
.nyProShow_con table tr th:last-child, .nyProShow_con table tr td:last-child { border-right: 1px solid #ddd !important;}
.nyProShow_con table tr { background-color: #f8f8f8;}
.nyProShow_con table tr:nth-child(2n) { background-color: #fff;}

/*nyProShow_profile end*/


/*nyProShow_feature start*/
.nyProShow_feature { overflow: hidden; padding: 100px 0; background: #d6dfea url(../images/featureBg.jpg) center top no-repeat; background-size: cover;}
.nyProFeature_swiper { padding-bottom: 50px; position: relative;}
.nyProFeature_swiper .swiper-slide { overflow: hidden; padding: 45px; background-color: rgba(0, 0, 0, 0); border: 1px solid #b9c3d3; border-radius: 12px;}
.nyProFeature_swiper .swiper-slide:hover { background-color: #034b9d; border: 1px solid #034b9d;}
.nyProFeature_swiper .swiper-slide .ico { text-align: right;}
.nyProFeature_swiper .swiper-slide .ico i { display: inline-block; vertical-align: top; width: 80px; height: 80px; overflow: hidden; background-color: #034b9d; border-radius: 8px;}
.nyProFeature_swiper .swiper-slide:hover .ico i { background-color: #fff;}
.nyProFeature_swiper .swiper-slide .ico i img { display: block; width: 80px; height: 160px; margin: 0 auto;}
.nyProFeature_swiper .swiper-slide:hover .ico i img { margin: -80px auto 0;}
.nyProFeature_swiper .swiper-slide p { width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 24px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 20px 0 10px;}
.nyProFeature_swiper .swiper-slide span { display: block; width: 100%; height: 84px; overflow: hidden; line-height: 28px; color: #777; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.nyProFeature_swiper .swiper-slide:hover p { color: #fff;}
.nyProFeature_swiper .swiper-slide:hover span { color: rgba(255, 255, 255, .5);}

.nyProFeature_swiper .swiper-pagination { width: 100%; height: 4px; bottom: 0 !important;}
.nyProFeature_swiper .swiper-pagination span { width: 24px; height: 4px; background-color: #fff; border-radius: 2px; margin: 0 4px; opacity: 1; vertical-align: top;}
.nyProFeature_swiper .swiper-pagination span.swiper-pagination-bullet-active { background-color: #034b9d;}
/*nyProShow_feature end*/


/*nyProShow_parameter start*/
.nyProShow_parameter { overflow: hidden; padding: 100px 0;}

/*nyProShow_parameter end*/


/*nyProShow_case start*/
.nyProShow_case { overflow: hidden; padding: 100px 0; background-color: #f8f8f8;}
.nyProCase_swiper { position: relative;}
.nyProCase_swiper .swiper-slide { height: 540px; overflow: hidden; border-radius: 12px; position: relative;}
.nyProCase_swiper .swiper-slide .pic, .nyProCase_swiper .swiper-slide .pic a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProCase_swiper .swiper-slide:hover .pic a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.nyProCase_swiper .swiper-slide .pic a::after { content: ''; display: block; width: 100%; height: 60%; overflow: hidden; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)); position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyProCase_swiper .swiper-slide:hover .pic a::after { background-image: linear-gradient(to bottom, rgba(3, 75, 157, 0), rgba(3, 75, 157, 1));}
.nyProCase_swiper .swiper-slide .text { width: 100%; padding: 0 40px 30px; position: absolute; left: 0; bottom: 0; z-index: 1;}
.nyProCase_swiper .swiper-slide .text a.name { display: block; line-height: 32px; color: #fff; font-size: 22px; font-weight: bold;}
.nyProCase_swiper .swiper-slide .text em { display: block; width: 40px; height: 3px; margin: 10px 0; background-color: #034b9d; border-radius: 2px;}
.nyProCase_swiper .swiper-slide:hover .text em { background-color: #fff;}
.nyProCase_swiper .swiper-slide .text p.ms { max-height: 56px; overflow: hidden; line-height: 28px; color: rgba(255, 255, 255, .55); font-size: 16px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.nyProCase_swiper .swiper-button-prev, .nyProCase_swiper .swiper-button-next { width: 60px; height: 60px; margin-top: -30px; padding: 18px; background: rgba(0, 0, 0, .55); border-radius: 0; top: 50%; opacity: 1;}
.nyProCase_swiper .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nyProCase_swiper .swiper-button-next { right: 0;}
.nyProCase_swiper .swiper-button-prev:hover, .nyProCase_swiper .swiper-button-next:hover { background: #034b9d;}
.nyProCase_swiper .swiper-button-disabled { opacity: .25 !important;}
/*nyProShow_case end*/


/*nyProShow_tjPro start*/
.nyProShow_tjPro { overflow: hidden; padding: 100px 0;}
.nyProTjpro_swiper { padding-bottom: 50px; position: relative;}
.nyProTjpro_swiper .swiper-container { margin: -30px; padding: 30px;}
.nyProTjpro_swiper .swiper-slide .con { overflow: hidden; padding: 24px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 8px; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.nyProTjpro_swiper .swiper-slide .con:hover { border: 1px solid #034b9d; box-shadow: 0 8px 20px rgba(3, 75, 157, .16);}
.nyProTjpro_swiper .swiper-slide .con .pic { width: 100%; height: 240px; overflow: hidden; margin-bottom: 24px;}
.nyProTjpro_swiper .swiper-slide .con .pic a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProTjpro_swiper .swiper-slide .con:hover .pic a img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.nyProTjpro_swiper .swiper-slide .con .name { display: block; width: 100%; text-align: center;}
.nyProTjpro_swiper .swiper-slide .con .name a { display: inline-block; vertical-align: top; max-width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding-right: 30px; position: relative;}
.nyProTjpro_swiper .swiper-slide .con:hover .name a { color: #034b9d;}
.nyProTjpro_swiper .swiper-slide .con .name a i { display: block; width: 20px; height: 20px; overflow: hidden; padding: 4px; background-color: #ddd; border-radius: 50%; position: absolute; top: 5px; right: 0;}
.nyProTjpro_swiper .swiper-slide .con:hover .name a i { background-color: #034b9d;}

.nyProTjpro_swiper .swiper-pagination { width: 100%; height: 4px; bottom: 0 !important;}
.nyProTjpro_swiper .swiper-pagination span { width: 24px; height: 4px; background-color: #ddd; border-radius: 2px; margin: 0 4px; opacity: 1; vertical-align: top;}
.nyProTjpro_swiper .swiper-pagination span.swiper-pagination-bullet-active { background-color: #034b9d;}
/*nyProShow_tjPro end*/


@media (max-width:1680px) {
  .nyProShow_head { padding: 150px 0 80px;}
  .nyProShowHead_main .nyProShowHead_img { width: 60%;}
  .nyProShow_big { padding: 0 40px;}
  .nyProShowHead_main .nyProShowHead_text { width: 40%; padding-left: 40px;}
  .nyProShowHead_text .nyProShowHead_btn { margin-top: 40px;}

  .nyProShow_profile, .nyProShow_feature, .nyProShow_parameter, .nyProShow_case, .nyProShow_tjPro { padding: 80px 0;}

  .nyProShow_title { line-height: 44px; font-size: 40px; margin-bottom: 40px;}
  .nyProShow_con { padding: 30px 50px;}

  .nyProFeature_swiper, .nyProTjpro_swiper { padding-bottom: 40px;}
  .nyProFeature_swiper .swiper-slide { padding: 40px;}

}

@media (max-width:1600px) {
  .nyProShowHead_main .nyProShowHead_img { width: 55%;}
  .nyProShowHead_main .nyProShowHead_text { width: 45%;}
  .nyProShowHead_text .nyProShowHead_name, .nyProShowHead_text .nyProShowHead_name span { line-height: 40px; font-size: 32px;}
  .nyProShowHead_text .nyProShowHead_ms, .nyProShowHead_text .nyProShowHead_cs { margin-top: 24px;}
  .nyProShowHead_text .nyProShowHead_tit { margin-bottom: 12px;}

  .nyProShow_title { line-height: 40px; font-size: 36px;}

  .nyProFeature_swiper .swiper-slide p { height: 30px; line-height: 30px; font-size: 22px;}

  .nyProCase_swiper .swiper-slide { height: 500px;}
  .nyProCase_swiper .swiper-slide .text a.name { line-height: 30px; font-size: 20px;}

  .nyProTjpro_swiper .swiper-slide .con { padding: 20px;}
  .nyProTjpro_swiper .swiper-slide .con .pic { margin-bottom: 20px;}
  
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyProShow_head { padding: 120px 0 60px;}
  .nyProShowHead_main .nyProShowHead_img { height: 430px;}
  .nyProShow_big { padding: 0 30px;}
  .nyProShowHead_main .nyProShowHead_text { padding-left: 30px;}

  .nyProShow_crumb { padding: 15px 0;}
  .nyProShow_crumb p, .nyProShow_crumb p a { font-size: 15px;}
  .nyProShow_menu ul li { margin-right: 40px;}
  .nyProShow_menu ul li::before { width: 30px; height: 30px; bottom: -15px;}
  .nyProShow_menu ul li::after { width: 20px; height: 20px; bottom: -10px;}
  .nyProShow_menu ul li a::after { width: 12px; height: 12px; bottom: -6px;}
  .nyProShow_menu ul li a { height: 60px; padding: 10px 0;}
  
  .nyProShow_profile, .nyProShow_feature, .nyProShow_parameter, .nyProShow_case, .nyProShow_tjPro { padding: 60px 0;}

  .nyProShowHead_text .nyProShowHead_name, .nyProShowHead_text .nyProShowHead_name span { font-size: 30px;}
  .nyProShowHead_text .nyProShowHead_ms, .nyProShowHead_text .nyProShowHead_cs { margin-top: 20px;}
  .nyProShowHead_text .nyProShowHead_tit { margin-bottom: 10px;}
  .nyProShowHead_text .nyProShowHead_ms h1 { max-height: 75px; line-height: 25px; font-size: 15px;}
  .nyProShowHead_cs ul li .con span { font-size: 15px;}
  .nyProShowHead_text .nyProShowHead_btn { margin-top: 32px;}

  .nyProShow_title { font-size: 32px; margin-bottom: 30px;}
  .nyProShow_con { padding: 20px 40px;}
  .nyProShow_con, .nyProShow_con div, .nyProShow_con p, .nyProShow_con p span, .nyProShow_con span, .nyProShow_con p em, .nyProShow_con em { font-size: 15px!important;}

  .nyProFeature_swiper, .nyProTjpro_swiper { padding-bottom: 34px;}
  .nyProFeature_swiper .swiper-slide { padding: 24px;}
  .nyProFeature_swiper .swiper-slide p { font-size: 20px;}
  .nyProFeature_swiper .swiper-slide span { height: 75px; line-height: 25px; font-size: 15px;}

  .nyProCase_swiper .swiper-slide { height: 440px;}
  .nyProCase_swiper .swiper-slide .text { padding: 0 30px 20px;}
  .nyProCase_swiper .swiper-slide .text a.name { font-size: 18px;}
  .nyProCase_swiper .swiper-slide .text em { width: 36px;}
  .nyProCase_swiper .swiper-slide .text p.ms { max-height: 50px; line-height: 25px; font-size: 15px;}

  .nyProTjpro_swiper .swiper-slide .con { padding: 15px;}
  .nyProTjpro_swiper .swiper-slide .con .pic { height: 220px; margin-bottom: 15px;}
}

@media (max-width:1366px) {
}

@media (max-width:1280px) {
  .nyProShowHead_main .nyProShowHead_img { height: 390px;}
  .nyProShow_small { width: 90px;}
  .nyProShow_big { width: calc(100% - 90px);}
  .nyProShowHead_text .nyProShowHead_name, .nyProShowHead_text .nyProShowHead_name span { line-height: 36px; font-size: 26px;}
  .nyProShowHead_text .nyProShowHead_tit { font-size: 16px;}
  .nyProShowHead_text .nyProShowHead_tit::after { width: calc(100% - 74px);}
  .nyProShowHead_text .nyProShowHead_ms h1 { max-height: 72px; line-height: 24px; font-size: 14px;}
  .nyProShowHead_cs ul li .con { padding: 12px 20px;}
  .nyProShowHead_cs ul li .con span { font-size: 14px; margin-bottom: 4px;}
  .nyProShowHead_btn a { height: 45px; line-height: 45px; font-size: 15px; padding: 0 30px;}
  .nyProShowHead_btn a i { width: 18px; height: 18px;}

  .nyProShow_menu ul li { margin-right: 30px;}
  .nyProShow_menu ul li a { font-size: 16px;}

  .nyProShow_title { font-size: 30px;}

  .nyProFeature_swiper, .nyProTjpro_swiper { padding-bottom: 30px;}
  .nyProFeature_swiper .swiper-slide { padding: 20px; border-radius: 10px;}
  .nyProFeature_swiper .swiper-slide p { font-size: 18px;}
  .nyProFeature_swiper .swiper-slide span { height: 72px; line-height: 24px; font-size: 14px;}

  .nyProCase_swiper .swiper-slide { height: 400px; border-radius: 10px;}
  .nyProCase_swiper .swiper-slide .text p.ms { max-height: 48px; line-height: 24px; font-size: 14px;}

  .nyProTjpro_swiper .swiper-slide .con { padding: 10px;}
  .nyProTjpro_swiper .swiper-slide .con .pic { height: 200px; margin-bottom: 10px;}
  .nyProTjpro_swiper .swiper-slide .con .name a { font-size: 16px;}
}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .nyProShow_head { padding: 60px 0;}
  .nyProShowHead_main .nyProShowHead_img { height: 350px;}
  .nyProShow_small { width: 80px;}
  .nyProShow_small .swiper-slide { border-radius: 4px;}
  .nyProShow_big { width: calc(100% - 80px);}
  .nyProShowHead_text .nyProShowHead_name, .nyProShowHead_text .nyProShowHead_name span { line-height: 32px; font-size: 24px;}
  .nyProShowHead_text .nyProShowHead_ms, .nyProShowHead_text .nyProShowHead_cs { margin-top: 12px;}
  .nyProShowHead_text .nyProShowHead_tit { line-height: 25px; font-size: 15px;}
  .nyProShowHead_cs ul li .con { padding: 10px 15px;}
  .nyProShowHead_cs ul li .con span { margin-bottom: 0;}
  .nyProShowHead_cs ul li .con p { font-size: 14px;}
  .nyProShowHead_text .nyProShowHead_btn { margin-top: 24px;}

  .nyProShow_menu ul li { margin-right: 20px;}
  .nyProShow_menu ul li a { font-size: 15px;}

  .nyProCase_swiper .swiper-slide { height: 350px;}
  .nyProCase_swiper .swiper-slide .text a.name { font-size: 16px;}
  .nyProCase_swiper .swiper-slide .text em { height: 2px;}
  .nyProCase_swiper .swiper-button-prev, .nyProCase_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: -25px; padding: 16px;}

  .nyProShow_title { line-height: 36px; font-size: 28px;}
  .nyProShow_con { padding: 15px 30px;}
  .nyProTjpro_swiper .swiper-slide .con .pic { height: 180px;}

}

@media (max-width:1024px) {
  .nyProShow_head, .nyProShow_profile, .nyProShow_feature, .nyProShow_parameter, .nyProShow_case, .nyProShow_tjPro { padding: 40px 0;}

  .nyProShow_big { padding: 0 20px;}
  .nyProShowHead_main .nyProShowHead_text { padding-left: 20px;}
  .nyProShowHead_text .nyProShowHead_name, .nyProShowHead_text .nyProShowHead_name span { font-size: 20px;}
  .nyProShowHead_cs ul { margin: 0 -5px;}
  .nyProShowHead_cs ul li { padding: 0 5px;}

  .nyProShow_title { line-height: 32px; font-size: 24px; margin-bottom: 20px;}
  .nyProShow_con { padding: 10px 20px;}

  .nyProFeature_swiper, .nyProTjpro_swiper { padding-bottom: 24px;}
  .nyProFeature_swiper .swiper-pagination, .nyProTjpro_swiper .swiper-pagination { height: 3px;}
  .nyProFeature_swiper .swiper-pagination span, .nyProTjpro_swiper .swiper-pagination span { width: 15px; height: 3px;}
  .nyProCase_swiper .swiper-slide { height: 320px;}
  .nyProCase_swiper .swiper-slide .text { padding: 0 20px 20px;}

  .nyProTjpro_swiper .swiper-slide .con .pic { height: 170px;}
  .nyProTjpro_swiper .swiper-slide .con .name a { font-size: 15px;}
}

@media (max-width:920px) {
  .nyProShowHead_main .nyProShowHead_img { width: 45%; height: auto; padding: 0 10px; display: block; align-items: inherit; justify-content: inherit; flex-direction: inherit;}
  .nyProShow_big { width: 100%; height: 250px; margin-bottom: 20px; padding: 0; float: none;}
  .nyProShow_small { width: 100%; height: 60px; margin-top: 10px; float: none;}
  .nyProShowHead_main .nyProShowHead_text { width: 55%; padding-left: 30px;}

  .nyProShow_crumb { max-width: 100%; width: 100%; float: none;}
  .nyProShow_menu { width: 100%; text-align: center; float: none;}
  .nyProShow_menu ul li { display: inline-block; vertical-align: top; margin: 0; padding: 0 10px; float: none;}
  .nyProShow_menu ul li a { font-size: 18px; padding: 5px 0 15px;}

  .nyProFeature_swiper .swiper-slide p { font-size: 16px; margin: 10px 0 5px;}

  .nyProCase_swiper .swiper-slide { height: 300px; border-radius: 8px;}

  .nyProTjpro_swiper .swiper-slide .con .pic { height: 200px;}
  .nyProTjpro_swiper .swiper-slide .con .name a { font-size: 16px;}
}

@media (max-width:820px) {
  .nyProTjpro_swiper .swiper-slide .con .pic { height: 180px;}
}

@media (max-width:767px) {
  .nyProShowHead_main { display: block; align-items: inherit; justify-content: inherit;}
  .nyProShowHead_main .nyProShowHead_img { width: 100%; padding: 0;}
  .nyProShow_big { height: 240px;}
  .nyProShowHead_main .nyProShowHead_text { width: 100%; margin-top: 20px; padding-left: 0; float: none;}
  .nyProShowHead_text .nyProShowHead_name, .nyProShowHead_text .nyProShowHead_name span { font-size: 22px;}
  .nyProShowHead_text .nyProShowHead_btn { margin-top: 20px;}

  .nyProShow_crumb p, .nyProShow_crumb p a { font-size: 14px;}
  .nyProShow_menu ul li { padding: 0 6px;}
  .nyProShow_menu ul li a { height: 45px; line-height: 30px; font-size: 15px; padding: 0 0 15px;}

  .nyProShow_title { line-height: 30px; font-size: 22px; margin-bottom: 20px;}

  .nyProFeature_swiper .swiper-slide p { font-size: 18px; margin: 20px 0 10px;}

  .nyProShow_case { padding: 40px 3%;}
  .nyProCase_swiper .swiper-slide { height: 280px;}
  .nyProCase_swiper .swiper-slide .text a.name { font-size: 18px;}
  .nyProCase_swiper .swiper-button-prev { left: -10px;}
  .nyProCase_swiper .swiper-button-next { right: -10px;}
  .nyProCase_swiper .swiper-button-prev, .nyProCase_swiper .swiper-button-next { width: 44px; height: 44px; margin-top: -22px; padding: 14px;}
  
  .nyProTjpro_swiper .swiper-slide .con .pic { height: 140px;}
  .nyProTjpro_swiper .swiper-slide .con .name a { font-size: 15px; padding-right: 24px;}
}

@media (max-width:390px) {
  .nyProShow_big { height: 230px;}

  .nyProCase_swiper .swiper-slide { height: 250px;}

  .nyProTjpro_swiper .swiper-slide .con .pic { height: 130px;}
}

@media (max-width:320px) {
  .nyProShow_big { height: 200px;}
  .nyProShowHead_text .nyProShowHead_name, .nyProShowHead_text .nyProShowHead_name span { font-size: 20px;}

  .nyProShow_menu ul li { padding: 0 2px;}
  .nyProShow_menu ul li a { height: 42px; line-height: 30px; font-size: 14px; padding: 0 0 12px;}

  .nyProCase_swiper .swiper-slide .text a.name { line-height: 26px; font-size: 16px;}

  .nyProTjpro_swiper .swiper-slide .con { padding: 20px;}
  .nyProTjpro_swiper .swiper-slide .con .pic { height: 200px; margin-bottom: 20px;}
  .nyProTjpro_swiper .swiper-slide .con .name a { font-size: 16px; padding-right: 28px;}

}
