video{display:block; margin:0px auto;}
 #video{object-fit: cover;
    width: 100%;
    height: 100%;
}
.highlight{font-size: 4.5rem;color: #ff7800}

.section-title h2 .highlight{font-size:33px;margin-right: 5px}
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    text-decoration-line: none
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover,.carousel-control-next, .carousel-control-prev{opacity: 1}
.fp-section.fp-table,
.fp-slide.fp-table {
    display: flex;
    height: 100vh;
    padding: 0 !important;
}
.page{width: 100%;float: left}
#fp-nav.right {
    right: 5px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    height: 15px;
    width: 4px;
    margin-bottom: 0px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    height: 15px;
    width: 4px;
    border-radius: 0px;
    background: #fff;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: linear-gradient(45deg, #6831e3, #f528cb);
}

#fullpage .container {
    max-width: 1400px;
}

.header {
    width: 100%;
    height: 90px;
    padding: 0px;
    position: fixed;
    z-index: 9999;
    background-image: linear-gradient(0deg, rgba(20, 20, 20, 0.00) 1%, rgba(20, 20, 20, 0.60) 99%);
}

.header .container {
    max-width: 100%;
}

/*左侧logo*/
.header .left {
    width: 400px;
    height: 90px;
    line-height: 90px;
    float: left;
}

.header .left a {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    float: left;
}

.header .left a img {
    height: 50px;

}

.header .left .words {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: lighter;
    margin-left: 10px;
}

.header .left .img1 {
    filter: brightness(100)
}

.header .left .img2 {
    display: none;
}

.header .left a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .left h1 {
    font-size: 2rem;
    margin: 0 0 0 10px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 500;
}

.navbar_nav {
    display: flex;
    justify-content: space-between;
}

.header.on .left h1 {
    color: #666;
}

/*右侧*/
.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 50px;
    display: block;
    max-width: calc(100% - 360px);
    float: left;
    margin-left: 5%;
}

.header .navbar_nav li {
    float: left;
    position: relative;
    display: block;
    line-height: 90px;
    padding: 0 15px;
}

.header .navbar_nav li.shouji {
    font-size: 18px;
    color: #366dae;
    display: flex;
}

.header .navbar_nav li.shouji i {
    font-size: 20px;
}

.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #f528cb;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 18px;
}

.header .navbar_nav li:hover a {
    color: #f6f6f6;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;

}

.header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background: url(i/top.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 90px;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 160%;
    left: -10%;
    z-index: 999;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #f3f3f3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #fff;
    background: #f528cb;
}

/*白色背景的头部*/
.header.on {
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);

}

.header.on .left .img1 {
    display: none;
}

.header.on .left .img2 {
    display: inline-block;
}

.header.on .navbar_nav li a {
    color: #333;
}

.header.on .navbar_nav li:hover a {
    color: #f528cb;
}

#navToggle {
    display: none;
}

.header .active {
    border-top: 2px #f528cb solid;
    background: hsl(0deg 0% 0% / 10%);
}

.header .navbar_nav li.active a {
    color: #fff;
    padding: 0 10px;
}

.header.on .navbar_nav li.active a {
    color: #366dae;
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}



