html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0
}

li {
    list-style: none
}

textarea {
    overflow: auto;
    resize: none
}

a,
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: 700
}

a,
a:hover {
    text-decoration: none
}

a {
    -webkit-touch-callout: none
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif
}

@keyframes anirotate {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes btnscale {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.9)
    }
}

@keyframes scrollTips {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px)
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.clear {
    clear: both
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.fade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    display: none;
    opacity: 0;
    transition: all all 1s ease ease;
    -o-transition: all all 1s ease ease;
    -ms-transition: all all 1s ease ease;
    -moz-transition: all all 1s ease ease;
    -webkit-transition: all all 1s ease ease
}

.fade.show {
    opacity: .8
}

.video-pop {
    width: 800px;
    height: 450px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -400px;
    z-index: 10000;
    display: none
}

.video-pop .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: 0;
    background: url(../images/close_7965db5.png) no-repeat;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.video-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

body,
html {
    width: 100%;
    height: 100%;
    min-width: 1440px
}

.wrapper {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    /* padding-top: 55px; */
    min-width: 1440px;
    overflow: hidden
}

.wrapper .wrapper-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg_80d4a77.jpg) no-repeat center 0;
    background-size: cover
}

.wrapper .swiper-container {
    width: 100%;
    height: 100%
}

.wrapper .swiper-container .slide-footer {
    height: auto
}

.wrapper .page {
    position: relative;
    width: 100%;
    height: 100%
}

.wrapper .page-box,
.wrapper .page-box2 {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box
}


/* video */

.videoBox1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
}

.videoBox1 video {
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -540px;
    margin-left: -960px;
}

@media (min-width:1921px) {
    .wrapper .page-box,
    .wrapper .page-box2 {
        padding-top: 85px
    }
}

@media (max-height:900px) {
    .wrapper .page-box,
    .wrapper .page-box2 {
        top: -45px
    }
}

.wrapper .title,
.wrapper .title-none {
    width: 637px;
    height: 288px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -319px
}

.component {
    display: none
}

.component .btn-logo {
    position: absolute;
    left: 42px;
    top: 20px;
    width: 155px;
    z-index: 10
}

.component .btn-logo img {
    display: block;
    width: 100%
}

.component .share-wrap .btn-gw {
    font-size: 12px;
    line-height: 18px;
    padding-right: 11px;
    margin-right: 10px;
    margin-left: 5px;
    border-right: 1px solid #827068;
    color: #fff
}

.component .share-wrap .btn-gw:hover {
    text-decoration: underline
}

.component .nav-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -155px;
    width: 169px;
    height: 311px;
    background: url(../images/nav-r-bg_e707dbd.png) no-repeat center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.component .nav-wrap.on {
    z-index: 10;
    opacity: 1;
    visibility: visible
}

.component .nav-wrap .nav-item {
    position: absolute;
    width: 192px;
    height: 69px;
    cursor: pointer;
    background-position: right 0;
    background-repeat: no-repeat
}

@media (max-width:1500px) {
    .component .nav-wrap .nav-item {
        width: 71px
    }
}

.component .nav-wrap .nav-0 {
    right: 14px;
    top: 121px;
    width: 71px;
    height: 67px;
    background: url(../images/nav-0_58369ef.png) no-repeat center
}

.component .nav-wrap .nav-0.on,
.component .nav-wrap .nav-0:hover {
    background: url(../images/nav-0-h_7541310.png) no-repeat center
}

.component .nav-wrap .nav-1 {
    z-index: 1;
    right: 18px;
    top: -20px;
    background-image: url(../images/nav-1_60bb86b.png)
}

.component .nav-wrap .nav-1.on,
.component .nav-wrap .nav-1:hover {
    background-image: url(../images/nav-1-h_3205516.png)
}

.component .nav-wrap .nav-2 {
    right: 120px;
    top: 70px;
    background-image: url(../images/nav-2_07c5995.png)
}

.component .nav-wrap .nav-2.on,
.component .nav-wrap .nav-2:hover {
    background-image: url(../images/nav-2-h_8bf55f6.png)
}

