.mainTitle {
  padding: 10px 0;
  background: #ddd;
}
.hardware {
  padding: 40px 0;
}
.hardware a {
  padding: 10px 20px;
  background: #004e96;
  color: #fff;
  display: inline-block;
}
.hardware h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.hardware p {
  margin: 10px 0;
  color: #666;
  text-indent: 2em;
}
.hardware img {
  width: 100%;
  max-width: 460px;
}
.programme {
  padding: 40px 0;
  background: #ddd;
}
.programme h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.programme .item {
  margin-bottom: 30px;
}
.programme .item:last-child {
  margin-bottom: 0px;
}
.itemright {
  width: 100%;
  max-width: 580px;
}
.programme .item p,
.programme .item h4 {
  text-indent: 2em;
  color: #666;
  margin-bottom: 5px;
}
.programme h4 {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  margin-bottom: 10px;
}
.platform {
  padding: 30px 0;
}
.platform h3 {
  margin-bottom: 20px;
}
.product {
  background: #ddd;
  padding: 20px 0;
}
.product a div {
  min-height: 150px;
  line-height: 150px;
}
.product a div img {
  display: inline-block;
  vertical-align: middle;
}
.product h3 {
  margin-bottom: 20px;
}
.product .proname {
  margin: 10px 0;
  display: inline-block;
}
.product .proname:hover {
  color: #004e96;
}
.product p {
  -webkit-line-clamp: 2;
  min-height: 37px;
}
p {
  color: #666;
  margin-bottom: 10px;
}
.reversing .programme img {
  width: 100%;
  max-width: 538px;
}
.reversing .platform .imagesList {
  min-height: 150px;
  line-height: 150px;
}
.reversing .platform img {
  width: 100%;
  max-width: 120px;
  vertical-align: middle;
  display: inline-block;
}
.reversing .platform h5 {
  background: url('../images/Hardware/icon_list.png') no-repeat 0 center;
  padding-left: 15px;
  margin-bottom: 15px;
}
.addLNG .platform img {
  height: 190px;
  margin-bottom: 10px;
}
.addLNG .platform .lngOne img {
  width: 100%;
  max-width: 350px;
}
.addLNG .platform .lngTwo img {
  width: 100%;
  max-width: 800px;
}
.addLNG .platform .lngThree img {
  width: 100%;
  max-width: 980px;
}
.PLC .platform .plc1 {
  margin-bottom: 20px;
}
.PLC .platform .plc1 img {
  width: 100%;
  max-width: 900px;
}
.PLC .platform .plc2 img {
  width: 100%;
  max-width: 980px;
}
.ZN6112 .platform img {
  width: 100%;
  max-width: 800px;
  margin-bottom: 10px;
}
.autohand .hand {
  margin-bottom: 20px;
}
.autohand .left img {
  width: 150px;
}
.autohand .right {
  margin-left: 170px;
}
.autohand .right h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.autohand .right p {
  -webkit-line-clamp: 2;
}
.weightsize {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
.laser .programme .yingyong {
  margin-bottom: 20px;
}
.laser .programme p span:first-child {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  margin-right: 10px;
}
.welding .programme .yingyong {
  margin-bottom: 20px;
}
.welding .programme p span:first-child {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  margin-right: 10px;
}
.welding .hand {
  margin-bottom: 20px;
}
.welding .left img {
  width: 100%;
  max-width: 335px;
}
.welding .right h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.welding .right p {
  -webkit-line-clamp: 2;
}
.welding .platform .hand {
  margin-bottom: 20px;
}
.welding .platform .hand .left img {
  width: 100%;
  max-width: 335px;
}
.welding .platform .hand h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.welding .platform .hand p {
  -webkit-line-clamp: 2;
}
.S-MER200 .programme img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}
.S-MD190 .programme h4 {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
.S-MD190 .programme .rightImg img {
  width: 100%;
  max-width: 378px;
}
.S-MD190 .programme .bottomImg img {
  width: 100%;
  max-width: 970px;
}
.S-MD190 .programme .rightOneImg img {
  width: 100%;
  max-width: 345px;
}
.S-MD190 .programme .rightTwoImg img {
  width: 100%;
  max-width: 144px;
}
.S-LG200 .programme img {
  width: 100%;
  max-width: 826px;
}
.S-ESD400FH .programme img {
  width: 100%;
  max-width: 710px;
}
        /* 产品特点样式 */
        .features {
            padding: 40px 0;
            margin-bottom: 5px;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .feature-card {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            text-align: center;
            transition: transform 0.3s;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
        }
        
        .feature-icon {
            font-size: 40px;
            color: #0056b3;
            margin-bottom: 20px;
        }
        
        .feature-card h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }
        
        /* 技术参数样式 */
        .specs {
            background-color: white;
            padding: 40px 0;
            margin-bottom: 5px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .specs-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
        }
        
        .specs-table th, .specs-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }
        
        .specs-table th {
            background-color: #f8f9fa;
            font-weight: 600;
        }
        
        .specs-table tr:hover {
            background-color: #f8f9fa;
        }
        
        /* 应用领域样式 */
        .applications {
            padding: 40px 0;
            margin-bottom: 5px;
        }
        
        .applications-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .application-item {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            text-align: center;
        }
        
        .application-item h3 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title h2 {
            font-size: 32px;
            color: #0056b3;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: #0056b3;
        }
		/* 工作原理样式 */
        .working-principle {
            padding: 40px 0;
            margin-bottom: 5px;
        }
        
        .principle-content {
            display: flex;
            align-items: center;
            gap: 40px;
        }
        
        .principle-text {
            flex: 1;
        }
        
        .principle-image {
            flex: 1;
            text-align: center;
        }
        
        .principle-image img {
            max-width: 100%;
            border-radius: 8px;
        }