/*动态导航*/
.scroll-nav {
    width: 18px;
    height: 90px;
    position: fixed;
    right: 85px;
    top: 459px;
    z-index: 999;
}

.scroll-nav ul li {
    width: 18px;
    height: 18px;
    margin-top: 15px;
}

.scroll-nav ul li img {
    width: 100%;
    height: 100%;
}

/*第一部分*/
.section {
    height: 1080px;
    width: 100%;
}

.section-banner {
    width: 100%;
    height: 100%;
}

.section-banner img {
    width: 100%;
    height: 100%;
}

.section-banner .banner-bot {
    height: 146px;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.section-banner .banner-bot p {
    text-align: center;
    font-size: 20px;
    color: #fae4a8;
    line-height: 58px;
}

.section-banner .banner-bot p a {
    color: #fae4a8;
}

.section-banner .banner-bot span {
    display: inline-block;
    height: 20px;
    width: 20px;
    animation: upandown 800ms infinite;
}

@keyframes upandown {
    0% {
        transform: translate(0, 8px);
    }
    25% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -8px);
    }
    75% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 8px);
    }

}

.section-banner .banner-bot span img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/*第二部分*/
.section-bg1 {
    background: url("../images/1_02.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.section-bg1 .circle {
    width: 100%;
    height: 100%;
}

.section-bg1 .circle {
    overflow: hidden;
}

.section-bg1 .circle .out_pic {
    width: 100%;
    top: 170px;
    left: 50%;
    transform: translate(-50%);
}

.section-bg1 .circle .out_pic img {
    width: 100%;
}

.section-bg1 .bg-font {
    top: 110px;
    left: 50%;
    transform: translate(-50%);
}

.section-bg1 .bg-font img {
    width: 100%;
    height: 100%;
}

/*第三部分*/
.section-bg2 {
    background: url("../images/bg2_05.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.section-bg2 .section-hd {
    text-align: center;
    padding: 100px 0 26px;
}

.section-bg2 .section-hd img {
    display: inline-block;
}

.section-bg2 .section-bd ul {
    padding: 0 18px;
}

.section-bg2 .section-bd ul li {
    float: left;
    width: 539px;
    height: 245px;
    color: #fae4a8;
    border-radius: 5px;
    margin: 20px 0;
    background-color: rgba(193, 189, 189, 0.15);
}

.section-bg2 .section-bd .icon {
    width: 108px;
    padding: 51px 36px 0;
}

.section-bg2 .section-bd .icon img {
    width: 100%;
    height: 100%;
}

.section-bg2 .section-bd .des {
    width: 349px;
    padding-right: 10px;
}

.section-bg2 .section-bd .des h3 {
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
}

.section-bg2 .section-bd .des p {
    font-size: 16px;
    line-height: 20px;
}

.section-bg2 .section-ft {
    margin-top: 20px;
    color: #fae4a8;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.section-bg2 .section-bg2-link {
    height: 200px;
    text-align: center;
    margin-top: 80px;
}

.section-bg2 .section-bg2-link img {
    display: inline-block;
}

.section-bg2 .section-bg2-link span {
    display: inline-block;
    margin-left: 20px;
    height: 20px;
    width: 20px;
    animation: leftringht 800ms infinite;
}

@keyframes leftringht {
    0% {
        transform: translate(8px, 0);
    }
    25% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-8px, 0);
    }
    75% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(8px, 0);
    }

}

