.searchBTN2 {
	border: none;
	height: 42px;
	width: 42px;
	position: relative;
	top: -75px;
	left: 220px;
	cursor: pointer;
	outline: none;
	background: transparent;
}
/* 搜索图标 */
.searchBTN2:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
	color: #F9F0DA;
}

#searchVIEW {
	width: 102%;
	text-align: center;
	height: 500px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	top: 1px;
}

#searchBG {
	
}

#searchWIN {
	width: 960px;
	position: absolute;
	z-index: 333;
	left: 50%;
	top: 100px;
	margin-left: -480px;
	text-align: left;
}

#searchWIND {
	width: 920px;
	height: 200px;
	padding: 40px 0 0 40px;
	color: #fff;
	text-align: left;
	background: url(__IMG__/searchbj.png) no-repeat !important;
	transition: width 1s ease-in-out, height 1s ease-in-out;
	-webkit-transition: width 1s ease-in-out, height 1s ease-in-out;
	/* Safari */
}

#view_jz {
	position: absolute;
	z-index: 334;
	top: 286px;
	left: 50%;
	width: 851px;
	margin-left: -383px;
	/* border-top: 2px solid #FFF; */
	/* border-bottom: 2px solid #F9F0DA; */
	height: 0px;
}

#assess_jz {
	display: none;
	/* position:absolute; */
	/* top:400px; */
	/* left: 50%; */
	width: 847px;
	/* margin-left: -380px; */
	/* background-color:fff; */
	/* height:200px; */
}

.intputdata {
	float: left;
	width: 80px;
}

table {
	margin-left: 20px;
	width: 100%;
	height: 198px;
	text-align: center;
}

input {
	color: white;
	outline: none;
	background: transparent;
}

/* 报告框 */
.ptxt {
	float: left;
	color: white;
}
/* 关闭图标 */
.view_close:before {
	content:"\f2d3";
	font-family: FontAwesome;
	font-size: 38px;
	color: #000000;
}
.view_close{
	position: fixed;
	left: 50%;
	margin-left:400px;
	top: 58px;
	z-index: 20005;
}

.view_bg {
	background: #fdfef8;
	color: black;
	position: fixed;
	left: 50%;
	top: 58px;
	z-index: 20001;
	margin-left: -450px;
	width: 900px;
	display: none;
}

.trb {
	height:55xp;
}

.num {

	font-size: 21px;
}

.unit {
	font-align: center;
	line-height: 10px;
	font-size: 14px;
}

.showview_jz {
	transition: width 1s ease-in-out, height 1s ease-in-out;
	-webkit-transition: width 1s ease-in-out, height 1s ease-in-out;
	/* Safari */
}

/* 阴影层 */
.shade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index: 20000;
}

.input_tj {
	margin-top: 26px;
}

.close_jz {
	position: absolute;
	width: 28px;
	height: 28px;
	top: -36px;
	right: -60px;
	cursor: pointer;
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 30px;
	color: #F9F0DA;
}

#searchBTN1 {
	position: relative;
	left: 50%;
	margin-left: -300px;
	top: -80px;
	width: 600px;
	height: 42px;
	padding-left: 15px;
	border: 3px solid #F9F0DA;
}

#searchBTN1::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #F9F0DA;
}

#searchBTN1:-moz-placeholder { /* Mozilla Firefox 4 to 18+ */
	color: #F9F0DA;
}

#searchBTN1::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #F9F0DA;
}

#searchBTN1:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #F9F0DA;
}

a {
	text-decoration: none;
	outline-style: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* 下拉框 */
::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

::-webkit-scrollbar-track-piece {
	background-color: #ebebeb;
	-webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 32px;
	background-color: #ccc;
	-webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 32px;
	background-color: #ccc;
	-webkit-border-radius: 4px;
}

.mySelect {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	width: 160px;
	font-size:16px;
}