 
html,body{min-width:1400px;margin:0;padding:0;font-family:'微软雅黑';}
 a:hover{color:#c00;text-decoration: underline;}

.banner01{
	height:662px;background:url(../images/banner01.jpg) center no-repeat;width:100%;position:relative;
}
.banner01 div{
	background:#ca131c;width:266px;height:56px;position:absolute;bottom:8%;left: 50%;margin-left: -133px;font-size:30px;font-weight:bold; text-align: center;line-height: 56px;color: #fff;
}
.banner01 div a{font-size:30px;color:#fff;} 

.banner02{
	height:302px;background:url(../images/banner02.jpg) center top no-repeat;width:100%;
}

.banner03{
	height:553px;background:url(../images/banner03.jpg) center no-repeat;width:100%;position:relative;
}


.nav{background:url(../images/icon_nav.jpg) center no-repeat;height:69px;line-height:69px;margin-top: 0px;}
.nav ul{
    width: 1400px;
    line-height: 69px;
    white-space: nowrap;
    display: flex;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    justify-content: center;
    flex-flow: row nowrap;
}
.nav ul li{margin: 0 25px;}
.nav ul li a{color:#fff;font-size:24px;}

.sbd_block{
	width:1400px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.whte{background:white;}







/****新列表详情底部****/
.county_footer{
	background: #fff;
	color: #1A0000;
	height: auto;
	padding: 50px 0;
	text-align: center;
	font-size: 14px;
    margin-top: 50px;
    border-top: 1px solid #ccc;
}
.county_footer .about,.county_footer div{
	height:22px;
	line-height: 22px;
	text-align: center;
	color: #1A0000;
	font-size: 14px;
}
.county_footer .about a{color: #1A0000;padding:0 32px;font-size: 14px;}
.county_footer .about a:hover{color: #999;}
.county_footer .copyright1{
	color: #1A0000;
	text-align: center;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}

.county_list_footer{
	background: #f8f8f8;
}






@media screen and (max-width: 1300px) {

html,body{min-width:1200px;margin:0 auto;padding:0;font-family:'微软雅黑';}

.banner01 {
    height: 579px;
    background: url(../images/banner01.jpg) center top no-repeat;
    width: 100%;
    background-size: 2273px;
    position: relative;
}
.banner02 {
    height: 570px;
    background: url(../images/banner02.jpg) center top no-repeat;
    width: 100%;
    background-size: 2200px;
    margin-top: -1px;
}




.nav ul{
    width: 1200px;
    line-height: 69px;
    white-space: nowrap;
    display: flex;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    justify-content: center;
    flex-flow: row nowrap;
}
.nav ul li a {
    color: #fff;
    font-size: 19px;
}

.sbd_block{
	width:1200px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}





















}










