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

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


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

ul,li {
    list-style: none;
}
.header{
    width: 100%;
    width: 99%;
    margin: 0 auto;
    height: 5.3rem;
    background: linear-gradient(to right, #091926, #07493B);
    box-sizing: border-box;
    padding-top: 0.72rem;
    margin-bottom: 0.2rem;
    border-radius: 0 0 0.36rem 0.36rem;
}
.headerNav{
    width: 100%;
    height: 0.77rem;
}
.headerNavBanner{
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerNavLeft img{
    width: 0.72rem;
    vertical-align: middle;
}
.headerNavMid{
    box-sizing: border-box;
    border-radius: 0.37rem;
    border: 0.02rem solid #FFF;
    padding: 0.17rem 0.9rem;
}
.headerNavMid ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.headerNavMid ul li a{
    font-family: Adobe Heiti Std;
    font-size: 0.2rem;
    color: #FFFFFF;
}
.active{
    padding: 0.06rem 0.14rem;
    background: linear-gradient(to right, #DDF850, #36F68D);
    border-radius: 0.27rem;
}
.headerNavRight{
    border-radius: 10px 10px 10px 10px;
    width: 1.36rem;
    height: 0.53rem;
    background: linear-gradient(to right, #E1F739, #22F58C);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Adobe Heiti Std;
    font-size: 0.2rem;
    cursor: pointer;
}
.headerContent{
    width: 9.42rem;
    height: 2.02rem;
    background-image: url(../images/about.png);
    background-size: 100% 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 0.8rem;
    text-align: center;
    padding-top: 0.46rem;
}
.headerContent span{
    font-family: Adobe Heiti Std;
    font-size: 1.11rem;
    color: #FFF;
    font-weight: bold;
}
.aboutOne{
    width: 100%;
    height: 4.2rem;
    box-sizing: border-box;
    margin-top: 0.67rem;
}
.aboutOneBanner{
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.aboutOneLeft{
    width: 5.1rem;
    height: 100%;
    box-sizing: border-box;
}
.aboutOneRight{
    width: 8.19rem;
    height: 100%;
    background-image: url(../images/1.png);
    background-size: 100% 100%;
}
.aboutOneBtn{
    width: 3.52rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-image: radial-gradient(circle, rgba(221, 248, 80, 1), rgba(54, 246, 141, 1)) 3 3;
    border: 0.03rem solid rgba(54, 246, 141, 1);
    border-radius: 0.2rem;
    background: #22373E;
    box-sizing: border-box;
    margin-top: 0.2rem;
    color: #7CF878;
    font-family: Adobe Heiti Std;
    font-size: 0.21rem;
}
.aboutOneLeftText{
    width: 100%;
    font-family: Impact;
    font-size: 0.3rem;
    color: #000000;
    margin-top: 0.45rem;
}
.aboutTwo{
    width: 100%;
    height: 6.79rem;
    box-sizing: border-box;
    margin-top: 0.7rem;
}
.aboutTwoBanner{
    width: 14rem;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.aboutTwoLeft{
    width: 8.97rem;
    height: 100%;
    box-sizing: border-box;
    background-image: url(../images/2.png);
    background-size: 100% 100%;
}
.aboutTwoRight{
    width: 4.8rem;
    height: 100%;
    box-sizing: border-box;
}
.aboutTwoRightTop{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    gap: 0.3rem;
}
.aboutTwoRightTopLeft{
    width: 0.06rem;
    height: 2.91rem;
    background: linear-gradient(to bottom, #DDF850, #36F68D);
}
.aboutTwoRightTopRight{
    width: 100%;
}
.aboutTwoRightTopRight p{
    font-family: Adobe Heiti Std;
    font-size: 0.21rem;
    color: #9F9F9F;
}
.aboutTwoRightTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.27rem;
    color: #000000;
    margin-top: 0.6rem;
}
.aboutTwoRightText{
    font-family: Adobe Heiti Std;
    font-size: 0.21rem;
    color: #9F9F9F;
    margin-top: 0.3rem;
}
.aboutTwoLabel{
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.aboutTwoLabel img{
    margin-right: 0.16rem;
}
.aboutThree{
    width: 100%;
    margin-top: 0.4rem;
}
.aboutThreeBanner{
    width: 14rem;
    margin: 0 auto;
}
.aboutThreeBannerTitle{
    width: 2.2rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-image: radial-gradient(circle, rgba(221, 248, 80, 1), rgba(54, 246, 141, 1)) 3 3;
    border: 0.03rem solid rgba(54, 246, 141, 1);
    border-radius: 0.2rem;
    background: #22373E;
    box-sizing: border-box;
    margin-top: 0.2rem;
    color: #7CF878;
    font-family: Adobe Heiti Std;
    font-size: 0.21rem;
}
.aboutThreeBannerText{
    margin-top: 0.3rem;
}
.aboutThreeBannerText h3{
    font-family: Impact;
    font-size: 0.46rem;
    color: #000;
}
.aboutThreeLabelBox{
    width: 100%;
    box-sizing: border-box;
    height: 2.63rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.aboutThreeLabel{
    width: 4.48rem;
    height: 100%;
    box-sizing: border-box;
    padding: 0.33rem;
    background: #FFF;
    border-radius: 0.24rem;
    border: 0.02rem solid #E6E6E6;
    cursor: pointer;
}
.aboutThreeLabelTitle{
    font-family: Adobe Heiti Std;
    font-size: 0.25rem;
}
.aboutThreeLabelText{
    margin-top: 0.3rem;
}
.aboutThreeLabelText p{
    margin-top: 0.16rem;
}
.aboutThreeLabel:hover{
    background: linear-gradient(to right, #091926, #07493B);
}
.aboutThreeLabel:hover .aboutThreeLabelTitle{
    color: #FFF;
}
.aboutThreeLabel:hover .aboutThreeLabelText p{
    color: #FFF;
}
.footer{
   width: 100%;
   height: 3.19rem;
   box-sizing: border-box;
   background-color: #FFF;
   margin-top: 0.4rem;
}
.footerBanner{
    width: 99%;
    height: 3.19rem;
    background: linear-gradient(to right, #091926, #07493B);
    box-sizing: border-box;
    border-radius: 0.36rem 0.36rem 0 0;
    margin: 0 auto;
    padding-top: 1rem;
}
.footerBanner p{
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.footerBanner p img{
    width: 0.72rem;
    vertical-align: middle;
    margin-right: 0.4rem;
}