@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,p,ul{
		margin:0 auto;
		padding:0;
		list-style:none;
		font-family:"Microsoft YaHei UI";
		font-weight:normal;
}
#contactus h2{
	font-size:30px;
	color:#333333;
	text-align:center;
	font-weight:normal;
	margin-top:50px;
}
#contactus h3{
	font-size:14px;
	color:#666666;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
}
#contactus h3 span{
	word-spacing:3px;
	margin-left:3px;
	margin-right:3px;
}
.cmpname{
	font-size:20px;
	color:#00C4E1;
	font-weight:bold;
	line-height: 25px;
    margin-bottom: 15px;
	cursor:pointer;
}
.addr{
	font-size:18px;
	color:#333333;
	line-height:25px;
	margin-bottom:10px;
}
.tell{
	font-size:18px;
	color:#333333;
	line-height:25px;
}
.addr img,.tell img{
	margin-top:2px;
	margin-right:10px;
	float:left;
}
.dituContent{
	width:698px;
	height:505px;
	background-image:url(../contactus/shanghai.png);
	float:right;
	background-repeat:no-repeat;
}