/* fx 整理 */

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    line-height:20px;
    font-family: inherit;
    vertical-align: baseline;
    font-family:"Microsoft YaHei",arial
}
a{    text-decoration:none;color:#1E1E1E;}
a:hover{    text-decoration:none;color:#005D31;}
:focus {
    outline: 0;

}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
a img, iframe {
    border: none;
}
ol, ul {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}
/* Fixes incorrect placement of numbers in ol’s in IE6/7 */
ol { margin-left:2em; }
/* == clearfix == */
.clearfix:after {
    content:'.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

li.li_first{margin-left:0px !important;}
li.li_last{margin-right:0px !important;}

.wryh100{;font-family:microsoft YAHEI;font-weight:100}

   body {
      font-family: "Microsoft YaHei", sans-serif;
      color: #333;
      background: #fff;
      margin: 0;
      padding: 0;
      min-width: 1200px;
    }
 .topbar0 { background: url(../images/bg_top1.png) repeat-x left top;}   
 .topbar1 {
  background: #f2f2f2;
  color: #666;
  height: 30px; /* 统一高度 */
  line-height: 30px; /* 确保文本居中 */
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.topbar1 a:hover { 
  color: #ff0000; /* 保留悬停效果 */
}   
.topbar1 .hishl { height: 27px; }
.wrap {
  /* 合并所有定义 */
  width: 96%;               /* 来自第三次定义 */
  max-width: 1600px;        /* 来自第三次定义 */
  margin: 0 auto;           /* 三次定义共有 */
  overflow: hidden;         /* 来自第二次定义 */
  padding: 0;                /* 简化第三次的 padding: 0 0px */
  box-sizing: border-box;
}

.topbar2 { height: 112px; margin: 0px auto; }
.topbar2 img { margin-top: 11px; }
.topbar2 .fr { margin-top: 10px; }

/* == Clearfix 修复方案（兼容现代+旧版浏览器）== */
.clearfix {
    display: block; /* 最终生效值 */
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.fl {
    float: left;
}

.fr {
   float: right;
}

.c_fff,
.c_fff * {
  color: #fff;
}

.ul_fl li { float: left; margin: 0 8px }

.ul_h100 { height: 100% }
.ul_h100 li { height: 100% }

.weblogo {margin-top: 13px}
.weblogo img { margin-top: 19px; }

.c_gray4, .c_gray4 * { color: #1E1E1E }
.mainnav { background: #1429A0 ;height: 50px; }

.nav { height: 100%; overflow: visible; }
.nav li.nav_li1 { height: 100%; text-align: center; margin: 0; position: relative;_display:inline;_width:120px;}
.nav li.nav_li1 a { padding: 0 15px; color: #ffffff; white-space: nowrap;font-size: 16px; font-weight: normal; line-height: 50px; width: auto; font-family: 'microsoft yahei' ;_font-size:14px;_padding:0 10px;}
.nav li.nav_li1 a:hover, .nav li.active a, .nav li:hover { background: #003369; color: #ffffff; }
.nav li.nav_li1 .submenu li a { color: #fff; display: block; height: 44px; line-height: 44px; font-size: 12px; }
.nav li.nav_li1 .submenu li a:hover { color: #fff; background: #1429A0; }

.ablock_c a { width: 100%; height: 100%; display: block }

.submenu { position: absolute; z-index: 99; border-top: 1px solid #ffffff }
.submenu li { float: none; top: 40px; background: #003369; padding: 0; margin: 0; }


 /* 产品展示 */
    .section-title-bar {
      margin: 30px auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      border-bottom: 2px solid #1a4e7d;
      padding-bottom: 10px;
    }
    .section-main-title {
      font-size: 22px;
      color: #1a4e7d;
      font-weight: bold;
      padding-left: 5px;
      border-left: 4px solid #1a4e7d;
      line-height: 1;
    }
    .section-more {
      font-size: 14px;
      color: #666;
    }    
    .product-grid {
		  display: grid;
		  grid-template-columns: repeat(4, 1fr);
		  gap: 20px;
		  margin: 0 auto 50px;
		  grid-auto-flow: row;
		  justify-content: start;
		}
		.product-item {
			      border: 1px solid #e8e8e8;
			      transition: all 0.3s;
		}
	 .product-item:hover {
			      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
			      border-color: #1a4e7d;
			      transform: translateY(-3px);
			    }
	 .product-image {
			    height: 280px;
			    padding: 10px; 
			    text-align: center;
			    background: #f9f9f9;
			    display: flex; 
			    align-items: center;
			    justify-content: center;
			    box-sizing: border-box; 
			  }
		  .product-image img {
			    max-width: 100%;
			    max-height: 100%;
			    width: auto;
			    height: auto;
			    display: block;
			  }	  
			  
	   .product-info {
			      padding: 10px;
			    }
			    
			    .product-title {
			      font-size: 16px;
			      font-weight: bold;
			      text-align: center;
			      height: auto;
			      overflow: hidden;
			      margin-bottom: 2px;
			    }		
  .product-model {
			      color: #666;
			      font-size: 13px;
			      text-align: center;
			    }
			    
			    .current-state {
			      color: #f60;
			      font-size: 16px;
			      font-weight: bold;
			      text-align: center;
			      margin-top: 8px;
			    }		
			    
		    .insert-image {
			    height: auto;
			    width:100%;
			    padding: 0px; 
			    align-items: center;
			    justify-content: center;
			    box-sizing: border-box; 
			  }
			  
			  
			  .insert-image img {
			    max-width: 100%;
			    width: 100%;
			    height: auto;
			    display: block;
			  }	  
			  
.index_aboutus{background:#EBEBEB;padding-top: 35px;padding-bottom: 60px;margin-top: 30px}	
.index_aboutus .box1 { width: 720px;
    margin-left: 30px;
   }
.index_aboutus .box1 li { height: 31px; position: relative; border-bottom: 1px dashed #BDBDBD;}		    	 
.bg_ttl1 { background: url(../images/bg_ttl_2.jpg) repeat-x left 22px; height: 53px; text-align: center ;margin-top: 20px;margin-bottom: 30px}     	
.mt24 { margin-top: 24px }
.mt18 { margin-top: 18px }
.index_info{font:100 12px/30px '宋体';color:#616161;}
.index_info p {
     	text-indent: 2em;font:inherit;
      margin: 0 0 0 0; 
}

.slideBox { width: 692px; height: 115px; text-align: left; position: relative;margin-left:12px; }
.slideBox .hd { height: 30px; line-height: 30px; background: rgba(9, 22, 9, 0.8); position: absolute; bottom: 0; z-index: 10; width: 100%; }
.slideBox .hd { display:none; }
.slideBox .hd ul { position: absolute; right: 10px; top: 0px; z-index: 11;}
.slideBox .hd ul li { float: left; padding: 0 15px; cursor: pointer; line-height: 30px; }
.slideBox .hd ul li a { color: #fff; }
.slideBox .hd ul li.on { height: 30px; background: rgba(255, 255, 255, 0.8); }
.slideBox .hd ul li.on a { color: #091605; }
.slideBox .bd { margin-left: 22px;}
.slideBox .bd li {  list-style: none;height: 100%; float: left;margin: 0 6px }
.slideBox .bd li .date { float: right; color: #999; }
.slideBox .prev { display: block;position: absolute; top: 28px; left: 0px;margin-right: 5px ;width:16px;height:50px;background:url(../images/hdl3.png) no-repeat  0px 0px;margin-top:12px}
.slideBox .next { display: block; position: absolute; top: 28px; right: 0px;margin-left: 5px; width:16px;height:50px;background:url(../images/hdl3.png) no-repeat -22px 0px;margin-top:12px;}
.mt5 { margin-top: 5px }
.zizhis img { width: 82px; height: 115px; border: 1px solid #DFDBDC;padding:1px;margin: 0 5px;background:#EEEAEB;cursor:pointer; }
.oxh { overflow: hidden }
.news_3 { margin-top: 33px }
.news_3 h3 {     padding-bottom: 10px;
    width: 588px;
    overflow: hidden; 
margin-bottom: 15px}
.news_3 .box1 { float: left; width: 330px; margin-right: 35px; overflow: hidden; }
.news_3 .box_anli_1 { width: 640px; }
.news_3 ul{margin-top: 15px;margin-left:10px;}
.news_3 ul li a { line-height: 30px; font-size: 12px;padding-left: 12px;background:url(../images/newsbgdot.jpg) no-repeat left center;color:#666666; }
.news_3 ul li a:hover { color:#F97207; }
.news_3 div.thelast { margin-right: 0; }


.news_ttl_11 a{font-size: 18px;font-family: 'microsoft yahei';    line-height: 40px;}
.news_ttl_11 a:hover{color:#F2710B;}
.news_ttl_11 .fl1{margin-top: 1px;border-bottom: 1px solid #F2710B}
.news_ttl_11 .fl1 a{color:#010101;}
.news_ttl_11 .fl1 a:hover{color:#F2710B;}
.news_ttl_11 .fl2{border-bottom: 1px solid #666;margin-top: 1px;padding-left: 6px;width:300px;}
.news_ttl_11 .fl2 a{font-size:14px;color:#666;}
.news_ttl_11 .fl2 a:hover{color:#F2710B;}
.nomarginright{margin-right: 0 !important;}

.demo-container {
            width: 100%;
            max-width: 1600px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin-bottom: 20px;

        }
  .lj_content {
            padding: 40px;
            position: relative;
        }
  .fixed-friend-links {
            padding: 0;
            margin: 0;
            background: white;
            border-radius: 8px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            border: 1px solid #eee;
            padding: 20px;
        }
.friend-links-title {
            display: flex;
            align-items: flex-end;
            padding-bottom: 15px;
            margin-bottom: 15px;
            position: relative;
        }
.friend-links-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-image: linear-gradient(90deg, transparent 10%, #F2710B 10%, #F2710B 90%, transparent 90%);
        }
        
          .chinese-title {
            font-size: 28px;
            font-weight: 700;
            color: #222;
            position: relative;
            padding-right: 15px;
            margin-right: 12px;
        }
        
        .english-title {
            font-size: 18px;
            color: #666;
            font-style: italic;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
 .ul-links-fixed {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 10px 0;
            margin: 0;
            justify-content: center;
            row-gap: 15px;
            column-gap: 20px;
        }
        
        .ul-links-fixed li {
            position: relative;
            padding: 0 10px;
        }
        
        /* 竖线分隔符 */
        .ul-links-fixed li:not(:last-child)::after {
            content: '|';
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
        }
        
        .ul-links-fixed a {
            color: #0056b3;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s;
            position: relative;
            padding: 0 3px;
        }
        
        .ul-links-fixed a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #F2710B;
            transition: width 0.3s;
        }
        
        .ul-links-fixed a:hover {
            color: #F2710B;
        }
        
        .ul-links-fixed a:hover::after {
            width: 100%;
        }
        
       .footer { margin-top: 10px; background: #1429A0;padding: 0; overflow: hidden;font-family: "宋体" !important; }
.footer *{font-family: "宋体" !important; }
.footer .wrap { padding-top: 20px; padding-right: 50px;}
.footer .wrap .bottominfo { line-height: 2 }
.footer .wrap .bottominfo p { line-height: 2; height: 25px; }
.footer .wrap ul li { text-align: left; margin: 10px 0px 20px 0; }
.footer .wrap .ul_fl{margin-left: 0px}
.footer .wrap .ul_fl ul{width:119px;}
.footer .wrap .qr ul{width:190px;margin-right: 30px}
.footer .wrap .qr img{width:auto;}
.footer .wrap ul li a { font-size: 14px; color: #FCFFFF; }
.footer .wrap ul li {
    text-align: left;
    padding: 0 0px;
    overflow: hidden;
    margin-top: 12px;
}
.footer .wrap ul li a { font-size: 14px; color: #ffffff; font-weight: bold }
.footer .wrap ul li ul { margin-top: 12px; }
.footer .wrap ul li ul li { float: none; height: 24px; line-height: 24px; padding: 0; margin: 0; }
.footer .wrap ul li ul li a { font-size: 12px; background: url(../images/bg_dot1.jpg) no-repeat left center; padding-left: 10px; margin-left: 0px; font-weight: normal }
.footer .wrap ul li.lastli { width: 310px; margin: 0; padding: 0; float: right; }
.footer .wrap .qrcode1 {
    height: auto;
    margin-top: -12px;
    text-align: center;
    width: 237px;
}
.footer span{margin:0 6px;padding:0 4px;}
.tcenter { text-align: center }

.copyright{background:#282828;margin-top: 0px;padding-bottom: 14px}
.copyright *{color:#A7A7A7;}

.hide { display: none !important; }
.ban{position:relative;overflow:hidden;}
.ban img{}
.mainc_ciye { margin-bottom: 24px }
.f18, .f18 a { font-size: 18px }

.leftsider { margin-top: 20px;width: 255px }
.leftsider .text1 { font-family: '宋体'; width: 90%; margin: 0 auto; color: #565656; line-height: 1.98 }
.leftsider .text1 h3 { font-size: 24px; font-weight: bold; color: #0065B6; margin-top: 12px; }

.leftbox11 { height: 600px; background: none !important; margin-top: 0px !important; }
.leftbox11 li { margin: 8px 0 !important; height: 140px !important; overflow: hidden; background-position: center 15px !important; }
.leftbox11 li h3 { margin-top: 110px !important; }
.leftbox11 li h3 a { font-size: 14px !important; }

.leftbox .ttl0 { background: #002746; height: 35px;font-size: 16px; color: #ffffff; text-align: center;font-weight: bold }
.leftbox .ttl1 { height: 40px; border-bottom: 1px solid #fe0000; background: url(../../images/bg_dot6.jpg) no-repeat left 13px; }

.leftbox_list { padding-bottom: 20px;background:#ffffff;border:1px solid #CCCCCC; }
.leftbox_list li {
    height: 35px;
    border-bottom: 1px dashed #cccccc;
    margin-left: 10px;
    margin-right: 10px;
   }
.leftbox_list li a { display: block; font-size: 14px; padding: 0px 30px;line-height: 35px; font-family: 'microsoft yahei'; color: #4A4A4A; text-align: center;  }
.leftbox_list li:hover, .leftbox_list li.active {background:#fff; color: #F27D1E;font-weight: bold; }
.leftbox_list li:hover a, .leftbox_list li.active a {color: #EF6D00; }


.lefttj{margin-top:20px;border:none;}
.lefttj hr{border:none;border-bottom: 1px solid #ccc;height:0;font-size: 0}

.leftbox_list li.tjcpleft{width:200px;height:auto;margin:0 auto 20px;border-color: #000}
.leftbox_list li.tjcpleft .a1{border:1px solid #ccc;width:200px;height:200px;padding:0px;padding-bottom: 10px;margin-top:10px;}
.leftbox_list li.tjcpleft .a2{color:#000000;font-weight: 100;line-height:35px;font-family: '宋体';height:35px;display:block;overflow:hidden;}
.leftbox_list li.tjcpleft .a2:hover{color:#EC561B;height:35px;}
.leftbox_list li.tjcpleft img{width:170px;height:170px;margin:15px 0 0 15px;}

.f16, .f16 a { font-size: 16px }

.rightsider { margin-top: 20px;width: 720px; margin-left: 10px; }
.rightsider .crumbs{margin-left: 20px ;margin-right:20px;left:10px;}
.rightsider .ttl1 { height: 35px; width: 100%; display: block; margin-bottom: 18px; background:#00193A; }
.rightsider .ttl1 h2 { height: 100%; width: 100%; display: block;  font-size: 12px; text-indent: 4px;margin-left:20px; display:none;}
.rightsider .ttl1 *{color:#ffffff !important;font:100 12px/35px '宋体' !important; }
.rightsider .ttl1 a{color:#ffffff;}
.rightsider .ttl1 a:hover{color:#ffffff;font:100 12px/35px '宋体'; }
.rightsider #goods_sum { margin: 20px auto }
.rightsider .goods_pic { width: 350px; float: left; _display: inline }
.rightsider .goods_fea { width: 300px;margin-left: 20px; float: left; _display: inline }

.more { position: relative }
.more_r { position: absolute; right: 0; }

.c_gray2, .c_gray2 a { color: #7D7D7D }
.maincontent{
    padding: 10px 24px;
    border: 1px solid #ccc;
   }
.maincontent>h1 { font-size: 20px; width: 100%; text-align: center; color: #444444; }
.maincontent>p.publishtime, .maincontent>p.newsfrom { text-align: center; line-height: 25px; color: #888; }
.maincontent>p.newsfrom a { color: #888 !important; }
.info_remark { margin-bottom: 40px; overflow: hidden; margin-top: 12px; color:#424242;}
.info_remark a{     font-size: 14px;
    font-family: 'Microsoft YaHei';
    line-height: 2;color:#424242;}
.info_remark img { max-width: 100% }
.info_remark * { color:#000;}
   
.c_gray3, .c_gray3 * { color: #2C2C2C } 

.list_date li { position: relative; }
.list_date li span { position: absolute; right: 0px; top: 6px; color: #4D4D4D; }
.list_date li a { line-height: 40px; margin-left: 5px; width: 570px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block }
.list_date li a:hover { color: #F97207; }  

.atlist li { padding-top: 13px;padding-bottom: 13px;margin-top: 13px;margin-top: 13px;background:url(../../images/bg_line3.jpg) repeat-x left bottom;}
.atlist li a.fl { display: block;width:150px;margin-right:20px;}
.atlist li a.fl img { width:138px;padding:5px;height:auto;max-height: 120px;border:1px solid #cccccc;}
.atlist li .newsinfo_1{  color: #434343; font:100 12px/22px '宋体';width:492px;}
.atlist li .newsinfo_1 h4{margin-bottom: 10px}
.atlist li .newsinfo_1 h4 a {  color: #434343; font:bold 14px/22px 'microsoft yahei';margin-left: 0}
.atlist li .newsinfo_1 h4 a:hover {  color: #E35316}
.atlist li .newsinfo_1 a.xq1 { display:inline; color: #E35316; font:100 12px/20px '宋体';margin-left: 0}
.wrap2 { width: 1000px; overflow: hidden; margin: 0 auto }

.jd{height: 315px;width:480px;background:#D6D6D6;border-radius: 10px;margin:30px 10px;text-align: center}
.jd:hover{background:#1E5470;}
.jd:hover a{color:#fff;}
.jd img{margin:15px 15px 15px;}
.jd a{font:700 18px/1.2 'microsoft yahei';color:#C30002;}
 h1 {
            font-size: 28px;
            color: #2c6ecb;
            margin-bottom: 8px;
        }
 h2 {
            font-size: 20px;
            color: #2c6ecb;
            margin: 25px 0 15px;
            padding-bottom: 8px;
            border-bottom: 1px solid #eee;
        }
.info-block { line-height: 1.8; }
    .info-block h2 { 
        margin: 25px 0 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid #eee;
        font-size: 1.3em;
    }
    .info-block ul {
        padding-left: 25px;
        margin: 15px 0;
    }
    .info-block li {
        margin-bottom: 8px;
        position: relative;
    }
    .info-block li:before {
        content: "•";
        position: absolute;
        left: -15px;
        color: #2c6ecb;
    }


