@CHARSET "UTF-8";

body {
	background-image: url("../img/index/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
	min-width: 1000px;
	min-height: 400px;
}

.iconDiv {
	width: 1000px;
	height: 35px;
	text-align: right;
}

.iconDiv img {
	margin: 10px 1px 1px 30px;
}

.iconDiv:hover{
	
}
.titleDiv,.searchDiv,.iconDiv {
	margin-left: auto;
	margin-right: auto;
}

.titleDiv {
	background-image: url("../img/index/title.png");
	background-repeat: no-repeat;
	width: 604px;
	height: 54px;
	margin-top: 50px;
}

.searchDiv {
	background-image: url("../img/index/tu_14.png");
	background-repeat: no-repeat;
	width: 746px;
	height: 86px;
	margin-top: 80px;
}

.searchInput {
	margin-left: 15px;
	margin-top: 15px;
	width: 580px;
	height:52px;
	font-size: 40px;
	font-family: 微软雅黑;
	border: 0;
}

.promptDiv {
	width: 100%;
	font-family: 微软雅黑;
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-top: 30px;
}

.copyrightDiv {
	width: 100%;
	font-family: 宋体;
	text-align: center;
	font-size: 14px;
	color: #6A7071;
	position: fixed;
	bottom: 15px;
}