﻿/* 页面底部 */
.footer-nav{
    height: 210px;
    background-color: #0096d5;
}
.footer-div{
    width: 1200px;
    height: 210px;
    margin: 0 auto;
}
.our-info{
    height: 150px;
    border-bottom: 2px solid #20aeea;
}
/* 联系方式之间的竖线 */
.both-line{
    float: left;
    width: 2px;
    background-color: #2a9ddd;
    height: 100px;
    margin-top: 25px;
}
.each-info{
    float: left;
    width: 398px;
    height: 150px;
}
.info-icon{
    width: 118px;
    height: 150px;
    float: left;
}
.info-icon img{
    margin: 40px 0 0 40px;
}
.info-text{
    width: 280px;
    height: 150px;
    float: left;
    color: #FFFFFF;
    line-height: 30px;
    
}
.foot-text-div{
    height: 25px;
    color: #FFFFFF;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
}
.foot-left-text{
    float: left;
    width: 260px;
    height: 25px;
}
.foot-left-text a{
    color: #ffffff;
}
.foot-left-text a:link{
    color: #ffffff;
}
.foot-right-text{
    float: right;
     
    height: 25px;
}
.foot-right-text a{
    color: #ffffff;
    text-decoration: none;
}
.foot-right-text a:hover{
    color: #ffffff;
}
.foot-right-text img{
    height: 23px;
    width: 22px;
}