
/*全局样式
---------------------------------------------*/
section,article,aside,header,footer,nav,figure{ display:block; }
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{ margin:0; padding:0; }
body,button,input,select,textarea{ font:12px/1.5 "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6,button,input,select,textarea{ font-size:100%; }
address,cite,dfn,em,var{ font-style:normal; }
code,kbd,pre,samp{ font-family:courier new,courier,monospace; }
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{ list-style:none; }
a{ color:#888; text-decoration:none; }
a:hover{ color:#0089CD; text-decoration:none; }
fieldset,img{ border:0; }
table{ border-collapse:collapse; border-spacing:0; }
input::-moz-focus-inner,button::-moz-focus-inner{ border:0;padding:0;outline:0; }
 .newimg img{max-width:100%}   
.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.line5{ clear:both; font-size:0px; height:5px; overflow:hidden; }
.line10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.line15{ clear:both; font-size:0px; height:15px; overflow:hidden; }
.line20{ clear:both; font-size:0px; height:20px; overflow:hidden; }
.line30{ clear:both; font-size:0px; height:30px; overflow:hidden; }
/* Clear Fix */ 
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix{ display:inline-block; }
/* Hide from IE Mac */ 
.clearfix { display:block; } 
/* End hide from IE Mac */ 
/* end of clearfix */ 
.left{ float:left; }
.right{ float:right; }
.red{ color:#F00; }
	.red:hover{ color:#F60; }
	.red a{ color:#F00; }
	.red a:hover{ color:#F60; }
.gray{ color:#666; }
	.gray:hover{ color:#F60; }
	.gray a{ color:#666; }
	.gray a:hover{ color:#F60; }
.blue{ color:#1E7BB3; }
	.blue:hover{ color:#F60; }
	.blue a{ color:#1E7BB3; }
	.blue a:hover{ color:#F60; }

/*文本框样式*/
input.wide{ width:250px; }
input.txt{ width:200px; }
input.small{ width:50px; }
.input{ display:inline; margin-right:5px; padding:7px; height:20px; line-height:20px; vertical-align:middle; background:#fff; color:#999; border:1px solid #e8e8e8; border-radius:2px;outline:none }
.select{ padding:7px; border:1px solid #e8e8e8; line-height:20px; }

/*按钮样式*/
.btn{ display:inline-block; margin:0; padding:0 25px; color:#fff; font-size:12px; height:38px; line-height:38px; text-align:center; }
.btn{ background:#1e7bb3; border:1px solid #02598E; border-radius:2px; vertical-align:middle; }
.btn.right{ margin-right:15px;}
.btn:hover{ color:#fff; opacity:0.9; }
.btn-mini{ height:20px; line-height:20px; padding:1px 8px 0; }
input.btn, button.btn{ height:36px; cursor:pointer; overflow:visible; }
.btn-success{ background:#52A152; border:1px solid #417F41; text-shadow:0 -1px 0 #52A152; }
.btn-error{ background:#CB423B; border:1px solid #AA352F; text-shadow:0 -1px 0 #CB423B; }
.btn-gray{ background:#ddd; border:1px solid #A9A9A9; text-shadow:0 -1px 0 #EEEEEE;}
.btn-gray,.btn-gray:hover{ color:#777; }
/*标题样式*/
.main-tit{ margin:0 auto; padding:30px 0 0; }
	.main-tit h2{ display:block; padding-right:10px; color:#666; font-size:24px; font-weight:400; line-height:25px; }
.base-tit{ border-bottom:1px solid #f0f0f0; color:#3b8dd1; line-height:1em; font-size:18px; font-weight:normal; }
	.base-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #3b8dd1; }
	.base-tit i{ float:right; padding:10px 0; color:#999; font-size:12px; line-height:26px; font-style:normal; }
.bar-tit{ margin:0 0 20px; padding:0 0 10px; border-bottom:1px solid #e8e8e8; color:#6c6c6c; font-size:18px; }
/*页码容器*/
.page-box{ margin-top:15px; color:#999; font-size:14px; }
/*视频容器*/
.video-box{ position:relative; width:100%; height:473px; _clear:both; _display:inline; }
/*提示样式*/
.msg-tips{ position:relative; margin:30px auto; padding:30px 0; width:380px; font-size:14px; text-align:left; }
	.msg-tips .ico{ display:block; float:left; background:url(../image/icon-tips.png) no-repeat left top; width:46px; height:46px; text-indent:-99999px;overflow:hidden; }
	.msg-tips .ico.error{ background-position:-50px 0; }
	.msg-tips .ico.warning{ background-position:-100px 0; }
	.msg-tips .msg{ margin-left:60px; }
	.msg-tips .msg strong{ margin-bottom:10px; color:#444; font-size:15px; }
	.msg-tips .msg p{ line-height:1.8em; }
	.msg-tips .msg i{ color:#f00; font-style:normal;}

/*页面布局
----------------------------------------------*/
body{ text-align:center; background:#fff; *position:relative; }
.section{ /*position:relative; */margin:0 auto; padding:0; width:1100px; min-width:941px; max-width:1100px; text-align:left; }
.section1{ /*position:relative; */margin:0 auto; padding:0; width:1100px; min-width:941px; max-width:1100px; text-align:left; overflow:hidden; }
.wrapper{ position:relative; margin:0 auto; width:100%; min-height:288px; overflow:hidden; }
	.wrapper.igoods{ height:300px; }
	.wrapper.auto{ height:auto; }
	.wrapper:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.main-left{ position:relative; float:left; margin:15px 15px 0 0; width:463px; height:273px; overflow:hidden; }
.main-right{ position:absolute; top:0; right:0; bottom:0; left:478px; overflow:hidden; }
.sidebar-left{ float:left; margin:15px 15px 0 0; width:941px; height:273px; overflow:hidden; }
.sidebar-right{ float:left; width:224px; height:288px; overflow:hidden; }
.list-auto{ position:relative; display:block; margin:0 0 0 0; float:right; /*overflow:hidden;*/ _zoom:1; width:865px;/*background:#C7E2FF;*/ padding:10px 0 0 0;}
.list-right{ position:relative; display:block; float:right; width:937px; overflow:hidden; background:#C7E2FF;}
.list-left{ position:relative; display:block; float:left; width:225px; overflow:hidden; /*background:#C7E2FF;*/ padding:10px 0 0 0;}

.main-wrap{ position:relative; margin:0 auto; padding:0; width:1180px; text-align:left; }
.left941{ float:left; width:941px; }
.left211{ float:left; margin-left:28px; width:211px; }
.info-box{ float:left; width:200px; background:#eef8fa; border:1px solid #e8ecef; }
.home-box{ position:relative; display:block; margin:0 0 0 217px; overflow:hidden; }
.main-box{ position:relative; margin-bottom:-30px; width:100%; background:#f2f2f2; }

.more{color:#33B0DC;float: right;}
/*页面头部
----------------------------------------------*/
.header{ width:100%;}
	.header-wrap{ top:0; left:0; width:100%; text-align:center; margin:12px 0;}
	.header-wrap .left-box .logo{ margin:0 20px 0 0; display:block; float:left; width:600px; height:99px; text-indent:-9999px; background: no-repeat left bottom; overflow:hidden; }
	.header-wrap .right-box{ float:right; display:block; margin:0 0 0 0; height:99px; background:url(../image/tel.jpg) no-repeat right center;width: 300px;}
.en	.header-wrap .right-box{ background:url(../image/tel_en.jpg) no-repeat right center;}
    .header-nav{ line-height:56px; background:#055CBD; height:56px;}
	.header-nav .nav{ display:inline-block; float:left; height:55px; font-size:14px; letter-spacing:1px; width: 100%;}
	.header-nav .nav li{ float:left;width: 11%;text-align: center;}
	.header-nav .nav a{ display:inline-block; margin:10px 0; padding:0 8px; line-height:35px; height:35px;  color:#fff; opacity:0.9; }
	.header-nav .nav a:hover{ border-radius:3px; color:#fff; background:#104C99; }
/*首页样式
----------------------------------------------*/
.banner{ min-height:130px;}
.index{ background:#33AFDB; line-height:47px; height:47px; font-size:14px;color:#000;}
    .index .txt{ float:left;}
    .index .txt a{color:#000;}
    .index .right-box{ float:right;}
    .index .search{ position:relative; display:block; float:left; margin:3px 0 0 0; }
	.index .search .input{ display:block; margin:0; padding:0 60px 0 10px; width:210px; height:39px; line-height:39px; color:#000; border:1px solid #76b5dc; background:#fff; border-radius:10px;}
	.index .search .submit{ position:absolute; top:0; right:0; display:block; width:60px; height:41px; line-height:41px; color:#fff; border:none; background:#0679C6; cursor:pointer; _text-indent:0; overflow:hidden; border-radius:0 10px 10px 0;}
.i2{ width:220px; height:165px; background:url(../image/i2.jpg) no-repeat right bottom; /*margin:0 15px 10px 0;*/bottom: 0px;position: absolute;right:0px;}
.left862{ float:right; width:860px; border:1px solid #33AFDB;background-color:#fff;}
.left222{ float:left; width:220px; border:1px solid #33AFDB;background-color:#fff;}
.left717{float:left; width:717px;background-color:#fff;}
.left319{float:right; width:319px; background-color:#fff;}
.banner img{ width:100%;}
.banner1{ background:url(../image/l2.jpg) repeat-x center bottom;height:165px;margin-top:15px;}
.banner2{ background:url(../image/l1.jpg) no-repeat center center; height:586px; margin:0px auto; width:1100px; /*padding:28px 0px;*/}
.en .banner2{ background:url(../image/l1_en.jpg) no-repeat center center;}
.banner2 iframe{position: relative;float: right;top: 169px;}
.banner2 a{ display:inline-block; height:35px;width:120px;position: relative;float: right;top: 480px;right:20px;}
.banner3{ background:url(../image/l4.jpg) repeat-x center bottom;}
.banner4{ background:url(../image/l3.png) no-repeat center top; height:175px; margin:5px auto 0px; padding:0px;}
.en .banner4{background:url(../image/l3_en.png) no-repeat center top;}
.banner5{ background:url(../image/l5.jpg) no-repeat center bottom; height:859px;margin:0px 0 0 0;}
.en .banner5{background:url(../image/l5_en.jpg) no-repeat center bottom;}
.banner5 a{ display:inline-block; height:35px;width:120px;position: relative;float: right;top: 70px;}
.banner6{ background:url(../image/l7.jpg) repeat-x center 49px; margin:28px auto 0px; padding:0 0px 0;}
.banner7{ background:url(../image/l6.png) no-repeat center bottom; height:214px;margin:0px auto 0;}
.en .banner7{ background:url(../image/l6_en.png) no-repeat center bottom;}
/*内容样式
----------------------------------------------*/
/*幻灯片样式*/
.slides{position:relative;width:540px;height:370px;overflow:hidden;border:1px solid #ccc;}
.slides img{/*width:540px; height:370px;*/}
.slides .ico{position:absolute; right:8px;bottom:6px;}
.slides .ico li{background:#fff;float:left;display:block;width:15px;height:15px;line-height:15px;border:1px solid #cecece;font-family:Arial,Helvetica,sans-serif;text-align:center;margin:2px;padding:1px;cursor:pointer;}
.slides .ico li.high{background:#7f0019;color:#fff;font-weight:bolder;}

.focusbox{ top:0; right:0; bottom:0; left:0; overflow:hidden;position: relative; _position:relative;  /*height:734px;*/}
	.focusbox .slides{ position:relative; display:block; width:100%; height:100%; zoom:1; overflow:hidden; }
	.focusbox .slides:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.focusbox .slides li{ width:100%; height:100%; overflow:hidden; }
	.focusbox .slides li img{ min-width:100%; /*min-height:100%;*/ _width:100%; _height:100%;}
	.focusbox .slides li .note-bg{ position:absolute; left:0; right:0; bottom:0; width:100%; height:125px; background:url(../image/pic-bg.png) 0 bottom repeat-x; _height:50px; _background:url(none) 0 0 repeat #000; }
	.focusbox .slides li .note-txt{ position:absolute; left:0; right:0; bottom:0; display:block; padding:10px; height:24px; line-height:24px; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	
	.focusbox .flex-control-nav{ position:absolute; right:5px; bottom:18px; display:block; z-index:4; }
	.focusbox .flex-control-nav li{ margin:0 5px 0 0; display:inline-block; zoom:1; *display:inline; }
	.focusbox .flex-control-nav li a{ display:block; width:8px; height:8px; text-indent:-9999px; border:1px solid #999; border-radius:8px; cursor:pointer; overflow:hidden; }
	.focusbox .flex-control-paging li a:hover { background:#333; }
	.focusbox .flex-control-paging li a.flex-active { background:#f90; border-color:#f90; cursor:default; }
/*大标题*/
.ntitle{ margin:0 auto; padding:0px 0 0; width:100%; height:53px; line-height:53px; background:#33B0DC; }
	.ntitle:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.ntitle h2{ display:inline-block; float:left; padding-left:10px; width:auto; color:#fff; font-size:18px;}
	.ntitle span{ display:inline-block; float:right; color:#fff; font-size:14px; padding-right:20px; }
	.ntitle span a{ color:#fff; }
	.ntitle span a:hover{ color:#0089CD; }
.title{ margin:0 5px; padding:0px 0 0; width:100%; height:35px; line-height:35px; background:url(../image/l8.jpg) no-repeat left bottom; padding-bottom: 7px}
	.title:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.title h2{ display:inline-block; float:left; padding-left:10px; width:auto; color:#000; font-size:18px; font-weight:normal;}
	.title span{ display:inline-block; float:right; color:#000; font-size:12px; padding-right:20px; }
	.title span a{ color:#000; }
	.title span a:hover{ color:#0089CD; }
.title11{background:none;font-size:14px;color:#33B0DC; margin:15px 10px; font-weight:bold;}
.title1{ margin:0 auto; padding:0px; width:100%; height:35px; line-height:35px; padding-bottom: 7px; text-align:center;border-bottom: 2px solid #ccc; }
	.title1:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
	.title1 h2{ display:inline-block; width:auto; color:#000; font-size:18px; font-weight:normal;}
	.title1 a{ color:#000; float:right; position:relative;right:10px;}
	.title1 a:hover{ color:#0089CD; }
.list-title{ margin:0px auto; padding:0px 0 0; height:50px; line-height:50px; background:#0E68C8;}
	.list-title:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.list-title h2{ display:inline-block; float:left; padding-left:10px; width:auto; color:#000; font-size:18px; font-weight:normal;}
	.list-title span{ display:inline-block; float:left; color:#fff; font-size:18px; padding-left:20px; }
	.list-title span a{ color:#fff; }
	.list-title span a:hover{ color:#0089CD; }
	
/*图片列表*/
.img-list{ *display:inline-block; height:300px; }
	.img-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.img-list li{ position:relative; _display:inline; float:left; margin:30px 0 0 17px; width:263px; /*height:129px;*/ overflow:hidden; background:#fff; font-size: 14px; }
	.img-list.high li{ height:273px; }
	.img-list li a{ display:block;font-size:14px; text-align:center; color:#373737;}
	.img-list li a img{ width:263px; /*height:240px;*/}

#tablist{width:1100px; height: 240px; overflow: hidden; position: relative;}
#tablist .focus{overflow: hidden;position: absolute;width:1020px;padding: 0; height:210px; margin:15px 40px;}
#tablist ul{position: absolute;padding:0; /*height:311px;*/}
#tablist ul li{float: left; width:150px; /*height:290px;*/ overflow: hidden; position: relative; /*text-align:center;*/border:0px solid #ccc;list-style:none;margin:0px 10px;}
#tablist ul li div{ width: 150px; height:32px;overflow: hidden; text-align:center;}
#tablist ul li span{width: 150px;display: block;text-align:left;padding: 3px 0;}
#tablist ul li span i{float: right;}
#tablist ul li img{ width:150px; /*height:180px;*/ border:0px solid #ccc; padding:0px;margin:0px;}
#tablist ul li a{color: #871319;font-weight: bold;display: block;}
#tablist .btnBg{display: none;}
#tablist .btn{display: none; position: absolute; width: 305px; height: 10px; padding: 5px 10px; right: 0; bottom: 0; text-align: right;}
#tablist .btn span{display: inline-block; _display: inline; _zoom: 1; width: 25px; height: 10px; _font-size: 0; margin-left: 5px; cursor: pointer; background: #fff;}
#tablist .btn span.on{background: #fff;}
#tablist .preNext{top:50%;width: 38px; height: 28px; position: absolute; cursor: pointer;/*border: 2px solid #ccc;*/}
#tablist .pre{left: 0;background: url(../image/prev2.jpg) no-repeat center center;border-color:#000;}
#tablist .next{right: 0; background-position: right top;background: url(../image/next2.jpg) no-repeat center center;/*border-color:#BF262B;*/}


.photo-list{ position:relative; width:1180px; overflow:hidden; }
	.photo-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.photo-list ul{ width:956px; }
	.photo-list ul li{ position:relative; _display:inline; float:left; margin:15px 0 0 15px; width:224px; height:129px; overflow:hidden; background:#fff; font-size:12px; }
	.photo-list ul li.col-1{ margin-left:0; width:463px; height:273px; }
	.photo-list ul li.col-6{ position:absolute; top:15px; left:956px; margin:0; height:273px; }
.about_left{ width:50%; float:left;}
.about_right{ width:50%; float:right;}
.about{ margin:5px 10px;line-height: 25px; text-indent:2em}.mt15{ margin-top:15px;}
#focus{width:550px; height: 196px; overflow: hidden; position: relative;}
#focus .focus{overflow: hidden;position: absolute;width:500px;padding: 0; height:196px;}
#focus ul{position: absolute;padding:0; height:196px;}
#focus ul li{float: left; width:234px; height:196px; overflow: hidden; position: relative; text-align:center;border:0px solid #ccc;list-style:none;margin:0px 8px;}
#focus ul li div{ width: 234px; height:32px;overflow: hidden; text-align:center;}
#focus ul li img{ height:194px; width:232px;border:1px solid #ccc; padding:0px;margin:0px;}
#focus .btnBg{display: none;}
#focus .btn{display: none; position: absolute; width: 305px; height: 10px; padding: 5px 10px; right: 0; bottom: 0; text-align: right;}
#focus .btn span{display: inline-block; _display: inline; _zoom: 1; width: 25px; height: 10px; _font-size: 0; margin-left: 5px; cursor: pointer; background: #fff;}
#focus .btn span.on{background: #fff;}
#focus .preNext{width: 38px; height: 32px; position: absolute; cursor: pointer;/*border: 2px solid #ccc;*/}
#focus .pre{top:36px;right: 0;background: url(../image/prev1.jpg) no-repeat center center;border-color:#000;}
#focus .next{right: 0; background-position: right top;background: url(../image/prev2.jpg) no-repeat center center;/*border-color:#BF262B;*/}

.preview{position:absolute;width:450px;/*height:450px;*/background-color: White;padding: 2px;border: solid 1px black; z-index:9999;}
.preview .img-large{width:330px;z-index: 1000; margin:0 auto;}
.preview .img-large .left{position: absolute;left: 8px;top:200px;width: 16px;height: 24px;z-index: 1000;background: url(../image/arrow-left.png);cursor:pointer;}
.preview .img-large .right{position: absolute;left: 428px;top:200px;z-index: 1000;width: 16px;height: 24px;background: url(../image/arrow-right.png);cursor:pointer;}
.preview .close{position:absolute;left:434px;top: -16px;width: 27px;height: 27px;background: url(../image/close.png);float: right;cursor: pointer;z-index: 2000;}
.preview .img-large img{width: 330px;/*height: 330px;*/}
.preview .label{width:434px;line-height: 30px;float:left;position: absolute;/*top:316px;*/ left:0;padding: 8px;/*background-color: White;*/text-align:left;font-weight:bold;font-size:13px; text-align:center;}
.outer{border: solid 1px black;}
p,p a{font-size:12px;/*color:#666;*/}
#demo{ overflow:hidden;}
.indemo{ float:left;width: 800%;}
#demo1,#demo2{ float:left;width:100%;}
.indemo li{ width:150px; float:left; margin:10px;}
.indemo li a{ display:block;}
.indemo li a img{ width:100%;}
/*文字列表*/
.txt-list{ position:relative; }
	.txt-list li{ display:block; font-size:14px; height:50px; line-height:50px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; border-bottom:1px dashed #33AFDB; padding-left:15px; }
	.txt-list li a{ color:#373737; background:url(../image/i1.jpg) no-repeat left center; padding-left:15px; }
	.txt-list li a:hover{ color:#0089cd; }

/*图文列表*/
.t-list{ position:relative; }
	.t-list ul{ margin:0 0 0 -15px; *zoom:1; }
	.t-list li{ float:left;  width:100%; height:49px; line-height:49px; border-bottom:1px dashed #ccc; _display:inline; overflow:hidden; }
	.t-list li a.img-box{ position:relative; display:block; float:left; margin-right:15px; width:224px; height:125px; border:2px solid #f7f7f7; }
	.t-list li a.img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.t-list li h3{  color:#075FB5; font-size:14px; /*font-weight:normal;*/overflow:hidden; padding-left:20px; }
	.t-list li h3 a{ color:#333; }
/*图文列表*/
.n-list{}
	.n-list li{ display:block; padding:15px 0; border-bottom:1px dashed #33AFDB; overflow:hidden; }
	.n-list li a{ font-size:14px; margin-left:15px; font-weight:bold;color: #075FB5;}
	.n-list li .b{ position:relative; display:block; float:left; margin-right:16px; width:167px; height:139px; font-style:normal; border:1px solid #AFADAD;overflow: hidden;}
	.n-list li .b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .time{ float:right;margin-right: 50px;}
	.n-list li .info{ padding-top:10px;text-indent: 2em; line-height: 25px;}
	.n-list li .info .tit{ font-weight:bold; font-size:14px; margin-bottom:12px; }
	.n-list li .info .view{  }
	.n-list li .info .more{font-weight:bold; float:right; }
	.n-list li .info .more a{color:#075FB5}
	.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
/*右侧通用列表*/
.sidebar{ border:2px solid #114FAC;}
.sidebar h3{ height:30px; text-align:center; color:#fff; font-size:18px; background:#0E68C8;width:100%; font-weight:normal;}
.sidebar span{color:#5A95D7; width:100%;font-size:14px; height:28px;background:#0E68C8;display: block;text-align:center;}
.sidebar.box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.sidebar.box .sidebar-txt{ color:#555; font-size:14px; line-height:1.8em; }
	.sidebar.box .sidebar-txt p{ padding:5px 0; }
	.tags-box{ margin-left:-10px; }
	.tags-box a{ display:block; float:left; margin:0 0 10px 10px; padding:5px 10px; color:#555; font-size:13px; line-height:20px; border:1px solid #f0f0f0; }
	.tags-box a i{ margin-left:2px; color:#999; font-style:normal; }
.sidebar .c{ padding:5px; line-height:30px;font-size:14px; color:#888;}
.sidebar .c .h{font-size:14px; text-align:center; font-weight: bold; color:#0E68C8;}
/*类别列表*/
.navbar li{ padding-bottom:5px; }
	.navbar li h4{ display:block; color:#3b8dd1; font-size:16px; font-weight:normal; line-height:30px; }
	.navbar li h4 a{ color:#3b8dd1; }
	.navbar li{ font-size:14px; color:#888; line-height:30px; padding-left:15px;border-bottom: 1px dashed #33AFDB;}
	.navbar li a{ display:inline-block; color:#888; }

/*热门*/
.focus-list ul{ margin:0 0 0 -20px; *zoom:1; }
	.focus-list ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.focus-list li{ float:left; margin:0 0 20px 20px; _display:inline; }
	.focus-list li a{ color:#888; font-size:13px; cursor:pointer; }
	.focus-list li a b{ position:relative; display:block; margin:0; padding:1px; width:136px; height:100px; border:1px dashed #33AFDB; overflow:hidden; }
	.focus-list li a:hover b em{ position:absolute; top:50%; left:50%; display:block; margin:-30px auto auto -30px; height:60px; width:60px; background:url(../image/slider.png) no-repeat 0 0; }
	.focus-list li a b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.focus-list li a span{ display:block; line-height:30px; width:140px; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }

/*排行*/
.rank-list li{ position:relative; _display:block; padding:10px 0 0 25px; height:25px; vertical-align:top; }
	.rank-list li a{ display:block; padding:0; color:#888; font-size:13px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; _position:absolute; }
	.rank-list li .num{ position:absolute; left:0px; top:12px; display:inline-block; vertical-align:-3px; *vertical-align:middle; width:16px; height:16px; margin-right:10px; background:#1389d7; font-style:normal; color:#fff; font-size:10px; font-family:Verdana, Geneva, sans-serif; text-align:center; overflow:hidden;}
	.rank-list li.active .num{ top:12px; background:#d60007; font-family:Georgia, "Times New Roman", Times, serif; }
	.rank-list li span{ float:right; margin-left:5px; color:#999; _padding:2px 0 2px 5px; _z-index:2;  _position:absolute; _background:#fff; _right:0; }

/*推荐*/
.red-list ul{ margin:00; *zoom:1; }
	.red-list ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.red-list li{ float:left; margin:0 0 15px 0px; _display:inline; width:100%;}
	.red-list li a{ color:#888; font-size:13px; cursor:pointer; overflow:hidden; width:100%;}
	.red-list li a .img-box{ position:relative; display:block; margin:0; padding:1px; /*width:94px; height:94px;*/ border:1px dashed #33AFDB; }
	.red-list li a .img-box img{/* min-width:100%; min-height:100%; */width:100%; /*_height:100%;*/ }
	.red-list li a span{ display:block; line-height:30px; /*width:98px;*/ text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#fff;}

/*相关*/
.rel-list{ margin-top:15px; }
	.rel-list ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.rel-list ul .nodata{ color:#999; font-size:14px; line-height:50px; }
	.rel-list ul li{ display:block; float:left; margin:0 auto 15px 0; padding:0; width:50%; overflow:hidden; _float:none; _width:auto; }
	.rel-list ul li .img-box{ position:relative; display:block; float:left; padding:1px; width:136px; height:100px; border:1px solid #e8e8e8; overflow:hidden; }
	.rel-list ul li .img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.rel-list ul li .info{ margin:0 auto 0 151px; padding-right:15px; _margin-top:-15px; _padding-right:0; }
	.rel-list ul li .info h3{ display:block; color:#3b8dd1; font-size:16px; font-weight:normal; line-height:1.3em; height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.rel-list ul li .info h3 a{ color:#3b8dd1; }
	.rel-list ul li .info p{ color:#555; font-size:13px; height:48px; line-height:22px; overflow:hidden; }
	.rel-list ul li .info span{ color:#999; font-size:12px; line-height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
		
/*内容标题样式*/
.meta{ margin:30px 0 0 0; padding:0 0 15px 0; border-bottom:1px dashed #33AFDB; }
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.meta h1{ margin:0; padding:0 0 15px 0; color:#3b8dd1; font-size:22px; line-height:30px; }
	.meta .meta-info{ color:#999; font-size:12px; line-height:24px; }
	.meta .meta-info span{ margin-right:10px; padding-left:20px; color:#777; background:url(../image/sprite.gif) no-repeat; }
	.meta .meta-info .time{ background-position:left -158px; }
	.meta .meta-info .view{ background-position:left -36px; }
	.meta .meta-info .comm{ background-position:left 4px; }
/*内容详细样式*/
.entry{ /*margin:15px 0;*/ padding:0; font-size:14px; line-height:2em; word-wrap:break-word; }
	.entry img{/* max-width:100%!important; height:auto!important;*/ }
	.entry h2,.entry h3,.entry h4{ padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	/*.entry strong{ color:#DC2523; }*/
	.entry ul,.entry ol{ margin:1em; }
	/*.entry li{ margin-left:1em; }*/
	.entry ul li{ list-style:none; }
	.entry ol li{ list-style:none; }
	.entry p{ display:inherit; margin:1em 0; color:#555; word-wrap:break-word; margin:10px; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; line-height:1.7em; }
	.entry table{ border-left:0.15em solid #eee; border-top:0.15em solid #eee; }
	.entry table th{ background-color:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:0.15em solid #eee; border-right:0.15em solid #eee; padding:0.25em 0.5em; }
	
.next-prev-single{ padding:10px 0; color:#444; font-size:14px; overflow:hidden; }
	.next-prev-single p{ width:49%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
	.next-prev-single p a{ color:#428bca; text-decoration:none; }
	.next-prev-single .prev{ float:left; }
	.next-prev-single .next{ float:right; }

/*内容相册样式*/
.album-list{ position:relative; }
	.album-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.album-list ul{ margin:0 0 0 -20px; *zoom:1; }
	.album-list li{ float:left; width:25%; }
	.album-list li a{ display:block; margin:20px 0 0 20px; padding:1px; border:1px solid #e8e8e8; }
	.album-list li a img{ display:block; width:100%; height:auto; }
/*附件样式*/
.attach-list{ margin:0; padding:10px; }
	.attach-list li{ margin:0; padding:0 0 0 25px; color:#555; font-size:12px; line-height:36px; background:url(../image/sprite.gif) no-repeat 0 -108px; }
	.attach-list li span{ float:right; }
	.attach-list li i{ margin-left:10px; font-style:normal; color:#666; }
/*当前位置*/
.curr-nav{ margin:30px 0 15px 0; color:#999; line-height:20px; }
	.curr-nav a{ color:#999; }
	.curr-nav a:hover{ color:#0089CD; }
/*筛选条件样式*/
.screen-box{ position:relative; border:1px solid #e8e8e8; }
	.screen-box:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.screen-box dl{ clear:both; display:block; border-top:1px solid #f7f7f7; }
	.screen-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.screen-box dl:first-child{ border-top:none; }
	.screen-box dl dt{ display:block; float:left; padding-left:20px; width:100px; color:#555; line-height:36px; }
	.screen-box dl dd{ position:relative; margin-left:112px; padding-top:5px; overflow:hidden; }
	.screen-box dl dd a{ display:inline-block; margin:0 5px 5px 0; padding:6px 10px; border:1px solid #fff; font-size:12px; line-height:1em; }
	.screen-box dl dd a.selected{ border-color:#fff; color:#fff; background:#0089CD; }
/*排序样式*/
.sort-box{ height:38px; border:1px solid #e8e8e8; background:#f7f7f7; overflow:hidden; }
	.sort-box a{ display:block; float:left; margin-left:-1px; padding:0 15px; line-height:38px; height:38px; border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; color:#333; font-size:12px; }
	.sort-box a:hover,.sort-box a.selected{ color:#0089CD; background:#fff; }
/*商品图片列表*/
.img-list2{ position:relative; }
	.img-list2 ul{ margin:0 0 0 -15px; *zoom:1; }
	.img-list2 ul .nodata{ text-align:center; color:#333; font-size:14px; line-height:120px; }
	.img-list2 ul li{ float:left; margin:15px 0 0 15px;/* width:224px;*/width:calc((100% - 45px) /3); _display:inline; }
	.img-list2 ul li .wrap-box{ position:relative; padding:10px; border:1px solid #e8e8e8; }
	.img-list2 ul li .wrap-box:hover{ border-color:#f40; }
	.img-list2 ul li .wrap-box .img-box{ position:relative;/* width:202px; */height:202px; overflow:hidden; }
	.img-list2 ul li .wrap-box .img-box a{position: absolute;left: -100%;right: -100%;text-align: center;}
	
	.img-list2 ul li .wrap-box .img-box .abs-txt{ position:absolute; top:0; left:0; display:inline-block; padding:0 5px; border-radius:2px; color:#fff; font-size:12px; line-height:23px; background:#f06000; text-align:center; }
	.img-list2 ul li .wrap-box .img-box img{ /*min-width:100%; */height:202px; /*width:100%;*/ _height:202px; }
	.img-list2 ul li .wrap-box .info{ line-height:25px; font-size:12px;color:#888;text-align: center;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width: 100%;}
	.img-list2 ul li .wrap-box .info h3{ display:block; margin:10px 0; line-height:20px;text-align: center; height:20px; color:#333; font-size:13px; font-weight:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.img-list2 ul li .wrap-box .info .col{ line-height:24px; height:24px; color:#999; font-size:12px; overflow:hidden; }
	.img-list2 ul li .wrap-box .info .col i{ float:right; color:#999; font-style:normal; }
	.img-list2 ul li .wrap-box .info .col b{ display:inline-block; margin-right:2px; color:#f40; font-size:16px; font-weight:600; }
	.img-list2 ul li .wrap-box .info .col s{ display:inline-block; text-decoration:line-through; }
.ft20{font-size:20px;}
/*商品缩略图样式*/
.goods-pic{ position:relative; float:left; margin-top:30px; width:370px; *z-index:1; }
	.pic-box{ float:left; }
	.pic-preview{ position:relative; max-width:368px; max-height:368px; border:1px solid #e8e8e8; }
	.pic-scroll{ margin-top:10px; width:370px; }
	.pic-scroll .prev{ float:left; margin-right:5px; }
	.pic-scroll .next{ float:right; }
	.pic-scroll .prev,.pic-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:10px; height:60px; line-height:60px; border:1px solid #e8e8e8; background:#f7f7f7; cursor:pointer; text-decoration:none; }
	.pic-scroll .items{ position:relative; float:left; width:335px; height:62px; overflow:hidden; }
	.pic-scroll .items ul{ position:absolute; margin:0; padding:0; width:999999px; height:100%; }
	.pic-scroll .items ul li{ float:left; margin:0; padding:0; /*width:67px;*/ text-align:center; }
	.pic-scroll .items ul li img{ padding:2px; border:1px solid #e8e8e8; /*width:56px; */height:56px; }
	.pic-scroll .items ul li img:hover{ padding:1px; border:2px solid #d70000; }
/*商品规格*/
.goods-spec{ position:relative; margin:30px 0 0 400px; overflow:hidden; overflow:hidden; *zoom:1; }
	.goods-spec h1{ display:block; color:#555; font-size:18px; font-weight:700; line-height:1.1em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.goods-spec .subtitle{ margin-top:5px; color:#6c6c6c; font-size:15px; line-height:18px; }
	.goods-spec .spec-box{ position:relative; margin-top:10px; font-size:14px; }
	.goods-spec .spec-box.line{ padding-top:10px; border-top:1px solid #efefef; }
	.goods-spec .spec-box:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.goods-spec .spec-box dl{ clear:both; display:block; }
	.goods-spec .spec-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.goods-spec .spec-box dl dt{ float:left; /*width:80px;*/ line-height:25px; min-height:25px; color:#999; }
	.goods-spec .spec-box dl dd{ position:relative; line-height:25px; min-height:25px; color:#6c6c6c; }
	.goods-spec .spec-box dl dd s{ display:inline-block; text-decoration:line-through; }
	.goods-spec .spec-box dl dd .price{ display:inline-block; margin-right:5px; color:#f40; font-size:24px; font-weight:700; }
	.goods-spec .spec-box dl dd .items li{ position:relative; float:left; margin:0 5px 8px 0; padding:1px; line-height:20px; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a{ display:block; padding:1px; color:#666; min-width:10px; width:auto !important;  text-align:center; text-decoration:none; border:1px solid #eee; cursor:pointer; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a span{ display:inline-block; padding:5px 9px; font-style:normal; line-height:20px; }
	.goods-spec .spec-box dl dd .items li a img{ width:36px; height:38px; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a.selected{ margin:-1px; color:#333; border:2px solid #f40; color:#f40; }
	.goods-spec .spec-box dl dd .stock-box{ display:block; float:left; margin-right:10px; width:64px; }
	.goods-spec .spec-box dl dd .stock-box input{ float:left; margin-right:3px; width:42px; height:30px; line-height:30px; text-align:center; border:1px solid #e8e8e8; }
	.goods-spec .spec-box .stock-box a{ display:block; float:left; margin-bottom:4px; width:15px; height:12px; line-height:12px; color:#333; font-size:11px; text-align:center; border:1px solid #e8e8e8;  cursor:pointer; overflow:hidden; }
	.goods-spec .spec-box .stock-txt{ float:left; line-height:32px; }
	.goods-spec .spec-box .btn-buy{ margin-top:15px;}
	.goods-spec .spec-box .btn-buy .buy{ height: 38px;display:block; margin-right:10px; padding:0 30px; color:#e5511d; font-size:16px; line-height:38px; background:url(../image/buynowsmalls.gif) no-repeat center center;/* border:1px solid #f0cab6;*/ border-radius:2px; cursor:pointer; }
	.goods-spec .spec-box .btn-buy .buy.en{ background:url(../image/buynowsmalls_en.jpg) no-repeat center center;}
.goods-spec .spec-box .btn-buy .add{ display:inline-block; padding:0 30px; color:#fff; font-size:16px; line-height:38px; background:#f40; border:1px solid #f40; border-radius:2px; cursor:pointer; }
	.goods-spec .spec-box .btn-buy button.over{ color:#999; background:#f7f7f7; border-color:#e8e8e8; cursor:default; }
/* 图片放大镜样式*/
.jqzoom{ position:relative; display:block; margin:0; padding:0; /*width:368px; height:368px;*/ border:none; cursor:crosshair; }
    .jqzoom img{ max-width:368px; max-height:368px; }
.zoomdiv{ position:absolute; z-index:100; display:none; width:368px; height:368px; background:#fff; border:1px solid #e8e8e8; overflow:hidden; }
.jqZoomPup{ position:absolute; top:0; left:0; z-index:10; visibility:hidden; max-width:368px; max-height:368px; border:1px solid #aaa; background:#fff; opacity:0.5;-moz-opacity:0.5; -khtml-opacity:0.5; filter:alpha(Opacity=50); overflow:hidden; }

/*商品Tab样式*/
.goods-tab .tab-head{ display:block; height:40px;/* border:1px solid #e8e8e8; background:#f7f7f7; */overflow:hidden; }
	.goods-tab .tab-head ul li{ float:left; margin-left:-1px; border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; }
	.goods-tab .tab-head ul li a{ display:block; padding:0 30px; height:40px; line-height:40px; color:#555; font-size:14px; }
	.goods-tab .tab-head ul li a:hover,.goods-tab .tab-head ul li a.selected{ color:#fff; background:#0089cd; }
/*评论样式*/
.comment-add{ margin-top:15px; _width:100%; _position:relative; _overflow:hidden; }
    .comment-add .editor{ position:relative; margin-right:18px;  padding:0 15px;}
	.comment-add .editor textarea{ width:100%; height:70px; }
	.comment-add .subcon{ margin-top:15px; }
	.comment-add .subcon .btn{ float:left;}
	.comment-add .editor em{color: #DD3904;}
	.comment-add .editor tr td{ height:40px; line-height:40px;}
/*页面底部
----------------------------------------------*/
.section .wrapper.link-box{ height:auto; }
	.link-box .txt{ display:block; margin-top:15px; letter-spacing:3px; color:#ccc; font-size:12px; line-height:30px; }
	.link-box .txt a{ color:#888; letter-spacing:1px; }
	.link-box .txt a:hover{ color:#f06000; }
	.link-box .img{ margin-left:-15px; height:53px; overflow:hidden; }
	.link-box .img li{ float:left; margin:15px 0 0 15px; width:104.5px; height:38px; _display:inline; }
	.link-box .img li a{ position:relative; display:block; height:34px; border:2px solid #fff; }
	.link-box .img li a img{ width:100%; height:100%; }
.footer{ margin:30px 0 0 0; padding:0; padding:50px 0; text-align:center; line-height:50px; /*height:420px;*/ color:#666; background:url(../image/foot-bg.jpg) center top no-repeat #055FC2; }
.footer.en{background:url(../image/foot-bg-en.jpg) center top no-repeat #055FC2;}
.foot-nav{ margin:0 auto; display:block; letter-spacing:3px; color:#ccc; line-height:50px; }
	.foot-nav a{ margin-right:10px; color:#fff; letter-spacing:1px; font-size:14px; }
	.foot-nav a:hover{ color:#333; }
.copyright{ padding-top:5px; line-height:30px; color:#fff; font-size:14px; width:540px; margin:60px auto; }
	.copyright p{ line-height:24px; vertical-align:middle; }

#demo{overflow:hidden;height: 400px;}
/*友情链接样式
-----------------------------------------------*/
.links{ position:relative; color:#888; font-size:14px; }
.links ul{ clear:both; }
.links .txt{ display:block; margin-top:15px; letter-spacing:3px; color:#888; font-size:14px; line-height:30px; }
.links .txt a{ color:#888; letter-spacing:1px; }
.links .img{ margin-left:-15px; }
.links .img li{ float:left; margin:15px 0 0 15px; height:31px; }
.links .img li img{ width:88px; height:31px; }

/*以下部分是WebUploader必须的
----------------------------------------------*/
.webuploader-container{ position:relative; }
.webuploader-element-invisible{ position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick{ position:relative; display:inline-block; padding:0 25px; line-height:32px; height:32px; border:1px solid #02598E; border-radius:2px; cursor:pointer; background:#1e7bb3; color:#fff; text-align:center; overflow:hidden; zoom:1; *display:inline; }
.webuploader-pick-hover{ opacity:0.9; }
.webuploader-pick-disable{ opacity:0.6; pointer-events:none; }
.upload-box{ position:relative; display:inline-block; height:32px; vertical-align:middle; zoom:1; *display:inline;}
	.upload-box .upload-btn{ display:inline-block; height:32px; zoom:1; *display:inline; }
	.upload-box .upload-progress{ position:absolute; top:0; left:0; padding:2px 5px; width:115px; height:28px; border:1px solid #d7d7d7; background:#fff; overflow:hidden; }
	.upload-box .upload-progress .txt{ display:block; padding-right:10px; font-weight:normal; font-style:normal; font-size:11px; line-height:18px; height:18px; text-overflow:ellipsis; overflow:hidden; }
	.upload-box .upload-progress .bar{ position:relative; display:block; width:112px; height:4px; border:1px solid #1da76b; }
	.upload-box .upload-progress .bar b{ display:block; width:0%; height:4px; font-weight:normal; text-indent:-99em; background:#28B779; overflow:hidden; }
	.upload-box .upload-progress .close{ position:absolute; display:block; top:1px; right:1px; width:14px; height:14px; text-indent:-99em; background:url(../image/sprite.gif) 0 -240px no-repeat; cursor:pointer; overflow:hidden; }

.entry .business{ margin-left:0px;margin-right:0px;overflow: hidden;}
.entry .business li{ float:left; width:50%;}
.entry .business li table{width:100%;}
.entry .business li table td{width:50%;border:0.5pt solid #000000;font-size:12px;vertical-align:middle;}
.entry img{max-width: 100%;}
.md-hidden{display: none}
/*响应式布局
----------------------------------------------*/
@media only screen and (max-width:1100px) {
	.section{ width:941px; }
}
@media only screen and (min-width:1101px) {
	.section{ width:1100px;}
}
@media only screen and (max-width:750px) {
	body{padding-bottom: 50px}
	.max-md-hidden{display: none}
	.max-md-block{display: block}
	.section{ width: 100vw;min-width: 100vw;}
	.banner5{height: 400px;background-size:contain !important;width: 100vw ;}
	.img-list-mob{display:grid;grid-template-columns: repeat(2,1fr);gap:3vw;margin-top: 2vw}
	.img-list-mob img{width: 100%}


      /* 底部导航栏核心样式 */
        .mobile-footer-nav {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 50px;
            background-color: #fff;
            border-top: 1px solid #eee;
            z-index: 999;
            display: flex;
            align-items: center;
        }

        .mobile-footer-nav .nav-item {
            flex: 1;
            text-align: center;
            text-decoration: none;
            color: #666;
            font-size: 14px;
            line-height: 50px;
            position: relative; /* 给子菜单定位用 */
            cursor: pointer; /* 点击指针 */
        }

        /* 选中状态 */
        .mobile-footer-nav .nav-item.active {
            color: #0088ff;
            font-weight: bold;
        }

        /* 产品子菜单（上拉面板） */
        .product-submenu {
            position: absolute;
            bottom: 50px; /* 贴导航栏顶部 */
            left: 0;
            width: 131%; /* 占满父元素宽度（产品项的1/4屏幕） */
            background-color: #fff;
            border-radius: 8px 8px 0 0; /* 顶部圆角 */
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1); /* 阴影增强层次感 */
            overflow: hidden;
            max-height: 0; /* 默认收起 */
            transition: max-height 0.3s ease; /* 展开/收起动画 */
        }

        /* 子菜单展开状态 */
        .product-submenu.show {
            max-height: 200px; /* 展开高度（可根据子项数量调整） */
        }

        /* 子菜单选项 */
        .product-submenu .sub-item {
            display: block;

            text-decoration: none;
            color: #333;
            font-size: 12px;
            border-bottom: 1px solid #f5f5f5;
        }

        /* 子菜单选项点击/hover效果 */
        .product-submenu .sub-item:last-child {
            border-bottom: none;
        }
        .product-submenu .sub-item:hover {
            background-color: #f5f5f5;
            color: #0088ff;
        }
        
        
        /**产品列表*/
        .img-list2 ul{margin:0}
        .list-auto{width:100%}
        .img-list2 ul li{    width: calc((100% - 45px) / 2);}
        .img-list2 ul li .wrap-box .img-box a{left:0;right:0}
        .img-list2 ul li .wrap-box .img-box img{width:100%;height:200px;object-fit:contain}
        
        /* 产品规格手机端核心样式 */
.goods-spec-mob {
    width: 100%;
    padding: 15px 10px; /* 左右留边，避免贴屏幕 */
    background-color: #fff; /* 白底突出内容 */
    box-sizing: border-box;
}

/* 标题样式（手机端适配） */
.goods-spec-mob h1 {
    font-size: 18px; /* 手机端舒适标题字号 */
    color: #333;
    line-height: 1.4;
    margin: 0 0 15px 0; /* 与下方内容拉开距离 */
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5; /* 分隔标题和内容 */
}

/* 规格盒子布局 */
.goods-spec-mob .spec-box {
    width: 100%;
}

/* 每一行dl的样式 */
.goods-spec-mob .spec-box dl {
    display: flex; /* 让dt/dd横向排列，更紧凑 */
    align-items: flex-start; /* 顶部对齐，避免简介换行后错位 */
    padding: 10px 0; /* 行间距 */
    border-bottom: 1px solid #f8f8f8; /* 浅分隔线，不突兀 */
}

/* 最后一行dl去掉底部分隔线 */
.goods-spec-mob .spec-box dl:last-of-type {
    border-bottom: none;
}

/* dt（标签）样式 */
.goods-spec-mob .spec-box dl dt {
    width: 80px; /* 固定宽度，保证排版整齐 */
    flex-shrink: 0; /* 防止宽度被挤压 */
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* dd（内容）样式 */
.goods-spec-mob .spec-box dl dd {
    flex: 1; /* 剩余宽度自适应 */
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    text-align: left;
    word-break: break-all; /* 防止长文本溢出 */
}

/* 订购热线特殊样式强化 */
.goods-spec-mob .spec-box dl dd.ft20 {
    font-size: 17px; /* 手机端20px偏大，调整为17px更舒适 */
    font-weight: bold;
}
    .goods-spec-mob {
        padding: 12px 8px; /* 手机端缩小内边距，利用屏幕空间 */
    }
    .goods-spec-mob h1 {
        font-size: 17px; /* 小屏手机再调小一点 */
        margin-bottom: 12px;
    }
    .goods-spec-mob .spec-box dl {
        padding: 8px 0; /* 缩小行间距，更紧凑 */
    }
    .goods-spec-mob .spec-box dl dt {
        width: 70px; /* 小屏缩短标签宽度 */
        font-size: 13px;
    }
    .goods-spec-mob .spec-box dl dd {
        font-size: 13px;
    }
    .goods-spec-mob .spec-box dl dd.ft20 {
        font-size: 16px; /* 订购热线字号适配小屏 */
    }
    /* 选项卡容器核心样式 */
.goods-tab-mob {
    width: 100%;
    background-color: #fff; /* 白底适配手机端视觉 */
    box-sizing: border-box;
    margin: 10px 0; /* 与上下内容拉开距离 */
}

/* 选项卡头部样式 */
.goods-tab-mob .tab-head {
    width: 100%;
    border-bottom: 1px solid #eee; /* 分隔标题和内容 */
    padding: 0 10px; /* 左右留边 */
    box-sizing: border-box;
}

.goods-tab-mob .tab-head ul {
    display: flex;
    align-items: center;
    min-height: 44px; /* 手机端舒适点击高度 */
}

.goods-tab-mob .tab-head li {
    flex: 1; /* 单个选项占满宽度（多选项时自动均分） */
    text-align: center;
}

/* 选项卡标题链接样式 */
.goods-tab-mob .tab-head li a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #666;
    position: relative; /* 选中态下划线定位 */
}

/* 选中态样式（突出当前选项） */
.goods-tab-mob .tab-head li a.selected {
    color: #0E68C8; /* 与订购热线同色系，保持风格统一 */
    font-weight: bold;
}

/* 选中态底部下划线（增强视觉反馈） */
.goods-tab-mob .tab-head li a.selected::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px; /* 下划线宽度 */
    height: 2px;
    background-color: #0E68C8;
    border-radius: 1px;
}

/* 选项卡内容区域 */
.goods-tab-mob .tab-content {
    width: 100%;
    padding: 15px 10px; /* 内边距适配手机 */
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    line-height: 1.6; /* 行高提升阅读体验 */
}

/* 内容区域适配优化（处理表格/长文本） */
.goods-tab-mob .tab-content entry {
    width: 100%;
}

/* 针对content:content里的表格适配（技术参数常含表格） */
.goods-tab-mob .tab-content table {
    width: 100% !important; /* 强制占满宽度，避免溢出 */
    border-collapse: collapse;
    margin: 10px 0;
}

.goods-tab-mob .tab-content table td,
.goods-tab-mob .tab-content table th {
    padding: 8px 5px;
    font-size: 13px; /* 表格文字稍小，适配手机 */
    border: 1px solid #eee;
    word-break: break-all; /* 长文本换行 */
}
.goods-tab-mob {
        margin: 8px 0;
    }
    .goods-tab-mob .tab-head {
        padding: 0 8px;
    }
    .goods-tab-mob .tab-head li a {
        font-size: 14px; /* 小屏字号微调 */
    }
    .goods-tab-mob .tab-content {
        padding: 12px 8px;
        font-size: 13px;
        line-height: 1.5;
        overflow: auto;
    }
    /* 小屏表格进一步压缩内边距 */
    .goods-tab-mob .tab-content table td,
    .goods-tab-mob .tab-content table th {
        padding: 6px 3px;
        font-size: 12px;
    }
    .goods-tab-mob .tab-content table {
    width: 100% !important;
    table-layout: fixed; /* 关键：固定宽度，不被内容撑大 */
    word-break: break-all; /* 文字超长自动换行 */
    word-wrap: break-word;
  }

  .goods-tab-mob .tab-content table td,
  .goods-tab-mob .tab-content table th {
    padding: 6px 4px;
    font-size: 12px;
    line-height: 1.4;
    white-space: normal; /* 允许换行 */
  }
  
  
  /* 列表外层容器 */
  .list-auto-mob {
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  /* 面包屑导航（PC隐藏，手机显示） */
  .list-auto-mob .list-title {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 5px;
  }

  /* 列表 ul */
  .list-auto-mob .n-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* 每一条列表 li */
  .list-auto-mob .n-list li {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 0;
    position: relative;
  }

  /* 列表标题 */
  .list-auto-mob .n-list li a {
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 6px;
    /* 超出两行显示...（可选） */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* 标题 hover 颜色 */
  .list-auto-mob .n-list li a:hover {
    color: #0E68C8;
  }

  /* 时间 */
  .list-auto-mob .n-list li .time {
    font-size: 12px;
        color: #999;
        display: block;
        /* margin-bottom: 6px; */
        padding-top: 10px;
        margin: 0;
  }

  /* 简介 info */
  .list-auto-mob .n-list li .info {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    /* 简介最多显示2行，超出... */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* 分页容器 */
  .list-auto-mob .page-box {
    margin-top: 20px;
  }
   
   .newimg img{width:100%}    
   .img-list-contact ul{grid-template-columns: repeat(1, 1fr);!important}
}