body {
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
}

body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
}

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;
}

li {
	list-style: none;
}

div {
	display: block;
}

a {
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: none;
}

html[xmlns] .clearfix {
	display: block;
}

img {
	border: none;
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fz {
	margin: 0 auto;
}

.clearfix {
	display: inline-block;
}

.header,
.content,
.footer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.h_head {
	height: 34px;
	background: url(Img/Common/h_head.gif) repeat-x center top;
	position: relative;
	z-index: 9;
}

.h_head .header {
	height: 180px;
}

.h_head .h_top {
	font-family: "宋体";
	color: #666;
	height: 35px;
	line-height: 34px;
	font-size: 12px;
}

.h_head .h_top a {
	padding: 0 4px;
	color: #666;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}

a:-webkit-any-link {
	color: -webkit-link;
	cursor: auto;
}

.h_head p {
	word-spacing: -1.5px;
	margin: 0;
}

p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/*头部广告*/

.top {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #ccc;
}

.top_a {
	width: 960px;
	height: 130px;
}

.logo {
	width: 478px;
}

.logo h2 {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}

.top_b {
	width: 250px;
}


/*菜单*/

.cai {
	width: 100%;
	height: 44px;
	/* background-image: -moz-linear-gradient( 90deg, rgb(8, 59, 151) 38%, rgb(40, 96, 209) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(8, 59, 151) 38%, rgb(40, 96, 209) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(8, 59, 151) 38%, rgb(40, 96, 209) 100%); */
	background: url(WebImg/nav_bg.png) left top repeat-x;
}


.cai_a {
	width: 970px;
}

.cai_a li {
	width: 120px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	float: left;
	border-right: dashed 0px rgba(255,192,0,0.5);
}

.cai_a li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-family: "微软雅黑";
}

.cai_a li a:hover,
.cai_a li a.cur {
	/* border-radius: 4px;
	background-image: -webkit-linear-gradient(90deg, rgb(238, 158, 1) 51%, rgb(254, 204, 71) 100%);
	background-image: -moz-linear-gradient(90deg, rgb(238, 158, 1) 51%, rgb(254, 204, 71) 100%);
	background-image: -o-linear-gradient(90deg, rgb(238, 158, 1) 51%, rgb(254, 204, 71) 100%);
	background-image: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.51, rgb(238, 158, 1)), to(rgb(254, 204, 71)));
	background-image: -ms-linear-gradient(90deg, rgb(238, 158, 1) 51%, rgb(254, 204, 71) 100%); */
	background: url(WebImg/nav_cur.png) left top no-repeat;
	background-size: 100% 100%; 
}
.matter_a2 ul li{
	float: left;
}
/*banner*/

.banner {
	height: 511px;
	position: relative;
	z-index: 0;
}

.banner a {
	display: block;
	height: 511px;
	background: url(Img/Index/banner.jpg) center top no-repeat;
}


/*flash切换*/

#flashs {
	position: relative;
	height: 557px;
	overflow: hidden;
}

#flashs .bgitem {
	position: absolute;
	top: 0;
	left: 0;
}

#flashs .btn {
	position: absolute;
	z-index: 7;
	bottom: 8px;
	right: 50%;
	margin-right: -480px;
	padding: 24px 6px;
}

#flashs .btn span {
	color: #fff;
	background: #eb5902;
	border: 1px solid #eb5902;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	padding: 2px 6px;
}

#flashs .btn span.cur {
	background: #eb5902;
	color: #fff;
}


/* 搜索框,热门标签 */

.Msearch {
	height: 41px;
	line-height: 41px;
	color: #666;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	border-bottom: 1px solid #ebebeb;
}

.Msearch a {
	color: #666;
	font-size: 12px;
	padding: 0 10px;
}

