@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
*{margin:0;padding:0;list-style:none;border:0;}
body{font-size:15px;  margin:0; padding:0;font-family: "微软雅黑"; overflow:hidden; }
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,html,body,nav,span{padding:0;margin:0; color:#333}
h1,h2,h3,h4,h5,h6 {font-size:14px; font-weight:normal;}
img{border:0;}
ol,ul{list-style:none;}
i{ font-style:normal}
h1{font-size:18px;}
a{color:#333;text-decoration:none;font-size:15px;blr:expression(this.onFocus=this.blur());font-family: "微软雅黑"; }
a:hover{color:#f00;text-decoration:none;}
.clean70{clear:both;height:70px;overflow:hidden;}
.clean50{clear:both;height:50px;overflow:hidden;}
.clean40{clear:both;height:40px;overflow:hidden;}
.clean30{clear:both;height:30px;overflow:hidden;}
.clean20{clear:both;height:20px;overflow:hidden;}

.left{ float:left;overflow:hidden;}
.right{float:right;overflow:hidden;}
.mar{ margin:0 auto}
.w1200{ width:1200px; clear:both;}
.i{font-style:normal}


/*返回顶部样式*/
.totop{position:fixed;right:25px;bottom:25px;display:block;width:26px;height:62px;background:url(../images/rocket.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out;}
.totop:hover{background:url(../images/rocket.png) no-repeat 0 -62px;}


#headdiv{height: 131px; position: fixed; top: 0px; width: 100%; z-index: 1000; background: none;}
.top{ width:100%; height:44px; float:left;  background: url(../images/bgt.jpg) no-repeat;}

.header{ width:980px; float:left;height:44px; overflow:hidden}
.header p{ line-height:44px; color:#c1c1c1; float:left; padding-right:20px; font-size:16px;text-transform:capitalize}

.header span{ float:left;color: #c1c1c1; padding-left:25px; display:inline-block; line-height:44px;}
.header span i{ font-size: 18px;margin-right: 5px;color: #c1c1c1;}
.header span p{color: #c1c1c1;text-transform:capitalize}


/*语言选择开始*/
.language{float: right; margin-top:10px; margin-right:13px;}
.language .cur{cursor: pointer;  position: relative; padding: 3px 5px 1px 3px; background-color: #fff; z-index:999999}
.language .cur a{ color: #555; font-size: 12px; line-height: 20px;background-image:url(../images/flag.png); background-repeat:no-repeat; padding-left: 30px; height: 20px; display: block;}
.language .cur a i{font-weight: bold;font-size: 12px;margin-left: 3px;}
.language .cur:hover a{color: #ff3b23; }
.language ul.language-list{
	max-height: 400px;z-index:11111;
    overflow: auto;
	position:absolute;
	z-index: 2;
	top: 24px;
	right: 0;
	list-style-type: none;
	background-color: #fff;
	font-size: 12px;
	height: 0;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	opacity: 0; 
}
.language .cur:hover .language-list{
	opacity: 1;z-index:11111; 
	height: auto;
	padding: 2px 5px;
	-webkit-box-shadow:0 0 5px #ccc;  
	-moz-box-shadow:0 0 5px #ccc;  
	box-shadow:0 0 5px #ccc;
}
.language ul.language-list li{
	padding: 4px 4px 2px 4px;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
	margin: 3px 0 2px 0;
}
.language ul.language-list li a{z-index:11111;color: #1b1b1b; font-size: 12px; line-height: 20px;background-image:url(../images/flag.png); background-repeat:no-repeat;background-position:0 0; padding:  0 0 0 30px; float: left; width: 100%;white-space:nowrap;}
.language ul.language-list li:hover{background-color: #80b435;}
.language ul.language-list li:hover a{color: #fff;}
.language a.cn, .language ul.language-list li a.cn{background-position: 0 0;}
.language a.en, .language ul.language-list li a.en{background-position: 0 -22px;}



/*导航条1*/
.heand{ width:100%; height:70px; float:left; padding:20px 0; }
.logo{height:120px; float:left; overflow:hidden;  }
.logo img{height: 70px; float:left; }
.tel{ width:340px; float:right;}
.tel img{ height:70px; float:left; margin-right:15px; margin-top:5px;}
.tel p{ font-size:18px; margin-top:10px}
.tel h1{ font-size:30px; font-weight:600; color:#04abe7; line-height:130%}
/*导航条*/
.dht{width:100%; height:50px; float:left; padding-top:12px; background:url(../images/dht2.jpg) repeat-x; border-top:2px solid #0267b3}
.menu{ width:100%; overflow:hidden; float:left;  }
.menu .menu_item{ display:inline-block;float:left;color: #333;width:128px; margin-left:5px;text-align:center;font-family:"微软雅黑";border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px; }
.menu .menu_item a{font-size: 18px;color: #333; font-weight:500; width:auto; line-height:38px;font-family:"微软雅黑";overflow:hidden; text-transform:capitalize}

.menu .menu_item:hover{background:url(../images/dht3.jpg) no-repeat;}
.menu .menu_item:hover a{color:#fff; }
.cut{background:url(../images/dht3.jpg) no-repeat;}
.cut a{color:#fff !important; }

.menu .menu_item:hover .submenu{display:block; z-index:999999; position:absolute;border-top:2px solid #ee080a;}
.submenu{ overflow: hidden;z-index:999999999; display:none;background:rgba(0, 0, 0, 0.75) none repeat scroll !important;background:#000; filter:Alpha(opacity=75);}
.submenu_item {padding:0 2px; min-width:124px; }
.submenu_item a{ color:#fff !important; font-weight:100 !important; line-height:3em !important;}
.submenu_item:hover{ background:#006ed9}
.submenu_item a:hover{ color:#fff !important;}

/*搜索*/
.search{ width:260px; height:40px; float: right; margin-top:25px; background:#000;border-radius:25px;  }
.kuan_sou{ width:209px; height:38px; line-height:38px; margin-top:1px; margin-left:1px;float:left;border:none; background:none; color:#fff}
.kuan_an{ width:50px; height:40px;cursor:pointer; float:left; color:#FFF; background:url(../images/ss1.png) no-repeat;  border:none;}
.kuan_an:hover{background: url(../images/ss2.png) no-repeat}
/*banner*/

#banner{ width:100%; height:650px;float:left;}
.banner-subban{ width:100%;float:left; }
.banner-subban img{width:100%;float:left;}

.nav_list{ width:100%; float:left; text-align:center; background:#f6f6f6; padding-top:30px; padding-bottom:30px;}
.nav_list span{ width:80%; margin:0 auto; text-align:center}
.nav_list span h1{ font-size:30px; font-weight:bold; line-height:200%; color:#006ed9;text-transform:capitalize}
.nav_list span p{ line-height:30px;text-transform:capitalize}



.subblock .category{ width:110%; float:left; text-align:center}
.subblock .category li{ width:383px; margin-right:24px; float:left; display:inline-block; vertical-align:top; }
.category-box{position: relative;overflow: hidden;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.category-box:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.category-box::before,
.category-box::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.category-box:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    top: 50%;
}
.category-box:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
    left: 50%;
    right: 50%;
}
.category-box a img{
    overflow: hidden;
	width: 100%;
	display: block;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-box-detail{
	color: #282828; margin-top:60px;
	position: absolute;
	text-align: left;
	width: 40%;
	padding: 0 5%;top:30px;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.category-box-type{margin-bottom: 17px;}
.category-box-type h2{color: #fff;font-size: 20px;font-weight: 400;text-transform: uppercase;}
.category-box-detail a.btn {font-size: 14px;color: #fff;line-height: 30px;display: inline-block;
	transition: ease all 0.4s;
	-webkit-transition: ease all 0.4s;
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
}
.category-box-detail a.btn:hover{margin-left: 10px;}


/*标题*/
.bt{ width:100%; height:50px; border-bottom:2px solid #04abe7; float:left; text-align:center}
.bt i{ color:#fff; font-size:26px; margin-top:12px; margin-right:10px;}
.bt a{ display:inline-block; width:235px; height:50px; line-height:50px; font-weight:bold; font-size:20px; background: url(../images/bkt.png) no-repeat; color:#fff;text-transform: uppercase;}

.cfcm ul{ width:110%; float:left}
.cfcm ul li{ width:255px; float:left; text-align:center; margin-bottom:20px; margin-right:30px; padding:10px; border:1px dashed #ccc; overflow:hidden}
.cfcm ul li  span{width:255px; height:255px; display:table-cell; text-align: center; vertical-align: middle;overflow:hidden;*display: block; *font-size:222px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.cfcm ul li a span img{ max-width:255px; max-height:255px; width:auto; height:auto;overflow: hidden;vertical-align: middle;}
.cfcm ul li a p{ line-height:26px; margin-top:10px;text-transform:capitalize;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cfcm ul li:hover{border:1px dashed #006ed9;}
.cfcm ul li:hover span img{ -webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2);}
.cfcm ul li:hover p,.cp_gd ul li:hover p{color:#006ed9; }



.youshi{ width:100%; float:left;background:url(../images/bjt.jpg) center no-repeat; padding-top:30px; padding-bottom:30px;}
.ys_bt{ width:900px; float:right; margin-bottom:75px;}
.ys_bt img{ height:56px; float:right; padding-right:35px;}
.ys_bt h1{ font-size:30px; font-weight:600; line-height:200%; width:100%; float:left;text-transform: uppercase;}
.ys_bt h2{ font-size:24px; color:#006ed9;line-height:160%; width:80% ; float:right;text-transform:capitalize}
.ys_bt  p{ font-size:50px;text-transform: uppercase; color:#8cc5fd; float:right;text-transform:capitalize}

.ys_l{ width:100%; float:left; padding-top:15px; }
.ys_l dl img{ max-width:495px; margin-right:30px;}
.ys_l span{ width:547px; float:left; padding-left:123px;}
.ys_l span img{ max-width:80px; float:left; padding-right:15px; padding-top:8px;}
.ys_l span h1{ font-size:30px; float:left; color:#006ed9; font-weight:600; text-transform: uppercase; width:100%;  }
.ys_l span h2{ font-size:22px; line-height:160%;float:left;text-transform:capitalize}
.ys_l span  p{ width:100%; float:left; line-height:26px;padding-bottom:15px; padding-top:10px;text-transform:capitalize}
.ys_l span dd{ width:300px; float:left}
.ys_l span i{ float:left; font-size:16px;text-transform:uppercase;}
.ys_l span b{ color:#006ed9; font-size:34px; float:left; width:100%;}
.ys_l span a{ float:left; margin-left:20px; display:inline-block; background:#000000; color:#fff; padding:10px 30px; margin-top:20px;text-transform:capitalize}
.ys_l span a:hover{ background:#006ed9}

/*设备*/

.cp_gd {width:100%; height:305px;overflow: hidden;position: relative; float:left;}
.cp_gd ul{position: absolute;}
.cp_gd ul li{float: left;width:275px;cursor: pointer; margin-right:30px; text-align:center}
.cp_gd ul li a{ width:275px;float:left; display:block}
.cp_gd ul li img {width:275px;height:275px;object-fit:cover; float:left}
.cp_gd ul li p{ width:100%; float:left; line-height:30px;text-transform:capitalize}

/*关于我们*/
.gywm{ width:100%; height:530px; float:left; background:url(../images/dl.jpg) no-repeat;}
.gywm_list{ width:1160px; background:#fff; float:left; margin-top:50px; padding:20px;}
.gywm_list .video{ width:582px; float:left}
.gywm_list video{width:582px;height:389px; }
.gywm_list span{ width:540px; float:right; padding-top:35px;}
.gywm_list span h1{ color:#333; font-size:23px;  margin-bottom:20px; font-weight:600;text-transform:capitalize}
.gywm_list span p{ line-height:30px;text-transform:capitalize}
.gywm_list span a{ margin-top:50px; display:inline-block; background:#eef0f1; padding:8px 26px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius: 
3px;-o-border-radius: 3px; text-transform:capitalize}

/*新闻*/
.bjs{ width:100%; background:#f9f9f9; float:left}
.new ul{ width:110%; float:left;}
.new ul li{ width:329px; float:left; background:#fff; margin:15px; padding:25px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.new ul li span{ width:329px; height:214px;  display:table-cell; text-align: center; vertical-align: middle;overflow:hidden;*display: block; *font-size:222px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.new ul li span img{width:329px; height:214px;object-fit:cover;}
.new ul li .new_bt{ width:100%; float:left; padding-bottom:10px; padding-top:25px;}
.new ul li .new_bt b{ width:40px; height:40px; border:1px solid #006ed9; color:#006ed9; text-align:center; line-height:40px; font-size:20px; float:left; margin-right:10px;text-transform:capitalize}
.new ul li .new_bt i{ color:#006ed9; line-height:20px;text-transform:capitalize}
.new ul li .new_bt h1{ width:270px; height:24px; overflow:hidden; float:left; font-size:18px; line-height:24px;text-transform:capitalize}
.new ul li p{height:46px; line-height:23px; overflow:hidden; float:left; width:270px;word-wrap:break-word;text-transform:capitalize}
.new ul li:hover span img{ transform: scale(1.1);} 
.new ul li:hover{box-shadow: 0 0 15px rgba(254, 0, 0, 0.2);} 
.new ul li:hover h1{ color:#006ed9;}

/*foot*/
.foot{ width:100%; float:left;background: url(../images/bg-12.jpg) no-repeat; overflow:hidden;  padding-top:50px}
.foot_l{ width:600px; float:left; margin-right:30px;}
.foot_l h1,.footer h1{ font-size:18px;text-transform: uppercase; line-height:30px; float:left; width:100%; color:#ddd;text-transform:capitalize}
.foot_l i,.footer i{ width:40px; height:2px; border-bottom:2px solid #006ed9; float:left; margin-bottom:20px;text-transform:capitalize}
.foot_l em,.footer em{ color:#006ed9; margin-right:8px;}
.foot_l p{ color:#ddd; line-height:26px; padding-bottom:15px; float:left; width:100%;text-transform:capitalize}
.footer { width:370px; float:left; }
.footer ul{ width:100%; float:left}
.footer ul .linf{ width:100%; float:left}
.footer h2{ font-size:17px;color:#ddd; float:left; width:100%; padding-bottom:15px;text-transform:capitalize}
.footer p{ color:#ddd; line-height:36px; float:left; width:85%; padding-left:22px;text-transform:capitalize}

.foot_ewm{ width:160px; text-align:center; float:right; padding-top:25px;}
.foot_ewm img{ width:120px;}
.foot_ewm p{ color:#ddd; line-height:42px;text-transform:capitalize}

.foot span{ width:100%; float:left; height:45px; line-height:45px; text-align:center; border-top:1px solid #333; color:#333}
.foot span p,.foot span p a{color:#ddd; font-size:13px;text-transform:capitalize}





/*产品中心*/
.cp_sy{ width:100%; float:left; line-height:50px; background:#fff;text-transform:capitalize}
.cp_sy i{ font-size:18px; margin-left:20px; margin-right:10px;}

.cp_list{width:282px; float:left}
.account-l{width:282px; float:left; background:#fff}
.list-title{
    display: inline-block;
    width:98%;
    max-width:267px; border-bottom:2px solid #f6f6f6;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #000;
    font-weight:600;
    cursor: pointer; padding-left:20px;text-transform:uppercase;
}


.accordion {padding:20px; float:left; padding-top:0;}

.accordion .link { width:90%; float:left;
    cursor: pointer;
    display: block;
    color: #4D4D4D;
    border-bottom: 1px dotted #d6d7dc;
padding: 13px; 
}


.accordion li{
    cursor: pointer;
}
.accordion .link a{font-size: 17px;color:#960001  }
.accordion li i {margin-right:10px;
    font-size: 18px;
    color: #960001;
}

.accordion .link:hover a{ color:#000}

/**
 * submenute
 -----------------------------*/
.submenute { width:100%;float:left;
    font-size: 14px;
}

.submenute li {
    border-bottom: 1px solid #d6d7dc;
}

.submenute a {
    display: block;
    text-decoration: none; 
    color: #666;
    padding: 13px;
    padding-left: 30px;
}

.submenute a:hover ,.submenute li.current a{
    background: #960001;
    color: #FFF;
}


.fa-ul{ padding:15px;float:left}
.fa-ul li{ width:100%;line-height:26px; float:left; padding-bottom:5px; font-size:14px;}
.fa-ul li i{ margin-top:3px;}

.gyfl{ width:100%;  display:inline-block; float:left}
.gyfl li{ width:100%; float:left; display:inline-block; border-bottom:1px dashed #d6d7dc; line-height:28px; padding:9px 0;text-transform:capitalize}
.gyfl li a{ font-size:16px;color:#006ed9;text-transform:capitalize;}
.gyfl li:hover a,.gyfl li:hover i{ color:#d10101}
.gyfl li i{ margin-top:6px; margin-right:5px; margin-left:25px; color:#006ed9}
.cug{ background:#006ed9}
.cug a,.cug i{ color:#fff !important}


.zbt{ width:100%;float:left; line-height:40px;}
.zbt b{ float:left; color:#000; font-size:18px;text-transform:uppercase;}
.zbt i{ width:465px; float: right; height:20px; border-bottom:1px dashed #eeeeee}
.zbt a{ float:right; font-size:15px; padding-left:20px;text-transform:capitalize}


.w888{ width:888px; float:right; overflow:hidden}

.cp_jj p{ line-height:26px; padding:15px;float:left; background:#FFF; margin-bottom:20px;text-transform:capitalize}

.cp_right{float:right; overflow:hidden; padding-bottom:20px; }
.cp_right ul{ width:110%; float: left; overflow:hidden;}
.cp_right ul li{ width:242px; padding:20px; float:left; margin-right:16px;  text-align:center; overflow:hidden; border:1px solid #f8f8f8; margin-bottom:20px; background:#fff;}
.cp_right ul li a span{ width:242px; height:242px; display:table-cell; text-align: center; vertical-align: middle;overflow:hidden; *display: block; *font-size: 211px;/*约为高度的0.873，200*0.873 约为175*/ 
*font-family:Arial;}
.cp_right ul li a span img{width:242px; height:242px;overflow: hidden;object-fit:cover;}
.cp_right ul li:hover span img{ -webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2);}
.cp_right ul li a p{ width:100%; height:38px; line-height:38px; float:left;font-size:16px; overflow:hidden ;text-transform:capitalize }
.cp_right ul li:hover{box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.cp_right ul li:hover p{ color:#006ed9; }




/*左侧通用*/
.cpfl{ width:230px; float:left; overflow:hidden}
.cp_left img{ width:100%; float:left; padding-bottom:5px;}
.cp_left dl{float:left; line-height:30px; padding:10px;text-transform:capitalize}
.cp_left strong{ color:#ff9900}
/*右侧关于我们*/

.bks{ width:848px; padding:20px; background:#fff; float:left;}
.wznr b{width:100%; float:left; text-align:center; font-size:20px; line-height:36px; padding-bottom:12px;text-transform:capitalize}
.wznr p{ width:98%; overflow:hidden; float:left; line-height:28px; padding-bottom:5px; text-transform:capitalize}
.wznr p strong{ font-size:16px; color:#1696c5}
.wznr img{ max-width:90%; max-height:!important;}

.wznr span{ width:100%; float:left; text-align:center; line-height:26px; padding:10px 0; }
.wznr .cp_dy{ width:818px; padding:15px; float:left; background-color:#f6f6f6; line-height:24px; font-size:14px;word-wrap:break-word;text-transform:capitalize}

/*产品中心*/
.cp_img ul{ width:110%; float:left}
.cp_img ul li{ width:188px; float:left; text-align:center; padding:12px;overflow:hidden}
.cp_img ul li a img{ width:188px; height:188px;overflow: hidden;}
.cp_img ul li a p{ line-height:26px; margin-top:10px;text-transform:capitalize;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.table_form tr{ width:100%; float:left}
.table_form th{ width:15%; float:left;line-height:40px;  color:#999}
.table_form td{ width:80%; float:left}
.table_form .input-text{ width:98% !important; height:40px; background:#f6f6f6 !important; line-height:40px; float:left; border:none}
.table_form textarea{ width:97% !important; height:72px; background:#f6f6f6 !important;  float:left; border:none}
.button{ width:100px; height:46px; background:#006ed9 !important}


/*翻页样式*/
#pages{ width: 100%; height: 50px; text-align: center; line-height: 22px; padding-top: 1px; clear:both; margin-top:20px; float:left}
#pages a{ background: #f5f5f5; border: #ddd solid 1px; padding: 3px 8px; margin: 0 2px; float: none; color: #333; font-size: 14px;}
#pages span{ background: #006ed9; color: #fff; border: #DDD solid 1px; padding: 3px 8px; margin: 0 2px; float: none;}
#pages a:hover{border: #006ed9 solid 1px;}

.articlebook{ width:100%; float:left; overflow:hidden; padding-top:10px; padding-bottom:10px}
.articlebook a.zuo{ width:40%; float:left}
.articlebook a.you{width:40%; float:right; text-align:right}
.articlebook a:hover{ color:#F00}


/*新闻列表*/
.new_tj{ width:100%; float:left}
.new_tj dl{ width:331px; height:214px; float:left; margin-right:24px; overflow:hidden}
.new_tj dl img{width:331px; height:214px;object-fit:cover;}
.new_tj dl:hover img{ transform: scale(1.1);}
.new_tj .new_bn{ width:471px; float:left; padding-bottom:10px;}
.new_tj .new_bn b,.new_lb ul li b{ width:40px; height:40px; border:1px solid #006ed9; color:#006ed9; text-align:center; line-height:40px; font-size:20px; float:left; margin-right:10px;text-transform:capitalize}
.new_tj .new_bn i,.new_lb ul li i{ color:#006ed9; line-height:20px;}
.new_tj .new_bn h1{ width:380px; height:26px; overflow:hidden; float:left; font-size:18px; font-weight:600; line-height:26px;text-transform:capitalize}
.new_tj  p{ width:471px; float:left; line-height:26px;height:52px; overflow:hidden;text-transform:capitalize}
.new_tj .new_bn:hover h1{color:#006ed9;}



.new_lb ul{ width:100%; float:left; overflow:hidden}
.new_lb ul li{ width:818px; float:left; background:#f6f6f6; margin-bottom:10px; padding:15px;}
.new_lb ul li h1{ width:726px; height:26px; overflow:hidden; float:left; font-size:16px; font-weight:600; line-height:26px;text-transform:capitalize}
.new_lb ul li p{ width:100%; float:left;  line-height:24px; height:48px; font-size:14px;text-transform:capitalize; overflow:hidden}
.new_lb ul li p img{ display:none}

/*联系我们*/
.lx_nr{ width:99.9%; float:left;border:1px solid #f5f5f5; }
.lx_nr span{ width:100%; float:left; border-bottom:1px solid #f5f5f5; }
.lx_nr span:last-child{border-bottom:0 }
.lx_nr span b{ width:150px; padding:15px;  float:left; font-size:16px}
.lx_nr span p{ width:630px; float:left; font-size:15px;word-wrap:break-word; padding:15px; border-left:1px solid #f5f5f5; }
.lx_nr span:hover{ background:#f5f5f5}





