@charset "utf-8";
html {
    overflow: hidden
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

body {
    font-family: 微软雅黑;
    font-size: 12px;
    color: #000;
    word-wrap: break-word;
    behavior: url(csshover.htc);
    overflow: hidden
}

button, input, select, textarea {
    font: 12px/1.5 Arial, "宋体", Helvetica, Verdana, sans-serif;
    word-wrap: break-word;
    color: #565756
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%
}

img {
    border: 0;
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: 0
}

p {
    margin: 0;
    padding: 0
}

input, select, textarea {
    vertical-align: middle;
    *font-size: 100%
}

input {
    margin: 0;
    outline: 0;
    padding: 0
}

input::-ms-clear {
    display: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.ddw {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 16px;
    z-index: 9999
}

.ddw2 {
    position: absolute;
    left: 20px;
    top: 0;
    color: #000;
    font-size: 16px;
    z-index: 9999
}

.num_box {
    position: relative
}

.num {
    color: #fff;
    font-size: 50px;
    width: 100%;
    text-align: center;
    position: relative
}

.num p {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -66px
}

.num ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.num ul li {
    float: left;
    height: 100%;
    position: relative
}

#num_0 {
    background: url(../images/bg1.jpg) no-repeat center #000;
    background-size:100% auto ;
}

#num_1 {
    background: url(../images/bg2.jpg) no-repeat center #000;
    background-size: 100% auto;
}

#num_2 {
    background: url(../images/bg3.jpg) no-repeat center #000;
    background-size: 100% auto;
}

#num_3 {
    background: url(../images/bg4.jpg) no-repeat center #000;
    background-size: 100% auto;
}

#num_4 {
    background: url(../images/bg3.jpg) no-repeat center #000;
    background-size: 100% auto;
}

#num_5 {
    background: url(../images/bg3.jpg) no-repeat center #000;
    background-size: 100% auto;
}

#num_6 {
    background: #0f0
}

#num_7 {
    background: #00f
}

#num_8 {
    background: #ff0
}

#num_9 {
    background: #f0f
}

.fixed_r {
    position: absolute;
    right: 2%;
    top: 48%;
    z-index: 999
}

.fixed_r li {
    width: 10px;
    height: 10px;
    background: #fff;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    margin-top: 15px;
}

.fixed_r li.on {
    background: orangered;
    border: 2px solid orangered;
}