main {
    margin-bottom: 50px;
}

.main_content .public_title {
    font-size: 40px;
    color: #333333;
    text-align: center;
}

.main_content .map_content {
    padding-top: 38px;
    padding-bottom: 44px;
    background: url("../images/column_bg.png") no-repeat;
    background-size: 100% 100%;
}

.map_menu {
    width: 695px;
    height: 78px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    margin-top: 37px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px #cfe3f8;
}

.map_menu .menu_li {
    width: 33%;
    font-size: 24px;
    cursor: pointer;
    color: #333333;
    line-height: 55px;
    text-align: center;
    border-radius: 10px;
}

.map_menu .menu_active {
    color: #ffffff;
    background: #007ae5;
}

.map_content_flex .bj_map {
    display: flex;
    margin-top: 50px;
}


.map_content_flex .map_left {
    width: 68%;
    position: relative;
}

.distribution_map {
    position: absolute;
    top: 30px;
    left: 20px;
}

.distribution_map .prompt_li {
    display: flex;
    font-size: 18px;
    align-items: center;
    margin-bottom: 20px;
}

.distribution_map .prompt_li img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.distribution_map {
    /* display: none; */
}
.address_icon .icon img {
    width: 20px;
}
.addaress_pop {
    padding: 5px;
    font-size: 14px;
    text-align: left;
    min-height: 35px;
    background: rgba(42,52,60,0.5);
    position: absolute;
    bottom: 28px;
    width: 300px;
    text-align: left;
    left: -36px;
    /* width: 100%; */
    color: #ffffff;
    display: none;
    z-index: 99999;
    border-radius: 5px;
    border: 1px solid #c0d3e2;
}

.distribution_map {
    display: none;
}

.addaress_pop p {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.address_blue_li {
    height: 100px;
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    position: relative;
}

.address_blue_li .icon {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.icon.big {
    transform: scale(2); /* 放大1.5倍 */
    transition: transform 0.3s ease;
}




.map_content_flex .map_right {
    width: 32%;
}

#beijingMap {
    width: 100%;
    height: 850px;
}

.custom-tooltip {
    padding: 0 !important;
    margin: 0 !important;
}

.tooltip_bg {
    padding: 10px;
    background: #409bec;
    border-radius: 4px;
    color: #fff;
}

.rabking_tab {
    width: 366px;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    padding: 15px 18px;
    justify-content: space-between;
    background: url("../images/ranking_selectbg.png") no-repeat;
    background-size: 100% 100%;
}

.rabking_tab .tab_li {
    width: 152px;
    height: 38px;
    color: #333333;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    background: url("../images/ranking_noselect.png") no-repeat;
    background-size: 100% 100%;
}

.rabking_tab .tab_li_active {
    color: #ffffff;
    background: url("../images/ranking_select.png") no-repeat;
    background-size: 100% 100%;
}

.ranking_ul {
    width: 360px;
    height: 780px;
    overflow: auto;
    margin: 0 auto;
    padding: 0 12px;
    background: #fff;
    border: 2px solid #eef7ff;
}

.ranking_ul::-webkit-scrollbar {
    width: 4px;
    /* 修改宽度 */
}

/* 修改滚动条滑块颜色 */
.ranking_ul::-webkit-scrollbar-thumb {
    background-color: #007ae5;
    border-radius: 50px;
}

/* 修改滚动条轨道背景色 */
.ranking_ul::-webkit-scrollbar-track {
    background-color: #e5f1fc;
}

.ranking_li_active .ranking_name{
    color: #2598ed!important;
    font-weight: bold;
}
.ranking_ul .ranking_li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 2px solid #f0f0f0;
}

.ranking_ul .ranking_li .ranking_name {
    width: 230px;
    font-size: 20px;
    color: #333333;
    padding-left: 19px;
}

.ranking_ul .ranking_li .ranking_value {
    font-size: 24px;
    font-weight: bold;
    color: #ff632d;
}

.proxy_service {
    margin-top: 48px;
}

.sub_title_tab {
    display: flex;
    margin-top: 30px;
    border-bottom: 2px solid #ccdefe;
}

.sub_title_tab .sub_tab_li {
    width: 270px;
    cursor: pointer;
    line-height: 46px;
    font-size: 20px;
    color: #0b477c;
    letter-spacing: 1px;
    padding-left: 15px;
    font-family: 'SourceHanSansCN-Medium-2';
}

.sub_title_tab .sub_tab_active {
    color: #ffffff;
    background: url("../images/sub_title_select.png") no-repeat;
    background-size: 100% 100%;
    font-family: 'SourceHanSansCN-Bold';
}

.city_regieo {
    font-size: 20px;
    color: #035cb3;
}

.city_list {
    background: #f4f5f9;
    padding: 20px 20px 12px 20px;
}

.city_list .city_ul {
    display: grid;
    margin-top: 18px;
    grid-template-columns: repeat(7, 1fr);
}

.city_list .city_ul .city_li {
    width: 150px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    margin-bottom: 18px;
    background: #ffffff;
    border-radius: 5px;
}

.city_list .city_ul .city_li_active {
    color: #ffffff;
    background: #035cb3;
}

.Agency_information {
    margin-top: 42px;
}

.Agency_information .sub_tab_li {
    padding-left: 8px;
}

.Agency_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 29px;
    justify-content: space-between;
}

.Agency_ul .Agency_li {
    width: 590px;
    height: 97px;
    display: flex;
    margin-bottom: 18px;
    padding-left: 18px;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 20px #c0d3e2;
}

.Agency_ul .Agency_li .icon {
    margin-right: 19px;
}

.Agency_ul .Agency_li .name {
    position: relative;
    top: -3px;
}

.Agency_ul .Agency_li .name a {
    font-size: 22px;
    color: #333333;
}

.Agency_ul .Agency_li .name p {
    font-size: 18px;
    color: #666666;
}

.Agency_ul .Agency_li .name a:hover {
    font-weight: bold;
}

.Agency_information .sub_title_tab {
    align-items: center;
    justify-content: space-between;
}

.Agency_information .sub_title_tab .more a {
    font-size: 20px;
    color: #3776fa;
}

.sub_title_tab .more a:hover {
    font-weight: bold;
}

.information_service {
    margin-top: 50px;
}

.service_more {
    text-align: right;
}

.service_more a {
    font-size: 20px;
    color: #3776fa;
}

.service_more a:hover {
    font-weight: bold;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: center;
}

.swiper-pagination-bullet {
    border-radius: 50px;
}

.swiper-pagination-bullet-active {
    width: 44px;
    height: 14px;
    position: relative;
    top: 2px;
    background: #ae2f21;
}

.service_swiper {
    height: 500px;
    position: relative;
    overflow: hidden;
    padding: 6px;
    margin-top: 10px;
}

.service_swiper .swiper-slide {
    height: 400px;
    padding: 33px 15px 0 15px;
    background: #ffffff;
    box-shadow: 0 0 10px #d8e0e8;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 7;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

/*.service_swiper .swiper-slide:hover {*/
/*    height: max-content;*/
/*    display: block;*/
/*    -webkit-line-clamp: none;*/
/*    overflow: visible;*/
/*}*/

.swiper_icon {
    height: 46px;
}

.swiper_icon img {
    height: 100%;
}

.service_swiper h3 {
    font-size: 20px;
    color: #0056a3;
    margin-top: 7px;
    margin-bottom: 30px;
}

.service_swiper .swiper_text {
    font-size: 16px;
    color: #353b41;
    text-align: left;
    line-height: 25px;
}