/*导航*/
.g-head{ width:100%; height:80px; position:absolute; top:0; z-index:999999999; background:url(../images/black_50.png) repeat;}
.f-head{ width:1200px; height:80px; margin:0 auto;;}


.my-logo{ width:205px; height:45px; margin:17px 0 0 0; float:left;}


.f-nav{ height:80px; float:right;}
.f-nav .nav_list{ height:80px; position:relative;}

.f-nav li{float:left; width:120px;height:80px; line-height:80px;position:relative;}
.f-nav li.last{background:none;}
.f-nav li a{float:left;display:block; width:120px; height:80px; line-height:55px; text-align:center;
transition:all 0.5s ease-out 0s;
-webkit-transition:all 0.5s ease-out 0s;
-moz-transition:all 0.5s ease-out 0s;
-ms-transition:all 0.5s ease-out 0s;
-o-transition:all 0.5s ease-out 0s;}
.f-nav li a:hover{background:#06756c; color:#fff;}
.f-nav li a span{float:left;display:block; width:120px; height:80px; line-height:80px;cursor:pointer; font-family:"Microsoft YaHei";text-align:center; color:#fff; font-size:14px;}
.f-nav li a.selected{ background:#06756c; color:#fff;}
.f-nav li a.selected span{color:#fff;} 







.g-icp{ width:100%; height:35px; padding:8px 0 7px; box-sizing:content-box; background:url(../images/black_50.png) repeat;}
.f-icp{ text-align:center; width:780px; height:35px; line-height:35px; margin:0 auto;}
.f-icp span{ font-family:微软雅黑; font-size:12px; color:#fff; height:35px; line-height:35px; margin:0 5px;}
.f-icp span img{ position:absolute;}
.f-icp a{ font-family:微软雅黑; font-size:12px; color:#fff;}
.f-icp a:hover{ color:#fbf2a9 ;}
.m-jszc{ width:150px;}

.fixed-bottom{position: fixed;bottom: 0;width:100%;}