#topbg {
    background: url(2023-topbg.jpg) top center no-repeat !important;
    background-size: 100% 3rem !important;
    width: 100%;
    height: 300px;
    height: 3rem;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.menub {
    background-color: #115db2 !important;
    width: 100%;
    height: 60px;
    height: 0.6rem;
    display: block;
    position: absolute;
    bottom: 0px;
    box-shadow: 0 6px 6px 0 #aaa;
    box-shadow: 0 0.06rem 0.06rem 0 #aaa;
}

#top {
    min-width: 12rem;
    width: 100%;
    height: 1.5rem;
    color: rgb(255, 255, 255);
    font-size: 0.14rem;
    line-height: 0.4rem;
    font-family: 微软雅黑, "Microsoft YaHei", 苹果丽黑, "Apple LiGothic Medium";
    background: linear-gradient(rgb(17, 93, 178) 20%, rgba(12, 61, 130, 0) 100%);
}

.top-tools {
    max-width: 1200px;
    min-width: 12rem;
    margin: auto;
}

.top-tools a {
    color: #fff;
}

#logo {
    width: 800px;
    width: 8rem;
    height: 94px;
    height: .94rem;
    margin: 40px auto 0 auto;
    margin: .4rem auto 0 auto;
    position: relative;
    top: -1.5rem;
}

#logoimg {
    display: block;
    width: 100%;
    height: 100%;
}

#search {
    width: 460px;
    width: 4.6rem;
    margin: 123px auto 22px auto;
    margin: 1.23rem auto .22rem auto;
    position: relative;
    top: -2.45rem;
}

.search-ipt {
    width: 450px;
    width: 4.5rem;
    height: 30px;
    height: .3rem;
    padding: 5px;
    padding: .05rem;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
}

.search-ipt .sBox-input {
    width: 385px;
    width: 3.85rem;
    height: 30px;
    height: .3rem;
    padding: 0 10px;
    padding: 0 .1rem;
    background-color: #fff;
    border: none;
    outline: none;
    font-size: 12px;
    font-size: .12rem;
}

.search-ipt .btn {
    width: 45px;
    width: .45rem;
    height: 30px;
    height: .3rem;
    border: none;
    background-color: #115db2;
    color: #fff;
    cursor: pointer;
}



#search ul {
    width: 460px;
    width: 4.6rem;
    height: 21px;
    height: .21rem;
    margin: 10px 0;
    margin: .1rem 0;
    font-size: 14px;
    font-size: .14rem;
    padding: 2px;
    padding: .02rem;
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

#search .searchhotkey li {
    float: left;
    color: #FFF;
    margin: 0 10px;
    margin: 0 .1rem;
}

#search .searchhotkey li a {
    color: #fff;
}



#menu {
    width: 1202px;
    width: 12.02rem;
    margin: -229px auto 0 auto;
    margin: -2.29rem auto 0 auto;
    position: relative;
    top: 0;
}

#menu ul {
    margin: auto;
    position: relative;
}

#menu ul li {
    float: left;
    text-align: center;
    padding-right: 1px;
    padding-right: .01rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 60px;
    line-height: .6rem;
    cursor: pointer;
    color: #FFF;
}

#menu ul li a {
    display: block;
    width: 199px;
    width: 1.99rem;
    height: 60px;
    height: .60rem;
    color: #fff;
    background-color: #115db2;
}

#menu ul li .cur {
    background-color: rgba(10, 128, 224, 0.8);
}

#menu ul li a:hover {
    background-color: rgba(10, 128, 224, 0.8);
}

.box {
    width: 12.5rem;
    margin: 1rem auto 0;
    padding: .2rem 0;
    box-shadow: 0 0 26px #aaa;
    box-shadow: 0 0 .26rem #aaa;
    background-color: #fff;
    overflow: auto;
}

.lg-footer {
    background-color: #1764ce !important;
}

.lg-foot .foot-txt,
.lg-foot .foot-txt a {
    color: #fff;
}