.fix-nav{display: none;position: fixed;left: 90%;bottom: 60px;width: 100%;margin-left: -60px;z-index:999;}
.fix-nav .fix-nav-wrap{background-color: #104774;width: 32px;height: 32px;text-align: center;border-radius: 4px;cursor:pointer;margin-left:105px;}
.fix-nav .i-totop{width: 28px;display: block;margin: 0 auto;}
.fix-nav .icon{font-size:28px;margin-left:2px;color:#fff;}
@media screen and (min-width:320px) and (max-width:767px)
{
  .fix-nav
    {
    left:67%;
}
.navbar-nav
{
  margin:7.5px 0 !important;
}
.navbar-collapse
{
  padding-right:0px !important;
  padding-left:0px !important;
}
.navbar-default ul li.active
{
  padding-right:0px;
}
}
.body
{
  margin-bottom:30px;
  margin-top:10px;
}
.endWrite
{
  padding:10px 0;
  color: #fff;  
  background-color:#000;
  font-size: 13px;
  text-align: center;
}
.fixed-bottom 
{
  position: fixed;
  bottom: 0;
  width:100%;
}
.locationEdu
{
  background-color:#333;
}
.locationEdu ul
{
  margin-bottom:0px;
  padding:30px 0;
}
.locationEdu li
{
  display:inline-block;
  line-height:35px;
  width:280px;
}
.locationEdu a
{
  color:#d8d8d8;
  font-size:15px;
}
.locationEdu a:hover
{
  text-decoration:underline;
}
