*{
    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{
    height: auto;
}
.header{
    width: 100%;
    height: 8.2rem;
    box-sizing: border-box;
    background-image: url(../image/index.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;
}
.headerTitle{
    width: 12rem;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.72rem;
}
.headerText{
    width: 10rem;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: Futura, Futura;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.1rem;
}
.headerImg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 0.6rem; */
}
.headerImg>img{
    width: 6.21rem;
    height: 5rem;
}
.one{
    margin-top: 1.4rem;
}
.sectionOne{
    width: 12rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 0.4rem;
}
.sectionOneTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.5rem;
    color: #000000;
    width: 100%;
    text-align: center;
}
.sectionTop{
    width: 100%;
    height: 3.72rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.2rem 0.2rem 0.2rem 0.5rem;
    background: #F2F2F2;
    border-radius: 0.42rem;
    margin-top: 0.6rem;
}
.sectionTopRight{
    width: 5.4rem;
    height: 3.32rem;
    margin-left: 0.5rem;
}
.sectionTopRight>img{
    width: 5.4rem;
    height: 100%;
}
.sectionTopLeft{
    flex: 1;
    box-sizing: border-box;
}
.sectionTopLeftTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.36rem;
    margin-top: 0.3rem;
}
.sectionTopLeftText{
    font-family: Helvetica;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.22rem;
    margin-top: 0.16rem;
}
.sectionTwo{
    width: 12rem;
    box-sizing: border-box;
    height: 6rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.sectionTwoLeft{
    width: 5.9rem;
    height: 100%;
    background: #F2F2F2;
    border-radius: 0.42rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.sectionTwoRight{
    width: 5.9rem;
    height: 100%;
    background: #F2F2F2;
    border-radius: 0.42rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.sectionTwoLeftTop{
    width: 100%;
}
.sectionTwoLeftTop>img{
    width: 100%;
}
.sectionTwoLeftBottom h3{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.36rem;
    margin-top: 0.3rem;
}
.sectionTwoLeftBottom div{
    font-family: Helvetica;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.22rem;
    margin-top: 0.16rem;
}
.sectionTwoRightTop h3{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.36rem;
    margin-top: 0.3rem;
}
.sectionTwoRightTop div{
    font-family: Helvetica;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.22rem;
    margin-top: 0.16rem;
}
.sectionTwoRightBottom img{
    width: 100%;
    margin-top: 0.6rem;
}
.sectionThree{
    width: 17rem;
    height: 9.8rem;
    background: #F0F6F0;
    border-radius: 0.76rem;
    margin: 0 auto;
    margin-top: 1.2rem;
    box-sizing: border-box;
    padding-top: 0.8rem;
}
.sectionThreeTitle{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.5rem;
    color: #000000;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    width: 100%;
    text-align: center;
}
.sectionLabelBox{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.68rem;
}
.sectiobLabel{
   position: relative;
}
.sectiobLabelTitle{
    position: absolute;
    top: 2rem;
    left: 1rem;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 0.41rem;
    width: 3rem;
}
.sectiobLabelText{
    position: absolute;
    top: 3rem;
    left: 1rem;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.22rem;
    width: 3rem;
}
.sectiobLabelOne{
    width: 5rem;
    height: 6.18rem;
    box-sizing: border-box;
    background-image: url(../image/left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.sectiobLabelTwo{
    width: 5rem;
    height: 6.18rem;
    box-sizing: border-box;
    background-image: url(../image/middle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0.63rem;
}
.sectiobLabelThree{
    width: 5rem;
    height: 6.18rem;
    box-sizing: border-box;
    background-image: url(../image/right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -0.6rem;
}
.sectionFour{
    width: 11rem;
    height: 4rem;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 1rem;
}
.sectionFourTitle{
    width: 100%;
    text-align: center;
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.5rem;
    color: #000000;
}
.sectionFourBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.35rem;
}
.sectionLabel{
    width: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}
.sectionLabel span{
    font-family: Helvetica;
    font-size: 0.16rem;
    color: #666666;
}
.sectionFourTime{
    background-image: url(../image/time.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 2rem;
    margin-top: 0.4rem;
    box-sizing: border-box;
    padding-right: 0.3rem;
}
.sectionFourTime>span{
    font-family: Helvetica, Helvetica;
    font-weight: bold;
    font-size: 0.5rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: right;
    line-height: 2rem;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
.footer{
    background-color: #105D15;
    margin-top: 1.22rem;
}

.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
}