.fp-viewing-1 .header {
    background: linear-gradient(45deg, #6831e3, #f528cb);
}

.fp-viewing-2 .header{
    background: #a1b9e9cf;
}
.fp-viewing-2 .header .active{
    border-top: 2px #8da8df solid;
}
.fp-viewing-2 .header .active a{color: #0a58ca}
.fp-viewing-2 .header .navbar_nav li:after{background: #8da8df}

.fp-viewing-4 .header {
    background: #0075cf;
}
.fp-viewing-4 .header .active{
    border-top: 2px #02528f solid;
}

.fp-viewing-4 .header .navbar_nav li:after{background: #02528f}
.fp-viewing-3 .header {
    background: #ffffff12;
}
.fp-viewing-5 .header {
    background: #ffffff29;
}

.m_nav.open {
    transform: translateX(0);
}

.m_nav .ul li.dropdown:before {
    height: 20px;
    width: 20px;
    content: "";
    display: block;
    background: url(/public/common/images/x1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 18px;
    right: 10px;

}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
}



.m_nav .logo img {
    height: 50px;
    display: block;
    margin: 30px auto;
}

.m_nav .ul {
    margin-top: 30px;
    padding: 0;
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


/*底部*/

footer {
    padding-bottom: 0 !important;
    width: 100%;
    float: left;
}

.copyright {
    text-align: center;
    background: #333;
    padding: 15px 0 0 0;
}

.copyright_title {
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #777;
}

.copyright_title .img {
    float: left;
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright_title .img div {
    width: 100px;
}

.copyright_title .img img {
    display: block;
    width: auto;
    width: 100%;
}

.copyright_title .img p {
    display: block;
    color: #b3b4be;
    padding-top: 10px;
    font-size: 12px;
}

.copyright_title .img p i {
    font-size: 14px;
    margin-right: 8px;
}

.copyright_title .txt {
    float: left;
    padding: 0 30px 0 0;
    width: 300px;
}

.copyright_title .txt .txt_p {
    text-align: left;
}

.copyright_title .txt .txt_p p {
    font-size: 14px;
    color: #b4b4b4;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 7px;
    display: block;
}

.copyright_title .txt .txt_p p i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 24px;
    margin-top: 3px;
    float: left;
}

.copyright_title .txt .txt_p p span {
    font-size: 16px;
}

.copyright_sitemap {
    text-align: center;
    padding: 10px 0;
}

.copyright_sitemap p {
    display: inline-block;
    font-size: 14px;
    color: #bcbcbc;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
}

.copyright_sitemap a {
    display: inline-block;
    font-size: 14px;
    color: #bcbcbc;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
}

.copyright_sitemap a:hover {
    text-decoration: underline;
}

.foot_list {
    float: left;
    width: calc(100% - 640px);
    padding: 0 25px;
    margin: 0 25px 0 50px;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
}

.foot_list_ul {
    overflow: hidden;
}

.foot_list_ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.foot_list_ul dl {
    text-align: left;
}

.foot_list_ul dl dt {
    margin-bottom: 10px;
}

.foot_list_ul dl dt a {
    display: block;
    font-size: 15px;
    color: #b4b4b4;
    line-height: 20px;
    margin-bottom: 10px;
}

.foot_list_ul dl dd {}

.foot_list_ul dl dd a {
    display: block;
    font-size: 13px;
    color: #b4b4b4;
    line-height: 24px;
}

.txt_contact {
    text-align: left;
    margin-bottom: 10px;
}

.txt_contact span {
    font-size: 15px;
    color: #b4b4b4;
    display: block;
    line-height: 24px;
}

.txt_contact p {
    font-size: 30px;
    color: #d8d8d8;
    display: block;
    margin-bottom: 10px;
}

.txt_contact a {
    display: inline-block;
    padding: 0 25px;
    line-height: 35px;
    color: #fff;
    background: #366dae;
    border-radius: 30px;
}

.index_link {
    background: #262844;
    padding: 30px 0 20px;
    width: 100%;
    float: left;
}

.in_link_title {
    padding-bottom: 20px;
}

.in_link_list {
    overflow: hidden;
}

.in_link_list_ul {
    overflow: hidden;
}

.in_link_list_ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.in_link_list_ul li h2 {
    font-size: 16px;
    color: #bcbcbc;
}

.in_link_list_ul li h2 p {
    display: inline-block;
    font-size: 16px;
    color: #bcbcbc;
}


.in_link_list_ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #a0a0a0;
    display: inline-block;
}

.in_link_list_ul li:hover a {
    color: #847575;
}

@media screen and (max-width: 1200px) {
    .header .left {
        max-width: 35%
    }

    .copyright_title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }

    .foot_list {
        display: none;
    }

    .highlight{font-size: 2.5rem;}
    .section-title h2 .highlight{font-size:30px;}
}

@media screen and (max-width: 1024px) {
    .header .container {
        padding: 0;
    }

    .header {
        padding: 0 10px;
        height: 50px;
    }

    .header .left {
        max-width: 25%;
        height: 50px;
        line-height: 50px;
    }

    .header .left a {
        height: 50px;
        line-height: 50px;
    }

    .header .left a img {
        height: 35px;
        margin-top: 0px;
    }

    .header .left h1 {
        font-size: 1.2rem !important;
        width: 200px;
        letter-spacing: 3px;
    }

    .header #navToggle {
        height: 100%;
        padding: 9px 15px;
        margin-right: 0px;
        display: inline-block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #fff;
    }

    .header.on #navToggle span,
    .header.on #navToggle span:before,
    .header.on #navToggle span:after {

        background: #333;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .nav {
        display: none;
    }

    .banner img {
        height: 600px;
        object-fit: cover;
    }

    .header .left {
        width: 40%;
        max-width: 40%
    }

    .open li.shouji a {
        font-size: 26px;
        text-align: center;
        color: #FF0000;
        border-bottom: none;
        margin-top: 30px
    }

    .open li.shouji i {
        font-size: 26px;
    }
    .highlight{font-size: 2rem;}
    .section-title h2 .highlight{font-size:25px;}
}

@media screen and (max-width: 1440px) {
    .header .left {
        width: 360px;
    }

    .header .left h1 {
        font-size: 1.8rem;
    }

    .header .left .words {
        font-size: 0.7rem;
    }

    .header .nav {
        margin-left: 20px;
    }

    .header .navbar_nav li {
        padding: 0 10px;
    }

    .header .navbar_nav li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .header .left {
        width: 380px;
    }

    .header .nav {
        max-width: calc(100% - 380px);
    }


}
@media(max-width: 1024px) {
    .header .left {
        width: 280px;
    }
    .header .left .words {
        display: none;
    }
}
@media screen and (max-width: 768px) {

    .copyright_title {
        display: none;
    }
}

/* 头部菜单 */
.index-banner,
#carouselExampleCaptions {
    height: 100vh;
    width: 100%;
}

