*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}
body{
    font-size: 14px;
}

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


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

ul,li {
    list-style: none;
}
.header{
    width: 100%;
    height: 700px;
    background-image: url(../images/indexBanners.png);
    background-size: 100% 100%;
}
.headerBanner{
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.headerLeft{
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.headerLeft img{
    width: 52px;
    height: 52px;
}
.header span{
    margin-top: 10px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 19px;
    color: #000000;
}
.headerRight ul{
    display: flex;
    align-items: center;
    gap: 30px;
    line-height: 84px;
}
.headerRight ul li a{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
}
/* .login{
    display: block;
    width: 132px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #79E869;
    border-radius: 6px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #000000; */
/* } */
.headerContent{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 50px;
}
.headerContentLeft{
    width: 600px;
    height: 100%;
    /* background-color: skyblue; */
    box-sizing: border-box;
    padding-top: 50px;
}
.headerContentLeftTitle{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 51px;
    color: #000000;
    line-height: 65px;
    font-weight: bold;
}
.headerContentLeftTitle img{
    vertical-align: middle;
}
.headerContentLeftText{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    margin-top: 50px;
}
.footer{
    width: 100%;
    height: 260px;
    background: #434343;
    box-sizing: border-box;
    padding-top: 58px;
    cursor: pointer;
}
.footerBanner{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.footerBannerTop{
    text-align: center;
    width: 100%;
}
.footerBannerTop ul{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.footerBannerTop ul li{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
}
.footerBannerLogo{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 19px;
    color: #FFFFFF;
}
.footerBannerLogo img{
    width: 52px;
}
.footerBannerLogo span{
    color: #FFF;
}
.footerBannerContent{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}
.footerBannerContent div{
    color: #FFF;
    margin-top: 10px;
}
.footer-copyright{
    text-align: center;
    padding: 17px 0;
    border-top: 1px solid #666666;
    background-color: #434343;
}

.footer-copyright p{
    font-size: 14px;
    color: #999;
}
.content{
    width: 100%;
    height: 630px;
    box-sizing: border-box;
    margin-top: 60px;
}
.contentBanner{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.contentBannerLeft{
    width: 509px;
    height: 602px;
    background-image: url(../images/index.png);
    background-size: 100% 100%;
}
.contentBannerRight{
    width: 602px;
    height: 100%;
}
.contentBannerRightTitle{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 51px;
}
.contentBannerRightText{
    margin-top: 44px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #8D8D8D;
}
.contentOne{
    width: 100%;
    height: 485px;
    box-sizing: border-box;
    margin-top: 40px;
}
.contentOneBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contentOneBannerLeft{
    width: 502px;
    height: 100%;
}
.contentOneBannerLeftTitle{
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 51px;
}
.contentOneBannerLeftText{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #8D8D8D;
    margin-top: 20px;
}
.contentOneBannerRight{
    width: 567px;
    height: 100%;
    /* background-image: url(../images/home.png);
    background-size: 100% 100%; */
}
.contentOneBannerRight img{
    width: 567px;
}
.product{
    width: 100%;
    height: 660px;
    background: #F7FFEF;
    box-sizing: border-box;
    padding-top:70px;
    margin-top: 40px;
}
.productBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.productBannerTitle{
    /* width: 521px;
    height: 102px; */
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    margin-bottom: 30px;
}
.productBannerBox{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.productBannerBoxLabel{
    width: 360px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(21,160,10,0.28);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
}
.productBannerBoxLabelTitle{
    width: 100%;
    text-align: center;
}
.productBannerBoxLabelTitle p{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 24px;
    color: #48B43D;
}
.productBannerBoxLabelText{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}