
/* CSS Document*/*,html{margin: 0;padding: 0;border: 0;}
body{font-size: 12px;font-family: "Microsoft YaHei", "Arial", Verdana, Sans-Serif;color: #000;background-color: #fff;text-align: center;margin: 0 auto;}
div{margin: 0 auto;}
h1,h2,h3,h4,h5,h6{font-size: 14px;text-align: left;}
em,strong{font-style: normal;}
.str{font-weight: bold;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.fa{color: #0a3168;}
p,li{text-align: left;word-break: break-all;}
ul,li{list-style-type: none;float: left;display: inline;}
table{border-collapse: collapse;border-spacing: 0;}
td{text-align: left;font-size: 12px;}
input,select,textarea{font-size: 12px;vertical-align: middle;}
.clear{height: 0;line-height: 0;overflow: hidden;clear: both;}
.clear9{height: 9px;line-height: 9px;overflow: hidden;clear: both;}
.clear15{height: 15px;line-height: 15px;overflow: hidden;clear: both;}
a{color: #333;text-decoration: none;}
a: hover{color: #dc0000;text-decoration: underline;}
a.a{color: #0a3168;text-decoration: none;}
a.a: hover{color: #dc0000;text-decoration: underline;}
a.f{color: #fff;text-decoration: none;}
a.f: hover{color: #fff;text-decoration: underline;}

.none a,.none a: hover{text-decoration: none;}
.none2 a,.none2 a: hover{text-decoration: none;}
.wd{width: 960px;height: auto;clear: both;}
.w_left1,.w_right1,.w_left2,.w_left3,.w_left4,.w_right2{width: 715px;height: auto;float: left;display: inline;}
.w_right1{width: 235px;float: right;}
.w_left2{width: 395px;}
.w_left3{width: 352px;margin-left: 10px;}
.w_left4{width: 235px;}
.w_right2{width: 193px;float: right;}
.w_right3{width: 715px;float: right;}
.padd0{padding: 0;}
.padd4{padding: 4px;}
.padleft10{padding-left: 10px;background: #fff;}
.padright10{padding-right: 10px;}
.c_b{border: 1px #ccc solid;}
.bt{clear: both;overflow: hidden;}
.bt h2{float: left;display: inline;}
.bt p{float: right;display: inline;}
.bt h2 a: hover,.bt p a: hover{color: #dc0000;text-decoration: none;}
.ul21 li,.ul21_sell li{overflow: hidden;background: url(dot.gif) 2px 10px no-repeat;padding-left: 10px;word-break:normal;}
.ul21 li p,.ul21_sell li p{float:left;width:140px;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.gy_c4 ul.ul21_sell li p{width:165px;text-overflow:ellipsis;white-space:nowrap; overflow:hidden;}
.gy_c4 ul.ul21_sell li em{width:70px;}
.ul21 li em,.ul21_sell li em{float: right;}
.ula li a,.ula li p a{color: #0a3168;}
.ula li a: hover{color: #dc0000;}
.ula li em{color: #347aba;}
/*login form*/

form {
	padding:1em;
	border:1px solid #eee;
}
.login {
	background:url(user.gif) no-repeat 95% 1em;
}
.contact {
	background:url(email2.gif) no-repeat 95% 1em;
}
form dv {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:27em;
}
label {
	float:left;
	width:80px;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	align: left;
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url(calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
