.about-content{
    width:100%;
}
.title-container{
    width:1280px;
    margin: 0 auto;
    height: 77px;
    border-bottom: 1px solid #e5e5e5;

}
.title-container .title-nav {
    height: 77px;
    position:relative;
}
.title-container .title-nav>i{
    width:40px;
    height: 5px;
    background: #16559c;
    position:absolute ;
    left:0;
    bottom:0 ;
}
.title-container .title-nav >ul >li{
    width:100px;
    float:left ;
    height: 77px;
   

}
.title-container .title-nav >ul >li>a{
    display: block;
    font-size: 18px;
    color:#555;
    height: 20px;
    margin-top:30px;
    text-align: left;

}
.title-container .title-crumbs >ul>li{
    float:left;
    height: 77px;
    line-height: 77px;
}
.title-container .title-crumbs >ul>li>a{
    font-size: 14px;
    color:#999 ;
}
.m30{
    margin-left:30px;
}
.guide-title{
	margin-top:40px;
	font-size:24px;
	font-weight:bold ;
	line-height:34px;
	color:#555 ;
	text-align:center ;
}
.guide-info{
	text-align:center ;
}
.guide-info span{
	font-size:14px;
	line-height:16px;
	color:#b5b5b5 ;
	margin-top:12px;
}
.guide-content{
	margin-top:20px;
	margin-bottom:40px;
	overflow:hidden ;
	
}

.share-article>a{
    display: block;
    width:24px;
    height:24px;
    float:left;
    margin-left: 5px;
    margin-bottom:40px;

}
.share-weixin{
    background: url(../img/share_weixin.png) no-repeat;
}
.share-weibo{
    background: url(../img/share_weibo.png) no-repeat;
}
.share-qq{
    background: url(../img/share_qq.png) no-repeat;
}
.share-facebook{
    background: url(../img/share_facebook.png) no-repeat;
}
#map{
	margin-top:30px;
	width:100%;
	height:400px;
}
