.hid{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.container{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
/*首页*/
.sousuo{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ss{
	position: absolute;
	width: 100%;
	padding: 0 15px;
	font-size: 0;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}
.ss>a{
	display: inline-block;
}
.form{
	margin-top: 30px;
}
.form input{
	display: inline-block;
	vertical-align: top;
}
.form input[type=text]{
	width: 35%;
	min-width: 200px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #dddddd;
	padding: 0 12px;
	transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	color: #999;
	display: inline-block;
	vertical-align: top;
}
.form input[type=text]:focus{
	border: 1px solid #19b955;
}
.form input[type=submit]{
	width: 6%;
	min-width: 80px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #ffffff;
	background: #19b955;
	border: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
/*首页*/

/*搜索列表页*/
.ss-head{
	padding: 0 15px;
	font-size: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 99;
}
.ss-head h2{
	font-size: 26px;
    text-align: center;
    padding-top: 20px;
    width: 75%;
}
.ss-head a{
	display: inline-block;
	vertical-align: top;
	padding: 15px 0;
}
.ss-head .form-ss{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	padding: 21px 0;
	width: 60%;
}
.ss-head .form-ss input{
	display: inline-block;
	vertical-align: top;
}
.ss-head .form-ss input[type=text]{
	width: 80%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dddddd;
	padding: 0 12px;
	transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	display: inline-block;
	vertical-align: top;
}
.ss-head .form-ss input[type=text]:focus{
	border: 1px solid #19b955;
}
.ss-head .form-ss input[type=submit]{
	width: 15%;
	min-width: 80px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;
	background: #19b955;
	border: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.ss-content{
	padding-top: 135px;
	padding-left: 15px;
	padding-right: 15px;
}
.ss-list{
	min-height: 580px;
}
.ss-list h2.tishi{
	padding-top: 50px;
	text-align: center;
}
.ss-list h2.tishi a{
	color:#cc0000;
}
.ss-list li{
	
}
.ss-list li font{
	color: #cc0000;
}
.ss-list li h3{
	padding-top: 35px;
}
.ss-list li h3 a{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	font-family: 'SimHei';
}
.ss-list li div{
	
}
.ss-list li div p{
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
.ss-list li div p.dh span{
	display: inline-block;
	vertical-align: middle;
}
.ss-list li div p.js b{
	display: inline-block;
	font-weight: bold;
}
/*搜索列表页*/



/*分页*/
.pagination-wrapper{ 
  	margin: 50px 0;
  	text-align: left;
} 
.pagination{ 
  	font-size: 0;
} 
.pagination td{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px; 
}
.pagination td:last-child{
	display: none;
}
.pagination a{ 
  display: inline-block;
  height: 30px; 
  line-height: 30px;   
  padding: 0 10px; 
  font-size: 14px; 
  border: 1px solid #e3e3e3; 
  color: #666666; 
  text-decoration: none; 
  box-sizing: border-box;
  transition: all .3s;
  -moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
  background: #f6f6f6;
  margin-right: 4px;
} 
.pagination a.thislink,
.pagination a.current{
	background: #19b955; 
  	color: #fff;
  	border-color: #19b955;
}
.pagination a:last-child{
	margin-right: 0;
}
.pagination a:hover{ 
  background:#19b955; 
  color:#fff; 
  border-color: #19b955;
} 
.pagination td.active a { 
  background: #19b955; 
  color: #fff;
  border-color: #19b955;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 40px; 
  	line-height: 40px; 
  	padding: 0 15px; 
  	font-size: 14px; 
  	border: 1px solid #e3e3e3; 
  	color: #666666; 
  	box-sizing: border-box;
}
#page_index{
	display: inline-block;
  	height: 40px; 
  	line-height: 40px; 
  	padding: 0 15px; 
  	font-size: 14px; 
  	border: 1px solid #e3e3e3; 
  	color: #666666; 
  	box-sizing: border-box;
}
/*分页*/


.footer{
	padding: 25px 15px;
	background: #000000;
}
.footer .fl{
	font-size: 0;
	margin-right: 20px;
}
.footer .fl p{
	font-size: 12px;
    color: #cccccc;
    line-height: 30px;
}
.footer .fl p span{
	margin-right: 5px;
}
.footer .fr{
	font-size: 0;
	margin: 5px 0;
}
.footer .fr a{
	display: block;
}


@media screen and (max-width: 760px) {
	.ss-head h2{
		width: 100%;
	}
	.footer .fl{
		margin-right: 0;
	}
	.footer .fr{
		float: left;
	}
}
@media screen and (max-width: 710px) {	
	.ss-head h2{
		display: none;
	}
	.ss-head a{
		padding:10px 0;
	}
	.ss-head a img{
		height: 35px;
		display: inline-block;
		vertical-align: middle;
	}
	.ss-head a span{
		display: inline-block;
		vertical-align: middle;
		font-size: 22px;
		color: #333;
		margin-left:12px;
		font-weight: bold;
	}
	.ss-head .form-ss{
		display: block;
		width: 100%;
		margin-left:0;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.ss-head .form-ss input[type=text]{
		width: 80%;
	}
	.ss-content{
		padding-top: 110px;
	}
}
@media screen and (max-width: 430px){
	.ss-head .form-ss input[type=text]{
		width: 70%;
	}
}

@media screen and (max-width: 415px){
	.ss-head a span{
		font-size: 18px;
	}
}
@media screen and (max-width: 370px){
	.ss-head a span{
		font-size: 14px;
	}
}