
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    transition: all ease 0.5s;
    background-color: transparent;
}

header .hops {
    width: 100%;
    padding: 0.1rem 0;
    background-color: #1b1b1b;
}

header .hop {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .hop .hol {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

header .hop .hol .hiom {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
}

header .hop .hol .hiom span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 0.1rem;
}

header .hop .hol .hiom span img {
    width: 100%;
    display: block;
}

header .hop .hol .hiom+.hiom {
    margin-left: 0.3rem;
}

header .hop .hor {
    display: inline-block;
    vertical-align: middle;
}

header .hop .languages {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 0.1rem;
    text-align: left;
    margin-left: 0.3rem;
}

header .hop .languages .lauges {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .hop .languages .lauges .lashow {
    width: 100%;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 0;
    padding-right: 0.2rem;
}

header .hop .languages .lauges .lashow .am {
    width: 100%;
    font-size: 0;
}

header .hop .languages .lauges .lashow .am .xm {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 0.06rem;
}

header .hop .languages .lauges .lashow .am .xm img {
    width: 100%;
    display: block;
}

header .hop .languages .lauges .lashow .am .laps {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
}

header .hop .languages .lauges .lashow:after {
    content: ' ';
    position: absolute;
    right: 0rem;
    top: calc(50% + 0.04rem);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #fff transparent transparent transparent;
}

header .hop .languages .lauges .language {
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100%;
    display: none;
    width: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

header .hop .languages .lauges .language .latem {
    width: 100%;
}

header .hop .languages .lauges .language .latem a {
    width: 100%;
    display: block;
    color: #333;
    padding: 0 0.1rem;
    line-height: 3;
    background: rgba(255, 192, 0, 0.5);
}

header .hop .languages .lauges .language .latem:hover a {
    background: #ffc000;
    color: #fff;
}

header .hop .languages .lauges .language .latem.on a {
    background: #ffc000;
    color: #fff;
}

header .hop .share {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

header .hop .share .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 0.05rem;
}

header .hop .share .am a,
header .hop .share .am img {
    width: 100%;
    display: block;
}

header .hobs {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
}

header .hob {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .hob .logo {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
}

header .hob .logo a,
header .hob .logo img {
    width: 100%;
    display: block;
}

header .hob .rav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 0.2rem;
}

header .hob .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 0.1rem;
    cursor: pointer;
    display: none;
    position: relative;
}

header .hob .rav .menu img {
    width: 100%;
    display: block;
}

header .hob .rav .menu .clk {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

header .hob .rav .stvm {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

header .hob .rav .stvm .input {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    border-bottom: solid 1px #eee;
    transition: all ease 0.3s;
}

header .hob .rav .stvm .input input {
    width: 100%;
    display: block;
    border: none;
    background-color: transparent;
    line-height: 2.5;
    color: #333;
}

header .hob .rav .stvm .input input::-webkit-input-placeholder,
header .hob .rav .stvm .input textarea::-webkit-input-placeholder {
    color: #666;
}

header .hob .rav .stvm .input input:-moz-placeholder,
header .hob .rav .stvm .input textarea:-moz-placeholder {
    color: #666;
}

header .hob .rav .stvm .input input::-moz-placeholder,
header .hob .rav .stvm .input textarea::-moz-placeholder {
    color: #666;
}

header .hob .rav .stvm .input input:-ms-input-placeholder,
header .hob .rav .stvm .input textarea:-ms-input-placeholder {
    color: #666;
}

header .hob .rav .stvm .clost {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    color: #333;
    cursor: pointer;
    transition: all ease 0.3s;
}

header .hob .rav .stvm .clost img {
    width: 100%;
    display: block;
}

header .hob .rav .stvm .vic {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    cursor: pointer;
    width: 0;
    position: relative;
}

header .hob .rav .stvm .vic img {
    width: 100%;
    display: block;
}

header .hob .rav .stvm .vic .vis {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

header .hob .rav .stvm.long .input {
    width: 1.5rem;
}

header .hob .rav .stvm.long .input input {
    padding: 0 0.15rem;
}

header .hob .rav .stvm.long .clost {
    display: inline-block;
}

header .hob .rav .stvm.long .clost {
    font-size: 20px;
}

header .hob .rav .stvm.long .vic {
    width: 22px;
    margin: 0 0.1rem;
}

header .hob .rav .am {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

header .hob .rav .am img {
    width: 100%;
    display: block;
}

header .hob nav {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    text-align: right;
}

header .hob nav .natem {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

header .hob nav .natem .nas {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0.1rem;
}

header .hob nav .natem .nas a {
    display: inline-block;
    line-height: 3.5;
    line-height: 1rem;
    color: #333;
    position: relative;
    padding: 0 0.15rem;
}

header .hob nav .natem .nas:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    opacity: 0;
    width: 100%;
    height: 2px;
    background-color: #ffc000;
}

header .hob nav .natem .navuls {
    width: 2.2rem;
    width: 140px;
    position: absolute;
    z-index: 101;
    left: calc(50%);
    top: 100%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
}

header .hob nav .natem .navuls ul {
    width: 100%;
}

header .hob nav .natem .navuls ul li {
    width: 100%;
    position: relative;
}

header .hob nav .natem .navuls ul li .njm {
    width: 100%;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

header .hob nav .natem .navuls ul li .ns {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #222;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.15rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
}

header .hob nav .natem .navuls ul li .theul {
    width: 100%;
    background-color: #f4f4f5;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

header .hob nav .natem .navuls ul li .theul li {
    width: 100%;
    font-size: 0;
}

header .hob nav .natem .navuls ul li .theul li .xn {
    display: inline-block;
    vertical-align: middle;
    color: #81838e;
    line-height: 2.5;
    padding: 0 0.2rem;
    width: 100%;
}

header .hob nav .natem .navuls ul li .theul li:hover {
    background-color: #e5e5ed;
}

header .hob nav .natem .navuls ul li .theul li:hover .xn {
    color: #ffc000;
}

header .hob nav .natem .navuls ul li:hover .ns {
    background-color: #ffc000;
}

header .hob nav .natem .navuls ul li.has-the:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    position: absolute;
    right: 0.08rem;
    left: auto;
    transform: translateY(-50%);
    top: 50%;
    background-image: url("../images/r1.png");
    background-size: 100% 100%;
    background-position: center;
}

header .hob nav .natem .navuls ul li.has-the.show:after {
    content: "-";
}

header .hob nav .natem.on .nas a {
    color: #ffc000;
}

header .hob nav .natem.on .nas:after {
    opacity: 1;
}

header .hob nav .natem:hover .nas a {
    color: #ffc000;
}

header .hob nav .natem:hover .nas:after {
    opacity: 1;
}

@media (max-width: 800px) {
    header .hop .hol {
        width: 100%;
        text-align: center;
        margin-bottom: 0.06rem;
    }

    header .hop .hor {
        width: 100%;
        text-align: center;
    }

    header .hop .share .am {
        width: 18px;
        height: 18px;
    }

    header .hop .languages .lauges .lashow {
        padding-right: 0.3rem;
    }

    header .hob {
        height: 0.8rem;
    }

    header .hob nav {
        width: 100%;
        position: fixed;
        right: 0;
        top: calc(1.5rem);
        left: auto;
        height: calc(100vh - 0.2rem - 32px);
        background-color: #fff;
        margin-right: 0;
        overflow: auto;
        z-index: 500;
        transition: transform .3s;
        padding-left: 0.1rem;
        padding: 0.1rem;
        display: block;
        text-align: left;
        display: none;
        border-top: solid 1px #e5e5e5;
    }

    header .hob nav .natem {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: auto;
        width: 100%;
        padding: 0.1rem 0;
        opacity: 0;
        transform: translate(-10px, -30px);
        transition: all .8s ease;
    }

    header .hob nav .natem .nas {
        width: auto;
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    header .hob nav .natem .nas a {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 2.5;
        color: #333;
        font-weight: bold;
        padding: 0 0.3rem;
        position: relative;
    }

    header .hob nav .natem .nas a:hover {
        color: #ffc000;
        background-color: transparent;
    }

    header .hob nav .natem .navuls {
        width: 1.4rem;
        width: 100%;
        position: relative;
        z-index: 101;
        left: 0%;
        top: 0%;
        transform: translateX(0%);
        background: #fff;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
        display: none;
        text-align: left;
    }

    header .hob nav .natem .navuls ul {
        width: 100%;
        padding: 0.1rem 0.2rem;
    }

    header .hob nav .natem .navuls ul li {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 0;
    }

    header .hob nav .natem .navuls ul li .ns {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 3;
        color: #333;
        text-align: left !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 0.2rem;
        background: #fff;
        position: relative;
    }

    header .hob nav .natem .navuls ul li .ns:hover {
        color: #ffc000;
    }

    header .hob nav .natem .navuls ul li .theul {
        width: 100%;
        background-color: #fff;
        display: none;
        left: 0;
        top: 0;
        position: relative;
    }

    header .hob nav .natem .navuls ul li .theul li {
        width: 100%;
        font-size: 0;
    }

    header .hob nav .natem .navuls ul li .theul li .xn {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 2.5;
        padding: 0 0.2rem;
    }

    header .hob nav .natem .navuls ul li .theul li .xn:hover {
        color: #00479d;
    }

    header .hob nav .natem .navuls ul li+li {
        border-top: solid 1px #eee;
    }

    header .hob nav .natem .navuls ul li:hover .ns {
        background-color: transparent;
        color: #ffc000;
    }

    header .hob nav .natem .navuls ul li.has-the:after {
        top: 0.4rem;
    }

    header .hob nav .natem:before {
        display: none !important;
    }

    header .hob nav .natem .prosubnav {
        display: none;
    }

    header .hob nav .natem.on .nas:after {
        display: none;
    }

    header .hob nav .natem.has-nav:after {
        content: "+";
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: absolute;
        background: none;
        right: 0;
        left: auto;
        transform: translateX(0);
        top: 0.05rem;
        font-size: 20px;
        color: #333;
        border: none;
    }

    header .hob nav .natem.has-nav.show:after {
        content: "-";
    }

    header .hob nav .natem.animate {
        opacity: 1;
        transform: translate(0, 0);
    }

    header .hob .rav .menu {
        display: inline-block;
    }

    header .hob .rav .stvm {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 1rem;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        padding: 0.15rem 2%;
        display: none;
    }

    header .hob .rav .stvm form {
        width: 100%;
        display: flex;
        align-items: center;
    }

    header .hob .rav .stvm .clost {
        display: inline-block;
        vertical-align: middle;
        width: 23px;
        height: 23px;
        font-size: 20px;
        color: #fff !important;
        line-height: 23px;
        text-align: center;
        position: relative;
        margin-right: 0.1rem;
    }

    header .hob .rav .stvm .input {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 23px - 1rem);
    }

    header .hob .rav .stvm .input input::-webkit-input-placeholder,
    header .hob .rav .stvm .input textarea::-webkit-input-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input:-moz-placeholder,
    header .hob .rav .stvm .input textarea:-moz-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input::-moz-placeholder,
    header .hob .rav .stvm .input textarea::-moz-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input:-ms-input-placeholder,
    header .hob .rav .stvm .input textarea:-ms-input-placeholder {
        color: #fff;
    }

    header .hob .rav .stvm .input input {
        color: #fff;
    }

    header .hob .rav .stvm .vic {
        width: 0.4rem;
        text-align: center;
    }

    header .hob .rav .stvm .vic .sub {
        width: 100%;
    }

    header.menu-state .hob .rav .menu img {
        opacity: 0;
    }
}

@media (max-width: 450px) {
    header .hop .hm {
        display: none;
    }

    header .hop .hk {
        width: 100%;
        text-align: center;
    }
}

footer {
    width: 100%;
}

footer .ftop {
    width: 100%;
    background-color: #262839;
    padding: 0.7rem 0;
}

footer .ftop .fop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .ftop .fop .fcont {
    display: inline-block;
    vertical-align: top;
    width: calc((455 / 1400 * 100%));
}

footer .ftop .fop .fcont form {
    width: 100%;
    display: block;
}

footer .ftop .fop .fcont .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.15rem;
}

footer .ftop .fop .fcont .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    transition: all ease 0.5s;
}

footer .ftop .fop .fcont .fit a:hover {
    color: #fff;
}

footer .ftop .fop .fcont .row {
    width: 100%;
    font-size: 0;
}

footer .ftop .fop .fcont .row .input {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 12px) / 3);
    margin-right: 6px;
    margin-bottom: 6px;
}

footer .ftop .fop .fcont .row .input input {
    width: 100%;
    display: block;
    padding: 0 0.15rem;
    border: none;
    line-height: 3;
    height: 3em;
    color: #fff;
    background-color: #383b58;
}

footer .ftop .fop .fcont .row .input:nth-child(3n) {
    margin-right: 0;
}

footer .ftop .fop .fcont .row .text {
    width: 100%;
    margin-bottom: 6px;
}

footer .ftop .fop .fcont .row .text .area {
    width: 100%;
    display: block;
    background-color: #383b58;
    padding: 0.15rem;
    line-height: 1.5;
    color: #fff;
    border: none;
}

footer .ftop .fop .fcont .sub {
    width: 100%;
}

footer .ftop .fop .fcont .sub input {
    width: 100%;
    display: block;
    line-height: 3;
    height: 3em;
    text-align: center;
    cursor: pointer;
    border: none;
    background-color: #ffc000;
    color: #262839;
}

footer .ftop .fop .fcom {
    width: calc((365 / 1400 * 100%));
    display: inline-block;
    vertical-align: top;
}

footer .ftop .fop .fcom .flist {
    display: inline-block;
    vertical-align: top;
    width: calc(50%);
    padding-right: 0.1rem;
}

footer .ftop .fop .fcom .flist .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.15rem;
}

footer .ftop .fop .fcom .flist .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    transition: all ease 0.5s;
    padding: 0.04rem 0;
}

footer .ftop .fop .fcom .flist .fit a:hover {
    color: #fff;
}

footer .ftop .fop .fcom .flist .ful {
    width: 100%;
}

footer .ftop .fop .fcom .flist .ful a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    transition: all ease 0.5s;
    line-height: 2;
}

