@charset "utf-8";
@import url("nvasty.css");
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td {  margin: 0;  padding: 0;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
li {
  list-style: none;
}

em {
  font-style:normal;
}
/*公用样式*/
body {
  background:#fff;
  color:#454545;
	background:url(../images/bg.jpg) repeat-x
}
td, button, select, input, textarea, body {
  font:12px/1.5 "lucida Grande", Tahoma, Arial, Helvetica, "宋体", sans-serif;
}
button{
  cursor:pointer;
}
.button { margin:0; padding:0; border:0; color:#FFF; width:86px; height:22px; line-height:22px; background:url(../images/btn.jpg) no-repeat
}
textarea {
  overflow:auto;
}
th {
  font-weight:normal;
}
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* 标题字体定义 */
.f-tit {
  font-family:"Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体", sans-serif;
}
/*链接颜色*/
    /* 主要颜色 */
a, .link {
  color:#454545;
  text-decoration:none;
}
/* 辅助链接 */
a.sub-l {
  color:#a5afc5;
}
a:hover, .link:hover {
  color:#ff6600;
  text-decoration:underline;
}
a:active {
  color:#ffcc00;
}
/*字体颜色*/
/* 标题 */
.tit {
  color:#000;
}
/* 注释文本 */
.ext {
  color:#999;
}
/* 时间日期 */
.time {
  color:#ccc;
}
/* 重要 */
.imp {
  color:#f60;
}
/*公用类*/
.hide{
    display:none;
}
.v-hide{
    height:0;
    overflow:hidden;
    width:0;
}
/* 布局 */
.exhtitle,
#top_bar,
#header,
#header_sub,
#main,
#footer{
    margin:0 auto;
    width:970px;
}
.row{
	margin-bottom:10px;
  overflow:hidden;
  width:100%;
}
.col-main{
	margin:0 auto;
	width:960px;
	float:left;
}
.col-sub, .col-extra {
    float:left;
 /*   position:relative;
*/
}
.col-wrap{
	width:640px;
	float:left
}
.col-sub{
    margin-left:10px;
    width:320px;
		float:left
}
.col-extra{
    margin-left:-100%;
    width:210px;
}
/* 图片引用 */
.btn-login,
.btn-reg,
.link-business,
.link-join,
.link-contri,
.link-fav,
.link-home,
#header,
.nav li,
.link-rss,
.sub-nav,
.sub-nav li,
#query_kw,
#query_btn{
    background-image:url(../images/article_header.png);
    background-repeat:no-repeat;
}
.box-hd,
.box-title,
.li-dot li,
.box-tab .box-hd li,
.crumb{
    background-image:url(../images/hy-bj.jpg);
    background-repeat:no-repeat;
}
.li-dot li { text-align:left}
.li-dot li span{float:right;}
.box-bd .it_time {
	float:left;
}
.li-search li{ width:100px; margin-left:4px; text-align:left; float:left; height:20px; line-height:20px}
/*公用box定义*/
.banner{
	margin:0 auto;
	width:960px;
	margin-bottom:2px
}
.box{
    border:1px #dadada solid;
    border-top:none;
}
.box-hd{
    background-position:0 0;
    background-repeat:repeat-x;
    height:36px;
		line-height:35px;
    overflow:hidden;
    padding:0 5px;
}
.box-title{
    background-position: -60px -32px;
    float:left;
    font-size:12px;
    padding-left:18px;
    padding-top:2px\9;
    _padding-top:0;
}
.box-link{
    float:right;
    margin-top:5px;
}

.box-tab .box-hd{
    border-left:1px #dadada solid;
    border-right:1px #dadada solid;
}
.box-tab .box-hd li{
    background-position:99em 99em;
    cursor:pointer;
    float:left;
    height:28px;
    line-height:28px;
    overflow:hidden;
    text-align:center;
    width:73px;
}
.box-tab .box-hd li.active{
    background-position:0 -56px;
    color:#36c;
    cursor:default;
    font-weight:700;
}
.tab-content{
    display:none;
}
.box-bd .active{
    display:block;
}

.li-dot{
    padding:5px 10px;
}
.li-dot li{
    background-position:-62px -88px;
    height:18px;
    overflow:hidden;
    padding:2px 0 2px 10px;
}

