@charset "utf-8";
/* CSS Document */

/* ====================公共样式==================== */
.clear-float{clear:both;}
ul{	margin:0; 	padding:0; 	list-style-type:none;}

body{ margin:0 auto; padding:0; background:#eff6f3;}

.fl{ float:left;}
.fr{ float:right;}



/* ====================页面布局==================== */
.warp{ width:1002px; height:auto; margin:0 auto;}


.index_warp{width:602px; position:absolute; left:50%; top:50%; height:446px; margin:-223px auto 0 -301px; display:block;}
.index_warp_wz{ width:602px; height:102px; background:url(../images/index_bg.jpg) no-repeat center top; display:block; text-indent:-9999px; margin:0 auto;}

.index_warp_h1{ text-align:center; height:auto; font: bold 30px/30px "Microsoft Yahei"; color:#464646; display:block; margin:60px auto 0 auto;}
.index_warp_h2{ font: bold 20px/40px "Microsoft Yahei"; color:#464646; text-align:center; font-variant: small-caps;}
.index_warp_h3{ font: bold 18px/30px "Microsoft Yahei"; color:#464646; text-align:center; font-variant: small-caps;}
.index_warp_h4{ text-align:center; height:auto; font: bold 30px/50px "Microsoft Yahei"; color:#464646; display:block; margin:0 auto;}

.index_warp_bg{ width:568px; height:65px; margin:45px auto 0 auto; display:block; padding:10px; font:14px/30px "Microsoft Yahei"; text-align:center; color:#464646; background:url(../images/index_bg02.jpg) no-repeat center top;}

.foot{ width:1002px; height:30px; font:12px/30px "Microsoft Yahei"; color:#7d7f7e; text-align:center; margin:0 auto 0 -501px; position:fixed; bottom:0; left:50%;}
.foot a{font:12px/30px "Microsoft Yahei"; color:#7d7f7e; text-decoration:none;}