.carousel-item,
.carousel-inner,
.carousel-inner img.d-block {
    height: 100%;
    object-fit: cover;
}

.leftright {
    width: 300px;
    position: absolute;
    height: 30px;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    z-index: 999;
}

.carousel-indicators {
    width: calc(100% - 45px);
    margin: 0;
    bottom: 15px;
    padding-left: revert;
    position: initial;
}

.carousel-caption {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    position: absolute;
    flex-direction: column;
    left: 0;
    bottom: auto;
    display: flex !important;
}

.carousel-caption h3 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    opacity: 0;
}
.carousel-caption p{font-size: 20px;opacity: 0;}
.carousel-indicators li,
.carousel-indicators li:after,
.carousel-indicators li.active,
.carousel-indicators .active:after {
    height: 5px;
    width: 40px;
}

.carousel-indicators li.active {


    margin: 0;
    opacity: 1;
    position: relative;
}

.carousel-indicators li:after {
    content: "";
    width: 0;
}

.carousel-indicators .active:after {

    transition: 5s;
    background: linear-gradient(45deg, #6831e3, #f528cb);
    position: absolute;
    z-index: 999999;
    display: block;
    left: 0;
    top: 0;

}

/* .carousel-item.active img.w-im {
    position: absolute;
    right: 0;
} */

.home-scroll {
    padding: 3.57143em 0 1.42857em 0;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.home-scroll span {
    height: 2.85714em;
    width: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
}

.home-scroll span:before {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    content: '';
    -webkit-animation: scroll infinite 1.5s;
    -moz-animation: scroll infinite 1.5s;
    animation: scroll infinite 1.5s;
}


@-webkit-keyframes scroll {
    0% {
        top: 0;
        bottom: 0;
    }

    49.999% {
        top: 100%;
        bottom: 0;
    }

    50.001% {
        bottom: 100%;
        top: 0;
    }

    100% {
        top: 0;
        bottom: 0;
    }
}

@-moz-keyframes scroll {
    0% {
        top: 0;
        bottom: 0;
    }

    49.999% {
        top: 100%;
        bottom: 0;
    }

    50.001% {
        bottom: 100%;
        top: 0;
    }

    100% {
        top: 0;
        bottom: 0;
    }
}

@keyframes scroll {
    0% {
        top: 0;
        bottom: 0;
    }

    49.999% {
        top: 100%;
        bottom: 0;
    }

    50.001% {
        bottom: 100%;
        top: 0;
    }

    100% {
        top: 0;
        bottom: 0;
    }
}

/* 定义关键帧动画 */
@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 当 .carousel-item 拥有 active 类时，应用动画 */
.carousel-item .carousel-caption .w-im {
    max-height: 300px;
}

.carousel-item.active .carousel-caption h3,
.carousel-item.active .carousel-caption p,
.carousel-item.active .carousel-caption .w-im {
    animation-name: slideUp;
    animation-duration: 0.5s;
    /* 动画持续时间 */
    animation-fill-mode: both;
    /* 动画开始前和结束后元素的状态由动画的第一个和最后一个关键帧决定 */
}

/* 确保动画只执行一次 */
.carousel-item.active .carousel-caption h3 {
    animation-delay: 0.2s;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), /* 第一层阴影 */
    4px 4px 0 rgba(0, 0, 0, 0.3), /* 第二层阴影 */
    6px 6px 0 rgba(0, 0, 0, 0.4); /* 第三层阴影 */
    letter-spacing: 10px;
    /* 可选：为 h3 设置一个延迟以区分与 p 的动画 */
}

.carousel-item.active .carousel-caption p {
    animation-delay: 0.4s;
    /* 可选：为 p 设置一个延迟以区分与 h3 的动画 */
}

.carousel-item.active .carousel-caption .w-im {
    animation-delay: 0.6s;
    /* 可选：为 p 设置一个延迟以区分与 h3 的动画 */
}




@media (max-width: 1024px) {
    .leftright {
        width: 40px;
        left: 15px;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption h3 {
        font-size: 2rem;
    }
    .carousel-item.active .carousel-caption h3{
        letter-spacing: 0px;
    }
    .carousel-caption p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .carousel-caption h3 {
        font-size: 1.5rem;

    }
    .carousel-item.active .carousel-caption h3{
        letter-spacing: 0px;
    }
    .carousel-caption p {
        font-size: 0.875rem;
    }

}

/* 应用 */
#feature-container .row.grouped{padding: 0 15px}
.core-features .btn:not(:disabled):not(.disabled).active,
.core-features .btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: 0
}

.core-features .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.core-features {
    width: 100%;
    float: left;

    background-color: #f4f7fa !important
}

.page2 .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.core-features .section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative
}

