/*login*/
.nav-login{
	width: 110px;
	height: 40px;
	background-color: #00A2FF;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 30px;
	cursor: pointer;
}
.nav-login:hover{
	background-color: #167beb;
}


/*section-subtitle*/
.section-subtitle{
	width: 100%;
	height: 110px;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 25px;
}
.section-subtitle h3{
	font-size: 32px;
	color: #363636;
	margin: 0 0 5px 0;
}
.section-subtitle div{
	width: 100%;
	text-align: center;
	margin-top: 3px;
}
.section-subtitle div span{
	font-size: 18px;
	color: #888;
	margin: 0 13px;
}
.section-subtitle div img{
	display: inline-block;
	width: 72px;
	height: 15px;
	margin-bottom: 5px;
}


/*map*/
.anchorBL {
	display: none;
}
#map{
	width:100%;
	height:600px;
	font-size:12px;
	margin-bottom: 55px;
}
label{
	max-width: none;
}


/*section1*/
.section1 img{
	width: 100%;
	height: auto;
}


/*section2*/
.section2-in{
	width: 1205px;
	margin: 0 auto;
	padding-bottom: 120px;
	position: relative;
}
.section2-title{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ddd;
}
.section2-title span{
	font-size: 14px;
	line-height: 59px;
	color: #888;
}
.fs{
	display: inline-block;
	width: 6px;
	height: 13px;
	margin-right: 12px;
}
.fr{
	display: inline-block;
	width: 8px;
	height: 10px;
	margin: 0 5px;
}
.addr{
	font-size: 16px;
	color: #363636;
}
#backPoint{
	width: 50px;
	height: 50px;
	padding: 9px;
	background-color: #fff;
	cursor: pointer;
	position: absolute;
	left: 10px;
	bottom: 280px;
	border-radius: 6px;
	z-index: 900;
}
