.content-one{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.content-one>img{
	width: 50%;
}
.content-two{
	position: relative;
	width: 1186px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.content-two-head{
	position: relative;
	width: 100%;
	height: 150px;
	margin-bottom: 170px;
}
.content-two-explain{
	position: absolute;
	bottom: -50px;
	font-size: 28px;
	font-family: SourceHanSansSC;
	color: #D4B572;
}
.content-two-explain::before{
	display: inline-block;
	content: '';
	width: 23px;
	height: 23px;
	background-color: #d4b572;
	border-radius: 50%;
}

.content-two-select{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	background:#eee4ca;
	width:1186px

}
.content-two-select-type{
	width: 233px;
	margin-right: 80px;
	flex-shrink: 0;
}
.content-two-select-type>li a{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	background-color: #383735;
	font-size: 27px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.content-two-select-type>li:hover{
	transform: scale(1.1);
}
.content-two-select-type .select-on{
	font-size: 27px;
	font-family: SourceHanSansSC;
	font-weight: 800;
	color: #D4B572;
	
}
.content-two-select-type .select-on span{
	padding-bottom: 10px;
	border-bottom: 1px solid #D4B572;
}

.content-two-select-content>li{
	display: none;
}
.content-two-select-content>.select-on{
	display: block;
}
.select-on-title{
	font-size: 31px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #383735;
	margin-bottom: 48px;
}
.select-on-content{
	margin:45px 0px  45px 60px
}
.select-on-content>li{
	float:left;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 500px;
	height: 290px;
	background: #fff;
	border-radius: 0 70px 70px 0;
	padding: 0px;
	box-sizing: border-box;
	margin-right:60px;
	margin-bottom: 60px;
}
.select-on-content>li:hover{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 500px;
	height: 290px;
	background: #fff;
	box-shadow: 0px 12px 22px 0px rgba(17, 7, 15, 0.16);
	border-radius: 0 70px 70px 0;
	padding: 0px;
	box-sizing: border-box;
	margin-right:60px;
	margin-bottom: 60px;
}
.select-on-content-img{
	width: 230px;
	height: 290px;
	background: #DFDFDF;
	flex-shrink: 0;
}
.select-on-content-info{
	margin-left: 45px;
	margin-top:30px;
	margin-right:35px
	
}
.select-on-content-info>h5{
	width:180px;
	height:180px;
	font-size: 20px;
	color: #777;
	line-height:1.8;
		text-align:right;

}
.select-on-content-info>h6{
	font-size: 18px;
	color: #777;
	margin-bottom: 22px;
	text-align:right;
		line-height:1.5

}
.select-on-content-info>div{
	font-size: 25px;
	font-family: SourceHanSansSC;
	font-weight: 400;
	color: #383735;
	line-height: 40px;
	padding: 35px 0;
	margin: 35px 0;
	border-top: 1px solid #383735;
	border-bottom: 1px solid #383735;
}
.select-on-content-info>p{
	font-size: 18px;
	color: #777;
	text-align:right
}