@charset "utf-8";
html,body{
  height:100%;
}
.boxc1{
  color:#ffffff;

  width:900px;
  height:620px;
}
.boxc2{
  color:#ffffff;

  width:900px;
  height:620px;
}

.boxc3{
  *color:#ffffff;

  width:300px;
  height:500px;
}
.footerboxc1{
  width:100%;
  height:50px;
}
/*box1*/
#box1{
    background:rgba(0, 30, 0, 1);
    width:1200px;
    height:120px;
    position:relative;
    top: 20px;
    left:10px;
     }

#box2{
  background: rgba(80, 150, 0, 0.9);
  position: relative;
  top: 0;
  left: 0;
  width:900;
  height:650;
  }
#box3{
    background: rgba(0, 255, 0, 0.8);
    position: relative;
    top: -500px;
    left:900px;
    }


#footerbox1{
  background: rgba(0, 40, 30, 0.8);
  position: absolute;
  top: 650px;
  left:0px;
}
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #0765b1;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #7c8c0e;
  /*background: #0465a1;*/
  background: rgba(255,154,0,0.7);

  text-align: left;
}
.dropmenu li:hover > a{
  background: #0465a1;
}
.dropmenu li a:hover{
  background: #0465a1;
}
