@charset "UTF-8";
body {
    font-size: 16px;
}

@media (min-width: 1600px) {
    .container {
        width: 1200px;
    }
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.headline-1 {
    background: #000;
    color: white;
    text-align: center;
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
}

.headline-2 {
    border-bottom: 1px solid #7a7a7a;
    background: #f5f5f5;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.black-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #000000;
    border-radius: 2px;
    padding: 7px;
    margin-left: 1em;
}

.black-icon svg {
    fill: white;
    width: 14px;
    height: 14px;
}

.headline-3 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.head-contact {
    display: flex;
    align-items: center;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-left: 1em;
}

.contact-item b, .contact-item span {
    display: block;
}

.contact-item img {
    width: 46px;
    height: 46px;
    margin-right: 10px;
}

.contact-item img.larger {
    padding: 5px;
    box-sizing: border-box;
}

.logo {
    display: block;
    width: 100px;
}

.nav-box {
    background: #000;
    padding-top: 1em;
    padding-bottom: 1em;
}

.search {
    display: flex;
    align-items: center;
}

.search svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.search button {
    background: none;
    border: none;
    padding: 0;
    height: 32px;
    width: 32px;
}

.search input {
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    width: 70px;
    transition: all 0.35s;
}

.search input:focus, .search input:hover {
    width: 200px;
}

.nav-box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

nav {
    display: flex;
}

.nav-item {
    padding: 0 1em;
    position: relative;
}

.nav-item > a {
    color: white;
    display: flex;
}

.nav-item > a.active, .nav-item > a:hover {
    color: #436A7B;
}

.nav-item > a svg {
    width: 18px;
    height: 18px;
    fill: white;
}

.nav-item a.active svg, .nav-item a:hover svg {
    fill: #436A7B;
}

.children {
    position: absolute;
    background: #FFFFFF;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    top: 100%;
    width: 300px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.children a {
    display: block;
    line-height: 1;
    padding: 10px 1em;
    text-align: center;
}

.children.show {
    display: block;
}

footer {
    margin-top: 5em;
}

#gotoTop {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ddd;
    color: #436A7B;
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 999;
    background: white;
    padding: 8px;
    display: none;
}

#gotoTop:hover {
    color: white;
    background: #436A7B;
    border-color: #436A7B;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.form-box {
    display: flex;
    border-radius: 10px;
    background: url("../images/footer.webp") center no-repeat;
    background-size: cover;
    padding: 2em;
    position: relative;
    z-index: 2;
}

.form-box .text-content {
    padding: 2em;
    color: white;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-box .text-content .hr {
    width: 6em;
    height: 3px;
    background: white;
}

.form-box .text-content h1 {
    font-size: 48px;
}

.form-box .text-content p {
    font-size: 20px;
}

.form-box form {
    padding: 2em;
    width: 50%;
}

.form-box form label {
    display: block;
    width: 100%;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
}

.form-box form textarea {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: none;
    padding: 9px;
}

.form-box form input {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: none;
    padding: 9px;
}

.form-box form button {
    width: 100%;
    text-align: center;
    background: #436a7b;
    color: #FFFFFF;
    line-height: 40px;
    border: none;
    margin-top: 20px;
    border-radius: 2px;
}

.foot {
    background: url("../images/bg-footer-1-1.webp") center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 10em;
    margin-top: -5em;
    padding-bottom: 2em;
}

.foot h3 {
    margin-top: 0;
}

.foot .hr {
    width: 4em;
    height: 3px;
    background: #1F272A;
    margin: 2em 0;
}

.foot-nav {
    line-height: 2;
}

.foot-nav a {
    display: block;
}

.foot ul {
    list-style: none;
    padding: 0;
    line-height: 2;
}

.foot-logo {
    display: block;
    margin: 0 auto 2em;
    width: 150px;
}

.foot label {
    display: flex;
    margin: 1em 0;
    padding: 0;
    font-weight: normal;
}

.foot label input {
    background: #000000;
    color: white;
    border: none;
    outline: none;
    padding: 8px;
    display: block;
}

.foot label button {
    border: none;
    background: #1F272A;
    display: block;
    padding: 9px 15px 8px;
    line-height: 1;
}

.foot-bar {
    border-top: 2px solid #1F272A;
    padding-top: 1em;
    margin-top: 2em;
    display: flex;
    justify-content: center;
}

[id^=error-] {
    display: none;
    background-color: #F9E4E8;
    color: #E04562;
    border-radius: 2px;
    padding: 2px 10px;
    line-height: 2em;
    margin-top: 5px;
    font-size: 14px;
}

.index-title {
    text-align: center;
    margin-top: 5em;
    margin-bottom: 5em;
    font-weight: bold !important;
    padding: 0 !important;
}

.index-title h5 {
    color: #436A7B;
    font-size: 20px;
}

.index-title h4 {
    font-size: 32px;
}

.index-title h3 {
    font-size: 302%;
    line-height: 0;
    -webkit-text-stroke-color: rgba(102, 102, 102, 0.2);
    text-stroke-color: rgba(102, 102, 102, 0.2);
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
    color: transparent !important;
    font-weight: bold;
    opacity: 0.7;
}

.index-title .hr {
    width: 8em;
    height: 3px;
    background: #303133;
    margin: 1em auto 0;
}

.location {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 30px auto;
}

.location a {
    color: #436A7B;
}

.location .iconfont {
    font-size: 24px;
}

#quick-view-box {
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

#quick-view-box .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    padding: 4px;
    opacity: 1;
}

