@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	border: none;
}
img {
	border: none
}
table, tr, td {
	font-weight: normal
}
ul, li {
	list-style: none;
}
i {
	font-style: normal
}
body {
	font-family: 'Microsoft YaHei', 'Heiti SC';
	background: #fff;
	font-size: 14px;
	color: #1a1a1a;
}/* CSS Document */
.container {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}
/*-----------------content-------------------*/
.login {
	width: 580px;
	height: auto;
	display: table;
	border: 2px solid #e6e6e6;
	padding:15px 15px 20px 25px
}
.login h3 {
	font-size: 16px;
	color: #005fc7
}
.login h3 span {
	color: #ff0000
}
.seach {
	float: left;
	width: 365px;
	height: 255px;
	margin-top:20px;
	padding:5px 0 0 15px;
	background: #f7fafc`
}
.seach label {
	display: table;
	margin-top: 15px;
}
.seach label span {
	font-size: 15px;
	color: #1a1a1a;
	font-weight: bold;
}
.seach input.input1 {
	width: 210px;
	height: 38px;
	border: 2px solid #d9d9d9;
	background: #fff;
	line-height: 38px;
	overflow: hidden;
	padding:0 45px 0 10px;
	font-weight: normal;
}
.seach input.us_name {
	background: #fff url(../images/icon.png) no-repeat 233px 8px;
}
.seach input.pa_word {
	background: #fff url(../images/icon.png) no-repeat 233px -58px;
}
.seach input.input2 {
	float: left;
	width: 128px;
	height: 40px;
	border: none;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 10px;
	cursor: pointer
}
.seach input[type="submit"] {
	background: #0669d6;
	margin-left: 60px
}
.seach input[type="button"] {
	background: #f70303
}
.seach .phone { margin:20px 0 0 65px; font-size:14px; line-height:25px;}
.seach .phone p {
	color: #333
}
.seach .phone h2 {font-size:16px;
	color: #ff0000
}
.explain{ float:left;height: 260px; border-left:1px dashed #d9d9d9; margin:20px 0 0 0; padding-left:30px}
.explain h2{ font-size:16px; color:#000}

.explain h3,.explain p{ font-size:15px; line-height:32px;}
.explain p span{ color:#f00;}
.explain h3.top{ margin-top:15px;}
