﻿@charset "utf-8";
/* CSS Document */
body {
	/*font:12px/1.5em Helvetica, Arial, sans-serif;*/
	background:#fff ;
	font:12px/1.5 Arial,sans-serif;
	margin:0 auto;
	color:#333;

      
}
* {
	margin:0;
	padding:0;
}
ul, li {
	list-style-type:none
}
img {
	border:0 none
}
.wrap {
	margin:0 auto;background:#fff;
	width:950px;
}
.fl {
	float:left
}
.fr {
	float:right
}
.cl {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden
}
/**字体大小***/
font_12 {
	font-size:12px
}
/**字体颜色**/
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	color:red
}
.c_blue, .c_blue a {
	color:#094AB4;
	text-decoration:none
}
.c_blue a:hover {
	color:#F00;
	text-decoration:none
}
.c_red, .c_red a {
	color:#F00;
}
.c_red a:hover {
	color:#666
}
.c_green, .c_green a {
	color:green
}
.c_999, .c_999 a, .zz_c_999, .zz_c_999 a {
	color:#999
}
/**ul列表***/
/*ul li {
	display:block
}
ul li span {
	float:right;
}*/
ul.pd_3_6 {
	padding:3px 6px;
}
ul.pd_1_6 {
	padding:1px 6px;
}
ul.pd_5_0 {
	padding:5px 0;
}
ul.point_b li {
	background:url(../images/bluepoint.gif) no-repeat 2px 10px;
	padding-left:10px;
}
ul.point_r li {
	background:url(../images/redpoint.gif) no-repeat 5px;
	padding-left:15px;
}
ul.h_24 li {
	height:24px;
	line-height:24px;
}
ul.h_22 li {
	height:23px;
	line-height:23px;
}
ul.h_20 li {
	line-height:20px;
	height:20px;
}
ul.ft_14 {
	font-size:14px
}
ul.ft_12 {
	font-size:12px
}
ul.fleft li {
	float:left;
	padding:0 3px;
}
ul.shipin li {
	background:url(../images/xmhouse_v.jpg) no-repeat 0 3px;
	padding-left:24px
}
/*CopyRight 底部*/
.dibu {
	border-top:1px solid #ccc;
	margin:5px auto;
	padding:10px 0 0;
	width:948px;
}
.dibu .fl {
	width:210px;
	padding:5px 0 0
}
.dibu .mfoot {
	float:left;
	width:738px;
	text-align:center;
	font-size:12px;
	color:#444
}
.dibu .mfoot a {
	color:#444;
}
.dibu .mfoot a:hover {
	color:#F00;
}
.byteBottom, .byteBottom a {
	color:#444;
	line-height:24px;
}
.zz_list a {
	line-height:23px;
}
/*列表**/
.text_list {
	clear: both;
	margin: 5px 5px 0;
	overflow: hidden;
}
.text_list li {
	background: url(../images/lipoint.gif) no-repeat scroll 3px 10px transparent;
	clear: both;
	height:23px;
	line-height:23px;
	overflow: hidden;
	text-indent: 12px;
}
.text_list li span {
	color: #999999;
	display: inline;
	float: right;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: right;
}
.header .pat5
{
	padding-top:5px;
}