.button { background: #222 url(overlay-button.png) repeat-x 0 0; display: inline-block; padding: 5px 15px 6px; color: #fff !important; font-size: 13px; font-weight: bold; line-height: 1; text-decoration: none; -moz-border-radius: 0px; -webkit-border-radius: 0px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer; overflow: visible; width: auto; }
	button::-moz-focus-inner { border: 0; padding: 0; }
	
	.button:hover { background-color: #111; color: #fff; }
	.button:active { -webkit-transform: translateY(1px); -moz-transform: translateY(1px); }
	/* Small Buttons */
	.small.button { font-size: 11px; }
	/* Large Buttons */
	.large.button { font-size: 16px;
    padding: 12px 50px 12px; }
	/* Colors for our beloved buttons */
	.green.button { background-color: #140a9a;    border-radius: 5px; }
	.green.button:hover { background-color: #453bcc; }
	.blue.button { background-color: #2daebf;border-radius: 5px;  }
	.blue.button:hover { background-color: #007d9a;   }
	.red.button { background-color: #e33100;border-radius: 5px;  }
	.red.button:hover { background-color: #872300; }

	.magenta.button{ background-color: #ffc82f; border-radius: 5px; }
	.magenta.button:hover { background-color: #ecc047 }
	.orange.button { background-color: #ff5c00; }
	.orange.button:hover { background-color: #d45500; }
	.orangellow.button { background-color: #ffb515; }
	.orangellow.button:hover { background-color: #fc9200; }
	.white.button { background-color: #fff; border: 1px solid #ccc; color: #666 !important; font-weight: normal; text-shadow: 0 1px 1px rgba(255,255,255,1); border-radius: 5px; }
	.white.button:hover { background-color: #eee; }
	
	/*Strike button*/
	.strike.button	{background-color: #4ADFC1}
	.strike.button:hover {background-color: #39ceb0}
	
	/* Secondary buttons (perfect for Cancels or other secondary actions */
	.secondary.button { background: #fff url(/images/gradients/36px-black.png) repeat-x 0 0; color: #555 !important; text-shadow: 0 1px 1px rgba(255,255,255,0.5); border: 1px solid #bbb; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
	.secondary.button:hover { background-color: #eee; color: #444 !important; border-color: #999; }

	/* Make the buttons super awesomer */
	.super.button { background-image: url(/images/super-button-overlay.png); font-size: 13px; padding: 0; border: 1px solid rgba(0,0,0,.25); -webkit-border-radius: 15px; -moz-border-radius: 15px; }
	.super.button span { display: block; padding: 4px 15px 6px; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-top: 1px solid rgba(255,255,255,.2); line-height: 1; }
	.small.super.button { font-size: 11px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
	.small.super.button span { padding: 2px 12px 6px; -webkit-border-radius: 11px; -moz-border-radius: 11px; }
	.small.white.super.button span { padding: 3px 12px 5px; }
	.large.super.button { background-position: left bottom; -webkit-border-radius: 18px; -moz-border-radius: 18px; }
	.large.super.button span { font-size: 14px; padding: 7px 20px 9px; -webkit-border-radius: 17px; -moz-border-radius: 17px; }
 
 
   .index-title h2 {
             font-size: 36px;
             color: #1a1a1a;
             font-weight: 700;
             margin-bottom: 18px;
         }
 
 
 
 
  .indnews-more {
             width: auto;
             margin-top: 20px;
               -webkit-animation: fadeInUp 2s ease both;
                 animation: fadeInUp 2s ease both;
                 -webkit-animation-delay: 0.5s;
                 animation-delay: 0.5s;
         }
         .index-more {
             width: 190px;
             height: 52px;
                display: inline-flex
 ;
             overflow: hidden;
             align-items: center;
             justify-content: center;
             border-radius: 5px;
             border: 1px solid #140a9a;
             user-select: none;
             transition: all .4s ease;    -webkit-animation: fadeInUp 2s ease both;
                 animation: fadeInUp 2s ease both;
                 -webkit-animation-delay: 0.5s;
                 animation-delay: 0.5s;
 
           
         }
 
             .index-more span {
                 font-size: 16px;
                 padding-right: 30px;
                 color: #140a9a;
                 transition: all .4s ease;
                 position: relative;
                 font-family: 'COLFAX-MEDIUM';
                 margin-top: 0px;
             }
 
                 .index-more span::after {
                     content: "";
                     position: absolute;
                     width: 15px;
                     height: 10px;
                     content: '\e609';              /* 替换为你的 icon Unicode */
     font-family: 'iconfont';       /* 替换为你使用的图标字体名 */
                     right: 0;
                     top: 16%;
                     
                 }
                 .indexmoreb {border: 1px solid #fff;
 
                 }
                 .indexmoreb span{color: #fff;
 
                 }
 
             .index-more.white span {
                 color: #fff;
             }
 
                 .index-more.white span::after {
                    content: '\e609';              /* 替换为你的 icon Unicode */
     font-family: 'iconfont';       /* 替换为你使用的图标字体名 */
                 }
 
             .index-more:hover {
                 border: 2px solid #140a9a;
                 background: #140a9a;
             }
 
                 .index-more:hover span {
                     color: #fff;
                 }
 
                  
 
 
                     .index-more:hover span::after {
     animation: moreArrow .5s ease;
     content: '\e609';              /* 替换为你的 icon Unicode */
     font-family: 'iconfont';       /* 替换为你使用的图标字体名 */
  
     color: #fff;                   /* 或根据需要调整颜色 */
     
 }



.btncolor{ border: 1px solid #140a9a;
            color: #140a9a;
           background-color: #fff;}

.btncolora{  border: 1px solid #fff;
            color: #fff;
           background-color: transparent;}

        .btn-more {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 30px;
           
            font-size: 18px;
            border-radius: 5px;
            cursor: pointer;
            overflow: hidden;
            transition: color 0.3s ease;
            top: 60px;
            width: 180px;
            text-align: center;
            /* 居中关键样式 */
            margin: 0 auto;
        }
  

            .btn-more::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background-color: #140a9a;
                z-index: 0;
                transform: scaleX(0);
                transform-origin: left;
                transition: transform 0.4s ease;
            }

            .btn-more:hover {
                color: #fff;
                background-color: #fff;
            }

                .btn-more:hover::before {
                    transform: scaleX(1);
                    color: #fff;
                    background-color: #140a9a;
                }

          


            .btn-more:active::before {
                transform: scaleX(1);
                background-color: #140a9a;
                color: #140a9a;
            }

            .btn-more span {
                position: relative;
                z-index: 1;
                display: inline-flex;
                align-items: center;
                transition: color 0.3s ease;
            }

            .btn-more:hover span,
            .btn-more:focus span {
                color: #fff;
            }

            .btn-more svg {
                margin-left: 10px;
                stroke: currentColor;
                transition: stroke 0.3s ease;
            }

            .btn-more:hover svg,
            .btn-more:focus svg {
                stroke: #fff;
            }

        @media (max-width: 1860px) {
            .btn-more {
                top: 35px
            }
        }
 
 /*--------------------------*/ 
 
     .product-header {
       position: relative;
       padding: 40px 0px;
       
     }
 
     .product-header h2.bg-title {
       font-size: 60px;
       color: #e5e5e5;
       position: absolute;
       top: 20px;
       left: 20px;
       margin: 0;
       z-index: 0;
       white-space: nowrap;
     }
 
     .product-header .cn-title {
       font-size: 28px;
       font-weight: bold;
       position: relative;
       z-index: 1;
       margin-bottom: 10px;
     }
 
     .breadcrumb {
       font-size: 14px;
       color: #999;
       position: relative;
       z-index: 1;
     }
 
     .breadcrumb a {
       color: #666;
       text-decoration: none;
     }
 
     .breadcrumb a:hover {
       text-decoration: underline;
     }
 
     /* 新增横线容器 */
     .underline-line {
       display: flex;
       align-items: center;
       margin-top: 10px;
     }
 
     .underline-blue {
       height: 2px;
       width: 80px;
       background: linear-gradient(to right, #207ce5, #00cfff);
     }
 
     .underline-gray {
       flex: 1;
       height: 1px;
       background: #ddd;
       margin-left: 0;
     }

     @media (max-width: 768px) {
       .product-header h2.bg-title {
         font-size: 36px;
         top: 10px;
         left: 10px;
       }
 
       .product-header .cn-title {
         font-size: 22px;
       }
 
       .underline-blue {
         width: 60px;
       }
	   
	   
	   .product-header {
	     position: relative;
	     padding: 0;
	     
	   }
	    .margindh{padding: 0.7rem 0.3rem 0.5rem;}
     }
 
  /*--------------------------*/ 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  .lybg {
            background-image: url('../indexbg.jpg');
            background-repeat: repeat; /* 平铺背景图 */
            background-position: top left;
        
            
            background-attachment: fixed;
    background-position: center;
    background-size: cover; position: relative;
        }
      
     


         .lybg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
}
        .left-section {
            flex: 1;
            /*  background: #000;*/
            padding: 60px 50px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;z-index:9 ;
        }

        .right-section {
            flex: 1;
            padding: 60px 50px;
            overflow: hidden;
            position: relative;
        }

        .form-container h1 {
            font-size: 42px;
            font-weight: 300;
            margin-bottom: 20px;
            line-height: 1.2;
        }
.form-container {
    position: relative;  /* 关键 */
    z-index: 10;          /* 确保在遮罩层之上 */
}

        .form-container p {
            font-size: 16px;
            margin-bottom: 20px;
            opacity: 0.9;    color: #fff
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-input {
            width: 100%;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 4px;
            color: white;
            font-size: 16px;
            transition: all 0.3s ease;
        }

            .form-input::placeholder {
                color: rgba(255, 255, 255, 0.7);
            }

            .form-input:focus {
                outline: none;
                border-color: rgba(255, 255, 255, 0.6);
                background: rgba(255, 255, 255, 0.15);
            }

        .form-textarea {
            height: 120px;
            resize: vertical;
        }

        .submit-btn {
            width: 200px;
            padding: 15px;
            background: #140a9a;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;text-align: center;
        }

            .submit-btn:hover {
                background: #1d4ed8;
            }

        .partners-section {
            height: auto;
            display: flex;
            flex-direction: column;
        }

            .partners-section h2 {
                font-size: 40px;
                color: #fff;
                margin-bottom: 15px;
                font-weight: 600;
            }

        .partners-subtitle {
            color: #666;
            font-size: 20px;
            margin-bottom: 75px;
            line-height: 1.5;
        }

        .partners-container {
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .partners-track {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            animation: scrollUp 30s linear infinite;
        }

        .partners-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        @keyframes scrollUp {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-50%);
            }
        }


        .partner-item {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 10px;
            text-align: center;
            transition: all 0.3s ease;
            min-height: 100px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .partner-item:hover {
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                transform: translateY(-2px);
            }

        .partner-logo {
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 8px;
            color: #333;
        }

            .partner-logo img {
                max-width: 100%;
                height: auto;
                max-height: 50px;
                object-fit: contain;
            }

        .partner-name {
            font-size: 14px;
            color: #666;
            margin-top: 10px;
        }

        /* Logo colors for different companies */
        @media (max-width: 1440px) {
            .partner-name {
                font-size: 12px;
                
            }
        }


        @media (max-width: 1200px) {
            .partners-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 768px) {
            body {
                flex-direction: column;
                height: auto;
                min-height: 100vh;
            }

            .left-section, .right-section {
                padding: 40px 30px;
                flex: none;
                width: 100%;
            }

            .right-section {
                height: auto;
            }

            .partners-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .form-container h2 {
                font-size: 20px;
            }
        }

        @media (max-width: 480px) {
            .partners-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .left-section, .right-section {
                padding: 30px 20px;
            }

            .partners-section h2 {
                font-size: 20px;
            }
        }

        #marquee6 {
            position: relative;
            height: 100%;
            overflow: hidden;
        }

        .marquee-content {
            display: block;
            width: 100%;
        }

        .partners-grid {
            display: block
        }

            .partners-grid li {
                list-style: none;
                margin-bottom: 20px;
                width: 24%;
                display: inline-block;
                height: 135px;
                overflow: hidden;
            }
 

       .form-container .title h2 {
            font-size: 32px;
            margin-bottom: 10px;font-weight: 700;
            color: #fff;
        }



        .form-row {
            display: flex;
            flex-wrap: wrap; /* 允许换行 */
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-col {
            flex: 1 1 calc(50% - 10px);
        }

        input[type="text"],
        input[type="email"],
        textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }

        textarea {
            height: 120px;
            resize: vertical;
        }

        button {
            background-color: #00a0e9;
            border: none;
            color: #fff;
            padding: 12px 20px;
            cursor: pointer;
            width: 100%;
            font-size: 20px;
            border-radius: 4px;
            margin-top: 0;
        }

            button:hover {
                background-color: #5b9bd5;
            }

        @media (max-width: 768px) {
            .wrapa {
                flex-direction: column;
            }
        }
        .ly{background-color: #f5f5f5;padding: 0;}
        .submit{margin: 0 auto; text-align: center;}
 
.margin5{padding: 0.7rem 0.3rem 1rem;}
.margin6{padding: 0 0.3rem 1rem;}
.margin7{padding: 0;}

@media (max-width: 768px) {
	.margin6{padding: 0 0.3rem 1rem;}
	.margin7{padding: 0.5rem 0.3rem 0;}
  .wrapa {
    flex-direction: column;
  }

  .left-section,
  .right-section {
    width: 100%;
    padding: 30px 20px;
  }
}

.left-section {
  flex: 0 0 37%;  
  
  color: #fff;
  z-index: 9;
}

.left-section h2 {
 
      font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}
.lx{margin-top: 25px;}
.left-section p {
 font-size: 18px;
     line-height: 2.8;
  color: #eee;
}




  .filter-list {
      list-style: none;
      margin: 0;
      padding: 10px 0;
    }

    .filter-list li {
      padding: 8px 15px;
      cursor: pointer;
      position: relative;
    }

    .filter-list li:hover {
      background-color: #f2f2f2; 
      color: #000;
    }
	
	
	.filter-list li a {
	  padding: 8px 0;
	  cursor: pointer;
	  position: relative;
	}
	
	.filter-list li a:hover {
	  background-color: #f2f2f2; 
	  color: #000;
	}
	
	
	
	
	
	
	
	

    .filter-list li.selected {
      font-weight: bold;
      color: #000;
    }

    .filter-list li.selected::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background-color: #00189c;
    }
    
     .filter-list li:hover::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background-color: #00189c;
    }
    
     .pagination {
    	                    width: 100%;
    	                    text-align: center;
    	                    margin-top: 35px;
    	                    margin-bottom: 90px;
    	                }
    	 
    	                    .pagination a, .pagination p, .pagination span {
    	                        display: inline-block;
    	                        margin-right: 5px;
    	                        padding: 5px 10px;
    	                        background: #fff;
    	                        text-decoration: none;
    	                        color: #666666;
    	                        font-size: 12px;
    	                    }
    	 
    	                        .pagination a:hover, .pagination span:hover {
    	                            color: #140a9a;
    	                            background: white;
    	                        }
    	 
    	                        .pagination a.current, .pagination span.current {
    	                            background: #140a9a;
    	                            color: #fff;
    	                        }
    	 
    	                        .pagination p.pageRemark {
    	                            display: none;
    	                            border-style: none;
    	                            background: none;
    	                            margin-right: 0px;
    	                            padding: 4px 0px;
    	                            color: #666;
    	                        }
    	 
    	                            .pagination p.pageRemark b {
    	                                color: red;
    	                            }
    	 
    	                        .pagination p.pageEllipsis {
    	                            border-style: none;
    	                            background: none;
    	                            padding: 4px 0px;
    	                            color: #808080;
    	                        }