/* 公共处理 */
* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0;
    line-height: 13px;
    font-family: '思源黑体' 'CN';
}

h1 {
    margin: 0;
    font-family: '思源黑体' 'CN';
}

i {
    margin: 0;
    font-family: '钉钉进步体';
}

h3 {
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
}
/* fullpage导航位置处理 */
#fp-nav {
    margin-right: 60px;
}

    #fp-nav ul li {
        margin: 0;
    }

        #fp-nav ul li a {
            color: rgba(24, 63, 143,0);
        }

/* 侧面导航 */
.side {
    width: 44px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgb(24, 63, 143);
    opacity: 0.8;
}
    /* QQ */
    .side .qq {
        width: 24px;
        height: 44.62px;
        position: absolute;
        margin-left: 10px;
        top: 204px;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }

        .side .qq p {
            margin-top: 3px;
            margin-left: 3px;
        }
    /* 微信 */
    .side .wx {
        width: 26px;
        height: 44.62px;
        position: absolute;
        margin-left: 10px;
        top: 273.65px;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }

        .side .wx p {
            margin-top: 3px;
        }
    /* 电话 */
    .side .phone {
        width: 26px;
        height: 44.62px;
        position: absolute;
        margin-left: 10px;
        top: 344.04px;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }

        .side .phone p {
            margin-top: 3px;
        }
    /* 回顶盒子 */
    .side .top {
        width: 24px;
        height: 43.3px;
        position: absolute;
        margin-left: 10px;
        bottom: 32px;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }

        .side .top p {
            margin-left: 2px;
        }
/* 顶部导航 */
.TopNavigation {
    box-sizing: border-box;
    width: 100%;
    height: 85.27px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    color: rgb(1, 14, 39);
    background: rgba(255, 255, 255, 0.5);
    /* opacity: 0.1; */
    backdrop-filter: blur(27px);
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255,0.1);
}
    /* 顶部导航栏浏览器适配盒子 */
    .TopNavigation .center {
        width: 1600px;
        padding-right: 200px;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
        /* 顶部导航盒子 */
        .TopNavigation .center .homebox {
            width: 786px;
            height: 100%;
            display: flex;
            justify-content: space-between;
        }
        /* logo */
        .TopNavigation .center .logo {
            margin-top: 23px;
            height: 41px;
        }

        /* 导航盒子首页 */
        .TopNavigation .center .homebox a {
            width: 90px;
            height: 104.1px;
            border-radius: 0px 0px 20px 20px;
            text-align: center;
            padding-top: 23px;
            display: block;
            color: rgba(1, 14, 39,0.7);
            text-decoration: none;
        }

            .TopNavigation .center .homebox a .chinese {
                font-size: 18px;
                line-height: 26px;
            }

            .TopNavigation .center .homebox a .english {
                font-size: 10px;
            }
/* 导航盒子点击后变化 */
.extract {
    background: linear-gradient(180.00deg, rgb(62, 105, 192),rgb(24, 63, 143) 100%);
    color: #fff !important;
    /* background-color: rgba(27, 61, 130,1); */
    display: table;
    opacity: 1 !important;
}

/* 第一层页面相关 */
.fullpageText {
    width: 47%;
    height: 17.6%;
    position: absolute;
    top: 34.2%;
    left: 26.4%;
    text-align: center;
    color: rgb(255, 255, 255);
}

    .fullpageText h2 {
        font-size: 48px;
        line-height: 72px;
        margin: 0px;
        font-weight: 700;
    }

    .fullpageText p {
        font-size: 14px;
        line-height: 21px;
        opacity: 0.5;
    }

.fullpageImg {
    position: absolute;
    left: 49.7%;
    bottom: 17.5%;
    animation: move 2s infinite alternate;
}

@keyframes move {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}
/* 第二层页面相关 */
.section .two {
    background-color: rgb(27, 61, 130);
    width: 100%;
    height: 100%;
}




.tabs-container {
    width: 120px;
    display: flex;
    height: 103px;
    box-sizing: border-box;
    padding-top: 38px;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    top: 200px;
}



    .tabs-container .tab .title {
        color: rgb(153, 153, 153);
        font-family: 思源黑体 CN;
        font-size: 12px;
    }






.line2 {
    width: 100%;
    background: rgba(235, 234, 234,0.25);
    height: 1px;
    box-shadow: 0px 1px 0px 0px rgba(254, 254, 254, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
}

    .line2 .under-line {
        width: 50px;
        height: 3px;
        position: relative;
        left: 10px;
        background: rgb(255, 255, 255);
        box-shadow: 0px 1px 0px 0px rgba(254, 254, 254, 0.25);
    }













/* 左侧 */
.section .two .yimatong {
    width: 240px;
    height: 660px;
    position: absolute;
    left: 39px;
    top: 150px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: 700;
}

    .section .two .yimatong p {
        position: absolute;
        bottom: 0;
        font-size: 20px;
        margin-bottom: 3px;
    }
/* 中间内容 */
/* 内层英文 */
.section .two .within {
    position: absolute;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.1);
    left: 360px;
    top: 160px;
    font-weight: 900;
}
/* 外层汉字 */
.section .two .outside {
    font-size: 50px;
    color: #fff;
    position: absolute;
    z-index: 990;
    top: 190px;
    left: 381px;
    font-weight: 700;
}
/* 文字介绍 */
.section .two .details {
    position: absolute;
    left: 381px;
    top: 300px;
    width: 700px;
    height: 600px;
    padding-top: 10px;
}

    .section .two .details .title {
        color: #fff;
        font-size: 40px;
        margin-bottom: 35px;
    }

    .section .two .details .more {
        color: rgba(255, 255, 255,0.4);
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0px;
        margin-bottom: 35px;
    }
/* .section .two .details button{
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 66px;
    color: #fff;
    font-size: 12px;
} */
.none {
    display: none;
}

.none2 {
    display: none;
}

.conavtive {
    display: block;
}

.conavtive2 {
    display: block;
}

.none10 {
    display: none;
}

.block10 {
    display: block;
}

/* 第二层翻页器 */
.section .two .page2 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 75px;
    left: 381px;
    bottom: 170px;
}
/* 下方选项 */
.section .two .option0 {
    width: 561px;
    height: 42.56px;
    position: absolute;
    left: 381px;
    bottom: 45px;
    display: flex;
    justify-content: space-between;
}

    .section .two .option0 p {
        height: 42.56px;
        color: rgba(255, 255, 255,0.5);
        font-size: 16px;
        line-height: 24px;
    }
    /* 选中后样式 */
    .section .two .option0 .selectedAfter {
        color: rgb(255, 255, 255) !important;
    }
