html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1200px;
}

body {
    font-family: 'microsoft yahei', arial;
    color: #fff;
}

.c-main {
    color: #ec6719
}

.footer {
    height: 100px;
    color: #25358c;
    font-size: 14px;background: #060c2f;
    text-align: center;
    line-height: 100px;
}

body,
ul,
ol,
p {
    padding: 0;
    margin: 0
}

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

a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

ul,
li,
ol {
    padding: 0;
}

dl,
dd,
p {
    margin: 0
}

.ti2 {
    text-indent: 2em
}

.response {
    display: block;
    width: 100%;
    min-height: 100%;
}

.banner-wrap {
    padding: 100px 0;
    background: #060c2f
}

.banner {
    display: block;
    height: 619px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0 auto;
}

.menu-wrap {
    height: 90px;
    z-index: 10;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
}

.sign {
    height: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 50px;
    background: #ec6719;
    border-radius: 50px;
    font-size: 24px;
    color: #140830;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}

.section-bg {
    color: #0f194e;
    font-size: 57px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    line-height: 1;
}

.sign:hover {
    opacity: .9
}

.section-wrap.menu-wrap {
    background: none;
}

.section-wrap.menu-wrap.bg-fixed {
    background: #060c2f;

}

.menu-item {
    display: block;
    line-height: 90px;
    height: 90px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    border-bottom: 2px solid transparent;
    padding: 0 10px;
}

.menu-item.active,
.menu-item:hover {
    color: #ec6719;
    border-color: #ec6719
}

.section-wrap {
    width: 100%;
    top: 0;
    background: #0b1239;
}

.section-nav {}

.section {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}
@media screen and (max-width: 1366px) {
    /* html{
        min-width: 980px
    }
    .section{
        width:980px;
    }
    .menu-item{
        font-size: 14px
    } */
    .banner{
        height:500px;
    }
}
.section-title {
    margin: 0px auto 50px;
    text-align: center;
    line-height: 1;
    position: relative;
    color: #fff;
    font-size: 38px;
    font-weight: bold;    padding-top: 50px;
}
.section.scrollto{
    padding-top:50px;
}
.section.scrollto .section-title {
    padding-top: 0px;
}
.section-title span {

    display: inline-block;
    position: relative;
}

.section-title span:after {
    content: '';
    width: 90px;
    display: block;
    margin: 20px auto 0;
    height: 3px;
    background: #ec6719
}

.section .tit {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 30px;
    padding-left: 25px;
    border-left: 10px solid #ec6719
}

.topic-intro>p {
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 20px
}

.topic-items {
    overflow: hidden;
    margin-left: -20px;
}

.topic-items .item {
    float: left;
    width: 20%;
    padding-left: 20px;
}

.topic-items .inner {
    background: #0e1748;
    padding-top: 30px;
    border-radius: 5px;
    position: relative;
    height: 260px;
}

.topic-items .inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: scaleX(.3);
            transform: scaleX(.3);
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #ec6719
}

.topic-items .inner:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);    border-radius: 50%;
}

.topic-items .item img {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 auto 30px;
}

.topic-items .inner:hover img {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2)
}

.topic-items p {
    padding: 0 25px 30px;
}

.features {
    width: 1074px;
    height: 590px;
    margin: 0 auto;
    position: relative;
}

.feature-item {
    position: absolute;
    opacity: 0;
}

.feature-item.item1 {
    top: 16px;
    left: 25px;
}

.feature-item.item2 {
    top: 238px;
    left: -77px;    animation-delay: 1s;
}

.feature-item.item3 {
    top: 475px;
    left: 59px;animation-delay: 2s;
}

.feature-item.item4 {
    right: 195px;
    top: 10px;
}

.feature-item.item5 {
    right: -2px;
    top: 241px;    animation-delay: 1s;
}

.feature-item.item6 {
    right: 110px;    animation-delay: 2s;
    top: 480px;
}

#FEATURES {}

#FEATURES.active .item1,
#FEATURES.active .item2,
#FEATURES.active .item3 {
    opacity: 1;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

