/*nyService start*/
.nyService { overflow: hidden; padding: 80px 0 140px; background-color: #f2f8f7;}

.nyService_list ul li { display: flex; align-items: center; overflow: hidden; background-color: #fff; border-radius: 0; box-shadow: 0 0 0 rgba(95, 182, 47, 0); margin-bottom: 60px;}
.nyService_list ul li:last-child { margin-bottom: 0;}
.nyService_list ul li:nth-child(2n+2) { flex-direction: row-reverse;}
.nyService_list ul li:hover { border-radius: 40px 0; box-shadow: 0 20px 30px rgba(95, 182, 47, .1);}
.nyService_list ul li .nyService_img { width: 50%; height: 450px; overflow: hidden; padding: 0 10px 0 0; position: relative;}
.nyService_list ul li:nth-child(2n+2) .nyService_img { padding: 0 0 0 10px;}
.nyService_list ul li .nyService_img::before { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background-color: #5fb62f; clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); position: absolute; left: 0; top: 0;}
.nyService_list ul li:nth-child(2n+2) .nyService_img::before { clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); -ms-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);}
.nyService_list ul li .nyService_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; z-index: 1; clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);}
.nyService_list ul li:nth-child(2n+2) .nyService_img a { clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); -ms-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);}
.nyService_list ul li .nyService_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}

