*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 微软雅黑;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}
a{
    text-decoration:none
}
input,textarea{
    border: none;
    outline:none;
    resize: none;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.w-1200{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.head{
    width: 100%;
    height: 80px;
    /*border-bottom: 1px solid #eeeeee;*/
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #6da288;
    z-index: 10000;
}
.head .w-1200{
    display: flex;
    justify-content: space-between;
}
.head .logo{
    width: 201px;
    height: 53px;
    margin-top: 14px;
}
.head .head-ri{
    width: auto;
    height: 80px;
    display: flex;
    /*overflow: hidden;*/
}
.head-ri .head-item{
    width: auto;
    height: 80px;
    font-size: 16px;
    color: #ffffff;
    line-height: 80px;
    margin-left: 40px;
    position: relative;
}
.head-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.head-item.active .head-span{
    font-weight: bold;
}


.head-item .head-on{
    width: 130px;
    height: auto;
    background: #ffffff;
    position: absolute;
    top: 80px;
    left: -35px;
    display: none;
    transition: all 1s ease-out;
}
.head-item:hover .head-on{
    display: block;
}
.head-item .head-on1{
    width: 100%;
    height: 150px;
    background: #ffffff;
    position: absolute;
    bottom: -150px;
    left: 0;
    display: none;
    transition: all 1s ease-out;
}
.head-on .head-li{
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.head-on1 .head-li{
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
}
.head-li:hover{
    color: #6da288;
    background: #eeeeee;
    border-bottom: 1px solid #6da288;
}



.foot{
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-top: 40px;
}
.foot .last-top{
    width: 100%;
    height: 270px;
    background: #6da288;
    overflow: hidden;
}
.last-top .w-1200{
    display: flex;
    justify-content: space-around;
}
.last-top .last-item{
    width: auto;
    height: 100%;
    overflow: hidden;
}
.last-item .last-name{
    width: auto;
    height: 30px;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 25px;
}

.last-item .last-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #e7e7e7;
    line-height: 26px;
    margin-top: 10px;
}
.foot .last-span{
    width: 100%;
    height: 50px;
    background: #528c6f;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}
