
/*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;}

.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; display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -12px -24px;}
.nyProduct_list ul li { width: 33.333333%; margin-bottom: 24px; padding: 0 12px;}
.nyProduct_list ul li .lyPro_con { min-height: 100%; overflow: hidden; background-color: #fff; position: relative;}
.lyPro_con .lyPro_name { padding: 20px; border-bottom: 1px solid #ddd;}
.lyPro_con:hover .lyPro_name { border-bottom: 1px solid #04559a;}
.lyPro_con .lyPro_name a { display: block; height: 30px; overflow: hidden; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding-right: 30px; position: relative;}
.lyPro_con:hover .lyPro_name a { color: #04559a;}
.lyPro_con .lyPro_name a i { display: block; width: 28px; height: 28px; overflow: hidden; background-color: #04559a; border-radius: 50%; position: absolute; top: 1px; right: 1px;}
.lyPro_con .lyPro_name a i::before, .lyPro_con .lyPro_name a i::after { content: ''; display: block; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyPro_con .lyPro_name a i::before { width: 14px; height: 2px;}
.lyPro_con .lyPro_name a i::after { width: 2px; height: 14px;}
.lyPro_con .lyPro_img { width: 100%; height: 300px; overflow: hidden;}
.lyPro_con .lyPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyPro_con:hover .lyPro_img a img { transform: scale(1.1); -webkit-transform: scale(1.1);}

.lyPro_con a.lyPro_view { display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .25); position: absolute; bottom: 110%; left: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyPro_con:hover a.lyPro_view { bottom: 0;}
.lyPro_con a.lyPro_view i { display: block; width: 80px; height: 80px; overflow: hidden; padding: 20px; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
/*nyProducts end*/


/*nyPro_service start*/
.nyPro_service { overflow: hidden; margin-bottom: -100px; padding: 100px 0 140px; background-color: #fff;}
.nyProServ_title { margin-bottom: 50px;}
.nyProServ_title p { line-height: 40px; color: #222; font-size: 32px; font-weight: bold; text-align: center;}
.nyProServ_title p span { color: #04559a; font-size: 32px; font-weight: bold;}
.nyProServ_title em { display: block; line-height: 22px; color: #999; font-size: 14px; text-align: center; font-style: normal; text-transform: capitalize;}

.nyProServ_main ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px;}
.nyProServ_main ul li { width: 33.333333%; padding: 0 15px;}
.nyProServ_main ul li .nyProServ_con { min-height: 100%; padding: 30px 0; background-color: #fff; border: 1px solid #e6e6e6; position: relative;}
.nyProServ_main ul li .nyProServ_con:hover { background-color: #04559a; border: 1px solid #04559a;}
.nyProServ_main ul li .nyProServ_con i { display: block; width: 78px; height: 78px; overflow: hidden; padding: 20px; background-color: #04559a; border: 4px solid #fff; border-radius: 50%; position: absolute; top: -40px; right: 40px;}
.nyProServ_main ul li .nyProServ_con:hover i { background-color: #fff; border: 4px solid #04559a;}
.nyProServ_main ul li .nyProServ_con:hover i svg path { fill: #04559a;}
.nyProServ_main ul li .nyProServ_con p { min-height: 30px; line-height: 30px; color: #222; font-size: 20px; font-weight: bold; margin-top: 10px; padding: 0 40px; position: relative;}
.nyProServ_main ul li .nyProServ_con:hover p { color: #fff;}
.nyProServ_main ul li .nyProServ_con p::before { content: ''; display: block; width: 3px; height: 20px; background-color: #04559a; position: absolute; left: 0; top: 5px;}
.nyProServ_main ul li .nyProServ_con:hover p::before { background-color: #4884d7;}
.nyProServ_main ul li .nyProServ_con span { display: block; line-height: 26px; color: #999; font-size: 16px; padding: 0 40px;}
.nyProServ_main ul li .nyProServ_con:hover span { color: rgba(255, 255, 255, .55);}
/*nyPro_service 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) {}