/* a, abbr, address, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, label, legend, li, object, ol, p, pre, q, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul {
    border: 0;
    margin: 0;
    padding: 0;
} */
body {
    margin: 0;
    font-size: 1.2em;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    background:  #f3f2f2b5 ;
    color: #333;
}

#header {
    background-color:#e5f8e4;
    color:rgb(13, 15, 13);
    text-align:left;
    text-indent:50px;
    padding:5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}

#topnav {
    background-color:#7bab79;
    color:white;
    text-align:center;
    padding:5px;
    height: 50px;

}
#nav1 {
    line-height:30px;
    background-color:#b6d4b5;
    height:1500px;
    width:100px;
    float:left;
    padding:5px;
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px; 
}
#nav2 {
    line-height:30px;
    background-color:#c4d4c3;
    height:1500px;
    width:175px;
    float:right;
    padding:5px;	      
}
#section {
    width: 500px;
    float:left;
    padding:10px;
    text-indent:50px;	 	 
}
#footer {
    background-color:#7bab79;
    color:white;
    clear:both;
    text-align:center;
    padding: 20px;	 	 
}

   .dirc li{
       list-style-type: none;/* 去掉li前的点 */
       float: left;/*将li设置成做浮动，变为联动*/
       margin-right: 50px;
   }
   .dirc a{
       display: block;
       width: 100px;
       height: 50px;
       font-family: Microsoft Yahei;
       line-height: 50px;
       background-color: #7bab79;
       margin: 0px 0px;
       color: #fff;
       text-align: center;
       text-decoration: none;
       font-size: 15px;
       border-radius: 5px;
   }

   .left a{
    color: #0f0f0fb9;
    background-color:#b6d4b5 ;
   }

   .dirc a:hover{
       background-color: #2f6f4f;
   }

   .title{
        display: block;
        width:60%;
   }

   .search-input input {
    /* position: absolute; */
    /* right: 50px;
    top: 40px; */
    display: block;
    float: right;
    height: 55px;
    width: 500px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 3% 0 3%;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    margin-right: 20px;
    }

    .search input {
        line-height: 34px;
        left: 9px;
        top: 0;
        text-align: initial;
        white-space: nowrap;
        right: 9px;
        height: 35px;
        width: 94%;
        padding: 0 3% 0 3%;
        background-color: #fff;
        border: 1px solid #c8c8c8;
        border-radius: 3px;
        color: #ccc;
        font-weight: 400;
        font-size: 1.2em;
    }

    #banzou h3{
        display: block;
        margin-left: 150px;
    }

    #banzou h4{
        display: block;
        margin-left: 175px;
    }

    #banzou a{
       display: block;
       width: 800px;
       height: 50px;
       font-family: Microsoft Yahei;
       line-height: 50px;
       background-color: rgb(166, 189, 166);
       margin: 0px 0px;
       color: #fff;
       text-align: center;
       text-decoration: none;
       font-size: 15px;
       border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
        margin-left: 145px;
        box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    }

    .signbox {
        display: block;
        float: right;
        height: 20px;
        width: 155px; 
        outline: none;
        border: none;
        border-radius: 5px;
        padding: 0 3% 0 3%;
        font-size: 18px;
        box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
        margin-right: 7px;
    }



    


    .dropdown {
        display: inline-block;
    }
    
    .dropdown-content {
        /* 默认隐藏 */
        display: none;
        position: absolute;
        margin-left: 100px;
        
    }
    
    .dropdown-content a {
        color: black;
        text-decoration: none;
        display: block;
    }
    
    .dropdown-content a:hover {background-color: #f1f1f1}
    
    .dropdown:hover .dropdown-content {
        display: block;
        background-color: #b6d4b5;
    }
