body{
    padding: 0;
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top {
    width: 100%;
    background-color: #8ac13e;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #794d3f;
    position: relative;
    z-index: 30;
}
.header{
    background-color: #fff;
    height: 120px;
    display: flex;
    align-items: center;
}
.head {
    display: flex;
    width: 90%;
    margin:0 auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.head .logo {
    width: 140px;
    height: 70px;
}

.head .logo img {
    width: 100%;
    height: 100%;
}

.head .nav {
    font-weight: 700;
    display: flex;
    color: #002854;
}

.head .nav>li {
    font-size: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
}

.head .nav>li:hover {
    cursor: pointer;
}

.head .nav>li .navimg {
    width: 20px;
    height: 20px;
    transition: 0.5s;
}

.head .nav>li:hover .navimg {
    transform: rotate(180deg);
}

.head .nav li a {
    text-decoration: none;
    color: #7e7e7e;
}

.head .nav>li:hover .lx-box,
.head .nav>li:hover .nav-con {
    display: block;
}

.head .nav .lx-box {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 40px;
    left: 0px;
    display: none;

}

.head .nav .lx {
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 15;
    border-top: 3px solid #eee;
    border-left: 3px solid #eee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 150px;
    background-color: #fff;

}

.head .nav li .nav-con {
    display: none;
    font-size: 14px;
    position: absolute;
    top: 50px;
    background-color: #fff;
    max-height: 400px;
    padding: 20px;
    overflow-x: auto;
    width: 300px;
    font-weight: 400;
    box-shadow: 2px 2px 15px #eee;
    border-radius: 10px;
    left: -100px;
    z-index: 10;
    border: 3px solid #eee;

}

.head .nav li .nav-con li {
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.head .nav li .nav-con li .right {
    height: 5px;
    width: 5px;
    z-index: 15;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    -webkit-transform: rotate(45deg);
    transform: rotate(130deg);
    top: 40px;
    left: 150px;
    background-color: #fff;
}
.cd{
    width: 30px;
    height: auto;
    display: none;
}
.nav2{
    width: 100%;
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
    overflow-x: auto;

}
.nav2 .logo{
    margin: 30px auto;
    width: 140px;
    height: 70px;
}
.nav2  .logo img {
    width: 100%;
    height: 100%;
}
.nav2 li{
    width: 90%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 150%;
    flex-wrap: wrap;

}
.nav2 .hide{
    position: absolute;
    right: 20px;
    top: 50px;
}
.nav2 li .nav-con,.nav-con1,.nav-con2{
    display: none;
    width: 100%;
    height: 500px;
    overflow-x: auto;
}
.nav-con1,.nav-con2{
    height: 150px;
}
.nav2 li .nav-con li,.nav2 li .nav-con1 li,.nav2 li .nav-con2 li{
    font-size: 60%;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 20px;
}
.nav2 li .right {
    height: 10px;
    width: 10px;
    z-index: 15;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    -webkit-transform: rotate(45deg);
    transform: rotate(130deg);
    top: 40px;
    left: 150px;
    background-color: #fff;
}
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
}
.foot{
    width: 100%;
    margin: 80px auto 0;
    background-color: #8ac13e;
    color: #fff;
    overflow: hidden;
}
.foot h1{
    text-align: center;
    font-size: 60px;
    margin-top: 40px;
}
.foot-box{
    padding-bottom: 50px;
    height: auto;
    overflow: hidden;
    
}
.foot .information{
    display: flex;
    align-items: center;
    width: 50%;
    height: 80px;
    font-size: 20px;
    /* justify-content: center; */
    text-align: center;
    margin: 0 auto;
}
.foot-left{
    /* margin-right: 20%; */
    float: left;
    width: 50%;
    text-align: center;
}
.foot-left img{
width: 300px;
height: 150px;
}
.foot-right{
    width: 50%;
    float: right;
    box-sizing: border-box;
}
.foot-right img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
@media (max-width: 1200px) {
    .foot .information{
        text-align: left;
        margin: 0;
    }
}
@media (max-width: 1100px) {
    .foot .information{
    font-size: 100%;

    }
    .foot-right{
        justify-content: flex-end;

    }

    .foot-right img{
        width: 30px;
        height: 30px;
    }
    .foot-box{
        width: 90%;
    }
}
@media (max-width: 800px){
    .foot-box{
        margin: 0 auto;
    }
    .foot-left,.foot-right{
        float: unset;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .foot-right{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

}
@media (max-width: 760px){
   .nav{
    display: none !important;
   }
   .cd{
    display: block;
   }
    }
@media (max-width: 600px){
.top{
    font-size: 85%;
}
.foot-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.foot-right span{
    white-space: pre-wrap;
    display: block;
}
}