* {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cleardiv {
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: " ";
}

body {
	min-width: 1360px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit !important;
}

.fr {
	float: right;
}

.none {
	display: none;
}

.pubbox {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.dream01 {
	width: 100%;
	height: 300px;
	background: url("../images/dream_01.jpg") center top no-repeat;
	background-size: auto 100%;
	overflow: hidden;
	max-width: 100%;
}

.p02 {
	width: 92%;
	margin: 0 auto;
	font: 20px / 40px "微软雅黑";
	color: #010101;
	padding: 84px 0 0 0;
	text-indent: 2em;
	text-align: justify;
}


.dream02 {
	width: 100%;
	height: 300px;
	background: url("../images/dream_02.jpg") center top no-repeat;

}
.pubbox03 {
	position: relative;
	width: 1000px;
	height: 500px;
	margin: 0 auto;
}
.dream03 {
	width: 100%;
	height: 500px;
	background: url("../images/dream_03.jpg") center top no-repeat;
	background-size: auto 100%;
}

.ul03 {
	padding: 17px 0 0 0;
}
.ul03 li {
	float: right;
	width: 435px;
	height: 130px;
	margin: 0 0 0px 20px;
	/* padding: 0 0px 0 20px; */
	box-sizing: border-box;
	border-bottom: 1px dotted #d3b2a9;
}
.ul03 li:nth-child(4){
	border-bottom: none;
}
.ul03 li:nth-child(1) {
	float: left;
	width: 545px;
	height: 600px;
	margin: 0 0 10px 0px;
	padding: 20px 0px 0 0px;
	display: flex;
	flex-direction: column;
	border-bottom: none;
}
.ul03 li:nth-child(1) .blockimg {
	width: 545px;
	height: 310px;
}

.ul03 li:nth-child(1) .blockimg img {
	width: 545px;
	height: 310px;
}
.ul03 li .blocktext h2 {
	    padding: 14px 0 0px 0;
	    color: #333333;
	    font: bold 18px / 25px "微软雅黑";
	
}

.ul03 li .blocktext p {
	color: #666 !important;
	font: 16px/26px "微软雅黑";
}
.ul03 li dl{
	padding: 16px 0 0 0;
}
.ul03 li dl dd{
	color: #333333;
	font: bold 18px / 37px "微软雅黑";
}
.more03{
	position: absolute;
	right: 0;
	bottom: 34px;
	width: 80px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #bd8c64;
	box-sizing: border-box;
	color: #bd8c64;
	font: 18px/34px "微软雅黑";
	text-align: center;
}
.dream04 {
	width: 100%;
	height: 762px;
	background: url("../images/dream_04.jpg") center top no-repeat;
	background-size: auto 100%;
}
.ul04{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul04 li{
	position: relative;
	width: 306px;
	height: 226px;
	border: 3px solid #FFF;
	background: #FFF;
	border-radius: 15px;
	margin-bottom: 30px;
	box-shadow: 8px 6px 18px #f1d9cf;
	box-sizing: border-box;
}
.ul04 li img{
	width: 300px;
	height: 170px;
	margin: 0 auto;
	border-radius: 15px 15px 0 0;
}
.ul04 li h2{
	color: #333;
	font: 20px/40px "微软雅黑";
	padding: 0 10px;
}
.more04{
	width: 250px;
	height: 60px;
	margin: 10px auto 0;
	border-radius: 30px;
	border: 1px solid #a79b9b;
	box-sizing: border-box;
	color: #a79b9b;
	font: 26px/60px "微软雅黑";
	text-align: center;
	background: #fff9ef;
}
.ul04 li .bf{
	position: absolute;
	top: 50px;
	left: 120px;
	width: 71px;
	height: 71px;
	background: url("../images/bf.png") center top no-repeat;
}
