.header{
    min-width: 1540px;
    height: 104px;
}
.public-header{
    width: 1200px;
    margin: 0 auto;
    height: 104px;
    /*position: relative;*/
}
.header-logo{
    width: 326px;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.header-nav{
    display: flex;
    font-size: 16px;
    line-height: 100px;
    color: #404040;
    margin-right: -38px;
}
.header-nav> li{
    text-align: center;
    margin: 0 38px;
    border-bottom: 4px solid #fff;
    z-index: 9999;
}
.header-nav li:hover{
    border-color: #d6a83f;
}
.active{
    border-color: #d6a83f !important;
}
.subcolumns{
    width: 170px;
    height: auto;
    background-color: #141414;
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    margin-left: -52px;
    margin-top: 4px;
}
.subcolumns li{
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #b8b8b8;
    font-size: 15px;
    text-align: center;
}
.subcolumns li:hover{
    color: #ffffff;
    font-weight: bold;
}
.subcolumns li a{
    color: #ffffff;
}
.footer{
    width: 100%;
    min-width: 1540px;
    height: 530px;
    background: url("../images/foot-bj.jpg");
}
.fontwhite18{
    font-size: 18px;
    color: #ffffff !important;
}
.fontwhite16{
    font-size: 16px;
    color: #ffffff !important;
}
.fontwhite14{
    font-size: 14px;
    color: #ffffff !important;
}
.footer-content{
    width: 1200px;
    margin: 0 auto;
}
.footer-content-logo{
    position: relative;
    width: 53px;
    height: 46px;
    left: 44px;
    top: 77px;
}
.footer-content-line{
    position: relative;
    width: 1020px;
    height: 1px;
    left: 127px;
    top: 51px;
    background-color: #d6d6d6;
}
.footer-content-tel-a{
    position: relative;
    width: 800px;
    left: 44px;
    top: 130px;
    font-size: 18px;
}
.footer-content-tel-b{
    position: relative;
    width: 800px;
    left: 44px;
    top: 150px;
    font-size: 14px;
}
.footer-content-tel-b span{
    margin-left: 50px;
}
.footer-content-friendship{
    width: 800px;
    position: relative;
    left: 44px;
    top: 205px;
    font-size: 14px;
    line-height: 40px;
}
.footer-content-friendship span{
    margin-right: 30px;
    display: inline-block;
}
.footer-content-lawyer{
    position: relative;
    left: 44px;
    top: 236px;
    font-size: 14px;
}
.footer-content-company{
    position: relative;
    width: 1100px;
    left: 44px;
    top: 270px;
    font-size: 14px;
}
.footer-content-icp{
    margin-left: 30px;
}
.footer-content-technology{
    margin-left: 50px;
}
.footer-content-qrcode{
    position: relative;
    width: 91px;
    height: 91px;
    left: 1000px;
}
.footer-content-qrcode-a{
    position: relative;
    width: 200px;
    height: 100px;
    left: 945px;
    top: 13px;
    line-height: 30px;
    text-align: center;
}
.footer a{
    color: #ffffff !important;
}