.main{ line-height: 30px; padding: 5% 0;}
body {
    --theme-bg: #2560bd;
}
@media screen and (max-width:768px){
    .row{ margin: 0;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; left: 0; top: 0; z-index: 1; background: url("../images/shuiyin.png") no-repeat center; width: 100%; height: 100%; background-size: 80%;}*/

.my-button-disabled{opacity: 1!important;pointer-events:visible!important; cursor: pointer!important;}

#dituContent label {
  max-width: unset!important;
  text-align: center;
}

@media screen and (max-width:991px){
    .main{ padding: 5% 15px;}
    .p15{ padding-left: 15px !important;; padding-right: 15px !important;}
    .layui-layer{ width: 94% !important; left: 3% !important;}
}
.inner_xq{ margin-top: 69px;}


/*头部*/
#top_index{ height: auto; margin: 0 auto; position: fixed; z-index: 55; transition: 0.3s; padding: 0; }
#logo{ text-align: center; padding: 1%; transition: 0.3s; position: relative; margin-left:5%;}
#logo:before{ position: absolute; right: 0; top: 20%; content: ''; }
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.3s;}
#logo .show{ display: inline-block;}
#logo .hidden{ display: none;}
#top_index .top_tel_con{ margin-right: 20px; background: #2560bd; height: 48px; border-radius: 40px;; width: 200px; }
#top_index .top_tel_con i{margin-left: 15px; color: #fff; font-size: 30px; -webkit-transition: all .35s; -webkit-animation: rotateIns 2s ease infinite;}
#top_index .top_tel_con p{ font-size: 18px; font-weight: bold; color: #fff; margin-left: 10px !important;}
@-webkit-keyframes rotateIns {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; width: 22%; height: 90px; position: relative;; line-height: 90px; font-size: 16px; color: #fff; text-align: center; transition:0.5s;}
#nav li .big{ display: inline-block; color: #000; position: relative; z-index: 1; }

#nav li .big:before{ position: absolute; left: 0; bottom: 15%; background:url(../images/biao.png) no-repeat bottom; content: ''; height: 8px; width: 0; transition: 0.3s;}
#nav li:hover .big:before{ width: 100%;}
#nav li:hover .big{ color: var(--theme-bg) !important;}
#nav .navli_hover .big:before{ width: 100%;}
#nav .navli_hover .big{ }








.nav-item {
    position: relative;
    list-style: none;
}

/* --- 下拉框容器 --- */
.navson {
    display: none; /* 默认隐藏 */
    position: absolute;
    top: 100%; /* 位于父级底部 */
    left: 50%; /* 水平居中关键 */
    transform: translateX(-50%); /* 水平居中修正 */
    
    width: 130px; /* 下拉框宽度 */
    background: #ffffff; /* 白色背景 */
    border-radius: 10px; /* 圆角 */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* 阴影 */
    padding: 15px 0; /* 上下内边距 */
    z-index: 999;
    
   
}

/* 顶部小三角 (伪元素) */
.navson::before {
    content: "";
    position: absolute;
    top: -6px; /* 三角形位置：刚好在盒子顶部边缘 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff; /* 三角形颜色与背景一致 */
}

/* --- 内部链接列表 --- */
.navson .pull {
    display: flex;
    flex-direction: column; /* 垂直排列 */
    align-items: center; /* 内容居中 */
}

.navson .pull a {
    display: block;
    width: 100%;
    padding: 10px 20px; /* 点击区域 */
    color: #666666; /* 默认文字颜色 */
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: color 0.3s ease;
}

/* --- 鼠标悬停效果 (参考图片中的蓝色) --- */
.navson .pull a:hover {
    color: #0056b3; /* 悬停变蓝 */
    /* 可选：如果想要背景变色，可以取消下面的注释 */
    /* background-color: #f0f8ff; */
}

/* --- 触发显示 (简单的 CSS Hover 方案) --- */
/* 如果你使用 JS 控制显示隐藏，可以忽略下面这段 */
.nav-item:hover .navson {
    display: block;
}

@media screen and (max-width:1780px){
    #top_index .top_tel_con p{ font-size: 20px;}
    #top_index .top_tel_con i{ font-size: 23px;}
}
@media screen and (max-width:1650px){
    /*#top_index .top_tel_con i{ display: none;}*/
}
@media screen and (max-width:1500px){
    #top_index .top_tel_con p{ font-size: 18px;}
}
@media screen and (max-width:1200px){
    #nav{ margin-top: 0;}
    #top_index .top_tel_con{ display: none !important;}
}
@media screen and (max-width:991px){
    #logo:before{ display: none;}
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 1% 0 1% 3%; text-align: left;}
    #logo a img{ max-width: 70%; height: 40px;}
}
@media screen and (max-width:768px){
    #logo{ padding: 2%;}
    /*#logo a img{ max-width: 50%;}*/
}

.top_bj_active{ width: 100%; z-index: 20; top: 0; background: rgba(255,255,255,0.7); box-shadow: 0 0 20px rgba(0,0,0,0.1); position: fixed !important;}
.top_bj_active #logo{ padding: 0.5% !important;}
.top_bj_active #logo img{ transform: scale(0.9);}
.top_bj_active #nav li{ font-size: 16px;}

