
*{ margin: 0px; padding: 0px; list-style: none; }
body{
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-family: "微软雅黑";
}


a{ color: #000; text-decoration: none;}

h1{
  margin: 2em 0px;
  padding: 0px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 50px;
}

nav{
  width: 1200px;
  margin: 1em auto;
}

ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown{ 
  position: relative; 
  width: 100%; 
}

ul.dropdown li{ 
  font-weight: bold; 
  float: left; 
  width: 120px; 
  position: relative;
  margin-right: 13px;
   
}

ul.dropdown a:hover{ 
  color: #000; 
}

ul.dropdown li a { 
  display: block; 
  padding: 14px 8px;
  color: #34495e; 
  position: relative; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-weight: 300;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover{ 
  background: #3498db;
  position: relative;
  color: #fff;
}


ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  left: 0; 
  width: 150px; 
  z-index: 1000;
}

ul.dropdown ul li { 
  font-weight: normal; 
  background: #f6f6f6; 
  color: #000; 
  border-bottom: 1px solid #ccc; 
}

ul.dropdown ul li a{ 
  display: block; 
  color: #34495e !important;
  background: #eee !important;
} 

ul.dropdown ul li a:hover{
  display: block; 
  background: #3498db !important;
  color: #fff !important;
} 

.drop > a{
  position: relative;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 56px;
  top: 90%;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  z-index: 999;
}

.drop > a:hover:after{
  content:"";
   border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}



    .clear{ clear: both; }

    #header{ width: 1200px; margin: 0px auto; height: 130px;  }

    #nav{ width: 1200px; height: 80px; margin: 0px auto; }
    #nav nav{ position: absolute; }
    #nav ul.dropdown li{ background-color: #3157b4; }
    #nav ul.dropdown li a{ color: #fff; }
    #nav nav .fa{ font-size: 22px;  padding-right: 8px; padding-top: 5px; }
    #foot{width: 100%; height: 166px; background-color: #3157b4;}
    #foot #footbox{ width: 1200px; margin: 0px auto; height: 166px; }
    #foot #footbox #logo{ float: left; height: 166px; width: 432px; overflow: hidden;}
    #foot #footbox #info{ float: left; height: 116px;  padding-top: 50px;}
    #foot #footbox #info p{ color: #fff; font-size: 14px; line-height: 24px;}