body {
    background: #fff !important;
}

.swiper {
    height: 1000px;
}

.sweiper-inbox {
    background: #fff;
    position: absolute;
    margin-left: -590px;
    left: 50%;
    justify-content: space-between;
    bottom: 0;
    padding-bottom: 100px;
}

.sweiper-inbox .h3 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 70px;
}

.sweiper-inbox .list {
    flex-wrap: wrap;
}

.sweiper-inbox .item {
    width: 380px;
    margin-right: 20px;
    margin-bottom: 18px;
}

.sweiper-inbox .item:nth-child(3n) {
    margin-right: 0;
}

.sweiper-inbox .item .img {
    display: block;
    width: 100%;
    height: 240px;
}

.sweiper-inbox .item .title {
    height: 75px;
    text-align: center;
    line-height: 75px;
    color: #333;
    background: #f8f8f8;
    font-size: 18px;
}

.about-us {
    background: #fff;
    padding: 120px 0 90px 0;
}

.about-us .c-box {
    margin: 0 auto;
}

.about-us .a-img {
    width: 600px;
    flex-shrink: 0;
    height: 340px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-left: 20px;
}

.a-img img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us .h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.about-us .text {
    font-size: 16px;
    line-height: 28px;
}

.jzg {
    background: #f8f8f8;
    padding: 60px 0 80px;
}

.jzg .c-box {
    margin: 0 auto;
}

.jzg .a-img {
    width: 460px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 40px;
}

.jzg .r-box {
    background: #fff;
    border-radius: 4px;
    flex: 1;
    padding: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.jzg .h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.jzg .text {
    font-size: 16px;
    line-height: 28px;
}

.jzg .martop30 {
    margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .about-us,
    .jzg {
        width: calc(1180px - 0px) !important;
        /* width: calc(1180px - 20px) !important; */
        /* padding-left: 10px !important; */
        /* padding-right: 10px !important; */
    }
    .about-us .c-box,
    .jzg .c-box {
        width: 100%;
    }
}

.cult {
    display: flex;
    width: 383px;
    height: 160px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    padding: 20px 35px 20px 40px;
    box-sizing: border-box;
    justify-content: space-between;
    transition: all .3s;
    margin-bottom: 15px;
}

.cult-title {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cult-text {
    font-size: 14px;
    color: #5D6471;
    line-height: 20px;
    height: 60px;
}

.cult:hover {
    box-shadow: 0px 4px 7px 1px rgba(17, 45, 191, 0.3);
}

.imgs {
    width: 90px;
    height: 90px;
    margin-left: 10px;
}

.imgs img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.map {
    position: relative;
}

.map-con {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    /* height: 50px; */
    padding: 15px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .3);
}

.map-con::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    bottom: -10px;
    left: 46%;
    transform: translateX(-50%);
    transform: rotate(45deg);
}

.map-con-title {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.map-con-text {
    font-size: 12px;
    color: #5D6471;
    line-height: 18px;
    margin-top: 4px;
}

.map-con-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-left: 10px;
}

.map-con-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.card {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .3);
    background: #FFFFFF;
    border-radius: 4px;
    padding: 35px 0;
    text-align: center;
}

.card-title {
    color: rgb(0, 113, 239);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.card-text {
    font-size: 14px;
    font-weight: 400;
}

.jzg-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.map-content {
    width: 100%;
    height: 500px;
    position: relative;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .3);
}

@media (min-width: 320px) and (max-width: 1200px) {
    .map-content {
        width: calc(1180px - 0px) !important;
    }
    /* .b-img {
        width: calc(1180px - 0px) !important;
        height: 100%;
    } */
    .card {
        left: 0 !important;
        transform: translateX(0);
    }
}