body{
	background: #f6f6f6;
}
.top{
	width: 100%;
}
.top img{
	width: 100%;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.main .item{
	background: #fff;
	border-radius: 2px;
	width: 100%;
	padding:130px 25px 45px 25px;
	box-sizing: border-box;
	position: relative;
	margin-top: 90px;
}
.main .zlqgjs{
	height: 480px;
}
.main .item .tit{
	position:absolute;	
}
.main .zlqgjs .tit{
	top: -62px;
	left: 268px;
}
.con{
	display: flex;
	justify-content:space-between;
}
.list{
	width: 560px;
	height: 300px;
	background: #fff4e9;
	border-radius: 30px;
	position: relative;
	padding: 50px 20px 20px 30px;
	box-sizing: border-box;

}
.title{
	position: absolute;
	top: -33px;
	left: 24px;
}
.list ul li{
	background: url(../img/icon.png) left center no-repeat;
	text-indent: 20px;
	font-size: 16px;
	line-height: 37px;
}
.list ul li a{
	color: #2a2a2a;
	text-decoration: none;
}
.list ul li span{
	float: right;
	color: #666666;
}
.year .yd{
	width: 190px;
	height: 55px;
	border-radius: 10px;
	background: #ff8f2b;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}
.year{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.year .yd img{
	margin-right: 10px;
}
.spec button{
	width: 127px;
	height: 53px;
	border: solid 1px #ffaa5e;
	border-radius: 10px;
	background: #fff4e9;
	color: #ff8f2b;
	font-size: 18px;
}
.spec img{
	margin-left: 72px;
    margin-top: 10px;
}