

body { 
	font-family:"微软雅黑",;
	background-color: #F0F0F0;  
 }

.haedlogo
{
  position: relative;
  height: 122px;
  padding: 0px;
  min-width: 1550px;
}


.navigation
{
	width: 100%;
}

.bgt{
	height: 40px;
	width: 100%;
	background-color:#F5F5F5;
	position:absolute;
	top: 62px;
	z-index: -1;
}


.img{
	width: auto;
	height: auto;
	max-width: 100%;  
  max-height: 100%;   
	margin-left: 15%;
	float: left;
}
.menu{
	list-style: none;
	padding-top: 65px;
	margin-right: 0px;
	
/*	position: absolute;
	z-index: 1;*/
}

.menu li{
	float: left;
	padding: 8px;
	padding:8px 30px;  
	color:#000000; 
	text-decoration:none; /* 去掉下划线 */
	font-size: 16px;
}

.menu li a{
	color: #000000;
}

.menu li a:hover{
	color: #ff9600;
	font-weight: bold;
	text-decoration: none;
}

.tel{
  margin-left: 60px;
}

.content{
	
	width: 1200px;
	background-color:white;
	margin: 0px auto;
	height: 1001px;
	background-image: url(../img/about-bg.png);
	box-shadow: 20px 0px 10px -10px #e2e2e2, -20px 0px 10px -10px #e2e2e2;
	overflow-y:auto;

	
}

.contentabout{
	margin-top: 100px;
	float:right;
	width: 34%;
	margin-right: 20%;
	/*width: 50%;
	text-align: left;
	position: relative;
	right: 0px;*/
	line-height: 25px;
	
}
.contentabout p{
	text-indent: 2em;
}
.foot{
	min-width: 1550px; 
	width: 100%;
	margin: 0px auto;
	height: 200px;
	background-image: url(../img/foot.png);
}

.footinfo{
	font-size: 12px;text-align: right;position:relative;bottom:0;
}
.footinfo a{
	color: #000000;
}
.footinfo a:hover{
	text-decoration: none;
	color: #ff9600;
}

.central{
	width: 100%;
	background-color: #f0f0f0;
	min-width: 1550px;
}
