
 
 /* 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: 'futuralight', sans-serif;
    background-color: #fff;
    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;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background: #d72517; color:#fff}

	   /* 自定义CSS，确保分页组件在容器中居中 */  
     .pagination-container {  
      display: flex;  
      justify-content: center; /* 水平居中 */  
      align-items: center;    /* 垂直居中（如果需要的话） */  
      padding: 20px 0;        /* 上下间距 */  
  }  
	
	/* 左边分类栏目样式 */
.category-section {
}

.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: #f1f1f1; /* 一级分类渐变背景 */
    border-radius: 8px;
    overflow: hidden;
   
}
.fenlei{
    display: block;
    margin-bottom: 10px; text-align: center; padding:10px 0; color:#666;font-size:20px; background: #f1f1f1;
 
    border-radius: 8px;
    overflow: hidden;
 
}
.fenlei:hover{background: linear-gradient(to right, #8bcef4, #8bb7f4); /* 一级分类渐变背景 */ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 添加盒子阴影效果 */color:#fff}

.category-section > ul > li > a {
    display: block;font-weight:bold;
    padding: 15px;
    color: #333; /* 一级分类文字颜色 */
    text-decoration: none;
    transition: background-color 0.3s ease; /* 添加过渡效果 */
}

.category-section > ul > li:hover > a {
    background-color: #d72517; /* 鼠标悬停时的背景颜色 */ color:#fff
}

/* 二级分类折叠内容样式 */
.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: #8bb7f4;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
.url:hover{color:#fff !important}

.title a:hover {
    background-color: #8bb7f4;
    color: #8bb7f4;
}

/* 内容上下居中 */
.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;}

.loc-top{border-bottom:1px solid #f1f1f1}


.about{min-height:380px;}


 .timeline {
            list-style: none;
            padding: 0;
            position: relative;
        }

        .timeline:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #8bb7f4;
            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:#8bb7f4; 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}
.news,.cases,.contact{min-height:500px;}
.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:#8bb7f4}
				
				
				.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: block;
    }

    .dropdown-item:hover {
      background-color: #f0f0f0;
    }
	
	
	.highlight {
  background-color: yellow;  // 高亮的背景颜色
  color: black;  // 高亮的文本颜色
}

.pro-neirong{min-height:630px;}



         .download-button {
            background-color: #8bb7f4;
            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: #8bb7f4;
            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 {
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    button {
        background-color: #8bb7f4;
        color: #fff;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    button:hover {
        background-color: #8bb7f4;
    }
.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; top:50%; z-index:4;}
#Content6 .banner .text h3{ width:100%; color:white; font-size:36px; line-height:48px; letter-spacing:1px;}
#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;}

@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.3);
}
.xiangqing h3{ line-height: 50px;font-weight: bold;}
.xiangqing p{ line-height:30px;}
.xiangqing p strong{color: #d72517;}
.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);
}

.carousel-item {
  height: 60vh;
  background: no-repeat center center;
  background-size: cover;
}

   /* 鼠标经过时显示下拉菜单 */
   .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;  
}  
.cur{ background: #8bb7f4; color: #fff;  }
#active{background: linear-gradient(to right, #8bb7f4, #8bcef4);color: #fff; }


/* 媒体查询以适应小屏幕 */  
@media (max-width: 767.98px) {  
  .card-body-bottom {  
      font-size: 0.875rem;  
  }  
}    @media (max-width: 768px) {
  .ml-2{ display:none}
  .navbar-brand{display: block;}
  .full-screen{display:none}
  .bg-logo{display:none}
  .form-inline{display:none}
  .px-5{    padding-right: 1rem !important;
    padding-left: 1rem !important;}
    nav{background:#f1f1f1}
    .news, .cases, .contact{min-height:200px;}


  }
  @media (min-width: 769px) {
      .navbar-brand{display: none;}
   
      }