#FEATURES.active .item4,
#FEATURES.active .item5,
#FEATURES.active .item6 {
    opacity: 1;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.gallery-wrap {
    margin-left: -20px;
}

.gallery-item {
    padding-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.gallery-item img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.gallery-item .gallery-slide a {
    width: 625px;
    height: 417px;
    overflow: hidden
}

.gallery-item .new-tit {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute
}

.gallery-more {
    font-size: 18px;
    color: #ec6719;
    border: 1px solid #ec6719;
    line-height: 40px;
    border-radius: 45px;
    display: block;
    margin: 20px auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 260px;
    text-align: center;
}

.gallery-more:hover {
    background: #ec6719;
    color: #fff;
}

.guest-slide-wrap {
    position: relative;
    padding-bottom: 100px;
}

.gallery-slide {
    position: relative
}

.gallery-slide .dots {
    right: 10%;
}

.gallery-slide .dot.active {
    background: #fff;
}

.guest-slide>ul>li,
.gallery-slide>ul>li {
    float: left;
}

.guest-slide ol {
    overflow: hidden
}

.guest-slide ol li {
    float: left;
    width: 16.666%;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 20px;
}

.guest-slide .dots {
    right: 45%;
    bottom: 20px;
}

.guest-slide .dot.active {
    background: #ec6715;
    width: 80px;
}

.dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    list-style: none;
    text-align: center
}

.dot {
    display: inline-block;
    overflow: hidden;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bcb8b2;
    -webkit-transition: width 1s;
    transition: width 1s;
    text-indent: -999em;
    cursor: pointer
}

.guest-slide .dot {
    margin: 0 10px;
    width: 40px;
    border-radius: 12px;
}

.reward-service {
    margin-left: -20px;
}

.reward-service .item {
    margin-left: 20px;
    height: 480px;
    background: #0e1748;
    position: relative
}

.reward-service .gl {
   
}

.reward-service .gl img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.reward-service .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 12, 47,0.7);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.reward-service .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reward-service .order {
    top: 50px;
    font-size: 20px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    text-align: center;
    color: #fff;
}

.reward-service .order em {
    font-style: normal;
    font-size: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ec6719
}

.reward-service .desc {
    bottom: 125px;
    font-size: 16px;
    left: 0;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    right: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
}

.reward-service .detail {
    bottom: 60px;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    right: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}

