html,
body {
    width: 100%;
    height: 100%;
    font-family: PingFangSC-Regular, sans-serif !important;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    display: block;
    border: none;
}

.header {
    width: 100%;
    height: 64px;
    border-radius: 1px;
    position: fixed;
    top: 0;
    z-index: 999999;
    background: #fff;
}

.header_none {
    height: 64px;
    width: 100%;
}

.header_nav {
    width: 1208px;
    height: 100%;
    margin: 0 auto;
}

.header_nav>a>img {
    width: 300px;
    float: left;
    margin: 10px 0 0 0;
    vertical-align: middle;
}

.header_nav>ul {
    margin-right: 150px;
    float: right;
    height: 100%;
}

.header_nav>ul>li {
    font-size: 20px;
    float: left;
    height: 100%;
    line-height: 64px;
}

.header_nav>ul>li>a {
    display: block;
    height: 100%;
    color: #333;
    padding: 0 26px;
    text-align: center;
}

.active {
    color: #fce38a;
}

.header_nav>ul>.active>a {
    background: #fff;
    text-align: center;
    color: #fce38a;
    border-bottom: 4px solid #fff;
    box-sizing: border-box;
}

.active+li {
    background: #fff;
}

.active+li {
    /* display: none; */
}

.active_none {
    display: none;
}

.container {
    width: 100%;
    background: #fff;
}

.footer {
    width: 100%;
    height: 120px;
    background: #fff;
    overflow: hidden;
}

.footer>ul {
    width: 720px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 38px;
}

.footer>ul>li {
    height: 16px;
    float: left;
    border-right: 1px solid #e4dcff;
    font-size: 14px;
}

.footer>ul>li:last-child {
    border: none;
}

.footer>ul>li>a {
    color: #5856a6;
    padding: 0 40px;
    display: block;
    text-align: center;
}

.footer>div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    color: #5856A6;
    font-size: 10px;
    opacity: .5;
}

.footer>div>p {
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
}

.footer>div>p>a {
    color: #5856A6;
    font-size: 13px;
}

.emulate_none {
    height: 69px;
    width: 100%;
    display: none;
    background: #fff;
}

.index_model {
    width: 100%;
    height: 100%;
    background: #0003;
    position: absolute;
    top: 0;
    margin: auto;
    z-index: 99;
}

.index_model>img {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.model_pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 96;
}

.download_table {
    width: 100%;
    height: 69px;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.download_table ul {
    width: 1208px;
    margin: 0 auto;
    /* margin-left: 361px; */
}

.download_table_nav li {
    float: left;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #393939;
    width: 193px;
    line-height: 42px;
    position: relative;
}

.download_table_nav li>span:nth-child(1) {
    display: block;
    height: 42px;
    width: 100%;
    margin-top: 16px;
    cursor: pointer;
    border-left: 1px solid rgba(151, 151, 151, 0.2);
}

.download_table_nav li>span:nth-child(2) {
    position: absolute;
    width: 60px;
    height: 5px;
    left: 0;
    right: 0;
    background: #f3c067;
    bottom: 0;
    display: none;
    margin: 0 auto;
    border-radius: 5px;
}

.commen_box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.commen_box>img {
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}