
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
ul {
	list-style: none;
}
#body{
	width: 1200px;
	margin: 0 auto;
}
.left {
	width: 200px;
	float: left;
	margin-left: 20px;
	position: relative;
}

.left ul {
	margin-top:-15px;
}

.left ul a li {
	 color: #666666;
}

.left ul li{
    background-color:#EBEAEA;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	list-style: none;
	margin: 0 auto;
	width: 200px;
	height: 50px;
}
.left ul .middle{
	padding-left: 10px;
	line-height: 50px;
	
}
.left ul li span {
    display: inline-block;
    height: 30px;
    padding-left: 10px;
    margin-top: 6px;
    width: 170px;
}
.left .titlehead {
	font-size: 18px;
	padding-left: 8px;
	width: 210px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	margin-top: 2px;
	font-weight: 600;
	background-color: #115FB8;
	margin-left: -5px;
	font-family: "微软雅黑";
	box-shadow: #333 0px 0px 3px;
}
.left ul .case:hover,
.left ul .eight {
	background-color: rgb(228,228,228);
    color: #008BC1;
}
.left .information img {
	height: 15px;
	width: 15px;
}

.left .information {
	font-size: 12px;
	margin: 15px 0 0 0;
}

.left .information span {
	font-size: 12px;
	line-height: 35px;
}

.left .information .Telephone {
	margin-left: 21px;
}

.left .phone {
	padding-top: 30px;
	position: relative;
	right: 25px;
}

#body .content {
	width: 900px;
	float: right;
	margin: 0 20px 0 0;
}
#body .content  h2 {
	border-bottom: 1px dashed #999999;
	padding-bottom: 10px;
	font-size: 18px;
}
#body .content  h2 b {
	color: #99A6BF;
}
#body .content  h3 {
	font-size: 16px;
	color: #48D0FE;
}
#body .content b {
	font-size: 16px;
}
#body .content  p {
	font-size: 14px;
	text-indent: 30px;
	line-height: 25px;
}
#body .content span{
	font-size:14px;
	font-weight:800;
}
#body .content .picture {
	text-align: center;
}
#footer{
	width: 100%;
	height: 100PX;
	text-align: center;
	background-color:#333333;
	clear: both;
}
#footer .foot{
	color: #E4E4E4;
	font-size: 14px;
	line-height:2;
	padding-top: 20px;
}
/*.header-center .companyintroduce a{
	color: #CC0000;
}*/