@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei UI","Arial" !important;
    text-decoration: none;
}
.clearfix:after{content:" ";visibility:hidden;display:block;clear:both;height:0;font-size:0}
.clearfix {clear: both;}
.padding {
    padding:0 50px;
}
.nav {
    position: relative;
}
.nav-con {
    position: fixed;
    height: 94px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: none;
    box-shadow: none;
    transition: height .2s cubic-bezier(0.22, 0.61, 0.36, 1),background .2s cubic-bezier(0.22, 0.61, 0.36, 1),box-shadow .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-con.not-first {
    height: 60px;
    background: rgba(0,0,0,0.9);
    box-shadow: 0px 3px 10px #00000059;
    transition: height .2s cubic-bezier(0.22, 0.61, 0.36, 1),background .2s cubic-bezier(0.22, 0.61, 0.36, 1),box-shadow .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-con.light {
    background: rgba(242,242,242,0.9);
    box-shadow: 0px 3px 10px #88888859;
}
.nav-logo {
    margin-top: 33px;
    float: left;
    width: 166px;
    height: 28px;
    background: url(../img/xiazai3.png) no-repeat 0 center;
    background-size: 166px auto;
}
.nav-title {
    margin-top: 26px;
    float: left;
    line-height: 38px;
    color: #008873;
    margin-left: 10px;
    font-size: 32px;
}
.not-first .nav-logo {
    margin-top: 16px;
    transition: margin-top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.not-first .nav-title {
    margin-top: 8px;
    transition: margin-top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.light .nav-logo {
    background-image: url(../img/xiazai-d.png);
}
.nav-logo a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 999px;
    white-space: nowrap;
}
.fixed-btn {
    float: right;
    margin-right: -40px;
    margin-top: 4px;
    height: 32px;
    font-size: 15px;
    line-height: 32px;
    color: #00ffcc;
    font-weight: bold;
    border: 1px solid #00ffcc;
    padding: 0 20px;
    opacity: 0;
    transition: margin-right .2s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.not-first .fixed-btn {
    margin-right: 0;
    opacity: 1;
    transition: margin-right .2s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.light .fixed-btn {
    color: #008873;
    border-color: #008873;
}
.nav-list {
    padding: 26px 0 0 288px;
    height: 42px;
}
.not-first .nav-list {
    padding: 6px 0 0 288px;
    transition: padding .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-list .nav-list-link,.nav-list .nav-list-icon,.nav-list .nav-search{
    float: right;
    font-size: 16px;
    line-height: 42px;
    color: #ddd;
    padding: 0 20px;
    position: relative;
    transition: color .2s cubic-bezier(0.22, 0.61, 0.36, 1),margin-left .2s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-list .nav-list-link:hover,.nav-list .nav-list-icon:hover {
    color: #fff;
}
.nav-list .nav-list-link.hidden,.nav-list .fixed-btn.hidden {
    color: #000;
    margin-right: -10px;
    opacity: 0;
    transition: color .2s cubic-bezier(0.22, 0.61, 0.36, 1),margin-right .2s cubic-bezier(0.22, 0.61, 0.36, 1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.light .nav-list .nav-list-link,.light .more-language li a {
    color: #444;
}
.light .nav-list .nav-list-link:hover,.light .more-language li:hover a{
    color: #000;
}
.nav-list .nav-list-icon {
    cursor: pointer;
    padding: 0 0 0 45px;
    width: 110px;
    height: 42px;
    white-space: nowrap;
    box-sizing: content-box;
}
.nav-list .nav-list-icon.cate-hover {
    padding-left: 0;
    width: auto;
}
.nav-list .nav-list-icon i{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("../img/icons3.png") no-repeat -499px -299px;
    background-size: 600px auto;
}
.nav-list .nav-list-icon:hover i{
    background-position: -499px -499px;
}
.nav-list .nav-list-icon:hover .more-language{
    display: block;
}
.more-language {
    display: none;
    background-color: rgba(0,0,0,0.9);
    left: 20px;
    top: 42px;
    position: absolute;
    width: 135px;
    padding: 13px 0;
    text-align: center;
}
.light .more-language {
    background: rgba(242,242,242,0.9);
}
.cate-hover .more-language {
    width: auto;
    left: 0;
}
.more-language li {
    overflow: hidden;
    padding: 0 0 0 25px;
    white-space: nowrap;
}
.cate-hover .more-language li {
    padding-left: 20px;
    padding-right: 10px;
}
.more-language li:hover {
    background-color: rgba(51,51,51,0.9);
}
.light .more-language li:hover {
    background-color: rgba(255,255,255,0.9);
}
.more-language li a{
    display: block;
    line-height: 36px;
    font-size: 16px;
    padding: 0;
    float: none;
    color: #ddd;
    text-align: left;
}
.more-language li:hover a{
    color: #fff;
}
.nav-list .nav-search {
    width: 20px;
    height: 42px;
    box-sizing: content-box;
}
.nav-list .nav-search ul{
    display: none;
    position: absolute;
    top: 42px;
    right: 20px;
    width: 260px;
    background: rgba(0,0,0,0.9);
    padding: 14px 0;
}
.light .nav-list .nav-search ul{
    background: rgba(242,242,242,0.9);
}
.nav-list .nav-search ul li {
    overflow: hidden;
    padding: 0 0 0 20px;
    white-space: nowrap;
}
.nav-list .nav-search ul li:hover {
    background: rgba(51,51,51,0.7);
}
.light .nav-list .nav-search ul li:hover {
    background: rgba(255,255,255,0.9);
}
.nav-list .nav-search ul li a {
    display: block;
    line-height: 44px;
    font-size: 16px;
    padding: 0;
    float: none;
    color: #ddd;
    text-align: left;
}
.light .nav-list .nav-search ul li a {
    color: #444;
}
.nav-list .nav-search .input-con{
    position: absolute;
    top: 0;
    right: 1vw;
    z-index: 1;
    padding-bottom: 6px
}
.nav-list .nav-search input{
    float: right;
    width: 0;
    padding-right: 0;
    margin-left: 0;
    height: 36px;
    border: none;
    outline: none;
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.light .nav-list .nav-search input{
    border-color: #444;
    color: #000;
}
.nav-list .nav-search.active input {
    width: 260px;
    padding-right: 25px;
    margin-left: 240px;
    transition: width .2s cubic-bezier(0.22, 0.61, 0.36, 1),padding-right .2s cubic-bezier(0.22, 0.61, 0.36, 1),margin-left .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-list .nav-search i{
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 2;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../img/icons3.png") no-repeat -499px -399px;
    background-size: 600px auto;
}
.nav-list .nav-search i:hover,.nav-list .nav-search.active i{
    background: url("../img/icons3.png") no-repeat -499px -599px;
    background-size: 600px auto;
}
.light .nav-list .nav-list-icon {
    color: #444;
}
.light .nav-list .nav-list-icon:hover {
    color: #000;
}
.light .nav-list .nav-list-icon i{
    background: url("../img/icons3.png") no-repeat -399px -299px;
    background-size: 600px auto;
}
.light .nav-list .nav-search i{
    background: url("../img/icons3.png") no-repeat -399px -399px;
    background-size: 600px auto;
}
.light .nav-list .nav-list-icon:hover i{
    background: url("../img/icons3.png") no-repeat -399px -499px;
    background-size: 600px auto;
}
.light .nav-list .nav-search i:hover,.light .nav-list .nav-search.active i{
    background: url("../img/icons3.png") no-repeat -399px -599px;
    background-size: 600px auto;
}
.memu ,.fixed,.fixed-lang{
    display: none;
}
#footer {
    position: relative;
    z-index: 2;
    padding: 68px 0 20px;
    background: #efefef;
}
#footer .footer-text {
    border-top: 1px solid #aaa;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}
#footer p {
    font-size: 16px;
	line-height: 23px;
    color: #008873;
}
#footer p a {
    color: #008873;
}
#footer p a:hover {
    text-decoration: underline;
}
#footer p b {
    font-weight: normal;
}
#footer p span {
    color: #aaa;
    margin: 0 5px;
}
#footer .list {
    width: 25%;
    float: left;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}
#footer .list ul {
    color: #666;
    margin-bottom: 35px;
}
#footer .list li{
    position: relative;
    line-height: 16px;
    padding-top: 12px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 16px;
}
#footer .list li::before {
    position: absolute;
    left: 0;
    top: 19px;
    content: "";
    width: 5px;
    height: 5px;
    background: url(../img/icons3.png) -200px -600px;
}
#footer .list .follow li {
    padding-left: 20px;
}
#footer .list .follow li::before {
    top: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