li.li-img-txt{
    background:none;
    border-bottom:1px #eee dashed;
    height:105px;
    overflow:hidden;
    padding:0;
}
.li-img{
    overflow:hidden;
    width:100%;
}
.li-img li{
    float:left;
    text-align:center;
}
.li-img a:hover{
    text-decoration: none;
}
.li-img a:hover span{
    text-decoration: underline;
}
.li-img img,
li.li-img-txt img{
    border:1px #ccc solid;
    padding:1px;
}
li.li-img-txt img{
    float:left;
    height:90px;
    margin-right:10px;
    width:120px;
}
li.li-img-txt p{
    color:#666666;
	height:90px;
	overflow:hidden;
	padding:2px 0 0;
}
li.li-img-txt p strong{
    display:inline-block;
    height:18px;
    overflow:hidden;
	padding-bottom:2px;
}
li.li-img-txt p a{
    color:#ff0000;
}
li.li-img-txt p strong a{
    color:#06c;
}
li.li-img-txt p a:hover{
    color:#f60;
}


/* 顶栏 */
#top_bar{
    height:28px;
		line-height:24px;
    overflow:hidden;
		margin-bottom:3px;
		text-align:left
}
#_userlogin{ width:450px;}
#top_login{
    float:left;
    padding:5px 0 0 10px;
    position:relative;
}
#top_login h2{
    color:#757575;
    font-size:12px;
    font-weight:400;
    float:left;
    margin-right:5px;
}
#login_name,#login_kw{
    background:#fff;
    border:1px #ccc solid;
    float:left;
    height:16px;
    margin-right:5px;
    width:100px;
}
.btn-login,.btn-reg{
    background:url(../images/article_header.png) no-repeat;
    border:none;
    float:left;
    height:20px;
    line-height:20px;
    overflow:hidden;
    text-indent:-99em;
    width:48px;
}
.btn-login{
    background-position: 0 0;
    margin-right:5px;
}
.btn-reg{
    background-position: 0 -24px;
}
#top_link{
    float:right;
}
#top_link li{
	width:auto;
    float:left;
    margin:0px 10px 0 0;
}
#top_link a{
    float:left;
    height:20px;
    line-height:20px;
		width:auto
}
.link-business{
    background-position: -32px -57px;
}
.link-join{
    background-position: -32px -85px;
}
.link-contri{
    background-position: -32px -115px;
}
.link-home{
    background-position: -32px -422px;
}
.link-fav{
    background-position: -32px -457px;
}
/*头部*/
/*#header{
    background-position:0 -179px;
    background-repeat:repeat-x;
    border:1px #f1f1f1 solid;
    height:47px;
    margin-bottom:2px;
}
#logo{
    display:inline;
    float:left;
    margin:5px 0 0 10px;
}
*/
#top { height:138px;}
.nav{
    margin:0 0 0 140px;
}
.nav li{
    background-position:-46px -226px;
    float:left;
    font-size:14px;
    font-weight:700;
    height:47px;
    line-height:47px;
    padding:0 14px;
}
.nav .menu-index{
    background:none;
}
.nav .top_current a { color:#f60;}
/*子头部*/
#header_sub{
    margin-bottom:10px;
}
.sub-link{
    background-position:-3px -113px;
    float:left;
    padding:3px 50px 0 5px;
}
.article-logo{
    float:left;
}
.link-rss{
    background-position:-36px -387px;
    margin-right:10px;
    padding-left:16px;
}
.sub-hot{
    color:#07c;
    float:left;
    padding-top:3px;
}
.sub-hot a{
    color:#07c;
	margin-right:5px;
}
.sub-hot a:hover{
    color:#f60;
}
.query-form{
    height:24px;
    text-align:right;
}
.query-form input,.query-form button{
    vertical-align:middle;
}
.sub-nav{
    background-position:0 -307px;
    background-repeat:repeat-x;
    height:30px;
	margin-top:5px;
}
.sub-nav li{
    background-position:-45px -337px;
    float:left;
    height:30px;
    line-height:30px;
    padding:0 20px;
}
.sub-nav .index{
    background:none;
}
.sub-nav a{
    color:#fff;
    font-family:"宋体", sans-serif\9;
    vertical-align:baseline\9;
    *vertical-align:middle;
    *font-family:"lucida Grande", Tahoma, Arial, Helvetica, "宋体", sans-serif;
}
.sub-nav .current a{
    font-weight:700;
}
#query_kw{
    background-position:0 -273px;
    background-repeat:repeat-x;
    border:1px #acacac solid;
    height:16px;
    height:13px\9;
    line-height:1;
    margin-right:3px;
    overflow:hidden;
    padding:0;
    padding-top:3px\9;
    width:200px;
}
#query_btn{
    background-position:-7px -289px;
    border:0 none;
    cursor:pointer;
    height:18px;
    overflow:hidden;
    text-indent: -9999px;
    width:41px;
}

