footer{width:980px; background:#dcdcdc; margin:0 auto; padding:5px 10px; text-align:right;}
#bottom ul, #bottom li{margin:0; padding:0; list-style-type:none;}
#bottom .title{font-weight:bold; color:#01629f;}
#bottom li>span{margin-right:10px;}
#bottom li>span:last-child{margin-right:0;}
.top_page{background:#01629f url("../images/left-white-icon.png") no-repeat center center; height:30px; width:30px; position:fixed; bottom:10px; right:10px; transform:rotate(-90deg); z-index:9999; }

/*a.top_page{position:fixed; bottom:52px; right:0; display:block; width:40px; height:40px; background:url('../images/header_bg2.png') 0 -36px; display:none; text-decoration:none;}
a.top_page::before, a.top_page::after{content:""; height:5px; width:15px; background:#fff; position:absolute; top:13px;}
a.top_page::before{transform: rotate(-30deg) translate(-50%, 0); left:35%;}
a.top_page::after{transform: rotate(30deg) translate(50%, 0); right:35%;}*/

@media only screen and (max-width:1000px) {
	footer{width:auto; padding:10px;}
	#bottom{text-align:center;}
	#bottom li::nth-child(2) > span{display:block;}
}