Team:XJTLU-CHINA/Safety/css

.firstPage{

   height: 683px;

}

.firstPageBg{

   width: 100%;
   height: 100%;
   position: absolute;
   background-position: center center;
   background-size: cover;
   background-image: url(ImageXJTLU15/SafetyImgXJTLU15.png);
   z-index: -999;

}

.overview{

   padding-top: 250px;

}

h1{

   color: white;
   font-size: 100px;
   font-weight: 800;
   position: absolute;

}

.subNaviBg{

   background-color: white;
   position: absolute;
   right: 12%;
   top: 260px;
   height: 400px;
   width: 400px;
   border-radius: 15px;
   opacity: .6;

}

.subNavi{

   position: absolute;
   right: 15%;
   top: 300px;
   width: 300px;
   font-size: 20px;
   color: #080808;

}

.secondPage{

   height: 683px;

}

.secondPageBg{

   height: 100%;
   width: 100%;
   position: relative;
   background-position: center center;
   background-size: cover;
   background-color: lightblue;

}

.thirdPageBg{

   height: 100%;
   width: 100%;
   position: relative;
   background-position: center center;
   background-size: cover;
   background-color: #D8D8D8;

}

.PageEnd{

   padding: 20px;
   clear: left;

}

.ruleImgBox{

}

.ruleImg{

   width: 32%;
   margin-left: 15%;
   margin-bottom: 20px;
   border-radius: 10px;

}

.ruleImgTextBg{

   background-color: white;
   position: absolute;
   right: 12%;
   top: 60px;
   height: 580px;
   width: 400px;
   border-radius: 15px;
   opacity: .6;

}

.ruleImgText{

   position: absolute;
   right: 15%;
   top: 95px;
   width: 300px;
   font-size: 20px;
   color: #080808;

}

h2{

   margin-bottom: 20px;
   font-size: 35px;
   color: black;
   font-weight: 300;
   background-color: CornflowerBlue;
   padding: 20px;
   border-radius: 10px;

}

h3{

   margin-bottom: 5px;
   font-size: 25px;
   color: black;
   font-weight: 300;
   clear: left;
   background-color: CornflowerBlue;
   padding: 5px;
   border-radius: 10px;

}

.lv1{

   margin-left: 15%;
   margin-right: 15%;

}

.lv2{

   line-height: 1.5;
   background-color: lightblue;
   padding: 20px;
   border-radius: 10px;

}

.lv2-1{

   margin-left: 30px;

}