

.footer{padding:35px 0;background-color:#1c356b;}  /*1c356b*/
.footlogo{margin-top:30px;}
.footlogo img{max-width:100%;height:auto;}
.footsite h2{font-size:20px;color:#fff;font-weight:bold;}
.footsite p{font-size:8px;color:#fff;font-weight:bold;margin-bottom:25px;}
.footnav{color:#fff;margin-bottom:25px;}
.footnav a{color:#fff;}
.footinfo p{color:#fff;float:left;padding-left:45px;line-height:30px;}
.footinfo .tel{background: url(../images/tel2.png) left center no-repeat;}
.footinfo .add{background: url(../images/add.png) 20px center no-repeat;margin-left:30px;}
.footicon{margin-top:30px;}
.footicon .pic img{max-width:100%;height:auto;}
.footicon .text{color:#fff;padding-top:15px;}
.copyright{background-color:#333;}
.copyright p{color:#666;font-size:14px;line-height:40px;margin-bottom:0;}
.copyright p a{color:#666;}
.text-center{text-align:center}


.footer .footer-div{
    width: 1200px;
    height: 200px;/*设置高度只为结果更直观，高度可根据内容自适应*/
    margin: 0px auto;
    border: 0px solid #E51414;/*添加边框只为结果更直观*/
}
.footer .footer-left{
    width: 200px;
    float: left;/*设为左浮动*/
    text-align: center;
}
.footer .footer-middle{
    width: 600px;
    float: left;/*设为左浮动*/
    margin: 28px 10px 0 80px;/*左右各加10px使得三列之间有间隙*/
    text-align: left;
}
.footer .footer-right{
    float: right;/*设为右浮动*/

}
