/* basic */
*{margin: 0px; padding: 0px;}
body{
	color:#333333;
	background: #042D3C;
	text-align: center;
	font: 12px/120% 宋体,Verdana,Arial,sans-serif;
}
a{
	color: #333;
	text-decoration: none;
	background-color: transparent;
}
a:hover{color: #FF5300;}
span{
	line-height: 120%;
}
p{line-height: 150%;}
h1, h2, h3, h4, h5, h6{
	font-size: 16px;
	line-height: 150%;
}
.font14{ font-size:14px;}
img{border: 0px;}
div{text-align: left;}
hr{
	height: 1px;
	border: 1px solid #a3bee8;
	clear: both;
	margin: 5px 0px;
}
ul{
	list-style: none;
	clear: both;
	text-align: left;
}
li{line-height: 150%;}

/* table */
table{
	text-align: left; 
	font: 12px/120% 宋体,Verdana,Arial,sans-serif;
}
table td{}
table.fix{table-layout: fixed;}
table.fix td{
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
table.grid{
	border-collapse: collapse;
	border: 1px solid #C3C3C3;
	padding: 3px;
	margin: auto;
}
table.grid caption, .gridtop{
	border: 1px solid #C3C3C3;
	background: #e5ebef;
	color:#666;
	text-align: center;
	height:26px;
	line-height:26px;
	font-weight: bold;
	font-size: 14px;
}
table.grid th, .head{
	border: 1px solid #C3C3C3;
	background: #F5F5F5;
	color:#666;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
table.grid td{
	border: 1px solid #C3C3C3;
	padding: 3px;
	background-color: #ffffff !important; 
}
table.hide, table.hide th, table.hide td{border: 0;}

/* table add-ons */
.title{
	background: #e9f1f8;
	text-align: center;
	padding: 3px;
	color:#666;
	font-weight: bold;
	font-size: 14px;
}
.even{
	background: #ffffff; 
	padding: 3px;
}
.odd{
	background: #ffffff; 
	padding: 3px;
}
.foot{
	background: #f0f7ff; 
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.bottom{
	height: 9px;
	background: #b7b785; 
}

/* form */
form{}
input{}
.text{border: 1px solid #adadad; height:20px; line-height:20px;}
.text {margin-bottom:6px;} /* Moz */
* html .text {margin-bottom:4px;} /* IE6 */
*+html .text {margin-bottom:4px;} /* IE7 */
.textarea{
	border: 1px solid #adadad; 
	background: #ffffff;
	color: #666; 
}
.button{
	background:url("images/bgx.gif") repeat-x 0px 0px;
	height:26px; 
	line-height:26px; 
	text-align:center; 
	border:1px solid #c5c5c5;
	color: #fff;
}
.checkbox, .radio{border-width: 0px;}
.select{height: 20px;}

/* structure */
#wrapper{}
#left{
	float: left;
	width:242px;
	overflow:hidden;
	margin-right: 8px;
}
#right{float: right; width:242px; margin-left: 8px;}
#centers{
	float: left;
	width: 457px;
}
#centerm{float: left; width:708px;}
#centerl{float: left; width: 958px;}
#cleft{float: left; width: 475px;overflow:hidden;}
#cright{float: right; width: 475px;overflow:hidden;}
#content{}
.main{
	width: 958px;
	overflow:hidden;
	background:transprant;
	clear: both;
	margin:0 auto;
}

.m_top{
	width:793px; height:26px; line-height:26px;
	color:#8EC4D2; margin-bottom:3px;
	background:url("images/bgs.gif") no-repeat 0px -79px;
}
.m_top a{color:#fff;}

.m_head{
	width:980px;
	height:88px; 
	margin:0 auto;
	background:url("images/bgs.gif") no-repeat 0px -375px;
}
.h_logo{float:left; width:175px; height:57px; padding:16px 0px 0px 10px;}
.header_r{width:793px; height:88px; float:left;}
.h_link{float:right;width:110px;}
.h_link li{float:left; line-height:26px; padding-left:15px;}
.h_link li a{color:#8EC4D2;}
.h_link li a:hover{color:#fff;}
.m_foot{width:980px; height:88px; margin:0 auto; padding-top:8px;}
.block{
	border: 1px solid #DEDEDE;
	margin-bottom: 5px;
}
.blocktitle{
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-weight: bold;
	font-size: 14px;
	color: #A45700; 
	height: 29px; 
	line-height: 29px; 
	padding-left: 10px;
	background:url("images/bgx.gif") repeat-x 0px -56px;
}
.blockcontent{padding: 3px;background:#fff;}
.blocknote{
	border-top: 1px solid #a3bee8;
	padding: 3px;
	text-align: center;
	background: #f0f7ff;
	line-height: 150%;
}
.blocktitle span{
	position: relative;
	bottom: -7px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	background: #ffffff;
	padding: 3px 6px;
	color: #c42205;
	height: 22px;
	line-height: 22px; 
}

#left .block{border:none;}

#left .blocktitle{
	background:url("images/bgs.gif") no-repeat 0px -163px;
	line-height: 36px; height:36px;
	text-align: left; border:none;
}
#left .blockcontent{
	border: none;
	padding: 3px 16px;
	background:url("images/blcontent.gif") repeat-y;
}
#left .blockbottom{
	background:url("images/bgs.gif") no-repeat 0px 0px;
	height:10px; 
	overflow:hidden;
}

/* custom */
.ultop li{list-style: decimal inside; border-bottom: 1px solid #d8e4ef; color: #1b74bc;}
.ultop li a{color: #c42205;}
.ulitem li{list-style: none;line-height:19px;}
.ulrow li{}
.ulcenter li{text-align: center;}
.ulmul{overflow: hidden;}
.ulmul li{ line-height:21px;}

.fix, .lm{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.cb{clear:both; font-size:0px; height:0px;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.more{text-align: right; padding:5px 0px 0px 0px;}
.more a{display:block; color: #a45700; width:54px; height:22px; line-height:22px; background:url("images/bgs.gif") no-repeat 0px -57px;}

.c_navigation{margin:5px 0px;  padding:5px; border:1px solid #C3C3C3; background:#F5F5F5; font-size:14px;}
.c_title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
}
.c_head{line-height: 150%;padding:10px 20px 20px 20px;}
.c_content{font-size: 14px; line-height: 150%; padding:0px 20px 40px 20px;}
.c_foot{line-height: 150%; list-style:none}
.c_label{font-weight: bold;}
.c_value{color:#666;margin-right:20px;}

.c_row{border-bottom:1px dashed #cccccc;padding:5px;}
.c_subject{font-size:14px;line-height:200%;}
.c_subject a{font-weight:bold; color:#0b65a7;}
.c_tag{line-height:150%;}
.c_description{line-height:150%;}
.c_note{}


/* attention */
.hottext, a.hottext{color: #ff0000;}
.poptext, a.poptext{color: #c42205;}
.notetext, a.notetext{color: #1979cc;}
.errortext, a.errortext{color: #ff0000;}

a.btnlink, a.btnlink:visited{color: #000000; background: #ddf2ff; border:1px solid #a3bee8; height:20px; padding: 2px 10px 0px 10px;}
a.btnlink:hover{background: #cccccc;}


/* interface */
.jieqiQuote, .jieqiCode, .jieqiNote{
	border: #000000 1px solid; 
	padding: 2px; 
	font-size: 12px; 
	color: #000000; 
	background-color: #a3bee8;
}
.boxtitle{
	border: 1px solid #a3bee8;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #A45700; 
	height: 29px; 
	line-height: 29px; 
	background:url("images/btitle.gif") repeat-x;
}
.divbox{
	border: 1px solid #a3bee8;
	margin-bottom: 3px;
	text-align: center;
	background: #fff;
}
.textbox{
	border: 1px solid #d9d7d0;
	background: #f8f8f6;
	padding: 5px;
	margin: 3px;
	line-height: 150%;
	font-size: 14px;
}
.popbox{
	position:absolute;
	width:190px !important;
	height:110px !important;
	width:200px;
	height:120px;
	border: 1px solid #a3bee8;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	display:none;
	z-index:9999;
}
.ajaxtip{
	position:absolute;
	border: 1px solid #a3bee8;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	z-index:1000;
}
#tips {
	border: 1px solid #a3bee8;
	padding: 3px;
	display: none;
	background: #f0f7ff;
	position: absolute;
	z-index: 2000;
}
#dialog{
	position:absolute;
	top:0px;
	left:0px;
	border: 5px solid #8bcee4;
	background: #f1f5fa;
	font-size: 12px;
	line-height:120%;
	padding: 20px 10px 10px 10px;
	visibility: hidden;
}
#mask{
	position:absolute;
	top:0px;
	left:0px;
	background: #777777;
	filter: Alpha(opacity=30);
	opacity: 0.3;
}
.tablist ul{height:25px; margin:0px 0px 0px 10px; padding:0px;}
.tablist li{float:left; height:24px; list-style:none; margin-right:3px;}
.tablist li a{float:left; height:24px; line-height:24px; padding:0px 10px; display:block; background:#f0f7ff; text-decoration:none; color:#000000; border:1px solid #a3bee8; border-bottom:none; }
.tablist li a.selected{ background:#ffffff; height:25px; position:relative; margin-bottom:-1px;}
.tabcontent{clear:both; border:1px solid #a3bee8; padding:10px;}
.pages{padding: 5px 0px;}
.pagelink{
	border: 1px solid #C3C3C3;
	float: right;
	background: #f0f7ff;
	line-height:24px;
	padding:0;
}
.pagelink a, .pagelink strong, .pagelink em, .pagelink kbd, .pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup{
	float: left;
	padding: 0 6px;
}
.pagelink a:hover{background-color: #ffffff; }
.pagelink strong{font-weight: bold; color: #ff6600; background: #e9f1f8;}
.pagelink kbd{height:24px; border-left: 1px solid #C3C3C3;}
.pagelink em{height:24px; border-right: 1px solid #C3C3C3; font-style:normal;}
.pagelink input{border: 1px solid #a3bee8; color: #666; margin-top:1px; height: 18px;}

img.avatar{border: 0px;}
img.avatars{width: 48px; height: 48px; background:url("images/avatars_bg.gif") right bottom; padding:3px 7px 7px 3px; cursor:pointer;}
img.avatari{width: 16px; height: 16px; border: 1px solid #cccccc;margin-bottom:-3px;}

/* menu */

.m_menu{
	padding: 12px 12px 0px 0px;
}
#jieqi_menu{
	float: right;
	line-height:29px;
	list-style-type: none;
}
#jieqi_menu a{
	display: block;
	width:83px;
	text-align: center;
}
#jieqi_menu li{
	float: left;
	padding-left:2px;
	width:86px;
}
#jieqi_menu li a{
	color:#fff;
	height:29px;
	line-height:29px;
	background:url("images/bgs.gif") no-repeat 0px -105px;
	font-family: 宋体,Verdana,Arial,sans-serif;
	font-size:14px; 
	font-weight:bold;
}
#jieqi_menu li a:hover{
	color:#ff6600; 
	height:29px;
	background:url("images/bgs.gif") no-repeat 0px -134px;
}
#jieqi_menu li ul{
	line-height: 20px;
	list-style: none;
	text-align:center;
	display: none;
	width:76px;
	position: absolute;
	z-index:9999; padding-left:2px;
}
#jieqi_menu li ul li{
	float: left;
	width:76px;
	line-height:28px; padding:0px;
	background:url(images/background4.gif) no-repeat;
	font-size:12px; font-family:'宋体'; font-weight:normal;
}
#jieqi_menu li ul a{
	display: block;
	width:76px !important;
	text-align:center; padding:0px;
	background:url(images/background4.gif) no-repeat;
	font-size:12px; font-family:'宋体'; font-weight:normal;
}
#jieqi_menu li ul a:link{
	color:#fff;
	text-decoration:none;
}
#jieqi_menu li ul a:visited{
	color:#fff;
	text-decoration:none;
}
#jieqi_menu li ul a:hover{
	text-decoration:none;
	font-weight:normal;
	width:76px;
	line-height:28px; padding:0px; color:#ff6600;
	background:url(images/background5.gif) no-repeat;
}
#jieqi_menu li:hover ul,#jieqi_menu li.sfhover ul{display: block;}
#jieqi_menu li.nohover ul{display: hide;}


a.message{background:url("images/aicons.gif") 0px 0px no-repeat; padding-left:16px;}
a.parlor{background:url("images/aicons.gif") 0px -16px no-repeat; padding-left:16px;}
a.friend{background:url("images/aicons.gif") 0px -34px no-repeat; padding-left:16px;}
a.bookcase{background:url("images/aicons.gif") 0px -54px no-repeat; padding-left:16px;}
a.group{background:url("images/aicons.gif") 0px -73px no-repeat; padding-left:16px;}
a.space{background:url("images/aicons.gif") 0px -94px no-repeat; padding-left:16px;}
a.userinfo{background:url("images/aicons.gif") 0px -113px no-repeat; padding-left:16px;}
a.logout{background:url("images/aicons.gif") 0px -133px no-repeat; padding-left:16px;}

.bgtop{
	height:11px; 
	width:980px; 
	overflow:hidden; 
	margin:0px auto; 
	background:url("images/bgs.gif") no-repeat 0px -10px;
}
.bgbottom{
	height:11px; 
	width:980px; 
	margin:0px auto; 
	overflow:hidden; 
	background:url("images/bgs.gif") no-repeat 0px -21px;
}
.bgcontent{
	width:958px; 
	overflow:hidden; 
	margin:auto; 
	background-color:#ffffff; 
	background-image:url("images/bgcontent.gif");
	background-position:bottom;
	background-repeat:no-repeat; 
	padding:0px 11px;
}

#m_footl{
	width:11px; 
	height:88px; 
	background:url("images/bgs.gif") no-repeat 0px -287px;
	float:left;
}
#m_footc{
	width:958px; 
	height:88px; 
	background:url("images/bgx.gif") repeat-x 0px -85px;
	float:left;
	color:#666;
}
#m_footr{
	width:11px;
	height:88px;
	background:url("images/bgs.gif") no-repeat 0px -199px;
	float:right;
}
#m_foott{
	padding:8px 0px 16px 0px;
	text-align:center;
}
#m_foott i{
	width:2px;
	height:12px;
	font-size:10px;
	background:url("images/bgs.gif") no-repeat 0px -32px;
}
#m_foott a{
	color:#fff;
	padding:0px 20px;
}
#m_foott a:hover{
	color:#ff0000;
}
#m_footb{
	text-align:center;
	line-height:24px;
	color:#518EA0;
}

/* index.html */
#flink{width:980px; height:85px; margin:0 auto; padding-top:8px;}
#flink_l{width:76px; height:85px; background:url("imagei/flinkl.gif") no-repeat; float:left;}
#flink_c{width:893px; height:78px; background:url("imagei/flinkc.gif") repeat-x; float:left;
	line-height:24px; padding-top:7px; color:#666;}
#flink_r{width:11px; height:85px; background:url("imagei/flinkr.gif") no-repeat; float:right;}

#login{width:242px; height:191px; float:left;}
#login_title{width:242px; height:42px; background:url("imagei/logintitle.gif") no-repeat;}
#login_content{width:230px; background:url("imagei/loginbg.gif") repeat-y;	padding-left:12px; height:141px;}
#login_content dt{float:left;}
#login_content dd{float:right; width:44px; padding-right:9px;}
#login_bottom{background:url("imagei/loginbottom.gif") no-repeat; height:8px; overflow:hidden;}
.headline{width:958px; margin:0 auto;}
.btn_login{cursor:pointer; background:url("imagei/btn_login.gif") no-repeat; width:44px; height:38px; border:none;}
.btn_register{cursor:pointer; background:url("imagei/btn_register.gif") no-repeat; width:95px; height:23px; border:none;}
.btn_getpass{cursor:pointer; background:url("imagei/btn_pass.gif") no-repeat; width:87px; height:23px; border:none;}

.container, .container img{width:711px; height:191px;}
.container{border:1px solid #333;}
.container img{border:0;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{float: left;list-style:none;color: #fff;text-align: center;line-height: 16px;width: 16px;height: 16px;font-family: Arial;font-size: 12px;cursor: pointer;margin: 1px;border: 1px solid #707070;background-color: #060a0b;}
.num li.on{line-height: 18px;width: 18px;height: 18px;font-size: 14px;border: 0;background-color: #ce0609;font-weight: bold;}

.service{height:135px; margin:6px 0px 0px 0px; background:url("imagei/service.gif") no-repeat;}
.service ul{padding:38px 0px 0px 65px}
.service li{line-height:25px;}
.service span{padding-left:30px;}

.about{overflow:hidden; margin-top:6px;}
.about_title{width:457px; height:32px; background:url("imagei/abouttitle.gif") no-repeat;}
.about_title img{float:right; width:39px; height:13px;padding:11px 10px 0px 0px;}
.about_centers{background:url("imagei/abouthr.gif") repeat-y; height:382px;}
.about_us{float:left; width:310px; padding:6px 0px 0px 10px;}
.about_us dt{line-height:22px; text-indent:24px;}
.about_us dd img{padding:5px 0px 6px 35px;}
.about_bottom{background:url("imagei/aboutbottom.gif") no-repeat; height:6px; overflow: hidden;}

.news_title{margin:0px; padding:0px;}
.news_t{width:451px; height:29px; background:url("imagei/newstitle.gif") no-repeat; float:left;	margin-left:3px; _margin-left:1px;}
.news_t img{float:right; width:39px; height:13px; padding:8px 7px 0px 0px;}
.news_title span img{margin-left:3px;}
.news_title dt{background:url("imagei/newsdt.gif") no-repeat; width:430px; height:28px; line-height:24px; padding-left:10px; margin-left:7px; float:left;}
.news_title dt span{float:left; line-height:28px; width:342px;}
.news_title dt font{float:right; font-size:11px; line-height:28px; width:75px; color:#666;}

.case{height:106px; margin-top:6px;}
.case_title{width:26px; height:106px; background:url("imagei/casetitle.gif") no-repeat; float:left;}
.case_centers{background:#fff; height:88px; width:430px; float:left; border-top:solid 1px #F0F0F0; 
	border-right:solid 1px #F0F0F0; border-bottom:solid 1px #F0F0F0; padding-top:16px;
}
.case_centers li{float:left; width:92px; padding-left:15px; padding-top:0px; height:24px; line-height:24px;}

.search{height:76px;margin:6px 0px 0px 0px;}
.search_title{background:url("imagei/searchl.gif") no-repeat; width:8px; height:76px; float:left;}
.search_centers{background:url("imagei/searchc.gif") repeat-x; width:226px; height:76px; float:left;}
.search_centers span img{padding:10px 0px 0px 0px; height:23px; display:block;}
.search_centers dt{float:left; margin-top:10px;}
.search_centers dd{float:left; margin-top:10px; padding-left:6px;}
.search_bottom{background:url("imagei/searchr.gif") no-repeat; width:8px; height:76px; float:right;}

.help{margin:0px;}
.help_title{background:url("imagei/helptitle.gif") no-repeat; width:242px; height:29px; display:block;}
.help_centers{border-left:solid 1px #EBEBEB; border-right:solid 1px #EBEBEB; background:#fff;
	width:240px; height:207px;}
.help_centers dt{background:url("imagei/helpdt.gif") no-repeat;
	width:218px; height:29px; line-height:29px; padding-left:12px; margin-left:7px; color:#B6B6B6;}
.help_bottom{background:url("imagei/helpbottom.gif") no-repeat; height:5px; width:242px; overflow:hidden;}

.guide{height:198px;margin-top:10px;}
.guide_title{height:28px; background:url("imagei/guidetitle.gif") no-repeat;}
.guide_centers dt{float:left; padding:8px 0px 0px 0px; width:117px; height:76px;}
.guide_centers dd{float:right; padding:8px 0px 0px 0px; width:117px; height:76px;}
.guide_centers dt img,.guide_centers dd img{display:block;}

.products{height:392px; margin:6px 0px 0px 0px;}
.products_title{background:url("imagei/producttitle.gif") no-repeat; height:36px;}
.products_centers{background:url("imagei/productbg.gif") repeat-y; height:346px;}
.products_centers dt{background:url("imagei/productdt.gif") repeat-y; height:24px; line-height:24px; padding-left:15px; margin-left:15px;}
.products_bottom,{background:url("imagei/productbt.gif") no-repeat; height:10px; overflow:hidden;}

.downs{padding:4px 6px 0px 18px;line-height:23px;}
.downs li{background: url("images/downsli.gif") no-repeat left 5px;padding-left:26px;font-size:14px;height:30px;line-height:23px;color:#408080; padding-top:3px;}
.downs li a{ color:#235e99 !important;}