*{
    margin: 0;
    padding: 0;
}
.contactBanner{
    width: 100%;
    height: 325px;
    box-sizing: border-box;
    background-image: url(../image/contactBanner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 40px;
    padding-top: 1px;
    box-sizing: border-box;
    background-color: #F4F9FF;
}
.contactBannerBox{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.contactBannerBoxTitle{
    width: 100%;
    text-align: center;
    margin-top: 60px;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    font-style: normal;
}
.contactBannerBoxContent{
    width: 1040px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.contactBannerBoxContentLable{
    width: 500px;
    height: 80px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 30px;
    font-family: Helvetica;
    font-size: 20px;
    color: #000000;
    text-align: left;
    font-style: normal;
}
.contactIntroduce{
    width: 100%;
    box-sizing: border-box;
    margin-top: 100px;
}
.contactIntroduceTitle{
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    line-height: 66px;
    text-align: center;
    font-style: normal;
}
.contactIntroduceBox{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 70px; */
}
.contactIntroduceBoxLabel{
    width: 500px;
    margin-left: 50px;
    margin-right: 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.contactIntroduceBoxLabelOne{
    width: 500px;
    height: 279px;
    background-image: url(../image/contactOne.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.contactIntroduceBoxLabelOneHover{
    width: 500px;
    height: 279px;
    position: absolute;
    top: 0;
    background-color: #1C274C;
    opacity: 0;
    border-radius: 25px;
    display: none;
}
.contactIntroduceBoxLabelOne:hover .contactIntroduceBoxLabelOneHover{
    display: block;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.6;
    cursor: pointer;
}
.contactIntroduceBoxLabelTwo:hover .contactIntroduceBoxLabelOneHover{
    display: block;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.6;
    cursor: pointer;
}
.contactIntroduceBoxLabelThree:hover .contactIntroduceBoxLabelOneHover{
    display: block;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.6;
    cursor: pointer;
}
.contactIntroduceBoxLabelFour:hover .contactIntroduceBoxLabelOneHover{
    display: block;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.6;
    cursor: pointer;
}
.contactIntroduceBoxLabelTwo{
    width: 500px;
    height: 279px;
    background-image: url(../image/contactTwo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.contactIntroduceBoxLabelThree{
    width: 500px;
    height: 279px;
    background-image: url(../image/contactThree.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.contactIntroduceBoxLabelFour{
    width: 500px;
    height: 279px;
    background-image: url(../image/contactFour.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    box-sizing: border-box;
}
.contactIntroduceBoxLabelOneText{
    position: absolute;
    bottom: 20px;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 40px;
    left: 20px;
    text-align: left;
    font-style: normal;
}
.contactIntroduceBoxLabelContent{
    margin-top: 20px;
    font-family: Helvetica;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}
.contactBottom{
    box-sizing: border-box;
    width: 100%;
    height: 414px;
    margin-top: 80px;
    margin-bottom: 60px;
}
.contactBottomBox{
    width: 1200px;
    height: 414px;
    margin: 0 auto;
    background-image: url(../image/contactBottom.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 93px;
    padding-left: 180px;
    box-sizing: border-box;
}
.contactBottomBoxTitle{
    box-sizing: border-box;
    width: 544px;
    font-family: Futura, Futura;
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    line-height: 66px;
    text-align: left;
    font-style: normal;
}
.contactBottomBoxText{
    margin-top: 12px;
    font-family: Helvetica;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}
.contactBottomBoxLabel{
    margin-top: 33px;
    box-sizing: border-box;
}
.contactBottomBoxLabelContent{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-family: Helvetica;
    font-size: 20px;
    color: #1C274C;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.contactBottomBoxLabelContent>img{
    width: 30px;
    height: 30px;
}