.reward-service .link {
    width: 130px;
    line-height: 35px;
    border-radius: 35px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ec6719;
    color: #ec6719;
    font-size: 16px;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.reward-service .link:hover {
    background: #ec6719;
    color: #fff;
}

.reward-service .item:hover::before {
    background: rgba(0, 0, 0, 0)
}

.reward-service .item:hover .order {
    top: 300px;
}

.reward-service .item:hover .desc {
    bottom: 80px;
}

.reward-service .item:hover .detail {
    bottom: 20px;
}

.actions {
    padding-top: 100px;
    margin-left: -56px;
}

.actions-item {
    margin-left: 56px;
    position: relative;
    text-align: center;
    height: 490px;
    padding: 0 30px;
    border-radius: 10px;
    background: #0e184c;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.actions-item:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-box-shadow: 0 10px 7px 0px rgba(31, 7, 92, 0.3);
    box-shadow: 0 10px 7px 0px rgba(31, 7, 92, 0.3);
}

.actions-item img {
    margin-top: -74px;
}

.actions-item .name {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 20px;
    color: #ec6719;
}

.actions-item .desc {
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

.actions-item .link {
    width: 170px;
    line-height: 45px;
    border-radius: 45px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    bottom: 70px;
    border: 1px solid #ec6719;
    color: #ec6719;
    font-size: 18px;
    -webkit-transition: background .3s;
    transition: background .3s;
    left: 50%;
    margin-left: -85px;
}

.actions-item .link:hover {
    background: #ec6719;
    color: #fff;
}

.effect-tit {
    text-align: center;
    font-size: 20px;
}

.effect-tit .c-main {
    font-size: 28px;
}

.section-contact {
    background: url(../images/bg-contact.jpg) center center no-repeat;
    background-size: cover;
}

.contact dl dd {
    float: left;
    width: 33.3%;
    color: #fff;
    padding-bottom: 40px;
    line-height: 1.8;
}

.bg_line {
    background: url(../images/icon-line.png) no-repeat right center;
}

.pr100 {
    padding-right: 100px;
}

.pl100 {
    padding-left: 100px;
}

.contact dl dd {
    float: left;
    width: 33.3%;
    color: #fff;
    padding-bottom: 40px;
    line-height: 1.8
}

.contact a {
    color: #fff;
    font-size: 18px
}

.contact h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.bubbles {
    position: relative
}

.bubble {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
}

.bubble-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
}

.bubble .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fe6402;
    white-space: nowrap;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bubble1 {
    width: 210px;
    height: 210px;
    top: 50%;
    left: 50%;
    margin-left: -105px;
    margin-top: -105px;
}

.bubble1 .inner div {
    font-size: 38px
}

.bubble1 .inner span {
    font-size: 32px;
}

.bubble2 {
    width: 140px;
    height: 140px;
    top: 14%;
    left: 39%;
    background: #f2f3f4;
    margin-left: -70px;
    margin-top: -70px;
}

.bubble2 .inner div {
    font-size: 31px;
}

.bubble2 .inner span {
    font-size: 24px;
}

.bubble3 {
    top: 57%;
    right: 23%;
    width: 140px;
    height: 140px;
    background: #f2f3f4;
    margin-left: -70px;
    margin-top: -70px;
}

.bubble3 .inner div {
    font-size: 31px;
}

.bubble3 .inner span {
    font-size: 24px;
}

.bubble4 {
    width: 120px;
    height: 120px;
    top: 65%;
    background: #f2f3f4;
    left: 31%;
    margin-left: -60px;
    margin-top: -60px;
}

.bubble4 .inner div {
    font-size: 27px;
}

.bubble4 .inner span {
    font-size: 29px;
}

.bubble5 {
    top: 12%;
    right: 39%;
    width: 120px;
    background: #e1e1e6;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
}

.bubble5 .inner div {
    font-size: 27px;
}

.bubble5 .inner span {
    font-size: 29px;
}

.bubble6 {
    width: 110px;
    height: 110px;
    top: 87%;
    background: #d0d2da;
    left: 44%;
    margin-left: -55px;
    margin-top: -55px;
}

.bubble6 .inner div {
    font-size: 26px;
}

.bubble6 .inner span {
    font-size: 22px;
}

.bubble7 {
    width: 84px;
    height: 84px;
    top: 30%;
    right: 31%;
    background: #d0d2da;
    margin-left: -42px;
    margin-top: -42px;
}

.bubble7 .inner div {
    font-size: 24px;
}

.bubble7 .inner span {
    font-size: 22px;
}

.bubble8 {
    top: 84%;
    right: 36%;
    width: 84px;
    background: #d0d2da;
    height: 84px;
    margin-left: -42px;
    margin-top: -42px;
}

.bubble8 .inner div {
    font-size: 24px;
}

.bubble8 .inner span {
    font-size: 22px;
}

.bubble9 {
    width: 80px;
    height: 80px;
    top: 39%;
    background: #d0d2da;
    left: 30%;
    margin-left: -40px;
    margin-top: -40px;
}

.bubble9 .inner div {
    font-size: 22px;
}

.bubble9 .inner span {
    font-size: 22px;
}

#EFFECT.active .bubble1 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0;
            animation-delay: 0;
}

#EFFECT.active .bubble2 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}

#EFFECT.active .bubble3 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}

#EFFECT.active .bubble4 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}

#EFFECT.active .bubble5 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

#EFFECT.active .bubble6 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}

#EFFECT.active .bubble7 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
}

#EFFECT.active .bubble8 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
}

#EFFECT.active .bubble9 {
    opacity: 1;
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
}