.core-features .section-title {
    text-align: center;
    padding: 0 300px;
    position: relative;
    z-index: 5;
    margin-bottom: 30px
}

.core-features .section-title p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.core-features .section-title h2 {
    text-transform: capitalize;
    font-size: 33px;
    margin-bottom: 18px;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px
}

.core-features .section-title h2::before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: linear-gradient(45deg, #6831e3, #f528cb);
    content: ""
}

.core-features .single-feature {
    text-align: left;
    background-color: #fff;
    padding: 35px;
    border-radius: 4px;
    z-index: 5;
    position: relative;
    overflow: hidden;

    margin-top: 30px;
    height: 240px
}

.core-features .single-feature::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(45deg, #6831e3, #f528cb);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.core-features .single-feature:hover::before {
    width: 100%
}

.core-features .single-feature i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: linear-gradient(45deg, #6831e3, #f528cb);
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.core-features .single-feature h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    color: #081828;
    display: block;
    margin-bottom: 20px
}

.core-features .single-feature p {
    font-size: 13px
}

.core-features .single-feature:hover i {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .core-features .section {
        padding: 60px 0
    }

    .core-features .section-title p,
    .core-features p {
        font-size: 13px
    }

    .core-features {
        padding: 30px 0 60px !important
    }

    .core-features .section-title h2 {
        margin-bottom: 15px;
        font-size: 25px;
        margin-top: 5px;
        line-height: 35px
    }

    .core-features .section-title {
        margin-bottom: 20px;
        padding: 0 90px
    }
    .core-features .single-feature{height: 160px; padding: 15px}
    .core-features .single-feature i{height: 40px;width: 40px;line-height: 40px;margin-bottom: 10px}
    .core-features .single-feature h3{margin-bottom: 10px}
    .core-features .single-feature p{display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;}
}

@media only screen and (max-width:767px) {
    .core-features .section {
        padding: 50px 0
    }
    #fullpage .container{padding: 0 10px}
    .core-features .section-title {
        padding: 0;
        margin-bottom: 20px
    }

    .core-features .section-title p,
    .core-features p {
        font-size: 13px
    }



    .core-features .section-title h2 {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 40px
    }

    .core-features .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .core-features .single-feature {
        padding: 10px;
        height: 145px;
        margin-top: 10px;
    }

    .core-features .single-feature h3 {
        font-size: 0.85rem;
        margin-bottom: 5px;
    }

    .core-features .single-feature i {
        height: 45px;
        line-height: 45px;
        width: 45px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .core-features .single-feature p {
        font-size: 0.75rem;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-transform: capitalize;
    }


}

/* 应用 */
/* 案例 */
.home-pages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.owl-controls {
    margin-top: 35px;
}

 .owl-carousel {
    margin: 0;
}

 .owl-pagination {
    display: flex;
    justify-content: center;
}

 .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

 .owl-page.active span,
 .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

 .owl-page.active span {
    background:linear-gradient(45deg, #6831e3, #f528cb);
}

.fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-pages {
    width: 100%;
    float: left;
    padding: 100px 0 !important
}

.home-pages .btn:not(:disabled):not(.disabled).active,
.home-pages .btn:not(:disabled):not(.disabled):active,
.home-pages a:focus {
    text-decoration: none;
    outline: 0
}

.home-pages .section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative
}

.home-pages .section-title {
    text-align: center;
    padding: 0 300px;
    position: relative;
    z-index: 5;
    margin-bottom: 40px
}

.home-pages .section-title p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.home-pages .home-pages {
    position: relative
}

.home-pages .section-title h2 {
    text-transform: capitalize;
    font-size: 33px;
    margin-bottom: 18px;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px
}

.home-pages .section-title h2::before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: linear-gradient(45deg, #6831e3, #f528cb);
    content: ""
}

.home-pages .single-demo {
    text-align: center;
    margin-top: 40px;

    background: #fff;
    padding: 10px;
    position: relative
}

.home-pages .single-demo a {
    position: relative;
    overflow: hidden;
    display: block;height: 100%;
}

.home-pages .single-demo a .view {
    height: 50px;
    width: 150px;
    line-height: 50px;
    background: #fff;
    color: #081828;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 600;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.home-pages .single-demo a .view:hover {
    background: #6831e3;
    color: #fff
}

.home-pages .single-demo a:hover .view {
    opacity: 1;
    visibility: visible
}

.home-pages .single-demo a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #081828;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.home-pages .single-demo a:hover::before {
    opacity: .8;
    visibility: visible
}

