
.content{
    padding-top: 60px;
    background-color: #ffffff;
    border-radius: 8px;
}
.content .top{
	height:180px;
}
.index-content{
margin: 0px 20%;
    text-align: left;
    /* margin: auto; */
	
}
.index-content .title{
    color: #474747;
    text-align: left;
    line-height: 40px;
    font-size: 22px;
    font-weight: bolder;
    padding-bottom: 10px;
}
.index-content .title .btn{
	    float: right;
    background-color: #309948;
    padding-left: 19px;
    padding-right: 20px;
    font-size: 22px;
    color: #ffffff;
	 border-radius: 5px;
}
.index-content p{
    line-height: 40px;
    font-size: 18px;
    color: #1f1f1f;
    /* margin-left: 20%; */
    /* margin-right: 20%; */
}
.map{
	margin-top:30px;
	margin-left:20%;
	margin-right:20%;
}
.map img{
	width:100%;
	height:100%;
	}