﻿/*页面整体样式*/
body{font-family: "宋体",Arial,Verdana,Helvetica, sans-serif; /*字体*/font-size:12px; /*字号*/margin:0px; padding:0;/*页边距*/ background:url(../images/background.gif)  /*background-color:#e1f9f0;*/}
p{ word-break:break-all; }/*自动换行*/
.shadow_left{width:6px; background:url(../images/bg_left.jpg) repeat-y; margin:0; padding:0;}
.shadow_right{width:6px; background:url(../images/bg_right.jpg) repeat-y; margin:0; padding:0;}
.shadow_fot{height:7px; background:url(../images/bg_fot.jpg) repeat-x; margin:0; padding:0;}

.underlinetext{text-decoration:underline;}/*带下划线文字*/

/**********************颜色定义 Start*/
.c059548{color:#059548;}/*中绿*/
.c018c36{color:#018c36;}/*深绿*/
.cgray{color:#999999;}/*灰*/
.c333333{color:#333333;}/*深灰*/
.c676767{color:#676767;}/*灰*/
.cefefef{color:#efefef;}/*浅灰*/
.cred{color:red;}/*红*/
.cwhite{color:white;}/*白*/
.cblack{color:black;}/*黑*/
.c3878db{color:#3878db;}/*蓝*/
.cfb7a01{color:#fb7a01;}/*桔*/
.cd40000{color:#d40000;}/*深红*/
/**********************颜色定义 End*/

/**********************块距中 Start*/
.blockcenter{ margin:0 auto;}
.textcenter{ text-align:center;}
/**********************块距中 End*/

/**********************字体 Start*/
.yahei{font-family:"微软雅黑";}
.song{font-family:"宋体";}
.verdana{font-family:Verdana;}
.arial{font-family:Arial;}
/**********************字体 End*/

/**********************字号 Start*/
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.strongtext{font-weight:bold;}/*粗体*/
/**********************字号 End*/

/**********************行高 Start*/
.lh18{line-height:18px;}
.lh20{line-height:20px;}
.lh22{line-height:22px;}

/**********************行高 End*/

/**********************文字对齐 Start*/
.lefttext{text-align:left;}/*文字左对齐*/
.centertext{text-align:center;}/*文字水平居中*/
.righttext{text-align:right;}/*文字右对齐*/
/**********************文字对齐 End*/

/**********************布局效果 Start*/
.divcenter{margin:0 auto;}/*标签说平居中：需要配合设置宽度，才有效果*/

.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}

.ml20{margin-left:20px;}
.ml15{margin-left:15px;}
.ml10{margin-left:10px;}
.ml5{margin-left:5px;}

.mr20{margin-right:20px;}
.mr15{margin-right:15px;}
.mr10{margin-right:10px;}
.mr5{margin-right:5px;}

.mt20{margin-top:20px;}
.mt15{margin-top:15px;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}

.mb20{margin-bottom:20px;}
.mb15{margin-bottom:15px;}
.mb10{margin-bottom:10px;}
.mb5{margin-bottom:5px;}

.m20{margin:20px;}
.m15{margin:15px;}
.m10{margin:10px;}
.m5{margin:5px;}

.pl20{padding-left:20px;}
.pl15{padding-left:15px;}
.pl10{padding-left:10px;}
.pl5{padding-left:5px;}

.pr20{padding-right:20px;}
.pr15{padding-right:15px;}
.pr10{padding-right:10px;}
.pr5{padding-right:5px;}

.pt20{padding-top:20px;}
.pt15{padding-top:15px;}
.pt10{padding-top:10px;}
.pt5{padding-top:5px;}

.pb20{padding-bottom:20px;}
.pb15{padding-bottom:15px;}
.pb10{padding-bottom:10px;}
.pb5{padding-bottom:5px;}
/**********************布局效果 End*/

/*********************链接样式 Start*/
a{text-decoration: none;color: #059548;}/*未访问链接*/
a:visited {text-decoration: none;color: #059548;}/*已访问链接*/
a:hover {text-decoration: underline;color: #FF0000;}/*鼠标在连接上悬浮时*/
a:active {text-decoration: none;color: #FF0000;}/*连接被激活时*/
/**********************链接样式 End*/


/**********************无样式水平列表 Start*/
.hlist{
width:600px;
}

.hlist ul{
display:inline;/*在一行显示*/
list-style-type:none;/*无列表项目样式*/
}

/*无样式列表项目*/
.hlist ul li{
	float:left;/*漂浮到左侧*/
	width:80px;/*菜单项目宽度*/
	margin-left:5px;/*到左侧标签的距离*/
	height:30px;/*高度*/
	line-height:30px;/*行高，等于高度时：垂直居中*/
	text-align:center;/*内部文字水平居中*/
}
/**********************无样式水平列表 End*/

/**********************无样式垂直列表 Start*/
.vlist{
width:200px;
}

.vlist ul{
list-style-type:none;/*无列表项目样式*/
}

.vlist li{
text-align:left;
}
/**********************无样式垂直列表 End*/

#pagebody{ background-color:#FFFFFF;width:996px;}

.top{width:996px; height:154px; background:url(../images/top.jpg) no-repeat;}
.top_simple{height:51px; background:url(../images/top.jpg) no-repeat bottom;}
.top_img{width:100%;margin:0 auto; padding-bottom:15px;}
/*.top_button{margin:0 28px 0 0;_margin-right:15px; float:right;text-align:center;background:url(../images/inco2_center.gif); background-repeat:repeat-x;}
.top_button_left{display:block;background:url(../images/inco2_left.gif); background-position:left;background-repeat:no-repeat;}
.top_button_right{display:block;height:14px;padding:3px 8px;background:url(../images/inco2_right.gif); background-position:right;background-repeat:no-repeat;}*/

/*=========头部功能按钮 Start============*/
.btn_con{ display:block; float:right; overflow:hidden; margin:0; padding:0;margin-right: 10px;_margin-right: 3px;}
.btn_tool{ display:block; background:url(../images/icon_tool.gif) no-repeat 0 0; padding-left:7px; float:left; margin-right:4px;text-decoration:none; color:#059548; font-family:tahoma;}
.btn_tool:hover{background:url(../images/icon_tool.gif) no-repeat 0 -30px; color:#ff0000;text-decoration:none;}
.btn_tool cite{ font-size:12px; font-style:normal; line-height:18px; padding:0 9px 2px 4px;background:url(../images/icon_tool.gif) no-repeat right 0; cursor:pointer; float:left;}
.btn_tool:hover cite{background:url(../images/icon_tool.gif) no-repeat right -30px; color:#059548;}
/*=========头部功能按钮 End============*/

/*导航 Start*/
.sidenav{width:173px;height:339px;background-image:url(../images/nav_bg.jpg);padding:11px 12px 0 11px;}
.sidenav ul{padding:0px;list-style-type:none; margin:0;}
.sidenav ul li{margin-bottom:4px;padding-left:22px; width:150px; height:29px; background:url(../images/nav1.jpg) no-repeat; line-height:29px;}
.sidenav li a{color:#000000}
.sidenav li a:hover{color:#FF0000}
.sidenav li a:visited{color:#000000}
.sidenav li a:active{color:#FF0000}
/*导航 End*/
.ad{margin-left:11px; padding:0; padding:0; width:172px; height:95px; background:url(../images/online.jpg) no-repeat;}
.online_t{ height:14px;font-size: 16px; margin:76px 0 0 8px;}


/*********************搜索 Start*/
.search{width:186px; height:28px; background:url(../images/bg_search.gif) no-repeat; margin:4px 11px 6px 0; padding:4px 0 0 10px;}
.search .searchkeywords{width:120px; margin-top:0;}
.search_button{width:39px; height:16px; background:url(../images/search.gif) no-repeat; border:none; padding:0; margin:2px 0;}
/**********************搜索 End*/

.arrival{width:394px; height:36px; background:url(../images/advent.gif) no-repeat; margin-bottom:3px;}
.arrival .newest{margin:13px 0 0 20px; float:left;}
.arrival .more{margin:20px 10px 0 0; float:right;}

.advent{width:314px; height:200px; margin:0 6px 0 0; background:url(../images/advent01.gif) no-repeat; padding:15px 31px 0 49px;}
.date{margin-top:2px; font-weight:normal; display:block;}
.list_col{ text-align:left; font-weight: normal; text-decoration:none;margin:0; padding:0;}
.list_col li{margin:0; list-style: none; margin-bottom:12px; _margin-bottom:-4px; padding:0; line-height:13px; _line-height:14px;}
.list_col li a{color:#059548;font-weight:bold;}
.list_col li a:hover{color:#ff0000;font-weight:bold;}
.list_col li a:visited{color:#059548}
.list_col li a:active{color:#FF0000}

.finish{width:391px; height:36px; background:url(../images/bg_finish.gif) no-repeat; margin:0;margin-bottom:1px;}
.finish .end{margin:11px 0 0 20px; float:left;}
.finish .more{margin:17px 8px 0 0; float:right;}

.finish01{width:311px; height:94px; margin:0; background:url(../images/finish.gif) no-repeat; padding:8px 31px 0 49px;}
.list_01{ text-align:left; font-weight: normal; text-decoration:none;margin:0; padding:0;}
.list_01 li{margin:0; list-style: none; padding:0; line-height:23px;}
.list_01 li a{color:#676767;}
.list_01 li a:visited{color:#676767;}
.list_01 li a:active{color:#676767;}
.list_01 li a:hover{color:#ff0000;}

.flash{width:337px; height:211px; margin:42px 0 4px 0; padding:0;}

.brief{width:337px; height:31px; margin-bottom:7px; padding:0; background: url(../images/brief.gif) no-repeat;}
.brief .firm{margin:9px 0 0 17px; float:left;}
.brief .more{margin:15px 6px 0 0; float:right;}

.brief_c{width:327px; height:102px; margin:0; padding:0 0 0 7px;text-align:justify;text-justify:inter-ideograph; background:url(..images/cc.gif) no-repeat;}

/*友情连接 Start*/
.link{width:941px; height:43px; margin-bottom:11px;padding:0; background:url(../images/link.gif) no-repeat;}
.link .link_b{margin:17px 0 0 13px ; float:left;}
.link_c a:link{color:#676767;}
.link_c a:visited{color:#676767;}
.link_c a:active{color:#676767;}
.link_c a:hover{color:#ff0000;}
.f_link {width:941px; margin:0 auto; padding:0; _height:44px; min-height:44px;}
.f_link ul{padding:0; width:931px; margin:0 5px;}
.f_link ul li{float:left; height:22px; line-height:22px; list-style-type:none; margin:0 5px; padding:0; font-size:12px;white-space: nowrap;}
.f_link ul li a{color:#666666; }
.f_link ul li a:visited{color:#666666; }
.f_link ul li a:active{color:#666666; }
.f_link ul li a:hover{color:#ff0000;}
.line_k{ width:1px; height:12px; margin:0 5px; padding:0; background: url(../images/line_k.gif) no-repeat 0;}
/*友情连接 end*/

/*会员登录 start*/
.member{width:195px; height:147px; background:url(../images/member.gif) no-repeat; margin-bottom:10px;}
.member_e{width:195px; height:147px; background:url(../images/en/member.gif) no-repeat; margin-bottom:10px;}
.member_icon{width:46px; height:21px; background:url(../images/deng.gif) no-repeat; color:#000; border:none;}
/*会员登录 end*/

.nav_ad{width:194px; height:47px; margin-bottom:6px;}

.brief_n{width:530px; _height:141px; min-height:141px;padding:4px 10px; margin:0; line-height:20px;text-align:justify;text-justify:inter-ideograph;}
.brief_n p{line-height:20px; margin:0; padding:0; margin-bottom:5px;}

/*二级导航 Start*/
.sidenav_s{width:196px; margin-bottom:6px; padding:0;}
.sidenav_s .top{width:196px;height:19px;background-image:url(../images/menu_top.gif); margin:0; padding:0;}
.sidenav_s ul{margin:0;padding:2px 26px; _padding:4px 26px 8px 26px;background-image:url(../images/menu_con1.gif);}
.sidenav_s ul li{margin-bottom:4px; _margin:0 ;padding:0; _padding-top:7px; width:145px; _width:144px; height:20px; _height:16px; line-height:20px; border-bottom:dotted 1px #999; list-style-type:none;}
.sidenav_s ul li:hover{ background-color: #bfd0e2;}
.sidenav_s ul li a{color:#000000;}
.sidenav_s ul li a:hover{color:#ff0000;}
.sidenav_s ul li a:visited{color:#000000;}
.sidenav_s ul li a:active{color:#000000;}
.sidenav_s .fot{width:196px;height:22px;background-image:url(../images/menu_fot.gif); margin:0; padding:0;margin-top:-4px;}
/*导航 End*/

.expert{width:165px;height:157px; margin-bottom:5px; background:url(../images/expert.jpg) no-repeat; padding:5px 6px 8px 5px;}
.line_x{width:176px; height:1px; margin:3px 0 10px 0; _margin:1px 0;background:url(../images/line.gif) repeat-x;}
.line1_x{height:1px; margin:3px 0 3px 0; _margin:1px 0;background:url(../images/line.gif) repeat-x;}
.zhub{width:176px; height:20px; margin-bottom:10px; background:url(../images/zhu.gif) no-repeat;}

/*选项卡1*/
#Tab1{
width:550px;margin:0px;padding:0px;margin:0 auto; margin-top:8px;}
/*选项卡2*/
#Tab2{width:550px;margin:0px;padding:0px;margin:0 auto;margin-top:8px;}
/*菜单class*/
.Menubox {width:510px;background:url(../images/tab1.gif);height:28px;line-height:28px;margin:0 21px;}
.Menubox ul{margin:0px;padding:0px;}
.Menubox li{float:left;display:block;cursor:pointer;width:170px;text-align:center;color:#333333;font-weight:normal;}
.Menubox li.hover{padding:0px;background:#fff;width:170px;border:none;background:url(../images/tab2.gif);color:#333333;font-weight:bold;height:28px;line-height:28px;}
.Contentbox{clear:both;margin-top:0px;border-left:1px solid #d1d4dd;border-right:1px solid #d1d4dd;border-bottom:1px solid #d1d4dd;height:412px;text-align:center;padding-top:0;}
/*二级内容页*/
.brief_s{width:738px; height:31px; margin-bottom:7px; margin-top:4px; padding:0;word-break:break-all;}
.brief_s .exh{float:left; margin:9px 0 0 20px; _margin-left:10px;}
.brief_s1{min-height:310px; _height:312px; margin:0; padding:0;word-break:break-all;}
.brief_s1 p{margin:0; margin-bottom:10px; padding:0; text-indent:2em; line-height:22px;word-break:break-all;}
.brief_s span{color:#999; float:right; display:block; margin:15px 20px 0 0; _margin-right:10px}
.sponso{margin-left:20px;}

/*二级内容明细页*/
.lead{color:#999; margin:-18px 5px 0 0; padding:0; color:#333; float:right;}
.brief_title{height:25px; margin:0 -12px 0 -10px; padding:0; background: url(../images/title_bg1.gif) repeat-x; clear:both;}
.brief_title .exh_title{padding:2px 0 0 40px; font-size:12px; font-weight:bold; color:#FFF; background: url(../images/title_bg.gif) no-repeat;}
.exh_bg{margin:0;background: url(../images/title_bg.gif) no-repeat #e4e4e4; height:25px;}
.brief_title1{margin-top:20px; padding:0;color:#666666;}
.brief_title1 p{margin:0; margin-bottom:10px; padding:0; line-height:18px;text-align:justify;text-justify:inter-ideograph;color:#666666;}

/*二级－酒店住宿页*/
.brief_hotle{width:493px; margin:12px 0; padding:10px; border:1px #d6d6d6 solid; background-color:#f7f7f7; padding-bottom:10px;color:#666666; }
.brief_hotle .exh_title{float:left; margin:0; padding:6px 0 0 8px; font-size:12px; font-weight:bold; width:370px; height:19px; background:url(../images/title_hotal.gif) no-repeat; color:#333; clear:both;}
.brief_hotle1{padding-top:2px; clear:both; line-height:18px;}

/*二级－首页*/
.brief_home{width:256px; margin:2px; padding:0; border:none; color:#666666; background-color:#ECECEC;}
.brief_home1{width:537px; margin:0 auto; padding:0; border:none; color:#666666; background-color:#ECECEC;}
.home_title{margin:0; padding-left:6px; font-size:12px; font-weight:bold; line-height:23px; color:#333;}
.home_title1{margin:10px; padding:0;line-height:18px;text-align:justify;text-justify:inter-ideograph;color:#666;}
.home_title1 p{margin:0; padding:0; line-height:18px;text-align:justify;text-justify:inter-ideograph;color:#666;}
.home_title2{padding:10px; margin:0;}


/*圆角 start*/
#xsnazzy p {margin:0; letter-spacing:1px;padding-bottom:10px;}
#xsnazzy {margin:2px; padding:0;}

.xtop, .xbottom {display:block; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-left:1px solid #cacccb; border-right:1px solid #cacccb;}
.xb1 {margin:0 5px; background:#cacccb;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #cacccb; border-width:0 1px; padding:15px; _height:310px; min-height:310px;}
.xboxcontent_n {display:block; border:0 solid #cacccb; border-width:0 1px; padding:15px; _height:565px; min-height:560px;}
.xboxcontent_s {display:block; border:0 solid #cacccb; border-width:0 1px; padding:1px 4px; _height:200px;min-height:200px; }
.xboxcontent_k {display:block; border:0 solid #cacccb; border-width:0 1px; padding-top:2px; _height:220px;min-height:220px;}
/*圆角 End*/

#foot{margin:0 auto; margin-top:10px; margin-bottom:20px; padding:0; width:941px;}

/*图片列表 start*/
#photo1 {padding:0;margin:0; margin-bottom:30px;}
#photo1 ul.e1 {clear:both;overflow:hidden;padding:0;margin:0; list-style:none;}
#photo1 ul.e1 li {float:left;overflow:hidden;padding-left:32px;text-align:center;width:191px;margin-top:20px;list-style:none; }

#photo1 ul.e1 li span{font-size:12px;color:#333333;text-decoration:none;display:block;line-height:17px;padding-top:6px;}
#photo1 ul.e1 li a:hover span{color:#007e3a;font-size:12px;text-decoration:none;}
#photo1 ul.e1 li a:active span{color:#007e3a;font-size:12px;text-decoration:none;}

/*#photo1 ul.e1 li a:visited span{font-size:12px;color:#333333;text-decoration:none;}*/

#photo1 ul.e1 li img {border:1px solid #888fa2;height:139px;padding:2px;width:185px;overflow:hidden;}
#photo1 ul.e1 li a:hover img {border:2px solid #02af53;padding:1px;}
#photo1 ul.e1 li a:active img {border:2px solid #02af53;padding:1px;}
/*#photo1 ul.e1 li a:visited img {border:1px solid #888fa2;height:139px;padding:2px;width:185px;}*/

/*图片列表 End*/

.article1{ margin:0;padding:0;background:url(../images/bg_n.jpg) repeat-x;}
.article1 .paged{display:block;padding-right:20px;position:relative; margin-top:-34px;z-index:4;}

/*会议及展览列表 start*/
.jj  { font-weight:bolder!important; }
.box { border-top-color:#c00!important; }
.pr { color:#060!important; }
#tab03 { position:relative; margin:28px 0 10px 10px; _margin-top:20px 0 10px 10px; padding:0; border:none; display:block; height:570px;}
#tab03 h3 { position:relative; z-index:1; height:33px; padding-top:4px; border:none; text-align:center; font-family:宋体; background: url(../images/h3_bg.gif) no-repeat; cursor:pointer; margin-bottom:5px; _padding-top:4px;margin-top:5px; _margin-top:4px;padding:0; font-size:12px; font-weight:normal; color:#666666; line-height:33px; width:149px;}
#tab03 h3.up { z-index:3; color:#010101; background:url(../images/h3_bg_up.gif) no-repeat; border:none;border-right:1px #FFF solid;font-weight:bold; padding-top:2px;_padding-top:0;}
#tab03 div.tab {display:block;width:100%;position:absolute; left:99px; top:0; z-index:2; _height:570px; min-height:570px;margin-left:47px;padding:20px 20px 0 20px; border:none; margin-top:-22px; background:url(../images/bg_e.gif) no-repeat;}

.exh1{ width:527px; height:86px; border-bottom:1px dashed #d1d3d2; padding:8px 0 4px 0; margin:0;}
.exh1 .lef{ float:left; width:156px; height:84px; border-right:1px dashed #d1d3d2; display:block;}
.exh1 .lef .phot{display: table-cell; vertical-align: middle;height: 84px; width: 156px; text-align:center;}

.exh1 .lef .phot img{vertical-align: middle; border:1px #CCC solid; padding:2px; max-height:71px; max-width: 110px;_width:expression(this.width>110&&this.width<this.height?110:true);_height:expression(this.height>71?71:true);} /*LOGO同比例缩*/

.exh1 .rht{ float:left; width:349px; height:74px;display:block; margin-left:18px; padding-top:10px; line-height:18px; font-size:12px; color:#666666;}
.exh1 .rht img{ margin-right:7px;}
.exh1 .rht span{ font-size:13px; font-weight:bold; line-height:28px;}
.exh1 .rht a{text-decoration: none;color: #059548;}
.exh1 .rht a:visited {text-decoration: none;color: #059548;}
.exh1 .rht a:hover {text-decoration: underline;color: #FF0000;}
.exh1 .rht a:active {text-decoration: none;color: #FF0000;}
/*会议及展览列表 END*/

/*LOGO同比例缩放 start*/
.logosize {max-width:160px; max-height:71px; width:expression(this.width>160&&this.height<this.width?160:true); height:expression(this.height>160?160:true); max-height:160px; max-width: 160px;}
/*LOGO同比例缩放 END*/

/*注册表 开始*/
.usermain{margin:20px 20px 0 20px; padding:0; border: none; display:table; width:656px;}
.userremarks{color:#666666;clear:both;font-size:12px;height:11px;font-weight:normal;margin:6px 0; padding:0; text-align:right;}
.usertitle{color:#fb7a00;font-size:14px;background:url(../images/icon5.gif) no-repeat;height:18px;padding-left:30px;padding-top:6px;font-weight:bold;border-bottom:1px #474747 dashed; margin:0;}
.usermid{float:left;text-align:left;padding-left:5px;padding-right:10px;}
.userborder1{text-align:left;padding-left:5px;padding-right:10px; height:18px; line-height:18px; border:#afafaf solid 1px;}
.w20{width:20px;}
.w50{width:50px;}
.w100{width:100px;}
.w120{width:120px;}
.w150{width:150px;}
.w200{width:200px;}
.w300{width:300px;}
.next_icon{ background: url(../images/next01.gif) no-repeat; width:81px; height:26px; border:none; color:#FFF; font-size:12px;}
.next_icon:hover{ background: url(../images/next02.gif) no-repeat; width:81px; height:26px; border:none;color:#FFF;}
.table_red{	color:#474747;width:550px;border-collapse:collapse;	font-size:12px;	display:table; margin:0 auto;margin-top:20px;margin-bottom:20px;}
.table_red td{border-left:1px #cdcdcd  solid;border-right:1px #cdcdcd  solid;border-top:1px #cdcdcd solid;border-bottom:1px #cdcdcd solid;padding:0;line-height:30px;color:#474747;background-color:#fff; }
.table_com{ border:none;}
.table_com td{ border:none;background-color:#f6f6f6; padding:5px; line-height:25px;}

/*注册表 结束*/

/*注册资料表 开始*/
.memu_tb { width:605px; margin:20px; _height:90px; min-height:90px;}
.memu_tb ul li, .memu_tb ul li.header { list-style-type:none; width:180px; height:25px; line-height:20px; text-align:left; float:left; margin-left:1px; margin-bottom:1px; background:#f6f6f6;text-align:center; padding-top:5px;}
.memu_tb ul li.header {background:#ccc;}
.memu_icon { height:26px; width:100%}
/*注册资料表 结束*/

.brief_support{ width:514px; height:86px; border:1px #CCC solid; padding:8px 0 4px 0; margin:10px 0; _margin-top:0; background-color:#f7f7f7;}
.brief_support .lef{ float:left; width:156px; height:84px; border-right:1px dashed #d1d3d2; display:block;}
.brief_support .lef .phot{display: table-cell; vertical-align: middle;height: 84px; width: 156px; text-align:center;}

.brief_support .lef .phot img{vertical-align: middle; border:1px #CCC solid; padding:2px; max-height:71px; max-width: 110px;_width:expression(this.width>110&&this.width<this.height?110:true);_height:expression(this.height>71?71:true);} /*LOGO同比例缩*/

.brief_support .rht{ float:left; width:336px; height:74px;display:block; margin-left:18px; padding-top:5px; line-height:18px; font-size:12px; color:#666666;line-height:28px;}
.brief_support .rht img{ margin-right:7px;}
.brief_support .rht span{ font-size:12px; font-weight:bold; line-height:28px;}
.brief_support .rht a{text-decoration: none;color: #059548;}
.brief_support .rht a:visited {text-decoration: none;color: #059548;}
.brief_support .rht a:hover {text-decoration: underline;color: #FF0000;}
.brief_support .rht a:active {text-decoration: none;color: #FF0000;}