body{
    background-image: url(../img/R-C.gif);
    margin: 0;
} /*给body设置背景*/
.div-0{
    width: 100%;
    height: 120px;
    background-color: rgb(205, 197, 197);
}   /*导航栏盒子设置宽高背景颜色*/
.img-0{
    height: 120px;  /*logo垂直居中*/
    
}
.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;
}
.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: 1180px;
    margin: 0 auto;
   
}
.div-2 , .div-3{
    width: 600px;
    height: 350px;
    background-color: rgb(250, 247, 247);
    margin-top: 30px;
}
.div-2{
   float: left;
}
.div-3{
    float: right;
}
.img-1{
    float: right;
    width: 300px;
    height: 300px;
    margin-top: 25px;
    margin-right: 10px;
}
.p-1{
    text-indent: 2em;
    padding-left: 10px;
    padding-right: 10px;
}