.Msearch p {
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.sea {
	height: 26px;
	padding-top: 9px;
	overflow: hidden;
}

.sea_txt {
	height: 22px;
	line-height: 22px;
	outline: none;
	border: 1px solid #ebebeb;
	width: 222px;
	padding: 0 10px;
	float: left;
	color: #666;
	font-size: 12px;
}

.sea_btn {
	float: left;
	width: 49px;
	height: 24px;
	outline: none;
	text-align: center;
	background-color: #196701;
	margin-left: 7px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	border: none;
	cursor: pointer;
	font-weight: normal;
	background: #ff5f00;
}

/*产品智能中心展示*/

.pro {
	margin-top: 40px;
	overflow: hidden;
	font-family: "Microsoft YaHei"
}

.mid {
	width: 1208px;
	margin: 0 auto;
}

.Sid {
	float: left;
	width: 220px;
	overflow: hidden;
}

.Sid h2 {
	height: 70px;
	background: url(WebImg/con_us_tit.png) no-repeat left top;
	text-align: center;
}

.Sid h2 a {
	display: block;
	overflow: hidden;
	text-align: center;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
}

.Sid .SidBx {
	display: block;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.SidBx ul {
	padding: 15px 15px 5px;
}

.SidBx li {
	margin-bottom: 12px;
	overflow: hidden;
	vertical-align: middle;
}

.pro-icon {
	background-image: url(WebImg/pro_parking.png);
	background-repeat: no-repeat;
	background-position: 10px left;
	padding-left: 30px !important;
}

.SidBx li a {
	display: block;
	overflow: hidden;
	height: 64px;
	border: 1px solid #e5e5e5;
	padding-left: 50px;
	line-height: 64px;
	font-size: 14px;
	color: #222;
}

.SidBx li a img {
	margin-top: 20px;
}

.SidBx li a.cur {
	color: #fff;
	background: #eb5902;
	border-color: #f26901;
}

.proshow {
	width: 960px;
	overflow: hidden;
	float: right;
}

.proshow h2 {
	height: 40px;
	border-bottom: 6px solid #1a1a1a;
	overflow: hidden;
	background: url(Img/Index/proTit.gif) no-repeat left top;
	margin-bottom: 20px;
}

.proshow h2 .pro-tit {
	font-family: "微软雅黑";
	color: #222;
	font-size: 14px;
	font-weight: bold;
}

.proshow h2 .pro-tit-cur {
	color: #095cc6;
}

.proshow h2 .pro-more {
	font-weight: normal;
	color: #666;
	font-size: 12px;
}

.proshow h2 .pro-pdis {
	font-weight: bold;
	color: #222;
	font-size: 16px;
}
.right_main { width:960px; padding-bottom:15px; overflow:hidden;}
.news_con { width:940px; margin:0 auto; padding-top:10px;}  /*资讯中心大框架*/
ul.news_ul { line-height:25px; font-size:13px; color:#666; padding:0 5px; margin-bottom:10px; }
		/*资讯中心列表页面的--dl*/
dl.news_dl{ padding-bottom:168px;}
dl.news_dl .time{ background:#095cc6; color:#fff; float:left; font-weight:bold; height:28px; line-height:28px; text-align:center; width:90px;}
dl.news_dl dt{ float:left; width:auto; width:200px; height:139px;}
dl.news_dl dt img{ width:200px; height:139px;}
dl.news_dl dd{ background:#ededed; color:#333; float:left; height:129px; line-height:24px; padding:10px 14px 0; width:500px;}
dl.news_dl dd p { margin: 0;}
dl.news_dl dd h5 { line-height: 40px;}
dl.news_dl dd h5 a{ color:#333; font-size:14px; font-weight:bold; line-height:26px;}








.ceBx {
	float: right;
	height: 940px;
	overflow: hidden;
}

.ceBx .ceCt {
	display: block;
	height: 264px;
	width: 960px;
}

.ceCt li {
	display: block;
	float: left;
	padding: 0 5px;
	width: 310px;
	margin-bottom: 15px;
}

.ceCt li a {
	display: block;
}

.ceCt li img {
	width: 310px;
	height: 214px;
	overflow: hidden;
	display: block;
}

.ceCt li span {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
}

.bt_pro {
	border: 1px solid #E5E5E5;
}

.ceCt li .p2 {
	text-align: center;
	border-top: none;
	margin-top: 0;
}

.ceCt li .p2 a {
	background: none #095cc6;
	color: #FFFFFF;
	border-radius: 4px;
	margin: 0 6px;
	display: inline-block;
	font: 12px/22px "Arial";
	height: 30px;
	line-height: 30px;
	margin: 0 6px;
	text-align: center;
	width: 69px;
}

.ceCt li .p2 a.i_ask {
	background: none #f6b424;
}

/*翻页*/

.pages {
	color: #aaa;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 auto;
}

 .pages ul {
	width: 280px;
	list-style: none;
	margin: 0 auto !important;
	padding: 0px;
}

 .pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}

.pages li a {
	float: left;
	color: #0e5bb7;
	padding: 1px 5px 2px 5px;
	border: 1px solid #ddd;
	text-decoration: none;
	background-color: #FFFFFF
}

.pages li a:hover {
	color: #fff;
	background: #0e5bb7;
	border: 1px solid #0e4f9d;
}

.pages li.current {
	color: #fff;
	border: 1px solid #063267;
	padding: 1px 5px 2px 5px;
	background: #0e4f9d;
}
.pages li.nolink {
	color: #CCC;
	border: 1px solid #F0F0F0;
	padding: 1px 5px 2px 5px;
	background-color: #FFFFFF
}
.p_clear {
	clear: both;
}


.ceD {
	display: block;
	text-align: center;
}

.ceD a {
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url(Img/Index/ceD.gif) no-repeat center top;
}

.ceD a.cur,
.ceD a:hover {
	background: url(Img/Index/ceDCur.gif) no-repeat center top;
}


/*热销产品*/

.hotsale {
	width: 100%;
	margin-top: 60px;
}

.proMain {
	width: 962px;
	overflow: hidden;
	margin: 0 auto;
}

.proMain h2 {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	background: url(Img/Index/proTit.gif) no-repeat left top;
	margin-bottom: 6px;
}

.proMain h2 .tit {
	font-family: "微软雅黑";
	color: #222;
	font-size: 24px;
	font-weight: bolder;
}

.proMain h2 .more {
	font-weight: normal;
	color: #666;
	font-size: 12px;
}

.proMain h2 .pdis {
	font-weight: bold;
	color: #222;
	font-size: 16px;
}

.proMain ul {
	height: 200px;
	overflow: hidden;
	float: left;
}

.proMain li {
	float: left;
	width: 230px;
	margin-right: 14px;
}

.proMain li a {
	display: block;
}

.proMain li img {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 3px;
	width: 222px;
	height: 194px;
}



/*工程展示*/

.procase {
	padding: 40px 0 0;
	overflow: hidden;
	font-family: "Microsoft YaHei"
}

.promid {
	width: 1208px;
	margin: 0 auto;
}

.proSid {
	float: left;
	width: 220px;
	overflow: hidden;
}

.proSid h2 {
	height: 70px;
	background: url(WebImg/PRODUCTS.png) no-repeat left top;
	text-align: center;
}

.proSid h2 a {
	display: block;
	overflow: hidden;
	text-align: center;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}

.proSid .pro-SidBx {
	display: block;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.pro-SidBx ul {
	padding: 15px 15px 5px;
}

.pro-SidBx li {
	margin-bottom: 12px;
	overflow: hidden;
	vertical-align: middle
}

.pro-SidBx li a {
	display: block;
	overflow: hidden;
	height: 64px;
	border: 1px solid #e5e5e5;
	padding-left: 45px;
	line-height: 64px;
	font-size: 14px;
	color: #222
}

.pro-SidBx li a:hover,
.pro-SidBx li a.cur {
	color: #fff;
	background: #eb5902;
	border-color: #f26901;
	font-size: 14px;
}

.sid-right{
	width: 960px;
	overflow: hidden;
	float: right;
}
.pro-show {
	width: 960px;
	overflow: hidden;
	float: right;
}

.pro-show h2 {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	background: url(Img/Index/proTit.gif) no-repeat left top;
	margin-bottom: 6px;
}

.pro-show h2 .ptit {
	font-family: "微软雅黑";
	color: #222;
	font-size: 24px;
	font-weight: bolder;
}

.pro-show h2 .pmore {
	font-weight: normal;
	color: #666;
	font-size: 12px;
}

.pro-show h2 .ppdis {
	font-weight: bold;
	color: #222;
	font-size: 16px;
}

.pro-ceBx {
	float: right;
	height: 510px;
	overflow: hidden;
}

.pro-ceBx .pro-ceCt {
	display: block;
	height: 264px;
	width: 960px;
}

.pro-ceCt li {
	display: block;
	float: left;
	padding: 0 5px;
	width: 310px;
}

.pro-ceCt li a {
	display: block;
}

.pro-ceCt li img {
	width: 310px;
	height: 214px;
	overflow: hidden;
	display: block;
}

.pro-ceCt li span {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
}

.ceD {
	display: block;
	text-align: center;
}

.ceD a {
	display: inline-block;
	width: 16px;
	height: 10px;
	background: url(Img/Index/ceD.gif) no-repeat center top;
}

.ceD a.cur,
.ceD a:hover {
	background: url(Img/Index/ceDCur.gif) no-repeat center top;
}





/*页尾*/



.phone-icon {
	background-image: url(WebImg/f_phone1.png);
}

.call-icon {
	background-image: url(WebImg/f_phone2.png);
}

.serve-icon {
	background-image: url(WebImg/f_severs.png);
}

.copy-icon {
	background-image: url(WebImg/f_copy.png);
}

.email-icon {
	background-image: url(WebImg/f_email.png);
}

.net-icon {
	background-image: url(WebImg/f_web.png);
}

.fkR input,
textarea {
	background-color: transparent;
	background-image: none;
	border-color: #999999 !important;
}

.fkR {
	margin-top: 20px !important;
	border: 0px solid #e8e8e8;
	overflow: hidden;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 70px;
}

.fkR dl a {
	font-family: "微软雅黑";
	font-size: 20px;
	padding-bottom: 30px;
	display: block;
	letter-spacing: 2px;
}

.fkR dt {
	height: 53px;
	overflow: hidden;
}

.fkR dt span {
	display: block;
	float: left;
	width: 72px;
	height: 41px;
	line-height: 41px;
	border: 1px solid #999999;
	border-right: none;
	text-align: center;
	color: #a5a5a5;
	font-family: "Microsoft YaHei";
}

.fkR dt .ipt1 {
	display: block;
	height: 41px;
	line-height: 41px;
	border: none;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	font-family: "Microsoft YaHei";
	color: #666;
	width: 278px;
	float: left;
}

.fkR dt textarea {
	float: left;
	border: 1px solid #e8e8e8;
	resize: none;
	color: #a5a5a5;
	font-family: "Microsoft YaHei";
	width: 350px;
	height: 135px;
	line-height: 36px;
	overflow: hidden;
}

.fkR dt.art {
	height: 149px;
}

.fkR dt .ipt2 {
	width: 85px;
	height: 41px;
	line-height: 41px;
	border: none;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	float: left;
	font-family: "Microsoft YaHei";
	color: #666;
}

.fkR dt .btn {
	display: block;
	width: 350px;
	height: 34px !important;
	line-height: 34px;
	background: #1a1a1a;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff;
	float: left;
	border: none;
}

.fkR .ipt4 {
	margin-left: 15px;
}


/*版权信息*/

.cori {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #000000;
}

.cori h1 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}


/*--左侧副导航联系我们--*/

.lxnr {
	margin: 10px 0 10px;
	border: 1px solid #E5E5E5;
	background: #fff;
	width: 218px;
}

.lximgs {
	padding: 7px 7px;
}

.lxnrs {
	width: 218px;
}

.lxnrs p {
	color: #666666;
	line-height: 22px;
	padding: 0 7px;
	margin: 0;
}

.curr-p {
	margin-bottom: 7px !important;
}

.lxnrs p span {
	color: #545454;
}

.t05 {
	background: url(WebImg/cont_title.png);
	font-weight: normal;
	font-family: "Microsoft yahei";
	height: 44px;
	text-align: center;
	color: #fafafa;
	font-size: 15px;
	line-height: 44px;
}

/*推荐产品*/
.leib2{width:220px;font-family:"微软雅黑";}
.leib2 .tit{background: #eb5902;height:44px;text-align: center;font-weight: normal; }
.leib2 .tit span{ color: #fafafa;font-size: 15px; line-height: 40px;}
.leib .tit a{ color:#fff; }
.leib .tit a:hover{color:#fff; }
.mt10{ margin-top:10px;}
.t05_con { border:solid 1px #ccc; margin-bottom:10px; border-top:0; padding:8px 11px; zoom:1;} 
dl.pd_t05_con_dl{ width:168px; float:left; padding:10px 4px 0;}
dl.pd_t05_con_dl img{ width:186px; height:137px;border:solid 1px #dadada; display:block;}
dl.pd_t05_con_dl a:hover img{ width:186px; height:137px;border:solid 1px #ff5f00 ; display:block;}
dl.pd_t05_con_dl dd{ display:block;line-height:34px; text-align:center; width:168px;}
dl.pd_t05_con_dl dd a{ color:#333 !important;}
dl.pd_t05_con_dl dd a:hover{ color:#ff5f00 !important;}

/*新闻详细内容页*/
.detail_page{width:100%;}
.detail_page .detail_title{text-align:center;font-weight:bold; font-size:14px; padding:5px 0 5px 0px;}
.detail_page .detail_wtime{text-align:right; line-height:22px; color:#999; padding-bottom:5px;}
.detail_page .detail_z_body{line-height:200%;}
.detail_page .detail_goback{margin:10px 0px;text-align:right;}
.news_detail {     padding: 20px 20px; }

/*上下篇新闻*/
.gduo{ height:30px; line-height:30px; color:#fff; background:#3c4155; overflow:hidden; margin:15px 0px; padding:0 10px;}
.gduo span{ float:right; width:320px; color:#fff; overflow:hidden; height:30px; display:block;}
.gduo a{  font-weight:bold; color:#fff;}
.gduo a:hover{color:#ff5f00 ;}

/*百度底图图*/
.sid-right .map_baidu{ padding:20px 20px; padding-bottom: 15px; line-height:200%;}
.sid-right .map_baidu div img{ width:initial;}
.address_us{
	background:#FFFFFF;
}
.address_us p {
	padding: 0 !important;
	margin: 0 !important;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
b{
	font-family: "微软雅黑";
	color: #095cc6 ;
	font-size: 14px !important;
	
}

.matter_cheng3{
	width: 960px;
	overflow: hidden;
	float: right;
}

.matter_cheng3 h2 {
	height: 40px;
	border-bottom: 6px solid #1a1a1a;
	overflow: hidden;
	background: url(Img/Index/proTit.gif) no-repeat left top;
	margin-bottom: 20px;
}

.matter_cheng3 h2 .pro-tit {
	font-family: "微软雅黑";
	color: #222;
	font-size: 14px;
	font-weight: bold;
}

.matter_cheng3 h2 .pro-tit-cur {
	color: #095cc6;
}
.matter_cheng3 h2 .pro-pdis {
	font-weight: bold;
	color: #222;
	font-size: 16px;
}

/*职位招聘*/
.job{padding:20px;}
.job table{ border:solid 1px #e8e8e8; border-collapse:collapse; color:#888888; margin-bottom:15px;}
.job table td{ border:solid 1px #e8e8e8; border-collapse:collapse; padding-left:23px !important; line-height:30px !important;}
.job table td span,table td p{color:#888888 !important;line-height:30px !important;}
.job table .headTable td{ background:#f7f7f7; font-weight:bold; color:#207bcb; line-height:24px; padding:2px 5px 2px 23px;}


/*翻页*/
.pages {color: #aaa;padding:0;font-family:Verdana;font-size:12px;font-weight:bold;line-height:15px;}
.pages ul{list-style: none;margin:0 auto;padding:0px;}
.pages li {float: left;display: inline;margin: 0 5px 0 0;display: block;}
.pages li a {float: left;color: #0e5bb7;padding:1px 5px 2px 5px;border: 1px solid #ddd;text-decoration: none;background-color:#FFFFFF}
.pages li a:hover {color: #fff;background: #0e5bb7;border: 1px solid #0e4f9d;}
.pages li.current {color: #fff;border:1px solid #063267;padding:1px 5px 2px 5px;background: #0e4f9d;}
.pages li.nolink {color: #CCC;border:1px solid #F0F0F0;padding:1px 5px 2px 5px;background-color:#FFFFFF}
.p_clear{ clear:both;}


.box_style {
    color: #4e4e4e;
    font-size: 14px;
    font-family: "微软雅黑";
}
.input_bor {
    border-width: 1px;
    border-color: rgb(179, 179, 179);
    border-style: dashed;
    background-color: rgb(238, 238, 238);
    color: #4e4e4e;
    margin-left: 10px;
    display: inline;
    font-size: 14px;
    width: 240px;
    height: 32px;
    line-height: 32px !important;
    padding-left: 2px;
}
textarea {
    font-family: monospace;
    border-color: #dadada !important;
}

.book_box tr td { 
	padding-top: 5px;
	padding-bottom:5px;
}

.pages li.link {
    color: rgb(118, 137, 239);
    border: 1px solid #F0F0F0;
    padding: 1px 5px 2px 5px;
    background-color: #FFFFFF;
}
