.Contactta {
    width: 100%;
    margin-top: 87px;
}

.Contactta-contion-text {
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
}

.Contactta-contion-text p {
    font-family: Arial;
    font-weight: bold;
    font-size: 55px;
    color: #0d44a8;
    margin-bottom: 47px;
}

.Contactta-contion-text span {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 41px;
}

.Contactta-contion-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;flex-wrap: wrap;

}

.Contactta-contion-boxs:first-child {
    margin-left: 0;
}

.Contactta-contion-boxs {
    display: flex;
    align-items: center;
    width: 33%;margin-bottom: 15px;
}

.Contactta-contion-boxs-img {
    width: 30%;
}

.Contactta-contion-boxs-img img{
    width: 100%;

height: 100%;
object-fit: cover;
}

.Contactta-contion-boxs-text {
    width: 65%;
    padding-left: 5%;
}

.Contactta-contion-boxs-text p {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 41px;
    padding-top: 11px;
}

.Contactta-contion-boxs-text span {
    font-family: Arial;
    font-weight: 400;
    font-size: 23px;
    color: #000000;
    line-height: 41px;
}

.Contactta-foot {
    width: 100%;
    background-color: #F6F6F6;
    display: flex;
    margin-top: 105px;
}

.Contactta-foot-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Contactta-foot-img {
    width: 50%;
}

.Contactta-foot-left-top p {
    font-family: Arial;
    font-weight: bold;
    font-size: 55px;
    color: #438EDB;
}

.Contactta-foot-left-top,
.Contactta-foot-left-bootm {
    width: 68%;
    margin: 0 auto;
    text-align: center;
}

.Contactta-foot-left-top span {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 41px;
    margin-top: 43px;
    margin-bottom: 113px;
    display: block;
}

.Contactta-foot-left-bootm textarea {
    width: 100%;
    height: 209px;
    background: #FFFFFF;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 10px;
   border:none;
}

.Contactta-foot-left-bootm-con {
    width: 100%;
    display: flex;
    justify-content: space-between;flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 39px;
}

.Contactta-foot-left-bootm-con input {
    width: 48%;
    padding: 30px 0px 30px 10px;
    background: #FFFFFF;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 36px;margin-bottom: 15px;
    border:none;
}

.Contactta-foot-left-bootm-but {
    width: 100%;
    height: 73px;
    background: #0D44A8;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Contactta-foot-left-bootm-but a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

@media screen and (max-width: 950px) {
    .Contactta-contion-box {
        flex-direction: column;
    }

    .Contactta-contion-boxs {
        width: 100%;
        margin-bottom: 13px;
    }
    .Contactta-contion-boxs:last-child {
        margin-bottom: 0px;
    }
    .Contactta-foot {
        flex-direction: column-reverse;
    }

    .Contactta-foot-left {
        width: 100%;
        margin: 50px 0;
    }

    .Contactta-foot-img {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .Contactta-foot-left-bootm-con {
        flex-direction: column;
        margin-top: 0px;
    }

    .Contactta-foot-left-bootm-con input {
        width: 100%;
        margin-top: 30px;
    }

}

@media screen and (max-width: 480px){
    .Contactta{
        margin-top: 44px;
    }
    .Contactta-foot{
        margin-top: 59px;
    }
    .Contactta-contion-boxs{
        flex-direction: column;
        align-items: flex-start
    }
    .Contactta-contion-boxs-text{
        width: 100%;
        padding-left: 0px;
    }
    .Contactta-contion-boxs-img {
        width: 100%;
    }
    .Contactta-contion-boxs-img img{
        max-width: 80px;
        max-height: 80px;
    }
    .Contactta-contion-text p{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .Contactta-contion-text span{
        font-size: 20px;
        line-height: 30px;
    }
    .Contactta-contion-text {
        margin: 0 auto 35px;
    }
}

.Contactta-foot-left-bootm-but input[type=submit] {
    width: 100%;
    background: none;
    border: none;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
input::placeholder,
textarea::placeholder {
    font-family: Arial, sans-serif; /* 设置字体 */
    font-size: 14px; /* 设置字体大小 */
    color: #888; /* 设置字体颜色 */
    opacity: 1; /* 确保占位符文本不透明 */
}