/* 底部样式 */
.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: 12px;
    color: #bdbbbc;
    margin: 15px 0;
}

.home_foot03_phone {
    font-size: 18px;
    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: #78787a;
    display: block;
    text-align: center;
}

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

.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%;
}

.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;
}
