@charset "utf-8";
ul
{
  padding:0px;
  list-style-type: none;
  text-wrap:none;
}
li{
  cursor:pointer
}
.select li
{
  color:#0070C0;
  font-weight: bold;
}
.go-to-top{
  background: #f2f2f2;
  bottom: 50%;
  color: #212428;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  left: auto;
  display: none;
  line-height: 35px !important;
  position: fixed;
  right: 30px;
  text-align: center;
  top: auto;
  z-index: 100;
   -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ph-body{
  margin:0px;
  padding: 0px;
  alignment-adjust:central;
  width:100%;
  background-image:url(../images/m-background.jpg);
  background-clip:border-box;
  background-repeat:no-repeat;
  background-size: cover;
}
.ph-page{
  text-align: center;
}
.ph-pheader{
  color:#0070C0;
  font-weight: bold;
}
.ph-pbody{
  text-align:justify;
}
header {
  color:black;
  text-align:center;
  padding:5px;
  height:50px;
}
nav {
  float:left;
  padding:5px;
  line-height:30px;
  width:30%;
  height:650px;
}
section {
  float:left;
  padding:10px;
  width:50%;
}
footer {
  color:black;
  clear:both;
  text-align:center;
  padding:5px;
}
