body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/atdyy-e3diu_bg.jpg) #020202 center no-repeat;
	background-size: cover;
}
/*以下是首页下拉菜单样式*/
.search_select {
	height: 34px;
	font-size: 20px;
	color: #848383;
	font-family: 宋体;
	vertical-align: middle;
	border: solid 1px #00b7ee;
	padding: 0px 7px;
	background: transparent;
}
/*========================查询界面============================*/
.searchinput {
	width: 500px;
	display: block;
	height: 44px;
	line-height: 38px;
	vertical-align: middle;
	border: solid 2px #7c0000;
	background: white;
	padding: 0 20px;
	margin: 5px;
	font-size: 20px;
	color: #00b7ee;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
}
.searchinput:hover {
	-webkit-box-shadow: inset 0 2px 14px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 14px rgba(0, 0, 0, .1);
	box-shadow: inset 0 2px 14px rgba(0, 0, 0, .1);
}
.searchbtn {
	width: 500px;
	height: 44px;
	color: white;
	background: #7c0000;
	border: 0px;
	cursor: pointer;
	font-size: 14px;
	vertical-align: middle;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
}
.searchbtn:hover {
	background: #510000;
}
.search_input_m {
	width: 95%;
	height: 40px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	border: solid 2px #7c0000;
	background: white;
	color: #00b7ee;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
}
.search_btn_m {
	background: #7c0000;
	border: 0px;
	width: 95%;
	height: 40px;
	color: white;
	border-radius: 5px;
}
.gyf-ui-foot {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background: #1E1E1E;
}
.gyf-ui-foot-bar {
	padding: 10px;
}
.gyf-ui-foot-bar a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
.gyf-ui-foot-bar span {
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.preview{
	position:fixed;
	top:0;
	left:0;right:0;
	margin:0 auto;
	color:white;
	text-align: center;
	background:rgb(255,255,255,0.5); 
}