*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    font-size: 62.5%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    /* color: #333; */
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

button {
    border: 0 none;
    background-color: transparent;
}

.navbar,
.footer,
.download {
    position: absolute;
    z-index: 1990;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.navbar,
.copyright,
.link-list dt {
    /* background-image: -webkit-linear-gradient(top, #ffffff, #b7c3f3); */
    /* background-image: linear-gradient(to bottom, #ffffff, #b7c3f3); */
}

.navbar {
    top: 0;
    height: 100px;
    background-image: url('../img/header.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.navbar .logo {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
}

.navbar .logo img {
    height: 50px;
}

.navbar-menu,
.navbar-home {
    position: absolute;
    top: 16px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-menu {
    left: 16px;
    background-image: url("../img/icon_menu.png");
}

.navbar-home {
    right: 16px;
    background-image: url("../img/icon_home.png");
}

.footer,
.download {
    bottom: 0;
}

.footer {
    background-image: url("../img/danghang.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 220px;
    padding-top: 20px;
    box-sizing: border-box;
}

.copyright {
    padding-bottom: 10px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}

.nav,
.mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.nav {
    z-index: 1999;
    left: -100%;
    transition: left .5s ease-in-out;
}

.nav-opened {
    left: 0;
}

.nav-inner {
    position: relative;
    width: 45%;
    height: 100%;
    overflow: auto;
    background-color: #3f65d0;
}

.nav-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../img/icon_close.png") no-repeat;
    background-size: contain;
}

.nav-list {
    margin-top: 10px;
    text-align: center;
}

.nav-list li {
    line-height: 3;
    font-size: 1.7rem;
}

.nav-list a {
    color: #fff;
}

.nav-list a:active,
.link-list a:active {
    color: #ff2960;
}

.mask {
    display: none;
    z-index: 1998;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.link-list {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    /* background-color: rgba(0, 0, 0, .6); */
}

.link-list dl {
    overflow: hidden;
    margin-top: 10px;
}

.link-list dt,
.link-list dd {
    float: left;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
}

.link-list dt {
    width: 50px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 1.4rem;
    line-height: 1.28;
    color: #ffd88c;
    background-image: url('../img/font-Bg.png');
    -webkit-background-size: 100%;
    background-size: 100%;
}

.link-list dd {
    width: calc((100% - 90px)/4);
    margin-left: 10px;
    font-size: 1.2rem;
    background-color: #fff;
}

.link-list a,
.link-list a span {
    display: block;
    box-sizing: border-box;
}

.link-list a {
    padding: 7px 5px;
    color: #333;
}

.link-list a .line {
    margin-bottom: 4px;
    border-bottom: 1px solid #eee;
    line-height: 1.75;
    color: #333333;
    font-size: 1rem;
    white-space: nowrap;
}

.link-list a .time {
    line-height: 1.25;
    font-size: 1.4rem;
    color: #c31b1f;
}

#fullpage .section {
    overflow: hidden;
    padding-top: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#fullpage .section1 {
    background-image: url("../img/bg1.png?v=1.32");
    /* background-size: 100%; */
    /* background-position: 0 70px; */
}

#fullpage .section1 .fpsi12 {
    margin: 0 auto;
    width: 60%;
    margin-top: 30px;
}

#fullpage .section1 .fpsi11 {
    margin: 200px auto;
    width: 70%;
}

#fullpage .section2 {
    background-image: url("../img/bg2.png");
}

#fullpage .section2 .fpsi21 {
    margin: 0 auto;
    width: 70%;
    margin-top: 20px;
    margin-left: 67px
}

#fullpage .section2 .fpsi22 {
    margin: 0 auto;
    width: 50%;
    margin-top: -20px;
}

#fullpage .section3 {
    background-image: url("../img/bg3.png");
}

#fullpage .section3 .fpsi31 {
    margin: 50px auto;
    width: 70%;
}

#fullpage .section3 .fpsi32 {
    float: right;
    width: 70%;
    margin-top: 50px;
}

.scan-code {
    margin-top: 165px;
    transition: padding-left .5s, padding-right .5s;
}

.scan-normal.scan-code {
    padding-left: 10%;
    padding-right: 10%;
}

.scan-code li {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.scan-code a {
    display: block;
    margin-top: -5px;
}

.scan-code img {
    width: 100%;
}

.scroll-down {
    position: absolute;
    z-index: 1995;
    right: 3px;
    bottom: 185px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url("../img/scroll_down.png") no-repeat;
    background-size: contain;
}

.fpsa {
    display: none;
}

.fp-completely .fpsa {
    display: block;
}

.animated.delay-500ms {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.download {
    z-index: 1997;
    padding: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
}

.download .logo,
.download .btn-download {
    position: absolute;
    top: 7px;
    height: 32px;
}

.download .logo {
    left: 10px;
    width: 32px;
}

.download h3 {
    font-size: 1.4rem;
    font-weight: normal;
}

.download p {
    font-size: 1.2rem;
}

.download .btn-download {
    right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    line-height: 32px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #d03126;
}

.closeapp {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 2px;
    top: 0px;
    z-index: 99999;
    /* background-color: red; */
    color: #f00;
    border-radius: 50%;
    border: 1px solid #f00;
    text-align: center;
    font-size: 1.2em;
    font-weight: bolder;
}

.xiejiao {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    line-height: 4.26667rem;
    text-align: center;
    font-size: .32rem;
    font-weight: 600;
    /* transform: rotate(315deg); */
    color: #ffe975;
    z-index: 99;
}

.xiejiao a {
    position: absolute;
    bottom: -15px;
    font-size: 14px;
    right: 49px;
}