.blogBanner1_left_con {
    margin-top: 24px;
}

.footer_msg>.msg2{
    display: none;
}

.blogBanner1 {
    background: url(../image/concact_bg.png) no-repeat center center;
    padding-top: 20px;
    background-size: cover;
}

.concactUs {
    background-color: #f5f6f7;
    padding-bottom: 90px;
}

.concactUs_tit {
    color: #333;
    font-size: 42px;
    line-height: 52px;
    font-family: "Poppins-SemiBold";
    text-align: center;
    padding-top: 100px;
    margin-bottom: 60px;
}

.concactus_list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.concactus_item {
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 36px 0;
    padding-bottom: 56px;
    width: calc((100% - 80px) / 3);
}

.item_icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F6F7;
    color: #0E68B1;
}

.item_icon .iconfont {
    font-size: 24px;
}

.item_title {
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins-Regular";
    margin-top: 32px;
}

.item_msg {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    margin-top: 12px;
}

.item_msg {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    margin-top: 12px;
}

.item_msg a {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    margin-top: 12px;
    position: relative;
    display: inline-block;
}

.item_msg a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0E68B1;
    transition: width 0.3s ease;
}

.item_msg a:hover::after {
    width: 100%;
}

.aboutUs {
    display: flex;
    margin-top: 90px;
    margin-bottom: 90px;
    align-items: center;
}


.aboutUs_left {
    width: calc(100% - 52.14% - 57px);
    margin-right: 57px;
    margin-top: 23px;
}

.aboutUs_right {
    width: 52.14%;
    border-radius: 20px;
    overflow: hidden;
}

.aboutUs_right img {
}

.aboutUs_Tit {
    color: #333;
    font-family: "Poppins-SemiBold";
    /* 42 sb */
    font-size: 42px;
    line-height: 52px;
    /* 123.81% */
}

.aboutUs_con {
    color: #666;
    /* 16 */
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-top: 24px;
}


.aboutUs_btn {
    border-radius: 99px;
    background: #0E68B1;
    width: 217px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 50px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

.aboutUs_btn:hover {
    background-color: #fff;
    color: #0E68B1;
    border: 1px solid #0E68B1;
}

.aboutUs_btn img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.onLineMsg {
    background-color: #F5F6F7;
    padding-top: 90px;
    padding-bottom: 90px;
}

.onLinemsgBox {
    background-color: #fff;
    border-radius: 20px;
    padding: 70px 60px;
    box-sizing: border-box;
}

.onLinemsg_Tit {
    color: #333;
    text-align: center;
    font-family: "Poppins-SemiBold";
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 50px;
}

.onLineForm {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    width: 100%;
}

.onLineform_item {
    width: calc(50% - 20px);
}

.online_item_label {
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 4px;
}

.online_item_input {
    border-radius: 8px;
    border: 1px solid rgba(14, 104, 177, 0.10);
    background: #F5F6F7;
    box-sizing: border-box;
    overflow: hidden;
}

.online_item_input input {
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
}

.onLineform_item2 {
    width: 100%;
}

.onLineform_item3 {
    width: 100%;
}


.online_item_input2 {
    width: 100%;
    border: none;
    outline: none;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px;

    border-radius: 8px;
    border: 1px solid rgba(14, 104, 177, 0.10);
    background: #F5F6F7;
    box-sizing: border-box;
    overflow: hidden;
}

.online_item_input2 textarea {
    width: 100%;
    height: 120px;
    border: none;
    outline: none;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    resize: none;
    background-color: transparent;
}

.captchaBox {
    display: flex;
    align-items: center;

}

.captchaBox .captcha {
    cursor: pointer;
}

.onlineForm_btn_List {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin-top: 40px;
}

.onlineForm_btn {
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    border: 1px solid #0E68B1;
    color: #0E68B1;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
    background-color: #0E68B1;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.onlineForm_btn:hover{
    background-color: #fff;
    color: #0E68B1;
    border: 1px solid #0E68B1;
}

.Map {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1580px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {
    .aboutUs_right {
        height: 450px;
    }

    .concactUs_tit {
        padding-top: 50px;
    }

    .concactUs {
        padding-bottom: 50px;
    }

    .aboutUs {
        margin: 50px auto;
    }

    .onLineMsg {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .aboutUs_right {
        height: 400px;
    }


}

@media screen and (max-width: 992px) {
    .aboutUs {
        flex-direction: column;
    }

    .aboutUs_left {
        width: 100%;
        margin-right: 0;
    }

    .aboutUs_right {
        height: 300px;
        width: 100%;
        margin-top: 30px;
    }

   

    .concactUs_tit,
    .aboutUs_Tit,
    .onLinemsg_Tit {
        font-size: 32px;
    }

    .item_title {
        font-size: 16px;
    }

    .item_msg {
        font-size: 14px;
    }

    .concactus_item {
        padding: 20px 0;
    }

    .aboutUs_con {
        font-size: 14px;
    }

    .aboutUs_btn {
        font-size: 14px;
        margin-top: 20px;
        width: 160px;
        height: 40px;
    }

    .onLinemsgBox {
        padding: 40px 30px;
    }

    .onlineForm_btn {
        width: 240px;
        height: 40px;
    }

    .onLinemsg_Tit {
        margin-bottom: 30px;
    }

    .concactus_list {
        gap: 15px;
    }

    .concactus_item {
        width: calc((100% - 15px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .onLinemsgBox{
        padding: 20px 15px;
    }
    .onLineform_item{
        width: calc(50% - 5px);
    }
    .onLineForm{
        gap: 20px 10px;
    }
}

@media screen and (max-width: 576px) {
    .concactUs_tit {
        font-size: 24px;
    }

    .concactus_list {
        flex-direction: column;
        gap: 20px;
    }

    .concactus_item {
        width: 100%;
    }

    .concactUs_tit {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .aboutUs_Tit,
    .onLinemsg_Tit {
        font-size: 24px;
    }

    .aboutUs_con {
        font-size: 12px;
    }

    .online_item_input input {
        font-size: 14px;
    }

    .online_item_label {
        font-size: 14px;
    }

    .captchaBoxs {
        width: 100%;
    }
}