*{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.content{
	display: flex;
	align-items: center;
	flex-flow: column wrap;
}
.section{
	width: 100%;
	display: flex;
	justify-content: center;
}
.header{
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height:80px
}
.header img:first-child{
	/* color:#fe2742;
	font-size:25px;
	font-weight: bold;
	letter-spacing: 1.5px; */
	width: 220px;
}

.header div:last-child{
	width: 200px;
	font-size: 16px;
	margin-left: 20px;
	font-weight: bold;
}

.header div:last-child span{
	font-weight: bold;
}

.tc{
	width:100%;
	height: 570px;
	position: relative;
	background-color: rgba(0,0,0,.6);
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}
.banner_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: url('../images/banner_bg.jpg') no-repeat center center;
	background-size:100% auto;
}
.tc>div:nth-child(2){
	color:#fff;
	font-size: 40px;
	text-align:center;
	letter-spacing: 1px;
	margin-top: -50px;
}
.styles_box{
	color: #fff;
	width: 850px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}
.styles_box>div{
	display: flex;
	align-items: center;
}
/* .styles_box>div>div:nth-child(1){
	width: 56px;
	height: 56px;
	border-radius: 100%;
	background-color: rgba(241,39,39,.9);
	margin-right: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	
} */
.styles_box>div>div:nth-child(1){
	color: #f12727;
	font-size: 65px;
	font-weight: bold;
	margin-right: 20px;
	text-shadow: 1px 1px 1px #fff;
}
.styles_box>div>div:nth-child(2){
	font-size: 20px;
	line-height: 35px;
	margin-top: 5px;
}


.ps{
	width:100%;
	height: 470px;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.ps >div{
	display: flex;
	align-items: flex-start;
	padding-top: 15px;
}
.xiaochengxu{
	width:100%;
	height: 470px;
}
.xiaochengxu >div{
	width: 100%;
	height: 470px;
}
.xiaochengxu >div >div{
	display: flex;
	align-items: flex-start;
	padding-top: 15px;
}

.footer{
	height: 320px;
	background-color: #2e2d2d;
}
.footer_content{
	width: 1200px;
}
.footer_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	height: 70px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
	
}
.footer_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between
}
.footer_bottom >img{
	width: 140px;
	height: 140px;
	border-radius:6px;
}
.footer_bottom_img{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column wrap;
}
.footer_bottom_img img{
	width: 130px;
}
.footer_bottom_img div{
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	letter-spacing: 1px;
}
.beian{
	height: 40px;
	background-color: #2e2d2d;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 12px;
	color: #757575;
	background-color: #2e2d2d;
	border-top: 1px solid #393939;
}
.beian span{
	margin: 0px 5px;
}
.beian a{
	text-decoration: none;
	color: #757575;
	font-size: 12px;
}
.bg_img_01{
	background: url('../images/bg_img_01.png') no-repeat center center;
	background-size: 100% auto;
}
