/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: relative;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 300px;
	height: 40px;
	margin: 0;
	z-index: 300;
	padding: 10px 45px 10px 20px;
	font-family: inherit;
	font-size: 14px;
	color: #808080;
}

.sb-search-input::-webkit-input-placeholder {
	color:#808080;
}

.sb-search-input:-moz-placeholder {
	color: #808080;
}

.sb-search-input::-moz-placeholder {
	color: #808080;
}

.sb-search-input:-ms-input-placeholder {
	color: #808080;
	}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #058ef4;
	z-index: 9999;
	font-size: 14px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #da6d0d;
	color: #fff;
	z-index: 500;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 600;
}






.search-end{
float: left;
width:840px;
padding: 30px;
min-height:860px;
height:auto !important;
overflow: hidden;
}

.insearch{
float: left;
width:840px;
height:90px;
background: #fff;
overflow: hidden;
}


.big-search{
float: left;
margin-left: 100px;
margin-top: 20px;
width:502px;
height:42px;
background: #fff;
border: #0579cf solid 2px;
overflow: hidden;
}
.big-search-input{
float: left;
width:360px;
height:40px;
	font-family: inherit;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	color: #808080;
border: none;
outline: none;
background: #FFF;
}

.big-search-submit{
float: right;
width:120px;
height:40px;
border: none;
outline: none;
display: block;
cursor:pointer;
background:  url("../images/insearch.png") no-repeat center;
}




.search-end-inlist{
float: left;
width:100%;
background: #ffffff;
height:auto !important;
overflow: hidden;
}


.search-title{
	line-height: 40px;
	text-align: left;
	height:40px;
	font-size:18px; 
    font-family: "Microsoft YaHei","微软雅黑","黑体","宋体";
    color: #333;
}

.search-title a:link {COLOR:#262626;TEXT-DECORATION: none;}
.search-title a:visited{COLOR:#262626;TEXT-DECORATION: none;}
.search-title a:hover{COLOR:#E62E46;TEXT-DECORATION: none;}
.search-title a:active {color:#900;text-decoration: none;}


.search-content {
	line-height: 20px;
	text-align: left;
	text-indent: 2em;
	font-size:12px;
	TEXT-JUSTIFY: inter-ideograph; 
    TEXT-ALIGN: justify;
    font-family: "Microsoft YaHei","微软雅黑","黑体","宋体";
    color: #808080;

}
.search-time{
    line-height: 30px;
	text-align: right;
	font-size:12px;
    font-family: "Microsoft YaHei","微软雅黑","黑体","宋体";
    color: 262626;
	border-bottom: #949494 dotted 1px;

}

.search-end-page{
float: left;
margin-top: 20px;
width:840px;
height:30px;
    line-height: 30px;
	text-align:center;
	font-size:14px/22px; 
    font-family: "Microsoft YaHei","微软雅黑","黑体","宋体";
    color: 262626;
}

.search-advice{
float: left;
margin-top: 30px;
width:840px;
height:120px;
    line-height: 30px;
	text-align:center;
	font-size:12px/22px; 
    font-family: "Microsoft YaHei","微软雅黑","黑体","宋体";
    color: 262626;
}



