.banner_about{
	background: url(../images/about_1.jpg) no-repeat scroll center center;
	background-size: cover;
	width: 100%;
	height: 330px;
}
/* ************************************************************************************ */
.about{
	width: 100%;
}
.about .about_img{
	width: 41%;
	height: 630px;
	max-height: 650px;
	background: url(../images/about_2.jpg) no-repeat scroll center right;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	color: #FFFFFF;
}
.about_img .about_img_title{
	padding-right: 20px;
}
.about .about_img h2{
	font-size: 35px;
	border-bottom: 4px solid #FFFFFF;
	padding-bottom: 6px;
}
.about .about_img h3{
	font-size: 28px;
	margin-top: 16px;
}
.about .about_us{
	width: 59%;
	background-color: #fafafa;
	height: 330px;
}
.about_us .about_us_con{
	width: 704px;
	margin-left: 20px;
	text-align: justify;
	text-indent: 2em;
	font-size: 16px;
	line-height: 26px;
	padding-top: 12px;
}
/* ***************************************************************** */
.about_bg{
	background: url(../images/about_3.jpg) no-repeat scroll center center;
	background-size: cover;
	width: 100%;
	height: 486px;
}
/* ***************************************************************** */
.contact{
	width: 100%;
}
.contact .ct_title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.ct_title h2{
	font-size: 35px;
	margin-bottom: 6px;
}
.ct_title span{
	display: block;
	width: 160px;
	height: 4px;
	background-color: #333333;
}
.ct_title h3{
	font-size: 28px;
	margin-top: 16px;
}
.contact .ct_con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.ct_con .ct_con_left p{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 14px;
}
.ct_con .ct_con_left p img{
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.ct_con .ct_con_left ul li{
	margin-top: 30px;
	margin-bottom: 10px;
}
.ct_con .ct_con_left ul li img{
	width: 128px;
	height: 128px;
	border: 1px solid #f1f1f1;
}
.ct_con .ct_con_left ul li span{
	display: block;
	width: 130px;
	text-align: center;
	padding-top: 10px;
}
/* *********************************************************************************** */
.foot{
	width: 100%;
	height: 166px;
	background-color: #4a4a4a;
	margin-top: 32px;
}
.foot .foot_con{
	width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
	padding-top: 40px;
	font-size: 14px;
}
.foot_con .ft_left{
	width: 54%;
	height: 90px;
	border-right: 1px solid #FFFFFF;
}
.foot_con .ft_left h3{
	font-size: 28px;
}
.foot_con .ft_left ul{
	margin-left: 20px;
	width: 100%;
}
.foot_con .ft_left ul li{
	float: left;
	list-style: disc;
	margin-right: 30px;
	margin-top: 10px;
	width: 10%;
}
.foot_con .ft_left ul li a{
	color: #FFFFFF;	
}
.foot_con .ft_left p{
	margin-top: 10px;
}
.foot_con .ft_right p{
	margin-top: 10px;
}
.foot_con .ft_right .ft_link .link{
	color: #FFFFFF;
	background-color: #4A4A4A;
}
.foot_con .ft_right .ft_link select{
	border: 1px solid #a29f9f;
	outline: none;
	width: 160px;
	height: 26px;
	line-height: 26px;
}