html,body{
	background-color: rgb(255,255,255);
	width: 100%;
	overflow-x: hidden;
}
/*清除浮动代码*/
.clearfloat:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}
.clearfloat{
	zoom: 1;
}
.flex-image{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.content-text{
	color: #969696;
	font-size: 14px;
}
.banner-text{
	position: absolute;
    z-index: 3;
    width: 100%;
    color: #AE8A57;
    height: 20px;
    font-weight: bold;
}
.common-header{
	width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
}
.common-title{
	font-size: 16px;
    font-weight: bold;
    margin-left: 2%;
}
.common-content{
	width: 100%;
    height: auto;
    /*padding-left: 1%;
    padding-right: 1%;*/
    margin-top: 5%;
}
.common-middle{
	margin-top: 20px;
    margin-bottom: 20px;
}
.common-bottom{
	padding-right: 1%;
}
.common-left{
	float: left;
	width: 50%;
}
.common-right{
	float: right;
	width: 50%;
}
.list ul,li{
	list-style: none;
	color: #969696;
}
.list1 li{
	list-style: square;
	color: #969696;
}
.list2 li{
	list-style: disc;
	color: #969696;
}
.num{
	width: 50%;
	margin: auto;
	margin-top: 10px;
}
.three{
	width: 60%;
	float: left;
}
.three-sm{
	width: 20%;
	float: left;
}