* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
header {
    height: 94px;
    background-color: rgba(16, 35, 53, 0.898039215686275);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
img {
    object-fit: cover;
}
input {
    width: 100%;
}
.navbar a:hover {
    color: #E7CC97;
}
.header_center {
    width: 1200px;
    height: 94px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.call {
    display: flex;
    align-items: center;
}
.logo {
    width: 131px;
    height: 50px;
}
.call_txt {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #E7CC97;
}
.call_icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.navbar {
    display: flex;
    align-items: center;
}
.nav {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0 20px;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
    text-align: center;
    min-width: 60px;
}
.nav_a {
    color: #E7CC97;
}
.nav_a::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #E9D2A3;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}
/*底部*/
.footer_call {
    width: 100%;
    height: 280px;
    background: #fff;
    overflow: hidden;
}
.footer_call_title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 52px;
}
.footer_call_btn {
    width: 369px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 200px;
    margin: 22px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_call_icon {
    width: 35px;
    height: 33px;
    margin-right: 10px;
}
.call_number {
    font-size: 18px;
    color: #4E4E4E;
}
.bag_box {
    display: flex;
    justify-content: center;
}
.bag_icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.bag_txt {
    color: #1F1F1F;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 10px;
}
.bag_left {
    display: flex;
    align-items: flex-end;
    margin: 0 33px;
    cursor: pointer;
}
.footer {
    padding-bottom: 40px;
    background: #000000;
    overflow: hidden;
}
.footer_top {
    display: flex;
    justify-content: center;
    margin: 40px 0 50px 0;
}
.top_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 35px;
}
.top_icon {
    width: 18px;
    height: 18px;
}
.top_txt {
    color: #E9D2A3;
    font-size: 16px;
    font-weight: 400;
    margin-left: 7px;
}
.footer_logo {
    width: 160px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
.footer_txt {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin-top: 34px;
}
.footer_wechat {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.wechat {
    width: 40px;
    height: 40px;
    margin: 0 6px;
}
.hover_img_box {
    position: relative;
}
.hover_img {
    position: absolute;
    width: 124px;
    height: 124px;
    object-fit: contain;
    bottom: 50px;
    left: -30px;
    display: none;
}
.zhe {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    display: none;
    z-index: 99999;
}
.zhe_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhe_form {
    width: 486px;
    height: 337px;
    background: #fff;
    border-radius: 6px;
    position: relative;
}
.close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.form_name {
    font-size: 18px;
    font-weight: 600;
    margin: 40px 0 0 42px;
}
.input_dd {
    width: 402px;
    height: 44px;
    border: 1px solid #DFDFDF;
    margin: 22px 0 0 42px;
    display: flex;
    align-items: center;
}
.dd {
    border: none;
    margin-left: 20px;
    outline: none;
    background: #fff;
}
.form_btn {
    width: 402px;
    height: 44px;
    background: #162e45;
    display: block;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin: 26px 0 0 42px;
}
.form_btn:hover {
    color: #fff;
}
.form_call {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.form_icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 11px;
}
.form_number {
    color: #162E45;
    font-size: 16px;
    font-weight: 600;
}
