/*body*/
*{
	margin:0;
	padding:0;
}
body{
	/*background:#ccc;*/
	font-size:12px;
	color:#666;
	line-height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#333;
	text-decoration: none;
} 
a:hover{
	color:#007827;
	text-decoration:underline;
} 
img{
	border:0;
}
.clear{
	clear:both;
}
ul,li{
	float:left;
	list-style:none;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
h1,h2,h3,h4,h5{
	font-size:12px;
}
#logo,#menu,#flash,#ibody,#copy{
	margin:0 auto;
}
#logo{
	background:#0ca558 url(../images/logo_bg.gif) no-repeat 0 2px;
	width:960px;
	height:99px;
}
.ch{
	background:url(../images/ch_bg.gif) no-repeat;
	width:126px;
	height:25px;
	text-align:center;
	line-height:25px;
	float:right;
	color:#fff;
	padding-right:5px;
}
.ch a{
	color:#fff;
	text-decoration: none;
} 
.ch a:hover{
	color:#fff;
	text-decoration:underline;
} 

#menu{
	width:940px;
	height:32px;
	line-height:32px;
	padding:0 10px;
	background:url(../images/menu_bg.gif) repeat-x top;
}
#menu a{
	color:#fff;
	padding:5px 20px;
	text-decoration: none;
} 
#menu a:hover{
	color:#000;
	text-decoration: none;
	padding:5px 20px;
	background:url(../images/btn_bg.gif) no-repeat center -1px;
} 
.search{
	color:#fff;
	padding-top:3px;
}
.search img{
	background:none;
}
#flash{
	width:960px;
	padding-top:1px;
}
#ibody{
	width:960px;
	background:#fff url(../images/body_bg.gif) repeat-x top;
}
.lbody{
	width:250px;
}
.rbody{
	width:710px;
}
.rbody_l{
	width:460px;
}
.rbody_r{
	width:240px;
	padding:10px 0 0 10px;
}
.cpmenu p{
	padding-left:10px;
}
.cpmenu h4{
	background:url(../images/ibt_icon.gif) no-repeat 10px 9px;
	padding-left:25px;
	height:32px;
	line-height:32px;
}
.cpmenu ul{
	width:220px;
	padding-left:15px;
}
.cpmenu ul li{
	width:195px;
	padding-left:25px;
	height:30px;
	line-height:30px;
	background:url(../images/cp_icon.gif) no-repeat 5px 10px;
	border-bottom:1px #ccc dashed;
}
.iabout{
	padding:0 10px;
	background:url(../images/line.gif) no-repeat 0 28px;
}
.iabout h4{
	background:url(../images/ibt_icon2.gif) no-repeat 0 9px;
	padding-left:25px;
	height:32px;
	line-height:32px;
}
.iabout ul{
	padding:10px 0;
}
.iabout td{
	width:145px;
	text-align:center;
	vertical-align:middle;
}
.iabout #marqueediv1 img{
	border:1px solid #ccc;
}
.more{
	float:right;
	padding-top:15px;
}
.xxi{
	color:#007827;
}
.xxi a{
	color:#007827;
	text-decoration: none;
} 
.xxi a:hover{
	color:#007827;
	text-decoration:underline;
} 
.cp{
	padding:0 10px;
	background:url(../images/line.gif) no-repeat 0 28px;
}
.cp h4{
	background:url(../images/ibt_icon2.gif) no-repeat 0 9px;
	padding-left:25px;
	height:32px;
	line-height:32px;
}
.cp ul{
	padding:10px 0;
}
.cp ul li{
	width:170px;
	text-align:center;
}
.cp ul li img{
	border:1px solid #ccc;
}
.page{
	text-align:center;
	width:700px;
}
.icontact{
	background:url(../images/c2.gif) repeat-y 5px 0;
}
.icontact h4{
	height:25px;
	line-height:25px;
	padding-left:30px;
	background:url(../images/c1.gif) no-repeat 5px top;
}
.icontact p{
	padding:5px 15px;
	background:url(../images/c3.gif) no-repeat 5px bottom;
}
.about{
	padding:0 10px 10px 10px;
	background:url(../images/line.gif) no-repeat 0 28px;
}
.about h4{
	background:url(../images/ibt_icon2.gif) no-repeat 0 9px;
	padding-left:25px;
	height:32px;
	line-height:32px;
}
.about h3{
	font-size:24px;
	text-align:center;
	line-height:48px;
}
.subtime{
	text-align:right;
}
.cpimg{
	text-align:center;
	padding:5px;
}
.cpimg img,.about_p img{
	border:5px solid #f0f0f0;
}

.cpimg img {
	max-width:600px;
	max-height:450px;
}
* html .cpimg img{
    width: expression(this.width > 600 && this.width > this.height ? 600 : true);
    height: expresion(this.height > 450 ? 450 : true);
}
#copy{
	width:960px;
	background:url(../images/copy.gif) repeat-x;
	height:73px;
}
#copy p{
	background:url(../images/copy_logo.gif) no-repeat 80px 10px;
	height:62px;
	padding:15px 0 0 250px;
}



#menu .current
{
	background: url(../images/btn_bg.gif) no-repeat center -1px; color: #000;
}