body{
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #fff;
}
.head{
	margin: 15px 0px;
}
.head img{
	height: 40px;
	position: relative;
	left: 20px;
}
.head div{
	float: right;
	position: relative;
	right: 20px;
	top:5px;
	font-size: 26px;
}
.head2{
	position: relative;
}
.head2 img{
	width: 100%;
}
.head2 .title{
	position: absolute;
	text-align: center;
	top:30px;
	width: 100%;
	/* transform-origin:50% 50%;
	transform:translate(-50%,-50%); */
    
}
.head2 .title1{
	color: #fff;
	font-size: 26px;
}
.head2 .title2{
	color: #fff;
	font-size: 14px;
}
.position{
	background-color: #e0e0e0;
	text-align: center;
	padding: 8px;
	margin-bottom: 30px;
}

.searched-color{
	color: #38b3c3;
}
.search-page-product-body{
	text-align: center;
}
.search-page-product-item{
	margin-bottom: 20px;
}
.search-page-product-item img{
	border: 1px solid gray;
}
.search-page-product-item-text{
	text-decoration: underline;
}

.news-body{
	padding: 20px;
}
.news-body img{
	width: 100%;
}
.news-text-title{
	text-decoration: underline;
	text-align: center;
}
.news-text-date{
	color:#919191;
	text-align: center;
}
.news-text-content{
	word-wrap: break-word;
    width: 100%;
    margin-top: 15px;
    color: #919191;
    font-size: 9px;
}
.search-page-news-body .page{
	text-align: center;	
}
.search-none{
	text-align: center;
}