/*面包屑*/
.crumb{
    background-position:0 -264px;
    background-repeat:repeat-x;
    border-left:1px #f2f2f2 solid;
    border-right:1px #f2f2f2 solid;
    height:24px;
    margin-bottom:10px;
    padding:4px 5px 0;
}
.crumb .local{
    float:left;
}
.crumb .link{
    float:right;
}

/*底部*/
#footer{
    text-align: center;
}
#bottom_link{
    background: #f5f5f5;
    border:1px #dadada solid;
    padding:10px;
}
#copy_right{
    color:#666;
    line-height:24px;
    padding:10px;
}
.sp-title h2 { font-size:16px;}
.formbox, .sp-title { width:960px; margin:0 auto;}
.formbox { margin-bottom:10px;}
/*vote end*/
/* 布局重写 */
.col-wrap{
    margin-left:0;
}

/* 图片引用 */
#final_box .box-bd,
.btn-fav,
.btn-com,
.copy_bd,
.share-bar a,
.fn-bar a{
    background-image:url(../images/final_ico.png);
    background-repeat:no-repeat;
}


/*文章内容*/
.box-crumb{
    margin-top:5px;
}
#final_box .box-bd{
    background-position:0 -434px;
    background-repeat:repeat-x;
    padding:20px 20px 10px;
}
#final_box p { padding:2px 5px}
#article_title{
    /*color:#06c;*/
	color:#000;
    font-size:23px;
    height:40px;
	line-height:40px;
    text-align:center;
	height:auto
}
.info-bar{
    border-bottom:1px #dadada dashed;
    height:35px;
    text-align:center;
}
.info-bar-new{
	width:90%;
	border-bottom:1px #dadada dashed;
    height:35px;
	line-height:35px;
    text-align:center;
}
.btn-fav,.btn-com{
    display:inline-block;
    cursor:pointer;
    padding-left:20px;
}

.btn-fav{
    background-position:0 -360px;
}
.copy_bd{
	background-position:0 -290px;
	padding-left:20px;
}
.btn-com{
    background-position:5px -37px;
    color:#f60;
}
#article_text{padding:10px;overflow:hidden;text-align:left;font-size:14px;}
#article_text strong { color:#F60}
#article_text p,#article_text{
    color:#333;
    font-family:宋体,serif;
    font-size:14px;
    line-height:2;
    word-wrap:break-word;
		text-align:justify
}

/*fn-bar*/
.fn-bar{
    float:right;
    margin-top:12px;
    width:220px;
    zoom:1;
}
.fn-bar li{
    float:left;
    margin-right:10px;
}
.fn-bar a{
    float:left;
    padding:2px 0 2px 20px;
}
.btn-fav2{
    background-position:0 -285px;
    background-position:0 -286px\9;
}
.btn-feedback{
    background-position:0 -322px;
    background-position:0 -323px\9;
}
.btn-tui{
    background-position:0 -358px;
    background-position:0 -360px\9;
}
.btn-print{
    background-position:0 -396px;
    background-position:0 -397px\9;
}

.next{
    padding:10px 0;
}
.next p{
    font-size:14px;
    height:22px;
    overflow:hidden;
    padding:3px 0;
}

/*相关资讯*/
.relative{
    padding-bottom:10px;
}
.relative h4{
    border-bottom:1px #dadada dashed;
    float:none;
    height:22px;
}
.relative ul{
    padding-top:10px;
}
.relative li{
    background:url(../images/article_img.png) no-repeat -60px -155px;
    height:20px;
    overflow:hidden;
    padding:2px 0 2px 15px;
}
.relative li a{
    color:#686868;
    font-size:14px;
    float:left;
}
.relative li a:hover{
    color:#f60;
}
.relative li .time{
    color:#b5b5b5;
    float:right;
    
}

/*win8*/
#win8{
    margin-bottom:10px;
}
#win8 .box-bd{
    height:229px;
    overflow:hidden;
}
#win8 li{
    font-size:14px;
}
#win8 li.li-img-txt{
    font-size:12px;
    margin-bottom:3px;
}

