body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin:0 !important;
}


.header {
    height: 60px;
    width: 1220px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #444;
    display: flex;
}

.phone-label{
    display: inline-block;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
}
.subTitle{
    font-size: 14px;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    color: #555;
}
.header img {
    width: 48px;
    height: 48px;
    margin-top: 6px;
    margin-right: 20px;
}

header .container {
    width: 100%;
    background-color: #0069de;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.container .nav {
    width: 1220px;
    margin: 0 auto;
}

header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

nav {
    float: center;
    width: 100%;
}

nav ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

nav ul li {
    display: inline-block;
    text-align: center;
    width: 140px;
}

nav ul li:hover {
    font-weight: 700 !important;
    background: #1d7deb;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 200px;
    padding: 5px 16px;
}

.dropdown-content a {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-align: left;
    height: 48px;
}

.dropdown-content a:hover {
    color: #006AFE;
    background-color: #fff;
}

nav ul li:hover .dropdown-content {
    display: block;
}

.content {
    width: 1220px;
    margin: 0 auto;
}

.content .cert {
    display: flex;
    background: #fff;
    padding: 12px;
}

footer .basic {
    display: flex;
}

footer .qrcode {
    display: flex;
    margin-left: 100px;
    align-self: flex-end;
}

.basic .contact p{
    text-align: left;
    font-size: 14px;
    height: 16px;
}

.qrcode div {
    margin-left: 30px;
}

.qrcode p {
    font-size: 14px;
    text-align: center;
}

footer {
    background: #1059d1;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    position: relative;
    width: 100%;
    height: 300px;
}

.footer1 {
    color: #fff;
    text-align: left;
    position: relative;
    width: 1220px;
    margin: 0 auto;
    font-size: 18px;
}