@media (max-width: 750px)  {
	.pc-show{
		display: none !important;
	}
	.phone-show{
		display: flex;
	}
	.home-banner-layer-background{
		width: 37.50rem;
		height: 36.80rem;
	}
	.home-banner-layer-content{
		height: 36.80rem;
		width: 37.50rem;
	}
	.home-news-layer-content{
		width: 37.50rem;
		height: 97.5rem;

	}
	.detail-width{
		width: 11.60rem !important;
	}
	.mc_a1t_dian {
	    width: 0.40rem;
	    height: 0.40rem;
	    /* border: 0.267rem solid #6ECEFF; */
		margin-left: 0.00rem;
		
	}
	.mc_a1t_dian::before {
	    content: '';
	    display: block;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    z-index: -1;
	    transform: translate(-50%, -50%);
	    width: 0.95rem;
	    height: 0.95rem;
	    border-radius: 50%;
	    background: rgba(0, 30, 180, 0.6);
	}
	
	.mc_a1t_dian::after {
	    content: '';
	    display: block;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    z-index: -1;
	    transform: translate(-50%, -50%);
	    width: 0.75rem;
	    height: 0.75rem;
	    border-radius: 50%;
	    background: rgba(0, 30, 180, 0.6);
	}
	@keyframes bordershow {
	    50% {
	        box-shadow: 0.00rem 0.00rem 0.10rem 0 #0063BD;
	    }
	}
	@keyframes boderM {
	    0% {
	    }
	    20% {
	    }
	    75% {
	    }
	    100% {
	    }	
	}
	
}