#footer .list .follow li.facebook-before::before {
    background: url(../img/facebook3.png) 0 0;
    background-size: 16px auto;
}
#footer .list .follow li.twitter-before::before {
    background: url(../img/twitter3.png) 0 0;
    background-size: 16px auto;
}
#footer .list .follow li.youtube-before::before {
    background: url(../img/youtube.png) 0 0;
    background-size: 16px auto;
}
#footer .list .follow li.vk-before::before {
    background: url(../img/vkontakte.png) 0 0;
    background-size: 16px auto;
}
#footer .list .follow li.naver-before::before {
    background: url(../img/naver.png) 0 0;
    background-size: 16px auto;
}
#footer .list li a{
    color: #666;
}
@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)){
    .nav-con.not-first {
        background: rgba(0,0,0,0.7);
        backdrop-filter: blur(40px);
    }
    .nav-con.light {
        background: rgba(242,242,242,0.7);
    }
    .more-language {
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
    }
    .light .more-language {
        backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
    }
}
@media only screen and (max-width: 1439px) {
    .nav-con {
        height: 78px;
    }
    .nav-con.not-first {
        height: 42px;
    }
    .nav-logo {
        margin-top: 29px;
        width: 136px;
        height: 20px;
        background: url(../img/xiazai3.png) no-repeat 0 center;
        background-size: auto 20px;
    }
    .nav-title {
        margin-top: 23px;
        line-height: 28px;
        margin-left: 8px;
        font-size: 26px;
    }
    .fixed-btn {
        height: 22px;
        font-size: 14px;
        line-height: 22px;
        padding: 0 14px;
        margin-top: 3px;
        margin-right: -27px;
    }
    .nav-list {
        padding: 24px 0 0 200px;
        height: 30px;
    }
    .not-first .nav-list {
        padding: 6px 0 0 200px;
    }
    .nav-list .nav-list-link, .nav-list .nav-list-icon, .nav-list .nav-search {
        font-size: 14px;
        line-height: 30px;
        padding: 0 14px;
    }
    .nav-list .nav-list-icon {
        padding: 0 0 0 32px;
        width: 77px;
        height: 30px;
    }
    .nav-list .nav-list-icon i {
        left: 14px;
        top: 50%;
        margin-top: -7px;
        width: 14px;
        height: 14px;
        background: url(../img/icons3.png) no-repeat -350px -210px;
        background-size: 420px;
    }
    .nav-list .nav-list-icon:hover i{
        background-position: -350px -350px;
    }
    .more-language {
        left: 14px;
        top: 30px;
        width: 92px;
        padding: 10px 0;
        text-align: center;
    }
    .more-language li {
        padding: 0 0 0 16px;
    }
    .more-language li a{
        line-height: 24px;
        font-size: 12px;
    }
    .nav-list .nav-search {
        width: 14px;
        height: 30px;
    }
    .nav-list .nav-search input{
        right: 14px;
        height: 25px;
    }
    .nav-list .nav-search.active input {
        width: 182px;
        padding-right: 16px;
    }
    .nav-list .nav-search i{
        right: 14px;
        margin-top: -7px;
        width: 14px;
        height: 14px;
        background: url("../img/icons3.png") no-repeat -350px -280px;
        background-size: 420px auto;
    }
    .nav-list .nav-search i:hover,.nav-list .nav-search.active i{
        background: url("../img/icons3.png") no-repeat -350px -420px;
        background-size: 420px auto;
    }
    .light .nav-list .nav-list-icon i{
        background: url("../img/icons3.png") no-repeat -280px -210px;
        background-size: 420px auto;
    }
    .light .nav-list .nav-search i{
        background: url("../img/icons3.png") no-repeat -280px -280px;
        background-size: 420px auto;
    }
    .light .nav-list .nav-list-icon:hover i{
        background: url("../img/icons3.png") no-repeat -280px -350px;
        background-size: 420px auto;
    }
    .light .nav-list .nav-search i:hover,.light .nav-list .nav-search.active i{
        background: url("../img/icons3.png") no-repeat -280px -420px;
        background-size: 420px auto;
    }
    .light .nav-logo {
        background-image: url(../img/xiazai-d.png);
    }
    .not-first .nav-logo {
        margin-top: 11px;
        transition: margin-top .2s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .not-first .nav-title {
        margin-top: 5px;
    }
    #footer {
        padding: 20px 0 10px;
    }
    #footer .footer-text {
        margin-top: 7px;
        padding-top: 7px;
    }
    #footer p {
        font-size: 14px;
        line-height: 18px;
    }
    #footer .list ul {
        margin-bottom: 28px;
    }
    #footer .list li {
        font-size: 12px;
        line-height: 14px;
        padding-top: 9px;
    }
    #footer .list li::before {
        top: 13px;
    }
    #footer .list .follow li::before {
        top: 9px;
        width: 14px;
        height: 14px;
    }
    #footer .list .follow li:nth-child(1)::before {
        background: url(../img/facebook3.png) 0 0;
        background-size: 14px auto;
    }
    #footer .list .follow li:nth-child(2)::before {
        background: url(../img/twitter3.png) 0 0;
        background-size: 14px auto;
    }
    #footer .list .follow li:nth-child(3)::before {
        background: url(../img/youtube.png) 0 0;
        background-size: 14px auto;
    }
}
@media only screen and (max-width: 540px) {
    .padding {
        padding: 0 10px;
    }
    .nav-con {
        height: 42px;
    }
    .nav-logo {
        margin-top: 9px;
        width: 276px;
        height: 28px;
        background: url(../img/xiazai3.png) no-repeat 0 center;
        background-size: 276px auto;
    }
    .nav-title {
        margin-top: 2px;
        height: 38px;
    }
    .light .nav-logo {
        background: url(../img/xiazai-d.png) no-repeat 0 center;
        background-size: 276px auto;
    }
    .not-first .nav-logo {
        margin-top: 9px;
    }
    .not-first .nav-title {
        margin-top: 2px;
    }
    #footer .list {
        width: 100%;
        padding: 0 15px 0 0;
        box-sizing: border-box;
    }
    #footer p b {
        display: block;
    }
    .nav-list,.first-span {
        display: none;
    }
    #footer .list li {
        padding-left: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .memu {
        position: absolute;
        right: 15px;
        top: 12px;
        width: 18px;
        height: 16px;
        box-sizing: content-box;
        display: block;
        float: left;
        cursor: pointer;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
        text-align: center;
    }
    .light .memu span {
        background: #444;
    }
    .memu span {
        display: block;
        width: 18px;
        height: 2px;
        background: #fff;
        margin-bottom: 5px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    .memu.active .bar1 {
        -webkit-transform: rotate(0) translateY(7px);
        -moz-transform: rotate(0) translateY(7px);
        -ms-transform: rotate(0) translateY(7px);
        -o-transform: rotate(0) translateY(7px);
        transform: rotate(0) translateY(7px);
    }
    .memu.active .bar2 {
        opacity: 0;
    }
    .memu.active .bar3 {
        -webkit-transform: rotate(-90deg) translateX(7px);
        -moz-transform: rotate(-90deg) translateX(7px);
        -ms-transform: rotate(-90deg) translateX(7px);
        -o-transform: rotate(-90deg) translateX(7px);
        transform: rotate(-90deg) translateX(7px);
    }
    .memu.active {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav .fixed,.nav .fixed-lang {
        top: 0;
        left: 0;
        z-index: -1;
        position: fixed;
        width: 100vw;
        height: 100vh;
        padding-top: 42px;
    }
    .fixed-con {
        background: rgba(0,0,0,0.9);
        overflow: scroll;
        height: 100%;
    }
    .fixed .nav-search,.fixed-lang .nav-list-icon {
        border-bottom: 1px solid #7f7f7f;
        height: 50px;
        padding: 0 35px;
        position: relative;
    }
    .fixed-lang .nav-list-icon {
        line-height: 0;
        color: #fff;
        text-align: center;
    }
    .fixed-lang .nav-list-icon i{
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -299px;
    }
    .fixed-lang .nav-list-icon span{
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }
    .fixed .nav-search input{
        display: block;
        width: 100%;
        height: 36px;
        padding-right: 25px;
        box-sizing: border-box;
        border: none;
        outline: none;
        background: none;
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .fixed .nav-search i{
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -599px;
        right: 35px;
        top: 50%;
        margin-top: -15px;
    }
    .fixed ul,.fixed-lang ul {
        padding: 0 35px;
    }
    .fixed ul li,.fixed-lang ul li{
        border-bottom: 1px solid #7f7f7f;
        height: 50px;
        text-align: center;
    }
    .fixed ul li a,.fixed-lang ul li a{
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
    }
    .fixed .nav-list-icon {
        line-height: 0;
        color: #fff;
        text-align: center;
    }
    .fixed .nav-list-icon i{
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url(../img/icons3.png) no-repeat -499px -299px;
    }
    .fixed .nav-list-icon span{
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }
}