.section-bg2 .section-bg2-link span img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/*第四部分*/
.section-bg3 {
    background: url("../images/1_05.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.section-bg3 .section-hd {
    width: 100%;
    text-align: center;
    position: relative;
}

.section-bg3 .section-hd ul {
    display: inline-block;
    width: 100%;
    height: 243px;
    padding-top: 102px;
}

.section-bg3 .section-hd ul li {
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 50%;
}

.section-bg3 .section-hd ul li img {
    width: 100%;
    height: 100%;
}



.section-bg3 .games-pic img {
    display: inline-block;
    margin-top: 39px;
}

.section-bg3 .games-loading-btn img {
    margin-top: 39px;
    display: inline-block;
}

.section-bg3 .games-code-area {
    margin-top: 39px;
}

.section-bg3 .games-code-area img {
    display: inline-block;
    vertical-align: top;
    margin: 0 46px;
}

/*第五部分*/
.section-bg4 {
    background: url("../images/1_05.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.section-bg4 .section-hd {
    margin: 89px 0;
    text-align: center;
}

.section-bg4 .section-hd img {
    display: inline-block;
}

.section-bg4 .section-bd {
    height: 544px;
}

.section-bg4 .section-bd .section-bd-left {
    width: 384px;
}

.section-bg4 .section-bd .section-bd-right {
    width: 816px;
}

.section-bg4 .section-bd .section-bd-right .section-bd-rg-item {
    color: #fae4a8;
    line-height: 24px;
    padding-left: 22px;
    margin-bottom: 50px;
}

.section-bg4 .section-bd .section-bd-right .section-bd-rg-item h3 {
    font-size: 22px;
    font-weight: bold;
}

.section-bg4 .section-bd .section-bd-right .section-bd-rg-item p {
    font-size: 20px;
}

.section-bg4 .section-ft .form-edit {
    margin: 0 50px;
    height: 193px;
    border-radius: 5px;
    color: #fae4a8;
    background-color: rgba(193, 189, 189, 0.15);
}

.section-bg4 .section-ft .form-edit .edit-area {
    padding: 45px 0;
    font-size: 20px;
}

.section-bg4 .section-ft .form-edit .edit-area label {
    margin-left: 56px;
}

.section-bg4 .section-ft .form-edit .edit-area .border-bottom {
    background: none;
    border-bottom: 1px solid #fae4a8;
    width: 154px;
    color: #fae4a8;
}

.section-bg4 .section-ft .form-edit .btn-area {
    text-align: center;
}

.section-bg4 .section-ft .form-edit .sub-btn {
    display: inline-block;
    width: 478px;
    height: 43px;
    font-size: 22px;
    line-height: 43px;
    color: #000;
    background-color: #fae4a8;
    border-radius: 5px;
}
.anctiv{
    background: #ccc;
}

/*关于财富介绍*/
.unit {
    width: 100%;
}

.about-bg1 {
    height: 166px;
    background: #000;
}

.about-bg1 .unit-bd {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 22px;
}

.about-bg1 .unit-bd ul {
    display: inline-block;
}

.about-bg1 .unit-bd ul li {
    float: left;
    margin: 0 26px;
}

.padding-top {
    padding-top: 99px;
}

.about-bg1 .unit-bd ul li a {
    font-size: 16px;
    color: #fae4a8;
}

.unit-bd ul li a:hover {
    border-bottom: 1px solid #fae4a8;
}

.underline {
    border-bottom: 1px solid #fae4a8;
}

.about-bg1 .unit-bd ul li a .logo {
    padding-top: 4px;
}

.about-bg2 img {
    width: 100%;
    height: 100%;
}

.about-bg3 {
    background: url("../images/1_05.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.about-bg3 .inner {
    padding: 58px 20px 58px 48px;
}

.about-bg3 .unit-item {
    color: #fae4a8;
    margin-bottom: 24px;
}

.about-bg3 .unit-item h3 {
    font-size: 20px;
    line-height: 73px;
    font-weight: bolder;
}

.about-bg3 .unit-item p {
    font-size: 20px;
    line-height: 24px;
    color: #fae4a8;
}

.about-bg3 .unit-item h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bolder;
}

/*关于个人背景介绍*/
.personal-bg3 {
    background: url("../images/1_05.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.personal-bg3 .inner {
    padding: 106px 76px 148px 64px;
}

.personal-bg3 .unit-hd .header-pic {
    margin: 0 20px;
}

.personal-bg3 .unit-hd .header-pic img {
    height: 100%;
    width: 100%;
}

.personal-bg3 .unit-hd .service {
    padding-top: 82px;
    padding-left: 7px;
}

.personal-bg3 .unit-hd .service h2 {
    color: #fae4a8;
    line-height: 24px;
}

.personal-bg3 .unit-bd {
    margin-top: 50px;
}

.personal-bg3 .unit-bd p {
    color: #fae4a8;
    font-size: 20px;
    line-height: 24px;
}

.personal-bg3 .unit-ft .position {
    margin-top: 50px;
}

.personal-bg3 .unit-ft .position p {
    color: #fae4a8;
    font-size: 20px;
    line-height: 24px;
}

.personal-bg3 .unit-ft .address {
    margin-top: 25px;
}

.personal-bg3 .unit-ft .address p {
    color: #fae4a8;
    font-size: 20px;
    line-height: 24px;
}

.personal-bg3 .unit-ft .address p a {
    color: #fae4a8;
}