body, div, 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: #555555;
}

html {
    font-size: 16px;
    overflow-y: scroll;
    background: #F5F6FA;
}

body {
    min-width: 320px;
    font: 0.875rem "微软雅黑", "Arial";
    -webkit-text-size-adjust: none;
}

a {
    color: #555555;
}

::-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: 0 0 18px rgba(0,0,0,.1);
    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%;
    background: #ffffff;
    float: left;
}

.page_Nav {
    display: table;
    margin: 0 auto;
    height: 66px;
    background: #ffffff;
}

.page_Header10 {
    height: 66px;
    float: left;
    margin: 0 30px 0 0;
}

.page_Header10_img {
    float: left;
    width: 150px;
    height: 40px;
    margin-top: 13px;
    border-radius: 4px;
}

.page_Title {
    height: 36px;
    float: left;
    border-left: 1px #666666 solid;
    margin: 15px 0 15px 10px;
    padding-left: 10px;
}

.page_Title p:nth-child(1) {
    float: left;
    line-height: 36px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333333;
    display: inline-list-item;
}

.page_Title p:nth-child(2) {
    float: left;
    line-height: 36px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333333;
    display: inline-list-item;
}

.page_Header20 {
    height: 66px;
    float: left;
}

.page_Tab {
    float: left;
}

.page_Tabli {
    width: 70px;
    height: 30px;
    float: left;
    margin: 18px 10px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 50ms;
    -webkit-transition: all 50ms;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 0.85rem;
    text-align: center;
    position: relative;
    display: none;
}

.page_Tabli_a{
    width: 70px;
    height: 30px;
    float: left;
    cursor: pointer;
    border-radius: 2px;
    transition: all 50ms;
    -webkit-transition: all 50ms;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 0.85rem;
    text-align: center;
    display: block;
}

.page_Phone {
    float: left;
    margin-top: 26px;
    margin-left: 30px;
}

.page_Phone img {
    width: 14px;
    height: 14px;
    float: left;
}

.page_Phone p {
    line-height: 14px;
    float: left;
    margin-left: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #a9383a;
}

.HeaderBox_ul {
    min-width: 170px;
    position: absolute;
    left: -5px;
    top: 48px;
    z-index: 9999;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0,0,0,.1);
    border-top: 2px #333333 solid;
    border-radius: 0 0 2px 2px;
    display: none;
}

.HeaderBox_ul li {
    width: 100%;
    height: 30px;
    float: left;
    border-bottom: 1px #e5e5e5 solid;
    display: inline-block;
}

.HeaderBox_a{
    padding: 0 10px;
    float: left;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
    font-family: 微软雅黑;
}

.HeaderBox_a:hover {
    color: #a9383a;
}

/*底部信息*/
.page_Footer {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #ffffff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px #e5e5e5 solid;
}

.Footer_left {
    width: 26%;
}

.Footer_left p {
    width: 100%;
    line-height: 30px;
    float: left;
    color: #808080;
    text-align: right;
    font-family: 微软雅黑;
    font-size: 13px;
}

.Footer_center {
    width: 26%;
}

.Footer_center p {
    width: 100%;
    line-height: 30px;
    float: left;
    color: #808080;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 13px;
}

.Footer_right {
    width: 26%;
}

.Footer_right p {
    width: 100%;
    line-height: 30px;
    float: left;
    color: #808080;
    text-align: left;
    font-family: 微软雅黑;
    font-size: 13px;
}

.Footer_Bottom {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.Footer_Bottom p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #808080;
    text-align: center;
}





