*{
    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: 650px;
    box-sizing: border-box;
    background-image: url(../images/privacy.png);
    background-size: 100% 100%;
    padding-top: 40px;
    position: relative;
}
.headerNav{
    width: 1400px;
    height: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerNavRight{
    box-sizing: border-box;
}
.headerNavRight ul {
    display: flex;
    align-items: center;
    gap: 28px;
}
.headerNavRight ul li a{
    font-family: Adobe Heiti Std;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}
.login{
    display: block;
    width: 101px;
    height: 39px;
    background: #113AED;
    border-radius: 6px;
    text-align: center;
    line-height: 39px;
    color: #FFF;
    cursor: pointer;
}
.headerContent{
    width: 1200px;
    margin: 0 auto;
    margin-top: 130px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 111px;
    color: #2E2E2E;
}
.headerImgBox{
    width: 730px;
    height: 650px;
    position: absolute;
    right: 0;
    top: 100px;
}
.content{
    width: 100%;
}
.contentTitle{
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 32px;
    color: #1C57FF;
    line-height: 100px;
    /* line-height: 107px; */
}
.introduce{
    width: 100%;
    margin: 0 auto;
    height: 800px;
    background: #F5F5F7;
    margin-top: 20px;
    box-sizing: border-box;
    padding-top: 60px;
}
.introduceBox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
.introduceBoxLeft{
    width: 695px;
    height: 770px;
    box-sizing: border-box;
    /* padding-top: 80px; */
}
.introduceBoxLeftTitle{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 36px;
    color: #232323;
    font-weight: bold;
}
.introduceBoxLeftText{
    margin-top: 50px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 20px;
    color: #8D8D8D;
}
.introduceBoxRight{
    width: 460px;
    height: 770px;
    /* background-color: salmon; */
}
.info{
    width: 100%;
    height: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.infoBox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.infoBoxLabel{
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    background: #EBEBEB;
    margin-bottom: 30px;
    padding: 60px 32px 32px 32px;
}
.infoBoxLabelTitle{
    height: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 35px;
    color: #18182B;
    line-height: 36px;
}
.infoBoxLabelText{
    margin-top: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 30px;
    color: #212121;
    line-height: 44px;
    opacity: 0.68;
}
.footer{
    background-image: url(../images/s4-bg.png);
}

.footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo p{
    color: #fff;
    font-size: 19px;
}

.footer-item{
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.footer-item p{
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    margin-left: 38px;
}

.footer-info{
    margin-right: 92px;
    text-align: center;    
}

.footer-info li{
    display: inline-block;
    margin: 0 30px;
}

.footer-copyright{
    text-align: center;
    padding: 17px 0;
    border-top: 1px solid #666666;
}

.footer-copyright p{
    font-size: 14px;
    color: #999;
}
