.about1{
	padding-top: 60px;
	padding-bottom: 30px;
	overflow: hidden;
}
.about1>.middle>h2{
	background: url(../img/ABOUT.png) no-repeat center center;
	margin-bottom: 50px;
}
.about1 img{
	width: 580px;
	height: 435px;
	float: left;
	margin-right: 50px;
}
.about1 .article{
	width: 570px;
	float: left;
}
.about1 p{
	font-size: 18px;
	color: #333333;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 32px;
	border-bottom: 1px dashed #ccc;
}
.about1 p:last-child{
	padding-top: 20px;
	border-bottom: none;
}
.contact{
	padding-top: 60px;
	padding-bottom: 50px;
	overflow: hidden;
}
.contact>.middle>h2{
	background: url(../img/contact.png) no-repeat center center;
	margin-bottom: 50px;
}
.contact p{
	line-height: 32px;
	font-size: 16px;
}
/*地图*/
.map{
	width: 1200px;
	height: 550px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
#container {
    height: 100%;
    width: 100%;
}
.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}
.content-window-card p {
    height: 2rem;
}
.custom-info {
    border: solid 1px silver;
    background-color: #fff;
}
div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}
div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}
div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}
div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}
div.info-middle {
    font-size: 12px;
    padding: 10px 6px;
    line-height: 20px;
}
div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}
div.info-bottom img {
    position: relative;
    z-index: 104;
}
span {
    margin-left: 5px;
    /*font-size: 11px;*/
}
.info-middle img {
    float: left;
    margin-right: 6px;
}
/*地图*/
