#form_Intro {
    max-width: 1200px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgb(255 255 255 / 60%);
    margin: 0 auto !important
}

    #form_Intro .CName {
        padding: 40px;
        text-align: center;
        font-size: 22px;
        color: #386089
    }

    #form_Intro .Intro * {
        line-height: 32px;
        text-indent: 32px
    }

    #form_Intro .Intro p {
        margin-bottom: 12px
    }

    #form_Intro .Logo {
        display: block;
        height: 120px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 240px
    }

    #form_Intro .layui-col-xs4 {
        min-width: 360px
    }

#factory .layui-card-header {
    line-height: 32px !important;
    height: 32px !important;
    font-size: 14px
}

#factory * img {
    margin: 4px !important
}

#form_Intro .CompanySlogan {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 28px;
    color: #386089
}

#form_Intro .ServiceHotLine {
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
    font-size: 22px;
    color: #386089
}

#form_Intro .CompanyHomePage {
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
    font-size: 20px;
    color: #386089;
    cursor: pointer
}

    #form_Intro .CompanyHomePage:hover {
        color: #ff6a00
    }

.form_Video {
    max-width: 1200px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgb(255 255 255 / 60%);
    margin: 20px auto !important
}

    .form_Video .layui-card-body {
        text-align: center;
        box-sizing: border-box !important
    }

        .form_Video .layui-card-body video {
            max-width: 240px;
            padding: 10px;
            width: 100%;
            box-sizing: border-box
        }





.ContactUs_Gbook {
    display: block;
    margin: 4px;
}

    .ContactUs_Gbook > li {
        display: inline-block;
        margin: 4px;
        box-sizing: border-box;
        vertical-align: top;
        padding: 40px;
    }

        .ContactUs_Gbook > li > ul > li > ul > li {
            background: #fcfdfe;
            margin: 20px;
            display: block;
        }

    .ContactUs_Gbook textarea,
    .ContactUs_Gbook input {
        border: solid 1px #c4c4c4;
        margin: 4px;
        height: 24px;
        min-width: 400px;
        padding: 4px;
    }

    .ContactUs_Gbook textarea {
        min-height: 100px;
    }

    .ContactUs_Gbook > li .btn_gbook {
        display: inline-block;
        height: 300px;
        width: 300px;
        position: relative;
        background-image: url(/images/aboutus/contact.png);
        background-position: top center;
        background-repeat: no-repeat;
    }