.component .nav-wrap .nav-3 {
    right: 108px;
    top: 200px;
    background-image: url(../images/nav-3_fe34f26.png)
}

.component .nav-wrap .nav-3.on,
.component .nav-wrap .nav-3:hover {
    background-image: url(../images/nav-3-h_f26585c.png)
}

.component .nav-wrap .nav-4 {
    right: 14px;
    bottom: -22px;
    background-image: url(../images/nav-4_50bf4d1.png)
}

.component .nav-wrap .nav-4.on,
.component .nav-wrap .nav-4:hover {
    background-image: url(../images/nav-4-h_9d2e6a3.png)
}

.component .nav-wrap .nav-5 {
    right: 16px;
    bottom: -20px;
    background-image: url(../images/nav-5_7082c11.png)
}

.component .nav-wrap .nav-5.on,
.component .nav-wrap .nav-5:hover {
    background-image: url(../images/nav-5-h_a345ada.png)
}

.page-new {
    background: url(../images/bg.jpg) no-repeat center 0;
    background-size: cover;
    overflow: hidden
}

.page-new .page-box {
    width: 100%;
    z-index: 10;
}

.page-new .page-box .down {
    position: absolute;
    right: 180px;
    top: 0.5%;
    width: 1100px;
    height: 309px;
    z-index: 10;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%)
}

