.fw700 {
    font-weight: 700;
}

.mienbox a:hover {
    color: #333;
}

.mb50 {
    margin-bottom: 50px;
}

.mb10 {
    display: inline-block;
    margin-bottom: 10px;
}

.mr10 {
    display: inline-block;
    margin-right: 10px;
}

body {
    background-color: #f9fafa;
}

* {
    margin: 0px;
    padding: 0px;
}

.w1280 {
    width: 1280px;
    margin: auto;
}

.mt20 {
    margin-top: 50px;
}

.pt50 {
    padding-top: 50px;
}

.dataBox {
    padding-top: 50px;
}

.f24 {
    font-size: 24px;
}

.pt50 {
    padding-top: 50px;
}


/* å¤´éƒ¨èƒŒæ™¯å›¾ */

.banner {
    position: relative;
    width: 100%;
    background-color: #000;
    background: #000 url('/pagesV1/picture/banner.png') no-repeat center;
    height: 140px;
}

.banner p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
}


/* å¯¼èˆªæ  */

.navF {
    background-color: #fff;
}

.nav a {
    display: block;
    background-color: #fff;
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
}

.navHover {
    background-color: #2ac3ff !important;
    color: #fff !important;
}


/* å¯„è¯­ */

.encourage {
    padding-bottom: 30px;
}

.encourage p {
    position: relative;
    width: 90%;
    font-size: 33px;
    font-weight: 700;
}

.encourage p:nth-child(1)::after {
    position: absolute;
    bottom: -18px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #2ac3ff;
    box-shadow: 0px 2px 5px #2ac3ff;
    z-index: 1;
}

.encourage p:nth-child(2) {
    text-align: right;
    font-weight: 400;
    font-size: 20px;
    margin-top: 40px;
    color: #707070;
}


/* è§†é¢‘ */

.vedio {
    position: relative;
    width: 100%;
    height: 500px;
    background: #333 url('/pagesV1/picture/videoImg.png') no-repeat center;
}

video {
    width: 100%;
}

.layer {
    width: 800px;
}

.layer video {
    width: 100%;
}

.showVedio {
    cursor: pointer;
}


/* å…³äºŽé¡µ */

.about {
    background-color: #fff;
    height: 934px;
    padding-top: 64px;
}

.aboutText li {
    float: left;
}

.aboutText li:nth-child(1) {
    width: 206px;
}

.aboutText li:nth-child(2) {
    width: 1074px;
}

.aboutText li p {
    padding-bottom: 31px;
    line-height: 24px;
}



/* é¼ æ ‡ç§»å…¥å˜å¤§ */

.surface {
    margin-top: 40px;
    height: 380px
}

.surface ul {
    width: 100%;
}

.surface ul .active {
    width: 428px !important;
}

.coverBg {
    background: linear-gradient(to left bottom, rgb(255, 105, 0, 0.8), rgb(255, 152, 0, 0.8));
}

.surface ul li {
    background-color: #aaaaaa;
    width: 213px;
    height: 340px;
    float: left;
    position: relative;
    font-size: 16px;
}

