#main{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom: 6rem;
}
.webpath{
	width:100%;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
	padding-top:1rem;
	border-top:0.1rem solid #434343;
}
.webpath a{
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
}
.webpath a.tohome{
	background: url("../images/tohome.png") left center no-repeat;
	background-size:1.4rem 1.4rem;
	padding-left: 2rem
}
/**overview*/
.overview .title{
	display: inline-block;
	width:100%;
	height:6rem; 
	line-height: 6rem;
	text-align: center;
	font-size:2.4rem;
	font-family: "宋体";
	font-weight: bold;
	color:#000; 
}
.overview .title .icon{
	display: inline-block;
	width:15px;
	height: 14px;
	background: url("../images/ovtitle.png") center center no-repeat;
	margin: 0 20px;
}
.overview .model{
	display:inline-block;
	width:100%;
	background: url("../images/modelbg.png") left top no-repeat;
	background-size:100%;
}
.overview .model label{
	display: inline-block;
	height: 3.3rem;
	line-height: 2.5rem;
	vertical-align: middle;
	font-size: 1.6rem;
	font-family: "微软雅黑";
	color:#000; 
	padding-left: 4%;
}
.overview .modelbox .hd{
	display: inline-block;
	width:100%;
	text-align: center;
	margin-top: 2rem;
}
.overview .modelbox .hd ul{
	display:inline-block;
}
.overview .modelbox .hd ul li{
	float: left;
	height: 3rem;
	line-height: 3rem;
	border:0.1rem solid #DFDFDF;
	font-size: 1.4rem;
	font-family: "微软雅黑";
	color:#707070; 
	margin: -0.1rem 0 0 -0.1rem;
	white-space: nowrap;
	overflow: hidden;
}
.overview .modelbox .hd ul li.on{
	background: #E60012;
	color:#FFF;
}
.overview .model1 .modelbox .hd ul{
	width: 44%;
}
.overview .model1 .modelbox .hd ul li{
	width:49%;
}
.overview .model2 .modelbox .hd ul{
	width: 84%;
}
.overview .model2 .modelbox .hd ul li{
	width:49%;
}

.overview .modelbox .smproclass{
	width:100%;
	background: #FFF;
	margin: 0 auto 1rem;
}
.overview .modelbox .smproclass .mbox{
	padding: 1rem 0;
}
.overview .modelbox .smproclass a{
	display: block;
	float: left;
	width:48%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border: 0.1rem solid #B5B5B5;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#707070;
	margin: 1rem 0 0 1.9%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.overview .modelbox .smproclass a:active{
	background: #E60012;
	color: #FFF;
}
.overview .modelbox .smproclass a.first{
	margin-left:0;
}

