﻿.menu{width: 100%;min-width:1200px;background: #006a00}
.menuul{width: 1200px;height: 50px;margin: 0 auto; padding: 0 }
.menuli1 , .menuli2{display:inline;float:left;margin:0;width: 100px;height: 50px;padding: 0;
                     position:relative;  text-align: center;}
.menuli1:hover .menuopen{ opacity:1;visibility: visible}
.menuli2:hover .menuopen{opacity:1}
.menuopen{position: absolute;top:50px;margin: 0;padding: 0;z-index:3;visibility:hidden;opacity: 0;
    border-top:1px solid cornflowerblue ;transition: 1.5s all}
.menuopen li{width:80px;height:35px;background:#006a02;font-size: 15px;color: white;font-family:微软雅黑;;
                list-style: none; 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}