.page-new .page-box .down .down_btn {
    width: 320px;
    height: 111px;
    background: url(../images/down.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}

.page-new .page-box .down .down_btn:hover {
    opacity: .9;
}

.page-new .page-box .down .down_pay {
    width: 320px;
    height: 111px;
    background: url(../images/pay.png) no-repeat center center;
    position: absolute;
    right: 380px;
    top: 0;
}

.page-new .page-box .down .down_pay:hover {
    opacity: .9;
}

.page-new .btn-logo {
    position: absolute;
    right: 7.2%;
    top: 1.1%;
    width: 280px;
    z-index: 10
}

.page-new .btn-logo img {
    display: block;
    width: 100%
}

.page-new .scroll-tips {
    position: absolute;
    left: 50%;
    bottom: 13%;
    width: 90px;
    height: 122px;
    margin-top: -81px;
    background: url(../images/scroll-tips-new_7e8e19f.png) no-repeat;
    z-index: 10;
    -webkit-animation: scrollTips 2s infinite linear;
    -moz-animation: scrollTips 2s infinite linear;
    -ms-animation: scrollTips 2s infinite linear;
    animation: scrollTips 2s infinite linear
}

.page0 {
    background: url(../images/bg_2c5b87e.jpg) no-repeat center 0;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

.page0 .page-box {
    width: 100%
}

.page0 .page-box {
    top: -120px;
}

.page0 .title {
    background: url(../images/title1.png) no-repeat;
}

.page0 .page-box2 {
    padding-top: 100px;
}

.page0 .content-wrap {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page0 .content-wrap .swiper-container {
    height: 620px;
    padding: 100px 0
}

.page0 .content-wrap .swiper-slide {
    position: relative;
    height: 620px;
    width: 1065px
}

.page0 .content-wrap .swiper-slide img {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0
}

.page0 .content-wrap .prev,
.page0 .content-wrap .next {
    position: absolute;
    top: 340px;
    width: 87px;
    height: 88px;
    cursor: pointer;
    z-index: 5;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.page0 .content-wrap .prev:hover,
.page0 .content-wrap .next:hover {
    opacity: .85
}

.page0 .content-wrap .prev {
    left: -98px;
    background: url(../images/prev_fced5011.png) no-repeat
}

.page0 .content-wrap .next {
    right: -45px;
    background: url(../images/next_a348aaa1.png) no-repeat
}

.page0 .slogan {
    position: absolute;
    left: 370px;
    top: 50%;
    width: 1200px;
    height: 740px;
    /* border: 1px solid red; */
    /* background: url(../images/pop-order_93ff06b1.png) no-repeat center; */
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%)
}

.page0 .scroll-tips {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 112px;
    height: 162px;
    margin-top: -81px;
    background: url(../images/scroll-tips_2c76025.png) no-repeat;
    z-index: 10;
    -webkit-animation: scrollTips 2s infinite linear;
    -moz-animation: scrollTips 2s infinite linear;
    -ms-animation: scrollTips 2s infinite linear;
    animation: scrollTips 2s infinite linear
}

.page0 .timeline {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 181px;
    background: url(../images/nav-bg1_575281a.png) no-repeat center 0;
    background-size: cover
}

@media (min-width:1921px) {
    .page0 .timeline {
        background-size: 100% 100%
    }
}

.page0 .timeline .timeline-list {
    position: relative;
    z-index: 5;
    width: 1200px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.page0 .timeline .timeline-list .timeline-item {
    display: inline-block;
    width: 159px;
    position: relative;
    z-index: 5;
    margin-left: 74px
}

.page0 .timeline .timeline-list .timeline-item:first-child {
    margin-left: 0
}

.page0 .timeline .timeline-list .timeline-item i {
    display: block;
    width: 120px;
    height: 85px;
    margin: 0 auto;
    cursor: pointer;
    background: url(../images/timeline_060a351.png) no-repeat center
}

.page0 .timeline .timeline-list .timeline-item span {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fdda8e;
    text-align: center;
    margin: -8px auto 4px;
    background: url(../images/border_3cc060e.png) no-repeat
}

.page0 .timeline .timeline-list .timeline-item img {
    display: block;
    margin: -8px auto 0;
    margin-top: 5px;
}

.page0 .timeline .timeline-list .timeline-item.on i {
    background: url(../images/timeline-on_5423785.png) no-repeat center
}

.page0 .timeline .timeline-list::after {
    content: '';
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 46px;
    background: url(../images/dots_7fc8842.png) repeat-x 0 center
}


/* .page0 .timeline .btn-jmh {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 202px;
    height: 109px;
    margin-left: -101px;
    background: url(https://tx3.res.netease.com/pc/zt/20211027144925/img/btn-jmh_ab76de5.png) no-repeat center;
    z-index: 5
} */

.page0 .timeline .bar {
    width: 1790px;
    height: 10px;
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -895px;
    z-index: 0;
    background: url(../images/line0_044a406.png) no-repeat center 0
}

.page0 .timeline .bar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/line_9eb0513.png) no-repeat 0
}

.page0 .timeline .bar i em {
    position: absolute;
    top: -5px;
    right: -3px;
    width: 7px;
    height: 21px;
    background: url(../images/bar-icon_46625e3.png) no-repeat 0
}

.page1 {
    background: url(../images/bg_80d4a77.jpg) no-repeat center 0;
    background-size: cover
}

.pops-prev {
    position: absolute;
    left: 275px;
    top: 48%;
    width: 100px;
    height: 100px;
    z-index: 100;
    /* border: 1px solid red; */
    background: url(../images/prev_fced501.png) no-repeat center;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    pointer-events: none;
}

.pops-next {
    position: absolute;
    right: 275px;
    top: 48%;
    width: 100px;
    height: 100px;
    z-index: 100;
    /* border: 1px solid red; */
    background: url(../images/next_a348aaa.png) no-repeat center;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    pointer-events: none;
}

.page1 .title {
    width: 617px;
    height: 288px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -288px
}

.page1 .title {
    background: url(../images/title2.png) no-repeat;
}

.page1 .rule-wrap {
    width: 1050px;
    margin: 32px auto 0;
    overflow: hidden
}

.page1 .rule-wrap p {
    font-size: 16px;
    line-height: 26px;
    color: #f8d9bd;
    margin-top: 18px;
    position: relative;
    padding-left: 132px;
    letter-spacing: 1px
}

.page2 .content-wrap,
.page3 .content-wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.page2 .content-wrap .tit,
.page3 .content-wrap .tit {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    color: #f0cd78;
    padding-left: 16px;
    border-left: 3px solid #c5950c;
    font-weight: 700
}

.page2 .content-wrap .tit.none,
.page3 .content-wrap .tit.none {
    border: 0
}

.page2 .content-wrap .desc,
.page3 .content-wrap .desc {
    font-size: 14px;
    color: #cfaa86;
    line-height: 18px;
    height: 36px;
    margin: 8px 0 2px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all
}

.page2 .content-wrap .desc.small,
.page3 .content-wrap .desc.small {
    font-size: 12px
}

.page2 .content-wrap .content-video,
.page3 .content-wrap .content-video {
    width: 652px
}

.page2 .content-wrap .content-video .video-box,
.page3 .content-wrap .content-video .video-box {
    height: 366px;
    background: url(../images/show.jpg) no-repeat;
    position: relative
}

.page2 .content-wrap .content-video .btn-play,
.page3 .content-wrap .content-video .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -44px 0 0 -44px;
    width: 87px;
    height: 88px;
    z-index: 2;
    cursor: pointer
}

.page2 .content-wrap .content-video .btn-play i,
.page3 .content-wrap .content-video .btn-play i {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/btn-video1_c58f6d6.png) no-repeat;
    z-index: 0;
    animation: anirotate 5s linear infinite
}

