.banner {
    display: table;
    width: 100%;
    background-position: 50%;
    background-size: auto 100%;
    background-size: cover;
    background-repeat: no-repeat;
	margin-top:80px;
	
	background:url(/skin/dongfeng/img/beijing.jpg) no-repeat center;
	height:300px;
	display:table;
	
}
.banner-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.banner-white .banner-inner h1 {
	font-weight:normal;
    color: #fff;
	font-size:36px;
}
.banner-inner .page-description {
    position: relative;
    margin: 17px 0 0;
    padding: 15px 0 0;
}.banner-white .banner-inner .page-description:before {
    background: #e5e5e5;
}.banner-inner .page-description:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #666;
    content: "";
}.banner-white .banner-inner p {

    color: #f9f9f9;
}.banner-inner p {
    margin: 0 auto;
    width: 60%;
    font-size: 15px;
    font-weight: 300;
}

.breadcrumb {
    padding: 8px 0 8px 10px;
    color: #888;
}

@media only screen and (max-width: 767px){
	.banner{ margin-top:60px;}
	.banner-inner p{ width:90%;}
	.breadcrumb, .breadcrumb2{ padding:7px  0 7px 10px!important;}
	.banner-white .banner-inner h1{ font-size:26px;}
}