.surface li .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(37, 37, 37, 0.4);
}
.surface li.active .cover {
    background-color: #ffffff00;
}
    .surface ul li > p {
        width: 122px;
        height: 56px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.surface ul li .detail {
    display: none;
    position: absolute;
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.surface ul li .detail p {
    margin-bottom: 8px;
}

.surface ul li .detail p:nth-child(1) {
    height: 38px;
    font-size: 20px;
}

.surface ul li .detail span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.surface ul li p {
    text-align: center;
}


/* ä¸€èˆ¬æ ‡é¢˜ */

.payment .title,
.consult .title {
    margin-bottom: 54px;
}

.title {
    font-size: 24px;
    position: relative;
    margin-bottom: 34px;
}

.title::after {
    position: absolute;
    bottom: -18px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #2ac3ff;
    box-shadow: 0px 2px 5px #2ac3ff;
    z-index: 1;
}

.aboutText .titleHr::before {
    position: absolute;
    bottom: -20px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 187px;
    height: 2px;
    background-color: #DCDCDC;
    border-radius: 2px;
}

.titleHr::before {
    position: absolute;
    bottom: -18px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 1280px;
    height: 1px;
    background-color: #DCDCDC;
    border-radius: 2px;
}

.titleX {
    color: #666;
    font-size: 14px;
}


/*å¤§æ•°æ®çš„ul*/

.dataUl {
    width: 50%;
    height: 116px;
}

.dataUl li {
    float: left;
    width: 20%;
}

.dataUl li p:nth-child(1) {
    font-size: 30px;
}

.dataUl li p:nth-child(2) {
    font-size: 14px;
}


/*ä½¿å‘½1*/

.mission {
    width: 100%;
    /*height: 800px;*/
    /*background: linear-gradient(to bottom, rgb(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url('/pagesV1/picture/bg.png') no-repeat center;*/
}

.missionBox {
    padding: 70px 0px 0px 0px;
}

.mission2 p:nth-child(3) {
    font-size: 30px;
}


/*ä»·å€¼è§‚*/

.values {
    background-color: #fff;
    height: 300px;
}

.valueUl {
    width: 861px;
}

.valueUl li {
    float: left;
    width: 20%;
    font-size: 24px;
}


/*ä¼ä¸šé£Žé‡‡*/

.mien {
    height: 535px;
}

.mien .title {
    margin-bottom: 50px;
}

.mienbox .boxChild img {
    width: 100%;
    height: 100%;
}

.mienbox a {
    display: inline-block;
}

.mienbox a {
    position: relative;
    float: left;
    width: 305px;
    height: 400px;
}

.mienbox a:nth-child(n+2) {
    margin-left: 20px;
}

.mienbox a .top {
    height: 220px;
    background-color: blue;
}

.mienbox a .bottom {
    padding: 26px 20px 0px 20px;
    height: 180px;
    background-color: #fff;
}

.mienbox a .bottom p:nth-child(1) {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mienbox a .bottom p:nth-child(1):hover {
    color: #2ac3ff;
}

    .mienbox a .bottom p:nth-child(2) {
        padding-top: 10px;
        font-size: 14px;
        color: #666;
        height: 87px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }


/*æ·é…é‡Œç¨‹ç¢‘*/

.km {
    height: 700px;
    background: url('/pagesV1/picture/shan.png');
}


/*å’¨è¯¢*/

.consult {
    height: 307px;
    background-color: #fff;
}

.mb19 {
    margin-bottom: 19px;
}

.consult .button {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #2ac3ff;
    color: #2ac3ff;
    border-radius: 5px;
    cursor: pointer;
}

.ulConsult {
    height: 190px;
    background-color: #fff;
}

.ulConsult .button {
    margin-top: 10px;
}

.ulConsult li {
    float: left;
    width: 413px;
    height: 170px;
    background-color: #f8f8f8;
    padding: 30px 0px 0px 20px;
}

.ulConsult li:nth-child(3) {
    padding: 24px 0px 0px 20px;
}

.ulConsult li:nth-child(n+2) {
    margin-left: 20px;
}

.f90 {
    color: #2ac3ff;
}

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.mt30 {
    margin-top: 30px;
}

.message {
    color: #999999;
    line-height: 24px;
}

.message span {
    color: #333333;
}

.pt40 {
    padding-top: 40px;
}


/*ä»˜æ¬¾*/

.pay {
    height: 390px;
    background-color: #fff;
}

.contact_icon {
    display: block;
    display: inline-block;
    vertical-align: middle;
}

.contact_hzbank {
    width: 260px;
    height: 100px;
    background-position: -663px -285px;
}

.payment ul li {
    margin-right: 20px;
    background: #F8F8F8;
    width: 630px;
    height: 170px;
    float: left;
    padding: 20px;
    margin-bottom: 21px;
}

.payment ul li .boxstyasd {
    display: none;
}

.payment ul li:hover .boxstyasd {
    display: inline-block;
}

.payment ul li div {
    position: relative;
}

.dis-inline {
    display: inline-block;
}

.vm {
    vertical-align: middle;
}

.mt10 {
    margin-top: 10px;
}

.mt14 {
    margin-top: 14px;
}

.contact_zfb {
    width: 178px;
    margin-left: 60px;
    height: 62px;
    margin-top: 30px;
    /* padding-top: 30px; */
    background-position: -345px -315px;
}

.mln {
    margin-left: 20px;
}

.cl-333 {
    color: #333;
}

.cl-f90 {
    color: #2ac3ff;
}

.opaccityNone {
    position: absolute;
    top: -100px;
    opacity: 0;
}


/*å¤§äº‹è®°*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*åŒ…è£¹è‡ªå®šä¹‰åˆ†é¡µå™¨çš„divçš„ä½ç½®ç­‰CSSæ ·å¼*/

.swiper-pagination-custom {
    bottom: 39%;
    left: -54px;
    width: 32%;
    height: 3px;
    background-color: #ccc;
    text-align: center;
}


/*è‡ªå®šä¹‰åˆ†é¡µå™¨çš„æ ·å¼ï¼Œè¿™ä¸ªä½ è‡ªå·±æƒ³è¦ä»€ä¹ˆæ ·å­è‡ªå·±å†™*/

.swiper-pagination-customs {
    position: relative;
    width: 100px;
    height: 3px;
    display: inline-block;
    /*background-color: #ccc;*/
    /* box-shadow: 0 0 2px  #000; */
    outline: 0;
}


/*è‡ªå®šä¹‰åˆ†é¡µå™¨æ¿€æ´»æ—¶çš„æ ·å¼è¡¨çŽ°*/

.swiper-pagination-customs-active {
    opacity: 1;
    background-color: #ccc;
    position: relative;
}

.icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    border-radius: 50%;
    border: 4px solid #2ac3ff;
    transform: translateY(-50%);
    z-index: 100;
}

.ulFa {
    width: 100%;
    height: 300px;
}

.swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    background-color: #2ac3ff;
}

.ganf90 {
    opacity: 1;
    background-color: #2ac3ff;
    height: 100%;
    display: inline-block;
    position: absolute;
}

.ganf9011 {
    animation: mymove 0.3s forwards;
    -webkit-animation: mymove 0.3s forwards;
    /*Safari and Chrome*/
}

.ganf9012 {
    animation: mymove 0.8s reverse;
    -webkit-animation: mymove 0.8s reverse;
    /*Safari and Chrome*/
}

@keyframes mymove {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

#xx {
    width: 1000px;
    height: 800px;
}

.ulFa ul {
    width: 33%;
    float: left;
    padding: 10px 20px 10px 0px;
}

.ulFa ul li {
    padding: 22px 0px;
    height: 100px;
}

.ulFa ul li:nth-child(3) {
    padding: 20px 0px 30px 0px;
    height: 100px;
}

.ulFa ul li p:nth-child(1) {
    font-size: 20px;
}

.ulFa ul li p:nth-child(2) {
    font-size: 14px;
}


/*å…ˆåŽ»æŽ‰é»˜è®¤æ ·å¼*/


/*å†è‡ªå®šä¹‰æ ·å¼*/

.swiper-button-prev {
    width: 20px;
    height: 20px;
    top: 33px;
    left: 0px;
    background: url(/scripts/ui/skins/Aqua/images/icon/icon-next.gif) no-repeat;
    transform: rotate(180deg);
}

.swiper-button-next {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 36px;
    background: url(/scripts/ui/skins/Aqua/images/icon/icon-next.gif) no-repeat;
}

.fafa {
    position: absolute;
    margin-left: 925px;
    border: 3px solid #2ac3ff;
    border-radius: 50%;
    width: 50px;
    top: 12px;
    height: 50px;
    background-color: #fff;
}

.mt10 {
    margin-top: 10px;
}

.gan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 1px;
    height: 12px;
    background-color: #2ac3ff;
}

