video {
    width: 100%;
}
body p {
    font-size: 16px;
    margin-bottom: 0;
}
h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.8);
}
h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}
h4 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.bgImg {
    width: 100%;
}
.viewBtn {
    width: 270px;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    background-color: #e67817;
}
ul {
    list-style: none;
    padding-inline-start: 0;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
}
.headroom--unpinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
}
.mobileShow {
    display: none !important;
}
a {
    color: unset;
    background-color: unset;
    text-decoration: unset;
}
a:hover {
    color: unset;
}
a:visited,
a:focus {
    color: unset;
    text-decoration: unset;
}
.activea {
    color: #e67817 !important;
}
.swiper-button {
    outline: none;
}
/* 搜索 */
.quick_links_tit {
    color: #cccccc;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
}
.quick_links_box a {
    padding: 0 22px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin: 0 20px 16px 0;
    color: #969696;
    line-height: 40px;
}
.quick_links_box {
    display: inline-block;
    width: 540px;
    text-align: center;
}
.close_search {
    height: 60px;
    background-color: #f7f7f7;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: table;
    position: absolute;
    bottom: 0%;

}
.close_search p{
    text-transform: uppercase;
    line-height: 60px;
}


@media (max-width: 768px) and (min-width: 0px) {
    .viewBtn {
        width: 200px;
        line-height: 60px;
    }
    h4 {
        font-size: 24px;
    }
}
@media (max-width: 767px) and (min-width: 0px) {
    .viewBtn {
        width: 100%;
        font-size: 16px;
        line-height: 50px;
    }
    body p {
        font-size: 15px;
    }
}
