/* 公共处理 */
p {
    margin: 0;
    line-height: 13px;
    font-family: '思源黑体' 'CN';
}

::-webkit-scrollbar {
    display: none;
}

h1 {
    margin: 0;
    font-family: '思源黑体' 'CN';
}

i {
    margin: 0;
    font-family: '钉钉进步体';
}

h3 {
    margin: 0;
}

ul {
    padding: 0;
    list-style-type: none;
}

.bd {
    border-bottom: 1px solid #fff;
}

.xz {
    animation: rotate 0.2s linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(45deg);
    }
}

.cang {
    display: none;
}

.yin {
    opacity: 0;
}

.onetimes {
    width: 426px;
    left: -26px;
}

#dropdown li {
    margin-top: 11px;
    font-size: 12px;
    font-weight: 700;
}

/* 顶部导航 */
.TopNavigation {
    box-sizing: border-box;
    width: 100%;
    height: 85.27px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.5);
    /* opacity: 0.8; */
    backdrop-filter: blur(27px);
    display: flex;
    justify-content: center;
}

    /* 顶部导航栏浏览器适配盒子 */
    .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: 78px;
            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;
}

/* 顶部图片 */
.topimg {
    width: 100%;
    height: 590px;
    background-image: url(../img/product/chanpin.png);
    background-size: cover;
    display: flex;
    justify-content: center;
}

    .topimg .center {
        width: 1200px;
        height: 100%;
        padding-top: 219px;
    }

        .topimg .center .title h1 {
            font-size: 48px;
            font-weight: 700;
            line-height: 72px;
            color: rgb(1, 14, 39);
        }

        .topimg .center .title p {
            margin-top: 13px;
            font-size: 14px;
            line-height: 21px;
            color: rgb(1, 14, 39);
            opacity: 0.5;
        }

.titlenone {
    display: none !important;
}