footer .ftop .fop .fcom .flist .ful a:hover {
    color: #fff;
}

footer .ftop .fop .fcom .flist .ful div {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    transition: all ease 0.5s;
}

footer .ftop .fop .frtm {
    width: calc((320 / 1400 * 100%));
    display: inline-block;
    vertical-align: top;
}

footer .ftop .fop .frtm .fogo {
    width: 100%;
    font-size: 0;
}

footer .ftop .fop .frtm .fogo a {
    display: inline-block;
    vertical-align: middle;
    width: 2.45rem;
}

footer .ftop .fop .frtm .fogo a img {
    width: 100%;
    display: block;
}

footer .ftop .fop .frtm .fip {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin: 0.15rem 0 0.12rem;
}

footer .ftop .fop .frtm .fip p {
    color: #fff;
    line-height: 1.5;
}

footer .ftop .fop .frtm .fx {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0.12rem 0;
}

footer .ftop .fop .frtm .fok {
    width: 100%;
    font-size: 0;
}

footer .ftop .fop .frtm .fok .hiom {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    margin-right: 0.2rem;
    padding: 0.05rem 0;
}

footer .ftop .fop .frtm .fok .hiom span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 0.06rem;
}

footer .ftop .fop .frtm .fok .hiom span img {
    width: 100%;
    display: block;
}

