@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    /* font-size: 62.5%; */
    color: #000;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
    /* overflow: hidden; */
}

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

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.main {
    width: 100%;
    background-color: #f0f2f5;
}

.header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 3%;
    flex-wrap: wrap;
}

.headerleft .headerright {
    display: inline-block;
}

.headerleft img {
    height: 50px;
    vertical-align: middle;
}

.headerleft h3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #2B3693;
}

.headerright a {
    display: inline-block;
    margin: 10px 20px;
}

.content {
    width: 100%;
}

.box1 {
    background: url("./img/pic.png") 0 0 no-repeat;
    background-size: cover;
}

.box1left {
    width: 30%;
    padding: 12% 15%;
    color: white;
    min-width: 250px;
}

.box1left h2 {
    font-size: 220%;
    margin-bottom: 40px;
}

.box1left p {
    line-height: 30px;
}

.box1left img {
    width: 200px;
    margin-top: 30%;
}

.box2 {
    padding: 5% 0;
}

.box2 h2 {
    text-align: center;
    font-size: 220%;
    margin-bottom: 30px;
}

.box2content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box2info {
    min-width: 300px;
    width: 22%;
    background-color: white;
    border-radius: 20px;
    margin: 30px;
    padding: 80px 30px;
}

.box2info>div {
    display: flex;
    align-items: center;
}

.box2info img {
    width: 50px;
    margin: 20px;
}

.box3 {
    padding: 80px 0;
    overflow: hidden;
    background: url("./img/pic2.png") 0 0 no-repeat;
    background-size: cover;
}

.box3 .contentinfo {
    float: right;
    text-align: right;
}

.contentinfo {
    padding: 15% 15%;
    width: 22%;
    min-width: 250px;
}

.contentinfo>div>div {
    width: 50px;
    height: 10px;
    background-color: #2B3693;
    display: inline-block;
}

.contentinfo h2 {
    padding: 15px 0;
    font-size: 220%;
}

.contentinfo p {
    margin-top: 10px;
    line-height: 25px;
    margin-bottom: 100px;
}

.box4 {
    padding: 80px 0;
    overflow: hidden;
    background: url("./img/pic3.png") 0 0 no-repeat;
    background-size: cover;
}

.box5 {
    padding: 80px 0;
    overflow: hidden;
    background: url("./img/pic4.png") 0 0 no-repeat;
    background-size: cover;
}

.box5 .contentinfo {
    float: right;
    text-align: right;
}

.footer {
    background: url("./img/pic5.png") 0 0 no-repeat;
    background-size: cover;
}

.footer p {
    padding: 50px 0;
    margin-left: 15%;
    color: white;
}
.footer a{
    color: white;
}

.privacy {
    padding: 4rem;
    color: #000;
}

.privacy h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 1rem;
}

.privacy li {
    margin-top: 2rem;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}

.privacy h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2rem 0 1rem;
}

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

.privacy a:hover {
    text-decoration: none;
}
.privacy .bold{
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .privacy {
        padding: 1rem 2rem;
        color: #000;
    }

    .privacy h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .privacy p {
        font-size: 1rem;
        line-height: 2rem;
        margin-top: 1rem;
    }
}