@charset "utf-8";
body { 
    margin:0;
    /* 重点：顺序调整 + 加上中文名 + 兜底宋体 */
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif; 
    height:100%;
    font-size: 14px;
    background-color:#fff;
    color:#444;
    /* 额外加一句，让 IE 字体更清晰、不发虚 */
    -ms-font-smoothing: antialiased;
}
html { height:100%;margin:0;}
* {
  /* 所有可过渡属性 0.3秒平滑过渡，匀速动画 */
  transition: all 0.3s ease;
  /* 避免元素变形挤压，可选优化 */
  box-sizing: border-box;
}
#center {align-items: center;}
@media screen and (min-width: 1900px){/**大于1900PC**/
#pc_t_1 { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:100%; display:; }
#pc_t { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:1200px; display:; }
#pb_t { display: none; }
#mob_t { display: none; }
#main { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:1200px;}
	.menu-btn { display: none;  background: none;  border: none;  color: #8a181b;  font-size: 24px;  cursor: pointer;  outline: none;}

.main_plr { padding-left:0px;padding-right:0px;}
.w_f_2 { float:left;width:50%;}
.w_f_2_4 { float:left;width:40%;}
.w_f_2_6 { float:left;width:60%;}
.w_f_2_pr { padding-top:30px;padding-right:50px;}
.w_f_3 { float:left;width:33.33%;}
.w_f_3_1 { float:left;width:33.33%;}
.w_f_3_1 .w_f_3_1_left {}
.w_f_3_1 .w_f_3_1_right {}
.w_f_3_1 .w_f_3_1_p {padding: 10px 5px 0px 5px }
.w_f_3_1 img { height: 200px;}

.w_f_3_2 { float:left;width:33.33%;}
.w_f_3_2 img { height: 200px;}
.w_f_4 { float:left;width:25%;}
.w_f_4_1 { float:left;width:25%;}
.w_f_4_2 { float:left;width:25%;}
.w_f_4_2 img { height: 200px;}
.w_f_5 { float:left;width:20%;}
.w_f_6 { float:left;width:16.66%;}
.w_f_28_2 { float:left;width:20%;}
.w_f_28_8 { float:left;width:80%;padding-left: 20px;}

.ditu_h { width:100%; height:100%; }
.new_h { height:180px;}
.new_pic_wh { width:100%; height:100%}
.main_l { float:left; width:200px; height: 364px; display:;}
.main_ls { float:left; width:200px; }

.main_m { float:left; width:800px; height: 364px; display:;}
.main_m2 { float:left; width:1000px; height: 364px; display:;}
.main_m3 { float:left; width:1000px; padding-left: 50px; }
.main_r { float:right;  width:200px; height: 364px; display:;}
.pic_l { float:left; width:25%;	} 
.show_1 {display:; }
.show_2 {display:; }
.show_3 {display:none; }
.show_4 {display:none; }
.da_h1 { font-size: 32px;}
.da_h2 { font-size: 30px;}
.da_h3 { font-size: 28px;}
.da_h4 { font-size: 25px;}
.da_h5 { font-size: 20px;}
.da_h6 { font-size: 18px;}
.da_h7 { font-size: 16px;}
.da_h8 { font-size: 14px;}
	
.da_12_10 { font-size: 12px;}
.da_14_12 { font-size: 14px;}
.da_16_12 { font-size: 16px;}
.da_30_20 { font-size: 20px;}
.da_60_20 { font-size: 60px;}

.lm_float_1 { float:left;}
.lm_float_2 { float:right;}
.z_padding_lr {padding: 0 10px 0 10px;}
.z_padding_l {padding: 0 0 0 10px;}
.z_padding_tb_30_20_10 {padding: 30px 0 10px 0;}
.z_padding_0_10_20 {padding: 10px;}
.z_padding_0_10_20 img {width: 100%;}

.myscroll { width: 100%; height: 320px;  overflow: hidden;}
.in_pr_list {display: flex; width: 100%;}
.in_pr_list .pr_left {width: 200px;}
.in_pr_list .pr_right {width: calc(100% - 200px);}
.in_pr_list .imgs {width: 100%; height: 200px;}
.imgs2 {width: 100%; height: 195px;}
.imgs3 {width: 100px; height: 100px;}
	
.izImage{border:0;width:100%; padding-right: 50px;}
.izViewer{width:100%;height:460px;position:absolute;left:340px;top:0;display:none; border:1px solid #999;}
.mobile-img-full img {max-width: 100%; max-height: 100%; display: block; /* 消除图片底部空白间隙 */
}
.z_inputs{width:500px;height:40px;padding:0px 5px;border-radius:4px;-moz-border-radius:4px; }
.pr_lms {float:left; width:120px; padding:8px;cursor:pointer;border-RIGHT:1px solid #cccccc; font-size: 16px; }
}
@media screen and (min-width: 1200px) and (max-width: 1899px){/**PC**/
#pc_t_1 { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:100%; display:; }
#pc_t { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:1200px; display:;}
#pb_t { display: none; }
#mob_t { display: none; }
#main { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:1200px;}
.main_plr { padding-left:0px;padding-right:0px;}
.w_f_2 { float:left;width:50%;}
.w_f_2_4 { float:left;width:40%;}
.w_f_2_6 { float:left;width:60%;}
.w_f_2_pr { padding-top:30px;padding-right:50px;}
.w_f_3 { float:left;width:33.33%;}
.w_f_3_1 { float:left;width:33.33%;}
.w_f_3_1 .w_f_3_1_left {padding-bottom: 10px;}
.w_f_3_1 .w_f_3_1_right {}
	.w_f_3_1 .w_f_3_1_p {padding: 10px 5px 0px 5px }

.w_f_3_1 img { height: 200px;}
.w_f_3_2 { float:left;width:33.33%;}
.w_f_3_2 img { height: 200px;}
.w_f_4 { float:left;width:25%;}
.w_f_4_1 { float:left;width:25%;}
.w_f_4_2 { float:left;width:25%;}
.w_f_4_2 img { height: 200px;}
.w_f_5 { float:left;width:20%;}
.w_f_6 { float:left;width:16.66%;}
.w_f_28_2 { float:left;width:20%;}
.w_f_28_8 { float:left;width:80%;}

.ditu_h { width:100%; height:100%; }
.new_h { height:180px;}
.new_pic_wh { width:100%; height:100%}

.main_l { float:left; width:200px; height: 364px; display:;}
.main_ls { float:left; width:200px; }

.main_m { float:left; width:800px; height: 364px; display:;}
.main_m2 { float:left; width:1000px; height: 364px; display:;}
.main_m3 { float:left; width:1000px; padding-left: 50px; }
.main_r { float:right;  width:200px; height: 364px; display:;}
.pic_l { float:left; width:25%;}
.show_1 {display:; }
.show_2 {display:; }
.show_3 {display:none; }
.show_4 {display:none; }

.da_h1 { font-size: 32px;}
.da_h2 { font-size: 30px;}
.da_h3 { font-size: 28px;}
.da_h4 { font-size: 25px;}
.da_h5 { font-size: 20px;}
.da_h6 { font-size: 18px;}
.da_h7 { font-size: 16px;}
.da_h8 { font-size: 14px;}
	
.da_12_10 { font-size: 12px;}
.da_14_12 { font-size: 14px;}
.da_16_12 { font-size: 16px;}
.da_30_20 { font-size: 18px;}
.da_60_20 { font-size: 50px;}


.lm_float_1 { float:left;}
.lm_float_2 { float:right;}
.z_padding_lr {padding: 0 10px 0 10px;}
.z_padding_l {padding: 0 0 0 10px;}
.z_padding_tb_30_20_10 {padding: 30px 0 10px 0;}
.z_padding_0_10_20 {padding: 10px;}
.z_padding_0_10_20 img {width: 100%;}

.myscroll { width: 100%; height: 320px;  overflow: hidden;}
.in_pr_list {display: flex; width: 100%;}
.in_pr_list .pr_left {width: 200px;}
.in_pr_list .pr_right {width: calc(100% - 200px);}
.in_pr_list .imgs {width: 100%; height: 200px;}
.imgs2 {width: 100%; height: 195px;}
.imgs3 {width: 100px; height: 100px;}

.izImage{border:0;width:100%; padding-right: 50px;}
.izViewer{width:100%;height:460px;position:absolute;left:340px;top:0;display:none; border:1px solid #999;}
.mobile-img-full img {max-width: 100%; max-height: 100%; display: block; /* 消除图片底部空白间隙 */
}
.z_inputs{width:500px;height:40px;padding:0px 5px;border-radius:4px;-moz-border-radius:4px; }
.pr_lms {float:left; width:120px; padding:8px;cursor:pointer;border-RIGHT:1px solid #cccccc; font-size: 16px; }

}
@media screen and (min-width: 768px) and (max-width: 1199px){/**平板**/
#pc_t_1 { display:none; }
#pc_t { display:none; }
#pb_t { display: none; }
.pb_showpb_show { display:; }
.mob_show { display:none; }
#mob_t { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:100%;display:; }
#main {  MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:100%;}
.main_plr { padding-left:10px;padding-right:10px;}
	.menu-btn { display: ; width: 30px; float: right;  background: none;  border: none;  color: #8a181b;  font-size: 24px;  cursor: pointer;  outline: none;}

.w_f_2 { float:left;width:50%;}
.w_f_2_pr { padding-bottom:10px;}
.w_f_2_4 { float:left;width:50%;}
.w_f_2_6 { float:left;width:50%;}

.w_f_3 { float:left;width:33.33%; }
.w_f_3_1 { float:left;width:33.33%;}
.w_f_3_1 .w_f_3_1_left {padding-bottom: 10px;}
.w_f_3_1 .w_f_3_1_right {}
	.w_f_3_1 .w_f_3_1_p {padding: 10px 5px 0px 5px }

.w_f_3_1 img { height: 150px;}
.w_f_3_2 { float:left;width:33.33%;}
.w_f_3_2 img { height: 200px;}
.w_f_4 { float:left;width:33.33%;}
.w_f_4_1 {float:left;width:50%; }
.w_f_4_2 { float:left;width:25%;}
.w_f_4_2 img { height: 180px;}
.w_f_5 { float:left;width:20%;}
.w_f_6 { float:left;width:20%;}
.w_f_28_2 { float:left;width:20%;}
.w_f_28_8 { float:left;width:80%;}

.ditu_h { width:100%; height:100%; }
.new_h { height:180px;}
.new_pic_wh { width:80%; height:100%}
	
.main_l {  display:none;}
.main_ls { display:none; }

.main_m { float:left; width:70%; display:;}
.main_m2 { float:left; width:100%; display:;}
.main_m3 { float:left; width:100%; }
.main_r { float:right;  width:30%; display:;}

.pic_l { float:left; width:33%;}
.show_1 {display:; }
.show_2 {display:none; }
.show_3 {display:none; }
.show_4 { }

.da_h1 { font-size: 32px;}
.da_h2 { font-size: 25px;}
.da_h3 { font-size: 25px;}
.da_h4 { font-size: 20px;}
.da_h5 { font-size: 18px;}
.da_h6 { font-size: 16px;}
.da_h7 { font-size: 14px;}
.da_h8 { font-size: 14px;}
	
.da_12_10 { font-size: 12px;}	
.da_14_12 { font-size: 12px;}
.da_16_12 { font-size: 14px; }
.da_30_20 { font-size: 18px;}
.da_60_20 { font-size: 40px;}

	
.lm_float_1 { float:left;}
.lm_float_2 { float:right;}
.z_padding_lr {padding: 0 10px 0 0;}
.z_padding_l {padding: 0 0 0 0;}
.z_padding_tb_30_20_10 {padding: 20px 0 10px 0;}
.z_padding_0_10_20 {padding: 10px;}
.z_padding_0_10_20 img {width: 100%;}

.myscroll { width: 100%; height: 255px;  overflow: hidden;}
.in_pr_list {display: flex; width: 100%;}
.in_pr_list .pr_left {width: 200px;}
.in_pr_list .pr_right {width: calc(100% - 200px);}
.in_pr_list .imgs {width: 100%; height: 150px;}
.imgs2 {width: 100%; height: 150px;}
.imgs3 {width: 90%}

.izImage{border:0;width:100%; padding-right: 50px;}
.izViewer{width:100%;height:460px;position:absolute;left:340px;top:0;display:none; border:1px solid #999;}
.mobile-img-full img{width:90%!important;height:auto!important;display:block;margin:0 auto!important;max-width:90%!important;}
.z_inputs{width:500px;height:40px;padding:0px 5px;border-radius:4px;-moz-border-radius:4px; }
.pr_lms {float:left; width:120px; padding:8px;cursor:pointer;border-RIGHT:1px solid #cccccc; font-size: 16px; }

}
@media (max-width: 767px) {
#pc_t_1 { display:none; }	
#pc_t { display:none; }
#pb_t { display: none; }
.pb_show { display:none; }
.mob_show { display:; }
#mob_t { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:100%;display:; }
.w_f_2 { float:left;width:100%;}
.w_f_2_4 { float:left;width:100%;}
.w_f_2_6 { float:left;width:100%;}

.w_f_2_pr { padding-bottom:10px;}
.w_f_3 { float:left;width:50% ;}
.w_f_3_1 { float:left;width:100%;}
.w_f_3_1 .w_f_3_1_left {float: left;width: 40%; padding-top: 8px;}
.w_f_3_1 .w_f_3_1_right {float: left;width: 60%;}
	.w_f_3_1 .w_f_3_1_p {padding: 0px 5px 0px 10px }

.w_f_3_1 img { }
	
.w_f_3_2 { float:left;width:50%;}
.w_f_3_2 img { height: 100px;}
.w_f_4 { float:left;width:50%;}
.w_f_4_1 {width:100%;padding-top:25px;text-align:center}
	.w_f_4_2 { float:left;width:50%;}
.w_f_4_2 img { height: 150px;}
.w_f_5 { float:left;width:50%;}
.w_f_6 { float:left;width:50%;}
.w_f_28_2 { width:100%;}
.w_f_28_8 { width:100%;}

.ditu_h { width:auto; height:100%; }
.new_h { border-bottom:1px dashed #cccccc;}
.new_pic_wh { width:100%; height:100%}

#main {  MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:100%;}
.main_plr { padding-left:10px;padding-right:10px;}
.main_l { display:none;}
.main_ls { display:none; }

.main_m { float:left; width:100%; padding-bottom: 20px; display:;}
.main_m2 { float:left; width:100%; display:;}
.main_m3 { float:left; width:100%; }
.main_r { float:right;  width:100%; display:;}

.pic_l { float:left; width:50%;}
.show_1 {display:none; }
.show_2 {display:none; }
.show_3 {display:; }
.show_4 {display:; }

.da_h1 { font-size: 25px;}
.da_h2 { font-size: 20px;}
.da_h3 { font-size: 20px;}
.da_h4 { font-size: 18px;}
.da_h5 { font-size: 16px;}
.da_h6 { font-size: 16px;}
.da_h7 { font-size: 16px;}
.da_h8 { font-size: 14px;}

.da_12_10 { font-size: 10px;}
.da_14_12 { font-size: 12px;}
.da_16_12 { font-size: 16px; }
.da_30_20 { font-size: 18px;}
.da_60_20 { font-size: 35px;}
		
.lm_float_1 { text-align: center;}
.lm_float_2 { padding-top:20px; text-align: center;}
.z_padding_lr {padding: 0 0 0 0;}
.z_padding_l {padding: 0 0 0 0;}
.z_padding_tb_30_20_10 {padding: 10px 0 10px 0;}
.z_padding_0_10_20 {padding: 10px 10px 0px 10px;}
.z_padding_0_10_20 img {width: 60%;}

.myscroll { width: 100%; height: 255px;  overflow: hidden;}
.in_pr_list {display: flex; width: 100%;}
.in_pr_list .pr_left {display:none;}
.in_pr_list .pr_right {width: 100%; border-LEFT:1px solid #cccccc;}
.in_pr_list .imgs {width: 100%; height: 100px;}
.imgs2 {width: 100%; height: 100px;}
.imgs3 {width: 90%}

.izImage{border:0;width:100%; }
.mobile-img-full img{width:90%!important;height:auto!important;display:block;margin:0 auto!important;max-width:90%!important;}
.z_inputs{width:90%;height:30px;padding:0px 5px;border-radius:4px;-moz-border-radius:4px; }
.pr_lms {width:100%; padding:8px;cursor:pointer;border-bottom:1px solid #cccccc; font-size: 16px; }

}

.number-wrap {
  width: 100%; /* 或固定宽度，如 200px */
  overflow-wrap: break-word; /* 标准属性，允许长数字在断点处换行 */
  word-break: break-all; /* 兜底：非 CJK 文本任意字符断行，防止溢出 */
  white-space: normal; /* 确保禁用强制单行 */
  box-sizing: border-box; /* 避免 padding/border 撑宽容器 */
}

.imgs_11 { width:100%;aspect-ratio:1/1;object-fit:cover;}
.imgs_12 { width:100%;aspect-ratio:1/2;object-fit:cover;}
.imgs_32 { width:100%;aspect-ratio:3/2;object-fit:cover;}
.zsy_descr { /*兼容IE 介绍显2行*/
  width: 100%;
  overflow: hidden; /* 核心：超出直接隐藏 */
  line-height: 1.5em; /* 行高 */
  max-height: 3em; /* 2 行高度 = 2 × 行高 */
  height: 3em; /* 强制固定 2 行高度 */
  text-overflow: ellipsis; /* 超出显示... */
  /* 下面这组是双保险，确保任何浏览器都不会超 2 行 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  visibility: visible;
}
.zsy_descr1 { /*兼容IE 介绍显2行*/
  width: 100%;

  overflow: hidden; /* 核心：超出直接隐藏 */
  line-height: 32px; /* 行高 */
  max-height: 32px; /* 2 行高度 = 2 × 行高 */
  height: 32px; /* 强制固定 2 行高度 */
  text-overflow: ellipsis; /* 超出显示... */
  /* 下面这组是双保险，确保任何浏览器都不会超 2 行 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  visibility: visible;
	/* 修改行距 ↓ */

}
.zsy_descr3 { /*兼容IE 介绍显2行*/
  width: 100%;
  overflow: hidden; /* 核心：超出直接隐藏 */
  line-height: 1.5em; /* 行高 */
  max-height: 4.5em; /* 2 行高度 = 2 × 行高 */
  height: 4.5em; /* 强制固定 2 行高度 */
  text-overflow: ellipsis; /* 超出显示... */
  /* 下面这组是双保险，确保任何浏览器都不会超 2 行 */
  display: -webkit-box;
  -webkit-line-clamp: 4.5;
  -webkit-box-orient: vertical;
  visibility: visible;
}
/*@media only screen and (min-width: 980px)  and (max-width: 1199px) {
#pc { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; width:100%; display:; }
#mob {display: ; }
}*/



 /*@media only screen and (min-width: 980px)  and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
}*/
#sub1 {
 display: none;
 position: absolute;
 left: 0;
 top: 50px;
 z-index: 1000;
 width: 0;
/* height: 350px;*/
 overflow: hidden;
 transition: width 0.3s ease;
/* background: #88bb07;*/
/*
 filter: alpha(opacity=30);
 opacity: 0.3;
*/
 color: #fff;
}
.justify_en {
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left; /* 关键：最后一行左对齐，不要 auto */
  -moz-text-align-last: left;
  overflow: hidden;

}
.ditu { background-image: url(/images/ditu.jpg); background-position: center top; position: relative; background-size: 100% 100%;}
.imgzfx {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}
/* 下拉菜单样式 */
.jumpSelect { width:100%;padding:10px;font-size:16px;border-radius:4px;border:1px solid #038;background:#fff;}
/* 产品吸顶固定样式 */
/* 吸顶固定样式（IE 完美支持） */
.fixed-top {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important; /* 绝对居中 */
    width: 100% !important;
    max-width: 1200px !important; /* 和上面保持一致 */
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.hr0{ height:1px;border:none;border-top:1px dashed #323232;}
.hr1{ height:1px;border:none;border-top:1px solid #323232;}
.hr2{ height:3px;border:none;border-top:3px double red;}
.hr3{ height:5px;border:none;border-top:5px ridge green;}
.hr4{ height:10px;border:none;border-top:10px groove skyblue;}
.w_20 { width:20px;}
.w_25 { width:25px;}
.w_50 { width:50px;}
.w_80 { width:80px;}
.w_100 { width:100px;}
.w_120 { width:120px;}
.w_150 { width:150px;}
.w_170 { width:170px;}
.w_200 { width:200px;}
.w_250 { width:250px;}
.w_230 { width:230px;}
.w_300 { width:300px;}
.w_210 { width:210px;}
.w12 {width: calc(100% / 8);}
.w16 { width:16.66%;}
.w14 {width: 14.28%;}
.w20 { width:20%;}
.w25 { width:25%;}
.w33 { width:33.33%;}
.w50 { width:50%;}
.w75 { width:75%;}
.w30 { width:30%;}
.w70 { width:70%;}
.w40 { width:40%;}
.w60 { width:60%;}

.w80 { width:80%;}
.w100 { width:100%;}
.p3 { padding:3px;}
.p5 { padding:5px;}
.p8 { padding:8px;}
.p10 { padding:10px;}
.p15 { padding:15px;}
.p20 { padding:20px;}
.p30 { padding:30px;}
.p50 { padding:50px;}
.padding_t5{ padding-top:5px;}
.padding_t10{ padding-top:10px;}
.padding_t15{ padding-top:15px;}
.padding_t20{ padding-top:20px;}
.padding_t25{ padding-top:25px;}
.padding_t30{ padding-top:30px;}
.padding_t40{ padding-top:40px;}
.padding_b10{ padding-bottom:10px;}
.padding_b20{ padding-bottom:20px;}
.padding_b30{ padding-bottom:30px;}
.padding_l10{ padding-left:10px;}
.padding_l15{ padding-left:15px;}
.padding_l30{ padding-left:30px;}
.padding_l50{ padding-left:50px;}
.padding_r10{ padding-right:10px;}
.padding_r20{ padding-right:20px;}
.padding_r30{ padding-right:30px;}
.padding_r50{ padding-right:50px;}
.padding_tb5{ padding-top:5px;padding-bottom:5px;}
.padding_tb10{ padding-top:10px;padding-bottom:10px;}
.padding_tb15{ padding-top:15px;padding-bottom:15px;}
.padding_tb20{ padding-top:20px;padding-bottom:20px;}
.padding_tb30{ padding-top:30px;padding-bottom:30px;}
.padding_tb40{ padding-top:40px;padding-bottom:40px;}
.padding_lr5{ padding-left:5px;padding-right:5px;}
.padding_lr10{ padding-left:10px;padding-right:10px;}
.padding_lr15{ padding-left:15px;padding-right:15px;}
.padding_lr20{ padding-left:20px;padding-right:20px;}
.padding_lr30{ padding-left:30px;padding-right:30px;}
.padding_lr40{ padding-left:40px;padding-right:40px;}

.center_jd {position:absolute; left:50%; transform: translateX(-50%);}
.float_l{ float:left;}
.float_r{ float:right;}
.sanjiao { border-style: solid;border-width: 13px 0 0 13px;border-color: #FFF transparent transparent transparent;width: 0px;height: 0px;}
.yuanjiao5 { border-radius:5px;}
.yuanjiao_b_5{ border-radius:0 0 5px 5px;}
.yuanjiao_t_5{ border-radius:5px 5px 0 0;}

.yuanjiao8 { border-radius:8px;}
.yuanjiao_t_8{ border-radius:8px 8px 0 0;}
.yuanjiao_b_8{ border-radius:0 0 8px 8px;}
.yuanjiao_r_8{ border-radius:0 8px 8px 0;}
.yuanjiao_l_8{ border-radius:8px 0 0 8px;}

.yuan80 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c1c1c1;
  cursor: pointer;
  
  /* 必须加这 3 行！修复不正圆问题 */
  display: inline-block; /* 让 span 支持宽高 */
  text-align: center;    /* 文字水平居中 */
  line-height: 50px;     /* 文字垂直居中 + 强制高度生效 */
}
.yuan80:hover {
color: #fff;
  background: #284e95;
  transition: 0.3s;
}
.yuan100 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
/*  background: #fff;*/
  cursor: pointer;
  
  /* 必须加这 3 行！修复不正圆问题 */
  display: inline-block; /* 让 span 支持宽高 */
  text-align: center;    /* 文字水平居中 */
  line-height: 80px;     /* 文字垂直居中 + 强制高度生效 */
  border: 1px solid #7dc038;
}
.yuan100:hover {
color: #fff;
  background: #7dc038;
  transition: 0.3s;
}


.dise_f { background-color:#fff;}
.dise_f1 { background-color:#f1f1f1;}
.dise_e1 { background-color:#e1e1e1;}
.dise_666 { background-color:#666;}
.dise_999 { background-color:#888;}
.dise_qlan { background-color:#eff2f6;}

.dise_tm_000 {background-color: rgba(0, 0, 0, 0.5);}
.dise_tm_fff {background-color: rgba(255, 255, 255, 0.8);}

img{border:0}
.ck {word-break:break-all;}
.lm_nr img { max-width: 100%; height: auto; }
.h0{ height:1px;border:none;border-top:1px dashed #cccccc;}
.h1{ height:1px;border:none;border-top:1px solid #4A4A4A;}
.h5{ height:5px;}
.h10{ height:10px;}
.h20{ height:20px;}
.h35{ height:35px;}
.h50{ height:50px;}
.h40{ height:44px;}
.h100{ height:100px;}
.hh1{ height:3px; background-color:#cc0000; }
.hh { border-TOP:3px solid #cc0000;;}
.h_di1{ background-image:url(../images/h1.png); padding-left:5px; padding-right:5px; padding-bottom:5px; padding-top:5px;}
.h_di2{ background-image:url(../images/h.png);padding-left:5px; padding-right:5px; padding-bottom:5px; padding-top:5px;}
tr,th,td { 
	font-size: 12px;
	color: #464a6e;
}
.da_9{ font-size: 9px;}
.da_10{	font-size: 10px;}
.da_12{	font-size: 12px;}
.da_13{	font-size: 13px;}
.da_14{	font-size: 14px;}
.da_16{	font-size: 16px;}
.da_18{	font-size: 18px;}
.da_20{	font-size: 20px;}
.da_22{	font-size: 22px;}
.da_25{	font-size: 25px;}
.da_30{	font-size: 30px;}
.da_36{	font-size: 36px;}
.da_40{	font-size: 40px;}
.da_50{	font-size: 50px;}
.da_120{ font-size: 120px;}


.clear { clear:both;}
.loading{
background-image:url(/images/loading.gif);
background-position:center;
background-repeat:no-repeat;}
.loading1{
background-image:url(/images/loading1.gif);
background-position:center;
background-repeat:no-repeat;}
.d1{
background-image:url(/images/index_80.jpg);
background-position:center;
}
.en { font-family: Arial, Helvetica, sans-serif}
.yh { font-family: "微软雅黑"}
.shu { font-family: Georgia, 'Times New Roman', Times, serif; color: #ffffff; font-size: 18px}
.shu1 { font-family: Georgia, 'Times New Roman', Times, serif; color: #f60; }
/*li { list-style-image: url(/images/ab_18.jpg);}*/
A:link { COLOR: #222;TEXT-DECORATION: none;}
A:visited { COLOR: #222;TEXT-DECORATION: none}
A:hover { COLOR:#0000;TEXT-DECORATION: underline;}
A.a1:link { COLOR: #222;TEXT-DECORATION:none;}
A.a1:visited { COLOR:#000;TEXT-DECORATION:none}
A.a1:hover { COLOR:#01357e;TEXT-DECORATION:none;}
A.a2:link { COLOR: #222;TEXT-DECORATION: none;}
A.a2:visited { COLOR: #222;TEXT-DECORATION: none;}
A.a2:hover { COLOR:#fff;TEXT-DECORATION: none;}
A.a3:link { COLOR: #ffffff;TEXT-DECORATION: none;}
A.a3:visited { COLOR: #ffffff;TEXT-DECORATION: none;}
A.a3:hover { COLOR:#000000;TEXT-DECORATION: none;}
A.a4:link { COLOR: #333333;TEXT-DECORATION: none;}
A.a4:visited { COLOR: #333333;TEXT-DECORATION: none;}
A.a4:hover { COLOR:#FCD000;TEXT-DECORATION: none;}
A.a_white:link { COLOR: #ffffff;TEXT-DECORATION: none;}
A.a_white:visited { COLOR: #ffffff;TEXT-DECORATION: none;}
A.a_white:hover { COLOR:#cccccc;TEXT-DECORATION: none;}
A.a_lan:link { COLOR: #222;TEXT-DECORATION: none;}
A.a_lan:visited { COLOR: #0165d5;TEXT-DECORATION: none;}
A.a_lan:hover { COLOR:#0165d5;TEXT-DECORATION: none;}
A.a_cheng:link { COLOR: #ff8000;TEXT-DECORATION: none;font-weight: bolder;}
A.a_cheng:visited { COLOR: #ff8000;TEXT-DECORATION: none;font-weight: bolder;}
A.a_cheng:hover { COLOR:#39f;TEXT-DECORATION: none;font-weight: bolder;}
/*带效果*/
 /* 关键：让伪元素只跟随文字宽度 */
A.a_tx {  text-decoration: none;  position: relative;   display: inline-block;}
A.a_tx:link { COLOR: #222;TEXT-DECORATION:none;}
A.a_tx:visited { COLOR:#000;TEXT-DECORATION:none}
A.a_tx:hover { COLOR:#01357e;TEXT-DECORATION:none;}

/* 下划线本体 */
A.a_tx::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background: #01357e;
  transition: width 0.3s ease;
  /* 额外优化：确保下划线精准贴文字 */
  transform-origin: right center;
}

/* 鼠标悬浮时 */
A.a_tx:hover::after {  width: 100%;  left: 0;  right: auto;}

.float { float:left;}
.float_p3 { float:left; padding:3px;}
.right { float:right;}
.float3 { float:left; width:33%;}
.float4 { float:left; width:24.55%; height:40px; border-bottom:#0C6}
.float4s { float:left; width:24.55%; height:30px; border-bottom:#0C6}
.float5 { float:left; width:50%; }
.float5s { float:left; width:49.95%; }
.float5f { float:left; width:19.95%; }

.landi {background-color:#00a0e9; color:#FFF }
.lan_di { background-color:#0190dc;}
.lan_di2 { background-color:#0163dc;}
.lan_di3 { background-color:#162194;}
.lan_di4 { background-color:#284e95;}
.hui_di { background-color:#cccccc;}
.lv_di { background-color:#01357e;}
.lv_di2 { background-color:#7dc038;}
.red_di { background-color:#cc0000;}
.orange_di { background-color:#ff8000;}
.white { color: #F5F5F5;}
.white_di{background-color:#FFF}
.lm_t_color { background-color:#093682;}
.lm_m_color { background-color:#3d6db2;}
.lm_d_color { background-color:#d3e0ef;}
.style_150 { line-height: 150%;}
.style_200 { line-height: 200%;}
.style_250 { line-height: 240%;}
.bb { font-weight: bolder;}


.foot_color { background-color:#263ea2;}
.huang { color: #ffa800;}
.huang1 { color: #ffe100;}
.jin { color: #c19558;}
.lan { color:#0082ff;}
.lan1 { color:#2693ff;}
.lan2 { color:#005380;}
.lan3 { color:#0190dc;}
.lan4 { color:#263ea2;}
.lan5 { color:#284e95;}
.lan6 { color:#2f318b;}
.hui { color: #4A4A4A;}
.huic { color: #cccccc;}
.hui1 { color: #464A6E;}
.fen { color: #d7bdae;}
.hui6 { color: #666666;}
.hui9 { color: #999999;}
.huilan { color: #464a6e;}
.cheng { color: #ff8000;}
.red { color: #cc0000;}
.black { color: #000000;}
.lv { color: #01357e;}
.lv2 { color: #7dc038;}
.backditu { background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;}
.myblen { filter:blendTrans(Duration=3)}

.xian_r_s{border-right:1px dashed #cccccc;}
.xian_b_d_h { border-bottom:1px dashed #656565;}
.xian_b_s_h { border-bottom:1px solid #656565;}
.xian_b_s_l { border-bottom:3px solid #01357e;}
.xian_b_d { border-bottom:1px solid #cccccc;}
.xian_b_d_w { border-bottom:1px dashed #ffffff;}
.xian_b_s_w { border-bottom:1px solid #ffffff;}
.xian_b_s { border-bottom:1px solid #cccccc; }
.xian_b_s2 { border-bottom:3px solid #cccccc; }
.xian_b_s_j { border-bottom:1px solid #d19e59; }
.xian_b_s_j2 { border-bottom:1px solid #57452c; }
.lm_b_s { padding-top:5px;border-bottom:1px solid #cccccc }
.xian_b_s1 { border-bottom:1px solid #3b3b3b }
.xian_tb_s { border-TOP:1px solid #DEDEDE;border-bottom:1px solid #DEDEDE;}
.xian_ltr_s { border-TOP:1px solid #cccccc;border-LEFT:1px solid #cccccc;border-RIGHT:1px solid #cccccc;}
.xian_l_s { border-LEFT:1px solid #cccccc;}
.xian_r_s { border-RIGHT:1px solid #cccccc;}
.xian_t_s { border-TOP:1px solid #cecece;}
.xian_t_b { border-TOP:1px dashed #cecece;}
.xian_l_s2 { border-LEFT:1px solid #cccccc;}
.xian_l_b { border-LEFT:1px dashed #cccccc;}
.xian_r_s2 { border-right:2px solid #ffffff;}
.xian_4_s { border: 1px solid #cccccc; }
.xian_4_s_yy { border: 1px solid #cccccc;  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);  transition: all 0.3s ease;} /* 平滑过渡（可选，更美观） */

/* 鼠标滑过：边框变色 */
.xian_4_s_yy:hover { border-color: #01357e; border_bottom: 3px solid #01357e; box-shadow: 0 0 20px rgba(0, 130, 252, 0.3); }
.xian_4_s_yy2 { border: 1px solid #cccccc; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); transition: all 0.3s ease;}
.xian_4_s_yy2:hover { border-color: #0082fc; border_bottom: 3px solid #0082fc; box-shadow: 0 0 20px rgba(0, 130, 252, 0.3); }
.xian_b_s_yy { border-bottom: 3px solid #fff; }
.xian_b_s_yy:hover {  border-bottom: 3px solid #0082fc;  }

.xian_4_s_3 { border: 3px solid #cccccc; }
.xian_4_s_lan { border:1px solid #284e95; }
.xian_lr_s{border-LEFT:1px solid #cccccc;border-RIGHT:1px solid #cccccc; background-color:#FFF }
.xian_red_lr3 { border-LEFT:3px solid #cc0000;border-RIGHT:3px solid #cc0000; }
.xian_red_tb3 { border-TOP:3px solid #cc0000;border-BOTTOM:3px solid #cc0000;}
.bs_w { width:109px; height:100px; background-color:#0190dc;  border-radius:8px 8px 8px 8px; }

.bs_w_pic { width:82px; height:100px; padding:3px; border-radius:8px; border-TOP:2px solid #fff;border-LEFT:2px solid #fff;border-bottom:2px solid #fff;border-RIGHT:2px solid #fff;}
.juzhong { display: flex; justify-content:center; align-items:Center;}
.input{ height:30px;padding:0px 5px;border:1px solid #999999;border-radius:4px;-moz-border-radius:4px; /* Old Firefox */
}
.input_150{ height:41px;width:273px;padding:0px 5px;border:1px solid #999999;border-radius:4px;-moz-border-radius:4px; /* Old Firefox */
}
.input_80{
height:41px;
width:164px;
padding:0px 5px;
border:1px solid #999999;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
}
.input_100{
height:30px;
width:100px;
padding:0px 5px;
border:1px solid #999999;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
}
.input_130{
height:30px;
width:130px;
padding:0px 5px;
border:1px solid #999999;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
}
.input_200{
height:30px;
width:200px;
padding:0px 5px;
border:1px solid #999999;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
}
.input_300{
width:300px;
height:40px;
padding:0px 5px;
border:1px solid #999999;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
}
.inputs{
width:100%;
height:30px;
padding:0px 5px;
border:1px solid #999999;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
}
.inputs2{
width:100%;
height:75px;
padding:0px 5px;
border:1px solid #999999;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
}
.toLogin{
height:36px;
font-size:15px;
color:#FFFFFF;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
cursor:pointer;
background-color: #cc0000;
background: rgba(6,154,240,0.8); 
border:1px solid rgba(0,100,159,0.4);
}
.toLogin_80{
height:46px;
width:103px;
font-size:15px;
color:#FFFFFF;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
cursor:pointer;
background-color: #cc0000;
background: rgba(0,130,255,0.9); 
border:1px solid rgba(11,16,159,0.4);
}

.toLogin_200{
height:36px;
width:200px;
font-size:15px;
color:#000000;
border-radius:4px;
-moz-border-radius:4px; /* Old Firefox */
cursor:pointer;
background-color: #d1e7f9;
background: rgba(209,231,249,0.8); 
border:1px solid rgba(0,100,159,0.4);
}
.login {
	position:absolute;
	padding-top:5px;
	padding-left:8px;
	}

.qlan { color:#d1e7f9;}
.height100 { height:100px;}
.k_top{	width:438px; height:5px;background-image:url(/images/i_18.jpg);	}
.k_bottom{width:250px; height:7px;background-image:url(/images/p1.jpg);}
.alpha { filter: alpha(Opacity=80, FinishOpacity=50, Style=0, StartX=0, StartY=0, FinishX=100, FinishY=100);-moz-opacity:0.8; opacity: 0.8;filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=80);

}
.lan_lm2
{ float:left;
padding-left:8px;
background-image:url(../images/ab_04.jpg); 
background-repeat:no-repeat;
background-repeat:repeat-x 10;
background-position:left;
width:250px;
	}
.lan_lm3
{ float:left;
padding-left:8px;
background-image:url(../images/in_29.PNG); 
background-repeat:no-repeat;
background-repeat:repeat-x 10;
background-position:left;
width:100px;

	}
/* banner 图片轮换 */
/*形状*/
.h_hg{/*js上划到一定数时固定*/
margin-left:0px;top:100px;position:fixed;width:250px; /**以下代码兼容IE6**/
_position:absolute;z-index:200;
_top: expression(documentElement.scrollTop);
_left: expression(documentElement.scrollLeft);
}
.h_hg2{/*js上划到一定数时固定*/
margin-left:0px;top:100px;position:fixed;width:200px; /**以下代码兼容IE6**/
_position:absolute;z-index:200;
_top: expression(documentElement.scrollTop);
_left: expression(documentElement.scrollLeft);
}
.h_hg3{/*js上划到一定数时固定 top*/
margin-right:0px;bottom:10px;position:fixed;width:49px; /**以下代码兼容IE6**/
_position:absolute;z-index:200;
_top: expression(documentElement.scrollTop);
_left: expression(documentElement.scrollLeft);
}
.h_hg_d{/*js上划到一定数时固定*/
margin-left:0px;bottom:450px;position:fixed;
/**以下代码兼容IE6**/
_position:absolute;z-index:200;
_top: expression(documentElement.scrollTop);
_left: expression(documentElement.scrollLeft);
}


/*头部样式*/
.link_0 { color:#000; border-radius:8px 8px 0 0; background-color:#e1e1e1; float:left; width:100px; height:25px; padding-top:3px;} /*隐藏状态*/
.link_1 { color:#fff; border-radius:8px 8px 0 0; background-color:#39F; float:left; width:100px; height:25px; padding-top:3px;} /*显示状态*/
14px; background-color:#00a0e9; } /*显示状态*//**/
/*隐藏提示*/
.black_overlay { display:;position:absolute;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);}
.white_content { display:;position:absolute;top:25%;left:25%;width:50%;height:50%;padding:16px;border:3px solid #c19558;background-color:white;z-index:1002;overflow:auto;}
.k_yj { 
border-radius:10px 10px 10px 10px;
}
.lm_logos {width: 45px; height: 30px; background: url(/images/logo3s.png); background-size: auto 100%; background-position: center; background-repeat: no-repeat; }
/*密码星号*/
div.empty:before {
    position: absolute;
    content: '密码';
    color: gray;
}


/*划过div块斜条闪过 用法class="div-hover"*/
.div-hover {
  display: inline-block;
  vertical-align: top; /* 关键：修复空白 */
  /*padding: 16px 32px;
  margin: 16px 8px;*/
/*  border-radius: 8px;*/
  text-decoration: none;
  text-align: center;
  position: relative;
  /*background: green;*/
  overflow: hidden;
  color: #FFFFFF;
  cursor: pointer;
}
.div_cx {
  overflow: hidden; /* 隐藏溢出的内容 */
    transition: max-height 0.5s ease-out; /* 添加过渡效果 */	
}
.div-hover::before {
/*css3其它形状
box-shadow: 80px 80px 80px 5px red;*/
  content: '';

  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  transform: skew(-30deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6), transparent);
  transition: all .5s;
}
.div-hover:hover::before { left: 110%;}
.div-hover:hover {	
  /*box-shadow: 0 26px 40px -24px rgba(0 36 100 / 50%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);*/
  transform: translateY(-2px);
  transition: all .3s;
}
.div-hover2:hover {	
  border-bottom:2px solid #263ea2; /* 初始时底部边框为透明 */
	/*background-color: #112582;*/



}

/*划过div块斜条闪过end*/
/*斜理纹*/
.liwen_1 {background:linear-gradient(45deg,#f3f3f3 25%,#f0f0f0 0,#f0f0f0 50%,#f1f1f1 0,#f1f1f1 75%,#f0f0f0 0);background-size:10px 10px;}
/*end 理纹*/
.arrow-up {
  position: fixed;
  width: 25rpx;
  height: 25rpx;
  right: 30px; bottom:30px;
  animation: arrow-up-animation 3s infinite;
  padding:15px;
  background-color:#666;
  color:#FFF;
}
@keyframes arrow-up-animation {
  0% { bottom: 9vh;}
  50% { bottom: 8vh;}
  100% { bottom: 9vh;}
}
/*产品中心图片用到*/
.list img{width:80px;height:60px;padding:1px; border:1px solid #cdcdcd; margin-bottom:10px; margin-right:10px; }
.list img.onzoom, .list img.on{width:80px;height:60px;padding:0px; border:2px solid #336699;}
.container{ position:relative;}
.izImage{border:0;width:100%;}
@media screen and (min-width:992px){ /*大于1024显示*/
.izViewer{width:460px;height:460px;position:absolute;left:560px;top:0;display:none; border:1px solid #999;}
}
.handle{display:none;opacity:0.6;filter:alpha(opacity=60);background:#E6EAF3; cursor:crosshair;}
/*产品end*/

/*产品滑过顶部*/
.topnav1 {
	height: 55px;
}
/*导航栏变异部分*/

.topnav2 {
	z-index:100;
	height: 55px;
}
/*测试部分*/

.test {
	background: #fff;
	height: 2000px;
	padding-top: 100px;
}

.topfixnav {
	width:100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
.lm0 {
	height:38px;
	width:60px;
	float:left;
	}
.lm_p_tb {
	padding-top:20px;
	padding-bottom:8px;
	}
.lm {
	height:38px;
	width:98px;
	float:left;
	}
.lmlogo {
	height:81px;
	width:233px;
	float:left;
	}

/*产品滑过顶部end*/
/*case*/
	#container {
  position: relative;
 background-color: #000000;
}
 
#container img {
  width: 100%;
  height: 100%;
  display: block;
opacity:0.8;
  transition: opacity 0.3s ease;
}
 
#container .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.5s ease;
  color: white;
}
table {
  border-collapse: collapse; /* 合并边框 */
  width: 100%;
}
td, th {
  border: 1px solid #ccc;
  padding: 5px; /* 替代 cellpadding */
}
/* 外层容器：控制滚动 */
.table-container {
  width: 100%;
  overflow-x: auto;        /* 关键：水平滚动 */
  -webkit-overflow-scrolling: touch; /* iOS流畅滑动 */
  margin: 1em 0;
}

/* 表格本身 */
.table-container table {
  border-collapse: collapse;
  width: auto;           /* 不要100%，自然宽度 */
  min-width: 600px;      /* 手机下最小宽度，避免挤爆 */
}

/* 单元格：防止自动换行、保持内边距 */
.table-container td,
.table-container th {
  padding: 8px 12px;
  border: 1px solid #ccc;
  white-space: nowrap;   /* 不换行（你的内容短，适合） */
  text-align: center;
  vertical-align: middle;
}

/**旧版中**/
.k_top{	width:438px; height:5px;background-image:url(/images/i_18.jpg);	}
.k_bottom{width:250px; height:7px;background-image:url(/images/p1.jpg);}
.alpha { filter: alpha(Opacity=80, FinishOpacity=50, Style=0, StartX=0, StartY=0, FinishX=100, FinishY=100);-moz-opacity:0.8; opacity: 0.8;filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=80);

}
.lan_lm2
{ float:left;
padding-left:8px;
background-image:url(../images/ab_04.jpg); 
background-repeat:no-repeat;
background-repeat:repeat-x 10;
background-position:left;
width:250px;
	}
.lan_lm3
{ float:left;
padding-left:8px;
background-image:url(../images/in_29.PNG); 
background-repeat:no-repeat;
background-repeat:repeat-x 10;
background-position:left;
width:100px;

	}
/* banner 图片轮换 */

/*栏目切换样式开始*/
.none {display: none;}
.block {display: block;}
/*头部样式*/
.c_0 {background-image:url(/images/f2.jpg); } /*隐藏状态*/
.c_1 {background-image:url(/images/f1.jpg); } /*显示状态*/
/**/

#banner{ position:relative;}
#slide-index{min-width:944px;width:auto; height:280px; overflow:hidden; position:relative;}
#slide-index .slides{ min-width:944px; width:auto; height:280px; }
#slide-index .slide{ min-width:944px; height:280px; float:left; position:relative; }
#slide-index .bimg{ z-index:1;position:absolute;width:100%; height:380px; background-position:top center;}
#slide-index .links{width:100%; height:360px; display:block;}
#slide-index .btxt{margin:0 auto; width:944px; display:block;}

#slide-index .control{ position:absolute; bottom:10px; width:100%; text-align:center; height:18px; cursor:pointer; z-index:40;}
#slide-index .control a{ width:18px; height:18px; cursor:pointer; display:inline-block; background:url(../images/icon.png) no-repeat -4px -330px; margin-right:3px;}
#slide-index .control a:hover, #slide-index .control a.active{ background:url(../images/icon.png) no-repeat -3px -366px;}
.autoMaxWidth{ overflow:hidden; position:relative;height:300px; }

#div1 { margin:0px auto; text-align:center;}
#div2 { filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;z-index:100; background-color:#000000;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));}
.div_1 { position:absolute;
	top:50%;
	left:50%;
	margin:-300px 0 0 -230px;
	width:560px;
	height:600px;
	border:1px solid #000000;}

.div_2 { position:absolute;width:100%; height:100%; background-color:#666;border:1px solid #000000;}

.divlm1 {_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));

}
.divlm2 {_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));
}
.divlm3 {
	z-index:4;position:absolute; padding-left:78px; height:14px; top:879px; overflow:hidden;
	_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));
	}
.divlm2_1{
	width:100%;
    position:fixed;
    z-index:999;
    top:0px;
	background-color:#000000;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
}
.divlm3_1{
	z-index:4;position:absolute; padding-left:78px; height:14px; top:37px; overflow:hidden;
    _bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop));
}
.divlm4 {_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));
}
.divlm5 {
	z-index:4;position:absolute; padding-left:78px; height:14px; top:0px; overflow:hidden;
	_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));
	}
.divlm4_1{
	width:100%;
    position:fixed;
    z-index:999;
    top:0px;
	background-color:#000000;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
}
.divlm5_1{
	z-index:4;position:absolute; padding-left:78px; height:14px; top:0px; overflow:hidden;
    _bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop));
}

.blk_18 {
 BORDER-RIGHT: ##EDEDED 1px solid; BORDER-TOP: ##EDEDED 1px solid; MARGIN-TOP: 8px; FONT-SIZE: 12px; BACKGROUND: ##EDEDED; OVERFLOW: hidden; BORDER-LEFT: ##EDEDED 1px solid; WIDTH: 1136px; BORDER-BOTTOM: ##EDEDED 1px solid; ZOOM: 1
}
.blk_18 .pcont {
 FLOAT: left; OVERFLOW: hidden; WIDTH: 1096px
}
.blk_18 .ScrCont {
 WIDTH: 32766px; ZOOM: 1
}
.blk_18 #List1_1 {
 FLOAT: left
}
.blk_18 #List2_1 {
 FLOAT: left
}
.blk_18 .LeftBotton {
 BACKGROUND: url(../images/picr_1.gif) no-repeat; FLOAT: left; MARGIN: 10px 1px; WIDTH: 15px; HEIGHT: 72px;
}
.blk_18 .RightBotton {
 BACKGROUND: url(../images/picr_1.gif) no-repeat; FLOAT: left; MARGIN: 10px 1px; WIDTH: 15px; HEIGHT: 72px;
}
.blk_18 .LeftBotton {
 BACKGROUND-POSITION: 0px 0px; MARGIN-LEFT: 5px
}
.blk_18 .RightBotton {
 BACKGROUND-POSITION: 0px -100px; MARGIN-LEFT: -1px
}
.blk_18 .LeftBotton:hover {
 BACKGROUND-POSITION: -20px 0px
}
.blk_18 .RightBotton:hover {
 BACKGROUND-POSITION: -20px -100px
}
.blk_18 .pl IMG {
 DISPLAY: block; MARGIN: 6px auto 1px; CURSOR: pointer; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.blk_18 .pl {
 BORDER-RIGHT: #ededed 1px solid; BORDER-TOP: #ededed 1px solid; FLOAT: left; BORDER-LEFT: #ededed 1px solid; WIDTH: 88px; LINE-HEIGHT: 24px; BORDER-BOTTOM: #ededed 1px solid; TEXT-ALIGN: center; TEXT-DECORATION: underline
}
.blk_18 A.pl:hover {
 /*BORDER-RIGHT: #ff9900 1px solid; BORDER-TOP: #ff9900 1px solid; BACKGROUND: #fff; BORDER-LEFT: #ff9900 1px solid; COLOR: #ff9900; BORDER-BOTTOM: #ff9900 1px solid*/
}
.commu_cont3 {
 MARGIN: 9px 7px 7px; LINE-HEIGHT: 150%
}
.commu_cont3 UL {
 WIDTH: 140px
}
#lbCaption {
display:block;
font-size:12px;
font-weight:100;
}
#bigpic{ width:1000px;height:500px;position:absolute;top:50%;left:50%;margin:-250px 0 0 -500px;border:1px solid red;}
#img_container{ text-align:left; position:relative;  margin:0 auto;border:1px solid #000; overflow:hidden;width:500px;  height:375px;}
#imgbox{position:absolute; width:2000px;left:0px;top:0}
#imgbox img{ float:left; border:0; margin:0; width:500px; height:375px; }

/*左右小图*/
#marquee1{width:256px;height:152px;overflow:hidden; margin:0 auto;}
ul,ol,li,h1,h2,h3,h4,h5,h6{margin:0 ;padding:0;}
.news_con ul li span{ float:right}
.pro_con{ background:url(../images/bj_01.jpg) no-repeat; width:308px; height:160px;line-height:20px; position:relative}
.pro_con h4{ font-size:12px;}
.pro_con p{ color:#b1b1b1;}
.parea{  display: block;
    height: 47px;
    left: 11px;
    position: absolute;
    top: 40px;
    width: 14px;}
.nexta{ display: block;
    height: 47px;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 14px;}
.pro_con ul { float:left; padding-top:10px;}
.pro_con ul li{ float:left;text-align:center; line-height:16px; width:128px;}
.pro_con ul li img{}
/*栏目切换样式开始*/
.none {display: none;}
.block {display: block;}
/*头部样式*/
.c_0 {color:#000;border-bottom:1px solid #cccccc;} /*隐藏状态*/
.c_1 {color:#333;font-size: 14px;} /*显示状态*/
/*.cc_0 {color:#000; font-size: 14px;border-bottom:1px solid #cccccc;} *//*隐藏状态*/
/*.cc_1 {color:#0d7ec2; font-size: 14px; background-color:#FFF;border-TOP:1px solid #cccccc;border-LEFT:1px solid #cccccc;border-RIGHT:1px solid #cccccc; }*/ /*显示状态*/
.cc_0 {color:#000; font-size: 16px;border-right:1px solid #cccccc; } /*隐藏状态*/
.cc_1 {color:#fff; font-size: 16px; background-color:#00a0e9; } /*显示状态*/
/**/



.lm_d {
	background-image:url(../images/in_12s.jpg);
	background-repeat:repeat-y; 
	width:105px;
	float:left;
}



/* 解决动画冲突，必须加 */

.lm_1 {
	padding-top:6px;
	background-image:url(/images/sj.png);
	background-position:160px 15px;
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-bottom:1px #DEDEDE solid;
	padding-bottom:4px;
	font-size: 16px;
	
}

.lan_1 { 
padding-left:15px;
padding-top:5px;
padding-bottom:5px;
background-color:#5898FA;
height:15px;
font-size: 14px;
}

.e_1 {
	padding-top:5px;
	background-image:url(/images/sj.png);
	background-position:170px 12px;
	background-repeat:no-repeat;
	background-color:#b2e3ff;
	border-bottom:1px #DEDEDE solid;
	padding-bottom:4px;
	font-size: 16px;
	
}

.lm_1_1 {
	width:200px;
	float:left;
	padding-top:15px;
	padding-bottom:10px;

}

/* 关键：只给滚动容器禁动画，不搞多余样式 */
.myscroll ul, .myscroll2 ul { transition: none !important;}
/*.myscroll { width: 100%; height: 320px;  overflow: hidden;}头部找*/
.myscroll ul,.myscroll2 ul{margin:0;padding:0;list-style:none}
.myscroll li{line-height:250%}
.myscroll2 { width: 100%; height: 320px; overflow: hidden;}
.myscroll2 li{height:32px;line-height:32px}

/**分组切图**/
img{ border:none;} 

.hl_main5_content{width:100%;  border-top:none; margin:0px auto;} 
.hl_main5_content1{width:100%;margin-top:5px; overflow:hidden; float:left; margin-left:0px;} 
.hl_main5_content1 ul{width:9999px; overflow:hidden;} 
.hl_main5_content1 ul li{ float:left; display:inline; border:0px #FF0000 solid; margin-right:0px; } 
.hl_main5_content1 ul li img{ } 
.hl_scrool_leftbtn{width:21px; height:18px; background:url(/images/ll.jpg) no-repeat; float:left; cursor:pointer;} 
.hl_scrool_rightbtn{width:21px; height:18px; background:url(/images/rr.jpg) no-repeat; float:right;cursor:pointer;} 

/**//**分组切图0**/

.hl_main5_content0{width:990px; height:159px; border-top:none; margin-left:1px; margin:0px auto; background-color:#f7f7f7; } 
.hl_main5_content10{width:935px; overflow:hidden; float:left; margin-left:0px;} 
.hl_main5_content10 ul{width:9999px; overflow:hidden;} 
.hl_main5_content10 ul li{ float:left; width:468px; display:inline; border:0px #FF0000 solid; margin-right:2px;} 
.hl_main5_content10 ul li img{ width:468px; } 
.hl_scrool_leftbtn0{width:27px; height:159px; background:url(/images/lr2_01.jpg) no-repeat; float:left; cursor:pointer;} 
.hl_scrool_rightbtn0{width:27px; height:159px; background:url(/images/lr2_02.jpg) no-repeat; float:right; cursor:pointer;} 

/**分页划过**/
.list{ padding:0; }
.list img{width:50px;height:60px;padding:1px; border:1px solid #cdcdcd; margin-bottom:10px; margin-right:10px; }
.list img.onzoom, .list img.on{width:50px;height:60px;padding:0px; border:2px solid #336699;}

.container{ position:relative;}

/*
.izImage{border:0;width:100%; padding-right: 50px;}
.izViewer{width:100%;height:460px;position:absolute;left:340px;top:0;display:none; border:1px solid #999;}
*/

.handle{display:none;opacity:0.6;filter:alpha(opacity=60);background:#E6EAF3; cursor:crosshair;}
/**分页划过**/
