@charset "utf-8";
/* CSS Document */
.contact-main{
    background: #f4f4f4;
}
/*标题*/
.custom-title{
	padding: 25px 0;
	text-align: center;
	letter-spacing: 2px;
	color: #444;
}
.custom-title h2{
	font-size:32px;
	font-weight: 700;
	line-height: 50px;
}
.custom-title p{
	font-size: 18px;
}
/*内容部分*/
.custom-main{
	width: 100%;
	height: 400px;
	background:#f4f4f4;
}
.custom-con dl{
	width: 582px;
	height: 255px;
	background: #fff;
	position: relative;
	top:70px;
}
.custom-con dd{
	width: 480px;
	height: 150px;
	padding: 50px 50px;
	color: #666;
}
.custom-con dd h3{
	text-align: center;
	font-size:28px;
	line-height:38px;
}
.custom-con dd p{
	font-size: 16px;
	margin: 30px 0;
	line-height:28px;
}
/*打样部分*/
.proo-title{
	height:90px;
	text-align: center;
	color: #444;
}
.proo-title h2{
	font-size: 32px;
	line-height:50px;
}
.proo-title p{
	font-size: 18px;
}
.proo{
	padding: 25px 0;
	clear:both;
}

.proo li{
	position: relative;
	float: left;
	width: 204px;
	height: 140px;
	margin-right:40px;
	margin-bottom:40px;
	background:#fff;
	border: 2px solid #dedede;
}
.proo li:nth-child(5n){
	margin-right: 0;
}
.proo li:before{
	content: "";
	width: 20px;
	height: 30px;
	top: 55px;
	left: 214px;
	background: url("../images/sghb.png");
	position: absolute;
}
.proo li:nth-child(5n):before{
	background: none;
}
.proo h3,
.proo span,
.proo p{
	position: absolute;
}
.proo h3{
	display: block;
	font-size:21px;
	width: 40px;
	height: 40px;
	top:20px;
	left: 78px;	
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}
.proo li:nth-child(2n-1) h3{
	background:#cfa54f;
	text-align: center;
}
.proo span{
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	top:95px;
	width:204px;
}
.proo p{
	width:80px;
	font-size: 18px;
	top:70px;
	left:60px;
	text-align: center;
}
/*优势*/
.advant-litle{
	text-align: center;
	color: #444;
}
.advant-litle h2{
	font-size: 32px;
	line-height: 50px;
}
.advant-litle p{
	font-size: 18px;
}
.advant{
	width: 100%;
	height:1500px;
	margin: 25px 0 50px;
}
.advant li{
	float: left;
	width: 50%;
	height: 300px;
	background: #fff;
	overflow: hidden;
}
.advant li img{
	width: 100%;
}
.advant-con{
	position: relative;
	width: 470px;
	height: 270px;
	margin-top:40px;
	left: 250px;
}
.advant-con h2,
.advant-con p{
	position: absolute;
}
.advant-con h2{
	display: block;
	width:470px;
	height:100px;
	font-size: 44px;
	white-space: nowrap;
	line-height: 53px;
	border-bottom: 1px dashed #888;
}
.advant-con h2 i{
	display: block;
	line-height: 53px;
	font-weight: 500;
	margin-top: 15px;
	float: left;
	color: #cfa54f;
}
.advant-con h2 p{
	display: block;
	top:0;
	left:70px;
}
.advant-con h2 span{
	display: block;
	font-size: 20px;
	line-height: 33px;
	font-weight:500;
}
#advant-1{
	top:120px;
	line-height:32px;
}