@charset "utf-8";
/* CSS Document */

.contact-box{
	width:1000px;
	height:420px;
	padding-top:100px;	
}
.contact-box-left{
	width:330px;
	height:420px;
	float:left;
	background:#FEFEFE;
}
.contact-box-left-inner{
	width:270px;
	height:auto;
	margin:0 auto;
	margin-top:40px;
}
.contact-title{
	padding-bottom:15px;
	border-bottom:solid 1px #DEDEDE;
	text-align:center;
	font-size:18px;
	color:#ca4341;
}
.contact-box-left-inner ul li{
	width:210px;
	height:40px;
	margin-top:30px;
	padding-left:60px;
	font-size:14px;
	color:#666666;
}
.contact-box-left-inner ul li.first{
	background:url(../images/contact-01.png) no-repeat;	
}
.contact-box-left-inner ul li.second{
	background:url(../images/contact-02.png) no-repeat;	
}
.contact-box-left-inner ul li.third{
	background:url(../images/contact-03.png) no-repeat;	
}
.contact-box-left-inner ul li.fourth{
	background:url(../images/contact-04.png) no-repeat;	
}
.contact-box-right{
	width:670px;
	height:420px;
	float:right;
}
.baidumap{
	width:670px;
	height:420px;
}

.content-box{
	width:1000px;
	height:auto;
	padding-top:100px;	
	min-height:428px;
}