*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #000;
}

ul,li {
    list-style: none;
}
.container{
    background-color: #003003;
    height: auto;
}
.header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-image: url(../image/privacy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1rem;
}
.headerBanner{
    width: 12rem;
    box-sizing: border-box;
    margin: 0 auto;
}
.headerNav{
    width: 100%;
    height: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerNavLeft{
    display: flex;
    align-items: center;
}
.headerNavLeft span{
    margin-left: 0.12rem;
    font-family: MontserratAlternates, MontserratAlternates;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    font-style: italic;
}
.headerNavRight{
    box-sizing: border-box;
}
.headerNavRight ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    gap: 0.28rem;
}
.headerNavRight ul li a{
    font-family: Helvetica;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.active{
    display: block;
    box-sizing: border-box;
    padding: 0.12rem;
    background: #009809;
    border-radius: 0.2rem;
}
.headerBox{
    width: 100%;
    box-sizing: border-box;
}
.headerBoxTitle{
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFFFFF;
}
.headerLabelBanner{
    width: 12rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.headerLabelBox{
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 0.4rem;
}
.headerLabel{
    background: #2CAD33;
    display: flex;
    align-items: center;
    border-radius: 0.62rem;
    box-sizing: border-box;
    padding: 0 0.4rem;
    height: 1rem;
}
.headerLabel span{
    font-family: Helvetica, Helvetica;
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFF;
}
.headerLabel>img{
    width: 0.8rem;
    margin-right: 0.24rem;
}
.headerImg{
    width: 6.68rem;
    height: 6.89rem;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url(../image/contact.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0.8rem;
}
.contactBanner{
    width: 14.32rem;
    height: 11.03rem;
    box-sizing: border-box;
    background-image: url(../image/contactBanner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    padding-top: 0.5rem;
}
.contactBannerTitle{
    width: 100%;
    text-align: center;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 0.7rem;
    color: #FFFFFF;
    font-style: normal;
}
.contactBannerBox{
    width: 10.8rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    height: 80%;
    box-sizing: border-box;
}
.contactBannerBox{
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactBannerBoxLabel{
    width: 5rem;
}
.contactBannerBoxLabelTop>img{
    width: 5rem;
}
.contactBannerBoxLabelBottom{
    font-family: Helvetica;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}
.contactBottom{
    width: 14rem;
    height: 4.6rem;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url(../image/contactBottom.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0.7rem;
    box-sizing: border-box;
    padding-left: 2.4rem;
    padding-top: 0.9rem;
}
.contactBottomLeft{
    box-sizing: border-box;
}
.contactBottomTitle{
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    width: 5.74rem;
}
.contactBottomText{
    font-family: Helvetica;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.12rem;
    margin-bottom: 0.33rem;
    width: 5.74rem;
}
.contactBottomLabel{
    display: flex;
    align-items: center;
    font-family: Helvetica;
    font-size: 0.2rem;
    color: #FFF;
}
.contactBottomLabel img{
    width: 0.3rem;
    margin-right: 0.1rem;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto
}
.footer{
    background-color: #105D15;
}

.footer *{
    color: #fff;
}

.footer-main{
    padding: 40px 0;
}

.footer-header{
    display: flex;
    align-items: center;
}

.footer-header p{
    font-size: 20px;
    line-height: 24px;
}

.footer-header img{
    height: 30px;
    margin-left: 12px;
}

.footer-links{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 30px;
}

.footer-links-l{
    display: flex;
}

.footer-links-l ul{
    margin-right: 120px;
}

.footer-links-l li{
    margin-bottom: 12px;
}

.footer-links-l li:last-child{
    margin-bottom: 0;
}

.footer-links-r a + a{
    margin-top: 12px;
}

.footer-links-b a{
    margin-right: 80px;
}

.footer-contact{
    /* margin-top: 40px; */
    line-height: 20px;
}

.footer-contact p{
    margin-bottom: 12px;
    text-transform: uppercase;
}

.footer-contact p:last-child{
    margin-bottom: 0;
}

.footer-copyright{
    background-color: #000;
    line-height: 60px;
}

.footer-copyright p{
    text-align: center;
    color: #fff
}