.wrapper {
    width: 1200px;
    margin: 0 auto;
}
body, html {
    /*width: 100%;*/
    /*height: 100%;*/
    font-size: 16px;
    box-sizing: border-box;
    /*overflow-x: hidden;*/
    min-width: 1200px;

}

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;
    font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', 'Arial', sans-serif;
}

fieldset, img {
    border: 0 none;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

input, textarea {
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #999;
    font-size: 16px;
    color: #999;
}

input:focus, textarea:focus {
    /*border: 1px solid #3BADE2;*/
    /*box-shadow: 0 0 4px #3BADE2;*/
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    outline: none;
    border: none;
    font-size: 18px;
}


select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select:focus {
    border: 0 none !important;
    outline: 0 none !important;
}

table {
    border-collapse: collapse;
}

/*table, th, td {
    border: 1px solid #666;
}*/

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    /*-moz-user-focus: none;*/
    -moz-user-select: none;
    color: inherit;
}

a:focus {
    background-color: transparent;
    outline: 0 none;
}

i {
    font-style: normal;
}

.clearfix:after {
    height: 0;
    content: " ";
    display: block;
    overflow: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
    /*IE低版本浏览器不支持after伪类所以要加这一句*/
}

/* scrollBar style reset */
::-webkit-scrollbar {
    width: 8px;
    /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
    background: #FFF;
    height: 8px;
}

/*定义滚动条轨道（凹槽）样式*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* 较少使用 */
    border-radius: 3px;
}

/*定义滑块 样式*/
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    height: 8px;
    background-color: #a3a4a6;
}


.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header {
    width: 100%;
    height: 46px;
    /*background: #009237;*/
    background: #0D47A1;
}
.header .menu {
    width: 100%;
}
.header .menu ul {
    width: 100%;
}
.header .menu li.active {
    width: 135px;
    height: 46px;
    /*background: #DEF8E8;*/
    background: #1976D2;
    text-align: center;
}
.header .menu li.active a {
    color: #fff;
    font-size: 22px;
}
.header .menu li {
    float: left;
    margin-right: 10px;
}
.header .menu li:last-child {
    margin-right: 0;
}

.header .menu li a {
    display: block;
    width: 135px;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
footer {
    /*height: 80px;*/
    /*line-height: 80px;*/
    color: #333;
    /*background: url("../images/footer-bg.png") no-repeat;*/
    background-size: cover;
    /*padding-bottom: 30px;*/
    /*background-color: #071e3c;*/
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

footer .footer-menu {
    width: 44%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.footer-menu li {
    float: left;
    font-size: 22px;
    font-weight: 500;
    color: #1A1A1A;
    padding-right: 20px;
    cursor: pointer;
}
.code-cont {
    width: 36%;
    margin: 20px auto 0;
}
.code-cont img {
    display: block;
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 20px;
}
.code-cont img:last-child {
    margin-right: 0;
}
footer .link {
    width: 32%;
    margin: 20px auto 0;
}
footer .link  a {
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 50px;
    font-size: 20px;
    color: #333;
}
footer .link a:nth-child(2) {
    margin-right: 0;
}

footer .text {
    margin: 0 auto;
    /*width: 65%;*/
}
footer .text p {
    float: left;
    font-size: 24px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
footer .text .platform {
    /*margin-right: 40px;*/
    display: inline-block;
}















