@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 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
body { min-width:1300px;}
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: "Ariblk";
    src: url(../images/Ariblk.ttf);
}
@font-face {
	font-family: "BarlowBlack";
    src: url(../images/BarlowBlack.ttf);
}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#0a1a3e;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#0a1a3e;}


/*headtop 开始 */
.ly_headtop { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0; background-color:#0e51a6;}
.ly_headtop .lyht_main { width:1300px; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.lyht_main .lyht_fl { width:50%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; white-space:nowrap; text-overflow: ellipsis; float:left;}
.lyht_main .lyht_fr { width:50%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-align:right; float:right;}
.lyht_fl a { color:#fff;}
.lyht_fr a { display:inline-block; color:#fff; margin:0; padding:0 10px;}
.lyht_fl a:hover, .lyht_fr a:hover { color:#fff;}
.lyht_fr em { display:inline-block; width:1px; height:10px; overflow:hidden; margin:-2px 0 0; padding:0; vertical-align:middle; background-color:#fff;}

/*headtop 结束 */


/*头部 开始*/
.ly_top {width:100%;height:auto;margin:0 auto;padding:4px 0;background-color:#fff;position:relative;z-index: 10;}
.ly_top .lytop_main { width:1300px; height:110px; margin:0 auto; padding:0; position:relative;}
.lytop_main .ly_logo { width:60%; height:70px; overflow:hidden; margin:20px 0; padding:0; float:left;}
.ly_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 70px; overflow: hidden; margin: 0; padding: 0;}
.ly_logo a img {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.ly_logo .logo_text { height:50px; overflow:hidden; margin:5px 0; padding:5px 0 5px 20px; border-left:1px solid #dfdfdf; float:left;}
.logo_text p { height:30px; line-height:30px; color:#3e3e3e; font-size:24px; font-weight:bold; margin:0; padding:0;}
.logo_text span { display:block; height:20px; line-height:20px; color:#797979; font-size:15px; text-align:center; margin:0; padding:0;}
.lytop_main .ly_tel { height:50px; overflow:hidden; margin:30px 0; padding:0 0 0 56px; background:url(../images/tel1.png) left center no-repeat; background-size:50px 50px; float:right;}
.ly_tel span { display:block; height:20px; line-height:20px; color:#888; font-size:16px; margin:0; padding:0;}
.ly_tel p { height:30px; line-height:30px; color:#0e51a6; font-size:30px; font-weight:bold; margin:0; padding:0;}


/*导航栏 开始*/
.ly_nav {width:100%;height:64px;margin:0 auto;padding:0;background-color:#fff;border-top: 1px solid #f0f0f0;box-shadow: 0 4px 10px rgba(0,0,0,0.1);position: relative;z-index: 9;}
.ly_nav li, .ly_nav a {	text-decoration: none; list-style: none;}
.ly_nav ::-webkit-scrollbar { display: none;}
.ly_nav .nav_list {width:1300px;margin:0 auto;/* border-left:1px solid #dfdfdf; */-webkit-box-sizing: border-box;box-sizing: border-box;}
.ly_nav .nav_list > ul > li {display:inline-block;width:12.5%;position: relative;list-style: none;padding:0;text-align:center;/* border-right:1px solid #dfdfdf; */float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active { color: #0e51a6;}
.ly_nav .nav_list > ul > li > a {display: inline-block;line-height: 64px;color: #333;font-size: 16px;padding: 0;margin: 0;text-decoration: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ly_nav .nav_list > ul > li > em { display:block; width:0px; height:3px; overflow:hidden; background-color:#0e51a6; margin:0 0 0 -12px; padding:0; position:absolute; bottom:10px; left:50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { width:24px;}
.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #0e51a6;}
.ly_nav .nav_list > ul > li i { display:inline-block; width:20px; height:20px; background:url(../images/down.png) center center no-repeat; background-size:10px 10px; vertical-align:middle; cursor:pointer; margin:0;}
.ly_nav .nav_list > ul > li i.cur{ background:url(../images/up.png) center center no-repeat; background-size:10px 10px; text-decoration:none;}
.dropdown-sub { display:none;position:absolute; left:0;  z-index:9; width:100%; overflow:hidden; background-color:#fff; box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);}
.dropdown-sub dd { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.dropdown-sub dd a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.dropdown-sub dd a:hover { color:#fff; background-color:#0e51a6;}
.dropdown:hover .dropdown-sub{ display:block;}
.ly_nav .nav_menu { display: none;}

/*导航栏 结束*/
/*头部 结束*/

/* banner 开始 */
.apple-banner { width: 100%; height: 685px; overflow: hidden;}
.apple-banner .swiper-container { width: 100%; height: 685px;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 15%; height: 100%; top:0; background:none; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { left:0;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; top: 50%; margin-top:-32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.6) url(../images/arrows1.png) center center no-repeat; left: 20px;}
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.6) url(../images/arrows2.png) center center no-repeat; right:20px;}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: .6;}
/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:24px; background: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: #0e51a6;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255, 255, 255, 1);}
.apple-banner .swiper-pagination-bullet i{ background-color: #0e51a6; 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:#0e51a6;}


/* banner 结束 */


/*热门关键词&搜索 开始*/
.ly_hotkw_search { width:100%; height:auto; margin:0 auto; padding:0; background-color:#fff; box-shadow:0 4px 10px rgba(0,0,0,0.1); position:relative; z-index:9;}
.ly_hotkw_search .hotkw_search {width:1300px;height:100%;overflow:hidden;margin:0 auto;padding: 10px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.hotkw_search .hotkw_left { float:left; width:66%; height:40px; overflow:hidden; line-height:40px; color:#666; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.hotkw_search .hotkw_left span { color:#333;}
.hotkw_search .hotkw_left a { color:#666;}
.hotkw_search .hotkw_left a:hover { color:#0e51a6;}
.hotkw_search .search_right { float:right; width:30%; height:40px; overflow:hidden; margin:0; padding:0 59px 0 0; border:1px solid #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .search_right .sc_ipt { width:100%; height:38px; overflow:hidden; margin:0; padding:0;}
.search_right .sc_ipt input { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#777; font-size:14px; white-space:nowrap; text-overflow: ellipsis; outline:none; border:0; margin:0; padding:0 9px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.hotkw_search .search_right .sc_btn { width:59px; height:38px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.search_right .sc_btn input { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#fff; font-size:0; text-align:center; background:#fff url(../images/sc_btn.png) center center no-repeat; border:none; outline:none; cursor:pointer;}
/*热门关键词&搜索 结束*/


/*首页-热销产品 开始*/
.ly_idxHotPro { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#ededed;}
.ly_idxHotPro .lyIdxHotPro_main { width:1300px; height:auto; margin:0 auto; padding:0;}
.ly_title { width:100%; max-width:1300px; overflow:hidden; margin:0 auto 40px; padding:0;}
.ly_title p {width:100%;height:40px;overflow:hidden;line-height:40px;color:#232524;font-size:36px;font-weight:bold;text-align:center;margin: 0 auto 10px;padding: 0 0 16px;position:relative;}
.ly_title p em{color:#0e51a6;font-weight:bold;}
.ly_title p:after{content:'';display:block;width:50px;height: 1px;background:#333;position:absolute;top: 55px;left:50%;margin-left:-25px;}
.ly_title span { display:block; width:100%; height:auto; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:center; margin:0 auto; padding:0;}
.ly_title1 p { color:#fff;}
.ly_title1 span { color:#fff;}

.new_tjcp .hd{overflow:hidden;background: #0e51a6;padding:5px 2% 0;margin:0 0 14px;}
.new_tjcp .hd span{display:block;float:left;height:65px;line-height:65px;text-align:center;font-size: 16px;color: #fff;cursor: pointer;width: calc(100% / 4);padding: 0 3%;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.new_tjcp .hd span.on{color: #000;background: #fff;}
.new_tjcp .con{background:#fff;display:none;}
.new_tjcp .con.on{display:block;}
.new_tjcp .con .pic_wrap{float:left;width:37%;padding:30px 0 30px 3%;visibility: visible !important;}
.new_tjcp .con .pic{height:400px;text-align:center;overflow:hidden;border:1px solid #ededed;position:relative;border-radius: 4px;box-shadow: 0 0 10px 0 rgba(0,0,0,.08);}
.new_tjcp .con .pic img{max-width:90%;max-height:90%;vertical-align:middle;}
.new_tjcp .con .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.new_tjcp .con .pic .more{display:block;width:160px;height:50px;line-height:50px;font-size:16px;color: #000;text-align:center;background: #f9db57;position:absolute;right:0;bottom:0;z-index:1;border-radius: 20px 0 0 0;}
.new_tjcp .con .wz{float:right;width:54%;padding:30px 3%;visibility: visible !important;}
.new_tjcp .con .wz .tlt {margin-bottom: 20px;border-bottom: 1px solid #ddd;overflow:hidden;}
.new_tjcp .con .wz .tlt a{display:inline-block;line-height:60px;font-weight:bold;font-size:30px;color:#333;max-width: 70%;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.new_tjcp .con .wz .tlt a:hover{color:#0e51a6;}
.new_tjcp .con .wz .tlt span{display:inline-block;width:70px;height:30px;line-height:30px;font-weight:500;font-size:16px;color:#fff;text-align:center;margin-left: 20px;border-radius:4px 4px 4px 0;background:#0e51a6;position:relative;top: -30px;}
.new_tjcp .con .wz .tlt span:after{display:block;content:"";width:0;height:0;border-style:solid;border-width:10px 10px 0 0;border-color:#0e51a6 transparent transparent transparent;position:absolute;left:0;bottom:-10px;}
.new_tjcp .con .wz .desc{font-size: 15px;color: #777;line-height: 26px;height: 75px;overflow: hidden;}
.new_tjcp .con .wz .cs{overflow:hidden;margin-top: 20px;}
.new_tjcp .con .wz .cs span{float:left;width: 26.666666%;margin:0 4% 20px 0;height: 50px;line-height: 50px;text-align: left;padding:0 2%;font-size:15px;color:#555;background: #ededed;border-radius: 4px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.new_tjcp .con .wz .cs span:nth-child(3n){margin:0 0 20px 0;}
.new_tjcp .con .wz .cs span em{color:#777;}
.new_tjcp .con .wz .ys{overflow:hidden;}
.new_tjcp .con .wz .ys li{float:left;width:90px;height:90px;border:1px solid #0e51a6;border-radius:50%;text-align:center;color:#0e51a6;font-size:14px;margin-right: 44px;margin-top: 40px;}
.new_tjcp .con .wz .ys li img{display:block;margin:17px auto 5px;}
.new_tjcp .con .wz .ys li:hover img{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
/*首页-热销产品 结束*/

/*首页-产品中心 开始*/
.ly_idxPro { width:100%; overflow:hidden; margin:0 auto; padding:60px 0 30px; background-color:#fff;}
.ly_idxPro .lyIdxPro_main { width:1300px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_main .lyIdxPro_menu {width:100%;height:auto;margin: -20px auto 34px;padding:0;text-align:center;height: 42px;overflow: hidden;}
.lyIdxPro_menu a {display:inline-block;height:40px;line-height:40px;color:#333;font-size:15px;margin:0 8px 20px;padding:0 15px;border: 1px solid #dfdfdf;border-radius: 4px;box-shadow: 0 0 10px 0 rgba(0,0,0,.08);}
.lyIdxPro_menu a:hover, .lyIdxPro_menu a.IdxPro_Menuon { color:#fff; background-color:#0e51a6; border:1px solid #0e51a6;}
.lyIdxPro_main .lyIdxPro_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li { width:23.5%; overflow:hidden; margin:0 2% 30px 0; padding:0; float:left;}
.lyIdxPro_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyIdxPro_list ul li .lyNyPro_img {width:100%;height:265px;overflow:hidden;margin:0 auto 4px;padding:0;background-color:#fff;border:1px solid #dfdfdf;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 4px;}
.lyIdxPro_list ul li:hover .lyNyPro_img { border:1px solid #0e51a6;}
.lyIdxPro_list ul li .lyNyPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lyIdxPro_list ul li .lyNyPro_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxPro_list ul li:hover .lyNyPro_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdxPro_list ul li .lyNyPro_name {width:100%;height:auto;overflow:hidden;margin:0 auto;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 4px;}
.lyIdxPro_list ul li .lyNyPro_name a {display:block;width:100%;height:56px;overflow:hidden;line-height:55px;color:#333;font-size:15px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0 40px 0 10px;background: #fff url(../images/baikeico_more.png) 94% center no-repeat;border-bottom:1px solid #dfdfdf;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyIdxPro_list ul li:hover .lyNyPro_name a { color:#fff; background:#0e51a6 url(../images/baikeico_more3.png) 94% center no-repeat; border-bottom:1px solid #0e51a6;}



/*产品分类 开始*/
.lyIdxPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 0 30px;}
.lyIdxPro_left .cp_type { margin:0 0 24px;}
.lyIdxPro_left .cp_type .hd { text-align:center; background-color:#0e51a6; padding:20px;}
.lyIdxPro_left .cp_type .hd p { height:40px; line-height:40px; font-size:28px; font-weight:bold; color:#fff;}
.lyIdxPro_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;}
.lyIdxPro_left .cp_type .hd span { display:block; height:20px; line-height:20px; font-size:14px; color:#fff; text-transform:uppercase;}
.lyIdxPro_left .cp_type .bd ul li { border-bottom:1px solid #dfdfdf;}
.lyIdxPro_left .cp_type .bd ul li p { height:60px; line-height:60px;}
.lyIdxPro_left .cp_type .bd ul li p a { display:block; width:80%; 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;}
.lyIdxPro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:right;}
.lyIdxPro_left .cp_type .bd ul li div { background:#fafafa; display:none;}
.lyIdxPro_left .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#797979; font-size:14px; border-top:1px solid #e7e5e5; padding:0 20px 0 40px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/icon4.png) 20px center no-repeat;}
.lyIdxPro_left .cp_type .bd ul li div a:first-child {}
.lyIdxPro_left .cp_type .bd ul li p:hover, .lyIdxPro_left .cp_type .bd ul li.on p { background-color:#fff;}
.lyIdxPro_left .cp_type .bd ul li p:hover a, .lyIdxPro_left .cp_type .bd ul li.on p a { color:#0e51a6;}
.lyIdxPro_left .cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
.lyIdxPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.lyIdxPro_left .cp_type .bd ul li div a:hover { color:#0e51a6; background:url(../images/icon5.png) 20px center no-repeat;}
.lyIdxPro_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;}
.lyIdxPro_left .cp_type .bd ul a.ckqb:hover { background:#0a78d7; color:#fff;}

/*产品分类 结束*/
/*首页-产品中心 结束*/


/*首页-关于我们 开始*/
.ly_idxAbout { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_idxAbout .idxAbout_main { width:100%; height:640px; overflow:hidden; margin:0 auto; padding:0 43% 0 0; background-color:#0e51a6; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAbout_main .idxAbout_img { width:43%; height:100%; overflow:hidden; margin:0; padding:0; position:absolute; right:0; top:0; z-index:1;}
.idxAbout_main .idxAbout_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.idxAbout_main .idxAbout_img a img { display:block; width:100%; height:100%; max-width:100%; max-height:100%; overflow:hidden; 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;}
.idxAbout_main:hover .idxAbout_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.idxAbout_main .idxAbout_text { width:1300px; height:100%; overflow:hidden; margin:0 0 0 -600px; padding:60px 610px 60px 0; position:absolute; left:50%; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAbout_text .idxAbout_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_title {width:100%;overflow:hidden;margin: 0 auto 14px;padding:0;}
.idxAbout_con .idxAbout_title span {display:block;width:100%;height:50px;overflow:hidden;line-height:50px;color:rgba(255,255,255,0.2);font-family: "Ariblk";font-size:48px;margin:0 auto 10px;padding:0;font-weight: bold;}
.idxAbout_con .idxAbout_title a {display:block;width:100%;height:40px;overflow:hidden;line-height:40px;color:#fff;font-size:36px;font-weight:bold;margin:0 auto;padding:0;margin-top: -35px;}
.idxAbout_con .idxAbout_title a:hover { color:#fff;}
.idxAbout_con .idxAbout_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:15px; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_name a:hover { color:#fff;}
.idxAbout_main .idxAbout_text .idxAbout_con i.idxAbout_line { display:block; width:50px; height:3px; overflow:hidden; margin:20px 0; padding:0; background-color:#fff;}
.idxAbout_con .idxAbout_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_ms p { width:100%; height:150px; overflow:hidden; line-height:30px; color:#fff; font-size:15px; text-align:justify; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.idxAbout_con a.idxAbout_more { display: block; width: 140px; height: 40px; overflow: hidden; line-height: 38px; color: #fff; font-size: 14px; text-align: center; border-radius: 20px; border: 1px solid #fff; margin:30px 0 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAbout_con a.idxAbout_more:hover { color: #0e51a6; background-color:#fff;}

.idxAbout_text .idxAbout_icons {width: 100%;overflow:hidden;margin:40px auto 0;padding:0;}
.idxAbout_icons ul li {padding: 10px 50px;float:left;position:relative;background: rgba(255,255,255,.2);margin-right: 15px;}
.idxAbout_icons ul li i {display:block;width:1px;height:56px;overflow:hidden;margin:-28px 0 0;padding:0;background-color:rgba(255,255,255,0.4);position:absolute;top:50%;right:0;display: none;}
.idxAbout_icons ul li a img { display:block; width:48px; height:48px; overflow:hidden; margin:0 auto 5px; padding:0;}
.idxAbout_icons ul li a span { display:block; width:100%; height:25px; overflow:hidden; line-height:25px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0;}


/*首页-关于我们 结束*/


/*首页-案例荣誉 开始*/
.ly_idxCaseHonor { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background:#e9e9e9 url(../images/idxCase_bg.jpg) center center no-repeat; background-size:cover;}
.ly_idxCaseHonor .lyIdxCaseHonor_main { width:1300px; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxCaseHonor_tab { width:100%; height:42px; overflow:hidden; margin:-10px auto 40px; padding:0; text-align:center;}
.lyIdxCaseHonor_tab ul li { display:inline-block; width:178px; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:15px; text-align:center; margin:0 8px; padding:0; background-color:#fff; border:1px solid #dfdfdf; cursor:pointer;}
.lyIdxCaseHonor_tab ul li:hover, .lyIdxCaseHonor_tab ul li.tabActive { color:#fff; background-color:#0e51a6; border:1px solid #0e51a6;}
.lyIdxCase_list, .lyIdxHonor_list { width:100%; overflow:hidden; margin:0 auto 40px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxCase_list ul li, .lyIdxHonor_list ul li { width:23.5%; overflow:hidden; margin:0 2% 0 0; padding:0; float:left;}
.lyIdxCase_list ul li:nth-child(4n+4), .lyIdxHonor_list ul li:nth-child(4n+4) { margin:0;}
.lyIdxCase_list ul li .lyIdxCase_img, .lyIdxHonor_list ul li .lyNyHonor_img { width:100%; height:233px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxCase_list ul li .lyIdxCase_img a, .lyIdxHonor_list ul li .lyNyHonor_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#f5f5f5; position:relative;}
.lyIdxCase_list ul li .lyIdxCase_img a img, .lyIdxHonor_list ul li .lyNyHonor_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; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxCase_list ul li:hover .lyIdxCase_img a img, .lyIdxHonor_list ul li:hover .lyNyHonor_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdxCase_list ul li .lyIdxCase_name, .lyIdxHonor_list ul li .lyNyHonor_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxCase_list ul li .lyIdxCase_name a, .lyIdxHonor_list ul li .lyNyHonor_text a {display:block;width:100%;height:56px;overflow:hidden;line-height:55px;color:#333;font-size:15px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0 40px 0 10px;background: #fff url(../images/baikeico_more.png) 94% center no-repeat;border-bottom:1px solid #dfdfdf;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyIdxCase_list ul li:hover .lyIdxCase_name a, .lyIdxHonor_list ul li:hover .lyNyHonor_text a {color:#fff;background: #0e51a6 url(../images/baikeico_more3.png) 94% center no-repeat;border-bottom:1px solid #0e51a6;}

.ly_more { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_more a {display: block;width: 140px;height: 40px;overflow: hidden;line-height: 38px;color: #000;font-size: 14px;text-align: center;border-radius: 20px;margin: 0 auto;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color: #f9db57;}
.ly_more a i { display: inline-block; width: 20px; height: 20px; overflow: hidden; background: url(../images/jt1.png) center center no-repeat; vertical-align: middle; margin: -2px 0 0 4px; padding: 0;}
.ly_more a:hover { color: #fff; background-color: #0e51a6;}
.ly_more a:hover i { background: url(../images/jt4.png) center center no-repeat;}


/*首页-案例荣誉 结束*/


/*首页-资讯中心 开始*/
.ly_idxNews {width:1300px;height:auto;margin:0 auto;padding: 50px 0 60px;}
.ly_idxNews .lyIdxNew_main { width:100%; height:auto; min-height:280px; margin:0 auto; padding:0;}
.lyIdxNew_main .lyIdxNew_list {width:65%;/* overflow:hidden; */margin:0;padding:0;}
.lyIdxNew_main .lyIdxArticle_list {width:32%;/* overflow:hidden; */margin:0;padding:0;}
.lyIdxNew_main .lyIdxNew_list { float:left;}
.lyIdxNew_main .lyIdxArticle_list { float:right;}
.lyIdxNew_main .lyIdxArticle_list ul{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    height: 464px;
}
.lyIdxNew_title, .lyIdxArticle_title {width:100%;height:44px;overflow:hidden;margin:0 auto 20px;padding: 0 0 2px;border-bottom: 2px solid #000000;it-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyIdxNew_title span, .lyIdxArticle_title span {display:block;width:120px;height:40px;overflow:hidden;line-height:40px;color:#fff;font-size:20px;font-weight:bold;text-align:center;background-color: #0e51a6;margin:0;padding:0;float:left;}
.lyIdxNew_title a, .lyIdxArticle_title a { display:block; width:80px; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:15px; text-align:center; margin:0; padding:0; float:right;}
.lyIdxNew_title a:hover, .lyIdxArticle_title a:hover { color:#0e51a6;}

.lyIdxNew_Tj {width:100%;height: 204px;overflow:hidden;margin:0 auto 10px;padding: 20px 20px 20px 213px;position:relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color: #fff;box-shadow: 0 0px 14px rgba(0,0,0,0.1);}
.lyIdxNew_Tj .lyIdxNew_Tjimg {width:170px;height:170px;overflow:hidden;margin:0;padding:4px;border:1px solid #dfdfdf;position:absolute;left: 20px;top: 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyIdxNew_Tj:hover .lyIdxNew_Tjimg { border:1px solid #0e51a6;}
.lyIdxNew_Tj .lyIdxNew_Tjimg a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lyIdxNew_Tj .lyIdxNew_Tjimg a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxNew_Tj:hover .lyIdxNew_Tjimg a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdxNew_Tj .lyIdxNew_Tjtext { width:100%; overflow:hidden; margin:0; padding:0;}
.lyIdxNew_Tj .lyIdxNew_Tjtext .lyIdxNew_Tjname { width:100%; overflow:hidden; margin:0 auto; padding:0 90px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_Tj .lyIdxNew_Tjtext .lyIdxNew_Tjname a {display:block;width:100%;height:40px;overflow:hidden;line-height:40px;color:#333;font-size: 16px;text-overflow:ellipsis;white-space: nowrap;margin:0;padding:0;}
.lyIdxNew_Tj:hover .lyIdxNew_Tjtext .lyIdxNew_Tjname a { color:#0e51a6;}
.lyIdxNew_Tj .lyIdxNew_Tjtext .lyIdxNew_Tjname span { display:block; width:90px; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:15px; text-align:right; margin:0; padding:0; position:absolute; top:0; right:0;}
.lyIdxNew_Tjtext p {width:100%;height:60px;overflow:hidden;line-height:30px;color: #999;font-size:15px;margin:10px auto 15px;padding:0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.lyIdxNew_Tj .lyIdxNew_Tjtext .lyIdxNew_Tjbtn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxNew_Tj .lyIdxNew_Tjtext .lyIdxNew_Tjbtn a {display: block;width: 140px;height: 40px;overflow: hidden;line-height: 38px;color: #000;font-size: 14px;text-align: center;border-radius: 20px;background-color: #f9db57;margin: 0;padding: 0;float:right;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyIdxNew_Tj:hover .lyIdxNew_Tjtext .lyIdxNew_Tjbtn a { color:#fff; background-color:#0e51a6;}

.lyIdxNew_list ul {padding: 20px;background-color: #fff;box-shadow: 0 4px 10px rgba(0,0,0,0.1);margin-top: 28px;height: 230px;}
.lyIdxNew_list ul li { width:48%; overflow:hidden; margin:0 4% 0 0; padding:0 80px 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_list ul li:nth-child(2n+2) { margin:0;}
.lyIdxNew_list ul li em { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; background:url(../images/icon2.png) center center no-repeat; background-size:20px 20px; position:absolute; left:-4px; top:12px;}
.lyIdxNew_list ul li:hover em { background:url(../images/icon3.png) center center no-repeat; background-size:20px 20px;}
.lyIdxNew_list ul li a {display:block;width:100%;height: 45px;overflow:hidden;line-height: 45px;color: #777;font-size: 15px;white-space: nowrap;text-overflow: ellipsis;margin:0 auto;padding:0;}
.lyIdxNew_list ul li:hover a { color:#0e51a6;}
.lyIdxNew_list ul li span { display:block; width:80px; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:14px; text-align:right; margin:0; padding:0; position:absolute; top:0; right:0;}

.lyIdxArticle_list ul li {width:100%;overflow:hidden;margin:0 auto 16px;padding:0 0 15px 40px;border-bottom:1px dashed #dfdfdf;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position:relative;}
.lyIdxArticle_list ul li:before{content:'';display:block;width:30px;height:30px;background:#0e51a6 url(../images/icon6.png) center center no-repeat;border-radius:50%;position:absolute;top:5px;left:2px;}
.lyIdxArticle_list ul li:last-child { margin:0 auto;}
.lyIdxArticle_list ul li .lyIdxArticle_name { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0 80px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxArticle_list ul li .lyIdxArticle_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyIdxArticle_list ul li:hover .lyIdxArticle_name a { color:#0e51a6;}
.lyIdxArticle_list ul li .lyIdxArticle_name span { display:block; width:80px; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:14px; text-align:right; margin:0; padding:0; position:absolute; top:0; right:0;}
.lyIdxArticle_list ul li 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;}


/*首页-资讯中心 结束*/


/*首页-友情链接 开始*/
.ly_Links { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#0e51a6; position:relative;}
.ly_Links .lyLinks_main { width:1300px; overflow:hidden; margin:0 auto; padding:0 0 0 180px; position:relative; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_main .Lk_tit { width:150px; height:80px; overflow:hidden; line-height:80px; color:#fff; font-size:16px; margin:0; padding:0 0 0 30px; background: url(../images/lk_icon.png) left center no-repeat; position:absolute; left:0; top:0;}
.lyLinks_main .Lk_list { width:100%; height:80px; overflow:hidden; margin:0 auto; padding:0 0 0 40px; background:#f5f5f5 url(../images/lk_bg.png) left center no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_main .Lk_list p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#666; font-size:14px; margin:10px 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyLinks_main .Lk_list p a { display:inline-block; height:30px; line-height:30px; color:#666; font-size:14px; margin:0; padding:0 10px;}
.lyLinks_main .Lk_list p a:hover { color:#0e51a6; font-weight:bold;}
.ly_Links i { display:block; width:50%; height:80px; overflow:hidden; background-color:#f5f5f5; position:absolute; top:0; right:0;}

/*首页-友情链接 结束*/


/*底部 开始*/
#z_Footer .pz_down {width:100%;background-color: #0161cf;}
#z_Footer .pz_down .container{width:1300px;margin:0 auto;}
#z_Footer .pz_down .footT {width:100%; padding:40px 0;overflow: hidden;}
#z_Footer .pz_down .footTit { float:left; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:24px; margin-bottom:30px;}
#z_Footer .pz_down .footAddr { float:left; width:500px; overflow:hidden; margin:0; padding:0;}
#z_Footer .pz_down .footAddr .dAddr {float:left;width:100%;color: #fff;font-size:14px;line-height:24px;margin-bottom:20px;position:relative;padding-left:30px;}
#z_Footer .pz_down .footAddr .ico { float:left; width:20px; position:absolute; left:0; top:2px;opacity:0.3; filter:alpha(opacity=30);}
#z_Footer .pz_down .footNav { float:left; width:318px; padding:0 0 0 100px; min-height:185px; border-left:1px solid #fff;border-left:1px solid rgba(255,255,255,0.1); border-right:1px solid #fff;border-right:1px solid rgba(255,255,255,0.1);margin-left: 20px;}
#z_Footer .pz_down .footNav .dNav { float:left; width:100%; margin-top:0;}
#z_Footer .pz_down .footNav .dNav li { float:left; width:40%; margin-right:20px; margin-bottom:20px;}
#z_Footer .pz_down .footNav .dNav li a {float:left;width:100%;height:24px;overflow:hidden;line-height:24px;color: #fff;font-size:14px;text-overflow: ellipsis;white-space:nowrap;}
#z_Footer .pz_down .footNav .dNav li a:hover { color:#40c7ff;}
#z_Footer .pz_down .footUs { float:right; width:285px;}
#z_Footer .pz_down .footUs .ewm1 { float:left; width:100%; color:#fff; color:rgba(255,255,255,0.8); font-size:14px; line-height:24px; margin:20px 0 15px 0; display:none;}
#z_Footer .pz_down .footUs .ewm2 { float:left; width:100%;}
#z_Footer .pz_down .footUs .ewm2 .img{position:relative;overflow: hidden;}
#z_Footer .pz_down .footUs .ewm2 .img:after{display:block;position:absolute;left:3px;top:0;width:102px;height:30px;content:"";background:url(../images/QRcde_light.png) no-repeat;transform:translateY(400%);animation:moveEwm 2s ease-out alternate infinite;}
.footer .ft-QRcode .pic img{display:block;width:100px;height:100px;}
#z_Footer .pz_down .footUs .ewm2 .img { width:108px; height:108px; line-height:0; border:1px solid #ededed; margin: 0 auto 10px;}
#z_Footer .pz_down .footUs .ewm2 .info {width:100%;overflow:hidden;color: #fff;font-size:14px;text-align:center;line-height:24px;margin:0 auto;padding:0;}
#z_Footer .pz_down .links {float:left;width:100%;overflow:hidden;color:#fff;color: #fff;font-size:14px;line-height:22px;padding:14px 0;border-top: 1px solid rgba(255,255,255,0.1);}
#z_Footer .pz_down .link { float:left; width:100%;}
#z_Footer .pz_down .link a { color:#fff; color:rgba(255,255,255,0.6); margin-left:12px;}
#z_Footer .pz_down .link a:hover { color:#40c7ff;}
.foot_cp {width:100%;overflow:hidden;margin:0 auto;padding:0;background-color: #0e51a6;}
#z_Footer .pz_down .footD { overflow:hidden; margin:0 auto; padding:20px 0;}
#z_Footer .pz_down .Copyright {line-height:20px;color: #fff;font-size:14px;}
#z_Footer .pz_down .Copyright a {color: #fff;}
#z_Footer .pz_down .Copyright a:hover { color:#40c7ff;}
#z_Footer .pz_down .footMap { float:right; color:#fff; color:rgba(255,255,255,0.5); font-size:14px; line-height:22px;}
#z_Footer .pz_down .footMap a { color:#fff; color:rgba(255,255,255,0.5);}
#z_Footer .pz_down .footMap a:hover { color:#40c7ff;}
@keyframes moveEwm {
    100%{
        transform:translateY(0);
    }
}


/*底部 结束*/


/*ny_banner 开始*/
.ny_banner { width:100%; height:300px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.ny_banner img { display:block; width:1920px; height:300px; overflow:hidden; margin:-150px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}


/*ny_banner 结束*/


/*面包屑 开始*/
.ly_crumb { width:66%; overflow:hidden; margin:0; padding:0 0 0 24px; position:relative; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_crumb img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:10px;}
.ly_crumb p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.ly_crumb p a { color:#333;}
.ly_crumb p a:hover { color:#0e51a6;}
.ly_crumb p span { color:#777;}


/*内页-关于我们 开始*/
.ly_NyAboutus { width:100%; min-height: 480px; overflow:hidden; margin:0 auto; padding:0;}

/*关于我们-公司简介 开始*/
.ny_title, .ny_title1 { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.ny_title span, .ny_title1 span { display:block; width:100%; height:36px; line-height:36px; color:#e5e5e5; font-size:32px; font-weight:bold; text-align:center; margin:0 auto 4px; padding:0;text-transform : uppercase}
.ny_title p, .ny_title1 p {width:100%;height:30px;overflow:hidden;line-height:30px;color:#32353a;font-size: 30px;text-align:center;margin:0 auto;padding:0;}
.ny_title p i, .ny_title1 p i { display:inline-block; width:100px; height:1px; overflow:hidden; margin:-2px 20px 0; padding:0; vertical-align:middle; background-color:#dfdfdf;display: none;}
.ny_title1 p { color:#fff;}
.ny_title1 p i { background-color:rgba(255, 255, 255, 0.9);}

.ly_Gsjj {width:1300px;overflow:hidden;margin: 40px auto 60px;padding:0;}
.ly_Gsjj .ny_gsjj_con{margin:0 0 30px;}
.ly_Gsjj .ny_gsjj_con p{font-size: 14px;line-height: 30px;color: #666;}
.ly_Gsjj .ny_gsjj_con p span, .ly_Gsjj .ny_gsjj_con p em { color:#787878!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}
.lyGsjj_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_img {width: 78%;height: 378px;overflow:hidden;margin: 0 0 0 0;padding:0;float:right;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.lyGsjj_img img {display:block;width:100%;height:100%;margin:0;padding:0;object-fit: cover;}
.lyGsjj_main .lyGsjj_text {float:left;width: 20%;margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyGsjj_main .lyGsjj_text li{background:#0e51a6;color:#fff;text-align:center;border-bottom:1px solid #f75e55;padding: 17px 0;font-size: 15px;}
.lyGsjj_main .lyGsjj_text li img{display:block;margin:0 auto 10px;width:60px;}

/*关于我们-公司简介 结束*/

/*关于我们-企业文化 开始*/
.ly_AboutQywh {width:100%;overflow:hidden;margin: 0 auto 0;padding: 60px 0;background-color:#f7f7f7;}
.ly_AboutQywh .lyAboutQywh_main { width:1300px; overflow:hidden; margin:0 auto; padding:0;}
.lyAboutQywh_main ul li { width:23.5%; overflow:hidden; margin:0 2% 0 0; padding:40px 20px 21px; background-color:#fff; border-radius:12px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutQywh_main ul li:nth-child(4) { margin:0;}
.lyAboutQywh_main ul li .AboutQywh_title { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.lyAboutQywh_main ul li em { display:block; width:48px; height:1px; overflow:hidden; margin:20px auto; padding:0; background-color:#eaeaea;}
.lyAboutQywh_main ul li p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#777; font-size:14px; text-align:center; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.lyAboutQywh_main ul li:hover { background-color:#0e51a6;}
.lyAboutQywh_main ul li:hover .AboutQywh_title { color:#fff;}
.lyAboutQywh_main ul li:hover em { background-color:#fff;}
.lyAboutQywh_main ul li:hover p { color:#fff;}


/*关于我们-企业文化 结束*/


/*荣誉资质-公司简介 开始*/
.ly_AboutHonor {width:100%;overflow:hidden;margin: 40px auto 0;padding: 50px 0 60px;background: url(../images/aboutus_honor_bg.jpg) no-repeat center top;}
.lyAboutHonor_list {width:1300px;height:auto;margin:0 auto;padding: 30px 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background: #fff;}
.ny_honor_scoll { width:100%; padding:0;}
.ny_honor_scoll .item { position:relative;}
.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext {position:absolute;left:-60px;top:50%;margin-top:-20px;cursor:pointer;width: 26px;height: 50px;background: #cccccc url(../images/zuobjj.png) no-repeat center;border-radius: 0 5px 5px 0;}
.ny_honor_scoll .lSNext { left:auto; right:-60px; background: #cccccc url(../images/youbjj.png) no-repeat center;}
.ny_honor_scoll .lSPrev:hover {background: #0e51a6 url(../images/zuobjj.png) no-repeat center;}
.ny_honor_scoll .lSNext:hover {background: #0e51a6 url(../images/youbjj.png) no-repeat center;}
.ny_honor_scoll .content-slider { width:100%; overflow:hidden;}
.ny_honor_scoll .content-slider li .pic {display:block;width:100%;height: 280px;background-color:#fff;border:1px solid #f0f0f0;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .pic img { max-width:95%; max-height:95%; vertical-align:middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.ny_honor_scoll .content-slider li .pic .iblock { display:inline-block; height:100%; width:0; vertical-align:middle}
.ny_honor_scoll .content-slider li:hover .pic 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);}
.ny_honor_scoll .lSPager { display:none;}

.ny_honor_scoll .content-slider li .lyAboutHonor_text { display:block; width:100%; height:60px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:1px auto 0; padding:10px 50px 10px 15px; background-color:#fff; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .lyAboutHonor_text em { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; background:url(../images/jt5.png) center center no-repeat; position:absolute; top:10px; right:10px;}
.ny_honor_scoll .content-slider li:hover .lyAboutHonor_text { background-color:#0e51a6; color:#fff;}
.ny_honor_scoll .content-slider li:hover .lyAboutHonor_text em { background:url(../images/jt6.png) center center no-repeat;}


/*荣誉资质-公司简介 结束*/

/*内页-关于我们 结束*/

/*内页-产品中心 开始*/
.ly_NyProducts { width:100%; min-height: 480px; overflow:hidden; margin:60px auto; padding:0;}
.ly_NyProducts .lyNyPro_main { width:1300px; height:auto; margin:0 auto; padding:0;}
.lyNyPro_main .lyNyPro_left {width: 20%;overflow:hidden;margin:0;padding:0;float:left;}
.lyNyPro_main .lyNyPro_right {width: 78%;height:auto;margin:0;padding:0;float:right;}

.lyNyPro_right .lyNyPro_list { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyPro_list ul li { width:31.666666%; overflow:hidden; margin:0 2.5% 30px 0; padding:0; float:left;}
.lyNyPro_list ul li:nth-child(3n+3) { margin:0 0 30px;}
.lyNyPro_list ul li .lyNyPro_img { width:100%; height:265px; overflow:hidden; margin:0 auto 4px; padding:0; background-color:#fff; border:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_list ul li:hover .lyNyPro_img { border:1px solid #0e51a6;}
.lyNyPro_list ul li .lyNyPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.lyNyPro_list ul li .lyNyPro_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyPro_list ul li:hover .lyNyPro_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyPro_list ul li .lyNyPro_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_list ul li .lyNyPro_name a {display:block;width:100%;height:56px;overflow:hidden;line-height:55px;color:#333;font-size:15px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0 40px 0 10px;background: #fff url(../images/baikeico_more.png) 94% center no-repeat;border-bottom:1px solid #dfdfdf;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyNyPro_list ul li:hover .lyNyPro_name a { color:#fff; background:#0e51a6 url(../images/baikeico_more3.png) 94% center no-repeat; border-bottom:1px solid #0e51a6;}



/*产品分类 开始*/
.lyNyPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 0 30px;}
.lyNyPro_left .cp_type { margin:0;}
.lyNyPro_left .cp_type .hd { text-align:center; background-color:#0e51a6; padding:20px;}
.lyNyPro_left .cp_type .hd p { height:40px; line-height:40px; font-size:28px; 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; display:none;}
.lyNyPro_left .cp_type .hd span {display:block;height:20px;line-height:20px;font-size: 18px;color:rgba(255, 255, 255, 0.2);text-transform:uppercase;}
.lyNyPro_left .cp_type .bd { padding:8px; border-left:2px solid #0e51a6; border-right:2px solid #0e51a6;}
.lyNyPro_left .cp_type .bd ul li { margin:0 auto 8px;}
.lyNyPro_left .cp_type .bd ul li:last-child { margin:0 auto;}
.lyNyPro_left .cp_type .bd ul li p {height:44px;line-height:44px;background-color: #0e51a6;border-radius:4px;}
.lyNyPro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:44px; color:#fff; font-size:15px; 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:20%; height:100%; background:url(../images/mulu4.png) center center no-repeat; cursor:pointer; float:right;}
.lyNyPro_left .cp_type .bd ul li div { display:none;}
.lyNyPro_left .cp_type .bd ul li div a { display:block; height:44px; line-height:44px; color:#797979; font-size:14px; border-bottom:1px solid #e7e5e5; padding:0 20px 0 40px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:url(../images/icon4.png) 20px center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:first-child {}
.lyNyPro_left .cp_type .bd ul li p:hover, .lyNyPro_left .cp_type .bd ul li.on p {background-color: #3c3c3c;}
.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 p:hover span { background:url(../images/mulu4.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu5.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:hover { color:#0e51a6; 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:#0e51a6; color:#fff;}

.lyNyPro_left .cp_type .bd_by { width:100%; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0; background-color:#0e51a6;}

/*产品分类 结束*/
/*内页-产品中心 结束*/


/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto; padding:0 0 0.1px;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:20px; background-color:#f4f5f7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover { background-color:#fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.nyPro_list ul li .nyProList_img { width:32%; height:190px; overflow:hidden; margin:0; padding:0; border:1px solid #fff; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img { border:1px solid #f4f5f7;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.nyPro_list ul li .nyProList_text { width:66%; height:190px; overflow:hidden; margin:0; padding:0; float:right;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a:hover { color:#0e51a6;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:10px auto; padding:0;}
.nyProList_text .nyProList_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#777; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:10px auto; padding:0;}
.nyProList_text .nyProList_tips dl dd { display:inline-block; max-width:34.333333%; height:40px; overflow:hidden; line-height:40px; color:#aaa; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 12px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_tips dl dd:nth-child(3) { padding:0;}
.nyProList_text .nyProList_tips dl dd span { color:#333;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:138px; height:40px; overflow:hidden; line-height:38px; color:#666; font-size:14px; text-align:center; margin:0; padding:0; border:1px solid #ccc; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#0e51a6; border:1px solid #0e51a6;}

.lyNy_Xgwz { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:20px; background-color:#0e51a6;}
.Xgwz_tit p { height:32px; line-height:32px; color:#fff; font-size:26px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.Xgwz_tit span { display:block; height:20px; line-height:20px; color:#fff; font-size:14px; text-align:center; text-transform: uppercase; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:0 19px; border:1px solid #dfdfdf; border-top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#0e51a6;}


/*内页-产品列表 结束*/


/*内页-新闻中心&技术文章 开始*/
.ly_NyNews { width:100%; min-height: 480px; height:auto;margin: 0 auto;padding: 60px 0;background: #f8f8f8;}
.ly_NyNews .lyNyNew_main { width:1300px; height:auto; margin:0 auto; padding:0;}

/*内页新闻new形式*/
.lyNyNew_main .lyNyNew_list { width:100%; height:auto; margin:0 auto 60px; padding:0;}
.baiK-cls{float:left;width:48.5%;height:130px;background:#fff;margin:0 3% 20px 0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.baiK-cls:hover{box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);}
.baiK-cls:nth-child(2n){margin:0 0 20px 0;}
.baiK-cls .baiK-cont {padding:30px 40px;}
.baiK-cls .baiK-tit {font-size:16px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:20px;background:url(../images/baikeico.png) no-repeat 0 center;}
.baiK-cls .baiK-tit a {color:#5a5a5a;}
.baiK-cls .baiK-tit a:hover {color:#0e51a6;}
.baiK-cls .baiK-time {font-size:15px;color:#999;float:left;}
.baiK-cls .baiK-post {float:right;background:url(../images/baikeico_more.png) no-repeat right center;}
.baiK-cls .baiK-post:hover {background:url(../images/baikeico_more2.png) no-repeat right center;background-size:7px 12px;}
.baiK-cls .baiK-post a {font-size:14px;color:#999;padding-right:15px;}
.baiK-cls .baiK-post a:hover {color:#ea5404;}
.baiK-cls .baiK-info {padding-top:18px;border-top:1px dashed #eaeaea;margin-top:20px;}

.lyNyDown_list ul{overflow:hidden;}
.lyNyDown_list ul li {margin:0 auto 30px;padding: 12px 20px;position:relative;width: 48.5%;margin-right: 3%;float: left;background:#fff;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyNyDown_list ul li:nth-child(2n){margin-right:0;}
.lyNyDown_list ul li .lyNyDown_name {width: 92%;height:40px;overflow:hidden;margin:0 auto;padding: 0 0 0 0;position:relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;}
.lyNyDown_list ul li .lyNyDown_name a {display:block;width: 78%;height:40px;overflow:hidden;line-height:40px;color:#32353a;font-size:16px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0 0 0 20px;background:url(../images/baikeico.png) no-repeat 0 center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;}
.lyNyDown_list ul li .lyNyDown_name span {display:block;width: 20%;height:40px;overflow:hidden;line-height:40px;color:#999;font-size:15px;text-align:center;margin:0;padding:0;float: right;}
.lyNyDown_list ul li:hover .lyNyDown_name a { color:#0e51a6;}

.lyNyDown_list ul li .lyNyDown_btn {width: 8%;height:40px;overflow:hidden;margin:0;padding:0;float: right;}
.lyNyDown_list ul li .lyNyDown_btn a {display:block;width:36px;height:36px;overflow:hidden;padding:0;background:#0099fb  url(../images/jt12.png) center center no-repeat;border-radius:50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: right;}
.lyNyDown_list ul li:hover .lyNyDown_btn a { background:#0e51a6 url(../images/jt12.png) center center no-repeat;}

.NyNewsdetail_con .NyDown_btn { width:100%; overflow:hidden; margin:20px auto 0; padding:0;text-align:center;}
.NyNewsdetail_con .NyDown_btn a{ display:inline-block; width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; text-align:center; text-indent:0; margin:0 8px; padding:0; background-color:#0e51a6; border-radius:4px;}
.NyNewsdetail_con .NyDown_btn a:hover { background-color:#f3463c;}
.NyNewsdetail_con .NyDown_btn a:nth-child(2){background:#444;}
.NyNewsdetail_con .NyDown_btn a:nth-child(2):hover { background-color:#636262;}


/*内页-新闻中心&技术文章 结束*/


/*内页-成功案例 开始*/
.ly_NyCase { width:1300px; height:auto; margin:60px auto; padding:0;}
.ly_NyCase .lyNyCase_list { width:100%; height:auto; margin:0 auto; padding:0;}

.lyNyCase_list ul li { width:23.5%; overflow:hidden; margin:0 2% 30px 0; padding:0; float:left;}
.lyNyCase_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyNyCase_list ul li .lyNyCase_img { width:100%; height:234px; overflow:hidden; margin:0 auto 4px; padding:0; background-color:#fff; border:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li .lyNyCase_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyCase_list ul li .lyNyCase_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;}
.lyNyCase_list ul li:hover .lyNyCase_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyCase_list ul li .lyNyCase_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyCase_list ul li .lyNyCase_text a { display:block; width:100%; height:56px; overflow:hidden; line-height:55px; color:#333; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 40px 0 10px; background:#fff url(../images/jt11.png) 96% center no-repeat; border-bottom:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li:hover .lyNyCase_text a { color:#fff; background:#0e51a6 url(../images/jt4.png) 96% center no-repeat; border-bottom:1px solid #0e51a6;}


/*内页-成功案例 结束*/


/*分页样式 开始*/
#fengye { text-align: center; margin: 30px auto 0; color: #555; font-size:14px;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #0e51a6; color: #ffffff; }
#fengye a.pnnum1 { background: #0e51a6; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #0e51a6; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .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;}


/*分页样式 结束*/


/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail { width:1300px; overflow:hidden; margin:60px auto 20px; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:32px; color:#333; font-size:24px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:20px; color:#aaa; font-size:14px; text-align:center; margin:0 auto; padding:20px 0; border-bottom:1px dashed #dfdfdf;}
.ly_NyNewsdetail .NyNewsdetail_con { width:100%; overflow:hidden; margin:20px auto; padding:0; line-height:30px; color:#565656; font-size:15px; text-align:justify;}
.NyNewsdetail_con p, .NyNewsdetail_con div { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; _text-indent:2em; margin:0 auto; padding:0;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.NyNewsdetail_con table { width:100%!important;}
.NyNewsdetail_con table tr td p { text-indent:0!important;}
.NyNewsdetail_con img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.ly_PrevNext { width:100%; overflow:hidden; margin:30px auto 0; padding:20px 0 0; border-top:1px solid #dfdfdf;}
.ly_PrevNext ul li { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:15px; margin:0 auto; padding:5px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_PrevNext ul li:last-child { margin:0 auto;}
.ly_PrevNext ul li a { overflow:hidden; line-height:30px; color:#333; font-size:15px;}
.ly_PrevNext ul li:hover, .ly_PrevNext ul li:hover a { color:#0e51a6;}


/*内页-新闻详情&文章详情 结束*/


/*内页-在线留言 开始*/
.ly_NyOrder { width:1300px; overflow:hidden; margin:60px auto; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #0e51a6!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #bbb!important;}
.msg_btn input:hover { background-color:#0e51a6!important;}


/*内页-在线留言 结束*/


/*内页-联系我们 开始*/
.ly_NyContact { width:1300px; overflow:hidden; margin:60px auto; padding:0;}
.ly_NyContact .ly_NyCon { width:100%; overflow:hidden; margin:0 auto 60px; padding:40px 0 40px 178px; background-color:#f4f4f4; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_NyCon .lyNyCon_img { width:150px; height:150px; overflow:hidden; margin:-79px 0 0 ; padding:0; border:4px solid #fff; border-radius:50%; position:absolute; left:20px; top:50%;}
.ly_NyCon .lyNyCon_text { width:100%; overflow:hidden; margin:0; padding:0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyCon_text .NyCon_tit { width:100%; overflow:hidden; line-height:40px; color:#0e51a6; font-size:24px; margin:0 auto 10px; padding:0;}
.lyNyCon_text p { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; margin:0 auto; padding:0;}

.ly_NyContact .lyNyContact_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyContact_main .lyNyContact_lxfs { width:42%; overflow:hidden; margin:0 4% 0 0; padding:0; float:left;}
.lyNyContact_lxfs .lyNyContact_company { width:100%; overflow:hidden; line-height:32px; color:#0e51a6; font-size:24px; margin:0 auto 20px; padding:4px 0;}
.lyNyContact_lxfs ul li { width:100%; overflow:hidden; margin:0 auto; padding:10px 0; border-bottom:1px dashed #dfdfdf;}
.lyNyContact_lxfs ul li div { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 60px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs ul li div img { display:block; width:45px; height:45px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0;}
.lyNyContact_lxfs ul li div p { width:100%; min-height:30px; overflow:hidden; line-height:30px; color:#565656; font-size:15px; margin:0; padding:7.5px 0;}

.lyNyContact_main .lyNyContact_map { width:54%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyContact_map .lyNyContact_maptit { width:110px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:20px; text-align:center; margin:0 0 20px; padding:0 0 0 110px; background:url(../images/map_titbg.jpg) 0 0 no-repeat;}
.lyNyContact_map .lyNyContact_Mapmain { width:100%; height:270px; overflow:hidden; margin:0 auto; padding:0; background-color:#f8f8f8; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_Mapmain .dz_map { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.lyNyContact_Mapmain .dz_map iframe { width: 100%; }
.lyNyContact_Mapmain .dz_map iframe body { width: 100%; }
.lyNyContact_Mapmain .dz_map #container { width: 100%; height: 124%; margin: 0;}


/*内页-联系我们 结束*/


/*内页-荣誉资质 开始*/
.ly_NyHonor { width:1300px; height:auto; margin:60px auto; padding:0;}
.ly_NyHonor .lyNyHonor_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyHonor_list ul li { width:23.5%; overflow:hidden; margin:0 2% 30px 0; padding:0; float:left;}
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 30px;}
.lyNyHonor_list ul li .lyNyHonor_img { width:100%; height:265px; overflow:hidden; margin:0 auto 4px; padding:0; background-color:#fff; border:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyHonor_list ul li .lyNyHonor_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyHonor_list ul li .lyNyHonor_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;}
.lyNyHonor_list ul li:hover .lyNyHonor_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyHonor_list ul li .lyNyHonor_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyHonor_list ul li .lyNyHonor_text a {display:block;width:100%;height:56px;overflow:hidden;line-height:55px;color:#333;font-size:15px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0 40px 0 10px;background: #fff url(../images/baikeico_more.png) 94% center no-repeat;border-bottom:1px solid #dfdfdf;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyNyHonor_list ul li:hover .lyNyHonor_text a { color:#fff; background:#0e51a6 url(../images/baikeico_more3.png) 94% center no-repeat; border-bottom:1px solid #0e51a6;}


/*内页-荣誉资质 结束*/


/*内页-产品详情 开始*/
.ly_NyProDetail { width:1300px; overflow:hidden; margin:60px auto; padding:0;}

.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyProDetail_con .lyNyProDetail_left { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyProDetail_con .lyNyProDetail_right { width:72%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:2px solid #0e51a6;}
.lyNyProDetail_ConTit p { width:80px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:18px; text-align:center; margin:0; padding:0 19px; background-color:#0e51a6;}

.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.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 { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}



.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; 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 #eaeaea; 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:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:100%; height:32px; overflow: hidden; line-height: 32px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.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: #0e51a6;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #333;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #ea1a28;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #0e51a6;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; 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:100%; height:70px; padding-top:10px; overflow:hidden;}
#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:18.4%; height:70px; margin:0 2% 0 0;}
#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:100%; height:360px; 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;}
.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;}

/*内页-产品详情 结束*/


/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:99;}
.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:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.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;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#0e51a6;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#0e51a6;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;}


/*右侧漂浮 结束*/


.pro_button{display:block;width:100%;height:49px;line-height:49px;text-align:center;background:#0e51a6;color:#333;}
.pro_button a{color:#FFF; font-size:14px;}


