﻿.wrap {
    width:1500px;
    margin-left:auto;
    margin-right:auto
}
.header {
    padding:15px 0;
    width:100%;
    z-index:99999;
    transition:all .3s;
    background:#1d1d1f;
    position:absolute;
    left:0;
    top:0
}
.header .logo {
    display:block;
    float:left;
    height:50px;
    transition:all .3s
}
.header .logo img {
    display:block;
    height:100% !important;
    transition:all .3s
}
.header ul {
    float:left;
    line-height:0;
    font-size:0;
    width:70%;
    transition:all .3s;
    margin-left:100px;
}
.header ul li {
    display:block;
    position:relative;
    float:left;
    width:12%;
    transition:all .3s
}
.header ul li>a {
    display:block;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    text-align:center;
    transition:all .3s;
    padding-right:24px;
}
.header ul li>a .down {
    display:inline-block;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-6px;
    width:15px;
    height:16px;
    background:url(/images/down.webp) center center no-repeat;
    background-size:100%
}
.header ul li:hover a {
    color:#ff9600
}
.header ul li:hover a .down {
    background:url(/images/down_hover.webp) center center no-repeat;
    background-size:100%
}
.header ul li .sub-menu.active {
    visibility:inherit;
    opacity:1;
    top:50px
}
.header ul li .sub-menu {
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:0;
    top:60px;
    background:#f5f5f5;
    width:150px;
    transition:all .3s
}
.header ul li .sub-menu p a {
    display:block;
    height:40px;
    line-height:40px;
    font-size:16px;
    padding:0 20px;
    transition:all .3s;
    color:#666;
    text-align:center
}
.header ul li .sub-menu p a:hover {
    color:#ff9600
}
.header ul li .sub-menu p+p {
    border-top:1px solid #efefef
}
.header_scroll.header {
    background:rgba(0,0,0,0.8) !important;
    position:fixed !important;
    top:0 !important;
    box-shadow:0 0 20px 0 rgba(12,30,72,0.1)
}
.header_scroll.header .logo {
    height:48px
}
.header_scroll.header ul li>a {
    height:48px;
    line-height:48px
}
.header_scroll.header ul li .sub-menu.active {
    top:48px
}
.header .header-right {
    float:right;
    display:flex;
    align-items:center;
    height:50px;
    color:#fff;
    font-size:14px;
}
.header .header-right .divider {
    display:inline-block;
    width:1px;
    height:20px;
    background-color:#fff;
    margin:0 15px;
    opacity:0.4;
}
.header .header-right .email {
    display:flex;
    align-items:flex-end;
    color:#fff;
}
.header .header-right .email i {
    display:inline-block;
    width:16px;
    height:16px;
    /*background:url('/images/email-icon.webp') no-repeat center center;*/
    background-size:contain;
    margin-right:6px;
}
.clearfix::after {
    content:"";
    display:block;
    clear:both;
}
.foot {
    padding:70px 0 50px;
    background:#000000;
    overflow:hidden;
    width:100%;
}
.foot-container {
    margin:0 auto;
    width:90%;
    max-width:1920px;
}
.foot-box {
    display:flex;
    justify-content:space-between;
}
.foot-box .foot-l .foot-nav a {
    font-size:16px;
    color:#fff;
    margin:0 32px 0 32px;
    position:relative;
    word-break:keep-all;
}
.foot-box .foot-l .foot-nav a:nth-of-type(1) {
    margin:0 32px 0 0;
}
.foot-box .foot-l .foot-nav a:hover {
    color:#fff;
    font-weight:500;
}
.foot-box .foot-l .foot-nav a:nth-last-of-type(1) {
    margin:0 0 0 32px;
}
.foot-box .foot-l .foot-nav a:after {
    content:'';
    display:block;
    position:absolute;
    right:-30px;
    top:50%;
    transform:translateY(-50%);
    height:16.6px;
    width:1px;
    background-color:#c8c8c8;
    cursor:auto;
}
.foot-box .foot-l .foot-nav a:nth-last-of-type(1)::after {
    width:0;
}
.foot-contacts {
    margin-top:56px;
    display:flex;
}
.foot-contacts .foot-tel,.foot-contacts .wx-box {
    float:left;
}
.foot-contacts .foot-tel {
    margin-right:34px;
}
.foot-contacts .foot-tel p {
    width:100%;
}
.foot-contacts .foot-tel .f {
    font-size:30px;
    color:#fff;
    margin-bottom:12px;
}
.foot-contacts .foot-tel .h {
    border:1px solid #999;
    padding:10px 0;
    text-align:center;
    font-size:16px;
    color:#fff;
    margin-bottom:16px;
}
.foot-contacts .foot-tel .t {
    font-size:16px;
    color:#fff;
}
.foot-contacts .foot-wx {
    margin-left:32px;
    text-align:center;
    float:left;
}
.foot-contacts .foot-wx.foot-kf img {
    background:#fff;
    width:81px;
    padding:4px;
}
.foot-contacts .foot-wx p {
    font-size:14px;
    color:#fff;
    margin-top:13px;
}
.foot-bottom {
    border-top:1px solid #fff;
    padding:30px 0 0;
    margin-top:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.foot-bottom .foot-bottom-l a {
    color:#fff;
    font-size:16px;
    border-radius:6px;
    margin-right:4px;
    padding:8px 16px;
}
.foot-bottom .foot-bottom-r {
    font-size:16px;
    color:#fff;
}
.foot-bottom .foot-bottom-r a {
    color:#fff;
}
.t2 p {
    line-height:28px;
}
.t2 p a {
    color:#fff !important;
}
.media-d,.media-u {
    display:flex;
}
.media-d a,.media-u a {
    height:40px;
    width:40px;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.media-d a img,.media-u a img {
    width:24px;
    height:auto;
}
.media-d div,.media-u div {
    margin-left:14px;
}
.media-d {
    margin-top:10px;
}
.sm {
    position:relative;
}
.nflg_code img {
    opacity:1;
}
.sm img:hover {
    opacity:1;
}
.nflg_code {
    position:absolute;
    transform:translateX(-40%);
    width:150px;
    opacity:0;
    pointer-events:none;
    transition:all 0.3s;
    overflow:hidden;
    z-index:1000;
}
.nflg_code img:nth-of-type(1) {
    width:100%;
}
.media-d .nflg_code,.media-u .nflg_code {
    margin-left:7px;
}
.sm a:hover~.nflg_code {
    opacity:1;
}
.culture_center .more a:before {
    width:22px;
}
@media screen and (max-width:1200px) {
    .foot-l,.foot-r {
    width:100%;
    text-align:center;
}
.foot-bottom .foot-bottom-l a {
    font-size:16px;
}
.foot-contacts .foot-tel p {
    width:300px;
}
.foot-bottom,.foot-bottom .foot-bottom-r,.foot-box {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
.nflg_code {
    transform:translateX(-30%);
}
.foot-bottom .foot-bottom-l {
    margin-bottom:10px;
    display:flex;
    flex-wrap:wrap;
}
.media {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    padding:30px;
}
.foot-l {
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    align-content:center;
    justify-content:center;
}
}

@media screen and (max-width:769px) {
    .foot-tel .t span {
    display:table;
    width:100%;
}
.foot-bottom .foot-bottom-l {
    display:none;
}
.foot-box .foot-l .foot-nav a:after,.pc-show,.pc-swiper {
    display:none;
}
.foot-box .foot-l .foot-nav {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
}
.foot-box .foot-l .foot-nav a {
    margin:0 12px 10px 20px;
    font-size:16px;
}
.foot-box .foot-l .foot-nav a:nth-of-type(1) {
    margin:0 32px 32px 0;
}
.foot-contacts {
    margin-top:40px;
}
.foot-tel .t1,.foot-tel .t2 {
    width:50%;
}
.foot-contacts .foot-tel,.foot-contacts .foot-tel .f,.foot-contacts .foot-tel .h,.foot-contacts .foot-tel .t,.foot-contacts .foot-tel p,.foot-contacts .wx-box {
    font-size:22px;
}
.foot-contacts .foot-wx p {
    font-size:16px;
}
.foot-contacts {
    flex-wrap:wrap;
}
.foot-contacts .foot-tel,.foot-contacts .foot-tel p,.foot-contacts .wx-box {
    width:100%;
    margin:0 0 12px;
    float:none;
}
.foot-tel {
    display:flex;
}
.foot-contacts .wx-box .foot-wx {
    display:inline-block;
    width:33.3333%;
    margin:0;
}
.foot-contacts .wx-box .foot-wx img {
    width:60px;
}
.foot-bottom .foot-bottom-l a {
    display:inline-block;
    margin:0 8px 8px 0;
    font-size:15px;
}
.foot-bottom .foot-bottom-r p {
    width:100%;
    float:inherit !important;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
}



.main-wrap{
    background:#10172a;
    margin-top:80px;
}

.pro-header {
    animation:slideInFromTop 0.8s ease-out 0.2s forwards;
    padding:25px 20px;
    max-width:1500px;
    margin:0px auto;
}
.pro-breadcrumb {
    display:flex;
    align-items:center;
    gap:8px;
    color:#c9a488;
    font-size:18px;
}
.pro-breadcrumb a {
    color:#c9a488;
    text-decoration:none;
    opacity:0.8;
    transition:opacity 0.3s ease;
}
.pro-breadcrumb a:hover {
    opacity:1;
}
.pro-breadcrumb span {
    opacity:0.6;
}

@keyframes slideInFromTop {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes scaleIn {
            from {
                opacity: 0;
                transform: scale(0.9);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }




        .plt-cus-section {
            padding: 80px 20px;
            background-color: #ffffff;
            overflow: hidden;
        }

        .plt-cus-container {
            margin: 0 auto;
            text-align: center;
        }

        .plt-cus-title {
            font-size: 36px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }

        .plt-cus-subtitle {
            font-size: 21px;
            color: #7f8c8d;
            margin-bottom: 30px;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out 0.2s;
        }

        .plt-cus-image-container {
            position: relative;
            margin: 0 auto;
            border-radius: 20px;
            overflow: hidden;
            opacity: 0;
            /* 初始状态：更大的缩放和位移变化 */
            transform: translate3d(0px, -200px, 0px) scale(0.4, 0.4);
            transition: all 0.1s ease-out;
        }

        .plt-cus-main-image {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.6s ease-out;
        }

        .plt-cus-image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .plt-cus-image-container:hover .plt-cus-image-overlay {
            opacity: 1;
        }

        .plt-cus-image-container:hover .plt-cus-main-image {
            transform: scale(1.02);
        }

        /* 动画激活状态 */
        .plt-cus-section.plt-cus-animate .plt-cus-title {
            opacity: 1;
            transform: translateY(0);
        }

        .plt-cus-section.plt-cus-animate .plt-cus-subtitle {
            opacity: 1;
            transform: translateY(0);
        }

        .plt-cus-section.plt-cus-animate .plt-cus-image-container {
            opacity: 1;
        }

        /* 响应式设计 */
        @media (max-width: 998px) {
            .plt-cus-section {
                padding: 60px 20px;
            }

            .plt-cus-title {
                font-size: 30px;
                margin-bottom: 12px;
            }

            .plt-cus-subtitle {
                font-size: 21px;
                margin-bottom: 40px;
            }

            .plt-cus-image-container {
                max-width: 100%;
                border-radius: 15px;
            }
        }

     

    .pdt-contact-container {
            width:90%;
            margin: 50px  auto 5%;
            background: linear-gradient(to bottom, #010f21 0%, #222e4e 50%, #3f4875 100%);
            border-radius: 20px;
            padding: 100px 10%;
            position: relative;
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s ease-out;
            border-bottom-right-radius:100px;
        }

        .pdt-contact-container.pdt-animate-in {
            opacity: 1;
            transform: translateY(0);
        }

        .pdt-contact-container::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            border-radius: 50%;
            transform: translate(50%, -50%);
        }

        .pdt-contact-title {
            color: white;
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 20px;
            opacity: 0;
            transform: translateX(-30px);
            transition: all 0.6s ease-out 0.2s;
        }

        .pdt-contact-container.pdt-animate-in .pdt-contact-title {
            opacity: 1;
            transform: translateX(0);
        }

        .pdt-contact-description {
            color: rgba(255, 255, 255, 0.85);
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 40px;
            opacity: 0;
            transform: translateX(-30px);
            transition: all 0.6s ease-out 0.4s;
        }

        .pdt-contact-container.pdt-animate-in .pdt-contact-description {
            opacity: 1;
            transform: translateX(0);
        }

        .pdt-form-wrapper {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 50px;
            align-items: start;
        }

        .pdt-form-section {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease-out 0.6s;
        }

        .pdt-contact-container.pdt-animate-in .pdt-form-section {
            opacity: 1;
            transform: translateY(0);
        }

        .pdt-form-group {
            margin-bottom: 25px;
        }

        .pdt-form-label {
            display: block;
            color: white;
            font-size: 16px;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .pdt-form-label::before {
            content: '* ';
            color: #ff4757;
        }

        .pdt-form-input {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
            color: white;
            font-size: 1rem;
            padding: 12px 0;
            outline: none;
            transition: all 0.3s ease;
        }

        .pdt-form-input:focus {
            border-bottom-color: rgba(255, 255, 255, 0.4);
            border-bottom-style: solid;
        }

        .pdt-form-input::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .pdt-form-textarea {
            resize: vertical;
            min-height: 100px;
            font-family: inherit;
        }

        .pdt-form-hint {
            color: rgba(255, 255, 255, 0.6);
            font-size: 14px;
            margin-top: 5px;
        }

        .pdt-submit-btn {
            position: absolute;
            bottom: -35px;
            left: 210px;
            z-index: 20;
            border: none;
            background: none;
            padding: 0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .pdt-submit-btn img {
            display: block;
            width: auto;
            height: auto;
            max-width: 250px;
            transition: all 0.3s ease;
        }

        .pdt-submit-btn:hover img {
            transform: scale(1.05);
            filter: brightness(1.1);
        }

        .pdt-submit-btn:active img {
            transform: scale(0.98);
        }

        .pdt-advisor-section {
            text-align: center;
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.6s ease-out 0.8s;
        }

        .pdt-contact-container.pdt-animate-in .pdt-advisor-section {
            opacity: 1;
            transform: scale(1);
        }

        .pdt-advisor-image {
            max-width: 300px;
            border-radius: 15px;
            transition: transform 0.3s ease;
            object-fit: cover;
        }

        .pdt-advisor-image:hover {
            transform: scale(1.02);
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
            .pdt-contact-container {
                padding: 30px 25px;
                margin: 20px;
            }

            .pdt-contact-title {
                font-size: 2rem;
            }

            .pdt-form-wrapper {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .pdt-advisor-section {
                order: -1;
            }

            .pdt-advisor-image {
                max-width: 280px;
            }
        }

        @media (max-width: 480px) {

            .pdt-contact-container {
                padding: 25px 20px;
                margin: 10px;
                border-radius: 15px;
            }

            .pdt-contact-title {
                font-size: 1.8rem;
            }

            .pdt-contact-description {
                font-size: 0.9rem;
            }

            .pdt-submit-btn {
                width: 100%;
                padding: 16px;
                font-size: 1.1rem;
            }
        }

.layui-layer-btn .layui-layer-btn0{
    background: linear-gradient(to bottom, #0f2749 0%, #4d5478 100%) !important;
    border-color:#4d5478 !important;
}



/* 响应式分页组件样式 */
.pagination-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 50px 0;
  padding: 0;
  gap: 5px;
  flex-wrap: wrap;
}

.pagination-custom .page-item {
  display: flex;
  margin: 0;
}

.pagination-custom .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
}

.pagination-custom .page-link:hover {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #000;
  transform: translateY(-1px);
}

.pagination-custom .page-link:focus {
  outline: none;
}

/* 激活状态 */
.pagination-custom .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
  font-weight: 600;
}

.pagination-custom .page-item.active .page-link:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: none;
}

/* 禁用状态 */
.pagination-custom .page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
  cursor: not-allowed;
  opacity: 0.5;
}

.pagination-custom .page-item.disabled .page-link:hover {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  transform: none;
}

/* 首页/尾页按钮特殊样式 */
.pagination-custom .page-item:first-child .page-link,
.pagination-custom .page-item:last-child .page-link {
  font-weight: 600;
  font-size: 16px;
}

/* 平板设备响应式 (768px - 1024px) */
@media (max-width: 1024px) {
  .pagination-custom {
    gap: 3px;
  }
  
  .pagination-custom .page-link {
    padding: 6px 10px;
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

/* 手机设备响应式 (小于768px) */
@media (max-width: 768px) {
  .pagination-custom {
    gap: 2px;
    margin: 15px 0;
  }
  
  .pagination-custom .page-link {
    padding: 6px 8px;
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }
  
  /* 在小屏幕上隐藏中间的页码，只显示当前页和相邻页 */
  .pagination-custom .page-item:not(.active):not(:first-child):not(:last-child):not(.adjacent) {
    display: none;
  }
}

/* 小手机设备响应式 (小于480px) */
@media (max-width: 480px) {
  .pagination-custom {
    gap: 1px;
    margin: 10px 0;
  }
  
  .pagination-custom .page-link {
    padding: 4px 6px;
    min-width: 28px;
    height: 28px;
    font-size: 11px;
  }
  
  /* 在很小的屏幕上只显示关键按钮 */
  .pagination-custom .page-item:not(.active):not(:first-child):not(:last-child) {
    display: none;
  }
}

/* 可访问性增强 */
@media (prefers-reduced-motion: reduce) {
  .pagination-custom .page-link {
    transition: none;
  }
  
  .pagination-custom .page-link:hover {
    transform: none;
  }
}

/* 高对比度模式支持 */
@media (prefers-contrast: high) {
  .pagination-custom .page-link {
    border-width: 2px;
  }
  
  .pagination-custom .page-item.active .page-link {
    background-color: #0056b3;
    border-color: #0056b3;
  }
}

/* 深色模式支持 */
@media (prefers-color-scheme: dark) {
  .pagination-custom .page-link {
    background-color: #343a40;
    border-color: #495057;
    color: #007bff;
  }
  
  .pagination-custom .page-link:hover {
    background-color: #495057;
    border-color: #6c757d;
  }
  
  .pagination-custom .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .pagination-custom .page-item.disabled .page-link {
    background-color: #343a40;
    border-color: #495057;
    color: #6c757d;
  }
}























.flot a{
    display: block;
    color: #FFF;
}
.flot{
    position: fixed;
    top: 42%;
    right: 2px;
    width: 50px;
    z-index: 90000000;
}
@media screen and (min-width: 300px) and (max-width: 767px) {

.flot{
  display:none;    
}
}
.flot_box{
    text-align: center;
    color: #FFFFFF;
    background-color: #002870;
    /*border-bottom: 2px solid #fff;*/
    cursor: pointer;
    height:50px;
    position: relative;
    line-height: 50px;
    margin-bottom:5px;
    border-radius:8px;
    font-size:35px;
}
.flot_box:last-child{
    border-bottom:0px;
}
.flot_bottom_whatsapp{
    display: block;
    width: 0;
    float: right;
    background-color: #113a8c;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 8px 0 0 8px;
    transition: width .5s;
    font-size: 14px;
    pointer-events: none; 
}
.flot_bottom_email {
    display: block;
    width: 0;
    float: right;
    /*background-color: #fe3f2b;*/
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 8px 0 0 8px;
    transition: width .5s;
    font-size: 14px;
    background: #113a8c;
    pointer-events: none;
}
#Email:hover .flot_bottom_email{
    width: 235px;
}
#whatsapp:hover .flot_bottom_whatsapp{
    width: 250px;
}
.float_img{
    width: 40px;
    margin: 0 auto;
}
.float_text{
    font-size: 14px;
    margin-top: 10px;
}
/*.flot_box:first-child{
    border-top-left-radius: 10px;
}*/

.flot_bottom_whatsapp_div {
    position: absolute;
    left: -250px;
    bottom: 0px;
    width: 250px;
    overflow: hidden;
    pointer-events: none; 
}

.flot_bottom_whatsapp_div1 {
    position: absolute;
    left: -249px;
    bottom: 0px;
    width: 250px;
    overflow: hidden;
     pointer-events: none; 
}
.flot a{
    text-decoration:none;
}
.flot .icon{
    font-size:35px;
    line-height: 50px;
}
.flot .icon:first-child{
    font-weight:0;
}

.back_top {
    display: none;
    /*position: fixed;*/
   /*right: 2px;*/
   /* bottom: 30%;*/
    z-index: 5;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #002870 url(../images/backtop_icon.png) no-repeat center center / 30px auto;
    cursor: pointer;
    border-radius: 8px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.flot_box:hover{
    opacity:.9;
    background: #113a8c;
}
.as_btn_ho:hover{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.back_top:hover{
     background:#113a8c url(../images/backtop_icon.png) no-repeat center center / 30px auto;
}


#Email1:hover  .flot_bottom_email{
   width:120px;
}
#Email2:hover  .flot_bottom_email{
   width:100px;
}


.flot_bottom_wechat {
    display: none;
    background-color: #9e1503;
    text-align: center;
    height: 180px;
    line-height: 21px;
    border-radius: 8px 0 0 8px;
    transition: width .5s;
    font-size: 14px;
        background: #113a8c;
        pointer-events: none; 
}
.flot_bottom_wechat_div {
    position: absolute;
    left: -160px;
    bottom: -150px;
    width: 160px;
    overflow: hidden;
     padding-bottom:20px;
     pointer-events: none;
}
#wechat:hover  .flot_bottom_wechat{
  display:block;
}
#wechat:hover  .flot_bottom_wechat img{
    height: 120px;
    padding:20px 0px 10px 0px;
    margin:auto;
} .alert-form-container {
        width: 100%;
        max-width: 350px;
        margin: 15px auto 25px;
        padding: 20px;
        text-align: left;
    }
    .alert-form-container p {
        font-size: 14px;
        color: #555;
        margin-bottom: 15px;
        line-height:18px;
    }
    .alert-form-group {
        margin:25px auto;
    }
    .alert-form-input {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        display: flex;
        align-items: center;
        background: #f9f9f9;
        color:#ccc;
    }
    .alert-form-input input {
        border: none;
        outline: none;
        flex: 1;
        font-size: 16px;
        padding-left: 10px;
        background: transparent;
        color:#333;
    }
    .alert-form-button {
        width: 100%;
        background-color: rgb(21, 57, 131);
        color: white;
        border: none;
        padding: 12px;
        font-size: 18px;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s;
    }
    .alert-form-button:hover {
        background-color: #0a264f;
    }
    .alert-bold{
    	font-weight: bold;
    	color:rgb(21, 57, 131);
    }
    .alert-form-icon {
        font-size: 18px;
        color: #888;
    }
    @media (max-width: 400px) {
        .alert-form-container {
            width: 90%;
        }
    }
    @media (max-width: 600px) {
		.alert-form-input .icon { 
			margin-top: 0px;
		 }
	}
  
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        /* 表单容器 */
        .npform-container {
            background: white;
            border-radius: 16px;
            padding: 32px;
            width: 100%;
            max-width: 450px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            margin: 0 auto;
        }

        /* 表单头部 */
        .npform-header {
            margin-bottom: 28px;
        }

        .npform-header h3 {
            color: #2d3748;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .npform-header p {
            color: #718096;
            font-size: 16px;
            line-height: 1.5;
        }

        /* 表单组 */
        .npform-group {
            margin-bottom: 20px;
        }

        .npform-group label {
            display: flex;
            align-items: anchor-center;
            font-weight: 500;
            margin-bottom: 8px;
            color: #4a5568;
            font-size: 14px;
        }

        .npform-group i.iconfont {
            margin-right: 6px;
            font-size: 17px;
            color: #153983;
            width: 20px;
            text-align: center;
            font-weight:400;
        }

        .npform-group input,
        .npform-group textarea {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            font-size: 14px;
            color: #2d3748;
            background: #fafafa;
            transition: all 0.3s ease;
            resize: vertical;
            box-sizing: border-box;
        }

        .npform-group input:focus,
        .npform-group textarea:focus {
            outline: none;
            border-color: #153983;
            background: white;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .npform-group input::placeholder,
        .npform-group textarea::placeholder {
            color: #a0aec0;
        }

        /* 提交按钮 */
        .npform-actions {
            margin-top: 28px;
        }

        .submit-btn {
            width: 100%;
            background: linear-gradient(135deg, #153983 0%, #0a264f 100%);
            border: none;
            border-radius: 8px;
            padding: 14px 24px;
            color: white;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .submit-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

        /* 只针对联系表单弹窗的Layer样式 - 使用特定的class避免影响其他layer */
        .contact-npform-layer .layui-layer-content {
            padding: 0 !important;
            overflow: visible !important;
            width: auto !important;
        }

        .contact-npform-layer .layui-layer-title {
            display: none !important;
        }

        .contact-npform-layer.layui-layer {
            border-radius: 16px !important;
            overflow: visible !important;
        }

        /* PC端弹窗样式 */
        @media (min-width: 769px) {
            .contact-npform-layer.layui-layer {
                max-width: 650px !important;
            }
        }

        /* 只针对联系表单的关闭按钮样式 - PC端和移动端通用 */
        .contact-npform-layer .layui-layer-close,
        .contact-npform-layer .layui-layer-setwin .layui-layer-close2 {
            position: absolute !important;
            top: 5px !important;
            right: 10px !important;
            width: 30px !important;
            height: 30px !important;
            z-index: 19891015 !important;
            background: rgba(0, 0, 0, 0.1) !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 16px !important;
            color: #999 !important;
            transition: all 0.3s ease !important;
            cursor: pointer !important;
            text-decoration: none !important;
            border: none !important;
            outline: none !important;
            margin: 0 !important;
        }

        .contact-npform-layer .layui-layer-close:hover,
        .contact-npform-layer .layui-layer-setwin .layui-layer-close2:hover {
            background: rgba(0, 0, 0, 0.2) !important;
            color: #666 !important;
            text-decoration: none !important;
        }

        /* 只针对联系表单的关闭按钮X符号 */
        .contact-npform-layer .layui-layer-close::before,
        .contact-npform-layer .layui-layer-setwin .layui-layer-close2::before {
            content: "×" !important;
            font-size: 18px !important;
            font-weight: bold !important;
            line-height: 1 !important;
            text-decoration: none !important;
        }

        /* 清除联系表单关闭按钮的默认内容 */
        .contact-npform-layer .layui-layer-close::after,
        .contact-npform-layer .layui-layer-setwin .layui-layer-close2::after {
            display: none !important;
        }

        .contact-npform-layer .layui-layer-close > *,
        .contact-npform-layer .layui-layer-setwin .layui-layer-close2 > * {
            display: none !important;
        }

        /* 移动端专门优化 - 只针对联系表单 */
        @media (max-width: 768px) {
            .demo-btn {
                padding: 10px 24px;
                font-size: 14px;
            }

            .npform-container {
                padding: 20px 16px;
                margin: 0;
                max-width: none;
                width: 100%;
                border-radius: 12px;
                box-sizing: border-box;
            }
            
            .npform-header h3 {
                font-size: 20px;
                margin-bottom: 6px;
            }

            .npform-header p {
                font-size: 13px;
            }

            .npform-header {
                margin-bottom: 20px;
            }

            .npform-group {
                margin-bottom: 16px;
            }

            .npform-group label {
                font-size: 13px;
                margin-bottom: 6px;
            }

            .npform-group input,
            .npform-group textarea {
                padding: 10px 12px;
                font-size: 14px;
                border-radius: 6px;
                width: 100%;
                box-sizing: border-box;
            }

            .npform-group textarea {
                rows: 3;
                min-height: 80px;
            }

            .npform-actions {
                margin-top: 20px;
            }

            .submit-btn {
                padding: 12px 20px;
                font-size: 15px;
                border-radius: 6px;
                width: 100%;
                box-sizing: border-box;
            }

            /* 移动端联系表单弹窗样式 - 关键修复 */
            .contact-npform-layer.layui-layer {
                left: 50% !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;
                margin: 0 !important;
                width: 95% !important;
                max-width: 380px !important;
                max-height: 90vh !important;
                overflow: hidden !important;
            }

            .contact-npform-layer .layui-layer-content {
                padding: 0 !important;
                overflow-x: hidden !important;
                overflow-y: auto !important;
                max-height: 90vh !important;
                box-sizing: border-box !important;
            }

            .contact-npform-layer .layui-layer-close {
                top: 8px !important;
                right: 8px !important;
                width: 28px !important;
                height: 28px !important;
            }

            .contact-npform-layer .layui-layer-close::before {
                font-size: 16px !important;
            }
        }

        /* 超小屏幕适配 - 只针对联系表单 */
        @media (max-width: 480px) {
            .npform-container {
                padding: 16px 12px;
                border-radius: 8px;
            }

            .npform-header h3 {
                font-size: 18px;
            }

            .npform-header p {
                font-size: 12px;
            }

            .npform-header {
                margin-bottom: 16px;
            }

            .npform-group {
                margin-bottom: 14px;
            }

            .npform-group input,
            .npform-group textarea {
                padding: 9px 10px;
                font-size: 13px;
            }

            .submit-btn {
                padding: 11px 16px;
                font-size: 14px;
            }

            .contact-npform-layer.layui-layer {
                width: 98% !important;
                max-width: 340px !important;
                max-height: 95vh !important;
            }
        }

        /* 额外的移动端居中修复 */
        @media screen and (max-width: 768px) {
            .contact-npform-layer.layui-layer {
                position: fixed !important;
                left: 50% !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;
                margin: 0 !important;
                width: 95% !important;
                max-width: 380px !important;
                overflow: hidden !important;
            }

            .contact-npform-layer .layui-layer-content {
                overflow-x: hidden !important;
                overflow-y: auto !important;
                padding: 0 !important;
            }
        }
        
.lable-name::before,.lable-msg::before{
  display:none;
}