.my {
    padding-top: 68px;
}
.my_baner {
    position: relative;
    padding: 175px 20px;
    background: url(../img/my/ban.png) no-repeat top left;
    background-size: auto;
}
.my_baner_img {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.my_baner_txt {
    width: 1200px;
    margin: 0 auto;
    height: 108px;
    font-size: 72px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #03203d;
    line-height: 108px;
    z-index: 3;
}
.my_count_box {
    height: 553px;
    padding: 80px;
}
.my_count_box .my_count_info_box {
    width: 1200px;
    height: 393px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my_count_img_box {
    width: 583px;
    height: 393px;
    border-radius: 24px;
    background: #ccc;
}
.my_count_info_txt_box {
    width: 480px;
}
.maycount_title {
    width: 100%;
    height: 40px;
    margin-bottom: 28px;
}
.maycount_title_name{
    opacity: 0;
    height: 40px;
    line-height: 40px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 30px;
    font-weight: 600;
    color: #111f3a;
}
@keyframes maycount_title_name_animate{
	from {
        opacity: 0;
		left: -100%;
	}
	to {
        opacity: 1;
		left: 0;
	}
}

.maycount_txt {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #51565d;
    line-height: 24px;
    margin-bottom: 24px;
}
.bg_FFF {
    background: #fff;
}
.bg_F8F9FA {
    background: #f8f9fa;
}
.zh_map_n {
    /* height: 1216px; */
    background-color: #dce7ff;
    padding-top: 80px;
}
.zh_title {
    text-align: center;
    font-size: 44px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #111f3a;
}
.zh_title span {
    color: #005ce6;
}
.zh_map_box {
    position: relative;
    height: 900px;/* 900px */
    min-width: 1200px;
    margin-top: 192px;
    border: 1px dashed #fff;
    background: url(../img/my/zh_bg2.png) no-repeat center bottom;
    background-size: 100% 100%;
}
.zh_tab {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: -62px;
}

.left_zh {
    background: url(.././img/my/l_1.png) no-repeat center center;
    margin-right: 64px;
    margin-top: 40px;
}
.right_zh {
    background: url(.././img/my/r_1.png) no-repeat center center;
    margin-left: 64px;
    margin-top: 40px;
}
.dian {
    background: url(.././img/my/yuan2.png) no-repeat center center;
    margin: 0 auto;
}
.ative .dian {
    background: url(.././img/my/yuan1.png) no-repeat center center;
    margin: 0 auto;
}


/* 呼吸效果 */
.anniuiv {
    position: relative;
    width: 56px;
    height: 56px;
	margin: 0 auto;
    cursor: pointer;
}
.anniuiv2 {
	position: absolute;
	left: calc(50vw - 85px);
	top: 153px;
}
/* 圆圈核心 */
.dot {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    left: 20px;
    top: 20px;
    border: 2px solid #0068FF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #0068FF;
}
/* 圆圈波纹 */
.pulse, .pulse2 {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 3px;
    top: 3px;
    border: 6px solid #0068FF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 1.4s ease-out;
    -moz-animation: warn 1.4s ease-out;
    animation: warn 1.4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.pulse2{
    width: 160px;
    height: 160px;
    border: 16px solid #0068FF;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
}
@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.25);
        opacity: 0.4;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.8;
    }
    75% {
        transform: scale(0.75);
        opacity: 0.4;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.zh_tab_count_box {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 200px;
}
.zh_tab_count {
    width: 2720px;
    display: flex;
    flex-wrap: nowrap;
    z-index: 3;
    position: absolute;
    right: -50px;
}
.zh_tab_count_info {
    width: 240px;
    height: 200px;
    text-align: center;
    margin: 0 50px;
}
.num_y {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0c203c;
    line-height: 40px;
}
.zh_tab_count_info_txt {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0c203c;
    line-height: 25px;
}
.ative .num_y {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0068ff;
    line-height: 40px;
}
.ative .zh_tab_count_info_txt {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0c203c;
    line-height: 25px;
}
.pho {
    height: 340px;
    min-width: 1200px;
    background: url(../img/my/pho.png) no-repeat left top;
}
.pho_box {
    width: 1200px;
    margin: 0 auto;
    padding: 78px;
}
.pho_box_title {
    text-align: center;
    height: 44px;
    font-size: 44px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #111f3a;
    line-height: 44px;
    margin-bottom: 40px;
}
.pho_tel {
    width: 402px;
    height: 98px;
    background: linear-gradient(180deg, #f3f5f8 0%, #fafbfc 100%);
    box-shadow: 6px 6px 40px 0px rgba(0, 20, 77, 0.1);
    border-radius: 49px;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 44px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0068ff;
    line-height: 94px;
    margin: 0 auto;
    display: block;
}
.pho_tel:hover {
    background: #0068ff;
    color: #fff;
    border: 2px solid #0068ff;
}

.header-phone{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}