/*---------------------------------------------------------------------- /
巨幕设置-开始
----------------------------------------------------------------------- */

.jm {
    background: url("../images/banner/en-contact.jpg") no-repeat;
    background-size: cover;
    height: 600px;
}


/* 巨幕响应式-PC */

@media screen and (max-width: 1680px) {
    .jm {
        background-position: right;
        height: 520px;
    }
}

@media screen and (max-width: 1440px) {
    .jm {
        height: 450px;
    }
}

@media screen and (max-width: 1280px) {
    .jm {
        height: 400px;
    }
}


/* 巨幕响应式-IPAD */

@media screen and (max-width: 1279px) {
    .jm {
        margin-top: -30px;
        height: 300px;
    }
}

@media screen and (max-width: 810px) {
    .jm {
        margin-top: 0px;
        height: 260px;
    }
}


/* 巨幕响应式-手机端 */

@media screen and (max-width: 580px) {
    .jm {
        background-size: contain;
        background: url("../images/banner/h5/en-contact-iphone.jpg") no-repeat;
        background-position: right;
        height: 200px;
        display: block;
    }
}


/*---------------------------------------------------------------------- /
巨幕设置-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
面包屑-开始
----------------------------------------------------------------------- */

.mbx-row {
    height: 100px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}


/* 面包屑文字 */

.mbx-text p {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 1px;
}


/* 面包屑标题 */

.mbx-text h1 {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 1px;
}


/* 面包屑-》》 */

.mbx-text p::after {
    display: inline-block;
    content: "\00bb";
    margin: 0.6em;
    color: black;
}


/* 取消面包屑-最后一个》 */

.mbx-text p:last-child::after {
    display: none;
}


/*---------------------------------------------------------------------- /
面包屑-结束
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
地图块-联系方式-开始
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
contactinfo-开始
----------------------------------------------------------------------- */


/* contactinfo盒子 */

.contactinfo {
    /* height: 330px; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}


/* contactinfo盒子-div*/

.contactinfo>div {
    flex: 1;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* contactinfo盒子-div-wordinfoword*/

.contactinfo>div>.contactinfoword {
    text-align: center;
    padding-top: 30px;
}


/* contactinfo盒子-div-wordinfoword-h4*/

.contactinfo>div>.contactinfoword h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    padding-top: 10px;
}


/* contactinfo盒子-div-wordinfoword-p文本*/

.contactinfo>div>.contactinfoword p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #93889d;
    font-weight: 600;
    padding-top: 10px;
}


/* icon */


/* icon - 位置 */

.icon-icon_location {
    font-size: 50px !important;
    line-height: 50px;
    color: #5f259f;
}


/* icon - 邮箱 */

.icon-youxiang10 {
    font-size: 50px !important;
    line-height: 50px;
    color: #5f259f;
}


/* icon - 电话 */

.icon-dianhua10 {
    font-size: 50px !important;
    line-height: 50px;
    color: #5f259f;
}


/* 响应式布局 */

@media screen and (max-width: 580px) {
    /* contactinfo盒子-取消flex */
    .contactinfo {
        display: block;
    }
}


/*---------------------------------------------------------------------- /
contactinfo-开始
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
邮件发送-开始
----------------------------------------------------------------------- */


/* 邮箱 */

.mailbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/* 发送邮件-左图片 */

.mail-pic-contact {
    background: url("../images/contact/contact_big-1-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


/* 发送邮件-发送盒子-间距 */

.sendmailbox {
    color: black;
    padding-top: 15px !important;
    margin-left: 10px;
}


/* 发送邮件-邮箱输入框 */

.sendmailbox input,
.sendmailbox textarea {
    width: 100%;
    color: #888;
    background: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    padding: 15px 25px;
    border: 1px solid #eee;
    outline: none;
    margin-bottom: 16px;
    border-radius: 6px;
}


/* 发送邮件-邮箱textarea */

.sendmailbox textarea {
    height: 250px;
}


/* 发送邮件-报警文字 */

.product_alert,
.email_alert,
.name_alert {
    display: none;
    color: black;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    padding-left: 2px;
    color: rgb(245, 16, 16);
    padding-left: 5px;
}


/* 发送邮件-按钮 */

.button-32 {
    height: 50px;
    width: 150px;
    color: #fff;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    transition: all 150ms ease-in-out;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset, rgba(0, 0, 0, 0.9) 0 0 0 1px;
    border-radius: 10px;
    background-color: #111111;
    background-image: radial-gradient( 76% 151% at 52% -52%, rgba(255, 255, 255, 0.23) 0%, transparent 100%);
    cursor: pointer;
}


/* 响应式布局 */

@media screen and (max-width: 810px) {
    /* 发送邮件-发送盒子-间距 */
    .sendmailbox {
        margin-left: 0px;
    }
    /* 邮箱 */
    .mailbox {
        display: block;
    }
    /* 发送邮件-左图片 */
    .mail-pic-contact {
        display: none;
    }
}


/*---------------------------------------------------------------------- /
邮件发送-开始
----------------------------------------------------------------------- */


/*---------------------------------------------------------------------- /
地图块-联系方式-结束
----------------------------------------------------------------------- */