.nySolution { overflow: hidden; padding: 50px 0 100px;}
.nySolution ul { min-height: 300px;}
.nySolution ul li { display: flex; margin-bottom: 60px;}
.nySolution ul li:nth-child(2n) { flex-direction: row-reverse;}
.nySolution ul li:last-child { margin-bottom: 0;}

.nySolution ul li .nySolution_img { width: 58%; height: 490px; overflow: hidden; border-radius: 8px;}
.nySolution_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nySolution_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}

.nySolution ul li .nySolution_text { width: 50%; height: auto; overflow: hidden; margin-top: 60px; margin-left: -8%; position: relative; z-index: 1;}
.nySolution ul li:nth-child(2n) .nySolution_text { margin-right: -8%;}
.nySolution_text span.num { display: block; line-height: 160px; color: rgba(34,34,34,.05); font-size: 200px; font-weight: bold; text-align: right;}
.nySolution ul li:nth-child(2n) .nySolution_text span.num { text-align: left;}
.nySolution_text .nySolution_con { overflow: hidden; margin-top: -40px; padding: 60px 160px 60px 80px; background-color: #fff; border-radius: 8px; position: relative;}
.nySolution_con .name { overflow: hidden; margin-bottom: 25px; padding-bottom: 25px; position: relative;}
.nySolution_con .name em { display: block; line-height: 1.5; color: #999; font-size: 16px; text-transform: capitalize; margin-bottom: 10px;}
.nySolution_con .name a { display: block; line-height: 44px; color: #222; font-size: 36px; font-weight: bold;}
.nySolution_con .name::after { content: ''; display: block; width: 44px; height: 2px; background-color: #2a7570; position: absolute; left: 0; bottom: 0;}
.nySolution_con p.ms { height: 84px; overflow: hidden; line-height: 28px; color: #777; font-size: 16px; text-align: justify; margin-bottom: 40px; display: -webkit-box; text-overflow: ellipsis; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.nySolution_con i.ico { display: block; width: 180px; height: 180px; overflow: hidden; position: absolute; right: 20px; bottom: 0; opacity: .03;}


@media (max-width:1680px) {
}

@media (max-width:1600px) {
}

@media (max-width:1560px) {
}

@media (max-width:1440px) {
}

@media (max-width:1366px) {
}

@media (max-width:1280px) {
}

@media (max-width:1200px) {
}

@media (max-width:1080px) {
}

@media (max-width:1024px) {
}

@media (max-width:920px) {
}

@media (max-width:820px) {
}

@media (max-width:767px) {
}

@media (max-width:390px) {
}

@media (max-width:320px) {
}