.serviceMap{
	margin: .4rem 0 .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mapMain{
    position: relative;
	margin-right: .6rem;
	width: 68.65%;
    max-width: 740px;
    flex-shrink: 0;
}
.mapMain::after{
    display: block;
    content: "";
    position: absolute;
    right: -10%;
    bottom: -5%;
    width: 15%;
    height: 50%;
    background: url(../images/service/map_area.png) center bottom no-repeat;
    background-size: contain;
}
.mapMain img{
	width: 100%;
}
.mapDot{
    list-style: none;
}
.mapDot li{
    position: absolute;
}
.mapName{
    position: relative;
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    padding-left: 8px;
    display: none;
}
.mapName::before{
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #A8A8A8;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}
.mapName.top{
    padding-left: 0;
}
.mapName.top::before{
    left: 50%;
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
.mapName.top + .mapIco{
    margin-bottom: 5px;
    left: 50%;
}
.mapName.right{
    padding-left: 0;
    padding-right: 8px;
}
.mapName.right::before{
    left: auto;
    right: 0;
}
.mapName.right + .mapIco{
    left: 100%;
    margin-left: -14px;
}
.mapIco{
    display: block;
    width: 23px;
    height: 31px;
    /* background: url(../images/service/mapIco.png) center bottom no-repeat; */
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-left: -10px;
    margin-bottom: -10px;
    /* animation: aniMapIco 5s linear infinite; */
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #CB001E;
}
.mapIco::before,
.mapIco::after{
    display: block;
    content: "";
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    box-shadow: 0 0 10px 0px #CB001E;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -.15rem 0 0 -.15rem;
    transform: scale(0);
    animation: aniLight 2s linear infinite;
}
.mapIco::after{
    animation-delay: 1s;
}
.mapText{
	float: right;
	width: 23%;
}
.mapText .textTit{
	max-width: 260px;
	height: 53px;
	border: 1px solid #000000;
	line-height: 51px;
	text-align: center;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
    margin: 0 auto;
	margin-bottom: .3rem;
}
.mapText p{
	font-size: 20px;
	color: #333333;
	line-height: 33px;
	text-align: center;
}
/* 服务中心网点 */
.networkBg{
    background: url(../images/service/networkBg.png) center center no-repeat;
    background-size: cover;
}
.networkBg .breadNav,
.networkBg .breadNav li a{
    color: #FFFFFF;
}
.networkBg .breadNav{
    background-image: url(../images/breadBg2.png);
}
.network{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .2rem 0 .5rem;
}
.netTips{
    color: #FFFFFF;
}
.netMap{
    position: relative;
    width: 70%;
    height: 755px;
}
.netMap::before {
    display: block;
    content: "";
    width: 100%;
    height: 10%;
    background: url(../images/service/mapShade.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 8%;
    bottom: -5%;
}
.netMapInfo{
    width: 25%;
}
.mapImg{
    position: relative;
    overflow: hidden;
}
.mapImg .dotPage{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 0 .1rem;
    text-align: right;
    z-index: 1;
}
.mapImg .dotPage .swiper-pagination-bullet{
    background-color: #F3F3F3;
}
.mapImg .imgBg{
    display: block;
    height: 0;
    padding-bottom: 50.28%;
}
.mapList{
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    padding: 20px 0;
    max-height: 395px;
    background-color: #FFFFFF;
}
.mapInfo{
    padding: .1rem .25rem;
}
.mapItem{
    padding: .2rem 0;
    border-bottom: 1px solid #E6E6E6;
}
.mapTit{
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: .1rem;
}
.network .layui-form{
    display: none;
}


@media (max-width : 1600px) {
    .mapName{
        font-size: 14px;
    }
    .mapIco{
        /* height: 24px; */
    }
    .mapText .textTit{
        font-size: 18px;
    }
    .mapText p{
        font-size: 16px;
        line-height: 1.8;
    }
    .netMap{
        max-height: 40vw;
    }
    .mapList{
        font-size: 14px;
        padding: .1rem 0;
    }
    .mapItem{
        padding: .15rem 0;
    }
    .mapTit{
        font-size: 18px;
    }
}
@media (max-width : 1400px) {
    .netMapInfo{
        width: 28%;
    }
    .mapList{
        max-height: 300px;
    }
}
@media (max-width : 1200px) {
    .serviceMap{
        display: block;
    }
    .mapMain{
        float: none;
        width: 85%;
        max-width: 600px;
        margin: 0 auto .5rem;
    }
    .mapText{
        float: none;
        width: 100%;
        margin: .3rem auto;
    }
}
@media (max-width: 991px){
    .network{
        align-items: flex-start;
    }
    .netMap{
        display: none;
    }
    .netTips{
        display: none;
    }
    .netMapInfo{
        width: 60%;
    }
    .network .layui-form{
        display: block;
        width: 35%;
    }
}
@media (max-width : 640px) {
    .mapName{
        font-size: 12px;
    }
    .mapIco{
        /* height: 20px; */
    }
    .mapText .textTit{
        font-size: 16px;
        height: auto;
        line-height: 30px;
        padding: .1rem;
    }
    .mapText p{
        font-size: 14px;
    }
    .network{
        display: block;
    }
    .network .layui-form{
        width: 100%;
        margin: .2rem 0;
    }
    .netMapInfo{
        width: 100%;
    }
    .mapTit{
        font-size: 16px;
    }
}
@media (max-width : 460px) {
    .mapText .textTit{
        font-size: 14px;
    }
}