.contact .box1{
	/*height: 750px;*/
	display: flex;
}
.contact .box1 .l{
	height: auto;
	width: 59%;
	position: relative;
}
.contact .box1 .l .mapXuan{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
}

.contact .box1 .l .boxa1{
    position: relative;
}

.contact .box1 .l .boxa1 .mapOne{
    position: absolute;
    
    cursor: pointer;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alocation{
    top: 40%;
    left: 8%;
}

.blocation{
    top: 48.8%;
    left: 17%;
}

.clocation{
    top: 60.2%;
    left: 12.2%;
}


.dlocation{
    top: 52.9%;
    left: 32.5%;
}

.dlocation::after{
    position: absolute;
    width: 100px;
    left: 65px;
    color: #cb0010;
    font-weight: 900;
}

.dlocation::before{
    position: absolute;
    width: 100px;
    left: -70px;
    color: #cb0010;
    font-weight: 900;
}

.dloa {
    position: absolute;
    top: -50px;
    font-size: 20px;
    color: #cb0010;
    font-weight: 800;
}

.dlob {
    position: absolute;
    top: 30px;
    font-size: 20px;
    color: #cb0010;
    font-weight: 800;
}
.elocation{
    top: 71.7%;
    left: 42%;
}


.flocation{
    top: 39.3%;
    left: 75.7%;
}

.glocation{
    top: 67%;
    left: 87%;
}
.hlocation{
    top: 27%;
    left: 25%;
}






.contact .box1 .l .boxa1 .mapOne span{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #cb0010;
}


.contact .box1 .l .boxa1 .mapOne span::after{
        position: absolute;
        width: 10px;
        height: 10px;
        background: rgba(241, 34, 30, .9) !important;
        animation: scale1 2s infinite;
        content: '';
        border-radius: 50%;
        z-index: 99;
    }
    .contact .box1 .l .boxa1 .mapOne span::before{
        position: absolute;
        width: 10px;
        height: 10px;
        background: rgba(241, 34, 30, .9) !important;
        animation: scale2 2s infinite;
        content: '';
        border-radius: 50%;
        z-index: 99;
    }
        
    @keyframes scale1 {
      0% {
        transform: scale(1);
        opacity: .3;
      }

      100% {
        transform: scale(16);
        opacity: 0;
      }
    }
    
    
    @keyframes scale2 {
      0% {
        transform: scale(1);
        opacity: .3;
      }

      100% {
        transform: scale(8);
        opacity: 0;
      }
    }
    
    .contact .box1 .l .boxa1 .mapOne p{
        margin-top: 20px;
        font-weight: 700;
        color: #cb0010;
    }
.contact .box1 .l img{
    width: 100%;
}
.contact .box1 .l #map{
	width: 100%;
	height: 100%;
}
.contact .box1 .r{
	flex: 1;
	height: 710px;
	/*height: 100%;*/
	background-color: rgba(0, 81, 172, 1);
	padding: 90px 2.5% 0 4%;
}
.contact .box1 .r .title{
	font-size: 26px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact .box1 .r .conn{font-size:17px;color:#fff;line-height:32px;padding-top:30px;}

.contact .box1 .r  .iconfont{
	font-size: 30px;
	color: #fff;
}
.contact .box1 .r ul{
	margin-top: 24px;
}
.contact .box1 .r  li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.contact .box1 .r  li .li-l{
	margin-right: 13px;
}
.contact .box1 .r  li .li-r{
	font-size: 15px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 24px;
}
.contact .box1 .r  .message1{
	margin-top: 55px;
}

@media (max-width:1199px) {
	.contact .box1{
		flex-direction: column;
		padding: 30px 10px;
		height: auto;
	}
	.contact .box1 .l{
		width: 100%;
		/*height: 300px;*/
	}
	.contact .box1 .r{
		margin-top: 40px;
		
	}
	.contact .box1 .r{
		padding-top: 50px;
	}
	.contact .box1 .r .title{
		font-size: 24px;
	}
	.contact .box1 .r .message1{
		margin-top: 30px;
	}
}
@media (max-width:500px) {
	.contact .box1 .r .title{
		font-size: 18px;
		padding-bottom: 14px;
	}
	.contact .box1 .r li{
		margin-bottom: 5px;
		word-break: break-all;
	}
	
	.contact .box1 .r ul{
		margin-top: 10px;
	}
	.contact .box1 .r li .li-l{
		margin-right: 5px;
	}
	.contact .box1 .r .iconfont{
		font-size: 24px;
	}
	.contact .box1 .r{
		padding: 25px 10px;
	}
}