/* 右侧 */
.section .two .maskingOot {
    height: 100%;
    width: 42%;
    background-image: url(../img/liucheng.png);
    position: absolute;
    right: 0;
    background-size: 100% 100%;
}

.section .two .bgc1 {
    background-image: url(../img/kj.png);
}

.section .two .bgc2 {
    background-image: url(../img/zf.png);
}

.section .two .bgc3 {
    background-image: url(../img/fwzd.png);
}
/* 播放按钮 */
.section .two .maskingOot .play {
    position: absolute;
    right: 47.5%;
    top: 47.5%;
}

.section .two .maskingOot .maskingOotText {
    position: absolute;
    bottom: 6.8%;
    left: 5.75%;
    width: 80%;
}


/* 第三层页面相关 */
.section .section3 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

    .section .section3 .center3 {
        height: 100%;
        width: 1200px;
        display: flex;
        justify-content: space-between;
    }

        .section .section3 .center3 .model {
            height: 100%;
            width: 50%;
            background-size: 100% 100%;
            position: relative;
        }
            /* 蒙版 */
            .section .section3 .center3 .model .white {
                position: absolute;
                left: 0;
                top: 750px;
                width: 874px;
                height: 180px;
                background: linear-gradient(180.00deg, rgba(255, 255, 255, 0),rgb(255, 255, 255) 100%);
            }

.none12 {
    display: none;
}

