html {
    height: 100%;
}

body {
    height: 100%;
    opacity: 0;
}

.main-body {
    height: 100%;
}

.one-screen {
    position: relative;
    height: 100%;
}

.img-block {
    position: relative;
}

.img-block img {
    display: block;
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header img {
    display: block;
    width: 100%;
}

.header a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    text-decoration: none;
}

.header .navs-ctrl {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
}

#navs-container {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    background-color: rgba(254, 201, 4, 0.95);
    text-align: center;
}

#navs-container img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

#navs-container .navs-list {
    padding: 30% 5%;
}

#navs-container .nav {
    margin: 10% auto;
    width: 100%;
    text-align: center;
}

#navs-container .nav a {
    display: block;
    font-size: 35px;
    text-decoration: none;
    color: #ffffff;
}

#navs-container .lang {
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: 24px;
    line-height: 60px;
    border-bottom: #fff 1px solid;

}

#navs-container .lang span {
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

#navs-container .lang a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

#navs-container .lang a:hover {
    color: #fff;
    text-decoration: none;
}

#navs-container .nav {
    margin-right: 50px;
}

.footer {
    background-color: #fdc82f;
}

.footer .rights{
    font-size: 9px;
}

.footer p {
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
}

.footer .icp a{
    font-size: 10px;
    color: #000;
    text-decoration: none;
}

.footer .beian a {
    font-size: 10px;
    text-decoration: none;
    display: block;
    width: 208px;
    margin: 0 auto;
}

.footer .beian p {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #636363;
}

.footer .beian img {
    vertical-align: middle;
}

.a962110 {
    background: #fdc82f;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    box-sizing: border-box;
    padding: 15px;
    padding-bottom: 15px;
}

.a962110 img {
    height: 30px;
}

.a962110 .a962110_text {
    margin-left: 20px;
    font-size: 10px;
    color: #636363;
}