@charset "utf-8";
* {
    touch-action: pan-y;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    font-size: 0px;
    line-height: 0;
    height: 0px;
    clear: both;
}

.absolute {
    position: absolute;
}

div::-webkit-scrollbar {
    display: none；
}

.btn {
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.btn-index {
    position: relative;
    display: inline-block;
    transition: all .2s;
}

.btn-index span,
.btn-index::before,
.btn-index span::after {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    background-color: #954db7;
    background-image: linear-gradient(to right, #3b59fb, #fa406b);
    opacity: 1;
}

.btn-index span {
    overflow: hidden;
}

.btn-index::before {
    content: '';
    margin-top: 0;
    position: absolute;
    bottom: -5px;
    width: 160px;
    left: 30px;
    right: 30px;
    filter: blur(20px) brightness(0.95);
    -webkit-filter: blur(20px) brightness(0.95);
}

.btn-index:hover {
    text-decoration: none;
    transform: scale(1.05);
}

.wrap {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.center {
    position: relative;
    width: 1130px;
    margin: 0 auto;
}

.logo,
.navigator,
.section-page {
    position: fixed;
}

.copyright {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    color: #595776;
    font-size: 14px;
    text-align: center;
    ;
}

.logo {
    z-index: 5;
    top: 35px;
    left: 45px;
    width: 450px;
    height: 37px;
    background: url(../images/logo.png) no-repeat;
    overflow: hidden;
    display: block;
}

.logo h1 {
    position: absolute;
    left: -999px;
}

.navigator {
    top: 35px;
    right: 45px;
    z-index: 11;
}

.navigator span {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
}

.navigator .menu {
    padding-left: 20px;
    cursor: pointer;
}

.navigator .menu i {
    display: block;
    height: 2px;
    width: 28px;
    background: #fff;
    margin-top: 8px;
    transition: all 500ms ease 0s;
    transform-origin: 50% 50%;
}

.navigator .menu i:first-child {
    margin-top: 0;
}

.navigator .menu.actived .menu-1 {
    transform: rotate(135deg) translate(4px, -10px);
}

.navigator .menu.actived .menu-2 {
    opacity: 0;
}

.navigator .menu.actived .menu-3 {
    transform: rotate(-135deg) translate(4px, 10px);
}

.navigator-mask {
    position: fixed;
    z-index: 0;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    background: #131314;
    transition: all 500ms ease 0s;
    border-radius: 0 0 0 500%;
    opacity: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.navigator-mask.show {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 0;
    z-index: 10;
}

.navigator-content {
    padding-left: 25%;
    background: url(../images/bg_menu.png) no-repeat 180px center;
    opacity: 0;
    display: none;
}

.navigator-content .category {
    float: left;
    width: 450px;
    height: 300px;
    margin-bottom: 30px;
}

.navigator-content .category ul {
    margin-top: 10px;
}

.navigator-content .category .name {
    position: relative;
    padding-left: 50px;
}

.navigator-content .category .name::after {
    display: inline-block;
    width: 35px;
    height: 23px;
    overflow: hidden;
    position: absolute;
    left: 3px;
    bottom: 4px;
    content: ' ';
    background-repeat: no-repeat;
}

.navigator-content .category .name-1::after {
    background-image: url(../images/icon_cate_1.png);
}

.navigator-content .category .name-2::after {
    background-image: url(../images/icon_cate_2.png);
}

.navigator-content .category .name-3::after {
    background-image: url(../images/icon_cate_3.png);
}

.navigator-content .category .name-4::after {
    background-image: url(../images/icon_cate_4.png);
}

.navigator-content .category .name-5::after {
    background-image: url(../images/icon_cate_5.png);
}

.navigator-content .category .name-6::after {
    background-image: url(../images/icon_cate_6.png);
}

.navigator-content .category .name,
.navigator-content .category .name a,
.navigator-content .category li a {
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}

.navigator-content .category li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 50px;
    position: relative;
}

.navigator-content .category li a::after {
    content: '';
    color: #89898a;
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 20px;
    width: 3px;
    height: 3px;
    background: #89898a;
    transition: all .3s ease 0s;
}

.navigator-content .category li a:hover::after {
    content: '';
    width: 30px;
    left: 3px;
}

.navigator-content .category li a {
    font-size: 16px;
    color: #89898a;
}

.section-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
}

.section-content::-webkit-scrollbar {
    width: 0;
}

.section {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    color: #fff
}


/* @supports (not (-ms-accelerator:true)) {
    .section {
        background-attachment: fixed; 
    }
} */

.section-content>.section-page {
    z-index: 6;
    color: #fff;
}

.section-body {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}

.slogan {
    height: 380px;
}

.slogan p {
    padding-top: 30px;
    transition: all .6s;
}

.slogan a {
    margin: 0 auto;
}

.slogan h2 {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #ffffff;
    padding-bottom: 30px;
    transition: all .4s;
}

#section2 .slogan h3 {
    font-size: 30px;
    letter-spacing: 3px;
    color: #ffffff;
    padding-bottom: 50px;
    transition: all .5s;
}

#section2 .slogan h2,
#section2 .slogan h3,
#section2 .slogan p {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
}

