/* CSS BY JET*/
* {
padding:0px;
margin:0px;
}

body {
color:#333333;
margin:0px;
padding:0px;
font-size:12px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

img {
border:0px;
vertical-align:top;
}

div,form,ol,ul,li,dl,dt,dd {
padding:0px;
margin:0px;
border-bottom-width:0px;
}

a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration:underline;
color: #FF3300;
}
a:active {
text-decoration: none;
color: #FF3300;
}

.cRed {
	COLOR: #f00
}
A.cRed:link {
	COLOR: #f00
}
A.cRed:visited {
	COLOR: #f00
}
.cBlue {
	COLOR: #1f3a87
}
A.cBlue:link {
	COLOR: #1f3a87
}
A.cBlue:visited {
	COLOR: #1f3a87
}
A.cBlue:active {
	COLOR: #1f3a87
}
.cDRed {
	COLOR: #bc2931
}
A.cDRed:link {
	COLOR: #bc2931
}
A.cDRed:visited {
	COLOR: #bc2931
}
.cGray {
	COLOR: #4f544d
}
A.cGray:link {
	COLOR: #4f544d
}
A.cGray:visited {
	COLOR: #4f544d
}
.cDGray {
	COLOR: #666
}
A.cDGray:link {
	COLOR: #666
}
A.cDGray:visited {
	COLOR: #666
}
.cWhite {
	COLOR: #fff
}
A.cWhite:link {
	COLOR: #fff
}
A.cWhite:visited {
	COLOR: #fff
}
.cBlack {
	COLOR: #000
}
A.cBlack:link {
	COLOR: #000
}
A.cBlack:visited {
	COLOR: #000
}
A.cBlack:hover {
	COLOR: #bc2931
}
.cYellow {
	COLOR: #ff0
}
A.cYellow:link {
	COLOR: #ff0
}
A.cYellow:visited {
	COLOR: #ff0
}
.cGreen {
	COLOR: #008000
}
A.cGreen:link {
	COLOR: #008000
}
A.cGreen:visited {
	COLOR: #008000
}

.fB {
font-weight:bold;
}

.f12px {
font-size:12px;
}

.f14px {
font-size:14px;
}

.pb5 {
padding-bottom:5px;
}

ul,li {
list-style-type:none;
}

strong {
font-weight:normal;
}

em {
font-style:normal;
}

H1,H2,H3,H4,H5,H6 {
padding:0px;
font-weight:normal;
font-size:12px;
margin:0px;
}

.removefloat {
clear:both;
font-size:0px;
height:0px;
line-height:0px;
display:block;
visibility:hidden;
}

/*网站顶部链接*/
.topLinkbox {
height:35px;
line-height:35px;
background:url(../images/toplinkbg.jpg) repeat-x;
}

.topLink {
width:950px;
margin:0px auto;
}

.topLinkA {
float:left;
background:url(../images/qianjiaicon.gif) -10px -3px no-repeat;
padding-left:32px;
}

.topLinkB {
float:right;
}

/*网站顶部*/
.globalArea {
width:950px;
margin:0px auto;
}

.adshow{
width:950px;
height:54px;
margin:0px auto 5px auto;
}

/*网站顶部*/
.header {
height:100px;
background:url(../images/header.jpg) no-repeat;
margin-bottom:5px;
}

.headerTop {
height:70px;
}

.headerLogo {
float:left;
padding-left:100px;
padding-top:30px;
height:30px;
line-height:30px;
}

#top_search{ width:410px; height:42px; padding-top:23px; float:right;}
#search{margin:0px;}
.top_news_search_title{ width:55px; height:21px; float:left; padding-top:2px;}
.top_news_search_drop{width:55px;height:21px;margin:0px;}
#search input#search_field{	background:url(../images/magnifier.gif) no-repeat 2% 50%;border-color:#7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124); border-style:solid;	border-width:1px; background-color:#fff; padding: 4px 0px 0px 23px;	width:250px; height:17px; vertical-align:middle;color:#000; margin-left:5px; margin-right:3px;}
#search input#submit{background: url(../images/btn_search.gif) no-repeat;cursor:pointer;font-size:12px;height:23px;width:60px;	vertical-align:middle;	line-height:23px;border:0;color:#fff;}


