@charset "utf-8";
.mask{
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right: 0;
	z-index:-1;
	background: #b3defe;
	margin: auto;
}
/*----banner样式开始----*/

.go_shares_banner {
	width: 100%;
}

.go_shares_banner img {
	float: left;
	width: 100%;
}

.line {
	width: 100%;
}

.line span {
	display: block;
	width: 50%;
	height: 5px;
	float: left;
}

.line span:first-of-type {
	background: #9cca34;
}

.line span:last-of-type {
	background: #d7e8f1;
}


/*----banner样式结束----*/
/*-------------------*/
.contact_con{
	width:88%;
	margin:40px auto 0;
}
.contact_con span{
	display: block;
	float: left;
	line-height: 24px;
	font-size:16px;
}
.contact_con p{
	float:left;
	display: block;
	line-height: 24px;
	width: 80%;
	font-size:16px;
}

.map{
	margin:40px auto 0;
	width: 100%;
}
.map img{
	float:left;
	width:100%;
}
