@charset "utf-8";
/* CSS Document */
body, div, ul, li, p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

table, tr, td {
	border: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

ul, li {
	list-style: none;
	list-style-type: none;
}

body {
	background: #fff;
}

.logo {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.hearder {
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	position: fixed;
	top: 0px;
}

hr {
	width: 97%;
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #005580;
	text-decoration: none;
}

.con {
	POSITION: absolute;
	BACKGROUND-COLOR: #fff;
	MARGIN-TOP: -170px;
	WIDTH: 1059px;
	MARGIN-LEFT: -480px;
	TOP: 50%;
	LEFT: 45%;
}

.con-left {
	width: 432px;
	height: 282px;
	background: #63F;
	float: left;
}

.con-right {
	width: 424px;
	height: 320px;
	border: 1px solid #dfdfdf;
	float: right;
}

.con-right h2 {
	width: 290px;
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
	font-family: Arial, "微软雅黑";
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 40px;
	border-bottom: 1px solid #dfdfdf;
}

.con-right form {
	margin-top: 28px;
}

.con-right input.inputone {
	width: 205px;
	height: 25px;
	line-height: 25px;
	margin-left: 109px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: Arial, "微软雅黑";
	font-size: 12px;
}

.con-right input.inputtwo {
	width: 110px;
	heigth: 25px;
	line-height: 25px;
	padding-left: 5px;
	margin-left: 109px;
/*


	*/
	font-family: Arial, "微软雅黑";
	font-size: 12px;
}

/*.con-right span.input-group-addon1 {
	width: 85px;
	width: 25px;
	line-height: 25px;
	margin-left: 109px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: Arial, "微软雅黑";
	font-size: 12px;
}*/

.con-rigth span.input-group-addon {
	width: 70px;
	heigth: 25px;
	line-height: 25px;
	margin-left: 109px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: Arial, "微软雅黑";
	font-size: 12px;
}

.con-right input.submit {
	width: 214px;
	height: 30px;
	line-height: 30px;
	margin-left: 109px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #307dd7;
	border: none;
	color: #fff;
	font-family: Arial, "微软雅黑";
}

/*.con-right p {
	text-align: right;
	font-family: Arial, "微软雅黑";
	font-size: 12px;
	color: #666;
	margin-right: 100px;
}*/

.footer {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background: #fafafa;
	font-family: Arial, "微软雅黑";
	height: 140px;
	color: #666;
	font-size: 12px;
	position: fixed;
	top: 85%;
}

.icpinfo {
	width: 100%;
	font-family: Arial, "微软雅黑";
	padding:20px 32%;
	color: #666;
	font-size: 12px;
	position: fixed;
	bottom: 0px;
}

.footer ul {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}

.footer ul li {
	width: 24.5%;
	height: 100px;
	float: left;
	border-right: 1px solid #dfdfdf;
}

.footer ul li.last {
	border-right: none;
}

.footer ul table {
	width: 200px;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
}

.footer ul h5 {
	margin-left: 35%;
	font-size: 16px;
	color: #000;
}

.footer ul p.sale {
	margin-left: 35%;
	margin-top: 5px;
}

.footer ul p.sale a {
	text-decoration: none;
	color: #666;
}

.footer ul p.sale a:hover {
	color: #09F;
}