.banner {
    width: 100%;
    height: 8rem;
    background: url('../img/contact/contact-banner-bg.png');
    background-size: cover;
    overflow: hidden;
}

.bannerBox {
    width: 19.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.2rem;
    padding-left: 2rem;
}

.bannerTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    width: max-content;
}

.bread {
    color: #ffffff;
    width: max-content;
    display: flex;
    gap: 0.05rem;
    align-items: center;
    margin-top: 0.4rem;
}

.bread img {
    width: 0.14rem;
    height: 0.14rem;
}

.bread div {
    display: flex;
    gap: 0.05rem;
}

.bread div span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left
}

/* nav */
.navMain {
    width: 100%;
    height: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(80, 80, 80, 0.14);
    border-radius: 0rem 0rem 0rem 0rem;
    margin: 0 auto;
}

.navBox {
    width: 15.7rem;
    height: 100%;
    margin: 0 auto;
}

.nav-swiper {
    height: 100%;
}

.nav-swiper .swiper-wrapper {
    width: 15.4rem !important;
    margin: 0 auto;
    height: 100%;
}

.nav-swiper .swiper-slide {
    width: calc(100% / 2) !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-swiper .swiper-slide:hover a {
    color: #0055A7;
}

.nav-swiper .swiper-slide a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}

.nav-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.02rem;
    background: #0055A7;
    width: 0%;
    transition: all 0.3s;
}

.nav-swiper .swiper-slide:hover:after {
    width: 100%;
}

.nav-swiper .navNext::after,
.nav-swiper .navPrev::after {
    content: '' !important;
}

.nav-swiper .navNext,
.nav-swiper .navPrev {
    width: 0.1rem;
    height: 0.15rem;
    margin-top: -0.05rem;

}

.nav-swiper .navPrev img {
    transform: rotate(180deg);
}

.slide-act a {
    color: #0055A7 !important;
}

.slide-act:after {
    width: 100% !important;
}

.nav-swiper .navPrev img,
.nav-swiper .navNext img {
    filter: brightness(0.3) invert(0.5);
}

.nav-swiper .navPrev img:hover {
    filter: unset;
}

.nav-swiper .navNext img:hover {
    filter: unset;
}

.infoMain {
    width: 15.2rem;
    margin: 0.8rem auto;
}

.infoMain .infoTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.infoBox {
    display: flex;
    margin-top: 0.8rem;
    justify-content: space-between;
}

.info-L {
    display: flex;
    flex-wrap: wrap;
    width: 9.6rem;
    border-left: 0.01rem solid #DCDCDC;
}

.info-L div {
    width: 50%;
    border-left: 0.01rem solid #DCDCDC;
    margin-bottom: 0.6rem;
    padding-left: 0.4rem;
}
.info-L div:nth-child(2n+1){
    border-left: 0;
    margin-bottom: 0;
}
.info-L div span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    display: block;
}

.info-L div p {
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.36rem;
    color: #000000;
    margin-top: 0.2rem;
}

.info-L div:nth-child(3) p {
    width: max-content;
}

.info-R {
    width: 1.6rem;
}

.info-R img {
    width: 1.6rem;
    height: 1.6rem;
}

.info-R p:nth-of-type(1) {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
}

.info-R p:nth-of-type(2) {
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.2rem;
    color: #000000;
    text-align: center;
}

.globle {
    margin-top: 1.04rem;
    width: 100%;
    display: flex;
    gap: 1.6rem;
    justify-content: center;
    padding-right: 2.54rem;
    position: relative;
}

.globleMap {
    width: 11.6rem;
    height: 9.6rem;
    background: url('../img/contact/globle-map.png');
    background-size: cover;
    position: relative;
    border-radius: 0.1rem;
}

.globleCont {
    padding-top: 0.88rem;
}

.globleCont p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.42rem;
    color: #000000;
    line-height: 0.62rem;
    width: max-content;
}

