*{
    font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,"sans-serif"
}



.contact_head {
    height: 460px;
    background-image: url('../img/contact.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact_head {
    padding-top: 323px;
}

.contact_head span {
    font-weight: 500;
    font-size: 16px;
    color: #0062DF;
    width: 112px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}

.contact_map {
    background-image: url('../img/contact_map.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_map_left {
    margin-right: 40px;
    margin-top: 40px;
}

.contact_map_left_item {
    display: flex;
    margin-bottom: 33px;
}

.contact_map_left_item_left img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-top: 1px;
}

.contact_map_left_item_right p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}

.contact_map_left_item_right span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.contact_map_left_item_code {
    width: 97px;
    height: 97px;
    margin-left: 34px;
}


.contact_follow {
    height: 923px;

}

.contact_follow_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 68px;
}

.contact_follow_top p {
    font-weight: 600;
    font-size: 30px;
    color: #333333;
}

.contact_follow_top span {
    width: 140px;
    height: 40px;
    background: #3895FF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-top: 22px;
}

.contact_follow_content {
    margin-top: 35px;
}

.contact_follow_content img {
    width: 927px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}


.contact_start {
    height: 800px;
    background-image: url('../img/contact_start.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact_start_top {
    display: flex;
    justify-content: center;
    padding-top: 69px;
}

.contact_start_top p {
    font-weight: 600;
    font-size: 30px;
    color: #333333;
}

.contact_start_content {
    max-width: 1240px;
    margin: 62px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact_start_content img {
    width: 610px;
    height: 260px;
}

/* .contact_words {
    width: 280px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 285px;
    right: 20px;
    border-radius: 10px;
    z-index: 9999999999;
}

.contact_words_top {
    background: #00BF80;
    border-radius: 10px 10px 0 0;
    height: 44px;
    line-height: 44px;
}

.contact_words_top p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 20px;
}

.contact_words_content {
    padding: 17px 20px 25px 20px;
}

.contact_words_content_tit {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.contact_words_content textarea {
    width: 240px;
    height: 104px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    padding: 11px 14px 20px 16px;
    margin-top: 15px;
}

.contact_words_content textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #C9C9C9;
}

.contact_words_content_ipt {
    width: 240px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin-top: 10px;
}

.contact_words_content_ipt img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.contact_words_content_ipt input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #C9C9C9;
}

.contact_words_content_btn {
    width: 104px;
    height: 36px;
    background: #00BF80;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    margin: 15px auto 0;
} */





.wow.fadeInUp10 {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* 在联系我们页面隐藏服务卡片 */
/* .service-card-wrap {
    display: none !important;
} */