.introduce{
	line-height: 1;
	text-align: center;
	margin-top: 100px;
}
.introduce .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 50px;
}
.introduce .content{
	width: 1200px;
	margin: 0 auto 94px;
}
.introduce .description{
	font-size: 18px;
	line-height: 36px;
	text-indent: 36px;
	text-align: left;
	color: #666666;
}
.contact{
	text-align: center;
	line-height: 1;
}
.contact .title{
	font-size: 26px;
	color: #333;
	margin-bottom: 59px;
}
.contact .content{
	width: 1200px;
	margin: 0 auto 120px;
}
.contact .left,.contact .right{
	display: inline-block;
	vertical-align: top;
}
#dituContent{
	width: 790px;
	height: 540px;
}
.contact .right{
	width: 380px;
	float: right;
}
.contact .right li{
	/* height: 152px; */
	padding: 24px 48px 22px;
	border-radius: 5px;
	box-shadow: 0px 4px 18px 2px rgba(181, 181, 181, 0.22);
	margin-bottom: 30px;
	box-sizing: border-box;
}
.contact .right .li-top span{
	vertical-align: middle;
	display: inline-block;
	font-size: 20px;
	color: #666666;
}
.contact .right .li-top .icon img{
	border-radius: 50%;
	box-shadow: 0px 6px 21.84px 4.16px rgba(181, 181, 181, 0.12);
}
.contact .right .text-description{
	margin-top: 14px;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
@media screen and (max-width: 780px) {
	.introduce{
		margin-top: 40px;
	}
	.introduce .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.introduce .content{
		width: 100%;
		font-size: 16px;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 45px;
		overflow: hidden;
	}
	.contact .left, .contact .right{
		width: 100%;
	}
	#dituContent{
		width: 100%;
		height: 300px;
	}
	.contact .right{
		margin-top: 30px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.contact .right li{
	
	}
}