html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background-color: #f5f7fa;
}

.bgbg {
	background: url("bgbg.png") no-repeat;
	background-position: bottom;
	background-size: 100% 100%;
}

* {
	padding: 0;
	margin: 0;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.tools input[type=passname],
.tools input[type=password],
.tools button {
	/* border: 0px; */
	resize: none;
	outline: none;
	BACKGROUND-COLOR: transparent;
	border: 1px solid #ffffff;
	border-radius: 4px;
}

.tools input[type=passname],
.tools input[type=password] {
	width: 100px;
	BACKGROUND-COLOR: transparent;
}

input[type=radio] {
	border: none !important;
}

input {
	resize: none;
	outline: none;
	BACKGROUND-COLOR: transparent;
	border: 1px solid #ffffff;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

.mainframe {
	position: relative;
	width: 1194px;
	min-width: 1194px;
	margin: 0 auto;
	background: white;
	padding: 0px 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.searchs {
	width: 1194px;
	min-width: 1194px;
	min-height: 1000px;
	box-sizing: border-box;
	display: none;
	margin: 0px auto;
	background: white;
	padding: 0px 20px;
	overflow: hidden;
}

#form1 {
	border: none;
}

.bg {
	background-image: url('bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/bg.png', sizingMethod='scale');
}

.bt_link {
	font-size: 16px;
	color: #333333;
}

img.logoimages {
	margin-top: 150px;
	margin-left: 0;
}

.block {
	display: none;
}

a,
a:link,
a:active,
a:visited {
	color: #333333;
	text-decoration: none;
}
.cuurnt a:hover {
    color: white;
}