.page2 .content-wrap .content-video .btn-play span,
.page3 .content-wrap .content-video .btn-play span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/btn-video2_a70e7f1.png) no-repeat 26px 19px;
    z-index: 1
}

.page2 .content-wrap .content-video .video-mask,
.page3 .content-wrap .content-video .video-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px;
    background: url(../images/video-mask_9bef591.png) no-repeat
}

.page2 .content-wrap .content-image,
.page3 .content-wrap .content-image {
    width: 520px;
    margin-left: 6px
}

.page2 .content-wrap .content-image .swiper-container,
.page3 .content-wrap .content-image .swiper-container {
    height: 366px
}

.page2 .content-wrap .content-image .swiper-slide,
.page3 .content-wrap .content-image .swiper-slide {
    width: 257px;
    height: 366px;
    position: relative;
    margin-right: 6px;
    overflow: hidden;
    cursor: pointer
}

.page2 .content-wrap .content-image .swiper-slide:last-child,
.page3 .content-wrap .content-image .swiper-slide:last-child {
    margin-right: 0
}

.page2 .content-wrap .content-image .swiper-slide img,
.page3 .content-wrap .content-image .swiper-slide img {
    display: block;
    width: 257px;
    height: 366px
}

.page2 .content-wrap .content-image .swiper-slide .btn-show-big,
.page3 .content-wrap .content-image .swiper-slide .btn-show-big {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -139px;
    width: 278px;
    height: 106px;
    background: url(../images/btn-show-big_fa553071.png) no-repeat;
    cursor: pointer
}

.page2 .content-wrap .content-image .swiper-scrollbar,
.page3 .content-wrap .content-image .swiper-scrollbar {
    box-sizing: border-box;
    width: 100%;
    height: 7px;
    border: 1px solid #634e2b;
    background: rgba(29, 21, 17, .6);
    position: relative;
    margin-top: 26px
}

.page2 .content-wrap .content-image .swiper-scrollbar .swiper-scrollbar-drag,
.page3 .content-wrap .content-image .swiper-scrollbar .swiper-scrollbar-drag {
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #a3842f;
    background: url(../images/scroll-touch_b96a5d3.png) no-repeat center #39230b;
    margin-top: -12px;
    border-radius: 30px
}

.page0 .page-box,
.page1 .page-box,
.page2 .page-box,
.page3 .page-box,
.page4 .page-box {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 100%;
    z-index: 0
}

.page2 .page-box2,
.page3 .page-box2,
.page4 .page-box2 {
    padding-top: 288px
}

.page2 .title {
    background: url(../images/title3.png) no-repeat
}

.page3 .title {
    background: url(../images/title4.png) no-repeat
}


