﻿@charset "utf-8";
/*reset.css*/

html {
	color: #000;
	background: #FFF;
}
body {
	font-family: '微软雅黑';
	font-size: 14px
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
i, em, b {
	font-style: normal
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: 'fantiRegular';
	src: url('fanti.eot');
	src: local('fanti Regular'),  local('fanti'),  url('fanti.woff') format('woff'),  url('fanti.ttf') format('truetype'),  url('fanti.svg#fontName') format('svg');
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
jhys {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
.txtboxcs {
	border: solid 1px #ccc;
	height: 22px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.mt10 {
	margin-top: 10px;
}
/*title*/

h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: 0;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative
}
/*头部开始*/
.top {
	position: relative;
	z-index: 10;
}
.top .head-top {
	height: 30px;
	line-height: 30px;
	background: url(../images/top_bg.gif) repeat-x top;
}
.top .head-top .left {
	float: left;
	color: #666;
	width: 500px;
}
.top .head-top .right {
	float: right;
	color: #f1f1f1;
	width: 200px;
}
.top .head-top .right .bdsharebuttonbox {
	float: left;
	padding-top: 5px;
}
.top .head-top .right a {
	color: #666;
}
.top .head-top .right span {
	color: #aaa;
}
.top .head-center {
	height: 120px;
	clear: both;
	background: url(../images/head_bg.jpg) no-repeat top;
}
.top .head-center h1 {
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
}
.top .head-center .introduce {
	float: left;
	width: 500px;
}
.top .head-center .introduce img {
	float: left;
	margin-right: 18px;
}
.top .head-center .introduce h2 {
	margin-top: 28px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 24px;
	color: #333;
	line-height: 36px;
}
.top .head-center .introduce h2 span {
}
.top .head-center .introduce em {
	font-size: 16px;
	color: #333;
	margin-top: 8px;
}
.top .head-center .introduce em strong {
	color: #0a5ed8;
}
.top .head-center .phone {
	float: right;
	font-size: 28px;
	margin-top: 20px;
}
.top .head-center .phone img {
	margin-right: 10px;
	float: left;
}
.top .head-center .phone .phone-num {
	float: left;
	margin-top: 3px;
}
.top .head-center .phone small {
	font-size: 16px;
	display: block;
	margin-left: 3px;
	color: #333;
}
.top .head-center .phone span {
	display: block;
	color: #0a5ed8;
	font-family: 'Microsoft YaHei';
	font-size: 24px;
	line-height: 130%
}
/*导航*/
.jh_nav {
	height: 50px;
	overflow: hidden;
	background: url(../images/nav_bg.jpg) repeat-x top;
	border-top: 1px solid #cbc8c8;
}
.jh_nav ul {
	font-size: 0;
}
.jh_nav li {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	font-family: "微软雅黑";
	position: relative;
	z-index: 15;
	background: url(../images/nav_xian.gif) no-repeat right center;
}
.jieshu {
	background: none !important
}
.jh_nav li.first {
	background: none;
}
.jh_nav li a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	font-size: 15px;
	padding: 0 23px;
	text-align: center;
}
.jh_nav li a:hover, .jh_nav li.cur a {
	color: #fff;
	text-decoration: none;
	background: #ff5a00;
}
/*滚动图片*/

#flashs {
	position: relative;
	height: 500px;
	overflow: hidden;
}
#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
}
#flashs .btn {
	position: absolute;
	z-index: 7;
	bottom: 12px;
	left: 46%;
	margin-right: -450px;
	padding: 5px 6px;
}
#flashs .btn span {
	width: 13px;
	height: 13px;
	color: #fffab1;
	background: url("../images/ic1.png") no-repeat;
	float: left;
	cursor: pointer;
	display: block;
	margin-left: 15px;/*padding:2px 6px;*/
}
#flashs .btn span.cur {
	width: 13px;
	height: 13px;
	background: url("../images/ic2.png") no-repeat;
	color: #fffab1;
}
#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 72px;
	width: 26px;
}
#roll_top {
	background: url(../images/top.gif) no-repeat;
}
#fall {
	background: url(../images/top.gif) no-repeat 0 -80px;
}
#ct {
	background: url(../images/top.gif) no-repeat 0 -40px;
}
#roll {
	display: block;
	width: 15px;
	margin-right: -500px;
	position: fixed;
	right: 50%;
	top: 60%;
	_margin-right: -505px;
	_position: absolute;
	_margin-top: 300px;
 _top: expression(eval(document.documentElement.scrollTop));
}
#slideshow_wrapper {
	POSITION: relative;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 960px;
	PADDING-RIGHT: 0px;
	HEIGHT: 351px;
	OVERFLOW: hidden;
	PADDING-TOP: 0px
}
#slideshow_footbar {
	right: 45%;
	Z-INDEX: 5;
	POSITION: absolute;
	WIDTH: 100%;
	BOTTOM: 0px;
	HEIGHT: 30px
}
#slideshow_photo {
	POSITION: absolute;
	WIDTH: 100%;
	HEIGHT: 100%;
	CURSOR: pointer
}
#slideshow_photo A {
	Z-INDEX: 1;
	BORDER-BOTTOM: 0px;
	POSITION: absolute;
	BORDER-LEFT: 0px;
	MARGIN: 0px;
	DISPLAY: block;
	BORDER-TOP: 0px;
	TOP: 0px;
	BORDER-RIGHT: 0px;
	LEFT: 0px
}
#slideshow_footbar .slideshow-bt {
	background-color: #FFFFFF;
	border: 1px solid #DC0000;
	color: #FA6916;
	cursor: pointer;
	float: right;
	font-family: Arial;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin: 2px 1px;
	overflow: hidden;
	text-align: center;
	width: 16px;
}
#slideshow_footbar .bt-on {
	background-color: #DC0000;
	color: #fff;
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	margin: 2px 1px;
	border: 0px;
}
/* -- 页面整体布局 -- */

