@charset "utf-8";

.g_content_area {width:100%; min-width:1002px; padding-top:60px;}

/*** 大图区 ***/
.big_pic {width:100%; min-width:1002px; height:480px; background:url('../img/szgp/projct_pic.png') no-repeat center;}
.big_pic .h_center {width:1002px; height:480px; margin:0px auto;}
.big_pic .h_center .btn_enter {position:relative; left:660px; top:370px; width:180px; height:48px; line-height:46px; color:#ffffff; font-size:24px; text-align:center; background-color:#ff8000;}
.big_pic .h_center .btn_enter:hover {cursor:pointer; background-color:#ffa000;}

/*** 导航条 ***/
.nav_bar {width:100%; min-width:1002px; height:40px; margin-bottom:40px; background-color:#ccddff;}
.nav_bar .h_center {width:1002px; height:40px; margin:0px auto;}
.nav_bar .h_center > div {float:left; width:160px; height:40px; margin:0px 20px; line-height:40px; text-align:center; font-size:18px;}
.nav_bar .h_center > div:hover {cursor:pointer; color:#ffffff; background-color:#0099ff;}
.nav_bar .h_center .sel {color:#ffffff; background-color:#0099ff;}

/*** 实施方案文本区 ***/
.operation_plan {width:1002px; margin:0px auto; /*background:#cccccc;*/}
.operation_plan .doc {width:1000px; height:800px; margin-bottom:40px; overflow-y:scroll; /*background:#ffffff;*/}


