/*nySolution_profile start*/
.nySolution_profile { overflow: hidden; padding: 100px 0; background-color: #f4f6fa;}
.nySolution_title { overflow: hidden; margin-bottom: 50px;}
.nySolution_title p { line-height: 50px; color: #222; font-size: 42px; font-weight: bold; text-align: center;}
.nySolution_title span { display: block; line-height: 30px; color: #555; font-size: 18px; text-align: center; margin-top: 15px;}

.nySoluProfile_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -16px -30px;}
.nySoluProfile_list ul li { width: calc(100% / 3); margin-bottom: 30px; padding: 0 16px;}
.nySoluProfile_list ul li .con { min-height: 100%; overflow: hidden; padding: 30px 40px; background: #fff; border-radius: 16px;}
.nySoluProfile_list ul li .con:hover { background: url(../images/solution_bg.jpg) center center no-repeat; background-size: cover;}
.nySoluProfile_list ul li .con p { overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold;}
.nySoluProfile_list ul li .con em { display: block; width: 25px; height: 15px; overflow: hidden; margin: 16px 0; background: url(../images/solution_ico0.png) 0 0 no-repeat; background-size: 25px 30px;}
.nySoluProfile_list ul li .con span { display: block; line-height: 28px; color: #555; font-size: 16px;}
.nySoluProfile_list ul li .con:hover p { color: #fff;}
.nySoluProfile_list ul li .con:hover em { background: url(../images/solution_ico0.png) 0 -15px no-repeat; background-size: 25px 30px;}
.nySoluProfile_list ul li .con:hover span { color: rgba(255,255,255,.7);}
/*nySolution_profile end*/


/*nySolution_display start*/
.nySolution_display { overflow: hidden; padding: 100px 0;}
.nySolution_list ul { display: flex; justify-content: space-between; height: 560px; overflow: hidden; border-radius: 16px;}
.nySolution_list ul li { width: 41%; height: 100%; overflow: hidden; position: relative;}
.nySolution_list ul li.active { width: 62%;}
.nySolution_list ul li:nth-child(1) { clip-path: polygon(0 0, 100% 0, calc(100% - 72px) 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 72px) 100%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, calc(100% - 72px) 100%, 0 100%);}
.nySolution_list ul li:nth-child(2) { margin-left: -3%; clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%); -ms-clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%);}


.nySolution_list ul li .image { width: 100%; height: 100%; overflow: hidden; position: relative;}
.nySolution_list ul li .image img { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.nySolution_list ul li .image img.img, .nySolution_list ul li.active .image img.img_hover { display: block;}
.nySolution_list ul li.active .image img.img, .nySolution_list ul li .image img.img_hover { display: none;}
.nySolution_list ul li .text { width: 100%; height: 100%; overflow: hidden; padding: 72px 144px 72px 72px; position: absolute; left: 0; top: 0;}
.nySolution_list ul li:nth-child(2) .text { padding: 72px 72px 72px 144px;}
.nySolution_list ul li .text em.num { display: block; line-height: 1; color: rgba(0,0,0,.25); font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei'; font-size: 72px; font-weight: bold;}
.nySolution_list ul li.active .text em.num { color: #fff;}
.nySolution_list ul li .text a.name { display: block; max-height: 72px; overflow: hidden; line-height: 36px; color: #222; font-size: 30px; font-weight: bold; margin-top: 20px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.nySolution_list ul li.active .text a.name { color: #fff;}
.nySolution_list ul li .text dl { display: none; margin-top: 40px;}
.nySolution_list ul li.active .text dl { display: block;}
.nySolution_list ul li .text dl dd { overflow: hidden; margin-bottom: 8px; padding-left: 32px; position: relative;}
.nySolution_list ul li .text dl dd:last-child { margin-bottom: 0;}
.nySolution_list ul li .text dl dd i { display: block; width: 20px; height: 20px; overflow: hidden; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nySolution_list ul li .text dl dd p { width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.nySolution_list ul li .text .lyMore { display: none; margin-top: 60px;}
.nySolution_list ul li.active .text .lyMore { display: block;}


.nySoluDisplay_bottom { margin-top: 80px;}
.nySoluDisplay_bottom dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -16px -30px;}
.nySoluDisplay_bottom dl dd { width: 50%; margin-bottom: 30px; padding: 0 16px;}
.nySoluDisplay_bottom dl dd a.con { display: flex; align-items: center; justify-content: space-between; min-height: 100%; overflow: hidden; padding: 50px 60px; background: url(../images/soludisplay_bg01.jpg) center center no-repeat; background-size: 100% 100%; border-radius: 16px;}
.nySoluDisplay_bottom dl dd a.con:hover { background: url(../images/soludisplay_bg02.jpg) center center no-repeat; background-size: 100% 100%;}
.nySoluDisplay_bottom dl dd a.con .ico { width: 94px; height: 94px; overflow: hidden; padding: 26px; background-color: #fff; border: 1px solid #ddd; border-radius: 50%;}
.nySoluDisplay_bottom dl dd a.con:hover .ico { border: 1px solid #fff;}
.nySoluDisplay_bottom dl dd a.con .ico em { display: block; width: 40px; height: 40px; overflow: hidden; margin: 0 auto;}
.nySoluDisplay_bottom dl dd a.con .ico em img { display: block; width: 40px; height: 80px; margin: 0 auto;}
.nySoluDisplay_bottom dl dd a.con:hover .ico em img { margin: -40px auto 0;}
.nySoluDisplay_bottom dl dd a.con .text { width: calc(100% - 94px); overflow: hidden; padding: 0 40px; position: relative;}
.nySoluDisplay_bottom dl dd a.con .text p { line-height: 32px; color: #222; font-size: 24px; font-weight: bold;}
.nySoluDisplay_bottom dl dd a.con .text span { display: block; line-height: 28px; color: #999; font-size: 16px; margin-top: 10px;}
.nySoluDisplay_bottom dl dd a.con .text i { display: block; width: 40px; height: 40px; overflow: hidden; padding: 6px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nySoluDisplay_bottom dl dd a.con:hover .text p, .nySoluDisplay_bottom dl dd a.con:hover .text span { color: #fff;}
.nySoluDisplay_bottom dl dd a.con:hover .text i svg path { fill: #fff;}
/*nySolution_display end*/


@media (max-width:1680px) {
  .nySolution_profile, .nySolution_display { padding: 80px 0;}
  .nySolution_title { margin-bottom: 40px;}
  .nySolution_title p { line-height: 44px; font-size: 38px;}
  .nySolution_title span { line-height: 28px; font-size: 16px; margin-top: 10px;}

  .nySoluProfile_list ul { margin: 0 -15px -30px;}
  .nySoluProfile_list ul li { padding: 0 15px;}
  .nySoluProfile_list ul li .con { padding: 24px 30px; border-radius: 12px;}

  .nySolution_list ul { height: 500px; border-radius: 12px;}
  .nySolution_list ul li:nth-child(1) { clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);}
  .nySolution_list ul li:nth-child(2) { clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%); -ms-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);}
  .nySolution_list ul li .text { padding: 60px 120px 60px 60px;}
  .nySolution_list ul li:nth-child(2) .text { padding: 60px 60px 60px 120px;}
  .nySolution_list ul li .text em.num { font-size: 60px;}
  .nySolution_list ul li .text a.name { max-height: 64px; line-height: 32px; font-size: 26px; margin-top: 15px;}
  .nySolution_list ul li .text dl { margin-top: 30px;}
  .nySolution_list ul li .text dl dd { margin-bottom: 10px; padding-left: 30px;}
  .nySolution_list ul li .text dl dd p { height: 30px; line-height: 30px; font-size: 16px;}
  .nySolution_list ul li .text .lyMore { margin-top: 40px;}

  .nySoluDisplay_bottom { margin-top: 60px;}
  .nySoluDisplay_bottom dl { margin: 0 -15px -30px;}
  .nySoluDisplay_bottom dl dd { padding: 0 15px;}
  .nySoluDisplay_bottom dl dd a.con { border-radius: 12px;}
}

@media (max-width:1600px) {
  .nySolution_title p { line-height: 40px; font-size: 36px;}
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
  .nySolution_profile, .nySolution_display { padding: 60px 0;}
  .nySolution_title { margin-bottom: 30px;}
  .nySolution_title p { line-height: 36px; font-size: 32px;}
  .nySolution_title span { line-height: 25px; font-size: 15px;}

  .nySoluProfile_list ul li .con em { margin: 12px 0;}
  .nySoluProfile_list ul li .con span { line-height: 25px; font-size: 15px;}

  .nySolution_list ul { height: 400px;}
  .nySolution_list ul li:nth-child(1) { clip-path: polygon(0 0, 100% 0, calc(100% - 54px) 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 54px) 100%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, calc(100% - 54px) 100%, 0 100%);}
  .nySolution_list ul li:nth-child(2) { clip-path: polygon(54px 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(54px 0, 100% 0, 100% 100%, 0 100%); -ms-clip-path: polygon(54px 0, 100% 0, 100% 100%, 0 100%);}
  .nySolution_list ul li .text { padding: 50px 100px 50px 50px;}
  .nySolution_list ul li:nth-child(2) .text { padding: 50px 50px 50px 100px;}
  .nySolution_list ul li .text em.num { font-size: 48px;}
  .nySolution_list ul li .text a.name { max-height: 60px; line-height: 30px; font-size: 22px; margin-top: 12px;}
  .nySolution_list ul li .text dl { margin-top: 24px;}
  .nySolution_list ul li .text dl dd { margin-bottom: 10px; padding-left: 30px;}
  .nySolution_list ul li .text dl dd i { width: 18px; height: 18px;}
  .nySolution_list ul li .text dl dd p { height: 25px; line-height: 25px; font-size: 15px;}
  .nySolution_list ul li .text .lyMore { margin-top: 30px;}

  .nySoluDisplay_bottom { margin-top: 40px;}
  .nySoluDisplay_bottom dl dd a.con { padding: 40px;}
  .nySoluDisplay_bottom dl dd a.con .ico { width: 88px; height: 88px; padding: 23px;}
  .nySoluDisplay_bottom dl dd a.con .text { width: calc(100% - 88px); padding: 0 30px;}
  .nySoluDisplay_bottom dl dd a.con .text p { line-height: 30px; font-size: 22px;}
  .nySoluDisplay_bottom dl dd a.con .text span { line-height: 25px; font-size: 15px; margin-top: 5px;}
  .nySoluDisplay_bottom dl dd a.con .text i { width: 30px; height: 30px; padding: 4px;}
}

@media (max-width:1366px) {
}

@media (max-width:1280px) {
  .nySolution_title p { line-height: 34px; font-size: 30px;}
  .nySolution_title span { line-height: 24px; font-size: 14px;}

  .nySoluProfile_list ul { margin: 0 -12px -24px;}
  .nySoluProfile_list ul li { margin-bottom: 24px; padding: 0 12px;}
  .nySoluProfile_list ul li .con { padding: 20px 24px; border-radius: 8px;}
  .nySoluProfile_list ul li .con span { line-height: 24px; font-size: 14px;}

  .nySolution_list ul { height: 360px; border-radius: 8px;}
  .nySolution_list ul li:nth-child(1) { clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);}
  .nySolution_list ul li:nth-child(2) { clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%); -ms-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);}
  .nySolution_list ul li .text { padding: 40px 80px 40px 40px;}
  .nySolution_list ul li:nth-child(2) .text { padding: 40px 40px 40px 80px;}
  .nySolution_list ul li .text em.num { font-size: 44px;}
  .nySolution_list ul li .text a.name { max-height: 60px; line-height: 30px; font-size: 20px; margin-top: 10px;}
  .nySolution_list ul li .text dl { margin-top: 20px;}
  .nySolution_list ul li .text dl dd { margin-bottom: 10px; padding-left: 26px;}
  .nySolution_list ul li .text dl dd i { width: 16px; height: 16px;}
  .nySolution_list ul li .text dl dd p { height: 24px; line-height: 24px; font-size: 14px;}
  .nySolution_list ul li .text .lyMore { margin-top: 30px;}

  .nySoluDisplay_bottom { margin-top: 40px;}
  .nySoluDisplay_bottom dl { margin: 0 -12px -24px;}
  .nySoluDisplay_bottom dl dd { margin-bottom: 24px; padding: 0 12px;}
  .nySoluDisplay_bottom dl dd a.con { padding: 30px; border-radius: 8px;}
  .nySoluDisplay_bottom dl dd a.con .ico { width: 82px; height: 82px; padding: 20px;}
  .nySoluDisplay_bottom dl dd a.con .text { width: calc(100% - 82px); padding: 0 30px;}
  .nySoluDisplay_bottom dl dd a.con .text p { line-height: 30px; font-size: 22px;}
  .nySoluDisplay_bottom dl dd a.con .text span { line-height: 24px; font-size: 14px; margin-top: 6px;}
  .nySoluDisplay_bottom dl dd a.con .text i { width: 30px; height: 30px; padding: 4px;}

}

@media (max-width:1200px) {
}

@media (max-width:1080px) {
  .nySoluProfile_list ul { margin: 0 -10px -20px;}
  .nySoluProfile_list ul li { margin-bottom: 20px; padding: 0 10px;}
  .nySoluProfile_list ul li .con { padding: 20px;}

  .nySolution_list ul li .text em.num { font-size: 40px;}
  .nySolution_list ul li .text .lyMore { margin-top: 24px;}

  .nySoluDisplay_bottom dl { margin: 0 -10px -20px;}
  .nySoluDisplay_bottom dl dd { margin-bottom: 20px; padding: 0 10px;}
}

@media (max-width:1024px) {
}

@media (max-width:920px) {
  .nySolution_profile, .nySolution_display { padding: 40px 0;}
  .nySolution_title { margin-bottom: 20px;}
  .nySolution_title p { line-height: 32px; font-size: 28px;}

  .nySolution_list ul { height: 320px;}
  .nySolution_list ul li:nth-child(1) { clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%); -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%); -ms-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);}
  .nySolution_list ul li:nth-child(2) { clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%); -ms-clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);}
  .nySolution_list ul li .text { padding: 30px 60px 30px 30px;}
  .nySolution_list ul li:nth-child(2) .text { padding: 30px 30px 30px 60px;}
  .nySolution_list ul li .text em.num { font-size: 36px;}
  .nySolution_list ul li .text a.name { max-height: 56px; line-height: 28px; font-size: 18px; margin-top: 10px;}
  .nySolution_list ul li .text dl { margin-top: 15px;}
  .nySolution_list ul li .text dl dd { margin-bottom: 6px; padding-left: 26px;}
  .nySolution_list ul li .text dl dd i { width: 16px; height: 16px;}
  .nySolution_list ul li .text dl dd p { height: 24px; line-height: 24px; font-size: 14px;}
  .nySolution_list ul li .text .lyMore { margin-top: 24px;}

  .nySoluDisplay_bottom { margin-top: 20px;}
  .nySoluDisplay_bottom dl dd a.con { padding: 20px;}
  .nySoluDisplay_bottom dl dd a.con .ico { width: 60px; height: 60px; padding: 14px;}
  .nySoluDisplay_bottom dl dd a.con .ico em { width: 30px; height: 30px;}
  .nySoluDisplay_bottom dl dd a.con .ico em img { width: 30px; height: 60px;}
  .nySoluDisplay_bottom dl dd a.con:hover .ico em img { margin: -30px auto 0;}
  .nySoluDisplay_bottom dl dd a.con .text { width: calc(100% - 60px); padding: 0 20px;}
  .nySoluDisplay_bottom dl dd a.con .text p { line-height: 28px; font-size: 18px;}
  .nySoluDisplay_bottom dl dd a.con .text span { margin-top: 0;}
  .nySoluDisplay_bottom dl dd a.con .text i { width: 20px; height: 20px; padding: 2px;}
}

@media (max-width:820px) {
}

@media (max-width:767px) {
  .nySolution_title p { line-height: 30px; font-size: 24px;}

  .nySoluProfile_list ul { margin: 0 0 -20px;}
  .nySoluProfile_list ul li { width: 100%; margin-bottom: 20px; padding: 0;}
  .nySoluProfile_list ul li .con { padding: 20px;}

  .nySolution_list ul { display: block; height: auto; border-radius: 0;}
  .nySolution_list ul li { width: 100% !important; height: 220px; margin: 0 auto 20px; border-radius: 8px; clip-path: inherit !important; -webkit-clip-path: inherit !important; -ms-clip-path: inherit !important;}
  .nySolution_list ul li:last-child { margin: 0 auto;}
  .nySolution_list ul li .text { padding: 20px !important;}
  .nySolution_list ul li .text em.num, .nySolution_list ul li .text a.name { color: #fff !important;}
  .nySolution_list ul li .text dl { display: none !important;}
  .nySolution_list ul li .text .lyMore { display: block; margin-top: 20px;}
  .nySolution_list ul li .image img.img { display: none !important;}
  .nySolution_list ul li .image img.img_hover { display: block !important;}

  .nySoluDisplay_bottom dl { margin: 0 0 -20px;}
  .nySoluDisplay_bottom dl dd { width: 100%; margin-bottom: 20px; padding: 0;}
}

@media (max-width:390px) {
}

@media (max-width:320px) {
  .nySolution_profile, .nySolution_display { padding: 20px 0;}
  .nySolution_title p { line-height: 28px; font-size: 22px;}

  .nySolution_list ul li { height: 180px;}
  .nySolution_list ul li .text em.num { font-size: 32px;}
  .nySolution_list ul li .text a.name { max-height: 52px; line-height: 26px; font-size: 18px;}

  .nySoluDisplay_bottom dl dd a.con { padding: 20px 10px 20px 20px;}
}
