        /* 

招商加盟

*/
        
        .headertext {
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 5px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-color: rgba(0, 133, 240, 0.53);
            padding: 2.125rem 1.25rem;
            width: 62%;
        }
        
        .headertext h1 {
            color: #fefefe;
            font-family: 'MicrosoftYaHei';
            font-weight: Bold;
            font-size: 4rem;
            text-align: center;
            margin-bottom: 1.5rem;
        }
        
        .headertext .p1 {
            margin-bottom: 0;
        }
        
        .headertext .p2 {
            background-color: #0091ff;
            margin: 0 auto;
            width: 42rem;
            padding: 0.5rem;
            margin-top: 2.25rem;
        }
        
        .headertext .p3 {
            margin-top: 2.25rem;
        }
        
        .headertext .p1,
        .headertext .p2,
        .headertext .p3 {
            color: #fefefe;
            font-family: 'MicrosoftYaHei [Regular]';
            font-size: 2.25rem;
            text-align: center;
        }
        
        .jiaru {
            padding: .3rem 4rem;
            background: linear-gradient(135deg, #0068dd, #00aeee);
            border: none;
            color: white;
            font-size: 30px;
            border-radius: .3rem;
        }
        
        .li_img_parent {
            text-align: center;
            margin-top: 20px;
            margin: auto;
            max-width: 100%;
            min-width: 60%;
            width: 1200px;
        }
        
        .li_img {
            display: inline-block;
            min-height: 321px;
            text-align: center;
            background-repeat: no-repeat;
            background-position: center;
            width: 48%;
            margin-bottom: 52px;
            margin-left: 22px;
        }
        
        .system_architecturetext {
            padding: 2rem;
            background: #f6f6f6;
            height: 12rem;
        }
        
        .system_architecturetext h3 {
            font-weight: bold;
            font-size: 1.5rem;
            border-bottom: 1px solid #ccc;
            padding-bottom: 1rem;
        }
        
        .system_architecturetext p {
            margin-top: 1.43rem;
            font-size: 1rem;
        }
        
        .system_architecture {
            padding-top: 3.125rem;
            margin-bottom: 2.25rem;
        }
        
        .system_architecture h3 {
            font-size: 2.625rem;
            color: #000;
            font-family: "MicrosoftYaHei";
        }
        
        .modules {
            padding-bottom: 4rem;
        }
        
        .function-img img {
            width: 100%;
        }
        
        .function_description .col-sm-12 {
            background-color: #fff;
            padding: 1.5625rem 0 1.5625rem 1rem;
            height: 9.375rem;
        }
        
        .function_description .col-sm-6 {
            max-width: 48%;
            padding: 0;
        }
        
        .function_description .col-sm-6:nth-child(3),
        .function_description .col-sm-6:nth-child(4) {
            margin-top: 2rem;
            box-sizing: border-box;
        }
        
        .function_description .col-sm-6:nth-child(2),
        .function_description .col-sm-6:nth-child(4) {
            margin-left: 4%;
        }
        
        .function-img {
            width: 5.25rem;
            height: 6.25rem;
            position: relative;
        }
        
        .function-img>div {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }
        
        .function_description img {
            width: 5.25rem;
        }
        
        .function-img,
        .function-text {
            float: left;
        }
        
        .function-text {
            width: 80%;
            padding-left: 1rem;
            position: relative;
            height: 100%;
        }
        
        .function-text>div {
            position: absolute;
            left: 1rem;
            top: 50%;
            transform: translate(0, -50%);
        }
        
        .function-text h4 {
            font-size: 1.125rem;
            color: black;
            font-weight: bold;
        }
        
        .function-text p {
            color: black;
            line-height: 1.5625rem;
            margin-top: 0.625rem;
            font-size: 1rem;
        }
        
        @media all and (max-width: 1920px) {
            body,
            html {
                font-size: 16px;
            }
            .pcmian {
                display: block;
            }
            .phonemian {
                display: none;
            }
        }
        
        @media all and (max-width: 1680px) {
            body,
            html {
                font-size: 14px;
            }
        }
        
        @media all and (max-width: 1600px) {
            body,
            html {
                font-size: 11px;
            }
        }
        
        @media all and (max-width: 1440px) {
            body,
            html {
                font-size: 11px;
            }
        }
        
        @media all and (max-width: 1366px) {
            body,
            html {
                font-size: 14px;
            }
        }
        
        @media all and (min-width: 502px) {
            .phonemian {
                display: none;
            }
        }
        
        @media all and (max-width: 501px) {
            body,
            html {
                font-size: 10px;
            }
            .pcmian {
                display: none;
            }
            .phonemian {
                display: block;
            }
            img {
                width: 100%;
            }
        }
        
        .phonemian h3.title {
            font-size: 1.5rem;
            margin-top: 3rem;
            margin-bottom: 2rem;
        }
        
        .trust div:not(:first-child) {
            margin-top: 2rem;
        }
        /* 导航 */
        
        .headerlbphone-logo {
            position: absolute;
            width: 30%;
            z-index: 1;
            top: 3.3rem;
            left: 3.5rem;
        }
        
        .headerlbphone-logo img {
            width: 100%;
        }