@font-face {
    font-family: 'NeueHaasUnicaPro-Regular';  
    src: url('../fonts/NeueHaasUnicaPro-Regular.ttf');
} 
@font-face {
    font-family: 'NeueHaasUnicaPro-Black';  
    src: url('../fonts/NeueHaasUnicaPro-Black.ttf');
}   
@font-face {
    font-family:'HarmonyOS Sans SC Thin';
    src: url('../fonts/HarmonyOS Sans SC Thin.eot');
	src: url('../fonts/HarmonyOS Sans SC Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HarmonyOS Sans SC Thin.woff2') format('woff2'),
		url('../fonts/HarmonyOS Sans SC Thin.woff') format('woff'),
		url('../fonts/HarmonyOS Sans SC Thin.svg#HarmonyOS Sans SC Thin') format('svg');
} 
@font-face {
    font-family: 'NeueHaasUnicaPro-Light';  
    src: url('../fonts/NeueHaasUnicaPro-Light.ttf');
}  
@font-face {
    font-family: '1-KS-Avgardd';  
    src: url('../fonts/1-KS-Avgardd.ttf');
}  
@font-face {
    font-family:'HarmonyOS Sans SC Light';
    src: url('../fonts/HarmonyOS Sans SC Light.eot');
	src: url('../fonts/HarmonyOS Sans SC Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HarmonyOS Sans SC Light.woff2') format('woff2'),
		url('../fonts/HarmonyOS Sans SC Light.woff') format('woff'),
		url('../fonts/HarmonyOS Sans SC Light.svg#HarmonyOS Sans SC Light') format('svg');
}

body{
    font-size: 15px;
    font-family: 'HarmonyOS Sans SC Thin',Arial, Helvetica, sans-serif;
    line-height: 1.6;
}




.header{
    height: 130px;
    background: transparent;
    position: relative;
    z-index: 99;
}
.header .top{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-flow: nowrap;
    height: 130px;
    justify-content: space-between;
}
.header .top .logo{
    text-align: left;
    padding-top:84px;
}
.header .top .pcnav{
    display: flex;
    flex-flow: nowrap;
    justify-content: end;
    position: relative;
}
.header .top .pcnav .item{
    width: 290px;
    /*height: 36px;*/
    /*border-bottom: 1px solid #fff;*/
    margin-right: 120px;
    cursor: pointer;
    padding-top:84px;
    position: relative;
}
.header .top .pcnav .item:last-child{
    margin-right: 0px;
}
.header .top .pcnav .item a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1.5px;
}



.header .top .pcnav .item img{
    float: right;
    padding-top: 12px;
}

.header .top .pcnav .item .yiji{
    border-bottom: 1px solid #fff;
}
.header .top .pcnav .item .erji{
    position: absolute;
    top:130px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .7s ease; /* 设置透明度渐变的动画效果 */
}
.header .top .pcnav .item:hover .erji{
    visibility: visible;
    opacity: 1;
}

.header .top .pcnav .item .erji ul{
    background: rgba(255, 255, 255,.2);
    width: 290px;
    padding: 10px;
    transition: all .5s;
}

.header .top .pcnav .item .erji ul li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .top .pcnav .item .erji ul li a{
    font-family: 'NeueHaasUnicaPro-Light';
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    letter-spacing: unset;
}
.header .top .pcnav .item .erji ul li a:hover{
    text-decoration: underline;
}

@media (max-width:1441px){
    .header .top .pcnav .item{
        width: 210px;
    }
    .header .top .pcnav .item a{
        font-size: 18px;
    }
    .header .top .pcnav .item .erji ul{
        width: 210px;
    }
}

.m-nav{
    display: none;
}
@media (max-width:992px){
    .pcnav{
        display: none !important;
    }
    .header .top .logo{
        padding-top: 30px;
    }
    .banner .abwenzi{
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .m-nav{
        display: block;
        padding-top:20px;
    }
    .m-nav a{
        color: #fff;
        font-size: 20px;
    }
    .m-nav .offcanvas-body a{
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }
    .m-nav .offcanvas-body ul li{
        padding: 15px 0px;
    }
    .m-nav .offcanvas-body ul li p{
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .m-nav .offcanvas-body ul li p a{
        color: #333;
    }
}


.home01{
    padding: 120px 0px;
}
.home01 .part01 h2{
    font-family: 'NeueHaasUnicaPro-Black';
    font-size:48px;
    color: #d0d0d0;
    margin-bottom: 80px;
}
.home01 .part01 .shuzi{
    display: flex;
    flex-flow: nowrap;
    border-bottom: 1px solid #999;
    max-width: 300px;
}
.home01 .part01 .shuzi .sz1{
    font-family:'1-KS-Avgardd';
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    color: #000;
}
.home01 .part01 .shuzi .sz2{
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #000;
}
.home01 .part01 .shuzi .sz3{
    /*font-family: 'NeueHaasUnicaPro-Light';*/
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-left: auto;
    margin-top: auto;
    padding-bottom: 15px;
}
.home01 .part01 .p1-k{
    margin-bottom: 140px;
}


.footer{
    padding: 120px 0px;
    background: #fff;
}
.footer .foot{
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}@media (max-width:992px){
    .footer .foot{
        display: flex;
        flex-direction: column;
    }
    .footer .foot .foot-ad{
        margin-top:50px;
    }
}
.footer .foot .foot-ad p{
    flex: 1;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.footer .foot .foot-ad p a{
    color: #000;
}

.footer .foot .foot-logo2{
    padding-top: 50px;
}