/* 主要内容区域样式 */
.hk_zhuti {
    padding: 0px;
}

/* 轮播图区域 */
.banner {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.lunbo {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.lunbo_item {
    min-width: 100%;
    position: relative;
}

.lunbo_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lunbo_txt {
position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    padding: 40px;
    background: rgb(0 0 0 / 57%);
    border-radius: 20px;
}

.lunbo_txt h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.lunbo_txt p {
    font-size: 18px;
    margin-bottom: 20px;
}

.lunbo_btn,
.hk-zhu-an-niu {
    display: inline-block;
    padding: 10px 30px;
    background-color: #0066cc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.hk_num {
position: absolute;
    bottom: 20px;
    right: 20%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.hk_num_item {
    width: 40px;
    height: 12px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.hk_num_item.on {
    background-color: #fff;
}

/* 服务特色 */
.hkts {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.hktit {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}

.hkts_wg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 50px;
}

.hkts_item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 70px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hkts_item:hover {
    background: #cce2f8;
    color: #fff !important;
    transform: scale(1.03);
    transition: 0.3s linear;
}

.hkts_icon img {
    width: 60px;
    height: 60px;
}

.hkts_item h3 {
    font-size: 20px;
    margin: 15px 0 10px;
    color: #333;
}

.hkts_item p {
    font-size: 14px;
    color: #666;
    width: 120px;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 服务项目 */
.hk_fuwu {
    padding: 40px 0;
}

.hk-fu-wu-wang-ge {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hkfw_five {
    flex: 1;
    min-width: 300px;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.hkfw_icon {
    flex: 1;
}

.hkfw_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hkfw_txt {
    flex: 1;
    padding: 20px;
}

.hkfw_txt h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.hkfw_txt p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.hkfw_ted {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.hkfw_ted li {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.hkfw_btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #0066cc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

/* 价格优势 */
.hk_jiage {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.hkjg_bd {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.hkjg_item {
    flex: 1;
    min-width: 250px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.hk-tui-jian {
    border: 2px solid #0066cc;
}

.hk-re-men-biao-qian {
    position: absolute;
    top: -10px;
    right: 20px;
    background-color: #0066cc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.hkjg_item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.hkjg_jiaqian {
    margin-bottom: 15px;
}

.hkjg_hb {
    font-size: 16px;
    color: #0066cc;
}

.hkjg_e {
    font-size: 28px;
    color: #0066cc;
    font-weight: bold;
}

.hkjg_dw {
    font-size: 14px;
    color: #666;
}

.hk-jia-ge-te-dian {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.hk-jia-ge-te-dian li {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.hkjg_btn,
.hk-zhu-an-niu {
    display: inline-block;
    padding: 8px 20px;
    background-color: #0066cc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.hkjg_btn:hover,
.hk-zhu-an-niu:hover {
    background-color: #0055aa;
}

/* 联系我们 */
.hklxwm {
    padding: 40px 0;
    background-color: #fff;
}

.hklxbox {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.hklxwm-xin-xi {
    flex: 1;
    min-width: 300px;
}

.hklxwm-xin-xi h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333;
}

.hklx_item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.hklx_item img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.hklx_item h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.hklx_item p {
    font-size: 14px;
    color: #666;
}

.hklx_form {
    flex: 1;
    min-width: 300px;
}

.hklx_form h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333;
}

.hklx_from_item {
    margin-bottom: 15px;
}

.hklx_from_item input,
.hklx_from_item select,
.hklx_from_item textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.hklx_from_item textarea {
    resize: vertical;
}

.hklx_btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0066cc;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hklx_btn:hover {
    background-color: #0055aa;
}

/* 新闻模块样式 */
.news {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.news .hktit {
    text-align: center;
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 50px;
    position: relative;
}

.news .hktit::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2980b9);
}

.hk_nitem {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 308px;
    float: left;
    margin-right: 15px;
}

.hk_nitem:last-child {
    margin-right: 0px;
}

.hk_nitem:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hk_ntit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: #fff;
}

.hk_ntit h2 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.hk_ntit a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.hk_ntit a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
}

.hklist {
    padding: 10px;
    list-style: none;
    margin: 0;
}

.hkbig {
    display: block;
    padding-bottom: 25px;
    border-bottom: 2px solid #e9ecef;
}

.hkbig a {
    line-height: 1;
    display: inline-block;
}

.hkbig a img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.hkbig a:hover img {
    transform: scale(1.05);
}

.hkbig_txt {
    flex: 1;
}

.hkbig_txt h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.hkbig_txt h3 a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.hkbig_txt h3 a:hover {
    color: #3498db;
}

.hkbig_txt p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

.hklist li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: background-color 0.3s ease;
}

.hklist li:hover {
    background-color: #f8f9fa;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.hklist li:last-child {
    border-bottom: none;
}

.hklist li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    flex: 1;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.hklist li a:hover {
    color: #3498db;
}

.hklist li span {
    color: #999;
    font-size: 12px;
    white-space: nowrap;
}

.hezuo {
    text-align: center;
    padding: 40px 0;
}

.hezuo-desc {
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
}

.hezuo-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.hezuo-logos img {
    width: 200px;
    height: auto;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.hezuo-logos img:hover {
    transform: scale(1.1);
}