* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    /*font-size: 14px;*/
}

body {
    max-width: 4096px;
    position: relative;
    min-width: 1000px;
}

ul, ol {
    list-style: none;
    margin: 0;
}

img {
    vertical-align: middle;
}

a {
}

h2 {
    color: #404040;
    font-weight: bold;
}

a:link, a:visited {
    text-decoration: none;
    color: #404041;
}
a:hover{
    color: #007169;
    text-decoration: underline;
}


body {
    color: #828282;
}

.old-net-btn{
    background-color: #0f65db;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    position: absolute;
    right: 130px;
    top: 3px;
}
.old-net-btn a{
    color: #fff;
}

.old-net-btn:hover{
    background-color: #9d7cb3;
}
.old-net-btn a:hover{
    color: #fff;
}

input::-webkit-input-placeholder {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.prev, .next {
    cursor: pointer;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    background: url(0) no-repeat \9;
}

.clear {
    width: 0 !important;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}