/*热门软件*/
#soft{
    margin-bottom:10px;
}
#soft .box-bd{
    height:229px;
    overflow:hidden;
}
.li-soft{
    overflow:hidden;
    padding:10px;
    width:290px;
}
.li-soft li{
    border-bottom:1px #eee dashed;
    float:left;
    padding:5px 0;
    vertical-align:top;
    width:95px;
}
.li-soft img{
    float:left;
    height:16px;
    margin:1px 3px 0 0;
    width:16px;
}

/*主题下载*/
#down .box-bd{
    overflow:hidden;
    padding-top:10px;
}
#down li{
    height:110px;
    width:155px;
}
#down li img{
    display:block;
    height:90px;
    margin:0 auto;
    width:120px;
}
#down li span { width:120px; height:20px; overflow:hidden}
.banner-320-200{
    background:#000;
    height:80px;
    margin-bottom:10px;
}

/*顶样式*/
.box-bd .newdigg{
	width:406px;
	height:51px;
	margin:20px auto;
	clear:both;
	overflow:hidden;
	padding-left:8px;
}
.box-bd .diggbox{
	width:195px;
	height:51px;
	float:left;
	margin-right:8px;
	overflow:hidden;
	cursor:pointer;
}
.box-bd .diggbox .digg_act{
	font-size:14px;
	float:left;
	line-height:31px;
	text-indent:32px;
	height:29px;
	overflow:hidden;
	font-weight:bold;
}
.box-bd .diggbox .digg_num{
	float:left;
	line-height:29px;
	text-indent:5px;
}
.box-bd .diggbox .digg_percent{
	width:180px;
	clear:both;
	padding-left:10px;
	overflow:hidden;
}
.box-bd .diggbox .digg_percent .digg_percent_bar{
	width:100px;
	height:7px;
	background:#E8E8E8;
	border-right:1px solid #CCC;
	float:left;
	overflow:hidden;
	margin-top:3px;
}
.box-bd .diggbox .digg_percent .digg_percent_num{
	font-size:10px;
	float:left;
	padding-left:10px;
}
.box-bd .diggbox .digg_percent .digg_percent_bar span{
	display:block;
	height:5px;
	overflow:hidden;
	background:#000;
}
.box-bd .newdigg .digg_good{
	background:url(../images/newdigg-bg.png) left top no-repeat;
}
.box-bd .newdigg .digg_bad{
	background:url(../images/newdigg-bg.png) right top no-repeat;
}
.box-bd .newdigg .digg_good .digg_act{
	color:#C30;	
}
.box-bd .newdigg .digg_good .digg_num{
	color:#C63;
}
.box-bd .newdigg .digg_bad .digg_act{
	color:#36C;	
}
.box-bd .newdigg .digg_bad .digg_num{
	color:#39C;
}
.box-bd .newdigg .digg_good .digg_percent .digg_percent_bar span{
	border:1px solid #E37F24;
	background:#FFC535;
}
.box-bd .newdigg .digg_bad .digg_percent .digg_percent_bar span{
	border:1px solid #689ACC;
	background:#94C0E4;
}
.box-bd .handle{
	height:59px;
	padding-top:12px;
	overflow:hidden;
	clear:both;
}
.box-bd .handle .digg{
	width:59px;
	height:59px;
	float:left;
	background:url(../images/digg-bg.gif) no-repeat;
	margin-right:12px;
}
.box-bd .handle .digg .digg_num{
	width:56px;
	height:34px;
	font-size:20px;
	text-align:center;
	line-height:34px;
	overflow:hidden;
	color:#6B9169;
}
.box-bd .handle .digg .digg_act{
	width:56px;
	height:22px;
	line-height:23px;
	overflow:hidden;
}
.box-bd .handle .digg .digg_act a{
	margin-left:11px;
	color:#666;
	float:left;
}
.box-bd .handle .context{
	float:left;
}
.box-bd .handle .context ul li{
	line-height:29px;
	color:#888;
}
.flink { margin:0 auto; width:960px;}
.tbox{
	margin:0 0 8px 0;
	border-bottom:1px solid #dadada;
	overflow:hidden;
}
.tbox dt{
	height:24px;
	border:1px solid #dadada;
	overflow:hidden;
	clear:both;
}
.tbox dd{
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	/*padding:4px 4px 0px;*/
	overflow:hidden;
}