.conavtive12 {
    display: block;
}
/* 左侧产品概念 */
.concept {
    width: 560px;
    height: 200px;
    border-bottom: 1px solid rgba(215, 215, 215);
    margin-top: 100px;
}

    .concept h1 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .concept p {
        color: rgb(153, 153, 153);
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .concept button {
        background-color: #fff;
        border: 0px solid #000;
        color: rgb(153, 153, 153);
        font-size: 14px;
    }
/* 产品概念下方选项 */
.section .five {
    padding-top: 20px;
    width: 379px;
    height: 600px;
}

    .section .five li {
        position: relative;
        width: 375px;
        height: 105px;
        margin-bottom: 10px;
        padding-top: 20px;
        padding-left: 20px;
    }

        .section .five li img {
            position: absolute;
        }

        .section .five li div {
            position: absolute;
            width: 30px;
            height: 24.72px;
            box-sizing: border-box;
            border: 4px solid rgb(153, 153, 153);
            color: rgb(153, 153, 153);
            font-weight: 700;
            font-size: 12px;
            text-align: center;
            padding-bottom: 8px;
        }

        .section .five li h3 {
            margin-left: 45px;
            font-weight: 700;
            font-size: 18px;
            color: rgb(103, 106, 113);
            margin-bottom: 6px;
        }

        .section .five li p {
            color: rgb(153, 153, 153);
            margin-left: 45px;
            line-height: 18px;
            font-size: 14px;
        }

        .section .five li .route {
            right: 44px;
            top: 45px;
        }
    /* 选中的选项样式 */
    .section .five .active {
        background: rgb(24, 63, 143);
    }

        .section .five .active p {
            color: rgba(255, 255, 255,0.5);
        }

        .section .five .active h3 {
            color: #fff;
        }

.imgBlock {
    display: block;
}

.imgNone {
    display: none;
}

.imgNone2 {
    display: none;
}

.imgBlock2 {
    display: block;
}


/* 第四层页面相关 */
.section .four {
    width: 100%;
    height: 100%;
    background-image: url(../img/30beijing.png);
    background-size: 100% 100%;
}
    /* 右侧底层背景 */
    .section .four .product {
        height: 100%;
        width: 972px;
        position: absolute;
        right: 0;
        background-color: rgb(240,240,240);
    }
        /* 右侧图片 */
        .section .four .product .img {
            position: absolute;
            right: -10px;
            height: 100%;
            width: 972px;
            background-size: 100% 100%;
        }
/* 右侧统一标题 */
.unifytitle {
    padding-left: 45px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: rgb(103, 106, 113);
}
/* 右侧统一内容 */
.unify {
    padding-left: 45px;
    font-size: 14px;
    line-height: 18px;
    color: rgb(153, 153, 153)
}
/* 右侧统一图标 */
.rightIcon {
    width: 30px;
    height: 30px;
    position: absolute;
}
/* 预约挂号 */
.section .four .product .reaervationRegister {
    width: 214px;
    height: 67.5px;
    position: absolute;
    z-index: 112;
    left: 40px;
    top: 180px;
}
/* 预约挂号箭头 */
.registerVector {
    background-image: url(../img/shiliang24.png);
    width: 215px;
    height: 5px;
    position: absolute;
    z-index: 112;
    top: 230px;
    left: 256px;
}
/* 挂号图标 */
.section .four .product .reaervationRegister div {
    background-image: url(../img/yuyueguahao.png);
}
/* 扫码识别 */
.section .four .product .codeIdentify {
    width: 214px;
    height: 67.5px;
    position: absolute;
    z-index: 112;
    left: 40px;
    top: 342px;
}
/* 扫码识别箭头 */
.codeVector {
    background-image: url(../img/shiliang25.png);
    width: 201px;
    height: 5px;
    position: absolute;
    z-index: 112;
    left: 256px;
    top: 375px;
}
/* 扫码图标 */
.section .four .product .codeIdentify div {
    background-image: url(../img/shibie.png);
}
/* 刷脸支付 */
.section .four .product .facePayment {
    width: 214px;
    height: 67.5px;
    position: absolute;
    z-index: 112;
    left: 40px;
    top: 484px;
}
/* 刷脸支付箭头 */
.faceVector {
    background-image: url(../img/shiliang26.png);
    width: 174px;
    height: 5px;
    position: absolute;
    z-index: 112;
    left: 256px;
    top: 519px;
}
/* 刷脸支付图标 */
.section .four .product .facePayment div {
    background-image: url(../img/lianzhifu.png);
}
/* 打印 */
.section .four .product .print {
    width: 214px;
    height: 67.5px;
    position: absolute;
    z-index: 112;
    left: 40px;
    top: 620px;
}
/* 打印箭头 */
.printVector {
    background-image: url(../img/shiliang27.png);
    width: 162px;
    height: 5px;
    position: absolute;
    z-index: 112;
    left: 256px;
    top: 657px;
}
/* 打印图标 */
.section .four .product .print div {
    background-image: url(../img/dayin.png);
    height: 26px;
}
/* 其他服务 */
.section .four .product .other {
    width: 214px;
    height: 67.5px;
    position: absolute;
    z-index: 112;
    left: 40px;
    top: 750px;
}
/* 其他服务箭头 */
.otherVector {
    background-image: url(../img/shiliang28.png);
    width: 151px;
    height: 5px;
    position: absolute;
    z-index: 112;
    left: 256px;
    top: 785px;
}
/* 其他服务图标 */
.section .four .product .other div {
    background-image: url(../img/qita.png);
}
/* 左侧矩形 */
.section .four .blue {
    position: absolute;
    height: 100%;
    width: 360px;
    background-color: rgba(24, 63, 143, 0.9);
}
/* 左侧文字盒子 */
.section .four .text {
    width: 530px;
    height: 143px;
    position: absolute;
    top: 104.1px;
    left: 395px;
}
    /* 标题 */
    .section .four .text h1 {
        font-size: 50px;
        line-height: 75px;
        font-weight: 700;
    }
    /* 内容 */
    .section .four .text p {
        font-size: 20px;
        line-height: 30px;
        color: rgb(153, 153, 153)
    }
/* 6图 */
.section .four .blue img {
    position: absolute;
    z-index: 111;
    bottom: -170px;
    left: -65px;
}
/* 第二个6图 */
.section .four img {
    position: absolute;
    z-index: 101;
    left: 450px;
    bottom: -170px;
}
/* 第五层页面内容 */
/* 第七层页面内容 */
.section .seven {
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-image: url(../img/dongbei.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.center7 {
    width: 1200px;
    height: 100%;
    padding-top: 100px;
}
/* 上方文字标题 */
.section .seven h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    color: #fff;
}

.content7 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
/* 内容 */
.section .seven p {
    opacity: 0.7;
    color: rgba(255, 255, 255,0.7);
    font-size: 14px;
    line-height: 32px;
}
/* 了解详情按钮 */
.button7 {
    font-size: 14px;
    margin-top: 45px;
    background-color: rgba(1, 14, 39,0);
    border: 0px solid #000;
    color: #fff;
}
/* 新闻盒子 */
.section .seven .news {
    width: 1197px;
    height: 635px;
    /* position: relative; */
    background-color: #fff;
    /* padding-top: 66px;
    padding-left: 33px; */
}
    /* 标签 */
    .section .seven .news .label {
        position: absolute;
        width: 136px;
        height: 30px;
        top: 29px;
        left: -23px;
        background-color: rgb(24, 63, 143);
    }
/* 新闻标题公共样式 */
#publicTitle {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: rgb(51, 51, 51);
}
/* 新闻内容公共样式 */
#publicContent {
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    position: absolute;
    left: 0;
    top: 34px;
}
/* 新闻时间公共样式 */
#publicTime {
    color: rgb(153, 153, 153);
    font-size: 30px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
    font-family: '思源黑体' 'CN';
}
/* 左侧首条新闻盒子 */
.section .seven .news .news2 {
    position: absolute;
    top: 66px;
    left: 33px;
    width: 532px;
    height: 84px;
    margin-right: 68px;
}
    /* 新闻时间 */
    .section .seven .news .news2 .time {
        width: 100px;
        height: 84px;
        border-right: 1px solid rgb(206, 206, 206);
    }
    /* 日月 */
    .section .seven .news .news2 h3 {
        font-size: 30px;
        line-height: 45px;
        width: 100px;
        text-align: right;
        padding-right: 15px;
    }
    /* 年份 */
    .section .seven .news .news2 h6 {
        position: absolute;
        text-align: right;
        font-family: '思源黑体' 'CN';
        line-height: 21px;
        margin: 0;
        color: rgb(153, 153, 153);
        font-size: 14px;
        width: 100px;
        text-align: right;
        padding-right: 15px;
    }
    /* 内容 */
    .section .seven .news .news2 .content {
        position: absolute;
        top: 0;
        left: 115px;
        height: 84px;
        width: 420px;
    }
