/* 头部 */
.head {
    background: rgba(255, 255, 255, 0.6) !important;
}

.header .aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 第一屏导航 */
.header .aideSecond {
    width: 100%;
    height: 100px;
    padding: 0 80px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: unset;
    /* width: 200px; */
}
.header .aideSecond .logo{
    margin-top: 18px;
}
.header .sectionWrap{
    display: flex;
    align-items: center;
    position: relative;

}

.header .navSecond {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header .aideSecond .swichSecond .cnWrap{
    width: 100%;
    display: flex;
    align-items: center;

}
.header .aideSecond .swichSecond .en{
    position: absolute;
    top: 0;
    right: 0;
    margin: 45px 124px 0 0;
    display: none;
}
.header .aideSecond .swichSecond .cnWrap .icon-xiala{
    color: #FFFFFF;
}
.header .aideSecond .swichSecond .text {
    font-size: 15px;
    font-family: AvantGarde Md BT;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

.header .aideSecond .navSecond .icon-daohang {
    color: #0F6C3C;
    font-size: 24px;
}

/* .head ui>li a{
    color: #FFFFFF!important;
} */

.header .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header .head {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}

.events_active {
    opacity: 1 !important;
    pointer-events: unset !important;
}

.section .banner {
    width: 100%;
    height: 100vh;
    /* object-fit: contain; */
}

.section .banner img {
    width: 100%;
    height: 100%;
}

/* page1 */
.section {
    position: relative;
}

.page1-banner {
    width: 100%;
    height: 100%;
}

.page1 .circle {
    width: 239px;
    height: 239px;
    position: absolute;
    top: 420px;
    left: 90px;
}

@keyframes rotation {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

.circle {

    transform: rotate(360deg);

    animation: rotation 6s linear infinite;

    -moz-animation: rotation 6s linear infinite;

    -webkit-animation: rotation 6s linear infinite;

    -o-animation: rotation 6s linear infinite;

}

.page1-text {
    width: 100%;
    height: 186px;
    position: absolute;
    bottom: 0;
    left: 13%;
    font-size: 202px;
    font-family: AvantGarde;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.2;
}

/* page2 */
.page2-banner {
    width: 100%;
    height: 100%;
}

.page2 .left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page2 .left .elves {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 113px;
    padding-left: 242px;

}

.page2 .left .elves > div {
    width: 110px;
    height: 60px;
    margin-top: 90px;
}

.page2 .left .elves > div:not(:nth-child(3n)) {
    margin-right: 160px;
}

.page2 .right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.page2 .right-title {
    font-size: 70px;
    font-family: AvantGarde;
    font-weight: 500;
    color: #FFFFFF;

}

.page2 .right .right-contain {
    padding: 214px 0 0 93px;
}

.page2.right-content {
    width: 620px;
    font-size: 16px;
    font-family: AvantGarde Md BT;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    word-break: break-all;
    word-wrap: break-word;
}

/* more */
.page2 .right .more {
    width: 150px;
    display: flex;
    text-align: center;
    margin-top: 190px;
    cursor: pointer;
    transition: 0.8s;
}

.page2 .right .more:hover p {
    transition: 0.8s;
    color: #073c82;
}

.page2 .right .more:hover .round {
    transition: 0.8s;
    border: unset;
    background: #073c82;
}

.page2 .right .more:hover .icon-zhixiang-youshang {
    transition: 0.8s;
    color: #FFFFff;
}

.page2 .right .more p {
    font-size: 14px;
    font-family: AvantGarde Md BT;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.page2 .right .more .round {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px #FFFFFF solid;
}

.page2 .right .round .icon-zhixiang-youshang {
    font-size: 22px;
    padding-top: 11px;
    color: #FFFFFF;
}

.page2 .right-content {
    width: 620px;
    /*word-break: break-all;*/
    /*word-wrap: break-word;*/
    font-size: 16px;
    font-family: AvantGarde Md BT;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    padding-top: 23px;
}

/* page3 */
.page3-contain {
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 200px 0 0 240px;

}

.page3-content .title {
    font-size: 70px;
    font-family: AvantGarde;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
}

.page3-content .passage {
    width: 642px;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 16px;
    padding-top: 27px;
    font-weight: 500;
    color: #666666;
    line-height: 26px;
}

/* 小球 */
.page3 .ball-title {
    font-size: 32px;
    font-family: AvantGarde;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    margin-top: 72px;
}

.page3 .page3-ball {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.page3 .page3-ball .ball {
    display: flex;
    padding-right: 64px;
    padding-top: 48px;

}

.page3 .page3-ball .ball:nth-child(3) .feature::before{
    right: 125px;
}

.page3 .page3-ball .model {
    display: flex;
}

.page3 .page3-ball .feature{
    position: relative;
}
.page3 .page3-ball .feature:before{
    font-size: 11px;
    content: attr(data-text);
    position: absolute;
    right: -13px;
    top: -6px;

}


.page3 .page3-ball .model div {
    width: 16px;
    height: 16px;
    background: #41C4A6;
    border-radius: 50%;
    animation: dot1 2s linear infinite;
}

.page3 .page3-ball .model div:nth-child(2) {
    background: #073C82;
    opacity: 0.6;
    animation: dot2 2s linear infinite;
}

@keyframes dot1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(16px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes dot2 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-16px);
    }
    100% {
        transform: translateX(0px);
    }
}

/* more */
.page3 .page3-contain .more {
    display: flex;
    text-align: center;
    margin-top: 44px;
    cursor: pointer;
    width: 150px;
}

.page3 .page3-contain .more p {
    font-size: 14px;
    font-family: AvantGarde Md BT;
    color: #666666;
    text-align: center;
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.page3 .page3-contain .more .round {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
}

.page3 .page3-contain .round .icon-zhixiang-youshang {
    font-size: 22px;
    padding-top: 11px;
    color: #666666;
}

.page3-contain .more:hover p {
    transition: 0.8s;
    color: #073c82;
}

.page3-contain .more:hover .round {
    transition: 0.8s;
    border: unset;
    background: #073c82;

}

.page3-contain .more:hover .icon-zhixiang-youshang {
    transition: 0.8s;
    color: #FFFFff;
}

/* page3右边 */
.page3-img {
    /* width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 166px 0 0 115px; */
}

.page3-img .main {
    width: 604px;
    height: 604px;
    border-radius: 50%;
    border: 1px dashed #962B44;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3-img .main img {
    width: 95%;
    height: 95%;
}

/* 球转 */
.page3-img .square {
    width: 604px;
    height: 604px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    animation: 5s rotateIn infinite linear;
}

.page3-img .square .circle {
    width: 38px;
    height: 38px;
    background: #962B44;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    left: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.square .circle .point {
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
}

@keyframes rotateIn {
    0% {
        transform: translateX(-50%) scale(0.8) rotate(0deg)
    }
    100% {
        transform: translateX(-50%) scale(0.8) rotate(360deg);
    }

}

.page3-img .main-title {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 0 0 348px;
}

.page3-img .main-title .img {
    position: absolute;
    z-index: 1;
}

.page3-img .main-title .point {
    width: 100%;
    position: absolute;
    z-index: 99;
    margin-top: 68px;
    margin-left: 90px;
    font-size: 16px;
    font-family: AvantGarde Md BT;
    font-weight: 500;
    color: #FFFFFF;
}

/* 切换 */
.page3-click {
    width: 100%;
    padding: 0 240px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;

}

.page3-click .click-text {
    width: 410px;
    border-bottom: 1px solid #E6E6E6;
    margin-right: 66px;
    margin-bottom: 49px;
    cursor: pointer;

}

.page3-click .click-text:nth-child(4n) {
    margin-right: 0;
}

.page3-click .click-text p {
    font-size: 16px;
    font-family: AvantGarde Md BT;
    font-weight: 500;

}

.page3-click .click-text .line {
    width: 310px;
    height: 4px;
    background: #E6E6E6;
    margin-top: 12px;
}

.page3-click .click-text .line .color {
    width: 0;
    height: 4px;
    opacity: 0;
    transition: 0.6s;

}

.page3-click .green p {
    color: #41C4A6;
}

.page3-click .red p {
    color: #962B44;
}

.page3-click .yellow p {
    color: #F38E38;
}

.page3-click .blue p {
    color: #073C82;
}

.page3-click .green .color {
    background: #41C4A6;
}

.page3-click .red .color {
    background: #962B44;
}

.page3-click .yellow .color {
    background: #F38E38;
}

.page3-click .blue .color {
    background: #073C82;
}

.page3-click .active .color {
    width: 250px !important;
    opacity: 1 !important;
}

/* 轮播切换效果 */
.pcr-swiper .swiper-slide .page3-img {
    opacity: 0;
    transition: 1s;
    transform: translateY(25px);
}

.pcr-swiper .swiper-slide-active .page3-img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}


.pcr-swiper .swiper-slide .main-title {
    opacity: 0;
    transition: 1s;
    transform: translateY(25px);
}

.pcr-swiper .swiper-slide-active .main-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}


/* page4 */
.page4-banner {
    display: flex;
}

.page4-content {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page4-left {
    width: 50%;
}

.page4-right {
    width: 50%;
}

.page4 .menu {
    width: 190px;
    margin: 232px 0 0 233px;
    position: relative;

}

.page4 .menu-wrap {
    width: 580px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8000);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1000);
    border-radius: 30px;
    padding: 10px 0 0 43px;
    overflow: hidden;
    transition: 0.8s;

}

.page4 .menu .title {
    font-family: AvantGarde;
    font-size: 32px;
    font-weight: 500;
    color: #333333;
}

.page4 .menu .text {
    width: 497px;
    /*word-break: break-all;*/
    /*word-wrap: break-word;*/
    margin-top: 31px;
}

.page4 .add-wrap {
    position: absolute;
    left: -5%;
    top: 21px;
}

.page4 .menu .add {
    width: 20px;
    height: 20px;
    background: #073C82;
    border-radius: 50%;
    position: relative;
}

.page4 .menu .add::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    margin-left: -5px;
    margin-top: -1px;
    border-top: 2px solid;
    color: #FFFFFF;
}


