/*公用部--------------------------------*/
html,body{margin:0;padding:0;height:100%;}
ul,li{margin:0px;padding:0px;}/*为了ul列表内容居中*/
body{
	font-family:"微软雅黑";
	color:#333;
	}
a{text-decoration:none; color:#333;}
a:hover{color:#FF6600;}
img{border:0px;}/*图片边框为0*/
div{margin:0 auto;}
.clear{clear:both;}
/*top===============================*/
.top {
	width:100%;
	height:30px;
	background-color: #F1F1F1;
	font-family: "宋体";
	font-size: 12px;		
}
.top_left{
	float:left;
	text-align:left;		
	padding-left:10px;
	line-height:30px;
	}
.top_right{
	float:right;
	line-height:30px;
	margin-right:10px;
	text-align:right;
}
.top_right a{color:#333;}
.top_right a:hover{color:#FF6600;}
/*myheader==============================*/
.myheader{
	height:120px;
	width:100%;	
	margin:0 auto;
	margin-top:15px;
	overflow:hidden;
}
.logo{
	float:left;
	margin-top:15px;
}
.logo2{
	float:left;
	font-style:italic;
	font-size:18px;
	color:#666;
	margin-top:60px;
}
.tel{
	float:right;
	margin-right:20%;
	margin-top:15px;
}
/*nav导航栏=====================*/
.nav{
	width:100%;
	height:60px;
	background-color:#F8811E;
	line-height:60px;
	color:#FFF;
	font-size:18px;	/*导航栏字体大小*/
}
.nav ul{	
	list-style:none;/*横排现实*/
	max-width:1200px;
	overflow:hidden;/*超出部分隐藏*/
	margin:0 auto;
	padding-left:50px;
}
.nav ul li{
	float:left;
	width:140px;
	text-align: center;
	background-image: url(images/line1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}
.nav ul li a{color:#FFF;}
.nav ul li a:hover{color:#666;}
/*banner=====================*/
.banner{
	width:100%;
	margin:0 auto;
	margin-top:4px;
	}
/*content主体内容部分=====================*/

.content_title {
	max-width:1200px;
	height: 64px;
	margin-top:140px;/*大标题与前面的距离*/
	background-image: url(images/bg_line1.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 64px;
	}
.content_yewu{
	max-width:1200px;	
	margin-top:35px;	
	text-align:center;
	}
.content_yewu h1{font-size:20px; text-align:center; font-weight:normal;}	
.content_yewu ul{
	margin-top:35px;
	overflow:hidden;	
}
.content_yewu ul li{
	display: inline-table;/*LI元素边框样式*/
	margin: 24px;
	width: 248px;
	height: 324px;
	background-image: url(images/main_6_1.png);	
}
.content_yewu ul li img{ margin-top:50px;}
.content_yewu ul li h2{
	font-size: 25px;
	font-weight: normal;
	margin-top:26px;
}
.content_yewu ul li h3{
	font-size: 16px;
	font-weight: normal;
	margin-top:94px;
	color: #FFF;
}
.content_about{
	max-width:1200px;	
	margin-top: 35px;		
	}
.content_about p{text-indent:2em;font-size:18px;line-height: 33px;}/*公司简介文字样式*/
.content_about ul{
	text-align:center;	
	margin-top:50px;		
}
.content_about ul li{
	display: inline-table;/*LI元素边框样式*/
	margin: 1px;
	width: 290px;
	height: 195px;
	border: 1px solid #e1e1e1;
}
.content_about ul li img{margin:5px;width:280px;height:185px;}	
.content_youshi{
	margin-top:35px;	
	text-align:center;
	overflow:hidden;/*超出部分隐藏*/
	}
.content_case{	
	max-width:1200px;		
	margin-top:35px;
	}
.content_case{ text-align:center;}
.content_case ul li{
	display: inline-table;/*LI元素边框样式*/	
	width: 290px;
	height: 195px;
	border: 1px solid #e1e1e1;
	margin:15px;	
}
.content_case ul li h1{margin-bottom:20px;font-family:"宋体";font-size:16px; text-align:center; font-weight:normal;}/*项目案例部分的字体样式*/
.content_case ul li img{margin:10px;width:343px;height:258px;}
.content_price{
	max-width: 700px;
	border: 1px dashed #E1E1E1;
	padding: 4%;
	background-image: url(images/price1.jpg);
	background-repeat: no-repeat;
	background-position: 500px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	font-size: 18px;
	}	
.content_price p{
	height: 24px;
}
.content_contaction{
	max-width: 700px;
	border: 1px dashed #E1E1E1;
	padding: 4%;
	background-image: url(images/phone.jpg);
	background-repeat: no-repeat;
	background-position: 550px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	font-size: 18px;
}
.content_contaction p{
	height: 40px;	
}
.content_liucheng{
	text-align:center;	
}
.content_liucheng img{max-width:1000px;}
.content_link{
	margin: 50px auto;
	padding: 20px;
	max-width: 1150px;
	border: 1px dashed #E1E1E1;
	line-height: 2em;
}
/*footer=====================*/
.footer{
	width:100%;
	margin-top:40px;	
	padding-top:20px;
	padding-bottom:20px;	
	background-color:#888;		
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:26px;	
}
