@charset "UTF-8";

/*底部*/
.footer{
    width: 100%;
    min-width: 1200px;
    background-color: #212121;
}
.link{
    width: 1200px;
    max-width: 1440px;
    min-height: 360px;
    margin: 0 auto;
    padding: 60px 30px;
}
.link-left{
    width: 80%;
}
.link-list{
    float: left;
    width: 20%;
}
.link-list .link-title {
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
}
.link-list ul {
    margin-top: 24px;
}
.link-list ul li {
    line-height: 32px;
    color: #9C9999;
    font-size: 14px;
}
.link-list ul li a {
    font-size: 14px;
    color: #9C9999;
}
.link-list ul li a:hover{
    color: #fff;
}
.link-right{
    float: right;
    width: 20%;
}
.link-right .contact-tit {
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 24px;
}
.lyx-phone, .lyx-qq {
    line-height: 32px;
    color: #9C9999;
    font-size: 14px;
}
.lyx-phone, .lyx-qq {
    line-height: 32px;
    color: #9C9999;
    font-size: 14px;
}
.link-right .focus-tit {
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 24px;
}
.code-box{
    margin-top: 17px;
}
.code-box div{
    float: left;
}
.code-box > div img {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: top;
}
.code-box > div p {
    line-height: 20px;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 12px;
    opacity: 0.5;
    text-align: center;
}
.code-box > div:nth-child(1) {
    margin-right: 46px;
}
.code-box > div.phonenet-code {
    width: 84px;
}
.footer-bottom {
    height:100px;
    text-align: center;
    padding-top: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
    line-height: 26px;
    font-size: 14px;
    color: #9C9999;
}
.footer-bottom a {
    color: #9C9999;
}
.footer-bottom p span {
    margin-left: 6px;
}
