.clearfix:after{
    content: "";
    clear: both;
    display: block;
    height: 0px;
}


/*------------------------------头部----------------------------*/
.header-box{
    width: 100%;
    background: url(../img/head.jpg) no-repeat right top;
    background-color: rgb(56 159 76);
    height: auto;
}


.header{
    width: 1250px;
    display: flex;
    margin: 0px auto;
    padding: 10px 0px;
}

.logo-box{
    width: 900px;
    height: 97px;
}

/*----------------------------------------导航栏-----------------------------------------*/
/*导航背景*/
.navigate{
    height: 38px;
    background: rgb(255,255,255);
    border: none;
}
/*导航文字位置*/
.nav-box{
    height: 38px;
    margin: 0px auto;
    width: 100%;
    min-width: 1300px;
    
}
.nav-box ul{
    height: 38px;
    padding: 0px;
    margin: auto;
    text-align: center;
    width: auto;
    background: #fff;
}
/*导航文字属性*/
.nav-box ul li{
    position: relative;
    display: inline-block;
    width: 170px;
    height: 38px;
    z-index: 999;
    zoom: 1;
}
/*导航文字属性*/
.nav-box-li a{
    height: 38px;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 18px;
    color: rgb(24, 114, 32);
    text-decoration: none;
    transition-duration: .3s;
}
.sub-nav-box{
    position: absolute;
    display: none;
    z-index: 101;
    float: none;
    padding: 0px;
    margin: 0px;
    transition-duration: .3s;
    height: auto  !important;
}
.sub-nav-box li,.sub-nav-box li a{
    width: auto !important;
    min-width: 100%;
    white-space: nowrap;
}.sub-nav-box li a{
    padding:0 5px;
    box-sizing: border-box;
}

.sub-nav a{
    background-color: rgb(255, 255, 255);
    color: rgb(24, 114, 32);
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    width: 170px;
    margin: 0 auto;
}

/*文字点击效果*/
.nav-box ul li a:hover{
    background: rgb(24, 114, 32);
    color: rgb(255,255,255);
}

.nav-box ul li:hover .sub-nav-box{
    display: block;
}




/*-----------------------------板块5：友情链接-----------------------------*/
.wrapper5{
    margin: 0px  auto;
    width: 1200px;
    height: auto;
    display: flex;
    padding: 0px 0px;
    text-align: center;
}

.wrapper5 .link-box{
    background-color: rgb(255,255,255);
    padding: 10px 0px 0px 0px ;
    width: 1200px;
    height: auto;
}

.wrapper5 .link-title{
    margin: 0 auto;
    width: 100%;
    height: 35px;
    background: url(../img/link.png) no-repeat;
    background-size: 1200px 32px;
}

.wrapper5 ul{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    font-size: 16px;
    padding: 15px 0px 20px 0px;
}

.wrapper5 ul li{
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 0px 10px;
}

.wrapper5 ul li a{
    color: rgb(61, 131, 75);
    text-decoration-line: none;
}

.wrapper5 ul li a:hover{
    color: rgb( 155, 53, 30);
}
/*-----------------------------板块6：底部信息-----------------------------*/
.wrapper6{
    margin: 0px  auto;
    height: 100px;
}

.wrapper6 .info-box{
    background-color: rgb(60, 145, 51);
    width: 100%;
    height: 100px;
}

.wrapper6 ul{
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    line-height: 17px;
    font-size: 15px;
}

.wrapper6 ul li{
    color: rgb(255,255,255);
    list-style: none;
    text-align: center;   
    line-height: 27px;
}

.wrapper6 ul li a{
    color: rgb(255,255,255);
    padding: 0px 10px 0px 0px;
    text-decoration: none;
}

.wrapper6 ul li a:hover{
    text-decoration: underline;
}

/*-------------------------------杂项------------------------------------*/

.date{
    font-size: 16px;
    color: rgb(61, 131, 75);
}

.more{
    position: absolute;
    right: 0px;
    top: 5px;
    color:rgb(34, 81, 38);
    text-decoration: none;
}

.more:hover{
    color: rgb(155, 53, 30);
}


/*
.download-button{
    height: 29px;
    width: 70px;
    font-size: 15px;
    background-color: rgb(60, 145, 51);
    float: right;
    text-align: center;
    line-height: 29px;
    color:rgb(255,255,255);
    border-radius: 4px;
    transition: all 0.4s ease-out;
    margin-top: 10px;
    margin-left: 45px;
}

.download-button:hover{
    background-color: rgb(155, 53, 30);
    text-decoration: none;
}
*/