/* 右侧第一条新闻盒子 */
.section .seven .news .news3 {
    position: absolute;
    top: 66px;
    left: 637px;
    width: 528px;
    height: 84px;
}
/* 图片 */
.section .seven .news img {
    position: absolute;
    top: 196px;
    left: 33px;
}
/* 右侧第二条新闻盒子 */
.section .seven .news .news4 {
    position: absolute;
    top: 185px;
    right: 32px;
    width: 528px;
    height: 154px;
    border-top: 1px solid rgb(215, 215, 215);
    border-bottom: 1px solid rgb(215, 215, 215);
}
    /* 新闻标题 */
    .section .seven .news .news4 #publicTitle {
        top: 35px;
    }
    /* 新闻内容 */
    .section .seven .news .news4 #publicContent {
        top: 69px;
    }
    /* 时间 */
    .section .seven .news .news4 #publicTime {
        top: 55px;
    }
/* 右侧第三条新闻盒子 */
.section .seven .news .news5 {
    position: absolute;
    top: 339px;
    right: 32px;
    width: 528px;
    height: 154px;
    border-bottom: 1px solid rgb(215, 215, 215)
}
    /* 新闻标题 */
    .section .seven .news .news5 #publicTitle {
        top: 35px;
    }
    /* 新闻内容 */
    .section .seven .news .news5 #publicContent {
        top: 69px;
    }
    /* 时间 */
    .section .seven .news .news5 #publicTime {
        top: 55px;
    }
