body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
    color: #999999;
}

html {
    font-size: 16px;
    overflow-y: scroll;
    background: #000000;
}

body {
    font: 0.875rem "微软雅黑", "Arial";
    -webkit-text-size-adjust: none;
    position: relative;
}

a {
    color: #999999;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #C1C1C1;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #ededed;
}

.Header_btn {
    display: none;
}

.fixed {
    position: fixed;
    left: 0;
    z-index: 9999;
    box-shadow: none;
    animation: mymove 100ms 1;
    -webkit-animation: mymove 100ms 1; /* Safari 和 Chrome */
}

@keyframes mymove {
    from {
        top: -66px;
    }
    to {
        top: 0;
    }
}

@-webkit-keyframes mymove {
    from {
        top: -66px;
    }
    to {
        top: 0;
    }
}

.page_Header {
    width: 100%;
    height: 66px;
    background: #000000;
    float: left;
}

.BOR{
    border-bottom: 1px #e5e5e5 solid;
}

.page_Nav {
    width: 100%;
    height: 66px;
    background: #000000;
    float: left;
    display: block;
    margin: 0;
}

.Header_btn{
    width: 15%;
    height: 66px;
    float: left;
    display: block;
    position: relative;
    z-index: 10000;
    background: #000000;
}

.button_on{
    width: 36px;
    height: 36px;
    float: right;
    margin: 15px 0;
    background-image: url("../img/button_on.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.button_off{
    width: 24px;
    height: 24px;
    margin: 30px auto;
    cursor: pointer;
    transition: all 50ms;
    -webkit-transition: all 50ms;
    background-image: url("../img/button_off.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    outline: none;
}

.page_Header10 {
    width: 85%;
    height: 66px;
    float: left;
    margin: 0;
    position: relative;
    z-index: 10000;
    background: #000000;
}

.page_Header10_img {
    display: none;
}

.page_Title {
    height: 36px;
    float: left;
    border-left: 1px #999999 solid;
    margin: 15px 0 15px 10px;
    padding-left: 3%;
}

.page_Title p:nth-child(1) {
    float: left;
    line-height: 36px;
    font-size: 0.85rem;
    font-family: 微软雅黑;
    color: #999999;
    display: inline-list-item;
}

.page_Title p:nth-child(2) {
    float: left;
    line-height: 36px;
    font-size: 0.85rem;
    font-family: 微软雅黑;
    color: #999999;
    display: inline-list-item;
}

.page_Header20 {
    width: 35%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: -40%;
    z-index: 10001;
    box-shadow: 0 0 18px rgba(0,0,0,.0);
}

.page_Tab {
    margin-top: 0px;
    float: left;
}

.page_Tabli {
    width: 80%;
    height: 36px;
    float: left;
    margin: 6px 10%;
    cursor: pointer;
    border-radius: 2px;
    transition: all 50ms;
    -webkit-transition: all 50ms;
    line-height: 36px;
    font-family: 微软雅黑;
    font-size: 0.85rem;
    text-align: center;
    position: relative;
    display: none;
}

.page_Tabli_a{
    width: 100%;
    height: 36px;
    float: left;
    cursor: pointer;
    border-radius: 2px;
    transition: all 50ms;
    -webkit-transition: all 50ms;
    line-height: 36px;
    font-family: 微软雅黑;
    font-size: 0.85rem;
    text-align: center;
    display: block;
    color: #333333;
    border-bottom: none;
}

.page_Phone {
    width: 14px;
    float: left;
    margin-top: 26px;
    display: none;
}

.page_Phone img {
    width: 14px;
    height: 14px;
    float: left;
}

.page_Phone p {
    line-height: 14px;
    float: left;
    margin-left: 6px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #a9383a;
}

.HeaderBox_ul {
    width: 65%;
    height: 100%;
    margin-left: 0;
    position: fixed;
    left: 35%;
    top: 0;
    z-index: 999;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0,0,0,.0);
    border-top: none;
    border-radius: 0;
    visibility: hidden;
    border-left: 1px #e5e5e5 solid;
    transition: all 0ms;
    -webkit-transition: all 0ms;
}

.page_Tabli:checked .HeaderBox_ul {
    visibility: visible;
}

.page_Tabli:hover .page_Tabli_a {
    color: #333333;
}

.HeaderBox_ul li {
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: 1px #e5e5e5 solid;
    margin-top: 10px;
}

.HeaderBox_a{
    padding: 0 10px;
    float: left;
    line-height: 40px;
    color: #333333;
    font-size: 0.85rem;
    font-family: 微软雅黑;
}

.HeaderBox_a:hover {
    color: #a9383a;
}

/*底部信息*/
.page_Footer{
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #000000;
    margin-top:0;
    display:flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.Footer_left{width: 100%;}
.Footer_left p{
    width: 100%;
    line-height: 30px;
    float: left;
    color: #808080;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 0.85rem;
}
.Footer_center{width: 100%;margin-top: 20px}
.Footer_center p{
    width: 100%;
    line-height: 30px;
    float: left;
    color: #808080;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 0.85rem;
}
.Footer_right{width:100%;margin-top: 20px}
.Footer_right p{
    width: 100%;
    line-height: 30px;
    float: left;
    color: #808080;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 0.85rem;
}
.Footer_Bottom{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.Footer_Bottom p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 0.85rem;
    color: #808080;
    text-align: center;
}