.tbox dt strong{
	height:24px;
	line-height:24px; !important;line-height:25px;
	padding-left:8px;
	padding-right:4px;
	display:block;
	float:left;
	color:#06c;
	letter-spacing:1px;
}
.tbox dt strong a{
	color:#316301;
}
.tbox dt strong a:hover{
	color:#596F37;
	text-decoration:none;
}
.tbox dt span.more{
	float:right;
	line-height:25px;
	padding-right:8px;
	color:#666;
}
.tbox dt span.more a{
	color:#666;
	text-decoration:none;
}
.tbox dt span.more a:hover{
	color:#ff3333;
	text-decoration:underline;
}
.tbox dt span.label{
	height:25px;
	float:right;
	overflow:hidden;
	padding-right:1px;
	padding-top:2px;
}
.tbox dt span.label a{
	height:26px;
	display:block;
	padding:0px 7px 0px 8px;
	line-height:26px;
	border-left:1px solid #BADAA1;
	float:left;
	color:#666;
	text-decoration:none;
	overflow:hidden;
	letter-spacing:1px;
}
.tbox dt span.label a:hover{
	color:#360;
}
.tbox dt span.label a.thisclass{
	background:#FFF;
	color:#333;
	border-top:3px solid #BADAA1;
}

.f5{/*友情链接(文字)专用*/
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
.f5 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f5 li a{
	color:#666666;
	float:left;
}
/*展会行业*/
.clear { clear:both}
.tradedown { margin-top:6px}
.exhtuijian { margin:0 auto; margin-top:5px; width:625px; height:90px;}
.exhtuijian li { width:190px; height:65px; margin-left:4px; padding:5px; float:left;text-align:center; border:1px solid #f7970f}
.tradechart { float:left; width:310px; text-align:center; padding:2px 0;}
.tbsty { margin:0 auto; width:99%;border-collapse:collapse; }
.tbsty th,.tbsty td { margin:0; padding:0px 3px;background-color:#FBFEFF; height:22px; line-height:22px;border:1px solid #ccc; text-align:left}
.tbsty th { font-weight:bold;background-color:#efefef; text-align:center}
.tbsty td { vertical-align:top}
.exhtbl th,.exhtbl td {background-color:#FBFEFF;border:1px solid #FAEBCC}
.exhtbl th { background-color:#D2F4FE}
/*行业展会推荐展会图标*/
.tuijianexhico { margin:2px auto; width:626px; height:120px;}
.tuijianexhico ul { margin-top:5px}
.tuijianexhico ul li { width:80px; height:80px; float:left; margin:2px 4px}
.tuijianexhico ul li img { border:0; width:80px; height:80px;}
.box-top { width:313px; float:left;	border:1px solid #dadada; border-top:0; margin-top:10px}
.exhvote,#box-right { margin-left:10px}
.box-top .box-bd{
	background-position:0 -292px;
	background-repeat:repeat-x;
	height:190px;
	overflow:hidden;
	padding:5px;
}
.txt-list li{
	font-size:14px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	vertical-align:top;
}
.smallbutton{
	margin:0; padding:0;
 background-image:url(../images/smallbutton.gif);
 background-position:center center;
 background-repeat:no-repeat;
 width:70px;
 height:22px;
 line-height:22px;
 border:none;
 color:white;
 cursor:pointer;
}
.small { font-size:12px}
/*行业展会图片*/
#tradephoto { margin-top:10px;}
#tradephoto .box-bd{
	height:130px;
	overflow:hidden;
	padding-top:10px;
}
#tradephoto li{
	height:120px;
	width:150px;
	margin-left:3px
}
#tradephoto li img{
	display:block;
	width:150px;
	height:100px;
	margin:0 auto;
	border:0
}
.reg { border:0; cursor:pointer}
.tradeexhlist {margin-bottom:10px;}
.trade_Part_nav { width:628px; height:36px; clear:both}
#trade_Part_nav1 {background:url(../images/trade_exhcount.jpg) no-repeat}
#trade_Part_nav2 {background:url(../images/trade_actorcount.jpg) no-repeat}
#trade_Part_nav3 {background:url(../images/trade_hudong.jpg) no-repeat}
#tradebox1 .box-bd,#tradebox2 .box-bd { padding:0; text-align:center; height:180px; overflow:hidden}
#tradebox1 ,#tradebox2 { margin-bottom:5px}
#tradebox3 ,#tradebox4 { margin-top:0}
#tradebox3 .box-bd,#tradebox4 .box-bd { padding:0; text-align:center; height:230px; overflow:hidden}
#tradebox1 .box-bd .tbsty td { padding:5px 2px;}
#tradebox2 { margin-left:5px}
.tradetip { width:48%; padding:0 5px; display:block; float:left}
/*行业城市展会*/
.trade_exh_box { margin-top:10px;}
.trade_exh_box .box-title,.haiwaibox .box-title{ padding-left:0; background:none}
.citynavtrade_exhcitylist li,.citynavseolinklist li,.citynav li { width:98px; height:35px; line-height:35px; float:left; text-align:center; cursor:pointer}
.citynav .a,.citynavtrade_exhcitylist .a,.citynavseolinklist .a { color:#f7970f; background:url(../images/citynav_bg.jpg) no-repeat}
.trade_exhcitylist,.oseexh { padding:0px; display:none}
#trade_exhcitylist1,#oseexh1 { display:block} 
.trade_exhcitylist ul li { width:300px; height:22px; padding:2px 5px; line-height:22px; border-bottom:1px dashed #CCC; overflow:hidden; float:left}
/*行业展品*/
.trade-exhibit li { width:123px; height:22px; line-height:22px; padding:3px 0px 3px 2px; float:left; overflow:hidden; font-size:14px; border-bottom:1px dashed #ccc}
/*行业新闻*/
.trade-news li { height:22px; padding:3px 10px; line-height:22px;overflow:hidden; font-size:14px; border-bottom:1px dashed #ccc; text-align:left}
.trade-news li span { float:right}
/*行业展会列表*/
.trade-exhlist li { margin:0 auto; width:100%; height:100px; padding:5px 0; border-bottom:1px dashed #CCC; overflow:hidden}
.trade-more-ico { border:0; width:90px; height:90px;}
.exhlistname { font-size:14px; float:left; padding:0px; width:380px;height:20px; line-height:20px; overflow:hidden}
.trade-exhlist li span {float:left; padding:3px; width:270px; height:22px; line-height:20px; overflow:hidden; color:#666}
.trade-exhbest { background:url(../images/exhtuijian.gif) no-repeat 95% 50%}
.esg { margin-left:10px; color:#F60}
.liodd {background-color:#F8F8F8}
.exhbox_listimg {border: 1px solid #D7D7D7;display:inline;float:left;height:90px;margin:0 10px;padding:4px;width:90px;}
.exhbox_listcont {color:#666666;float:left;width:500px;height:100px;}
.exhbox_listcont li { height:20px; padding:0; border:0; text-align:left}
.exhbox_listcont li img { vertical-align:bottom;}
.biaoyu { color:#F60}
/*行业展会列表*/
.haiwai li { font-size:12px;}
.exhcounttips { border:1px solid #F60; padding:5px; font-size:14px; background-color:#FFC; text-align:left}
/*历史展会列表*/
.trade-history li {height:22px; padding:3px 10px; line-height:22px;overflow:hidden; font-size:14px; border-bottom:1px dashed #ccc}
/*展会信息*/
.error { padding:1px 5px 3px 5px;font-size:12px; color:#fff; background-color:#F60; font-weight:bold; cursor:pointer; border:2px solid #efefef}
.exhbasic { margin:0 auto; width:968px; height:180px; border:1px solid #F93;background:url(../images/article_img.png) no-repeat -60px -289px repeat-x;}
.highslide-html-content { z-index:999}
.exhinfotop {}
.exhinfo_left,.exhinfo_center,.exhinfo_right{ height:auto; float:left; margin:5px 0 5px 5px; }
.exhinfo_left {width:250px; text-align:center; margin-left:-5px}
.exhico { width:150px; height:100px}
.exhinfo_center {width:430px; margin-left:10px}
.exhinfo_right {width:250px;text-align:center}
.exhinfo_center ul {}
.exhinfo_center ul li { height:25px; line-height:25px; }
.exhinfo_center ul li strong { color:#F60;font-size:14px }
#timer_Title { color:#fff;font-family:"Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体", sans-serif;
font-size:20px; width:251px;height:66px; line-height:40px; font-weight:bold; background: url(../images/djs.jpg) no-repeat; }
#exhtime { margin-top:-30px; color:#fff; font-size:14px}
#weiheshi { background-color:#F60; color:#FFF; padding:5px 2px}
#jiathis_style_32x32 { padding-left:10px}
#discuss { margin:0px auto;text-align:center;clear:both;height:60px; width:170px; padding-left:10px; padding-top:10px}
#discuss1 {width:68px;	height:60px; margin-right:20px;background-image:url(../images/ding.jpg);	background-repeat:no-repeat;	text-align:center;	float:left;	display:inline;	font-size:24px;	color:#fff;	text-indent:0px;cursor:pointer;	font-family:"黑体";	font-weight:bold; line-height:32px;}
#discuss2 {width:68px;height:60px;background-image:url(../images/cai.jpg);background-repeat:no-repeat;text-align:center;float:left;display:inline;	font-size:24px;	color:#fff;	text-indent:0px;	cursor:pointer;	font-family:"黑体";	font-weight:bold;line-height:32px}
.vote,#Recommend {margin:0px auto;text-align:left;clear:both;height:30px; width:170px; padding-left:10px}
.vote span,#Recommend span{background:#fff;width:142px;height:17px;background:url(../images/Recommend.png) no-repeat 0 0px; display:block; float:left; text-align:right; margin-top:2px; padding:0 5px 0 0px;}
.vote span span,#Recommend span span {border:1px solid #ce6107;display:block; float:left;background:url(../images/Recommend.png) no-repeat 0 -26px;  height:9px; overflow:hidden;margin-top:3px; clear:both;}
.keyword { width:960px; margin:5px auto; overflow:hidden; line-height:24px}
.keyword a { color:#F60}
.exhbannerad { margin:0 auto;width:960px; height:auto; text-align:center}
.vote { width:auto; height:20px; text-align:left; }
.actorchart { border:1px solid #efefef; margin-top:4px; text-align:left; text-indent:20px;width:300px; height:280px;margin-bottom:8px}
.exhactorclass { border:1px solid #efefef; margin-top:4px; text-align:left;height:280px; margin-bottom:8px}
.exh_box { margin-bottom:5px;}
.exh_box p,.exh_box .tradechart { margin-left:2px}
.exh_box .tbsty { margin:2px 0px 2px 2px}
.center { text-align:center}
.exhname { margin:0 auto; width:968px; height:auto;color:#06c;text-align:center;font-family:"Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体", sans-serif; border:1px solid #F60; margin-bottom:5px}
.exhname h1 { font-size:22px; height:auto;}
.exhname h3 { font-size:16px; text-align:left; }
.exhjianyi { padding-left:10px; width:160px; height:40px; float:right;font:normal;background:url(../images/tuijian.gif) no-repeat;color:#999; font-size:12px; }
.exhjianyi span {width:160px; height:22px; overflow:hidden}
.exhjianyi .red { font-size:14px; color:#F00; font-weight:bold}
.exhtag { margin-top:0px; margin-bottom:8px}
.exhtag .box-bd { overflow:hidden; height:175px; padding:5px;}
.tags { height:22px; line-height:22px; margin:0 3px}
.bulletin { margin:0 auto; margin-top:8px; padding:5px; width:628px; border:1px solid #F90; color:#F90; font-size:12px; font-weight:bold; text-align:left}
.share { margin:0 auto; width:620px;}
.shareico { width:150px;  height:55px; float:left; background:url(../images/youyong.png) no-repeat;cursor:pointer;}
#sharejiathis { display:none}
.shareconent {width:430px;  height:55px; padding-left:30px;float:left; font-size:14px;}
#exhhelpful {color: #44A701;display: block;font-family: "Tahoma";font-size:14px;height:25px;padding:5px 0 0 70px;text-align: left;}
#exhhelpfulstr {display: block;color:#999999;font-size:12px;text-align:center;}
#bdshare { margin:0 auto; margin-left:30px;}
#jiathis_style_32x32 { float:right; margin-top:10px;}
.box-title span { font-weight:normal; padding-left:10px}
.li-vote li { height:22px; line-height:22px; }
.yaoqing {width:250px; height:30px; display:block; }
#yaoqing { width:130px; border:1 solid #CCC; height:18px; padding:1px;color:#999}
/*展会导航条*/
.exh_Part_nav { width:640px; height:42px;}
#exh_Part_nav1 {background:url(../images/zonglan.jpg) no-repeat}
#exh_Part_nav2 {background:url(../images/fenxi.jpg) no-repeat}
#exh_Part_nav3 {background:url(../images/hudong.jpg) no-repeat}
#exh_Part_nav4 { width:320px; height:42px;background:url(../images/canzhan_gl.jpg) no-repeat}
#exh_Part_nav5 {width:320px; height:42px;background:url(../images/canguan_gl.jpg) no-repeat}
/*评论*/
.comments {}
.comments .userinfo { background-color:#efefef; color:#999}
.comments .userinfo span { width:130px; float:right; text-align:left}
.comments li { padding:5px 10px; border-bottom:1px dashed #CCC; color:#666; text-align:justify}
#commentsform { border:0;padding:1px 10px}
#hzhcomments { width:600px; height:80px}
.hand { cursor:pointer}
/*展会详细右侧*/
.votebutton { float:right;}
.exhtool { border:1px solid #FC6; padding:5px 0 0 5px; display:none}
.exhtool ul,.li-ico,.li-bar { width:300px; margin:5px 0px 5px 10px}
.exhtool ul li,.li-ico li { width:145px; float:left; text-align:center;}
.li-bar li { width:58px; height:22px; line-height:22px; padding-left:2px; float:left;  overflow:hidden; text-align:left}
.exhtool ul li img { border:0; cursor:pointer}
.servicetype { margin:0 auto; width:310px; height:25px;}
.servicetype li { float:left; width:60px; text-align:center}
.canzhangonglue { }
.canzhangonglue li { float:left; width:130px; }
.price,.price2 { width:70px; float:right; }
.price2 { width:110px}
.price font ,.price2 font {color:#F00; font-size:12px}
.exhdetail { padding:10px; font-size:14px; line-height:2; text-align:justify}
/*展会详细右侧*/
/*展会基本信息*/
.exhinfo ,.exhreport{ padding:10px; font-size:14px; text-align:justify; line-height:2}
.exhinfo p strong ,.exhinfo strong ,.exhreport p strong,.exhreport strong{color:#F60; padding:3px 20px;}
/*展会图片*/
.exhphoto dl { margin:6px 0px 2px 0px; padding:2px; font-size:12px; float:left;width:150px; height:123px; color:#999; text-align:center; border:1px solid #efefef; display:inline; overflow:hidden}
.exhphoto dl dd{ height:20px;overflow:hidden}
/*展会报告*/
/*推荐展会*/
.exhbest { background:url(../images/bestbg.jpg) no-repeat; height:618px}
#bestexhlist { width:600px; height:240px; margin:200px 0 0 150px;overflow:hidden}
.bestexhul {}
.bestexhul li { height:110px; padding:5px}
.bestexhlistico { width:100px; height:100px; border:3px solid #efefef}
.bestleft {width:110px; height:110px;float:left}
.bestright {width:470px;height:110px; float:left; font-family:"微软雅黑", "黑体"; font-size:24px;overflow:hidden}
#bestexhnav	{width:200px; margin-left:120px; margin-top:10px;}
.li-best { height:100%; border:1px solid #FFF; border-top:2px solid #FFF}
.li-best li { width:65px;height:22px; line-height:22px; float:left;  overflow:hidden;}
/***ask问答***********************************/
.question { background-color:#f6fef1}
.answer { text-align:left; padding:8px; margin-bottom:5px; border-bottom:1px dashed #ccc;background-color:#f8f8f8}
.bestanswer { background-color:#fff3e8; font-size:14px}
/***数字主办*********************/
.orgbox { margin-top:0; margin-bottom:8px}
.orgbox .li-dot { padding:0}
.orgbox .box-bd { height:180px}
.orgdata { font-size:14px; text-align:justify; padding:5px 10px}
.orgbasic { height:200px; border:1px solid #F60; margin-bottom:8px}
.orgplacebanner { background:url(../images/orgplacebanner.gif) no-repeat; margin:0 auto; width:970px; height:180px; margin-bottom:3px}
.orgico { width:200px; height:150px; float:left; padding:20px 0 0 20px}
.orgname {width:700px; height:100px; float:left; padding-top:50px}
.orgname h1 { text-align:left; }
.orgplace { display:none}
#orgplace1 { display:block}
/**专题**********************************/
.navwide { width:240px;overflow:hidden}
.navwide span { width:200px; text-align:center; overflow:hidden}
/**展馆详细*******************************/
.placebanner {margin:0 auto; width:960px; height:auto; margin-bottom:3px}
.placeico { width:180px; height:auto; float:left;padding-top:5px; text-align:center}
.placeico h1 { font-size:20px}
.placebanner1 { width:780px; height:auto; float:left;}
.tbsty .placemonthtd a { color:#06F; font-weight:bold; text-align:center}
.tbsty .placemonth { background-color:#FC9; color:#FFF}
.placeprice { color:#F00; text-align:left}
.placedetail { font-size:14px; text-align:justify;text-justify:inter-ideograph; padding:10px; line-height:1.8}
.placecommon dl { margin:5px 12px; float:left; background-color:#efefef}
.placecommon dl dt img { border:1px solid #ccc; padding:2px}
.placeserviceimg { width:100%}
/*****公用的评论框****/
#UYFromPower { display:none}
#youyanpinglunkuang { padding:5px 10px}
