/* 关于我们 */
.about_box{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 60px;
}
.about_box .banxin p{
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-indent: 2em;
}
/* 联系我们 */
.service_box{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 60px;
}
.contact_d{
    padding: 20px;
    overflow: hidden
}
.contactMap {
	width: 100%;
	box-shadow: 0 0 17px rgba(0,0,0,0.09);
	border: 6px solid #fff;
	margin-top: 30px;
}
#dituContent{
	width:100%;
	height:540px;
}
.contact_d_r {
    box-shadow: 0 0 17px rgba(0,0,0,0.09);
    width: 54%;
    float: right;
    background: url(/assets/image/j38.jpg) bottom right no-repeat;
    background-size: cover;
    padding: 0 60px 0 30px;
    height: 305px;
    border: 6px solid #fff;
}
.contact_d_r h4 {
    font-size: 18px;
    color: #333;
    padding: 20px 0 0 0;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact_d_r_list {
	padding: 8px 0;
}
.contact_d_r_list span {
	font-size: 22px;
    float: left;
    color: #000000;
}
.contact_d_r_list img{
    width: 25px;
    float: left;
    margin-right: 10px;
}
.contact_d_r_list div {
	margin-left: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.contact_d_r_list div p {
	display: inline;
}
.contact_d_l {
    width: 35%;
    float: left;
    box-shadow: 0 0 17px rgba(0,0,0,0.09);
    height: 305px;
    padding: 6px;
}
.contact_d_l>div{
    width: 44%;
    margin: 20px 3%;
    float: left;
    text-align: center;
}
.ewm{
    width: 100%;
}
.contact_d_l h5 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    position: relative;
    top: -15px;
}
.map{
    padding: 20px;
}
.map #dituContent{
    width: 99%;
    height: 420px;
    box-shadow: 0 0 17px rgba(0,0,0,0.09);
    border: 6px solid #fff;
}
.BMap_Marker{
    background: url(/assets/image/map_icon.png) no-repeat!important;
    background-size: 100%!important;
}