@charset "utf-8";
body {
	font-size: 12px;
	line-height: 120%;
	margin: 0px;
	color: #595959;
	background-color: #FFFFFF;
}
table {
	font-size: 12px;
	line-height: 160%;
	color: #595959;
}
a.h:link {
	color: #F06160;
	text-decoration: none;
}
a.h:visited {
	color: #FD6766;
	text-decoration: none;
}
a.h:hover {
	color: #FF6766;
	text-decoration: underline;
}
a.h:active {
	color: #FF6766;
	text-decoration: underline;
}
a.b:link {
	color: #F06160;
	text-decoration: none;
	font-weight: bold;
}
a.b:visited {
	color: #FD6766;
	text-decoration: none;
	font-weight: bold;
}
a.b:hover {
	color: #FF6766;
	text-decoration: underline;
	font-weight: bold;
}
a.b:active {
	color: #FF6766;
	text-decoration: underline;
	font-weight: bold;
}


.line {
	background-color: #37465b;
}
.line-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
}
.line-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
}

.line-bomm {
	height: 28px;
	background-image: url(../images/line_dian.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.new-bg {
	background-image: url(../images/index_newsbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.product-bg {
	background-image: url(../images/index_productbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.line-between {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	margin-top:100px;
}
a:link {
	color: #595959;
	text-decoration: none;
}
a:visited {
	color: #595959;
	text-decoration: none;
}
a:hover {
	color: #FF6766;
	text-decoration: none;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}
a.w:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.w:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.w:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.w:active {
	color: #FFFFFF;
	text-decoration: none;
}
.en {
	font-family: Arial, Helvetica, sans-serif;
}


