@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

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

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

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

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

.header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15%;
    flex-wrap: wrap;
    background-color: #1D2433;
}

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

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

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

.headerright a {
    color: #fff;
    display: inline-block;
    margin: 10px 30px;
}

.content {
    width: 100%;
}

.box1 {
    background: url("./img/bg1.png") 0 0 no-repeat;
    background-size: auto 90%;
    background-position-x: 40%;
}

.box1left {
    width: 30%;
    padding: 12% 15%;
    color: white;
    min-width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.box1left p {
    text-align: center;
    line-height: 35px;
}

.box1left a {
    margin-top: 20%;
}

.box1left img {
    width: 200px;
}

.box2 {
    text-align: center;
    padding: 0 18%;
}

.box2 img {
    width: 100%;
}

.box3 {
    padding: 50px 10%;
}

.box3>div {
    display: flex;
    border: 4px #666 solid;
    border-radius: 30px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 30px 0;
}

.box3info {
    display: flex;
    color: #fff;
    width: 30%;
    padding: 60px 50px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.box3info img {
    height: 60px;
}

.box3info h4 {
    color: #FF8902;
    padding: 15px 0;
}

.box3info p {
    color: #999;
    text-align: center;
    line-height: 30px;
}

.box3info:nth-child(2) h4,
.box3info:nth-child(3) h4 {
    color: #006AF5;
}

.box4 {
    padding: 18% 0;
    color: #fff;
    background: url("./img/img1.png") 0 0 no-repeat;
    background-size: auto 100%;
    background-position-x: 12%;
}

.box4 p {
    width: 25%;
    min-width: 170px;
    margin-left: 50%;
    line-height: 30px;
}

.box5 {
    text-align: center;
    padding: 0 18%;
}

.box5 img {
    width: 100%;
}

.box6 {
    padding: 10% 0 25% 0;
    color: #fff;
    background: url("./img/map.png") 0 0 no-repeat;
    background-size: auto 100%;
    background-position-x: center;
}

.box6 p {
    text-align: center;
    margin: 30px 0;
}

.box6 img {
    height: 20px;
    vertical-align: middle;
}

.box6 span {
    vertical-align: middle;
    margin-left: 15px;
    min-width: 240px;
    display: inline-block;
    text-align: left;
}

.footer p {
    padding: 30px;
    color: #CCDCEC;
    text-align: center;
    min-width: 300px;
    background-color: #1D2433;
}

.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;
    }
}