
.index_tools {
    width:100%;
    height:120px;
    background-color:#3775ed;
    margin:0 auto;
}

.tools-sub-container {
    width:245px;
    height: 120px;
    position: relative;
    float:left;
    
}
.tools-sub-container:first-child{
    margin-left: 20px;
}
.tools-sub-topic {
    width: 140px;
    height: 25px;
    position:absolute;
    top: 0;
    left: 85px;
    margin-top: 10px;
    font-size: 20px;
    letter-spacing:3px;
    color: #fff;
    border-right: 1px solid #2485f0;

}
.tools-sub-content {
    width: 130px;
    height: 75px;
    position: absolute;
    top: 30px;
    left: 85px;
    margin-top: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border-right: 1px solid #2485f0;
}
.tools-sub-container.lastchild .tools-sub-content {
    border-right: 0;
}
.tools-sub-container.lastchild .tools-sub-topic {
    border-right: 0;
}
.tools-sub-container img{
    position: absolute;
    top: 20px;
    left: 0;
}
.tools-sub-topic a{
  color:#fff;
}
div.footer{
    width:100%;
    float: left;
    margin-top:6px;
    text-align: center;
}

.footer_info{
    display: inline-block;
    margin:10px auto;
    font-size: 14px;
    color: #323232;
    letter-spacing: 1px;
}

.footer-link {
    width:600px;
    margin:5px auto;
    font-size: 13px;
    color: #737373;
    letter-spacing: 1px;
}
.footer-link a{
    font-size: 13px;
    color: #737373;
}
.footer-link p{
    margin:6px 0;
}
p.contact{
    font-size: 12px;
    color: #737373;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 30px;
}
.contact>span{
    margin:3px 10px;
}
.contact .phone{
    color: #188eee;
}
.copyright{
    width: 100%;
    height: 36px;
    background-color:#333;
    font-size: 13px;
    line-height: 33px;
    color: #fff;
    letter-spacing: 2px;
}
.copyright p{
    text-align: center;
    color: #fff;
}
.footer-space{
    width: 1300px;
    height: 1px;
    background: #fff;
    -webkit-box-shadow:    0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow:       0 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow:         0 1px 2px rgba(0, 0, 0, .2);
    box-shadow:            0 1px 2px rgba(0, 0, 0, .2);
}












