#operate {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 0;
}
#operate ul{
    width: 100%;
    height: 60px;
    padding: 0 15px; 
	list-style: none;
}
#operate li {
    width: 18.5%;
    height: 30px;
    margin-top: 10px;
    float: left;
}
#operate li:first-of-type {
    width: 36%;
}
#operate li a {
	display: block;
    width: 30px;
    height: 30px;
    background-color: #D9383D;
    border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    float: right;
}
#operate li:first-of-type a {
    
    float: left;
    float: left;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 185px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #D9383D;
    border-radius: 50%;
    background-image: url("../images/up.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    float: right;
}
header{
	/*width: 110%;*/
    height: 60px;
    background: #fff;
    overflow: hidden;
    background: #B90A12;
    border-bottom: 1px solid #cc0001;
    margin-left: -4%;
}
.pull-left{
	float: left;
}
header img{
	height: 50px;
	width: 123px;
	margin: 5px;
}
header div{
	background: #fff;
    color: #f54343;
    font-family: "微软雅黑";
    padding: 5px;
    margin: 15px;
    margin-left: 5px;	
}
.footer { width:100%; font-size: 14px; background:#333333; padding:15px 0; line-height:23px; text-align:center; color:#fff;}