/* 
* @Author: Marte
* @Date:   2016-05-18 10:30:38
* @Last Modified by:   Marte
* @Last Modified time: 2016-05-18 10:38:09
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
    margin:0; 
    padding:0; 
} 
table { 
    /*border-collapse:collapse; */
    border-spacing:1px; 
} 
fieldset,img { 
    border:0; /*有些浏览器默认这些标签有边框，所以要清除默认边框*/
    display:block;
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    /*font-style:normal; */
    /*font-weight:normal; */
    /*清除标签默认文本样式和加粗*/
} 
ol,ul { 
    list-style:none; /*清除列表默认样式*/
} 
caption,th { 
    text-align:left; /*清除标签默认文本居中对齐*/
} 
h1,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; /*清除标题标签的默认样式*/
} 
a{
    text-decoration:none;/*大部分页面中的链接没有下划线*/
}

.clearfix:after{
        height:0;
        content:" ";
        display:block;
        overflow:hidden;
        clear:both;
    }
.clearfix{
    zoom:1;/*IE低版本浏览器不支持after伪类所以要加这一句*/
}
*{
    /*margin:0;*/
    padding:0;
}
.tong{
    width: 100%;
    height: 360px;
    background:#FAFAFA;
}
.tong .foot{
    width: 920px;
    height: 310px;
    background: #FAFAFA;
    margin:0 auto;
    padding:25px 40px;
}
.tong .foot .nava li{
    height: 200px;
    float: left;
}
.tong .foot .nava li:nth-child(1){
    width: 510px;
    border-right:1px solid #999;
}
.tong .foot .nava li:nth-child(2){
    width: 360px;
    padding-left:45px;
}
.tong .foot .nava li:nth-child(2) span{
    display:inline-block;
}
.tong .foot .nav1 a,.nav2 a{
    color:#333;
    padding:0 5px;
    font:normal 12px/25px "宋体";
}
.tong .foot .nav1 a:nth-child(1){
    padding-left:0px;
}
.tong .foot li a:hover{
    color:red;
}
.tong .foot .nav2{
    /*margin-bottom:20px;*/
}
.tong .foot p a{
    color:#333;
    font:normal 12px/22px "宋体";
}
.tong .foot .img{
    height: 170px;
    position:relative;
}
.tong .foot .img a{
    /*position:absolute;*/
    display:inline-block;
}
.tong .foot .img a:nth-child(1){
    margin-right:40px;
}
.tong .foot .img a:nth-child(2){
    left:191px;
}
/*.tong .foot .img a:nth-child(1):hover{
    top:-10px;
    left:-10px;
    width: 170px;
    height: 170px;
}
.tong .foot .img a:nth-child(2):hover{
    top:-10px;
    left:181px;
    width: 170px;
    height: 170px;
}*/
.tong .foot .span span{
    display:inline-block;
    text-align: center;
    font:normal 12px/22px "微软雅黑";
    margin-left:60px;
}
.tong .foot .span span:nth-child(1){
<<<<<<< .mine
    margin-right:60px;
    margin-left:12px;
=======
    margin-right:60px;
    margin-left:8px;
>>>>>>> .r8478
}
.tong .foot .ban{
    height: 25px;
    margin-top:30px;
    text-align: center;
    font:normal 12px/25px "宋体";
}
.tong .foot .jia{
    margin-top:10px;
    padding-left:100px;
}
.tong .foot .jia a{
    margin-right:25px;
    display:inline-block;
}
.tong .foot .pp{
    color:#333;
    font:normal 12px/25px "宋体";
}