#quick-view-box .close:hover {
    background: red;
    color: white;
}

#quick-view-box table {
    collapse: 0;
    width: 100%;
}

#quick-view-box table td {
    border: 1px solid #aaaaaa;
    padding: 5px;
    min-width: 80px;
}

.quick-view-content {
    display: flex;
    width: 800px;
}

.quick-view-content img {
    width: 400px;
    height: 400px;
}

.quick-view-content div {
    width: 400px;
    height: 400px;
    overflow-y: auto;
    background: #FFFFFF;
    position: relative;
    padding: 2em;
}

.m-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #436A7B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 1em;
}

.m-header img {
    width: 40px;
}

.m-header span {
    color: white;
}

#menu {
    width: 24px;
    height: 23px;
    position: relative;
    cursor: pointer;
}

#menu span {
    display: block;
    width: 24px;
    border-bottom: 3px solid white;
    position: absolute;
    top: 10px;
}

#menu::before {
    content: "";
    display: block;
    width: 24px;
    border-bottom: 3px solid white;
    position: absolute;
    top: 0;
}

#menu::after {
    content: "";
    display: block;
    width: 24px;
    border-bottom: 3px solid white;
    position: absolute;
    bottom: 0;
}

#m-nav {
    display: none;
    position: absolute;
    top: 100%;
    width: 50%;
    right: 0;
    background: white;
    padding: 1em 2em;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
    line-height: 40px;
}

#m-nav div {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #eeeeee;
}

#m-nav div span {
    width: 40px;
    text-align: center;
    font-family: "宋体";
    transform: rotate(90deg);
    transition: all 0.25s;
}

#m-nav div.on span {
    transform: rotate(-90deg);
}

#m-nav div:first-child {
    border-top: 0;
}

#m-nav ul {
    list-style: none;
    padding-left: 2em;
    display: none;
}

#tel {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 47px;
    height: 47px;
    z-index: 9999;
}

.product-menu {
    padding-left: 1em;
}
.page {
    text-align: center;
}
.table-box {
    width: 100%;
    overflow-x: scroll;
}
@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }

    .sub-time {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .head-contact {
        width: 100%;
    }

    .contact-item {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0 1em;
    }

    .contact-item img {
        display: block;
        width: 48px;
        height: 48px;
        margin: auto;
    }

    .index-title {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .quick-view-content {
        position: relative;
        display: block;
        width: 400px;
    }

    .quick-view-content div {
        position: unset;
    }
    #quick-view-box .close {
        background: white;
    }
    .form-box {
        display: block;
    }
    .form-box .text-content {
        width: 100%;
        padding: 0;
    }
    .form-box .text-content h1 {
        font-size: 36px;
        text-align: center;
        margin-top: 0;
    }
    .form-box .text-content p {
        font-size: 16px;
    }
    .form-box form {
        width: 100%;
        padding: 0;
    }
    .foot h3 {
        margin-top: 2em;
    }
    .foot .hr {
        margin: 10px 0;
    }
    .foot label input {
        width: 100%;
    }
    #gotoTop {
        right: 10px;
        bottom: 10px;
    }
    .foot-bar {
        display: block;
        text-align: center;
    }
}