
.web_Title {
	width: 100%;
	height: 160px;
	line-height: 50px;
	border: 1px solid black;
}
.web_Title span {
	color: black;
	font-size: 16px;
	color: red;
	font-weight: bold;
}
.web_Title p{
	color: white;
}
.web{
	width: 1080px;
	margin: 0 auto;
	/*margin-top: 100px;*/
}
.Clear{
	clear: both;
}
#DH ul li{
	float: left;
	padding: 10px 15px;
    background: rgb(247, 247, 247);
    color: #333;
    margin-right: 0px;
    border-radius: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ddd;
	border-right: none;
	border-top:  none;
	cursor: pointer;
}
#DH {
	margin-top: 22px;;
}
.active {
	background: #fa061d !important;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #333 !important;
    cursor: pointer;
}
#webshop{
	width: 100%;
	position: relative;
	margin: 0 auto;
	border: 1px solid black;
	margin-top: 22px;
	height: 2030px;
}
.webimg{
	text-align: center;
	width: 190px;
	height: 141px;
	border: 2px solid #000000;
	cursor: pointer;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 10px;;
	margin-left: 12px;
	color: white;
}
.webimg img {
	width: 189px;
	height: 140px;
}
.webimg:hover{
	border: 2px solid red;
	color: red;
	cursor: pointer;
	font-weight: bold;	
}
.webimg span {
	margin-top: 5px;
	position: relative;
	
}