/* .page3 .content-wrap .content-video .video-box {
    background: url(https://tx3.res.netease.com/pc/zt/20211027144925/img/page3/poster_a105996.jpg) no-repeat
} */

.page3 .content-wrap .content-image {
    width: 100%
}

.page3 .content-wrap .content-image .swiper-container {
    height: 411px
}

.page3 .content-wrap .content-image .swiper-container .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.page3 .content-wrap .content-image .swiper-container .swiper-slide {
    height: 411px
}

.page3 .content-wrap .content-image .swiper-container .desc {
    height: 16px
}

.page3 .content-wrap .content-image .swiper-slide {
    height: 431px
}

.page4 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page4 .page-box2 {
    padding-top: 268px
}

.page4 .title {
    background: url(../images/title5.png) no-repeat
}

.page4 .content-wrap {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page4 .content-wrap .swiper-container {
    height: 350px;
    padding: 100px 0
}

.page4 .content-wrap .swiper-slide {
    position: relative;
    height: 350px;
    width: 1025px
}

.page4 .content-wrap .swiper-slide img {
    position: relative;
    width: 450px;
    height: 400px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0
}

.page4 .content-wrap .swiper-slide .text-wrap {
    position: absolute;
    left: 50%;
    top: -80px;
    margin-left: -476px;
    height: 40px;
    width: 986px;
    background: url(../images/subtit_267fa4f.png) no-repeat center bottom
}

.page4 .content-wrap .swiper-slide .text-wrap .tit {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    color: #f0cd78;
    padding-left: 16px;
    border-left: 3px solid #c5950c;
    font-weight: 700
}

.page4 .content-wrap .swiper-slide .text-wrap .desc {
    font-size: 14px;
    color: #cfaa86;
    line-height: 20px;
    margin: 7px 0 10px
}

.page4 .content-wrap .swiper-slide .icon {
    position: absolute;
    left: 50%;
    bottom: -103px;
    margin-left: -389px;
    width: 779px;
    height: 95px;
    background: url(../images/icon_d433e5b.png) no-repeat
}

.page4 .content-wrap .prev,
.page4 .content-wrap .next {
    position: absolute;
    top: 202px;
    width: 87px;
    height: 88px;
    cursor: pointer;
    z-index: 5;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.page4 .content-wrap .prev:hover,
.page4 .content-wrap .next:hover {
    opacity: .85
}

.page4 .content-wrap .prev {
    left: -98px;
    background: url(../images/prev_fced501.png) no-repeat
}

.page4 .content-wrap .next {
    right: -98px;
    background: url(../images/next_a348aaa.png) no-repeat
}

.page4 .content-video {
    width: 652px;
    margin: 0 auto
}

.page4 .content-video .video-box {
    height: 366px;
    background: url(../1/show.png) no-repeat;
    position: relative
}

.page4 .content-video .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -44px 0 0 -44px;
    width: 87px;
    height: 88px;
    z-index: 2;
    cursor: pointer
}

.page4 .content-video .btn-play i {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/btn-video1_c58f6d6.png) no-repeat;
    z-index: 0;
    animation: anirotate 5s linear infinite
}

.page4 .content-video .btn-play span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/btn-video2_a70e7f1.png) no-repeat 26px 19px;
    z-index: 1
}

.page4 .content-video .video-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px;
    background: url(../images/video-mask_9bef591.png) no-repeat
}

.page5 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page5 .page-box {
    top: -60px
}

@media (max-height:900px) {
    .page5 .page-box {
        top: -100px
    }
}

.page5 .content-wrap {
    position: relative;
    width: 1200px;
    height: 568px;
    margin: 50px auto 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page5 .content-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 611px;
    height: 609px;
    margin-left: -285px;
    background: url(../images/siwper-bg_8764520.png) no-repeat
}

.page5 .content-wrap .swiper-container {
    height: 568px;
    padding: 120px 0;
    top: -120px
}

.page5 .content-wrap .swiper-slide {
    position: relative;
    height: 568px
}

