/* #region 头部-start */

.header-height {

    display: none;

    height: 115px;

}



.header {

    width: 100%;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 100;

    transition: .4s;

}

.header.shadow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
    opacity: 1;
}



.header .hdr-con {

    height: 115px;

    display: flex;

    align-items: center;

    position: relative;
    z-index: 2;

}



.header .hdr-r {

    flex: 1;

    overflow: hidden;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.header .logo {

    display: block;

    width: 129px;

    overflow: hidden;

    margin-right: 56px;

}



.header .logo .img2 {

    display: none;

}



.header .hdr-menubtn {

    display: none;

}



.header .hdr-r2 {

    display: flex;

    align-items: center;

}



.nav li {

    float: left;

    position: relative;

    margin-left: 73px;

}



.nav li:first-child {

    margin-left: 0;

}



.nav .a1 {

    display: block;

    cursor: pointer;

    position: relative;

    transition: .4s;

    font-family: 'Source Han Sans CN-B';

    font-size: 20px;

    color: #3F3F3F;

}



.nav li:nth-last-child(1) .a1,

.nav li:nth-last-child(2) .a1{

    color: #fff;

}



.nav .tit1 {

    display: block;

}



.nav li.on .a1,

.nav .a1:hover {

    color: #E82125 !important;

}



.header .hdr-language {

    font-family: 'Source Han Sans CN-B';

    font-size: 13px;

    letter-spacing: 0.02em;

    color: rgba(255, 255, 255, 0.4);

    margin-right: 17px;

}



.header .hdr-language .link {

    display: inline;

    color: inherit;

    transition: .4s;

}



.header .hdr-language .link.on {

    font-size: 14px;

    color: rgba(255, 255, 255, 0.6);

}



.header .hdr-language .link:hover {

    color: #E82125 !important;

}



.header .hdr-language .line {

    color: #fff;

    font-size: 14px;

}



.g-mzw-search-a1 {

    display: block;

    overflow: hidden;

    position: relative;

}



.g-mzw-search-a1 .search-input {

    width: 120px;

    height: 24px;

    background: rgba(255, 255, 255, 0.1);

    backdrop-filter: blur(10px);

    font-size: 12px;

    color: #fff;

    border-radius: 24px;

    border: none;

    outline: none;

    padding: 0 30px 0 8px;

}



.g-mzw-search-a1 .search-btn {

    border: none;

    background-color: transparent;

    padding: 0;

    margin: 0;

    outline: none;

    cursor: pointer;

    width: 14px;

    position: absolute;

    right: 8px;

    top: 50%;

    transform: translateY(-50%);

}



.header.home .nav .a1 {

    color: #fff;

}



.header.home .logo .img1 {

    display: none;

}



.header.home .logo .img2 {

    display: block;

}



.header.black,

.header.active {

    background-color: #fff;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

}



.header.black .nav .a1,

.header.active .nav .a1 {

    color: #3F3F3F;

}



.header.black .logo .img1,

.header.active .logo .img1 {

    display: block;

}



.header.black .logo .img2,

.header.active .logo .img2 {

    display: none;

}



.header.black .hdr-language,

.header.active .hdr-language {

    color: #B5B5B8;

}



.header.black .hdr-language .link.on,

.header.black .hdr-language .line,

.header.active .hdr-language .link.on,

.header.active .hdr-language .line {

    color: #75777A;

}



.header.black .g-mzw-search-a1 .search-input,

.header.active .g-mzw-search-a1 .search-input {

    background: rgba(227, 227, 230, 0.5);

    color: #3F3F3F;

}



/* #endregion 头部-end */



/* #region 尾部-start */

.footer {

    background-color: #1F1C1D;

    border-top: 4px solid #E82125;

}



.footer .ftr-con {

    display: flex;

    flex-direction: column;

    align-items: center;

    overflow: hidden;

    padding: 128px 0 42px;

}



.footer .logo {

    display: block;

    width: 201px;

    margin-bottom: 30px;

}



.footer .ftr-link {

    padding: 28px 40px;

    border-top: 1px solid rgba(255, 255, 255, 0.4);

    overflow: hidden;

    margin-bottom: 95px;

}



.footer .ftr-link li {

    margin-right: 73px;

    float: left;

}



.footer .ftr-link li:last-child {

    margin-right: 0;

}



.footer .ftr-link .a1 {

    display: block;

    font-family: 'Source Han Sans CN-B';

    font-size: 16px;

    /* text-transform: uppercase; */

    color: #FFFFFF;

    transition: .4s;

}



.footer .ftr-link .a1:hover {

    color: #E82125;

}



.footer .ftr-link2 {

    margin-bottom: 87px;

}



.footer .ftr-link2 .title {

    font-size: 14px;

    letter-spacing: 0.02em;

    color: rgba(255, 255, 255, 0.6);

    margin-bottom: 13px;

    text-align: center;

    text-transform: capitalize;

}



.footer .ftr-link2 ul {

    display: flex;

    align-items: center;

}



.footer .ftr-link2 li {

    margin-right: 15px;

}



.footer .ftr-link2 li:last-child {

    margin-right: 0;

}



.footer .ftr-link2 .a1 {

    display: block;

    width: 24px;

    position: relative;

}



.footer .ftr-link2 .pic {

    transition: .4s;

    opacity: 0.6;

}



.footer .ftr-link2 .qrcode {

    display: none;

    width: 120px;

    height: 120px;

    border-radius: 8px;

    overflow: hidden;

    background-color: #fff;

    position: absolute;

    left: 50%;

    bottom: 150%;

    transform: translateX(-50%);

}



.footer .ftr-link2 .a1:hover .pic {

    opacity: 1;

}



.footer .ftr-link2 .a1:hover .qrcode {

    display: block;

}



.footer .copyright {

    text-align: center;

    font-size: 14px;

    letter-spacing: 0.02em;

    /* text-transform: uppercase; */

    color: rgba(255, 255, 255, 0.8);

}



.footer .copyright .link {

    display: inline;

    color: inherit;

    margin-left: 53px;

}



/* #endregion 尾部-end */



@media only screen and (min-width: 950px) {



    /* #region 头部-start */

    .header-height {

        height: 5.989vw;

    }



    .header .hdr-con {

        height: 5.989vw;

    }



    .header .logo {

        /* width: 6.718vw; */
        width: 11vw;

        margin-right: 2.916vw;

    }



    .nav li {

        /*margin-left: 3.802vw;*/
        margin-left: 3vw;

    }



    .nav .a1 {

        font-size: 1.041vw;

    }



    .header .hdr-language {

        font-size: 0.677vw;

        margin-right: 0.885vw;

    }



    .header .hdr-language .link.on {

        font-size: 0.729vw;

    }



    .header .hdr-language .line {

        font-size: 0.729vw;

    }



    .g-mzw-search-a1 .search-input {

        width: 6.25vw;

        height: 1.25vw;

        backdrop-filter: blur(0.520vw);

        font-size: 0.625vw;

        border-radius: 1.25vw;

        padding: 0 1.562vw 0 0.416vw;

    }



    .g-mzw-search-a1 .search-btn {

        width: 0.729vw;

        right: 0.416vw;

    }



    /* #endregion 头部-end */

    /* #region 尾部-start */

    .footer{

        border-top: 0.208vw solid #E82125;

    }

    .footer .ftr-con {

        padding: 6.666vw 0 2.187vw;

    }



    .footer .logo {

        width: 10.46vw;

        margin-bottom: 1.562vw;

    }



    .footer .ftr-link {

        padding: 1.458vw 2.083vw;

        margin-bottom: 4.947vw;

    }



    .footer .ftr-link li {

        margin-right: 3.802vw;

    }



    .footer .ftr-link .a1 {

        font-size: 0.833vw;

    }



    .footer .ftr-link2 {

        margin-bottom: 4.531vw;

    }



    .footer .ftr-link2 .title {

        font-size: 0.729vw;

        margin-bottom: 0.677vw;

    }



    .footer .ftr-link2 li {

        margin-right: 0.781vw;

    }



    .footer .ftr-link2 .a1 {

        width: 1.25vw;

    }



    .footer .ftr-link2 .qrcode {

        width: 6.25vw;

        height: 6.25vw;

        border-radius: 0.416vw;

    }



    .footer .copyright {

        font-size: 0.729vw;

    }



    .footer .copyright .link {

        margin-left: 2.760vw;

    }



    /* #endregion 尾部-end */

}



@media only screen and (max-width:949px) {



    /* #region 头部-start */

    .header-height{

        display: block;

    }

    .header-height,

    .header .hdr-con{

        height: 50px;

    }

    .header{

        background-color: #fff;

        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

    }
    
    .header.shadow::before {
        display: none;
    }

    .header .hdr-con{

        justify-content: space-between;

    }

    .header .logo {

        width: 100px;

    }

    .header .logo .img1{

        display: block;

    }

    .header .logo .img2{

        display: none;

    }

    .header .hdr-r {

        border-top: 1px solid #E82125;

        width: calc(100% + 30px);

        height: calc(100vh - 50px);

        box-sizing: border-box;

        position: absolute;

        left: -15px;

        top: 50px;

        display: none;

        flex-direction: column-reverse;

        justify-content: flex-end;

        background-color: #fff;

        overflow-x: hidden;

        overflow-y: auto;

    }



    .header .hdr-nav,

    .header .hdr-r2{

        width: 100%;

    }



    .nav li {

        float: none;

        margin-left: 0;

    }



    .nav .a1 {

        padding: 10px 15px;

        font-size: 14px;

        color: #3F3F3F;

    }

    .nav li:nth-last-child(1) .a1,

    .nav li:nth-last-child(2) .a1{

        color: #3F3F3F;

    }



    .header .hdr-r2{

        padding: 20px 15px;

    }



    .header .hdr-language {

        color: #B5B5B8;

        margin-right: 10px;

    }

    

    .header .hdr-language .link.on,

    .header .hdr-language .link:hover,

    .header .hdr-language .line {

        color: #75777A;

    }



    .header .hdr-search{

        flex: 1;

        overflow: hidden;

    }

    .g-mzw-search-a1,

    .g-mzw-search-a1 .search-input{

        width: 100%;

    }

    .g-mzw-search-a1 .search-input {

        background: rgba(227, 227, 230, 0.5);

        color: #3F3F3F;

        height: 28px;

    }



    .header.home .nav .a1 {

        color: #3F3F3F;

    }

    

    .header.home .logo .img1 {

        display: block;

    }

    

    .header.home .logo .img2 {

        display: none;

    }



    .header .hdr-menubtn {

        width: 30px;

        height: 50px;

        display: block;

        position: relative;

    }



    .g-mzw-nav-a1 {

        width: 100%;

        cursor: pointer;

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

    }



    .g-mzw-nav-a1 .s {

        display: block;

        width: 100%;

        height: 4px;

        background-color: #E82125;

        transition: .4s;

        border-radius: 2px;

    }



    .g-mzw-nav-a1 .s2 {

        margin: 5px 0;

    }



    .g-mzw-nav-a1.open .s1 {

        transform: translateY(9px) rotateZ(45deg);

    }



    .g-mzw-nav-a1.open .s2 {

        opacity: 0;

    }



    .g-mzw-nav-a1.open .s3 {

        transform: translateY(-9px) rotateZ(-45deg);

    }



    /* #endregion 头部-end */



    /* #region 尾部-start */

    .footer{

        border-top-width: 2px;

    }



    .footer .ftr-con {

        padding: 40px 0 30px;

    }



    .footer .logo {

        width: 140px;

    }



    .footer .ftr-link {

        display: none;

    }



    .footer .ftr-link2 {

        border-top: 1px solid rgba(255, 255, 255, 0.4);

        margin-bottom: 40px;

        padding-top: 30px;

    }

    .footer .ftr-link2 .qrcode {

        width: 100px;

        height: 100px;

    }



    .footer .copyright span,

    .footer .copyright .link {

        display: block;

        margin: 0;

    }



/* #endregion 尾部-end */

}