.content-one-head{
	position: relative;
	width: 1337px;
	height: 277px;
	margin: 0 auto 50px auto;
	background-image: url(../img/about_head.png);
	background-size: cover;
}
.content-one-type{
	width: 1337px;
	margin: 36px auto 50px auto;
}
.one-type-select{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	width: 100%;
	height: 96px;
	background: #F2F2F2;
	font-size: 28px;
	font-family: SourceHanSansSC;
	color: #383735;
	padding: 0 30px;
	margin-bottom: 45px;
	box-sizing: border-box;
}
.type-select-title{
	font-size: 28px;
	font-family: SourceHanSansSC;
	font-weight: bold;
	color: #D4B572;
	margin: 0 56px;
}
.one-select-content{
	position: relative;
}
.one-select-row{
	display1:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 10px;
}
.one-select-row a{
	color:#000
}
.one-select-module{
	float:left;
	margin:19px;
	width: 296px;
	font-family: SourceHanSansSC;
	text-align: center;
	cursor: pointer;
	line-height:1.5
}

.one-select-module>.title{
	font-size: 20px;
	font-weight: bold;
	color: #383735;
}
.one-select-module>.text{
	font-size: 16px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #737373;
}
.one-select-module>img{
	width: 100%;
}
.one-select-module-null{
	width: 296px;
}