@font-face {
    font-family: AkzidenzGrotesk-BoldCondAlt;
    src: url(../font/AkzidenzGrotesk-BoldCondAlt.otf);
}
@font-face {
    font-family: AkzidenzGrotesk-BoldCond;
    src: url(../AkzidenzGrotesk-BoldCond.otf);
}
.inner{
    width: 80%;
    margin: 0 auto;
}
.inner .mainNav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner .mainNav .logo{
    height: 105px;
    width: 100px;
    margin-right: 5px;
    padding: 5px;
}
.inner .mainNav .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inner .mainNav .content-head{
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
.inner .mainNav .content-head .siderbar ul{
    display: flex;
    justify-content: center;
    align-items: center;

}
.inner .mainNav .content-head .siderbar ul li{
    margin: 0 20px;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    
    border-bottom: 0px solid #000;
}
.inner .mainNav .content-head .siderbar ul li:hover{
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
.inner .mainNav .content-head .siderbar ul li a span{
    font-family: AkzidenzGrotesk-BoldCond;
    font-size: 14px;
    font-weight: 800;
    color: #2d2d2d;
    display: block;
    margin-bottom: 5px;
}
.inner .mainNav .content-head .siderbar ul li a span.last{
    color: #838383;
    
}
.inner .mainNav .content-head .contact{
    margin-left: 40px;
    display: flex;
}
.inner .mainNav .content-head .contact span{
    font-family: AkzidenzGrotesk-BoldCondAlt;
    font-size: 38px;
    line-height: 105px;
    color: #444444;
}
.inner .mainNav .content-head .contact .img{
    width: 48px;
    height: 58px;
    position: relative;
    top: 30px;
}
.inner .mainNav .content-head .contact img{

    width: 80%;
    height: 80%;
}
.icon{
    display: none;
}
.head-phone-nav{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    height: auto;
    display: none;
    z-index: 99;
}
.head-phone-nav ul{
	padding: 10px 3%;
	background: #F9F8F8;
	border-bottom: 5px solid #25333C;
}
.head-phone-nav li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #E5E5E5;
    color: #000;
}
.head-phone-nav li a{
    color: #000;
    display: block;
}
@media screen and (max-width: 1440px){
    .inner .mainNav .content-head .siderbar ul li{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1280px) {
    .siderbar{
        display: none;
    }
    .icon{
        display: block;
        margin-left: 50px;
    }
}
@media screen and (max-width: 765px){
    
    .inner .mainNav .content-head  .contact{
        display: none;
    }

}