@charset "utf-8";


footer 
{
	padding			: 60px 0;
	background		: #353D4A;
}



footer h2
{
	font-family		: Microsoft YaHei;
	font-weight		: 700;
	color			: #BDBDBD;
	font-size		: 18px;
	display			: block;
}

footer p a
{
	color			: #9E9E9E;
}

footer p
{
	font-family		: Microsoft YaHei;
	font-weight		: 300;
	color			: #9E9E9E;
	font-size		: 16px;
	line-height		: 140%;
	padding-top		: 10px; 
	display			: block;
}

footer address
{
	font-family		: Microsoft YaHei;
	font-weight		: 300;
	color			: #757575;
	font-size		: 16px;
	padding-top		: 15px; 
	font-style		: normal;
	display			: block;
}



#family_site .family_open
{
	font-family		: Microsoft YaHei;
	font-weight		: 300;
	color			: #fff;
	font-size		: 16px;	
	letter-spacing	: -1px;
	padding-left	: 17px;
	display			: block;
	border			: 1px solid #9E9E9E;
	line-height		: 32px;
	height			: 35px;
	border-radius	: 100px;
	background		: url('../img/index/Vector_off.svg') center left no-repeat;
	background-position : 90% 7px;

	
}

#family_site
{
	position		: absolute;
	right			: 24px;
	bottom			: 100px;
	width			: 141px;
}

#family_site ul li a
{
	font-family		: Microsoft YaHei;
	font-weight		: 300;
	color			: #212121;
	font-size		: 14px;
	line-height		: 30px;
	padding-left	: 16px;
	display			: block;
}

#family_site ul li a:hover
{
	background		: #F5F5F5;
}

#family_site ul
{
	position		: absolute;
	width			: 100%;
	background		: #fff;
	border			: 1px solid #212121;
	padding			: 5px 0;

}

#family_site .dropdownSingle
{
	width			: 100%;
	top				: -170px;
	height			: 170px;
	/* border			: 1px solid red; */

}




@media screen and (max-width: 768px) {

	footer
	{
		padding			: 40px 0 0 0;
		height			: 260px;
	}


	footer h2
	{
		font-size		: 16px;
	}

	footer p
	{
		font-size		: 14px;
		letter-spacing	: -1px;
	}

	footer address
	{
		font-size		: 14px;
		letter-spacing	: -1px;
	}

	#family_site
	{
		position		: relative;
		left			: 0px;
		bottom			: 190px;
		width			: 100%;
	}

	#family_site .family_open
	{
		font-family		: Microsoft YaHei;
		font-weight		: 300;
		color			: #fff;
		font-size		: 16px;	
		padding-left	: 20px;
		display			: block;
		border			: 1px solid #9E9E9E;
		line-height		: 42px;
		height			: 42px;
		border-radius	: 100px;
		background		: url('../img/index/Vector_off.svg') center left no-repeat;
		background-position : 96% 10px;
		
	}


	#family_site ul li a
	{
		font-family		: Microsoft YaHei;
		font-weight		: 300;
		color			: #212121;
		font-size		: 16px;
		line-height		: 40px;
		padding-left	: 20px;
		display			: block;
	}

	#family_site .dropdownSingle
	{
		width			: 100%;
		top				: -210px;
		height			: 215px;

	}



}