/*改变首页的foot样式*/
.foot{
	position: relative;
}
/*关于我们样式*/
.contactus_bg{
	width:100%;
	max-width: 1920px;
	min-width: 1220px;
	height: 300px;
	background: url("../Img/lianxi.png") center center no-repeat;
	position: relative;
	top: -125px;
	left: 0px;
	margin: 0 auto;
}
.contact{
	width: 1220px;
	height: auto;
	margin:-76px auto 50px;
}
/*联系地址样式*/
.addr{
	width: 555px;
	height: 370px;
	background: #e3e3e3;
	float: left;
	margin-right: 30px;
	margin-top: -10px;
	padding: 30px 20px;
}
.addr h3{
	width: 100px;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	border-bottom: 4px solid #7594cb;
}
.addr p{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	border-bottom: 1px dashed #dedede;
	color: #666;
}
.addr p.tit{
	margin-top: 10px;
}
.addr p img{
	display: inline-block;
	width: 20px;
	height: 22px;
	line-height: 48px;
	text-align: justify;
	margin-right:20px;
	margin-bottom: -6px;
}
/*在线留言样式*/
.words{
	width: 595px;
	height: 430px;
	float: left;
}
.words h3{
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #666;
}
.words p{
	font-size: 14px;
	color: #999;
}
.wordsBox{
	margin-top: 10px;
}
.wordsBox .items{
	position: relative;
}
.wordsBox .items input{
	width: 380px;
	height:30px;
	line-height:30px;
	border: 1px solid #dedede;
	padding: 5px 10px;
	outline: none;
	margin-bottom:20px;
	font-size: 16px;
	color: #666;
}
.wordsBox .items input.addline{
	border:1px solid #ff9393;
}
.wordsBox .items input.addline:focus{
	border: 1px solid #ff9393;
}
.wordsBox .items input:focus{
	border: 1px solid #abc3ef;
}
.wordsBox .items textarea{
	width: 570px;
	height:110px;
	border: 1px solid #dedede;
	padding: 5px 10px; 	
	resize: none;
	outline: none;
	font-size: 16px;
	color: #666;
}
.wordsBox .items textarea.addline{
	border:1px solid #ff9393;
}
.wordsBox .items textarea.addline:focus{
	border: 1px solid #ff9393;
}
.wordsBox .items textarea:focus{
	border: 1px solid #abc3ef;
}
.wordsBox .items i{
	position: absolute;
	top: 5px;
	left: -12px;
	width: 6px;
	height: 6px;
	background: url("../Img/red_star.jpg");
}
.tig{
	position: absolute;
	top:10px;
	left: 410px;
	height: 20px;
	line-height:20px;
}
.wordsBox .items.text_items .tig{
	left: 600px;
}
.tig font{
	font-size: 16px;
	color:#f16e6e;
	vertical-align: middle;
}
.words button{
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0846b3;
	color: #fff;
	font-size: 18px;
	outline: none;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}
/*百度地图*/
#allmap{
	width: 1218px;
    height: 400px;
    /* margin-top: 60px; */
    float: left;
    border: 1px solid #dedede;
    margin-top: 30px;
}
.amap-marker-content{
	border: 1px solid red;
	margin-left: 20px;
}
