/*底部菜单栏*/
.quick_menu {
    width: 100%;
    height: 245px;
    background: #427594;
    min-width: 1000px;
    color: #fff;
}
.quick_box {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	height: 250px;
	text-align: left;
}
.quick_box dl {
    width: 170px;
    float: left;
    line-height: 30px;
}
.quick_box dl dd {
	color: #50bcc8;
	text-align: left;
}
.quick_box dl dt {
	color: #e0e6eb;
	text-align: left;
}
.quick_box dl dt a:hover{
	color: #333;
}
.quick_box ul{
    float: right;
}
.quick_box ul li {
    padding-bottom: 20px;
}
.quick_box ul span {
    font-size: 14px;
}
.quick_box ul li img{
	width: 100px;
	height: 100px;
}

/*版权部分*/
.bottom {
    width: 100%;
    height: 110px;
    background: #2d2828;
    min-width: 1000px;
    color: #fff;
    overflow: hidden;
}
.bottom_box {
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}
.bottom_box p{
    text-align: center;
    color: #999;
    font-family: 微软雅黑;
    height: 25px;
    line-height: 25px;
}
.bottom span {
    margin-left: 5px;
}
.bottom p a{
    display: inline-block;
    color: rgb(127, 127, 127);
}