/*主导航*/
.nav {
height:30px;
line-height:30px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding-left:160px;
filter: Dropshadow(offx=1,offy=0,color=#990000);
}

.nav H2 {
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}

.nav a:link {
color: #FFFFFF;
text-decoration: none;
}
.nav a:visited {
text-decoration: none;
color: #FFFFFF;
}
.nav a:hover {
text-decoration:underline;
color: #FFFFFF;
}
.nav a:active {
text-decoration: none;
color: #FFFFFF;
}

/*各系统导航模块*/
.subMenuBox {
height:70px;
padding-top:10px;
background:url(../images/sidebarbg.jpg) no-repeat;
}

.subMenu {
float:left;
width:237px;
height:70px;
}

.subMenuA {
float:left;
width:60px;
padding:0px 5px 0px 5px;
text-align:center;
line-height:22px;
font-weight:bold;
}

.subSystem {
width:60px;
height:45px;
}

.subSystem a {
	position: relative;/*设置其定位方法为相对定位，等一下内部信息面板就可以相对它定位*/
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.subSystem a div {
	display: none;/*初始化信息面板不显示*/
}

.subSystem a:hover {
background:none;/*IE7以下版本A状态伪类bug*/
text-decoration:none;
}

.subSystem a:hover div {
	position: absolute;
	padding:5px;
	display:block;
	width: 175px;/*只给出宽度，高让它随内容多少自动调整*/
	height:100px;
	left:50px;/*这是相对父级A的定位*/
	top:-25px;
	text-decoration:none;
	background:url(../images/tip.gif) 0px 0px no-repeat;
	color:#FFFFCC;
	padding-left:25px;
	text-align:left;
	z-index:999;/*把信息面板提到一个较高的位置，使链接文字过长时不会与面板重叠,但这只对FF有效*/
}

dl {
font-weight:normal;
color:#FFFFCC;
line-height:20px;
}

dl dd span {
font-size:14px;
font-weight: bold;
color:#FFFFCC;
line-height:25px;
}

.subMenuB {
float:left;
width:165px;
line-height:22px;
}

/*第一部分内容——热点资讯*/
/*大标题*/
.mainTitle {
height:45px;
}

#mainTitle1 {
background:url(../images/indextitlebg.jpg) 0px 0px no-repeat;
}

#mainTitle2 {
background:url(../images/indextitlebg.jpg) 0px -45px no-repeat;
}

#mainTitle3 {
background:url(../images/indextitlebg.jpg) 0px -90px no-repeat;
}

#mainTitle4 {
background:url(../images/indextitlebg.jpg) 0px -135px no-repeat;
}

#mainTitle5 {
background:url(../images/indextitlebg.jpg) 0px -180px no-repeat;
}

.mainTitleText {
float:left;
width:220px;
height:45px;
margin-left:42px;/*IE7 FF*/
_margin-left:21px;/*IE6*/
}

#mainTitleText1 {
background:url(../images/titletext.gif) 0px 0px no-repeat;
}

#mainTitleText2 {
background:url(../images/titletext.gif) 0px -45px no-repeat;
}

#mainTitleText3 {
background:url(../images/titletext.gif) 0px -90px no-repeat;
}

#mainTitleText4 {
background:url(../images/titletext.gif) 0px -135px no-repeat;
}

#mainTitleText5 {
background:url(../images/titletext.gif) 0px -180px no-repeat;
}

.mainbtn {
width:94px;
height:18px;
line-height:18px;
text-align:center;
display:block;
background:url(../images/indextitlebg.jpg) 0px -225px no-repeat;
}

.mainbtnTitle {
float:right;
margin-top:5px;
margin-right:5px;
}

