/* 公共样式 */
.title{
    margin-top: 77px;
    display: inline-block;
    color: #000;
 }
.title  span i{
    display: inline-block;
    border-left: 2px solid #333;
    height: 16px;
    float: left;
    margin-top: 5px;
}
.we_strength .title  span i{
    border-left: 2px solid #333;
}
.title span p {
    font-size: 20px;
    line-height: 24px;
    float: left;
    margin: 0 10px 0;
    font-weight: bold;
}
.t1 {
    font-size: 12px;
    line-height: 24px;
    text-transform:uppercase;
    color: #000;
     margin-top:3px; 
    }
    /* banner */
.publicTopAll{
    background: url(../images/mapmark_banner.png) no-repeat center;
    height: 480px !important;
    width: 100%;
}
.box1{
	padding-bottom: 78px;
}
.advantage-list{
	width: 1140px;
	margin: 52px auto 0;
}
.advantage-item{
	width: 285px;
	float: left;
}
.item-icon{
	width: 160px;
	height: 160px;
	margin: 0 auto;
	display: block;
}
.item-title{
	font-size: 18px;
	color: #333;
	line-height: 24px;
	margin-top: 35px;
}
.item-desc{
	width: 210px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin:11px auto 0;
}
.box2{
	width: 100%;
	background: url(../images/mapmark_bg1.png)center top no-repeat;
	background-size: 1920px auto;
}
.box-desc{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin-top: 6px;
	margin-bottom: 30px;
}
.app-list{
	width: 900px;
	height: 403px;
	padding-top: 40px;
	margin: 0 auto;
}
.app-item{
	width: 100px;
	float: left;
	margin: 0 40px 23px;
}
.app-icon{
	width: 72px;
	height: 72px;
	margin: 0 auto;
	display: block;
}
.app-name{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-top: 7px;
}
.map-types{
	height: 57px;
	padding-top: 45px;
	display: inline-block;
	position: relative;
}
.map-types:after{
	display: block;
	content: '';
	position: absolute;
	width: 920px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 1px;
	background: #ddd;
}
.map-item{
	color: #333;
	font-size: 20px;
	line-height: 57px;
	position: relative;
	z-index: 1;
	float: left;
	margin-left: 88px;
	cursor: pointer;
}
.map-item:first-child{
	margin-left: 0;
}
.selected-item{
	color: #FF3F30;
	font-weight: bold;
}
.selected-item:after{
	display: block;
	content: '';
	position: absolute;
	width: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 2px;
	background: #FF533C;
}
.img-wrap{
	height: 460px;
	line-height: 460px;
	padding: 60px 0;
}
.img-wrap img{
	max-height: 490px;
	margin: 0 auto;
	vertical-align: middle;
}
#here{
	background: #eee;
}