@import url(common.css);
.imageList {
	/*padding: 10px 0px;*/
	height: auto !important;
	/*height: 400px;
	min-height: 400px;*/
}
.imageList li {
	float: left;
    width: 300px;
    height: 310px;
    position: relative;
    text-align: center;
    overflow: hidden;
	margin:10px 0;
}
.imageList li:hover img {
	transform: scale(1.2);
    transition: all 0.5s ease 0s;
}
.imageList li a img {
	width: 100%;
	height: 268px;
}
.imageList li a.title {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 36px;
	line-height:36px;
	font-size: 16px;
	background:#fff;
	transition: all 0.5s;
	transform: translateY(-2%);
}
.imageList li:hover a.title,
.imageList li a.title:hover {
	color: #ff691c;
	background:#fff;
}

.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: #ff6700;
	color: #FFF;
}
.tab dt strong:hover {
	background-color: #BBB;
}
.tab dt strong.active:hover {
	background-color: #fea060;
}
.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: #666;
	background: #f1f1f1;
	text-align:center;
	width: 100%;
    bottom: 0px;
}
.tab .productList li.mhover,
.tab .productList li:hover {
	background: rgba(215, 22, 25, 1);
	color: #fff;
}
.tab .productList li.mhover p,
.tab .productList li:hover p,
.tab .productList li.mhover .title,
.tab .productList li:hover .title {
	background: #ff6700;
	color: #fff;
}
.tab .productList li.mhover .btn a,
.tab .productList li:hover .btn a {
	background: rgba(215, 22, 25, 1);
	color: #fff;
}
.tab .productList li {
	float: left;
	width: 296px;
    height: 310px;
	margin: 5px;
	position:relative;
	overflow:hidden;
	/*padding: 10px;*/
	background-color: #efefef;
	border:1px solid #f1f1f1;
}

.thumbs {
	float: left;
}
.thumbs img,
.thumbs {
	width: 558px;
	height: 565px;
}
.intro {
	width: 470px;
	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: #ff6700;
	font-size: 28px;
    font-weight: 800;
}
.intro .attrs .btn {
	padding: 8px 20px;
	background-color: #ff6700;
	border: 1px solid #ff6700;
	color: #FFF;
	margin-right: 30px;
}
.intro .attrs .btn a:hover{
	background:#ff691c;
}
.intro .attrs .tip {
	padding-top: 20px;
	font-size: 14px;
	line-height: 160%;
}
