﻿@charset "utf-8";
@import "css.css";

/*全局样式
---------------------------------------------*/
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:14px/1.5 "Microsoft Yahei";font-family:Arial,宋体，Helvetica, sans-serif; }
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:#3a3a3a; 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; }
.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;padding-bottom:8px; } 
/* Hide from IE Mac */ 
.clearfix { display:block; } 
/* End hide from IE Mac */ 
/* end of clearfix */ 
.left{ float:left; }
.right{ float:right; }
.red{ color:#F00; background-image:none;}
	.red:hover{ color:#F60; }
	.red a{ color:#F00; }
	.red a:hover{ color:#F60; }
.gray{ color:#3a3a3a; }
	.gray:hover{ color:#F60; }
	.gray a{ color:#3a3a3a; }
	.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; }
.select{ padding:7px; border:1px solid #e8e8e8; line-height:20px; }

/*按钮样式*/
.btn{ display:inline-block; margin:0; padding:0 25px; color:#fff; font-size:14px; height:38px; line-height:38px; text-align:center; }
.btn{ background:#1e7bb3; border:1px solid #02598E; border-radius:2px; vertical-align:middle; }
.btn:hover{ color:#fff; opacity:0.9; }
.btn-mini{ height:20px; line-height:20px; padding:1px 8px 0; }
input.btn, button.btn{ height:40px; 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:#3a3a3a; 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:14px; 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(../images/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;
    *position: relative;
    padding: 0px 6px; /*padding-top:116px;*/
    width: 100%;
}
.section{ position:relative; margin:0 auto; padding:0;background-color:#fff;width:1010px;/*1000px*/text-align:left; overflow:hidden; }
.wrapper{ position:relative; margin:0 auto; width:100%; height:288px; overflow:hidden; }
	.wrapper.igoods{ height:auto;padding:4px 0px; }
	.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 340px 0 0; overflow:hidden; _zoom:1; }
.list-auto .img img{
 max-width:528px;
 _width:528px;
 width:expression(document.body.clientWidth>528?"528px":"auto");
 max-height:360px;
 _height:360px;
 height:expression(document.body.clientWidth>360?"360px":"auto");
 overflow:hidden;
}
.list-right{ position:relative; display:block; float:right; width:300px; overflow:hidden; }
.main-wrap{ position:relative; margin:0 auto; padding:0; width:1180px; text-align:left; }
.left941{ float:left; width:1000px; }
.left211{ float:left; margin-left:28px; width:211px;display:none; }
.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;  width:100%; }
.login-box{width:100%; min-height:500px; _height:500px;  }
.login-left{ position:absolute; top:30px; left:0; right:380px; bottom:0; background:url(../images/login-bg.png) no-repeat center center; _width:500px; _height:320px; _top:100px; _left:160px; }
.login-right{ float:right; margin:30px auto;margin-right:50px; padding:20px; width:300px; text-align:left; border:1px solid #e5e5e5; border-radius:3px; background:#fff; }

/*页面头部
----------------------------------------------*/
.top{ width:100%;display:table;height:160px;text-align:left;background:url(../images/flash.png) top center;}
.top img{height:130px;left:0px;position:absolute;top:36px;}
	.top-wrap{width:100%; text-align:center;position:relative; }
	.top-wrap .search{ position:relative; display:block; float:left; margin:13px 0 0 20px; }
	.top-wrap .search .input{ display:block; margin:0; padding:3px 30px 3px 10px; width:150px; height:20px; line-height:20px; color:#fff; border:1px solid #76b5dc; border-radius:2px; background:none; }
	.top-wrap .search .submit{ position:absolute; top:0; right:0; display:block; width:30px; height:28px; line-height:30px; text-indent:-9999px; color:#fff; border:none; background:url(../images/search.png) no-repeat center; cursor:pointer; _text-indent:0; overflow:hidden; }
	.top-wrap .right-box{ float:right; display:block; margin:13px 10px; height:28px; }
	.top-wrap .right-box li{ float:left; margin-left:15px; }
	.top-wrap .right-box li.line{ margin-left:10px; background:url(../images/line-1.png) no-repeat 0 center; }
	.top-wrap .right-box li.line a{ margin:0 10px; }
	.top-wrap .right-box li em{ float:left; display:inline-block; margin:7px 8px auto auto; width:17px; height:15px; }
	.top-wrap .right-box li.login em{ background:url(../images/user.png) left center no-repeat; }
	.top-wrap .right-box li a{ display:inline-block; color:#fff; font-size:14px; height:28px; line-height:28px; }

/*幻灯片样式*/
.focusbox{ position:absolute; top:0; right:0; bottom:0; left:0; border:2px solid #f7f7f7; overflow:hidden; _position:relative; }
	.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%;width:256px;}
	.focusbox .slides li .note-bg{ position:absolute; left:0; right:0; bottom:0; width:100%; height:125px; background:url(../images/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:#1550c6; border-color:#1550c6; cursor:default; }

/*大标题*/
.ntitle{ margin:0 auto; padding:12px 0 0; width:100%;position:relative; }
	.ntitle:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.ntitle h2{ display:inline-block; float:left; padding-right:10px; width:auto; color:#1550c6; font-size:24px; font-weight:400; line-height:25px; }
	.ntitle h2 a{ position:relative; padding-right:25px; color:#1550c6; }
	.ntitle h2 a:hover{ color:#f06000; text-decoration:none; }
	.ntitle h2 a em{ display:block; position:absolute; right:-4px; top:8px; width:9px; height:17px; background:url(../images/slider.png) -359px -87px no-repeat; }
	.ntitle p{ display:inline-block; float:left; padding-top:3px; line-height:18px; color:#888; font-size:14px; }
	.ntitle p a{ margin-left:10px; padding:0 0 0 15px; color:#888; font-size:14px; background:url(../images/line.png) left center no-repeat; }
	.ntitle p a:hover{ color:#f06000; }
	.ntitle p a.no-bg{ background:none; }
	.ntitle i{ display:block; padding-top:10px; color:#999; font-size:14px; font-style:normal; line-height:1em; }
	.ntitle span{ display:inline-block; float:right; line-height:18px; color:#999; font-size:14px; }
	.ntitle span a{ color:#999; }
	.ntitle span a:hover{ color:#0089CD; }

    .ntitle .more{position:absolute;right:25px;color:#1550c6;top:12px;}

/*图片列表*/
.img-list{ margin:0 0 0 -15px; *display:inline-block; }
	.img-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.img-list li{ position:relative; _display:inline; float:left; margin:15px 0 0 15px; width:224px; height:129px; overflow:hidden; background:#fff; }
	.img-list.high li{ height:156px;padding-left:1px;width:202px;margin-right:5px; }

.company-hot-list{ margin:0 0 0 -15px; *display:inline-block; }
	.company-hot-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.company-hot-list li{ position:relative; _display:inline; float:left; margin:15px 0 0 15px; width:300px; height:164px; overflow:hidden; background:#fff; }
	.company-hot-list.high li{ height:273px; }


.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; }
	.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; }
/*遮罩样式*/	
.ilist a{ position:absolute; display:block; top:0; right:0; bottom:0; left:0; border:2px solid #f7f7f7; cursor:pointer; _position:relative; overflow:hidden; }
	.ilist a:hover em{ position:absolute; top:50%; left:50%; display:block; margin:-30px auto auto -30px; height:60px; width:60px; background:url(../images/slider.png) no-repeat 0 0; }
	.ilist a img{ width:100%; min-width:100%; min-height:100%; _height:100%; }
	.ilist .abs-txt{ position:absolute; top:0; left:0; display:inline-block; padding:0 5px; border-radius:2px; color:#fff; font-size:14px; line-height:23px; background:#f06000; text-align:center; }
	.ilist .abs-bg{ position:absolute; left:0; right:0; bottom:0; display:block; height:125px; background:url(../images/pic-bg.png) 0 bottom repeat-x; _background:url(none) 0 0 repeat #000; width:100%; _height:50px; }
	.ilist .txt1{ position:absolute; left:0; right:0; bottom:20px; display:block; padding:0 5px; height:24px; line-height:24px; color:#fff; font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.ilist .txt2{ position:absolute; left:0; right:0; bottom:3px; display:block; padding:0 5px; height:20px; line-height:20px; color:#bdbdbd; font-size:14px; overflow:hidden; }
	.ilist .txt2 p{ display:block; }
	.ilist .txt2 i{ float:right; margin-left:5px; font-style:normal; }
	.ilist .price{ position:absolute; left:0; right:0; bottom:20px; display:block; padding:0 5px; height:30px; line-height:30px; color:#F90; font-size:16px; font-weight:400; text-shadow:1px 1px rgba(0,0,0,.9); vertical-align:middle; overflow:hidden; }
	.ilist .price b{ margin-right:2px; font-size:14px; font-weight:700; }
	.ilist .price i{ float:right; display:block; font-style:normal; color:#bdbdbd; font-size:14px; font-weight:normal; text-decoration:line-through; }
	.ilist .protxt{ position:absolute; left:0; right:0; bottom:3px; display:block; padding:0 5px; height:20px; line-height:20px; color:#fff; font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  }
	.ilist a .img-box{ position:relative; margin:10px 10px 5px 10px; width:200px; height:200px; overflow:hidden; background:#000; }
	.ilist a .img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.ilist a .info{ padding:0 10px; color:#999; }
	.ilist a .info h3{ height:24px; line-height:24px; color:#3a3a3a; font-size:14px; font-weight:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.ilist a .info i{ float:right; margin-left:5px; font-style:normal; }
	.ilist a .info p{ display:block; }

.voide-list{height:136px;width:212px;margin-right:10px;}
.voide-list img{width:212px;height:124px;}
      /*遮罩样式*/	
.voide-list a{ position:absolute; display:block;bottom:0; top:0px; left:0;padding:0px 6px;width:198px;border:1px solid #ddd; cursor:pointer; _position:relative; overflow:hidden;text-align:center; }
	.voide-list a:hover em{ position:absolute; top:50%; left:50%; display:block; margin:-30px auto auto -30px; height:60px; width:60px; background:url(../images/slider.png) no-repeat 0 0; }
	.voide-list a img{ width:100%; min-width:100%; min-height:100%; _height:100%;width:200px;height:136px; }
	.voide-list .abs-txt{ position:absolute; top:0; left:0; display:inline-block; padding:0 5px; border-radius:2px; color:#fff; font-size:14px; line-height:23px; background:#f06000; text-align:center; }
	.voide-list .abs-bg{ position:absolute; left:0; right:0; bottom:0; display:block; height:125px; background:url(../images/pic-bg.png) 0 bottom repeat-x; _background:url(none) 0 0 repeat #000; width:100%; _height:50px; }
	.voide-list .txt1{ position:absolute; left:0; right:0; bottom:2px; display:block; padding:0 5px; height:28px; line-height:28px; color:#fff; font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background-color:#333;opacity:0.6; }
	.voide-list .txt2{ position:absolute; left:0; right:0; bottom:3px; display:block; padding:0 5px; height:20px; line-height:20px; color:#bdbdbd; font-size:14px; overflow:hidden; }
	.voide-list .txt2 p{ display:block; }
	.voide-list .txt2 i{ float:right; margin-left:5px; font-style:normal; }
	.voide-list .price{ position:absolute; left:0; right:0; bottom:20px; display:block; padding:0 5px; height:30px; line-height:30px; color:#F90; font-size:16px; font-weight:400; text-shadow:1px 1px rgba(0,0,0,.9); vertical-align:middle; overflow:hidden; }
	.voide-list .price b{ margin-right:2px; font-size:14px; font-weight:700; }
	.voide-list .price i{ float:right; display:block; font-style:normal; color:#bdbdbd; font-size:14px; font-weight:normal; text-decoration:line-through; }
	.voide-list .protxt{ position:absolute; left:0; right:0; bottom:3px; display:block; padding:0 5px; height:20px; line-height:20px; color:#fff; font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  }
	.voide-list a .img-box{ position:relative; margin:10px 10px 5px 10px; width:200px; height:200px; overflow:hidden; background:#000; }
	.voide-list a .img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%;height:136px; }
	.voide-list a .info{ padding:0 10px; color:#999; }
	.voide-list a .info h3{ height:24px; line-height:24px; color:#3a3a3a; font-size:14px; font-weight:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.voide-list a .info i{ float:right; margin-left:5px; font-style:normal; }
	.voide-list a .info p{ display:block; }
/*文字列表*/
.txt-list{ position:relative; }
	.txt-list li{ display:block; font-size:14px; height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.txt-list li.tit{ margin-bottom:10px; }
	.txt-list li.tit a{ color:#3b8dd1; font-size:18px; font-weight:bold; line-height:24px; }
	.txt-list li b{ display:inline-block; padding-right:8px; color:#999; font-weight:normal; }
	.txt-list li span{ float:right; margin-left:5px; color:#999; }
	.txt-list li a{ color:#3a3a3a; }
	.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; margin:0 0 15px 15px; width:463px; height:129px;  _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{ margin-bottom:10px; color:#333; font-size:16px; font-weight:normal; line-height:24px; height:48px; overflow:hidden; }
	.t-list li h3 a{ color:#333; }
	.t-list li p{ margin-bottom:10px; color:#3a3a3a; font-size:14px; line-height:20px; height:40px; overflow:hidden; }
	.t-list li i{ color:#999; font-size:14px; line-height:20px; font-style:normal; }

    
/*图文列表*/
.c-list{ position:relative;padding:24px 0px; }
	.c-list ul{ margin:0 0 0 -15px; *zoom:1; }
	.c-list li{ float:left; margin:0 0 15px 15px; width:824px; height:129px;  _display:inline; overflow:hidden;margin-bottom:12px; }
	.c-list li a.img-box{ position:relative; display:block; float:left;text-align:center;line-height:125px; margin-right:15px; width:224px; height:125px; border:2px solid #f7f7f7; }
	.c-list li a.img-box img{ max-height:125px; 
             max-width:224px; 
             width:expression(this.width > 224 && this.height < this.width ? 224: true); 
             height:expression(this.height > 125 ? 125: true);         
             overflow:hidden;margin:auto auto; vertical-align:middle; }
	.c-list li h3{ margin-bottom:6px;padding-top:6px; color:#333; font-size:16px; font-weight:normal; line-height:24px; height:42px; overflow:hidden; }
	.c-list li h3 a{ color:#3b8dd1;font-weight:bold; }
	.c-list li p{ margin-bottom:5px; font-size:14px; line-height:20px; min-height:30px; overflow:hidden; }
	.c-list li i{ font-size:14px; line-height:20px; font-style:normal; }
    .c-list li i a{font-size:16px;color:red;}
    .c-list li span{font-size:15px;color:#333;}
/*图文列表*/
.n-list{ padding-top:10px; }
	.n-list li{ display:block; padding-bottom:16px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
	.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.n-list li h2{ padding:16px 0 14px 0; font-size:16px; line-height:27px; font-weight:normal; }
	.n-list li h2 a{ font-size:20px; font-weight:bold; line-height:29px; color:#3b8dd1; text-decoration:none; }
	.n-list li h2 a:hover{ color:#8CAC52; }
	.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:156px; height:104px; font-style:normal;overflow:hidden; }
	.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .note p{ font-size:14px; line-height:23px; font-weight:500; color:#3a3a3a; }
	.n-list li .note .info{ padding-top:10px; }
	.n-list li .note .info span{ margin-right:10px; padding-left:20px; color:#777; background:url(../images/sprite.gif) no-repeat; }
	.n-list li .note .info .time{ background-position:0 -158px; }
	.n-list li .note .info .view{ background-position:0 -36px; }
	.n-list li .note .info .comm{ background-position:0 4px; }
	.n-list .nodata{ margin-top:30px; color:#3a3a3a; font-size:14px; line-height:100px; text-align:center; }
/*右侧通用列表*/
.sidebar-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.sidebar-box h3{ display:block; margin-bottom:10px; padding-bottom:10px; line-height:1em; color:#888; font-size:18px; font-weight:300; border-bottom:1px solid #f0f0f0; }
	.sidebar-box .sidebar-txt{ color:#3a3a3a; 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:#3a3a3a; font-size:14px; line-height:20px; border:1px solid #f0f0f0; }
	.tags-box a i{ margin-left:2px; color:#999; font-style:normal; }

/*类别列表*/
.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 p{ font-size:14px; color:#888; line-height:30px; }
	.navbar li p a{ display:inline-block; margin-right:5px; 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:14px; cursor:pointer; }
	.focus-list li a b{ position:relative; display:block; margin:0; padding:1px; width:136px; height:100px; border:1px solid #e8e8e8; 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(../images/slider.png) no-repeat 0 0; }
	.focus-list li a b img{ 
             /*max-width:136px;*/
             height:100px;         
             overflow:hidden;margin:auto auto; }
	.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:14px; 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:0 0 0 -15px; *zoom:1; }
	.red-list ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.red-list li{ float:left; margin:0 0 15px 15px; _display:inline; }
	.red-list li a{ color:#888; font-size:14px; cursor:pointer; }
	.red-list li a .img-box{ position:relative; display:block; margin:0; padding:1px; width:94px; height:94px; border:1px solid #e8e8e8; overflow:hidden; }
	.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; }

/*相关*/
.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:#3a3a3a; font-size:14px; height:48px; line-height:22px; overflow:hidden; }
	.rel-list ul li .info span{ color:#999; font-size:14px; 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 solid #f0f0f0; text-align:center;}
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.meta h1{ margin:0; padding:0 0 15px 0; color:#093A96; font-size:22px; line-height:30px; }
	.meta .meta-info{ color:#999; font-size:14px; line-height:24px; }
	.meta .meta-info span{ margin-right:10px; padding-left:20px; color:#777; background:url(../images/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:16px; line-height:2em; word-wrap:break-word; padding:0px 0px;}
	.entry img{ max-width:100%!important; height:auto!important;max-width:528px; }
    .star img{vertical-align:middle;height:24px;}
	.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{  }
	.entry ul,.entry ol{ margin:1em; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ /*display:inherit;color:#3a3a3a; */ margin:1em 0; word-wrap:break-word; }
	.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 b,.entry strong{}
	.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:1px solid #ddd; padding:0.25em 0.5em; border-collapse:collapse;}
.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; }


    .entry_cert{ margin:15px 0; padding:0; font-size:14px; line-height:2em; word-wrap:break-word; padding:0px 24px;}
	.entry_cert img{ max-width:100%!important; height:auto!important;max-width:528px; }
	.entry_cert h2,.entry_cert h3,.entry_cert h4{ padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry_cert h2{ font-size:1.2em; }
	.entry_cert h3,.entry_cert h4{ font-size:1.1em; }
	.entry_cert strong{ color:#666; }
	.entry_cert ul,.entry_cert ol{ margin:1em; }
	.entry_cert li{ margin-left:1em; }
	.entry_cert ul li{ list-style:disc outside none; }
	.entry_cert ol li{ list-style:decimal outside none; }
	.entry_cert p{ display:inherit; margin:1em 0; color:#3a3a3a; word-wrap:break-word; }
	.entry_cert a{ text-decoration:underline; }
	.entry_cert code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; line-height:1.7em; }
	.entry_cert table{ border:1px solid #ddd; border-collapse:collapse }
	.entry_cert table th{ background-color:#F9F9F9; text-align:center;border:1px solid #ddd; border-collapse:collapse }
	.entry_cert table td,.entry_cert table th{ border:1px solid #ddd; border-collapse:collapse;padding:4px 4px; }

/*内容相册样式*/
.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:20%; }
	.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:#3a3a3a; font-size:14px; line-height:36px; background:url(../images/sprite.gif) no-repeat 0 -108px; }
	.attach-list li span{ float:right; }
	.attach-list li i{ margin-left:10px; font-style:normal; color:#3a3a3a; }
/*当前位置*/
.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:#3a3a3a; 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:14px; 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:14px; }
	.sort-box a:hover,.sort-box a.selected{ color:#0089CD; background:#fff; }
/*商品图片列表*/
.img-list2{ position:relative;display:table; }
	.img-list2 ul{ margin:0 0 0 0px; *zoom:1;padding:0px 0px;width:1056px;display:table; }
	.img-list2 ul .nodata{ text-align:center; color:#333; font-size:14px; line-height:120px; }
	.img-list2 ul li{ float:left; margin:20px 0 0 20px; width:151px; display:inline-block;margin-left:0px;margin-right:18px; }
	.img-list2 ul li .wrap-box{ position:relative; padding:10px; border:1px solid #e8e8e8; }
	.img-list2 ul li .wrap-box:hover{ border-color:#3b8dd1; }
	.img-list2 ul li .wrap-box .img-box{ position:relative; width:132px; height:92px; overflow:hidden;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:14px; line-height:23px; background:#f06000; text-align:center; }
	/*.img-list2 ul li .wrap-box .img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; }*/
        .img-list2 ul li .wrap-box .img-box img{ 
             max-height:92px; 
             max-width:132px; 
             width:expression(this.width > 132 && this.height < this.width ? 132: true); 
             height:expression(this.height > 92 ? 92: true);         
             overflow:hidden;margin:auto auto; }
	.img-list2 ul li .wrap-box .info h3{ display:block; margin:10px 0; line-height:20px; height:20px; color:#333; font-size:14px; 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:14px; 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; }

/*商品缩略图样式*/
.goods-pic{ position:relative; float:left; margin-top:30px; width:370px; *z-index:1; }
	.pic-box{ float:left; }
	.pic-preview{ position:relative; width:368px; 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 0px; float:left;margin-left:12px;overflow:hidden; overflow:hidden; *zoom:1;width:356px; }
	.goods-spec h1{ display:block; color:#3a3a3a; 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; }
	.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:38px; min-height:38px; color:#999; }
	.goods-spec .spec-box dl dd{ position:relative; padding:5px 0; line-height:26px; min-height:26px; 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:20px; 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:#3a3a3a; 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{ display:inline-block; margin-right:10px; padding:0 30px; color:#e5511d; font-size:16px; line-height:38px; background:#ffe4d0; border:1px solid #f0cab6; border-radius:2px; cursor:pointer; }
	.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; }

    .goods-hot{ width:232px;float:right; }

/* 图片放大镜样式*/
.jqzoom{ position:relative; display:block; margin:0; padding:0;line-height:368px; width:368px; height:368px; border:none; cursor:crosshair;overflow:hidden; }
    .jqzoom img{ 
       /* max-height:300px;*/
      width:expression(this.width >368?368: true); 
     height:expression(this.height>368?368: true);
     width:100%;
     
    }

.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 26px; height:40px; line-height:40px; color:#3a3a3a; font-size:14px; }
	.goods-tab .tab-head ul li a:hover,.goods-tab .tab-head ul li a.selected{ color:#fff; background:#0089cd; }
	.goods-tab .tab-content{ display:none; }

/*购物车样式*/
.cart-box{ position:relative; margin-top:30px; }
	.cart-box h1{ float:left; color:#3a3a3a; font-size:18px; line-height:35px; }

.cart-info{ z-index:2; margin:0; padding:15px; border:1px solid #DFC795; position:absolute; top:-55px; left:0px; _left:-269px; width:302px; height:auto;background:#F7F2D0; text-align:left; }
	.cart-info .btn-success{ height:32px; line-height:32px; }
	.cart-info .close{ display:block; margin:0; padding:0; position:absolute; top:5px; right:5px; width:15px; height:10px; text-indent:-9999px; background:url(../images/sprite.gif) no-repeat left -240px; cursor:pointer; }

.cart-step{ position:relative; margin-left:200px; }
	.cart-step li{ float:left; width:33.33%; height:35px; line-height:35px; text-align:center; background:url(../images/cart-arrow.gif) no-repeat right -45px #f6f6f6; color:#999; *width:33.3%; }
	.cart-step li span{ display:inline-block; margin-right:5px; font-weight:bold; font-size:15px; }
	.cart-step li.item{ background-position:right 0; }
	.cart-step li.selected{ background:url(../images/cart-arrow.gif) no-repeat right -90px #e8e8e8; color:#8cac52; }
	.cart-step li.last{ background-image:none; }

.cart-table{ border:1px solid #f7f7f7; }
	.cart-table th{ padding:0.8em 0.5em; color:#3a3a3a; font-size:14px; font-weight:400; background:#f6f6f6; border-bottom:1px solid #f7f7f7; }
	.cart-table td{ padding:1em 0.5em; color:#3a3a3a; font-size:14px; border-bottom:1px solid #f7f7f7; }
	.cart-table td .stxt{ margin-top:5px; color:#3a3a3a; font-size:14px; line-height:20px; }
	.cart-table td input.checkall{ padding:0; border:1px solid #eee; background:#fff; }
	.cart-table td .img{padding:1px;width:60px;height:60px;border:1px solid #eee;}
	.cart-table td .buy-box{ margin:auto; padding:0; width:74px; height:22px; overflow:hidden; }
	.cart-table td .buy-box a{ display:block; float:left; width:20px; height:20px; font-size:14px; line-height:20px; text-align:center; border:1px solid #e8e8e8; overflow:hidden; }
	.cart-table td .buy-box .input{ float:left; margin:0; padding:0; width:30px; font-size:14px; height:20px; line-height:20px; text-align:center; ime-mode:Disabled; border-radius:0; border-left:0; border-right:0; }

.cart-foot{ margin-top:20px; height:40px; }
	.cart-foot .btn-box{ line-height:40px; }
	.cart-foot .btn-box a{ margin-right:20px; font-size:14px; }

.item-box{ clear:both; padding:8px 0; font-size:14px; }
	.item-box li{ display:block; float:left; margin:0 25px; height:28px; line-height:28px; }
	.item-box li label input{ margin-right:3px; }
	.item-box li em{ color:#999; }

.address-list{ margin-bottom:20px; padding:10px; color:#3a3a3a; font-size:14px; border:1px solid #f7f7f7; max-height:300px; overflow:auto; }
	.address-list li{ margin:5px 0; padding:5px 10px; height:20px; line-height:20px; cursor:pointer; }
	.address-list li span{ margin-left:10px; }
	.address-list li label em{ margin-left:5px; color:#999; }
	.address-list li.selected{ padding:10px; font-size:15px; background:#fff0e8; border-radius:3px; }
	.address-list li.selected span{ color:#333; font-weight:700; }
.address-info{ padding:10px; border:1px solid #f7f7f7; }
	.address-info dd .input{ padding:5px; }
	.address-info dd .select{ display:inline-block; padding:5px; border:1px solid #e8e8e8; border-radius:2px; line-height:20px; }

.buy-foot{ font-size:14px; }
	.buy-foot .left dl{ clear:both; padding-bottom:10px; line-height:28px; }
	.buy-foot .left dl dt{ color:#6c6c6c; }
	.buy-foot .left dl dd .input{ width:230px; padding:5px; }
	.buy-foot .right{ text-align:right; }
	.buy-foot .right p{ line-height:38px; }
	.buy-foot .right p .price{ color:#f00; font-weight:700; }
	.buy-foot .right p.txt-box{ margin-top:10px; font-size:18px; font-weight:700; }
	.buy-foot .right p.btn-box{ margin-top:20px; }

/*评论样式*/
.comment-add{ margin-top:15px; _width:100%; _position:relative; _overflow:hidden; }
    .comment-add .editor{ position:relative; margin-right:18px; }
	.comment-add .editor textarea{ width:100%; height:70px; }
	.comment-add .subcon{ margin-top:15px; }
.comment-box{ position:relative; margin-top:15px; }
	.comment-list li{ padding:15px 0; border-top:1px solid #f7f7f7; }
	.comment-list li .avatar{ display:block; float:left; margin-top:6px; background:#fff; border-radius:2px; width:42px; height:42px; overflow:hidden; }
	.comment-list li .avatar img{ width:42px; height:42px; }
	.comment-list li .inner{ margin-left:52px; }
	.comment-list li .inner p{ color:#333; font-size:14px; line-height:1.8em; }
	.comment-list li .inner .meta{ margin:0; padding-top:3px; color:#999; border:none;text-align:left; }
	.comment-list li .inner .meta .time{ margin-left:5px; padding-left:20px; color:#777; background:url(../images/sprite.gif) no-repeat left -158px; }
	.comment-list li .answer{ margin-left:48px; padding:10px; background:#fafafa; border:1px solid #e6e6e6; border-radius:3px; }
	.comment-list li .answer .meta{ margin:0; padding:0; color:#999; margin-bottom:5px; border:none; }
	.comment-list li .answer p{ color:#3a3a3a; font-size:14px; line-height:1.8em; }

/*会员中心样式
----------------------------------------------*/
.avatar-box{ padding:15px; background:#F7F8FD; overflow:hidden; }
	.avatar-box .img-box{ display:block; float:left; margin-right:10px; padding:1px; border:1px solid #fff; background:#fff; *width:60px; *height:60px; overflow:hidden; }
	.avatar-box .img-box img{ width:60px; height:60px; }
	.avatar-box h3{ color:#6c757e; font-size:16px; line-height:1em; height:24px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.avatar-box p{ color:#6c757e; font-size:14px; line-height:20px; }

.side-nav{ border-top:1px solid #e8ecef; }
	.side-nav li{ padding:5px 0; zoom:1; }
	.side-nav li a{ position:relative; display:block; margin:0 15px; padding:8px 15px; color:#6c757e; font-size:14px; line-height:20px; height:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.side-nav li a:hover{ color:#fff; border-radius:3px; background:#277bb9; }

.u-tab-head{ margin-bottom:15px; height:40px; background:#fbfbfb; border:1px solid #e8ecef; }
	.u-tab-head p a{ float:left; display:block; margin:-1px 0 auto -1px; padding:11px 25px; line-height:20px; height:20px; color:#7f838c; font-size:14px; border-left:1px solid #e8ecef; border-right:1px solid #e8ecef; }
	.u-tab-head p a:hover,.u-tab-head p a.selected{ color:#fff; background:#0089cd; }
	.u-tab-head span{ float:right; line-height:40px; }
	.u-tab-head span .add{ display:block; padding:10px 15px; line-height:20px; font-size:14px; }
.u-tab-content{ position:relative; padding:15px; background:#fbfbfb; border:1px solid #f0f0f0; min-height:398px; overflow:hidden; _height:398px; _overflow:visible; }
	.u-tab-content .ntitle{ margin:0 auto; padding:0 0 10px 0; }
	.u-tab-content .ntitle-tit{ margin:0 0 10px; padding:0; color:#444; font-size:16px; font-weight:normal; }
	.u-tab-content .ntitle-info{color:#999;}
	.u-tab-content p{ margin:0; padding:3px 0; color:#444; font-size:14px; line-height:24px; }
	.title-div{ margin-top:20px; border-top:1px solid #f0f0f0; height:26px; color:#6e717a; }
	.title-div strong{ float:left; margin-top:-16px; padding:3px 10px 3px 0; background:#fbfbfb; font-size:15px; _position:absolute; }
	.head-box{ padding:10px; border:1px solid #f6f6f6; background:#fff; }
	.head-box .img-box{ float:left; margin-right:10px; }
	.head-box .img-box img{ padding:1px; width:120px; height:120px; border:1px solid #f0f0f0; }
	.head-box .inner{ float:left; }
	.head-box .inner h3{ margin-bottom:15px; color:#3b8dd1; font-size:24px; font-weight:normal; line-height:1.3em; }
	.head-box .inner p{ color:#222; font-size:14px; line-height:24px; }
	.head-inner{ position:relative; margin:20px 0 10px 0; padding:10px; border:1px solid #f6f6f6; background:#fff; }
	.head-inner h3{ margin-bottom:10px; padding-bottom:8px; color:#3b8dd1; font-size:16px; font-weight:normal; line-height:30px; border-bottom:1px solid #f0f0f0; }
	.head-inner dl{ display:block; float:left; width:50%; line-height:2.8em; font-size:14px; }
	.head-inner dl dt{ display:block; float:left; color:#3a3a3a; }
	.head-inner dl dd{ color:#999; }
	.form-box{ position:relative; padding:10px; border:1px solid #f6f6f6; background:#fff; font-size:14px; }
	.form-box dl{ display:block; padding:5px 0;width:100%;text-align:left; }
	.form-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.form-box dl dt{ display:block; float:left; width:120px; line-height:38px; min-height:38px; color:#3a3a3a; font-size:14px; text-align:right; _position:absolute; }
	.form-box dl dd{ position:relative; padding:5px 0 5px 10px; line-height:28px; min-height:28px; color:#3a3a3a; font-size:14px; overflow:hidden; _margin-left:120px; }
	.form-box dl dd label.radio{ margin-right:5px; }
    .form-box table td{padding:12px 4px;}
	.accept-box{ padding:0; background:#fff; border:1px solid #f0f0f0; }
	.accept-box dl{ padding:0;text-align:left; }
	.accept-box dl.head{ position:relative; padding:0; background:#fbfbfb; border-bottom:1px solid #e8e8e8; }
	.accept-box dl.head .btn-pay{ position:absolute; top:6px; right:6px; display:block; padding:0 15px; color:#fff; font-size:14px; height:24px; line-height:24px; background:#52A152; border:1px solid #417F41; border-radius:2px; }
	
	.step-box{ position:relative; }
	.step-box ul{ margin:0 -40px 0 -10px; }
	.step-box ul li{ position:relative; float:left; margin-right:-8px; width:20%; text-align:center; color:#8c8c8c; font-size:14px; }
	.step-box ul li .progress{ color:#fff; }
	.step-box ul li .progress:after,
	.step-box ul li .progress:before{ position:absolute; top:0; right:0; content:""; width:10px; height:20px; background:url(../images/delivery.png) no-repeat 100% -60px; }
	.step-box ul li .progress:after{ right:0; background-position:100% -20px; }
	.step-box ul li .progress:before{ left:0; background-position:0 0; }
	.step-box ul li .progress .text{ display:block; margin:0 10px; padding:1px 10px; background:#c3c3c3; height:18px; line-height:18px; }
	.step-box ul li.done .progress .text{ background:#83bd39; }
	.step-box ul li.done .progress:before{ background-position:0 -40px; }
	.step-box ul li.done .progress:after{ background-position:100% -60px; }
	.step-box ul li.first .progress:before{ display:none; }
	.step-box ul li.last .progress:after{ display:none; }
	.step-box ul li .info{ line-height:20px; }
	.step-box.mini ul{ margin:0 -32px 0 -10px; }
	.step-box.mini ul li{ width:25%; }

/*头像上传*/
.avatar-img{ display:block; margin:20px 0; padding:1px; width:180px; height:180px; border:1px solid #f0f0f0; border-radius:2px; background:#fff; }
	.avatar-img img{ width:180px; height:180px; }
.cropper-wraper{ margin-top:20px; }
	.cropper-wraper .cropper-box{ position:relative; float:left; margin-right:20px; padding:1px; width:350px; height:350px; text-align:center; border:1px solid #f0f0f0; border-radius:2px; background:#f4f4f4; text-align:center; vertical-align:middle; }
	.cropper-wraper .cropper-box div{ margin:auto; vertical-align:middle; }
	
	.cropper-wraper .cropper-view{ float:left; width:184px; }
	.cropper-wraper .cropper-view .img-box{ padding:1px; width:180px; height:180px; border:1px solid #f0f0f0; border-radius:2px; background:#fff; overflow:hidden; }
	.cropper-wraper .cropper-view .img-box img{ display:block; width:180px; height:180px; }
	.cropper-wraper .cropper-view .btn-box p{ margin:8px 0; text-align:center; color:#333; font-size:14px; line-height:24px; }
	.cropper-wraper .cropper-view .btn-box p.tip{ text-align:left; color:#999; font-size:14px; line-height:22px; }
	.cropper-wraper .cropper-view .btn-box .btn{ width:100%; line-height:34px; height:36px; }
	
.ftable{ width:100%; border:1px solid #f0f0f0; background:#fff; }
.mtable{ width:100%; background:#fff; _width:auto; }
	.mtable th,.ftable th{ padding:0.8em; color:#6e717a; font-size:14px; font-weight:400; background:#fbfbfb; border-bottom:1px solid #e8e8e8; }
	.mtable td,.ftable td{ padding:0.8em; color:#333; font-size:14px; border-bottom:1px solid #F3F3F3; }
	.ftable td .img{ padding:1px; width:60px; height:60px; border:1px solid #e8e8e8; }
	.ftable td s{ color:#999; text-decoration:line-through; }
	.mtable .tr_odd_bg,.ftable .tr_odd_bg{ background:#f9f9f9; }
.page-foot{ clear:both; font-size:14px; padding-top:15px; height:35px; }
.page-btns{ float:left; }
	.page-btns a{ color:#444; font-weight:bold; margin-right:5px; }
	.page-btns .pipe{ color:#cbcbcb; margin:0 5px; }

.login-right h1{ margin-bottom:20px; color:#3a3a3a; font-size:22px; font-weight:700; letter-spacing:3px; line-height:30px; height:30px; text-align:center; }
	.login-right li{ position:relative; clear:both; margin-bottom:10px; height:50px; *display:inline; *zoom:1; }
	.login-right li label{ position:absolute; top:1px; left:10px; width:68px; height:40px; line-height:40px; color:#999; font-size:14px; }
	.login-right li input{ display:block; margin:0; padding:10px 10px 10px 80px; width:208px; height:20px; line-height:20px; border:1px solid #e8e8e8; background:#fbfcff; color:#333; font-size:14px; border-radius:3px; }
	.login-right li input:focus{ border-color:#999; }
	.login-right li span{ line-height:24px; }
	.login-right .btn-box .col{ clear:both; margin-bottom:10px; padding-bottom:10px; color:#3a3a3a; font-size:14px; line-height:20px; }
	.login-right .btn-box .col .submit{ display:block; padding:10px 20px; width:100%; color:#fff; font-size:14px; line-height:20px; border:0; background:#1e7bb3; text-align:center; border-radius:3px; cursor:pointer; }
	.login-right .btn-box .tips{ display:none; margin:0; padding:0; text-align:center; font-size:14px; color:#f00; }
	.login-right .oauth-box { clear:both; padding-top:20px; }
	.login-right .oauth-box h3{ display:block; margin-bottom:10px; color:#3a3a3a; font-size:14px; line-height:30px; height:30px; font-weight:normal; }
	.login-right .oauth-box p{ margin-left:-25px; }
	.login-right .oauth-box p a{ display:block; float:left; margin:0 0 10px 25px; _display:inline; _zoom:1; }
	.login-right .oauth-box p a img{ width:38px; height:38px; }

.inner-box{ margin:30px 0; min-height:350px; _height:350px; border:1px solid #f0f0f0; background:#fff; text-align:center; }
	.inner-box .dl-list{ margin:0 auto; padding:30px; text-align:left; width:879px; font-size:14px; }
	.inner-box .dl-list dl{ clear:both; display:block; padding:5px 0; }
	.inner-box .dl-list dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.inner-box .dl-list dl dt{ display:block; padding:5px 0; float:left; width:30%; line-height:42px; min-height:42px; color:#3a3a3a; text-align:right; }
	.inner-box .dl-list dl dd{ position:relative; padding:5px 0 5px 20px; line-height:42px; min-height:42px; color:#3a3a3a; overflow:hidden; _margin-left:120px; }
	.inner-box .dl-list dl dd .input{ padding:10px; }
	.inner-box .dl-list dl dd a.send{ display:inline-block; color:#3a3a3a; border:1px solid #e8e8e8; border-radius:3px; width:110px; height:40px; line-height:40px; color:#333; font-size:14px; text-align:center; background:#fff; vertical-align:middle; }
	.inner-box .dl-list dl dd a.send.gray{ color:#999; }
	.inner-box .dl-list dl dd a.send img{ margin-top:9px; }
	.inner-box .dl-list dl dd .input.code{ width:84px; ime-mode:disabled; text-transform:uppercase; }
	
	.inner-box .tab-head{ display:block; border-bottom:1px solid #f0f0f0; background:#fbfbfb; overflow:hidden; }
	.inner-box .tab-head ul li{ float:left; margin-left:-1px; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; }
	.inner-box .tab-head ul li a{ display:block; padding:0 30px; height:50px; line-height:50px; color:#3a3a3a; font-size:14px; }
	.inner-box .tab-head ul li a:hover,.inner-box .tab-head ul li a.selected{ color:#3a3a3a; background:#fff; border-bottom:2px solid #0089cd; }
	.inner-box .tab-content{ display:none; }

/*页面底部
----------------------------------------------*/
.section .wrapper.link-box{ height:auto; }
	.link-box .txt{ display:block; margin-top:15px; letter-spacing:3px; color:#ccc; font-size:14px; 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:30px 0; text-align:center; line-height:30px; border-top:1px solid #ebebeb; color:#3a3a3a; background:#eef8fa; }
.foot-nav{ margin:0 auto; display:block; letter-spacing:3px; color:#ccc; line-height:30px; }
	.foot-nav a{ margin-right:10px; color:#3a3a3a; letter-spacing:1px; }
	.foot-nav a:hover{ color:#333; }
.copyright{ padding-top:5px; line-height:30px; color:#888; }
	.copyright p{ line-height:24px; vertical-align:middle; }

/*友情链接样式
-----------------------------------------------*/
.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(../images/sprite.gif) 0 -240px no-repeat; cursor:pointer; overflow:hidden; }

/*响应式布局
----------------------------------------------*/
/*
@media only screen and (max-width:1180px) {
	.section{ width:941px; }
}
@media only screen and (min-width:1180px) {
	.section{ width:1184px;padding:0px 8px;margin-top:6px; }
}*/

/*规格列表样式*/
.spec-item{ }
	.spec-item li{ float:left; position:relative; margin:0 8px 8px 0; padding:1px; line-height:20px; vertical-align:middle; }
	.spec-item li a{ display:block; padding:1px; color:#3a3a3a; 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; }
	.spec-item li a i{ display:inline-block; padding:3px 9px; font-style:normal; line-height:20px; }
	.spec-item li a img{ width:32px; height:32px; vertical-align:middle; }
	.spec-item li:after{ content:"."; display:none; position:absolute; right:0; bottom:0; width:12px; height:12px; text-indent:-99em; background:url(skin_icons.png) -169px -85px no-repeat; overflow:hidden; }
	.spec-item li.selected a{ margin:-1px; color:#333; border:2px solid #1e99c7; }
	.spec-item li.selected:after{ display:block; background-position:-84px -196px; }
	
/*表格样式*/
.border-table{ min-width:500px; border-width:1px; margin:0; background:#fff; }
	.border-table th,.border-table td{ margin:0; padding:2px 10px; line-height:26px; height:28px; border:1px solid #eee; vertical-align:middle; white-space:nowrap; word-break:keep-all; }
	.border-table td input{ vertical-align:middle; }
	.border-table td .position{ position:relative; min-height:100%; }
	.border-table td .ibtn{ position:absolute;top:0; right:-7px; background:#ccc; border:none; color:#3a3a3a; cursor:pointer; font-family:"Microsoft Yahei"; font-size:14px; height:25px; line-height:25px; padding:0 12px; }
	.border-table td .ibtn:hover{ color:#fff; background:#FF9C30; }
	.border-table thead th{ color:#333; font-weight:normal; white-space:nowrap; text-align:center; background:#f9f9f9; }
	.border-table tbody th{padding-right:5px; text-align:right;color:#707070;background-color:#f9f9f9}
	.border-table tr.td_c td{ text-align:center; }
	.border-table td .cbllist input{ vertical-align:middle; }
	.border-table td .cbllist label{ margin-right:5px; vertical-align:middle; }
	.border-table td .folder-open{ display:inline-block; margin-right:2px; width:20px; height:20px; background:url(skin_icons.png) -160px -250px no-repeat; vertical-align:middle; text-indent:-999em; }
	.border-table td .folder-line{display:inline-block; margin-right:2px; width:20px; height:20px; background:url(skin_icons.png) -200px -250px no-repeat; vertical-align:middle; text-indent:-999em; }
	.border-table td .img-box{ display:inline-block; height:32px; vertical-align:middle; }
		.border-table td .img-box img{ padding:1px; width:30px; height:30px; border:1px solid #eee; }

/*按钮样式*/
.td-input{ display:inline-block; padding:0 3px; border:1px solid #d7d7d7; width:92%; height:20px; line-height:18px; color:#3a3a3a; font-size:14px; background:#fff; vertical-align:middle; }
.btn{ background:#16a0d3; border:none; color:#fff; cursor:pointer; display:inline-block; font-family:"Microsoft Yahei"; font-size:14px; height:32px; line-height:32px; margin:0 1px 0 0; padding:0 20px; }
	.btn:hover{ background:#117ea6; }
	.btn.green{ background:#52A152; }
	.btn.green:hover{ background:#328032; }
	.btn.yellow{ background:#FF9C30;}
	.btn.yellow:hover{ background:#c87316; }
	.btn.violet{ background:#993333 ; }
	.btn.violet:hover{ background:#990033; }
.icon-btn{ display:inline-block; margin:0; padding:4px 10px 4px 8px; line-height:20px; height:20px; border:solid 1px #e1e1e1; color:#333; font-size:14px; text-decoration:none; cursor:pointer; white-space:nowrap; text-overflow:ellipsis; }
	.icon-btn:hover{ color:#2A72C5; }
	.icon-btn span{ display:inline-block; vertical-align:middle; }
	.icon-btn i{ display:inline-block; margin-right:3px; width:14px; height:14px; text-indent:-9999em; background:url(skin_icons.png) no-repeat; vertical-align:middle; *text-indent:0; }
	.icon-btn.add i{ background-position:0 -28px; }
.img-btn{ display:inline-block; margin:0px 2px; width:14px; height:14px; background:url(skin_icons.png) no-repeat; vertical-align:middle; white-space:nowrap; word-break:break-all; cursor:pointer; overflow:hidden; text-indent:-9999px; *text-indent:0; *font-size:0; }
	.img-btn.edit{ background-position:-140px -84px; }
	.img-btn.del{ background-position:-84px -28px; }


.province_center{position:absolute;top:72px;right:0px;z-index:1000;}
.province_center b{font-weight:normal;color:#fff;display:inline-block;padding:4px 12px;background-color:transparent;font-size:24px;cursor:pointer;}
.province_center a{font-size:14px;display:block;}

.province-select {position:absolute;width:1010px;padding:12px 0px;z-index:1000;background-color:#fff;text-align:center;top:158px;display:none;}
.province-select ul{display:table;padding:0px 0px;margin:auto auto;width:1000px;}
.province-select ul li{width:124px;border-collapse:collapse;float:left;height:28px;line-height:28px;border:1px solid #ddd;margin-top:-1px;margin-left:-1px;}

/*上传样式*/
.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:26px; 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(skin_icons.png) -56px -196px no-repeat; cursor:pointer; overflow:hidden; }
	
/*图片相册样式*/
#div_albums_container .photo-list{ margin:0; padding:10px 0 0 0;width:96%; }
#div_albums_container .photo-list ul{ margin:0 0 0 -15px;width:100%; }
#div_albums_container .photo-list ul li{ float:left; margin-right:15px; text-align:center;width:118px; *width:118px; }
#div_albums_container .photo-list ul li .img-box{ position:relative; margin:5px auto; width:112px; height:112px; border:3px #efefed solid; cursor:pointer; overflow:hidden; }
	#div_albums_container .photo-list ul li .img-box.selected{ border:3px #f60 solid; }
	#div_albums_container .photo-list ul li .img-box img{ width:100%; height:100%; opacity:1; }
	#div_albums_container .photo-list ul li .img-box .remark{ position:absolute; display:block; left:0; right:0; bottom:0; margin:0; padding:3px 2px; height:18px; line-height:18px; background:#000; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; text-align:left; overflow:hidden;}
	#div_albums_container .photo-list ul li .img-box .remark:hover{ top:0; bottom:0; height:100%; }
	#div_albums_container .photo-list ul li .img-box .remark i{ position:relative; font-size:14px; color:#fff; font-style:normal; line-height:18px; }
	#div_albums_container .photo-list ul li a{ padding-right:1em;display:inline-block; }


.survey-title {width:100%;margin:auto auto;padding:4px 0px;text-align:left;clear:both;display:table;}
.survey-title .txt{float:left;}
.survey-title .time{float:right;}
.survey-title .time span{margin-left:12px;}

/*Search Results*/
#Search-Results{width:1010px; margin:0 auto; padding:160px 0px 10px 0px; overflow:hidden; background:url(../images/yanz_03.jpg) no-repeat;}
#Search-Results ul{display:block; margin:0px; padding:0 100px; background:url(../images/yanz_05.jpg) repeat-y;}
#Search-Results ul td b{color:#f00;}
#Search-Results s{display:block; margin:0px; padding:0px; height:164px; background:url(../images/yanz_07.jpg) no-repeat;}

/*input[name:keywords]::-webkit-input-placeholder{color:#fff;}*/

/*多项单选*/
.multi-radio{ display:inline-block; vertical-align:middle; *display:inline; }
	.multi-radio:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
	.multi-radio .boxwrap{ display:inline-block; vertical-align:middle; *display:inline;}
	.multi-radio a{ display:inline-block; margin-right:-1px; float:left; padding:5px 12px; height:20px; line-height:20px; border:1px solid #eee; vertical-align:middle; color:#333; font-size:100%; cursor:pointer; white-space:nowrap; text-overflow:ellipsis; }
	.multi-radio a:hover{ background:#C9E1EF; text-decoration:none; }
	.multi-radio a:active{ text-decoration:none; }
	.multi-radio a.selected{ background:#16a0d3; border-color:#1096c7; color:#fff; }
/*下拉菜单*/
.single-select{ position:relative; display:inline-block; margin-right:5px; vertical-align:middle; cursor:pointer; *float:left; }
	.single-select .boxwrap{ display:inline-block; vertical-align:middle; }
	.single-select .select-tit{ position:relative; display:block; padding:5px 38px 5px 10px; min-width:40px; line-height:20px; height:20px; border:solid 1px #eee; text-decoration:none; background:#fff; white-space:nowrap; word-break:break-all; }
	.single-select .select-tit span{ display:inline-block; color:#333; font-size:14px; vertical-align:middle; }
	.single-select .select-tit i{ position:absolute; right:0; top:0; display:block; width:28px; height:100%; border-left:1px solid #eee; background:url(skin_icons.png) 7px -189px no-repeat #fafafa; }
	.single-select .select-items{ display:none; position:absolute; left:0; top:45px; /*overflow:hidden;*/ }
	.single-select .select-items ul{ position:relative; padding:5px; min-width:120px; max-height:280px; border:1px solid #eee; background:#fff; overflow-y:auto; overflow-x:hidden; }
	.single-select .select-items ul li{ display:block; padding:4px 10px; line-height:20px; font-size:14px; color:#3a3a3a; white-space:nowrap; cursor:pointer; }
	.single-select .select-items ul li:hover{ color:#fff; text-decoration:none; background:#16a0d3; }
	.single-select .select-items ul li.selected{ color:#fff; background:#16a0d3; }
	.single-select .arrow{ display:none; position:absolute; left:15px; top:35px; width:21px; height:11px; text-indent:-9999px; background:url(skin_icons.png) 0 -290px no-repeat; }
    .single-select.up .select-items{ top:auto; bottom:45px; }
    .single-select.up .arrow{ top:-13px; background:url(skin_icons.png) 0 -300px no-repeat; }


    

.wapsearch {width:100%;margin:auto auto;text-align:center;}
.wapsearch .banner img{width:100%;}
.wapsearch .welcome{line-height:38px;border-bottom:1px solid #ddd;text-align:center;font-size:18px;}
.wapsearch .title{width:100%;text-align:left;font-size:20px;color:#fff;padding:10px 0px;font-family:"Microsoft YaHei";background-color:#3b8dd1;margin:auto auto;text-align:center;}
.wapsearch .txt{width:98%;line-height:28px;padding:12px 0px;text-align:left;font-size:16px;margin:4px auto;}
.wapsearch .img{text-align:center}
.wapsearch .img img{margin:6px 0px;height:auto;}
.wapsearch .txt img{width:96%;height:auto;padding:4px 4px;margin-bottom:6px;border:1px solid #3b8dd1;}
.wapsearch .img0 img{width:96%;height:auto;border:1px solid #3b8dd1;padding:4px 4px;}
.wapsearch .content{width:98%;margin:auto auto;padding:10px 0px;margin-bottom:6px;text-align:left;}
.wapsearch .txt00{color:#3b8dd1;width:96px;}

.ct_spread_list .icon{
    width: 20px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/v-bot.png);
    background-repeat: no-repeat;
    }


.site-search{padding:6px 0px;width:100%;background-color:#ddf0fa}
.site-search select{height:32px;line-height:32px;width:84%;margin:auto auto;border:1px solid #ddd;margin-bottom:6px;}


.login-pannel{padding:0px 0px;background-color:#ddf0fa;padding-bottom:0px;border:1px solid #ddf0fa;width:316px;margin-left:2px;}
.login-pannel .login-div{padding:3px 0px;}
.login-pannel .login-div span{margin-left:12px;letter-spacing:4px;}
.login-pannel .login-div .input{width:186px;}
.login-pannel .login-div .btn{width:130px;}

.login-pannel .login-div a{height:40px;line-height:40px;width:60px;padding:0px 0px;}

.login-pannel .login-btn{display:table;width:100%;font-family:"Microsoft YaHei";padding-top:8px;}
.login-pannel .login-btn a{padding:7px 0px;}
.login-pannel .login-btn .loginleft{width:155px;float:left;display:block;background-color:#16a0d3;color:#fff;font-size:15px;line-height:32px;border-right:2px solid #fff;margin-right:-2px;border-bottom:1px solid #fff;}
.login-pannel .login-btn .loginright{width:155px;float:right;display:block;background-color:#16a0d3;color:#fff;font-size:15px;line-height:32px;border-bottom:1px solid #fff;}
.login-pannel .login-btn .loginblock{width:100%;display:block;background-color:#0058f6;color:#fff;font-size:15px;line-height:32px;}

.login-pannel .login-btn .loginlefts{width:155px;float:left;display:block;background-color:#16a0d3;color:#fff;font-size:15px;line-height:32px;border-right:2px solid #fff;margin-right:-2px;border-bottom:1px solid #fff;}
.login-pannel .login-btn .loginrights{width:155px;float:right;display:block;background-color:#16a0d3;color:#fff;font-size:15px;line-height:32px;border-bottom:1px solid #fff;}

.login-tab{display:table;width:100%;padding-top:0px;}
.login-tab div{border:1px solid #ddd;margin-right:-1px;width:49.6%;float:left;line-height:36px;background-color:#fff;font-family:"Microsoft YaHei";font-size:15px;}
.login-tab div.active{background-color:#ddf0fa;border-bottom:1px solid #ddf0fa;}
.login-tab div.active a{color:#3b8dd1;}

.search-erweima{padding:4px 0px;margin:4px 0px;background-color:#ddf0fa}
.search-erweima div{padding:4px 0px;}
.search-erweima img{vertical-align:middle;width:78px;height:34px;-webkit-margin-right:6px;-moz-margin-right:6px;}

.tab-a a{color:#333;}


.goods-search{position:absolute;right:0px;top:12px;}

.scan{background-color:#3b8dd1;border:1px solid #fff;line-height:28px;color:#fff;}
.scan a{color:#fff;font-family:"Microsoft YaHei";}


.cert{width:1010px;margin:auto auto;}
.cert .content{text-align:left;padding:24px 6px;line-height:28px;}
.cert .content a{color:#0089CD;}
.cert .content a:hover{color:#F00}

.img_D{width:31%;margin-right:4px;float:left;text-align:center;line-height:24px;}
.img_D img{width:96%;padding:2px 2px;border:1px solid #ddd;}


.mtable td.comment{ padding:10px; line-height:1em; }
		.mtable td.comment .title{ margin-bottom:5px; line-height:180%; font-weight:bold; }
		.mtable td.comment .title .note{ float:right; font-weight:normal; }
		.mtable td.comment .title .note i{ margin-left:10px; font-style:normal; font-family:'Microsoft YaHei'; color:#999; }
		.mtable td.comment .title .note i.reply{ padding-left:18px; }
		.mtable td.comment .ask{ line-height:180%; font-family:'Microsoft YaHei'; }
		.mtable td.comment .ask .audit{ margin-right:3px; display:inline-block; vertical-align:middle; width:14px; height:14px; background:url(skin_icons.png) -362px -112px  no-repeat; }
		.mtable td.comment .ask .answer{ margin-top:10px; padding:6px 10px; border:1px solid #f6e8b9; background:#fbf8e7; color:#666; }
		.mtable td.comment .ask .answer b{ color:#090; }
		.mtable td.comment .ask .answer .time{ display:block; float:right; color:#999; }


  .areacode{width:100%;}
  .areacode .banner{width:100%;}
  .areacode .banner img{width:100%;}
  .areacode .content .goods-btn{position:fixed;width:100%;padding:12px 0px;background-color:#fff;bottom:0px;border-top:1px solid #ddd;}
  .areacode .content .goods-btn a{color:red;}
  .goods-table{width:98%;border:1px solid #ddd;border-collapse:collapse;margin:auto auto;}
        .goods-table th{padding:12px 0px;font-size:18px;text-align:center;}
        .goods-table td{border:1px solid #ddd;border-collapse:collapse;padding:6px 6px;}
        .goods-table td.td_category{width:12px;font-size:16px;line-height:28px;font-weight:bold;}
        .goods-table td.td_title{width:130px;text-align:right;}
         .goods-table td.td_input {text-align:left;}
        .goods-table td.td_input input{margin-right:12px;}
        .goods-table td.td_input span{color:red;}

        /*站外搜索图标*/
.out-site {display:table;}
.out-site span{padding:0px 0px;display:inline-block;float:left;}
.out-site span:nth-child(2){padding:0px 8px;}
.out-site a{display:inline-block;height:24px;padding-top:26px;width:101px;float:left;color:#fff;font-size:15px;text-align:center;font-family:"Microsoft YaHei"}

#login-info .companyname{width:100%;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;display:block; }

.all_banner{width:100%;padding-bottom:12px;}
.all_banner img{width:100%;}

.three_banner{width:100%;padding-bottom:12px;}
.three_banner img{width:100%;height:96px;}

/*防伪应用*/
.apply-pannel {margin-top:-9px;}
.apply-pannel .apply_title img{vertical-align:middle;margin-right:36px;height:32px;}
.apply-pannel .apply_title{overflow: hidden;height: 44px;width: 320px;background-color:#1e7bb3 ;text-align:center;
	line-height: 44px;
	font-size: 15px;
	color: #ffffff;
	font-family: 微软雅黑;
    letter-spacing:6px;    
}
.apply-pannel  .apply_list{padding:12px 0px;}
.apply-pannel  .apply_list .single_apply{border:1px solid #ddd;width:318px;padding:6px 0px;display:table;margin-bottom:-1px;background-color:#ddf0fa;cursor:pointer}
.apply-pannel  .apply_list .single_apply:hover{background-color:#EEEEEE}
.apply-pannel  .apply_list .single_apply .img{float:left;width:108px;padding:0px 6px;overflow:hidden;}
.apply-pannel  .apply_list .single_apply .img img{height:72px;border-radius:4px 4px;border:1px solid #ddd;}
.apply-pannel  .apply_list .single_apply .txt{float:right;text-align:left;padding:0px 8px;width:178px;}
.apply-pannel  .apply_list .single_apply .txt .title{font-size:15px;padding:8px 0px;font-family:"Microsoft YaHei";color:black;}
.apply-pannel  .apply_list .single_apply .txt .title a{color:black;}
.apply-pannel  .apply_list .single_apply .txt .desc{line-height:24px;padding:6px 0px;text-align:left;}


#mobile .btn{display:inline-block;overflow:visible;padding:5px 12px;border:1px solid #ccc;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);color:#333;vertical-align:middle;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,.75);font-size:12px;line-height:16px;cursor:pointer;border-bottom-color:#b3b3b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
#mobile .btn-primary{border:none;border:1px #3b97c4 solid;background:#3d9ccc;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#fff;text-shadow:none}
#mobile .btn-primary.active,#mobile .btn-primary.disabled,#mobile .btn-primary:active,#mobile .btn-primary:focus,#mobile .btn-primary:hover,#mobile .btn-primary[disabled]{border:1px #3689b3 solid;background:#3689b3;color:#fff}
#mobile .btn-warning{border-color:#faa700;background-color:#faa833;background-image:-moz-linear-gradient(top,#fbb34c,#f89609);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb34c),to(#f89609));background-image:-webkit-linear-gradient(top,#fbb34c,#f89609);background-image:-o-linear-gradient(top,#fbb34c,#f89609);background-image:linear-gradient(to bottom,#fbb34c,#f89609);background-repeat:repeat-x;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:#fff;text-shadow:none;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb149', endColorstr='#fff89609', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
#mobile .btn-warning.active,#mobile .btn-warning.disabled,#mobile .btn-warning:active,#mobile .btn-warning:focus,#mobile .btn-warning:hover,#mobile .btn-warning[disabled]{background:#f89406;color:#fff}

/*#mobile{position:relative;top:4px;right:0;padding:10px 15px;width:250px;border:3px solid #8a9499;border:2px solid #8a9499;background-color:#fff;color:#454545;text-align:left;line-height:20px}*/
#mobile i.arrow{position:absolute;top:-18px;right:24px}
#mobile i.arrow:after,#mobile i.arrow:before{position:absolute;left:0;display:inline-block;border-color:transparent;border-style:solid;border-width:8px;content:''}
#mobile i.arrow:before{top:0;border-bottom-color:#8a9499}
#mobile i.arrow:after{top:3px;border-bottom-color:#fff}
#mobile h4{margin:-10px -15px 15px;padding:0 15px;border-bottom:1px dotted #ccc;font-weight:400;font-size:16px;font-family:'Microsoft Yahei';line-height:50px}
#mobile dl{}
#mobile dl dt{float:left;width:115px;padding:0px 0px;}
#mobile dl dt img{position:relative;margin:auto auto;top:-4px;width:120px;}
#mobile dl dd{margin-left:130px;padding:8px 0}
#mobile dl dd a.btn{margin:0!important;padding-top:7px;padding-bottom:7px;width:98px;color:#fff!important;font-size:12px;line-height:32px;}
#mobile dl dd a.btn-warning:hover{background:#fa9200;color:#fff}
#mobile dl dd a.btn-primary:hover{border:1px #3689b3 solid;background:#3689b3;color:#fff}
#mobile dl dd a.btn .icons24-android-white{margin-right:15px}
.drop-menu-group{position:relative;}
.drop-tips{display:none;position:absolute;right:0px;z-index:10000;zoom:1;background-color:#fff;padding:8px 12px;}


.icons16{display:inline-block;margin-right:6px;margin-top:-4px;background-image:url(//concat.lietou-static.com/dev/www/pc/revs/v3/build/images/icons/icons16_d6d0da61.png);background-repeat:no-repeat;background-size:688px 16px;width:16px;height:16px;vertical-align:middle;overflow:hidden}.icons16-write{background-position:0 0}.icons16-vip{background-position:-16px 0}.icons16-vip-gray{background-position:-32px 0}.icons16-tips-close{background-position:-48px 0}.icons16-start-small{background-position:-64px 0}.icons16-start-small-light{background-position:-80px 0}.icons16-search{background-position:-96px 0}.icons16-profile-light-blue{background-position:-112px 0}.icons16-position{background-position:-128px 0}.icons16-place{background-position:-144px 0}.icons16-phone{background-position:-160px 0}.icons16-phone-orange{background-position:-176px 0}.icons16-phone-blue{background-position:-192px 0}.icons16-new-orange{background-position:-208px 0}.icons16-new-circle{background-position:-224px 0}.icons16-mobile-white{background-position:-240px 0}.icons16-mobile-gray{background-position:-256px 0}.icons16-message-white{background-position:-272px 0}.icons16-message-gray{background-position:-288px 0}.icons16-mail-white{background-position:-304px 0}.icons16-mail-light-gray{background-position:-320px 0}.icons16-mail-gray{background-position:-336px 0}.icons16-logout-white{background-position:-352px 0}.icons16-logout-light-blue{background-position:-368px 0}.icons16-logout-gray{background-position:-384px 0}.icons16-lock{background-position:-400px 0}.icons16-hot-orange{background-position:-416px 0}.icons16-home-white{background-position:-432px 0}.icons16-help-white{background-position:-448px 0}.icons16-help-gray{background-position:-464px 0}.icons16-friends-white{background-position:-480px 0}.icons16-friends-gray{background-position:-496px 0}.icons16-error{background-position:-512px 0}.icons16-downarrow{background-position:-528px 0}.icons16-connections-white{background-position:-544px 0}.icons16-connections-gray{background-position:-560px 0}.icons16-code-refresh{background-position:-576px 0}.icons16-close{background-position:-592px 0}.icons16-city-change{background-position:-608px 0}.icons16-blank{background-position:-624px 0}.icons16-arrow-right{background-position:-640px 0}.icons16-apple-white{background-position:-656px 0}.icons16-android-white{background-position:-672px 0}


/*搜索栏*/
.searchTr{display:table;border-radius:4px 4px;border:1px solid #3b8dd1;margin:auto auto;width:986px;margin-top:6px;padding:12px 12px;} 
.sitesearch{float:left;padding:4px 8px;}
.sitesearch div{display:inline-block}
.input{border:1px solid #16a0d3;}
.sitesearch .btn{height:36px;}
.sitesearch .out-site{display:table;}
.sitesearch .out-site span{margin:auto auto;float:left;}
.sitesearch .out-site a{height:36px;float:left;background-size:100%;padding:0px 0px;margin-left:auto;margin-right:auto;width:84px;font-size:15px;border-radius:3px 3px;line-height:36px;background-color:#3b8dd1}
      

.mtable{border:1px solid #ddd;border-collapse:collapse;/*width:98%;*/}
.mtable td{border:1px solid #ddd;border-collapse:collapse;}
.mtable .tr_title{background-color:#fdfdfd}

#goTopBtn {position: fixed;line-height:36px;width:54px;bottom:35px;height:53px;cursor:pointer;right:2px;
background:url(../images/gotop.jpg);}

.load-more{display:none;}

.maintables{border:1px solid #B5B5B5; background:#FFF; margin-top:20px; padding:20px;}
.productcontents{margin:auto auto;margin-left:340px;}

@media screen and (max-width: 960px) {
    body{background-image:none;overflow-x:hidden;background-color:#fff;position:relative}
    .goods-search{display:none;}
    .id_head{display:none;visibility:hidden;}
    .id_foot{display:none;visibility:hidden;}
    .section { width: 99%;}
    .entry{font-size:17px;line-height:24px;}
    .post-show{border:0px;}
    .post-show-leftl,.post-show-left{display:none;}
    .post-show-right{margin-left:0px;width:100%;border-left:0px;padding:10px 0px;}
    .span02{line-height:24px;}
    .maintables{border:0px;}
    .top-tools{display:none;padding:10px 10px;}
	#metaAuthor{display:block;width:100%;text-align:center;background-image:none;}
    video{width:100%;height:286px;}
    /*.list-right{display:none;}
    .productcontents{margin-left:0px;}
    .ntitle h2{text-align:center;float:none;padding:4px 0px;display:block;text-align:center;width:100%; }
    .list-auto{overflow:auto;width:100%;}
    .list-auto .img img{width:100%;}
    .goods-tab .tab-head ul li a{padding:0px 8.1px;}
    .ntitle span {
        display: none;
    }*/
}
@media screen and (max-width: 760px) {
    body{background-image:none;overflow-x:hidden;background-color:#fff;position:relative}
    .goods-search{display:none;}
    .id_head{display:none;}
    .id_foot{display:none;}
    .section { width: 99%;}
    .entry{font-size:17px;line-height:24px;padding-left:6px;padding-right:12px;}
    video{width:100%;height:286px;}
}
@media screen and (max-width:400px) {
    body{background-image:none;overflow-x:hidden;background-color:#fff;position:relative}
    .goods-search{display:none;}
    .id_head{display:none;visibility:hidden;}
    .id_foot{display:none;visibility:hidden;}
    .section { width: 99%;}
    .entry{font-size:17px;line-height:24px;padding-left:6px;padding-right:12px;}
    video{width:100%;height:286px;}

}
@media screen and (max-width:320px) {
    body{background-image:none;overflow-x:hidden;background-color:#fff;position:relative}
    .goods-search{display:none;}
    .id_head{display:none;visibility:hidden;}
    .id_foot{display:none;visibility:hidden;}
    .section { width: 99%;}
    .entry{font-size:17px;line-height:24px;padding-left:6px;padding-right:12px;}
    video{width:100%;height:286px;}

}