.copyRight_outside, .copyright{
    height: 310px;
}
.copyright .fill {
    padding-top: 44px;
    margin-bottom: 30px;
    height: 195px;
}
.copyright .fill>div {
    width: 50%;
    float: left;
}
.wechat {
    margin-right: 63px;
}
.qq {
    margin-right: 140px;
}
.wechat>div,
.qq>div {
    display: inline-block;
    padding: 10px;
    width: 112px;
    height: 112px;
    background-color: #fff;
}
.wechat p,
.qq p {
    color:rgba(85,85,85,1);
    font-size:16px;
    margin-top: 10px;
    text-align: center;
}
.phone{
    padding: 34px 0 0 140px;
    text-align: left;
    font-size:20px;
    color:rgba(85,85,85,1);
    position: relative;
}
.phone::before{
    content: ' ';
    display: block;
    height: 116px;
    width: 1px;
    background:rgba(209,209,209,1);
    position: absolute;
    left: 0;
    top: 12px;
}
.phone .tel{
    display: block;
    margin-bottom: 16px;
}
.phone .icon {
    vertical-align: -10%;
    margin-right: 12px;
}