#section2 .actived .slogan h2,
#section2 .actived .slogan h3,
#section2 .actived p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#section1 .section-1 {
    background-image: url(../images/section_bg_1.jpg);
}

#section1 .section-2 {
    background-image: url(../images/section_bg_2.jpg);
}

#section1 .section-3 {
    background-image: url(../images/section_bg_3.jpg);
}

#section1 .section-4 {
    background-image: url(../images/section_bg_4.jpg);
}

#section1 .section-5 {
    background-image: url(../images/section_bg_5.jpg);
}

#section2 .section {
    /* background-image:url(../images/section_bg_1.jpg); */
    background: none;
}

#section1 .section-page {
    left: 40px;
    top: 45%;
    position: absolute;
    z-index: 6;
}

#section1 .section-page span {
    display: block;
    width: 6px;
    height: 6px;
    background: #928a93;
    margin-bottom: 30px;
    transition: all 500ms ease 0s;
    border-radius: 6px;
    ;
}

#section1 .section-page span.selected {
    width: 20px;
    background: #fff;
}

@keyframes scrollAnimate {
    0% {
        bottom: 150px
    }
    50% {
        bottom: 130px
    }
    100% {
        bottom: 150px
    }
}

#section1 .section-tips {
    position: absolute;
    left: 50%;
    bottom: 150px;
    z-index: 2;
    text-align: center;
    animation: scrollAnimate 1.2s infinite;
    -moz-animation: scrollAnimate 1.2s infinite;
    -webkit-animation: scrollAnimate 1.2s infinite;
    -o-animation: scrollAnimate 1.2s infinite;
}

#section1 .section-tips span {
    margin: 0 auto;
    display: block;
    width: 22px;
    height: 97px;
    background: url(../images/bg_mouse.png) no-repeat;
}

body>.section-page {
    position: fixed;
    z-index: 3;
    right: 35px;
    bottom: 40px;
}

.custom-page {
    display: block;
    width: 37px;
    height: 26px;
    overflow: hidden;
}

.custom-page-wrap {
    width: 37px;
    transition: all .4s;
}

.custom-page-wrap span {
    width: 37px;
    height: 26px;
    display: block;
}

.custom-page-wrap .custom-page-1 {
    background: url(../images/icon_custom_page_01.png) no-repeat;
}

.custom-page-wrap .custom-page-2 {
    background: url(../images/icon_custom_page_02.png) no-repeat;
}

.custom-page-wrap .custom-page-3 {
    background: url(../images/icon_custom_page_03.png) no-repeat;
}

.custom-page-wrap .custom-page-4 {
    background: url(../images/icon_custom_page_04.png) no-repeat;
}

.custom-page-wrap .custom-page-5 {
    background: url(../images/icon_custom_page_05.png) no-repeat;
}

.total-page {
    margin-top: 10px;
    width: 19px;
    height: 12px;
    border-top: 2px solid #9192ac;
    padding-top: 10px;
    background: url(../images/icon_total_page_05.png) no-repeat left bottom;
}

.products {
    width: 100%;
    height: 100%;
    padding-top: 15%;
}

.products h2 {
    display: block;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding-bottom: 20px;
}

.products h3 {
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #565be9, #565be9, #e5497d, #e5497d);
    background-blend-mode: hard-light;
    background-size: 100%;
}

