
#solu01, #solu02, #solu03 { margin: -100px 0 100px;}

.nySolution_part1 { overflow: hidden; padding: 50px 0; background-color: #fff;}
.nySoluPart1_ms { line-height: 30px; color: #666; font-size: 16px; text-align: center; margin-bottom: 50px;}
.nySoluPart1_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -20px;}
.nySoluPart1_list ul li { width: 16.666666%; padding: 0 20px; position: relative;}
.nySoluPart1_list ul li::after { content: ''; display: block; width: 1px; height: 100%; background-color: #e6e6e6; position: absolute; top: 0; right: 0;}
.nySoluPart1_list ul li:last-child::after { display: none;}
.nySoluPart1_list ul li i { display: block; width: 72px; height: 72px; overflow: hidden; margin: 0 auto 28px;}
.nySoluPart1_list ul li span { display: block; line-height: 30px; color: #222; font-size: 22px; text-align: center;}


.nySolution_part2 { overflow: hidden; padding: 50px 0; background: #333 url(../images/soluBg2.jpg) center center no-repeat; background-size: cover;}
.nySolution_swiper { padding-bottom: 100px; position: relative;}
.nySolution_swiper .swiper-container { overflow: inherit;}
.nySolution_swiper .swiper-slide { overflow: hidden; background-color: #fff;}
.nySolution_swiper .swiper-slide .nySolution_img { width: 100%; height: 270px; overflow: hidden; margin: 0 auto;}
.nySolution_swiper .swiper-slide .nySolution_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nySolution_swiper .swiper-slide:hover .nySolution_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.nySolution_swiper .swiper-slide .nySolution_img a::after { content: ''; display: block; width: 100%; height: 0; overflow: hidden; background-image: linear-gradient(to bottom, rgba(255, 108, 2, 0), rgba(255, 108, 2, 1)); position: absolute; left: 0; bottom: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nySolution_swiper .swiper-slide:hover .nySolution_img a::after { height: 60%;}
.nySolution_swiper .swiper-slide .nySolution_text { padding: 30px;}
.nySolution_swiper .swiper-slide .nySolution_text a.name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 22px; white-space: nowrap; text-overflow: ellipsis;}
.nySolution_swiper .swiper-slide:hover .nySolution_text a.name { color: #ff6c02;}
.nySolution_swiper .swiper-slide .nySolution_text p.ms { height: 56px; overflow: hidden; line-height: 28px; color: #666; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp : 2; -webkit-box-orient: vertical; margin: 15px 0 30px;}
.nySolution_swiper .swiper-slide:hover .nySolution_text .lyMore a { background-color: #ff6c02; border: 1px solid #ff6c02;}
.nySolution_swiper .swiper-slide:hover .nySolution_text .lyMore a::after { background: url(../images/dot1.png) center center no-repeat; background-size: 100% 100%;}
.nySolution_swiper .swiper-slide:hover .nySolution_text .lyMore a span { color: #fff;}

.nySolution_swiper .swiper-pagination { width: calc(100% - 180px); height: 2px; overflow: inherit; background: rgba(255, 255, 255, .25); bottom: 24px !important; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nySolution_swiper .swiper-pagination span.swiper-pagination-progressbar-fill { height: 4px; margin: -1px 0; background-color: #ff6c02;}

.nySolution_swiper .swiper-button-prev, .nySolution_swiper .swiper-button-next { width: 50px; height: 50px; margin-top: 0; padding: 16px; background: rgba(255, 108, 2, 0); border: 1px solid #fff; border-radius: 50%; top: inherit; bottom: 0;}
.nySolution_swiper .swiper-button-prev { left: 0; transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.nySolution_swiper .swiper-button-next { right: 0;}
.nySolution_swiper .swiper-button-prev:hover, .nySolution_swiper .swiper-button-next:hover { background: #ff6c02; border: 1px solid #ff6c02;}
.nySolution_swiper .swiper-button-disabled { opacity: .25 !important;}


.nySolution_pro { overflow: hidden; padding: 50px 0; background-color: #f5f5f5;}
.nyPro_tj ul { min-height: 240px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px -30px;}
.nyPro_tj ul li { width: 50%; margin-bottom: 30px; padding: 0 15px; position: relative;}
.nyPro_tj ul li .nyProTj_con { display: flex; align-items: center; flex-direction: row-reverse; min-height: 100%; overflow: hidden; padding: 30px; background-color: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.nyProTj_con .nyProTj_text { width: 60%; padding: 0 30px;}
.nyProTj_con .nyProTj_text a.name { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 22px; white-space: nowrap; text-overflow: ellipsis;}
.nyProTj_con:hover .nyProTj_text a.name { color: #ff6c02;}
.nyProTj_con .nyProTj_text i { display: block; width: 80px; height: 1px; overflow: hidden; background-color: #e6e6e6; margin: 10px 0 20px;}
.nyProTj_con:hover .nyProTj_text i { width: 100%; background-color: #ff6c02;}
.nyProTj_con .nyProTj_text p.ms { max-height: 56px; overflow: hidden; line-height: 28px; color: #666; font-size: 16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp : 2; -webkit-box-orient: vertical; margin-bottom: 40px;}

.nyProTj_con .nyProTj_img { width: 40%; height: 260px; overflow: hidden;}
.nyProTj_con .nyProTj_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProTj_con:hover .nyProTj_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}


@media (max-width:1680px) {
  #solu01, #solu02, #solu03 { margin: -80px 0 80px;}

  .nySoluPart1_ms { margin-bottom: 40px;}

  .nySolution_swiper { padding-bottom: 90px;}  
  .nySolution_swiper .swiper-slide .nySolution_img { height: 240px;}
  .nySolution_swiper .swiper-slide .nySolution_text { padding: 24px;}
  .nySolution_swiper .swiper-slide .nySolution_text p.ms { margin: 12px 0 24px;}

  .nyProTj_con .nyProTj_text { padding: 0 30px 0 10px;}
  .nyProTj_con .nyProTj_img { height: 240px;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .nySolution_swiper .swiper-slide .nySolution_img { height: 240px;}
  .nySolution_swiper .swiper-slide .nySolution_text { padding: 20px;}  
  .nySolution_swiper .swiper-slide .nySolution_text p.ms { margin: 10px 0 20px;}
}

@media (max-width:1440px) {
  #solu01, #solu02, #solu03 { margin: -60px 0 60px;}

  .nySoluPart1_ms { line-height: 25px; font-size: 15px; margin-bottom: 30px;}
  .nySoluPart1_list ul { margin: 0 -15px;}
  .nySoluPart1_list ul li { padding: 0 15px;}
  .nySoluPart1_list ul li i { width: 60px; height: 60px; margin: 0 auto 20px;}
  .nySoluPart1_list ul li span { line-height: 28px; font-size: 18px;}

  .nySolution_swiper { padding-bottom: 72px;}
  .nySolution_swiper .swiper-slide .nySolution_img { height: 220px;}
  .nySolution_swiper .swiper-slide .nySolution_text a.name { height: 30px; line-height: 30px; font-size: 20px;}
  .nySolution_swiper .swiper-slide .nySolution_text p.ms { height: 50px; line-height: 25px; font-size: 15px;}
  .nySolution_swiper .swiper-pagination { width: calc(100% - 130px); bottom: 20px !important;}
  .nySolution_swiper .swiper-button-prev, .nySolution_swiper .swiper-button-next { width: 42px; height: 42px; padding: 12px;}

  .nyPro_tj ul { margin: 0 -12px -24px;}
  .nyPro_tj ul li { margin-bottom: 24px; padding: 0 12px;}
  .nyProTj_con .nyProTj_text { padding: 0 30px 0 0;}
  .nyProTj_con .nyProTj_text a.name { height: 30px; line-height: 30px; font-size: 20px;}
  .nyProTj_con .nyProTj_text p.ms { max-height: 50px; line-height: 25px; font-size: 15px; margin-bottom: 30px;}
  .nyProTj_con .nyProTj_img { height: 210px;}
}

@media (max-width:1366px) {
  .nySolution_swiper .swiper-slide .nySolution_img, .nyProTj_con .nyProTj_img { height: 200px;}
  .nyProTj_con .nyProTj_text i { margin: 10px 0 15px;}
  .nyProTj_con .nyProTj_text p.ms { margin-bottom: 25px;}
}

@media (max-width:1280px) {
  .nySoluPart1_list ul li i { width: 50px; height: 50px;}
}

@media (max-width:1200px) {
  .nySolution_swiper .swiper-slide .nySolution_img, .nyProTj_con .nyProTj_img { height: 190px;}
  .nySolution_swiper .swiper-slide .nySolution_text a.name { font-size: 18px;}

  .nyPro_tj ul { margin: 0 -10px -20px;}
  .nyPro_tj ul li { margin-bottom: 20px; padding: 0 10px;}
  .nyProTj_con .nyProTj_img { height: 190px;}
  .nyProTj_con .nyProTj_text { padding: 0 20px 0 0;}
  .nyProTj_con .nyProTj_text a.name { font-size: 18px;}
}

@media (max-width:1080px) {
  .nySolution_swiper .swiper-slide .nySolution_img { height: 220px;}
  .nySolution_swiper .swiper-slide .nySolution_text p.ms { height: 48px; line-height: 24px; font-size: 14px;}
    
  .nyPro_tj ul li .nyProTj_con { padding: 20px;}
  .nyProTj_con .nyProTj_img { height: 170px;}
  .nyProTj_con .nyProTj_text { padding: 0 10px 0 0;}
  .nyProTj_con .nyProTj_text i { width: 70px; margin: 6px 0 12px;}
  .nyProTj_con .nyProTj_text p.ms { max-height: 48px; line-height: 24px; font-size: 14px; margin-bottom: 20px;}
  .nyProTj_con .nyProTj_text .lyMore a span { height: 34px; line-height: 34px; font-size: 14px; padding: 0 20px;}
}

@media (max-width:1024px) {
  .nyProTj_con .nyProTj_img { height: 160px;}
}

@media (max-width:920px) {
  #solu01, #solu02, #solu03 { margin: -40px 0 40px;}

  .nySolution_part1, .nySolution_part2, .nySolution_pro { padding: 40px 0;}

  .nySoluPart1_list ul { margin: 0 -10px;}
  .nySoluPart1_list ul li { padding: 0 10px;}
  .nySoluPart1_list ul li i { width: 44px; height: 44px;}
  .nySoluPart1_list ul li span { line-height: 26px; font-size: 16px;}

  .nySolution_swiper { padding-bottom: 62px;}
  .nySolution_swiper .swiper-slide .nySolution_img { height: 190px;}
  .nySolution_swiper .swiper-slide .nySolution_text .lyMore a span { height: 34px; line-height: 34px; font-size: 14px; padding: 0 20px;}

  .nyProTj_con .nyProTj_text p.ms { margin-bottom: 12px;}  
  .nyProTj_con .nyProTj_img { height: 150px;}

}

@media (max-width:820px) {
  .nySoluPart1_list ul li i { width: 40px; height: 40px; margin: 0 auto 12px}

  .nySolution_swiper .swiper-slide .nySolution_img { height: 160px;}

  .nyProTj_con .nyProTj_img { width: 35%; height: 110px;}
  .nyProTj_con .nyProTj_text { width: 65%;}
  .nyProTj_con .nyProTj_text p.ms { margin-bottom: 0;}
  .nyProTj_con .nyProTj_text .lyMore { display: none;}
}

@media (max-width:767px) {
  .nySoluPart1_list ul { margin: 0 -10px -20px;}
  .nySoluPart1_list ul li { width: 33.333333%; margin-bottom: 20px;}
  .nySoluPart1_list ul li:nth-child(3n+3)::after { display: none;}

  .nySolution_swiper .swiper-slide .nySolution_img { height: 260px;}
  .nySolution_swiper .swiper-slide .nySolution_text .lyMore a span { height: 40px; line-height: 40px; font-size: 15px; padding: 0 30px;}

  .nyPro_tj ul { margin: 0 -5px -10px;}
  .nyPro_tj ul li { width: 50%; margin-bottom: 10px; padding: 0 5px;}
  .nyPro_tj ul li .nyProTj_con { display: block; align-items: unset; padding: 12px;}
  .nyProTj_con .nyProTj_img { width: 100%; height: 154px;}
  .nyProTj_con .nyProTj_text { width: 100%; padding: 10px 0 0;}
  .nyProTj_con .nyProTj_text a.name { font-size: 16px;}
  .nyProTj_con .nyProTj_text i { width: 60px; margin: 5px 0 10px;}
}

@media (max-width:390px) {
  .nySolution_swiper .swiper-slide .nySolution_img { height: 260px;}
}

@media (max-width:320px) {
  .nySolution_swiper .swiper-slide .nySolution_img { height: 200px;}

  .nyPro_tj ul { margin: 0 0 -10px;}
  .nyPro_tj ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .nyPro_tj ul li .nyProTj_con { padding: 20px;}
  .nyProTj_con .nyProTj_img { height: 200px;}
  .nyProTj_con .nyProTj_text a.name { font-size: 18px;}
  .nyProTj_con .nyProTj_text i { margin: 8px 0 16px;}
  .nyProTj_con .nyProTj_text p.ms { margin-bottom: 20px;}
  .nyProTj_con .nyProTj_text .lyMore { display: block;}
  .nyProTj_con .nyProTj_text .lyMore a span { height: 40px; line-height: 40px; font-size: 15px; padding: 0 30px;}
}