.content, .footer {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 1100px;
	margin: 0 auto;
}
.left {
	width: 201px;
	float: left;
	overflow: hidden;
}
.left2 {
	width: 670px;
	float: left;
	overflow: hidden;
}
.left3 {
	width: 754px;
	float: left;
	overflow: hidden;
	color: #666;
}
.lefttop {
	background: url(../images/left_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}
.left2top {
	background: url(../images/left2_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.leftbot {
	background: url(../images/left_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.left2bot {
	background: url(../images/right_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right {
	width: 754px;
	float: left;
	display: inline;
	margin-left: 5px;
	overflow: hidden;
}
.right2 {
	width: 275px;
	float: right;
	overflow: hidden;
}
.right3 {
	width: 201px;
	float: right;
	overflow: hidden;
	color: #666;
}
.righttop { /*background:url(../images/right_top_img.gif) no-repeat;height:3px;*/
	font-size: 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.right2top {
	background: url(../images/right2_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.rightbot { /*background:url(../images/right_bot_img.gif) no-repeat;*/
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
}
.right2bot {
	background: url(../images/left_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right_main {
	width: 752px;
	min-height: 200px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
}
.right2_main {
	width: 273px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
}
.left2_main {
	width: 668px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
}
 .h_nav li a:-webkit-any-link {
display:block;
}
body {
	background: #fff;
}
em {
	font-style: normal;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*--- 搜索 ---*/

.h-ser {
	height: 42px;
	width: 100%;
	border-bottom: 1px solid #ebf0f4;
	background: #e8e8e8
}
.ser-con {
	width: 1100px;
	margin: 0 auto;
}
.h-ser p {
	float: left;
	width: 650px;
	line-height: 42px;
}
.h-ser p b {
	color: #333;
	font-family: Verdana, Geneva, sans-serif
}
.h-ser p a {
	padding: 0 6px;
	color: #787878;
}
.s-inp {
	width: 300px;
	position: relative;
	padding: 5px 0 0;
}
.inp01 {
	background: url(../images/s_inp.gif) no-repeat;
	width: 245px;
	height: 31px;
	line-height: 31px;
	border: none;
	padding: 0 0 0 10px;
}
/*头部结束*/

/*友情链接*/
.link_bg {
	width: 100%;
	padding: 10px 0px;
	background: #0050c3;
	height:50px;
}
.link {
	width: 1100px;
	margin: 0 auto;
}
.link_til dt {
	height: 24px;
	color: #e50515;
	overflow: hidden;
	float: left;
	line-height: 30px;
	padding-top: 5px;
	background: url(../images/link.png) no-repeat 0px 4px;
}
.link_til dt span {
	float: left;
	padding-right: 10px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding-left: 27px;
}
.link_til em {
	padding-left: 5px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.link_til dt a {
	color: #fff;
}
.link_til dd {
	line-height: 30px;
	padding-top: 5px;
	float: left;
}
.link_til dd a {
	padding: 0 14px;
	color: #fff;
	font-size: 14px;
}
/*底部开始*/
.f_bj {
	color: #fff;
	line-height: 35px;
	clear: both;
	font-family: "Microsoft Yahei";
	overflow: hidden;
	background: url(../images/foot_bg.jpg) repeat-x center 0 #0a5ed8;
	height: 237px;
	margin-top: 30px;
}
.f_bj a {
	color: #fff;
}
.f_con {
	display: block;
	overflow: hidden;
	height: auto
}
.f_code {
	width: 200px;
	height: 180px;
	background: #fff;
	border-top:1px solid #dfdfdf;
}
.f_code img {
	margin: 0px 40px;
}
.f_code p {
	width: 176px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
	color: #333333;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	margin: 15px auto 0;
}
.f_logo img {
	width: 241px;
	height: 57px;
	display: block;
	margin-bottom: 23px;
}
.f_nav {
	line-height: 50px;
	width: 286px;
	font-size: 14px;
	padding: 28px 0px 0px 20px;
}
.f_nav h6 {
	height: 21px;
	line-height: 21px;
	font-weight: normal;
	background: url(../images/jz_xnav1.png) left center no-repeat;
	padding-left: 32px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	margin: 0 0 12px;
}
.f_nav h6 span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 12px;
}
.f_nav p {
	height: auto;
	overflow: hidden;
}
.f_nav p a {
	display: block;
	float: left;
	width: 110px;
	padding-left: 32px;
	height: 27px;
	line-height: 27px;
}
.jh_xian {
	width: 1px;
	height: 140px;
	border-right: 1px dashed #fff;
	margin: 45px 0 0;
}
.f_text {
	width: 348px;
	padding: 28px 0 0 42px;
}
.f_text h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 56px;
	height: 65px;
}
.f_text span {
	display: block;
	padding-left: 36px;
	width: 224px;
	white-space: nowrap;
	float: left;
}
.f_text span.f_text1 {
	background: url(../images/foot_ico1.png) no-repeat 0 9px;
	width: 170px;
}
.f_text span.f_text2 {
	background: url(../images/foot_ico2.png) no-repeat 0 9px;
}
.f_text span.f_text3 {
	background: url(../images/foot_ico3.png) no-repeat 0 9px;
	width: 170px;
}
.f_text span.f_text4 {
	background: url(../images/foot_ico4.png) no-repeat 0 9px;
	width: 365px;
}
.f_text span.f_text5 {
	background: url(../images/foot_ico5.png) no-repeat 0 9px;
	width: 365px;
}
.f_wz {
	height: 40px;
	line-height: 30px;
	color: #000;
	background: #dedede;
	padding-top: 10px;
}
.f_wz span {
	display: block;
	float: right;
}
.f_wz span em img {
	display: inline-block;
	height: 30px;
	width: 106px;
}
.f_wz span em {
	display: inline-block;
	float: left;
}
.f_wz a {
	color: #000;
	padding: 0 16px 0 0;
}
.jh_ewm {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 30px 0 0 0px;
}
.jh_ewm img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
.jh_ewm p {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.shengming{ width:100%; height:30px; line-height:30px; text-align:center; background: #cbcbcb;}
.shengming p{ font-size:12px; color:#000;}




/*index.css*/

@charset "utf-8";
/* CSS Document */

/*common*/

.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.bg {
	background: #FFF;
}
.aboutconant {
	padding: 0;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
}
.nobor {
	border: none !important;
}
html {
	-webkit-text-size-adjust: none;
}
.tit {
	zoom: 1;
}
.tit:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/**/

.banner {
	width: 100%;
	height: 500px;
	background: url('../images/banner.jpg') no-repeat center 0;
	position: relative;
}
.banner p {
	width: 960px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -480px;
	text-align: center;
}
.banner p a {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../images/ic1.png') no-repeat;
	margin: 0 10px;
}
.banner p a:hover, .banner p a.cur {
	background: url('../images/ic2.png') no-repeat;
}
/*---title ---*/

.tit {
	height: 45px;
	line-height: 45px;
	padding: 0 12px 0 0;
}
.tit em {
	color: #bcbcbc;
	float: left;
	font-size: 15px;
	padding-left: 22px;
	text-transform: uppercase;
}
.tit em a {
	color: #c5901d;
	margin-right: 8px;
	font-size: 16px;
}
.tit b {
	display: block;
	float: right;
	margin-top: 15px;
}
.tit b a {
	color: #666;
}
/*产品展示*/
.cp_con ul li h3 em {
	display: block;
	position: absolute;
	left: 0px;
	top: 172px;
	width: 276px;
	height: 48px;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.cp_con ul li h3 a {
	display: block;
	height: 48px;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 172px;
	width: 276px;
}
.cp_con ul li.cur h3 em {
	height: 200px;
	padding-top: 20px;
}
.cp_con ul li.cur h3 a {
	height: 200px;
	padding-top: 20px;
}
.jhcp {
	margin-top: 20px;
}
.jhcp h2 {
	display: block;
	margin-top: 50px;
	height: 85px;
	font-size: 36px;
	text-align: center;
}
.jhcp h2 a {
	color: #444444;
}
.jhcp h2 b {
	display: block;
	font-size: 26px;
	color: #666666;
	font-weight: normal;
}
.jhcp h2 span {
	color: #fba502;
}
.jiahe {
	width: 224px;
	background: url(../images/pro.gif) no-repeat center top;
	margin-top: 10px;
	overflow: hidden;
}
.jiahe_top {
	height: 57px;
	padding-top: 17px;
	color: #fff;
	text-align: center;
	font: bold 27px "宋体";
	overflow: hidden;
}
.jiahe_top a {
	color: #FFF
}
.jiahe_con {
	padding: 10px 12px 20px 12px;
	border: 3px solid #0a5ed8;
	margin-top: 0.7em;
	border-top: 0;
}
.jiahe_con li {
	border-bottom: 1px dashed #d9d9d9;
	background: url(../images/dian.jpg) no-repeat left center;
	text-indent: 18px;
	line-height: 40px;
}
.jiahe_con li a {
	font-size: 14px
}
.jiahe_con h2 {
	height: 46px;
	margin: 15px auto 0;
	overflow: hidden;
	font: 16px "Microsoft Yahei";
	line-height: 40px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	background: url(../images/pro_ico.png) no-repeat 160px 13px;
}
.jiahe_con h2 a {
	display: inline-block;
	height: 40px;
	padding-left: 35px;
	color: #666;
}
.jiahe_con ul {
	padding: 0 0 10px 10px;
}
.jiahe_con ul li {
	font: 14px "Microsoft Yahei";
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
}
.jiahe_con ul .nobor {
	border: none;
}
.jiahe_con ul li a {
	display: block;
	height: 39px;
	background: url(../images/fen_jt3.gif) no-repeat 9px 17px;
	padding-left: 15px;
}
.jiahe .tel {
	padding-top: 15px;
	width: 224px;
	height: 60px;
	background: #0a5ed8;
}
.jiahe .tel .img_phone {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-left: 17px;
	background-image: url("../images/tel_icon.png");
}
.jiahe .tel .tel_c {
	display: block;
	float: left;
	height: 42px;
	margin-left: 10px;
}
.jiahe .tel .tel_c p.cn, .jiahe .tel .tel_c p.tel_num {
	display: block;
	clear: both;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
}
.cp {
	margin: 10px 0 0 14px;
	width: 860px;
}
.cp_top {
	background: url(../images/pro3_tbg.jpg) no-repeat left top;
	height: 52px;
	line-height: 52px;
	margin-bottom: 1.5em
}
.cp_top h3 {
	overflow: hidden;
	padding-left: 52px;
}
.cp_top h3 a {
	font-size: 18px;
	color: #373937;
}
.cp_top h3 span {
	font-weight: normal;
	font-family: Arial;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 12px;
	padding-left: 5px;
}
.more02 {
	padding-right: 10px;
}
.cp_con {
}
/*关于嘉合*/
/*标题*/
.aboutcon {
	width: 1100px !important;
	padding: 0;
	margin: 0px auto;
}
.box {
	margin-top: 0.37rem;
}
.title {
	width: 100%;
	text-align: center;
	background: url(../images/title_bottom.png) center bottom no-repeat;
	padding-bottom: 20px;
}
.title > strong {
	color: #dedede;
	font-size: 36px;
	text-transform: uppercase;
}
.title > h1 {
	color: #1162b1;
	font-size: 24px;
	font-weight: normal;
}
.about {
	overflow: hidden;
}
.about .aboutcon {
	padding-top: 40px;
}
.ab {
	background: url(../images/bg_75.png) center no-repeat;
	padding-bottom: 40px;
}
.aboutcon_list {
	width: 105%;
	margin-top: 20px;
}
.ab_left img {
	float: left;
	display: block;
	width: 440px;
	height: 380px;
}
.ab_right {
	float: left;
	width: 700px;
	height: 340px;
	margin-top: 20px;
	margin-left: -30px;
	overflow: hidden;
}
.ab_right > ul {
	float: left;
}
.ab_right > ul > li {
	position: relative;
	box-shadow: 1px 1px 20px rgba(124,123,127,0.1);
	overflow: hidden;/*background: #fff;*/
}
.ab_right > ul > li > img {
	margin: -3% 0 0 -3.1%;
	position: absolute;
	width: 106.5%;
	height: 110%;
}
.ab_honor_img {
	width: 212px;
	height: 197px;
	background: url(../images/cap_bg.png) no-repeat;
	margin: -16px 0 0 -16px;
	position: absolute
}
.ab_honor:hover .ab_honor_img {
	background: url(../images/a_bg.png) no-repeat;
	transition: all 1s ease-in-out
}
.ab_right .ab_text {
	width: 500px;
	height: 340px;
	line-height: 28px;
	float: left;
	margin-right: 9px;
	overflow: hidden;
	background: url(../images/ab_text_bg.png) left top no-repeat;
}
.ab_text > .aboutcon_text > a {
	display: block;
	margin-bottom: 20px;
}
.ab_text > .aboutcon_text > a > h2 {
	font-weight: bold;
	color: #1162b1;
}
.aboutcon_text {
	color: #666666;
	padding: 50px;
}

.ab_text > .aboutcon_text > a {
	margin-bottom: 10px;
}
.aboutcon_text > a {
	color: #1162b1;
	font-weight: bold;
}
.ab_text > a > h2 {
	margin-bottom: 25px;
}
.ab_honor {
	width: 181px;
	height: 165px;
}
.ab_right > ul > .ab_honor > img {
	width: 118%;
	height: 120%;
	margin: -8.5% 0 0 -8.5%;
}
.ab_honor > .aboutcon_text {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.ab_honor > a > i {
	display: inline-block;
	background: url(../images/ico.png);
}
.ab_honor > a > .cap_ico1 {
	width: 46px;
	height: 58px;
	background-position: left -114px;
	margin-top: 40px;
	margin-bottom: 10px;
	background-size: 957% 517%
}
.ab_honor > a > .cap_ico2 {
	width: 70px;
	height: 42px;
	background-position: left -190px;
	margin-top: 43px;
	margin-bottom: 20px;
	background-size: 629% 714%;
}
/*.ab_honor:hover{background:#1162b1;transition:all 0.3s ease-in-out}*/
.ab_honor:hover > .aboutcon_text > h3 {
	color: #fff;
}
.ab_honor_img {
	width: 212px;
	height: 197px;
	background: url(../images/cap_bg.png) no-repeat;
	margin: -16px 0 0 -16px;
	position: absolute
}
.ab_honor:hover .ab_honor_img {
	background: url(../images/a_bg.png) no-repeat;
	transition: all 1s ease-in-out;
	background-size: 100%;
}
.ab_honor:hover > a > .cap_ico1 {
	background: url(../images/a1.png);
	background-size: 100% 100%;
}
.ab_honor:hover > a > .cap_ico2 {
	background: url(../images/a2.png);
	background-size: 100% 100%;
}
/*产品*/
.pro_c li {
	float: left;
	width: 276px;
	height: 220px;
	overflow: hidden;
	margin: 0px 12px 12px 0px;
	position: relative;
}
.pro_c li p, .pro_c li p img {
	width: 276px;
	height: 220px;
	display: block;
	overflow: hidden;
}
.pro_c li span {
	display: block;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.pro_c li span em {
	display: block;
	width: 160px;
	overflow: hidden;
	float: left;
	line-height: 28px;
}
.pro_c li span b {
	display: block;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.pro_c li span i {
	float: right;
	display: inline-block;
	width: 85px;
}
.pro_c li span i a {
	display: inline-block;
	padding: 0 20px;
	height: 26px;
	line-height: 23px;
	border: solid 1px #c6c6c6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #666;
	white-space: nowrap;
	width: 85px;
}
.pro_c li span i a:hover, .video_wc span a:hover, .more01:hover a, .more01 a:hover {
	border-color: #0a5ed8!important;
	background: #0a5ed8!important;
	color: #FFF
}
.more01 {
	display: block;
	margin: 0 auto;
	width: 85px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #c6c6c6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
}
.more01 a {
	display: inlin-block;
	color: #666;
	white-space: nowrap;
}
.pro_c li span i a {
	display: block;
	text-align: center;
	padding: 0;
	height: 26px;
}
.pro_c .nobor {
	margin: 0px 0px 12px 0;
}
/*工程案例*/
.case {
	width: 1100px;
	margin: 0px auto;
}
.case .caseslider {
	height: 383px;
	margin-top:20px;
}
.case #demo li:nth-of-type(1) img {
	transform: translate(-210px);
}
.case #demo li:nth-of-type(2) img {
	transform: translate(-160px);
}
.case #demo li:nth-of-type(3) img {
	transform: translate(-299px);
}
.case #demo li:nth-of-type(4) img {
	transform: translate(-299px);
}
.case #demo li:nth-of-type(5) img {
	transform: translate(-299px);
}
.case #demo {
	width: 1100px;
	height: 383px;
}
.case #demo img {
	width: 459px;
	height: 383px;
	max-width: 820px;
}
.case #demo li {
	float: left;
	position: relative;
	width: 159px;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0.5;
	transform-origin: bottom;
	border-right: 1px solid #fff;
}
.case #demo li img {
	transition: 1.2s;
}
.case #demo li a {
	display: block;
}
.case #demo li div.text {
	display: none;
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0a5ed8 url(../images/goods_n_ico2.png) no-repeat 445px 18px;
	line-height: 50px;
	height: 50px;
	text-indent: 2em;
	font-size: 16px;
	color: #FFf;
}
.case #demo li.active {
	cursor: pointer;
	opacity: 1;
	z-index: 3;
	width: 459px;
}
.case #demo li.active img {
	transform: translate(0px);
}
.case #demo li.active div {
	display: block;
}
.case #demo li:nth-of-type(1) {
	transform-origin: bottom left;
}
.case #demo li:nth-of-type(5) {
	transform-origin: bottom right;
}
.case .h-more {
	margin-top: 40px;
	text-align: center;
}
.case .h-more a {
	border: 1px solid #0a5ed8;
	font-size: 16px;
	color: #0a5ed8;
	width: 163px;
	height: 43px;
	line-height: 43px;
	text-align: center;
}
.case .h-more a::before {
	background: #0a5ed8;
	color: #FFFFff !important;
}
.case .h-more a:hover {
	color: #0a5ed8;
}
/*优势*/
.maincon {
	width: 1100px;
	margin: 0 auto;
}
.yscon {
	background: url(../images/ys_bg.jpg) no-repeat center;
	height: 1296px;
	width: 100%;
}
.yscon ul {
	padding: 285px 0 0 130px;
}
.yscon ul li {
	float: left;
	display: inline;
	line-height: 22px;
	width: 460px;
}
.yscon h3 {
	font-size: 24px;
	color: #0a5ed8;
}
.yscon h4 {
	font-size: 16px;
	line-height: 34px;
	color: #282828;
	font-weight: 500;
	padding: 10px 0 20px;
}
.yscon ul li p {
	background: url(../images/ys_icon.png) no-repeat 0 20px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 16px;
	color: #4d4d4d;
	padding-top: 10px;
}
/*news*/

.xinwen {
	padding-bottom: 20px;
}
.xinwen .maincon h3 {
	font-size: 20px;
	line-height: 50px;
	color: #222;
	font-weight: 500;
}
.xinwen h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.xinwen h3 a {
	float: right;
	font-size: 12px;
	color: #bababa;
}
.jhgszw, .jhfaq {
	width: 730px;
}
.jhfaq {
	width: 340px;
}
.jhgsxwcon {
	border: 1px solid #ccc;
	padding: 20px;
	height: 340px;
}
.jhgsxw_l {
	width: 315px;
	color: #777474;
	line-height: 24px;
}
.jhgsxw_l img {
	width: 313px;
	height: 225px;
	border: 1px solid #f1f1f1;
}
.jhgsxw_l h4 {
	color: #565656;
	font-size: 14px;
	line-height: 50px;
}
.jhgsxw_r {
	width: 309px;
	padding: 10px 25px 0 30px;
}
.jhgsxw_r li {
	background: url(../images/news_icon2.jpg) no-repeat 0 center;
	padding-left: 20px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px dashed #dedede;
}
.jhgsxw_r li a {
	color: #222;
}
/*faq*/

.faq_inner {
	padding: 10px 24px;
}
.faq_inner .txt {
	background: url(../images/faq_icon.jpg) no-repeat left 15px;
	padding-left: 40px;
	padding-bottom: 10px;
	border-bottom:1px dashed #d5d5d5;
	padding-top:15px;
}
.faq_inner h4 {
	line-height: 20px;
	padding-bottom: 10px;
}
#marquee6 {
	width: 390px;
	height: 377px;
	border: 1px solid #ccc;
	border-top: 2px solid #0a5ed8;
	overflow: hidden;
}
.faq_sq {
	padding-top: 32px;
}
.faq_sq .search_form1 {
	width: 173px;
	padding: 0 0 0 27px;
	float: right;
	display: inline;
	height: 28px;
	background: url(../images/search1.jpg) no-repeat
}
.faq_sq .search_form1 input {
	width: 122px;
	height: 28px;
	line-height: 28px;
	color: #333;
	background: none
}
.faq_sq .search_form1 .submit {
	width: 51px;
	float: right;
	height: 28px;
	background: none;
}
/*合作流程*/
.processcon {
	width: 1100px;
	margin: auto;
}
.process {
	height: 465px;
	overflow: hidden;
	background: url(../images/bg3.jpg) no-repeat center #f1f1f1;
}
.process .processcon {
	padding-top: 226px;
}
.process ul {
}
.process ul li {
	float: left;
	width: 137px;
	height: 144px;
}
.process ul li div {
	padding: 20px 0 10px 30px;
}
.process ul li span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ff6c00;
	text-align: center;
}
/*小广告*/
.pic1 {
	background: url(../images/pic1.jpg) no-repeat center top;
	width: 100%;
	height: 168px;
	margin-top: 20px;
}
/*合作客户*/
.jhhzkh {
	height: 212px;
	background: url(../images/hzbg.jpg) no-repeat center top;
	overflow: hidden;
	margin-top: 20px;
}
.jhhz {
	width: 1100px;
	margin: 0 auto;
	height: 212px;
	overflow: hidden;
}
.jhhz h2 {
	text-align: center;
	font-size: 18px;
	font-family: "微软雅黑";
	height: 56px;
	line-height: 56px;
	color: #0a5ed8;
}
.jhhz_c {
	padding: 12px 0 0 16px;
	height: 123px;
	overflow: hidden;
}
.jhhz_c ul {
	margin-left: 14px;
	margin-right: 10px;
}
.jhhz_c ul li {
	float: left;
	margin-right: 13px;
	display: inline;
	overflow: hidden;
	width: 156px;
	background: url(../images/hzs.jpg) no-repeat center 72px;
}
.jhhz_c ul li img {
	width: 154px;
	height: 70px;
	border: 1px solid #000;
}
.jhhz_c ul li span {
	text-align: center;
	display: block;
	height: 30px;
	line-height: 30px;
}
.h01 {
	padding-top: 22px;
}
/*rollup.css*/

#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 72px;
	width: 26px
}
#roll_top {
	background: url(../images/top.gif) no-repeat
}
#fall {
	background: url(../images/top.gif) no-repeat 0 -80px
}
#ct {
	background: url(../images/top.gif) no-repeat 0 -40px
}
#roll {
	display: block;
	width: 15px;
	margin-right: -500px;
	position: fixed;
	right: 45%;
	top: 50%;
	_margin-right: -505px;
	_position: absolute;
	_margin-top: 300px;