.product-list {
    width: 80%;
    height: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.product-list .item {
    display: inline-block;
    width: 33.33%;
    height: 50%;
}

.product {
    position: relative;
    width: 95%;
    height: 92%;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: all .6s;
    transform-origin: 50% 50%;
    opacity: 1;
}

.product h4 {
    font-size: 26px;
    padding: 90px 40px 0 40px;
}

.product p {
    font-size: 18px;
    line-height: 150%;
    padding: 10px 40px 20px 40px;
    height: 90px;
    overflow: hidden;
}

.product .order {
    position: absolute;
    top: 40px;
    left: 40px;
    display: block;
    width: 45px;
    height: 31px;
    background-repeat: no-repeat;
}

.product .order-1 {
    background-image: url(../images/icon_product_order_1.png);
}

.product .order-2 {
    background-image: url(../images/icon_product_order_2.png);
}

.product .order-3 {
    background-image: url(../images/icon_product_order_3.png);
}

.product .order-4 {
    background-image: url(../images/icon_product_order_4.png);
}

.product .order-5 {
    background-image: url(../images/icon_product_order_5.png);
}

.product .order-6 {
    background-image: url(../images/icon_product_order_6.png);
}

.product .detail {
    position: absolute;
    z-index: 2;
    opacity: 0;
    left: 0;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: all .6s;
    color: #333;
}

.product .detail-4,
.product .detail-5,
.product .detail-6 {
    top: auto;
    bottom: 0px;
}

.product:hover .detail {
    opacity: 1;
}

.product .detail ul {
    padding: 30px 40px 0 50px;
}

.product .detail ul li {
    font-size: 18px;
    line-height: 220%;
    position: relative;
    padding-left: 30px;
}

.product .detail ul li a::before {
    position: absolute;
    left: 0;
    top: 14px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #333;
    transform: rotate(45deg);
    transition: all .5s;
}

.product .detail ul li a:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #1a1eea, #f9003b);
    ;
    background-blend-mode: hard-light;
    background-size: 100%;
}