.mainbtn a:link {
width:94px;
height:18px;
line-height:18px;
display:block;
color:#666666;
background:url(../images/indextitlebg.jpg) 0px -225px no-repeat;
}
.mainbtn a:visited {
width:94px;
height:18px;
line-height:18px;
display:block;
color:#666666;
background:url(../images/indextitlebg.jpg) 0px -225px no-repeat;
text-decoration:none;
}
.mainbtn a:hover {
width:94px;
height:18px;
line-height:18px;
display:block;
color:#990000;
background:url(../images/indextitlebg.jpg) -100px -225px no-repeat;
text-decoration:none;
}
.mainbtn a:active {
width:94px;
height:18px;
line-height:18px;
display:block;
color:#990000;
background:url(../images/indextitlebg.jpg) -100px -225px no-repeat;
text-decoration:none;
}

.mainbtn span {
width:94px;
height:18px;
line-height:18px;
text-align:center;
display:block;
cursor:pointer;
filter: Dropshadow(offx=1,offy=0,color=#ffffff);
}

.mainbtn span a:link {
width:94px;
height:18px;
line-height:18px;
text-align:center;
display:block;
filter: Dropshadow(offx=1,offy=0,color=#ffffff);
}
.mainbtn span a:visited {
width:94px;
height:18px;
line-height:18px;
text-align:center;
display:block;
filter: Dropshadow(offx=1,offy=0,color=#ffffff);
}
.mainbtn span a:hover {
width:94px;
height:18px;
line-height:18px;
text-align:center;
display:block;
filter: Dropshadow(offx=1,offy=0,color=#ffffff);
}
.mainbtn span a:active {
width:94px;
height:18px;
line-height:18px;
text-align:center;
display:block;
filter: Dropshadow(offx=1,offy=0,color=#ffffff);
}

/*banner*/
.indexbanner {
margin:0px auto;
width:950px;
height:80px;
margin-bottom:5px;
margin-top:5px;
}

/*热点资讯*/
.newsBox {
}

.newsLeft {
float:left;
width:500px;
}

.newsRight {
float:right;
width:440px;
}

/*JS幻灯片*/
.flashNews {
width:481px;
border:#CCCCCC 1px solid;
background:url(../images/indextitlebg.jpg) 0px -300px no-repeat;
margin-bottom:5px;
padding:12px 9px 0px 8px;
}

.flashNewsA {
float:left;
width:362px;
}

.flashNewsB {
float:right;
width:119px;
height:336px;
overflow:hidden;
}

.flashNewTextBox {
padding-bottom:7px;
}

.flashNewTitle {
height:38px;
line-height:38px;
font-size:14px;
font-weight:bold;
color:#000000;
background:url(../images/qianjiaicon.gif) -15px -40px no-repeat;
padding-left:25px;
}

.flashNewTitle a:link {
color: #BF0000;
text-decoration: none;
}
.flashNewTitle a:visited {
text-decoration: none;
color: #BF0000;
}
.flashNewTitle a:hover {
text-decoration:underline;
color: #ff6600;
}
.flashNewTitle a:active {
text-decoration: none;
color: #ff6600;
}

.flashNewSummary {
color:#999999;
line-height:20px;
text-indent:24px;
}

/*JS新闻大图*/
.sideBigImg {
width:360px;
height:240px;
border:#DCDDDD 1px solid;
}

/*JS新闻小图*/
.sideSmallImg {
width:119px;
}

.sideSmallImg ul {
padding:0px;
margin:0px;
}

.sideSmallImg ul li {
width:105px;
height:70px;
margin-bottom:15px;/*IE7 FF*/
_margin-bottom:13px;/*IE6*/
}

.sideSmallImg ul li  a:link {
width:105px;
height:70px;
display:block;
padding-left:12px;
margin:0px;
}
.sideSmallImg ul li  a:visited {
width:105px;
height:70px;
display:block;
padding-left:12px;
margin:0px;
}
.sideSmallImg ul li a:hover {
width:105px;
height:70px;
display:block;
padding-left:12px;
background:url(../images/qianjiaicon.gif) -20px -200px no-repeat;
margin:0px;

}
.sideSmallImg ul li  a:active {
width:105px;
height:70px;
display:block;
padding-left:12px;
background:url(../images/qianjiaicon.gif) -20px -200px no-repeat;
margin:0px;
}

.sideSmallImg img {
border:#DCDDDD 1px solid;
}


/*安防投票*/
.securityVote {
width:498px;
background-color:#FFFEF3;
height:220px;
}

.voteTitle {
height:40px;
line-height:40px;
padding-left:30px;
color:#BF0000;
background:url(../images/qianjiaicon.gif) -10px -80px no-repeat;
border-bottom:#CCCCCC 1px dashed;
}

.voteTitle span {
color:#009900;
}

.voteList {
}

.voteList ul {
padding:0px;
margin:0px;
}

.voteList ul li {
height:29px;
line-height:29px;
border-bottom:#CCCCCC 1px dashed;
}

.voteList ul li span {
float:left;
padding:0px;
margin:0px;
}

#voteContent {
width:275px;/*IE7 FF*/
_width:273px;/*IE6*/
height:29px;
overflow:hidden;
}

#voteData {
width:70px;
height:29px;
text-align:center;
overflow:hidden;
}

#voteGraphics {
width:152px;
overflow:hidden;
}

#voteGraphicsBox {
height:16px;
line-height:16px;
background-color:#EAF2F9;
margin-top:5px;
padding:1px;
}

.voteGraphicsA {
float:left;
height:16px;
line-height:16px;
}

.voteGraphicsB {
float:left;
height:16px;
line-height:16px;
}

.voteGraphicsC {
float:left;
height:16px;
line-height:16px;
}

#voteGraphicsA1 {
width:5%;
background:url(../images/titlebg2.jpg) -5px -8px;
}
#voteGraphicsB1 {
width:70%;
background:url(../images/titlebg2.jpg) -10px -8px;
}
#voteGraphicsC1 {
width:5%;
background:url(../images/titlebg2.jpg) -148px -8px;
}

