﻿body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
}

#loadingdiv {
    text-align: center;
    padding-top: 200px;
}

.ellipsisblock {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    display: block;
}

::-webkit-scrollbar-track-piece {
    background-color: #e6e6e6; /*滚动条的背景颜色*/
    -webkit-border-radius: 0; /*滚动条的圆角宽度*/
}

::-webkit-scrollbar {
    width: 8px; /*滚动条的宽度*/
    height: 5px; /*滚动条的高度*/
}

::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 2px solid #e6e6e6;
    outline-offset: -2px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover { /*滚动条的hover样式*/
    height: 50px;
    background-color: #9f9f9f;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
    width: 5px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

a {
    text-decoration: none;
}

.position-relative {
    position: relative;
}

.webHeader {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0px;
    z-index: 999;
    background-color: #fff;
    color: #333;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
}

.webHeaderLeft {
    width: 140px;
}

.webHeaderRight {
    width: 140px;
    line-height: 60px;
    text-align: right;
}

.bannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navHeader {
    display: flex;
    flex-wrap: wrap;
    width: 920px
}

.navItem {
    text-align: center;
}

.el-menu-item {
    line-height: 60px;
    height: 60px;
    display: inline-block;
}

    .el-menu-item.active {
        z-index: 1000;
        color: var(--primary3-color);
        border-bottom: 2px solid var(--primary3-color);
        background: none;
    }

    .el-menu-item:hover {
        z-index: 1000;
        color: var(--primary3-color);
        border-bottom: 2px solid var(--primary3-color);
        background: none;
    }

.webContent {
    min-height: calc(100vh - 376px);
    min-width: 1200px;
    margin: auto;
    margin-top: 60px;
}

.webBottom {
    min-width: 1200px;
    margin: auto;
}

.productitem {
    border-radius: 5px;
    border: 2px solid #fff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    height: 350px;
}

    .productitem img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .productitem:hover {
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    }

.newsitem {
    cursor: pointer;
    padding: 20px;
    border-bottom: 2px dashed #666;
}

#chatMessage .el-dialog__body {
    height: 600px;
    padding: 0px;
}

select {
    border: none;
}

    select:focus-visible {
        border: none;
    }

.div-center {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer-secondary {
    border-top: 1px solid #606060;
    text-align: center;
    padding: 20px;
    line-height: 18px;
}

.siteBackToTop {
    position: fixed;
    right: 57px;
    bottom: 50px;
    display: block;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    cursor: pointer;
    color: var(--font1-color);
    border-radius: 2px;
    line-height: 50px;
    text-align: center;
}

    .siteBackToTop:hover {
        background: var(--primary1-color);
        color: var(--primary-color);
    }

.container {
    text-align: center;
    padding: 40px 40px 0px 40px;
}

.containerTitle {
    font-size: 30px;
    font-weight: 700;
    z-index: 998;
    position: relative;
    background: #fff;
    padding: 0 20px;
    color: var(--primary-color);
}

.containerLine {
    margin: auto;
    width: 600px;
    /*    border: 1px solid #999;*/
    position: relative;
    top: -18px;
}

.box1Centent {
    width: 1200px;
    margin: auto;
    padding: 40px 10px 40px 10px;
}

.box1CententImg {
    width: 558px;
    height: 294px;
}

.box1CententTitle {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
}

.box1CententArticle {
    font-size: 14px;
    color: var(--font3-color);
    line-height: 24px;
}

.box1CententfloatImgWrapLeft {
    position: absolute;
    top: -26px;
    left: 30px;
    width: 88px;
    height: 111px;
    background-color: var(--primary-color);
    color: var(--font1-color);
    font-size: 46px;
    text-align: center;
    line-height: 100px;
}

.box1CententfloatImgWrapRight {
    position: absolute;
    top: -26px;
    right: 440px;
    width: 88px;
    height: 111px;
    background-color: var(--primary-color);
    color: var(--font1-color);
    font-size: 46px;
    text-align: center;
    line-height: 100px;
}

.amplifyImg {
    width: 320px;
    height: 300px;
    visibility: visible;
    border: 1px solid var(--primary-color);
}

.amplifyImgItem {
    width: 60px;
    height: 60px;
    border: 1px solid #e6e6e6;
}

    .amplifyImgItem.active {
        border: 1px solid var(--primary-color);
    }

.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
    color: #606266;
}

.contact-table-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.contact-name {
    background: #f0f0f0;
    padding: 10px 16px;
    margin-bottom: 15px;
}

    .contact-name h5 {
        font-size: 16px;
        line-height: 24px;
    }

.contact-info {
    border: 15px solid #fff;
}

    .contact-info table {
        width: 100%;
        border-collapse: collapse;
    }

    .contact-info tr {
        background-color: #fff;
        word-break: break-all;
    }

        .contact-info tr:hover {
            background-color: #faf9f9;
        }

        .contact-info tr th, .contact-info tr td {
            font-size: 14px;
        }

            .contact-info tr th:first-child, .contact-info tr td:first-child {
                width: 28%;
            }

    .contact-info td a {
        color: #333;
    }

    .contact-info td {
        padding: 15px 10px;
        border: 1px solid #ebebeb;
        vertical-align: middle;
    }

        .contact-info td i {
            font-size: 18px;
            margin-right: 10px;
        }

        .contact-info td.name, .contact-info td.description {
            vertical-align: top;
        }

        .contact-info td:first-child {
            padding: 15px 10px;
            text-transform: uppercase;
            vertical-align: middle;
        }

.el-carousel__container {
    position: relative;
    height: 340px;
}

.el-carousel__button {
    background-color: #999;
}

.el-divider--horizontal {
    margin: 10px 0;
}

.el-carousel__item .el-image {
    width: 100%;
}

.editdiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100px;
    z-index: 9999;
    display: none;
    text-align: center;
    line-height: 32px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.15);
    opacity: 1;
    border-radius: 4px;
    font-size: 13px;
}
