@charset "utf-8";
/* CSS Document */
a:hover {
	color: #e76c00 !important;
	text-decoration: auto !important;
}
ul.dropdown-menu > li > a:hover {
	color: white !important;
}
/*footer*/

.follow_us_div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-evenly;
	height: 151px;
}

.about_us_div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 227px;
}

.home-footer-font-list {
	color: white;
	font-size: 12px;
	display: flex;
	height: 99px;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 17px;
}

.contact_us_footer_div {
	height: 396px;
}

.contact_us_footer_div h3 {
	color: white;
	font-size: 18px;
}

.contact_us_footer_div form {
	margin-top: 23px;
}

.contact_us_footer_div form textarea {
	width: 100%;
}

.contact_us_footer_div form textarea::placeholder {
	font-size: 14px;
	color: #a1a1a1 !important;
	padding-top: 3px;
	padding-left: 13px;
}

/* PC端 样式 */
@media screen and (min-width:960px) {
	
}

/* PAD端 样式 */
@media screen and (max-width:960px) and (min-width:750px) {
	/* footer start */
	.follow_us_div {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-evenly;
		height: 151px;
	}
	
	.about_us_div {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		height: 175px;
	}
	
	.foot_index div.row {
		margin-bottom: 17px;
	}
	
	.foot_bottom_left {
		margin-left: 51px;
	}
	
	.foot_bottom_right {
		margin-right: 51px;
	}
	
	/* footer end */
}

/* 手机端 样式 */
@media screen and (max-width:750px) {
	/* footer start */
	
	.follow_us_div {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-evenly;
		height: 151px;
		margin: -28px auto 0px;
	}
	
	.about_us_div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 175px;
	}
	
	/* footer end */
}