a {
    text-decoration: none;
    color: #b5b5b5;
}

a:hover {
    color: #d59736;
}

#footer {
    background: #333;
    color: #b5b5b5;
    margin-top: 40px;
}

.container {
    width: 1200px;
    margin: auto;
}

#footer .container {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

#footer .logo {
    color: #d59736;
    text-align: center;
}

#footer .logo .logoPic {
    width: 76px;
    height: 96px;
    border-radius: 10px;
    margin: auto;
}

#footer .codePic {
    text-align: center;
    font-size: 12px;
}

#footer .codePic .code {
    width: 97px;
    height: 97px;
    background: #fff;
    margin: auto;

}

#footer .companyInfo {
    width: 312px;
    padding: 0 80px 0 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .companyInfo .item {
    margin-bottom: 20px;
}

#footer .link {
    border-left: 1px solid #b5b5b5;
    height: 55px;
    margin-top: 40px;
    padding-left: 80px;
}

#footer .link .linkTitle {
    font-size: 14px;
}

#footer .link .linkList {
    font-size: 12px;
}

#footer .link .linkList span {
    line-height: 50px;
    margin-right: 60px;
}

.copyRight {
    background: #292929;
    text-align: center;
    color: #999;
    padding: 20px 0;
    /* line-height: 65px; */
}

/* 手机版 */
#footerMobile {
    background: #333;
    color: #b5b5b5;
    padding: 0 3%;
    width: 94%;
    margin-top: 30px;
    /* min-width: 750px; */
    /* transform: scale(.5); */
}

#footerMobile .link {
    width: 100%;
    display: flex;
    padding: 26px 0;
    border-bottom: 1px solid #b5b5b5;
}

#footerMobile .link .linkTitle {
    font-size: 14px;
    font-weight: bold;
}
#footerMobile .link .linkList{

    margin-top: -2px;
}

#footerMobile .link .linkList span {
    margin-left: 20px;
    font-size: 12px;
}

#footerMobile .footerMobileMain {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    justify-content: space-between;
    

}

#footerMobile .footerMobileMain .logo {
    /* width: 10%; */
    /* height: 10%; */
    width: 40%;
    height: auto;
    position: absolute;
    left:-4%;
    top: -25%;
    flex: 1;
    color: #d59736;
    text-align: center;
    transform: scale(.4);
    white-space: nowrap;
    
    /* max-width: 100px; */
}

#footerMobile .footerMobileMain .logo .logoPic {
    margin: auto;
    width: 100%;
    height: 100%;
    /* width: 180%;
    margin-left: 20%;
    margin-top: 10%; */
}

#footerMobile .footerMobileMain .logo .companyName {
    font-size: 42px;
    /* transform: scale(.6); */
    /* position: relative; */
    /* left: -9%; */

}

#footerMobile .footerMobileMain .logo .enCompanyName {
    font-size: 12px;
    /* white-space: nowrap; */
    /* position: relative; */
    /* left: -27%; */
    /* transform: scale(.2); */

}

#footerMobile .footerMobileMain .companyInfo {
    flex: 3;
    font-size: 8px;
    margin-top: 15px;
    padding: 4% 0% 0% 34%;
    /* white-space: nowrap; */
    /* transform: scale(.5); */
}

#footerMobile .codePic {
    flex: 1;
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
   
    /* white-space: nowrap; */
    /* transform: scale(.5); */
}
#footerMobile .codePic .code{
    margin: auto;
    width: 100px;
    height: 100px;
}