body{
	background: #ebf0f2;
}
header{
	width: 960px;
	padding-top: 30px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 111;
	font-size: 0;
}
.search{
	width: 904px;
	/*height: 62px;*/
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.search img{
	position: absolute;
	left: 24px;
	top: 16px;
}
.search input{
	width: 100%;
	height: 100%;
	background: #ededed;
	font-size: 28px;
	border: 0;
	outline: 0;
	border-radius: 50px;
	padding-left: 77px;
}
.search input::-webkit-input-placeholder{
	font-size: 28px;
	color: #c1c1c1;
}
header>ul{
	display: inline-block;
}
header>ul>li{
	float: left;
	margin-right: 78px;
}
header>ul>li:nth-last-child(2){
	margin-right: 0;
}
header>ul>li a{
	line-height: 74px;
	font-size: 40px;
	display: block;
	color: #505050;
}
.h_active{
	color: #5eb4b4 !important;
}
.back{
	position: absolute;
	left: 27px;
	bottom: 16px;
}


.page_ip1{
	padding-top: 166px;
}
.page_ip1 img{
	display: block;
	width: 100%;
}
.goods_lists{
	padding: 27px 24px 0;
	background-color:#fff;
	margin-bottom: 33px;
}
.goods_lists li{
	float: left;
	width: 444px;
	margin-right: 24px;
	background: #f8f8f8;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 16px;
}
.goods_lists li:nth-child(2n){
	margin-right: 0;
}
.goods_img{
	width: 330px;
	height: 223px;
	margin: 0 auto 12px;
	overflow: hidden;
	background: #f8f8f8;
}
.goods_img img{
	display: block;
	width: 100%;
}
.goods_lists li p{
	width: 330px;
	margin: 0 auto 15px;
	padding-left: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goods_name{
	height:auto !important;
	font-size: 40px;
	line-height:36px;
	color: #5eb4b4;
	padding-bottom:20px;
}
.goods_des{
	font-size: 32px;
	color: #505050;
}
.goods_price{
	font-size: 32px;
	line-height:30px;
	color: #505050;
}
.more{
	display: inline-block;
	width: 330px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #5eb4b4;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-top:20px;
}
header>a>img {
    padding-right: 100px;
}