@keyframes mouseFadeInUp {
    0% {
        transform: translate(0px, 8px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 8px);
    }
}@keyframes mouseFadeInUp {
    0% {
        transform: translate(0px, 8px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 8px);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes triggerFadeInRight {
    0% {
        transform: translate(4px, 0px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(4px, 0px);
    }
}

@keyframes enlarge {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.1);
    }
}

.BFBsize {
    width: 100%;
    height: 100%;
}

.body-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.body-swiper .page-slide {
    background-color: #fff;
}

.body-swiper .page-slide .body-item {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-left: 80px;
}

.body-swiper .page-slide .body-item .container {
    /* max-width: 1400px;
    min-width: 1300px;
    width: calc(73% + 80px); */
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}

.body-swiper .page-slide .body-item .container .title-text {
    position: relative;
}

.body-swiper .page-slide .body-item .container .title-text .title-line {
    position: absolute;
    width: 68px;
    height: 6px;
    background: #cb2312;
    bottom: 6px;
    left: 136px;
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .container h1 {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 44px;
}

.body-swiper .page-slide .body-item .container h1 a {
    display: block;
    width: 117px;
    height: 47px;
    border: 1px solid #969696;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: lighter;
    color: #9f9f9f;
    line-height: 45px;
    margin-left: auto;
    padding-left: 32px;
}

.body-swiper .page-slide .body-item .container h1 a span {
    font-size: 12px;
    float: right;
    display: block;
    line-height: 14px;
    margin: 10px 22px 0 0;
}

.body-swiper .page-slide .body-item .news-container {
    padding-top: 140px;
}

.body-swiper .page-slide .body-item .news-container .follow {
    width: 100%;
    height: 68px;
    background: url("../images/bg-line.png") no-repeat top center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 5px;
    position: relative;
}

.body-swiper .page-slide .body-item .news-container .follow h3 {
    width: 134px;
    height: 54px;
    box-sizing: border-box;
    padding: 16px 21px 0 16px;
    background: url("../images/bg-sd.png") no-repeat right center;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.body-swiper .page-slide .body-item .news-container .follow h3 span {
    font-size: 24px;
    color: #d52f2f;
    line-height: 28px;
    background: #fff;
}

.body-swiper .page-slide .body-item .news-container .follow .hot {
    display: flex;
    align-items: center;
    margin-left: 46px;
    height: 40px;
    width: 44%;
}

.body-swiper .page-slide .body-item .news-container .follow .hot .hot-swiper {
    width: 90%;
    height: 20px;
    margin-left: 10px;
}

.body-swiper .page-slide .body-item .news-container .follow .hot .hot-swiper .hot-item {
    line-height: 20px;
    font-size: 18px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice {
    width: 42%;
    height: 40px;
    box-sizing: border-box;
    padding-left: 34px;
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .tip {
    width: 94px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    background: #cd2227;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.body-swiper .page-slide .body-item .news-container .follow .notice i {
    display: block;
    border: 4px solid transparent;
    border-left: 5px solid #cd2227;
    margin-left: 10px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper {
    width: 90%;
    height: 20px;
    margin-left: auto;
    --swiper-navigation-color: #d82e2e;
    --swiper-navigation-size: 12px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .notice-item {
    line-height: 20px;
    width: 368px;
    margin-right: auto;
    font-size: 18px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-next:after,
.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-prev:after {
    transform: rotate(90deg);
    font-weight: bold;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-next,
.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-prev {
    right: 4px;
    left: auto;
    top: 4px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-next {
    top: 16px;
}

.body-swiper .page-slide .body-item .news-container .follow .wheel {
    position: absolute;
    bottom: 0;
    width: 18px;
    animation: rotating 2.4s linear infinite;
}

.body-swiper .page-slide .body-item .news-container .follow .wheel.wheel-left {
    left: 146px;
}

.body-swiper .page-slide .body-item .news-container .follow .wheel.wheel-right {
    right: 56px;
}

.body-swiper .link-entrance {
    width: 100%;
    height: 98px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-swiper .link-entrance li {
    width: 19%;
    height: 100%;
}

.body-swiper .link-entrance .img-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.body-swiper .link-entrance .img-box:hover img {
    transform: scale(1.1);
}

.body-swiper .link-entrance .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.body-swiper .page-slide .body-item .news-container .news {
    margin-top: 40px;
    width: 100%;
    height: 486px;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper {
    width: 50%;
    height: 380px;
    float: left;
    border-radius: 2px;
    overflow: hidden;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination {
    width: auto;
    left: 20px;
    bottom: 10px;
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination .swiper-pagination-bullet {
    color: #fff;
    opacity: 0.5;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-title {
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 10;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date {
    width: 78px;
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: 10;
    color: #fff;
    text-align: right;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date p {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date p.year {
    font-size: 18px;
    font-weight: normal;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs {
    width: 45%;
    height: 380px;
    float: right;
    position: relative;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item {
    flex-grow: 1;
    height: 100%;
    border: solid #e6e6e6;
    border-width: 1px 1px 1px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #121212;
    transition: all 0.4s linear;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item img {
    margin-right: 14px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item .active-img {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item:first-child {
    border-left-width: 1px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item:hover {
    opacity: 0.6;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active {
    background: #d52f2f;
    color: #fff;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active .default-img {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active .active-img {
    display: block;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active:hover {
    opacity: 1;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list {
    display: none;
    margin-top: 14px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list li {
    padding: 10px 0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list a {
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item {
    display: flex;
    font-size: 16px;
    color: #4c4c4c;
    width: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item .circle {
    display: block;
    width: 5px;
    height: 5px;
    background: #4c4c4c;
    margin-right: 5px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 10px);
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p span {
    font-size: 18px;
    display: block;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p .line-text--one {
    display: block;
    flex-grow: 1;
    /* font-size: 18px; */
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item {
    color: #252525;
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left {
    width: 85px;
    height: 73px;
    border: 1px solid #e5e0e0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .date {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: 20px;
    color: #000;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .date span {
    font-size: 12px;
    color: #c7c7c7;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .img-box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2px;
    overflow: hidden;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .img-box img {
    width: 100%;
    height: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .title {
    height: 73px;
    width: calc(100% - 85px);
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 14px;
    /* font-size: 18px; */
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .title p {
    width: 100%;
    line-height: 30px;
    height: 60px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .active .default-item {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .active .hover-item {
    display: flex;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study {
    width: 100%;
    height: 75px;
    background: url("../images/bg7.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study a {
    width: 108px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid #fff685;
    margin: 105px auto 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
    color: #ffef6d;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study a i {
    width: 12px;
    height: 11px;
    margin-left: 5px;
    background: url("../images/icon-trigger.png");
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .business-container {
    padding-top: 126px;
    display: flex;
}

.body-swiper .page-slide .body-item .business-container .business-left {
    width: 22%;
}

.body-swiper .page-slide .body-item .business-container .business-left h1 {
    margin-bottom: 90px;
}

.body-swiper .page-slide .body-item .business-container .business-left h1 .title-line {
    left: 177px;
}

.body-swiper .page-slide .body-item .business-container .business-left .business-desc {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    width: 270px;
}

.body-swiper .page-slide .body-item .business-container .business-right {
    width: 78%;
    height: 620px;
    margin-top: 54px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper {
    width: 100%;
    height: 548px;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-slide img {
    transform: scale(1.2);
    transition: all 2s;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .swiper-slide-active img {
    transform: scale(1);
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title {
    position: absolute;
    width: 100%;
    height: 106px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 38px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title img {
    margin-right: 8px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title p {
    width: 90%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title .business-trigger {
    margin-left: auto;
    margin-right: 30px;
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs {
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item {
    width: 185px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(76, 76, 76, 0.43);
    transition: all 0.4s ease;
    cursor: pointer;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item a {
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover {
    height: 117px;
    background: #d52f2f;
    border-left: none;
    margin-top: -23px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover a,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active a {
    color: #fff;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active img,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover img {
    display: block;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:first-child {
    border-left: none;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item img {
    margin-right: 14px;
    display: none;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item p {
    font-size: 16px;
    line-height: 28px;
}

.body-swiper .page-slide .body-item .video-container,
.body-swiper .page-slide .body-item .elegant-container {
    padding-top: 40px;
}

.body-swiper .page-slide .banner-swiper {
    position: relative;
    background: #fff;
    padding-left: 0;
}

.body-swiper .page-slide .banner-swiper .banner-slide {
    height: 100vh;
    position: relative;
}

.body-swiper .page-slide .banner-swiper .banner-slide .banner-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    transform: scale(1.2);
    transition: ease 3s;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.4;
}

.body-swiper .page-slide .banner-swiper .banner-slide .banner-word {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    opacity: 0;
    transition: ease 1s;
}

.body-swiper .page-slide .banner-swiper .banner-slide .banner-word.word1 {
    bottom: 440px;
    left: 0;
}

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-item {
    transform: scale(1);
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-word.word1 {
    left: 50%;
    opacity: 1;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-family: "阿里妈妈数黑体";
}

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-word.word2 {
    bottom: 253px;
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-100 .banner-item {
    background-image: url("../images/banner22.jpg");
}

.body-swiper .page-slide .banner-swiper .banner-100 .banner-word.word1 {
    top: 0;
    bottom: 0;
    left: 50%;
}

.body-swiper .page-slide .banner-swiper .banner-100.swiper-slide-active .banner-word.word1 {
    opacity: 1;
    top: 130px;
}

.body-swiper .page-slide .banner-swiper .banner-100.swiper-slide-active .banner-word.word2 {
    bottom: 280px;
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-100 .close {
    width: 60px;
    height: 28px;
    background: #020202;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 56px;
    right: 18px;
    z-index: 10;
    outline: none;
    border: none;
    line-height: 28px;
    cursor: pointer;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar {
    position: absolute;
    bottom: 176px;
    /* right: 176px; */
    left: 176px;
    z-index: 10;
    width: 22px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p {
    font-size: 16px;
    color: #fff;
    font-family: CTBiaoSongSF;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p.current {
    margin-bottom: 12px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p.total {
    margin-top: 12px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar .scrollbar {
    width: 1px;
    height: 170px;
    background: rgba(255, 255, 255, 0.17);
    position: relative;
    margin-left: 15px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar .scrollbar i {
    display: block;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.body-swiper .page-slide .banner-swiper .mouse {
    width: 100%;
    position: absolute;
    bottom: 122px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}

.body-swiper .page-slide .banner-swiper .mouse img {
    animation: mouseFadeInUp 1s infinite;
}

.body-swiper .page-slide .banner-swiper .mouse p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.body-swiper .page-slide .banner-swiper .duty {
    width: 130px;
    height: 54px;
    background: #ca0400;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -27px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-swiper .page-slide .banner-swiper .duty img {
    margin-right: 10px;
    animation: enlarge 0.8s linear infinite;
}

.body-swiper .page-slide .banner-swiper .duty span {
    font-size: 14px;
    color: #fff;
}

.body-swiper .page-slide .business-box {
    background: #f9f9f9 url("../images/bg1.png") no-repeat;
    background-position: 228px 38px;
}

.body-swiper .page-slide .video-box {
    background: url("../images/bg2.png") no-repeat bottom right;
}

.body-swiper .page-slide .video-box .container .why-kjsd-title .title-line {
    left: 108px;
}

.body-swiper .page-slide .elegant-box {
    background: #f9f9f9;
}

.body-swiper .page-slide .elegant-box .container .why-kjsd-title .title-line {
    left: 134px;
}

.body-swiper .page-slide .contact-box {
    height: 242px;
    background: url("../images/bg3.jpg") center right;
}

.body-swiper .page-slide .foot-box {
    height: 112px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.body-swiper .page-slide .foot-box p {
    line-height: 24px;
    font-size: 16px;
    color: #7e7e7e;
}

.body-swiper .page-slide .foot-box p span {
    color: #000;
}

.body-swiper .page-slide .foot-box p.copy {
    color: #c5c5c5;
}

.body-swiper .auto-height {
    height: 412px;
}

.body-swiper .body-pagination {
    z-index: 11;
}

.nav-box {
    width: calc(100% - 80px);
    height: 100px;
    position: fixed;
    right: 0;
    z-index: 10;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.8s;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
}



.nav-box .container {
    /* width: 73%;
    min-width: 1300px;
    max-width: 1400px; */
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.nav-box .container .nav-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.nav-box .container .nav-right .nav-list {
    display: flex;
    align-items: center;
    /* padding-top: 8px; */
}

.nav-box .container .nav-right .nav-list li {
	padding: 0;
    display: flex;
    align-items: center;
}

/* .nav-box .container .nav-right .nav-list li:last-child{
  position: relative;
} */
.nav-box .container .nav-right .nav-list li:last-child {
    /* border-right: 1px solid #575757; */
}

.nav-box .container .nav-right .nav-list li .item-name {
    display: block;
    padding: 0 18px;
    font-size: 20px;
    color: #474747;
    /* line-height: 80px; */
    line-height: 100px;
    /* font-weight: bold; */
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-box .container .nav-right .nav-list li .class-a {
    position: relative;
    display: block;
    z-index: 3;
}

.nav-box .container .nav-right .nav-list li .class-a i {
    border: solid transparent;
    border-width: 8px 6px 8px 6px;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    width: 0;
    height: 0;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .4));
}

.nav-box .container .nav-right .nav-list li .item-name a {
    color: #111;
}

.nav-box .container .nav-right .nav-list li .item-name:hover a {
    opacity: 0.7;
}

.nav-box .container .nav-right .nav-list li .item-name:hover .class-a i {
    opacity: 1;
}

.nav-box .container .nav-right .nav-list .children-box {
    width: calc(100vw - 80px);
    position: absolute;
    left: 0;
    box-sizing: border-box;
    text-align: right;
    display: none;
    height: 60px!important;
	/* line-height: 60px!important; */
    z-index: 2;
	padding:15px 0px 30px 0px!important;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: flex-start;
	/* right:50px!important; 
	 left: 46.5%!important; 
     width: 610px;
     justify-content: flex-start; */
}

/* .nav-box .container .nav-right .nav-list li:nth-child(n+5) .children-box .children-nav{
    position: relative;
} */

.nav-box .container .nav-right .nav-list .children-box .children-nav ol {
    border-right: 1px solid #c7c7c7;
    /* padding-right: 30px; */
    padding-left: 30px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol:nth-last-of-type(1) {
    border: none;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li {
    border: none;
    height: 30px;
	line-height: 30px;
    text-align: left;
	float: left;
	margin:0 15px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li a {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #686868;
    padding: 0;
    opacity: 1;
    white-space: nowrap;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li a:hover {
    color: #000;
    opacity: 1;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav .img-box {
    width: 246px;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
    background: red;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav .img-box img {
    width: 100%;
}

/* .nav-box .container .nav-right .nav-list .children-box .children-nav::before {
    content: "";
    border: 6px solid transparent;
    position: absolute;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--1::before {
    left: 14px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--2::before {
    left: 130px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--3::before {
    left: 244px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--4::before {
    left: 362px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--5::before {
    left: 478px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--6::before {
    left: 594px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--7::before {
    left: 710px;
} */

.nav-box .container .nav-right .search {
    /* margin-top: -16px; */
    width: 19px;
    height: 21px;
    margin-left: 14px;
    background: url("../upload/images/icon-search.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 8px;
    position: relative;
}

.nav-box .container .nav-right .search::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 17px;
    background: #575757;
    position: absolute;
    top: 2px;
    left: -78%;
}

.nav-box.nav-banner {
    bottom: -100px;
}


.nav-box.nav-banner .children-box {
    bottom: 100px;
    box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.16);
	background: #fff;
    /* background: rgba(255, 255, 255, 0.6); */
}


.nav-box .nav-banner .children-box .children-nav::before {
    border-top: 8px solid #fff !important;
    bottom: -44px;
    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.16));
}

.nav-box.nav-banner.show {
    bottom: 0;
}

.nav-box.nav-fixed {
    top: -100px;
}

.nav-box.nav-fixed .container {
    width: 77%;
}

/* .nav-box.nav-fixed .children-box {
    top: 80px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.95);
} */

.nav-box.nav-fixed .children-box .children-nav::before {
    border-bottom: 8px solid #fff !important;
    top: -44px;
    filter: drop-shadow(0 -6px 6px rgba(0, 0, 0, 0.16));
}

.nav-box.nav-fixed.show {
    top: 0;
}

.aside-box {
    width: 80px;
    height: 100vh;
    position: fixed;
    top: 100vh;
    left: 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
    transition: all 0.8s;
}

.aside-box.fixed {
    top: 0;
}

.aside-box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.aside-box .aside-list {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 135px;
    left: 0;
    right: 0;
    margin: auto;
}

.aside-box .aside-list li {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 4px 0;
}

.aside-box .aside-list li a {
    display: block;
}

.aside-box .aside-list li p {
    width: 20px;
    font-size: 16px;
    color: #fff;
    margin: 80px auto 0;
    position: relative;
    cursor: pointer;
}

.aside-box .aside-list li p::before {
    content: "";
    width: 2px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
}

.aside-box .aside-list li:hover a img {
    transform: scale(1.3);
    transition: ease 0.4s;
}

.aside-box .aside-list li.links:hover .links-box {
    width: calc(100vw - 80px);
    opacity: 1;
}

.aside-box .aside-list li.qr-code:hover .qr-code-box {
    width: 200px;
    opacity: 1;
}

.aside-box .aside-list li .qr-code-box {
    width: 0;
    height: 200px;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 10px #999;
    position: absolute;
    left: 80px;
    top: -50px;
    box-sizing: border-box;
    padding: 8px;
    transition: all 0.5s ease;
    opacity: 0;
}

.aside-box .aside-list li .qr-code-box .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aside-box .aside-list li .qr-code-box .img-box img {
    height: 100%;
}

.aside-box .aside-list li .links-box {
    width: 0;
    height: 240px;
    position: absolute;
    left: 80px;
    top: -120px;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 10px #999;
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    opacity: 0;
}

.aside-box .aside-list li .links-box .link-left {
    height: 100%;
    background: #d82e2e;
    box-sizing: border-box;
    padding: 0 2.1%;
}

.aside-box .aside-list li .links-box .link-left h3 {
    writing-mode: vertical-rl;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.aside-box .aside-list li .links-box .link-left .link-search {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 40px 0;
    padding: 0 20px;
}

.aside-box .aside-list li .links-box .link-left .link-search input {
    border: none;
    background: transparent;
    width: 85%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}

.aside-box .aside-list li .links-box .link-left .link-search input::placeholder {
    color: #fff;
    opacity: 0.7;
}

.aside-box .aside-list li .links-box .link-left a {
    color: #fff;
    font-size: 14px;
}

.aside-box .aside-list li .links-box .link-left a:hover {
    opacity: 0.6;
}

.aside-box .aside-list li .links-box .link-right {
    width: 96%;
    height: calc(100% - 28px);
    box-sizing: border-box;
    padding: 0 30px 0 60px;
    margin: 14px 0;
    overflow: hidden;
    overflow-y: auto;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    background: #c9c9c9;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 8px;
    background: #f3f3f3;
}

.aside-box .aside-list li .links-box .link-right ul {
    display: flex;
    flex-wrap: wrap;
}

.aside-box .aside-list li .links-box .link-right ul li {
    width: 33.33%;
    box-sizing: border-box;
}

.aside-box .aside-list li .links-box .link-right ul li a {
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    color: #7e7e7e;
}

.aside-box .aside-list li .links-box .link-right ul li a:hover {
    color: #ff3636;
}

.aside-box .aside-list li .links-box .link-right .links-more {
    width: 70px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    font-size: 12px;
    color: #000000;
    line-height: 32px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-box .aside-list li .links-box .link-right .links-more span {
    display: block;
    margin-top: -10px;
    margin-left: 5px;
    line-height: 12px;
}

.aside-box .aside-list li .links-box .link-right .links-more:hover {
    color: rgba(0, 0, 0, 0.6);
}

.aside-box .aside-list .to-top span {
    display: block;
    animation: enlarge 1.2s linear infinite;
}

.to-top-box {
    width: 60px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -54px;
    right: 50px;
    background: #ff3636;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 10;
    flex-wrap: wrap;
    transition: all 0.4s linear;
    cursor: pointer;
}

.to-top-box p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.to-top-box.fixed {
    bottom: 50px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 600px;
    right: 4%;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px auto;
}

.why-QR-code .why-QR-code_box {
    width: 130px;
    height: 130px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 18px;
}

.why-QR-code .why-QR-code_box img {
    width: 100%;
    margin-top: -20px;
}

.elegant-swiper {
    width: 100%;
    height: 100%;
}

.elegant-swiper .big-img {
    transform: scale(1.3);
    transition: ease 2s;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.elegant-swiper .swiper-slide-active .big-img {
    transform: scale(1);
    opacity: 1;
}

.elegant-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 72px;
    bottom: 30px;
}

.why-sdfc-swiper_title .why-bold img {
    animation: mouseFadeInUp 1s infinite;
}

@keyframes rotating {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes triggerFadeInRight {
    0% {
        transform: translate(4px, 0px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(4px, 0px);
    }
}

@keyframes enlarge {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.1);
    }
}

.BFBsize {
    width: 100%;
    height: 100%;
}

.body-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.body-swiper .page-slide {
    background-color: #fff;
}

.body-swiper .page-slide .body-item {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-left: 80px;
}

.body-swiper .page-slide .body-item .container {
    /* max-width: 1400px;
    min-width: 1300px;
    width: calc(73% + 80px); */
    padding: 0 9.375%;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}

.body-swiper .page-slide .body-item .container .title-text {
    position: relative;
}

.body-swiper .page-slide .body-item .container .title-text .title-line {
    position: absolute;
    width: 68px;
    height: 6px;
    background: #cb2312;
    bottom: 6px;
    left: 136px;
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .container h1 {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 44px;
}

.body-swiper .page-slide .body-item .container h1 a {
    display: block;
    width: 117px;
    height: 47px;
    border: 1px solid #969696;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: lighter;
    color: #9f9f9f;
    line-height: 45px;
    margin-left: auto;
    padding-left: 32px;
}

.body-swiper .page-slide .body-item .container h1 a span {
    font-size: 12px;
    float: right;
    display: block;
    line-height: 14px;
    margin: 10px 22px 0 0;
}

.body-swiper .page-slide .body-item .news-container {
    padding-top: 140px;
}

.body-swiper .page-slide .body-item .news-container .follow {
    width: 100%;
    height: 68px;
    background: url("../images/bg-line.png") no-repeat top center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 5px;
    position: relative;
}

.body-swiper .page-slide .body-item .news-container .follow h3 {
    width: 134px;
    height: 54px;
    box-sizing: border-box;
    padding: 16px 21px 0 16px;
    background: url("../images/bg-sd.png") no-repeat right center;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.body-swiper .page-slide .body-item .news-container .follow h3 span {
    font-size: 24px;
    color: #d52f2f;
    line-height: 28px;
    background: #fff;
}

.body-swiper .page-slide .body-item .news-container .follow .hot {
    display: flex;
    align-items: center;
    margin-left: 46px;
    height: 40px;
    width: 44%;
}

.body-swiper .page-slide .body-item .news-container .follow .hot .hot-swiper {
    width: 90%;
    height: 20px;
    margin-left: 10px;
}

.body-swiper .page-slide .body-item .news-container .follow .hot .hot-swiper .hot-item {
    line-height: 20px;
    font-size: 18px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice {
    width: 42%;
    height: 40px;
    box-sizing: border-box;
    padding-left: 34px;
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .tip {
    width: 94px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    background: #cd2227;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.body-swiper .page-slide .body-item .news-container .follow .notice i {
    display: block;
    border: 4px solid transparent;
    border-left: 5px solid #cd2227;
    margin-left: 10px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper {
    width: 90%;
    height: 20px;
    margin-left: auto;
    --swiper-navigation-color: #d82e2e;
    --swiper-navigation-size: 12px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .notice-item {
    line-height: 20px;
    width: 368px;
    margin-right: auto;
    font-size: 18px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-next:after,
.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-prev:after {
    transform: rotate(90deg);
    font-weight: bold;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-next,
.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-prev {
    right: 4px;
    left: auto;
    top: 4px;
}

.body-swiper .page-slide .body-item .news-container .follow .notice .notice-swiper .swiper-button-next {
    top: 16px;
}

.body-swiper .page-slide .body-item .news-container .follow .wheel {
    position: absolute;
    bottom: 0;
    width: 18px;
    animation: rotating 2.4s linear infinite;
}

.body-swiper .page-slide .body-item .news-container .follow .wheel.wheel-left {
    left: 146px;
}

.body-swiper .page-slide .body-item .news-container .follow .wheel.wheel-right {
    right: 56px;
}

.body-swiper .link-entrance {
    width: 100%;
    height: 98px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-swiper .link-entrance li {
    width: 19%;
    height: 100%;
}

.body-swiper .link-entrance .img-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.body-swiper .link-entrance .img-box:hover img {
    transform: scale(1.1);
}

.body-swiper .link-entrance .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.body-swiper .page-slide .body-item .news-container .news {
    margin-top: 40px;
    width: 100%;
    height: 486px;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper {
    width: 50%;
    height: 380px;
    float: left;
    border-radius: 2px;
    overflow: hidden;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination {
    width: auto;
    left: 20px;
    bottom: 10px;
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination .swiper-pagination-bullet {
    color: #fff;
    opacity: 0.5;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-title {
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 10;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date {
    width: 78px;
    position: absolute;
    right: 18px;
    bottom: 16px;
    z-index: 10;
    color: #fff;
    text-align: right;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date p {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date p.year {
    font-size: 18px;
    font-weight: normal;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs {
    width: 45%;
    height: 380px;
    float: right;
    position: relative;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item {
    flex-grow: 1;
    height: 100%;
    border: solid #e6e6e6;
    border-width: 1px 1px 1px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #121212;
    transition: all 0.4s linear;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item img {
    margin-right: 14px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item .active-img {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item:first-child {
    border-left-width: 1px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item:hover {
    opacity: 0.6;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active {
    background: #d52f2f;
    color: #fff;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active .default-img {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active .active-img {
    display: block;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active:hover {
    opacity: 1;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list {
    display: none;
    margin-top: 14px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list li {
    padding: 10px 0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list a {
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item {
    display: flex;
    font-size: 16px;
    color: #4c4c4c;
    width: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item .circle {
    display: block;
    width: 5px;
    height: 5px;
    background: #4c4c4c;
    margin-right: 5px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 10px);
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p span {
    font-size: 18px;
    display: block;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p .line-text--one {
    display: block;
    flex-grow: 1;
    /* font-size: 18px; */
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item {
    color: #252525;
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left {
    width: 85px;
    height: 73px;
    border: 1px solid #e5e0e0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .date {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: 20px;
    color: #000;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .date span {
    font-size: 12px;
    color: #c7c7c7;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .img-box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2px;
    overflow: hidden;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .img-box img {
    width: 100%;
    height: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .title {
    height: 73px;
    width: calc(100% - 85px);
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 14px;
    /* font-size: 18px; */
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .title p {
    width: 100%;
    line-height: 30px;
    height: 60px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .active .default-item {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .active .hover-item {
    display: flex;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study {
    width: 100%;
    height: 75px;
    background: url("../images/bg7.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study a {
    width: 108px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid #fff685;
    margin: 105px auto 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
    color: #ffef6d;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study a i {
    width: 12px;
    height: 11px;
    margin-left: 5px;
    background: url("../images/icon-trigger.png");
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .business-container {
    padding-top: 126px;
    display: flex;
}

.body-swiper .page-slide .body-item .business-container .business-left {
    width: 22%;
}

.body-swiper .page-slide .body-item .business-container .business-left h1 {
    margin-bottom: 90px;
}

.body-swiper .page-slide .body-item .business-container .business-left h1 .title-line {
    left: 177px;
}

.body-swiper .page-slide .body-item .business-container .business-left .business-desc {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    width: 270px;
}

.body-swiper .page-slide .body-item .business-container .business-right {
    width: 78%;
    height: 620px;
    margin-top: 54px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper {
    width: 100%;
    height: 548px;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-slide img {
    transform: scale(1.2);
    transition: all 2s;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .swiper-slide-active img {
    transform: scale(1);
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title {
    position: absolute;
    width: 100%;
    height: 106px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 38px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title img {
    margin-right: 8px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title p {
    width: 90%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title .business-trigger {
    margin-left: auto;
    margin-right: 30px;
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs {
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item {
    width: 185px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(76, 76, 76, 0.43);
    transition: all 0.4s ease;
    cursor: pointer;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item a {
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover {
    height: 117px;
    background: #d52f2f;
    border-left: none;
    margin-top: -23px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover a,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active a {
    color: #fff;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active img,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover img {
    display: block;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:first-child {
    border-left: none;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item img {
    margin-right: 14px;
    display: none;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item p {
    font-size: 16px;
    line-height: 28px;
}

.body-swiper .page-slide .body-item .video-container,
.body-swiper .page-slide .body-item .elegant-container {
    padding-top: 40px;
}

.body-swiper .page-slide .banner-swiper {
    position: relative;
    background: #fff;
    padding-left: 0;
}

.body-swiper .page-slide .banner-swiper .banner-slide {
    height: 100vh;
    position: relative;
}

.body-swiper .page-slide .banner-swiper .banner-slide .banner-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    transform: scale(1.2);
    transition: ease 3s;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.4;
}

.body-swiper .page-slide .banner-swiper .banner-slide .banner-word {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    opacity: 0;
    transition: ease 1s;
}

/* .body-swiper .page-slide .banner-swiper .banner-slide .banner-word.word1 {
    bottom: 440px;
    left: 0;
} */

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-item {
    transform: scale(1);
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-word.word1 {
    left: 50%;
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-word.word2 {
    bottom: 253px;
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-100 .banner-item {
    background-image: url("../images/banner22.jpg");
}

.body-swiper .page-slide .banner-swiper .banner-100 .banner-word.word1 {
    top: 0;
    bottom: 0;
    left: 50%;
}

.body-swiper .page-slide .banner-swiper .banner-100.swiper-slide-active .banner-word.word1 {
    opacity: 1;
    top: 130px;
}

.body-swiper .page-slide .banner-swiper .banner-100.swiper-slide-active .banner-word.word2 {
    bottom: 280px;
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-100 .close {
    width: 60px;
    height: 28px;
    background: #020202;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 56px;
    right: 18px;
    z-index: 10;
    outline: none;
    border: none;
    line-height: 28px;
    cursor: pointer;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar {
    position: absolute;
    bottom: 176px;
    right: 176px;
    z-index: 10;
    width: 22px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p {
    font-size: 16px;
    color: #fff;
    font-family: CTBiaoSongSF;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p.current {
    margin-bottom: 12px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p.total {
    margin-top: 12px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar .scrollbar {
    width: 1px;
    height: 170px;
    background: rgba(255, 255, 255, 0.17);
    position: relative;
    margin-left: 15px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar .scrollbar i {
    display: block;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.body-swiper .page-slide .banner-swiper .mouse {
    width: 100%;
    position: absolute;
    bottom: 122px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}

.body-swiper .page-slide .banner-swiper .mouse img {
    animation: mouseFadeInUp 1s infinite;
}

.body-swiper .page-slide .banner-swiper .mouse p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.body-swiper .page-slide .banner-swiper .duty {
    width: 130px;
    height: 54px;
    background: #ca0400;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -27px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-swiper .page-slide .banner-swiper .duty img {
    margin-right: 10px;
    animation: enlarge 0.8s linear infinite;
}

.body-swiper .page-slide .banner-swiper .duty span {
    font-size: 14px;
    color: #fff;
}

.body-swiper .page-slide .business-box {
    background: #f9f9f9 url("../images/bg1.png") no-repeat;
    background-position: 228px 38px;
}

.body-swiper .page-slide .video-box {
    background: url("../images/bg2.png") no-repeat bottom right;
}

.body-swiper .page-slide .video-box .container .why-kjsd-title .title-line {
    left: 108px;
}

.body-swiper .page-slide .elegant-box {
    background: #f9f9f9;
}

.body-swiper .page-slide .elegant-box .container .why-kjsd-title .title-line {
    left: 134px;
}

.body-swiper .page-slide .contact-box {
    height: 242px;
    background: url("../images/bg3.jpg") center right;
}

.body-swiper .page-slide .foot-box {
    height: 112px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.body-swiper .page-slide .foot-box p {
    line-height: 24px;
    font-size: 16px;
    color: #7e7e7e;
}

.body-swiper .page-slide .foot-box p span {
    color: #000;
}

.body-swiper .page-slide .foot-box p.copy {
    color: #c5c5c5;
}

.body-swiper .auto-height {
    height: 412px;
}

.body-swiper .body-pagination {
    z-index: 11;
}

.nav-box {
    width: calc(100% - 80px);
    height: 100px;
    position: fixed;
    right: 0;
    z-index: 10;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.8s;
    box-sizing: border-box;
    background: #fff;
}



.nav-box .container {
    /* width: 73%;
    min-width: 1300px;
    max-width: 1400px; */
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.nav-box .container .nav-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.nav-box .container .nav-right .nav-list {
    display: flex;
    align-items: center;
    /* padding-top: 8px; */
}

.nav-box .container .nav-right .nav-list li {
	padding: 0;
    display: flex;
    align-items: center;
}

/* .nav-box .container .nav-right .nav-list li:last-child{
  position: relative;
} */
.nav-box .container .nav-right .nav-list li:last-child {
    /* border-right: 1px solid #575757; */
}

.nav-box .container .nav-right .nav-list li .item-name {
    display: block;
    padding: 0 18px;
    font-size: 20px;
    color: #474747;
    line-height: 100px;
    /* font-weight: bold; */
    height: 100px;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-box .container .nav-right .nav-list li .item-name span{
    white-space: wrap;
}

.nav-box .container .nav-right .nav-list li .class-a {
    position: relative;
    display: block;
    z-index: 3;
}

.nav-box .container .nav-right .nav-list li .class-a i {
    border: solid transparent;
    border-width: 8px 6px 8px 6px;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    width: 0;
    height: 0;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .4));
}

.nav-box .container .nav-right .nav-list li .item-name a {
    color: #474747;
}

.nav-box .container .nav-right .nav-list li .item-name:hover a {
    opacity: 0.7;
}

.nav-box .container .nav-right .nav-list li .item-name:hover .class-a i {
    opacity: 1;
}

.nav-box .container .nav-right .nav-list .children-box {
    width: calc(100vw - 80px);
    position: absolute;
    left: 0;
    box-sizing: border-box;
    text-align: right;
    display: none;
    height: 60px!important;
	/* line-height: 60px!important; */
    z-index: 2;
	padding:15px 0px 30px 0px!important;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: flex-start;
	/* right:50px!important; 
	 left: 46.5%!important; 
     width: 610px;
     justify-content: flex-start; */
}

/* .nav-box .container .nav-right .nav-list li:nth-child(n+5) .children-box .children-nav{
    position: relative;
} */

.nav-box .container .nav-right .nav-list .children-box .children-nav ol {
    border-right: 1px solid #c7c7c7;
    /* padding-right: 30px; */
    padding-left: 30px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol:nth-last-of-type(1) {
    border: none;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li {
    border: none;
    height: 30px;
	line-height: 30px;
    text-align: left;
	float: left;
	margin:0 15px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li a {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 0;
    opacity: 1;
    white-space: nowrap;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li a:hover {
    color: #000;
    opacity: 1;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav .img-box {
    width: 246px;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
    background: red;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav .img-box img {
    width: 100%;
}

/* .nav-box .container .nav-right .nav-list .children-box .children-nav::before {
    content: "";
    border: 6px solid transparent;
    position: absolute;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--1::before {
    left: 14px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--2::before {
    left: 130px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--3::before {
    left: 244px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--4::before {
    left: 362px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--5::before {
    left: 478px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--6::before {
    left: 594px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--7::before {
    left: 710px;
} */

.nav-box .container .nav-right .search {
    /* margin-top: -16px; */
    width: 19px;
    height: 21px;
    margin-left: 30px;
    background: url("../upload/images/icon-search.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 8px;
    position: relative;
    border:none;
}

.nav-box .container .nav-right .search::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 17px;
    background: #575757;
    position: absolute;
    top: 35%;
    left: -78%;
}

.nav-box.nav-banner {
    bottom: -100px;
}


.nav-box.nav-banner .children-box {
    /* bottom: 100px; */
    box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.16);
	background: #fff;
    /* background: rgba(255, 255, 255, 0.6); */
}


.nav-box .nav-banner .children-box .children-nav::before {
    border-top: 8px solid #fff !important;
    bottom: -44px;
    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.16));
}

.nav-box.nav-banner.show {
    bottom: 0;
}

.nav-box.nav-fixed {
    top: -100px;
}

.nav-box.nav-fixed .container {
    padding: 0 .98%;
}

/* .nav-box.nav-fixed .children-box {
    top: 80px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.95);
} */

.nav-box.nav-fixed .children-box .children-nav::before {
    border-bottom: 8px solid #fff !important;
    top: -44px;
    filter: drop-shadow(0 -6px 6px rgba(0, 0, 0, 0.16));
}

.nav-box.nav-fixed.show {
    top: 0;
}

.aside-box {
    width: 80px;
    height: 100vh;
    position: fixed;
    top: 100vh;
    left: 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
    transition: all 0.8s;
}

 .aside-box.fixed {
    top: 0;
} 

.aside-box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.aside-box .aside-list {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 135px;
    left: 0;
    right: 0;
    margin: auto;
}

.aside-box .aside-list li {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 4px 0;
}

.aside-box .aside-list li a {
    display: block;
}

.aside-box .aside-list li p {
    width: 20px;
    font-size: 16px;
    color: #fff;
    margin: 80px auto 0;
    position: relative;
    cursor: pointer;
}

.aside-box .aside-list li p::before {
    content: "";
    width: 2px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
}

.aside-box .aside-list li:hover a img {
    transform: scale(1.3);
    transition: ease 0.4s;
}

.aside-box .aside-list li.links:hover .links-box {
    width: calc(100vw - 80px);
    opacity: 1;
}

.aside-box .aside-list li.qr-code:hover .qr-code-box {
    width: 200px;
    opacity: 1;
}

.aside-box .aside-list li .qr-code-box {
    width: 0;
    height: 200px;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 10px #999;
    position: absolute;
    left: 80px;
    top: -50px;
    box-sizing: border-box;
    padding: 8px;
    transition: all 0.5s ease;
    opacity: 0;
}

.aside-box .aside-list li .qr-code-box .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aside-box .aside-list li .qr-code-box .img-box img {
    height: 100%;
}

.aside-box .aside-list li .links-box {
    width: 0;
    height: 240px;
    position: absolute;
    left: 80px;
    top: -120px;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 10px #999;
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    opacity: 0;
}

.aside-box .aside-list li .links-box .link-left {
    height: 100%;
    background: #d82e2e;
    box-sizing: border-box;
    padding: 0 2.1%;
}

.aside-box .aside-list li .links-box .link-left h3 {
    writing-mode: vertical-rl;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.aside-box .aside-list li .links-box .link-left .link-search {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 40px 0;
    padding: 0 20px;
}

.aside-box .aside-list li .links-box .link-left .link-search input {
    border: none;
    background: transparent;
    width: 85%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}

.aside-box .aside-list li .links-box .link-left .link-search input::placeholder {
    color: #fff;
    opacity: 0.7;
}

.aside-box .aside-list li .links-box .link-left a {
    color: #fff;
    font-size: 14px;
}

.aside-box .aside-list li .links-box .link-left a:hover {
    opacity: 0.6;
}

.aside-box .aside-list li .links-box .link-right {
    width: 96%;
    height: calc(100% - 28px);
    box-sizing: border-box;
    padding: 0 30px 0 60px;
    margin: 14px 0;
    overflow: hidden;
    overflow-y: auto;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    background: #c9c9c9;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 8px;
    background: #f3f3f3;
}

.aside-box .aside-list li .links-box .link-right ul {
    display: flex;
    flex-wrap: wrap;
}

.aside-box .aside-list li .links-box .link-right ul li {
    width: 33.33%;
    box-sizing: border-box;
}

.aside-box .aside-list li .links-box .link-right ul li a {
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    color: #7e7e7e;
}

.aside-box .aside-list li .links-box .link-right ul li a:hover {
    color: #ff3636;
}

.aside-box .aside-list li .links-box .link-right .links-more {
    width: 70px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    font-size: 12px;
    color: #000000;
    line-height: 32px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-box .aside-list li .links-box .link-right .links-more span {
    display: block;
    margin-top: -10px;
    margin-left: 5px;
    line-height: 12px;
}

.aside-box .aside-list li .links-box .link-right .links-more:hover {
    color: rgba(0, 0, 0, 0.6);
}

.aside-box .aside-list .to-top span {
    display: block;
    animation: enlarge 1.2s linear infinite;
}

.to-top-box {
    width: 60px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -54px;
    right: 50px;
    background: #ff3636;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 10;
    flex-wrap: wrap;
    transition: all 0.4s linear;
    cursor: pointer;
}

.to-top-box p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.to-top-box.fixed {
    bottom: 50px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 600px;
    right: 4%;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px auto;
}

.why-QR-code .why-QR-code_box {
    width: 130px;
    height: 130px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 18px;
}

.why-QR-code .why-QR-code_box img {
    width: 100%;
    margin-top: -20px;
}

.elegant-swiper {
    width: 100%;
    height: 100%;
}

.elegant-swiper .big-img {
    transform: scale(1.3);
    transition: ease 2s;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.elegant-swiper .swiper-slide-active .big-img {
    transform: scale(1);
    opacity: 1;
}

.elegant-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 72px;
    bottom: 30px;
}

.why-sdfc-swiper_title .why-bold img {
    animation: mouseFadeInUp 1s infinite;
}
.nav-box{
    width: 100%;
}