#voteGraphicsA2 {
width:5%;
background:url(../images/titlebg2.jpg) -5px -40px;
}
#voteGraphicsB2 {
width:50%;
background:url(../images/titlebg2.jpg) -10px -40px;
}
#voteGraphicsC2 {
width:5%;
background:url(../images/titlebg2.jpg) -148px -40px;
}

#voteGraphicsA3 {
width:5%;
background:url(../images/titlebg2.jpg) -5px -72px;
}
#voteGraphicsB3 {
width:70%;
background:url(../images/titlebg2.jpg) -10px -72px;
}
#voteGraphicsC3 {
width:5%;
background:url(../images/titlebg2.jpg) -148px -72px;
}

#voteGraphicsA4 {
width:5%;
background:url(../images/titlebg2.jpg) -5px -104px;
}
#voteGraphicsB4 {
width:80%;
background:url(../images/titlebg2.jpg) -10px -104px;
}
#voteGraphicsC4 {
width:5%;
background:url(../images/titlebg2.jpg) -148px -104px;
}

#voteGraphicsA5 {
width:5%;
background:url(../images/titlebg2.jpg) -5px -136px;
}
#voteGraphicsB5 {
width:60%;
background:url(../images/titlebg2.jpg) -10px -136px;
}
#voteGraphicsC5 {
width:5%;
background:url(../images/titlebg2.jpg) -148px -136px;
}

/*投票总人数*/
.voteGuild {
height:40px;
line-height:40px;
text-align:center;
color:#666666;
}

/*投票按钮*/
.votebtnBox {
padding:0px 85px 10px;
}

.mainbtnVote {
float:left;
margin-right:10px;
}

/*右边资讯列表*/
.mainNewsBox {
width:438px;
border:#CCCCCC 1px solid;
background:url(../images/indextitlebg.jpg) -510px -300px no-repeat;
margin-bottom:5px;
}

/*焦点新闻*/
.focusNewsBox {
margin:0px auto;
width:420px;
border-bottom:#CCCCCC 1px dashed;
}

.focusNewsTitle {
margin-top:10px;
}

.focusNewsImg {
float:left;
height:27px;
line-height:27px;
text-align:center;
width:86px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
background:url(../images/indextitlebg.jpg) -200px -225px no-repeat;
}

