
.g-hd {
    width:100vw;
    height: 5.25rem;
    position: relative;
}

.g-hd img {
    display: block;
    width: 100%;
}

.g-hd .g_lo {
    float: left;
    width: 27%;
    margin: 1.25rem 0 0 2%;
}

.g-hd #oneNav {
    float: left;
    height: 4.4rem;
    margin-left: 12.1%;
}

.g-hd #oneNav li {
    float: left;
    font-size: 1.2rem;
    line-height: 5.25rem;
    padding: 0 1.2rem;
    position: relative;
}

.g-hd #oneNav li a {
    color: #707070;
}

.g-hd #oneNav li:last-child {
    padding-right: 0;
}

.g-hd .m-nav2 {
    float: right;
    width: 1.85rem;
    margin: 1.85rem 2% 0 0;
}

.g-hd .m-close {
    float: right;
    width: 1.85rem;
    margin: 0rem 2% 0 0;
}

.g-hd #menu,
.g-hd .m-close {
    display: none
}

.g-hd #menu {
    top: 5.25rem;
    right: 0;
    z-index: 99;
    box-sizing: border-box;
    width: 69.3%;
    height: auto;
    position: absolute;
    background: #ffffff;

}

.g-hd #menu .second {
    padding-top: 0.75rem;
    height: 100%;
    background: #fff;
    transition: .25s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.g-hd #menu .second>ul {
    height: auto;
    margin: 0 1.5rem;
}

.g-hd #menu .second>ul>li {
    line-height: 4.5rem;
    padding-left: 1.5rem;
    font-size: 0;
    padding-right: 0;
    border-bottom: 0.05rem solid #dedede;
    position: relative;
}

.g-hd #menu .second ul>li .one {
    margin-right: 4rem;
}

.g-hd #menu .second ul>li .one a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 1.2rem;
    color: #333333;
    display: block;
}

.g-hd #menu .second li .btn {
    position: absolute;
    width: 3.5rem;
    height: 4.5rem;
    top: 0;
    right: 1rem;
    z-index: 10;
    background: url(/static/home/images/h-sj.png) no-repeat center right;
    background-position: 100%;
    background-size: 1rem auto;
}

.g-hd #menu .second ul li .third {
    display: none;
    padding-bottom: 1.85rem;
}

.g-hd #menu .second ul li .third a {
    display: block;
    overflow: hidden;
    margin-left: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2.65rem;
    color: #808080;
}

.g-hd #menu .second ul li .third a:last-of-type {
    border-bottom: none
}

.g-hd #menu .second ul li.cur .btn {
    background: url(/static/home/images/h-sj2.png) no-repeat center right;
    background-position: 100%;
    background-size: 1rem auto;
}

.g-hd #menu .second ul li.cur::after {
    width: 0.25rem;
    height: 3.25rem;
    position: absolute;
    left: -1.5rem;
    top: 0.4rem;
    z-index: 99;
    display: block;
    content: "";
    background: #007030;
    border-radius: 2px;
}

.g-hd #menu .second ul li:first-child .btn {
    background: none;
}




.g-adv img{width: 100%;display: block;}


.g-ft{height:16.35rem;background:#163232; position: relative;}
.g-ft .top{position: absolute;width:4rem;text-align: center;left: 50%;top: -2.4rem;z-index: 88; margin-left:-2.4rem;}
.g-ft .top img{display:block;width:100%;}

.gsx { padding-top:3.6rem;}
.gsx p{text-align: center;margin-bottom:0.6rem;}
.gsx p a{display: inline-block;color: #E5E5E5;font-size:1.1rem;margin:0 2%;position:relative;}
.gsx p a:after{content: "|";display:inline-block;font-size: 1.1rem; font-weight: lighter;margin: 0 2.3%;position: absolute;right: -20%;top: 0.1rem;color: #E5E5E5;}
.gsx p a:last-child:after{display: none;}
.gsx i{font-size:1.1rem;color: #E5E5E5;line-height: 1.4rem;overflow: hidden;display: block;margin-bottom: .6rem;text-align: center;}
.gsx b{font-size:1.1rem;color: #E5E5E5;font-weight: normal;text-align: center;display: block;}

.f_nav{position:fixed;width:100%;max-width:750px;margin:0 auto;height:5.65rem;bottom:0;background:#ffffff;z-index: 999;line-height:5rem}
.f_nav li{float: left;width: 33.33%;height:5.65rem;text-align: center;}
.f_nav li img{display:block;width: auto;height:3.5rem;margin:0 auto;}
.f_nav li span{display: block;color: #6B6B6B;font-size:1.2rem;line-height:1.2rem;}


