.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-page {
    background-color: #ffffff;
}

.content_wrapper {
    width: 100%;
}

.page_area {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

.text_indent_2 {
    text-indent: 2em;
}

/* 鍘绘帀鍗冨勾鍥藉尰鐩稿叧鍐呭 */
.flex_content {
    justify-content: space-between;
}

/* 鏍囬涓嬪垝绾� */
.title_border {
    width: 100px;
    height: 5px;
    background-color: #e1251b;
    margin: 0.5rem 0 3.2rem;
}

.av-container h1 {
    width: fit-content;
    margin: auto;
    font-weight: bold;
}

.av-container h1:hover+.title_border {
    -webkit-animation: show_width 2s linear;
    animation: show_width 2s linear;
}

@-webkit-keyframes show_width {
    0% {
        /* opacity:0; */
        width: 100px;
    }

    25% {
        width: 50px;
    }

    50% {
        width: 25px;
    }

    75% {
        width: 50px;
    }

    100% {
        /* opacity:1; */
        width: 100px;
    }
}

/* 椤甸潰header */
.xxz_header {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.xxz_header {
    background-color: #ffffff;
}

.header_label {
    font-size: 16px;
    padding: 0 10px;
    border-left: 1px solid #999999;
}

@media screen and (max-width: 1320px) {
    .header_label {
        max-width: 200px;
    }
}

/* 椤甸潰搴曢儴 */
.xxz_footer {
    padding: 0.5rem 15px;
    color: #bbbbbb;
    background-color: #000000;
    position: relative;
    z-index: 5;
    /* 新增底部 */
    /* position: fixed;
    width: 100%;
    left: 0;
    bottom: 0; */
}

.xxz_footer a {
    color: #bbbbbb;
}

.xxz_footer a:hover {
    color: #ffffff;
}

/* 鑱旂郴鎴戜滑 */
.xxz_contact_us {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_item h5 {
    margin: 0.5rem 0;
    font-weight: bold;
}

.xxz_contact_us .row {
    margin-bottom: 3rem;
}

.xxz_contact_us .row .col-lg-2 {
    text-align: left;
}

.form-control {
    height: 3.4rem;
}

textarea.form-control {
    height: 12.1rem;
}

.submit_btn {
    height: 12.2rem;
    width: 9rem;
    cursor: pointer;
}


.page_tool {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 5;
    background-color: #e1251b;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.page_tool button span {
    font-size: 0.9rem;
    color: #ffffff;
}

.service_btn {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.service_btn:hover .service-qrcode {
    display: flex;
}

.service-qrcode {
    display: none;
    position: absolute;
    /* display: none; */
    left: -9rem;
    width: 150%;
    background: red;
    padding: 0.3rem;
    border-bottom: 0.3rem;
    ;
}

.service {
    position: relative;
}

.phone_btn {
    position: relative;
}

#phoneNumber {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 8rem;
    background-color: #e1251b;
    border-right: 2px solid #ffffff;
}

#phoneNumber a {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: underline;
}

@media screen and (min-width: 751px) and (max-width: 1400px) {

    .xxz_banner .content_wrapper {
        margin-top: 3rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 1401px) {
    .content_wrapper {
        width: 1380px;
    }

    .page_area {
        height: 100vh;
        position: relative;
        z-index: 5;
    }
}

@media screen and (max-width: 992px) {
    .title_border {
        width: 10%;
        height: 3px;
        margin: 0.5rem 0 1.5rem;
    }

    /* 椤甸潰搴曢儴 */
    .xxz_footer {
        font-size: 0.9rem;
        margin-bottom: 56px;
    }

    /* 鑱旂郴鎴戜滑 */
    .xxz_contact_us {
        padding-top: 2rem;
        background-image: url(../images/p-contact-bg.jpg);
    }

    .contact_item {
        padding-top: 1rem;
    }

    .contact_item img {
        width: 40px;
        height: 40px;
    }

    .contact_item h5 {
        font-size: 1.1rem;
    }

    .contact_item p {
        font-size: 0.9rem;
        word-break: break-all;
    }

    .xxz_contact_us .row {
        margin-bottom: 2rem;
    }

    .form-control {
        height: 2.8rem;
    }

    textarea.form-control {
        height: 8rem;
    }

    .submit_btn {
        height: auto;
    }

    .xxz_contact_us .row .col-lg-2 {
        text-align: center;
    }

    .submit_btn {
        margin: auto;
    }

    h1 {
        font-size: 1.6rem;
    }

    .small,
    small {
        font-size: 1.1rem;
    }

    .link_btn {
        font-size: 1.1rem;
        padding: 0.3rem 1.5rem;
        margin-top: 1.5rem;
    }

    /* 椤甸潰header */
    .navbar {
        height: auto;
        padding: 0;
    }

    .navbar-nav {
        padding-bottom: 0.5rem;
    }

    .navbar-light .navbar-nav .nav-item:focus,
    .navbar-light .navbar-nav .nav-item:hover,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #ffffff;
        outline: none;
    }

    .navbar-light .navbar-nav .nav-item:focus,
    .navbar-light .navbar-nav .nav-item:hover .nav-link {
        color: #333333;
    }

    .page_tool {
        height: 56px;
        bottom: 0;
        top: auto;
        left: 0;
        flex-direction: row;
    }

    .service_btn {
        border-top: none;
        border-bottom: none;
    }

    .page_tool button img {
        width: 30px;
        height: 30px;
    }

    .page_tool button span {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 992px) {
    .nav-link {
        padding: 1rem;
    }

    .navbar {
        padding: 0;
        height: 70px;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ffffff;
        background-color: #e1251b;
        outline: none;
    }

    .navbar-light .navbar-nav .nav-item:focus,
    .navbar-light .navbar-nav .nav-item:hover {
        background-color: #e1251b;
    }

    .navbar-light .navbar-nav .nav-item:focus,
    .navbar-light .navbar-nav .nav-item:hover .nav-link {
        color: #ffffff;
    }


    .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
    }


    .navbar-nav .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }


    .phone_btn:hover #phoneNumber {
        display: flex;
    }

    /* .dropdown-menu {
      top: calc(100% + 2px);
      margin-top: 0;
    } */

    .dropdown-toggle::after {
        display: none;
    }


    .hot_icon {
        position: absolute;
        top: 5px;
        right: -5px;
        z-index: 3;
    }

    .nav-item {
        border-bottom: 2px solid #ffffff;
    }
}