@charset "utf-8";
/* CSS Document */
/*公共类开始  注：一般只设置 链接颜色 和 页面总体背景颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-size:13px;
	font-family:"Microsoft Yahei";
}
table {    
	border-collapse: collapse;    
	border-spacing: 0;    
}
fieldset,img {     
	border: 0;
}
ol,ul,li {    
	list-style: none;    
}
caption,th {    
	text-align: left;    
}
h1,h2,h3,h4,h5,h6 {    
	font-weight: normal;    
	font-size: 100%;    
}
/* 链接颜色设置*/ 
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
/* 链接颜色设置*/ 

* html ul li {
 float:left; 
}
* html ul li a {
 cursor:pointer;
}
body {
	color:#666;/*设置字体颜色*/
}
/*公共类结束*/
/**********************以上部分固定************************/
.main {	 /*大块区域使用样式main*/
	margin: 0 auto;
	width: 1000px; /*设置页面长度*/
	clear: both;
	overflow:hidden;
}
.clear {
	clear:both;
}
#center {
	padding-top:30px;
	background-color:#ececec;
}
/**********************以上是大框架***************************/
#welcome {
	border-bottom:3px solid #d9d9d9;
	padding:14px 0;
	min-width:1000px;
}
#welcome span {
	float:right;
}
#welcome span a {
	margin-left:10px;
	margin-right:10px;
	display:inline;
}
/*头部*/
#top {
	height: 125px;
	background-color:#fff;
}
#logo {
	float:left;
	margin-top:30px;
}
#company_name {
	float:left;
	font-size:26px;
	margin-top:35px;
	margin-left:15px;
	display:inline;
}
#other {
	float: right;
	padding-left:60px;
	margin-top: 36px;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: left 0;
	height:50px;
}
#other p {
	font-size:17px;
	color:#543921;
}
#other font {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c73426;
	font-weight: bold;
}


#menu {
	height: 62px;
	min-width: 1000px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	height:62px;
	width:1000px;
	margin:0 auto;
}
#menu ul li {
	float:left;
	width:111px;
	height:62px;
	text-align:center;
	background-image: url(../images/menu_split.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu ul li a {
	font-size:16px;
	display:block;
	padding-top:18px;
	height:44px;
	color:#FFF;
	font-family:"\5FAE\8F6F\96C5\9ED1";
}
#menu ul li a:hover {
	background:#fc6e19;
}
#menu ul li.nobg {
	background-image:none;
}

#keyword {
	min-width:1000px;
	padding:10px 0;
	border-bottom:3px solid #d9d9d9;
	margin-bottom:55px;
}
#keyword a {
	margin-right:10px;
	display:inline;
}
#keyword #fleft {
	float:left;
	padding-top:15px;
}
#keyword #fright {
	float:right;
	width:365px;
	height:40px;
	background-color:#ab372c;
}
#keyword #fright input {
	float:left;
	margin-left:2px;
	margin-top:2px;
	height:36px;
	line-height:36px;
	font-size:13px;
	color:#a3a3a3;
	padding:0 10px;
	width:295px;
	border:none;
	outline:none;
	background:none;
	background-color:#f5f5f5;
}
#keyword #search_btm {
	display: block;
	width: 48px;
	height: 40px;
	float: right;
	cursor: pointer;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
}


#footer {
	background-color:#ab2417;
}
#footer_menu_bg {
	padding:20px 0;
	border-bottom:1px solid #bc5045;
}
#footer_menu {
	text-align: center;
}
#footer_menu ul li {
	float: left;
	padding:0 16px;
	text-align: center;
	background-image: url(../images/footer_menu_split.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer_menu ul li.nobg {
	background-image:none;
}
#footer_menu ul li a {
	color:#FFF;
}
#copyright {
}
#copyright p {
	line-height:28px;
}
#footer_logo {
	float:left;
	width:35%;
}
#footer_text {
	padding-top:30px;
	float:left;
	width:65%;
	color:#FFF;
}
#footer_text a{color:#FFF;}