@charset "UTF-8";

/* WX:DereK_Ysx ÓÚ2021-03-25±àÐ´  */
header {
    width: 100%;
}

.h-a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: .55rem;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.09);
}

.h-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 3.3rem;
    height: .6rem;
}

.h-logo img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.h-container {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.h-ul {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.h-li {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.h-li.active .h-li-title {
    background-color: #06a249;
    color: #fff;
}

.h-li-title {
    width: auto;
    height: .9rem;
    
    line-height: 1.25;
    color: #5e5f5e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 .2rem;
    font-weight: 600;
}

.h-li-title:hover {
    background-color: #06a249;
    color: #fff;
}

.h-box {
    width: 125px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 100%;
    -webkit-box-shadow: 0 0 0.05rem #ccc;
    box-shadow: 0 0 0.05rem #ccc;
    display: none;
    z-index: 10;
    background-color: #fff;
    z-index: 99999999;
}

.h-item {
    width: 100%;
    text-align: center;
    padding: .15rem .05rem;
    
    line-height: 1.25;
    color: #333333;
    cursor: pointer;
    display: block;
}

.h-item:hover {
    background-color: #06a249;
    color: #fff;
}

.h-set {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .2rem;
    padding-left: .4rem;
    position: relative;
}

.h-set:before {
    content: '';
    display: inline-block;
    background-color: #dddddd;
    width: 1px;
    height: .1rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.h-email {
    width: .26rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.h-email img {
    width: 100%;
}

.h-email .img-2 {
    display: none;
}

.h-email:hover .img-1 {
    display: none;
}

.h-email:hover .img-2 {
    display: inline-block;
}

@media (max-width: 1920px) {
    .h-email {
        width: 25px;
    }
}

.h-language {
    width: auto;
    min-width: .72rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .4rem;
    background-color: #f6f6f6;
    border-radius: 13px;
}

.h-lang-item {
    width: 100%;
    min-width: .36rem;
    min-height: .26rem;
    
    line-height: 1.25;
    color: #333333;
    padding: .06rem .1rem;
    border-radius: .13rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.h-lang-item:hover {
    background-color: #06a249;
    color: #ffffff;
}

.h-lang-item.active {
    background-color: #06a249;
    color: #ffffff;
}

@media (max-width: 1920px) {
    .h-lang-item {
        border-radius: 13px;
    }
}

.h-search {
    width: auto;
    padding: 0 .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background-color: #06a249;
    margin-left: .4rem;
}

.h-search img {
    width: auto;
    height: .22rem;
}

@media (max-width: 1920px) {
    .h-search img {
        height: 18px;
    }
}

.h-menu {
    display: none;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
}

.h-menu img {
    width: 30px;
    height: 30px;
}

.h-opa {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 10;
}

.h-sch {
    display: none;
    width: 260px;
    height: 80px;
    padding: 25px;
    position: fixed;
    top: 100px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    z-index: 150;
    background-color: #fff;
}

.h-sch .h-form {
    width: 100%;
    background-color: transparent;
    position: relative;
    padding-right: 2.64em;
    overflow: hidden;
}

.h-sch .h-text {
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-right: none;
    vertical-align: top;
    background-color: transparent;
    font-size: 14px;
    color: #595757;
    padding: 0 10px;
}

.h-sch .h-smt {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/themes/pc_cn/public/assets/images/4.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: transparent;
}

.h-sch.show {
    display: block;
}

@media (max-width: 1280px) {
    .h-a {
        height: 50px;
        padding-left: 10px;
    }

    .h-a.show .h-ul {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .h-a.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0.05rem #ccc;
        box-shadow: 0 0 0.05rem #ccc;
    }

    .h-logo img {
        height: 35px;
    }

    .h-ul {
        width: 260px;
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        background-color: #fff;
        overflow: auto;
        z-index: 100;
        padding-top: 10px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }

    .h-li {
        width: 100%;
        height: auto;
        margin: 0;
        padding-left: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .h-li.active .h-li-title {
        background-color: #fff;
        color: #06a249;
    }

    .h-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .h-nav:after {
        content: '+';
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        color: #333;
    }

    .h-nav.show:after {
        content: '-';
    }

    .h-li-title {
        width: 200px;
        color: #333;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }

    .h-li-title:after {
        display: none !important;
    }

    .h-li-title:hover {
        background-color: #fff;
        color: #06a249;
    }

    .h-box {
        width: 100%;
        /*position: static;*/
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .h-item {
        text-align: left;
        padding: 0;
        padding-left: 30px;
        min-height: 40px;
        line-height: 1.5;
        padding-top: 5px;
        padding-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h-set {
        margin-left: 10px;
        padding-left: 0;
    }

    .h-set:before {
        display: none;
    }

    .h-language {
        margin-left: 10px;
    }

    .h-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .h-search {
        display: none;
    }
}

@media (max-width: 450px) {
    .h-logo img {
        width: 150px;
        height: auto;
    }

    .h-menu {
        margin-left: 10px;
    }

    .h-search {
        margin-left: 10px;
    }
}
<!--ºÄÊ±1765486182.1663Ãë-->