@charset "utf-8";
/*站点首页样式文件*/
.home_page{background-color:#fff;}
.home_main{ position:fixed;left:50%;margin-left:-512px;}
.home_main_outer{ position:relative;width:100%;height:189px;margin-left:-20px;background:url(images/home_bg1.png) no-repeat 0 0;padding:20px;}
.home_main_inner figure{float:left;padding: 12px 15px 0 20px;}
.home_main_inner a{color:#000;}
.home_main_inner figcaption{font: 16px/30px 'frutigerroman'; text-transform:uppercase;margin-bottom: 7px;}
.home_page .footer{ position:fixed;width:100%;bottom:0;left:0;}
.h_banner_wrap{width:100%;height:100%;overflow:hidden; position:fixed;}
.h_banner li{position:absolute;left:0;top:0;width:100%;height:100%;}
.h_banner img{width:100%;height:100%; vertical-align:middle;}
.imgBtn{ text-align:center; clear:both; bottom:550px; position:fixed; left:50%;z-index: 10;}
.imgBtn li{width:0;height:0;margin:5px; cursor:pointer; width:16px;height:16px; vertical-align:middle; float:left;background-image:url(images/controls.png);background-position:0 -177px;background-repeat: no-repeat;}
.imgBtn li.hover{background-position:0 -219px;}
.delegate_btn{ position:fixed;width: 1025px !important;left: 50%;margin-left: -512px;}
.delegate_btn span{width:32px;height:72px;background-image:url(images/controls.png);background-position:0 0;background-repeat: no-repeat;top:0; position:absolute; z-index:10; cursor:pointer;}
.delegate_btn span:hover{ opacity:0.7;}
.del_prev{left:-75px;}
.del_next{right:-75px;background-position:0 -84px !important;}

/*非全屏效果，窗口有滚动条*/

.home_page{height:1227px;}
.home_page .footer{ position:absolute;}
.home_page .wrapper{width:100%;height:100%; position:relative}
.home_main,.imgBtn,.h_banner_wrap{ position:absolute;}