.focusNewsText {
float:left;
width:330px;
height:27px;
line-height:27px;
text-align:center;
}

.focusNewsText a:link {
text-decoration: none;
color:#990000;
}
.focusNewsText a:visited {
text-decoration: none;
color:#990000;
}
.focusNewsText a:hover {
text-decoration:underline;
color: #ff6600;
}
.focusNewsText a:active {
text-decoration: none;
color: #ff3300;
}


.focusNewsText H3 {
color:#990000;
line-height:27px;
font-size:20px;
font-family:"黑体";
overflow:hidden;
}

.focusNewsMore {
padding:7px 10px;
line-height:22px;
}

.focusNewsMore H3 {
text-align:center;
}

/*新闻列表*/
.focusNewsList {
width:420px;
margin:0px auto;
}

.focusNewsList ul {
padding:8px 0px;
}

.focusNewsList ul li {
font-size:14px;
height:26px;
line-height:26px;
padding-left:5px;
width:415px;
overflow:hidden;
}

.focusNewsList ul li span {
color:#999999;
font-size:12px;
padding-left:5px;
}

/*广告位置*/
.AdContent {
border:#CCCCCC 1px solid;
padding:1px;
width:300px;
height:100px;
}

.AdContentText {
text-align:center;
height:24px;
line-height:24px;
}

/*第二部分内容——品牌指数*/
.brandIndexBox {
padding:0px 5px;
}

.brandIndexA {
float:left;
border:#CCCCCC 1px solid;
width:458px;
height:300px;
background:url(../images/titlebg2.jpg) 0px -160px no-repeat;
}

.brandIndexB {
float:right;
border:#CCCCCC 1px solid;
width:468px;
height:300px;
background:url(../images/titlebg2.jpg) -470px -160px no-repeat;
}

/*品牌指数数据*/
.brandIndexTitle {
height:42px;
}

.brandIndexTitleA {
float:left;
color:#3A6085;
background:url(../images/qianjiaicon.gif) 0px -120px no-repeat;
padding-left:45px;
line-height:42px;
}

.brandIndexTitleB {
float:right;
padding-right:10px;
margin-top:8px;
height:25px;
line-height:25px;
}

.brandDataBox {
padding:0px 7px;
}

.brandbtnLeft {
width:70px;
float:left;
padding-right:4px;
}

.brandbtnLeft ul {
padding:0px;
margin:0px;
list-style:none;
}

.brandbtnLeft ul li {
display:block;
border:#BED5E8 1px solid;
height:20px;
line-height:20px;
text-align:center;
background-color:#ECF7FF;
width:68px;
color:#003295;
margin-bottom:3px;
}

.brandbtnLeft ul li a:link {
display:block;
height:20px;
line-height:20px;
text-align:center;
background-color:#E6E6E6;
width:68px;
color:#888888;
text-decoration:none;
}

.brandbtnLeft ul li a:visited {
display:block;
height:20px;
line-height:20px;
text-align:center;
background-color:#E6E6E6;
width:68px;
color:#888888;
text-decoration:none;
}

.brandbtnLeft ul li a:hover {
display:block;
height:20px;
line-height:20px;
text-align:center;
background-color:#ECF7FF;
width:68px;
color:#003295;
text-decoration:none;
}

.brandbtnLeft ul li a:active {
display:block;
height:20px;
line-height:20px;
text-align:center;
background-color:#ECF7FF;
width:68px;
color:#003295;
text-decoration:none;
}


.brandDataRight {
float:left;
border:#BED5E8 1px solid;
background-color:#ECF7FF;
width:350px;
height:248px;
padding:0px 9px;
}

.brandDataTip1 {
color:#FF6600;
border-bottom:#DDDDDD 1px solid;
height:26px;
line-height:26px;
}

.brandDataTip2 {
font-size:10px;
color:#999999;
text-align:right;
height:15px;
line-height:15px;
}

.brandData {
border:#2E92EC 4px solid;
height:175px;
}

/* 品牌指数数据分页显示*/
.brandpagesbox {
height:20px;
}

