/*nyProlist start*/
.nyProlist { overflow: hidden;}

.nyProHead { display: flex; margin: 100px auto;}
.nyProHead_left { width: calc(100% - 540px); padding-right: 160px;}
.nyProHead_left .tit { line-height: 50px; color: #222; font-size: 40px; font-weight: bold; margin-bottom: 40px;}
.nyProHead_left .ms, .nyProHead_left .ms p { line-height: 36px; color: #555; font-size: 18px; text-align: justify;}
.nyProHead_left a.more { display: block; width: 240px; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 16px; text-align: center; background-color: #f67c01; border-radius: 4px; margin-top: 80px; padding-right: 60px; position: relative;}
.nyProHead_left a.more i { display: block; width: 60px; height: 60px; overflow: hidden; padding: 20px 0; border-left: 1px solid rgba(255, 255, 255, .25); position: absolute; top: 0; right: 0;}
.nyProHead_left a.more:hover { background-color: #0098a5;}

.nyProHead_right { width: 540px;}
.nyProHead_right dl dd { display: flex; overflow: hidden; margin-bottom: 20px; border-radius: 8px;}
.nyProHead_right dl dd:last-child { margin-bottom: 0;}
.nyProHead_right dl dd .text { width: calc(100% - 190px); height: 190px; overflow: hidden; padding: 20px 30px; background-color: #0098a5;}
.nyProHead_right dl dd .text p { line-height: 36px; color: #fff; font-size: 18px;}
.nyProHead_right dl dd .text a { display: inline-block; height: 30px; line-height: 30px; color: #fff; font-size: 16px; vertical-align: top; margin-top: 40px;}
.nyProHead_right dl dd .text a i { display: inline-block; width: 14px; height: 14px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 8px;}
.nyProHead_right dl dd .text a:hover i { margin: -4px 0 0 18px;}
.nyProHead_right dl dd .img { width: 190px; height: 190px; overflow: hidden;}
.nyProHead_right dl dd .img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProHead_right dl dd:hover .img a img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}

.nyProCategory, .nyProVideo, .nyProService { margin: 80px auto;}
.nyProTitle { line-height: 50px; color: #222; font-size: 40px; margin-bottom: 40px;}
.nyProTitle span { display: inline-block; color: #222; font-size: 24px; text-transform: capitalize; vertical-align: top; margin-left: 20px;}

.nyProCategory_list ul { min-height: 300px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px -20px;}
.nyProCategory_list ul li { width: 33.333333%; margin-bottom: 20px; padding: 0 10px;}
.nyProCategory_list ul li .con { height: 452px; overflow: hidden; background-color: #f3f3f3; border-radius: 8px; position: relative;}
.nyProCategory_list ul li .con a.img { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProCategory_list ul li .con:hover a.img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.nyProCategory_list ul li .con a.name { display: block; width: 100%; height: 64px; overflow: hidden; line-height: 40px; color: #fff; font-size: 22px; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding: 12px 20px; background-color: rgba(0, 0, 0, .5); position: absolute; left: 0; bottom: 0; z-index: 1;}
.nyProCategory_list ul li .con:hover a.name { bottom: inherit; top: 100%;}
.nyProCategory_list ul li .con .mask { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; overflow: hidden; padding: 40px; background-color: rgba(0, 152, 165, .7); position: absolute; left: 0; top: 100%; z-index: 2;}
.nyProCategory_list ul li .con:hover .mask { top: 0;}
.nyProCategory_list ul li .con .mask .text { width: 100%;}
.nyProCategory_list ul li .con .mask .text p { text-align: center; margin-bottom: 30px;}
.nyProCategory_list ul li .con .mask .text p a { display: inline-block; vertical-align: top; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 30px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding: 0 40px 10px; border-bottom: 1px solid #fff;}
.nyProCategory_list ul li .con .mask .text dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -12px -12px;}
.nyProCategory_list ul li .con .mask .text dl dd { width: 50%; margin-bottom: 12px; padding: 0 12px;}
.nyProCategory_list ul li .con .mask .text dl dd a { display: block; width: 100%; height: 40px; overflow: hidden; text-align: center; background-color: rgba(255, 255, 255, 0); border: 1px solid #fff; border-radius: 4px;}
.nyProCategory_list ul li .con .mask .text dl dd a:hover { background-color: #fff;}
.nyProCategory_list ul li .con .mask .text dl dd a em { display: inline-block; vertical-align: top; max-width: 100%; height: 38px; overflow: hidden; line-height: 38px; color: #fff; font-size: 16px; font-style: normal; white-space: nowrap; text-overflow: ellipsis; padding-right: 20px; position: relative;}
.nyProCategory_list ul li .con .mask .text dl dd a:hover em { color: #0098a5;}
.nyProCategory_list ul li .con .mask .text dl dd a em i { display: block; width: 14px; height: 14px; overflow: hidden; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProCategory_list ul li .con .mask .text dl dd a:hover em i svg path { fill: #0098a5;}
.nyProCategory_list ul li .con .mask .text a.more { display: block; width: 200px; height: 40px; overflow: hidden; line-height: 38px; color: #fff; font-size: 16px; text-align: center; border: 1px solid #fff; border-radius: 20px; margin: 30px auto 0;}
.nyProCategory_list ul li .con .mask .text a.more:hover { color: #0098a5; background-color: #fff;}
.nyProCategory_list ul li .con .mask .text a.more i { display: inline-block; width: 14px; height: 14px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 8px;}
.nyProCategory_list ul li .con .mask .text a.more:hover i { margin: -2px 0 0 18px;}
.nyProCategory_list ul li .con .mask .text a.more:hover i svg path { fill: #0098a5;}


.nyProVideo_list ul { min-height: 300px; margin: 0 -10px;}
.nyProVideo_list ul li { width: 33.333333%; height: 320px; padding: 0 10px; float: left;}
.nyProVideo_list ul li:nth-child(1) { width: 66.666666%; height: 660px;}
.nyProVideo_list ul li:nth-child(2) { margin-bottom: 20px;}
.nyProVideo_list ul li a { display: block; width: 100%; min-height: 100%; overflow: hidden; border-radius: 8px; position: relative;}
.nyProVideo_list ul li a:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.nyProVideo_list ul li a i { display: block; width: 80px; height: 80px; overflow: hidden; padding: 24px 20px 24px 28px; background-color: rgba(0, 0, 0, .25); border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyProVideo_list ul li a:hover i { background-color: rgba(0, 152, 165, .8);}


.nyProService_list ul { min-height: 300px; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -10px;}
.nyProService_list ul li { width: 25%; padding: 0 10px;}
.nyProService_list ul li .con { min-height: 100%; overflow: hidden; border-radius: 8px;}
.nyProService_list ul li .con .hd { display: flex; align-items: center; justify-content: center; width: 100%; height: 320px; overflow: hidden; background-color: #f0f0f0;}
.nyProService_list ul li .con:hover .hd { background-color: #dbdbdb;}
.nyProService_list ul li .con .hd .text { width: 100%; height: auto; overflow: hidden; padding: 0 40px;}
.nyProService_list ul li .con .hd .text p { line-height: 40px; color: #222; font-size: 36px; text-align: center; margin-bottom: 15px;}
.nyProService_list ul li .con .hd .text em { display: block; line-height: 24px; color: #999; font-size: 22px; text-align: center; text-transform: capitalize; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.nyProService_list ul li .con:hover .hd .text em { transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0);}
.nyProService_list ul li .con .hd .text span { display: block; height: 0; overflow: hidden; line-height: 36px; color: #555; font-size: 18px; text-align: center; transform: scale3d(0, 0, 0); -webkit-transform: scale3d(0, 0, 0); opacity: 0; filter: Alpha(opacity=0);}
.nyProService_list ul li .con:hover .hd .text span { height: auto; margin-top: -20px; opacity: 1; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1);}
.nyProService_list ul li .con .pic { width: 100%; height: 320px; overflow: hidden; position: relative;}
.nyProService_list ul li .con:hover .pic img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
/*nyProlist end*/


@media (max-width:1680px) {
  .nyProHead { margin: 80px auto;}
  .nyProHead_left { padding-right: 120px;}
  .nyProHead_left .tit { line-height: 44px; font-size: 36px; margin-bottom: 30px;}
  .nyProHead_left a.more { margin-top: 60px;}

  .nyProTitle { line-height: 44px; font-size: 36px; margin-bottom: 30px;}
  .nyProTitle span { font-size: 22px;}
  .nyProCategory_list ul li .con a.name { height: 60px; font-size: 20px; padding: 10px 20px;}
  .nyProCategory_list ul li .con .mask .text p a { height: 44px; line-height: 34px; font-size: 26px; padding: 0 30px 10px;}
  .nyProCategory_list ul li .con .mask .text dl { margin: 0 -10px -10px;}
  .nyProCategory_list ul li .con .mask .text dl dd { margin-bottom: 10px; padding: 0 10px;}

  .nyProVideo_list ul li { height: 310px;}
  .nyProVideo_list ul li:nth-child(1) { height: 640px;}

  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 300px;}
  .nyProService_list ul li .con .hd .text p { line-height: 40px; font-size: 32px; margin-bottom: 10px;}
  .nyProService_list ul li .con .hd .text em { font-size: 20px;}
  .nyProService_list ul li .con .hd .text span { line-height: 30px; font-size: 16px;}

}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .nyProHead_left { padding-right: 80px;}
  .nyProCategory_list ul li .con { height: 420px;}
}

@media (max-width:1440px) {
  .nyProHead, .nyProCategory, .nyProVideo, .nyProService { margin: 60px auto;}
  .nyProHead_left { width: calc(100% - 480px);}
  .nyProHead_left .tit { line-height: 40px; font-size: 30px;}
  .nyProHead_left .ms, .nyProHead_left .ms p { line-height: 32px; font-size: 16px;}
  .nyProHead_left a.more { width: 200px; height: 50px; line-height: 50px; font-size: 15px; padding-right: 50px;}
  .nyProHead_left a.more i { width: 50px; height: 50px; padding: 16px 0;}
  .nyProHead_right { width: 480px;}
  .nyProHead_right dl dd .text { width: calc(100% - 160px); height: 160px; padding: 20px;}
  .nyProHead_right dl dd .text p { line-height: 32px; font-size: 16px;}
  .nyProHead_right dl dd .text a { font-size: 15px; margin-top: 25px;}
  .nyProHead_right dl dd .img { width: 160px; height: 160px;}

  .nyProTitle { line-height: 40px; font-size: 30px;}
  .nyProTitle span { font-size: 20px;}
  .nyProCategory_list ul li .con { height: 380px;}
  .nyProCategory_list ul li .con a.name { height: 50px; line-height: 30px; font-size: 18px;}
  .nyProCategory_list ul li .con .mask { padding: 30px;}
  .nyProCategory_list ul li .con .mask .text p { margin-bottom: 20px;}
  .nyProCategory_list ul li .con .mask .text p a { height: 42px; line-height: 32px; font-size: 22px;}
  .nyProCategory_list ul li .con .mask .text dl dd a { height: 34px;}
  .nyProCategory_list ul li .con .mask .text dl dd a em { height: 32px; line-height: 32px; font-size: 14px; padding-right: 16px;}
  .nyProCategory_list ul li .con .mask .text dl dd a em i { width: 12px; height: 12px;}
  .nyProCategory_list ul li .con .mask .text a.more { width: 160px; height: 36px; line-height: 34px; font-size: 14px; border-radius: 18px; margin: 20px auto 0;}
  .nyProCategory_list ul li .con .mask .text a.more i { width: 12px; height: 12px;}

  .nyProVideo_list ul li { height: 270px;}
  .nyProVideo_list ul li:nth-child(1) { height: 560px;}
  .nyProVideo_list ul li a i { width: 70px; height: 70px; padding: 24px 20px 24px 24px;}

  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 260px;}
  .nyProService_list ul li .con .hd .text { padding: 0 30px;}
  .nyProService_list ul li .con .hd .text p { line-height: 36px; font-size: 26px; margin-bottom: 8px;}
  .nyProService_list ul li .con .hd .text em { font-size: 16px;}
  .nyProService_list ul li .con .hd .text span { font-size: 15px;}
}

@media (max-width:1366px) {
  .nyProCategory_list ul li .con { height: 360px;}

  .nyProVideo_list ul li { height: 260px;}
  .nyProVideo_list ul li:nth-child(1) { height: 540px;}

  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 240px;}
}

@media (max-width:1280px) {
  .nyProHead_left { width: calc(100% - 400px); padding-right: 60px;}
  .nyProHead_left .tit { line-height: 36px; font-size: 26px; margin-bottom: 20px;}
  .nyProHead_left .ms, .nyProHead_left .ms p { line-height: 30px; font-size: 15px;}
  .nyProHead_left a.more { width: 200px; height: 50px; line-height: 50px; font-size: 15px; margin-top: 40px; padding-right: 50px;}
  .nyProHead_left a.more i { width: 50px; height: 50px; padding: 16px 0;}
  .nyProHead_right { width: 400px;}
  .nyProHead_right dl dd .text { width: calc(100% - 140px); height: 140px; padding: 20px;}
  .nyProHead_right dl dd .text p { line-height: 28px; font-size: 14px;}
  .nyProHead_right dl dd .text a { font-size: 14px; margin-top: 20px;}
  .nyProHead_right dl dd .img { width: 140px; height: 140px;}

  .nyProTitle { line-height: 36px; font-size: 26px; margin-bottom: 20px;}
  .nyProTitle span { font-size: 18px;}
  .nyProCategory_list ul li .con { height: 320px;}
  .nyProCategory_list ul li .con .mask { padding: 20px;}
  .nyProCategory_list ul li .con .mask .text p a { height: 36px; line-height: 30px; font-size: 18px; padding: 0 20px 6px;}
  .nyProCategory_list ul li .con .mask .text dl dd a { height: 30px;}
  .nyProCategory_list ul li .con .mask .text dl dd a em { height: 28px; line-height: 28px;}

  .nyProVideo_list ul li { height: 240px;}
  .nyProVideo_list ul li:nth-child(1) { height: 500px;}
  .nyProVideo_list ul li a i { width: 60px; height: 60px; padding: 20px 18px 20px 22px;}

  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 220px;}
  .nyProService_list ul li .con .hd .text { padding: 0 20px;}
  .nyProService_list ul li .con .hd .text p { line-height: 32px; font-size: 22px;}
  .nyProService_list ul li .con .hd .text em { line-height: 20px; font-size: 14px;}
  .nyProService_list ul li .con .hd .text span { line-height: 28px; font-size: 14px;}

}

@media (max-width:1200px) {
  .nyProVideo_list ul li { height: 220px;}
  .nyProVideo_list ul li:nth-child(1) { height: 460px;}

  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 200px;}
}

@media (max-width:1080px) {
  .nyProHead_left { padding-right: 40px;}
  .nyProHead_left .tit { line-height: 32px; font-size: 24px;}
  .nyProHead_left .ms, .nyProHead_left .ms p { line-height: 28px; font-size: 14px;}
  .nyProHead_left a.more { width: 180px; height: 44px; line-height: 44px; font-size: 14px; margin-top: 30px; padding-right: 44px;}
  .nyProHead_left a.more i { width: 44px; height: 44px; padding: 14px 0;}

  .nyProCategory_list ul li .con .mask .text dl { margin: 0 -5px -10px;}
  .nyProCategory_list ul li .con .mask .text dl dd { padding: 0 5px;}

  .nyProVideo_list ul li { height: 200px;}
  .nyProVideo_list ul li:nth-child(1) { height: 420px;}

  .nyProService_list ul { margin: 0 -6px;}
  .nyProService_list ul li { padding: 0 6px;}
  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 180px;}
  .nyProService_list ul li .con .hd .text span { line-height: 24px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyProHead, .nyProCategory, .nyProVideo, .nyProService { margin: 40px auto;}
  .nyProHead { display: block;}
  .nyProHead_left { width: 100%; margin-bottom: 40px; padding-right: 0;}
  .nyProHead_left a.more { margin-top: 20px;}
  .nyProHead_right { width: 100%;}
  .nyProHead_right dl dd { width: 48.5%; margin: 0 3% 0 0; float: left;}
  .nyProHead_right dl dd:last-child { margin: 0;}
  .nyProHead_right dl::after { content: ""; display: block; overflow: hidden; clear: both; height: 0;}

  .nyProCategory_list ul li .con { height: 280px;}
  .nyProCategory_list ul li .con .mask .text dl { max-height: 120px; overflow: hidden;}

  .nyProVideo_list ul li { height: 180px;}
  .nyProVideo_list ul li:nth-child(1) { height: 380px;}
  .nyProVideo_list ul li a i { width: 52px; height: 52px; padding: 18px 16px 18px 20px;}

  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 160px;}
  .nyProService_list ul li .con .hd .text p { line-height: 26px; font-size: 18px;}

}

@media (max-width:820px) {
  .nyProHead_right dl dd { width: 49%; margin: 0 2% 0 0;}
  .nyProHead_right dl dd:last-child { margin: 0;}
  .nyProHead_right dl dd .text { width: calc(100% - 170px); height: 170px;}
  .nyProHead_right dl dd .img { width: 170px; height: 170px;}

  .nyProCategory_list ul li { width: 50%;}
  .nyProCategory_list ul li .con { height: 320px;}

  .nyProVideo_list ul li { height: 160px;}
  .nyProVideo_list ul li:nth-child(1) { height: 340px;}

  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 140px;}
  .nyProService_list ul li .con .hd .text em { line-height: 16px; font-size: 12px;}
  .nyProService_list ul li .con .hd .text span { line-height: 22px; font-size: 12px;}

}

@media (max-width:767px) {
  .nyProHead_right dl dd { width: 100%; margin: 0 0 20px; float: none;}
  .nyProHead_right dl dd:last-child { margin: 0;}

  .nyProTitle { line-height: 32px; font-size: 24px; margin-bottom: 20px;}
  .nyProTitle span { display: block; line-height: 24px; font-size: 16px; margin: 6px 0 0;}

  .nyProCategory_list ul { margin: 0 0 -20px;}
  .nyProCategory_list ul li { width: 100%; padding: 0;}
  .nyProCategory_list ul li .con .mask .text dl { max-height: 160px; overflow: hidden;}

  .nyProVideo_list ul { margin: 0 -6px;}
  .nyProVideo_list ul li { width: 50%; height: 120px; padding: 0 6px;}
  .nyProVideo_list ul li:nth-child(1) { width: 100%; height: 240px; margin-bottom: 12px;}
  .nyProVideo_list ul li:nth-child(2) { margin-bottom: 0;}
  .nyProVideo_list ul li a i { width: 44px; height: 44px; padding: 14px 14px 14px 16px;}

  .nyProService_list ul { margin: 0 -6px -12px;}
  .nyProService_list ul li { width: 50%; margin-bottom: 12px;}
  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 150px;}
  
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyProHead_left .tit { line-height: 30px; font-size: 22px;}
  .nyProHead_right dl dd { display: block;}
  .nyProHead_right dl dd .text { width: 100%; height: auto;}
  .nyProHead_right dl dd .img { width: 100%; height: 160px;}

  .nyProTitle { line-height: 30px; font-size: 22px;}
  .nyProTitle span { line-height: 22px; font-size: 14px;}

  .nyProVideo_list ul li, .nyProVideo_list ul li:nth-child(1) { width: 100%; height: 180px;}
  .nyProVideo_list ul li:nth-child(2) { margin-bottom: 12px;}
  .nyProService_list ul li .con .hd, .nyProService_list ul li .con .pic { height: 120px;}
  .nyProService_list ul li .con .hd .text { padding: 0 10px;}
  .nyProService_list ul li .con .hd .text p { line-height: 24px; font-size: 16px;}
}
