﻿.menu{width: 100%;min-width:1000px;background: #003e22}
.menuul{width: 1000px;height: 50px;margin: 0 auto; padding: 0 }
.menuli1 , .menuli2{display:inline;float:left;margin:0;width: 120px;height: 50px;padding: 0;background:#003e22;
                     position:relative;  text-align: center;}
.menuli1{background: #0d491e }
.menuli1:hover .menuopen{visibility: visible}
.menuli2:hover .menuopen{visibility: visible}
.menuopen{position: absolute;top:50px;margin: 0;padding: 0;z-index:99;visibility: hidden}
.menuopen li{width:100px;height:35px;background:#285e31;font-size: 15px;color: white;font-family:微软雅黑;
                list-style: none;  border-top:1px solid #7aa5d2 ;padding: 0 10px;
                  text-overflow: ellipsis;white-space: nowrap;overflow: hidden }
.menuopen li:hover{background:#003e22 }
.menuopen li a{color: white;font-size: 15px;font-family:微软雅黑;line-height: 35px;
             }

.bodyline{width: 100%;min-width:1000px;height: 30px;background: #c7c7c7}

.menu a,label{font-size:18px;line-height: 50px; text-decoration: none;margin: 0;
    font-family: 微软雅黑;color: white;font-weight: normal}