.section{
	width: 1360px;
	margin: 0 auto;
	padding: 50px 0;
}
.tc{
	text-align: center;
}
.S10_main{
	font-size: 16px;
}
.s10_code{
	font-weight: bold;
	margin-bottom: 5px;
}
.S10_main .title{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
}
.S10_main img{
	margin: 30px 0;
}
.gateFlex{
	width: 1120px;
	margin: 0 auto;
}
.section>.title{
	margin-bottom: 20px;
}
.wayFlex{
	width: 1200px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wayFlex .item{
	width: 280px;
	height: 360px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}
.wayFlex .item .title{
	padding-top: 10px;
	height: 70px;
	background-color: #cccccc;
	font-size: 14px;
	color: #5c5b5b;
	font-weight: bold;
	line-height: 1.6;
}
.wayFlex .item p{
	line-height: 1.8;
	font-size: 12px;
	padding: 30px;
	text-align: left;
	color: #838383;
}
.gtw_flex{
	width: 980px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gtw_flex .item{
	margin-bottom: 30px;
	text-align: center;
}
.gtw_flex .item>div{
	font-size: 20px;
	color: #4d5355;
	margin-top: 10px;
}