footer .ftop .fop .frtm .fhare {
    width: 100%;
    font-size: 0;
    margin-top: 0.2rem;
}

footer .ftop .fop .frtm .fhare .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    width: 22px;
    height: 22px;
    margin-right: 0.1rem;
}

footer .ftop .fop .frtm .fhare .am a,
footer .ftop .fop .frtm .fhare .am img {
    width: 100%;
    display: block;
}

footer .fbot {
    width: 100%;
    background-color: #131528;
}

footer .fbot .fot {
    width: 100%;
    padding: 0.3rem 0;
}

footer .fbot .fot .fm {
    width: 100%;
    text-align: center;
    color: #8d90a5;
    line-height: 1.5;
}

@media (max-width: 800px) {
    footer .ftop {
        padding: 0.3rem 0;
    }

    footer .ftop .fop {
        flex-direction: column-reverse;
    }

    footer .ftop .fop .frtm {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    footer .ftop .fop .frtm .fogo a {
        width: 180px;
    }

    footer .ftop .fop .frtm .fip {
        margin: 0.2rem 0;
    }

    footer .ftop .fop .fcom {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    footer .ftop .fop .fcom .flist {
        width: 100%;
        border-bottom: solid 1px #e5e5e5;
        position: relative;
        border-top: solid 1px #e5e5e5;
    }

    footer .ftop .fop .fcom .flist .fit {
        width: 100%;
        margin-bottom: 0;
        padding: 0.3rem 0;
    }

    footer .ftop .fop .fcom .flist .lx {
        display: none;
    }

    footer .ftop .fop .fcom .flist .ful {
        width: 100%;
        font-size: 0;
        padding-bottom: 0.15rem;
        display: none;
    }

    footer .ftop .fop .fcom .flist .ful a {
        line-height: 2;
    }

    footer .ftop .fop .fcom .flist.has-ful:after {
        content: " ";
        display: inline-block;
        width: 14px;
        height: 8px;
        background-image: url("../images/x1.png");
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        position: absolute;
        right: 0.2rem;
        left: auto;
        transform: translateX(0);
        top: 0.4rem;
        color: #333;
        border: none;
        transition: all ease 0.5s;
    }

    footer .ftop .fop .fcom .flist.has-ful.show:after {
        content: " ";
        transform: translateX(0) rotate(180deg);
    }

    footer .ftop .fop .fcom .flist+.flist {
        border-top: none;
    }

    footer .ftop .fop .fcont {
        width: 100%;
    }
}




