* {
    padding: 0;
    margin: 0;
}

.fp-right ul li a span {
    background: white !important;
    width: 15px !important;
    height: 15px !important;
}

.fp-right ul li a.active span {
    background: #f90 !important;
    width: 15px !important;
    height: 15px !important;
    margin: -2px 0 0 -2px !important;
}

.fp-right ul li {
    width: 15px !important;
    height: 15px !important;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 15px !important;
    height: 15px !important;
}

#fp-nav.fp-right {
    right: 30px !important;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin-bottom: 15px;
}

.page1 {
    width: 100%;
    height: 100%;
    background: url(../images/page1.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.page1 .headNav {
    height: 70px;
    width: 100%;
    background: rgba(22, 66, 0, .06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
}

.page1 .headNav .w1200 {
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}

.page1 .headNav .w1200 .logo {
    display: flex;
    align-items: center;
}

.page1 .headNav .w1200 .logo img {
    padding-right: 20px;
    border-right: 1px solid #f5f5f5;
    width: 150px;
}

.page1 .headNav .w1200 .logo span {
    color: white;
    font-size: 24px;
    padding-left: 20px;
}

.navlist {
    display: flex;
}

.navlist a {
    color: white;
    text-decoration: none;
    margin-left: 60px;
    font-size: 16px;
    line-height: 70px;
    color: #f5f5f5;
}

.navlist a.active {
    border-bottom: 2px solid white;
    color: white;
}

.conetentBox {
    flex: 1;
}

.conetentBox .w1200 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conetentBox .w1200 .conetentBoxRight {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 480px;
}

.conetentBox .w1200 .logoBtn {
    display: flex;
    align-items: center;
}

.conetentBox .w1200 .logoBtn img.appbtn {
    width: 130px;
    height: 130px;
    border-radius: 20px;
}

.conetentBox .w1200 .logoBtn img.apptext {
    margin-left: 50px;
    width: 269px;
    height: 107px;
}

.downloadBox {
    display: flex;
    align-items: center;
}

.downloadBox .codebox {
    width: 190px;
}

.downloadBox .codebox img {
    width: 190px;
    height: 190px;
    display: block;
    border-radius: 5px 5px 0 0;
}

.downloadBox .codebox span {
    width: 100%;
    text-align: center;
    display: block;
    background: white;
    line-height: 36px;
    font-size: 16px;
    border-radius: 0 0 5px 5px;
    padding-bottom: 5px;
    color: #f90;
}

.downloadBox .codebox span i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/smbcg.png) no-repeat center center;
    vertical-align: -8px;
    margin-right: 10px;
}

.btnBox {
    margin-left: 50px;
}

.btnBox a {
    display: block;
    text-decoration: none;
    width: 180px;
    line-height: 45px;
    border-radius: 50px;
    background: white;
    text-align: center;
    margin: 50px 0;
    color: #7bc255;
}

.btnBox a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/azbcg.png) no-repeat center center;
    vertical-align: -8px;
    margin-right: 10px;
}

.btnBox a.cur i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/pgbcg.png) no-repeat center center;
    vertical-align: -8px;
    margin-right: 10px;
}

.btnBox a.cur {
    color: #f90;
}