#navtop{
			border-bottom: double 5px #c01800;
		}
body{
	padding: 7% 5% 1% 5%;
	background-color:rgba(240, 240, 240, 1);
	/*background: url(../i/bg.png) no-repeat center top;
	background-size: 100% auto;
	background-position: 0px 15px;*/
}
/*正常的未被访问过的链接*/

a:link {
	text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
	text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
	text-decoration: none;
}


/* 正在点击的链接*/

a:active {
	text-decoration: none;
}


.tag, .suptag, .purtag{
    margin: 5px;
    }
.mbottom,#banner{
	margin-bottom: 15px;
	
}
#hotbox>img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*产品列表*/
.extend{
	background: url(../i/extend.png) no-repeat top left;
	background-size: 30% auto;	
	border-top: 10px solid rgb(255,85,82);
	border-left: 1px dashed rgb(238, 136, 151);
	border-right: 1px dashed rgb(238, 136, 151);
	border-bottom: 1px dashed rgb(238, 136, 151);
}
.extend:hover{
	box-shadow: #9a9a9a 5px 5px 10px;
	transform: scale(1.1);	
}
.comname {
	height: 2rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
	color: #414a60;
}

.comname:hover {
	color: #047EF7;
}
.thumbnail{
	height: 250px;
	padding: 30px 4px;
}
.proimg{
	height: 96px;
}
.caption{
	height: 130px;
}
.text-muted{
	font-size:10px;
}