/* 右侧第四条新闻盒子 */
.section .seven .news .news6 {
    position: absolute;
    top: 493px;
    right: 32px;
    height: 120px;
    width: 528px;
}
    /* 新闻标题 */
    .section .seven .news .news6 #publicTitle {
        top: 35px;
    }
    /* 新闻内容 */
    .section .seven .news .news6 #publicContent {
        top: 69px;
    }
    /* 时间 */
    .section .seven .news .news6 #publicTime {
        top: 55px;
    }
/* 第八层页面内容 */
.eight {
    width: 100%;
    height: 100%;
    background-image: url(../img/zuhe508.png);
    background-size: 100%;
    display: flex;
    justify-content: center;
}

.center8 {
    width: 1200px;
    height: 100%;
    padding-top: 5%;
}

.eight h1 {
    color: rgb(51, 51, 51);
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
}

.eight p {
    color: rgb(153, 153, 153);
    font-size: 14px;
    line-height: 21px;
    width: 700px;
}

.none33 {
    opacity: 0;
}

.none44 {
    display: none;
}
/* 第九层半屏内容 */
.section .about {
    width: 100%;
    height: 432px;
    background-color: rgb(33, 38, 46);
    padding-top: 68px;
    display: flex;
    justify-content: center;
}

.center9 {
    width: 1200px;
    height: 100%;
}
/* 上方盒子 */
.section .about .top {
    width: 1200px;
    height: 187px;
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    justify-content: space-betweens;
}
    /* 左侧全部跳转选项盒子 */
    .section .about .top .left {
        width: 826px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        margin-right: 77px;
    }
        /* 每一项 */
        .section .about .top .left ul li {
            font-size: 12px;
            margin-bottom: 6px;
            line-height: 18px;
            color: rgb(159, 159, 169)
        }
        /* 标题 */
        .section .about .top .left ul .title {
            font-size: 12px;
            font-weight: 700;
            color: rgb(255, 255, 255);
            margin-bottom: 31px;
        }
    /* 右侧二维码 */
    .section .about .top .code {
        width: 128px;
        height: 128px;
        z-index: 121;
    }
    /* 右侧文字盒子 */
    .section .about .top .number {
        width: 173px;
        height: 118px;
        /* border-bottom: 1px solid rgb(133, 133, 141);
    border-right: 1px solid rgb(133, 133, 141);
    border-top: 1px solid rgb(133, 133, 141); */
        border-bottom: 1px solid rgb(53, 57, 65);
        border-right: 1px solid rgb(53, 57, 65);
        border-top: 1px solid rgb(53, 57, 65);
        padding-left: 12px;
        padding-top: 10px;
        margin-top: 4px;
    }

        .section .about .top .number h1 {
            font-size: 20px;
            color: rgb(255, 255, 255);
            line-height: 24px;
        }

        .section .about .top .number .p1 {
            font-size: 12px;
            line-height: 24px;
            color: rgb(159, 159, 169);
            margin-bottom: 31px;
        }

        .section .about .top .number .p2 {
            font-size: 12px;
            line-height: 18px;
            color: #fff;
        }
/* 下方盒子 */
.section .about .bottom {
    width: 1200px;
    height: 91px;
    display: flex;
    justify-content: space-between;
    padding-top: 34px;
}

    .section .about .bottom ul li {
        font-size: 12px;
        line-height: 18px;
        color: rgb(159, 159, 169);
    }
/* 最下方文字 */
.section .about .xuhui {
    color: rgb(159, 159, 169);
    font-size: 12px;
    line-height: 18px;
    margin-top: 25px;
}
