body{
	background: #000;
}
.welfareBg{
	width: 100%;
	min-width: 1024px;
	background: #000 url(/static/images/welfarebg.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.welfareBg .logo{
	position: relative;
	width: 1006px;
	margin: 0 auto;
}
.welfareBg .logo h1{
	position: absolute;
	left: 15px;
	top: 30px;
}
.welfareBg .logo h1 a{
	display: block;
	width: 153px;
	height: 45px;
}
.welfale{
	width: 1006px;
	margin: 0 auto;
	padding-top: 32%;
	overflow: hidden;
}
h3.tit{
	width: 332px;
	height: 53px;
	background: url(/static/images/fuli_title.png) no-repeat top left;
	background-size: 428px 53px;
	padding-left: 96px;
	font-size: 24px;
	line-height: 63px;
	color: #1f080c;
}
div.cont{
	background: #141214;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	margin: 32px 0;
}
.main1 div.cont{
	padding: 50px 45px 50px 55px;			
}
.main2 div.cont{
	padding: 0 22px 35px;
}
.main2 div.cont h5{
	font-size: 22px;
	padding: 48px 0 30px;
}
.main2 h4{
	font-size: 18px;line-height: 40px;color:#f5bb01;
}
.main2 p{
	font-size: 18px;line-height: 30px;
}
.main2 div.cont table{
	width: 100%;
}
.main2 div.cont table tr td{
	border: 1px solid #2a2a2a;
	line-height: 24px;
	padding: 46px 40px 46px 35px;
}
.main2 div.cont table tr td:first-child{
	text-align: center;
}
.main2 div.cont ul{
	padding-left: 32px;
}
.main2 div.cont ul li{
	font-size: 18px;
	line-height: 48px;
}
.main3 div.cont,.main4 div.cont,.main5 div.cont{
	line-height: 48px;
	padding: 35px 80px 25px 56px;
}
.col{
	color: #f5bb01;
}
.editor span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 180px;
	/*margin-right: 30px;*/
}
.foot{
	font-size: 18px;
	padding: 70px 0 38px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
	.welfale{
		padding-top: 38%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	.welfale{
		padding-top: 46%;
	}
}
@media only screen and (max-width: 1024px) {
	.welfareBg{
		background: #000 url(/static/images/welfarebg2.jpg) no-repeat top center;
	}
	.welfale{
		padding-top: 48%;
	}
}
