.titleImg{
    height: 75vh;
    position: relative;
    background: url('../../static/contactUs/bg2.jpg') no-repeat center center;
    background-size: cover;
}
.titleImg .titleTxt{
    z-index: 88;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #a18e6a, transparent);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
}

.titleTxt h1{
    font-family: 'Microsoft YaHei';
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
}
.titleTxt p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.titleBreadcrumb{
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    bottom: -10px;
    left:120px;
    z-index: 101;
    display: flex;
    justify-content: flex-start;
}
.titleBreadcrumb img{
    width: 20px;
    height: 20px;
    margin-top: 14px;
}
.titleBreadcrumb .breadcrumb{
    background-color: rgba(0, 0, 0, 0);
}
.titleBreadcrumb .breadcrumb a{
    color: #fff;
}

.contactUsMenu{
    position: relative;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 5px 5px 10px #c5c4c4;   
    padding-left: 115px;
    z-index: 99;
}
.contactUsMenu div{
    position: relative;
    cursor: pointer; 
    padding: 25px;
    margin-right: 40px;
}
.contactUsMenu div:hover .oneMenu span::after{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.contactUsMenu .oneMenu span::after {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: all .3s;
    transform: scale(0, 1);
    left: 0;
    display: block;
    content: '';
    display: block;
    content: '';
    background-color: #2e87d5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
}
.contactUsMenu .activeMenu span::after{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: all .3s;
    transform: scale(1, 1);
    left: 0;
    display: block;
    content: '';
    display: block;
    content: '';
    background-color: #2e87d5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.oneMenu a{
    color: #000;
}
.oneMenu a:hover{
    color: #000;
    text-decoration: none;
}
.menuDetail{
    position: relative;
    height: 1000px;
    margin-top: 20px;
    padding: 60px 30px;
}
.menuDetail1{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.3s;
    width: 100%;
    padding: 0 120px;
    display: flex;
    justify-content: space-between;
}
.menuDetail1 .menuList{
    width: 30%;
    border-radius: 30px;
    box-shadow: 0 10px 15px 5px #eee;
}
.menuDetail1 .menuList div{
    padding: 20px;
}
.menuDetail1 .menuList img{
    border-top-left-radius:30px;
    border-top-right-radius:30px;
    width: 100%;;
}
.menuDetail1 .menuList h4{
    margin-bottom: 20px ;
    font-weight: 700;
}
.menuDetail1 .menuList p{
    margin-bottom: 20px ;
    font-size: 14px;
}
.joinTitle{
    font-weight: 700;
}
.menuImgList{
    display: flex;
    justify-content: space-between;
    margin: 0 150px;
}
.menuInner{
    width: 30%;
    text-align: center;
    background-color: #e7e5e5;
    box-shadow: 0 5px 5px 0px #c2c1c1;
}
.menuImg{
    position: relative;
    width: 150px;
    height: 150px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 5px 0px #c2c1c1;
}
.menuImg img{
    position: absolute;
    top: 35px;
    left: 38px;
    transition: all .3s;
}
.menuInner:hover .img1{
    transform: scale(1.1) rotate(-10deg);
}
.menuInner:hover .img2{
    transform: scale(1.1);
}
.menuInner:hover .img3{
    transform: scale(1.1) translateY(-10px);
}
.menuTxt{
    color: #454444;
    font-weight: 700;
}
#container{
    /* width:1200px; */
    height:500px;
    margin: 50px 150px;
}


.fastLink .followUs{
    width: 13%;
    color: #fff;
  }
  .fastLink .followUs .qrCode{
    width: clamp(6rem, 10vw, 9.375rem);
    height: auto;
    aspect-ratio: 1;
    background: url('../../static/qrBack.png');
    background-size: 100% 100%;
    margin-top: 1.875rem;
    padding-left: 0.9375rem;
    padding-top: 0.9375rem;


  }
  .fastLink .followUs .qrCode .qrCodeImg{
    width: 100%;
    height: auto;
    max-width: 7.5rem;

  }
  .fastLink .followUs p{
    font-size: clamp(0.7rem, 1.2vw, 0.875rem);
    margin-top: 1.25rem;
  }

