.heard-img img {
	width: 100%;
}
.more img{
	margin: 40px auto;
    display: block;
    cursor: pointer;
}
.g-title{
	background: url("/newToneas/image/btk.png") no-repeat;
	background-size: 100% 100%;
	height: 50px;
    width: 800px;
    margin: 90px auto;
    position: relative;
}
.g-title label{
	color: #FFA312;
	font-weight: 600;
	font-size: 18px;
	position: absolute;
	left: 340px; 
    top: 13px;
    letter-spacing: 5px;
}
.g-title font{
	position: absolute;
	left: 310px;
    top: 55px;
    color: #999999;
    font-size: 18px;
}
.jiameng{
	text-align: center;
	margin: 50px 0;
}
.jiameng img {
	
}
.yuancheng{
	background: url("/newToneas/image/ditu1.png") no-repeat;
	background-size: 100% 100%;
	height: 500px;
}
.jm-text{
	text-align: left;
    width: 1000px;
    margin: 20px auto;
}
.zhengce{
	width: 1000px;
	margin: 0 auto;
}
.zhengce img{
	display: inline-block;
	margin: 30px;
}
.productlist{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.product{
	display: inline-block;
	width: 350px;
	cursor:pointer;
	background-color: white;
	margin: 10px 23px;
	-moz-box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
	-webkit-box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
	box-shadow: 3px 5px 20px #DBDBDB, 1px 4px 16px #DBDBDB;
	height: 260px;
}
.product img{
	width: 330px;
	height: 220px;
	margin: 10px;
}
.product label{
	text-align: center;
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #d5d5d5;
    margin-top: -16px;    
}
.moreproduct{
	display: none;
}