.d1,
.d2,
.d3,
.d4 {
    width: 0.1rem;
    height: 0.1rem;
    background: #E5370D;
    position: absolute;
    border-radius: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.d1 div:nth-child(1),
.d2 div:nth-child(1),
.d3 div:nth-child(1),
.d4 div:nth-child(1) {
    width: 0.18rem;
    height: 0.18rem;
    border: 0.01rem solid #E5370D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    opacity: 0;
}

.d1 div:nth-child(2),
.d2 div:nth-child(2),
.d3 div:nth-child(2),
.d4 div:nth-child(2) {
    width: 0.32rem;
    height: 0.32rem;
    border: 0.01rem solid #E5370D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    opacity: 0;
}

.d1 div:nth-child(3),
.d2 div:nth-child(3),
.d3 div:nth-child(3),
.d4 div:nth-child(3) {
    width: 0.52rem;
    height: 0.52rem;
    border: 0.01rem solid #E5370D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    opacity: 0;
}

@keyframes point {
    0% {
        width: 0rem;
        height: 0rem;
        opacity: 1;
    }

    100% {
        width: .52rem;
        height: .52rem;
        opacity: 0.2;
        background: #ffffff;
    }
}

.act {
    display: block;
}

.act div:nth-child(1) {
    animation: point 3s linear infinite;
}

.act div:nth-child(2) {
    animation: point 3s linear infinite 1s;
}

.act div:nth-child(3) {
    animation: point 3s linear infinite 2s;
}

.d1 {
    top: 1.98rem;
    left: 8.41rem;
}

.d2 {
    top: 1.67rem;
    left: 9.03rem;
}

.d3 {
    top: 1rem;
    left: 7.67rem;
}

.d4 {
    top: 0.95rem;
    left: 4.41rem;
}

.globleItem {
    position: absolute;
    z-index: 10;
    top: 3.8rem;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}
.globle-swiper .swiper-wrapper{
    gap: 0.35rem;
    padding-top: 0.35rem;
}
.globle-swiper .swiper-slide {
    width: 4.15rem !important;
    height: 4.6rem !important;
    background: #F9F9F9;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    padding: 1.09rem 0.4rem 0;
    transition: all 0.3s;
}
.globle-swiper .swiper-slide.slide-act{
    transform: translateY(-0.2rem);
}
.globle-swiper .swiper-slide:hover{
    transform: translateY(-0.2rem);
}
.swiper-slide>p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}

.swiper-slide hr {
    width: 0.6rem;
    height: 0.01rem;
    background: #0055A7;
    margin-top: 0.2rem;
}

.swiper-slide div {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.swiper-slide div img {
    width: 0.16rem;
    height: 0.2rem;
}

.swiper-slide div p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.32rem;
    width: 3.04rem;
}

.globle-swiper .swiper-slide:hover>p {
    color: #0055A7;
}

.msgMain {
    margin: 1.2rem auto 0;
    width: 15.2rem;
}

.msgTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}

.msgMain>p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-top: 0.5rem;
}

.msg-t {
    display: flex;
    gap: 0.4rem;
    height: 2.12rem;
    margin-top: 0.4rem;
}

.msg-t input,
.msg-t textarea {
    padding: 0.17rem;
    width: 7.4rem;
    height: 0.54rem;
    background: #F9F9F9;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #ECECEC;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}

.msg-t textarea {
    height: 100%;
    resize: none;

}

.msg-t div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.msg-b {
    margin-top: 0.25rem;
    display: flex;
    gap: 0.2rem;
}

.msg-b input {
    width: 2rem;
    height: 0.52rem;
    background: #F9F9F9;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E1DFDF;
    padding: 0.17rem;
}

.msg-b img {
    width: 1rem;
    height: 0.52rem;
}

button {
    width: 2.4rem;
    height: 0.54rem;
    background: #0055A7;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    border: 0;
    color: #ffffff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
}
form{
    background: url('../img/contact/form-bg.png');
    background-size: cover;
    padding-bottom: 1.4rem;
}
.contactMap{
    width: 100%;
    max-width: 15.2rem;
    margin: 0 auto;
}