body {
    padding: 0;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover{
    color: #b0c3f8;
}

img {
    width: 100%;
    vertical-align: top;
}

ul,
li {
    outline: none;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* 顶部 */

.s-flex1 {
    display: flex;
    align-items: center;
}

.s-flex2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* 地址 */

.s-addr-box {
    position: relative;
    background: url(../img/contact_us.jpg) no-repeat;
    height: 1220px;
}

.s-form-box {
    width: 400px;
    height:622px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.s-form-title {
    font-size: 24px;
    color: #333;
}

.s-input-item {
    margin: 15px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
}

.s-input-title {
    font-size: 16px;
    color:#000000;
}

.s-input-red {
    color: #e61717;
}

.s-input {
    width: 280px;
    background: transparent;
    border: none;
    margin-left: 15px;
    font-size: 28px;
    outline: none;
    color:#000;
}

.s-business-title {
    margin: 30px 0 10px 0;
    font-size: 16px;
    color: #333;
}

.s-business-tag-box {
    flex-wrap: wrap;
}

.s-tag-item {
    margin: 5px;
    padding: 5px 10px;
    border-radius: 8px;
    border: solid 1px #a0a0a0;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.s-tag-item.on {
    background-color: #006bf0;
    border: 1px #006bf0 solid;
    color: #fff;
}

.s-more-btn {
    justify-content: center;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(90deg, #006bf0 0%, #2ea9ff 100%), linear-gradient( #006bf0, #006bf0);
    background-blend-mode: normal, normal;
    box-shadow: 0px 4px 18px 0px rgba(0, 107, 240, 0.3);
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
}

.s-submit-btn {
    margin-top: 30px;
    height: 60px;
}

.s-more-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    color: #fff;
    transition: all 0.3s;
}

.s-more-btn a:hover {
    opacity: 0.5;
}

.s-more-arrow-w {
    width: 32px;
    height: 32px;
    margin-left: 15px;
}

.s-loc {
    position: absolute;
    bottom: 40px;
    left: 750px;
}

.map_container {
    width: 100%;
    height: 100vh;
}

.fox {
    width: 102px;
    height: 165px;
}

.contact {
    width: 360px;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 100px;
    left: 0;
}

.contact:before {
    display: block;
    content: '';
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    border-bottom: 12px #fff solid;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.contact h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #006bf0;
}

.contact li {
    padding: 10px 0;
    display: flex;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 30px;
}

.contact li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.contact li p {
    flex: 1;
}

.wave {
    padding-top: 90px;
    background-image: url(../images/waves.jpg);
    background-size: cover;
    position: relative;
}

.wave:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right top, rgba(167, 114, 255, 0.8), rgba(0, 131, 221, 0.8));
    background-color: rgba(39, 51, 62, 0.6);
    opacity: 1;
    z-index: 0;
}

.divider-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    z-index: 1;
}

.divider-shape svg {
    overflow: hidden;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(159% + 1.3px);
    height: 433px;
}

.divider-shape svg.shape-waves {
    height: 133px;
}

.divider-shape .shape-fill {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY( 0deg);
    transform: rotateY( 0deg);
}

.shape-fill.shape-fill-contrast {
    fill: #ffffff;
}

.wave_container {
    width: 100%;
    max-width: 1140px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 90px;
    padding-bottom: 9rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.wave_container h3 {
    margin-bottom: 20px;
    font-size: 40px;
    color: #fff;
}

.wave_container p {
    font-size: 20px;
    color: #fff;
}

.contact_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1140px;
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 9;
}

.contact_info {
    width: 41.66666%;
    padding: 15px;
}

.contact_label {
    display: inline-block;
    padding: 3px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #0083dd;
    color: #fff;
    font-size: 12px;
}

.contact_info_title h3 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #333;
    font-weight: normal;
}

.contact_info ul {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #e6e6e6 solid;
}

.contact_info li {
    padding: 10px 0;
    display: flex;
    line-height: 30px;
}

.contact_info img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.contact_row {
    color: #6d768b;
}

.contact_row span {
    color: #006bf0;
}

.contact_qr {
    display: flex;
}

.contact_qr_item {
    width: 25%;
    text-align: center;
    font-size: 12px;
    color: #6d768b;
}

.contact_qr_item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.contact_btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 0;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.contact_btm_item {
    width: 50%;
    padding: 0 50px;
    border-right: 1px solid #d9e2ef;
}

.contact_btm_item:last-child {
    border-right: none;
}

.contact_btm_item img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.contact_btm_item h3 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 24px;
    color: #001a3e;
}

.contact_btm_item p {
    color: #6d768b;
}

.contact_btm_item a {
    color: #0083dd;
}