
/*nyProducts start*/
.nyProducts { overflow: hidden; padding: 140px 0 100px;}
.nyProducts .nyProduct_main { display: flex;}

.nyProduct_main .nyProduct_left { width: 350px;}
.nyProduct_left .nyProduct_menu { margin-bottom: 50px;}
.nyProduct_menu .nyProMenu_head { overflow: hidden; padding: 30px 40px; background: #04559a url(../images/nyProMenuHead_bg.png) 110% center no-repeat; background-size: 100px 100px; position: relative;}
.nyProMenu_head span { display: block; line-height: 24px; color: #fff; font-size: 18px;}
.nyProMenu_head span::before { content: ''; display: inline-block; width: 30px; height: 1px; background-color: #fff; vertical-align: middle; margin: -2px 10px 0 0;}
.nyProMenu_head p { line-height: 40px; color: #fff; font-size: 32px; font-weight: bold; margin-top: 8px;}
.nyProMenu_head i { display: none; width: 30px; height: 30px; overflow: hidden; padding: 5px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nyProMenu_list { overflow: hidden; padding: 20px 40px; background-color: #fff;}
.nyProMenu_list ul li { overflow: hidden; padding: 10px 0 9px; border-bottom: 1px dashed #e6e6e6;}
.nyProMenu_list ul li:last-child { border-bottom: 0;}
.nyProMenu_list ul li p { overflow: hidden; padding-right: 40px; position: relative;}
.nyProMenu_list ul li p a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.nyProMenu_list ul li:hover p a, .nyProMenu_list ul li.active p a { color: #04559a; font-weight: bold;}
.nyProMenu_list ul li p i { display: block; width: 40px; height: 40px; overflow: hidden; padding: 14px; position: absolute; top: 0; right: 0; cursor: pointer;}
.nyProMenu_list ul li:hover p i svg path, .nyProMenu_list ul li.active p i svg path { fill: #04559a;}
.nyProMenu_list ul li.active p i { transform: scaleY(-1); -webkit-transform: scaleY(-1);}

.nyProMenu_list ul li .nyProduct_scd { display: none; padding: 10px;}
.nyProMenu_list ul li.active .nyProduct_scd { display: block;}
.nyProduct_scd a { display: block; width: 100%; height: 35px; overflow: hidden; line-height: 35px; color: #777; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; position: relative;}
.nyProduct_scd a:hover { color: #04559a;}
.nyProduct_scd a::before { content: ''; display: block; width: 8px; height: 1px; overflow: hidden; background-color: #999; position: absolute; left: 0; top: 50%;}
.nyProduct_scd a:hover::before { background-color: #04559a;}

.nyProMenu_all a { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; text-align: center; background-color: #04559a;}
.nyProMenu_all a:hover { background-color: #c80f2e;}
.nyProMenu_all a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px; padding: 4px; background-color: #fff; border-radius: 50%;}
.nyProMenu_all a:hover i { margin: -2px 0 0 20px;}
.nyProMenu_all a:hover i svg path { fill: #c80f2e;}

.nyProduct_article .nyProArt_head { overflow: hidden; padding: 30px 40px; background: #04559a url(../images/nyProArtHead_bg.png) 110% center no-repeat; background-size: 100px 100px; position: relative;}
.nyProArt_head span { display: block; line-height: 24px; color: #fff; font-size: 18px;}
.nyProArt_head span::before { content: ''; display: inline-block; width: 30px; height: 1px; background-color: #fff; vertical-align: middle; margin: -2px 10px 0 0;}
.nyProArt_head p { line-height: 40px; color: #fff; font-size: 32px; font-weight: bold; margin-top: 8px;}
.nyProArt_list { overflow: hidden; padding: 20px 40px; background-color: #fff;}
.nyProArt_list dl dd { overflow: hidden; padding: 10px 0 9px; border-bottom: 1px dashed #e6e6e6;}
.nyProArt_list dl dd:last-child { border-bottom: 0;}
.nyProArt_list dl dd a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis;}
.nyProArt_list dl dd:hover a { color: #04559a;}

.nyProduct_main .nyProduct_right { width: calc(100% - 350px); padding-left: 50px;}

.nyProduct_list { margin-bottom: 50px;}
.nyProduct_list ul { min-height: 300px;}
.nyProduct_list ul li { display: flex; overflow: hidden; margin-bottom: 24px; background-color: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.nyProduct_list ul li:last-child { margin-bottom: 0;}
.nyProduct_list ul li:hover { box-shadow: 0 0 16px rgba(0, 0, 0, .05);}
.nyProduct_list ul li .lyPro_img { width: 260px; max-height: 100%; overflow: hidden;}
.nyProduct_list ul li .lyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProduct_list ul li:hover .lyPro_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.nyProduct_list ul li .lyPro_text { display: flex; align-items: center; justify-content: center; width: calc(100% - 440px); min-height: 100%; overflow: hidden; padding: 24px 48px; border-left: 1px solid #e6e6e6;}
.nyProduct_list ul li .lyPro_text .con { width: 100%;}
.nyProduct_list ul li .lyPro_text a.name { display: block; width: 100%; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.nyProduct_list ul li:hover .lyPro_text a.name { color: #04559a;}
.nyProduct_list ul li .lyPro_text p.ms { max-height: 84px; overflow: hidden; line-height: 28px; color: #777; font-size: 16px; margin-top: 12px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.nyProduct_list ul li .lyPro_text a.btn { display: block; width: 132px; height: 32px; overflow: hidden; line-height: 32px; color: #fff; font-size: 14px; text-align: center; margin-top: 24px; background-color: #ccc;}
.nyProduct_list ul li:hover .lyPro_text a.btn { background-color: #04559a;}
.nyProduct_list ul li:hover .lyPro_text a.btn:hover { background-color: #e3001b;}
.nyProduct_list ul li .lyPro_text a.btn i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 10px;}
.nyProduct_list ul li:hover .lyPro_text a.btn:hover i { margin: -2px 0 0 20px;}

.nyProduct_list ul li .lyPro_cs { width: 180px; min-height: 100%; overflow: hidden; padding: 24px; background-color: #eee;}
.nyProduct_list ul li:hover .lyPro_cs { background-color: #04559a;}
.nyProduct_list ul li .lyPro_cs dl dd { min-height: 34px; margin-bottom: 15px; padding-left: 46px; position: relative;}
.nyProduct_list ul li .lyPro_cs dl dd:last-child { margin-bottom: 0;}
.nyProduct_list ul li .lyPro_cs dl dd i { display: block; width: 34px; height: 34px; overflow: hidden; padding: 8px; background-color: #fff; border-radius: 50%; position: absolute; left: 0; top: 0;}
.nyProduct_list ul li:hover .lyPro_cs dl dd i svg path { fill: #04559a;}
.nyProduct_list ul li .lyPro_cs dl dd span { display: block; width: 100%; height: 16px; overflow: hidden; line-height: 16px; color: #777; font-size: 14px; white-space: nowrap; text-overflow: ellipsis;}
.nyProduct_list ul li .lyPro_cs dl dd p { width: 100%; height: 22px; overflow: hidden; line-height: 22px; color: #777; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin-top: 4px;}
.nyProduct_list ul li:hover .lyPro_cs dl dd span, .nyProduct_list ul li:hover .lyPro_cs dl dd p { color: rgba(255, 255, 255, .5);}

/*nyProducts end*/


@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) {}