@charset "utf-8";
/* CSS Document */

/* xm_css */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 14px/14px 微软雅黑;
	color: #666;
	background-color: #fff;
	overflow-x: hidden;

	hutia:expression(this.onselectstart=function() {
			return(false)
		}

	);
}

body>div {
	margin: 0 auto;
	text-align: center
}

div {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
li,
p,
span,
i,
em {
	margin: 0;
	padding: 0;
	font-style: normal
}

dl,
dt,
dd,
ul,
li {
	list-style-type: none;
	display: block
}

img {
	border: 0;
	pointer-events: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

from,
select,
input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	outline: none;
}

a:hover {
	color: #e70000;
	text-decoration: none
}

*input {
	border: none
}

p {
	line-height: 200%
}




/*===========================通用样式============================*/


.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	font-size: 0
}


/*===========================字体样式============================*/

.fb {
	font-weight: bold;
}

.ft14 {
	font-size: 14px;
}

.ft16 {
	font-size: 16px;
}

/* 链接属性 */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

/* 颜色属性 */
.blue,
a .blue {
	color: #0172D0
}

.green,
a .green {
	color: #090
}

.blue2,
a .blue2 {
	color: #0061B0
}

.white,
a .white {
	color: #FFF
}