_top:expression(eval(document.documentElement.scrollTop))
}
.ImTable * {
	padding: 0px;
	margin: 0px
}
.ImTable {
	border-collapse: collapse;
	border: none;
	background: url(../images/bg.gif)
}
.ImTable h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px
}
.ImHeader {
	height: 165px;
	background: url(../images/im_01.gif)
}
.ImRow0 {
	background: url(../images/ico_item1.gif) no-repeat;
	margin: 10px 10px 0;
	height: 24px;
	padding-left: 5px;
	padding-top: 4px;
}
.ImRow1 {
	background: url(../images/ico_item1.gif) no-repeat;
	margin: 10px 10px 0;
	height: 24px;
	padding-left: 5px;
	padding-top: 4px;
}
a.im, a:hover.im {
	text-decoration: none;
	height: 35px;
	color: #333;
	font-size: 12px;
}
.ImFooter {
	height: 90px;
	background: url(../images/im_04.gif) no-repeat;
	display: inline-block;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}
.ImFooter h5 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 15px 0 0;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
}
.ImFooter p {
	font-size: 20px;
	font-weight: bold;
	color: #ff993b;
	text-align: center;
	margin: 10px 0;
}
/*内页*/
.blank20 {
	height: 20px;
	line-height: 20px;/* _margin:-3px 0;*/
	clear: both;
	visibility: hidden;
}
.main {
	width: 1100px;
	margin: 0 auto
}
.edit_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	font: 14px/30px "microsoft yahei";
	color: #626262;
	padding: 15px 0
}
.edit_con p {
	font: 14px/30px "microsoft yahei";
	color: #626262;
}
.edit_con div {
	font-size: 14px;
}
/*产品分类*/
.jhclassify {
	width: 224px;
	margin-top: 32px;
	overflow: hidden;
}
.jh_top {
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
}
.jhclassify_top {
	width:224px;
	height:74px;
	line-height: 74px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/jh_left.jpg) no-repeat center top;
}
.jhclassify_top a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold
}
.jhclassify_top i {
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.jhclassify_con {
	padding: 10px 10px 20px 10px;
	border: 1px solid #ddd;
	border-top: 0
}
.jhclassify_con li {
	border-bottom: 1px dashed #d9d9d9;
	background: url(../images/dian.jpg) no-repeat 15px center;
	text-indent: 18px;
	line-height: 35px;
}
.jhclassify_con li a {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding-left:15px;
}
.jhclassify_con h2 {
	width: 203px;
	height: 28px;
	margin: 9px auto 0;
	overflow: hidden;
	background: url(../images/fen_bg1.gif) repeat-x center top;
	font: 14px "Microsoft Yahei";
	line-height: 28px;
}
.jhclassify_con h2 a {
	display: inline-block;
	background: url(../images/fen_jt1.png) no-repeat 7px 8px;
	height: 28px;
	padding-left: 35px;
	color: #fff;
}
.jhclassify_con ul {
	padding: 0 0 10px 10px;
}
.jhclassify_con ul li {
	font: 14px "Microsoft Yahei";
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	width: 203px;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
}
.jhclassify_con ul .nobor {
	border: none;
}
.jhclassify_con ul li a {
	display: block;
	height: 39px;
	background: url(../images/fen_jt3.gif) no-repeat 9px 17px;
	padding-left: 35px;
}
/**/
.jhcptj_tit {
	background: #0a5ed8;
	border-top: #ddd 3px solid;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	font-weight: bold
}
.jiahe_cptj {
	margin: 20px 0
}
.jiahe_cptj ul {
	border: #e3e3e3 1px solid;
	padding: 10px 10px;
}
.jiahe_cptj ul li {
	width: 200px;
	text-align: center;
}
.jiahe_cptj ul li p {
	font-size: 12px;
	line-height: 45px
}
.jiahe_cptj ul li i {
	display: block;
	width: 200px;
	height: 150px;
	border: #cdcdcd 1px solid;
	text-align: center
}
.jiahe_cptj ul li i img {
	width: 200px;
	height: 150px;
}
.jiahe_cptj ul li:hover i {
	border: #fc8012 1px solid;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
/**/

.aboutconits {
	height: 40px;
	line-height: 40px;
	padding-top: 0;
	background: url(../images/sy_zx_h.gif) no-repeat center top;
}
.aboutconits a {
	padding-top: 0
}
.leib .nr {
	padding: 12px 5px 10px 5px;
	border-bottom: 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.leib .nr h5 {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #048efa
}
.leib .nr p {
	line-height: 22px;
}
.leib .nr h4 a {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-bottom: 5px;
}
.leib .nr .cur a {
	display: block;
	color: #FF7C00;
	font-weight: bold;
}
.leib .nr ul {
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.leib .nr li a {
	color: rgb(245,100,0);
	display: block;
	padding-left: 30px;
	background: url(../images/ico02.gif) no-repeat 20px 10px;
	line-height: 24px;
	height: 24px;
	overflow: hidden
}
.leib .nr h4 {
	padding-bottom: 2px;
	background: url("../images/zx_h2bg.gif") no-repeat scroll 0 0 transparent;
	height: 30px;
	line-height: 30px;
}
.leib .nr li {
	border-bottom: 1px dashed rgb(245,100,0);
	height: 30px;
	line-height: 30px;
}
/*面包屑*/
.rtop {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 1em
}
.rtop h5 {
	float: left;
	padding-left: 10px;
	border-left: 3px solid #fc8117;
	font-size: 18px;
	line-height: 30px;
	color: #0a5ed8;
	font-weight: bold
}
.rtop span {
	float: right;
}
.rtop span em {
	color: #999;
}
.rtop span a {
	color: #999;
}
/*产品*/
.procons {
	width: 860px;
	margin-top: 25px;
}
.in_pro_c li {
	width: 269px;
	height: 340px;
	background: #fff;
	overflow: hidden;
	float: left;
	margin: 0 15px 20px 0;
	box-shadow: 0 5px 5px #dedede;
}
.in_pro_c li p, .in_pro_c li p img {
	width: 269px;
	height: 230px;
	display: block;
	overflow: hidden;
}
.in_pro_c li span {
	display: block;
	padding: 11px 10px 0;
	height: 80px;
	overflow: hidden;
	line-height: 30px;
}
.in_pro_c li span em {
	display: block;
	width: 160px;
	overflow: hidden;
	float: left;
	line-height: 40px;
}
.in_pro_c li span b {
	display: block;
	line-height: 34px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.in_pro_c li span i {
	float: right;
	display: inline-block;
	width: 85px;
	margin: 7px 0 0;
}
.in_pro_c li span i a {
	display: inline-block;
	padding: 0 20px;
	height: 26px;
	line-height: 23px;
	border: solid 1px #c6c6c6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #666;
	white-space: nowrap;
	width: 85px;
}
.in_pro_c li span i a:hover, {
border-color:#008ce4!important;
background:#008ce4!important;
color:#FFF
}
.more01 {
	display: block;
	margin: 0 auto;
	width: 85px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #c6c6c6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
}
.more01 a {
	display: inlin-block;
	color: #666;
	white-space: nowrap;
}
.in_pro_c li span i a {
	display: block;
	text-align: center;
	padding: 0;
	height: 26px;
}
.rc_right ul .nobor {
	margin: 0 0px 20px 0;
}
.in_pro_c{ margin:10px;}
/*产品内页*/
.rc_right {
	width: 860px;
	float: right;
	display: inline;
	margin-left: 5px;
	overflow: hidden;
	margin-top:32px;
}
.rc_plc {
	background: url(../images/cp_top.gif) repeat-x;
	height: 34px;
	line-height: 34px;
	border: solid 1px #c1c1c1;
}
.rc_plc span {
	float: right;
	margin-right: 1em;
	padding: 0 10px
}
.rc_plc h3 {
	font-size: 14px;
	color: #0a5ed8;
	font-weight: bold;
	padding: 0 10px;
	float: left
}
.pro_main {
	background-color: #fff;
	border: solid 1px #ccc;
	border-top: none;
	zoom: 1;
	overflow: hidden;
	font-size: 14px;
}
.detail_h {
	height: 365px;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
}
.de {
	width: 411px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #ebebeb;
	overflow: hidden;
	height: 507px;
	position: relative;
}
.de .photo_scroll {
	width: 270px;
	height: 433px;
	overflow: hidden;
	margin: 36px auto 0;
	text-align: center
}
.photo_scroll li {
	text-align: -webkit-center
}
.de li img {
	border: 1px solid #e3e3e3;
	display: block;
	width: 270px;
}
.de .h01 {
	width: 33px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top: 55px;
}
.de .h02 {
	width: 33px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top: 100px;
	right: 10px;
}
.detail_h p {
	width: 372px;
	padding-top: 12px;
	float: right;
	overflow: hidden;
	padding-right: 40px;
}
.detail_h p em {
	display: block;
	font: 26px "Microsoft Yahei";
	font-weight: bold;
	color: #000;
	height: 40px;
	border-bottom: 2px solid #086fc0;
}
.detail_h p span {
	display: block;
	font: 14px "Microsoft Yahei";
	line-height: 30px;
	color: #000;
}
.detail_h h5 {
	width: 330px;
	height: 75px;
	overflow: hidden;
	position: absolute;
	top: 310px;
	left: 407px;
	font: 14px "Microsoft Yahei";
	line-height: 75px;
	color: #7f7f7f;
	padding-left: 160px;
}
.detail_h h5 em {
	font: 22px Arial, Helvetica, sans-serif;
	color: #000;
}
.detail_h h5 i {
	display: block;
	width: 149px;
	height: 51px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.canshu {
	background: #fff url(Img/prodetail/line.gif) no-repeat center bottom;
	padding: 35px 0;
	margin-top: 20px;
}
.cans {
	width: 945px;
	margin: 0 auto;
	height: 385px;
}
.tit5 {
	background: url(Img/prodetail/cansu_line.gif) no-repeat center bottom;
	height: 43px;
	font: 22px "Microsoft Yahei";
	color: #fff;
	padding-left: 30px;
	line-height: 43px;
	overflow: hidden;
	margin-bottom: 23px;
}
.cans dl {
	border: 1px solid #dedede;
	border-bottom: 0px solid #dedede;
	border-left: 0;
}
.cans dd {
	font: 16px "Microsoft Yahei";
	border-bottom: 1px solid #dedede;
	height: 45px;
	line-height: 45px;
	color: #7f7f7f;
}
.cans dd span {
	display: inline-block;
	width: 120px;
	height: 45px;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding-left: 34px;
	float: left;
}
.cans dd em {
	display: inline-block;
	width: 286px;
	height: 45px;
	border-top: 0px solid #dedede;
	border-left: 0px solid #dedede;
	padding-left: 30px;
	float: left;
}
.fenlei {
	background: url(../images/fenlei_line.gif) repeat-x top;
	position: relative;
	padding-top: 10px;
	clear: both;
	width: 820px;
	margin: 3em auto 1em;
}
.fenlei .tits {
	padding-bottom: 4px;
	_padding-bottom: 2px;
	position: absolute;
	top: -25px;
}
.fenlei .tits a {
	display: inline-block;
	background: url(../images/pro_fenlei_a.gif) no-repeat left top;
	padding-left: 4px;
	height: 25px;
	overflow: hidden;
	margin-left: 1px;
	cursor: pointer;
	float: left;
	color: #000;
}
.fenlei .tits a span {
	background: url(../images/pro_fenlei_span.gif) no-repeat right top;
	height: 25px;
	float: left;
	padding: 7px 20px 0 15px;
}
.fenlei .tits a:hover, .fenlei .tits .cur {
	color: #fff;
	text-decoration: none;
	background-position: left -25px;
	margin-top: 1px;
}
.fenlei .tits a:hover span, .fenlei .tits .cur span {
	background-position: right -25px;
	padding-top: 6px;
}
.fenlei .tits a.first {
	color: #C10005;
}
.fenlei .tits a.first:hover {
	color: #fff;
}
.fenlei table {
	border: solid 1px #ddd;
	border-right: 0;
	border-left: 0;
	background: #F6F6F6;
	width: 100%;
	color: #666;
}
.fenlei table td {
	padding-left: 15px;
	line-height: 25px;
}
.fenlei table .top_td td {
	padding-top: 5px;
}
.fenlei table .bot_td td {
	padding-bottom: 5px;
}
.proinfo {
	line-height: 25px;
	margin-left: 10px;
    margin-right:10px;
	line-height: 30px;
}
.proinfo p {
	white-space: normal;
	word-spacing: 10px;
}
.gduo {
	height: 30px;
	line-height: 30px;
	background: #f7f7f7;
	overflow: hidden;
	margin: 15px 0px;
	padding: 0 10px;
}
.gduo span {
	float: right;
	width: 320px;
	overflow: hidden;
	height: 30px;
	display: block;
}
.gduo a {
	font-weight: bold;
}
.ks5 {
	border: 1px solid #ccc;
	width: 450px;
	height: 80px;
	margin-top: 10px;
}
/*案例*/
.pro_main {
	background-color: #fff;
	border: solid 1px #ccc;
	border-top: none;
	zoom: 1;
	overflow: hidden;
	font-size: 14px;
}
dl.p_list_dl {
	width: 272px;
	overflow: hidden;
	float: left;
	padding: 10px 7px;
}
dl.p_list_dl dt {
	width: 272px;
	line-height: 0;
	font-size: 0;
}
dl.p_list_dl dt img {
	width: 268px;
	height: 170px;
	padding: 1px;
	border: 1px solid #D6D6D6;
}
dl.p_list_dl dd {
	background: #f1f1f1;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
dl.p_list_dl dd a {
	color: #424344
}
/*新闻*/
.right_mains {
	border: solid 1px #d5d5d5;
	border-top: 0px;
	padding-bottom: 15px;
	overflow: hidden;
}
.news_con {
	width: 830px;
	margin: 0 auto;
	padding-top: 15px;
}
dl.news_dl {
	font-size: 14px;
	color: #666;
	padding: 0 5px;
	line-height: 22px;
	border-bottom: 1px dashed #CCCCCC;
}
dl.news_dl a {
	color: #000;
}
dl.news_dl dt {
	margin-bottom: 3px;
	margin-top: 5px;
	line-height: 24px;
	background: url(../images/ico10.gif) no-repeat 0 11px;
	height: 24px;
	overflow: hidden;
}
dl.news_dl .dt_2 {
	font-size: 12px;
	float: right;
	padding: 0 10px 0 8px;
	font-family: "宋体";
}
dl.news_dl dt {
}
dl.news_dl .dt_1 {
	height: 20px;
	padding-left: 10px;
	font-size: 14px;
	color: #0a5ed8;
	font-weight: bold;
}
dl.news_dl .dt_1:hover {
	background: url(../images/ico7.gif) no-repeat 0 9px;
	color: #0a5ed8;
}
/*推荐产品*/
.cp_top h2 {
	padding-left: 1.8em;
}
.cp_top h2 a {
	font-size: 18px;
	color: #048efa;
}
.cp_top h2 span {
	font-weight: normal;
	font-family: Arial;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 12px;
	padding-left: 5px;
}
.rc_cp {
	width: 830px;
	margin: 5px 0 0 0px;
}
.sdp {
	padding: 0 15px;
}
.rc_cp_con {
}
.rc_cp_con li {
	width: 240px;
	float: left;
	background: #eeeeee;
	border: 1px solid #c6c5c5 !important;
	padding: 10px;
	margin: 10px;
}
.rc_cp_con .nobor {
	margin: 10px 0;
}
.rc_cp_con li img {
	width: 100%;
	height: 316px;
}
.rc_cp_con li span {
	display: block;
	background: #048efa;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
.rc_cp_con li span a {
	color: #fff;
}
.mt03 {
	margin-bottom: 2em
}
.rc_bt3 {
	background: #1882df;
	border-top: #fc8012 3px solid;
	line-height: 42px;
	font-size: 16px;
	color: #FFF;
	padding-left: 20px;
}
.rc_cptj {
	margin: 20px 0
}
.rc_cptj ul {
	border: #e3e3e3 1px solid;
	padding: 10px 10px;
}
.rc_cptj ul li {
	width: 200px;
	text-align: center;
}
.rc_cptj ul li p {
	font-size: 12px;
	line-height: 45px
}
.rc_cptj ul li i {
	display: block;
	width: 200px;
	height: 150px;
	border: #cdcdcd 1px solid;
	text-align: center
}
.rc_cptj ul li i img {
	width: 200px;
	height: 150px;
}
.rc_cptj ul li:hover i {
	border: #fc8012 1px solid;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
.apage {
	display: table;
	margin: 0 auto;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 1em;
}
.apage li {
	float: left;
	background-color: #7f7f7f;
	padding: 5px 12px;
	line-height: 19px;
	font-size: 12px;
	margin-right: 3px;
	color: #fff;
}
.thisclass {
	background-color: #f1f1f1!important;
}
.thisclass a {
	color: #048efa !important
}
.apage a {
	font-size: 12px;
	color: #fff;
}
/*分页*/
.thisclass {
	background-color: #f2f2f2!important;
	color: #0a5ed8 !important
}
.fenye {
	display: table;
	margin: 0 auto;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 1em
}
.fenye li {
	float: left;
	background-color: #7e7c7c;
	padding: 5px 12px;
	line-height: 19px;
	font-size: 12px;
	margin-right: 3px;
	color: #fff
}
.fenye li a {
	font-size: 12px;
	color: #fff
}
.fenye li a:hover {
	color: #fff
}
/*内容页*/
.case_details {
	padding: 15px 0 35px;
}
.edit_top h3 {
	font-weight: normal;
	text-align: center;
	font-size: 24px;
	color: #0a5ed8;
	font-weight: bold;
	padding: 20px 45px 30px 45px;
}
.edit_top {
}
.edit_top p {
	height: 70px;
	border-top: 1px dotted #9e9e9e;
	border-bottom: 1px dotted #9e9e9e;
	font-size: 14px;
	color: #8d8d8d;
}
.edit_top p a {
	color: #8d8d8d;
	margin: 0 10px;
}
.edit_top .share {
	padding-left: 20px;
	background: url(../images/share.png) no-repeat 0 center;
}
.edit_top .book {
	padding-left: 20px;
	background: url(../images/bookmark.png) no-repeat 0 center;
}
.edit_top p em {
	float: left;
	line-height: 70px;
}
.edit_top p span {
	padding-right: 15px;
}
.edit_top p i {
	float: right;
	display: block;
	padding-top: 20px;
}
.edit_con {
	padding: 45px 0;
	font-size: 14px;
	line-height: 24px;
}
.edit_con p {
	padding-bottom: 18px;
	text-indent: 2em;
}
.edit_con p img {
	margin-left: -2em;
}
.edit_con a {
	color: #3b0600;
}
.edit_bottom {
	background: #fff;
	font-size: 14px;
	line-height: 30px;
}
.edit_bottom .target {
	padding-bottom: 10px;
	color: #505050;
	line-height: 40px;
}
.edit_bottom .target a {
	color: #666;
	padding: 0 4px;
}
.edit_bottom .target em {
	float: left;
	width: 480px;
	height: 40px;
	overflow: hidden;
	margin-top: 18px;
}
.edit_bottom .target em a {
	display: inline-block;
}
.edit_bottom .target em a:hover {
	color: #07923b;
}
.edit_bottom .target p {
	float: right;
	text-align: right;
	line-height: 66px;
}
.edit_bottom .target p span {
	display: block;
}
.prevnext {
	color: #3B0600;
	padding: 15px 0 25px;
	border-top: 1px dashed #cacaca;
}
.prevnext span {
	width: 500px;
	height: 30px;
	overflow: hidden;
	text-align: center
}
.prevnext a {
	color: #666;
}
/*招商加盟*/
.comp2 {
	margin-top: 48px;
	padding-left: 18px;
	padding-right: 30px;
}
.comp2 h3 {
	font: 30px "Microsoft Yahei";
	line-height: 48px;
	height: 48px;
	color: #fff;
	background: url(../images/dsj_h.gif) no-repeat left top;
	overflow: hidden;
	padding: 0 0 0 15px;
}
.comp2 h3 a {
	color: #fff;
}
.comp2 .dl01 {
	background: url(../images/dsj_line.gif) repeat-y 13px top;
}
.comp2 dl {
	background: url(../images/dot.gif) no-repeat left 80%;
	padding-left: 75px;
	padding-top: 25px;
}
.comp2 dt {
	font: 20px "Microsoft Yahei";
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
}
.comp2 dt a {
	color: #333;
}
.comp2 dt span {
	color: #ff9012;
}
.comp2 dd {
	font: 14px "Microsoft Yahei";
	line-height: 30px;
}
<!--
-->
.comp3 {
	margin-top: 48px;
	padding-left: 18px;
	padding-right: 30px;
}
.comp3 h3 {
	font: 30px "Microsoft Yahei";
	line-height: 48px;
	height: 48px;
	color: #fff;
	background: url(../images/dsj_h.gif) no-repeat left top;
	overflow: hidden;
	padding: 0 0 0 15px;
}
.comp3 h3 a {
	color: #fff;
}
.comp3 .dl01 {
	background: url(../images/dsj_line.gif) repeat-y 13px top;
}
.comp3 dl {
	background: url(../images/dot.gif) no-repeat left 80%;
	padding-left: 75px;
	padding-top: 25px;
}
.comp3 dt {
	font: 20px "Microsoft Yahei";
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
}
.comp3 dt a {
	color: #333;
}
.comp3 dt span {
	color: #ff9012;
}
.comp3 dd {
	font: 14px "Microsoft Yahei";
	line-height: 30px;
}
<!--
-->
.comp4 {
	margin-top: 48px;
	padding-left: 18px;
	padding-right: 30px;
}
.comp4 h3 {
	font: 30px "Microsoft Yahei";
	line-height: 48px;
	height: 48px;
	color: #fff;
	background: url(../images/dsj_h.gif) no-repeat left top;
	overflow: hidden;
	padding: 0 0 0 15px;
}
.comp4 h3 a {
	color: #fff;
}
.comp4 .dl01 {
	background: url(../images/dsj_line.gif) repeat-y 13px top;
}
.comp4 dl {
	background: url(../images/dot.gif) no-repeat left 80%;
	padding-left: 75px;
	padding-top: 25px;
}
.comp4 dt {
	font: 20px "Microsoft Yahei";
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
}
.comp4 dt a {
	color: #333;
}
.comp4 dt span {
	color: #ff9012;
}
.comp4 dd {
	font: 14px "Microsoft Yahei";
	line-height: 30px;
}
/**/
.cc_kf {
	margin-bottom: 35px;
	height: 158px;
	overflow: hidden;
}
.cc_kf dl dt {
	font-size: 0;
	float: right;
	width: 158px;
}
.cc_kf dl dd {
	float: left;
	width: 942px;
	padding: 35px 0 0;
	border-bottom: 1px dotted #9f9f9f;
	border-top: 1px dotted #9f9f9f;
	height: 120px;
	background: url(../images/ico21.gif) no-repeat 34px 23px;
}
.cc_kf dl dd p {
	font-size: 14px;
	color: #666;
	line-height: 27px;
	text-indent: 2em;
	padding-right: 53px;
}
/**/
.aboutconact-wrapper dl {
	padding: 24px 0 20px 0;
	border-bottom: 1px dashed #9f9f9f;
	overflow: hidden;
	zoom: 1;
}
.aboutconact-wrapper .dl-last {
	border: none;
}
.aboutconact-wrapper dt {
	float: left;
	width: 75px;
}
.aboutconact-wrapper dt img {
	width: 75px;
}
.aboutconact-wrapper dd {
	float: right;
	width: 990px;
}
.aboutconact-wrapper dd h4 {
	font-size: 24px;
	font-weight: normal;
	color: #333333
}
.aboutconact-wrapper dd p {
	padding: 13px 0 0 0;
	line-height: 32px;
	font-size: 14px;
}
.aboutconact-wrapper dd p span {
	display: block;
}
/**/
.liapage {
	position: absolute;
	top: 200px;
	width: 1088px;
}
.liapage .pre_l {
	color: rgba(0,0,0,0);
	float: left;
	font-size: 0;
}
.liapage .pre_l a {
	display: block;
	color: rgba(0,0,0,0);
	height: 60px;
	width: 60px;
	background-image: url(../images/prevnext.gif);
	background-color: #0a5ed8;
	background-position: -10px;
}
.liapage .pre_r {
	color: rgba(0,0,0,0);
	float: right;
	font-size: 0;
}
.liapage .pre_r a {
	display: block;
	color: rgba(0,0,0,0);
	height: 60px;
	width: 60px;
	background-image: url(../images/prevnext.gif);
	background-color: #0a5ed8;
	background-position: -90px;
}
/*关于我们*/
.sy_right {
	width: 860px;
	float: right;
	display: inline;
	margin-left: 5px;
	overflow: hidden;
	margin-top: 2.4em
}
.agent_con {
	width: 820px;
	padding-top: 10px;
	line-height: 24px;
	margin-left: 19px;
	font-size: 14px;
}
/*.agent_con img {
	max-width: 100%
}*/
.age_con_key {
	margin: 0 auto;
}
.age_con_key .age_con_key1 {
}
.age_con_key .age_con_key1 span {
	margin: 0;
	font-weight: bold;
}
.age_con_key .age_con_key2 {
	float: right;
}
.rt_bot_line {
	background: #0a5ed8;
	height: 2px;
	font-size: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
/*新闻详情页*/
.left2_main {
	width: 860px;
	margin: 3em 0;
	border: solid 1px #d5d5d5;
	border-top: 0;
	padding-bottom: 15px;
	overflow: hidden;
}
.n_info_con {
	padding: 10px 15px 0 10px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
}
.n_info_con h1 {
	border-bottom: 1px dashed #CCCCCC;
	color: #0a5ed8;
	font-size: 22px;
	line-height: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold
}
.n_info_con2 {
	width: 650px;
	margin: 0 auto;
}
.n_info_con h3 {
	text-align: center;
	color: #000;
	font-family: "宋体";
	margin-bottom: 10px;
	font-size: 24px;
	border-bottom: 1px dashed #CCCCCC;
} /*资讯详细页面，内容标题*/
.info_con_tit {
	font-family: "宋体";
	line-height: 24px;
	margin-bottom: 15px;
}
.info_con_tit span {
	margin-right: 20px;
}
.info_con_tit .n_tit {
	text-align: center;
	color: #BCBBBB;
}
.info_con_tit .n_tit a {
	color: #BCBBBB;
}
.info_con_tit .n_tit2 {
	height: 24px;
}
.n_info_con .tit2_span {
	float: right;
	margin: 0;
	_margin-top: 5px;
}
.n_info_con p {
	line-height: 22px;
	padding: 0 10px;
	word-spacing: 10px;
}
.n_info_con p a {
	color: #0a5ed8;
}
.n_info_con .apage {
	text-align: center;
	margin-bottom: 10px;
} /*资讯详细页面，翻页区块*/
.info_input {
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}
.info_key {
	border-bottom: solid 1px #ccc;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 10px auto;
	width: 818px;
	overflow: hidden;
}
.info_key span {
	font-size: 14px;
	font-weight: bold;
}
.info_key a {
	margin-right: 10px;
}
/*客服*/
.keifu {
	position: fixed;
	top: 10%;
	right: 0;
	width: 131px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 990;
}
.keifu_tab {
	width: 160px;
}
.icon_keifu {
	width: 26px;
	height: 100px;
	float: left;
	background: url(../images/keifu.png) 0 0;
	position: relative;
	display: none;
	cursor: pointer;
}
.keifu_box {
	float: left;
	width: 131px;
}
.keifu_tab img {
	display: block;
}
.keifu_head {
	width: 131px;
	height: 41px;
	background: url(../images/keifu.png);
	background-position: 0 -103px;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.keifu_close:link, .keifu_close:visited {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/keifu.png) -42px 0;
	position: absolute;
	top: 5px;
	right: 5px;
}
.keifu_close:hover {
	background-position: -60px 0;
}
.keifu_con {
	border-left: 7px solid #0a5ed8;
	border-right: 7px solid #0a5ed8;
	padding-top: 15px;
	background: #fbfbfb;
}
.keifu_con li {
	height: 33px;
	padding-left: 12px;
}
.keifu_con li a {
	display: block
}
.keifu_con .weixin {
	height: 96px;
}
.keifu_con .bt {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 0 0 0 20px;
	color: #012646;
}
.keifu_bot {
	width: 131px;
	height: 119px;
	background: url(../images/keifu.png);
	background-position: 0 -149px;
}
/*企业文化*/
.aboHisBox .aboHis {
	background: url(../images/abo_photo09.jpg) no-repeat 15px 29px;
	margin: 0 auto;
	width: 800px;
	padding: 29px 0 0 300px;
	position: relative;
}
.aboHisBox .aboHis ul {
	height: 313px;
	overflow: hidden;
}
.aboHisBox .aboHis ul li {
	color: #313131;
	font-size: 14px;
	overflow: hidden;
	line-height: 33px;
	padding-bottom: 6px;
}
.aboHisBox .aboHis ul li span {
	background: #0a5ed8;
	color: #fff;
	display: block;
	text-align: center;
	width: 95px;
	float: left;
	margin-right: 1em;
	font-size: 18px;
	font-weight: 600;
}
.aboHisBox .aboHis ul li p {
	float: right;
	width: 685px;
}
/*底部新闻*/
.right1 {
    height: 49px;
    background: url(../images/pew_03.jpg) left center repeat-x;
    border-bottom: 1px #e7e7e7 solid;
    overflow: hidden;
}

.right1_1 {
    height: 49px;
line-height: 49px;
    color: #0a5ed8;
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding:0px 15px;
	background: url(../images/ss_06.png) right center no-repeat;
}
.right1_1 b
.right1_1 img {
    padding-left: 10px;
}
.right1_2 {
    float: right;
    padding: 15px;
}

.db_news {
	width: 820px;
	overflow: hidden;
	float: left;
	padding-top: 28px;
	margin-left:19px;
}
.dbxw {
	width: 395px;
	min-height: 355px;
	overflow: hidden;
	float: left
}
.dbgsxw ul {
	border-top: 1px #cfcfcf dashed;
	margin-top: 10px;
	margin-bottom: 8px
}
.dbgsxw ul li {
	height: 33px;
	line-height: 33px;
	border-bottom: 1px #cfcfcf dashed;
	background: url(../images/dbxw.png) no-repeat 0px 13px; padding-left:10px;
	margin:0px !important;
}
.dbgsxw ul li span {
	float: right;
	color: #515151;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.dbgsxw ul li img {
	padding-right: 10px
}
.dbgsxw ul li a {
	color: #515151;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.dbgsxw ul li a:hover {
	color: #000;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.dbwd {
	width: 395px;
	min-height: 355px;
	float: left;
	margin-left: 30px
}
.wtcon {
	width: 365px;
	padding: 0 10px;
	margin-bottom: 20px
}
.wtcon dl {
	height: 82px;
	border-bottom: 1px #ececec solid;
	overflow: hidden;
	padding-top: 10px
}
.wtcon dd {
	padding-top: 5px
}
.wtcon dd{
	padding-left: 10px;
	line-height: 20px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #515151;
	width: 345px;
	float: left
}
.wtcon dd img {
	float: left
}
.wt{
    min-height: 300px;
    border: 1px #ececec solid;
	width: 373px;
	padding: 10px

}
.wtcon {
    min-height: 300px;
    border: 1px #ececec solid;
	width: 373px;
	padding: 0px 10px

}
.wt dl {
	padding-top: 10px
}
.wt dl dt {
	float: left;
}
.wt dl dt img{width:140px; height:85px;}
.wt dl dd{
	float: left;
	padding-left: 20px;
	width: 213px;
	overflow: hidden
}
.wtcon dt a {
    padding-left: 30px;
    color: rgb(16, 92, 174);
    font-family: 'Microsoft YaHei', 微软雅黑;
    font-weight: bold;
}
.wtcon dt{background: url(../images/wev_03.png) no-repeat 0px 2px; line-height:23px;
}
.wtcon dd{background: url(../images/da_03.png) no-repeat 0px 8px; line-height:23px; padding-left:30px; padding-top:5px;
}
.info_key {
    border-bottom: solid 1px #ccc;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px auto;
    overflow: hidden;
}
.info_key span {
    font-size: 14px;
    font-weight: bold;
}
.tbox{ width:820px; padding-top:15px; margin:0px auto;}
.tbox dt strong{ font-size:20px; line-height:60px; color:#0a5ed8;}
.tbox dd {
    font-size: 14px;
    color: #333;
    font-weight: bold;
	padding:10px 10px 10px 0px;
	display:inline-block;
	border-bottom: 1px dashed #CCCCCC;
	

}
.tbox dd a:hover{ color:#000;}
/*左边联系方式*/
.contit {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    background:#0a5ed8;
}
.leib .nr {
    padding: 12px 5px 10px 5px;
    border-bottom: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.leib .nr h5 {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #0a5ed8;
}
.leib .nr p {
    line-height: 26px;
}
.jhlx_top {
    line-height: 32px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
}
.jhlx_top a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
}