body,
html {
    background: #222222;
}

@font-face {
    font-family: 'Source Han Serif';
    src: url('../font/SourceHanSerifCN-Light-5.otf');

}

.header {
    width: 100%;
    height: 140px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 70px;
    box-sizing: border-box;
    z-index: 10;
}

.header .menu {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    margin-left: 30px;

}

.header .menu:hover {
    transform: scale(1.3);
}

.header .search {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.header .search:hover {
    transform: scale(1.3);
}

.header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .logo .title {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Source Han Serif';
}

.header .right {
    display: flex;
    align-items: center;
}
.menu_box {
    width: 50%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 11;
    font-size: 16px;
    transition: all 0.5s linear;
}

.on {
    right: 0 !important;
}

.none {
    right: -50% !important;
}

.menu_box .title {
    font-size: 24px;
    margin-top: 20%;
    text-align: center;

}

.menu_box>.top {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
}

.menu_box>.top .close {
    cursor: pointer;
    font-size: 20px;

}

.menu_box>.top .close_box {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;

}

.menu_box>.top .index_box {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    cursor: pointer;
}

.menu_box>.top img {
    width: 22px;
    height: 20px;
    margin-right: 10px;
}


.menu_box>ul {
    margin-top: 170px;
    padding-left: 160px !important;
    box-sizing: border-box;
}

.menu_box>ul>li {
    height: 12vh;
    cursor: pointer;

}

.menu_box>ul>li a {
    color: #e1a957;
    font-size: 20px;
}

.menu_box>ul>li .menulist {
    margin-top: 20px;
    width:400px;
}

.menu_box>ul>li .menulist a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    margin-right: 50px;
    width: 78px;
    line-height: 26px;
}

.company_desc {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 26px;
    box-sizing: border-box;
}

.company_desc>.title {
    color: #e1a957;
    font-size: 60px;
    margin-bottom: 40px;
}

.company_desc>img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.company_desc>.text p {
    font-size: 18px;
    line-height: 36px;
    color: #999;
    text-indent: 2em;
    margin-bottom: 30px;
}

.brand {
    width: 100%;
    margin: 0 auto;
}

.brand>.title {
    color: #e1a957;
    font-size: 60px;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 40px;
}

.brand .top {
    display: flex;
    justify-content: space-between;
}

.brand .top .left {
    width: 48%;
    padding-top: 180px;
    padding-left: 180px;
    box-sizing: border-box;
}

.brand .top .left .title {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.brand .top .left .titleY {
    font-size: 18px;
    line-height: 36px;
    color: #e1a957;
    margin-top:20px;
    margin-bottom:40px;

}
/* .brand .top .left .titleY::after {
    display: block;
    content: '';
    width:60px;
    height:1px;
    background: #fff;
    position: relative;
    left:0;
    bottom:-30px;

} */
.brand .top .left p{
    font-size: 18px;
    color: #999;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom:30px;
}
.brand .top .right>img{
    width:100%;
    height: auto;
}
.brand .bottom .left>img{
    width:100%;
    height: auto;
}

.brand .top .line {
    width: 1px;
    background: #e1a957;
    position: relative;
}

.brand .top .line img {
    position: absolute;
    top: 180px;
    left: -20px;

}

.brand .top .right {
    width: 48%;
    padding-top: 180px;
    /* padding-right: 180px; */
    box-sizing: border-box;
}
.brand .bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.brand .bottom .right {
    width: 48%;
    padding-top: 180px;
    padding-right:180px;
    box-sizing: border-box;
    padding-bottom:180px;

}

.brand .bottom .right .title {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.brand .bottom .right .titleY {
    font-size: 18px;
    line-height: 36px;
    color: #e1a957;
    margin-top:20px;
    margin-bottom:40px;

}
/* .brand .bottom .right .titleY::after {
    display: block;
    content: '';
    width:60px;
    height:1px;
    background: #fff;
    position: relative;
    left:0;
    bottom:-30px;

} */
.brand .bottom .right p{
    font-size: 18px;
    color: #999;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom:30px;
}

.brand .bottom .line {
    width: 1px;
    background: #e1a957;
    position: relative;
}

.brand .bottom .line img {
    position: absolute;
    top: 180px;
    left: -20px;

}

.brand .bottom .left {
    width: 48%;
    padding-top: 270px;
    box-sizing: border-box;
    padding-bottom:180px;
}

.footer {
    width: 100%;
    height: 480px;
    background: url("../images/footer_bg.png");
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    box-sizing: border-box;
    position: relative;
}

.footer .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer .top div {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.footer .top div a {
    color: #fff;
}

.footer .top>div:nth-child(2) {
    margin-top: 20px;
}

.footer .top>div:nth-child(3) {
    margin-bottom: 30px;
}

.footer .bottom {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .bottom .item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin: 0 50px;
}

.footer .bottom .item span {
    font-size: 30px;
    color: #e1a957;
}

.footer .bottom .item div {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 10px;
}

.footer .bottom .item a {
    display: inline-block;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 10px;
}

.footer .bottom .item a {
    cursor: pointer;
}

.footer .bottom .line {
    width: 1px;
    height: 30px;
    background: rgba(250, 250, 250, 0.3);
}
.footer .top .code_box{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.footer .top .code_box>div{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: auto 10px ;
}
.footer .top .code_box>div:hover .code_item{
    opacity: 1;
   
}
.footer .top .code_box>div .code_item {
    opacity: 0;
    position: absolute;
    top: -150px;
    width:132px;
    height:132px;
}
.footer .top .code_box>div .code_item img{
    width:100%;
    height:100%;
    object-fit: cover;
}
@media screen and (max-width:1000px) {
    .brand .top .left{
        padding-left: 20px;
    }
    .brand .bottom .right{
        padding-right: 20px;

    }
    .footer .bottom{
        white-space: nowrap;
    }
    .footer .bottom .item{
        font-size: 10px;
    }
    .footer .bottom .item span{
        font-size: 14px;
    }
    .footer .top div{
        color:#999 !important;
    }
    .footer .top div a{
        color:#999 !important;

    }
    .company_desc>.text p{
        font-size: 10px;
    }
    .menu_box>ul{
        padding-left: 60px !important;
    }
    .menu_box>ul>li .menulist a {
        color: #fff;
    }

    .menu_box>ul>li {
        height: 8vh;
    }
}