.phone-show{
	display: none;
}
.pc-show{
	display: flex;
}

.home-banner-layer-content{
	position: relative;
	height: 768px;
	/* width: 1200px; */
}
.home-news-layer-content{
	height: 794px;
	/* width: 1200px; */
}		
.mc_a1t_dian {
    position: relative;
    animation: bordershow 3s infinite;
}

.mc_a1t_xl span {
    opacity: 0;
}
.detail-width{
	width:274px !important;


}
.mc_a1t_dian {
    display: block;
    width: 24px;
    height: 24px;
	background: #6ECEFF;
    border: 7px solid #0063BD;
    border-radius: 50%;
	margin-left: 32px;
}

.mc_a1t_dian::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    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: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.6);
}

.mc_a1t_dian::before {
    animation: boderM 3s .75s infinite;
}

.mc_a1t_dian::after {
    animation: boderM 3s infinite;
}
@keyframes bordershow {

    50% {
        box-shadow: 0px 0px 10px 0 #001eb4;
    }

}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }	
}
@media (max-width: 1200px)  {

.home-banner-layer-content{
	height: 7.68rem;
}
.home-news-layer-content{
	height: 7.94rem;
}	
.mc_a1t_dian {
}
.mc_a1t_xl span {
}
.detail-width{
	width:2.74rem !important;
}
.mc_a1t_dian {
    width: 0.24rem;
    height: 0.24rem;
    border: 0.07rem solid #0063BD;
	margin-left: 0.32rem;
}
.mc_a1t_dian::before {
    width: 0.25rem;
    height: 0.25rem;
}
.mc_a1t_dian::after {
    width: 0.25rem;
    height: 0.25rem;
}
.mc_a1t_dian::before {
}
.mc_a1t_dian::after {
}
@keyframes bordershow {
    50% {
        box-shadow: 0.00rem 0.00rem 0.10rem 0 #001eb4;
    }
}
@keyframes boderM {
    0% {
    }
    20% {
    }
    75% {
    }
    100% {
    }	
}

}
@media (min-width: 1920px)  {

.home-banner-layer-content{
	height: 7.68rem;
}
.home-news-layer-content{
	height: 7.94rem;
}	
.mc_a1t_dian {
}
.mc_a1t_xl span {
}
.detail-width{
	width:2.74rem !important;
}
.mc_a1t_dian {
    width: 0.24rem;
    height: 0.24rem;
    border: 0.07rem solid #0063BD;
	margin-left: 0.32rem;
}
.mc_a1t_dian::before {
    width: 0.25rem;
    height: 0.25rem;
}
.mc_a1t_dian::after {
    width: 0.25rem;
    height: 0.25rem;
}
.mc_a1t_dian::before {
}
.mc_a1t_dian::after {
}
@keyframes bordershow {
    50% {
        box-shadow: 0.00rem 0.00rem 0.10rem 0 #001eb4;
    }
}
@keyframes boderM {
    0% {
    }
    20% {
    }
    75% {
    }
    100% {
    }	
}
}

