@CHARSET "UTF-8";
.w-webflow-badge {
   display:none!Important; 
  } 
  /* fixes select input styling on mobile devices */
  
  
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  
  
  select {
  appearance: none;
  background-size: 16px;
  padding-right: 12px 36px 12px 16px;
}
  
  .rich-text, .rich-text p {
	font-size:16px;
  }
  
  
  .rich-text li {
	padding:8px;

  }
  
  .rich-text ul {
  list-style: none; /* remove default bullets */
  padding-left: 0.5em;   /* reset default UL padding */
}

.rich-text ul li {
  padding-left: 1em; /* space for the custom bullet */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.5em; /* adjust size of bullet */
}

/* 容器设置 */
.product-marquee-container {
    overflow: hidden;
    background-color: #ffffff;
    width: 80%;
	margin:0 auto;
	margin-top:3%;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite; /* 30秒一圈，可调 */
}

/* 鼠标放上去：1.整个轨道停止滚动 */
.product-marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* 轨道设置 */
.marquee-track {
    display: flex;
    flex-shrink: 0;
}

/* 产品卡片样式 - 参考截图 */
.product-card {
    padding: 20px 15px;
    width: 16%; /* 卡片宽度 */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-inner {
    background: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 20px; /* 大圆角 */
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.card-inner img {
    width: 100%;
    height: 180px;
    object-fit: contain; /* 保证模型图片不拉伸 */
    margin-bottom: 15px;
}

.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
    border-top: 1px solid #f5f5f5;
}

/* 鼠标放上去：2.单个卡片放大效果 */
.product-card:hover {
    transform: scale(1.12); /* 放大 12% */
    z-index: 99;
}

.product-card:hover .card-inner {
    border-color: #f4f4f4; /* 蓝色边框高亮 */
    box-shadow: 0 10px 30px rgba(0,123,255,0.15) !important;
	background-color:#e1ebf4;
}

/* 动画定义 */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* 滚动完第一组后无缝重置 */
}

/* 移动端适配 */
@media (max-width: 768px) {
    .product-card { width: 100%; }
    .card-inner img { height: 120px; }
}

@media(min-width:1280px){
	.about-index{
	   position:relative; 
	   margin-top:4%; 
	   background-color:#f4f4f4; 
	   width:100%; 
	   height:auto;
	}
	.about-index-left{
	    float:left;
	    width:50%;
	    margin:36px 0px;
	    border-radius:10px 0px 0px 10px;
	    height:auto;
	    background-color:#ffffff;
	    margin-left:10%;
		padding-bottom:36px;  
	}
	
	.about-index-left .about-nr{
	   color:#c1c1c1;
	   line-height:24px; 
	   padding-left:6%; 
	   padding-right:6%;
	}
	
    .about-index-left .about-link{
	   display:block; 
	   width:18%; 
	   text-align:center;
	   line-height:32px; 
	   border-radius:16px; 
	   background-color:#2874a9; 
	   margin-left:6%; 
	   margin-top:5%; 
	   text-decoration:none;
	}
	.about-index-right{
	   float:left; 
	   border:1px solid #000; 
	   margin:36px 0px; 
	   width:30%; 
	   height:434px; 
	   border-radius:0px 10px 10px 0px;
	}
	
	.news-list-info{
	   float:left; 
	   width:30%; 
	   margin-right:3%
	}
	
	.produ-span{
	   margin:0 auto; 
	   width:6%; 
	   height:24px; 
	   background-color:#2874a9; 
	   border-radius:18px; 
	   display:block; 
	   border:1px solid #2874a9;
	}
    .news-span{
	   margin:0 auto; 
	   width:6%; 
	   height:24px; 
	   background-color:#2874a9; 
	   border-radius:18px; 
	   display:block; 
	   border:1px solid #2874a9;
	}
	.news-title{
	   color:#c1c1c1; 
	   line-height:24px; 
	   margin-top:3%;
	}
	.news-titlemodel{
	   background-color:#2874a9; 
	   width:33%; 
	   border-radius:10px; 
	   text-align:center; 
	   line-height:24px; 
	   color:#fff; 
	   font-size:16px; 
	   display:block;
	}
	.footer-tts ul{
	    padding:0px;
		margin:0px;
	}
	
	.footer-tts ul li a{
	   text-decoration:none;
	} 
	
	.footeer-tts ul li{
	  list-style-type:none;
	}
	
	.footer-one{
	  margin-left:10%; 
	  float:left; 
	  width:20%
	}
	
	.footer-one img{
	   width:40%; 
	   margin-top:14%; 
	   margin-left:4%; 
	   margin-bottom:5%;
	}
	
	.footer-tts{
	   float:left;
	   width:20%;
	}
	
	.footer-tts h2{
	   color:#173f63; 
	   font-weight:bold; 
	   font-size:18px; 
	   text-align:left;
	}
	
	.contact-left{
	   width:40%;  
	   margin-left:10%; 
	   margin-top:3%; 
	   border-radius:10px; 
	   padding-bottom:5%; 
	   box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	}
	
	.contact-left .ph{
	   margin-left:45%; 
	}
	.contact-left .yx{
	   margin-left:45%; 
	   width:8%; 
	   margin-top:2%;
	   
	}
	
.contact-right{
	    float:left; 
	    width:45%; 
	    margin-left:5%; 
	    margin-top:2.4%;
	}
	
    .contact-form .form-group button{
	  border: 0px;
      width: 38%;
      background-color: #2874a9;
      color: #fff;
      border-radius: 10px;
      float:right;
	}
	
    .pro-oneClass .pro-all{
	    
		background-color:#2874a9; 
		border-radius:10px; 
		text-align:center; 
		line-height:32px; 
		color:#fff; 
		
	}
	
	.pro-list-ny{
	
		  margin-top:4%; 
		  width:80%; 
		  margin-bottom:8%; 
		  margin-left:10%;
	}
	
    .pro-oneClass .pro-select-all{
	    background-color:#f1f1f1; 
	    height:32px; 
	    margin-left:2%; 
	    border-radius:10px;
	}
}