.top_index_active{ background: #fff !important; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.top_index_active #logo:before{ background: rgba(0,0,0,0.1) !important;}
.top_index_active #logo .show{ display: none;}
.top_index_active #logo .hidden{ display: inline-block;}
.top_index_active #nav li{ font-size: 16px;}
.top_index_active #nav li .big{ color: #333;}
.top_index_active .top_tel_con i,.top_index_active .top_tel_con p{ color: var(--theme-bg)!important;}
.top_index_active #c-header .c-switch i{ background: #333;}


#flash_pc {overflow:hidden; background: #fff; }
#flash_pc .swiper-pagination-bullet { opacity: 1;}
#flash_pc.swiper .swiper-slide img { width: 100%; height: auto; object-fit: cover; -webkit-transition: all 7s; transition: all 7s; transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}
#flash_pc.swiper .swiper-slide.swiper-slide-active img { transform:scale(1,1); -webkit-transform:scale(1,1);}
.flash-box-btn{ position: absolute;left:7vw;bottom:10%; z-index: 55;width:180px;}
.flash-box-btn .banner-swp i svg{ width:30px; height: 30px; fill:#fff}
.flash-box-btn .banner-swp.banner-swiper-next i svg{ transform: rotate(180deg)}
.num-ico-up{ border-bottom:1px solid rgba(255,255,255,0.25)}
.num-ico-up i svg{ width:20px; height: 20px; fill:#fff}
.num-ico-up #num{ font-size: 36px; color:#fff; font-family: 'shuzi'; opacity: 0.8; margin-left: 10px;}

@media(max-width: 1200px){
    #flash_pc.swiper .swiper-slide a>img{ height:600px}
}
@media(max-width: 991px){
    #flash_pc.swiper .swiper-slide a>img{ height:450px}
}


#banner,#mobile_banner{ position: relative;}
#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom: 3%;}
#banner .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 1px; transition:0.3s; opacity: 0.7; background: #fff;}
#banner .swiper-pagination-bullet-active{ width: 60px; background: #2560bd; opacity: 1;}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ color: #fff; font-size: 40px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px; line-height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }
/* 确保轮播项是相对定位，以便按钮能相对于它进行绝对定位 */
.swiper-slide {
    position: relative;
    /* 如果图片是背景图，这里可能需要设置高度，如果是img标签，通常不需要额外设置 */
}

/* 按钮容器样式 */
.banner-btn {
    position: absolute;
  
    left: 8%;
    top: 55%;
    transform: translateY(-50%);

  
    background-color: #2560bd; /* 蓝色背景 (参考图类似的颜色) */
    color: #ffffff; /* 白色文字 */
    height: 50px; /* 按钮高度 */
    padding: 0 40px 0 30px; /* 左右内边距，左边留多点给箭头或间距 */
    border-radius: 25px; /* 圆角，高度的一半形成胶囊形 */
    text-decoration: none; /* 去掉下划线 */
    font-size: 16px;
    font-weight: bold;

    /* 使用 Flex 布局让文字和箭头垂直居中 */
    display: flex;
    align-items: center;
    justify-content: center;

    /* 层级，确保在图片上方 */
    z-index: 10;

    /* 添加过渡效果 */
    transition: background-color 0.3s, transform 0.3s;
}

/* 鼠标悬停效果（可选） */
.banner-btn:hover {
    background-color: #003da6; /* 更深的蓝色 */
 color: #fff;
   
}
.banner-btn:hover .arrow-icon { transform: rotate(45deg);}
/* 箭头样式 */
.banner-btn .arrow-icon {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 10px; /* 文字和箭头的间距 */
background: url(../images/yjian.png) no-repeat right;
    /* 使用边框绘制一个简单的向右上方的箭头，或者直接旋转一个符号 */
    /* 方法A：使用边框绘制三角形并旋转 */
   transition: all 0.4s ease;

    /* 旋转 45 度 */
    

    /* 调整位置使其居中 */
    margin-top: -2px;
}


.banner-swiper .swiper-button-white:after,.banner-swiper .swiper-button-white:after{ color: #fff;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}

#mobile_banner{ position: relative;}
#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}


     /* --- 1. 主容器 (1600px 居中，只包裹左侧内容) --- */
        .main-container {
            max-width: 1600px;
            margin: 0 auto;
            position: relative; /* 为绝对定位提供参考 */
          
            /* 调试用：border: 1px solid #ddd; */
              margin-top:60px;
              margin-bottom: 190px;;
        }

        /* --- 2. 顶部区域 (标题 + 按钮) --- */
        .header-section {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 40px;
            padding-bottom: 20px;
          
           
        }
        .header-title h2 { font-size: 36px; font-weight: bold; color: #111; margin-bottom: 10px; }
        .header-title p { color: #0056b3; font-weight: bold; letter-spacing: 1px; }

        /* --- 3. 按钮组样式 --- */
        .nav-btn-group {
            display: flex;
            gap: 10px;
        }
     .nav-btn-group .swiper-button-next,.swiper-button-prev  {
    width: 60px !important;    
    height: 60px !important;
    border-radius: 50% !important;
    border: 1px solid #f8f8f8 !important;
    background: #f8f8f8 !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
    /* 清除 Swiper 默认的定位，如果你是自己布局的话 */
    position: static !important; 
   
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important; 
}



/* 鼠标悬停效果 */
.nav-btn-group .nav-btn:hover {
    background: #0056b3 !important; 
    border-color: #0056b3 !important;
}

.nav-btn-group .nav-btn:hover img,
.nav-btn-group .nav-btn:hover i {
   
    filter: brightness(0) invert(1); 
    color: #fff !important; 
}

        /* --- 4. 左侧菜单 --- */
        .category-sidebar {
            width: 140px;
            position: relative;
            z-index: 5;
        }
       

        /* --- 5. 【关键】右侧轮播容器：突破 1600px 限制 --- */
        .product-swiper-container {
            position: absolute;
            top: 150px; /* 根据标题高度调整，把轮播图拉到和菜单同一行 */
            left: 280px; /* 200px(菜单宽) + 40px(容器左padding) + 40px(间距) */
            right: -20%; /* 关键：向右延伸，超出屏幕 */
            height: 500px; /* 固定高度 */
            z-index: 1;
            padding-right: 50px; /* 给最右边留点空隙 */
        }

        /* --- 6. 卡片样式 --- */
        .product-card {
             padding-bottom: 141%; 
               position: relative; 
               
            background: url(../images/bg1.jpg) center center no-repeat;
    background-size: contain; 
            border-radius: 12px;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            color: #fff;
            transition: transform 0.3s;
             box-sizing: border-box; 
        }
        .product-card:hover { transform: translateY(-5px); }

        .img-box {
            position: absolute;
           top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     display: flex;
    align-items: center;
    justify-content: center;
     z-index: 1; 
          
        }
        .img-box img {
         position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); 
    
    width: 100%; 
    
    height: auto; 
    max-height: 100%;
    
    transition: transform 0.5s ease;
        }
        

        .card-info { position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%; 
    
    /* 原有的样式 */
    padding: 25px; 
    z-index: 2; /* 保证在图片上层 */
    box-sizing: border-box; /* 防止padding撑破宽度 */ }
        .card-info .biaot { font-size: 24px; font-weight: bold; margin-bottom: 10px; color: #fff;  margin-bottom: 15px; white-space: nowrap;      /* 2. 强制文字在一行，不换行 */
    overflow: hidden;       
    text-overflow: ellipsis; }
        .card-info p { font-size: 14px; color: #aaa; margin-bottom: 20px; flex: 1; line-height: 1.6; }
        .card-btn {
            color: #fff;
         
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
         .card-btn:hover{color: #2560bd;}
        .card-btn i { font-size: 12px; transition: 0.3s; background: url(../images/row.png) no-repeat center;  width: 12px; height:12px;}
        .card-btn:hover i { margin-left: 5px; background: url(../images/row1.png) no-repeat center;transform: rotate(45deg); }
        /* --- 响应式适配 --- */
        @media (max-width: 1200px) {
            .product-swiper-container { left: 240px; } /* 屏幕变小调整位置 */
        }

        @media (max-width: 768px) {
            /* 手机端恢复普通布局 */
            .main-container { padding: 20px; }
            .product-swiper-container { position: relative; top: 0; left: 0; right: 0; margin-top: 30px; padding-right: 0px; }
            .category-sidebar { display: none; } /* 手机端通常隐藏侧边栏 */
        }
        .home_pro{ position: relative; height: auto; overflow: hidden;}
.clear{ clear: both;}
        .tab{  text-align: center;}
.tab ul li{ cursor: pointer;   padding: 15px 0;
            cursor: pointer;
            font-size: 20px;
            color: #999999;
            transition: 0.3s;
            border-left: 3px solid transparent;
           }
 .tab ul li.action{    color: #0056b3;
            font-weight: bold;
            border-left-color: #0056b3;
            background: transparent; }


  .category-item:hover, .category-item.active {
            color: #0056b3;
            font-weight: bold;
            border-left-color: #0056b3;
            background: transparent;
        }

 .box{width: 100%; height: auto; overflow:hidden; }
 .box .item{ display: none; height: auto; width: 100%;  }
 .box .item:first-child{display: block;}
.index02{ padding-top: 162px;;padding-bottom: 162px;;}
.video{background:url(../images/video.jpg) no-repeat center top;overflow:hidden; position: relative;background-size: cover;}
.video_word{ text-align: center; color: #fff; font-size: 48px;margin-bottom: 41px;}
.video_word p{ margin-bottom: 30px;;}
.index_case{ margin-top: 72px;;}
.index_case_tit{ color: #293241; font-size: 50px; margin-top: 30px;}
.center-center {
    height: 100%;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.videoBtn a {
    position: relative;
}
/* 1. 按钮容器：负责旋转动画 */
.video-play-btn {
    display: inline-block;
   
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer; /* 鼠标放上去显示小手 */
}

/* 
.video-play-btn:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:rgba(255,255,255,0.1);
	-webkit-animation:circlepulse 1.5s ease 0s infinite;
	animation:circlepulse 1.5s ease 0s infinite; z-index: 999;
}

@keyframes circlepulse{
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}
@-webkit-keyframes circlepulse{
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}
*/

/* 按钮容器样式 */
.banner-btns {
    width: 204px;
   
    background-color: #2560bd; /* 蓝色背景 (参考图类似的颜色) */
    color: #ffffff; /* 白色文字 */
    height: 50px; /* 按钮高度 */
    padding: 0 40px 0 30px; /* 左右内边距，左边留多点给箭头或间距 */
    border-radius: 25px; /* 圆角，高度的一半形成胶囊形 */
    text-decoration: none; /* 去掉下划线 */
    font-size: 16px;
    font-weight: bold;

    /* 使用 Flex 布局让文字和箭头垂直居中 */
    display: flex;
    align-items: center;
    justify-content: center;

    /* 层级，确保在图片上方 */
    z-index: 10;

    /* 添加过渡效果 */
    transition: background-color 0.3s, transform 0.3s; margin-top: 48px;
}

/* 鼠标悬停效果（可选） */
.banner-btns:hover {
    background-color: #003da6; /* 更深的蓝色 */
 color: #fff;
   
}
.banner-btns:hover .arrow-icon { transform:rotate(-45deg);}
/* 箭头样式 */
.banner-btns .arrow-icon {
    display: block;
    width: 17px;
    height: 10px;
    margin-left: 10px; /* 文字和箭头的间距 */
background: url(../images/tou.png) no-repeat right;
    /* 使用边框绘制一个简单的向右上方的箭头，或者直接旋转一个符号 */
    /* 方法A：使用边框绘制三角形并旋转 */
   transition: all 0.4s ease;

    /* 旋转 45 度 */
    transform:rotate(0);

    /* 调整位置使其居中 */
    margin-top: -2px;
}
.fl{ float: left;}
.fr{ float: right;}
.home_about_l{ width: 27%;}

.home_about_r{ width: 54%; color: #333333; font-size: 16px;}
.home_about_pic{ margin-top: 67px;;}
.home_about_pic img{ max-width: 100%;}
.homeProducts .list{margin-top:3%;overflow:hidden;}
.homeProducts .list a{display:block;}
.homeProducts .list a .img{overflow:hidden;}
.homeProducts .list a .img img{width:100%;margin:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all 0.5s;transition:all 0.5s;}
.homeProducts .list a .bt{height:54px;font-size:16px;line-height:54px;text-align:center;overflow:hidden;background:#FFF;-webkit-transition: all 0.5s;transition: all 0.5s;}
.homeProducts .list a:hover .img img{-webkit-transform:scale(1.08);transform:scale(1.08);}
.homeProducts .list a:hover .bt{color:#FFF;background:#0b82ca;}

.home_news{overflow: hidden;
    position: relative;
    background: url(../images/home_news.jpg) no-repeat center ;
    background-size: cover; width: 100%;}


 .tabb{  text-align: center;}
 .tabb ul li{ cursor: pointer; width: 160px; height: 40px; background: #e5e5e5; line-height: 40px;;display: inline-block;}
 .tabb ul li.action { color: #fff; background: #2560bd; }
.boxx{width: 100%; height: auto; overflow:hidden; }
.boxx .item{ display: none; height: auto; width: 100%;  }
.boxx .item:first-child{display: block;}


#xinwen .swiper-container,
#xinwenn .swiper-container {
    position: relative;
    /* 给底部留出一点空间，防止内容太靠下 */
    padding-bottom: 20px; 
}

/* 1. 确保容器有相对定位，并且底部留出空间给控件 */
#xinwen .swiper-container,
#xinwenn .swiper-container {
    padding-bottom: 40px; /* 为底部的进度条和按钮留出空间 */
    position: relative;
}
#xinwenn .swiper-wrapper,#xinwen .swiper-wrapper{ padding-bottom: 63px;;}

/* 2. 进度条容器样式 - 居中显示 */
#xinwen .swiper-pagination,
#xinwenn .swiper-pagination {
    position: absolute;
    bottom: 16px; /* 距离底部的距离 */
    left: 50%; /* 水平居中 */
    transform: translateX(-50%); /* 修正居中偏移 */
    width: 80%; /* 进度条的总宽度，可根据需要调整 */
    height: 2px; /* 轨道的高度（细线） */
    background: rgba(0, 0, 0, 0.1); /* 轨道的背景颜色（灰色底） */
    border-radius: 2px;
      top: auto !important;   /* 取消顶部定位 */
    
}

/* 3. 进度条填充部分样式 */
#xinwen .swiper-pagination-progressbar,
#xinwenn .swiper-pagination-progressbar {
    background: #b3b3b3; /* 进度条的颜色（蓝色，可修改） */
    height: 2px; /* 必须与容器高度一致或略大 */
    border-radius: 2px;
}

/* 4. 左右切换按钮样式 - 居中显示在进度条两侧 */
#xinwen .swiper-button-next,
#xinwen .swiper-button-prev,
#xinwenn .swiper-button-next,
#xinwenn .swiper-button-prev {
    position: absolute !important;
    bottom: 0 !important; /* 与进度条垂直对齐，微调数值 */
    top: auto !important; /* 覆盖默认的 top 属性 */
    width: 17px !important; /* 按钮宽度 */
    height: 36px !important;  /* 按钮高度 */
    margin-top: 0 !important; /* 清除默认垂直居中边距 */
    opacity: 0.6 !important; /* 透明度 */
    transition: opacity 0.3s !important;
    background-color: #000;
    border-radius: 0 !important;
}

#xinwen .swiper-button-next,#xinwenn .swiper-button-next{ background: url(../images/z1.png) no-repeat center;}
#xinwen .swiper-button-prev,#xinwenn .swiper-button-prev{ background: url(../images/y1.png) no-repeat center !important;}

/* 鼠标悬停时变清晰 */
#xinwen .swiper-button-next:hover,
#xinwen .swiper-button-prev:hover,
#xinwenn .swiper-button-next:hover,
#xinwenn .swiper-button-prev:hover {
    opacity: 1 !important;
}

/* 左按钮定位 */
#xinwen .swiper-button-prev,
#xinwenn .swiper-button-prev {
    left: calc(80% + 180px) !important; /* 位于进度条左侧外部，根据进度条宽度调整 */
}

/* 右按钮定位 */
#xinwen .swiper-button-next,
#xinwenn .swiper-button-next {
    right: calc(80% + 180px) !important; /* 位于进度条右侧外部 */
}

.over-line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* 按钮箭头颜色 */
#xinwen .swiper-button-next:after,
#xinwen .swiper-button-prev:after,
#xinwenn .swiper-button-next:after,
#xinwenn .swiper-button-prev:after {
    font-size: 16px !important; /* 箭头大小 */
    color: #333; !important /* 箭头颜色 */
}



/*底部*/
#end_bj{ background: #1f262f; background-size: 100% 100%; width: 100%; text-align: left; position: relative;}
#end_nr_bj{ width: 100%; height: auto; color: #999999; position: relative;}
#end_nr_bj a{ color: #7c8187; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}

#end_nr_bj .end_lx1{ border-bottom: 1px solid rgba(255,255,255,0.1); padding: 30px 0;}
#end_nr_bj .end_lx1 .end_logo img{}
#end_nr_bj .end_lx1 .end_tel{ color: #fff;}
.end_word{font-size: 30px;}
#end_nr_bj .end_lx1 .end_tel i{ font-size: 40px; margin-right: 15px;}
#end_nr_bj .end_lx1 .end_tel p{ font-size: 16px;}


.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
    margin-left: 30px;;
    
    /* 尺寸与形状 */
    padding: 12px 24px; /* 上下内边距12px，左右24px */
    min-width: 140px;
    border-radius: 50px; /* 胶囊形状 */
    
    /* 颜色与边框 */
    background-color: #ffffff;
    color: #5b8ac7; /* 提取图片中的蓝色文字 */
    border: none; /* 移除默认边框 */
    cursor: pointer;
    
    /* 文字样式 */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px; /* 字间距微调 */
    
    /* 过渡效果 */
    transition: all 0.3s ease;
}

/* 鼠标悬停效果 (可选) */
.contact-btn:hover {
    background-color: #f0f4f8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(91, 138, 199, 0.2);
}

/* 箭头图标样式 */
.arrow-icon {
    display: inline-block;
    width: 12px;  /* 箭头的宽度 */
    height: 12px; /* 箭头的高度 */
    background: url(../images/row1.png) no-repeat center;
    
    
    /* 旋转 45度 形成箭头形状 */
    
    
    /* 确保旋转不影响布局流 */
    margin-top: 2px; /* 微调垂直对齐 */
}
.footer_zxx{ color:#fff; font-size: 18px;;}
.footer_line{color:#fff; font-size: 42px; font-weight: bold; margin-top: 19px; margin-bottom: 20px;}


#end_nr_bj .end_lx{ color: #b5bbc4; line-height: 35px; }
#end_nr_bj .end_lx p{ clear: both !important; margin-top: 11px; height: auto; overflow: hidden;}
#end_nr_bj .end_lx i{ float: left; margin-right: 10px; border:1px solid #fff; border-radius: 50%; width: 32px; height: 32px; text-align: center;}
#end_nr_bj .end_lx span{ display: block; float: left; width: 80%;}
#end_nr_bj .end_nav{ margin-left: auto;;}
#end_nr_bj .end_nav ul{ width: 15%;}
#end_nr_bj .end_nav ul li:first-of-type{ color: #fff; font-size: 18px; margin-bottom: 10px;}
#end_nr_bj .end_nav ul li{ height: 35px; line-height: 35px; overflow: hidden;text-overflow: ellipsis;white-space: pre;}
#end_nr_bj .end_nav ul li a{ font-size: 14px; color: #b5bbc4; transition: 0.3s;}
#end_nr_bj .end_nav ul li:hover a{ color: #fff;}
.wechat ul li { display: inline-block; margin-top: 34px; margin-right: 20px; position: relative;}
.wechat ul li font{ width: 60px; height: 60px; border:1px solid #ccc; color:#fff; line-height: 60px;; font-size: 24px;; border-radius: 50%; display: inline-block; text-align: center;}
.wechat ul li:hover font{ background: #2560bd;border:1px solid #2560bd;;}

.wechat ul li em{ position: absolute; left: -42.5px; top: 20px; z-index: 1; display: block;
     overflow: hidden; width: 140px; height: auto;  padding: 10px;  opacity: 0; transition: 0.5s;}
.wechat ul li em img{ width: 100%;}
.wechat ul li:hover em{ opacity: 1; top: 50px;}



#end_nr_bj .main .ewm{ color: #fff; text-align: center;}
#end_nr_bj .main .ewm h3{ font-size: 18px; font-weight: bold !important;}
#end_nr_bj .main .ewm p{ margin: 15px auto 5px !important; width: 50%; background: rgba(255,255,255,0.1); border-radius: 10px; padding: 15px;}
#end_nr_bj .main .ewm img{ width: 100%;}
#end_nr_bj .main .ewm span{ display: block; font-size: 14px;}

#end_line{ height: auto; padding: 10px 0; line-height: 30px; color: #96a4b5; border-top: 1px solid #2e3a48; }
#end_line a{ color: #96a4b5;}
#end_line a:hover{ color: #fff;}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#1e2830;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#1e2830;}
.footer_zx a:last-of-type{ background: var(--theme-bg);}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}

@media screen and (max-width:1700px){
    #end_nr_bj .end_lx span{ width: 84%;}
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #end_nr_bj .end_nav ul li:first-of-type{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #end_nr_bj .main .ewm p{ width: 30%;}
    #end_nr_bj .main .ewm{ margin-top: 3% !important;}
    #end_nr_bj .end_lx{ border: none;}
}
@media screen and (max-width:768px){
    #end_nr_bj .main .ewm p{ width: 50%;}
    #end_nr_bj .end_lx1{ display: none;}
    .footer_zx i{ padding: 2% 0 1%;}
}




/*首页*/
.tit_in{ position: relative; z-index: 1; line-height: 35px;}
.tit_in:before{ position: absolute; left: -40px; top: -18px; content: ''; background: url("../images/sj.png") no-repeat left top; background-size: 100% 100%; width: 78px; height: 63px;}
.tit_in p{ display: inline-block; color: #000000; font-size: 30px; position: relative; z-index: 1;}
.tit_in span{ display: block; font-size: 36px; color: #1e1e1e; font-family: Bahnschrift; font-weight: bold; text-transform: uppercase; position: relative; z-index: 1;}
.more_in i{ width: 43px; height: 43px; line-height: 43px; text-align: center; background: var(--theme-bg); color: #fff; font-size: 16px; border-radius: 100%; margin-left: 10px;}
.more_in{ color: #000000; text-transform: uppercase; font-size: 16px;}
@media screen and (max-width:1800px){
    .tit_in p{ font-size: 34px;}
    .tit_in span{ font-size: 16px;}
}
@media screen and (max-width:1600px){
    .tit_in p{ font-size: 30px;}
    .tit_in span{ font-size: 14px;}
}
@media screen and (max-width:1440px){
    .tit_before:before{ font-size: 90px;}
}
@media screen and (max-width:1200px){
    .tit_before:before{ font-size: 70px;}
    .tit_in{ line-height: 25px;}
    .tit_in p{ font-size: 22px;}
    .tit_in p:before{ width: 40px;}
    .more_in i{ font-size: 14px; width: 35px; height: 35px; line-height: 35px;}
    .more_in{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .tit_before:before{ font-size: 50px;}
    .more_in{ position: relative; z-index: 1;}
}
@media screen and (max-width:768px){
    .tit_before:before{ font-size: 36px;}
}
@media screen and (max-width:500px){
    .tit_before:before{ font-size: 30px;}
}

#cpnr{ position: relative;}
#cpnr .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; overflow: hidden;}
#cpnr .swiper-slide { background-size: cover; background-position: center; position: relative;}
#cpnr .gallery-top { height: auto; width: 100%; padding: 0 0 60px;}
#cpnr .gallery-top .swiper-slide{ line-height: 35px; font-size: 15px;}
#cpnr .gallery-top .swiper-slide ul{ padding: 0 !important; margin: 0 -15px !important; }
#cpnr .gallery-top .swiper-slide ul li{ text-align: left; margin-top: 8%; background: #f8f8f8; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#cpnr .gallery-top .swiper-slide ul li .pic p img{ max-width: 100%; height: 100%; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .font{ padding: 20px;}
#cpnr .gallery-top .swiper-slide ul li .tit p{ color: #282828; font-size: 22px; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; margin-bottom: 10px !important;}
#cpnr .gallery-top .swiper-slide ul li .tit span{ display: block; line-height: 30px; color: #999999; font-size: 16px; transition: 0.3s; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#cpnr .gallery-top .swiper-slide ul li .zx{ color: #999999; font-size: 14px; border-top: 1px solid #e5e5e5; margin-top: 10px; padding-top: 10px; position: relative;}
#cpnr .gallery-top .swiper-slide ul li .zx:before{ position: absolute; left: 0; top: -1px; content: ''; width: 0; height: 2px; background: #fff; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .zx span{ display: block; width: 20px; height: 20px; background: #f8f8f8; line-height: 20px; text-align: center; color: #999; margin-left: 10px; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide ul li .zx i{ color: #999; transform:rotate(0); transition: 0.5s;}
#cpnr .gallery-top .swiper-slide ul li:hover{ background: var(--theme-bg);}
#cpnr .gallery-top .swiper-slide ul li:hover .pic p img{ transform: scale(1.1);}
#cpnr .gallery-top .swiper-slide ul li:hover .tit p{ color: #fff;}
#cpnr .gallery-top .swiper-slide ul li:hover .tit span{ color: rgba(255,255,255,0.5);}
#cpnr .gallery-top .swiper-slide ul li:hover .zx{ color: rgba(255,255,255,0.7);}
#cpnr .gallery-top .swiper-slide ul li:hover .zx i{ color: #fff; transform:rotate(-45deg);}
#cpnr .gallery-top .swiper-slide ul li:hover .zx:before{ width: 100%;}
#cpnr .gallery-top .swiper-pagination{ top: auto; bottom: 0;}
#cpnr .gallery-top .swiper-pagination-progressbar{ background: rgba(0,0,0,0.2);}
#cpnr .gallery-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: var(--theme-bg) !important;}


#cpnr .gallery-thumbs { height: auto; padding: 0; width: 66%; box-sizing: border-box; position: absolute; left: 20%; top: -60px;}
#cpnr .gallery-thumbs .swiper-slide { cursor: pointer; transition: 0.3s;}
#cpnr .gallery-thumbs .swiper-slide .tit{ height: 50px; line-height: 50px; font-size: 15px; color: #282828; text-align: center; border-radius: 25px;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active .tit{ color: #fff; background: var(--theme-bg);}

@media screen and (max-width:1600px){
    #cpnr .gallery-top .swiper-slide ul li .tit p{ font-size: 18px; padding: 0;}
    #cpnr .gallery-top .swiper-slide ul li .tit span{ font-size: 16px;}
}
@media screen and (max-width:1440px){
    #cpnr .gallery-top .swiper-slide ul li .tit p{ font-size: 18px;}
    #cpnr .gallery-top .swiper-slide ul li .tit span{ font-size: 14px;}
    #cpnr .gallery-thumbs .swiper-slide{ line-height: 25px;}
    #cpnr .gallery-thumbs{top: -60px;}
}
@media screen and (max-width:1200px){
    #cpnr .gallery-thumbs{ padding: 0; left: 0; width: 100%;}
    #cpnr{ margin-top: 3%;}
    #cpnr .gallery-thumbs{ position: relative; top: 0;}
    #cpnr .gallery-top .swiper-slide ul li{ padding: 10px;}
    #cpnr .gallery-top .swiper-slide ul .col-6{ padding: 0 5px;}
    #cpnr .gallery-top .swiper-slide ul li .tit p{ font-size: 16px;}
    #cpnr .gallery-top .swiper-slide ul li .tit span{ font-size: 12px;}
    #cpnr .gallery-top .swiper-slide ul li .zx{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #cpnr .gallery-top .swiper-slide ul{ margin: 0 auto !important;}
    #cpnr .gallery-top .swiper-slide ul li .font{ padding: 0;}
    #cpnr .gallery-top .swiper-slide ul li .tit p{ margin: 0 !important;}
}
@media screen and (max-width:768px){
    #cpnr .gallery-top .swiper-slide ul li .tit span{ display: none;}
    #cpnr .gallery-top .swiper-slide ul li .tit p{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide ul li .zx{ margin-top: 10px;}
}


#jjbj{ background: url("../images/jjbj.jpg") no-repeat center bottom;}
#jjbj .main{ background: url("../images/jj_eng.png") no-repeat right 80px;}
#jjbj .row{ margin-top: 3% !important;}
#jjbj .tit{ position: relative; padding-bottom: 10px;}
#jjbj .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 100px; background: var(--theme-bg); height: 3px;}
#jjbj .tit p{ color: #dedede; font-size: 36px; font-family: Bahnschrift; text-transform: uppercase; padding-bottom: 5px !important;}
#jjbj .tit span{ color: #434343; font-size: 30px;}
/*#jjbj .content{ font-size: 16px; color: #666666; width: 95%; line-height: 40px; margin: 5% 0 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}*/

#jjbj .content{ width: 95%; color: #999999; font-size: 16px; padding-right: 20px; line-height: 35px; height: 180px; margin: 5% 0; overflow-y: scroll;}
#jjbj .content::-webkit-scrollbar{
    width:3px;
    height:6px;
}
#jjbj .content::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #e8e8e8;
}
#jjbj .content::-webkit-scrollbar-thumb{
    background: #c3002f;
}


#jjbj .more{ position: relative; width: 20%; text-align: center; height: 50px; line-height: 50px; border: 1px solid var(--theme-bg); color: var(--theme-bg); transition: 0.3s; overflow: hidden; border-radius: 25px;}
#jjbj .more p{ position: relative; z-index: 1;}
#jjbj .more:before { content: ""; position: absolute; left: -150%; top: -150%; background: var(--theme-bg); width: 300%; height: 300%; border-radius: 50%;  transition: 0.5s; transform: scale(0);}
#jjbj .more:hover:before{ transform: scale(1);}
#jjbj .more:hover p{ color: #fff;}
#jjbj .pic{ position: relative;}
#jjbj .pic i{ width: 60px; height: 60px; background: var(--theme-bg); position: absolute; left: 0; bottom: -20px; line-height: 60px; text-align: center; color: #fff; font-size: 20px;}

.gsjj_lb{ padding-top: 3% !important;}
.gsjj_lb li{ text-align: center; position: relative; padding: 0 4%;}
.gsjj_lb li:before{ position: absolute; right: 0; top: 0; content: ''; width: 1px; height: 60%; border-right: 1px solid #d9d9d9;}
.gsjj_lb li:last-of-type:before{ display: none;}
.gsjj_lb li .float-start{ text-align: left !important;}
.gsjj_lb li p{ color: #c3002f; font-size: 55px; min-height: 44px; font-family: Bahnschrift; letter-spacing: -3px; position: relative; display: inline-block; transition: 0.3s;}
.gsjj_lb li p sub{ color: #fff; font-size: 13px; text-align: center; width: 20px; height: 20px; background: #ca1323; border-radius: 100%; line-height: 20px; position: absolute; right: -30px; bottom: 25%; letter-spacing: 0;}
.gsjj_lb li span{ display: block; font-size: 16px; padding-top: 5px;}
.gsjj_lb li i{ float: right; color: #ca1323; font-size: 46px; margin-left: 10%;}




@media screen and (max-width:1440px){
    .gsjj_lb li p{ font-size: 50px;}
    .gsjj_lb li p sub{ font-size: 14px;}
    .gsjj_lb li span{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .gsjj_lb li{ line-height: 30px;}
    .gsjj_lb li p{ font-size: 32px; background: none; min-height: auto;}
    .gsjj_lb li p sub{ right: -80%;}
    .gsjj_lb li span{ font-size: 12px;}
    .gsjj_lb li i{ font-size: 36px;}
}
@media screen and (max-width:991px){
    #jjbj .main{ background: url("../images/jj_eng.png") no-repeat right 80px; background-size: 100%;}
    #jjbj .pic{ margin-top: 3%;}
    #jjbj .more{ width: 35%;}
    #jjbj{ padding: 20px 0;}
    #jjbj .content{ width: 100%;}
    .gsjj_lb li:nth-of-type(2n):before{ display: none;}
    .gsjj_lb li{ margin: 2% 0; line-height: 25px;}
    .gsjj_lb li p{ font-size: 40px;}
}


#anli{ position: relative;}
#anli .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; overflow: hidden;}
#anli .swiper-slide { background-size: cover; background-position: center; position: relative;}
#anli .gallery-top { height: auto; width: 100%; padding: 0 0 60px;}
#anli .gallery-top .swiper-slide{ line-height: 35px; font-size: 15px;}
#anli .gallery-top .swiper-slide ul{ padding: 0 !important; margin: 0 -15px !important; }
#anli .gallery-top .swiper-slide ul li{ text-align: left; margin-top: 8%; background: #f8f8f8; transition: 0.3s;}
#anli .gallery-top .swiper-slide ul li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; transition: 0.3s;}
#anli .gallery-top .swiper-slide ul li .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#anli .gallery-top .swiper-slide ul li .pic p img{ max-width: 100%; height: 100%; transition: 0.3s;}
#anli .gallery-top .swiper-slide ul li .font{ padding: 20px;}
#anli .gallery-top .swiper-slide ul li .tit p{ color: #282828; font-size: 22px; transition: 0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; margin-bottom: 10px !important;}
#anli .gallery-top .swiper-slide ul li .tit span{ display: block; line-height: 30px; color: #999999; font-size: 16px; transition: 0.3s; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#anli .gallery-top .swiper-slide ul li .zx{ color: #999999; font-size: 14px; border-top: 1px solid #e5e5e5; margin-top: 10px; padding-top: 10px; position: relative;}
#anli .gallery-top .swiper-slide ul li .zx:before{ position: absolute; left: 0; top: -1px; content: ''; width: 0; height: 2px; background: #fff; transition: 0.3s;}
#anli .gallery-top .swiper-slide ul li .zx span{ display: block; width: 20px; height: 20px; background: #f8f8f8; line-height: 20px; text-align: center; color: #999; margin-left: 10px; transition: 0.3s;}
#anli .gallery-top .swiper-slide ul li .zx i{ color: #999; transform:rotate(0); transition: 0.5s;}
#anli .gallery-top .swiper-slide ul li:hover{ background: var(--theme-bg);}
#anli .gallery-top .swiper-slide ul li:hover .pic p img{ transform: scale(1.1);}
#anli .gallery-top .swiper-slide ul li:hover .tit p{ color: #fff;}
#anli .gallery-top .swiper-slide ul li:hover .tit span{ color: rgba(255,255,255,0.5);}
#anli .gallery-top .swiper-slide ul li:hover .zx{ color: rgba(255,255,255,0.7);}
#anli .gallery-top .swiper-slide ul li:hover .zx i{ color: #fff; transform:rotate(-45deg);}
#anli .gallery-top .swiper-slide ul li:hover .zx:before{ width: 100%;}
#anli .gallery-top .swiper-pagination{ top: auto; bottom: 0;}
#anli .gallery-top .swiper-pagination-progressbar{ background: rgba(0,0,0,0.2);}
#anli .gallery-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: var(--theme-bg) !important;}


#anli .gallery-thumbs { height: auto; padding: 0; width: 66%; box-sizing: border-box; position: absolute; left: 20%; top: -60px;}
#anli .gallery-thumbs .swiper-slide { cursor: pointer; transition: 0.3s;}
#anli .gallery-thumbs .swiper-slide .tit{ height: 50px; line-height: 50px; font-size: 15px; color: #282828; text-align: center; border-radius: 25px;}
#anli .gallery-thumbs .swiper-slide-thumb-active .tit{ color: #fff; background: var(--theme-bg);}

@media screen and (max-width:1600px){
    #anli .gallery-top .swiper-slide ul li .tit p{ font-size: 18px; padding: 0;}
    #anli .gallery-top .swiper-slide ul li .tit span{ font-size: 16px;}
}
@media screen and (max-width:1440px){
    #anli .gallery-top .swiper-slide ul li .tit p{ font-size: 18px;}
    #anli .gallery-top .swiper-slide ul li .tit span{ font-size: 14px;}
    #anli .gallery-thumbs .swiper-slide{ line-height: 25px;}
    #anli .gallery-thumbs{top: -60px;}
}
@media screen and (max-width:1200px){
    #anli .gallery-thumbs{ padding: 0; left: 0; width: 100%;}
    #anli{ margin-top: 3%;}
    #anli .gallery-thumbs{ position: relative; top: 0;}
    #anli .gallery-top .swiper-slide ul li{ padding: 10px;}
    #anli .gallery-top .swiper-slide ul .col-6{ padding: 0 5px;}
    #anli .gallery-top .swiper-slide ul li .tit p{ font-size: 16px;}
    #anli .gallery-top .swiper-slide ul li .tit span{ font-size: 12px;}
    #anli .gallery-top .swiper-slide ul li .zx{ font-size: 12px;}
}
@media screen and (max-width:991px){
    #anli .gallery-top .swiper-slide ul{ margin: 0 auto !important;}
}
@media screen and (max-width:768px){
    #anli .gallery-top .swiper-slide ul li .tit span{ display: none;}
    #anli .gallery-top .swiper-slide ul li .tit p{ font-size: 14px;}
    #anli .gallery-top .swiper-slide ul li .zx{ margin-top: 10px;}
}



#ysbj{ background: url("../images/ysbj.jpg") no-repeat center;}
#ysbj .tit_in span,#ysbj .tit_in p{ color: #fff;}


#wenhua{ position: relative; margin-top: 5% !important; padding: 0 3px;}
#wenhua .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#wenhua .swiper-slide {
    text-align: left;
    transition:0.3s;
    position: relative;
    border: 1px solid #fff;
    padding: 4% 3%;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#wenhua .swiper-slide i{ height: 60px; line-height: 60px; margin-bottom: 10%; transition: 0.3s;}
#wenhua .swiper-slide p{ color: #fff; font-size: 24px; transition: 0.3s;}
#wenhua .swiper-slide span{ color: rgba(255,255,255,0.5); text-transform: uppercase; font-size: 14px; display: block; transition: 0.3s;}
#wenhua .swiper-slide .con{ color: #fff; line-height: 32px; font-size: 16px; padding-top: 5%; min-height: 180px;}
#wenhua .swiper-slide:hover{ background: rgba(38,49,65,0.8); border: 1px solid rgba(38,49,65,0.8);}
#wenhua .swiper-slide:hover b{ opacity: 1; right: -10px; top: 0;}
#wenhua .swiper-slide:hover i,#wenhua .swiper-slide:hover p{ color: #fff;}
#wenhua .swiper-slide:hover span{ color: rgba(255,255,255,0.7);}
#wenhua .swiper-slide:hover i{ transform: translateY(-20px); }
#wenhua .swiper-slide:hover p,#wenhua .swiper-slide:hover span{ transform: translateY(-20px);}
@media screen and (max-width:1440px){
    #wenhua .swiper-slide p{ font-size: 22px;}
    #wenhua .swiper-slide span{ font-size: 15px;}
}
@media screen and (max-width:1200px){
    #wenhua .swiper-slide .con{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #wenhua .swiper-slide i{ font-size: 40px;}
    #wenhua .swiper-slide p{ font-size: 20px;}
    #wenhua .swiper-slide span{ display: block; min-height: 77px; font-size: 14px;}
}



.recommendbox { margin-top: 3%; padding: 2.5% 0; }
.recommendbox .swiper-container { width: 50% !important; margin: 0 auto; border-radius: 20px; overflow: hidden; }
.recommendbox .swiper-container .swiper-slide { }
.recommendbox .swiper-container.currentSwiper { position: relative; z-index: 2; }
.recommendbox .swiper-container.leftSwiper, .recommendbox .swiper-container.rightSwiper { cursor: pointer; position: absolute; z-index: 1; margin: auto; top: 0; bottom: 0; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }
.recommendbox .swiper-container.leftSwiper { left: 0; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.recommendbox .swiper-container.rightSwiper { right: 0; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.recommendbox .swiper-container.noCurrentSwiper::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }



#xinwen{position: relative; margin-top: 3%;}
#xinwen .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xinwen .swiper-slide {
    transition:0.5s;
    position: relative;
    border: 1px solid #f2f4f7;
    background: #f2f4f7;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xinwen .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 55%; position: relative; overflow: hidden;}
#xinwen .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xinwen .swiper-slide .con{ width: 100%; padding: 3% 5%; text-align: left;}
#xinwen .swiper-slide .con .time{ color: #a6a6a6; font-size: 14px; font-family: 'engfont';}
#xinwen .swiper-slide .con .tit{ font-size: 18px; color: #26334c; width: 100%;  margin: 3% 0 3%;}
#xinwen .swiper-slide .con .titr{ margin-bottom:3%;}
#xinwen .swiper-slide .con .more{ font-size: 14px; color: #999;}
#xinwen .swiper-slide .con .more i{ font-size: 16px; margin-left: 10px;}
#xinwen .swiper-slide:hover img{ transform: scale(1.1);}
#xinwen .swiper-slide:hover{ background: var(--theme-bg);}
#xinwen .swiper-slide:hover .con .time,#xinwen .swiper-slide:hover .con .tit,#xinwen .swiper-slide:hover .con .more,.swiper-slide:hover .con .titr{ color: #fff;}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    #xinwen .swiper-slide .con .tit{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #xinwen .swiper-slide .con .tit{  display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;}
}



#xinwenn{position: relative; margin-top: 3%;}
#xinwenn .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#xinwenn .swiper-slide {
    transition:0.5s;
    position: relative;
    border: 1px solid #f2f4f7;
    background: #f2f4f7;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xinwenn .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 55%; position: relative; overflow: hidden;}
#xinwenn .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xinwenn .swiper-slide .con{ width: 100%; padding: 3% 5%; text-align: left;}
#xinwenn .swiper-slide .con .time{ color: #a6a6a6; font-size: 14px; font-family: 'engfont';}
#xinwenn .swiper-slide .con .tit{ font-size: 18px; color: #26334c; width: 100%;  margin: 3% 0 3%;}
#xinwenn .swiper-slide .con .more{ font-size: 14px; color: #999;}
#xinwenn .swiper-slide .con .more i{ font-size: 16px; margin-left: 10px;}
#xinwenn .swiper-slide:hover img{ transform: scale(1.1);}
#xinwenn .swiper-slide:hover{ background: var(--theme-bg);}
#xinwenn .swiper-slide:hover .con .time,#xinwenn .swiper-slide:hover .con .tit,#xinwenn .swiper-slide:hover .con .more{ color: #fff;}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1440px){
    #xinwenn .swiper-slide .con .tit{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #xinwenn .swiper-slide .con .tit{ display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;}
}

.xwmore{ margin-top: 3%; height: 60px; border: 1px solid #e6e8ed; text-align: center; width: 100%; line-height: 60px; color: #666f80; font-size: 16px; transition: 0.5s;}
.xwmore i{ margin-left: 10px; font-size: 12px;}
.xwmore:hover{ background: var(--theme-bg); color: #fff;}






#ssjs{ text-align: center; margin-top: 3%; padding: 0 8%;}
#ssjs .swiper-container {
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
#ssjs .swiper-slide {
    transition:0.3s;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}
#ssjs .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 45%; position: relative; overflow: hidden; background: #000;}
#ssjs .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; opacity: 0.5; transition: 0.3s;}
#ssjs .swiper-slide .font{ padding: 7% 5%; width: 35%; color: #fff; text-align: left; position: absolute; left: 5%; bottom: -70px; z-index: 1; background: rgba(198,19,34,0.9); opacity: 0; transition: 0.5s; overflow: hidden;}
#ssjs .swiper-slide .font .tit{ background: url("../images/al_line.png") repeat-x center bottom; position: relative; padding-bottom: 20px; line-height: 45px; }
#ssjs .swiper-slide .font .tit p{ color: #fff; font-size: 30px; font-weight: bold;}
#ssjs .swiper-slide .font .tit span{ position: absolute; left: 0; top: 0; font-size: 60px; font-family: Bahnschrift; color: rgba(255,255,255,0.1); text-transform: uppercase; font-weight: bold; letter-spacing: -2px;}
#ssjs .swiper-slide .font .tit .nr{ color: #fff; font-size: 20px;}
#ssjs .swiper-slide .font ul{ padding: 10% 0 !important;}
#ssjs .swiper-slide .font ul li i{ float: left; margin-right: 10px;}
#ssjs .swiper-slide .font ul li{ font-size: 16px; line-height: 30px; margin-bottom: 6%; color: #fff !important;}
#ssjs .swiper-slide .font .jiantou{ display: block; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.5); text-align: center; line-height: 40px; transition: 0.3s; color: #fff;}
#ssjs .swiper-slide .font:before{ position: absolute; left: -20%; bottom: -50%; content: ''; width: 480px; height: 480px; border-radius: 100%; background: rgba(255,255,255,0.05); transition: transform .5s,opacity .3s; opacity: 0; transform: translate(-30%, 30%);}
#ssjs .swiper-slide .font:after{ position: absolute; right: -20%; bottom: -60%; content: ''; width: 480px; height: 480px; border-radius: 100%; background: rgba(255,255,255,0.05);  transition: transform .8s,opacity .5s; opacity: 0; transform: translate(-30%, 20%);}

#ssjs .swiper-slide-active .pic img{ opacity: 1;}
#ssjs .swiper-slide-active .font{ opacity: 1; bottom: 0;}
#ssjs .swiper-slide-active .font:before,#ssjs .swiper-slide-active .font:after{opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}
#ssjs .swiper-slide:hover .font .jiantou{ background: #fff;}
#ssjs .swiper-slide:hover .font .jiantou i{ color: #c81323;}
#ssjs .swiper-slide:hover .font:before,#ssjs .swiper-slide:hover .font:after{ transform: translate(-10%, 10%);}

#ssjs .swiper-button-next:after,#ssjs .swiper-button-prev:after{ display: none;}
#ssjs .swiper-button-next{ background: #c61322; width: 90px; height: 50px; line-height: 50px; right: -45px; top: 45%; transition: 0.3s;}
#ssjs .swiper-button-prev{ background: #c61322; width: 90px; height: 50px; line-height: 50px; left: -45px; top: 45%; transition: 0.3s;}
#ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ color: #fff; font-size: 35px;}

#ssjs .swiper-button-next:hover,#ssjs .swiper-button-prev:hover{ background: #333;}

@media screen and (max-width:1440px){
    #ssjs .swiper-slide .font{ width: 40%; padding: 3%;}
    #ssjs .swiper-slide .font ul{ padding: 5% 0 !important;}
}
@media screen and (max-width:1200px){
    #ssjs .swiper-button-next{ right: 0;}
    #ssjs .swiper-button-prev{ left: 0;}
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ width: 50px; height: 50px; line-height: 50px;}
    #ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ font-size: 25px;}
    #ssjs .swiper-slide .font .tit{ line-height: 30px;}
    #ssjs .swiper-slide .font .tit p{ font-size: 24px;}
    #ssjs .swiper-slide .font .tit span{ font-size: 40px;}
    #ssjs .swiper-slide .font .tit .nr{ font-size: 16px;}
    #ssjs .swiper-slide .font .jiantou{ display: none;}
    #ssjs .swiper-slide .font ul li{ line-height: 30px; font-size: 14px;}
    #ssjs .swiper-slide .font:before{ left: -50%; bottom: -85%;}
    #ssjs .swiper-slide .font:after{ right: -60%; bottom: -90%;}
}
@media screen and (max-width:991px){
    #ssjs{ padding: 0;}
    #ssjs .swiper-slide{flex-direction: column;}
    #ssjs .swiper-slide .font{ position: relative; left: 0; bottom: 0; width: 100%; opacity: 1; min-height: 245px;}
    #ssjs .swiper-slide .font ul{ padding: 2% 0 0 !important;}
    #ssjs .swiper-slide .font ul li{ margin: 0;}
    #ssjs .swiper-slide .font{ padding: 3%;}
    #ssjs .swiper-slide{ padding-bottom: 0;}
    #ssjs .swiper-slide .font:before,#ssjs .swiper-slide .font:after{ display: none;}
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ top: 30%;}
}
@media screen and (max-width:768px){
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ width: 40px; height: 40px; line-height: 40px;}
    #ssjs .swiper-button-next i,#ssjs .swiper-button-prev i{ font-size: 20px;}
    #ssjs .swiper-button-next,#ssjs .swiper-button-prev{ top: 25%;}
}


 .tabx{  text-align: center; margin-top: 35px;;}
 .tabx ul li{ cursor: pointer; width: 160px; height: 40px; border-radius: 20px;; background: #e5e5e5; line-height: 40px;;display: inline-block;}
 .tabx ul li.action { color: #fff; background: #2560bd; }
.boxt{width: 100%; height: auto; overflow:hidden; }
.boxt .item{ display: none; height: auto; width: 100%;  }
.boxt .item:first-child{display: block;}


/* 基础重置与变量定义 */
.custom-service-section {
  font-family: "Microsoft YaHei", Arial, sans-serif;

 
  box-sizing: border-box;
}

/* 容器：限制最大宽度 1600px 并居中 */
.custom-service-section .container {

  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  justify-content: space-between; /* 项目之间留白 */
  gap: 30px; /* 项目间距 */
}

/* 单个服务项 */
.custom-service-section .service-item {
  flex: 1; /* 平均分配宽度 */
  min-width: 300px; /* 最小宽度，防止过窄 */
  background: #f8f8f8;
  padding: 60px 40px;

  text-align: left;
  position: relative;
  overflow: hidden; /* 隐藏溢出的内容，配合进度条动画 */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eaeaea;
}

/* 鼠标移入整体轻微上浮 */
.custom-service-section .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* 图标容器 */
.custom-service-section .icon-box {
  width: 60px;
  height: 60px;
  background-color: #fff; /* 默认白底 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 2px solid #eee; /* 默认浅边框 */
  transition: all 0.3s ease; /* 平滑过渡 */
}

/* 图标本身 (假设使用 FontAwesome 或 SVG) */
.custom-service-section .icon-box .icon {
  font-size: 28px;
  color: #333; /* 默认深色图标 */
  transition: all 0.3s ease;
}

/* --- 悬停效果 (Hover) --- */

/* 1. 图标背景变蓝，边框变蓝 */
.custom-service-section .service-item:hover .icon-box {
  background-color: #2560bd; /* 蓝色背景 */
  border-color: #2560bd;
}

/* 2. 图标变白 (或你想要的蓝色) */
.custom-service-section .service-item:hover .icon-box .icon {
  color: #fff; /* 白色图标，在蓝底上更清晰 */
  /* 如果你坚持图标也是蓝色，请改为 color: #0056b3; */


}
.custom-service-section .service-item:hover .icon-box .icon img{ filter: brightness(0) invert(1);}

/* 3. 底部伸缩进度条 */
.custom-service-section .service-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0%; /* 初始宽度为0 */
  background-color: #2560bd; /* 进度条颜色 */
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 缓动效果 */
}

/* 悬停时进度条展开 */
.custom-service-section .service-item:hover::after {
  width: 100%;
}

/* 标题样式 */
.custom-service-section .service-item h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
}

/* 段落文本样式 */
.custom-service-section .service-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-top: 27px;
}

/* --- 响应式调整 --- */
@media (max-width: 992px) {
  .custom-service-section .container {
    flex-direction: column;
  }
  .custom-service-section .service-item {
    width: 100%;
  }
}


   /* --- 防冲突容器样式 --- */
        .my-swiper-3d-container {
            width: 100%;
            padding: 50px 0;
            /* 限制最大宽度，防止在超大屏上无限拉伸导致看不清 */
          
            position: relative;
        }

        /* 包裹每一张卡片的容器 */
        .my-swiper-3d-container .swiper-slide {
           
          
            /* 阴影效果，增加立体感 */
          
            /* 隐藏溢出内容，保持圆角 */
            overflow: hidden;
            /* 关键：确保内容居中 */
            display: flex;
            justify-content: center;
            align-items: center;
            /* 默认高度，JS会根据宽度计算或保持比例 */
          
        }

        /* 图片样式：铺满整个滑块 */
        .my-swiper-3d-container .swiper-slide img {
            max-width: 100%;
           
            object-fit: cover; /* 保持图片比例填充 */
            display: block;
        }

        /* --- 响应式处理 --- */
        /*
           针对你的要求：中间宽度 1600px。
           注意：1600px 非常宽，在普通 1920x1080 屏幕上会占满全屏。
           在小屏幕上必须缩小，否则会破坏布局。
        */
        @media (max-width: 1920px) {
            .my-swiper-3d-container .swiper-slide {
                /* 稍微调整高度以适应宽度 */
               height: 460px;
            }
        }

        @media (max-width: 1600px) {
            .my-swiper-3d-container .swiper-slide {
              height: 100%;
            }
        }

        @media (max-width: 1366px) {
            /* 笔记本屏幕适配 */
            .my-swiper-3d-container .swiper-slide {
               height: 100%;
            }
        }

        @media (max-width: 768px) {
            /* 移动端适配：改为单列堆叠或较小的卡片 */
            .my-swiper-3d-container .swiper-slide {
                 height: 100%;
                border-radius: 5px;
            }
        }
 
.innerShows{overflow:hidden; background: #f8f8f8;}
.innerShows .list{margin-top:3%;overflow:hidden;}
.innerShows .list a{display:block;}
.innerShows .list a .img{overflow:hidden;}
.innerShows .list a .img img{width:100%;margin:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all 0.5s;transition:all 0.5s;}
.innerShows .list a .bt{height:54px;font-size:16px;line-height:54px;text-align:center;overflow:hidden;background:#f8f8f8;-webkit-transition: all 0.5s;transition: all 0.5s;}
.innerShows .list a:hover .img img{-webkit-transform:scale(1.08);transform:scale(1.08);}
.innerShows .list a:hover .bt{color:#FFF;background:#0b82ca;}
.innerTitle .en{ font-size: 44px; font-weight: bold; color:#000; text-align: center;}
.innerTitle .cn{ color: #333333;font-size:18px;text-align: center; margin-top: 36px;;} 
/* 控制栏整体布局 */
.swiper-custom-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px; /* 距离图片区域的间距 */
    position: relative;
}

/* 左右按钮通用样式 */
.swiper-custom-controls .swiper-button-prev,
.swiper-custom-controls .swiper-button-next {
    position: static; /* 取消绝对定位，让其参与Flex布局 */
    margin: 0 15px;   /* 按钮与进度条之间的间距 */
    width: 40px;      /* 按钮宽度 */
    height: 40px;     /* 按钮高度 */
   
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;      /* 箭头颜色 */
    opacity: 1;       /* 确保不透明 */
    transition: all 0.3s;
    border:none !important;
}

.swiper-custom-controls .swiper-button-next{ background: url(../images/y1.png) no-repeat center !important;}
.swiper-custom-controls .swiper-button-prev{ background: url(../images/z1.png) no-repeat center !important;}

.swiper-custom-controls .swiper-button-prev:hover{background: url(../images/zz1.png) no-repeat center !important;}

.swiper-custom-controls .swiper-button-next:hover {
  background: url(../images/yy1.png) no-repeat center !important;
}


/* 进度条轨道 (灰色背景) */
.swiper-progress-outer {
    flex-grow: 1;     /* 占据剩余所有空间 */
    height: 4px;      /* 进度条高度 */
    background-color: #e0e0e0; /* 轨道颜色 */
    border-radius: 2px;
    overflow: hidden;
    margin: 0 10px;   /* 进度条与按钮的间距 */
}

/* 进度条填充 (蓝色动态部分) */
.swiper-progress-inner {
    height: 100%;
    width: 0;         /* 初始宽度为0 */
    background-color: #0b82ca; /* 进度条颜色 */
    border-radius: 2px;
    transition: width 0.3s ease; /* 宽度变化动画 */
}
/*公司简介*/
#wenhua_zy{ padding: 0; margin-top: 3%;}
#wenhua_zy .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wenhua_zy .swiper-slide {
    text-align: left;
    transition: 0.3s;
    background: #f8f8f8;
    background-size: 100% 100%;
    padding: 5% 3%;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
}
#wenhua_zy .swiper-slide i{ width: 67px; height: 67px; display: block; overflow: hidden;}
#wenhua_zy .swiper-slide i img{ margin-left: 0; transition: 0.3s;}
#wenhua_zy .swiper-slide h2{ display: block; color: #222222; font-size: 24px; margin-top: 100px !important; transition: 0.3s;}
#wenhua_zy .swiper-slide p{ color: #666666; font-size: 18px; padding-top: 20px !important; min-height: 100px; transition: 0.3s;}
#wenhua_zy .swiper-slide:hover{ background: url("../images/whbj2.png") no-repeat left top; background-size: 100% 100%;}
#wenhua_zy .swiper-slide:hover i img{ margin-left: -67px;}
#wenhua_zy .swiper-slide:hover h2{ color: #fff;}
#wenhua_zy .swiper-slide:hover p{ color: rgba(255,255,255,0.5);}
@media screen and (max-width:1440px){
    #wenhua_zy .swiper-slide p{ font-size: 16px;}
}
@media screen and (max-width:1200px){
    #wenhua_zy .swiper-slide h2{ font-size: 20px;}
    #wenhua_zy .swiper-slide p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #wenhua_zy .swiper-slide{ padding-top: 10%;}
}
@media screen and (max-width:765px){
    #wenhua_zy .swiper-slide p{ font-size: 14px;}
}



.hzhb{background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;}

.homeProducts .list{margin-top:3%;overflow:hidden;}
.homeProducts .list a{display:block;}
.homeProducts .list a .img{overflow:hidden;}
.homeProducts .list a .img img{width:100%;margin:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all 0.5s;transition:all 0.5s;}
.homeProducts .list a .bt{height:54px;font-size:16px;line-height:54px;text-align:center;overflow:hidden;background:#FFF;-webkit-transition: all 0.5s;transition: all 0.5s;}
.homeProducts .list a:hover .img img{-webkit-transform:scale(1.08);transform:scale(1.08);}
.homeProducts .list a:hover .bt{color:#FFF;background:#0b82ca;}


.zzry{position: relative; margin-top: 4%;}
.zzry .swiper-container {padding-bottom: 7%; overflow: hidden;}
.zzry .swiper-slide { display: flex; flex-direction: column; background: #fff; padding: 35px 35px 20px; border-radius: 20px; position: relative;}
.zzry .swiper-slide .inimg{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
.zzry .swiper-slide .inimg a{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.zzry .swiper-slide .inimg a img{ max-width: 100%; height: 100%; transition: 0.5s;}
.zzry .swiper-slide p{ border-top: 1px solid #ecf2f3; height: 70px; line-height: 70px; text-align: center; color: #717171; font-size: 16px; transition: 0.3s; margin-top: 35px !important;}
.zzry .swiper-slide:hover .inimg img{transform: scale(1.1);}
.zzry .swiper-button-next,.zzry .swiper-button-prev{ width: 75px; height: 75px; border-radius: 100%; background: #fff; border: 1px solid #e6e7e7; line-height: 75px; text-align: center; color: #636363; top: auto; bottom: 0;  opacity: 1 !important; z-index: 3; transition: 0.3s;}
.zzry .swiper-button-prev{ left: 44%;}
.zzry .swiper-button-next{ right: 44%;}
.zzry .swiper-button-next:after,.zzry .swiper-button-prev:after{ font-size: 22px;}
.zzry .swiper-button-next:hover,.zzry .swiper-button-prev:hover{ background: var(--theme-bg);}
.zzry .swiper-button-next:hover:after,.zzry .swiper-button-prev:hover:after{ color: #fff;}
@media screen and (max-width:1440px){
    .zzry .swiper-container{ padding-bottom: 10%;}
    .zzry .swiper-button-prev{ left: 42%;}
    .zzry .swiper-button-next{ right: 42%;}
}
@media screen and (max-width:991px){
    .zzry .swiper-button-next,.zzry .swiper-button-prev{ width: 50px; height: 50px; line-height: 50px;}
    .zzry .swiper-button-next:after,.zzry .swiper-button-prev:after{ font-size: 20px;}
}
@media screen and (max-width:768px){
    .zzry .swiper-button-prev{ left: 38%;}
    .zzry .swiper-button-next{ right: 38%;}
    .zzry .swiper-container{ padding-bottom: 15%;}
}
@media screen and (max-width:450px){
    .zzry .swiper-button-prev{ left: 35%;}
    .zzry .swiper-button-next{ right: 35%;}
}

.inner_company_tit{ color: #2560bd; font-size: 44px; font-weight: bold;} 
.inner_company_tex{ margin-top: 41px; color: #333333;  font-size: 18px;}
.video_show{position: relative;}

.home_about_pic{ position: relative;}
.btn_img{ position: absolute; bottom: 10px; right: 10px;}
/*公共*/
#zi_banner{ width: 100%; height: auto; position: relative; overflow: hidden;}
#zi_banner .pic{ text-align: center; overflow: hidden;}
#zi_banner .pic img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 50%; text-align: left; width: 100%; z-index: 2; color: #fff;  line-height: 40px;  transform: translateY(-50%);  }
#zi_banner .main .tit{ position: relative; text-align: center;; }
#zi_banner .main .tit:before{ left: 0; top: 5%; content: '';   position: absolute;}
#zi_banner .main h2{ font-size: 56px; font-weight: bold !important;}
#zi_banner .main p{ font-size: 20px; margin-top: 20px;}
#zi_banner .home{ position: absolute; left: 0; bottom: 47px; z-index: 2; text-align: center; width: 100%; color: #fff;}
#zi_banner .home i{ display: inline-block; color: #fff; margin-right: 10px;}
#zi_banner .home a{ padding: 0 5px; color: #fff;}
#zi_banner .cphome{ position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%;}
#zi_banner .cphome .container{ position: relative; height: 95px; color: #fff;}
#zi_banner .cphome .container:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 150%; height: 100%; background: rgba(0,0,0,0.5);}

#zi_banner .main_xw{ position: absolute; top: 45%; left: 0; width: 100%; color: #fff; z-index: 2; height: 50px; line-height: 50px; padding: 0;}
#zi_banner .main_xw .news-detail-title .h3{ text-align: center; color: #fff !important; border-bottom: none; font-weight: bold !important; margin-bottom: 2%; font-size: 42px; line-height: 65px;}
#zi_banner .main_xw .news-detail-title .b{ text-align: center !important; color: #efefef !important; font-size: 18px;}


@media screen and (max-width:1440px){
    #zi_banner .main h2{ font-size: 30px; }
    #zi_banner .main .news-detail-title .h3{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #zi_banner .main h2{ font-size: 26px;}
    #zi_banner .main p{ font-size: 14px;}
    #zi_banner .main{ padding-top: 8%;}
    #zi_banner .main .news-detail-title .h3{ font-size: 22px;}
    #zi_banner .main .news-detail-title .b{ font-size: 16px;}
}
@media screen and (max-width:991px){
    #zi_banner .home{ font-size: 12px;}
    #zi_banner .pic img{ width: 150%; margin-left: -15%;}
    #zi_banner .main{ padding-top: 15%;}
    #zi_banner .main p{ line-height: 20px;}
    #zi_banner .main .news-detail-title .h3{ line-height: 35px;}
    #zi_banner .main .news-detail-title .b{ font-size: 14px;}
}
@media screen and (max-width:768px) {
    #zi_banner .pic img { width: 195%; margin-left: -25%;}
    #zi_banner .main{ padding-top: 20%;}
    #zi_banner .main h2{ font-size: 20px;}
    #zi_banner .main p{ font-size: 12px;}
    #zi_banner .main .news-detail-title .h3{ font-size: 14px; line-height: 20px;}
    #zi_banner .main .news-detail-title .b{ font-size: 12px;}
}


#homebj{ height: 80px; line-height: 80px; box-shadow: 0 5px 10px rgba(0,0,0,0.05);}
#homebj li{ padding: 0 2%; transition: 0.3s; position: relative; font-size: 15px;}
#homebj li:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 6px; background: var(--theme-bg); transition: 0.3s;}
#homebj li i{ margin-right: 10px; display: none;}
#homebj li i:nth-of-type(1){ display: block;}
#homebj li em{ position: absolute; left: 44%; bottom: 0; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: transparent transparent #fff;}
#homebj li:hover{ background: #0050aa; color: #fff;}
#homebj li:hover a{ color: #fff;}
#homebj li:hover:before{ width: 100%; left: 0;}

.nydh{ border-bottom: 1px solid #d6d6d6;}
.inner_corm{ color:#000; font-size: 44px; font-weight: bold; float: left;;} 
.zy_search_form{ width: 20%; float: right;}
.zy_search_form #search_name{ width: 80%; height: 44px; line-height: 44px; float: left;border:solid 1px #e7e7e7;border-top-left-radius: 5px;border-bottom-left-radius: 5px; outline: none; color: #999999;font-family: "å¾®è½¯é›…é»‘"; font-size: 12px;background: #fff url("../images/search.png") 10px center no-repeat;text-indent: 40px;}
.zy_search_form #button{ width: 20%; height: 44px; line-height: 44px; background: #2560bd; float: right;border-top-right-radius: 5px;border-bottom-right-radius: 5px; cursor: pointer;color: #fff;font-size: 14px;text-align: center; border:none;outline: none; transition: 0.3s;}
.zy_search_form #button:hover{ background: #333;}
@media screen and (max-width:768px){
    .zy_search_form{ width: 100%; margin-top: 0; float: none;}
}
.all_cp{ float: left; width: 116px; height: 52px; background:#f8f8f8; color: #000000; font-size: 16px; line-height: 52px; text-align: center; border-radius: 20px;;}

.all_cp_r{ float: left; width: 100%;}

.type{overflow:hidden;   ;}
 .type a{ -webkit-transition: all .4s ease;

    -moz-transition: all .4s ease;

    transition: all .4s ease; margin-left:2%; margin-bottom: 20px;;   float: left;font-size:16px; padding-left:20px; padding-right:20px;line-height: 52px;color:#000;text-align:center;line-height:52px;border-radius:20px;display:block;background-color:#f8f8f8;}
 .type a:hover{color:#FFF; background: #2560bd;}
 .type a.select{color:#FFF;}

.type a.current {
   color:#FFF;
    background: #0055a5;
}


#cpnav{ padding: 0; overflow: hidden;}
#cpnav .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#cpnav .swiper-slide {
    text-align: center;
    transition: 0.3s;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cpnav .swiper-slide a{ display: block; width: 100%; color: #fff; height: 95px; line-height: 95px; font-size: 18px; transition: 0.3s;}
#cpnav .swiper-slide a i{ margin-left: 20px;}
#cpnav .swiper-slide:hover a{ color: var(--theme-bg);}
@media screen and (max-width:1800px){
    #cpnav .swiper-slide a{font-size: 16px;}
}
@media screen and (max-width:1600px){
    #cpnav .swiper-slide a{font-size: 15px;}
}
@media screen and (max-width:1440px){
    #zi_banner .cphome .container{ height: 70px;}
    #cpnav .swiper-slide a{ height: 70px; line-height: 70px; font-size: 13px;}
}
@media screen and (max-width:768px){
    #zi_banner .cphome .container{ height: 50px;}
    #cpnav .swiper-slide a{ height: 50px; line-height: 50px; font-size: 13px;}
}


.hui{ background: #f1f3f6;}
.bai{ background: #fff;}


/*.khal li{ margin-bottom: 5%; transition: 0.3s;}*/
/*.khal li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}*/
/*.khal li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}*/
/*.khal li .tit{ width: 100%; padding: 8%; background: #f5f5f5; transition: 0.5s;}*/
/*.khal li .tit p{ width: 80%; color: #303030; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }*/
/*.khal li .tit span{ display: block; width: 50px; height: 50px; text-align: center; border-radius: 100%; line-height: 50px; background: #fff; transition: 0.3s; margin-top: 5%;}*/
/*.khal li .tit span i{ transform:rotate(-45deg); font-size: 20px;}*/
/*.khal li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.1);}*/
/*.khal li:hover .pic img{ transform: scale(1.1);}*/
/*.khal li:hover .tit span{ background: var(--theme-bg);}*/
/*.khal li:hover .tit span i{ color: #fff;}*/
/*.khal li:hover .tit{ background: url("../images/cphover_bj.jpg") no-repeat bottom center;}*/
.innerCrumb{overflow:hidden; border-bottom: 1px solid #ccc;}

.innerCrumb .subpage{width:100%;}
.innerCrumb .subpage.s4{    width: 100%;
    display: flex;             
    justify-content: center;  
    align-items: center; }
.innerCrumb .subpage.s4 li{height:64px;line-height:64px;text-align:center;overflow:hidden;margin: 0 15px; list-style: none;  }
.innerCrumb .subpage.s4 li a{height:64px;color:#333;padding:0 20px;position:relative;display:inline-block;}
.innerCrumb .subpage.s4 li a img{margin-right:10px;}
.innerCrumb .subpage.s4 li a:hover{color:#2560bd;font-weight:bold;}
.innerCrumb .subpage.s4 li a:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:2px;background:#2560bd;-webkit-transition:all 0.5s;transition:all 0.5s;}
.innerCrumb .subpage.s4 li a:hover:after{width:100%;left:0;}
.clearfix::after{ /* 清除浮动，避免布局错乱 */
    content: "";
    display: block;
    clear: both;
}


.pages {font-size:14px;color: #646464;margin:20px 0px;text-align: center;}
.pages .pagination{ justify-content: center;}
.pages a{margin:0px 6px;padding:4px 10px;font-size: 14px;color: #646464;border:1px solid rgb(220,220,220);}
.pages span {margin:0px 6px;padding:4px 10px;font-size: 14px;color: #fff;background: rgb(5,73,148);border: rgb(5,73,148) solid 1px;}
.pages a:hover{background: rgb(5,73,148);border: rgb(5,73,148) solid 1px;color: #fff;}

.pic_lb li{ margin-bottom: 5%; transition: 0.5s; position: relative;;}
.pic_lb li .img{display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
.pic_lb li .img1{display: block; width: 100%; height: 0; padding-bottom: 60%; position: relative; text-align: center; overflow: hidden;}
.pic_lb li .img1 p{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; border: 1px solid #efefef; text-align: center; transition: 0.3s;}
.pic_lb li .img1 p img{  max-width: 100% !important; height: 100%;}
.pic_lb li .img .font{ position: absolute; left: 0; top: 0; color: #fff; width: 100%; height: 100%; padding: 23% 5% 0; background: rgba(0,0,0,0.6); opacity: 0; text-align: center; overflow: hidden; transition:opacity 0.3s;-webkit-transition:opacity 0.3s}
.pic_lb li .img .font i{ width:0; height:1px; background-color:rgba(255,255,255,0.4); margin: 5px 0; transition:width 0s 0.3s;}
.pic_lb li .img .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img .font .text1 div{transform:translateY(101%);}
.pic_lb li .img .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img .font .text2 div{transform:translateY(-104%);}

.pic_lb li .img1 .font{ position: absolute; left: 0; top: 0; color: #fff; width: 100%; height: 100%; padding: 23% 5% 0; background: rgba(0,0,0,0.6); opacity: 0; text-align: center; overflow: hidden; transition:opacity 0.3s;-webkit-transition:opacity 0.3s}
.pic_lb li .img1 .font i{ width:0; height:1px; background-color:rgba(255,255,255,0.4); margin: 5px 0; transition:width 0s 0.3s;}
.pic_lb li .img1 .font .text-style1 div{transition:transform 0s 0.3s;}
.pic_lb li .img1 .font .text1{font-size:18px; overflow: hidden;}
.pic_lb li .img1 .font .text1 div{transform:translateY(101%);}
.pic_lb li .img1 .font .text2{opacity:0.6; overflow: hidden;}
.pic_lb li .img1 .font .text2 div{transform:translateY(-104%);}

.pic_lb li:hover .font .text-style1 div{ transform:translateY(0%); transition:transform 0.5s 0.5s;}
.pic_lb li:hover .img .font{ opacity: 1;}
.pic_lb li:hover .img .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.pic_lb li:hover .img1 .font{ opacity: 1;}
.pic_lb li:hover .img1 .font i{opacity:1;width:100%;transition:width 0.5s 0.3s;-webkit-transition:width 0.5s 0.3s}

.full_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.css3 {
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.logo-badge {
    position: absolute;
    bottom: 60px;           /* 距离顶部的距离 */
    right: 57px;         /* 距离右侧的距离 */
    width: 129px;         /* 圆圈宽度 */
    height: 129px;        /* 圆圈高度 */
    background-color: #fff; /* 背景白色 */
    border-radius: 50%;  /* 关键属性：将正方形变成圆形 */
    z-index: 99;         /* 确保图标显示在图片上方 */
   /* 可选：添加一点阴影增加立体感 */
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;    /* 确保图片不会溢出圆圈 */
}

/* 3. 控制圆圈内部的图片大小 */
.logo-badge img {
    width: 129px;         /* Logo图片的大小（比圆圈小一点） */
    height: auto;
    display: block;
}

.pic_lb li .titt{ width: 100%; padding: 4%; background: #f5f5f5; transition: all 0.5s;}
.pic_lb li .titt p{ width: 80%; color: #333333; font-size: 24px; font-weight: bold; height: 50px; line-height: 50px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; }
.pic_lb li .titt span{display: inline-block;;  text-align: center;   transition: 0.3s; margin-top: 2px;;}
.pic_lb li .titt span i{ transform:rotate(-45deg); font-size: 20px; transition: 0.5s;}
.pic_lb li .titt .seemore font{ display: inline-block;}
.pic_lb li .titt .seemore{ position: relative;
  display: inline-block;
  text-decoration: none;}
.pic_lb li .titt .seemore{}

.pic_lb li .titt .seemore::after {
  content: '';
  position: absolute;
  width: 70%; 
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #777777;
  transition: width 0.3s ease; 
}

.pic_lb li:hover .titt .seemore::after{  background-color: #2560bd;}
.pic_lb li:hover .titt .seemore{ color: #2560bd;}

.pic_lb li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.pic_lb li:hover .pic img{ transform: scale(1.1);}
.pic_lb li:hover .titt span{}
.pic_lb li:hover .titt span i{ color: #2560bd; transform:rotate(0deg);}
.pic_lb li:hover .titt{ background: #fff;}

@media screen and (max-width:991px){
    .pic_lb li .img .font .text1{ font-size: 14px;}
    .pic_lb li .title p{ font-size: 14px;}
}



#alpic{display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative; text-align: center; overflow: hidden;}
#alpic img{width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}


/*产品中心*/
/*.cpsub_lb{ position: relative;}*/
/*!*.cpsub_lb:before{ position: absolute; right: 0; top: 0; width: 1px; height: 100%; content: ''; background: #dddddd;}*!*/
/*.cpsub_lb li{ margin-bottom: 5px; background: #e8e8e8; height: 40px; line-height: 40px; padding-left: 10px;}*/
/*.cpsub_lb li p{ color: #333; font-size: 16px; padding-left: 10px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}*/
/*.cpsub_lb li i{ font-size: 14px;}*/
/*.cpsub_lb li i img{ width: 30px; height: auto; vertical-align: middle; transition: 0.3s;}*/
/*.cpsub_lb li:hover{ background: var(--theme-bg);}*/
/*.cpsub_lb li:hover i{ color: #fff;}*/
/*.cpsub_lb li:hover i img{ filter: grayscale(100%) brightness(100);}*/
/*.cpsub_lb li:hover p{  color: #fff;}*/
/*.cpsub_lb li#li-on{ background: var(--theme-bg);}*/
/*.cpsub_lb li#li-on i{ color: #fff;}*/
/*.cpsub_lb li#li-on i img{ filter: grayscale(100%) brightness(100);}*/
/*.cpsub_lb li#li-on p{ color: #fff;}*/



.cpsub_lb{ position: relative; padding-bottom: 3% !important;}
.cpsub_lb li{ float: left; width: 13%; margin: 0 5px 5px; background: #e8e8e8; height: 40px; line-height: 40px; padding-left: 10px;}
.cpsub_lb li p{ color: #333; font-size: 16px; padding-left: 10px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.cpsub_lb li i{ font-size: 14px;}
.cpsub_lb li i img{ width: 30px; height: auto; vertical-align: middle; transition: 0.3s;}
.cpsub_lb li:hover{ background: var(--theme-bg);}
.cpsub_lb li:hover i{ color: #fff;}
.cpsub_lb li:hover i img{ filter: grayscale(100%) brightness(100);}
.cpsub_lb li:hover p{  color: #fff;}
.cpsub_lb li#li-on{ background: var(--theme-bg);}
.cpsub_lb li#li-on i{ color: #fff;}
.cpsub_lb li#li-on i img{ filter: grayscale(100%) brightness(100);}
.cpsub_lb li#li-on p{ color: #fff;}



.tit_cp i{ width: 50px; overflow: hidden;}
.tit_cp i img{ width: 50px; position:relative; margin-left: -50px; filter:drop-shadow(50px 0px 0 #0b53c0);}
.tit_cp p{ font-size: 36px; margin-left: 20px !important;}

.cplb{ margin-top: 1% !important;}
.cplb li{ background: #fff; border:1px solid #ccc; margin-top: 8%; text-align: center; position: relative; overflow: hidden;}
.cplb li:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 3px; background: #0b53c0; transition: 0.3s;}
.cplb li .img{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; margin: 8% 0;}
.cplb li .img p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cplb li .img p img{ max-width: 100%; height: 100%; transition: 0.5s;}
.cplb li .title{}
.cplb li .title h3{ color: #333333; font-size: 24px; height: 40px; transition: 0.3s;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.cplb li .title em{ color: #999999; font-size: 16px;}
.cplb li .more{ color: #2560bd; font-size: 16px; transform: translateY(25px); opacity: 0; transition: 0.3s;}
.cplb li .more i{ font-size: 20px; margin-left: 10px;}
.cplb li:hover:before{ left: 0; width: 100%;}
.cplb li:hover .img img{transform: scale(1.1);}
.cplb li:hover .more{ opacity: 1; transform: translateY(0); }
.cplb li:hover .title h3{ color: var(--theme-bg);}



.cplb li .bbt{height:43px;font-size:18px;font-weight:bold;line-height:43px;margin-top:4%;overflow:hidden;}
.cplb li .des{height:24px;font-size:15px;line-height:24px;color:#666666;overflow:hidden;}
.cplb li .bbtn{width:40%;height:43px;font-size:15px; border: 1px solid #ccc;;    color:#666666;text-align:center;line-height:43px;margin:4% 0 0 0;margin-bottom: 26px; overflow:hidden;float:left;}
.cplb li .btn2{margin-right:0;}

.cplb li:hover .bbtn{ background: #2560bd; color: #fff;;}





.con_zyy li{ background: #fff; border:1px solid #ccc; margin-bottom: 8%; text-align: center; position: relative; overflow: hidden; list-style: none;}
.con_zyy li:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 3px; background: #0b53c0; transition: 0.3s;}
.con_zyy li .img{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; margin: 8% 0;}
.con_zyy li .img p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.con_zyy li .img p img{ max-width: 100%; height: 100%; transition: 0.5s;}
.con_zyy li .title{}
.con_zyy li .title h3{ color: #333333; font-size: 24px; height: 40px; transition: 0.3s;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.con_zyy li .title em{ color: #999999; font-size: 16px;}
.con_zyy li .more{ color: #2560bd; font-size: 16px; transform: translateY(25px); opacity: 0; transition: 0.3s;}
.con_zyy li .more i{ font-size: 20px; margin-left: 10px;}
.con_zyy li:hover:before{ left: 0; width: 100%;}
.con_zyy li:hover .img img{transform: scale(1.1);}
.con_zyy li:hover .more{ opacity: 1; transform: translateY(0); }
.con_zyy li:hover .title h3{ color: var(--theme-bg);}



.con_zyy li .bbt{height:43px;font-size:18px;font-weight:bold;line-height:43px;margin-top:4%;overflow:hidden;}
.con_zyy li .des{height:24px;font-size:15px;line-height:24px;color:#666666;overflow:hidden;}
.con_zyy li .bbtn{width:40%;height:43px;font-size:15px; border: 1px solid #ccc;;    color:#666666;text-align:center;line-height:43px;margin:4% 0 0 0;margin-bottom: 26px; overflow:hidden;float:left;}
.con_zyy li .btn2{margin-right:0;}

.con_zyy li:hover .bbtn{ background: #2560bd; color: #fff;;}


.cpzytit{ padding: 8% 0 3%;}
.cpzytit .tit{ line-height: 45px;}
.cpzytit .tit h2{ font-size: 18px; color: var(--theme-bg);}
.cpzytit .tit p{ color: #2e2e2e; font-size: 24px;}
.cpzytit .font{ text-align: right;}
.cpzytit .font h2{ color: #222222; font-size: 30px; font-weight: bold !important; position: relative; margin-top: -70px !important;}
.cpzytit .font p{ font-size: 120px; font-family: Bahnschrift !important; font-weight: bold !important; background: linear-gradient(to bottom, rgba(191,191,191,0.2), rgba(255,255,255,0.01)); -webkit-background-clip: text; color: transparent; height: 120px; line-height: 120px; text-transform: uppercase;}
@media(max-width: 1600px){
    .cpsub_lb li p{ font-size: 14px;}
}

@media(max-width: 1440px){
    .cplb li .title h3{ font-size: 20px; height: 30px;}
    .cplb li .title em{ font-size: 14px;}
    .cplb li .more{ font-size: 14px;}


.con_zyy li .title h3{ font-size: 20px; height: 30px;}
    .con_zyy li .title em{ font-size: 14px;}
    .con_zyy li .more{ font-size: 14px;}

    .cpzytit .font p{ font-size: 80px;}
    .cpsub_lb li{ width: 19%;}
}
@media(max-width: 1200px){
    .cpzytit .font p{ font-size: 60px;}
    .cpzytit .tit h2{ font-size: 14px;}
    .cpzytit .tit p{ font-size: 20px;}
    .cpsub_lb li{ width: 23%;}
}
@media(max-width: 991px){
    .tit_cp p{ font-size: 28px;}
    .tit_cp i{ width: 40px;}
    .tit_cp i img{ width: 40px;}
    .cpzytit{ padding-top: 13%;}
    .cpsub_lb li i{ display: none;}
    .cpsub_lb li p{ padding: 0 !important; font-size: 12px;}
    .cpsub_lb li{ height: 30px; line-height: 30px;}
}
@media(max-width: 768px){
    .tit_cp{ margin-top: 5%;}
    .tit_cp p{ font-size: 22px;}
    .tit_cp i{ width: 30px;}
    .tit_cp i img{ width: 30px;}
    .cpzytit{ padding-top: 18%;}
    .cplb li .title h3{ font-size: 16px;}
    .cplb li .title em{ font-size: 12px;}
    .cplb li .more{ font-size: 12px;}
    .cpsub_lb li{ width: 31%;}
}
@media(max-width: 500px){
    .cpzytit{ padding-top: 25%;}
}
@media(max-width: 400px){
    .cpsub_lb li{ width: 47%;}
}


.cpleft .swiper {
    width: 100%;
    height: 100%;
}

.cpleft .swiper-slide {
    text-align: center;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cpleft .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; text-align: center; overflow: hidden; margin: 0 auto !important; background: #fff;}
.cpleft .swiper-slide .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cpleft .swiper-slide .pic p img{ max-width: 100%; height: 100%;}
.cpleft .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
.cpleft .swiper-slide { background-size: cover; background-position: center;}
.cpleft .mySwiper2 { height: 80%; width: 100%;   border: 1px solid #ccc;}
.cpleft .mySwiper2 .swiper-button-next:after,.cpleft .mySwiper2 .swiper-button-prev:after{ color: var(--theme-bg);}
.cpleft .mySwiper { height: 22%; box-sizing: border-box; padding: 10px 0 0;}
.cpleft .mySwiper .swiper-slide { width: 25%; height: 100%;}
.cpleft .mySwiper .swiper-slide .pic{ border: 2px solid #fff; transition: 0.3s; background: #fff;}
.cpleft .mySwiper .swiper-slide .pic p img{ max-width: 100%; height: 100%;}
.cpleft .mySwiper .swiper-slide-thumb-active .pic { border: 2px solid var(--theme-bg); }
@media screen and (max-width:1200px){
    .cpleft .mySwiper{  height: 30%;}
    .cpleft .mySwiper2{ height: 70%;}
}
@media screen and (max-width:991px){
    .cpleft{ padding-top: 3% !important;}
}


.cp_right{ padding-left: 5%;}
.cp_right h2{ font-size: 36px; font-weight: bold !important; padding: 20px 0 10px !important; color: #2560bd;}
.cp_right ul{ padding: 0px 0 30px !important; border-bottom: 1px solid #e5e5e5; position: relative;}
.cp_right ul:before{ position: absolute; left: 0; bottom: -1px; content: ''; width: 10%; height: 2px; background: var(--theme-bg);}
.cp_right ul li{ border: 1px solid #e4eaef; height: 54px; line-height: 54px; font-size: 16px; padding: 0 20px 0 45px; margin-right: 20px;}
.cp_right ul li p{ position: relative;}
.cp_right ul li p:before{ position: absolute; left: -25px; top: 23px; content: ''; width: 12px; height: 8px; background: var(--theme-bg); transform: skewX(-30deg);}
.cp_right .con{ color: #666666; font-size: 16px; margin: 5% 0 7%; line-height: 35px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; min-height: 238px;}
.cp_right dl{ margin-bottom: 8% !important;}
.cp_right dl dt{ color: #2d2d2d; font-size: 18px; font-weight: bold; border-bottom: 1px solid #dedede; height: 45px;}
.cp_right dl dt i{ width: 20px; height: 20px; background: var(--theme-bg); color: #fff; font-size: 13px; line-height: 20px; margin-right: 10px; text-align: center;}
.cp_right dl dd{ color: #666666; font-size: 16px; margin: 20px 0 0 !important;}
.cp_right .cpdg{ width: 90%;}
.cp_right .order-btn{ height: 50px; line-height: 50px; border-radius: 20px; color: #fff; font-size: 16px; background: #444444; margin-right: 2%;;}
.cp_right .order-btn a{ color: #fff;}
.cp_right .order-btn i{ font-size: 26px; margin-right: 20px;}



.cp_right .zixun-btn{ height: 50px; line-height: 50px; border-radius: 20px; color: #fff; font-size: 16px; background: #2560bd;}
.cp_right .zixun-btn i{  color: #fff;}
.cp_right .zixun-btn span{ display: block; font-weight: bold; margin-left: 10px; color: #fff;}
.cp_right .cp_ewm{ width: 55px; height: 55px; text-align: center; line-height: 55px; border-radius: 100%; background: var(--theme-bg); position: relative;}
.cp_right .cp_ewm i{ color: #fff; font-size: 28px;}
.cp_right .cp_ewm em{ position: absolute; left: -42.5px; bottom: 50px; z-index: 1; display: block; overflow: hidden; width: 140px; height: auto; background: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 0 15px rgba(0,109,207,0.5); opacity: 0; transition: 0.5s;}
.cp_right .cp_ewm em img{ width: 100%;}
.cp_right .cp_ewm:hover em{ opacity: 1; bottom: 70px;}
@media screen and (max-width:1440px){
    .cp_right h2{ font-size: 30px;}
    .cp_right ul li{ font-size: 13px;}
    .cp_right ul li i{ font-size: 10px;}
    .cp_right .con{ font-size: 14px;}
    .cp_right .order-btn{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .cp_right .zixun-btn{ font-size: 22px;}
    .cp_right .zixun-btn i{ font-size: 30px;}
    .cp_right .order-btn i{ font-size: 20px;}
    .cp_right ul li{ padding: 0 5px 0 30px; margin-right: 5px;}
    .cp_right .con{-webkit-line-clamp: 2; line-height: 30px;}
    .cp_right dl dd{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .cp_right .cpdg{ width: 100%;}
    .cp_right .cp_ewm{ display: none;}
    .cp_right h2{ font-size: 24px;}
    .cp_right .con{ margin: 3% 0;}
    .cpleft{ padding: 3% 0 0;}
}
@media screen and (max-width:768px){
    .cp_right ul li{ float: left; width: 48%;}
    .cp_right .order-btn{ height: 40px; line-height: 40px;}
}
@media screen and (max-width:450px){
    .cp_right .zixun-btn{ font-size: 18px;}
    .cp_right .zixun-btn i{ font-size: 18px;}
}

.xwzx{ color:#333333; font-size: 44px; font-weight: bold; margin-bottom: 40px;}

#cpbtqh{ width: 100% !important; transition:0.3s; text-align: center;  margin-top: 2%;}
.cpbt{ margin: 0 auto !important;background: #f8f9fe; border-bottom: 2px solid #2560bd; height: 70px; line-height: 70px; width: 100%; transition:0.3s;}
.cpbt li{ color: #666666; font-size: 16px; width: 12%; text-align: center; position: relative; transition:0.3s;}
.cpbt li a{ color: #666666;}
.cpbt li:after{ position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; content: ''; background: #fff; transition: 0.3s;}
.cpbt li:before{ position: absolute; right: 0; top: 30%; width: 1px; height: 40%; content: ''; background: #d5d5d5;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover:after{ position: absolute; left: 25%; bottom: 0; width: 50%; height: 3px; content: ''; background: var(--theme-bg);}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: var(--theme-bg);}
.cpbt li.current:after{ left: 25%; width: 50%; background: var(--theme-bg);}
@media screen and (max-width:1200px){
    .cpbt li{ width: 15%;}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .cpbt li{ width: 25%; font-size: 13px;}
}


.tit_cpinfo{ padding-left: 25px;}
.tit_cpinfo p{ color: #2a2a2a; font-size: 24px; font-weight: bold !important; position: relative;}
.tit_cpinfo p:before{ position: absolute; left: -25px; top: 12px; content: ''; width: 12px; height: 8px;  transform: skewX(-30deg);}
.tit_cpinfo span{ color: #999999; font-size: 16px; font-family: Bahnschrift; text-transform: uppercase; padding-left: 10px;}
.con_zy{ color: #696969; font-size: 16px; padding: 3% 0 5%; line-height: 35px; border:1px solid #ccc; padding-left: 3%;  margin-top: 42px;; padding-right: 3%; width: 73%; float:left ;}
.con_zy table{ width: 100% !important; margin-top: 3% !important;}
.con_zy table td{ border: 1px solid #efefef;}

.con_zyy{ width: 24%; float:right; margin-top: 42px;;}

@media screen and (max-width:991px){
    .con_zy{ font-size: 14px; line-height: 30px;}
    .tit_cpinfo p{ font-size: 18px;}
    .tit_cpinfo span{ font-size: 14px;}
}

#cpinfo_ys{ position: relative; margin: 2% 0 0;}
#cpinfo_ys .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}
#cpinfo_ys .swiper-slide {
    text-align: left;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    background: #f7f9fa;
    border: 1px solid #f3f4f5;
    padding: 2.5%;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#cpinfo_ys .swiper-slide .tit{ border-bottom: 1px solid #e3e7ed; position: relative; transition: 0.3s; padding-bottom: 10px;}
#cpinfo_ys .swiper-slide .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 15%; height: 2px; background: var(--theme-bg); transition: 0.3s;}
#cpinfo_ys .swiper-slide .tit i{ color: var(--theme-bg); font-size: 40px;}
#cpinfo_ys .swiper-slide .tit .float-start{ padding-left: 20px;}
#cpinfo_ys .swiper-slide .tit .float-start p{ color: #333333; font-size: 24px; font-weight: bold;}
#cpinfo_ys .swiper-slide .tit .float-start span{ color: #474747; font-size: 14px; text-transform: uppercase;}
#cpinfo_ys .swiper-slide .con{ color: #666666; font-size: 16px; line-height: 35px; padding-top: 8%; min-height: 235px; transition: 0.3s;}
#cpinfo_ys .swiper-slide:hover{ background: var(--theme-bg); border-radius: 20px;}
#cpinfo_ys .swiper-slide:hover .tit{ border-bottom: 1px solid rgba(255,255,255,0.1);}
#cpinfo_ys .swiper-slide:hover .tit:before{ background: #fff;}
#cpinfo_ys .swiper-slide:hover .tit i{ color: #fff;}
#cpinfo_ys .swiper-slide:hover .tit .float-start p{ color: #fff;}
#cpinfo_ys .swiper-slide:hover .tit .float-start span{ color: rgba(255,255,255,0.5);}
#cpinfo_ys .swiper-slide:hover .con{ color: rgba(255,255,255,0.7);}


@media screen and (max-width:1700px){
    #cpinfo_ys .swiper-slide .tit .float-start p{ font-size: 20px;}
    #cpinfo_ys .swiper-slide .tit .float-start span{ font-size: 12px;}
    #cpinfo_ys .swiper-slide .con{ font-size: 15px; line-height: 30px;}
}
@media screen and (max-width:1200px){
    #cpinfo_ys .swiper-slide .tit .float-start p{ font-size: 18px;}
    #cpinfo_ys .swiper-slide .tit .float-start span{ font-size: 12px;}
    #cpinfo_ys .swiper-slide .con{ font-size: 14px; line-height: 30px;}
}
@media screen and (max-width:991px){
}


.fuwu{ margin-top: 2% !important;}
.fuwu li{ border: 1px solid #e7eaee; text-align: center; width: 10%; padding: 15px 0; border-radius: 10px; transition: 0.3s;}
.fuwu li i{ color: #666666; font-size: 30px; height: 40px; line-height: 40px; transition: 0.3s;}
.fuwu li p{ color: #343434; font-size: 16px; transition: 0.3s;}
.fuwu li:hover{ background: #a1acb8;}
.fuwu li:hover i,.fuwu li:hover p{ color: #fff;}
@media screen and (max-width:1200px){
    .fuwu li p{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .fuwu li{ float: left; width: 23%; margin: 1%;}
}

#xgcp{ overflow: hidden;}
#xgcp .swiper-container {
    margin: 0;
    width: 100%;
    padding: 2% 0 0;
    height: 100%;
}
#xgcp .swiper-slide {
    background: #fff;
    border-radius: 10px;
    padding: 3% 2% 2%;
    text-align: center;
    position: relative;
    overflow: hidden;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#xgcp .swiper-slide:before{ position: absolute; left: 50%; bottom: 0; content: ''; width: 0; height: 5px; background: #c90b0e; transition: 0.3s;}
#xgcp .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden; margin: 8% 0;}
#xgcp .swiper-slide .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.5s;}
#xgcp .swiper-slide .title{}
#xgcp .swiper-slide .title h3{ color: #333333; font-size: 22px; height: 40px; transition: 0.3s;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#xgcp .swiper-slide .title em{ color: #999999; font-size: 16px;}
#xgcp .swiper-slide .more{ color: #c90b0e; font-size: 16px; transform: translateY(25px); opacity: 0; transition: 0.3s;}
#xgcp .swiper-slide .more i{ font-size: 20px; margin-left: 10px;}
#xgcp .swiper-slide:hover:before{ left: 0; width: 100%;}
#xgcp .swiper-slide:hover .img img{transform: scale(1.1);}
#xgcp .swiper-slide:hover .more{ opacity: 1; transform: translateY(0); }
#xgcp .swiper-slide:hover .title h3{ color: var(--theme-bg);}
@media screen and (max-width:1440px){
    #xgcp .swiper-slide .title h3{ font-size: 18px; height: 30px;}
    #xgcp .swiper-slide .title em{ font-size: 14px;}
    #xgcp .swiper-slide .more{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #xgcp .swiper-slide{ padding-top: 5%;}
}






/*新闻中心*/
.xwinfo{ padding: 5% 7%; font-size: 16px; line-height: 40px; border-radius: 20px; margin-top: 3%;}
.xwinfo img{ display: block; margin: 0 auto 3%; max-width: 80%;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    .xwinfo{ padding: 5%; font-size: 14px; line-height: 30px;}
}

.xwtit{ text-align: left; position: relative; line-height: 50px; padding-bottom: 20px;}
.xwtit h3{ color: #3c3c3c; font-size: 30px; font-weight: bold !important;}
.xwtit p{ color: rgba(60,60,60,0.1); font-family: eng; font-size: 48px; text-transform: uppercase;}
.xwtit span{ display: block; font-size: 16px; color: #999;}
.xwtit:before{ position: absolute; content: ''; left: 0; bottom: 0; width: 4%; height: 2px; background: var(--theme-bg);}


#xw_tj{ margin: 3% 0 3% !important; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#xw_tj .col-12{ padding: 0;}
#xw_tj .swiper { width: 100%; height: 100%; }
#xw_tj .swiper-slide {
    color: #333;
    text-align: left;

    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#xw_tj .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
#xw_tj .swiper-slide { background-size: cover; background-position: center;}
#xw_tj .mySwiper2 { height: 100%; width: 100%; position: relative;}
#xw_tj .mySwiper2 .swiper-slide{ overflow: hidden; padding: 10% 7% 0;}
#xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 28px; color: #333333; height: auto; line-height: 50px; margin-bottom:20px;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .content{ font-size: 16px; margin: 3% 0 5%; color: #545454; line-height: 35px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xw_tj .mySwiper2 .swiper-slide .time{ color: #999; margin-right: 10px; font-family: 'engfont' !important;}
#xw_tj .mySwiper2 .swiper-slide .time i{ margin-right: 10px; font-size: 20px;}
#xw_tj .mySwiper2 .swiper-slide .more{ float: right; position: relative; width: 20%; text-align: center; height: 50px; line-height: 50px; border: 1px solid var(--theme-bg); color: var(--theme-bg); transition: 0.3s; overflow: hidden; border-radius: 25px;}
#xw_tj .mySwiper2 .swiper-slide .more p{ position: relative; z-index: 1;}
#xw_tj .mySwiper2 .swiper-slide .more:before { content: ""; position: absolute; left: -150%; top: -150%; background: var(--theme-bg); width: 300%; height: 300%; border-radius: 50%;  transition: 0.5s; transform: scale(0);}
#xw_tj .mySwiper2 .swiper-slide .more:hover:before{ transform: scale(1);}
#xw_tj .mySwiper2 .swiper-slide .more:hover p{ color: #fff;}
#xw_tj .mySwiper { height: 100%; box-sizing: border-box;}
#xw_tj .mySwiper .swiper-slide { width: 25%; height: 100%; opacity: 0.5; overflow: hidden;}
#xw_tj .mySwiper .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden; transition: 0.3s;}
#xw_tj .mySwiper .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xw_tj .mySwiper .swiper-slide:hover .pic img{ transform: scale(1.05);}
#xw_tj .mySwiper .swiper-slide-thumb-active { opacity: 1;}
#xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ width: 60px; height: 60px; background: var(--theme-bg); border-radius: 5px; transition: 0.3s;}
#xw_tj .mySwiper2 .swiper-button-next:after,#xw_tj .mySwiper2 .swiper-button-prev:after{ display: none;}
#xw_tj .mySwiper2 .swiper-button-next i,#xw_tj .mySwiper2 .swiper-button-prev i{ color: #fff; font-size: 24px; transition: 0.3s;}
#xw_tj .mySwiper2 .swiper-button-next{ top: auto; bottom: 20px; left: 130px;}
#xw_tj .mySwiper2 .swiper-button-prev{ top: auto; bottom: 20px; left: 50px;}
#xw_tj .mySwiper2 .swiper-button-next:hover,#xw_tj .mySwiper2 .swiper-button-prev:hover{ background: #333;}
#xw_tj .mySwiper2 .swiper-button-next:hover i,#xw_tj .mySwiper2 .swiper-button-prev:hover i{ color: #fff;}
@media screen and (max-width:1700px){
    #xw_tj .mySwiper2 .swiper-slide{ padding-right: 5%;}
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 26px; line-height: 40px;}
}
@media screen and (max-width:1440px){
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 22px; line-height: 30px;}
    #xw_tj .mySwiper2 .swiper-slide .content{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #xw_tj .mySwiper2 .swiper-slide .tit{ font-size: 18px;}
    #xw_tj .mySwiper2 .swiper-slide .content{ line-height: 25px;}
    #xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ width: 40px; height: 40px;}
    #xw_tj .mySwiper2 .swiper-button-next i,#xw_tj .mySwiper2 .swiper-button-prev i{ font-size: 18px;}
    #xw_tj .mySwiper2 .swiper-button-next{ left: 80px;}
    #xw_tj .mySwiper2 .swiper-button-prev{ left: 25px;}
    #xw_tj .mySwiper2 .swiper-slide .more{ width: 35%; height: 40px; line-height: 40px;}
}
@media screen and (max-width:991px){
    #xw_tj .mySwiper2 .swiper-slide{ padding-bottom: 10%;}
    .xwtit h3{ font-size: 22px;}
    .xwtit span{ font-size: 14px;}
}
@media screen and (max-width:768px){
    #xw_tj .mySwiper2 .swiper-button-next,#xw_tj .mySwiper2 .swiper-button-prev{ bottom: 10px;}
}


#xwclass li { margin-top: 7%; text-align: left; transition:0.3s; position: relative; border: 1px solid #f5f5f5; background: #f5f5f5; overflow: hidden;}
#xwclass li:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 0; height: 2px; background: var(--theme-bg); transition: all 0.3s;}
#xwclass li .p-3{ width: 100%;}

#xwclass li .tps{ padding-left: 7% !important; padding-right: 7% !important;}
#xwclass li .pic{ display: block; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#xwclass li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: all 0.5s;}
#xwclass li .news_title{ width: 100%; font-weight: bold; margin-top: 17px;   color: #333333; min-height: 65px; margin-bottom: 30px; font-size: 24px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwclass li .news_time,#xwclass li .click{ color: #bfbfbf; font-size: 14px; font-family: 'engfont' !important;}
#xwclass li .news_time i,#xwclass li .click i{ color: #bfbfbf; font-size: 20px; margin-right: 10px;}
#xwclass li:hover .news_title{ color: var(--theme-bg);}
#xwclass li:hover:before{ width: 100%;}
#xwclass li:hover .pic img{transform: scale(1.2);}
#xwclass li:hover{ box-shadow: 0 0 15px rgba(0,0,0,0.1); background: #fff;}



        /* 2. "查看详情" 链接样式 (核心还原部分) */
        .view-details {
            display: inline-block;  /* 让链接像块级元素一样可以设置padding */
            text-decoration: none;  /* 去掉默认下划线 */
            
            /* 文字样式 */
            color: #666666;         /* 文字颜色：深灰 */
            font-size: 14px;
            font-weight: bold;
            
           position: relative;
            /* 过渡动画，让鼠标放上去更顺滑 */
            transition: all 0.2s ease;
            margin-bottom: 35px;;
        }

     .view-details::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px; /* 调整这个值来控制下划线与文字的间距 */
  width: 70%;  /* 宽度100%会匹配父元素（即文字）的宽度 */
  height: 1px;  /* 下划线的粗细 */
  background-color: #777777; /* 下划线的颜色 */
}

#xwclass li:hover .view-details::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px; /* 调整这个值来控制下划线与文字的间距 */
  width: 70%;  /* 宽度100%会匹配父元素（即文字）的宽度 */
  height: 1px;  /* 下划线的粗细 */
  background-color: #2560bd; /* 下划线的颜色 */
}
        /* 鼠标悬停效果 */
        #xwclass li:hover .view-details {
            color: #2560bd;
            border-color: #2560bd;
            text-shadow: 2px 2px 0px #fff; /* 悬停时立体感更强 */
        }

        /* 3. 箭头样式 (使用 CSS 边框绘制) */
        #xwclass li .arrow-icon {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-left: 8px;       /* 箭头与文字的间距 */
           
             background: url("../images/jt1.png") no-repeat  center;
              transform:rotate(0deg);
             
            transition: 0.5s;
        }

              #xwclass li:hover .arrow-icon {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-left: 8px;       /* 箭头与文字的间距 */
           transform: rotate(45deg);
             background: url("../images/jt2.png") no-repeat  center;
            
        }



.xcx{ margin-top: 58px;}
  /* --- 核心容器：限制最大宽度 1600px --- */


        /* --- 列表项样式 --- */
        .news-item {
            display: flex;          /* 使用 Flex 布局 */
            background: #f8f8f8;
            border-bottom: 1px solid #eee; /* 分割线 */
            padding: 20px 0;        /* 上下内边距 */
            margin-bottom: 20px;    /* 条目间距 */
            transition: box-shadow 0.3s;
            margin-top: 29px;

        }
  

        /* 鼠标悬停效果 */
        .news-item:hover {
            /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
        }

        /* --- 左侧图片区域 --- */
        .news-thumb {
            flex: 0 0 320px;        /* 图片区域固定宽度，不伸缩 */
            height: 200px;          /* 固定高度 */
            margin-right: 30px;     /* 图片与文字的间距 */
            overflow: hidden;       /* 隐藏溢出部分 */
            border-radius: 4px;
        }

        .news-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;      /* 保持比例填充，裁剪多余部分 */
            transition: transform 0.5s;
        }

        /* 悬停图片放大效果 */
        .news-item:hover .news-thumb img {
            transform: scale(1.05);
        }

        .news-item:hover .news-title {
            color: #2560bd;
        }

        /* --- 右侧内容区域 --- */
        .news-content {
            flex: 1;                /* 占据剩余所有空间 */
            display: flex;
            flex-direction: column;
            justify-content: center;/* 垂直居中内容 */
        }

        .news-title {
            font-size: 24px;        /* 标题字号 */
            color: #333;
            margin-bottom: 15px;
            font-weight: 700;
            line-height: 1.4;
        }

        /* 标题颜色强调（参考图中第一条为蓝色） */
        .news-item:first-child .news-title {
            color: #2c6fb5;
        }

        .news-desc {
            font-size: 16px;
            color: #888;            /* 描述文字灰色 */
            margin-bottom: 20px;
            text-align: justify;    /* 两端对齐 */
            display: -webkit-box;
            -webkit-line-clamp: 2;  /* 限制显示2行 */
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-meta {
            font-size: 14px;
            color: #999;
            display: flex;
            align-items: center;
        }

        .news-meta i {
            margin-right: 6px;
            font-style: normal;
        }

        /* --- 响应式适配 (移动端) --- */
        @media (max-width: 992px) {
            .main-container {
                padding: 10px;
            }

            .news-item {
                flex-direction: column; /* 垂直排列 */
                padding: 15px;
                border: 1px solid #eee;
                border-radius: 8px;
            }

            .news-thumb {
                flex: 0 0 200px;      /* 移动端图片变小 */
                height: 180px;
                margin-right: 0;
                margin-bottom: 15px;  /* 图片在文字上方 */
                width: 100%;          /* 宽度占满 */
            }

            .news-title {
                font-size: 20px;
            }

            .news-desc {
                font-size: 14px;
                -webkit-line-clamp: 3; /* 移动端多显示一行 */
            }

        }


            .section-title {
            font-size: 44px;
            font-weight: bold;
            margin-bottom: 61px;
            color: #111;
        }

        /* --- 主卡片区域 --- */
        .contact-card {
            display: flex;
            height: 600px; /* 设定一个固定高度或者最小高度 */
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            position: relative;
        }

        /* --- 左侧蓝色信息栏 --- */
        .contact-info {
            background-color: #1E64C8; /* 图片中的深蓝色 */
            color: #fff;
            width: 450px; /* 左侧固定宽度 */
            padding: 50px 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-shrink: 0; /* 防止收缩 */
        }

        .company-name {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 40px;
            display: block;
        }

        .info-list {
            list-style: none;
            flex-grow: 1;
        }

        .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            font-size: 18px;
        }

        .info-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .info-label {
            display: flex;
            align-items: center;
            width: 80px;
            opacity: 0.9;
        }

        .info-label i {
            margin-right: 10px;
            font-style: normal; /* 简单模拟图标 */
            font-size: 20px;
        }

        .info-content {
            flex: 1;
            font-weight: 300;
        }

        /* 二维码区域 */
        .qr-code {
            margin-top: 20px;
        }
        .qr-code img {
            width: 120px;
            height: 120px;
            background: #fff; /* 占位背景 */
            padding: 5px;
        }

        /* --- 右侧地图区域 --- */
        .map-area {
            flex: 1;
            background-color: #e0e0e0;
            position: relative;
            background-image: url('../images/map.png'); 
            background-size: cover;
            background-position: center;
          
        }

        /* 地图上的Logo标记 */
        .map-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: #1E64C8;
            border-radius: 50%;
            border: 4px solid #fff;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: bold;
            font-size: 24px;
            z-index: 2;
        }

        /* 模拟定位针的三角 */
        .map-logo::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 15px solid #1E64C8;
        }

        /* --- 响应式设计 --- */
        @media (max-width: 992px) {
            .contact-card {
                height: auto;
                flex-direction: column;
            }

            .contact-info {
                width: 100%;
                padding: 40px;
            }

            .map-area {
                height: 400px; /* 移动端地图高度 */
            }
        }

        @media (max-width: 576px) {
            .section-title {
                font-size: 24px;
            }

            .contact-info {
                padding: 30px 20px;
            }

            .company-name {
                font-size: 28px;
                margin-bottom: 30px;
            }

            .info-item {
                font-size: 16px;
                flex-direction: column;
                align-items: flex-start;
            }

            .info-label {
                margin-bottom: 8px;
                width: auto;
            }
        }
 .pull{width:100%;   background:#FFF;z-index:99;}
 .pull a{width:auto;height:45px;font-size:14px;line-height:46px;text-align:center;display:block;}
 .pull a:last-child{border:none;}
 .pull a:hover{color:#0073BD;}

/*联系我们*/
.mes-form .name{ background: url("../images/ly1.png") no-repeat 10px center #f6f6f6 !important; padding-left: 52px !important; }
.mes-form .tel{ background: url("../images/ly2.png") no-repeat 10px center #f6f6f6 !important; padding-left: 52px !important; }
.mes-form .content{ background: url("../images/ly3.png") no-repeat 10px 10px #f6f6f6 !important; line-height: 40px; padding-left: 52px !important; }
.mes-form .captcha{ background: url("../images/ly4.png") no-repeat 10px center #f6f6f6 !important; padding-left: 52px !important; }


#lxwm_in{ background: url("../images/lxbj.png") no-repeat left center; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; padding: 5% 0 0 10% !important;}
#lxwm_in .tit{ line-height: 50px;}
#lxwm_in .tit p{ color: var(--theme-bg); font-size: 24px;}
#lxwm_in .tit span{ color: #282828; font-size: 42px;}
#lxwm{ padding: 5% 0 7% !important;}
#lxwm li{ font-size: 16px; height: 45px; line-height: 45px; color: #999999;}
#lxwm li i{ display: inline-block; font-size: 20px; margin-right: 10px;color: var(--theme-bg); }
#lxwm_in .ewm{ text-align: center; width: 20%; margin-right: 3%; color: #999999; font-size: 16px;}
#lxwm_in .ewm p img{ width: 100%;}
#lxwm .tel p{ color: #999999; font-size: 18px;}
#lxwm .tel p i{ color: var(--theme-bg); margin-right: 10px; font-size: 20px;}
#lxwm .tel span{ display: block; padding: 10px 0 20px; color: #282828; font-size: 36px;}
@media screen and (max-width:1600px) {
    #lxwm_in .tit{ line-height: 40px;}
    #lxwm_in .tit p{ font-size: 20px;}
    #lxwm_in .tit span{ font-size: 32px;}
    #lxwm .tel span{ font-size: 32px;}
}
@media screen and (max-width:1200px) {
    #lxwm_in .tit{ line-height: 40px;}
    #lxwm_in .tit p{ font-size: 16px;}
    #lxwm_in .tit span{ font-size: 28px;}
    #lxwm .tel span{ font-size: 26px;}
    #lxwm li{ font-size: 14px;}
}
@media screen and (max-width:991px) {
    #lxwm{ padding: 3% 0 !important;}
    #lxwm li{ height: 35px; line-height: 35px;}
    #lxwm_in .ewm{ width: 15%;}
}
@media screen and (max-width:768px) {
    #lxwm{ padding: 7% 0 !important;}
    #lxwm_in .ewm{ width: 35%;}
}




/*翻页*/
.page {
 font-size: 0;
 text-align: center;
}
.page .center {
 display: inline-block;
 overflow: hidden;
}
.page .center .page-span {
 float: left;
 font-size: 14px;
 color: #c3c3c3;
 line-height: 32px;
 margin-right: 30px;
}
.page .center .page-list {
 float: left;
 overflow: hidden;
}
.page .center .page-list ul li {
 float: left;
 width: auto;
 min-width: 30px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 margin: 0 4px;
 padding: 0;
 border: none;
 background: transparent;
}
.page .center .page-list ul li a {
 min-width: 20px;
 padding: 0 5px;
 border: 1px solid #eee;
 display: block;
 color: #333;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 overflow: hidden;
 background: #fff;
}
.page .center .page-list ul li:hover a {
 color: #f3c04b;
}
.page .center .page-list ul li.active a {
 background: #f3c04b;
 color: #fff;
}
   @media (max-width: 960px) {
     .header-title h2{ font-size: 20px;}

     .nav-btn-group .swiper-button-next, .swiper-button-prev{ width: 40px !important; height: 40px !important;}
     .main-container{ margin-bottom: 0px;}
     .header-section{ margin-bottom: 0px;}
     .card-info .biaot{font-size: 20px;}
     .card-info p{font-size: 12px;}
     .video_word{font-size: 20px;}
      .product-swiper-container { height: auto; margin-bottom: 30px;}

      .home_about_l{ width: 100%;}
      .home_about_r{width: 100%; margin-top: 30px;}

    .news-header {
        flex-direction: column; 
        align-items: flex-start; 
        gap: 20px;              
    }

    /* 可选：让标签栏在小屏幕下也占满宽度或调整间距 */
    .tabb {
        width: 100%;
    }
    .tabb ul {
        justify-content: flex-start; /* 标签靠左，或者用 space-between 撑开 */
    }
.footer_zxx{ font-size: 16px;}
    .footer_line{ font-size: 22px;;}

    .inner_company_tit{font-size: 20px;;}
    .innerTitle .en{font-size: 20px;}
    .con_zy{ width: 100%;;}
    .con_zy img{ max-width: 100%;}
    .con_zyy{width: 100%;}
    .inner_corm{width: 100%; font-size: 20px;; margin-bottom: 20px;}

    .zy_search_form{ margin-top: 20px;}
    .cp_right .zixun-btn span{font-size: 14px;}
    .cp_right .zixun-btn i{font-size: 14px;}
    .xwzx{font-size: 20px;}
    .section-title{font-size: 20px;}
    .company-name{font-size: 20px;}

        }

           @media (max-width: 768px) {
.card-info .biaot{  font-size: 18px;;}

             }



 .hzhb .list{overflow:hidden;}
.hzhb .list a{display:block;}
.hzhb .list a .img{overflow:hidden;}
.hzhb .list a .img img{width:100%;margin:auto;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all 0.5s;transition:all 0.5s;}
.hzhb .list a .bt{height:54px;font-size:16px;line-height:54px;text-align:center;overflow:hidden;background:#FFF;-webkit-transition: all 0.5s;transition: all 0.5s;}
.hzhb .list a:hover .img img{-webkit-transform:scale(1.08);transform:scale(1.08);}
.hzhb .list a:hover .bt{color:#FFF;background:#0b82ca;}







.box2-swiper {
  overflow: initial;
}
 .box2-swiper::before,  .box2-swiper::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  width: 4.45rem;
  height: calc(100% + 2.5rem);
  
  z-index: 11;
}
 .box2-swiper::before {
  left: 0;
}
 .box2-swiper::after {
  right: 0;

}
 .box2-swiper .swiper-button-prev,
 .box2-swiper .swiper-button-next {
  top: calc(100% + 1.5rem);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  color: #333;

  font-weight: bold;
  transition: all 0.4s;
}
 .box2-swiper .swiper-button-prev::after,
 .box2-swiper .swiper-button-next::after {
  font-size: 0.3rem;
}
 .box2-swiper .swiper-button-prev:hover,
 .box2-swiper .swiper-button-next:hover {
  background-color: #2560bd;
  color: #fff;
  box-shadow: none;
}
 .box2-swiper .swiper-button-prev {
  left: calc(50% - 1.2rem);
}
 .box2-swiper .swiper-button-next {
  right: calc(50% - 1.2rem);
}
 .box2-swiper .swiper-slide {
  width: 21%;
  height: 9rem;
  height: 12rem;
  padding: 1.35rem 1.65rem 0.5rem;
  padding: 0.8rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.05);
  display: flex;
  border-bottom: 0.15rem solid var(--vi);
}
 .box2-swiper .swiper-slide .lt {
  width: calc(100% - 3.9rem);
  position: relative;
  padding-right: 2.3rem;
  display: none;
}
 .box2-swiper .swiper-slide .lt .year {
  color: #1d1d1f;
  line-height: 1.3;
}
 .box2-swiper .swiper-slide .lt .h {
  margin-top: 0.25rem;
  line-height: 1.1;
  color: var(--vi);
}
 .box2-swiper .swiper-slide .lt .company {
  position: absolute;
  bottom: 0.85rem;
  left: 0;
}
 .box2-swiper .swiper-slide .lt .company .h1 {
  color: #333333;
  line-height: 1;
}
 .box2-swiper .swiper-slide .lt .company .h2 {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.8;
}
 .box2-swiper .swiper-slide .rt {
  width: 3.9rem;
  width: 100%;
  height: 100%;
}
 .box2-swiper .swiper-slide .rt img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}


.main1 {
    line-height: 30px;
    padding: 1% 0;
}

.about .box1 {
  padding: 3rem 0 3.5rem;
}
.about .box1 .top-intro {
  display: flex;
  justify-content: space-between;
}
.about .box1 .top-intro .lt {
  width: 44%;
}
.about .box1 .top-intro .lt .cont {
  margin-top: 0.65rem;
  color: #6a7183;
  line-height: 1.9;
}
.about .box1 .top-intro .rt {
  width: 44%;
  color: #666666;
}
.about .box1 .pic {
  margin-top: 1.75rem;
  width: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
  width: 80%;
  margin: 1.75rem auto 0;
}
.about .box1 .pic img {
  width: 100%;
}
.about .box1 .li-box {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.about .box1 .li-box .li {
  width: calc((100% - 1.1rem) / 3);
  height: 8.75rem;
  border-radius: 0.3rem;
  background-color: #f8f8f8;
  padding: 1.25rem 2rem;
  transition: all 0.4s;
}
.about .box1 .li-box .li .icon {
  width: 1rem;
  height: 1rem;
}
.about .box1 .li-box .li .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box1 .li-box .li .h {
  margin-top: 1.1rem;
  color: var(--vi);
}
.about .box1 .li-box .li .txt {
  margin-top: 0.6rem;
  line-height: 1.8;
  height: 7.2em;
  padding-right: 0.05rem;
  overflow: auto;
}

.about .box1 .li-box .li .txt::-webkit-scrollbar {
	width: 2px;
	height: 1px;
}

.about .box1 .li-box .li .txt::-webkit-scrollbar-thumb {
	background: #000
}

.about .box1 .li-box .li .txt::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.4)
}

.about .box1 .li-box .li:hover {
  box-shadow: 0 0.1rem 0.55rem rgba(141, 141, 141, 0.25);
}
.about .box2 {
  padding: 1.1rem 0 2.85rem;
  overflow: hidden;
}
.about .box2 .tab {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.95rem;
}
.about .box2 .tab span {
  width: 3.75rem;
  height: 1.4rem;
  text-align: center;
  line-height: 1.4rem;
  border-radius: 1rem;

  cursor: pointer;
  transition: all 0.4s;
  background-color: #f8f8f8;
}
.about .box2 .tab span:hover, .about .box2 .tab span.active {
  color: #fff;
  background-color: #2560bd;
  box-shadow: none;
}
.about .box2 .item-box {
  margin-top: 1.7rem;
}
.about .box2 .item-box .item {
  display: none;
}
.about .box2 .item-box .item.show {
  display: block;
}
.about .box2 .item-box .box2-swiper {
  overflow: initial;
}
.about .box2 .item-box .box2-swiper::before, .about .box2 .item-box .box2-swiper::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  width: 4.45rem;
  height: calc(100% + 2.5rem);
  
  z-index: 11;
}
.about .box2 .item-box .box2-swiper::before {
  left: 0;
}
.about .box2 .item-box .box2-swiper::after {
  right: 0;
  
}
.about .box2 .item-box .box2-swiper .swiper-button-prev,
.about .box2 .item-box .box2-swiper .swiper-button-next {
  top: calc(100% + 1.5rem);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  color: #333;
  box-shadow: 0 0 0 1px rgba(96, 96, 96, 0.4);
  font-weight: bold;
  transition: all 0.4s;
}
.about .box2 .item-box .box2-swiper .swiper-button-prev::after,
.about .box2 .item-box .box2-swiper .swiper-button-next::after {
  font-size: 0.3rem;
}
.about .box2 .item-box .box2-swiper .swiper-button-prev:hover,
.about .box2 .item-box .box2-swiper .swiper-button-next:hover {
  background-color: var(--vi);
  color: #fff;
  box-shadow: none;
}
.about .box2 .item-box .box2-swiper .swiper-button-prev {
  left: calc(50% - 1.2rem);
}
.about .box2 .item-box .box2-swiper .swiper-button-next {
  right: calc(50% - 1.2rem);
}
.about .box2 .item-box .box2-swiper .swiper-slide {
  width: 21%;
  height: 9rem;
  height: 12rem;
  padding: 1.35rem 1.65rem 0.5rem;
  padding: 0.8rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.05);
  display: flex;
  border-bottom: 0.15rem solid var(--vi);
}
.about .box2 .item-box .box2-swiper .swiper-slide .lt {
  width: calc(100% - 3.9rem);
  position: relative;
  padding-right: 2.3rem;
  display: none;
}
.about .box2 .item-box .box2-swiper .swiper-slide .lt .year {
  color: #1d1d1f;
  line-height: 1.3;
}
.about .box2 .item-box .box2-swiper .swiper-slide .lt .h {
  margin-top: 0.25rem;
  line-height: 1.1;
  color: var(--vi);
}
.about .box2 .item-box .box2-swiper .swiper-slide .lt .company {
  position: absolute;
  bottom: 0.85rem;
  left: 0;
}
.about .box2 .item-box .box2-swiper .swiper-slide .lt .company .h1 {
  color: #333333;
  line-height: 1;
}
.about .box2 .item-box .box2-swiper .swiper-slide .lt .company .h2 {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.8;
}
.about .box2 .item-box .box2-swiper .swiper-slide .rt {
  width: 3.9rem;
  width: 100%;
  height: 100%;
}
.about .box2 .item-box .box2-swiper .swiper-slide .rt img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .box3 {
  padding: 3.5rem 0;
}
.about .box3 .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
}
.about .box3 .li-box .li {
  width: calc((100% - 1.9rem) / 3);
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.about .box3 .li-box .li .pic {
  width: 100%;
  aspect-ratio: 522/242;
  border-radius: 0.5rem;
  overflow: hidden;
}
.about .box3 .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.about .box3 .li-box .li .intro {
  width: 100%;
  padding: 0.6rem 2rem 0.8rem;
}
.about .box3 .li-box .li .intro .h {
  color: #333333;
  line-height: 1.5;
}
.about .box3 .li-box .li .intro .txt {
  margin-top: 0.35rem;
  color: #333;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
}
.about .box3 .li-box .li:hover .pic img {
  transform: scale(1.04);
}
.about .box4 {
  padding: 1.6rem 0 2.5rem;
  background-color: #f5f7fa;
  overflow: hidden;
}
.about .box4 .item-box {
  margin: 3.6rem auto 0;
  width: 73%;
  height: 12.5rem;
  position: relative;
}
.about .box4 .item-box .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.about .box4 .item-box .item.show {
  opacity: 1;
  z-index: 5;
}
.about .box4 .item-box .item .year {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14.5rem;
  opacity: 0.03;
  color: #8b8b8b;
  line-height: 0.95;
  font-weight: bold;
}
.about .box4 .item-box .item .content {
  width: calc(100% - 8.5rem);
  height: 100%;
  margin-left: 8.5rem;
  padding-left: 1.95rem;
  padding-top: 3.75rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.about .box4 .item-box .item .content::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--vi);
}
.about .box4 .item-box .item .content::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 0;
  width: 1px;
  height: 9.5rem;
  background-color: #c4c4c4;
}
.about .box4 .item-box .item .content .pic {
  width: 7rem;
  aspect-ratio: 280/180;
  border-radius: 0.25rem;
  overflow: hidden;
}
.about .box4 .item-box .item .content .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .box4 .item-box .item .content .intro {
  width: calc(100% - 7rem);
  padding-left: 1.25rem;
}
.about .box4 .item-box .item .content .intro .date {
  color: var(--vi);
}
.about .box4 .item-box .item .content .intro .h {
  margin-top: 0.7rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.3;
}
.about .box4 .item-box .item .content .intro .txt {
  margin-top: 0.2rem;
  color: #424a48;
  line-height: 1.2;
}
.about .box4 .swiper-box {
  height: 3.85rem;
  z-index: 10;
}
.about .box4 .swiper-box .line {
  position: absolute;
  top: 1.55rem;
  left: 0;
  width: 100%;
}
.about .box4 .swiper-box .line img {
  width: 100%;
}
.about .box4 .box4-swiper {
  width: 46%;
  overflow: initial;
}
.about .box4 .box4-swiper .swiper-slide {
  width: 3.85rem;
  height: 3.85rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6.3rem;
  cursor: pointer;
}
.about .box4 .box4-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.about .box4 .box4-swiper .swiper-slide .cir {
  position: absolute;
  top: 50%;
  left: calc(100% + 2.6rem);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--vi);
  transition: all 0.4s;
}
.about .box4 .box4-swiper .swiper-slide p {
  width: 1.35rem;
  height: 1.35rem;
  font-size: 0.4rem;
  border-radius: 50%;
  background-color: #333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.about .box4 .box4-swiper .swiper-slide p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px dashed #333;
  transition: all 0.4s;
}
.about .box4 .box4-swiper .swiper-slide.prev .cir {
  top: 40%;
}
.about .box4 .box4-swiper .swiper-slide.next .cir {
  top: 60%;
}
.about .box4 .box4-swiper .swiper-slide-active .cir {
  opacity: 0;
}
.about .box4 .box4-swiper .swiper-slide-active p {
  width: 100%;
  height: 100%;
  background-color: var(--vi);
  font-size: 1.15rem;
}
.about .box4 .box4-swiper .swiper-slide-active p::after {
  opacity: 0;
}

@media (min-width: 1920px) {
    .product-swiper-container {
        left: 220px; /* 原本是 280px，向右移动 40px */
        /* 或者更灵活的写法：left: calc(140px + 40px + 40px); */
    }
}

.product-list .list {
    margin: 0 -10px 0
}

.product-list .list li {
    margin-bottom: 30px;
    border-radius: 20px !important; 
   
}

.product-list .list .cont-wrap {
    border: 1px solid #f1f1f1;
    border-top: none;
    padding: 0 6.4% 0;
    line-height: 1;
    color: #0a0f2b
}

.product-list .list .cont-wrap .name {
    padding: 28px 0 32px;
    border-bottom: 1px solid #f1f1f1
}

.product-list .list .cont-wrap .bot-link {
    position: relative;
    padding: 18px 0 22px;
    color: #999999
}

.product-list .list .pro-item .item-img {
    position: relative;
    padding-bottom: 72.65%;
    overflow: hidden;

}

.product-list .list .pro-item .item-img img {
    position: absolute;
    left: 0;
    top: 0;
       border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-list .list .cont-wrap .bot-link .arrow {
    width: 23px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon-arrow.png) no-repeat right center;
    background-size: 100% auto
}

.imghover-box {
    display: block;
    overflow: hidden;
    position: relative
}

.imghover-box .up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s
}

.imghover-box .up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.imghover-box .up-graybox .tit {
    line-height: 1;
    padding: 19px 15px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

.imghover-box .up-graybox .line {
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s
}

.imghover-box .up-graybox .linet {
    top: 0
}

.imghover-box .up-graybox .lineb {
    bottom: 0
}

.imghover-box:hover img {
    transform: scale(1.05,1.05)
}

.imghover-box:hover .up-graybox {
    opacity: 1;
    filter: alpha(opacity=1)
}

.imghover-box:hover .up-graybox .line {
    width: 7px;
    margin-left: -3px;
    opacity: 1;
    filter: alpha(opacity=100)
}
