

.show-model-bg{
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
}
.show-model{
	width:1000px;
	height:240px;
	margin: 0 auto;
	border-bottom:1px solid #d2d2d2 ;
}
.show-model-img{
	padding-top:50px ;
	width:130px;
	float:left;
	height:190px;
}

.show-model-img img{
	width: 100%;
}
.show-model-content{
	float:left;
	height:240px;
	width:850px;
	
}
.show-model-content h4{
	margin-top:70px;
	font-size:24px;
	margin-left:28px;
	font-weight: 400;
	line-height: 36px;
}
.show-model-content p{
	font-size: 17px;
	line-height: 30px;
	margin-left:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.case-show{
	width:1000px;
	height:367px;
	padding-top:65px;
	margin: 0 auto;
	border-bottom:1px solid #d2d2d2 ;
	
}
.case-show ul li{
	width:333px;
	float:left;
	height:110px;
	margin-bottom: 50px;
	
}
.case-show ul li a{
	display: block;
	width:333px;
	
	height:110px;
}
.case-show ul li a .case-show-img,.case-show ul li a .case-show-content{
	float:left;
}
.case-show-img{
	float: left;
	width:100px;
	height:100px;
}
.case-show-img img{
	width:100%;
	
}
.case-show-content{
	margin-left:20px;
	width:203px;
	float: left;
	height:110px;
}
.case-show-content h4{
	font-size: 20px;
	font-weight: 400;
	line-height: 44px;
}
.case-show-content p{
	font-size: 14px;
	line-height: 24px;
}

.relative-display{
	margin: 0 auto;
	height:274px;
	width: 1000px;
	
}
.relative-display h4{
	height:64px;
	font-size: 22px;
	line-height: 64px;
	font-weight: 400;
}

.relative-display-content{
	width:1000px;
	margin: 0 auto;
	margin-top: 36px;
}
.relative-display-content ul li{
	
	width:333px;
	float:left;
	height:90px;
	margin-bottom: 50px;
}
.relative-display-content ul li a{
	display: block;
	width:333px;	
	height:90px;
}
.relative-display-img,.relative-display-mini{
	float:left;
}
.relative-display-mini{
	margin-left: 20px;
	width:213px ;
	height:90px;
	padding-right: 10px;
}
.relative-display-mini h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 44px;
	}
.relative-display-mini p{
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.function-display {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
.function-display .function-display-content {
	clear: both;
	width: 120%;
	padding-bottom: 50px;
}
.function-display .function-display-item {
	width: 292px;
	height: 520px;
	float: left;
	margin-right: 60px;
}
.function-display .function-display-item img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
}