/* Form Group  */
.form-group {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.form-group label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: #c1c1c1;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 28px;
  font-weight:normal;
}
.form-group input, .form-group select {
  border: 0;
  border-bottom: 2px solid #f1f1f1;
  background-color: transparent;
  padding-bottom: 8px;
  padding-top: 8px;
	width:100%;
}
.form-group input[type=submit] {
  border: 2px solid #000248;
  background: #ffffff;
  color: #000248;
  font-size: 16px;
  font-weight: 700;
  height: 46px;
  line-height: 44px;
  padding: 0;
  text-transform: capitalize;
}
.form-group input[type=submit]:hover {
  background: #000248;
  color: #ffffff;
}
.form-group textarea {
  border: 0;
  min-height: 165px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #f1f1f1;
  background-color: transparent;
  resize: none;
}
.form-group span.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f1f1f1;
  transition: 0.4s;
}
.form-group.focused label {
  top: -10px;
  font-size: 12px;
  color: #02e3fa;
  transition: 0.3s;
}
.form-group.focused span.focus-border {
  width: 100%;
  transition: 0.4s;
}

    .proinfo-body{
	   width:80%; 
	   margin-left:10%; 
	   
    }
    .w-crumbs{
	   line-height:35px; 
	   width:100%; 
	   background-color:#f3f3f3; 
	   margin:20px 0px 20px 0px; 
	   text-indent:1.2em;
    }
    
    .mains-right{
	   float:left; 
	   width:97%; 
	   margin-left:3%;
    }
    
    .w-title{
	   font-size:20px;
    }
    
    .product-size{
	   margin-top:3%;
    }
    
     .product-size p{
	   color:#000; 
	   font-size:16px; 
	   border-radius:10px; 
	   line-height:26px; 
	   background-color:#f1f1f1; 
	   width:33%; 
	   text-align:center;
    }
    
  .product-weig{
	   margin-top:2%;
    }
    
   .product-weig p{
	   color:#000; 
	   font-size:16px; 
	   border-radius:10px; 
	   line-height:26px; 
	   background-color:#f1f1f1; 
	   width:24%; 
	   text-align:center;
    }
    
    .product-ziliao{
	   margin-top:5%:
    }
    
    .product-ziliao-right{
	   line-height:24px;
	   border:1px solid #12529b; 
	   margin-left:10px; 
	   text-align:center; 
	   color:#12529b; 
	   border-radius:10px;
    }
    
  
       .con .nelast{width:100%;margin-left:0%; margin-top:5%; display:block; height:80px;}     

       .con .nelast a{margin-top:10px; display:block;}
       
        .con .fl {
    bordeR:0px;
    width: 40%;
    line-height: 40px;
    border-radius: 0px;
    margin: 7px 7px;
    padding-left: 2rem;
    font-size: 14px;
    float: left;
    border-radius:20px;
    border:1px solid #f7f8fc;
    }
    
  .con .fls {
    bordeR:0px;
    width: 81.5%;
    line-height: 40px;
    border-radius: 0px;
    margin: 7px 7px;
    padding-left: 2rem;
    font-size: 14px;
    float: left;
    border-radius:20px;
    border:1px solid #f7f8fc;
    }
    
    .pinfo-qt{
	    width:80%; 
	    margin-left:10%; 
	    margin-top:5%;
    }
    
   .con .fr{
	 bordeR:0px;
     width: 24%;
     float:left; 
     margin-top:10px; 
     line-height:32px;
     border-radius:10px; 
     color:#fff; 
     background-color:#3099DD;
     border:0px;
     margin-bottom:50px;
     margin-left:1%;
    	
    }
    
    .product-ziliao-left{
	       background-color: #37546D;
    
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    }
    .product-ziliao{
	   margin-top:2%;
    }