.home-pages .single-demo img {
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    height: 300px;
    object-fit: cover;
}

.home-pages .single-demo h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0;
    padding: 20px 0
}

.home-pages .single-demo:hover h3 {
    color: #6831e3
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-pages .section {
        padding: 60px 0
    }

    .home-pages .section-title p,
    .home-pages p {
        font-size: 13px
    }

    .home-pages {
        padding: 30px 0 60px !important
    }

    .home-pages .section-title h2 {
        margin-bottom: 15px;
        font-size: 25px;
        margin-top: 5px;
        line-height: 35px
    }

    .home-pages .single-demo {
        margin-top: 30px
    }

    .home-pages .section-title {
        margin-bottom: 20px;
        padding: 0 90px
    }
}

@media only screen and (max-width:767px) {
    .home-pages .section {
        padding: 50px 0
    }

    .home-pages .section-title {
        padding: 0;
        margin-bottom: 20px
    }

    .home-pages .section-title p,
    .home-pages p {
        font-size: 13px;line-height: 1.2;
    }



    .home-pages .section-title h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 25px
    }

    .home-pages .single-demo {
        margin-top: 30px
    }

    .home-pages .single-demo a .view {
        height: 45px;
        width: 120px;
        font-size: 13px;
        font-weight: 500;
        line-height: 45px
    }


}

/* 案例 */
/* 时间滚动 */
.min101 {
    background: #000;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.min101 .row {
    max-width: 1300px;
    margin: 0px auto;
}



.min101 .box-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/data01-img/20241220/67478938753334064089.jpg) no-repeat center center;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 1;
    background-size: cover;
}

.min101 .counter_con {
    width: 100%;
}

.min101 .con-tit2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.min101 .tit_txt1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.min101 .tit_txt2 {
    font-size: 17px;
    color: #858585;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 35px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
}

.min101 .txt3 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: none;
    overflow: hidden;
    margin: 0 15px;
    position: relative;
}

.min101 .txt3 span {
    display: block;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    background-color: #838286;
    padding: 8px 40px;
}

.min101 .txt3::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 8px 40px;
    width: 100%;
    height: 100%;
    background: #c91425;
    color: #fff;
    content: attr(data-hover);
    -moz-transition: -moz-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    -webkit-transform: translateX(-25%);
}

.min101 .txt3:hover span,
.min101 .txt3:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.min101 .txt3:hover::before,
.min101 .txt3:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.min101 .full_section_inner {
    margin-top: 60px
}

.min101 .full_section_inner .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
}

.min101 .q_counter_holder {
    text-align: center;
    display: block;
}

.min101 .unit {
    color: #858585;
    font-size: 20px;
}

.min101 .q_counter_holder span.counter {
    font-size: 60px;
    line-height: 1em;
    color: #e00012;
    display: inline-block !important;
    height: 1em;
}

.min101 .q_counter_holder p.counter_text {
    font-size: 17px;
    margin-top: 15px;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .min101 .q_counter_holder span.counter {
        font-size: 36px;
    }

    .min101 .tit_txt2 {
        font-size: 14px
    }

    .min101 .tit_txt1 {
        font-size: 20px;
    }



}

@media (max-width: 768px) {
    .min101 .q_counter_holder span.counter {
        font-size: 20px;
    }

    .min101 .tit_txt2 {
        font-size: 0.785rem
    }

    .min101 .tit_txt1 {
        font-size: 1.2rem;
    }

    .min101 .unit {
        font-size: 0.875rem;
    }

    .min101 .q_counter_holder p.counter_text {
        font-size: 0.785rem;
    }

    .min101 .full_section_inner .row li {
        width: auto;
    }
    .home-pages .single-demo img{height: 220px}
    #feature-container{margin: 0}
    .min7 .list-box .list-ca .list .text{height: auto!important;}
    .home-pages .single-demo h3{display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;}
    .min7 .list-box{margin-top: 10px}
    .owl-controls{margin-top: 25px}
}

/* 时间滚动 */

