﻿body {
    color: #212529;
}

a {
    color: #212529;
}

    a:hover {
        text-decoration: none;
    }

.page-link {
    color: #000;
    border: 1px solid #a7a8a9;
}

    .page-link:hover {
        color: #fff;
        background-color: #ce2b29;
        border-color: #ce2b29;
    }

.page-item.active .page-link {
    background-color: #ce2b29;
    border-color: #ce2b29;
}

.bg-light {
    background-color: #f2f2f2 !important;
}

.btn-link-more {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ce2b29;
    border: 1px solid #ce2b29;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn-link-more:hover {
        color: #ffffff;
    }

.card:hover .item-img img {
    transform: scale(1.1);
}

.card .item-img {
    overflow: hidden;
}

    .card .item-img img {
        transform: scale(1);
        transition: all 0.3s ease-in-out;
    }

.display-4 {
    font-family: Arial, Helvetica, sans-serif;
}

.app-part-title {
}

    .app-part-title h3 {
        font-size: 2.2rem;
        margin-bottom: 0.45rem;
    }

    .app-part-title h4 {
        margin-bottom: 0.45rem;
        color: #a7a8a9;
        font-size: 1.5rem;
        font-family: Arial;
        font-weight: 400;
    }

    .app-part-title hr {
        background-color: #ce2b29;
        height: 3px;
        line-height: 3px;
        width: 102px;
        border: none;
        margin: 0 auto -2px auto;
    }

.app-order {
    cursor: pointer;
}

    .app-order .desc {
        padding-left: 10px;
        background: url(../images/line.png) no-repeat 10px 50%;
    }

        .app-order .desc p:first-child {
            font-size: 18px;
        }

        .app-order .desc p:last-child {
            font-size: 12px;
        }

    .app-order:hover .border {
        border: 1px solid #ce2b29 !important;
        background-image: linear-gradient(to top, #ce2b29,transparent);
    }

    .app-order:hover img {
    }

#about-warp {
    color: #fff;
    background: url(../images/about.png) no-repeat;
    background-size: cover;
}

#business-warp {
    color: #fff;
    background: url(../images/bg-business.png) no-repeat;
    background-size: cover;
}

#breadcrumb-warp {
    background-color: #e9ecef;
}

#app-news-warp { background:#F6F6F6
}

#app-service-warp {
    background: url(../images/team.png) no-repeat;
    background-size: cover;
    /*height: 872px;*/
}

.footcontact{
    display: none;
}
.myfoot{
    display: none;
}

        /* 底部联系方式栏样式 - 默认隐藏 */
        .contact-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 999;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .contact-item {
            padding: 15px 0;
            text-align: center;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .contact-item:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }
        
        .contact-item i {
            font-size: 24px;
            margin-bottom: 5px;
        }
        
        .contact-item span {
            font-size: 14px;
            display: block;
        }
        
        /* 电话按钮样式 */
        .phone-contact {
            background-color: #28a745; /* 绿色 - 代表电话 */
        }
        
        /* 微信按钮样式 */
        .wechat-contact {
            background-color: #17a2b8; /* 青色 - 代表微信 */
        }
        
        /* 主体内容占位，避免被底部栏遮挡 */
        .main-content {
            padding-bottom: 80px;
            height: 2000px; /* 仅为演示滚动效果 */
        }
        
        /* 复制成功提示样式 */
        .copy-toast {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 16px;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
            z-index: 1000;
        }
        
        .copy-toast.show {
            opacity: 1;
        }



@media only screen and (max-width: 768px) {
    body {
    }
    .myfoot{
        height:88px;
        width:100%;
        display: block;
    }
    .footcontact{
        display: block;
    }


    #about-warp {
        background: url(../images/about-wap.png) no-repeat;
       /* background-size:contain;*/
    }

    .mean-container a.meanmenu-reveal{
        top:10px;
    }

    .mean-container .mean-bar .mobile-menu-nav-back {
        padding-top: 10px;
        padding-bottom: 10px;
    }
        .mean-container .mean-bar .mobile-menu-nav-back .logo-mobile .img-fluid {
            width:90%;
        }
        
        /* 底部联系方式栏样式 */
        .contact-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 999;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .contact-item {
            padding: 15px 0;
            text-align: center;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .contact-item:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }
        
        .contact-item i {
            font-size: 24px;
            margin-bottom: 5px;
        }
        
        .contact-item span {
            font-size: 14px;
            display: block;
        }
        
        /* 电话按钮样式 */
        .phone-contact {
            background-color: #28a745; /* 绿色 - 代表电话 */
        }
        
        /* 微信按钮样式 */
        .wechat-contact {
            background-color: #17a2b8; /* 青色 - 代表微信 */
        }
        
        /* 主体内容占位，避免被底部栏遮挡 */
        .main-content {
            padding-bottom: 80px;
            height: 2000px; /* 仅为演示滚动效果 */
        }        
        
        
        
        
        
        
        
}


@media only screen and (max-width: 1199px) {
    .header-action-layout1 {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    nav.template-main-menu > ul > li {
        padding: 0 0.5rem;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 14px;
        }
}

@media only screen and (min-width: 1280px) {
    .app-order .desc p:first-child {
        font-size: 12px;
    }

    nav.template-main-menu > ul > li {
        padding: 0;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 13px;
        }
}

@media only screen and (min-width: 1440px) {
    .app-order .desc p:first-child {
        font-size: 14px;
    }

    nav.template-main-menu > ul > li {
        padding: 0 0.1rem;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 15px;
        }
}

@media only screen and (min-width: 1600px) {
    .app-order .desc p:first-child {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1920px) {
    .app-order .desc p:first-child {
        font-size: 18px;
    }
}