/* 分页左边地址*/
.pageleftbox {
float:left;
height:20px;
line-height:20px;
font-size:10px;
color:#003366;
}

/* 品牌指数数据分页*/
#brandpage {
float:right;
}

#brandpage ul {
padding:0px;
margin:0px;
list-style:none;
}

#brandpage ul li {
float:left;
width:15px;
line-height:18px;
text-align:center;
background-color:#2E92EC;
color:#FFFFFF;
font-weight:bold;
margin-left:1px;
}

#brandpage ul li a:link {
display:block;
width:15px;
line-height:18px;
text-align:center;
background-color:#BED5E8;
color:#0C4D87;
font-weight:bold;
text-decoration:none;
}

#brandpage ul li a:visited {
display:block;
width:15px;
line-height:18px;
text-align:center;
background-color:#BED5E8;
color:#0C4D87;
font-weight:bold;
text-decoration:none;
}

#brandpage ul li a:hover {
display:block;
width:15px;
line-height:18px;
text-align:center;
background-color:#2E92EC;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

#brandpage ul li a:active {
display:block;
width:15px;
line-height:18px;
text-align:center;
background-color:#2E92EC;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

/*品牌追踪——Brandtracking*/
.brandTrackingBox {
margin:0px auto;
width:420px;
border-bottom:#CCCCCC 1px dashed;
}

.brandTrackingTitle {
margin-top:10px;
}

.brandTrackingImg {
float:left;
height:27px;
line-height:27px;
text-align:center;
width:86px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
background:url(../images/indextitlebg.jpg) -200px -225px no-repeat;
}

.brandTrackingText {
float:left;
width:330px;
height:27px;
line-height:27px;
text-align:center;
}

.brandTrackingText H3 {
color:#990000;
line-height:27px;
font-size:20px;
font-family:"黑体";
overflow:hidden;
}

.brandTrackingMore {
padding:7px 10px;
line-height:22px;
}

.brandTrackingMore H3 {
text-align:center;
color:#3A6085;
}

.brandTrackingMore H3 a:link {
color:#3A6085;
text-decoration: none;
}
.brandTrackingMore H3 a:visited {
text-decoration: none;
color:#3A6085;
}
.brandTrackingMore H3 a:hover {
text-decoration:underline;
color: #FF3300;
}
.brandTrackingMore H3 a:active {
text-decoration: none;
color: #FF3300;
}

/*品牌追踪列表*/
.brandTrackingList {
width:420px;
margin:0px auto;
}

.brandTrackingList ul {
padding:8px 0px;
}

.brandTrackingList ul li {
font-size:14px;
height:26px;
line-height:26px;
padding-left:5px;
width:415px;
overflow:hidden;
color:#3A6085;
}

.brandTrackingList ul li a:link {
color:#3A6085;
text-decoration: none;
}
.brandTrackingList ul li a:visited {
text-decoration: none;
color:#3A6085;
}
.brandTrackingList ul li a:hover {
text-decoration:underline;
color: #FF3300;
}
.brandTrackingList ul li a:active {
text-decoration: none;
color: #FF3300;
}

.brandTrackingList ul li span {
color:#999999;
font-size:12px;
padding-left:5px;
}

/*安防会客厅*/
.securityRoom {
	background:url(../images/roombg.jpg) repeat-x;
	height:264px;
	padding:10px 17px 5px 17px;
}

.securityRoomA {
float:left;
width:468px;
height:264px;
}

.securityRoomB {
float:right;
border:#D9D4D1 1px solid;
background-color:#DAEFE7;
width:436px;
height:242px;
padding:10px 0px 10px 10px;
}

/*左边大图片*/
.onePeopleImg {
float:left;
border:#D9D4D1 1px solid;
background-color:#DAEFE7;
padding:6px;
width:200px;
height:250px;
}

.onePeopleData {
float:right;
width:214px;
padding:0px 20px;
color:#255846;
}

