.banner{
	min-width:1500px;
	width:100%;
	height: 400px;
}
.banner img{
	width: 100%;
	height: 400px;
}


.article{
	min-width: 1248px;
	width: 1248px;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
}
.article-title{
    /* min-width: 1248px; */
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;    
    /* padding-bottom: 20px; */
    padding: 0 50px 20px;
    }
.article-title h2{
	font-size: 40px;
	color: #444444;
	line-height: 80px;
}
.article-title span{
	display: block;text-align: center;font-size: 16px;color: #333;margin: 10px auto;
}
.article-title p{
	font-size: 18px;
	color: #999999;
}

.article-top{
	min-width: 1248px;
	width: 1248px;
	height: auto;
	background: url(/images/alt2.jpg)left top no-repeat , url(/images/alt1.jpg)right bottom no-repeat;
	box-shadow: 0px 0px 25px #F0EFEE;
	border: 1px solid #F0EFEE;
	margin-bottom: 43px;
	padding: 57px 87px 0px 87px;
}
.article-top img{
	max-width: 60%;
	margin: 0 auto;
}
.article-top-im{
	width: 1100px;
	height: 277px;
}
.article-top-im img{
	width: 1100px;
	height: 277px;
}
.article-top p{
	width: 1048px;
	height: auto;
	margin: 0 auto;
	font-size: 22px;
	line-height: 38px;
	margin-top: 31px;
	
}
.article-page{
	width: 1048px;
	height: 100px;
	border-top:1px solid #EEEEEE;
	margin-top: 40px;
}
.article-page ul li{
	float: left;
	width: 524px;
	height: 50px;
}

.article-page ul li a{
	display: block;
	width: 470px;
	height: 100px;
	font-size: 22px;
	line-height: 100px;
	text-align: center;
	margin: 0px auto;
	color: #444444;
}
.article-page ul li a span{
	float: right;
	display: block;
	width: 380px;
	color: #444444;
	height: 100px;
	margin-left: 20px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.article-page ul li:hover a span{
	color: #F39700;
}


.crumbs{
	width: 1500px;
	height: 50px;
	padding-left: 20px;
	background: url(/images/alt-publicbg.jpg)left center no-repeat;
	line-height: 50px;
	margin: 0 auto;
	text-align: left;
}
.crumbs p{
	float: left;
}
.crumbs a{
	width: auto;
	height: 50px;	
}
/*.crumbs a:nth-child(4){
	width: 400px;
	height: 50px;
	text-align: left;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}*/
.crumbs a:hover{
	color: #F39700;
}



