@charset "utf-8";
::selection{background:#639EB8;color: white;}
::-moz-selection{background:#222;color: white;}
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{color:#000;background:#fff;-webkit-text-size-adjust:none;font-size:12px;}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0;}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {display:inline-block;*display:inline;*zoom: 1;}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8b\4f53;outline:0;resize:none}
/* 去掉各Table  cell 的边距并让其边重合 */
table{border-collapse:collapse;border-spacing:0;}
th{text-align:inherit;}/* IE bug fixed: th 不继承 text-align*/
caption,th {text-align:left;}/* 对齐是排版最重要的因素, 别让什么都居中 */
/* 去除默认边框 */
fieldset,img{border:0;}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe{display:block;}
/* 一致的 del 样式 */
del{text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:500;}
/* 去掉列表前的标识, li 会继承 */
ol,ul {list-style:none;}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:500;}
/* 统一上标和下标 */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
/* 让链接在 hover 状态下显示下划线 */
a{text-decoration:none;color:#21759b;}
a:hover{text-decoration:underline;}
small {font-size: 0.75em;}
h1, h2, h3, h4, h5, h6 {font-weight: bold;font-family: inherit;}
h1 {font-size: 24px;line-height: 30px;margin-bottom: 12px;}
h2 {font-size: 18px;margin-bottom: 4px;}
h3 {font-size: 16px;margin-bottom: 4px;}
body{font-size:12px;font-family:"Trebuchet MS",Helvetica,Georgia,sans-serif;color: #444;}
.block{width:1000px; margin:auto; overflow:hidden}
/* 设置内联, 减少浮动带来的bug */
.floatleft,.floatright {display:inline;}
.floatleft{float:left;}
.floatright {float:right;}
.t_c{text-align:center}
/*定位*/
.fixed { position:fixed;}
/* 清理浮动 */
.clear:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clear {clear: both;zoom: 1;font-size: 0;height: 0;}
.br {padding: 2.5px;}
/*btn */
.btn{    
    display: inline-block;
    #display: inline;
    #zoom: 1;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    background-color: #eee;
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#eeeeee');
    text-decoration: none;
    font:bold 12px 'Microsoft YAhei';
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),inset 0 0 2px rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.05);
    cursor: pointer;
    vertical-align: middle;
    color:#666;
}
.btn:hover {
    text-decoration: none;
    border-color: #ccc;
    background: -moz-linear-gradient(top,#fafafa 0%,#e8e8e8);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e8e8e8));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fafafa',EndColorStr='#e8e8e8');
}
.btn:active {
    background: #e8e8e8;
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e8e8e8',EndColorStr='#e8e8e8');
    box-shadow: 0px 1px 0px rgba(255,255,255,0.6), inset 0px 1px 6px rgba(0,0,0,0.1);
}

.clear:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clear{clear:both;zoom:1;font-size:0;height:0; /* for IE6 IE7 */}
.blank,.br{padding:2.5px;}
.input{border:2px solid #efefef;background:#fff;padding:8px;font:normal 12px "Microsoft Yahei","Tahoma";color:#555}
.input:focus{border:2px solid #639EB8;background:#fbfbfb}
.input_hover{border:2px solid #639EB8;background:#fbfbfb}
.select{border:2px solid #efefef;background:#fff;margin:0;padding:8px;font:normal 12px "Microsoft Yahei","Tahoma";color:#555}
.textarea{border:2px solid #efefef;background:#fff;padding:5px;overflow:auto;font:normal 12px "Microsoft Yahei","Tahoma";color:#555}
.textarea:focus{border:2px solid #639EB8;background:#fbfbfb}
.table{}
.table td{padding:5px;}

/*main framework*/
#page {position: relative;width: 1000px;margin: 0px auto;border: 1px solid #eee;background: #ffffff;}
#page #angle{ position: absolute;top:-1px;right:-1px; width:12px;height:12px;background:url(images/angle.jpg) no-repeat;}
/* header */
#header {position: relative; background:url(images/header_bg.jpg); height:120px}
#header #logo:hover{text-decoration: none;color:#999;}
#header h1{font-size:35px;display:inline;line-height: 1.285714286;margin-bottom: 10px;}
#header h2 {font-weight: normal;font-size: 14px;line-height: 1.846153846;color: #757575;}
#header #info {position: absolute;top: 10px;right: 0;+right: -10px}
/*content*/
#content {float:left;width:790px; margin-left:5px; padding-top:8px}
 /*side*/
#side{width: 180px; padding-left:0px;float: left;position: relative; background:#e6e7e8; padding:10px}
#side-fixed {top:20px;width:230px;}
#side p, .widget li{font-size:13px;line-height:1.846153846}
#side .list li{padding-left:12px;height:22px;overflow:hidden;background: url(images/icon.png) no-repeat left center;}
#side .list li a{color:#555;text-decoration:none}
#side .list li a:hover{color: #21759b;text-decoration: underline;}
#side .list li .s_time{color: #888;}
#side .list{width:250px;overflow:hidden}
#side .list .left{float:left;width:100px;display: inline-block;overflow: hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}
#side #user_join{padding:10px 0;}
#side #user_join a{text-decoration:none;float:left;width:40px;height:40px;margin:0 5px 5px 0;}
#side #user_join img{width:40px;height:40px;}
#side .side-comment{position: relative;padding-left: 50px;padding-bottom: 10px;min-height: 36px;}
#side .side-comment a{color:#555;text-decoration: none;}
#side .side-comment a:hover p{color:#21759b;}
#side .side-comment .side-avatar{position: absolute;top: 0;left: 0;width: 36px;height:36px;border-radius: 2px}
#side .side-comment p{line-height: 18px;font-size:12px;}
#side .side-comment p strong{color:#21759b}
#side .side-h3{font-size:14px;}
/*footer*/
#footer {text-transform: uppercase;text-align:left;font-size: 14px; padding-top:10px; padding-bottom:10px;color: #777;background:#454646; width:1000px; margin:auto; color:#ffffff}
#footer p{padding-left:10px}
#footer a {color: #ffffff;}


/*menu*/
#menu {margin:0px 0;height: 43px;background:#1b1b1b; border-top:2px solid #363535; border-bottom:2px solid #000000}
#menu ul {display: block}
#menu ul li {display: block;float: left;font-size: 14px;padding:5px 0px 0px 0px;position: relative; width:100px; text-align:center}
#menu ul li span{display:block; line-height:20px; height:20px;font-size:12px;font-family:Verdana, Geneva, sans-serif; color:#FFF; font-weight:100; color:#ffcc00}
#menu ul li a {display: block;border-bottom: 0;color: #ffffff;font-size: 14px;line-height: 16px;text-transform: uppercase;text-decoration: none}
#menu ul li a:hover {color: #ffcc00;}
#menu li ul {display: none;z-index: 8;opacity:0.9;filter:alpha(opacity=90);position: absolute;left: 0;top:40px;width: 80px;background: #fff;border:1px solid #eee;border-top:0}
#menu li ul li {width: 100%;padding: 0;border:0;height:35px}
#menu li ul li a {display: block;text-align: center;font-size: 12px;line-height:35px;text-decoration: none;padding:0 5px;}
#menu li ul li a:hover {color: #21759B;}
#menu li:hover ul {display: block;}
#menu ul .current {color: #ffcc00;font-weight: bold;}
#menu ul li.right {float: right;margin-right: 0;}
/*search form*/
#search-form {padding: 10px;}
#search_keyword {float: left;font-family: 'Microsoft Yahei';height: 16px;line-height: 16px;width: 145px;border: 0;outline: 0;color: #6a6a6a;}

/*content section*/
.post {padding-bottom:30px;}
.post-header {padding:5px 0;border-bottom:1px solid #cccccc;}
.post-header .post-title {margin:5px 0;font-size: 18px;font-weight:bold;font-weight: normal;font-family: "Microsoft Yahei"}
.post-header .post-title a {text-decoration: none;}
.post-meta {font-size: 11px;line-height: 1.846153846;color: #777;text-transform: uppercase;}
.post-meta a {color: #777}
.post-nav{border-top:1px solid #eee;line-height: 180%;padding: 5px 0}
.post-content {letter-spacing:0.5px;font-size:14px;word-break:break-all; word-wrap:break-word;line-height: 1.714285714;padding:15px 0}
.post-content p {font-size:14px;line-height: 1.714285714;}
.post-content img {max-width: 660px;_width: expression(this.width > 660 ? "660px" : true);}
.post-content ul {list-style: square;padding: 10px 0 10px 15px;}
.post-line{border-top:1px solid #eee;margin:5px 0;}
.post-ad {margin-top: 12px;}


/*comments*/
#comments{margin:20px auto;}
#comments dt{border-bottom:1px solid #eee;font-size:14px;padding:10px;}
#comments dd{border-bottom:1px solid #eee}
#comments dd.odd{background:#fff}
#comments dd.even{background:#fbfbfb}
#comments dd .floor{float:right;font:normal 20px Arial;padding:20px;color:#ccc;}
#comments dd .avatar{float:left;padding:15px 10px;}
#comments dd .avatar img{width:36px;height:36px;border-radius:2px;}
#comments dd .comments-form .main{margin-right: 0}
#comments dd .main{margin-left:50px;margin-right:50px;padding:15px 10px;}
#comments dd .main-admin{font-weight:bold;color:red;}
#comments dd .main-content{font-size:14px;line-height:120%;color:#444}
#comments dd .main-meta{padding-top:10px;color:#999}
#comments dd .main-meta strong{font-weight:bold;color:#666}
#comments dd .textbox{position:relative;border: solid 1px #ddd;border-color: #c6c6c6 #ccc #ccc #c6c6c6;border-radius: 3px;padding: 8px;height:100px;box-shadow: inset 2px 0 2px #f2f2f2,inset 0 2px 2px #eee,0 2px 0 #f8f8f8,2px 0 0 #f8f8f8;background-color: #fff;clear: right;}
#comments dd .textbox #comment_content{position: absolute;left:10px;top:10px;border:0;background:#fff;width:97%;height:60px;overflow:auto;}
#comments dd .textbox .textbox-bottom{position:absolute;left:8px;top:81px;border-radius:0 0 0 3px;width:100%;background:#fbfbfb;border-top:1px solid #CCCCCC;height:34px;margin:0 -8px -8px;;}
#comments dd .textbox .textbox-info{position: absolute;left:10px;top:0;line-height:36px;}
#comments dd .textbox .textbox-tip{position: absolute;left:220px;top:30px;background:#efefef;color:#444;padding:5px 15px;border-radius:2px}
#comments dd .textbox .textbox-submit{position: absolute;right: -1px;top: -1px;text-decoration:none;text-align:center;line-height:36px;border: solid 1px #CCCCCC;height: 34px;width: 90px;cursor: pointer;font-weight: bold;color: #666;font-size: 12px;border-radius: 0 0 3px 0;background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */background-image: -webkit-linear-gradient(#f6f6f6,#e2e2e2);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f6f6f6',GradientType=0 );;text-shadow: 0 -1px 0 #fff;}
#comments dd .comments-reply{margin-top:10px;background:#F6F6F6;border-left:2px solid #efefef}
/*pager*/
.pager {height: 32px;padding: 10px 0px;font-family: "Helvetica Neue","Georgia" Helvetica, Arial, sans-serif;font-size: 13px;}
.pager ul {display: inline-block;*display: inline;*zoom: 1;margin-left: 0;margin-bottom: 0;border-radius: 3px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}
.pager li {display: inline;}
.pager a {float: left;padding: 0 14px;line-height: 30px;text-decoration: none;border: 1px solid #ddd;background-color: #fff;border-left-width: 0;}
.pager a:hover, .pager .active a {background-color: #f5f5f5;}
.pager .active a {color: #999999;cursor: default;}
.pager .disabled a, .pager .disabled a:hover {color: #999999;background-color: #fff;}
.pager li:first-child a { border-left-width: 1px;border-radius: 3px 0 0 3px;}
.pager li:last-child a {border-radius: 0 3px 3px 0;}
/*page*/
.page-nav{width:230px;padding-left:20px}
.page-nav li{margin:0;padding:0;}
.page-nav li a{display:block;margin:0;padding:8px 15px;color:#999}
.page-nav li a:hover{color:#000;text-decoration:none}
.page-nav li a.hover{border:1px solid #efefef;text-decoration:none}
.page-main{border-left:#dedede 1px solid;margin:10px 0 10px 160px;padding:10px;}
.page-title{border-bottom: 1px solid #e2e2e2;font-weight:bold;font-size: 18px;padding: 0 0 10px;margin:10px 0;color: #444;}
.page-content{font-size: 14px;}
/*totop*/
#totop{background:#ceced1 url(images/totop.png) no-repeat;position: fixed;bottom:8%;right:3%;width:54px;height:54px;display: none;_position:absolute;border-radius: 2px;}
#totop:hover{background-color: #21759b;}
/*box*/
.box-mask{position:absolute;background:#fff;opacity:0.8;filter:alpha(opacity=80);}
.box-layout{position:absolute;border:2px solid #eee;background:#fff;border-radius:5px;;display:none;}
.box-content{position:relative;color:#555;z-index:9}
.box-caption{position:absolute;left:8px;top:8px;padding:5px 8px;border-radius:5px;background:#fbfbfb;font-weight:bold;font-size:14px;color:#666}
.box-close{position:absolute;right:0px;top:8px;_top:5px;_right:5px;display:block;background:url('../../images/boxclose.png') no-repeat;width:21px;height:21px;z-index:10}
.box-html{padding:40px 10px;}
/*code*/
pre.prettyprint,code{word-break:break-all;word-wrap:break-word;}
 /*Index Box*/
 #content-inner{width:700px;}
.index-box{width:320px;min-height:250px;_height:250px;padding-right:20px;overflow:hidden;}
.index-box dt{padding:5px 0;border-bottom: 1px solid #eee;font-size: 14px;font-weight:bold;}
.index-box dt a{color:#333;}
.index-box dt a.more{margin-right: 10px;font-size: 12px;color:#999;}
.index-box dd{padding:3px 0;font-size: 14px;line-height:22px;height:22px;overflow:hidden;}
.index-box dd.big{height:80px;overflow:hidden}
.index-box dd.big img{margin:5px 0 0 0;width:70px;height:70px;border-radius: 2px}
.index-box dd.big .have{margin-left:80px;}
.index-box dd.big a:hover{text-decoration: none}
.index-box dd.big a:hover h3{color:#CC0000;}
.index-box dd.big h3{overflow:hidden;padding:5px 0;height:20px;color:#21759b;}
.index-box dd.big p{font-size:12px;color:#333;}
.index-box dd span{float:right;padding:5px;font:normal 11px Arial;color:#999;}
.index-box dd a{color:#333;}
.index-box dd a:hover{color:#CC0000;}
.index-banner{margin:10px 0;height:60px;width:660px;line-height: 60px;text-align: center;}
/*LIST*/
.post-list{padding:5px 20px;}
.post-list a{font-size:14px;color:#333;}
.post-list a:hover{color:#CC0000;}
.post-list .time{color:#999;}


/*焦点图*/
#focus {width:1000px; height:220px; overflow:hidden; position:relative;margin:auto}
#focus ul {height:310px; position:absolute;}
#focus ul li {float:left; width:1000px; height:220px; overflow:hidden; position:relative; background:#ff6600;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:1000px; height:25px; left:0; bottom:0;}
#focus .btns {position:absolute; width:1000px; height:10px; padding:5px 10px; right:0; bottom:5px; text-align:right;}
#focus .btns span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#ffcc00;}
#focus .btns span.on {background:#fff;}
#focus .preNext {width:45px; height:100px; position:absolute; top:60px; background:url(images/sprite.png) no-repeat 0 0; cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}

#product_category{}
#product_category h1{ background:url(images/left_class_title.jpg); height:41px; width:180px; margin:auto}
#product_category_bd{ padding:8px 0px}
#product_category a{margin-bottom:5px; overflow:hidden; display:block; padding:4px 0; text-indent:10px; color:#333333; font-size:14px}
#product_category a:hover{color:#ff0000;}

#left_title_1{background:url(images/left_title_1.jpg) repeat-x; height:37px; line-height:37px; color:#FFF; font-weight:bold; font-size:14px; text-align:center}
#137{}
#left_box_1{ padding:3px; overflow:hidden} 
#center_box_1{  padding:3px; overflow:hidden}
.list_1{ padding:5px}
.list_1 ul{list-style:none;padding:5px 0;}
.list_1 li{ border-bottom:1px dotted #dddddd; padding:2px 0px; background:url(images/arr_1.gif)  no-repeat 0px 4px; text-indent:12px}
.list_1 li a{ color:#333333;}
.list_1 li a:hover{ color:#ff0000;}

.list_2{ padding:5px}
.list_2 ul{list-style:none;padding:5px 0;}
.list_2 li{ border-bottom:1px dotted #dddddd; padding:4px 0px; background:url(images/arr_2.gif)  no-repeat 0px 9px; text-indent:12px}
.list_2 li span{float:right}
.list_2 li a{ color:#1b1409;}
.list_2 li a:hover{ color:#ff0000;}

.list_3{ padding:5px}
.list_3 ul{list-style:none;padding:5px 0;}
.list_3 li{ border-bottom:1px dotted #dddddd; padding:8px 0px; background:url(images/arr_2.gif)  no-repeat 0px 13px; text-indent:12px}
.list_3 li span{float:right}
.list_3 li a{ color:#1b1409;}
.list_3 li a:hover{ color:#ff0000;}

#scrollDiv{width:300px;height:100px;min-height:25px;line-height:25px;border:#ccc 1px solid;overflow:hidden}
#scrollDiv li{height:25px;padding-left:10px;}

.topnav{margin:0px 0 0 0px;font-size: 12px;font-weight:bold;line-height: 1.2;font-weight: normal; color:#000000; padding-left:5px; line-height:32px;padding-left:5px; background:#cbcbcb; text-align:left; padding-right:8px;}
.topnav a{color:#000000}
.topnav a:hover{color:#ff0000}
.img_list_1{ padding:5px}
.img_list_1 ul{list-style:none;padding:5px 0;}
.img_list_1 li{ padding:4px 0px; float:left; width:140px; padding-left:7px; padding-right:7px}
.img_list_1 li img{width:140px; height:100px; border:4px solid #FFF}
.img_list_1 li a{ color:#1b1409;}
.img_list_1 li a:hover{ color:#ff0000;}

.left_title{ background:#bcbec0;  line-height:40px; height:40px; overflow:hidden; text-align:center; color:#000; font-weight:bold; font-size:14px}

.index_content_title{ background:#bcbec0; line-height:36px; height:36px; overflow:hidden; color:#000000}
.index_content_title h1{ color:#000000; font-size:14px; font-weight:bold; text-indent:10px; float:left; padding-right:8px; line-height:36px; height:36px}
.index_content_title span{float:right; padding-right:5px}
.index_content_title span a{color:#333333}
.index_content_title span a:hover{color:#ff0000}

.footer_link{ margin-top:8px}
.footer_link .h1{font-size:14px; line-height:30px; height:30px; color:#000}
.footer_link div{margin:0px}
.footer_link a{color:#000; font-size:14px; padding-right:5px}