.page4 .menu .add::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 10px;
    margin-left: -1px;
    margin-top: -5px;
    border-left: 2px solid;
    color: #FFFFFF;
    opacity: 1;
    /* transition: 0.8s; */
}

.page4 .active .add::after {
    opacity: 0;

}

/* 点击切换 */
.page4 .active .menu-wrap {
    height: auto;
    padding: 60px 0 0 43px;
}

/* more */
.page4 .more {
    display: flex;
    text-align: center;
    align-items: center;
    cursor: pointer;
    width: 150px;
}

.page4 .more p {
    font-size: 14px;
    font-family: AvantGarde Md BT;
    color: #666666;
    text-align: center;
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.page4 .more .round {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px #CCCCCC solid;
}

.page4 .round .icon-zhixiang-youshang {
    font-size: 22px;
    padding-top: 11px;
    color: #666666;
    opacity: 0.6;
}

.page4 .dna {
    margin-top: 174px;
    width: 500px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.page4 .dna {
    margin-top: 55px!important;
}
.page4 .dna .icon-dna {
    font-size: 42px;
    margin-left: 318px;
    color: #999999;
}

.page4 .more:hover p {
    transition: 0.8s;
    color: #000000;
}

.page4 .more:hover .round {
    transition: 0.8s;
    border: unset;
    background: #073c82;
}

.page4 .more:hover .icon-zhixiang-youshang {
    transition: 0.8s;
    color: #FFFFff;
}

.page4 .dna:hover .icon-dna {
    transition: 0.8s;
    color: #073c82;
}


/* page5-滑动页面 */
.news-box {
    /* width: 1440px; */
    width: 100%;
    /* margin: 170px 240px 0; */
    padding: 170px 240px 0; 
    /* border-top: 1px solid rgba(0, 0, 0, 0.15); */
    position: absolute;
    left: 0;
    top: 0;
}

.news-head {
    display: flex;
    justify-content: space-between;
    margin-top: 54px;

}

.news-box .news-title {
    font-size: 70px;
    font-family: AvantGarde;
    font-weight: 500;
    color: #333333;
}

.news-box .news-head .more {
    display: flex;
    text-align: center;
    align-items: center;
    cursor: pointer;
}

.news-box .news-head .more p {
    font-size: 14px;
    font-family: AvantGarde Md BT;
    color: #666666;
    text-align: center;
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.news-box .news-head .more .round {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px #CCCCCC solid;
}

.news-box .news-head .round .icon-zhixiang-youshang {
    font-size: 22px;
    padding-top: 11px;
    color: #666666;
    opacity: 0.6;
}

.news-box .news-head .more:hover p {
    transition: 0.8s;
    color: #073c82;
}

.news-box .news-head .more:hover .round {
    transition: 0.8s;
    border: unset;
}

.news-box .news-head .more:hover .icon-zhixiang-youshang {
    transition: 0.8s;
    color: #FFFFff;
}

.news-box .brand-list {
    display: flex;
    margin-top: 58px;
}

.brand-list li a {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1000);
}

.brand-list li {
    /*width: 450px;*/
    /*height: 500px;*/
    width: 100%;
    margin-right: 45px;
}

.brand-list li:last-child {
    margin-right: 0;
}

.brand-list li a figure {
    display: block;
    line-height: 0;
    padding-bottom: 75%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.brand-list li a figure:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/static/images/shabox4.png) left bottom repeat-x;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: 0.65s;
    -o-transition: 0.65s;
    -moz-transition: 0.65s;
    transition: 0.65s;
}

.brand-list li a:hover figure img {
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
}

.brand-list li a:hover figure:before {
    opacity: 1;
    visibility: visible;
}

.brand-list li a:hover .brand-text:before {
    opacity: 0;
    visibility: hidden;
}

.brand-list li a:hover .brand-text {
    background: #41C4A6;
}

.brand-list li a:hover .brand-text .strong {
    color: #fff;

    transition: 0.4s,
}

.brand-list li a.brandtt {
    top: -45px;
}

.brand-list li a:hover .brandtt:before {
    width: 70px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.brand-list li a figure img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: 0.65s;
    -o-transition: 0.65s;
    -moz-transition: 0.65s;
    transition: 0.65s;
}

.brand-text {
    position: relative;
    padding: 0 25px;
    z-index: 3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0 0 12px 12px;
}

/* .brand-text:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: 0.65s;
    -o-transition: 0.65s;
    -moz-transition: 0.65s;
    transition: 0.65s;
    border-radius: 0 0 12px 12px;
} */

.brandtt {
    height: 102px;
    position: relative;
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.brand-text .strong {
    position: relative;
    display: block;
    color: #333333;
    font-weight: normal;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    /* display: -webkit-box; */
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 32px;
    font-family: AvantGarde;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.brandtt:before {
    content: "";
    width: 0;
    height: 4px;
    background: #fff;
    position: absolute;
    left: -25px;
    top: -96px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.brand-down {
    border-top: 1px solid #E8D9D5;
    padding: 15px 0 10px;
    -webkit-transition: 0.36s;
    -o-transition: 0.36s;
    -moz-transition: 0.36s;
    transition: 0.36s;
    display: flex;
    justify-content: space-between;
}


.brand-down .iconfont {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    font-weight: bold;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    opacity: 0.6;
}

.brands li a:hover .brand-down .iconfont {
    color: #FFFFFF;

}

.brands .brand-text .strong {
    font-size: 32px;
    top: -45px;
}

.brand-down .time {
    display: block;
    position: relative;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    font-size: 16px;
    font-family: AvantGarde Md BT;
    font-weight: 500;
    color: #666666;
    line-height: 26px;
}

.brand-down .time i {
    display: inline-block;
    color: #E2C2B8;
    font-size: 16px;
    font-style: normal;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: 0.36s;
    -o-transition: 0.36s;
    -moz-transition: 0.36s;
    transition: 0.36s;
}

.brands li a:hover .brand-down .time {
    color: #fff;
}

.brands li a:hover .brand-down i {
    color: #fff;
}

/* 底部点 */
.page5 .next {
    width: 100%;
}

.page5 .next .printer {
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
}

.page5 .next .next-round {
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.page5 .next .on {
    width: 38px;
    height: 38px;
    background: #D6D6D6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5 .next .on .printer {
    background: #FFFFFF;
}

.page5 .next .next-wrap {
    width: 100%;
    height: 50px;
    margin-top: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* page6 */
.page6 {
    position: relative;
}

.page6 .bgc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 168px;
}

.page6 .sec-wrap {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    display: flex;
}

.page6 .left {
    margin-top: 310px;
}

.page6 .right {
    background: #F5F5F5;
    margin-top: 310px;
    width: 720px;
    height: 540px;
}

/* 小球 */
.page6 .ball-wrap {
    margin: 52px 0 0 42px;

}

.page6 .ball-wrap .feature {
    font-size: 26px;
    font-family: AvantGarde;
    font-weight: 500;
    color: #333333;
}

.page6 .ball-title {
    font-size: 70px;
    font-family: AvantGarde;
    font-weight: 500;
    color: #333333;
}

.page6 .page6-ball {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.page6 .page6-ball .ball {
    width: 270px;
    display: flex;
    /* padding-right: 64px; */
    padding-top: 48px;
    align-items: center;

}

.page6 .page6-ball .ball:nth-child(2n-1) {
    margin-right: 137px;

}

.page6 .page6-ball .model {
    display: flex;
    margin-right: 5px;
}

.page6 .page6-ball .model div {
    width: 16px;
    height: 16px;
    background: #41C4A6;
    border-radius: 50%;
    animation: dot1 2s linear infinite;
}

.page6 .page6-ball .model div:nth-child(2) {
    background: #073C82;
    opacity: 0.6;
    animation: dot2 2s linear infinite;
}

@keyframes dot1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(16px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes dot2 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-16px);
    }
    100% {
        transform: translateX(0px);
    }
}

/* more */
.page6 .more {
    width: 150px;
    display: flex;
    text-align: center;
    align-items: center;
    float: right;
    margin: 100px 85px 0 0;
    cursor: pointer;
}

.page6 .more p {
    font-size: 14px;
    font-family: AvantGarde Md BT;
    color: #666666;
    text-align: center;
    display: flex;
    align-items: center;
    padding-right: 9px;
}

.page6 .more .round {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px #CCCCCC solid;
}

.page6 .more:hover p {
    transition: 0.8s;
    color: #073c82;
}

.page6 .more:hover .round {
    transition: 0.8s;
    border: unset;
    background: #073c82;
}

.page6 .more:hover .icon-zhixiang-youshang {
    transition: 0.8s;
    color: #FFFFff;
}

.page6 .round .icon-zhixiang-youshang {
    font-size: 22px;
    padding-top: 11px;
    color: #666666;
    opacity: 0.6;
}


/* 底部 */
.footer {
    height: auto !important;
}

.footer .fp-tableCell {
    height: auto !important;
}

@media screen and (max-width: 2560px){
	.page2 .left .elves {
        width: 90%;
    }
    .page4 .dna {
        margin-top: 30px!important;
    }
    .page3 .page3-ball .ball:nth-child(6) .feature:after{
        display: none;
    }
    .page3 .page3-ball .ball:nth-child(n+10) .feature:after{
        display: none;
    }
}



@media screen and (max-width: 2048px){
    .page2 .left .elves {
        width: 100%;
    }
    .page3-click .click-text {
        width: 340px;
    }
}

@media screen and (max-width: 1920px){
    .page3-click .click-text{
        width: 310px!important;
    }
}

@media screen and (max-width: 1856px){
	.page2 .left .elves,.page3-contain{
        padding-left: 180px;
    }
    .page3-click{
        padding: 0 180px;
    }
    .news-box{
        padding: 170px 180px 0;
    }
    .page3-click .click-text {
        width: 320px!important;
    }
    .page4 .menu {
        margin-left: 175px;
    }
    .page6 .page6-ball .ball:nth-child(2n-1) {
        margin-right: 54px;
    }
    .page6 .sec-wrap {
        width: 1375px;
    }
}

@media screen and (max-width: 1792px){
    .page1-text{
        left: 11%;
    }
    .page3-click .click-text {
        width: 305px!important;
    }
    .page4 .menu {
        margin-left: 150px;
    }
    .page6 .page6-ball .ball {
        width: 245px;
    }
    .page6 .sec-wrap {
        width: 1313px;
    }
}

@media screen and (max-width: 1680px){
    .page1-text{
        height: 166px;
        font-size: 180px;
    }

    .page2 .right-content{
        width: 560px;
    }
    .page3-click .click-text {
        width: 280px !important;
    }
    .page3-click .click-text p {
        font-size: 14px;
        white-space:nowrap;
    }
    .page4 .menu {
        margin-left: 130px;
    }
    .page6 .left,.page6 .right{
        height: 480px;
    }
    .page6 .righ{
        width: 600px;
    }
    .page6 .left img{
        height: 100%;
    }
    .page6 .more{
        margin-top: 40px;
    }
    .page6 .sec-wrap {
        width: 1230px;
    }
    .page3 .ball-title {
        margin-top: 20px;
    }
    .page3 .page3-ball .ball{
        padding-top: 30px;
    }
    .page3-contain {
        padding-top: 160px;
    }
}

@media screen and (max-width: 1600px){
    .page1-text{
        left: 10%;
    }
    .page2 .left .elves > div:not(:nth-child(3n)) {
        margin-right: 140px;
    }
    .page2 .right .more{
        margin-top: 100px;
    }
    .page3-click .click-text {
        width: 250px!important;
    }
    .page3-click .click-text .line {
        width: 280px;
    }    
    .page3-img .main,.page3-img .square {
        width: 550px;
        height: 550px;
    }
    .page3-img .square .circle {
        width: 30px;
        height: 30px;
    }
    .page4 .menu {
        margin-left: 110px;
        margin-top: 180px;
    }
    .news-box .brand-list{
        margin-top: 25px;
    }
    .news-box .news-title {
        font-size: 65px;
    }
    .news-head{
        padding-top: 30px;
    }
    .page5 .next .next-wrap{
        margin-top: 50px;
    }
    .page6 .ball-wrap .feature{
        font-size: 22px;
    }
    .page6 .ball-title {
        font-size: 55px;
    }
    .page6 .page6-ball .ball {
        width: 200px;
    }
    .page6 .sec-wrap {
        width: 1140px;
    }
    .page3 .page3-ball .ball {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1440px){
    .page1-text{
        height: 150px;
        font-size: 165px;
    }
    .page2 .left .elves > div:not(:nth-child(3n)) {
        margin-right: 120px;
    }
    .page2 .left .elves,.page3-contain{
        padding-left: 140px;
    }
    .page3-img .main,.page3-img .square {
        width: 500px;
        height: 500px;
    }
    .page3-img .square .circle {
        width: 26px;
        height: 26px;
    }
    .page3-click {
        padding: 0 140px;
    }
    .page3-click .click-text {
        width: 240px!important;
    }
    .page3-contain{
        padding-top: 160px;
    }

    .page4 .menu {
        margin-left: 65px;
    }
    .page6 .ball-title {
        font-size: 50px;
    }
    .news-box {
        padding: 170px 140px 0;
    }
    .page4.section .banner img{
        width: 50%;
    }
    .page3-img .main-title .point {
        margin-left: 70px;
    }
    .page3-contain {
        padding-top: 110px;
    }
    .page3-content .title {
        font-size: 50px;
    }
    .page3-img .square .circle{
        width: 20px;
        height: 20px;
        left: 28px;
    }
    .page3-img .main, .page3-img .square{
        width: 400px;
        height: 400px;
    }
    .pcr-swiper{
        width: 40% !important;
        padding-left: 50px !important;
    }
    .page3-img .main-title {
        padding-left: 200px;
    }
    .page3-contain {
        width: 60%;
    }
    .page3 .page3-ball .feature {
        font-size: 14px;
    }
    .page3 .page3-contain .more{
        margin-top: 30px;
    }
}

@media screen and (max-width: 1400px){

    .page1-text{
        left: 9%;
    }
    .page2 .left .elves {
        padding-left: 120px;
    }
    .page2 .right-content {
        width: 540px;
    }
    .page3-click .click-text .line {
        width: 270px;
    }
    .page3-click .click-text {
        width: 230px!important;
    }
}

@media screen and (max-width: 1366px){
	.page1-text {
        height: 138px;
        font-size: 150px;
    }
    .page1 .circle{
        top: 300px;
    }
    .page2 .left .elves {
        padding-left: 100px;
    }
    .page2 .right .right-contain {
        padding: 140px 0 0 93px;
    }
    .page2 .right .more {
        margin-top: 40px;
    }
    .page3 .ball-title{
        margin-top: 30px;
    }
    .page3-content .title {
        font-size: 60px;
    }
    .page3-content .passage {
        width: 585px;
    }
    .page3-img .main, .page3-img .square {
        width: 400px;
        height: 400px;
    }
    .page3-img .square .circle {
        top: -10px;
    }
    .page3-click .click-text {
        width: 220px!important;
    }
    .page3 .page3-ball .ball{
        padding-top: 25px;
    }
    .page3 .page3-contain .more{
        margin-top: 20px;
    }
    .page3-contain {
        padding-top: 130px;
    }
    .page4 .menu{
        margin-top: 140px;
        margin-left: 50px;
    }
    .page4 .dna {
        margin-top: 20px!important;
    }
    .page4 .active .menu-wrap{
        padding-top: 30px;
    }
    .page4 .menu .text{
        margin-top: 20px;
    }
    .page4 .active .menu-wrap {
        height: 570px;
    }
    .news-box .news-title {
        font-size: 50px;
    }
    .news-box{
        padding:110px 80px 0;
    }
    .news-head {
        padding-top: 20px;
    }
    .page6 .right,.page6 .left{
        margin-top: 240px;
    }
    .page2 .left .elves,.page3-contain{
        padding-left: 100px;
    }
    .page3-click{
        padding: 0 100px;
    }
    .header .sideContact .slide{
        width: 50px !important;
    }
    .header .sideContact{
        right: 15px !important;
    }
}






@media screen and (max-width: 820px){

    .page1-text {
        height: 118px;
        font-size: 130px;
        left: 12%;
    }
    .page2 .right-title {
        font-size: 60px;
    }

   
    .header .aideSecond .logo{
        height: 70px;
        margin-top: 0;
    }
    .header .aideSecond .logo img{
        height: 100%;
    }
    .header .aideSecond{
        background-color: #fff;
        padding: 0 40px;
    }
    .header .aideSecond .swichSecond .text,.header .aideSecond .swichSecond .cnWrap .icon-xiala{
        color: #666666;
    }
    .header .aideSecond .swichSecond .cnWrap .iconfont,.header{
        font-size: 24px !important;
    }
    .aideSecond .swichSecond .text {
        font-size: 18px !important;
    }
    .header .aideSecond .swichSecond .en{
        margin: 45px 102px 0 0;
    }
    .page1 .circle{
        top: 800px;
        left: 40px;
    }
    .page2 .left,.page2 .right{
        width: 100%;
        height: 50%;
    }
    .page2 .right{
        top: 0;
    }
    .page2 .right .right-contain{
        padding-top: 30px;
    }
    .page2 .left .elves{
        padding: 0 40px;
    }
    .page2 .left .elves > div{
        margin-top: 60px;
    }
    .page2 .right .right-contain{
        padding-left: 40px;
    }
    .page2 .right-content{
        width: 96%;
    }
    .page2 .left .elves > div:not(:nth-child(3n)) {
        margin-right: 200px;
    }
    .page2 .left .elves, .page3-contain {
        padding-left: 40px;
    }
    .pcr-swiper{
        width: 100% !important;
        top: 370px !important;
        padding-left: 40px !important;
    }
    .page3-contain {
        width: 100%;
        padding-top: 50px;
    }
    .page3-content .passage{
        width: 96%;
    }
    .page3-click{
        padding: 0 40px;
    }
    .page3-click .click-text {
        width: 50%!important;
        border-width: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .page3-click .click-text .line{
        width: 310px;
    }
    .page3-img .main-title{
        padding-left: 420px;
    }
    /*.page3-img .main, .page3-img .square {*/
    /*    width: 450px;*/
    /*    height: 450px;*/
    /*}*/
    .page3-img .square .circle {
        top:0px;
    }
    .page4-banner{
        flex-direction: column;
    }
    .section .page4-banner img{
        width: 100%;
        height: 50%;
    }
    .page4-content{
        flex-direction: column;
    }
    .page4-left,.page4-right {
        width: 100%;
    }
    .page4 .add-wrap{
        left: -1%;
    }
    .page4 .menu{
        margin-top: 50px;
        width: 88%;
        height: 490px;
    }
    .page4 .menu-wrap{
        width: 100%;
    }
    .page4 .menu .text{
        width: 96%;
    }
    .page4 .active .menu-wrap {
        height: 100%;
    }
    .page4-right .menu{
        margin-top: 90px;
    }
    .news-box{
        padding: 110px 40px 0;
    }
    .news-box .brand-list{
        flex-wrap: wrap;
    }
    .brand-list li{
        margin-right: 0;
        margin-top: 30px;
    }
    .brand-list li a figure{
        padding-bottom: 62%;
    }
    .brandtt{
        height: 40px;
    }
    .page5{
        height: 1970px !important;
    }
    .page6 {
        height: 850px !important;
    }
    .page6 .left{
        display: none;
    }
    .page6 .bgc{
        width: 90%;
    }
    .page6 .bgc img{
        width: 100%;
    }
    .page6 .right{
        width: 690px;
        height: 420px;
        margin: 240px auto 0;
    }
    .page6 .sec-wrap{
        width: 100%;
    }
    .page6 .more {
        margin-top: 20px;
    }
    .page4.section .banner img{
        width: 100%;
    }
}


@media screen and (max-width: 768px){
	.page1 .circle{
        width: 200px;
        height: 200px;
        top: 630px;
    }
    .page1 .circle img{
        width: 100%;
        height: 100%;
    }
    .page2 .left .elves > div:not(:nth-child(3n)) {
        margin-right: 178px;
    }
    .page3-img .main, .page3-img .square {
        width: 320px;
        height: 320px;
    }
    .page3-img .square .circle {
        width: 20px;
        height: 20px;
    }
    .page3-img .square .circle {
        top: -12px;
    }
    .page4 .menu .text{
        font-size: 14px;
    }
    .page4 .menu{
        height: 420px;
    }
    .page4 .active .menu-wrap {
        padding-top: 20px;
    }
   
    .page3{
        height: 1140px !important;
    }
    .pcr-swiper {
        top:380px !important;
    }
}


@media screen and (max-width: 540px){
	.header .aideSecond{
        height: 60px;
    }
    .page1 .circle {
        width: 150px;
        height: 150px;
        top: 62%;
    }
    .header .aideSecond{
        padding: 0 20px;
    }
    .page1 .circle {
        left: 20px;
        top: 60%;
    }
    .header .aideSecond .logo{
        height: 40px;
    }

    .page2 .right-title {
        font-size: 50px;
    }
    .page2 .right-content{
        font-size: 14px;
    }
    .page2 .right .right-contain,.page2 .right-content {
        padding-top: 10px;
    }
    .page2 .right .right-contain {
        padding-left: 20px;
    }
    .section .banner,.fp-tableCell{
        height: 100% !important;
    }
    .page2{
        height: 1060px !important;
    }

    .pcr-swiper{
        top: 550px !important;
    }


    .page3-img .main, .page3-img .square {
        width: 250px;
        height: 250px;
    }
    .page3-img .square .circle {
        width: 16px;
        height: 16px;
    }.page3-img .square .circle {
        top: -15px;
    }
    .page3-img .square .circle {
        top: -15px;
    }
    .page3-img .main-title {
        padding-left:186px;
        margin-top: 140px;
    }
    .page3-img .main-title .point{
        width: 250px;
        font-size: 14px;
        margin-left: 70px;
    }
    .page3-click .click-text p {
        font-size: 12px;
    }
    .page2 .left .elves, .page3-contain {
        padding-left: 20px;
    }
    .pcr-swiper {
        right: 20px !important;
    }
    .page3-click {
        padding: 0 20px;
    }
    .pcr-swiper{
        height: 425px !important;
    }
    .page3-click .active .color {
        width: 80% !important;
    }
    .page3-click .click-text .line {
        width: 230px;
    }
    .page4 .menu{
        margin-left: 30px;
    }
    .page4{
        height: 1040px !important;
    }
    .page4 .menu .text{
        font-size: 12px;
    }
    .page4 .active .menu-wrap {
        padding-left: 25px;
    }
    .page4 .dna{
        width: 96%;
    }
    .page4 .dna a{
        flex: 1;
    }
    .page4 .dna .icon-dna{
        margin-left: 175px;
    }
    .news-box {
        padding: 40px 20px 0;
    }
    .page5 {
        height: 1460px !important;
    }
    .page6 .ball-wrap {
        margin: 20px 0 0 20px;
    }
    .page6 .right {
        width: 480px;
    }
    
    .brands .brand-text .strong{
        top: 0;
        font-size: 24px;
    }
    .brandtt {
        height: auto;
        padding-bottom: 20px
    }    
    .brand-list li a figure{
        padding-bottom: 55%;
    }
    .brand-text{
        padding: 0 10px;
    }
    .page6 .right{
        height: 330px;
    }
    .page6 .page6-ball .ball{
        padding-top: 30px;
    }
    .page6 {
        height: 660px !important;
    }
    .page4 .active .menu-wrap {
        padding-top: 13px;
    }
    .page4 .menu-wrap{
        padding-left: 30px;
    }
    .header .navSecond{
        margin-left: 0;
    }
    .page2 .left .elves > div {
        width: 20%;
    }
    .page2 .left .elves > div:not(:nth-child(3n)) {
        margin-right: 20%;
    }
    .page4.section .banner img{
        width: 100%;
    }
    .page3 {
        height: 1250px !important;
    }

}

@media screen and (max-width: 450px){

    .page2 .left .elves > div {
        margin-top: 30px;
    }

    .page2 .left{
        height: 40%;
    }
    .page2 .right{
        height: 60%;
    }
    .pcr-swiper {
        top: 600px !important;
    }
    /*.page3 {*/
    /*    height: 1120px !important;*/
    /*}*/
    .page3-click .click-text p{
        width: 180px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .page3-click .click-text .line {
        width: 185px;
    }
    .page5 {
        height: 1320px !important;
    }
    .page4 .menu {
        margin-top: 30px;
        height: 460px;
    }
    .page4-right .menu{
        margin-top: 60px;
    }
    .brands .brand-text .strong {
        font-size: 22px;
    }
    .page6 .page6-ball .ball:nth-child(2n-1) {
        margin-right: 20px;
    }
    .page3-content .title {
        font-size: 50px;
    }
    .page6 .ball-wrap .feature {
        font-size: 20px;
    }
    .page6 .right {
        width: 400px;
    }
    .page6 .page6-ball .ball {
        width: 180px;
    }
    .page6 .more{
        margin-right: 30px;
    }
    .page3 .page3-ball .feature {
        font-size: 12px;
    }
    .page3-img .square .circle {
        top: -12px;
    }
}

@media screen and (max-width: 414px){
	.page1-text {
        height: 106px;
        font-size: 114px;
    }
    .page2 .left .elves > div:not(:nth-child(3n)) {
        margin-right: 12px;
    }
    .page2 .right .more {
        margin-top: 10px;
    }
    .page2 .left{
        height: 36%;
    }
    .page3-img .main, .page3-img .square {
        width: 200px;
        height: 200px;
    }
    .page3-content .title {
        font-size: 40px;
    }
    .page3-img .main-title .img{
        height: 140px;
    }
    .page3-img .main-title .img img{
        height: 100%;
    }
    .page3-img .main-title .point{
        margin-top: 60px;
        font-size: 12px;
        margin-left: 55px;
    }
    .page3-img .main-title{
        padding-left: 120px;
        margin-top: 120px;
    }
    /*.page3 {*/
    /*    height: 1100px !important;*/
    /*}*/
    .page3-click .click-text .line {
        width: 165px;
    }
    .page3-click .click-text p{
        width: 140px;
    }
    .page4 {
        height: 1080px !important;
    }
    .page4 .menu-wrap{
        padding-top: 14px;
        padding-left: 30px;
    }
    .page4 .menu .title{
        font-size: 28px;
    }
    .page4 .menu .text {
        margin-top: 10px;
    }
    .page4 .active .menu-wrap {
        padding-left: 20px;
    }
    .page4 .more .round {
        width: 36px;
        height: 36px;
    }
    .page4 .round .icon-zhixiang-youshang {
        font-size: 22px;
        padding-top: 7px;
    }
    .page4 .dna {
        margin-top: 10px!important;
    }
    .page4 .dna .icon-dna {
        margin-left: 130px;
    }
    .page4 .menu{
        height: 480px;
    }
    .news-box {
        padding-top: 40px;
    }
    .news-box .brand-list {
        margin-top: 0px;
    }
    .news-box .news-title {
        font-size: 40px;
    }
    .news-box .news-head .more .round {
        width: 36px;
        height: 36px;
    }
    .news-box .news-head .round .icon-zhixiang-youshang{
        padding-top: 7px;
    }
    /* .brands .brand-text .strong {
        font-size: 20px;
    } */
    .page5 {
        height: 1110px !important;
    }
    .page2 .left .elves > div {
        width: 100px;
    }
    .header .sideContact .slide{
        height: 250px;
        width: 40px !important;
    }
    .page6 .right {
        width: 380px;
    }
    .page6 .page6-ball .ball {
        width: 160px;
    }
    .page6 .ball-wrap .feature {
        font-size: 18px;
    }
    .page6 .ball-title {
        font-size: 40px;
    }
    .page6 .right {
        height: 300px;
    }
    .page3-img .square .circle {
        top: -18px;
    }
}

@media screen and (max-width: 375px){
	.page2 .left .elves > div {
        width: 90px;
    }
    .page1 .circle {
        width: 100px;
        height: 100px;
        top: 65%;
    }
    .page3-click .click-text .line {
        width: 150px;
    }
    .page4 {
        height: 1200px !important;
    }
    .page4 .menu {
        height: 540px;
    }
    /* .brands .brand-text .strong {
        font-size: 18px;
    } */
    .page1-text {
        height: 94px;
        font-size: 102px;
    }
    .page2 .right-content {
        font-size: 12px;
    }
    .page3 .page3-ball .ball {
        padding-right: 20px;
    }
    .pcr-swiper {
        top: 590px !important;
    }
    .page3-content .passage{
        font-size: 14px;
    }
}

@media screen and (max-width: 360px){
	.page4 .menu .title {
        font-size: 26px;
    }
    .page4 .menu .text {
        margin-top: 15px;
    }
    .page6 .ball-wrap .feature {
        font-size: 14px;
    }
    .page6 .right {
        width: 320px;
    }
    .page6 .page6-ball .ball {
        width: 140px;
    }
}
