body {
      margin:0px;
      background-color:#efefef;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100% 100%;
    }
 body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
.xpkj{
    display:flex;
    height:80px;
    align-items:center;
    justify-content:space-between;
    padding-top:0px;
    margin:0px 100px;
}


.bar{
    display:flex;

    align-items:center;
    justify-content:space-between;
    padding-top:0px;
    margin-top:0px;
    font-size:18px;

    }


#time{
     color:#dac0a2;
     font-size:18px;
     text-align:center;
     -webkit-animation-duration: 5s;
}

#lunbotu{
    margin-left:0;
    margin-right:0;
	margin-top:10px;
    width:100%;

}



.anli1{
	position: absolute;
	bottom:20px;
	left: 5%;
    width:20%;
    height:130px;
    color:white;
    display:flex;

}
.anli1 a{
    color:#efefef;
    font-size:14px;
    width:50%;
}
.anli2 a{
    color:#efefef;
    font-size:14px;
    width:50%;
}

.anli2{
	position: absolute;
	bottom:20px;
	left: 75%;
    width:20%;
    height:130px;
    color:white;
    display:flex;

}

.tool{
    position: absolute;
	top:5px;
	right: 10px;
    display:flex;
    color:white;
    font-size:10px;
    align-items:center;

}
.too {
   color:#9f9f9f;
   margin-left:2px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}
