/* 底部样式 */
.index_foot{
    width: 100%;
}
.home_foot {
    width: 1170px;
    margin: 0 auto;
    background-color: #31383e;
    border-top: 10px solid #f5f6f8;
}

.home_foot02 {
    padding: 10px 0;
}

.home_foot03 {
    position: relative;
    float: left;
    width: 250px;
}

.home_foot03:after {
    position: absolute;
    top: 18%;
    right: 0;
    height: calc(100% - 40px);
    content: '';
    width: 0;
    border-left: 1px dashed #47484c;
}

.home_foot03_img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.home_foot03_img>img {
    width: 100%;
    height: 100%;
}

.home_foot03_text {
    text-align: center;
    font-size: 18px;
    color: #bdbbbc;
    margin: 15px 0;
}

.home_foot03_phone {
    font-size: 30px;
    color: #fe6c00;
    text-align: center;
    padding: 4px 0;
}

.home_foot04 {
    float: left;
}

.home_foot04>ul {
    float: left;
    margin: 0 50px;
    color: #bdbbbc;
}

.home_foot04>ul>li>a {
    font-size: 14px;
    color: #999;
    display: block;
    text-align: center;
}

.home_foot04>ul>li>a:hover {
    color: #fe6c00;
}

.home_foot04>ul>li {
    line-height: 30px;
}

.home_foot04>ul>li:nth-of-type(1) {
    font-size: 16px;
}

.home_foot05 {
    width: 150px;
    float: left;
    margin: 0 20px;
    /*width: 210px;*/
    /*float: right;*/
    /*margin-right: 115px;*/
}

.home_foot05>p {
    font-size: 16px;
    color: #bdbbbc;
    text-align: center;
}

.home_foot05_gw {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    margin-top: 10px;
}

.home_foot05_gw>img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.foot_blogroll {
    padding: 0 93px;
}

.foot_blogroll02 {
    padding-top: 30px;
}

.foot_blogroll03 {
    width: 75px;
    float: left;
    font-size: 15px;
    color: #bdbbbc;
    margin-right: 5px;
}

.foot_blogroll04 {
    float: left;
    width: calc(100% - 80px);
}

.foot_blogroll05 {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.foot_blogroll05>a {
    color: #bdbbbc;
    font-size: 13px;
}

.foot_youlian {
    text-align: center;
    /*padding-bottom: 25px;*/
}

.foot_youlian>p {
    font-size: 12px;
    color: #bdbbbc;
    line-height: 30px;
}

.foot_youlian>p a{
    color: #bdbbbc;
}

/*聊天框职位公司名称一行*/
.layim-chat-title{padding-right:60px}

.addressBox{
    color: #fff;
    height: 120px;
    padding: 20px 93px 0;
    border-top: 1px solid #666;
}
.addressBox h2{
    padding: 10px 0;
    color: #e96707
}
.addressBox .headOffice{
    float: left;
}
.addressBox .branchOffice{
    float: right;
}
.addressBox .headOffice>div, .addressBox .branchOffice>div{
    padding: 5px 0;
    color: #999;
}



.to-im {
    
}

.to-im .icon-hudonggoutong_border{
    font-size: 24px;
    color: #0e7f0d;
}


.to-im p {
    color: #6d6d6d;
}

.no-read-num {
    position: absolute;
    right: 10px;
    top: 8px;
    background: red;
    color: #fff;
    border-radius: 100pc;
    width: 8px;
    height: 8px;
    line-height: 17px;
    display: none;
    font-size: 12px;
    animation: redPulse 1.2s infinite;
    animation-direction: alternate;
}

.no-read-num2{
    right: 50px !important;
    top: 10px;
}

@keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}
