@import url(common.css);
.imageList {
	padding: 0px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
.imageList li {
	float: left;
	width: 30%;
	/*height:210px;*/
	margin: 5px 20px 15px;
	text-align: center;
	/*background-color: #f1f1f1;
	border: 1px solid #f1f1f1;position: absolute;
	padding: 11px;*/
	margin-left: 0px;
	display:block;
    margin: 1%;
    background-color: #cf0f0f;
}
.imageList li:hover {
	background-color: #f94848;
}
.imageList li a img {
	width: 100%;
	height: 100%;
	height: 200px;
}
.imageList li a.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background-color: #f1f1f1;
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
}
}
.imageList li:hover a.title,
.imageList li a.title:hover {
	color: #fff;
	background-color: #cf0f0f;
}

.tab {
	margin: 30px 0;
	clear: both;
}
.tab dt {
	border-bottom: 1px solid #DDD;
	height: 45px;
}
.tab dt strong {
	display: block;
	float: left;
	margin-left: 20px;
	line-height: 45px;
	padding: 0px 20px;
	font-weight: normal;
	background-color: #CCC;
	cursor: pointer;
}
.tab dt strong.active {
	background-color: #cf0f0f;
	color: #FFF;
}
.tab dt strong:hover {
	background-color: #BBB;
}
.tab dt strong.active:hover {
	background-color: #f04e4e;
}
.tab dd {
	padding: 30px 20px;
}
.tab dd .articleContent {
	display: none;
}
.tab dd .articleContent.active {
	display: block;
}

.productInfo {
	padding: 10px 10px 0;
	margin-top: -20px;
	border-top: 1px solid #FFF;
}


.tab .productList li img {
	width: 100%;
	height: 100%;
}
.tab .productList li .title {	
	position:absolute;
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	color: #fff;
	background: rgba(207,15, 15, 0.8);
	text-align:center;
	width: 100%;
    bottom: 0px;
}
.tab .productList li.mhover,
.tab .productList li:hover {
	background: rgba(207,15, 15, 1);
	color: #fff;
}
.tab .productList li.mhover p,
.tab .productList li:hover p,
.tab .productList li.mhover .title,
.tab .productList li:hover .title {
	background: rgba(207,15, 15, 1);
	color: #fff;
}
.tab .productList li.mhover .btn a,
.tab .productList li:hover .btn a {
	background: rgba(207,15, 15, 1);
	color: #fff;
}
.tab .productList li {
	float: left;
	width: 280px;
    height: 285px;
	margin: 5px;
	position:relative;
	/*padding: 10px;*/
	background-color: #efefef;
}

.thumbs {
	float: left;
}
.thumbs img,
.thumbs {
	width: 558px;
	height: 565px;
}
.intro {
	width: 48%;
	float: right;
}
.intro .articleTitle {
	text-align: left;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 0;
	border-bottom: 1px dotted #CCC;
	height: 63px;
	overflow: hidden;
}
.intro .tip {
    line-height: 36px;
    margin-top: 20px;
}

.intro .attrs {
	padding-top: 50px;
}
.intro .attrs .tel {
	color: #cf0f0f;
	font-size: 28px;
    font-weight: 800;
}
.intro .attrs .btn {
	padding: 8px 20px;
	background-color: #cf0f0f;
	border: 1px solid #bf331d;
	color: #FFF;
	margin-right: 30px;
}
.intro .attrs .tip {
	padding-top: 20px;
	font-size: 14px;
	line-height: 160%;
}
.intro .i_mc a {
    text-decoration: underline;
    color: red;
	line-height: 60px;
}