.navigationContainer{
	width: 0.5rem;
	height: 0.5rem;
    position: fixed;
    z-index: 2000;
    top: .2rem;
    right: .2rem;
    line-height: 0.6rem;
    background-color: rgb(225, 225, 225);
}
.G_top {
    width:100%;
    margin:auto;
    height:60px;
    background:#eaeaea;
    top:0px;
    box-sizing:border-box;
}
.G_top1 {
    width:90%;
    margin:auto;
}
.G_top_left {
    float:left;
    width:50%;
    padding-top:15px;
    box-sizing:border-box;
}
.G_top_left img {
    width:100%;
    margin:auto;
}
.G_top_right {
    height: .5rem;
    width: .5rem;
}
.G_top_right img {
    width: .5rem;
    height: 100%;
    display: inline;
}
.G_top_right_1 {
    display:none;
    height: .5rem;
    width: .5rem;
    position: relative;
    z-index: 200;
    background: rgb(225, 225, 225);
}
.G_top_right_1 img {
    width: .5rem;
    height: 100%;
    display: inline;
}
.G_top_tcc {
    width:100%;
    margin:auto;
    background:url(../img/33.png);
    position:fixed;
    top:0px;
    right:0px;
    display:none;
    height:100%;
    z-index: 100;
}
.G_top_tcc_main {
    background:#fff;
    float:right;
    height: 490px;
    width: 30%;
    padding:0px 0.3rem;
    box-sizing:border-box;
    position:fixed;
    top:0.9rem;
    right:-300px;
    z-index: 200;
}
.G_top_tcc_main li {
    padding:0.3rem 0;
    height: 70px;
    text-align: center;
    box-sizing:border-box;
    border-bottom:#000 solid 1px;
}
.G_top_tcc_main li:last-child{
	border-bottom: none;
}
.G_top_tcc_main li a {
    color:#000;
    font-size:0.25rem;
}