*{
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
}
#main{
	width: 100%;
	overflow: hidden;
}
.container{
	width: 100%;
}
/*------------------------------- list ----------------------------*/
.list{
	width: 100%;
	height: 113px;
	background-color:#e6e6e6;
}
.list hr{
	height: 80px;
	width: 1px;
	background-color: #a6a6a6;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.list ul{
	padding-left: 250px;
	height: 115px;
	list-style: none;
}
.list ul li{
	float: left;
	height: 100%;
}
.list ul li img{
	float: left;
	width: 130px;
	height: 100px;
	margin-top: 13px;
	vertical-align: bottom;
}
#list-cont{
	float: left;
	font-size: 17px;
	margin-left: -58px;
	margin-top: 50px;
	color: #000;
	text-decoration: none;
}
#list-cont:hover,#list-cont .text:hover{
	color: red;
}
.text{
	font-size: 12px;
	color: #7a7975;
}


/*------------------------------- body ----------------------------*/
.body_product img{
	width: 100%;
}

.body{
	width: 100%;
}
.list_product_two{
	width: 100%;
	position: relative;
}
.list_product_two img{
	width: 100%;
}
.list_product_text2{
	top: 170px;
	right: 260px;
	position: absolute;
}
.list_product_text2 .title2{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #47484a;
}
 .product_hr{
	background-color: #494949;
	height: 4px;
	width: 40px;
	margin: 0;
	margin: 20px 0 5px 0;
}
.list_product_text2 ul{
	list-style: none;
}
.list_product_text2 li{
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 1px;
}
.list_product_text2 .cont_title2{
	color: #47484a;
}
.list_product_text2 .cont2{
	color: #7a7975;
}
button{
	font-size: 20px;
	width: 150px;
	border-radius: 18px;
	background-color: #494949;
	border: 0;
	color: #c2c2c2;
	text-align: center;
	padding: 2px 0;
	margin-top: 20px;
}

/*------------------------初见倾心 久听不腻--------------------------*/
.instructions{
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;

}
.instructions-title{
	width: 100%;
	font-size: 32px;
	text-align: center;
	color: #404040;
	padding-top: 35px;
	letter-spacing: 2px;
	/*font-weight: lighter;*/
}
/*464646*/
.instructions-cont{
	color: #7a7975;
	font-size: 18px;
	margin:  10px 0 40px 0;
	letter-spacing: 1px;
}
.instructions-detail{
	width: 750px;
	margin-bottom: 10px;
}

.instructions-detail ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.instructions-detail .detail-title{
	color: #535353;
	font-size: 24px;
	margin: 5px 0;
	letter-spacing: 1px;
}
.instructions-detail .detail-cont,.detail-cont2{
	color: #7a7975;
	font-size: 18px;
	letter-spacing: 1px;
}
.detail-cont2{
	font-size: 12px;
}
.instructions-detail img{
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
}
.instructions-detail ul li{
	width: 260px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*------------------------专业系统--------------------------*/
.system-box,.ear-box,.parameter-box{
	width: 100%;
	position: relative;
}
.system-box img,.ear-box img{
	width: 100%;
}
.system{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: #fff;
}
.system-title,.parameter .parameter-title{
	font-size: 32px;
	text-align: center;
	color: #404040;
	padding-top: 35px;
	letter-spacing: 2px;

}
.system-cont,.parameter .parameter-cont{
	color: #7a7975;
	font-size: 18px;
	margin:  10px 0 20px 0;
	letter-spacing: 1px;
}
/*------------------------向耳朵问好--------------------------*/
.ear{
	position: absolute;
	left:300px;
	top: 50px;
	color:#7a7975;
	letter-spacing: 1px;
}
.ear ul{
	list-style: none;
}
.ear .ear-title{
	font-size: 32px;
	text-align: left;
	color: #404040;
	letter-spacing: 2px;
}
.ear-sty{
	margin: 8px 0;
}
.ear-cont{
	color:#7a7975;
	margin: 10px 0 50px 0;
}
.ear_hr{
	background-color: #494949;
	height: 4px;
	width: 28px;
	margin: 0;
	margin: 20px 0 8px 0;
	display: inline-block;
}
.detail-cont{
	display: inline-block;
	font-size: 23px;
	color: #494949;
}
.ear-detail,.ear-detail2{
	font-size: 16px;
	line-height: 24px;
}
.ear-detail2,.parameter-detail2{
	margin-bottom: 35px;
}

/*------------------------商品参数--------------------------*/
.parameter{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.parameter .list-parameter{
	height: 230px;
	padding-left: 200px;
	letter-spacing: 0.5px;
}
.parameter ul{
	float: left;
	margin: 40px 60px 10px 60px;
	list-style: none;
}
.parameter-title, .parameter-cont{
	text-align: center;
}
.parameter-detail,.parameter-detail2{
	font-size: 13px;
	line-height: 28px;
	color: #7a7975;
}
.parameter_hr{
	background-color: #494949;
	height: 2px;
	width: 210px;
	margin: 0;
	margin: 10px 0;
}
.parameter .notice{
	width: 100%;
	font-size: 12px;
	color: #7a7975;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
}




/*------------------------您或者喜欢--------------------------*/

.like{	
	width: 100%;
	height: 400px;
	background-color: #fff;
	
}

.text-line
{
	color: #595959;
	text-align: center;
	font-size: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.text-line:before,.text-line:after
{
	content: "";
	width: 44%;
	border-top: 2px #ccc solid;
	display: inline-block;
	vertical-align: middle;
}
.text-line:before{margin-right: 25px;}
.text-line:after{margin-left: 25px;}
.like_bottom{
	width: 1052px; margin:0px auto;
}

.like_bottom ul{
	list-style: none;
	padding-top: 20px;
}
.like_bottom ul li{
	float: left;
	padding-left:8px ;
}
.like_bottom ul li img{
	width: 255px;
	height: 258px;
}


.productcontent { width:100%; min-height:800px; text-align:center;}
.productcontent img { width:100%}