body{
    background-image: url(../img/R-C.gif);
    margin: 0;
} /*给body设置背景*/

.div-0{
    width: 100%;
    height: 120px;
    background-color: rgb(205, 197, 197);
}   /*导航栏盒子设置宽高背景颜色*/
.YeWei{
    width: 100%;
    height: 100px;
    background-color: gray;  /*设置页尾*/
    position: relative; /*相对定位*/
}
.ul-1{
    list-style: none;
    margin: 0 ;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);  /*绝对定位使
    超链接在盒子中垂直居中*/
}
.li-1{
   
    line-height: 100px;   /*行高 作用使其垂直居中*/
    text-align: center;   /*居中*/
    float: left;    /*浮动*/
}
.a-1{
    text-decoration: none;    /*清除自带样式*/
    color: black;    /*字体颜色*/
}
.img-0{
    height: 120px;  /*logo垂直居中*/
    
}
.ul-0{
    list-style: none;     
    
    margin: 0;     /*清除样式*/
}
.li-0{
    float: right;
    width: 120px;
    line-height: 120px;
    text-align: center;   
    /*li标签右浮动，设置宽度，垂直居中*/
}

.a-0{
    text-decoration: none; /*消除自带样式下划线*/
    color: black;   /*字体颜色*/
    font-size: 20px;  /*字体大小*/
}
.li-0 .a-0:hover{
    color:white ;  /*伪类鼠标划过变色*/
}
.div-1{
    width: 1300px;
    height: 600px;     /*盒子长高*/
    background-color: rgb(189, 189, 189);/*背景*/
    margin: 0 auto;          /*居中*/
}
.div-3{
    height: 480px;
    width: 800px;
    background-color:  rgb(245,245,245) ;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 12px;
    margin: 0 auto;
   position: relative;   /*相对定位*/
   top: 30px;
}
.ul-4{
    list-style: none;
}
.li-5{
    margin: 10px;

}