/* 内容 */
.content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tabs-container {
    width: 1200px;
    display: flex;
    height: 103px;
    box-sizing: border-box;
    padding-top: 38px;
    margin: 0 auto;
    position: relative;
}

    .tabs-container .tab {
        flex: 33.33%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .tabs-container .tab .title {
            color: rgb(153, 153, 153);
            font-family: 思源黑体 CN;
            font-size: 18px;
            font-weight: 700;
            line-height: 27px;
            letter-spacing: 0px;
            text-align: center;
            margin-bottom: 5px;
            cursor: pointer;
        }

        .tabs-container .tab.active .title {
            color: rgb(11, 99, 224);
            font-family: 思源黑体 CN;
            font-size: 18px;
            font-weight: 700;
            line-height: 27px;
            letter-spacing: 0px;
            text-align: center;
            margin-bottom: 5px;
        }

        .tabs-container .tab .sub-title {
            color: rgb(153, 153, 153);
            font-family: 思源黑体 CN;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: 1px;
            text-align: center;
            text-transform: uppercase;
            opacity: 0.3;
        }

    .tabs-container .line {
        width: 100%;
        background: rgb(235, 234, 234);
        height: 1px;
        box-shadow: 0px 1px 0px 0px rgba(254, 254, 254, 0.25);
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .tabs-container .line .under-line {
            width: 100px;
            height: 3px;
            position: relative;
            top: -1.5px;
            left: 150px;
            background: rgb(11, 99, 224);
            box-shadow: 0px 1px 0px 0px rgba(254, 254, 254, 0.25);
        }

.tabs-content {
    width: 1200px;
    margin: 0 auto;
    display: none;
}

    .tabs-content.active {
        display: block;
    }

    .tabs-content .tabs-content-paragraph-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


        .tabs-content .tabs-content-paragraph-1 .title {
            margin-top: 56px;
            color: rgb(51, 51, 51);
            font-family: 思源黑体 CN;
            font-size: 30px;
            font-weight: 700;
            line-height: 45px;
            letter-spacing: 0px;
            text-align: center;
        }

        .tabs-content .tabs-content-paragraph-1 .sub-title {
            margin-top: 10px;
            color: rgb(153, 153, 153);
            font-family: 思源黑体 CN;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            letter-spacing: 0px;
            text-align: center;
            width: 650px;
        }

    .tabs-content .paragraph-1 {
        display: grid;
        box-sizing: border-box;
        grid-template-columns: 1fr 1fr 1fr;
        /*  声明行间距和列间距  */
        grid-gap: 36px 36px;
        /*  声明行的高度  */
        grid-template-rows: repeat(auto-fill, 524px);
        padding-top: 60px;
    }

        .tabs-content .paragraph-1 div {
            background-color: rgb(248, 248, 248);
            width: 373px;
            height: 524px;
        }

.amplify {
    background-image: url(../img/product/jt.png);
}

/* 应用动画到元素 */
.element {
    animation: zoomInOut 1s;
    animation-fill-mode: both;
}

@keyframes zoomInOut {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}



/* 产品列表 */
.content .center {
    width: 1200px;
}

/* 底部大盒子 */
.bottom2 {
    width: 100%;
    height: 330px;
    background-image: url(../img/product/xia.png);
    background-size: cover;
    display: flex;
    justify-content: center;
}

    .bottom2 .center {
        width: 1200px;
        height: 100%;
    }

        .bottom2 .center h2 {
            font-size: 30px;
            font-weight: 700;
            line-height: 45px;
            color: rgb(1, 14, 39);
            margin-top: 70px;
            margin-left: 70px;
        }

        .bottom2 .center p {
            font-size: 14px;
            line-height: 21px;
            opacity: 0.3;
            color: rgb(1, 14, 39);
            padding-left: 70px;
        }

        .bottom2 .center .img {
            width: 334px;
            height: 55px;
            margin-top: 33px;
            margin-left: 70px;
            display: flex;
            justify-content: space-between;
        }

/* 底部 */
.about {
    width: 100%;
    height: 432px;
    background-color: rgb(33, 38, 46);
    padding-top: 68px;
    display: flex;
    justify-content: center;
}

.center9 {
    width: 1200px;
    height: 100%;
}

/* 上方盒子 */
.about .top {
    width: 1200px;
    height: 187px;
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    justify-content: space-between;
}

    /* 左侧全部跳转选项盒子 */
    .about .top .left {
        width: 826px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        margin-right: 77px;
    }

        /* 每一项 */
        .about .top .left ul li {
            margin-bottom: 6px;
            font-size: 12px;
            line-height: 18px;
            color: rgb(159, 159, 169)
        }

        /* 标题 */
        .about .top .left ul .title {
            font-size: 12px;
            font-weight: 700;
            color: rgb(255, 255, 255);
            margin-bottom: 31px;
        }

    /* 右侧二维码 */
    .about .top .code {
        width: 128px;
        height: 128px;
        z-index: 121;
    }

    /* 右侧文字盒子 */
    .about .top .number {
        width: 173px;
        height: 118px;
        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;
    }

        .about .top .number h1 {
            font-size: 20px;
            color: rgb(255, 255, 255);
            line-height: 24px;
        }

        .about .top .number .p1 {
            font-size: 12px;
            line-height: 24px;
            color: rgb(159, 159, 169);
            margin-bottom: 31px;
        }

        .about .top .number .p2 {
            font-size: 12px;
            line-height: 18px;
            color: #fff;
        }

/* 下方盒子 */
.about .bottom {
    width: 1200px;
    height: 91px;
    display: flex;
    justify-content: space-between;
    padding-top: 34px;
}

    .about .bottom ul li {
        font-size: 12px;
        line-height: 18px;
        color: rgb(159, 159, 169);
    }

/* 最下方文字 */
.about .xuhui {
    color: rgb(159, 159, 169);
    font-size: 12px;
    line-height: 18px;
    margin-top: 25px;
}

.img img {
    width: 100%; 
}
