.blogroll{
    width: 100%;
    height: 55px;
    background-color: #3c77db;
    /* background-image: url('../切图/1-首页/圆角矩形2拷贝15.png'); */
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.blogroll a {color: #fff;line-height:55px;margin-right: 10px;}
.blogroll_centre{
    width: 1200px;
    height: 100%;
    background-color: #3c77db;
    margin: 0 auto;
    line-height: 55px;
    color: #fff;
}
.footer{
    width: 100%;
    height: 340px;
    background-color: #000;
}
.footer_centre{
    width: 1200px;
    height: 280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.footer_left{
    width: 289px;
    height: 100px;
    background-color:  #000;
    line-height: 280px;
    display: flex;
    flex-flow: nowrap;
    /* border-right: 1px solid red; */
    margin-top: 70px;
}
.footer_img{
    width: 38px;
    height: 120px;
    border-right: 1px solid #666666;
    margin-top: 10px;
}
.foote_centre{
    width: 495px;
    height: 100%;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_right{
    width: 315px;
    height: 100%;
    /* background-color: pink; */
}
.foote_centre_header{
    height: 66px;
    width: 100%;
    /* background-color: yellow; */
    line-height: 66px;
    border-bottom: 1px solid  #3c77db;
    color:#999999;
}
.foote_centre_header:hover{
    color: #fff;
}
.machine{
    width: 200px;
    height: 132px;
    background-color:  #000;
    font-size: 14px;
    color:#999999;
    margin-top: -35px;
}

.machine a {color: #999999;}
.machine_centre  a {color: #999999;}
.machine_right a {color: #999999;}

.machine>ul>li{
    margin-top: 10px;
}
.machine a:hover{color: #fff;}
.machine_centre a:hover{color: #fff;}
.machine_right a:hover{color: #fff;}
.machine_centre{
    width: 162px;
    height: 132px;
    font-size: 14px;
    color:#999999;
    margin-top: -35px;
}
.machine_centre>ul>li{
    margin-top: 10px;
}
.machine_centre>ul>li:hover{
    /* color: #fff; */
 }
.machine_right{
    width: 129px;
    height: 132px;
    background-color:  #000;
    font-size: 14px;
    color:#999999;
    margin-top: -35px;
}
.machine_right>ul>li{
    margin-top: 10px;
}
.machine_right>ul>li:hover{
    /* color: #fff; */
 }
 .phone{
     margin: 30px 0 0 60px;
 }
 .phone>ul>li{
     font-size: 16px;
     color:#999999;
     margin-top: 10px;
 }
 .phone>ul>.phone-size{
     font-size: 30px;
     color: #fff;font-weight: bold;
 }
 .phone>ul>li:hover{
     /* color: #fff; */
 }
 .ICP{
    width: 100%;
    height:60px;
    background-color:  #000;
    border-top: 1px solid #999999;
    display: flex;
    justify-content: center;
    line-height: 60px;
    color: #999999;
 }
 .ICP:hover{
     /* color: #fff; */
 }