@charset "utf-8";
#productlist{
	padding-top:60px;
}
#productlist .mainDiv{
	padding-bottom:58px;
	max-width:1000px;
	margin:0 auto;
	font-size:14px;
	line-height:22px;
}
#productlist .mainDiv H1{
	color:#333;
	font-size:36px;
	line-height:36px;
	letter-spacing:1px;
}

#productContent{
	color:#333;
	text-align:left;
	padding-top:35px;
	line-height:22px;
}
#productContent h2{
	font-size:32px;
	line-height:32px;
	font-weight:800;
}
#productContent h3{
	padding-bottom:20px;
	font-size:20px;
	line-height:23px;
}
#productContent h4{
	padding-top:35px;
	font-size:16px;
	line-height:20px;
}
#productContent ul{
}
#productContent ul li{
}

#productlist .map{
	height:500px;
}
#sendMessage{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	width:1000px;
	border:1px dashed #666;
	background-color:#fff;
	color:#333;
	padding:7px;
}
#sendMessage h5{
	font-size: 16px;
    padding: 2px 0;
    border-radius: 10px;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 12px;
    color: #fff;
    background-color: #ff5590;
}
#sendMessage dl{
	margin-top:12px;
}
#sendMessage dl dt{
}
#sendMessage dl dt input{
	width:239px;
	line-height:22px;
	background-color:#EFEFEF;
	border:1px solid #8A7998;
	color:#333;
}
#sendMessage dl dd{
	margin-top:8px;
}
#sendMessage dl dd textarea{
	width:98%;
	height:94px;
	background-color:#EFEFEF;
	border:1px solid #8A7998;
	color:#333;
}
#sendMessage h6{
	margin-top:5px;
	font-size:12px;
}
#sendMessage h6 input{
	width:130px;
	background-color: #ff5590;
    line-height: 22px;
    letter-spacing: 1px;
    border: 1px solid #b50460;
}


/*手机版 宽度少于1024*/
@media screen and (max-width: 1024px){
	.pageAD{
		margin-top: 60px;
	}
	#productlist .mainDiv H1{
		font-size:2.5em;
		line-height:1em;
	}
	
	#productContent{
		width:95%;
		margin:0 auto;
	}
	
	#sendMessage{
		max-width:95%;
	}
	#sendMessage dl dt input{
		max-width:98%;
		width: 98%;
	}
}

