.head {}

.head .pc-head {
    height: 80px;
    min-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #006533;
}

.pc-head .logo {
    width: 49px;
    height: 62px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.navlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin-left: 30px;
}

.navlist .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-left: 30px;
    position: relative;

}

.navs {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #006533;
}

.nav:hover {
    color: #FFFFFF;
    font-weight: 500;
}

.navs:hover {
    padding-top: 30px;
    height: auto;
}

.nav:hover .navs {
    padding-top: 30px;
    height: auto;
}

.navs .navsitem {
    color: #ddd;
    padding: 20px 0;
}

.navsitem:hover {
    color: #FFFFFF;
    font-weight: 700;
}

.navs .navsactive {
    color: #FFFFFF;
    font-weight: 700;
}

.navlist .nav-active {
    font-weight: 700;
    position: relative;
}

.nav-active::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.nav img {
    width: 24px;
    height: 24px;
}

.language {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 20px;
    width: 88px;
    height: 36px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.language-item {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
}

.language-active {
    background: #FFFFFF;
    color: #000;
}

.mobile-head {
    position: relative;
}

.mobile-headbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    background: #006533;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.mobilelogo {
    width: 31px;
    height: 40px;
}

.mobilelogo img {
    width: 100%;
    height: 100%;
}

.closeinfo {
    display: flex;
    align-items: center;
}

.closeinfo img {
    width: 24px;
    height: 24px;
}

.close1 {
    display: block;
}

.close2 {
    display: none;
}

.mobilenavlist {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 44px;
    background: #FFFFFF;
    transform: all 0.5s ease-in-out;
}

.mobilenav {}

.mobilenavitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.mobilenavitem a {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.mobilenavs {
    display: none;
    background: #F5F5F5;
    box-shadow: 0px 4px 2px 0px #0000001A;
}

.mobilenavsitem {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    padding: 20px;
    color: #000;
    border-bottom: 1px solid #FFFFFF
}

.mobilenavitem img {
    width: 16px;
    height: 16px;
}

.moblielanguage {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-right: auto;
    margin-left: 20px;
    width: 88px;
    height: 36px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    margin-right: 20px;
}

.moblielanguage-item {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.moblielanguage-active {
    background: #FFFFFF;
    color: #000;
}

.foot {
    background: #2A2A2A;
}

.footbottom {
    background: #202020;
    text-align: center;
    padding: 20px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.footbox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
}

.footleft {
    width: 340px;
}

.foottitle {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #FFFFFF;
}

.footaddres {
    margin: 20px 0;
    margin-top: 30px;
}

.footaddresitem {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    color: #FFFFFF;

}

.foottop {
    display: flex;
    align-items: center;

}

.footphone {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-right: 30px;
}

.footphone img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.footemail {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.footemail img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.footright {
    width: 620px;
}

.footlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.footitem {
    display: flex;
    align-items: center;
    width: 185px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footitem img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}


.footimgs {}

.footimgbox {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footimg {
    position: relative;
    margin-right: 15px;
}

.footimg img {
    width: 36px;
    height: 36px;
}

.wxrwm {
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    right: -110px;
    top: -30px;
    display: none;
}

.footimg:hover .wxrwm {
    display: block;
}

@media (min-width: 1200px) {
    .head .pc-head {
        display: flex;
    }

    .mobile-head {
        display: none;
    }
}

@media (max-width: 1200px) {
    .head .pc-head {
        display: none;
    }

    .mobile-head {
        display: flex;
    }

    .footbox {
        display: block;
        width: 100%;
        padding: 50px 20px;
    }
    .footleft{
        width: 100%;
        margin-bottom: 30px;
    }
    .footright {
        width: 100%;
        margin-bottom: 5px;
    }
    .footlist{
        width: 100%;
    }
   
    .footitem{
        width: 100px;
        margin-bottom: 25px;

    }
    .footitems{
        width: 100% !important;
        margin-bottom: 25px;
    }
}