body{
    background-image: url(../img/R-C.gif);
    margin: 0;
} /*给body设置背景*/
.YeWei{
    width: 100%;
    height: 100px;
    background-color: gray;  /*设置页尾*/
    position: relative; /*相对定位*/
}
.div-0{
    width: 100%;
    height: 120px;
    background-color: rgb(205, 197, 197);
}   /*导航栏盒子设置宽高背景颜色*/
.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标签右浮动，设置宽度，垂直居中*/
}
.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;
}
.a-0{
    text-decoration: none; /*消除自带样式下划线*/
    color: black;   /*字体颜色*/
    font-size: 20px;  /*字体大小*/
}
.li-0 .a-0:hover{
    color:white ;  /*伪类鼠标划过变色*/
}
.img-2{
    width: 100%;
    height: 500px;  /*设置图片宽高*/
}
.div-1{
    width: 1300px;
    height: 600px;
    background-color: rgb(250, 250, 250);
    margin: 0 auto;
} /*设置盒子宽高背景颜色，盒子居中*/
h2{
    margin: 0;
    padding-top: 30px;
    padding-left: 50px;  /*设置边距*/
}
.img-1{
    width: 300px;
    height: 400px;
    float: left;    /*浮动*/
    margin-left: 30px;
    margin-top: 30px;
    margin-right: 30px;
    box-shadow: 6px 6px 6px #0a0a0a;   /*阴影效果*/
}
.p-0{
    text-indent: 2em;  /*首行缩进*/
    margin-top: 0;
    padding-top: 45px;
    padding-right: 30px;   /*设置边距*/
}
video{
    float: left;
    width: 400px;
    height: 400px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
}
