body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
}
table{ border: 1px solid #000; border-collapse: none; }
table tr td{border: 1px solid #000;border-collapse: none; }
a {
	color: #333;
	text-decoration: none;
}

a img{
	border:0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	width: 1225px;
	margin: 0 auto;
	overflow: hidden;
}

.clear {
	clear: both;
}

.top {
	height: 30px;
	background: #e5e6e0;
	border-bottom: #d4d2d3 1px solid;
	line-height: 30px;
	font-size:12px;
}

.logo .center {
	height: 125px;
}


/*导航*/

.nav {
	overflow: hidden;
	background: #359f71;
	height: 53px;
	line-height: 53px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#359f71', endColorstr='#007d3f');
	/* for IE */
	background: linear-gradient(#007d3f, #359f71);
	/* 标准的语法 */
}

.nav ul li {
	float: left;
	width: 136px;
	text-align: center;
}

.nav ul li:hover,.nav ul li.on {
	background: #e67d1f;
}

.nav ul li a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	
}


/*banner*/

.Bannerslider {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.Bannerslider ul {
	position: relative;
	width: 1000%;
	overflow: hidden;
}

.Bannerslider ul li {
	height: 590px;
	width: 10%;
	float: left;
	display: block;
	background: center top no-repeat;
}

.Bannerslider ul li img {
	display: block;
	visibility: hidden;
}

.Bannerslider ol {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.Bannerslider ol li {
	width: 16px;
	height: 16px;
	background: url(../images/dot.png) 0 -16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.Bannerslider ol li.on {
	width: 16px;
	height: 16px;
	background: url(../images/dot.png) 0 0px;
}

.Bannerslider .ScrollLeft {
	display: none;
	width: 60px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0.8;
	background: url(../images/ad_ctr.png) 0 0;
	cursor: pointer;
	z-index: 1;
	margin-top: -45px;
}

.Bannerslider .ScrollRight {
	display: none;
	width: 60px;
	height: 90px;
	position: absolute;
	top: 50%;
	right: 0;
	opacity: 0.8;
	background: url(../images/ad_ctr.png) 0 -90px;
	cursor: pointer;
	z-index: 1;
	margin-top: -45px;
}

.Bannerslider .ScrollLeft:hover,
.Bannerslider .ScrollRight:hover {
	opacity: 1;
}

.Bannerslider:hover .ScrollLeft,
.Bannerslider:hover .ScrollRight {
	display: block;
}

/*产品直通车*/

.cpztc{
	font-size:12px;
	background: #e5e6e0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
	background: linear-gradient(#ffffff,#ececec);
	box-shadow:#a9a9a9 0px 6px 5px;
	line-height:40px;
	height:40px;
	behavior: url(PIE.htc);
}

/*主体*/

.main {
	overflow: hidden;
	margin-top: 20px;
}

.main .leftList {
	width: 230px;
}

.main .rightMain {
	width: 960px;
}

/*标题样式*/
.boxTitle {
	height: 48px;
	line-height: 48px;
	/*border: 1px solid #ccc;*/
	padding: 0 10px;
	position: relative;
	color: #fff;
	overflow: hidden;
	behavior: url(PIE.htc);
	/*border-radius: 2px 2px 0 0;*/
	/*background: -webkit-linear-gradient(#ffffff 70%, #e5e5e5 97%, #fff 100%);
	background: -o-linear-gradient(#ffffff 70%, #e5e5e5 97%, #fff 100%);
	background: -moz-linear-gradient(#ffffff 70%, #e5e5e5 97%, #fff 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5');*/
	/*background: linear-gradient(#ffffff 70%,#e5e5e5 97%,#fff 100%);*/
	background: #359f71;
	border-left:10px solid #e67d1f;
}

.boxTitle .right{
	font-size:12px;
}

.boxTitle a{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.boxTitle span a{
	font-weight: normal;
	font-size: 14px;
}

/*内容样式*/
.boxContent {
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

/*左侧列表样式*/
.leftList ul li.class {
	background: #e67d1f;
	width: 210px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	margin: 5px auto;
}

.leftList .boxContent{
	padding-bottom:63px;
	background:#f7f7f7;
}

.leftList ul li.class a {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
}

.leftList ul li.pro {
	background:#fff url(../images/ico01.gif) no-repeat 25px center;	
	/*border-bottom:dashed 1px #d8d8d8;*/
	height: 39px;
	overflow: hidden;
	width: 200px;
	margin: 7px auto 0;
	border-radius:5px;
}

.leftList ul li.pro:hover{
	background-color:#e67d1f;	
}

.leftList ul li.pro:hover a{
	color:#fff;	
}

.leftList ul li.pro a {
	padding-left:35px;
	line-height: 36px;
	display:block;
}

/*产品列表样式*/
.productList{
	overflow: hidden;
}

.productList li{
	float: left;
	width: 305px;
	text-align: center;
	margin-left:11px;
	margin-top:10px;
	line-height: 38px;
}

.productList li img{
	width: 297px;
	height: 200px;
	display: block;
	padding:3px;
	border:1px #ccc solid;
}

/*工程案例样式*/
.case{
	margin-top:20px;
}

.caseList{
	overflow: hidden;
	padding: 5px 0 10px;
}

.caseList li{
	float: left;
	width: 261px;
	text-align: center;
	margin-left:11px;
	margin-top:10px;
	line-height: 2;
}

.caseList li img{
	width: 256px;
	height: 180px;
	display: block;
}

/*公司简介联系我们样式*/
.main .about{
	width:1200px;
}

.main .contact{
	width:290px;
}

.main .contact .boxContent{
	padding:10px;
	line-height: 2;
}

.main .about .boxContent{
	padding:7px 0;
}

.main .about .boxContent img.left{
	width: 730px;
	padding: 4px;
	border: 1px solid #dadada;
	margin: 20px 10px 0 10px;
}

.main .about .boxContent .right{
	width: 422px;
	line-height: 2;
	padding-right:13px;
}

.main .about .boxContent .right h2{
	margin:20px 0 0 0;
	
}

.honorc{ width: 1200px; margin:0 auto; margin-bottom: 15px;  }
.contact{ width: 250px; margin-top: 20px; margin-bottom: 15px; }
.contact p{ line-height: 28px; margin-left: 5px; }
/*资质荣誉*/

.honner{
	margin-top:20px;
}

.honner .boxContent{
	padding:10px 0;
}

/*资质荣誉滚动*/

.gd {
	overflow: hidden;
	width: 935px;
	height: 205px;
	position: relative;
	margin: 0 auto;
}

.gd ul {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
	width: 9999999px;
}

.gd ul li {
	width: 240px;
	float: left;
	text-align: center;
	margin: 0 2px;
}

.gd ul li img {
	width: 225px;
	height: 160px;
}

/*新闻样式*/

.news{
	margin-top:20px;
}

.news .xwzx {
	width: 645px;
}

.news .jszc {
	width: 545px;
}

.newsList li{
	background: url(../images/ico03.gif) no-repeat 10px center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: dashed 1px #d8d8d8;
	padding:0 10px 0 30px;
}

.news ul li a{
	
}

/*友情链接*/

.friendLink{
	margin-top: 20px;
}


/*底部友情链接*/

.bNav{
	text-align: center;
	line-height: 55px;
	background: #359f71;
	color: #fff;
}

.bNav a{
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	padding:0 8px;
}

/*底部样式*/
.footer{
	background: #E5E6E0;
	text-align: center;
	line-height: 2;
	padding:15px 0 80px;
}

/*优势*/
.ys{
	background: url(../images/ys_title.jpg) top center no-repeat;
	margin-top:20px;
	padding-top:206px;
	line-height: 2;
	font-size:16px;
}

.ys .center{
	height: 1216px;
	background: url(../images/ys_bg.jpg) top center;
	position: relative;
}

.ys1{
	margin:190px 0 0 120px;
}

.ys2{
	margin:290px 0 0 690px;
}

.ys3{
	margin:280px 0 0 120px;
}

.ys p span{
	border:7px #fff solid;
	border-left-color:#006633;
	width:0;
	height:0;
	display: block;
	float: left;
	margin: 10px 5px 0 0;
	position:relative;
}

.ztc{
	line-height: 40px;
}


/*内页*/

.rightMain .info{
	padding:10px;
	line-height:2;
}


.pageCode{ text-align: center; line-height: 40px; }

.product h1{
	margin: 10px;
	text-align: center;
}

.xTitle{
	text-align: center;
	line-height: 2;
}

.picList{
	text-align: center;
}

.picList img{
	width: 400px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 3px;
}

.productContet{
	line-height: 2;
	padding: 10px;
}

.tag{
	line-height: 2;
	padding:0 10px;
}

.productContet a,.tag a,.fanye a{
	color:#136ec2;
}
.fanye{
	line-height: 2;
	padding:0 10px;
}

.ewmBox { bottom: 0; left: 0; position: fixed; width: 100%; z-index:1; height:65px; background:url(../images/xfbg.png) repeat;  }

.ewmBoxIn{ width:1160px; margin:0 auto; /*background:url(../images/xf.png) no-repeat center top;*/ height:65px; line-height:65px; position:relative;}

.ewm2 { bottom: 0; height: 65px; position: absolute; right: 0px; width: 65px; z-index:999;  }

.ewm2 img.wxx{width:100%; height:100%;}

.ewm2 img.wx { bottom: 78px; display: none; left: -144px; position: absolute; }

.ewm2:hover .wx { display: block; }

.ewmBox a{ text-decoration:none; color:#fff; }

.ewmBox .ico{ width:54px; height:54px; background:url(../images/ico.png) no-repeat; float:left;}

.ewmBox .font{float:left; color:#fff; font-size:22px; font-weight:bold; font-family:微软雅黑; width:250px; padding-left:10px;}

.ewmBox .font p{ margin:0; line-height:30px;}

.ewmBox .font p.num{ text-indent:3em; }

.ewmBox .phoneNum{ width:350px; float:left; padding:5px 0; }

.ewmBox .phoneNum .ico{background-position:0 0;}

.ewmBox .QQ{ width:350px; float:left;  padding:5px 0; }

.ewmBox .QQ .ico{background-position:-57px 0;}

.ewmBox .weChat{ width:350px; float:left;  padding:5px 0; }

.ewmBox .weChat .ico{background-position:-113px 0; }
