/* 底部 */
.bottom{
	width: 100%;
	height: 670px;
	background-image: url(../img/icon14.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 100px;
	position: relative;
}
.go_top{
	position: fixed;
	bottom: 230px;
	right: 195px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.bottom .bottom_page{
	width: 1200px;
	margin: 0 auto;
}
.bottom .bottom_liuyanTitle{
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.bottom .bottom_submit{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom .bottom_submit input{
	outline: none;
	width: 400px;
	height: 60px;
	border: 1px solid #96d3d6;
	background: none;
	padding: 0 50px;
	font-size: 16px;
	color: #96d3d6;
}
.bottom .bottom_submit input::-webkit-input-placeholder { 
	color: #96d3d6; 
} 
.bottom .bottom_submit input:-moz-placeholder { 
	color: #96d3d6; 
} 
.bottom .bottom_submit input::-moz-placeholder { 
	color: #96d3d6; 
} 
.bottom .bottom_submit input:-ms-input-placeholder { 
	color: #96d3d6; 
}
.bottom .bottom_submit span{
	display: inline-block;
	width: 100px;
	height: 60px;
	background-color: #edc407;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}
.bottom .bottom_list{
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.bottom_listLeft{
	display: flex;
	justify-content: center;
	padding-right: 80px;
}
.bottom_listLeft a{
	text-decoration: none;
}
.bottom .bottom_list .bottom_listTitle{
	color: #FFFFFF;
	font-size: 18px;
}
.bottom .bottom_list .margin-left50{
	margin-left: 50px;
}
.bottom .bottom_list .bottom_listcontent{
	font-size: 16px;
	color: #96d3d6;
	cursor: pointer;
}
.bottom .bottom_list .bottom_listcontent.margin-top30{
	margin-top: 30px;
}
.bottom .bottom_list .bottom_listcontent.margin-top20{
	margin-top: 20px;
}
.bottom .bottom_list .bottom_listAddress{
	margin-top: 100px;
	font-size: 16px;
	color: #ffffff;
}
.bottom .bottom_list .bottom_listAddress img{
	width: 14px;
	height: 16px;
	margin: 0 10px;
}
.bottom .bottom_list .bottom_listAddress span{
	font-size: 16px;
	color: #96d3d6;
}
.bottom .bottom_list .bottom_listright{
	padding-left: 50px;
	border-left: 1px solid #96d3d6;
}
.bottom .bottom_list .bottom_listrightTitle{
	color: #FFFFFF;
	font-size: 18px;
}
.bottom .bottom_list .bottom_listrightnumber{
	color: #FFFFFF;
	font-size: 30px;
}
.bottom .bottom_list .bottom_listrightqrcode{
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 35px;
	display: flex;
	align-items: center;
}
.bottom .bottom_list .bottom_listrightqrcode img{
	width: 120px;
	height: 120px;
	margin-right: 10px;
}
.bottom .bottom_Bottom{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #96d3d6;
	border-top: 1px solid #96d3d6;
	margin-top: 50px;
}
.bottom .bottom_Bottom .margin-left40{
	margin-left: 40px;
}