.product .detail ul li a:hover::before {
    transform: rotate(135deg);
    border-image: -webkit-linear-gradient(#565be9, #e5497d) 30 30;
    border-image: -moz-linear-gradient( #565be9, #e5497d) 30 30;
    border-image: linear-gradient( #565be9, #e5497d) 30 30;
}

.product .detail .more {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 14px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #565be9, #e5497d);
    background-blend-mode: hard-light;
    background-size: 100%;
}

.products h2,
.products h3,
.products .item {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
}

.products h2 {
    transition: all .2s;
}

.products h3 {
    transition: all .4s;
}

.products .item-1,
.products .item-2,
.products .item-3 {
    transition: all .6s;
}

.products .item-4,
.products .item-5,
.products .item-6 {
    transition: all .8s;
}

.actived .products h2,
.actived .products h3,
.actived .products .item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.partner h2 {
    position: relative;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding-bottom: 50px;
}

.partner h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    left: 80px;
    bottom: 25px;
}

.partner .descr {
    font-size: 26px;
    line-height: 150%;
    font-weight: normal;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}

.partner .descr_en {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 150%;
    font-weight: normal;
    padding-bottom: 50px;
    opacity: .5;
    width: 900px;
    text-align: center;
    margin: 0 auto;
    color: #9c99a1;
}

.partner .statis {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
    padding: 35px 0;
    border: 1px solid #574f63;
    border-width: 1px 0;
}

.partner .statis .item {
    width: 25%;
    text-align: center;
}

.partner .statis .item * {
    display: block;
}

.partner .statis .item i {
    font-size: 46px;
    font-weight: bold;
    padding-bottom: 20px;
    font-style: normal;
}

.partner .statis .item b {
    font-family: 'Microsoft Yahei Light';
    font-size: 24px;
    font-weight: 300;
}

.partner .more {
    margin-top: 100px;
}

.partner h2,
.partner .descr,
.partner .descr_en,
.partner .statis,
.partner .more {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
}

.partner h2 {
    transition: all .2s;
}

.partner .descr {
    transition: all .4s;
}

.partner .descr_en {
    transition: all .6s;
}

.partner .statis {
    transition: all .8s;
}

.partner .more {
    transition: all 1s;
}

.actived .partner h2,
.actived .partner .descr,
.actived .partner .descr_en,
.actived .partner .statis,
.actived .partner .more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.actived .partner .more {
    transition: all .2s;
}

.actived .partner .more:hover {
    transform: scale(1.05);
}

.news {
    width: 100%;
    height: 100%;
    padding-top: 20%;
    padding-left: 35%;
    text-align: left;
}

.news h2 {
    display: block;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding-bottom: 20px;
}

.news h3 {
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #565be9, #565be9, #e5497d, #e5497d);
    background-blend-mode: hard-light;
    background-size: 100%;
}

.news-list {
    margin-top: 50px;
    position: relative;
}

.news-list h4 {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-bottom: 20px;
}

.news-list h4::after {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -2px;
    left: 0;
    right: -5px;
    height: 12px;
    background-image: linear-gradient(to right, #5072e6, #8558e9);
}

.news-list .more {
    color: #978fa1;
    font-size: 18px;
    position: absolute;
    left: 700px;
    top: 20px;
    cursor: pointer;
}

.news-list .more:hover {
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #565be9, #e5497d);
    background-blend-mode: hard-light;
    background-size: 100%;
}

.news-list ul {}

.news-list ul li {
    padding: 16px 0;
    position: relative;
}

.news-list ul li .title {
    display: block;
    width: 800px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 70px;
}

.news-list ul li .date {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 20px;
}

.news-list ul li a {
    font-size: 20px;
    color: #fff;
}

.news-list ul li a:hover {}

.news h2,
.news h3,
.news .news-list {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
}

.news h2 {
    transition: all .2s;
}

.news h3 {
    transition: all .4s;
}

.news .news-list {
    transition: all .6s;
}

.actived .news h2,
.actived .news h3,
.actived .news .news-list {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.aboutus {
    text-align: left;
    width: 82%;
    padding-bottom: 80px;
}

.aboutus h2 {
    position: relative;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding-bottom: 50px;
}

.aboutus h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    left: 0px;
    bottom: 25px;
}

.aboutus-content {
    display: flex;
}

.aboutus .intro {
    width: 45%;
}

.aboutus .intro p {
    font-size: 20px;
    line-height: 220%;
    text-indent: 40px;
    ;
    padding-right: 70px;
    margin-bottom: 20px;
}

.aboutus .more {
    color: #fff;
    cursor: pointer;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #565be9, #e5497d);
    background-blend-mode: hard-light;
    background-size: 100%;
}

.aboutus .more:hover {
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #e5497d, #565be9);
    background-blend-mode: hard-light;
    background-size: 100%;
}

.aboutus .intro .wx {
    margin-right: 80px;
    border-top: 1px solid #999;
    padding-top: 30px;
    height: 98px;
    background: url(../images/img_wx.png) no-repeat left bottom;
}

.aboutus .address {
    width: 100%;
}

.aboutus .address .item {
    background-color: rgba(0, 0, 0, 0.2);
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    height: 197px;
    padding-left: 500px;
    padding-top: 25px;
}

.aboutus .address .item-1 {
    background-image: url(../images/bg_office_1.png);
}

.aboutus .address .item-2 {
    background-image: url(../images/bg_office_2.png);
}

.aboutus .address .item h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.aboutus .address .item h4 {
    font-size: 16px;
    color: #999999;
    padding-bottom: 10px;
}

.aboutus .address .item li {
    font-size: 18px;
    padding: 3px 0;
    margin: 6px 0;
    letter-spacing: 2px;
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
}

.aboutus .address .item li.office {
    background-image: url(../images/icon_office.png);
}

.aboutus .address .item li.phone {
    background-image: url(../images/icon_phone.png);
}

.aboutus .address .item li.tel {
    background-image: url(../images/icon_tel.png);
}

.aboutus h2,
.aboutus .intro,
.aboutus .item {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
}

.aboutus .h2 {
    transition: all .2s;
}

.aboutus .intro {
    transition: all .4s;
}

.aboutus .item {
    transition: all .6s;
}

.aboutus .item-2 {
    transition: all .8s;
}

.actived .aboutus h2,
.actived .aboutus .intro,
.actived .aboutus .item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}