

.main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.nav {
    text-align: center;
    height:3.8rem;
    position: fixed;
    top: 0px;
    max-width: 790px;
    width: 100%;
    background: #00a0e9;
    z-index: 800;
    box-shadow: 0 0 25px rgb(0 0 0 / 25%);
}

.logo {
    height:2.8rem;
    margin-left: 1rem;
    font-size: 0;
}

.logo img {
    height: 100%;
}

.menu-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
}

.menu-icon img {
    width: 100%;
}

.nav-bar {
    position: fixed;
    top: 0;
    right: -15rem;
    width: 15rem;
    height: 100%;
    background: #00a0e9;
    z-index: 1000;
    box-sizing: border-box;
    transition: all 0.3s;
}

.nav-wrapper {
    padding: 1rem 0;
}

.nav-item {
    height:3.2rem;
}

.nav-item a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
}

.nav-item i {
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
}

.js-nav-active a {
    color: #f2e928;
}

.js-nav-active i {
    color: #f2e928;
}

.shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 900;
}

/* banner */

.swiper-slide {
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 12rem;
}

.swiper-slide img {
    height: 100%;
    width: auto;
}

.footer-container {
    padding:1rem;
    box-sizing: border-box;
}

.footer-code {
    width: 96px;
    height: auto;
    padding: 0;
    margin: 0;
}

.footer-code>img {
    width: 100%;
}

.footer-code>p {
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.contact-container {
    margin-right: 20px;
}

.footer-logo-wrapper {
    position: relative;
    padding: 1rem;
}

.footer-logo-wrapper::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background: #4e4e4e;
    transform: rotateX(60deg);
}

.footer-logo {
    width: 126px;
    /*! margin-bottom: 10px; */
    font-size: 0;
}

.footer-logo>img {
    width: 100%;
}

.contact .footer-title, .contact p {
    padding-bottom: 5px;
    font-size: 12px;
    color: #9b9ea0;
}

.contact p {
    padding-top: 5px;
}

.border-b-4e {
    border-bottom: 1px solid #4e4e4e;
}

.copyright p {
    text-align: center;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
    font-size: 1.2rem;
}

.container {
    margin: 2rem 1rem;
    padding: 0rem;
}
.container .mapimg img{
    width: 100%;
}
/* title */

.block-title {
    font-weight: 400;
    font-size: 2rem;
    color: #333333;
    margin-bottom: 1rem;
    text-align: center;
}

.block-title span {
    margin: 0 1rem;
}

/* 咨询弹框 */

.pur-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    background: rgba(0, 0, 0, .5);
}

.pur-box {
    max-height: 350px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    overflow-y: scroll;
}

.pur-item {
    width: 220px;
    height: 78px;
    margin: 5px;
    padding: 7px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid silver;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}

.pur-item a {
    width: 100%;
    height: 100%;
    color: #333;
}

.pur-thumb {
    width: 64px;
    height: 64px;
    margin: 0 10px;
    border-radius: 50%;
    overflow: hidden;
}

.pur-thumb img {
    width: 100%;
}

.pur-info p {
    font-size: 16px;
    color: 333;
}

.pur-info p:first-child {
    margin-bottom: 10px;
    font-weight: 600;
}

.js-hide {
    display: none;
}