.footer {
    /* height: 244px; */
    /* border-top: 1px solid rgba(0,0,0,.1); */
    text-align: left;
    background-color: #fff;
    padding-top: 80px;

}

.footer .container {
    width: 1200px;
    /* height: 208px; */
    margin: 0 auto;
}

.footer .company-info {
    /* padding: 10px 0 27px; */
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 52px;
}

.footer .info-left {
    position: relative;
    padding-right: 80px;
}

/* .footer .info-left::after{
position: absolute;
top:32px;
right: 0;
content: '';
width:1px;
height:165px;
background:rgba(230,230,230,1);
} */
.footer .platform {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #fff;
    line-height: 24px;
}

.footer .platform .title {
    font-weight: bolder;
    margin-right: 10px;
    font-weight: bold;
}

.footer .platform a {
    text-decoration: none;
    color: #fff;
    font-weight: Regular !important;
    margin-right: 22px;
}

/* .footer .info-left .ab-lists{
    margin-top: 25px;
} */
.footer .info-left .ab-lists .ab-ul {
    margin-right: 100px;
}

.footer .info-left .ab-lists .ab-ul:last-child {
    margin-right: 0;
}

.footer .info-left .ab-lists .ab-ul li a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #646464;
    line-height: 30px;
    /* opacity:0.4; */
}

.footer .info-left .ab-lists .ab-ul li a:hover {
    text-decoration: none;
    opacity: 1;
}

.footer .info-left .ab-lists .ab-ul li.ab-title {
    margin-bottom: 14px;
}

.footer .info-left .ab-lists .ab-ul li.ab-title a {
    font-size: 16px;
    line-height: 34px;
    /* opacity:0.6; */
    color: #333;
    position: relative;
    font-weight: 550;
}

.footer .info-left .ab-lists .ab-ul li.ab-title a::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background: #009bde;
    left: 0;
    bottom: -9px;
}

.footer .info-right {
    margin-left: 60px;
    float: right !important;
}

.footer .info-right .code,
.footer .info-right .logo {
    display: inline-block;
    width: auto;
}

.footer .info-right .code {
    margin-right: 60px;
    text-align: center;
    margin-top: 19px;
}

.footer .info-right .code h3 {
    font-family: MicrosoftYaHei;
    color: #8C8C8C;
    opacity: 0.5;
    margin-top: 12px;
}

.footer .info-right .logo {
    text-align: left;
    vertical-align: top;
    font-family: MicrosoftYaHei;
    /* margin-top: 32px; */
    margin-bottom: 36px;
}

.footer .info-right .logo .com-name {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #fff;
    margin: 9px 0 12px;
    font-weight: 400
}

.footer .info-right .detail {
    margin-bottom: 20px;
}

.footer .info-right .detail:last-child {
    margin-bottom: 0;
}

.footer .info-right .detail .tel-text {
    font-size: 16px;
    color: #646464;
    /* opacity: 0.6; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.footer .info-right .detail .tel-num {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 400;
    color: #333;
    /* opacity: 0.9; */
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}

.footer .info-right .detail .tel-num img {
    margin-right: 15px;
}

.records {
    text-align: center;
    font-family: MicrosoftYaHei;
    color: #BDBCBC;
    background: #fff;
    width: 100%;
    padding: 43px 0;
}

.records .jubao {
    /* opacity:0.8; */
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 12px;
    font-size: 0;
}

.records .jubao span.friendlink-msg {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    line-height: 24px;
    color: #646464;
}

.records .jubao .friendlink-list {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    width: calc(100% - 100px);
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
}

.records .jubao a {
    color: #646464;
    font-size: 16px;
    margin-bottom: 7px;
    display: inline-block;

}

.records .jubao a::after {
    content: '|';
    margin: 0 12px;
    color: #BDBCBC;
}

.records .jubao a:last-child::after {
    display: none
}

.record-text {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #646464;
}

.record-text a {
    color: #646464;
}

.record-text span:last-child {
    margin-left: 40px
}

.en-footer {
    height: 258px;
}

.en-footer .info-left {
    padding-right: 8px;
}

/***************分页样式  S*****************/
.layui-laypage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE9及以上支持 */
    -webkit-transform: translateX(-50%);
    /* Safari and Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    -moz-transform: translateX(-50%);
    /* Firefox */
}

.layui-laypage span {
    width: 38px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #E6E6E6;
    margin-right: 5px;
}

.layui-laypage a {
    margin-right: 5px;
}

/* .layui-laypage a:first-child,.layui-laypage a:last-child{
    width:86px;
    
} */
.layui-laypage a {
    height: 38px;
    line-height: 38px;
    width: 38px;
    box-sizing: border-box;
    border-color: #E6E6E6 !important;
    padding: 0;
    font-size: 16px;
    color: #666;
}

.layui-laypage a img {
    margin-right: 3px;
    margin-bottom: 2px;
    margin-left: 3px;
}

.layui-laypage .layui-laypage-curr {
    border: none !important;
    background: none !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: none !important;
}

.layui-laypage .layui-laypage-curr em {
    color: #009bde !important;
    font-size: 16px;
}

.laypage {
    height: 100px !important;
}

/***************分页样式  E*****************/



@media screen and (max-width:1280px) {

    .footer .container,
    .record-text {
        width: 90%;
    }

}

@media screen and (max-width:1024px) {

    .footer .info-left .ab-lists .ab-ul {
        margin-right: 50px;
    }

    .footer .info-left {
        padding-right: 40px;
    }

    .footer .info-right {
        margin-left: 10px;
    }



}



@media screen and (max-width:768px) {

    .footer .info-left {
        display: none;
    }

    .footer .info-right {
        float: none !important;
    }

    .footer {
        padding-top: 40px;
    }

    .footer .info-right .logo {
        width: 100px;
        margin: 0 0 15px;
    }

    .footer .info-right .logo img {
        display: block;
        width: 100%;
    }

    .footer .info-right .detail {
        margin-bottom: 10px;
    }

    .footer .info-right .detail .tel-text {
        font-size: 14px;
    }

    .footer .info-right .detail .tel-num {
        font-size: 16px;
    }

    .footer .company-info {
        padding-bottom: 20px;
    }

    .records {
        padding: 20px 0;
    }





}