.page5 .content-wrap .swiper-slide img {
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: -374px;
    z-index: 1;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.page5 .content-wrap .swiper-slide .img1 {
    top: -40px
}

.page5 .content-wrap .swiper-slide .img2 {
    top: -120px
}

.page5 .content-wrap .swiper-slide .img3 {
    top: -56px
}

.page5 .content-wrap .swiper-slide .img4 {
    top: -52px
}

.page5 .content-wrap .swiper-slide .img5 {
    top: -67px
}

.page5 .content-wrap .swiper-slide .img6 {
    top: -103px
}

.page5 .content-wrap .swiper-slide .img7 {
    top: -30px
}

.page5 .content-wrap .swiper-slide .img8 {
    top: -56px
}

.page5 .content-wrap .swiper-slide .img9 {
    top: -26px;
    margin-right: -556px
}

.page5 .content-wrap .swiper-slide .name {
    position: absolute;
    left: 50%;
    top: 240px;
    margin-left: 283px;
    width: 131px;
    height: 277px;
    background: url(../images/name-1_1334957.png) no-repeat;
    z-index: 2
}

.page5 .content-wrap .prev,
.page5 .content-wrap .next {
    position: absolute;
    top: 202px;
    width: 87px;
    height: 88px;
    cursor: pointer;
    z-index: 5;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.page5 .content-wrap .prev:hover,
.page5 .content-wrap .next:hover {
    opacity: .85
}

.page5 .content-wrap .prev {
    left: 88px;
    background: url(../images/prev_fced501.png) no-repeat
}

.page5 .content-wrap .next {
    right: 88px;
    background: url(../images/next_a348aaa.png) no-repeat
}

.page5 .tab {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -131px;
    width: 262px;
    height: 41px;
    background: url(../images/tab_472da0c.png) no-repeat;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.page5 .tab .tab-item {
    display: inline-block;
    width: 50%;
    height: 41px;
    cursor: pointer
}

.page5 .tab .tab-1.on {
    background: url(../images/tab-1_82aa1a5.png) no-repeat
}

.page5 .tab .tab-2.on {
    background: url(../images/tab-2_8123ee9.png) no-repeat
}

.footer_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 99;
    display: none;
    background: #000
}

.layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    display: none;
    opacity: .9
}

.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    box-sizing: border-box
}

.popup .close {
    position: absolute;
    top: -85px;
    right: 230px;
    width: 144px;
    height: 166px;
    background: url(../images/close_7965db5.png) no-repeat
}

.popup-normal-1 {
    width: 1095px;
    height: 610px;
    background: url(../1/1.png) no-repeat;
    margin: -230px 0 0 -425px;
    padding: 3px 208px 6px 24px
}

.popup-normal-2 {
    width: 1095px;
    height: 610px;
    background: url(../1/2.png) no-repeat;
    margin: -230px 0 0 -425px;
    padding: 3px 208px 6px 24px
}

.popup-normal-3 {
    width: 1095px;
    height: 610px;
    background: url(../1/3.png) no-repeat;
    margin: -230px 0 0 -425px;
    padding: 3px 208px 6px 24px
}

.popup-normal-4 {
    width: 1095px;
    height: 610px;
    background: url(../1/4.png) no-repeat;
    margin: -230px 0 0 -425px;
    padding: 3px 208px 6px 24px
}

.popup-normal .popup-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.popup-normal .popup-wrap h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center
}

.popup-normal .popup-wrap h3 span {
    flex-shrink: 1;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    color: #ff7654;
    padding: 0 20px
}

.popup-normal .popup-wrap h3::before {
    content: '';
    display: inline-block;
    width: 56px;
    height: 14px;
    background: url(../images/tit-icon1_d3d9551.png) no-repeat;
    margin-top: 15px
}

.popup-normal .popup-wrap h3::after {
    content: '';
    display: inline-block;
    width: 56px;
    height: 14px;
    background: url(../images/tit-icon2_df5abef.png) no-repeat;
    margin-top: 15px
}

