body{
    background-color: #fff;
    padding: 0 .32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header{
    height: .52rem;
    width: 100%;
    position: relative;
    margin: .32rem auto;
}
#header .logo{
    width: 2.18rem;
    height: 0.52rem;
    background: url(../img/gzgg_logo.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#header .tel{
    display: block;
    width: 2.22rem;
    height: 0.30rem;
    background: url(../img/gzgg_tel.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: .12rem;
    right: 0;
}
#banner img{
    width: 6.86rem;
}
#nav{
    margin: .5rem auto;
    position: relative;
    width: 7.18rem;
}
#nav .area{
    display: table-cell;
    vertical-align: middle;
    width: 1.2rem;
    height: 0.52rem;
    background-color: #fff;
    font-size: 0.26rem;
    color: #000;
    background-color: #ededed;
    text-align: center;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem;
}
#nav .area.qb,
#nav .area:hover,
#nav .area:active{
    background-color: #ff6100;
    color: #fff;
}
#notice{
    margin: .5rem auto 1rem;
}
#notice table{
    width: 100%;
    text-align: center;
    border: none;
    border-collapse: collapse;
}
#notice tr{
    height: .64rem;
}
#notice tr:first-child{
    background: url(../img/gzgg_bg_table.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#notice tr:nth-of-type(odd){
    background-color: #e7f6f7;
}
#notice tr:last-child{
    border-bottom: .04rem solid #b1dadd;
}
#notice th{
    height: .82rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .1rem;
}
#notice th{
    border: none;
    border-left: .04rem solid #62b5ba;
    border-right: .04rem solid #62b5ba;
    font-size: 0.32rem;
    color: #fff;
}
#notice td{
    border: none;
    border-left: .04rem solid #b1dadd;
    border-right: .04rem solid #b1dadd;
    font-size: 0.26rem;
    color: #000;
}
#notice td a.ck{
    display: inline-block;
    width: 2.12rem;
    height: 0.72rem;
    line-height: .72rem;
    text-align: center;
    font-size: .52rem;
    transform: scale(0.5);
    color: #ff7052;
    border-collapse: separate;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    border: 1px solid #ff7052;
}
#notice td a.jq{
    display: table-cell;
    width: 1.06rem;
    height: 0.36rem;
    text-align: center;
    font-size: .26rem;
    color: #fff;
    background-color: #f4803e;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
}
#zixun{
    width: 7.5rem;
    height: .96rem;
    line-height: 1.1rem;
    background-color: #fff;
    background: rgba(5,5,5,.4);
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.75rem;
    text-align: center;
    z-index: 9999;
}
#zixun .zxzx,
#zixun .lqzl{
    display: table-cell;
    vertical-align: middle;
    width: 2.24rem;
    height: .56rem;
    border: 1px solid #FF7052;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: .4rem;
    font-size: .26rem;
    color: #000;
    line-height: normal;
    background: url(../img/gzgg_icon_zxzx.png) no-repeat .3rem center #fff;
    -webkit-background-size: 15%;
    background-size: 15%;
}
#zixun .lqzl{
    background-image: url(../img/gzgg_icon_lqzl.png);
}
#zixun a:last-child{
    margin-left: .5rem;
}
#fixed-middle{
    width: 6rem;
    height: 6rem;
    position: fixed;
    top: 50%;
    margin-top: -3rem;
    left: 50%;
    margin-left: -3rem;
    z-index: 99999;
}
#fixed-middle img{
    width: 100%;
}
#fixed-middle a.close{
    display: block;
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: .1rem;
    right: .1rem;
}