.year {
    display: inline-block;
    padding-left: 76px;
    padding-top: 10px;
}

.father {
    position: relative;
    height: 100px;
    margin-top: 10px;
}


/**/

.swiper-pagination-bullet {
    border-radius: 0%;
    position: relative;
    opacity: 1;
    background: #ccc;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ccc;
}

.swiper-pagination {
    top: 27px;
}


/*è§†å±*/

.btn_video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 112px;
    height: 112px;
    background: url('/pagesV1/picture/shipin_btn.png') no-repeat center;
    cursor: pointer;
}

.circle {
    width: 112px;
    height: 112px;
    display: block;
    background: url('/pagesV1/picture/circle.png') no-repeat center;
    animation: dx 2s linear 0s infinite;
}

@-webkit-keyframes dx {
    0%,
    100% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes dx {
    0%,
    100% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-ms-keyframes dx {
    0%,
    100% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes dx {
    0%,
    100% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dx {
    0%,
    100% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}


/*è§†å±å¼¹å±‚*/

.video_model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.video-tc {
    width: 800px;
    height: 450px;
    left: 50%;
    margin-left: -400px;
    margin-top: -225px;
    position: absolute;
    top: 50%;
}

.close {
    width: 38px;
    height: 38px;
    background: url('/pagesV1/images/close.png') no-repeat center;
    display: block;
    position: absolute;
    right: -50px;
    top: -30px;
    opacity: 0.5;
    cursor: pointer;
}

.close:hover {
    opacity: 1;
}

.moveTop {
    border-left: 1px solid #e7e7e7;
}

.moveTop li {
    border: 1px solid #e7e7e7;
    border-left: none;
    font-size: 20px;
}

.moveTop li:hover {
    margin-top: -3px;
    box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .19);
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}


/*åˆ†é¡µå™¨*/

.fenye {
    display: block;
}

.xian {
    position: relative;
    width: 840px;
    background: #ccc;
    height: 3px;
}

.xian p {
    position: relative;
    background: #2ac3ff;
    height: 100%;
    width: 14%;
    transition: all 0.3s ease
}

.xian p i {
    position: absolute;
    display: inline-block;
    right: 0;
    top: -6px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #2ac3ff;
}

.fenye ul {
    width: 840px;
    display: flex;
    justify-content: space-around;
}

.fenye ul li {
    padding-top: 10px;
    text-align: center;
    width: 34px;
    cursor: pointer;
}


/*é›†å›¢ä¸šåŠ¡*/

.business {
    padding-top: 49px;
    width: 100%;
    height: 848px;
    background-color: #fff;
}

.ulBusiness {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.business .ulBusiness a {
    display: block;
    position: relative;
    height: 320px;
    overflow: hidden;
}

.business .box {
    margin-top: 42px;
}


/*ç¬¬ä¸€è¡Œ*/

.business .ulBusiness:nth-child(1) a:nth-child(1) {
    width: 848px;
}

.business .ulBusiness:nth-child(1) a:nth-child(2) {
    width: 416px;
}


/*ç¬¬äºŒè¡Œ*/

.business .ulBusiness:nth-child(2) a:nth-child(2) {
    width: 848px;
}

.business .ulBusiness:nth-child(2) a:nth-child(1) {
    width: 416px;
}


/*ç¬¬3è¡Œ*/

.business .ulBusiness:nth-child(3) a {
    width: 416px;
}

.business .ulBusiness:nth-child(3) a:nth-child(1) {
    width: 416px;
}

.ulBusiness a div,
.ulBusiness a p {
    display: block;
    width: 100%;
    padding: 108px 0px 26px 20px;
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    color: #fff;
}

.ulBusiness a p {
    z-index: 100;
    background: linear-gradient(rgb(34, 34, 34, 0), rgb(34, 34, 34, 1));
    transition: font-size 0.2s;
}

.ulBusiness a:hover div {
    padding: 0px;
    height: 100%;
    background-color: rgb(34, 34, 34, 0.3);
}

.ulBusiness a:hover p {
    font-size: 22px;
}

.ulBusiness a img {
    margin: auto;
    width: 100%;
    transition: width 0.2s linear;
}
.ulBusiness a:hover img {
    width: 102%;}

.video-container {
    position: relative;
    width: 100%;
    height: 500px; /* 保持原高度 */
    overflow: hidden; /* 防止内容溢出 */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333 url(/pagesV1/picture/videoImg.png) no-repeat center;
    background-size: cover; /* 背景图自适应容器 */
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 视频保持比例并覆盖容器 */
    }

.play-btn {
    position: absolute;
    width: 100px; /* 根据实际按钮图调整 */
    height: 100px;
    background: url(/pagesV1/picture/shipin_btn.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
/* 发展历程样式优化 - 只修改这部分 */
.km .swiper-container {
    padding: 20px 0;
}

.km .swiper-slide {
    height: auto !important;
    min-height: 200px;
}

.km .ulFa {
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #1a6dcc;
    max-height: 400px;
    overflow-y: auto;
    position: relative;
}

    /* 美化滚动条 */
    .km .ulFa::-webkit-scrollbar {
        width: 8px;
    }

    .km .ulFa::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .km .ulFa::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .km .ulFa::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

    .km .ulFa p {
        margin: 0 0 15px 0;
        line-height: 1.6;
        color: #333;
    }

    .km .ulFa ul, .km .ulFa ol {
        padding-left: 20px;
        margin: 10px 0;
    }

    .km .ulFa li {
        margin-bottom: 8px;
        line-height: 1.5;
    }

/* 时间轴导航优化 */
.fenye {
    position: relative;
    margin: 40px auto 20px;
    max-width: 90%;
}

    .fenye ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .fenye ul li {
            flex: 1;
            min-width: 80px;
            max-width: 150px;
            text-align: center;
            padding: 17px 12px;
            cursor: pointer;
            font-size: 14px;
            line-height: 1.4;
            color: #666;
            transition: all 0.3s ease;
            /* 移除省略号样式 */
            word-break: keep-all;
            white-space: normal;
            overflow: visible;
            text-overflow: unset;
            display: block;
            -webkit-line-clamp: unset;
            -webkit-box-orient: unset;
        }

            .fenye ul li:hover {
                color: #1a6dcc;
                background: #f0f7ff;
                border-radius: 4px;
            }

    .fenye .xian {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        height: 2px;
        background: #eee;
    }

        .fenye .xian p {
            height: 2px;
            background: #1a6dcc;
            transition: all 0.5s ease;
            margin: 0;
        }

        .fenye .xian i {
            position: absolute;
            top: -4px;
            right: 0;
            width: 10px;
            height: 10px;
            background: #1a6dcc;
            border-radius: 50%;
        }

/* 响应式设计 */
@media (max-width: 768px) {
    .fenye ul {
        justify-content: center;
        gap: 10px;
    }

        .fenye ul li {
            flex: 0 0 calc(33.333% - 10px);
            min-width: 100px;
            font-size: 12px;
            padding: 6px 8px;
        }

    .km .ulFa {
        padding: 20px;
        max-height: 350px;
    }
}

@media (max-width: 480px) {
    .fenye ul li {
        flex: 0 0 calc(50% - 10px);
        font-size: 11px;
        padding: 5px 6px;
    }

    .km .ulFa {
        padding: 15px;
        max-height: 300px;
    }
}