.popup-normal .popup-wrap p {
    box-sizing: border-box;
    padding-left: 48px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
    position: relative;
    margin-bottom: 10px
}

.popup-normal .popup-wrap p span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    line-height: 24px;
    padding-left: 16px;
    color: #ff7654;
    background: url(../images/text-icon_19a905e.png) no-repeat 0 center
}

.popup-normal .popup-wrap img {
    display: block;
    width: 100%;
    margin: 10px 0
}

.popup-normal .niceScroll-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.popup-normal .niceScroll-wrap .niceScroll {
    width: 650px;
    height: 262px;
    padding: 0 30px;
    margin: 0 auto
}

.popup-normal .nicescroll-rails {
    width: 4px!important;
    background: #ffeabf
}

.popup-normal .nicescroll-rails .nicescroll-cursors {
    right: -2px
}

.popup-normal-2 .popup-wrap h3 {
    margin-top: 30px
}

.popup-normal-2 .popup-wrap h3::before {
    margin-top: -15px
}

.popup-normal-2 .popup-wrap p {
    margin-bottom: 24px
}

.popup-normal-3 .popup-wrap h3,
.popup-normal-4 .popup-wrap h3 {
    margin-top: 30px
}

.popup-normal-3 .popup-wrap p,
.popup-normal-4 .popup-wrap p {
    padding-left: 0;
    margin-top: 40px
}

.popup-alert {
    width: 624px;
    height: 312px;
    background: url(../images/pop-alert_79391cb.png) no-repeat;
    margin: -137px 0 0 -278px
}

.popup-alert .close {
    width: 88px;
    height: 90px;
    background-size: cover;
    top: -60px;
    right: 30px
}

.popup-alert .popup-wrap {
    overflow: hidden;
    width: 556px;
    height: 274px
}

.popup-alert .popup-wrap img {
    display: block;
    margin: 75px auto 66px
}

.popup-alert .popup-wrap .btn-sure {
    display: block;
    width: 183px;
    height: 42px;
    background: url(../images/btn-sure_6473025.png) no-repeat;
    margin: 0 auto;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.popup-alert .popup-wrap .btn-sure:hover {
    opacity: .8
}

.popup-success {
    width: 790px;
    height: 202px;
    background: url(../images/pop-success_5f7dc72.png) no-repeat;
    margin: -87px 0 0 -356px
}

.popup-success .close {
    width: 88px;
    height: 90px;
    background-size: cover;
    top: -70px;
    right: 10px
}

.video-pop {
    width: 800px;
    height: 450px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -400px;
    z-index: 10000;
    display: none
}

.video-pop .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: 0;
    background: url(../images/close2_100dfdd.png) no-repeat;
    transition: all all .3s ease ease;
    -o-transition: all all .3s ease ease;
    -ms-transition: all all .3s ease ease;
    -moz-transition: all all .3s ease ease;
    -webkit-transition: all all .3s ease ease
}

.video-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pop-img {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -281px 0 0 -590px;
    width: 1164px;
    height: 563px;
    text-align: center;
    z-index: -1;
    opacity: 0;
    /* background: url(../images/pop-img_b462ab6.png) no-repeat; */
    /* padding: 65px 143px 68px 152px */
}

.pop-img.on {
    opacity: 1;
    z-index: 10000
}

.pop-img .close {
    width: 96px;
    height: 98px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(../images/close_7965db5.png) no-repeat;
    background-size: 100%
}

.pop-img .image-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pop-img .image-box img {
    max-height: 100%;
    margin-top: 10px;
    max-width: 100%
}

.pop-img .desc p {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    color: #cfaa86;
    padding-left: 16px;
    border-left: 3px solid #c5950c;
    margin-top: 11px;
    text-align: left
}

@media (max-width:1440px) {
    .wrapper .component .btn-logo {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8)
    }
    .wrapper .component .nav-wrap {
        right: -30px;
        -webkit-transform: scale(0.65);
        -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -o-transform: scale(0.65);
        transform: scale(0.65)
    }
}


/* new */