/*
liujian Layout
*/
#container{
	width:960px;
	margin:0 auto;
}
#header{
	width:100%;
	height:150px;
}
#border{
	width:100%;
	height:9px;
	background:url(../images/bg_top.gif) repeat-x;
	font-size:0;
	line-height:9px;
}
#top{
	width:100%;
	height:107px;
	background:url(../images/bg_header.jpg) no-repeat right top;
}
#top .logo{
	margin:20px 0 0 30px;
}
#nav{
	width:100%;
	height:34px;
	background:url(../images/bg_nav.gif) repeat-x;
}
#nav ul{
	width:800px;
	height:34px;
	margin-left:40px;
}
#nav ul li{
	display:inline;
	width:auto;
	float:left;
	border-left:1px solid #e77f52;
	border-right:1px solid #551d00;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
}
#nav ul li.first{
	border-left:0 none;
}
#nav ul li a{
	display:block;
	width:auto;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
}
#nav ul li.current a{
	background:url(../images/bg_nav_cur.gif) repeat-x;
}
#main{
	width:940px;
	margin:0 auto;
	margin-top:10px;
}
#footer{
	position:relative;
	width:100%;
	height:100px;
	margin-top:20px;
}
#footer p.copyright{
	width:100%;
	text-align:center;
	line-height:22px;
}
#ciecc_logo{
	position:absolute;
	left:10%;
	top:12px;
}
#gft_copyright{
	position:absolute;
	right:10%;
	top:12px;
}
 /* ie clear */
#container,#header,#main,#footer{
	zoom:1;
}
/* others clear */
#container:after,#header:after,#main:after,#footer:after{
	content:"\0020";
	display:block;
	height:0;
	clear:both;
}

/*friendlink*/
div.friendlink{
	overflow:hidden;
	width:938px;
	margin:0 auto;
	margin-top:10px;
	border:1px solid #993400;
}
div.friendlink .fl-wrap{
	overflow:hidden;
	width:928px;
	border:5px solid #eee;
}
div.friendlink .fl-tt{
	width:90px;
	float:left;
	padding:25px 0 0 8px;
	line-height:30px;
}
div.friendlink .link{
	width:830px;
	float:right;
	padding:10px 0;
}
div.friendlink .link img{
	float:left;
	vertical-align:middle;
}
div.friendlink .link ul li{
	width:auto;
	float:left;
	padding:0 5px 0 20px;
	background:url(../images/pt_point.gif) no-repeat 10px 13px;
	line-height:30px;
	white-space:nowrap;
}

/*ad*/
.ad-banner{
	width:100%;
	height:80px;
	margin-top:10px;
}

/*input*/
input,select,textarea{
	font-size:12px;
}

/*breadcrumb*/
#breadcrumb,.breadcrumb{
	width:100%;
	padding-bottom:5px;
	line-height:24px;
	text-indent:5px;
}
#breadcrumb span.brown,.breadcrumb b{
	color:#a44a1c;
}

/*disabled*/
input.disabled{
	padding:1px;
	background-color:#ebebe4;
	border:1px solid #ccc;
}

/*success&error*/
#success{
	width:640px;
	height:300px;
	background:url(../images/bg_success.jpg) no-repeat;
	margin:20px auto;
}
#success p.suc-txt{
	width:380px;
	margin:0 auto;
	padding-top:190px;
	font-size:14px;
	line-height:24px;
	text-align:center;
}
#success a.brown{
	color:#a44a1c;
}
#error{
	width:640px;
	height:300px;
	background:url(../images/bg_error.jpg) no-repeat 120px 30px;
	margin:20px auto;
}
#error p.err-txt{
	width:380px;
	margin:0 auto;
	font-size:14px;
	line-height:24px;
	text-align:center;
}
#error a.brown{
	color:#a44a1c;
}