.onePeopleData a:link {
color:#255846;
text-decoration:underline;
}
.onePeopleData a:visited {
text-decoration:underline;
color:#255846;
}
.onePeopleData a:hover {
text-decoration:underline;
color: #FF6600;
}
.onePeopleData a:active {
text-decoration:underline;
color: #FF6600;
}

.onePeopleName H3 {
height:40px;
line-height:40px;
background:url(../images/qianjiaroom.gif) 0px 8px no-repeat;
padding-left:110px;
font-size:16px;
font-weight:bold;
}

.onePeoplePost {
	line-height:25px;
	padding:6px 0px 10px 5px;
	border-bottom:#999999 1px dashed;
	font-size:14px;
	margin: 10px 0px;
}

.onePeoplePost H3 {
font-size:14px;
}

.onePeoplePoint {
}

.onePeoplePoint ul {
}

.onePeoplePoint ul li {
height:25px;
line-height:25px;
border-bottom:#999999 1px dashed;
padding-left:5px;
}

/*往期回顾*/
.roomReviewBox {
height:96px;
border-bottom:#BCB3AD 1px dashed;
}

.oneRoomReview {
float:left;
width:96px;
margin-right:12px;
}

.oneReviewImg {
border:#D9D4D1 1px solid;
background-color:#FFFFFF;
padding:2px;
width:90px;
height:65px;
}

.oneReviewName {
height:25px;
line-height:25px;
text-align:center;
}

/*人物列表*/
.peopleReviewList {
width:420px;
margin:0px auto;
}

.peopleReviewList ul {
padding:8px 0px;
}

.peopleReviewList ul li {
font-size:14px;
height:26px;
line-height:26px;
padding-left:5px;
width:415px;
overflow:hidden;
color:#255846;
}

.peopleReviewList ul li a:link {
color:#255846;
text-decoration: none;
}
.peopleReviewList ul li a:visited {
text-decoration: none;
color:#255846;
}
.peopleReviewList ul li a:hover {
text-decoration:underline;
color: #FF3300;
}
.peopleReviewList ul li a:active {
text-decoration: none;
color: #FF3300;
}

.peopleReviewList ul li span {
color:#999999;
font-size:12px;
padding-left:5px;
}

/*安防社区*/
.securityBbsBox {
	padding:10px 17px 8px;
}

.securityBbsA {
float:left;
width:305px;
}

.securityBbsB {
float:left;
border:#D9D4D1 1px solid;
background-color:#f2f7ff;
width:274px;
margin:0 10px;
padding:0 10px;
overflow:hidden;
}

.securityBbsC{
float:left;
width:290px;
border:#D9D4D1 1px solid;
background-color:#DAEFE7;
}

.securityBbsCtop{
width:270px;
padding:5px 0px;
margin:0 10px;
border-bottom:1px dashed #cccccc;
}
.securityBbsCtoptext{
width:270px;
height:30px;
}
.securityBbsCtoptext a:link {
text-decoration: none;
color:#990000;
}
.securityBbsCtoptext a:visited {
text-decoration: none;
color:#990000;
}
.securityBbsCtoptext a:hover {
text-decoration:underline;
color: #ff6600;
}
.securityBbsCtoptext a:active {
text-decoration: none;
color: #ff3300;
}
.securityBbsCtoptext H3 {
color:#990000;
line-height:30px;
font-size:20px;
font-family:"黑体";
overflow:hidden;
text-align:center;
}

.securityBbsCtopMore {
padding:0px 10px;
line-height:20px;
}

.securityBbsCtopMore H3 {
text-align:center;
}

.securityBbsCbottom{
width:260px;
padding:5px 10px;
}
.securityBbsCbottom ul li {
font-size:14px;
height:25px;
line-height:25px;
width:270px;
overflow:hidden;
color:#68643E;
}

.securityBbsCbottom ul li a:link {
color:#68643E;
text-decoration: none;
}
.securityBbsCbottom ul li a:visited {
text-decoration: none;
color:#68643E;
}
.securityBbsCbottom ul li a:hover {
text-decoration:underline;
color: #FF3300;
}
.securityBbsCbottom ul li a:active {
text-decoration: none;
color: #FF3300;
}

