.location-map{
    width: 850px;
    background: url("../images/common/dt.png") no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 30px;
    margin-left: 40px;
}
.position{
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
}
.position-bc{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.position-sc{
	margin: 0 auto;
	margin-top: 10px;
    background: #EA4245;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.point{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background: transparent;
    background-clip: padding-box;
}
.point-10,.point-40,.point-80{
	width: 100%;
	height: 100%;
}
.point-10:after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #EA4245;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}
.point-40:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #EA4245;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out .9s infinite;
    animation: ripple 4.5s ease-out .9s infinite;
}
.point-80:after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #EA4245;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1.8s infinite;
    animation: ripple 4.5s ease-out 1.8s infinite;
}
.point-shadow:after{
    box-shadow: inset 0 0 5em rgba(234,66,69,.16);
}
@keyframes ripple{
	0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}
	5%{opacity:1}
	100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}
}

.position>span{
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 44px;
    left: 70px;
}
.school-address{
    border-bottom: 1px dashed #cbcbcb;
    margin-top: 26px;
    cursor: pointer;
}
.school-address h3 span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #f9363e;
    margin-right: 12px;
    margin-bottom: 3px;
}
.school-address h3{
    font-size: 17px;
    margin-bottom: 14px;
}
.school-address div{
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 18px;
}
.address-con{
    width: 850px;
    margin-bottom: 40px;
    margin-left: 80px;
}
/*左侧导航*/
.location-change{
    display: none;
    position: fixed;
    top: 80px;
    left: 40px;
    border-left: 2px solid #d2d2d2;
    padding-top: 14px;
    transition: all 0.3s linear;
}
.location-name>span{
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    padding: 3px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 3px;
    left: -7px;
}
.location-name.show{
    font-weight: bold;
}
.location-name>span>i{
    display: block;
    background: #cbcbcb;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.location-name{
    position: relative;
    margin-bottom: 18px;
    font-size: 12px;
    cursor: pointer;
    padding-left: 25px;
}
.top-circle{
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -11px;
    left: -7px;
}
.bottom-circle{
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    bottom: -11px;
    left: -7px;
}
.jt{
    position: absolute;
    top: 16px;
    left: -7px;
    z-index: 10;
    transition: all 0.3s linear;
}
/* 校区 */
.more-course-btn{
    left: 318px !important;
}
.map_a{
    text-decoration: underline;
    color: #ff6d19;
}
.color999{
    color: #999;
}
.mtd40{
    margin: 40px 0;
}
.mb{
    margin-bottom: 13px;
}
.xiaoqu-hidd{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}
.xiaoqu-title {
    height: 24px;
    line-height: 24px;
    border-left: 4px solid #e64441;
    padding-left: 10px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
}
.gengduo{
    float: right;
    border: 1px solid #3c70fc;
    padding: 0px 10px;
    position: absolute;
    right: 22px;
    top: 30px;
    z-index: 2;
    background-color: #fff;
    /* border-radius: 7px; */
}
.album-content ul li{
    margin-left: 27px !important;
}
.school-address p text{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #000;
    margin-right: 12px;
    margin-bottom: 3px;
}
.map_a:hover .p{
    display: block;
}
.map_a{
position: relative;
}
.p{
    position: absolute;
    top: -5px;
    left: 82px;
    display: none;
    font-size: 14px;
    z-index: 99;
    width: 260px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    line-height: 24px;
    color: #999999;
}
