@CHARSET "UTF-8";
/*公共样式*/
*{ margin:0; padding:0;}
ul,li{ list-style-type:none;}
a{text-decoration:none; color:#555555;}
.f14{font-size:14px;}
img{border:none;}
b{font-family:"黑体"; font-weight:normal;}

/*页面绝对居中*/
#warp{position: absolute; width:500px; height:500px; left:50%; margin-left:-250px; text-align:center; margin-top:45px;}    

/*logo*/
#logo{background:url(../image/platform/temp/logo.jpg) center center; width:154px; height:124px; margin:0 173px;}

/*导航*/
#nav{ width:500px; text-align:center; margin-top:30px;}
#nav ul{ margin-left:68px;}
#nav li{ float:left;}
#nav li a{ margin: 0 10px; font-size:14px;}
#nav li a:hover{text-decoration:none; font-size:14px; color:#71a344;}
.cur a{color:#71a344; font-size:14px; font-weight:bold;} 

/*搜索*/
#search{ clear:both;  padding-top:4px; margin-right:-80px;}
input{height:18px; line-height:18px; color:#CCCCCC;}
.input{background: url(../image/platform/temp/input.gif) 0 0 no-repeat; width:350px; height:28px; border:none; height:30px; line-height:28px; padding-left:8px; padding-top:8px;/*for firefox*/ +padding-top:0px; /*for ie7*/ _padding-top:0px;/* for ie6*/ }
.botton{ background:url(../image/platform/temp/botton.gif) 0 0 no-repeat; width:70px; height:28px; border:none; color:#FFFFFF; font-size:14px; position:relative; right:18px; _top:-1px; +top:-1px;}

/*脚部*/
#footer{width:500px; text-align:center; margin-top:190px;}
#footer h3{font-size:14px; color:#898989; font-weight:normal;}
#footer h3 span{color:#f4651f; margin:0 4px; font-weight:bold; font-size:14px;}
#footer h3 a{color:#f4651f; text-decoration:none;}
#footer p{font-size:12px; margin-top:20px; line-height:200%;}
#footer a{margin-bottom:10px; text-decoration:underline;}