@charset "UTF-8";

/*公司介绍*/
.introduce {
	min-height: 582px;
	position: relative;
	background-image: url('../images/introduceBack.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 55px;
}

/*地图*/
.contact-div {
	position: relative;
	height: 800px;
	padding-top: 55px;
}

/*公司介绍 开始*/
.intr-desc{
	position: absolute;
	color: #FFFFFF;
	width: 60%;
	left: 20%;
	height: 80px;
	top: 150px;
}

.intr-desc p{
	   text-align: left;
    font-size:18px;
    text-indent: 36px;
}

/*公司介绍 结束*/

/*地图 开始*/
.baidu-map-div {
	position: absolute;
	width: 41%;
	left: 15%;
	top: 145px;
	height: 580px;
}

.contact-desc {
	width: 20%;
	position: absolute;
	left: 63%;
	top: 315px;
	height: 160px;
}

.contact-desc ul {
	margin: 0;
	padding: 0;
}

.contact-desc ul li {
	text-align: left;
	line-height: 40px;
}

.contact-desc ul li img {
	margin-right: 2%;
}
/*地图 结束*/

/*百度地图 开始*/
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

/*百度地图 结束*/