/* CSS Document */


a{ text-decoration:none; color:#262626;}
a:hover{ text-decoration: none; color:#CC0000;}
from,input,ul,li,p,label,dd,dl,dt,ol,h3{ margin:0; padding:0;}
input{ border:#CCCCCC solid 1px; line-height:25px; height:25px;}
ul,li{
	list-style-type: none;

}

.shouye_tu{ width:1200px; padding:0px;float:left;}
.shouye_tu dl{ width:140px;height:110px; float:left; display:inline; margin-left:4px; margin-right:4px; margin-bottom:4px }
.shouye_tu dt{
	width:94px;
	float:left;
	display:inline;
	height:60px;
	border: #CCCCCC;
	font-size: 1px;
}
.shouye_tu dd{
	width:160px;
	line-height:24px;
	height:24px;
	float:left;
	display:block;
	text-align:center;
	background-color:;
	background-color: #EBEBEB;
}
.shouye_tu p{
	display:block;
	line-height: 24px;
}

.cpt{width:700px;}
.cpt dl{float:left; margin:8px; }
.cpt dd{
	height:65px;
	text-align:center;
	background:#efefef;
	line-height:20px;
	width:216px;
	font-size: 12px;
	margin:5px 0px;display: flex;
	align-items: center;
	justify-content: center;
}
.cpt dt{width:215px;height:150px;overflow:hidden;border:1px solid #ccc;;text-align:center;line-height:150px;display: table-cell;vertical-align:middle;}
.cpt dt img{max-width:100%;max-height:100%;}
.cpt dd{ color:#000;}
.cpt dd a{
	line-height:20px;	
}


