﻿@charset "utf-8";
/* gg */
.gg {
    width: 1200px;
    height: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
}
.ggLoading, .ggLoading2 {
    background-image: url(../images/shouye/nav.png);
}
.ggLoading{position:absolute;left:40%;top:200px;width:325px;text-align:center;height:56px;background-position:0 -55px;background-repeat:no-repeat;line-height:56px;color:#9c9c9c;}
.ggLoading2{width:330px;height:56px;background-position:213px 0px;background-repeat:no-repeat;}
.ggLoading em{font-weight:bold;}
.ggs{width:200%;height:500px;left:-50%;top:0;position:absolute;}
.ggBox{width:1200px;height:500px;margin:0 auto;}
    .ggBox a {
        display: block;
        width: 1200px;
        height: 500px;
        position: absolute;
        z-index: 1;
        opacity: 0.1;
    }
    .ggBox img {
        display: block;
        width: 1200px;
        height: 500px;
    }
.ggb{position:absolute;width:1200px;left:0;bottom:0;height:40px;z-index:4;background-color:#32342e;background-repeat:repeat-x;background-position:50% -40px;}
.ggBtns{width:960px;height:40px;margin:0 auto;border-left:1px solid #090908;border-right:1px solid #6a6a60;}
    .ggBtns a {
        float: left;
        display: block;
        width: 240px;
        height: 40px;
        text-align: center;
        padding-top: 10px;
        color: #ffffff;
        font-size: 20px;
        line-height: 40px;
        background-position: 0 10px;
        position: relative;
        top: -10px;
        outline: none;
        background-repeat: no-repeat;
        cursor: pointer;
        text-decoration: none;
    }
.ggBtns a em{display:block;width:210px;height:40px;margin:0 auto;overflow:hidden;font-style:normal;}
        .ggBtns a:hover {
            color: #ffffff;
        }
.ggBtns a:focus{outline:none;}
        .ggBtns a.current {
            color: #ffffff;
            background: url(../images/shouye/gg.png) no-repeat;
        }
    .ggb, .ggBtns a {
        background-image: url(../images/shouye/main.jpg);
    }