 :root {
            --main-black: #000000;
            --main-red: #ce1216;
            --main-gray: #666666;
            --light-bg: #f8f9fa;
            --border-gray: #dddddd;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
            color: var(--main-black);
            overflow-x: hidden;
        }
        h1,h2,h3,h4,h5 {
            color: var(--main-black);
        }
        .sub-menu{display:none;position:absolute;top:40px;left:0px;background:#fff;line-height:2;width:200%;z-index:999;padding:0px;}
        .sub-menu a{color:#333;}
        .sub-menu li:hover{background:#ce1216;}
        .sub-menu li:hover a{color:#fff;}
        .sub-menu li{padding:0.5rem 2rem;list-style:none;}
.nav-item{position:relative;}
.nav-item:hover .sub-menu{display:block;}
        .text-red { color: var(--main-red) !important; }
        .text-gray { color: var(--main-gray) !important; }
        .bg-red { background-color: var(--main-red) !important; }
        .border-gray { border-color: var(--border-gray) !important; }
.liucheng{background:url(../images/navbg.png) left top no-repeat;margin:0px !important;padding:3rem !important;}
.liucheng h5{font-weight:bold;}
.liucheng .text-gray{max-width:200px;margin:0px auto;}
.chanpinfuwu h2{text-align:center;margin-bottom:3rem !important;	}
.zhuanyuan h2{text-align:center;margin-bottom:3rem !important;}
img{max-width:100%;}
.fuwu{background:#ebf2ff;padding:3rem !important;}
.fuwu .container>h2{text-align:center;}
.fuwu .container>p{text-align:center;width:100%;margin-top:1.5rem;}
.fuwu .yi{background:url(../images/f1.png) right 1rem no-repeat;padding-right:4rem;}
.fuwu .yi p{font-size:0.9rem;line-height:1.8;}
.fuwu .er{background:url(../images/f2.png) right 1rem no-repeat;padding-right:4rem;}
.fuwu .er p{font-size:0.9rem;line-height:1.8;}
.fuwu .san{background:url(../images/f3.png) left 1rem no-repeat;padding-left:4rem;}
.fuwu .san p{font-size:0.9rem;line-height:1.8;}
.fuwu .si{background:url(../images/f4.png) left 1rem no-repeat;padding-left:4rem;}
.fuwu .si p{font-size:0.9rem;line-height:1.8;}
        /* 头部宽度90% */
        .header-container {
            width: 96%;
            margin: 0 auto;
        }

        /* 导航链接颜色 */
        .navbar-nav .nav-link {
            color: var(--main-black);
            font-weight: 500;
            padding: 0.5rem 0.5rem !important;
        }
        .navbar-nav .nav-link:hover {
            color: var(--main-red);
        }

        /* 搜索弹出框简单样式 */
        .search-pop {
            position: absolute;
            top: 45px;
            right: 0;
            background: white;
            border: 1px solid var(--border-gray);
            border-radius: 30px;
            padding: 10px 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            display: none;
            z-index: 999;
            width: 250px;
        }
        .search-pop.active {
            display: block;
        }

        /* 竖线: 流程模块间隔竖线 */
        .v-divider {
            width: 1px;
            height: 160px;
            background-color: #dddddd;
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translateY(-50%);
        }
        @media (max-width: 991.98px) {
            .v-divider {
                display: none;
            }
        }

        /* swiper 定制分页器: 红圈白芯 / 灰色圆 */
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #bbbbbb; /* 灰圆默认 */
            opacity: 1;
            border-radius: 50%;
        }
        .swiper-pagination-bullet-active {
            background: var(--main-red);
            box-shadow: inset 0 0 0 3px white, 0 0 0 1px var(--main-red); /* 中间白色，外围红色 */
            width: 14px;
            height: 14px;
        }

        /* 产品服务模块大背景等 */
        .product-service-swiper .swiper-slide {
            height: auto;
        }
        /* 我们的服务 环绕布局 */
        .service-item-right {
            text-align: right;
        }
        .service-item-left {
            text-align: left;
        }
        @media (max-width: 767px) {
            .service-item-right, .service-item-left {
                text-align: center !important;
            }
        }

        /* 客户服务专员头像右 */
        .expert-card {
            position: relative;
            padding-right: 70px; 
            min-height: 90px;
        }
        .expert-avatar {
            position: absolute;
            right: 0;
            top: 0;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-gray);
        }

        /* 数字滚动简单模拟20+，平滑增加 (用css动画或js) */
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color:#fff;
        }

        /* 最新资讯左右按钮样式 */
        .news-carousel-btn {
            width: 40px;
            height: 40px;
            background: white;
            border: 1px solid var(--border-gray);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: var(--main-black);
            transition: 0.2s;
        }

        .news-carousel-btn:hover {
            background: var(--main-red);
            color: white;
            border-color: var(--main-red);
        }
		.expert-card {
        position: relative;
		background:#f2f8fe;
		border-radius:.6rem;
        padding-right: 70px; 
        min-height: 100px;
		padding:1rem;
    }
    .expert-avatar {
        position: absolute;
        right: 2rem;
        top: -40px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: #e0e0e0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .expert-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news-carousel-btn {
        width: 40px;
        height: 40px;
        background: white;
        border: 1px solid #dddddd;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #000000;
        transition: 0.2s;
    }
    .news-carousel-btn:hover {
        background: #ce1216;
        color: white;
        border-color: #ce1216;
    }
    .digital-item {
        cursor: pointer;
        transition: color 0.2s;
        font-weight: 500;
    }
    .digital-item:hover {
        color: #ce1216 !important;
    }
    /* 确保Swiper slide在移动端有合适间距 */
    .expertSwiper .swiper-slide {
        height: auto;
    }
	.zhuanyuan .swiper{overflow-y:visible !important;padding-top:60px;}
	.zhuanyuan .swiper p{font-size:.9rem;height:2.6rem;margin-top:0.5rem;line-height:1.3rem;}
	/* 圆心容器：绝对定位，水平居中，位于灰线上方 */
    .three-layer-circle {
        position: absolute;
        top: -30px;              /* 向上偏移，让圆心一半在上边线之上 */
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 外圈：背景色 #f9b6aa */
    .circle-outer {
        position: absolute;
        width: 38px;
        height: 38px;
        background-color: #f9b6aa;   /* 浅红/粉 */
        border-radius: 50%;
        top: 88%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    /* 中圈：白色 */
    .circle-middle {
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #ffffff;    /* 纯白 */
        border-radius: 50%;
        top: 88%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    /* 内圈(圆心)：#f36f60 */
    .circle-inner {
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #f36f60;    /* 亮橙色/红 */
        border-radius: 50%;
        top: 88%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        box-shadow: 0 2px 6px rgba(243, 111, 96, 0.3);
    }
	.toutiao>div>div{background:#f6f9ff;overflow:hidden;padding:.5rem 1rem;}
	a{text-decoration:none;}
	.toutiao>div>div p{font-size:.9rem;height:3.9rem;line-height:1.3rem;overflow:hidden;margin-top:1rem;}
	 /* 新闻标题网格项样式 */
    .news-title-item {
        padding: 5px 0px;
		padding-left:1rem;
        font-weight: 500;
        color: #1a1a1a;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
		position:relative;
		
		
    }
	.news-title-item::before {
  content: "•";      /* 直接写圆点符号 */
  /* 或者用 Unicode: content: "\2022"; */
  position: absolute;
  left: 0;  
  top:0rem;         /* 定位到左边 */
  color: black;      /* 颜色可以自行调整 */
  font-size: 1.2em;  /* 大小可以微调 */
}
.news-title-item a{color: #1a1a1a;}
.news-title-item a:hover{color:var(--main-red) !important}

/* 卡片样式：边框 #8db2de，渐变背景 */
    .news-card {
        background: linear-gradient(145deg, #deecff, #f0f6ff);
        border: 2px solid #8db2de;
        border-radius: 24px;
        padding: 10px 18px;
        box-shadow: 0 6px 12px rgba(141, 178, 222, 0.2);
        transition: transform 0.2s;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

	.news-card:hover{background: linear-gradient(145deg, #ce1216, #fff);border-color:#ce1216;color:#fff;}
	.news-card:hover a{color:#fff;}
	.news-card a:hover{color:#fff;}
	.news-card a{color:#3d79bd;}
    .news-card p {
        font-size: 1rem;
        color: #1a2b3c;
    }
    .news-card .small {
        color: #5e6f82;
    }

    /* 左右箭头按钮样式 */
    .news-carousel-btn {
        width: 34px;
        height: 34px;
        background: white;
        border: 1px solid #8db2de;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #2a4e77;
        font-size: 1.3rem;
        font-weight: 500;
        transition: 0.2s;
        box-shadow: 0 4px 8px rgba(0,0,0,0.05);
        z-index: 10;
    }
    .news-carousel-btn:hover {
        background: #ce1216;
        color: white;
        border-color: #ce1216;
    }

    /* 左右箭头绝对定位在内容两侧 */
    .news-swiper-container {
        position: relative;
        padding: 0 40px; /* 为两侧箭头留出空间 */
    }

    .news-arrow-left {
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .news-arrow-right {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* 确保swiper slide高度自适应 */
    .newsSwiperCards .swiper-slide {
        height: auto;
    }


    /* 移动端适配 */
    @media (max-width: 768px) {
        .news-swiper-container {
            padding: 0 40px;
        }
        .news-arrow-left {
            left: -5px;
        }
        .news-arrow-right {
            right: -5px;
        }
        .news-carousel-btn {
            width: 36px;
            height: 36px;
            font-size: 1rem;
        }
    }
	.bg-123{background:#fbfbfb;}
	.baojia{border-radius:1rem;}
	.baojia label{margin-bottom:0.8rem;width:100%;height:2rem;line-height:2rem;}
	.baojia label span{color:var(--main-red);padding-left:0.6rem;}
	.baojia button{width:100%;display:block;border-radius:0px !important;}
	.flink{background:#3686f6;border-radius:0.5rem;overflow:hidden;}
	.flink span{background:url(flink.png) left center no-repeat;background-size:cover;display:inline-block;}
	.foot1 .col-md-3{}
	.foot1 .col-md-3 div:nth-child(1){margin-right:0.6rem;width:60px;float:left;}
	.foot1 .col-md-3 div:nth-child(2){width: calc(100% - 70px);float:left;}
	.f3{font-size:1.5rem;font-weight:bold;}
	.f2{font-size:0.9rem;}
	.f4{display:block;margin-bottom:0.5rem;}
	
	.foot1 input{border:1px solid #fff;background:none;height:2rem;color:#fff;outline:none;border-top-left-radius:0.3rem;border-bottom-left-radius:0.3rem;float:left;font-size:0.9rem;padding-left:0.3rem;max-width:70%;}
	.foot1 input::placeholder {
  color: white;
  opacity: 1; /* 确保颜色不透明 */
}
	.foot1 button{background:#ce1216;color:#fff;border:1px solid #ce1216;outline:none;border-top-right-radius:0.3rem;border-bottom-right-radius:0.3rem;font-size:0.9rem;padding:0px 0.3rem;height:100%;height:2.05rem;min-width:4rem;}
	footer h6{font-size:1.2rem;font-weight:600;margin-bottom:1rem;}
	footer ul li{line-height:2;}
	
	.flink span{padding-left:1.5rem;font-size:1rem;font-weight:bold;color:#fff;padding:0.5rem 1rem 0.5rem 2.7rem;}
        /* 底部 */
        footer a {
            color:#fff;
            text-decoration: none;
            font-size: 0.9rem;
        }
        footer a:hover {
            color: var(--main-red);
        }
		footer .text-secondary{color:#fff !important;}
		.border-foot{border-top:1px solid #2276de;}
		.foot1{border-bottom:1px solid #2276de;margin-bottom:2rem;}
        /* 平板手机导航三横杠 —— Bootstrap navbar-toggler 自带 */
        /* 自定义toogler颜色 */
        .navbar-toggler {
            border: 1px solid var(--main-gray);
        }
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
		.shai{background:#f4f5f6;padding:2rem 0px;}
		
		.ban1{background: linear-gradient(180deg, #dfefff, #e8f4ff, #fcfdff); border: 1px solid rgba(255, 255, 255, 0.6);border-radius:0.8rem;}
		.ban2{background: linear-gradient(180deg, #e2f9f7, #ebfafa, #fcfdff); border: 1px solid rgba(255, 255, 255, 0.6);border-radius:0.8rem;}
		.ban3{background: linear-gradient(180deg, #fff0e9, #fff4ef, #fcfdff); border: 1px solid rgba(255, 255, 255, 0.6);border-radius:0.8rem;}
		.ban4{background: linear-gradient(180deg, #f1f1fd, #f6f7fe, #fcfdff); border: 1px solid rgba(255, 255, 255, 0.6);border-radius:0.8rem;}
		
@media (max-width: 1024px) {
	.baojia h3{font-size:1.1rem;}
	.baojia .col-md-4{padding:1.5rem 1rem !important;}
	.foot1 .col-md-3{width:100% !important;}
	.ferwei{width:100% !important;text-align:left;}
	
	    .foot1 .col-md-3 {
        margin-bottom: 1rem;
    }
	}		
		
 @media (max-width: 768px) {	
.navbar-nav{width:100%;}
.navbar-nav li.nav-item{width:100%;position:relative;}
.xia::after {
  content: "";
  /* 设置为绝对定位，相对于 .nav-item */
  position: absolute;
  /* 将箭头定位在右侧中间 */
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* 通过边框制作向下的三角形 */
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333; /* 箭头的颜色，可以修改 */
  /* 为了让箭头看起来更精致，可以添加一个过渡效果（可选） */
  transition: transform 0.2s ease;
}

/* 可选：当导航项悬停时，箭头轻微变化，增加交互感 */
.xia:hover::after {
  border-top-color: #666; /* 悬停时的箭头颜色 */
  transform: translateY(-50%) scale(1.1);
}
.navbar-nav{overflow-y:scroll;}
.navbar-nav li.nav-item>a{display:inline-block;}
.foot1 .col-md-3 div:nth-child(1){width:40px;}
.foot1 .col-md-3{margin-bottom:1rem;}
.f3{font-size:1.1rem;}
.flogo{text-align:center;margin-bottom:2rem;}
.ferwei{margin-top:2rem;text-align:center;}
.ferwei .d-flex{display:block !important;}
.ferwei .d-flex span{display:inline-block;margin:1rem;}
.ferwei .d-flex span img{width:100px;}
.fuwu{padding:3rem 1rem !important;}
.fuwu .yi,.fuwu .er{background:none;padding-right:0px;}
.fuwu .san,.fuwu .si{background:none;padding-left:0px;}
.shu img{max-width:80px;}
.stat-number{font-size:1.5rem !important;}
.liucheng{padding:3rem 0rem !important}
 .liucheng .text-gray{max-width:100%;}
 .chanpinfuwu{width:100% !important;}
 }
 
         /* 保证板块间有呼吸间距，卡片微细节 */
        .section-block {
            margin-bottom: .2rem;
        }
      
        /* 左侧区域 (1/5) 装饰 */
        .category-left {
            border-radius: 1rem 0 0 1rem;
            padding: 1.2rem 0.5rem;
            text-align: center;
            height: 100%;
            display: flex;
            justify-content: start;
            align-items: center;
        }
        .category-left img{
           margin-right:1rem;
           max-height:35px;
        }
        .category-left h5 {
            font-size: 1rem;
            font-weight: 600;
            color: #004ca3;
            margin: 0;
            letter-spacing: 0.3px;
            word-break: keep-all;
        }
		.ban1 h5{color:#004ca3;font-size:1.3rem;font-weight:bold;}
		.ban2 h5{color:#12484f;font-size:1.3rem;font-weight:bold;}
		.ban3 h5{color:#782000;font-size:1.3rem;font-weight:bold;}
		.ban4 h5{color:#62538d;font-size:1.3rem;font-weight:bold;}
        /* 右侧内容区 */
        .category-right {
            padding: 1rem 1rem 1rem 0.5rem;
            position: relative;  /* 为下拉三角定位 */
            min-height: 80px;
        }
        /* 右上角三角按钮 */
        .toggle-more-btn {
            position: absolute;
            top: 1.5rem;
            right: 0.8rem;
            background: transparent;
            border: none;
            color: #6c7a8d;
            font-size: 1.1rem;
            padding: 0 0.2rem;
            transition: transform 0.2s, color 0.1s;
            cursor: pointer;
            z-index: 5;
            line-height: 1;
        }
        .toggle-more-btn:hover {
            color: #0d6efd;
        }
        .toggle-more-btn i {
            font-size: 1.2rem;
        }
        /* 旋转动画 (下拉箭头打开时) */
        .toggle-more-btn[aria-expanded="true"] i {
            transform: rotate(180deg);
        }
        /* 内容列表网格 */
        .content-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 0.6rem 0.8rem;
            margin-top: 0.2rem;
            padding-right: 2rem; /* 给三角留空间 */
        }
        /* 每个条目样式 */
        .content-item {
            display: inline-flex;
            align-items: center;
            border-radius: 2rem;
            padding: 0.8rem 0.5rem 0.8rem 0.3rem;
            font-size: 0.85rem;
            color: #1f2d3d;
            white-space: nowrap;
            max-width: 100%;
        }
        .content-item:hover {
            background-color: #e6ecf5;
            border-color: #cdd9e9;
        }
        .content-item i:first-child {
            font-size: 0.75rem;
            color: #4f6f9f;
            margin-right: 0.2rem;
            width: 1rem;
            text-align: center;
        }
        .content-item span {
            overflow: hidden;
            text-overflow: ellipsis;
            flex: 1;
            margin: 0 0.1rem;
        }
        .content-item .arrow-icon {
            font-size: 0.7rem;
            color: #8a9bb5;
            margin-left: 0.2rem;
            transition: margin 0.1s;
        }
        .content-item:hover .arrow-icon {
            color: #0d6efd;
            margin-left: 0.3rem;
        }
        /* 隐藏行 (第二行及更多) 初始默认收起 */
        .extra-content {
            margin-top: 0.8rem;
            display: none;  /* 默认隐藏，由jq控制折叠 */
        }
        /* 让显示出来的额外行也使用5列网格 */
        .extra-content .content-grid {
            margin-top: 0;
        }
        /* 内容列表可包裹换行，但根据设计每行五个，所以不需要额外换行。 */
        /* 平板/手机自适应: 小于768px时调整为每行2~3个 */
		
		.content-item img{margin-right:0.5rem;}
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: repeat(4, 1fr);
            }
			.category-left{flex: 0 0 100% !important; max-width: 100% !important;padding-bottom:0px;}
			.category-card{display:block !important;}
			.category-right{flex: 0 0 100% !important; max-width: 100% !important;}
			.toggle-more-btn{top:-2rem;}
        }
        @media (max-width: 768px) {
            .content-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .category-left h5 { font-size: 0.85rem; }
        }
        @media (max-width: 576px) {
            .content-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        /* 辅助分割 */
        hr {
            opacity: 0.3;
            margin: 0.2rem 0;
        }
		

  /* 公司简介特殊布局 */
        
        .intro-item {
            background-color: #f9f9f9;
            overflow: hidden;
        }
        .intro-item img {
			flex:50%;
			width:50%;
        }
        .intro-text {
            padding: 2rem;
            color:#fff;
            line-height: 1.8;
			font-size:0.9rem;
			background: linear-gradient(90deg, #CE1316, #F26E60);
			display: flex;
    align-items: center;
    justify-content: center;
        }
		.intro-text1 {
            padding:2rem;
            color:#3d79bd;
            line-height: 1.8;
			font-size:0.9rem;
			background: linear-gradient(90deg, #d6e3f3, #f8fafc);
			display: flex;
    align-items: center;
    justify-content: center;
        }
		.aboutinfo{max-width:80%;text-align:center;padding-bottom:3rem;display:block;margin:0px auto;}
        @media (max-width: 767px) {
            .intro-img-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
        }

        /* 价值观布局: 左1/4标题 + 右3/4列表 */
        .values-wrapper {
            display: flex;
            flex-wrap: wrap;
        }
        .values-left {
            width: 25%;
            padding-right: 30px;
        }
        .values-right {
            width: 75%;
        }
        .value-item {
            position: relative;
            padding-left: 50px;  /* 图标留空 */
            padding-bottom: 40px;
            border-left: 1px dotted #ffffff;  /* 白色虚线，在深色背景上显现，背景将在section上设置 */
        }
        .value-item:last-child {
            border-left: 2px dashed transparent; /* 最后一条虚线隐藏，但保留图标 */
            padding-bottom: 0;
        }
        .value-icon {
            position: absolute;
            left: -19px;  /* 居中于虚线左侧: 图标一半在虚线上 */
            top: 0;
            width: 36px;
            height: 36px;
            background:#fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            z-index: 2;
        }
        .value-content h4 {
            font-weight: 700;
            color: white; /* 深色背景上白色字 */
            margin-bottom: 0.6rem;
			font-size:1.5rem;
        }
        .value-content p {
            color: rgba(255,255,255,0.8);
            margin-bottom: 0;
        }

        /* 愿景部分 (与价值观类似，但无虚线无图标) */
        .vision-wrapper {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .vision-left {
            width: 25%;
            padding-right: 30px;
        }
        .vision-right {
            width: 75%;
        }
        .vision-single {
            padding: 40px;
			color:#333;
        }
        .vision-single h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
        }
        .vision-single p {
            color: #999;
            font-size:1rem;
        }

		.shiming{background:url(absmbg.png) left bottom no-repeat;background-size: 100% auto;overflow:hidden;}
        /* 公司使命: 左1/2 右1/2 */
        .mission-wrapper {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .mission-left {
            width: 50%;
            padding-right: 40px;
        }
        .mission-right {
            width: 50%;
        }
        .mission-right img {
            width: 100%;
        }
        .mission-left .subtitle {
            color:#333;
            font-weight: 600;
			
            letter-spacing: 1px;
        }
        .mission-left h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin: 15px 0 2rem;
        }
        .mission-left .desc {
            color:#999;
            font-size: 1rem;
            line-height: 1.8;
			margin-top:.8rem;
        }

        /* 深色背景辅助 */
        .bg-values {
            color: white;
            padding: 60px 0;
        }
        .jiazhiguan {
            background:url(abjzbg.png) left top no-repeat;
			background-size:cover;
			padding:3rem 0px;
        }

        /* 手机自适应调整 */
        @media (max-width: 991px) {
            .values-left, .values-right, .vision-left, .vision-right, .mission-left, .mission-right {
                width: 100% !important;
                padding-right: 0;
            }
            .values-left {
                margin-bottom: 30px;
            }
            .vision-left {
                margin-bottom: 30px;
            }
            .mission-left {
                margin-bottom: 30px;
            }
            .value-item {
                padding-left: 60px;
            }
            .vision-single p {
                max-width: 100%;
            }
        }

.aboutbg{background:url(../images/aboutbg.png) left bottom no-repeat;background-size:auto auto;padding:3rem !important;}
.aboutbg h2 img{max-width:80%;}
.aboutbg h2{text-align:center;}

 @media (max-width: 1000px) {
	 .intro-text1,.intro-text{font-size:.8rem;line-height:1.5;}
	 
	 
 }
  @media (max-width: 768px) {
	  .aboutbg{padding:1rem 0px !important;}
	  .aboutinfo{font-size:0.8rem;}
	  .intro-item{display:block !important;}
	  .intro-item img{width:100%;height:auto;}  
  	.jiazhiguan h2,.bg-vision h2{font-size:1.3rem !important;}
	.value-icon{left:0px;width:26px;height:26px;}
	.value-item{border-left:0px;padding-left:40px;}
	.value-content h4{font-size:1.1rem;}
	.value-content p{font-size:.8rem;}
	.vision-single{padding:0px 1rem;}
	.vision-single h3{font-size:1.1rem;}
	.vision-single p{font-size:.8rem;}
	.shiming .my-5{margin:0px !important;}
	.mission-left h2{font-size:1.3rem;}
	.mission-left .subtitle{font-size:1.1rem;}
	.mission-left .desc{font-size:.8rem;}
	.mission-right{display:none;}
  }