 /*footer*/

.footer{
	background: #0d6fb8;
	min-width:1200px;
}

.footer .placeholder{
	height: 8px;
	background: url(../images/placeholder02.png) center center no-repeat;
}
.footer-in{
	width: 1200px;
	margin:0 auto;
	height: 300px;
/*	border: 1px solid #000;*/
}
.footer-top{
	border-bottom: 1px dashed #6fc2ff;
	color: #fff;
    padding: 25px 0 25px;
}
.footer-top span{
	margin-left:74px;
	float: left;
	line-height: 30px;
}

.footer-top p{
    float:left;
    line-height: 30px;
    padding: 0 26px 0 82px;
}


.footer-top .select{
	position:relative;float:left;margin:0 10px;width: 283px;
    height: 30px;
    background: url(../images/select-bg.png) no-repeat;
}

.footer-top .select dt{
    height:28px;
    width: 263px;
    padding-left: 20px;
	display:inline-block;
	background: url(../images/select-icon.png) no-repeat 242px center;
	line-height:28px;
	font-weight:bold;
	cursor:pointer;
	padding-right:12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	position:relative;
	z-index:99;
	outline:none;
	font-size: 14px;
 }

 .footer-top .select dd{
	position:absolute;
    left:0;
    top:29px;
    border:1px solid #d2ccc4;
    background:#fff;
    display:none; 
    z-index: 1000;
}

.footer-top .select dd ul{
	width:283px;
    max-height:250px;
    overflow:auto;
}
.footer-top .select dd ul li a{
    line-height:28px;
    display:block;
    padding:0 8px; 
    font-size: 14px;
    color:#000;
}
.footer-top .select dd ul li a:hover{
    background:#f5f5f5;
}



.footer-bottom{
	text-align: center;	
	color: #e5e5e5;
    padding-top: 34px;
    position: relative;
}
.footer-bottom p,
.footer-bottom a{
	font-size: 14px;
	line-height: 36px;
	color: #e5e5e5;
}
.footer-bottom a:hover{
	color: #fff;
}
.footer-bottom .qr{
	position: absolute;
    top: 30px;
    right: 78px;
}