﻿@charset "utf-8";
/* CSS Document */
/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Helvetica,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;}
body{ min-width:1400px;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}

@font-face {
    font-family: "Helvetica";
    src: url(../fonts/Helvetica.ttf);
}
@font-face {
	font-family: "HelveticaBold";
    src: url(../fonts/HelveticaBold.ttf);
}


/* 设置滚动条的样式 */
::-webkit-scrollbar { width:6px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#0d5198;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#0d5198;}


/**top start**/
.subMenu { width: 100%; height:88px; background-color:rgba(0,0,0,.1); border-bottom:1px solid rgba(255,255,255,0.1); position: absolute; top: 0; z-index:9999; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.fxd { background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(255,255,255,1); box-shadow:0 3px 6px rgba(0,0,0,0.1);}

.ly_top { width:100%; height:88px; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_top .lytop_main { width:100%; max-width:1600px; height:88px; margin:0 auto; padding:0; position:relative;}
.lytop_main .ly_logo { width:20%; height:60px; margin:0 4% 0 0; padding:14px 0; float:left;}
.ly_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 60px; overflow: hidden; margin: 0; padding: 0;}
.ly_logo a img.logo1 {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.ly_logo a img.logo2 { display:none;}
.fxd .ly_logo a img.logo2 {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.fxd .ly_logo a img.logo1 { display:none;}

.ly_nav { width:54%; height:88px; margin:0; padding:0; float:left;}
.nav_ul { height:88px; margin:0 auto; padding:0; display: flex;}
.nav_item { position: relative; margin:0; padding: 0; -webkit-flex:1; -ms-flex:1; -moz-flex:1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.nav_item:hover {}
.nav { width:100%; height: 88px; margin: 0 auto; padding: 0; position: relative;}

.nav_item > a { display: block; width: 100%; height: 88px; line-height: 88px; color: #fff; font-size: 16px; text-align: center; -webkit-transition: all .4s; transition: all .4s; position:relative;}
.nav_item > a em { display:none; width:40px; height:3px; overflow:hidden; margin:0 0 0 -20px; background-color:#fff; position:absolute; bottom:0; left:50%;}
.nav_item:hover > a, .nav_item > a.navon { color:#fff;}
.nav_item:hover > a em, .nav_item > a.navon em { display:block;}

.fxd .nav_item > a { color:#333;}
.fxd .nav_item > a em { background-color:#184d8f;}
.fxd .nav_item:hover > a, .fxd .nav_item > a.navon { color:#184d8f;}

.menu_open { display: none;}

.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100%; z-index: 10; background-color:#fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color:#fff;}
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
.subopen { display: none; }
.nav_item2 { width: 100%;}
.nav_item2 a { display: block; width:100%; height:44px; overflow:hidden; line-height:44px; padding: 0 10px; color: #666; font-size: 14px; white-space:nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ny_top .nav_item2 a { color:#565656;}
.nav_item2:hover a { background-color: #184d8f; color: #fff;}
.hcover { display: none;}

.ly_right { width:88px; height:88px; margin:0; padding:0; background:url(../images/sc_icon.png) center center no-repeat; background-size:44px 44px; border-left:1px solid rgba(255,255,255,0.1); float:right; cursor:pointer;}
.ly_right:hover { background-color:#0d5198; border-left:0;}
.ly_right .lytop_sc { width:100%; overflow:hidden; margin:0; padding:20px; position:absolute; left:0; top:88px; background-color:rgba(0,30,61,0.5); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s;}
.ly_right:hover .lytop_sc { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
.lytop_sc form { display:block; width:100%; height:48px; overflow:hidden; margin:0; padding:0 120px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lytop_sc form .ly_ipt { display:block; width:100%; height:48px; overflow:hidden; margin:0; padding:0; background-color:#fff; border-radius:24px 0 0 24px;}
.ly_ipt input { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#666; font-size:15px; margin:0; padding:0 24px; border:0; outline:none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lytop_sc form .ly_btn { width:120px; height:48px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.ly_btn input { display:block; width:120px; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:18px; text-indent:24px; margin:0; padding:0; border-radius:0 24px 24px 0; background:#0264c9 url(../images/sc_icon.png) 20px center no-repeat; background-size:32px 32px; border:none; outline:none; cursor:pointer;}
.fxd .ly_right { background:url(../images/sc_icon1.png) center center no-repeat; background-size:44px 44px; border-left:1px solid rgba(13,81,152,0.1);}
.fxd .ly_right:hover { background:#0d5198 url(../images/sc_icon.png) center center no-repeat; background-size:44px 44px; border-left:0;}

/**top end**/

/* banner 开始 */
.apple-banner { width: 100%; height: 940px; overflow: hidden;}
.apple-banner .swiper-container { width: 100%; height: 940px; position:relative;}
.apple-banner .swiper-container .swiper-slide { padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position:relative;}
.apple-banner .swiper-container .slide1 { padding:260px 0 0;}
.apple-banner .swiper-container .slide2 { padding:140px 0 0;}
.apple-banner .swiper-container .slide3 { padding:180px 0 0;}
.ba_PrevNext { width:45%; height:70px; overflow:hidden; margin:0; padding:0; background-color:rgba(13,81,152,0.9); position:absolute; left:0; bottom:0; z-index:99;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 160px; height: 100%; position:absolute; top:0; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { right:160px; left:inherit;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 100%; height: 70px; line-height:70px; color:#fff; font-family:"Helvetica"; font-size:14px; text-align:center; border-radius: 100%; opacity: 1; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span {}
.apple-banner .swiper-button-next span {}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: 1;}
.apple-banner .swiper-button-prev span img, .apple-banner .swiper-button-next span img { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 0 0 8px; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.apple-banner .swiper-button-prev span img { margin:-4px 8px 0 0;}
.apple-banner .swiper-button-prev:hover span img { margin:-4px 16px 0 0;}
.apple-banner .swiper-button-next:hover span img { margin:-4px 0 0 16px;}

.apple-banner .swiper-container .swiper-slide video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:100%;_height:100%;z-index:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}

.ba_text1 { width:100%; max-width:1600px; overflow:hidden; margin:0 auto; padding:0;}
.ba_text1 p { width:80%; overflow:hidden; line-height:60px; color:#fff; font-size:64px; font-weight:bold; text-align:center; letter-spacing:4px; margin:0 auto; padding:0;}
.ba_text1 em { display:block; width:60px; height:5px; overflow:hidden; margin:30px auto; padding:0; background-color:#fff;}
.ba_text1 span { display:block; width:80%; overflow:hidden; line-height:30px; color:#fff; font-size:24px; font-weight:lighter; text-align:center; margin:0 auto; padding:0;}
.ba_text1 a,.ba_text2 a  { display:block; width:220px; height:60px; overflow:hidden; line-height:58px; color:#fff; font-size:18px; text-align:center; border:1px solid #fff; border-radius:30px; margin:80px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.ba_text1 a img,.ba_text2 a img { display:inline-block; width:24px; height:24px; vertical-align:middle; margin:-4px 0 0 8px; transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;}
.ba_text1 a:hover { width:240px;}
.ba_text1 a:hover img { margin:-4px 0 0 20px;}
.ba_text2 a:hover { width:240px;}
.ba_text2 a:hover img { margin:-4px 0 0 20px;}

.ba_text2, .ba_text3 { width:90%; max-width:1600px; overflow:hidden; margin:0 auto; padding:0;}
.ba_text2 img.ba2_img1, .ba_text2 img.ba2_img2, .ba_text2 img.ba2_img3 { display:block; width:auto; max-width:100%; height:auto; margin:145px auto 0; padding:0;}
.ba_text2 img.ba2_img2 { margin:40px auto 0;}
.ba_text3 img.ba3_img1 { display:block; max-width:50%; float:left;}
.ba_text3 img.ba3_img2 { display:block; max-width:50%; float:right;}

.ba_scroll { width:60px; overflow:hidden; margin:0 0 0 -30px; padding:0; position:absolute; left:50%; bottom:10px; z-index:99;}
.ba_scroll span { display:block; width:100%; overflow:hidden; line-height:20px; color:#fff; font-family:"Helvetica"; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.ba_scroll p { width:24px; height:36px; overflow:hidden; margin:5px auto 0; padding:0; border:1px solid #fff; border-radius:12px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ba_scroll p i { display:block; width:1px; height:12px; overflow:hidden; background-color:#fff; margin:12px auto; padding:0; animation-name: scrollTip; animation-duration: 1s; animation-iteration-count: infinite;}

/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:24px; background:none; display:none;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; margin: 0 6px; cursor: pointer; background: none; border-radius:0; opacity: 1; border-radius:6px;}
.apple-banner .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background: rgba(255, 255, 255, 1); border-radius:50%;}
.apple-banner .swiper-pagination-bullet-active span{ background-color: #e7580c;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,1);}
.apple-banner .swiper-pagination-bullet i{ background-color: #e7580c; height: 12px; transform:scaleX(0); transform-origin: 0; display: block;}
.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .replace span{ background-color:#e7580c;}

/* banner 结束 */

/*idx_About 开始*/
.idx_About { width:100%; height:auto; margin:0 auto; padding:60px 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idx_About .idx_Aboutbg { width:45%; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0;}
.idx_Aboutbg img { display:block; width:100%; height:453px; overflow:hidden; margin:0; padding:0;}
.idx_About .idxAbout_main { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative;}
.idxAbout_main .idxAbout_video { width:50%; height:auto; margin:0; padding:0 30px 0 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxAbout_video .idxAbout_vdcon { width:100%; height:433px; margin:0 auto; padding:0; position:relative;}
.idxAbout_vdcon i { display:block; width:100%; height:100%; overflow:hidden; background-color:#2988c9; margin:0; padding:0; position:absolute; left:-20px; top:-20px;}
.idxAbout_vdcon .idxAbout_vdmain { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.idxAbout_vdmain img.vd_img { display:block; width:auto; height:auto; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.idxAbout_vdmain:hover img.vd_img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.idxAbout_vdmain .idxAbout_vdmask { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background:none; position:relative;}
.idxAbout_vdmain .idxAbout_vdmask a { display:block; width:100%; height:100px; overflow:hidden; margin:-70px 0 0; padding:20px 0; position:absolute; left:0; top:50%;}
.idxAbout_vdmain .idxAbout_vdmask a img.vd_btn { display:block; width:64px; height:64px; overflow:hidden; margin:0 auto 16px; padding:0;}
.idxAbout_vdmain .idxAbout_vdmask a span { display:block; width:100%; overflow:hidden; line-height:20px; color:#fff; font-size:18px; text-align:center; margin:0 auto; padding:0;}

.idxAbout_main .idxAbout_text { width:50%; height:auto; margin:0; padding:0 0 0 30px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxAbout_text .idxAbout_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_contit { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_contit span { display:block; width:100%; line-height:64px; color:rgba(13,81,152,0.2); font-size:80px; font-weight:bold; margin:0 auto; padding:0;}
.idxAbout_contit div { display:block; width:100%; line-height:50px; color:#333; font-size:48px; font-weight:bold; margin:-20px auto 0; padding:0;}
.idxAbout_con em { display:block; width:60px; height:2px; overflow:hidden; margin:30px 0; padding:0; background-color:#0d5198;}
.idxAbout_con p { width:100%; max-height:150px; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:justify; text-indent:2em; margin:0 auto; padding:0; display: -webkit-box;-webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.idxAbout_text .idxAbout_data { width:100%; overflow:hidden; margin:60px auto 0; padding:0;}
.idxAbout_data ul li { width:25%; overflow:hidden; margin:0 auto; padding:0 10px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxAbout_data ul li p { width:100%; height:50px; overflow:hidden; line-height:50px; color:#333; font-size:60px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.idxAbout_data ul li p i { font-weight:normal; font-size:14px; font-style:normal;}
.idxAbout_data ul li em { display:block; width:24px; height:2px; overflow:hidden; margin:15px auto; background-color:#0d5198;}
.idxAbout_data ul li span { display:block; width:100%; overflow:hidden; line-height:20px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}

/*idx_About 结束*/

/*idx_Products 开始*/
.idx_Products { width:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.idx_Products .idxPro_main { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxPro_main .idxPro_tit { width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:28px; margin:0; padding:0;}
.idxPro_tit span { display:inline-block; line-height:60px; color:#0d5198; font-size:36px; font-weight:bold; margin:-4px 10px 0 0; vertical-align:middle;}
.idxPro_tit img { display:block; width:4px; height:30px; overflow:hidden; margin:15px 10px 15px 0; padding:0; float:left;}
.idx_Products .idxPro_menu { width:62.5%; overflow:hidden; margin:0; padding:36px 20px; background-color:#0d5198; position:absolute; top:0; right:0; z-index:2; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxPro_menu a { display:block; width:14.4%; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin-right: 4%; padding:0 10px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxPro_menu a:hover{ color:#0d5198; font-weight:bold; background-color:#c3d600; border-radius:24px;}

.idx_Products .idxPro_list { width:100%; height:780px; margin:20px auto 0; padding:80px 0 40px; background:url(../images/idx_probg.jpg) center center no-repeat; background-size:100% 100%; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxPro_list ul { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative;}
.idxPro_list ul li { width:23%; height:auto; margin:0 2.666666% 40px 0; padding:10px; background-color:#fff; box-shadow:0 10px 20px rgba(20,49,49,0.1); float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxPro_list ul li:nth-child(4n+4) { margin:0 0 40px;}

.idxPro_list ul li .NyPro_con { width:100%; height:280px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(13,81,152,0.2); position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxPro_list ul li .NyPro_con .NyPro_img { width:100%; height:220px; overflow:hidden; margin:0 auto; padding:0;}
.idxPro_list ul li .NyPro_con .NyPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.idxPro_list ul li .NyPro_con .NyPro_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.idxPro_list ul li:hover .NyPro_con .NyPro_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.idxPro_list ul li .NyPro_con .NyPro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxPro_list ul li .NyPro_con .NyPro_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.idxPro_list ul li .NyPro_con .NyPro_name a i { display:none;}
.idxPro_list ul li .NyPro_con .NyPro_name em { display:block; width:30px; height:2px; overflow:hidden; background-color:#0d5198; margin:0 auto 8px; padding:0;}
.idxPro_list ul li:hover .NyPro_con { padding:10px; border:1px solid rgba(13,81,152,0.9);}
.idxPro_list ul li:hover .NyPro_con .NyPro_name { height:100%; padding:80px 10px 10px; position:absolute; left:0; top:0; background-color:rgba(13,81,152,0.9);}
.idxPro_list ul li:hover .NyPro_con .NyPro_name a { height:auto; color:#fff;}
.idxPro_list ul li:hover .NyPro_con .NyPro_name a i { display:block; width:60px; height:60px; overflow:hidden; margin:0 auto 40px; padding:0; background:url(../images/more1.png) center center no-repeat; background-size:60px 60px;}
.idxPro_list ul li:hover .NyPro_con .NyPro_name em { background-color:#fff;}

/*idx_Products 结束*/

/*idx_Cases 开始*/
.idx_Cases { width:100%; overflow:hidden; _margin:20px auto 0; padding:60px 0; background:url(../images/idx_casebg.jpg) top center no-repeat; _background-size:cover; position:relative;}
.idx_Cases .idxCase_main { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxCase_main .idxCase_title { width:100%; overflow:hidden; margin:0 auto 32px; padding:0;}
.idxCase_title span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#58708f; font-size:42px;     font-weight: bolder; text-align:center; margin:0 auto 5px; padding:0;}
.idxCase_title p { width:100%; _height:30px;  _line-height:30px; color:#fff; font-size:44px; font-weight:bold;text-align:center; margin:0 auto; padding:0;overflow:hidden;}
.idxCase_title p i { display:inline-block; width:70px; height:2px; overflow:hidden; vertical-align:middle; margin:0; padding:0;}
.idxCase_title p i.linefl { margin:-4px 10px 0 0; background:url(../images/line_l.png) center center no-repeat; background-size:100% 100%;}
.idxCase_title p i.linefr { margin:-4px 0 0 10px; background:url(../images/line_r.png) center center no-repeat; background-size:100% 100%;}
.idxCase_main .idxCase_con{ width:75%; overflow:hidden; line-height:30px; color:#fff; font-size:15px; text-align:center; margin:0 auto 40px; padding:0;}

.idxCase_main .idxCase_list { width:100%; height:auto; margin:60px auto 0; padding:0;}
.idxCase_list ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:0; background-color:#0d5198; border:1px solid rgba(255,255,255,0.2); float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.idxCase_list ul li:nth-child(4n+4) { margin:0;}
.idxCase_list ul li:hover { border:1px solid #fff; box-shadow:0 10px 20px rgba(6,32,79,0.2); margin:-20px 2% 0 0; position:relative;}
.idxCase_list ul li:nth-child(4n+4):hover { margin:-20px 0 0;}
.idxCase_list ul li .idxCase_img { width:100%; height:206px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.idxCase_list ul li .idxCase_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.idxCase_list ul li:hover .idxCase_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.idxCase_list ul li .idxCase_img .idxCase_mask { display:none; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:rgba(20,34,49,0.8); position:absolute; left:0; top:0;}
.idxCase_list ul li:hover .idxCase_img .idxCase_mask { display:block;}
.idxCase_list ul li .idxCase_img .idxCase_mask a { display:block; width:100%; height:50px; overflow:hidden; margin:-25px 0 0 0; padding:0 20px; position:absolute; left:0; top:50%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxCase_list ul li .idxCase_img .idxCase_mask a i { display:block; width:24px; height:1px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.idxCase_list ul li .idxCase_img .idxCase_mask a:hover i { width:120px;}
.idxCase_list ul li .idxCase_img .idxCase_mask a span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; white-space: nowrap; text-overflow: ellipsis; margin:9px auto; padding:0;}


.idxCase_list ul li .idxCase_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:19px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxCase_list ul li .idxCase_text a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.idxCase_list ul li .idxCase_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#fff; font-size:14px; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}

/*idx_Cases 结束*/

/*idx_News 开始*/
.idx_News { width:100%; overflow:hidden; margin:0 auto; padding:40px 0 80px; background:url(../images/idx_newbg.jpg) center center no-repeat; background-size:cover; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idx_News .idxNews_main { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxNews_main .idxNew_tit { width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-size:28px; margin:0 auto 40px; padding:0;}
.idxNew_tit span { display:inline-block; line-height:60px; color:#0d5198; font-size:36px; font-weight:bold; margin:-4px 10px 0 0; vertical-align:middle;}
.idxNew_tit img.idxNew_icon { display:block; width:4px; height:30px; overflow:hidden; margin:15px 10px 15px 0; padding:0; float:left;}
.idxNew_tit a { display: block; width: 140px; height: 40px; overflow: hidden; line-height: 38px; color: #0d5198; font-size: 14px; text-align: center; border: 1px solid #0d5198; border-radius: 20px; margin: 10px 0; padding: 0; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.idxNew_tit a img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -4px 0 0 8px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.idxNew_tit a:hover { width:150px;}
.idxNew_tit a:hover img { margin: -4px 0 0 16px;}

/*首页新闻*/
.idxNew_list{width:100%;overflow:hidden;margin:0 auto;background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-shadow: #ccc 1px 1px 10px;-moz-box-shadow: #ccc 1px 1px 10px;box-shadow: #ccc 1px 1px 10px; }

.indNew_l{ width:58%;padding: 10px 2%;min-height:300px;}
.indNew_tit2{ margin:20px 0 0; line-height:36px;}
.indNew_tit2 p{ display:inline-block; font-size:24px; color:#333;}
.indNew_tit2 .more{display:inline-block; font-size:14px; color:#888;}
.indNew_tit2 .more:hover{color:#0d5198;}
.indNew_l .indNew_l_tj{     padding: 20px 0;     margin-bottom: 20px;border-bottom:1px solid #e0e0e0;}
.indNew_l .indNew_l_tj .pic{ display:block; width:20%; margin-right:2%; height:135px; overflow:hidden;}
.indNew_l .indNew_l_tj .pic img{ width:100%; height:100%;object-fit: cover;transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.indNew_l .indNew_l_tj:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.indNew_l .indNew_l_tj_m{ width:78%;}
.indNew_l .indNew_l_tj_m .tit{ display:inline-block; width:91%; font-size:18px; color:#333; height:30px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.indNew_l .indNew_l_tj_m .tit:hover{ color:#0d5198;}
.indNew_l .indNew_l_tj_m p em{ display:inline-block; width:55px; height:28px; font-size:15px;color: #fff;font-weight: bold; text-align:center; line-height:28px; margin-right:5px;background-color: #0d5198; border-radius:20px; }
.indNew_l .indNew_l_tj_m span{ display:block; margin:5px 0;font-size:14px; color:#888;max-height:70px; line-height:25px; overflow:hidden;display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.indNew_l .indNew_l_bot{}
.indNew_l .indNew_l_bot ul li{ margin:12px 0;}
.indNew_l .indNew_l_bot ul li .tit{ display:block;width: 83%; font-size:16px; color:#333; height:30px;background:url(../images/new_jt.png) left center no-repeat; background-size:12px 12px ;overflow:hidden;text-overflow: ellipsis; white-space:nowrap;padding-left: 20px; line-height: 30px;}
.indNew_l .indNew_l_bot ul li span{display:block; font-size:14px; color:#888; float:right;background:url(../images/time.png) left center no-repeat;background-size:15px 15px ; padding-left:2%;}
.indNew_l .indNew_l_bot ul li:hover .tit{ color:#0d5198;background:url(../images/new_jt1.png) left center no-repeat; background-size:12px 12px ;}
.indNew_l .indNew_l_bot ul li:hover span{ color:#0d5198;background:url(../images/time1.png) left center no-repeat; background-size:15px 15px ;}

.indNew_r{ width:38%;background:url(../images/idx_New.png) left center repeat-y;min-height:320px;}
.indNew_r>div{padding: 10px 5%;}
.indNew_r .indNew_r_m{}
.indNew_r .indNew_r_m ul li{ padding: 10px 0;border-bottom:1px dashed #e0e0e0;}
.indNew_r .indNew_r_m ul li span{ display:block;font-size:14px; color:#888;line-height:30px;background:url(../images/time.png) left center no-repeat; background-size:15px 15px ;padding-left:4%;}
.indNew_r .indNew_r_m ul li .tit{display:block;font-size:16px; color:#333; line-height:30px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.indNew_r .indNew_r_m ul li:hover span{ color:#0d5198;background:url(../images/time1.png) left center no-repeat; background-size:15px 15px ;}
.indNew_r .indNew_r_m ul li:hover .tit{ color:#0d5198;}

/*idx_News 结束*/

/*ly_foot 开始*/
.ly_foot { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#142231;}
.ly_foot .lyFoot_main { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:40px 0 30px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyFoot_main .lyFoot_nav { width:72%; overflow:hidden; margin:0; padding:0 20px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyFoot_nav ul li { width:auto; max-width:160px; height:auto; margin:0 160px 0 0; padding:0; float:left;}
.lyFoot_nav ul li:nth-child(4) { margin:0;}
.lyFoot_nav ul li p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:18px; margin:0 auto; padding:0;}
.lyFoot_nav ul li em { display:block; width:32px; height:2px; overflow:hidden; margin:10px 0 20px; padding:0; background-color:#fff;}
.lyFoot_nav ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:rgba(255,255,255,0.5); font-size:14px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyFoot_nav ul li a:hover { color:#fff;}
.lyFoot_main .lyFoot_line { width:1px; height:180px; overflow:hidden; margin:0; padding:0; background-color:rgba(255,255,255,0.1); float:left;}
.lyFoot_main .lyFoot_ewm { width:220px; overflow:hidden; margin:0; padding:0 20px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyFoot_ewm p { width:180px; height:180px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyFoot_ewm p img { display:block; width:160px; height:160px; overflow:hidden; margin:0 auto; padding:0;}
.lyFoot_ewm span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:rgba(255,255,255,0.5); font-size:14px; text-align:center; margin:15px auto 0; padding:0;}

.ly_foot .lyFoot_links { width:100%; overflow:hidden; margin:0 auto; padding:0; _border-top:1px solid rgba(255,255,255,0.1);}
.lyFoot_links .lyFootLink_list { width:100%; max-width:1600px;color: rgba(255,255,255,0.5); height:auto; min-height:60px; overflow:hidden; margin:0 auto; padding:15px 20px 15px 54px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyFootLink_list img { display:block; width:30px; height:30px; overflow:hidden; margin:0; padding:0; position:absolute; left:20px; top:15px;}
.lyFootLink_list span { display:inline-block; height:30px; line-height:30px; color:#fff; font-size:14px; font-weight:bold; margin:0; padding:0;}
.lyFootLink_list a { display:inline-block; height:30px; line-height:30px; color:rgba(255,255,255,0.5); font-size:14px; margin:0 20px 0 0; padding:0;}
.lyFootLink_list a:hover { color:#fff;}

.ly_foot .lyFoot_copy { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#152332;border-top: 1px solid rgba(255,255,255,0.1);}
.lyFoot_copy .lyFootCopy_main { width:100%; max-width:1600px; height:auto; min-height:80px; overflow:hidden; margin:0 auto; padding:10px 20px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyFootCopy_main .lyFootCopy_logo { width:20%; height:60px; margin:0; padding:0; float:left;}
.lyFootCopy_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 60px; overflow: hidden; margin: 0; padding: 0;}
.lyFootCopy_logo a img {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.lyFootCopy_main .lyFootCopy_text { width:80%; height:auto; margin:0; padding:10px 0; float:right;}
.lyFootCopy_text p { width:100%; overflow:hidden; line-height:40px; color:rgba(255,255,255,0.5); font-size:14px; text-align:right;}
.lyFootCopy_text p a { color:rgba(255,255,255,0.5);}
.lyFootCopy_text p a:hover { color:#fff;}

/*ly_foot 结束*/

/*Ny_aboutus 开始*/
.Ny_aboutus { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyAbout_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.NyAbout_title p { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.NyAbout_title i { display:block; width:30px; height:2px; overflow:hidden; margin:9px auto; padding:0; background-color:#0d5198;}
.NyAbout_title span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.NyAbout_title1 p, .NyAbout_title1 span { color:#fff;}
.NyAbout_title1 i { background-color:#fff;}

.Ny_aboutus .NyAbout_part1 { width:100%; overflow:hidden; margin:0 auto 40px; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAbout_part1 .NyAboutPart1_main { width:100%; max-width:1600px; margin:0 auto 40px; padding:0 0 140px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart1_main i.NyAboutPart1_xs2 { width:500px; height:auto; overflow:hidden; margin:0; padding:0; position:absolute; left:80px; bottom:0;}
.NyAboutPart1_main .NyAboutPart1_data { width:54%; height:240px; margin:0; padding:0; background-color:#fff; box-shadow:0 0 20px rgba(0,0,0,0.1); position:absolute; right:0; bottom:0;}
.NyAboutPart1_data ul li { width:25%; overflow:hidden; margin:0; padding:50px 10px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart1_data ul li img { display:block; width:90px; height:90px; overflow:hidden; margin:0 auto 10px; padding:0;}
.NyAboutPart1_data ul li div { width:100%; height:50px; overflow:hidden; line-height:50px; color:#0d5198; font-size:60px; font-weight:bold; text-align:center; margin:0 auto 20px; padding:0;}
.NyAboutPart1_data ul li div i { color:#999; font-weight:normal; font-size:14px; font-style:normal;}
.NyAboutPart1_data ul li p { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.NyAboutPart1_data ul li p img { display:inline-block; width:24px; height:24px; vertical-align:middle; margin:-2px 2px 0 0; padding:0;}
.NyAboutPart1_main .NyAboutPart1_left { width:58.5%; overflow:hidden; margin:40px 0 0; padding:80px; background-color:#fff; float:left; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart1_left i.NyAboutPart1_time { width:100%; overflow:hidden; line-height:80px; color:#dee3ed; font-size:72px; font-weight:bold; margin:0; padding:0 0 0 10px; position:absolute; left:0; top:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart1_left i.NyAboutPart1_xs1 { width:60px; height:auto; overflow:hidden; margin:0; padding:0; position:absolute; top:40px; right:80px;}
.NyAboutPart1_left .NyAboutPart1_name { width:100%; overflow:hidden; line-height:38px; color:#333; font-size:28px; font-weight:bold; margin:0 auto; padding:0;}
.NyAboutPart1_left i.NyAboutPart1_line { display:block; width:60px; height:2px; overflow:hidden; margin:20px 0; padding:0; background-color:#0d5198;}
.NyAboutPart1_left .NyAboutPart1_p { width:100%; height:180px; overflow:hidden; line-height:30px; margin:0 auto; padding:0; color:#666; font-size:15px; text-align:justify; text-indent:2em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;}
.NyAboutPart1_left .NyAboutPart1_p p { width:100%; overflow:hidden; line-height:30px; margin:0 auto; padding:0; color:#666; font-size:15px; overflow-x: hidden;overflow-y: scroll;}

.NyAboutPart1_left .NyAboutPart1_p p::-webkit-scrollbar { width:6px;}/* 滚动槽 */
.NyAboutPart1_left .NyAboutPart1_p p::-webkit-scrollbar-track { background-color:#fff;}
.NyAboutPart1_left .NyAboutPart1_p p::-webkit-scrollbar-thumb { background-color:#bfbfbf; border-radius:50px;}/* 滚动条滑块 */
.NyAboutPart1_left .NyAboutPart1_p p::-webkit-scrollbar-thumb:window-inactive { background-color:#0d5198;}


.NyAboutPart1_main .NyAboutPart1_right { width:39%; height:460px; overflow:hidden; margin:0; padding:0; background-color:#fff; float:right; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart1_right img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart1_right:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.Ny_aboutus .NyAbout_part2 { width:100%; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAbout_part2 .NyAboutPart2_main { width:100%; overflow:hidden; margin:0 auto; padding:0; background:url(../images/NyAboutPart2_bg.jpg) center center no-repeat; background-size:cover; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart2_main ul { width:100%; max-width:1600px; overflow:hidden; margin:0 auto; padding:0; border-left:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart2_main ul li { width:25%; overflow:hidden; margin:0; padding:220px 40px; border-right:1px solid rgba(255,255,255,0.1); float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart2_main ul li:hover { background-color:rgba(13,81,152,0.9);}
.NyAboutPart2_main ul li .NyAboutPart2_icon1, .NyAboutPart2_main ul li .NyAboutPart2_icon2, .NyAboutPart2_main ul li .NyAboutPart2_icon3, .NyAboutPart2_main ul li .NyAboutPart2_icon4 { width:90px; height:90px; overflow:hidden; margin:0 auto; padding:0; border:1px solid rgba(255,255,255,0.2); border-radius:50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart2_main ul li .NyAboutPart2_icon1 { background:url(../images/NyAboutPart2_icon01.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart2_main ul li .NyAboutPart2_icon2 { background:url(../images/NyAboutPart2_icon02.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart2_main ul li .NyAboutPart2_icon3 { background:url(../images/NyAboutPart2_icon03.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart2_main ul li .NyAboutPart2_icon4 { background:url(../images/NyAboutPart2_icon04.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart2_main ul li:hover .NyAboutPart2_icon1 { background:#fff url(../images/NyAboutPart2_icon1.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart2_main ul li:hover .NyAboutPart2_icon2 { background:#fff url(../images/NyAboutPart2_icon2.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart2_main ul li:hover .NyAboutPart2_icon3 { background:#fff url(../images/NyAboutPart2_icon3.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart2_main ul li:hover .NyAboutPart2_icon4 { background:#fff url(../images/NyAboutPart2_icon4.png) center center no-repeat; background-size:60px 60px;}
.NyAboutPart2_main ul li .NyAboutPart2_text { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.NyAboutPart2_main ul li .NyAboutPart2_text p { width:100%; overflow:hidden; line-height:32px; color:#fff; font-size:22px; font-weight:bold; text-align:center; margin:0 auto 10px; padding:0}
.NyAboutPart2_main ul li .NyAboutPart2_text span { display:block; width:100%; overflow:hidden; line-height:25px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0}

.NyAbout_part2 .NyAboutPart2_idea { width:100%; overflow:hidden; margin:0 auto; padding:80px 0; background:url(../images/NyAboutPart2_ideabg.jpg) center center no-repeat; background-size:cover; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart2_idea ul { width:100%; max-width:1600px; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart2_idea ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:40px 40px 120px; background-color:#fff; box-shadow:0 10px 20px rgba(20,34,49,0.1); position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart2_idea ul li:nth-child(4n+4) { margin:0;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideanum { width:120px; height:90px; overflow:hidden; line-height:90px; color:rgba(13,81,152,0.1); font-size:108px; font-weight:bold; text-align:center; margin:0; position:absolute; top:30px; right:30px;}
.NyAboutPart2_idea ul li .NyAboutPart2_idealine { width:100%; height:3px; overflow:hidden; margin:0; padding:0; background-color:rgba(13,81,152,0.2); position:absolute; bottom:0; left:0;}
.NyAboutPart2_idea ul li .NyAboutPart2_idealine i { display:block; width:0; height:3px; background-color:rgba(13,81,152,1); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart2_idea ul li:hover .NyAboutPart2_idealine i { width:100%;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1, .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2, .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3, .NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 { width:90px; height:90px; overflow:hidden; margin:0; padding:0; position:absolute; left:40px; bottom:30px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon1 { background:url(../images/NyAboutPart2_ideaicon01.png) center center no-repeat; background-size:90px 90px;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon2 { background:url(../images/NyAboutPart2_ideaicon02.png) center center no-repeat; background-size:90px 90px;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon3 { background:url(../images/NyAboutPart2_ideaicon03.png) center center no-repeat; background-size:90px 90px;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideaicon4 { background:url(../images/NyAboutPart2_ideaicon04.png) center center no-repeat; background-size:90px 90px;}
.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideaicon1 { background:url(../images/NyAboutPart2_ideaicon1.png) center center no-repeat; background-size:90px 90px;}
.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideaicon2 { background:url(../images/NyAboutPart2_ideaicon2.png) center center no-repeat; background-size:90px 90px;}
.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideaicon3 { background:url(../images/NyAboutPart2_ideaicon3.png) center center no-repeat; background-size:90px 90px;}
.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideaicon4 { background:url(../images/NyAboutPart2_ideaicon4.png) center center no-repeat; background-size:90px 90px;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideatext { width:60%; overflow:hidden; margin:0; padding:0;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideatext .NyAboutPart2_ideatit { width:100%; height:32px; line-height:32px; overflow:hidden; color:#333; font-size:24px; font-weight:bold; margin:0 auto; padding:0;}
.NyAboutPart2_idea ul li:hover .NyAboutPart2_ideatext .NyAboutPart2_ideatit { color:#0d5198;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideatext i { display:block; width:30px; height:2px; overflow:hidden; margin:15px 0; padding:0; background-color:#0d5198;}
.NyAboutPart2_idea ul li .NyAboutPart2_ideatext p { width:100%; height:150px; overflow:hidden; line-height:30px; color:#666; font-size:15px; margin:0; padding:0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.NyAbout_part3 { width:100%; overflow:hidden; margin:0 auto 80px; padding:80px 0 40px; background:url(../images/NyAboutPart3_bg.jpg) center center no-repeat; background-size:cover; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

.NyAboutPart3_list { width:100%; max-width:1600px; overflow:hidden; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart3_list ul.content-slider li { width:31%; height:auto; overflow:hidden; margin:0 3.5% 0 0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart3_list ul.content-slider li .NyAboutPart3_img { width:100%; height:320px; overflow:hidden; margin:0 auto 10px; padding:20px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart3_list ul.content-slider li .NyAboutPart3_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; border:1px solid #e6edf6; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart3_list ul.content-slider li .NyAboutPart3_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart3_list ul.content-slider li:hover .NyAboutPart3_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyAboutPart3_list ul.content-slider li .NyAboutPart3_name { width:100%; height:40px; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutPart3_list ul.content-slider li .NyAboutPart3_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.NyAboutPart3_list ul.content-slider li:hover .NyAboutPart3_name a { color:#fff; font-weight:bold;}

.NyAboutPart3_list .item { position: relative; padding:0 0 40px;}
.NyAboutPart3_list .lSPrev, .NyAboutPart3_list .lSNext { background: url(../images/prev04.png) center center no-repeat; width: 60px; height: 60px; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -80px; border-radius:50%; cursor: pointer; z-index:2; display:none;}
.NyAboutPart3_list .lSNext { background: url(../images/next04.png) center center no-repeat; left:inherit; right: 50%; margin: 0 -80px 0 0;}
.NyAboutPart3_list .lSSlideOuter .lSPager.lSpg { width:100%; overflow:hidden; margin:0!important; padding:0; position: absolute; bottom: 10px;}
.NyAboutPart3_list .lSSlideOuter .lSPager.lSpg > li a { width:12px; height:12px; background-color:rgba(255,255,255,0.5);}
.NyAboutPart3_list .lSSlideOuter .lSPager.lSpg > li:hover a, .NyAboutPart3_list .lSSlideOuter .lSPager.lSpg > li.active a { background-color:#fff!important;}

.NyAbout_part4 { width:100%; max-width:1600px; height:auto; margin:80px auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAbout_part4 .NyAboutPart4_list { width:100%; height:auto; margin:0 auto; padding:0;}
.NyAboutPart4_list ul li { width:32%; height:auto; margin:0 2% 0 0; padding:0; background-color:#fff; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart4_list ul li:nth-child(3n+3) { margin:0;}
.Ny_main .NyAboutPart4_list ul li { margin:32px 2% 0 0;}
.Ny_main .NyAboutPart4_list ul li:nth-child(3n+3) { margin:32px 0 0;}
.NyAboutPart4_list ul li:hover { background-color:#0d5198; box-shadow:0 10px 20px rgba(20,34,49,0.1);}
.NyAboutPart4_list ul li .NyAboutPart4_img { width:100%; height:282px; overflow:hidden; margin:0 auto; padding:0;}
.NyAboutPart4_list ul li .NyAboutPart4_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyAboutPart4_list ul li .NyAboutPart4_img a img { display:block; width:100%; height:100%;object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutPart4_list ul li:hover .NyAboutPart4_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyAboutPart4_list ul li .NyAboutPart4_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyAboutPart4_list ul li .NyAboutPart4_text a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 10px; padding:0;}
.NyAboutPart4_list ul li .NyAboutPart4_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.NyAboutPart4_list ul li:hover .NyAboutPart4_text a, .NyAboutPart4_list ul li:hover .NyAboutPart4_text p { color:#fff;}


/*关于我们-发展历程 开始*/
.ly_AboutHistory { width:100%; overflow:hidden; margin:0 auto; padding:40px 0; background:#fff url(../images/AboutHistory_bg.jpg) center center no-repeat; background-size:cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_AboutHistory .lyAboutHistory_main { width:100%; min-height:360px; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_main i { display:block; width:100%; height:1px; overflow:hidden; margin:-0.5px 0 0; padding:0; background-color:rgba(255,255,255,0.5); position:absolute; left:0; top:50%;}
.lyAboutHistory_main ul li { width:16.666666%; height:360px; margin:0; padding:0; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_main ul li p { width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:15px; text-align:center; margin:0 0 40px; padding:0 20px; position:absolute; bottom:50%; left:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_main ul li img { display:block; width:40px; height:40px; overflow:hidden; margin:-20px 0 0 -20px; padding:0; position:absolute; left:50%; top:50%;}
.lyAboutHistory_main ul li .abhis_time { width:100%; overflow:hidden; line-height:48px; color:#fff; font-size:40px; font-weight:bold; text-align:center; margin:40px 0 0; padding:0 20px; position:absolute; top:50%; left:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_main ul li .abhis_time span {}
.lyAboutHistory_main ul li:nth-child(2n+2) p { bottom:inherit; top:50%; margin:40px 0 0;}
.lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time { bottom:50%; top:inherit; margin:0 0 40px;}

/*关于我们-发展历程 结束*/
/*Ny_aboutus 结束*/

/*Ny_banner 开始*/
.Ny_banner { width:100%; height:600px; overflow:hidden; margin:0 auto; padding:240px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.Ny_banner img { display:block; width:1920px; height:600px; overflow:hidden; margin:-300px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}
.Ny_banner .NyBa_text { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative; z-index:1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyBa_text p { width:100%; overflow:hidden; line-height:52px; color:#fff; font-size:48px; font-weight:bold; margin:0 auto; padding:0;}
.NyBa_text p font { color:rgba(255,255,255,0.5); font-size:36px; font-weight:bold; margin:0 0 0 20px;}
.NyBa_text em { display:block; width:60px; height:5px; overflow:hidden; margin:24px 0; padding:0; background-color:#fff;}
.NyBa_text span { display:block; width:100%; max-height:64px; overflow:hidden; line-height:32px; color:#fff; font-size:18px; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}

/*Ny_banner 结束*/

/*面包屑 开始*/
.Ny_mbx { width:100%; overflow:hidden; margin:0 auto; padding:20px 0; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.Ny_mbx .NyMbx_main { width:100%; max-width:1600px; height:auto; min-height:40px; margin:0 auto; padding:0 0 0 24px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyMbx_main img { display:block; width:20px; height:20px; margin:0; padding:0; position:absolute; left:0; top:10px;}
.NyMbx_main p { width:100%; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:0 auto; padding:5px 0;}
.NyMbx_main p a { color:#666;}
.NyMbx_main p a:hover { color:#0d5198;}
.NyMbx_main p span { color:#999;}

/*面包屑 结束*/

/*Ny_menu 开始*/
.Ny_menu { width:100%; overflow:hidden; margin:40px auto; padding:0;}
.Ny_menu .NyMenu_list { width:100%; max-width:1600px; margin:0 auto; padding:0; text-align:center; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyMenu_list a { display:inline-block; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:16px; margin:0 10px; padding:0 30px; background-color:#fff; border-radius:24px;}
.NyMenu_list a:hover, .NyMenu_list a.NyMenu_on { color:#fff; background-color:#0d5198;}

/*Ny_menu 结束*/

.Ny_main { width:100%; max-width:1600px; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;min-height:400px;}
/*NyNew_tj 开始*/
.NyNew_tj { width:95%; height:auto; margin:0 auto 40px; padding: 40px 40px; background-color:#fff;}
.NyNew_tj .NyNewTj_img{ width:30%; margin-right:4%; position:relative;}
.NyNew_tj .NyNewTj_img .NyNewTj_date{ position:absolute; bottom:0; right:0; width:100px; height:74px; padding:10px 5%;background-color: rgba(36, 36, 36, 0.5); z-index:999; text-align:center;}
.NyNew_tj .NyNewTj_img .NyNewTj_date p{ display:block; font-size:16px; color:#fff;}
.NyNew_tj .NyNewTj_img .NyNewTj_date span{display:block; font-size:38px; color:#fff;}
.NyNew_tj .NyNewTj_img .NyNewTj_pic{ display:block; width:100%; height:245px; overflow:hidden;}
.NyNew_tj .NyNewTj_img .NyNewTj_pic img{ width:100%; height:100%;object-fit: cover;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}

.NyNew_tj .NyNewTj_text{ width:66%;}
.NyNew_tj .NyNewTj_text .NyNewTj_name{ display:block; font-size:24px; font-weight:bold; color:#333; height:36px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.NyNew_tj .NyNewTj_text p{ display:block; font-size:15px; color:#666; line-height:30px; margin:20px 0;max-height: 120px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 4;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.NyNew_tj .NyNewTj_text span{ display:block;margin-top: 26px;}
.NyNew_tj .NyNewTj_text span em{ display:inline-block;width:90px; height:1px; background-color:#d3d3d3;margin: 5px 2% 5px 0;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.NyNew_tj .NyNewTj_text span .NyNewTj_btn{ display:inline-block;font-size:15px; color:#bfbcbc;}

.NyNew_tj:hover{box-shadow:0 10px 20px rgba(20,34,49,0.1);}
.NyNew_tj:hover .NyNewTj_img .NyNewTj_pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyNew_tj .NyNewTj_text:hover .NyNewTj_name{ color:#0d5198;}
.NyNew_tj .NyNewTj_text:hover span em{ width:100px; background-color:#0d5198;}
.NyNew_tj .NyNewTj_text:hover span .NyNewTj_btn{color:#0d5198;}

/*NyNew_tj 结束*/

/*NyNew_list 开始*/
.NyNew_list { width:100%; height:auto; margin:0 auto; padding:0;}
.NyNew_list ul li { width:100%; height:auto; margin:0 auto 40px; padding:20px 40px; background-color:#fff; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyNew_list ul li:last-child { margin:0 auto;}
.NyNew_list ul li:hover { box-shadow:0 10px 20px rgba(20,34,49,0.1);}
.NyNew_list ul li .NyNewList_img { width:320px; height:160px; overflow:hidden; margin:0; padding:0; position:absolute; left:20px; top:20px;}
.NyNew_list ul li .NyNewList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyNew_list ul li .NyNewList_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNew_list ul li:hover .NyNewList_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyNew_list ul li .NyNewList_text { width:100%; overflow:hidden; margin:0; padding:5px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyNew_list ul li .NyNewList_text .NyNewList_name { width:100%; height:40px; overflow:hidden; margin:0 auto 20px; padding:0 180px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyNew_list ul li .NyNewList_text .NyNewList_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.NyNew_list ul li:hover .NyNewList_text .NyNewList_name a { color:#0d5198;}
.NyNew_list ul li .NyNewList_text .NyNewList_name span { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:22px; text-align:center; margin:0; padding:0; position:absolute; top:0; right:0;}
.NyNew_list ul li .NyNewList_text .NyNewList_con { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0 180px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyNew_list ul li .NyNewList_text .NyNewList_con p { width:100%; height:90px; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0; padding:0;}
.NyNew_list ul li .NyNewList_text .NyNewList_con a { display:block; width:140px; height:40px; overflow:hidden; line-height:38px; color:#666; font-size:14px; text-align:center; border-radius:20px; background-color:#fff; border:1px solid #dfdfdf; position:absolute; top:25px; right:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NyNew_list ul li .NyNewList_text .NyNewList_con a:hover { color:#fff; background-color:#0d5198; border:1px solid #0d5198;}
.NyNew_list ul li .NyNewList_text .NyNewList_con a i { display:inline-block; width:20px; height:20px; margin:-4px 0 0 8px; padding:0; vertical-align:middle; background:url(../images/jt6.png) center center no-repeat; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NyNew_list ul li .NyNewList_text .NyNewList_con a:hover i { background:url(../images/jt2.png) center center no-repeat; margin:-4px 0 0 16px;}

/*换页 开始*/
.Ny_page { text-align:center;margin:50px auto;color:#555;font-size:14px;}
.Ny_page a { display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;font-size:14px;}
.Ny_page a:hover, .Ny_page a.pnnum1 { background: #0e5298; color: #ffffff; }
.Ny_page input { display: inline-block; padding: 0 5px; background-color: #0e5298; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
.Ny_page .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}
/*换页 结束*/

/*新闻详情 开始*/
.NyNew_detail { width:100%; overflow:hidden; margin:40px auto; padding:40px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyNew_detail h1 { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.NyNew_detail .NyNewDetail_time { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:15px; text-align:center; margin:20px auto; padding:0;border-bottom: 1px dashed #e0e0e0;}
.NyNewDetail_time img { display:inline-block; width:20px; height:20px; overflow:hidden; vertical-align:middle; margin:-2px 4px 0 0; padding:0;}
.NyNew_detail .NyNewDetail_ms { width:100%; overflow:hidden; margin:0 auto 30px; padding:20px; background-color:#f2f3f6; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyNewDetail_ms p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#999; font-size:15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.NyNewDetail_ms p em.Mszy { display:inline-block; width:72px; height:30px; overflow:hidden; line-height:30px; color:#fff; text-align:center; border-radius:15px; margin:-3px 10px 0 0; padding:0; background-color:#0d5198; vertical-align:middle;}
.NyNew_detail .NyNewDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0; min-height:400px;}
.NyNewDetail_con p, .NyNewDetail_con div { width:100%; overflow:hidden; line-height:40px; color:#666; text-align:justify; margin:0 auto; padding:0;}
.NyNewDetail_con p, .NyNewDetail_con div img{ max-width:100%;}
.NyNewDetail_con p span, .NyNewDetail_con span, .NyNewDetail_con p em, .NyNewDetail_con em { color:#666!important;}
.NyNewDetail_con table tr td p { text-indent:0!important;}
.NyNewDetail_con p img { display:inline-block;max-width:100%!important; margin:10px auto; padding:0; text-indent:0!important;}

.Ny_prev_next { width:100%; overflow:hidden; margin:40px auto; padding:0;}
.Ny_prev_next ul li { width:46%; margin:0 2% 0 0; padding: 10px 20px; float:left; color:#333; font-size:16px;background-color:#fff;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.Ny_prev_next ul li:nth-child(2n+2) { margin:0;}
.Ny_prev_next ul li a { color:#333;font-size:16px;}
.Ny_prev_next ul li:hover { color:#fff; background-color:#0d5198;}
.Ny_prev_next ul li:hover a{ color:#fff;}
/*新闻详情 结束*/

/*NyNew_list 结束*/

/*Ny_Solution 开始*/
.Ny_Solution { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.Ny_Solution .NySolution_part1 { width:100%; max-width:1600px; overflow:hidden; margin:80px auto 50px; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NySolution_part1 .NySolution_title1 { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.NySolution_part1 .NySolution_title1 p { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-align:center; margin:0 auto 10px; padding:0;}
.NySolution_part1 .NySolution_title1 span { display:block; width:100%; overflow:hidden; line-height:20px; color:#999; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.NySolution_part1 .NySolution_con1 { width:100%; max-width:1200px; overflow:hidden; margin:0 auto 40px; padding:0;}
.NySolution_part1 .NySolution_con1 p { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.NySolution_part1 .NySolutionPart1_list { width:100%; height:auto; margin:0 auto; padding:0;}
.NySolution_part1 .NySolutionPart1_list .lSSlideWrapper {}
.NySolutionPart1_list ul.content-slider { padding:0 0 40px!important;}
.NySolutionPart1_list ul.content-slider li { position:relative;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main { display:block; width:100%; height:auto; margin:0; padding:40px 20px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NySolutionPart1_list ul.content-slider li:hover a.NySolutionPart1_main { background-color:#0d5198;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main em { display:block; width:96px; height:96px; overflow:hidden; margin:0 auto 30px; padding:0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main em.icon1 { background:url(../images/NySolutionPart1_icon01.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main em.icon2 { background:url(../images/NySolutionPart1_icon02.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main em.icon3 { background:url(../images/NySolutionPart1_icon03.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main em.icon4 { background:url(../images/NySolutionPart1_icon04.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main em.icon5 { background:url(../images/NySolutionPart1_icon05.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main em.icon6 { background:url(../images/NySolutionPart1_icon06.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li:hover a.NySolutionPart1_main em.icon1 { background:url(../images/NySolutionPart1_icon1.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li:hover a.NySolutionPart1_main em.icon2 { background:url(../images/NySolutionPart1_icon2.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li:hover a.NySolutionPart1_main em.icon3 { background:url(../images/NySolutionPart1_icon3.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li:hover a.NySolutionPart1_main em.icon4 { background:url(../images/NySolutionPart1_icon4.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li:hover a.NySolutionPart1_main em.icon5 { background:url(../images/NySolutionPart1_icon5.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li:hover a.NySolutionPart1_main em.icon6 { background:url(../images/NySolutionPart1_icon6.png) center center no-repeat; background-size:96px 96px;}
.NySolutionPart1_list ul.content-slider li a.NySolutionPart1_main p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center;}
.NySolutionPart1_list ul.content-slider li:hover a.NySolutionPart1_main p { color:#fff;}
.NySolutionPart1_list ul.content-slider li i { display:block; width:48px; height:48px; line-height:48px; color:#fff; font-size:22px; text-align:center; border-radius:50%; margin:0 0 0 -24px; padding:0; position:absolute; left:50%; bottom:-24px; background-color:#0d5198;}
.NySolutionPart1_list ul.content-slider li:hover i { color:#0d5198; background-color:#fff; box-shadow:0 6px 12px rgba(0,0,0,0.1);}
.NySolutionPart1_list .lSSlideOuter .lSPager.lSpg > li a { width:10px; height:10px; background-color:#fff;}
.NySolutionPart1_list .lSSlideOuter .lSPager.lSpg > li:hover a, .NySolutionPart1_list .lSSlideOuter .lSPager.lSpg > li.active a { background-color:#0d5198!important;}

.Ny_Solution .NySolution_part2 { width:100%; overflow:hidden; margin:0 auto; padding:80px 0; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NySolution_part2 .NySolution_list2 { width:100%; max-width:1600px; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NySolution_list2 ul li { width:100%; overflow:hidden; margin:0 auto 80px; padding:80px 0 0; position:relative;}
.NySolution_list2 ul li:last-child { margin:0 auto;}
.NySolution_list2 ul li .NySolutionList_name { width:auto; max-width:48%; height:auto; overflow:hidden; margin:0; padding:0; position:absolute; top:0; left:0;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_name { right:0; left:inherit;}
.NySolution_list2 ul li .NySolutionList_name a { display:block; width:auto; height:80px; overflow:hidden; line-height:80px; color:#fff; font-size:26px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0 80px; background:url(../images/NySolution_bg1.jpg) center center no-repeat; background-size:100% 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_name a { padding:0 80px; text-align:right; background:url(../images/NySolution_bg2.jpg) center center no-repeat; background-size:100% 100%;}
.NySolution_list2 ul li .NySolutionList_img { width:50%; height:440px; margin:0; padding:0; position:absolute; top:0; right:0;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img { left:0;}
.NySolution_list2 ul li:hover .NySolutionList_img { box-shadow:0 10px 20px rgba(20,34,49,0.1);}
.NySolution_list2 ul li .NySolutionList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.NySolution_list2 ul li .NySolutionList_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NySolution_list2 ul li:hover .NySolutionList_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NySolution_list2 ul li .NySolutionList_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; background-color:#f2f3f6;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con { width:50%; min-height:400px; overflow:hidden; margin:0; padding:60px 80px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con { float:right;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms { width:100%; height:150px; overflow:hidden;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p { width:100%; max-height:150px; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:justify; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con p { text-align:right;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con a { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-align:center; margin:0; padding:0; background-color:#0d5198; border-radius:20px; position:absolute; left:80px; bottom:80px;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con a { right:80px; left:inherit;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con a:hover { background-color:#c3d600;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con a img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-4px 0 0 8px; padding:0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con a:hover img { margin:-4px 0 0 16px;}

.Ny_Solution .NySolution_part3 { width:100%; max-width:1600px; overflow:hidden; margin:0 auto; padding:80px 0 50px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NySolution_part3 .NySolution_title3 { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.NySolution_part3 .NySolution_title3 p { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-align:center; margin:0 auto 10px; padding:0;}
.NySolution_part3 .NySolution_title3 span { display:block; width:100%; overflow:hidden; line-height:30px; color:#999; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.NySolution_part3 .NySolution_list3 { width:100%; height:auto; margin:0 auto; padding:0;}
.NySolution_list3 ul li { width:15%; height:100px; margin:0 2% 30px 0; padding:0; float:left;}
.NySolution_list3 ul li:nth-child(6n+6) { margin:0 0 30px;}
.NySolution_list3 ul li:hover { box-shadow:0 10px 20px rgba(20,34,49,0.1);}
.NySolution_list3 ul li a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.NySolution_list3 ul li a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NySolution_list3 ul li:hover a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

/*Ny_Solution 结束*/

/*内页-产品中心 开始*/
.ly_NyProducts { width:100%; min-height: 480px; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_NyProducts .lyNyPro_main { width:100%; max-width:1600px; height:auto; margin:40px auto 0; padding:0;}
.lyNyPro_main .lyNyPro_left { width:23%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyPro_main .lyNyPro_right { width:74.5%; height:auto; margin:0; padding:0; float:right;}

.lyNyPro_right .lyNyPro_list { width:100%; height:auto; margin:0 auto -20px; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyPro_list ul { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative;}
.lyNyPro_list ul li { width:32%; height:auto; margin:0 2% 20px 0; padding:20px; background-color:#fff; _box-shadow:0 10px 20px rgba(20,49,49,0.1); float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyPro_list ul li:nth-child(3n+3) { margin:0 0 20px;}


.lyNyPro_list ul li .NyPro_con { width:100%; height:280px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(13,81,152,0.2); position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyPro_list ul li .NyPro_con .NyPro_img { width:100%; height:220px; overflow:hidden; margin:0 auto; padding:0;}
.lyNyPro_list ul li .NyPro_con .NyPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyPro_list ul li .NyPro_con .NyPro_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyPro_list ul li:hover .NyPro_con .NyPro_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyPro_list ul li .NyPro_con .NyPro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyPro_list ul li .NyPro_con .NyPro_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyPro_list ul li .NyPro_con .NyPro_name a i { display:none;}
.lyNyPro_list ul li .NyPro_con .NyPro_name em { display:block; width:30px; height:2px; overflow:hidden; background-color:#0d5198; margin:8px auto 0; padding:0;}
.lyNyPro_list ul li:hover .NyPro_con { padding:10px; border:1px solid rgba(13,81,152,0.9);}
.lyNyPro_list ul li:hover .NyPro_con .NyPro_name { height:100%; padding:80px 10px 10px; position:absolute; left:0; top:0; background-color:rgba(13,81,152,0.9);}
.lyNyPro_list ul li:hover .NyPro_con .NyPro_name a { height:auto; color:#fff;}
.lyNyPro_list ul li:hover .NyPro_con .NyPro_name a i { display:block; width:60px; height:60px; overflow:hidden; margin:0 auto 40px; padding:0; background:url(../images/more1.png) center center no-repeat; background-size:60px 60px;}
.lyNyPro_list ul li:hover .NyPro_con .NyPro_name em { background-color:#fff;}

/*产品目录页*/
.lyNyPro_right .lyNyPro_list2 { width:100%; height:auto; margin:0 auto -20px; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyPro_list2 ul { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative;}
.lyNyPro_list2 ul li { width:100%; height:auto; margin:0 2% 20px 0; padding:20px; background-color:#fff; _box-shadow:0 10px 20px rgba(20,49,49,0.1); float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyPro_list2 ul li .NyPro_con2 { width:100%; height:auto; overflow:hidden; margin:0 auto; _padding:9px; _border:1px solid rgba(13,81,152,0.2);box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_con2 .pic{ display:block; width:20%; height:208px; text-align:center; overflow:hidden; margin-right:2%;}
.NyPro_con2 .pic img{ max-height:100%; max-width:100%; vertical-align:middle;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.NyPro_con2 .pic .iblock{display:inline-block;height:100%;width:0;vertical-align:middle;}
.NyPro_con2 .NyPro_name2{ width:76%;}
.NyPro_con2 .NyPro_name2 .tit{display:block; font-size:24px; font-weight:bold; color:#333; height:36px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.NyPro_con2 .NyPro_name2 p{ display:block; font-size:15px; color:#bfbcbc; line-height:30px; margin:10px 0;max-height: 52px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.NyPro_con2 .NyPro_name2 span{ display:block; line-height:30px; margin:10px 0;height: 30px;}
.NyPro_con2 .NyPro_name2 span i{ display:inline-block; font-size:16px; color:#888; max-width:50%; height:30px; overflow:hidden;}
.NyPro_con2 .NyPro_name2 .NyNewTj_btn{ display:block; width:130px; height:30px; line-height:30px; text-align:center;font-size:15px; color:#bfbcbc; border:1px solid #bfbcbc; border-radius:20px; margin-top:30px;}

.lyNyPro_list2 ul li:hover{box-shadow:0 10px 20px rgba(20,34,49,0.1);}
.lyNyPro_list2 ul li:hover .NyPro_con2 .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyPro_list2 ul li .NyPro_con2:hover .NyPro_name2 .tit{ color:#0d5198;}
.lyNyPro_list2 ul li .NyPro_con2:hover .NyPro_name2 .NyNewTj_btn{color:#0d5198;border:1px solid #0d5198;}
/*产品目录页*/



/*内页-产品分类 开始*/
.lyNyPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 auto 20px;}
.lyNyPro_left .cp_type {}
.lyNyPro_left .cp_type .hd { text-align:center; background: url(../images/NySolution_bg1.jpg) 0 0 no-repeat; background-size:100% 100%; padding:20px;}
.lyNyPro_left .cp_type .hd p { height:40px; line-height:40px; font-size:28px; font-weight:bold; color:#fff;}
.lyNyPro_left .cp_type .hd p:before { content:''; display:inline-block; width:28px; height:28px; background:url(../images/mulu_tlt.png) center center no-repeat; margin-right:5px; vertical-align:middle; margin-top:-3px;}
.lyNyPro_left .cp_type .hd span { display:block; height:20px; line-height:20px; font-size:14px; color:#fff; text-transform:uppercase;}
.lyNyPro_left .cp_type .bd { border-top:0; padding:20px 10px 10px;}
.lyNyPro_left .cp_type .bd ul li { margin:0 auto 10px;}
.lyNyPro_left .cp_type .bd ul li.on { border:0;}
.lyNyPro_left .cp_type .bd ul li p { height:60px; line-height:60px; padding:0 60px 0 0; background-color:#f2f3f6; position:relative;}
.lyNyPro_left .cp_type .bd ul li p a { display:block; width:100%; padding:0 0 0 20px; overflow: hidden; line-height:60px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_left .cp_type .bd ul li p span { display:block; width:60px; height:60px; cursor:pointer; position:absolute; top:0; right:0;background:url(../images/pro_down1.png) center center no-repeat; background-size:15px 15px;}
.lyNyPro_left .cp_type .bd ul li:hover p span{ background:url(../images/pro_down2.png) center center no-repeat; background-size:15px 15px;}
.lyNyPro_left .cp_type .bd ul li div { display:none;}
.lyNyPro_left .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#454545; font-size:15px; margin:0 auto 1px; padding:0 20px 0 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:#fff url(../images/icon4.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:first-child { border-top:0;}
.lyNyPro_left .cp_type .bd ul li p:hover, .lyNyPro_left .cp_type .bd ul li.on p { background-color:#0d5198;}
.lyNyPro_left .cp_type .bd ul li p:hover a, .lyNyPro_left .cp_type .bd ul li.on p a { color:#fff;}
.lyNyPro_left .cp_type .bd ul li.on p span{ background:url(../images/pro_down.png) center center no-repeat;background-size:15px 15px;}
.lyNyPro_left .cp_type .bd ul li div a:hover { color:#0d5198; background:url(../images/icon5.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.lyNyPro_left .cp_type .bd ul a.ckqb:hover { background:#c3d600; color:#fff;}

/*内页-产品分类 结束*/
/*内页-产品中心 结束*/

/*Ny_contact 开始*/
.Ny_contact { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.Ny_contact .NyContact_lxfs { width:100%; height:auto; margin:80px auto 40px; padding:0;}
.NyContact_lxfs ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:0; float:left;}
.NyContact_lxfs ul li:nth-child(4n+4) { margin:0;}
.NyContact_lxfs ul li img { display:block; width:120px; height:120px; overflow:hidden; margin:0 auto; padding:0; position:relative; z-index:1;}
.NyContact_lxfs ul li .lxfs_text { width:100%; height:auto; margin:-60px auto 0; padding:80px 40px 40px; background-color:#fff; border-radius:10px; box-shadow:0 10px 20px rgba(20,34,49,0.04); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lxfs_text .lxfs_tit { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.lxfs_text em { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; text-align:center; font-style:normal; margin:0 auto; padding:0;}
.lxfs_text i { display:block; width:30px; height:2px; overflow:hidden; margin:15px auto 20px; padding:0; background-color:#0d5198;}
.lxfs_text p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:center; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.NyContact_lxfs ul li:hover .lxfs_text { box-shadow:0 10px 20px rgba(20,34,49,0.1);}

.Ny_contact .NyContact_ewm { width:100%; overflow:hidden; margin:40px auto; padding:20px; background:url(../images/ewm_bg.jpg) center center no-repeat; background-size:1600px 480px; border-radius:10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_ewm .NyContact_ewmcon { width:100%; overflow:hidden; margin:0 auto; padding:60px 80px; border:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_ewmcon p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.NyContact_ewmcon span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:10px auto; padding:0;}
.NyContact_ewmcon i { display:block; width:48px; height:2px; overflow:hidden; margin:26px auto 30px; padding:0; background-color:#fff;}
.NyContact_ewmcon .ewm_img { width:180px; height:180px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(255,255,255,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ewm_img em { display:block; width:160px; height:160px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ewm_img em img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

.Ny_contact .NyContact_map { width:100%; overflow:hidden; margin:40px auto; padding:20px; background-color:#fff; border-radius:10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_map .NyContactMap_main { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0;}

.NyContact_top { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:24px; text-align:center; margin:40px auto; padding:0;}
.NyContact_top img { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 6px 0 0;}
.NyContact_top font { color:#184d8f; font-size:40px; font-weight:bold;}

/*Ny_contact 结束*/

/*Ny_order 开始*/
.Ny_order { width:100%; overflow:hidden; margin:80px auto; padding:80px 120px 40px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.Ny_order .NyOrder_top { width:100%; overflow:hidden; margin:0 auto 80px; padding:20px 20px 20px 160px; background-color:#f2f3f6; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyOrder_top .NyOrderTop_img { width:140px; height:140px; margin:0; padding:0; border:4px solid #fff; background-color:#fff; border-radius:50%; box-shadow:0 6px 12px rgba(20,34,49,0.1); position:absolute; left:20px; top:20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyOrderTop_img p { width:100%; height:100%; overflow:hidden; border-radius:50%; position:relative;}
.NyOrderTop_img p img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.NyOrder_top .NyOrderTop_text { width:100%; min-height:140px; overflow:hidden; margin:0; padding:15px 240px 15px 40px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyOrderTop_text .NyOrderTop_tit { width:100%; overflow:hidden; line-height:40px; color:#0d5198; font-size:24px; margin:0 auto 10px; padding:0;}
.NyOrderTop_text p { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:15px; margin:0 auto; padding:0;}
.NyOrderTop_text a.Bx_btn { display:block; width:180px; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:18px; font-weight:bold; text-align:center; margin:0; padding:0; border-radius:30px; background-color:#0d5198; position:absolute; top:40px; right:20px;}
.NyOrderTop_text a.Bx_btn:hover { background-color:#c3d600;}
.NyOrderTop_text a.Bx_btn img { display:inline-block; width:32px; height:32px; vertical-align:middle; margin:-4px 8px 0 0; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NyOrderTop_text a.Bx_btn:hover img { margin:-4px 16px 0 0;}

.Ny_order .NyOrder_msg { width:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.msg_btn input {color: #fff!important;  background-color: #0d5198!important;  margin:0 4% 0 0!important;}
.msg_btn input:last-child { background-color: #828689!important; margin:0!important;}
.msg_btn input:hover { background-color:#c3d600!important;}

/*Ny_order 结束*/

/*NyService_main 开始*/
.NyService_main { width:100%; height:auto; margin:0 auto; padding:0; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_main .Ny_mbx { box-shadow:0 0 10px rgba(0,0,0,0.2);}
.NyService_main .NyMenu_list a { line-height:46px; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_main .NyMenu_list a:hover, .NyService_main .NyMenu_list a.NyMenu_on { border:1px solid #0d5198;}
.NyService_main .NyService_title { width:100%; max-width:1600px; overflow:hidden; margin:-40px auto 0; padding:0 0 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_main .NyService_title span { display:block; width:100%; overflow:hidden; line-height:40px; color:#aaa; font-size:32px; margin:0 auto; padding:0;}
.NyService_main .NyService_title p { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:32px; margin:0 auto; padding:0;}
.NyService_main .NyService_title p font { display:inline-block; line-height:40px; color:#aaa; font-size:40px; margin:-4px 20px 0 0; vertical-align:middle;}

.NyService_con1 { width:100%; max-width:1600px; margin:0 auto; padding:40px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_con1 .NyService_text1 { width:50%; overflow:hidden; margin:0; padding:0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_text1 p { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:15px; margin:0 auto 30px; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_text1 p b { font-size:18px; font-weight:bold;}
.NyService_text1 p span { color:#0d5198; font-size:24px; font-weight:bold;}
.NyService_text1 a { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-align:center; background-color:#0d5198; border-radius:20px; margin:40px 0 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NyService_text1 a img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -4px 0 0 8px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;}
.NyService_text a:hover { width:150px;}
.NyService_text a:hover img { margin: -4px 0 0 16px;}
.NyService_map1 { width:50%; height:auto; overflow:hidden; margin:-140px 0 0; padding:0; float:right; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_map1 img { display:block; width:auto; max-width:100%; height:auto; margin:0 auto;}

.NyService_map2 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#f2f3f6;}
.NyService_map2 .NyService_Mapmain { width:1200px; height:975px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyService_Mapmain img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.NyService_Mapmain .addr { width:20px; height:20px; margin:0; padding:0; background:url(../images/dot4.png) center center no-repeat; position:absolute;}
.NyService_Mapmain .addr:hover { background:url(../images/dot5.png) center center no-repeat;}
.NyService_Mapmain .addr01 { left:943px; top:579px;}
.NyService_Mapmain .addr02 { left:867px; top:367px;}
.NyService_Mapmain .addr03 { left:659px; top:739px;}
.NyService_Mapmain .addr04 { left:809px; top:694px;}
.NyService_Mapmain .addr05 { left:832px; top:424px;}
.NyService_Mapmain .addr06 { left:903px; top:586px;}
.NyService_Mapmain .addr07 { left:967px; top:626px;}
.NyService_Mapmain .addr08 { left:817px; top:515px;}
.NyService_Mapmain .addr09 { left:791px; top:428px;}
.NyService_Mapmain .addr10 { left:891px; top:387px;}
.NyService_Mapmain .addr11 { left:605px; top:476px;}
.NyService_Mapmain .addr12 { left:886px; top:460px;}
.NyService_Mapmain .addr13 { left:822px; top:827px;}
.NyService_Mapmain .addr14 { left:835px; top:627px;}
.NyService_Mapmain .addr div { width:20px; height:20px; margin:0; padding:0; position:relative;}
.NyService_Mapmain .addr div p { width:260px; height:80px; margin:0 0 0 -130px; padding:16px 20px; background:url(../images/txbg.png) center top no-repeat; position:absolute; bottom:20px; left:50%; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; display:none;}
.NyService_Mapmain .addr:hover div p { display:block;}
.NyService_Mapmain .addr div p span { display:block; width:100%; height:48px; overflow:hidden; line-height:24px; color:#333; font-size:14px; text-align:center; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.NyService_map1 { width:100%; margin:0 auto; padding:0 40px;}
.NyService_map2 { padding:40px 0;}
.NyService_map2 .NyService_Mapmain { width:960px; height:780px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyService_Mapmain .addr01 { left:758px; top:462px;}
.NyService_Mapmain .addr02 { left:690px; top:288px;}
.NyService_Mapmain .addr03 { left:525px; top:592px;}
.NyService_Mapmain .addr04 { left:636px; top:556px;}
.NyService_Mapmain .addr05 { left:670px; top:330px;}
.NyService_Mapmain .addr06 { left:700px; top:546px;}
.NyService_Mapmain .addr07 { left:776px; top:498px;}
.NyService_Mapmain .addr08 { left:655px; top:408px;}
.NyService_Mapmain .addr09 { left:625px; top:340px;}
.NyService_Mapmain .addr10 { left:709px; top:305px;}
.NyService_Mapmain .addr11 { left:480px; top:374px;}
.NyService_Mapmain .addr12 { left:708px; top:368px;}
.NyService_Mapmain .addr13 { left:658px; top:660px;}
.NyService_Mapmain .addr14 { left:660px; top:500px;}

.NyService_list { width:100%; max-width:1600px; overflow:hidden; margin:0 auto 40px; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_list dl { width:100%; overflow:hidden; padding:0 40px 36px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_list dl dt { width:100%; overflow:hidden; margin:0 auto; padding:20px 0;}
.NyService_list dl dt table { width:100%;}
.NyService_list dl dt table tr th { width:12%; height:40px; overflow:hidden; line-height:40px; color:#0d5198; font-size:16px; font-weight:bold; text-align:center; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_list dl dt table tr td { width:14%; height:40px; overflow:hidden; line-height:40px; color:#0d5198; font-size:16px; font-weight:bold; text-align:center; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_list dl dt table tr td:nth-child(4) { width:74%; text-align:left;}

.NyService_list dl dd { width:100%; overflow:hidden; margin:0 auto 4px; padding:10px 0; background-color:#f2f3f6;}
.NyService_list dl dd table { width:100%;}
.NyService_list dl dd table tr th { width:12%; line-height:30px; color:#333; font-size:15px; font-weight:bold; text-align:center; padding:0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_list dl dd table tr td { width:14%; line-height:30px; color:#333; font-size:15px; text-align:center; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_list dl dd table tr td:last-child { width:74%; text-align:left;}

.NyService_list1 { display:none;}

.NyService_con2 { width:100%; height:auto; margin:0; padding:0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_con2 .NyService_text2 { width:100%; max-width:1280px; height:auto; margin:0 auto -40px; padding:30px 40px 40px; background:#fff url(../images/NyService_text2bg.jpg) center center no-repeat; background-size:100% 100%; box-shadow:0 6px 20px rgba(0,0,0,0.2); border-radius:20px; position:relative; z-index:1; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_text2 .NyService_title { margin:0 auto; padding:0 0 20px;}
.NyService_text2 .NyService_title p { font-weight:bold;}
.NyService_text2 .NyService_title p font { display:block; width:100%; margin:0 auto -20px; color:#eee; font-weight:normal;}
.NyService_text2 em { display:block; width:100%; overflow:hidden; line-height:30px; color:#0d5198; font-size:24px; font-weight:bold; letter-spacing: 4px; text-align:center; margin:0; padding:10px 0;}
.NyService_text2 b { display:block; width:100%; overflow:hidden; line-height:30px; color:#303030; font-size:16px; font-weight:normal; text-align:center; margin:0 auto; padding:5px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_text2 p, .NyService_text2 p { width:100%; overflow:hidden; line-height:30px; color:#303030; font-size:16px; text-align:center; margin:0 auto; padding:5px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_text2 p span { color:#0d5198; font-size:30px; font-weight:bold;}

.NyService_fwlc { width:100%; height:auto; margin:0 auto; padding:80px 0; background:url(../images/NyService_con1bg.jpg) center center no-repeat; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_fwlc .NyService_fwlctit { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:30px; font-weight:bold; text-align:center; margin:0 auto 60px; padding:0;}
.NyService_fwlc ul { max-width:1280px; margin:0 auto; padding:0;}
.NyService_fwlc ul li { width:30%; height:auto; margin:0 5% 0 0; padding:40px 40px 20px; background-color:#fff; border-radius:8px; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.NyService_fwlc ul li:nth-child(3) { margin:0;}
.NyService_fwlc ul li .lc_tit { width:160px; height:48px; line-height:48px; color:#0d5198; font-size:22px; font-weight:bold; text-align:center; background-color:#fff; border-radius:24px; margin:0 0 0 -80px; box-shadow: 0 5px 10px rgba(0,0,0,0.2); position:absolute; top:-24px; left:50%;}
.NyService_fwlc ul li span { display:block; width:100%; height:90px; overflow:hidden; line-height:30px; color:#303030; font-size:15px; text-align:center; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.serv_xs { width:100%; overflow:hidden; margin:0 auto 0; padding:0;}
.serv_xs img { display:block; max-width:100%; height:auto; float:right;}

/*NyService_main 结束*/

/*产品详情 开始*/
.ly_NyProDetail { width:100%; max-width:1600px; height:auto; margin:40px auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:20px 40px 40px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.lyNyProDetail_con .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:1px solid #ceddee;}
.lyNyProDetail_ConTit p { width:100px; height:60px; font-size:22px; overflow:hidden; line-height:60px; color:#0d5198; text-align:center; margin:0 0 -1px; padding:0; border-bottom:2px solid #0d5198;}

.lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto; padding:0;}
.lyNyProDetail_ConText p { }
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { max-width:100% !important;max-height: 100%; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all; overflow:hidden;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#333!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText p b { font-weight:bold;}
.lyNyProDetail_ConText img { display:inline-block;max-width:100%!important; margin:0 auto; padding:0; text-indent:0!important;}


.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 40px; background-color:#fff; box-shadow:0 10px 20px rgba(0,0,0,0.1); position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eee; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:47.4%; min-height:500px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 32px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:160px; overflow:hidden; margin:20px auto 40px; padding:20px; background-color:#f2f3f6; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:120px; overflow:hidden; line-height:30px; color:#888; font-size:16px; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { display:inline-block; height:30px; line-height:30px; color:#fff; font-size: 14px; background-color:#0d5198; border-radius:15px; padding:0 8px; margin:0 8px 0 0;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:40px; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin:10px 0; padding: 0; float:left;}
.pro_detail_text ul li img.dot { display:block; width:16px; height:16px; overflow:hidden; margin:12px 10px 12px 0; padding:0; float:left;}
.pro_detail_text ul li img.star { display:inline-block; vertical-align:middle; margin:-4px 0 0 0;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #0d5198;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #828689;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #023973;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #444648;}

/**产品详情页产品图片切换**/
.prodetail_img { width:50%; height: 500px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:19.8%; height:auto; padding-top:0; overflow:hidden; float:left;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:100%; height:93px; margin:0 auto 9px;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:79%; height:500px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; float:right;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

/*产品详情 结束*/

/*推荐产品 开始*/
.NyPro_tj { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyPro_tj1 { margin:0 auto 40px;}
.NyProTj_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.NyProTj_title p { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-align:center; margin:0 auto 10px; padding:0;}
.NyProTj_title span { display:block; width:100%; overflow:hidden; line-height:20px; color:#999; font-size:15px; text-align:center; margin:0 auto; padding:0;}

.NyProTj_list { width:100%; height:auto; margin:0 auto; padding-bottom:30px; position:relative;}
.NyProTj_list ul.content-slider { padding-bottom:20px!important;}
.NyProTj_list ul.content-slider li { padding:20px; background-color:#fff; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProTj_list ul.content-slider li:hover { box-shadow:0 10px 20px rgba(20,34,49,0.1);}
.NyProTj_list ul.content-slider li .NyProTj_con { width:100%; height:440px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(13,81,152,0.2); position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img { width:100%; height:277px; overflow:hidden; margin:0 auto; padding:0;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name a.NyProTj_bt { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name a.NyProTj_bt i { display:none;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name em { display:block; width:30px; height:2px; overflow:hidden; background-color:#0d5198; margin:20px auto; padding:0;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; text-align:center;text-transform:uppercase; margin:0 auto; padding:0; white-space:nowrap; text-overflow: ellipsis;}
.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name span { color:rgba(255,255,255,0.5);}
.NyProTj_list ul.content-slider li:hover .NyProTj_con { padding:10px; border:1px solid rgba(13,81,152,0.9);}
.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name { height:100%; padding:80px 10px 10px; position:absolute; left:0; top:0; background-color:rgba(13,81,152,0.9);}
.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt { height:auto; color:#fff;}
.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_bt i { display:block; width:60px; height:60px; overflow:hidden; margin:0 auto 147px; padding:0; background:url(../images/more1.png) center center no-repeat; background-size:60px 60px;}
.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name em { background-color:#fff;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name a.NyProTj_more { display:block; width:140px; height:40px; overflow:hidden; line-height:38px; color:#666; font-size:14px; text-align:center; border:1px solid #dfdfdf; border-radius:20px; margin:0 auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_more { color:#0d5198; background-color:#fff; border:1px solid #fff;}
.NyProTj_list ul.content-slider li .NyProTj_con .NyProTj_name a.NyProTj_more i { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-4px 0 0 8px; background:url(../images/jt6.png) 0 0 no-repeat;}
.NyProTj_list ul.content-slider li:hover .NyProTj_con .NyProTj_name a.NyProTj_more i { background:url(../images/jt3.png) 0 0 no-repeat;}

.NyProTj_list .lSSlideOuter .lSPager.lSpg { width: 100%; position:absolute; bottom:0;}
.NyProTj_list .lSSlideOuter .lSPager.lSpg > li a { width:10px; height:10px; background-color:#0d5198!important; opacity:0.2;}
.NyProTj_list .lSSlideOuter .lSPager.lSpg > li:hover a, .NyProTj_list .lSSlideOuter .lSPager.lSpg > li.active a { opacity:1;}

/*推荐产品 结束*/

/*内页荣誉资质*/
.NyAboutPart_honor_list{margin: 40px 0;}
.NyAboutPart_honor_list .ny_honor { width:23.5%; height:auto; margin:0 2% 20px 0; padding:0; background-color:#fff; float:left;}
.NyAboutPart_honor_list .ny_honor:nth-child(4n) {margin-right: 0;}
.NyAboutPart_honor_list .ny_honor .NyAboutPart3_img{width:100%;height:320px;overflow:hidden;margin:0 auto;padding:20px;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.NyAboutPart_honor_list .ny_honor .NyAboutPart3_img a{display:block;width:100%;height:100%;overflow:hidden;margin:0 auto;padding:0;border:1px solid #e6edf6;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.NyAboutPart_honor_list .ny_honor .NyAboutPart3_img a img{display:block;max-width:100%;max-height:100%;margin:auto;padding:0;position:absolute;left:0;top:0;right:0;bottom:0;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
.NyAboutPart_honor_list .ny_honor:hover .NyAboutPart3_img a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);}
.NyAboutPart_honor_list .ny_honor .NyAboutPart3_name{width:100%;height:50px;margin:0 auto;padding:0;background-color: #e6e6e6;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.NyAboutPart_honor_list .ny_honor .NyAboutPart3_name a{display:block;width:100%;height:50px;overflow:hidden;line-height:50px;color:#333;font-size:16px;text-align:center;white-space:nowrap;text-overflow:ellipsis;margin:0;padding:0;}
.NyAboutPart_honor_list .ny_honor:hover .NyAboutPart3_name{ background-color:#0d5198;}
.NyAboutPart_honor_list .ny_honor:hover .NyAboutPart3_name a{ color:#fff;}

/*内页荣誉资质*/


/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:99999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:30px;margin: 0 auto;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,0.2);}
.client-2 .my-kefu-qq i {background-position:0 0;}
.client-2 .my-kefu-tel i {background-position:0 -30px;}
.client-2 .my-kefu-liuyan i {background-position:0 0;}
.client-2 .my-kefu-weixin i {background-position:-30px 0;}
.client-2 .my-kefu-weibo i {background-position:-30px -30px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:30px;height:30px;background-position:-30px -30px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;text-shadow: 0 2px 4px rgba(0,0,0,0.2);}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#7c98ca;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#7c98ca;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

/*右侧漂浮 结束*/