/*nyService_part01 start*/
.nyService_part01 { overflow: hidden; padding: 50px 0 100px;}
.nyServPart01_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -25px;}
.nyServPart01_list ul li { width: calc(100% / 3); padding: 0 25px;}
.nyServPart01_list ul li .nyServPart01_con { min-height: 100%; overflow: hidden; padding: 40px 20px; background-color: #f7f7f9; border-radius: 8px;}
.nyServPart01_list ul li .nyServPart01_con:hover { background-color: #2a7570;}
.nyServPart01_con span.ico { display: block; width: 120px; height: 120px; overflow: hidden; margin: 0 auto 40px; padding: 10px; background-color: rgba(42,117,112,.06); border-radius: 50%;}
.nyServPart01_con span.ico i { display: block; width: 100%; height: 100%; overflow: hidden; padding: 25px; background-color: #2a7570; border-radius: 50%;}
.nyServPart01_con:hover span.ico { background-color: rgba(255,255,255,.1);}
.nyServPart01_con:hover span.ico i { background-color: #fff;}
.nyServPart01_con:hover span.ico i svg path { fill: #2a7570;}
.nyServPart01_con h5.name { line-height: 32px; color: #222; font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 20px; padding-bottom: 15px; position: relative;}
.nyServPart01_con:hover h5.name { color: #fff;}
.nyServPart01_con h5.name::after { content: ''; display: block; width: 40px; height: 3px; background-color: #2a7570; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);transform: translateX(-50%);}
.nyServPart01_con:hover h5.name::after { background-color: #ffff;}
.nyServPart01_con p.ms { line-height: 28px; color: #777; font-size: 16px; text-align: center;}
.nyServPart01_con:hover p.ms { color: rgba(255,255,255,.7);}
/*nyService_part01 end*/


/*nyService_part02 start*/
.nyService_part02 { overflow: hidden; padding: 100px 0; background: linear-gradient(to bottom, #dff8f6, #f7f7f9);}
.nyServPart02_main { display: flex; align-items: center; flex-direction: row-reverse; overflow: hidden; padding: 50px; background: #fff url(../images/webp/servPart02Bg.webp) bottom left no-repeat; background-size: 68%; border-radius: 8px;}
.nyServPart02_main .nyServPart02_img { width: 40%; height: 380px; overflow: hidden; border-radius: 8px; position: relative;}

.nyServPart02_main .nyServPart02_text { width: 60%; padding: 0 100px 0 50px;}
.nyServPart02_text h5 { line-height: 1.2; color: #222; font-size: 30px; font-weight: bold;}
.nyServPart02_text span { display: block; line-height: 30px; color: #222; font-size: 18px; margin-top: 15px;}
.nyServPart02_text p { line-height: 28px; color: #999; font-size: 16px; margin-top: 25px;}
.nyServPart02_text a.btn { display: block; width: 124px; height: 44px; overflow: hidden; line-height: 44px; color: #fff; font-size: 16px; text-align: center; background-color: #2a7570; border-radius: 4px; margin-top: 50px;}
/*nyService_part02 end*/


/*nyService_part03 start*/
.nyService_part03 { overflow: hidden; padding: 100px 0;}
.nyServPart03_tab { margin-bottom: 50px;}
.nyServPart03_tab ul { display: flex; justify-content: center;}
.nyServPart03_tab ul li { height: 44px; line-height: 44px; color: #555; font-size: 16px; margin-right: 25px; padding: 0 44px; background-color: #f7f7f9; border-radius: 22px; cursor: pointer;}
.nyServPart03_tab ul li:last-child { margin-right: 0;}
.nyServPart03_tab ul li:hover, .nyServPart03_tab ul li.active { color: #fff; background-color: #2a7570;}

.nyServPart03_list { display: none;}
.nyServPart03_list.active { display: block;}
.nyServPart03_list ul li { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding: 12px 20px; background-color: #f7f7f9; border-radius: 8px;}
.nyServPart03_list ul li:last-child { margin-bottom: 0;}
.nyServPart03_list ul li:hover { background-color: #2a7570;}
.nyServPart03_list ul li .name { width: calc(100% - 400px);}
.nyServPart03_list ul li .name a { display: block; width: 100%; height: 28px; overflow: hidden; line-height: 28px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.nyServPart03_list ul li:hover .name a { color: #fff;}
.nyServPart03_list ul li .name em { display: inline-block; vertical-align: top; line-height: 24px; color: #fff; font-size: 14px; font-style: normal; margin-top: 4px; padding: 0 4px; background-color: #bbb; border-radius: 4px;}
.nyServPart03_list ul li:hover .name em { background-color: #e60c2b;}
.nyServPart03_list ul li .text { width: 120px; margin-left: 20px;}
.nyServPart03_list ul li .text p { line-height: 24px; color: #222; font-size: 16px;}
.nyServPart03_list ul li:hover .text p { color: #fff;}
.nyServPart03_list ul li .text span { display: block; line-height: 20px; color: #999; font-size: 14px;}
.nyServPart03_list ul li:hover .text span { color: rgba(255,255,255,.45);}
.nyServPart03_list ul li .btn { width: 100px; margin-left: 20px;}
.nyServPart03_list ul li .btn a { display: block; width: 100%; height: 38px; overflow: hidden; line-height: 38px; color: #fff; font-size: 16px; text-align: center; background-color: #2a7570; border-radius: 4px;}
.nyServPart03_list ul li:hover .btn a { color: #2a7570; background-color: #fff;}
/*nyService_part03 end*/


@media (max-width:1680px) {
  .nyService_part01 { padding: 40px 0 80px;}
  .nyServPart01_list ul { margin: 0 -20px;}
  .nyServPart01_list ul li { padding: 0 20px;}

  .nyService_part02, .nyService_part03 { padding: 80px 0;}
  .nyServPart02_main { padding: 40px;}
  .nyServPart02_main .nyServPart02_text { padding: 0 80px 0 40px;}
  .nyServPart02_text span { margin-top: 10px;}
  .nyServPart02_text p { margin-top: 20px;}
  .nyServPart02_text a.btn { margin-top: 40px;}
  .nyServPart02_main .nyServPart02_img { height: 360px;}

  .nyServPart03_tab { margin-bottom: 40px;}
  .nyServPart03_tab ul li { margin-right: 20px; padding: 0 40px;}
}

@media (max-width:1600px) {
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
  .nyService_part01 { padding: 30px 0 60px;}
  .nyServPart01_list ul li .nyServPart01_con { padding: 30px 20px;}
  .nyServPart01_con span.ico { margin: 0 auto 30px;}
  .nyServPart01_con h5.name { line-height: 30px; font-size: 22px;}
  .nyServPart01_con h5.name::after { width: 32px;}  

  .nyService_part02, .nyService_part03 { padding: 60px 0;}
  .nyServPart02_main .nyServPart02_text { padding: 0 60px 0 20px;}
  .nyServPart02_main .nyServPart02_img { height: 340px;}

  .nyServPart03_tab { margin-bottom: 30px;}
  .nyServPart03_tab ul li { margin-right: 15px; padding: 0 30px;}
}

@media (max-width:1366px) {
  .nyServPart01_list ul { margin: 0 -15px;}
  .nyServPart01_list ul li { padding: 0 15px;}
  .nyServPart01_con span.ico { width: 100px; height: 100px; padding: 8px;}
  .nyServPart01_con span.ico i { padding: 24px;}
  .nyServPart01_con h5.name { font-size: 20px;}
  .nyServPart01_con p.ms, .nyServPart02_text p { line-height: 25px; font-size: 15px;}
  .nyServPart02_text h5 { font-size: 28px;}
  .nyServPart02_text span { line-height: 26px; font-size: 16px;}
  .nyServPart02_main .nyServPart02_img { height: 320px;}
}

@media (max-width:1280px) {
  .nyServPart01_list ul li .nyServPart01_con { padding: 30px;}
  .nyServPart01_con p.ms, .nyServPart02_text p { line-height: 24px; font-size: 14px;}

  .nyServPart02_main { padding: 30px;}
  .nyServPart02_main .nyServPart02_text { padding: 0 30px 0 0;}
  .nyServPart02_text p { margin-top: 15px;}
  .nyServPart02_text a.btn { margin-top: 30px;}
  .nyServPart02_main .nyServPart02_img { height: 300px;}

  .nyServPart03_list ul li .name { width: calc(100% - 340px);}
  .nyServPart03_list ul li .text { width: 100px;}
  .nyServPart03_list ul li .text p { font-size: 15px;}
  .nyServPart03_list ul li .btn { width: 80px;}
  .nyServPart03_list ul li .btn a { font-size: 14px;}
}

@media (max-width:1200px) {	
}

@media (max-width:1080px) {
  .nyServPart01_list ul { margin: 0 -12px;}
  .nyServPart01_list ul li { padding: 0 12px;}
  .nyServPart01_list ul li .nyServPart01_con { padding: 30px 20px;}

  .nyServPart02_main .nyServPart02_img { width: 44%;}
  .nyServPart02_main .nyServPart02_text { width: 56%;}
}

@media (max-width:920px) {
  .nyService_part01 { padding: 20px 0 40px;}
  .nyServPart01_list ul { margin: 0 -10px;}
  .nyServPart01_list ul li { padding: 0 10px;}
  .nyServPart01_list ul li .nyServPart01_con { padding: 20px;}
  .nyServPart01_con span.ico { width: 80px; height: 80px; margin: 0 auto 20px; padding: 6px;}
  .nyServPart01_con span.ico i { padding: 18px;}
  .nyServPart01_con h5.name { margin-bottom: 15px; padding-bottom: 12px;}
  .nyServPart01_con h5.name::after { width: 28px; height: 2px;}

  .nyService_part02, .nyService_part03 { padding: 40px 0;}
  .nyServPart02_main { padding: 20px;}
  .nyServPart02_main .nyServPart02_img { width: 48%; height: 280px;}
  .nyServPart02_main .nyServPart02_text { width: 52%; padding: 0 20px 0 0;}
  .nyServPart02_text h5 { font-size: 25px;}
  .nyServPart02_text span { line-height: 25px; font-size: 15px;}
  .nyServPart02_text p { margin-top: 10px;}
  .nyServPart02_text a.btn { width: 108px; height: 40px; line-height: 40px; font-size: 14px; margin-top: 20px;}

  .nyServPart03_tab { margin-bottom: 20px;}
  .nyServPart03_tab ul li { font-size: 15px; margin-right: 10px; padding: 0 20px;}

}

@media (max-width:820px) {
  .nyServPart01_list ul li .nyServPart01_con { padding: 20px 10px;}
  .nyServPart01_con h5.name { font-size: 18px; margin-bottom: 12px; padding-bottom: 10px;}
  .nyServPart02_main { padding: 20px;}  
  .nyServPart02_main .nyServPart02_img { height: 260px;}
  .nyServPart02_text h5 { font-size: 24px;}

  .nyServPart03_list ul li .name { width: calc(100% - 100px);}
  .nyServPart03_list ul li .text { display: none;}
  
}

@media (max-width:767px) {
  .nyServPart01_list ul { margin: 0 0 -20px;}
  .nyServPart01_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .nyServPart01_list ul li .nyServPart01_con { padding: 20px;}

  .nyServPart02_main { display: block;}
  .nyServPart02_main .nyServPart02_img { width: 100%; height: 240px; margin-bottom: 20px;}
  .nyServPart02_main .nyServPart02_text { width: 100%; padding: 0;}

  .nyServPart03_tab ul { justify-content: center; flex-wrap: wrap; margin: 0 0 -10px;}
  .nyServPart03_tab ul li { height: 40px; line-height: 40px; font-size: 14px; margin: 0 4px 10px; padding: 0 16px;}

  .nyServPart03_list ul li .name { width: calc(100% - 80px);}
  .nyServPart03_list ul li .name a { font-size: 16px;}
  .nyServPart03_list ul li .btn { width: 60px;}

}

@media (max-width:390px) {
  .nyServPart02_main .nyServPart02_img { height: 220px;}
  .nyServPart03_tab ul li { margin: 0 2px 10px; padding: 0 12px;}
}

@media (max-width:320px) {
  .nyServPart02_main .nyServPart02_img { height: 180px;}
  .nyServPart03_tab ul li { padding: 0 16px;}
  .nyServPart03_list ul li { display: block;}
  .nyServPart03_list ul li .name { width: 100%;}
  .nyServPart03_list ul li .name a { height: auto; line-height: 26px; white-space: inherit; margin-bottom: 4px;}
  .nyServPart03_list ul li .name em { margin: 3px 0;}
  .nyServPart03_list ul li .btn { margin: -30px 0 0; float: right;}
  .nyServPart03_list ul li .btn a { height: 30px; line-height: 30px;}
}

