*{
    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;
}
.header{
    width: 100%;
    height: 793px;
    background-image: url(../images/about.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    padding-top: 24px;
}
.heraderBanner{
    width: 1200px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    box-sizing: border-box;
}
.headerBannerLeft>img{
    width: 68px;
    height: 68px;
}
.headerBannerRight ul{
    display: flex;
    gap: 30px;
    align-items: center;
}
.headerBannerRight ul li a{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #000000;
}
.Logins{
    display: block;
    width: 131px;
    height: 49px;
    background: #0561F0;
    border-radius: 6px;
    text-align: center;
    line-height: 49px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
}
.midContent{
    width: 1400px;
    height: 600px;
    margin: 0 auto;
    /* background-color: salmon; */
    margin-top: 40px;
    display: flex;
}
.midContentLeft{
    width: 765px;
    height: 100%;
}
.midContentLeft img{
    width: 90%;
}
.midContentRight{
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    padding-top: 120px;
}
.midContentRightTitle{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 100px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.midContentRightText{
    margin-top: 47px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.product{
    width: 100%;
    height: 400px;
}
.productBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: 44px;
    display: flex;
    justify-content: center;
    gap: 49px;
}
.productLabel{
    width: 264px;
    height: 338px;
    box-sizing: border-box;
    padding: 58px 25px 25px 25px;
}
.productLabelTitle{
    font-family: Adobe Heiti Std;
    font-weight: normal;
px;
    color: #FFFFFF;
}
.productLabelText{
    margin-top: 15px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.productLabelOne{
    background-image: url(../images/aboutOne.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.productLabelTwo{
    background-image: url(../images/aboutTwo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.productLabelThree{
    background-image: url(../images/aboutThree.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.productLabelFour{
    background-image: url(../images/aboutFour.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.introduce{
    width: 100%;
    height: 534px;
    margin-top: 64px;
}
.introduceBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
}
.introduceBannerLeft{
    width: 507px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 100px;
}
.introduceBannerLeftTitle{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 24px;
    color: #212834;
}
.introduceBannerLeftText{
    margin-top: 36px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.introduceBannerRight{
    flex: 1;
    height: 100%;
}
.about{
    margin-top: 90px;
    width: 100%;
    height: 466px;
    background: linear-gradient(180deg, #EDF6FF, #FFFFFF);
    box-sizing: border-box;
    padding-top: 40px;
    margin-bottom: 46px;
}
.aboutBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.aboutBannerLeft{
    width: 360px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 62px;
}
.aboutBannerLeftText{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 24px;
    color: #212834;
    }
.aboutBannerRight{
    width: 900px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.aboutBannerRightLabel{
    width: 400px;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 16px 16px 16px;
}
.aboutBannerRightLabelOne{
    background-image: url(../images/mail.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutBannerRightLabelTwo{
    background-image: url(../images/comment.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.aboutBannerRightLabelTitle{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 36px;
    color: #FFFFFF;
}
.aboutBannerRightLabelText{
    /* margin-top: 4px; */
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
}