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: #e5e5e5;
}

html {
    font-size: 16px;
    overflow-y: scroll;
    background: #ffffff;
}

body {
    min-width: 320px;
    font: 0.875rem "微软雅黑", "Arial";
    -webkit-text-size-adjust: none;
}

a {
    color: #ffffff;
}

::-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;
}

.page_Header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #343E83;
}

.page_Nav {
    display: table;
    margin: 0 auto;
    height: 66px;
}

.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 #ffffff 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: #ffffff;
    display: inline-list-item;
}

.page_Title p:nth-child(2) {
    float: left;
    line-height: 18px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #ffffff;
    display: inline-list-item;
}

.page_Header20 {
    height: 66px;
    float: left;
}

.page_Tab {
    float: left;
}

.page_Tabli {
    width: 70px;
    height: 66px;
    float: left;
    margin: 0 10px;
    line-height: 66px;
    position: relative;
    display: none;
}

.page_Tabli_a {
    width: 70px;
    height: 66px;
    float: left;
    transition: all 100ms;
    -webkit-transition: all 100ms;
    line-height: 66px;
    font-family: 微软雅黑;
    font-size: 0.85rem;
    text-align: center;
    /*border-bottom: 2px black solid;*/
}

.page_Phone {
    float: left;
    height: 66px;
    margin-left: 30px;
}

.page_Phone img {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 26px;
}

.page_Phone p {
    line-height: 66px;
    height: 66px;
    float: left;
    margin-left: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #e5e5e5;
}

.HeaderBox_ul {
    width: 200px;
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: -90px;
    z-index: 9999;
    padding: 15px;
    background: #ffffff;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 100ms;
    -webkit-transition: all 100ms;
    counter-reset: section;
}

.HeaderBox_ul::after {
    content: " ";
    position: absolute;
    top: -16px; /* 提示工具底部 */
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

.page_Tabli:hover .HeaderBox_ul {
    visibility: visible;
    opacity: 1;
}

.page_Tabli:hover .page_Tabli_a {
    color: #ffffff;
}

.HeaderBox_ul li {
    width: 100%;
    height: 36px;
    float: left;
}

.HeaderBox_a {
    padding: 0 10px;
    float: left;
    line-height: 36px;
    color: #555555;
    font-size: 14px;
    font-family: 微软雅黑;
    transition: all 100ms;
    -webkit-transition: all 100ms;
}

.HeaderBox_a::before {
    counter-increment: section;
    content: counters(section, ". ") ". ";
}

.HeaderBox_a:hover {
    color: #000000;
}


/*底部信息*/
.page_Footer {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #343E83;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top: 20px #1479D7 solid;
}

.Footer_left {
    width: 26%;
}

.Footer_left p {
    width: 100%;
    line-height: 30px;
    float: left;
    color: #ffffff;
    text-align: right;
    font-family: 微软雅黑;
    font-size: 13px;
}

.Footer_center {
    width: 26%;
}

.Footer_center p {
    width: 100%;
    line-height: 30px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 13px;
}

.Footer_right {
    width: 26%;
}

.Footer_right p {
    width: 100%;
    line-height: 30px;
    float: left;
    color: #ffffff;
    text-align: left;
    font-family: 微软雅黑;
    font-size: 13px;
}

.Footer_Bottom {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.Footer_Bottom p {
    width: 100%;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}





