@charset "UTF-8";

/**
 *
 * @authors username (username@xxx.com)
 * @date    2019-03-29 12:04:11
 * @version $Id$
 */

#mobile {
    display: none;
}

#desktop {
    display: flex;
}

.contact-bg1 {
    padding-top: 60px;
    width: 100%;
    height: 300px;
    background: url(/static/images/contact-bg1.png) no-repeat 31%;
    background-size: cover;
}

.contact-box1 {
    width: 40%;
    margin: 0 auto;
    height: auto;
    color: white;
    line-height: 3rem;
    padding: 70px;
}

.clearfix {
    overflow: auto;
}

.contact-box1 p:nth-child(1) {
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.8rem;
}

.contact-box1 p:nth-child(2) {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.contact-box2 {
    height: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contact-box2 .feature .feature-icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.contact-box2 .feature {
    margin: 0 30px;
}

.contact-box2 .feature>p {
    padding: 10px 0;
    font-size: 19px;
    text-align: center;
    color: aliceblue;
}

.market_img {
    background: url(/static/images/market_img.png) no-repeat;
}

.excavate_img {
    background: url(/static/images/excavate_img.png) no-repeat;
}

.tactics_img {
    background: url(/static/images/tactics_img.png) no-repeat;
}

.position_img {
    background: url(/static/images/position_img.png) no-repeat;
}

.spread_img {
    background: url(/static/images/spread_img.png) no-repeat;
}

.niceservice {
    background: url(/static/images/niceservice.png) no-repeat;
}

.contact-bg3 {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    background: white;

}

.contact-bg3-box1 {

    width: 80%;
    height: 100%;
    max-width: 1043px;
    line-height: 30px;
    margin: 0 auto;
}

.contact-bg3-box1 .container {
    padding: 50px 0;
    text-align: center;
}

.contact-bg3-box1 .manager-wechat {
    width: 18%;
    height: auto;
}

.contact-bg3-box1 .container .contact-wechat {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.contact-bg3-box1 .container .contact-wechat img {
    width: 19%;
    height: 19%;
}

.contact-bg3-box1 .container .tel {
    font: normal bold 31px "Î¢ÈíÑÅºÚ";
    margin-bottom: 5rem;
}

.contact-bg4 {
    background: #f4f4f4;
    width: 100%;
    height: 100%;
}

.contact-bg4 .bg4-box-title {
    font: normal normal 15px/30px "Î¢ÈíÑÅºÚ";
    text-align: center;
    padding: 3% 0;
}

.contact-bg4 form {
    margin: 2% auto;
    width: 40%;
}

.contact-bg4 ul {
    display: flex;
    justify-content: space-between;
}

.contact-bg4 .input-text {
    border: 1px solid #aeaeae;
    border-radius: 6px;
    height: 63px;
    width: 100%;
    text-indent: 20px;
    margin: 1% 0;
}

.contact-bg4 .client-contact>input:nth-child(1) {
    margin-right: 2%;
}

.contact-bg4 textarea {
    border: 1px solid #aeaeae;
    text-indent: 20px;
    margin: 1% 0;
    border-radius: 6px;
    width: 100%;
    padding: 20px 0;
}

.contact-bg4 .client-contact {
    display: flex;
}

.contact-bg4 .submit {
    border: 1px solid transparent;
    /* border-radius: 50px; */
    width: 100%;
    height: 50px;
    background-color: yellow;
    color: black;
    font: normal bold 10px "Î¢ÈíÑÅºÚ";
}

.contact-bg4 .submit:hover {
    box-shadow:0 0 1em #BEBEBE;
}

.hide {
    display: none;
}


@media screen and (max-width:768px) {
    #desktop {
        display: none;
    }

    #mobile {
        display: none;
    }

    .contact-bg1 {
        height: 230px;
        background-size: cover;
        padding: 0;
        position: relative;
    }

    .contact-bg1 .contact-box1 {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .contact-bg1 .contact-bg1-container {
        margin-top: 0.5rem;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .contact-bg1 p:nth-child(1) {
        width: 100%;
        font: normal normal 1.3rem/27px "Î¢ÈíÑÅºÚ";
    }

    .contact-bg1 p:nth-child(2) {
        width: 100%;
        font: normal normal 0.9rem/24px "Î¢ÈíÑÅºÚ";
        margin-top: 10px;
        letter-spacing: 2px;
    }

    .contact-box2 {
        float: none;
        flex-direction: row;
        flex-wrap: wrap;
        background: #f6f6f6;
        height: 190px;
    }

    .contact-box2 .feature {
        flex: 1 1 29%;
        width: 25%;
        margin: 10px 0;
    }

    .contact-box2 .feature .feature-icon {
        width: 37px;
        height: 37px;
        background-size: cover;
    }

    .contact-box2 .feature>p {
        font: normal normal 16px/18px "Î¢ÈíÑÅºÚ";
        color: #000000;
    }

    /* ÁªÏµ·½Ê½start */

    .contact-bg3-box1 {
        width: 100%;
        margin: 20px auto 0 auto;
    }

    .contact-bg3-box1 .container {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .contact-bg3-box1 .container .bg3-box-title {
        display: none;
    }

    .contact-bg3-box1 .container .manager-wechat {
        width: 45%;
        height: auto;
    }

    .contact-bg3-box1 .container .tel {
        margin-bottom: 1rem;
        font: normal bold  30px/10px "Î¢ÈíÑÅºÚ";
        margin-bottom: 5px;
    }


    .contact-bg3-box1 .contact-wechat {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
        border-radius: 10px;
        background: #ffffff;
        transform: translateY(-15%);
    }

    .contact-bg3-box1 .container .contact-wechat img {
        width: 63%;
        height: 19%;
    }

    .contact-bg3-box1 .contact-wechat section p:nth-of-type(1) {
        font: normal bold 16px/30px 'Î¢ÈíÑÅºÚ';
        text-align: center;
        color: #1f1e1e;
        margin: 20px auto;
    }

    .contact-bg3-box1 .contact-wechat section .font > p:nth-of-type(1) {
        margin-bottom: 0;
    }

    .contact-bg3-box1 .contact-wechat section .text-left {
        font: normal normal 13px/25px 'Î¢ÈíÑÅºÚ';
        text-align: center;
        color: #1f1e1e;
        margin: 20px auto;
    }

    .contact-bg3-box1 .contact-wechat img {
        width: 70%;
        flex: 0 1 auto;
        margin: 20px auto;
    }
    
    .contact-bg3-box1 .contact-wechat section .font {
        font: normal normal 0.9rem/25px 'Î¢ÈíÑÅºÚ';
        margin-top: 81px;
    }

    /* ÁªÏµ·½Ê½end */

    /* ±íµ¥start */
    .contact-bg4 {
        background: #ffffff;
    }

    .contact-bg4 form {
        width: 90%;
    }

    .contact-bg4 form .bg4-box-title {
        padding: 48px 0;
        text-align: center;
    }

    .contact-bg4 form .bg4-box-title span:nth-of-type(1) {
        font: normal normal 26px/26px "Î¢ÈíÑÅºÚ";
        letter-spacing: 5px;
    }

    .contact-bg4 .input-text {
        border: none;
        border-bottom: 1px solid #dcdcdc;
        border-radius: 0;
        text-indent: 0;
    }

    .contact-bg4 .input-text option {
        font: normal normal 15px/30px "Î¢ÈíÑÅºÚ";
        color: #b8b8b8;
    }

    .contact-bg4 .client-contact {
        flex-direction: column;
    }

    .contact-bg4 textarea {
        border: none;
        border-radius: 0;
        width: 100%;
        border-bottom: 1px solid #dcdcdc;
        height: 20px;
        text-indent: 0;
        font: 400 13.3333px Arial;
    }

    .contact-bg4 .submit {
        border: none;
        border-radius: 6px;
        float: none;
        width: 100%;
        height: 46px;
        background-color: #f95859;
        color: #efefef;
        font: normal normal 17px/20px "Î¢ÈíÑÅºÚ";
        letter-spacing: 5px;
    }

    .e3-bg {
        padding: 0;
        height: 118px;
        display: block;
    }

    .e3-bg h2 {
        font: normal normal 1.3rem/28px "Î¢ÈíÑÅºÚ";
        margin-bottom: 10px;
    }

    .e3-bg .center-wrap {
        padding-top: 20px;
    }

    .e3-bg .contact-box {
        width: 172px;
        height: 25px;
        margin: 0 auto;
        border: 1px solid #ff0000;
        border-radius: 50px;
    }
    .e3-bg .contact-box span {
        float: left;
        margin-left: 7px;
        font: normal normal 0.9rem/25px "Î¢ÈíÑÅºÚ";
    }
    .contact-box a {
        float: right;
        margin-right: 1px;
        margin-top: 2px;
    }

    .e3-bg .contact-box img {
        height: 50%;
        width: 50%;
    }

    .hide {
        display: none;
    }

    .footer-bg {
        display: none;
    }
    /* ±íµ¥end */
}