/* 新闻 */
.min7 {
    background: #f2f2f2 url("https://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/data01-img/20241220/61037259799971758414.png");
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.min7 .box-h {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}

.min7 .box-h h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.min7 .box-h .more a {
    background: #0075cf;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
}

.min7 .title {
    background: linear-gradient(to top, #0075cf 1%, rgba(30, 158, 58, 0) 100%);
    font-size: 16px;
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    padding: 25px;
}

.min7 .title .hd {
    font-size: 24px;
    padding: 20px 0;
}

.min7 .title .txte {
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.min7 .min7-left,
.min7 .min7-left .box {
    overflow: hidden;
    position: relative;
}
.min7 .grouped{margin:0}
.min7 .min7-left img {
    height: 338px;
    object-fit: cover;
    width: 100%;
    transition-duration: 0.7s;
}

.min7 .min7-left:hover img {
    transform: scale(1.1);
    opacity: .5;
}

.min7 .list-box {
    margin: 25px 0 0 0px;
    width: 100%;
}


.min7 .section-title {
    text-align: center;
    padding: 0 300px;
    position: relative;
    z-index: 5;
    margin-bottom: 30px
}

.min7 .section-title p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.min7 .section-title h2 {
    text-transform: capitalize;
    font-size: 33px;
    margin-bottom: 18px;
    line-height: 50px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px
}

.min7 .section-title h2::before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: linear-gradient(45deg, #6831e3, #0075cf);
    content: ""
}

.min7 .list-box .list-ca {
    float: left;
    margin-bottom: 20px;
}

.min7 .list-box .list-ca .list {
    background-color: #fff;
    padding: 25px 15px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0px rgb(29 56 72 / 10%);
}

.min7 .list-box .list-ca .list .time-cate {
    display: flex;
}

.min7 .list-box .list-ca .list .time-cate .time-d {
    font-size: 46px;
    color: #0075cf;
    font-family: Impact;
}

.min7 .list-box .list-ca .list .time-cate .time-d:after {
    content: '/';
    font-size: 16px;
    padding: 0 10px;
}

.min7 .list-box .list-ca .list .time-cate .time-m {
    font-size: 20px;
    color: #0075cf;
    font-family: Impact;
}

.min7 .list-box .list-ca .list .time-cate .cate {
    align-items: flex-end;
    display: flex;
    color: #666;
    margin-left: 15px;
}

.min7 .list-box .list-ca .list .list-title {
    margin-bottom: 0;
}

.min7 .list-box .list-ca .list .list-title a {
    font-size: 18px;
    line-height: 40px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
}
.min7 .list-box .list-ca .list .text {height: 45px}
.min7 .list-box .list-ca .list .text a {
    font-size: 14px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhjtzhu .item2 {
    background: initial;
}

.zhjtzhu .zz-sever .list-item .item:hover .box .title {
    background: #004594;
}

.zhjtzhu .min7 .title {
    background: linear-gradient(to top, rgb(0, 71, 157, .5) 7%, rgba(30, 158, 58, 0) 100%);
}

.zhjtzhu .min7 .box-h .more a {
    background: #004594;
}

.zhjtzhu .min7 .list-box .list-ca .list .time-cate .time-d,
.zhjtzhu .min7 .list-box .list-ca .list .time-cate .time-m {
    color: #004594;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .min7 .section-title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .min7 .section-title p {
        font-size: 13px;
        line-height: 1.2;
    }

    .min7 .list-box .list-ca .list .time-cate .cate {
        font-size: 0.8rem;
    }

    .min7 .section {
        padding: 50px 0
    }

    .min7 .section-title {
        padding: 0;
        margin-bottom: 10px
    }

    .min7 .section-title {
        font-size: 13px
    }





    .min7 .min7-left img {
        height: 220px;
    }

    .min7 .min7-left,
    .min7 .list-box .list-ca {
        margin-bottom: 10px
    }

    .min7 .min7-left,
    .min7 .list-box .list-ca {
        margin-bottom: 10px;
    }

    .min7 .list-box .list-ca .list {
        padding: 10px;
    }

    .min7 .list-box .list-ca .list .list-title a {
        font-size: 15px;
        line-height: 36px;
        font-weight: bold;
    }
    .min7 .list-box .list-ca .list .text a{
        font-size: 0.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .min7 .title .hd {
        font-size: 18px;
    }

    .min7 .title .txte {
        font-size: 14px;
    }

    .min7 .list-box .list-ca .list .time-cate .time-d {
        font-size: 20px
    }

    .min7 .list-box .list-ca .list .time-cate .time-m {
        font-size: 12px
    }

    .min7 .list-box .list-ca .list .time-cate .time-d:after {
        padding: 0 5px
    }
}

/* 新闻 */
/* 底部 */
.footer {
    width: 100%;
    float: left;
    background: linear-gradient(45deg, #6831e3, #f528cb);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /*  background-image: url(https://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/data01-img/20241218/8823972….png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; */
}

.footer::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("https://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/data01-img/20241218/04634676080038787777.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1
}

.footer .all-title {
    background: #fff;
    padding: 90px 0;
}

.footer .min6 .box {
    max-width: 1300px;
    margin: 0px auto;
}

.footer .min6 .all-title {
    text-align: center;
}

.footer .min6 .all-title .all-t1 {
    font-size: 26px;
    color: #444;
    font-family: "微软雅黑";
}

.footer .min6 .all-title .all-t2 {
    font-family: "arial";
    color: #858585;
    padding: 10px 0;
}

.footer .footer-in {
    margin: 0 auto;
    width: 1400px;
}

.footer .footer-l {
    display: inline-block;
    padding-top: 85px;
    vertical-align: top;
}

.footer .footer-l ul li {
    float: left;
    margin-right: 80px;
}

.footer .footer-l ul li:last-child {
    margin-right: 0px;
}

.footer .footer-l dl {
    margin: 0;
    /*height: 57px;*/
}

.footer .footer-l dt {
    margin-bottom: 25px;
}

.footer .footer-l dt a {
    padding-bottom: 4px;
    font-size: 14px;
    color: #c1c1c1;
}

.footer .footer-l dd a {
    line-height: 32px;
    font-size: 14px;
    color: #7a7a7a;
    transition: .3s;
}

.footer .footer-l dd a:hover {
    color: #c1c1c1;
}

.footer .footer-r {
    display: inline-block;
    float: right;
    margin-top: 73px;
    vertical-align: top;
}

.footer .min6 {
    display: flex;
    justify-content: center;
}

.footer .contact-box {
    width: 360px;
    overflow: hidden !important;
    padding: 50px 0;
}

.footer .contact-title {
    text-align: center;
    padding: 30px 0 45px 0;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.footer .contact-title .title-t1 {
    font-size: 20px;
    font-weight: 600;
}

.footer .contact-message {
    background: #F2F2F2;
    padding: 35px 0 50px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.footer .contact-message .title {
    color: #444;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.footer .contact-message ul {
    margin: 20px 40px;
    color: #757575;
    padding-left: 0;

}

.footer .contact-message ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.footer .contact-message ul li a {
    color: #757575;
}

.footer .contact-ewm {
    padding-top: 20px;
    text-align: center;
}

.footer .contact-ewm img {
    margin: 0 15px;
}
.y{font-size: 10rem;
    position: absolute;
    right: 10px;
    color: #fff;
    bottom: 0;
    z-index: 9;font-weight: bold;
    opacity: 0.1;
    transform: rotateX(-35deg) rotateZ(-40deg) skew(30deg);
}

@media (max-width: 768px) {
    .footer .all-title {
        padding: 30px 0 60px 0;
    }

    .footer .contact-box {
        width: 320px;
    }

    .footer .contact-message .title,
    .footer .contact-message ul {
        margin-left: 15px
    }

    .footer .contact-message ul {
        max-width: calc(100% - 30px) !important;
        font-size: 12px;
        margin-top: 10px
    }

    .footer .contact-title .title-t1 {
        font-size: 18px;
    }

    .footer .contact-title .title-t2 {
        font-size: 12px;
    }

    .footer .contact-message {
        background: #f2f2f2;
        padding: 15px 0 20px;
    }
    .y{font-size: 5rem;
        }
}

/* 底部 */

/*分页*/

.pagebar {
    display: flex;
    justify-content: center;
    width: 100%;
    float: left;
    margin-top: 40px
}
.navigation{
    display: flex
;
    justify-content: center;
}
.pagination li:hover {
    background: #0d6fb8;
    color: #fff;
}
.pagination li a{
    color: #f528cb;
}
.pagination li {
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    color: #f528cb;
    font-size: 16px;
    font-family: arial;
    padding: 5px 15px;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 3px;
}

.pagination li.active, .pagination li:hover {
    background: linear-gradient(45deg, #6831e3, #f528cb);
    border: 1px solid #f528cb;
    color: #fff;
}
.pagination li:hover a{ color: #fff;}
.pagination li.disabled {
    background: #d2d2d2
}



/*.carousel-caption h3 ,.carousel-caption p{*/

    /*background: linear-gradient(60deg, #fff, #6831e3); !* 渐变颜色 *!*/
    /*-webkit-background-clip: text; !* 使用背景剪切 *!*/
    /*-webkit-text-fill-color: transparent; !* 使文本透明，显示背景 *!*/

/*}*/



@keyframes aurora {
    0% {
        left: -100%; /* 效果开始位置 */
    }
    100% {
        left: 100%; /* 效果结束位置，从右侧结束 */
    }
}

.carousel-caption h3::before{
    position: absolute;
  top:-10px;
    height: 2px;
    width: 0px;
    background: #fff;
    content: "";
    animation-name: leftr;
    animation-duration: 3s;
    animation-fill-mode: both;
}
.carousel-caption h3::after{
    position: absolute;
    bottom:-10px;
    height: 2px;
    width: 0px;
    right: 0;
    background: #fff;
    content: "";
    animation-name: leftr;
    animation-duration: 3s;
    /* 动画持续时间 */
    animation-fill-mode: both;
    animation-delay: 0.5s;
}
.carousel-caption p::after{
    position: absolute;
    bottom:-10px;
    height: 1px;
    width: 0px;
    left: 0;
    background: #fff;
    content: "";
    animation-name: leftr;
    animation-duration: 3s;
    /* 动画持续时间 */
    animation-fill-mode: both;
    animation-delay: 1s;
}
@keyframes leftr {
    0% {
        width: 0%; /* 效果开始位置 */
    }
    30% {
        width: 0%; /* 效果开始位置 */
    }
    100% {
        width: 60%; /* 效果结束位置，从右侧结束 */
    }
}

.animated{opacity: 0}
.animated.active{opacity: 1}




/*动画*/
.preloader {
    animation: tiltSpin 8s linear infinite;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 25em;
    height: 25em;
    position: absolute;
    color: #333;
    display: flex;
    z-index: 0;
    top: 0rem;
    right: 0;
}
.fp-tableCell .preloader{
    color: #ffffff4a;
    z-index: 1;
    right: 0;
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
}
.preloader, .preloader__ring {
    transform-style: preserve-3d;
}
.preloader__ring {
    animation-name: spin;
    animation-duration: 4s;
    animation-timing-function: inherit;
    animation-iteration-count: inherit;
    font-size: 16px;
    position: relative;
    height: 3rem;
    width: 1.5rem;
}
.preloader__ring:nth-child(even) {
    animation-direction: reverse;
}
.preloader__sector {
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(7rem);
}
.preloader__sector, .preloader__sector:empty:before {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.preloader__sector:empty:before {
    background: linear-gradient(transparent 45%, currentColor 45% 55%, transparent 55%);
    content: "";
}
.preloader__sector:nth-child(2) {
    transform: rotateY(12deg) translateZ(7rem);
}
.preloader__sector:nth-child(3) {
    transform: rotateY(24deg) translateZ(7rem);
}
.preloader__sector:nth-child(4) {
    transform: rotateY(36deg) translateZ(7rem);
}
.preloader__sector:nth-child(5) {
    transform: rotateY(48deg) translateZ(7rem);
}
.preloader__sector:nth-child(6) {
    transform: rotateY(60deg) translateZ(7rem);
}
.preloader__sector:nth-child(7) {
    transform: rotateY(72deg) translateZ(7rem);
}
.preloader__sector:nth-child(8) {
    transform: rotateY(84deg) translateZ(7rem);
}
.preloader__sector:nth-child(9) {
    transform: rotateY(96deg) translateZ(7rem);
}
.preloader__sector:nth-child(10) {
    transform: rotateY(108deg) translateZ(7rem);
}
.preloader__sector:nth-child(11) {
    transform: rotateY(120deg) translateZ(7rem);
}
.preloader__sector:nth-child(12) {
    transform: rotateY(132deg) translateZ(7rem);
}
.preloader__sector:nth-child(13) {
    transform: rotateY(144deg) translateZ(7rem);
}
.preloader__sector:nth-child(14) {
    transform: rotateY(156deg) translateZ(7rem);
}
.preloader__sector:nth-child(15) {
    transform: rotateY(168deg) translateZ(7rem);
}
.preloader__sector:nth-child(16) {
    transform: rotateY(180deg) translateZ(7rem);
}
.preloader__sector:nth-child(17) {
    transform: rotateY(192deg) translateZ(7rem);
}
.preloader__sector:nth-child(18) {
    transform: rotateY(204deg) translateZ(7rem);
}
.preloader__sector:nth-child(19) {
    transform: rotateY(216deg) translateZ(7rem);
}
.preloader__sector:nth-child(20) {
    transform: rotateY(228deg) translateZ(7rem);
}
.preloader__sector:nth-child(21) {
    transform: rotateY(240deg) translateZ(7rem);
}
.preloader__sector:nth-child(22) {
    transform: rotateY(252deg) translateZ(7rem);
}
.preloader__sector:nth-child(23) {
    transform: rotateY(264deg) translateZ(7rem);
}
.preloader__sector:nth-child(24) {
    transform: rotateY(276deg) translateZ(7rem);
}
.preloader__sector:nth-child(25) {
    transform: rotateY(288deg) translateZ(7rem);
}
.preloader__sector:nth-child(26) {
    transform: rotateY(300deg) translateZ(7rem);
}
.preloader__sector:nth-child(27) {
    transform: rotateY(312deg) translateZ(7rem);
}
.preloader__sector:nth-child(28) {
    transform: rotateY(324deg) translateZ(7rem);
}
.preloader__sector:nth-child(29) {
    transform: rotateY(336deg) translateZ(7rem);
}
.preloader__sector:nth-child(30) {
    transform: rotateY(348deg) translateZ(7rem);
}

/* Animations */
@keyframes tiltSpin {
    from {
        transform: rotateY(0) rotateX(30deg);
    }
    to {
        transform: rotateY(1turn) rotateX(30deg);
    }
}
@keyframes spin {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(1turn);
    }
}




