.h1, .h2, .h3, h1, h2, h3{
	margin:0px;
	padding: 0px;
}
/*成功案例*/
ul.goodcase{
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
ul.goodcase li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:46%;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.goodcase li a{
	position: relative;
	display: inline-block;
}
ul.goodcase li a .pro_picture{
	width: 100%;
	text-align: center;
}
ul.goodcase li a .pro_picture img{
	width: 100%;
	max-height:100px; 
}
ul.goodcase li a .pro_text{
	padding: 0 5%;
	color: #333;
	width: 90%;
	overflow: hidden;
	background: #fff;
	text-align: left;
}
p.case_t{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}
p.case_c{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
}
p.case_xq{
	height: 30px;
	line-height: 30px;
	color: #0080d5;
	font-size: 14px;
}
p.case_xq i{
	width: 12px;
	height: 5px;
	display: inline-block;
	background-image: url(../image/xq.png);
	background-size:100% 100%;
}
/*头部标题*/
.caseitem_t{
	margin:0 auto;
	overflow: hidden;
}
.case-title{
	height: 40px;
	line-height: 40px;
	font-size:18px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-title h1{
	font-size:18px;
	font-size:18px;
	font-weight: bold;
}
.caselabel{
	height:24px;
	display: flex;
	border-bottom: 1px solid #e6e6e6;
}
.caselabel span{
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	padding: 0 10px;
	font-size:12px;
	margin-right: 5px;
	display: inline-block;
}
.caselabel span.c_time{
	color: #666;
	text-align: left;
	flex: 2;
}
.caselabel span.c_lliang{
	color: #666;
	text-align: right;
	flex: 1;
}
/*产品详情*/
.caseitem-img{
	width: 100%;
	max-height: 175px;
}
.caseitem-img img{
	width: 100%;
	max-height: 175px;
}
.caseitem-title{
	font-size:18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.caseitem-title h1{
	font-size:18px;
	font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.showall{
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size:12px;
	color: #ff6600;
}
a.showall i{
	display: inline-block;
    border-top: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.detailsbox{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}
.detailsbox img{
	max-width: 100%;
}
.detailsbox p{
	line-height: 24px;
	font-size:14px;
	color: #000;
	margin:5px 0;
}

/*产品标签*/
.labelbox{
	background: #fff;
	border-radius: 5px;
	padding:0px 10px;
	overflow: hidden;
	margin:0px auto;
}

.pro-label{
	overflow: hidden;
}
.pro-label span{
	background:#ffe0d6;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 8px;
	color: #ff6600;
	margin-right: 10px;
	font-size: 12px;
}
.up-low{
	height: 40px;
	line-height: 40px;
	display: flex;
	margin-top: 10px;
	font-size:14px;
	border-top: 1px solid #e6e6e6;
}
.up{
	flex: 1;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.low{
	flex: 1;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.up a,.low a{
	color: #666;
}
/*推荐产品*/
ul.productcenter{
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
ul.productcenter li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:46%;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.productcenter li a{
	display: inline-block;
}
ul.productcenter li a .pro_picture{
	width: 100%;
	text-align: center;
}
ul.productcenter li a .pro_picture img{
	width: 100%;
	max-height:150px; 
	border-radius: 5px;
}
ul.productcenter li a .pro_text{
	height:26px;
	line-height:26px;
	font-size:14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;	
}