*{
    margin: 0;
    padding:0;
}
body{
    background-color: #f6f9fa;
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 100%;

}
a:link,a:visited {
    text-decoration: none;
    color: #212121;
}

.body-all{
    margin: 0 auto;
    width: 900px;
    height: auto;
}
/*导航*/
.top_bar{
    width: 900px;
    height: 80px;
    background-color: #f6f9fa;
    position: fixed;
    top: 0;
    z-index: 999;

    float: left;

}

.top_bar .top_ob{
    list-style-type: none;
    height: 50px;
    float: left;
    line-height: 80px;
    margin: 15px 24px 15px 24px;



}
.top_block{
    width: 130px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    margin-left: 12px;

}
.top_block a{
    width: 130px;
    height: 50px;
    float: left;
}
.top_box{
    width: 130px;
    /*height: 50px;*/
    float: left;
    color: #212121;
    opacity: 0.7;
    font-family:  "宋体", serif, Arial, Helvetica;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: 2px 5px 5px #eef6ea;
}


.top_box:hover{
    color: #f90;
    opacity: 1;
}
/*正文部分*/


/*图片部分*/
.container{
    width: 900px;
    height: auto;
    text-align: center;
    position: relative;
    float: left;
    margin-top: 150px;


}
.container .arr-border .box_border{
    font-family:  "宋体", serif, Arial, Helvetica;
    width: 205px;
    margin: 10px;
    position: relative;
    float: left;

}
.container .arr-border .box_border .img-box{
    width: 205px;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 10px;

}
.container .arr-border .box_border .img-box img{
     width: 100%;
     height: 100%;
     position: relative;
     float: left;
     transition: all 0.5s ease;
     cursor: pointer;

}
.container .arr-border .box_border p{
     width: 205px;
     margin-top: 10px;
     position: relative;
     float: left;
}
.arr-border{
    width: 900px;
    height: auto;
    float: left;
}
.container img:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    z-index: 2;
}

.container .body_bar{
    width: 900px;
    height: auto;
    text-align: center;
    position: relative;
    float:left;
    margin-top:10px;
    /*box-shadow: 2px 2px 3px rgba(40, 40, 40, 0.02);*/
    /*border: 1px solid rgba(221, 221, 221, 0.04);*/
}
.container .body_bar .bar1 p{
    text-align: left;
    margin-left: 15px;
    opacity: 0.7;
    font-family:  "宋体", serif, Arial, Helvetica;
    font-size: 20px;
}
.container .body_bar .bar1{
    cursor: pointer;
    width: auto;
    height: 25px;
    padding: 8px 10px 8px 5px;
    text-align: center;
    position: relative;
    float:left;
    box-shadow: 2px 5px 5px #eef6ea;
    border-radius: 6px;
}

.container .body_bar .bar2{
    width: 900px;
    height: 20px;
    margin: 10px;
    text-align: center;
    position: relative;
    float: left;
}
.container .body_bar .bar2 p{
    text-align: center;
    opacity: 0.7;
    font-family:  "宋体", serif, Arial, Helvetica;
    font-size: 20px;
}
.container .body_bar .bar3{
    width: 900px;
    margin: 10px 0;
    height: auto;
    text-align: center;
    position: relative;
    float: left;
}
.container .body_bar .bar3 p{
    text-align: left;
    opacity: 0.9;
    font-family:  "宋体", serif, Arial, Helvetica;
    font-size: 15px;
    line-height:22px;
    text-align:justify;
}


.container .body_bar .bar1 p:hover{
               color: red;
               opacity: 1;
           }


/*脚部信息*/
.footing{
    width: auto;
    height: 60px;
    background-color: #f5f8f9;
    margin-top: 100px;
    z-index: 9999;
    float: left;
    position: relative;
    margin-top: 100px;

}
.footing .footing_bottom{
    width:900px;
    background-color: #f5f8f9;
    float: left;
    height: 40px;}

.footing .footing_bottom .foot_cell{
    width:130px;
    float: left;
    height:20px;
    font-family:  "宋体", serif, Arial, Helvetica;
    font-size: 15px;
    margin: 10px 12px;
    cursor: pointer;
    opacity: 0.7;
}

.footing .footing_bottom .foot_cell1{
    width:260px;
    height:20px;
    float: left;
    font-family:  "宋体", serif, Arial, Helvetica;
    font-size: 15px;
    margin: 10px 10px;
    cursor: pointer;
    opacity: 0.7;
}
.footing .footing_bottom .foot_cell .foot_cell2{
   width:130px;
   float: left;
   cursor: pointer;
   opacity: 0.5;
}
.footing .footing_bottom .foot_cell a{
    width:130px;
    height:20px;
    float: left;
}
.footing .footing_bottom .foot_cell3{
    width:60px;
    height:20px;
    float: left;
    margin: 12px 12px;
    opacity: 0.7;
 }