.nyService_list ul li .nyService_text { width: 50%; padding: 0 40px;}
.nyService_list ul li .nyService_text a.nyService_name { display: block; line-height: 36px; color: #222; font-family: "RobotoBold"; font-size: 30px;}
.nyService_list ul li:hover .nyService_text a.nyService_name { color: #5fb62f;}
.nyService_list ul li .nyService_text span { display: block; line-height: 28px; color: #555; font-size: 18px; margin: 10px 0 20px;}
.nyService_list ul li .nyService_text span::before { content: ''; display: block; width: 60px; height: 1px; background-color: #bbb; margin: 14px 20px 13px 0; float: left;}
.nyService_list ul li .nyService_text p.nyService_ms { max-height: 104px; overflow: hidden; line-height: 26px; color: #777; font-family: "RobotoLight"; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.nyService_list ul li .nyService_text a.nyService_btn { display: block; width: 180px; height: 46px; overflow: hidden; line-height: 44px; color: #5fb62f; font-family: "RobotoMedium"; font-size: 16px; text-align: center; margin-top: 40px; padding: 0 20px; background-color: #fff; border: 1px solid #5fb62f; border-radius: 23px;}
.nyService_list ul li .nyService_text a.nyService_btn i { display: inline-block; width: 20px; height: 20px; overflow: hidden; margin: -2px 10px 0 0; vertical-align: middle;}
.nyService_list ul li .nyService_text a.nyService_btn:hover { color: #fff; background-color: #5fb62f;}
.nyService_list ul li .nyService_text a.nyService_btn:hover i { margin: -2px 20px 0 0;}
.nyService_list ul li .nyService_text a.nyService_btn:hover i svg path { fill: #fff;}


/*nyService_msg start*/
.nyService_msg { margin-top: 80px; padding: 80px; background: url(../images/webp/msgBg.webp) center center no-repeat; background-size: cover; border-radius: 40px 0;}
.nyServMsg_title { line-height: 40px; color: #fff; font-family: "RobotoBold"; font-size: 36px; margin-bottom: 20px;}
.nyServMsg_form dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -6px -12px;}
.nyServMsg_form dl dd { width: 33.333333%; margin-bottom: 12px; padding: 0 6px;}
.nyServMsg_form dl dt { width: 100%; margin-bottom: 12px; padding: 0 6px;}
.nyServMsg_form dl dd input, .nyServMsg_form dl dt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-family: "RobotoLight"; font-size: 16px; padding: 0 20px; background-color: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); border-radius: 4px; outline: none;}
.nyServMsg_form dl dd input::placeholder, .nyServMsg_form dl dt input::placeholder { color: #fff;}

/* 自定义下拉框容器 */
.nyServMsg_select { width: 100%; background-color: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); border-radius: 4px; position: relative;}
.nyServMsg_select i { display: block; width: 16px; height: 16px; overflow: hidden; position: absolute; top: 50%; right: 12px; transform: translateY(-50%); -webkit-transform: translateY(-50%); pointer-events: none;}
.nyServMsg_select .select_header { width: 100%; height: 48px; overflow: hidden; line-height: 48px; color: #fff; font-family: "RobotoLight"; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 0 30px 0 20px; cursor: pointer;}
.nyServMsg_select .select_options { display: none; max-height: 220px; overflow-y: scroll; border-radius: 4px; background-color: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .1); position: absolute; top: 100%; left: 0; right: 0; z-index: 9;}
.nyServMsg_select .select_options .option { line-height: 24px; color: #555; font-family: "RobotoLight"; font-size: 16px; padding: 10px 20px; cursor: pointer;}
.nyServMsg_select .select_options .option:hover { color: #fff; background-color: #5fb62f;}
.nyServMsg_select .select_options::-webkit-scrollbar { width: 0;}

.nyServMsg_form dl dt button { display: block; width: 250px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; text-align: center; text-transform: capitalize; margin-top: 28px; background-color: #5fb62f; vertical-align: top; border-radius: 25px; border: 0; outline: none; cursor: pointer;}
.nyServMsg_form dl dt button i { display: inline-block; width: 15px; height: 15px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 15px;}
.nyServMsg_form dl dt button:hover i { margin: -2px 0 0 25px;}
/*nyService_msg end*/

/*nyService end*/

@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyService { padding: 60px 0 110px;}
  .nyService_list ul li { margin-bottom: 40px;}
  .nyService_list ul li:hover { border-radius: 30px 0; box-shadow: 0 10px 20px rgba(95, 182, 47, .1);}
  .nyService_list ul li .nyService_img { height: 420px;}
  .nyService_list ul li .nyService_text a.nyService_name { line-height: 34px; font-size: 28px;}
  .nyService_list ul li .nyService_text span { line-height: 26px; font-size: 16px;}
  .nyService_list ul li .nyService_text span::before { margin: 13px 10px 12px 0;}
  .nyService_list ul li .nyService_text p.nyService_ms { max-height: 100px; line-height: 25px; font-size: 15px;}

  .nyService_msg { margin-top: 60px; padding: 60px; border-radius: 30px 0;}
  .nyServMsg_title { line-height: 36px; font-size: 32px;}
  .nyServMsg_form dl dt button { width: 200px;}
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .nyService_list ul li:hover { border-radius: 24px 0;}
  .nyService_list ul li .nyService_img { height: 400px;}

  .nyService_msg { border-radius: 24px 0;}
  .nyServMsg_title { font-size: 30px;}
}

@media (max-width:1200px) {
  .nyService_list ul li .nyService_img { height: 380px;}
  .nyService_list ul li .nyService_text a.nyService_btn { margin-top: 30px;}
}

@media (max-width:1080px) {
  .nyService { padding: 60px 0 100px;}
  .nyService_list ul li .nyService_text { padding: 0 30px;}
  .nyService_list ul li .nyService_text a.nyService_name { line-height: 32px; font-size: 26px;}
  .nyService_list ul li .nyService_img { height: 360px;}

  .nyService_msg { padding: 40px;}
  .nyServMsg_title { font-size: 28px;}
}

@media (max-width:1024px) {
  .nyService_list ul li .nyService_img { height: 350px;}
}

@media (max-width:920px) {
  .nyService { padding: 40px 0 80px;}
  .nyService_list ul li { margin-bottom: 30px;}
  .nyService_list ul li:hover { border-radius: 16px 0;}
  .nyService_list ul li .nyService_img { height: 320px;}
  .nyService_list ul li .nyService_text { padding: 0 20px;}
  .nyService_list ul li .nyService_text a.nyService_name { font-size: 24px;}
  .nyService_list ul li .nyService_text span { line-height: 25px; font-size: 15px; margin: 5px 0 10px;}
  .nyService_list ul li .nyService_text p.nyService_ms { max-height: 96px; line-height: 24px; font-size: 14px;}
  .nyService_list ul li .nyService_text a.nyService_btn { width: 160px; height: 44px; line-height: 42px; font-size: 15px; margin-top: 20px;}

  .nyService_msg { margin-top: 40px; border-radius: 16px 0;}
  .nyServMsg_form dl dt button { margin-top: 12px;}
}

@media (max-width:820px) {

  .nyServMsg_form dl dd input, .nyServMsg_form dl dt input { height: 44px; line-height: 44px; font-size: 15px;}
  .nyServMsg_select .select_header { height: 42px; line-height: 42px; font-size: 15px;}
  .nyServMsg_select .select_options .option { line-height: 22px; font-size: 15px;}
  .nyServMsg_select i { width: 14px; height: 13px;}
  .nyServMsg_form dl dt button { width: 180px; height: 44px; line-height: 44px; font-size: 15px;}
  .nyServMsg_form dl dt button i { width: 13px; height: 13px; margin: -4px 0 0 10px;}
  .nyServMsg_form dl dt button:hover i { margin: -4px 0 0 20px;}
}

@media (max-width:767px) {
  .nyService_list ul li { display: block; align-items: inherit; margin-bottom: 20px;}
  .nyService_list ul li .nyService_img { width: 100%; height: 240px; padding: 0 0 10px;}
  .nyService_list ul li:nth-child(2n+2) .nyService_img { padding: 0 0 10px;}
  .nyService_list ul li .nyService_img::before, .nyService_list ul li .nyService_img a { clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);}
  .nyService_list ul li:nth-child(2n+2) .nyService_img::before, .nyService_list ul li:nth-child(2n+2) .nyService_img a { clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);}
  .nyService_list ul li .nyService_text { width: 100%; padding: 10px 20px 20px;}
  .nyService_list ul li .nyService_text a.nyService_name { line-height: 30px; font-size: 22px;}
  .nyService_list ul li .nyService_text span::before { width: 40px;}

  .nyService_msg { padding: 40px 20px;}
  .nyServMsg_title { line-height: 30px; font-size: 22px;}
  .nyServMsg_form dl dd { width: 100%;}
}

@media (max-width:390px) {
  .nyService_list ul li .nyService_img { height: 230px;}
}

@media (max-width:320px) {
  .nyService_list ul li .nyService_img { height: 210px;}

  .nyServMsg_form dl dt button { width: 160px; margin-top: 8px;}
}