.securityBbsCbottom ul li span {
color:#999999;
font-size:12px;
padding-left:5px;
}

/*千家论坛资讯列表*/
.securityBbsList {
width:242px;
margin:0px;
overflow:hidden;
}


.securityBbsList ul {
padding:8px 0px;
}

.securityBbsList ul li {
font-size:14px;
height:26px;
line-height:26px;
padding-left:5px;
width:300px;
overflow:hidden;
color:#68643E;
}

.securityBbsList ul li a:link {
color:#68643E;
text-decoration: none;
}
.securityBbsList ul li a:visited {
text-decoration: none;
color:#68643E;
}
.securityBbsList ul li a:hover {
text-decoration:underline;
color: #FF3300;
}
.securityBbsList ul li a:active {
text-decoration: none;
color: #FF3300;
}

.securityBbsList ul li span {
color:#999999;
font-size:12px;
padding-left:5px;
}

.securityBbsList ul {
padding:8px 0px;
}

.securityBbsList ul li {
font-size:14px;
height:26px;
line-height:26px;
padding-left:5px;
width:300px;
overflow:hidden;
color:#68643E;
}
.securityBbsList2 {
width:300px;
margin:0px;
overflow:hidden;
}
.securityBbsList2 ul li a:link {
color:#68643E;
text-decoration: none;
}
.securityBbsList2 ul li a:visited {
text-decoration: none;
color:#68643E;
}
.securityBbsList2 ul li a:hover {
text-decoration:underline;
color: #FF3300;
}
.securityBbsList2 ul li a:active {
text-decoration: none;
color: #FF3300;
}

.securityBbsList2 ul li span {
color:#999999;
font-size:12px;
padding-left:5px;
}
.securityBbsList2 ul {
padding:8px 0px;
}

.securityBbsList2 ul li {
font-size:14px;
height:26px;
line-height:26px;
padding-left:5px;
width:300px;
overflow:hidden;
color:#68643E;
}
/*安防工程商*/
.contractorTitle H2 {
height:38px;
line-height:38px;
border-bottom:#D9D4D1 1px dashed;
color:#000000;
background:url(../images/contractor.gif) 0px 14px no-repeat;
width:244px;
margin:0px auto;
padding-left:28px;
font-size:14px;
font-weight:bold;
}

/*安防合作*/
.cooperationBox {
padding:0px 15px 15px;
}

.cooperation {
border:#E4E4E4 1px solid;
}

.cooperationTitle {
height:31px;
line-height:31px;
background:url(../images/indextitlebg.jpg) 0px -255px no-repeat;
}

.cooperationTitle span {
float:left;
color:#000000;
width:95px;
text-align:center;
margin-left:25px;
}

.cooperationData {
padding:0px 0px;
line-height:22px;
word-spacing:3px;
}

.cooperationDataPic {
float:left;
width:150px;
height:50px;
margin-left:4px;/*IE7.0*/
_margin-left:2px;/*IE6.0*/
padding:1px; border:1px solid #cccccc;
}


/*网站底部版权信息*/
.copyRightnav {
width:948px;
height:28px;
line-height:28px;
text-align:center;
border:#E0E0E0 1px solid;
background:url(../images/copyrightmenu.jpg) 0px 0px repeat-x;
word-spacing:5px;
}

.copyRight {
padding:15px;
text-align:center;
line-height:22px;
color:#666666;
}

.monitoring {
height:45px;
padding:0px 235px 20px;
}

.monitoringA {
float:left;
width:45px;
height:45px;
}

.monitoringB {
float:left;
text-align:center;
color:#000000;
width:75px;
height:42px;
padding-top:3px;
line-height:20px;
}

#monitoringImg1 {
background:url(../images/monitoring.jpg) 0px 0px no-repeat;
}

#monitoringImg2 {
background:url(../images/monitoring.jpg) -45px 0px no-repeat;
}

#monitoringImg3 {
background:url(../images/monitoring.jpg) -90px 0px no-repeat;
}

#monitoringImg4 {
background:url(../images/monitoring.jpg) -135px 0px no-repeat;
}
