*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}



body{
	min-width: 1440px;
	position: relative;
	background: #FDF1E1;
}


.banner{
	width: 100%;
	height: 626px;
	background: url(../images/banner.png);
	position: absolute;
	left: 0;
	top: 220px;
	z-index: 9;
}


.banner2{
	width: 100%;
	height: 580px;
	background: url(../images/bg01.png) no-repeat;
	position: absolute;
	left: 0;
	top: 723px;
	z-index: 6;
}



.obj{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 143px;
}

.objlist{
	width: 286px;
	height: 300px;
	background: #E9D9C0;
	position: relative;
	border-radius: 12px;
}


.objlist .icon-h{
	width: 130px;
	height: 130px;
	background: #E9D9C0;
	border-radius: 50%;
	position: absolute;
	left: 78px;
	top: -65px;
	box-shadow: 2px 2px 2px 2px #333;
}


.icon-h span{
	width: 130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items:center;
}


.objlist dl{
	width: auto;
	margin-top: 78px;
}


.objlist dl dt{
	width: auto;;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	font-weight: bold;
	color: #972210;
	text-align: center;
}


.objlist dl dd{
	font-size: 18px;
	padding: 0 10px;
	line-height: 30px;
}



.zixun{
	width: 640px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 30px;
}


.zixun p.more{
	width: 230px;
	height: 58px;
	background: #C40001;
	border-radius: 8px;
}


.zixun p.call{
	width: 330px;
	height: 58px;
	background: #C40001;
	border-radius: 8px;
}


.zixun p a{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 58px;
}


.zixun p a:hover{
	background: #660000;
	box-sizing:border-box;
	border-radius: 8px;
	transition:1s;
	font-weight: bold;
}



.qianjing{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	padding-top: 1200px;
}



.qj_tt{
	width: 300px;
	position: relative;
}


.qj_tt p{
	width: 436px;
	position: absolute;
	left: -136px;
	top: 0;
}



.qj_content{
	width: 796px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.qj_list{
	width: 387px;
	background: #fff;
	margin-bottom: 25px;
}


.qj_list img{
	display: block;
}


.qj_list p{
	font-size: 20px;
	padding: 8px 10px;
	line-height: 30px;
}


.youzhi{
	width: 100%;
	height: 1550px;
	background: url(../images/bg02.png);
	margin-top: 80px;
	overflow: hidden;
}


.youzhi h3{
	width: 470px;
	height: 92px;
	margin: 0 auto;
	margin-top: 50px;
}


.yzimg{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}


.yzimg img{
	display: block;
}



.zuopin{
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}


.zuopin h3{
	width: 484px;
	margin: 0 auto;
}


.zuopin ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
}


.zuopin ul li{
	width: 285px;
}


.zuopin ul li img{
	display: block;
	margin-top: 20px;
	border: none;
}


.jiuye{
	width: 100%;
	height: 550px;
	background: url(../images/bg02.png) no-repeat;
	margin-top: 100px;
	margin-bottom: 60px;
	overflow: hidden;
}


.jiuye h3{
	width: 470px;
    margin: 0 auto;
    margin-top: 50px;
}

.jiuye ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content:space-between;
}

.jiuye ul li{
	width: 590px;
}


