
.title {
	text-align: center;
	height: 200px;
	padding-top:45px;
	background: url(../../img/report/data.png);
}
.title h3{
	font-size: 30px;
	margin: 0;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.title b {
	width: 80px;
	margin: 0 auto 25px;
	display: block;
	border-top: 4px solid #9bc1ff;

}
.title span {
		color: #FFFFFF;
}
.content {
	width: 100%;
	background: #f1f2f7;
	padding-bottom: 50px;
}
.road {
	padding-top: 17px;
	padding-bottom: 25px;
}
.road a{
	color: #666668;
	font-size: 12px;
	padding: 0 5px;	
}
.contact {
	background: #FFFFFF;
	height: 320px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
}
.contact h3 {
	margin-top: 0;
}
.contact .contact-l {
	position: absolute;
	left: 55px;
	top:52px;
}
.contact .contact-l a {
	display: block;
	margin-bottom: 55px;
}
.contact .contact-l p {
	margin-bottom: 25px;
	color: #1d1e22;
}
.contact .contact-r {
	position: absolute;
	right: 120px;
	top:52px;
}
.contact .contact-r div {
	margin-bottom: 60px;
}
.contact .contact-r p {
	margin-bottom: 25px;
    color: #1d1e22;
}
.introduce {
	background: #FFFFFF;
	padding: 70px 80px 15px 55px;
}

.introduce h4 {
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 40px;
}
.introduce p {
	margin-bottom: 40px;
	line-height: 30px;
	color: #535353;
}
.introduce span {
	line-height:30px;
}
.custom>div {
	background: #FFFFFF;
	padding: 40px 80px 0 55px;
	position: relative; 
}
.custom>div:nth-of-type(1) {
	margin-bottom:1px;
}
.custom div p {
	margin:0;
	padding-bottom:20px;
	
}
.custom textarea {
	width:100%;
	height:300px;
	margin-bottom:35px;
	outline:none;
}
.custom div div{
	text-align:center;
}
.custom div a {
	display: inline-block;
	padding: 15px 175px;
	border: 1px solid #e4e5e9;
	background: #f5f6f8;
	margin-bottom: 30px;
}