
 
 /* Normalize styles */
/* Add more styles based on your needs */
body, h1, h2, h3, p, ul, ol, li, a {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Microsoft yahei', sans-serif;
    background-color: #f5f5f5;
    color: #333;
}

/* Define your own styles for specific elements */
li {
    list-style: none;
}

ol {
    list-style-type: decimal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

.mb-10{margin-bottom:8rem;}

@font-face {
  font-family: 'futuralight';
  src: url(../font/futurabt-light-webfont.woff2) format('woff2'),
       url(../font/futurabt-light-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'TiemannLTPro';
  src: url(../font/TiemannLTPro-Roman.woff2) format('woff2'),
       url(../font/TiemannLTPro-Roman.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}





        header {
            border-bottom: 1px solid #ddd;
        }
.bg-logo{ background:linear-gradient(to right, #ee1d23, #ee1d23);}
        .logo img {

        }
		.ml-2{ color:#fff;}
		.ml-2 h2{font-size:30px;}
		.ml-2 h3{font-size:18px;}

        .language-switch {
            font-size: 18px; color:#fff;
        }

        nav {
            
        }

        .carousel-caption {
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 20px;
        }

        .carousel-caption h1 {
            font-size: 2.5em;
        }

        .carousel-caption h4 {
            font-size: 1.5em;
        }

        .card {
            border: none;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .card-title {
            font-size: 1.25em; 
            font-weight: 700;color:#333; line-height: 35px;
        }
		.nav-pills { float:right}
		.nav-pills li{margin-left:10px;}
		.card-title a{ color:#333;}

        .card-title1 {
            font-size: 1.1em;
            font-weight: 100;color:#333; line-height: 30px;
        }
		
		.card-title1 span{ float:right}
		.card-title1 a{ color:#333;}
        
        .card1 p{ color:#999}
        .card-text {
            color: #999;font-size:0.9em;
        }
        .blog {
            display: block;
            transition: transform 0.3s ease; border-bottom:1px dashed #ddd;
        }
.huise3{ color:#333}
.huise6{ color:#666}
.huise9{ color:#999}
.huisec{ color:#ccc}
.container{ overflow:hidden}

.size{ font-size:14px;}
.size p{line-height:36px;}
.strong{ font-weight:bold}
.xiangqing { background:#fff;}
.xiangqing h3{font-weight:bold;color:#000}
.xiangqing table td{ background:#fff;padding:15px; border:1px solid #ccc !important;}
.xiangqing p{line-height:35px; color:#666;font-size:15px !important}
.xiangqing p span{line-height:35px; color:#333;font-size:15px !important}
.xiangqing p strong{color:#333}
   .product-details {
        text-align: left; /* Left-align the content */
    }

    .subtitle {
        margin-top: 10px; /* Adjust margin as needed */
        color: #666; /* Set color for the subtitle */
    }

    /* Updated styles for the grey background and margins */
    .carousel-item {
        padding: 20px; /* Top and bottom padding */
        margin-bottom: 20px; /* Bottom margin */
    }

    .carousel-inner {
        border-radius: 8px; /* Optional: Add rounded corners to the entire carousel */
        overflow: hidden; /* Optional: Hide overflowing content */
    }
	
	.y-img{ width:70% !important; margin:0 auto; display:block}
	
	
	/* 左边分类栏目样式 */
.category-section {
	 background:#ddd; line-height:80px; text-align:center;
}
.category-section a{padding:0 40px;line-height:80px;height:80px; display:inline-block}
.category-section a:hover{ background:#ee1d23; color:#fff;}
#active{background:#ee1d23; color:#fff;}

.category-section h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #2a2a2a; /* 一级分类文字颜色 */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* 添加文字阴影效果 */
}

/* 一级分类样式 */
.category-section > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-section > ul > li {
    margin-bottom: 10px;
    background:  #ee1d23; /* 一级分类渐变背景 */
    border-radius: 8px;
    overflow: hidden;
   
}
.fenlei{
    display: block;
    margin-bottom: 10px; text-align: center; padding:15px 0; color:#666;font-size:16px; background: #f1f1f1;
    overflow: hidden;
 
}
.fenlei:hover{background: #ee1d23; /* 一级分类渐变背景 */ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 添加盒子阴影效果 */color:#fff}

.category-section > ul > li > a {
    font-weight:bold;
    padding: 15px;
    color: #fff; /* 一级分类文字颜色 */
    text-decoration: none;
    transition: background-color 0.3s ease; /* 添加过渡效果 */
}

.category-section > ul > li:hover > a {
    background-color: #34495e; /* 鼠标悬停时的背景颜色 */
}

/* 二级分类折叠内容样式 */
.subcategories {
    margin-top: 10px;
}

.subcategories > li {
    margin-bottom: 8px;
}

.subcategories > li > a {
    display: block;
    padding: 10px;
    color: #2a2a2a; /* 二级分类文字颜色 */
    background: linear-gradient(to right, #d3d3d3, #f0f0f0); /* 二级分类渐变背景 */
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* 添加盒子阴影效果 */
    transition: background-color 0.3s ease; /* 添加过渡效果 */
}

.subcategories > li > a:hover {
    background-color: #e0e0e0; /* 鼠标悬停时的背景颜色 */
}
	
	
	
	
	
	    /* 顶部 Location 区域样式 */
    .location {
        font-size: 14px; line-height: 40px;
        color: #333;
    }

    /* 产品内容区域样式 */
    .product-item {
        margin-bottom: 30px;
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 8px;
    }

    .product-item img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }

    .product-item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product-item p {
        font-size: 16px;
        color: #555;
    }

    .product-item a {
        display: inline-block;
        margin-top: 15px;
        background-color: #007bff;
        color: #fff;
        padding: 10px 15px;
        border-radius: 4px;
        text-decoration: none;
    }

    .pagination {
        margin-top: 20px;
    }
	
	
	
	/* 图片边框 */
.img img {
    border: 1px solid #ddd;
    border-radius: 4px;
    max-width: 100%;
}

/* A标签背景颜色 */
.url {
    display: inline-block;
    padding: 10px 15px;
    background-color: #ee1d23;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
.url:hover{color:#fff !important}

.title a:hover {
    background-color: #ee1d23;
    color: #ee1d23;
}

/* 内容上下居中 */
.content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 20px;
}

/* 避免超出容器宽度 */
.title {
    max-width: 100%;
}
.title h5{font-weight:bold}
.title p{ color:#999;}


.about{min-height:380px;}


 .timeline {
            list-style: none;
            padding: 0;
            position: relative;
        }

        .timeline:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #ee1d23;
            left: 50%;
            margin-left: -1px;
        }

        .timeline-item {
            margin-bottom: 50px;
            position: relative;
        }

        .timeline-item:before,
        .timeline-item:after {
            content: '';
            display: table;
        }

        .timeline-item:after {
            clear: both;
        }

        .timeline-date {
			 text-align:center; width:100px; height:50px;
            font-size: 30px; border-radius:50px;
            color: #fff;
            margin:0 auto; background:#ee1d23; display: flex;
  align-items: center;
  justify-content: center;
        }

        .timeline-content {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .timeline-content h3 {
            font-size: 24px;
            color: #333;
            margin-bottom: 10px;
        }

        .timeline-img {
            overflow: hidden;
            border-radius: 5px;
        }

        .timeline-img img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }
		
		
		
		
		 .team-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .team-member {
            width: 250px;
        }
		.shemei a{font-size:28px;margin-right:10px}

.client-logo{ width:100%; margin-bottom:1rem}

.neiye img{max-width:100%}


@media (max-width: 1440px) {
	.d-block{ width:90%;}
	
	}
.pro-content img{max-width:100%;}



.container1 {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo img {
            width: 155px;
            height: 80px;
        }

        .company-info {
            margin-left: 20px;
        }

        .language-switch {
            display: flex;
            gap: 10px;
            cursor: pointer;
            margin-left: auto; /* Move the language switch icons to the right */
        }

        .language-dropdown {
            display: none;
            position: absolute;
            top: 100%;color:#fff;
            right: 0;
            padding: 10px;
        }

        .language-switch:hover .language-dropdown {
            display: block; 
        }
		
		.product-details p{ line-height:32px;}
				.product-details h2{font-weight:bold}
				.product-details h4{padding-top:10px;}
				
				#active a{ color:#ee1d23}
				
				
				.language-dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #fff;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      min-width: 160px;
      z-index: 99;
    }

    .language-dropdown:hover .dropdown-content {
      display: block;
    }

    .dropdown-item {
      padding: 12px;
      text-decoration: none;
      color: #333;
      display: inherit;
    }

    .dropdown-item:hover {
      background-color: #f0f0f0;
    }
	
	
	.highlight {
  background-color: yellow;  // 高亮的背景颜色
  color: black;  // 高亮的文本颜色
}

.pro-neirong{min-height:630px;}



         .download-button {
            background-color: #ee1d23;
            color: white;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            border: none;
            border-radius: 5px;
        }
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.7);
        }
        .modal-content {
            background-color: #fefefe;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 400px;
            border-radius: 5px;
            text-align: left;
        }
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        .form-container label {
            display: block;
            margin-bottom: 10px;
        }
        .form-container input {
            width: 100%;
            padding: 8px;
            margin-bottom: 10px;
            box-sizing: border-box;
        }
        .form-container button {
            background-color: #ee1d23;
            color: white;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            border: none;
            border-radius: 5px;
        }
        .download-link {
            display: none;
            margin-top: 20px;
        }
		
		
		
		
    .modal-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        position: relative;
        top: 40%;
        transform: translateY(-50%);
    }

    .close {
        float: right;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }
    form {
        display: flex;
        flex-direction: column;
    }

    label {
        margin-bottom: 8px;
        color: #555;
    }

    input {

        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    button {
        background-color: #ee1d23;
        color: #fff;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    button:hover {
        background-color: #ee1d23;
    }
.input-group{padding-top:10px;}




            /*banner*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#Content6 .banner{ width:100%; float:left; position:relative; min-height:150px;}
#Content6 .banner img{ width:100%; float:left;}
#Content6 .banner .text{ width:100%; position:absolute; left:0; bottom:0; z-index:4; }
#Content6 .banner .text span{ width:100%; color:white; font-size:14px; line-height:48px; letter-spacing:1px;}
.loc-top{background:rgba(0,0,0,0.2);padding-left:10px;}
#Content6 .banner .text a{color:white;}
#Content6 .banner .text h4{ width:100%; margin-top:8px; color:white; font-size:18px; line-height:24px; letter-spacing:1px; font-family:Arial; text-transform:uppercase;}
.pro-img{width:50%; margin:0 auto;}

@media screen and  (max-width:1570px){

}
@media screen and  (max-width:1200px){

}
@media screen and  (max-width:992px){
#Content6 .banner .text h3{ font-size:26px; line-height:38px; letter-spacing:0px;}
#Content6 .banner .text h4{ margin-top:6px; font-size:16px; line-height:22px; letter-spacing:0px;}
}
@media screen and  (max-width:768px){
#Content6 .banner .text{ padding:0 10px;top:85%;background: rgba(0, 0, 0, 0.1);}
#Content6 .banner .text h3{ font-size:20px; line-height:30px;}
#Content6 .banner .text h4{ margin-top:4px; font-size:14px; line-height:20px;}

}


.thumbnail {
    cursor: pointer;
    opacity: 0.6;
    margin-top: 10px;
}
.thumbnail.active {
    opacity: 1;
}
.zoom {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}
.zoom img {
    transition: transform 0.5s ease;
    width: 100%;
}
.zoom:hover img {
    transform: scale(1.5);
}
.magnifier {
    position: absolute;
    border: 2px solid #000;
    border-radius: 50%;
    display: none;
    pointer-events: none;
}

.full-screen {
  height: 65vh;
  display: flex;
  align-items: center; background: url('../images/bj.jpg') no-repeat center center;;;
}
.left-image {
  flex: 1;
  background: url('https://via.placeholder.com/800x600') no-repeat center center;
  background-size: cover;
}
.right-text {
  flex: 1;
  padding: 20px;color:#333; line-height: 90px;
}
.right-text h1{font-size:60px;line-height: 120px;}
.right-text p{line-height: 32px;font-size:18px;}
.right-text a:hover{ background: #fff; color: #000;}

.product-link {
  display: block;
  transition: transform 0.3s ease;
}

.product-link:hover {
  transform: translateY(-10px);
}



   /* 鼠标经过时显示下拉菜单 */
   .dropdown:hover .dropdown-menu {
    display: block;
}





/* 自定义卡片和图片样式 */  
.card {  
  position: relative; /* 设置为相对定位 */  
  overflow: hidden; /* 防止内容溢出 */  
}  

.meright {  
  width: 100%; /* 填满卡片宽度 */  
  height: auto; /* 保持图片原始宽高比 */  
  display: block; /* 移除图片下方的间隙 */  
  /* 初始状态降低亮度，使图片看起来更暗 */  
  filter: brightness(0.7);  
  transition: filter 0.3s ease; /* 平滑过渡效果 */  
}  

/* 当鼠标悬停在卡片上时，提高图片亮度 */  
.card:hover .meright {  
  filter: brightness(1); /* 或更高，取决于您想要的亮度 */  
}  

/* 自定义卡片底部样式 */  
.card-body-bottom {  
  position: absolute;  
  bottom: 20px;  
  left: 20px;  
  right:20px;  
  background-color:rgba(255,255,255,0.8); /* 白色背景 */  
  padding: 10px;  
  color: #333;  
  text-align: center;  font-size:18px; font-weight:bold;
  /* 确保文本不溢出卡片 */  
  overflow: hidden;  
  text-overflow: ellipsis;  
  white-space: nowrap;  
}  
.card-body-bottom:hover { background:#ee1d23; color:#fff;}
.card-body-bottom:hover h5{color:#fff;}
.cur{ background: #ee1d23; color: #fff;  }
#active{background:  #ee1d23;color: #fff; }


/* 媒体查询以适应小屏幕 */  
@media (max-width: 767.98px) {  
  .card-body-bottom {  
      font-size: 0.875rem;  
  }  
}    @media (max-width: 768px) {
  .ml-2{ display:none}

  .full-screen{display:none}
  .bg-logo{display:none}
  .form-inline{display:none}
  .px-5{    padding-right: 1rem !important;
    padding-left: 1rem !important;}
    .news, .cases, .contact{min-height:200px;}


  }
  @media (min-width: 769px) {

   
      }
	  
      .carousel-item {
        background: no-repeat center center;
        background-size: cover;
    }
    .text-container {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        color: white;
        padding: 20px;
        transition: opacity 1s ease;
    }
    .fade-text {
        opacity: 0;
        animation: fadeIn 2s forwards;text-shadow: 3px 5px 15px rgb(0 0 0 / 25%);
    }
	.fade-text p{max-width:600px;text-shadow: 3px 5px 15px rgb(0 0 0 / 25%);}
	
	.fade-text a{    color: #fff; text-align:center;
    border-radius: 30px;
    border: 1px solid #fff; display:block; width:180px;line-height:45px;
    }
	.fade-text a:hover{background:#ee1d23;border: 1px solid #ee1d23;}
    @keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }
	  
/*	  优势*/
.youshi{ background: url('../images/banner_6.jpg') no-repeat center center; background-size: cover;padding:100px 0;}
.biaoti{ color:#fff;}
        .advantage-card {  
            display: flex;  
            flex-direction: column;  
            align-items: center;  
            text-align: center;  
            padding: 20px;  
            border: 1px solid #ddd;  
            border-radius: 10px;  
            transition: all 0.3s ease;  
        }  
        .advantage-card:hover {  
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
        }  
        .advantage-icon {  
            font-size: 2rem;  
            color: #fff;  
        }  
        .advantage-title {  
            font-size: 1.25rem;  
            margin: 10px 0;  color: #fff; 
        }  
        .advantage-content {  
            font-size: 1rem;  
            color: #fff;  
        }  
		
		
/*	  关于*/		
.about{ background:#f1f1f1;}
		   .company-intro {  
            padding: 20px;  
        }  
        .partner-logos {  
            padding: 20px;  
        }  
        .partner-logo {  
            text-align: center;  
            margin-bottom: 20px; /* 在每个Logo下方添加一些空间 */  
        }  
        .partner-logo img {  
            max-width: 100%;  
            height: auto;  
        }  
        /* 使用Bootstrap的栅格系统来排列Logo */  
        .row-of-logos {  
            display: flex;  
            flex-wrap: wrap;  
            margin-left: -15px;  
            margin-right: -15px;  
        }  
        .row-of-logos .col-logo {  
            padding-left: 15px;  
            padding-right: 15px;  
            flex: 0 0 33.333333%; /* 每个Logo占一列的1/3宽度 */  
            max-width: 33.333333%;  
        }  
		
		
	/*	  产品*/		
		        .vertical-tabs {  
            display: flex;  
        }  
        .vertical-tabs .nav-link {  
            border: 1px solid #ddd; background:#f1f1f1; color:#333; width:150px;
            text-align: center; line-height:50px;
        }  
		.vertical-tabs .nav-link:hover{ color:#fff;background-color: #ee1d23; }
        .vertical-tabs .nav-link.active {  
            background-color: #ee1d23;  
            border-right: 1px solid #fff;  
        }  
        .tab-content {  
            flex: 1;  
/*            padding: 0 20px ;  */
        }  
        .tab-content img {  
            max-width: 100%;  
            height: auto;   
        }  
		.xian {
    width: 50px;
    height: 3px;
    background: #ee1d23;}
		
		
		      .card {  
            border-radius: 0;  
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
            margin-bottom: 20px;  
        }  
        .card-header {  
            background-color: #ee1d23;  
            color: white;  
            font-weight: bold;  
            border-radius: 10px 10px 0 0;  
        }  
        .card-body {  
            padding: 20px;  
        }  
        .form-control {  
            border: 1px solid #ced4da;  
            border-radius: 0;  line-height:32px;

            font-size: 1rem;  
        }  
        .form-control2 {  
          border: 1px solid #ced4da;  
          border-radius: 0;   line-height:35px;padding-left:5px;

          font-size: 1rem;  
      }  
      .search-logo{border-radius: 0; background: #ee1d23;}
      .search-logo i{color:#fff}
        .btn-primary {  
            background-color: #ee1d23;  
            border: none;  
            border-radius: 5px;  
            padding: 10px 20px;  
            font-size: 1rem;  
        }  
        .btn-primary:hover {  
            background-color: #333;  
        } 
		.card-body{}
		
		
		/*	  新闻详情*/		
		        .navbar {
				
        }  
        .article-header {   
            padding: 20px;  
            margin-bottom: 20px;  
            border-radius: 5px;  
        }  
        .article-header h1 {  
            margin: 0; color:#333;  
        }  
		.article-header small{ color:#bbb}
        .article-content {  
            background-color: white;  
            padding: 20px;  
            border-radius: 5px;  
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
        } 
		.article-content p{ line-height:35px;} 
        .article-footer {  
            margin-top: 20px;  
            height:35px; line-height: 35px;padding:0 10px;
            background-color: #f1f1f1;  
            border-radius: 5px;  
        }  
        .comments-section {  
            margin-top: 40px;  
        }  
		
		
		        /* 在线客服CSS */  
        .online-customer-service {  
            position: fixed;  
            right: 20px;  
            bottom: 45%;  
            width: 220px;  
            z-index: 1000;  
        }  
        .online-customer-service .card {  
            border-radius: 10px;  
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
        }  
        .online-customer-service .card-header {  
            cursor: pointer;  
        }  

.fr{ float: right;}
.fl{ float: left;}
         
  .footer {
      background-color: #f1f1f1; border-top:5px solid #ee1d23;
      padding: 20px 0 0;
      margin-top: 50px;
  }
  .footer-logo img {
      max-width: 250px; display: block; /* 设置logo最大宽度 */
  }
  .footer-qr img {
      max-width: 150px; /* 设置二维码最大宽度 */
  }
  .footer-contact {
      color: #333;
  }
  .footer-logo p{ text-align:left;line-height:45px;}
  .footer-contact p {
      margin: 0; text-align: left; line-height:2.5rem;
  }
  .footer-contact p a{ color: #666;}
  .copy{ background-color: #333; line-height: 2.8rem; text-align:center}
  
  .copy p,.copy a{ color: #fff;}
  .footer-contact h3,.footer-qr h3{font-size:20px;}
  
  
  .case-section{background-image: url('../images/honor.jpg') ; /* 替换为你的背景图片 */
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
        .case-card {
            margin-bottom: 20px;
        }
        .case{height:auto;}
		
		
		    .about-section {

        background:url('../images/cases.jpg') no-repeat center center;background-attachment: fixed;background-size: cover;
        background-position: center;
        padding: 60px 0; color:#fff;
    }
	.color-white{ color:#fff}
    .about-content {
   
        padding:2rem;
 background:#fff;
    }
	.about-image{ overflow:hidden}
    .about-content p{color:#666;line-height:33px;text-indent:2em;}
    .about-content a{
    text-align: center;
    border-radius: 5px; background:#fff;
    border: 1px solid #333;
    display: block;
    width: 180px;
    line-height: 45px;}
	
	.about-content a:hover{background:#ee1d23;border: 1px solid #ee1d23; color:#fff;}


 .contact p{ line-height:42px;}
 
 
 .mt-9{margin:8rem 0;}
  .pt-9{padding:8rem 0;}
  
  
  
  @media (max-width: 768px) {
	  .fade-text h1{font-size:1.2rem;}
	  .text-container{left:5%;right:5%}
	  .fade-text p{font-size:1rem}
	  .pt-9{padding:1rem 0}
	  .mt-9{margin:1rem 0}
	  .about-image img{display:none}
	  .article-footer{height:70px;}
	  .nav-pills li{margin-left:0;margin-right:5px}
	  .nav-pills { float: none}
	  .category-section{line-height:60px;}
	  .category-section a{padding:0 10px;height:40px; line-height:40px;}
	  .vertical-tabs .nav-link{width:auto}
	  
	  	.navbar-nav{ background:#f9f9f9; }
	.navbar-nav .nav-link{color:#333; line-height:2rem; border-bottom:1px solid #f1f1f1;}
	
	    .about-content a{
    text-align: center;
    border-radius: 30px;
    border: 1px solid #333;font-size:0.8rem;
    display: block;
    width: 120px;
    line-height: 35px;}
	  
	  }
	  .huanj{ background:#f1f1f1; position:relative}
	  
.nav-link{color:#fff;}	  
.nav-link:hover{color:#fff;}
.nav-item{padding:0 30px;}
.navbar-nav{margin-left: auto;}

.navbar-white {
    background-color: white !important; /* 使用 !important 来确保覆盖其他样式 */
    transition: background-color 0.3s ease; /* 添加过渡效果 */
}

.navbar-dark #navbar-logo {
    display: none; /* 隐藏白色logo */
}
 
.navbar-dark #navbar-logo-dark {
    display: block; /* 显示深色logo */
}

.navbar-dark a{
    color: #000000 !important; /* 黑色文字 */
}


.navbar-scroll {
    transition: background-color 0.5s ease-in-out; /* 背景色过渡效果 */
    /* 其他导航栏样式 */
    background-color: rgba(255, 255, 255, 0); /* 初始背景色为完全透明 */
}
 
.navbar-scroll.scrolled {
    background-color: white; /* 滚动后背景色变为白色 */
}




* {
    box-sizing: border-box;
  }
  
 .outer {
    background-color: #8e44ad;
    color: #fff;
    font-family: 'Roboto Mono', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    overflow: hidden;
    margin: 0;
  }
  
  .counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 50px;
  }
  
  .counter {
    font-size: 60px;
    margin-top: 10px;
  }
  
  @media (max-width: 580px) {
    .outer {
      flex-direction: column;
    }
  }
.pagination-container {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 通常用于垂直居中，但在这里如果分页是水平的则不需要 */          /* 如果想要垂直居中并且分页容器占据整个视口高度，可以添加这行（但通常不需要） */
    flex-direction: column;  /* 如果想要分页项垂直排列，可以添加这行；默认是水平排列 */
    /* 注意：如果不需要垂直居中或垂直排列，应移除height和flex-direction属性 */
}
 

 
/* 可选的：调整分页项和链接的样式 */
.page-item {
    /* 添加你想要的样式 */
}
 
.page-link {
    /* 添加你想要的样式，比如文本颜色、背景色、边框等 */
}

.number-container{font-size:60px;}

.about_con p{line-height:40px; text-indent:2em;}


        .floating-contact {
            position: fixed;
            right: 20px;
            bottom: 10%;
            width: 230px;
            z-index: 1000;
        }
        .floating-contact .card1 {
            overflow: hidden; background:#fff;
        }
        .floating-contact .card-header {
            background-color: #ee1d23;
            color: white;
            cursor: pointer;line-height:35px;
        }
        .floating-contact .card-body {
            padding: 20px;
        }

.case-section{ position:relative;}
.sj{ display:none}
		.pc{ display:block}
		
			  .newss img{ float:left; width:15%;height:auto !important}
	 .newss .card-body{ float:right; width:85%;}
	 
	 .yuyan{ background:#ee1d23; color:#fff;padding:0 10px}
	 	 .yuyan .dropdown-menu{margin-left:-20px;}
	 .btn-outline-secondary{height:46px; background:#ee1d23; border: 1px solid #ee1d23; color:#fff;}
	 .btn-outline-secondary:hover{ background:#333;}
	 .tit{ text-align:center}
.tit em{display:block; background:#ee1d23; width:120px; margin: 10px auto; font-style:inherit;}
.tit em a{ color:#fff;height:50px; line-height:50px;font-size:18px}	 
  @media (max-width: 768px) {
	  .loc-top{ display:none}
	  
	  .yuyan .navbar-nav .nav-link{ background:#ee1d23;padding-left:10px; width:80px; color:#fff !important;margin:1rem 0;}
	  .yuyan{ width:100px; margin:10px auto; border-radius:5px;}
	.yuyan .nav-link{color:#fff !important;border-bottom:none}
	  .yuyan .nav-link{ color:#fff !important;}
	  .footer{margin-top:0;}
	  .footer-logo img{margin:0 auto;}
	    .footer-contact,.footer-qr{display:none}
	  .copy{padding-left:5px;font-size:1rem; line-height:2.2rem;}
	  .copy a{ display:block;}
	  .card-title{font-size:0.8rem;}
	  .displaynone{ display:none}
	      .floating-contact {
            position: fixed;
            right:0;
            bottom:0;
            width:100%;
            z-index: 1000;
        }
		.sj{ display:block}
		.pc{ display:none}
		.vertical-tabs .nav-link{line-height:30px;font-size:0.8rem;}
		.number-container{font-size:30px;}
		.about-content p{line-height:25px;font-size:0.8rem;}
	 .row>*{padding-left:8px; padding-right:8px;} 
	  .mb-5{margin-bottom:1rem !important;}
	  .mt-5{margin-top:1rem !important}
	  .pb-4{padding-bottom:0.3rem !important}
	  .pb-5{padding-bottom:0.8rem !important}
	  body{font-size:0.8rem}
	  .newss img{ float:left; width:30%;height:auto !important}
	 .newss .card-body{ float:right; width:70%;}
	 .mb-3{margin-bottom:0.3rem !important}
	 .footer-logo p{ line-height:1.5rem; text-align:center}
	 .about_con p{line-height:1.5rem;}
	 .article-header h1{font-size:1rem;}
	 .card-body{padding:5px;}
	 .copy p, .copy a{font-size:0.8rem;}
	 .xiangqing h3{ text-align:center;font-size:1rem;}
	 .card-title{line-height:25px;}
	 
	  .navbar-toggler-icon{  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h22M4 15h22M4 22h22'/%3E%3C/svg%3E");
}
.page-link{font-size:0.8rem;}
	 .navbar-brand img{ width:130px;}
	 .contact{padding:15px;}
	 .footer-logo img{max-width:150px;}
	 h2{font-size:1.2rem;}
	 h3{font-size:1rem;}
	 .form-control{font-size:0.8rem;}
	 .btn-primary{font-size:0.8rem;}
	 .mb-10{margin-bottom:4rem;}
	 .pro-img{width:90%;}
	  }
	  
	  
	          .video-thumbnail {
            position: relative;
            display: inline-block;
        }

        .video-thumbnail img {
            width: 100%;
            height: auto;
        }

        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 2rem;
            color: white;
            cursor: pointer;
            z-index: 10;
            display: none;
        }

        .video-thumbnail:hover .play-icon {
            display: block;
        }

        .modal-video {
            width: 100%;
            height: auto;
        }