﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	overflow-x: hidden;
}
.bigcontainer {
	width: 100%;
	background: #ededed;
}
.test {
	border: 1px solid red;
}
.fl {
	float: left;
}
.cl {
	clear: both;
}
.bl {
	display: block;
}
.ab {
	position: absolute;
}
.rl {
	position: relative;
}



.bar{
    width: 100px;
    position: fixed;
    top: 102px;
    right: 30px;
    z-index: 1000;
}
.bar .nor{
    color: #fff;
    width: 100px;
    height: 70px;
    display: block;
    text-align: center;
    text-decoration: none;
    font: 14px/70px "微软雅黑";
    background: url(op.png) center repeat;
    margin-bottom: 1px;
    outline: none;
}
.bar .nor:hover,.bar .cur{
    background: #7f2019;
}
.bar .home{
    font: 18px/70px "微软雅黑";
    outline: none;
}
.bar .home:hover{
    background: #7f2019;
}
.bar .top{
    width: 100px;
    height: 42px;
    display: block;
    text-align: center;
    background: url(op.png) center repeat;
    outline: none;
}
.bar .top img{
    display: block;
    margin: 0 auto;
    padding-top: 11px;
}