
 .title {
        text-align: center;
        font-size: 53px;
    }

    .title-line {
        border-width: 0px;
        width: 12px;
        height: 5px;
        background: inherit;
        background-color: rgba(42, 143, 253, 1);
        border: none;
        border-radius: 6px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline-block;
    }

    .ry-banner {
        height: 500px;
        line-height: 500px;
        overflow: hidden;
        position: relative;
    }

    .ry-banner .bj {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .xx-item {
        border-bottom: 1px solid #999;
        line-height: 20px;
        padding: 30px 0;
    }

    @media screen and (max-width: 500px) {
        .xwzx .img-box {
            text-align: center !important;
        }

        .xwzx .img-box img {
            width: 100% !important;
            height: auto !important;
        }
    }

    .h-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        min-height: 0;
        min-width: 0;
    }

    .h-flex > .h-flex-elastic {
        flex: 1;
    }

    #solution {
        position: relative;
    }

    #solution img {
        width: 100%;
        min-height: 300px;
        height: 100%;
    }

    .solution-box {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    #solution .solution-img{
        display: none;
    }

    .solution-item {
        max-width: 16.66%;
        background-color: rgba(0, 0, 0, .3);
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 20px 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        max-height: 200px;
        overflow: hidden;
    }

    .solution-item:hover,
    .solution-item.active {
        background-color: red;
    }

    .solution-item img {
        width: 40px !important;
        height: 40px;
        max-height: 40px !important;
        min-height: 40px !important;
        margin-bottom: 20px;
    }

    .roll-img-box {
        width: 100%;
        height: 300px;
        position: relative;
        left: 0;
        top: 50%;
        margin-top: -150px;
        line-height: 300px;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .roll-img {
        display: block;
        width: 14.28%;
        min-width: 14.28%;
        max-width: 14.28%;
        padding: 0 10px;
    }

    .roll-img > img {
        max-width: 100%;
    }
#fp-nav {
            position: fixed;
            right: 20px;
            width: 80px;
            top: 50%;
            margin-top: -103px;
            z-index: 111111;
            background: rgba(255, 255, 255, 0.7);
            text-align: center;
            padding: 0 10px;
        }

        #fp-nav li {
            cursor: pointer;
            border-bottom: 1px dashed;
            line-height: 40px;
            color: #999;
        }

        #fp-nav li:hover {
            color: #333;
        }

    @media screen and (max-width: 500px) {
        .header-logo .logo-url img {
            width: 200px;
        }
        .gp-code{
            display: none !important;
        }
    }

    .sub-menu-1 {
        position: absolute;
        display: none !important;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
        left: 138px;
        top: 0px;
        width: 276px !important;
    }

    .sub-menu-1 > li {
        width: 276px !important;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .sub-menu > .menu-item:hover .sub-menu-1 {
        /**display: block !important;**/
    }

    #header .container {
        width: 100% !important;
        padding: 0 240px 0 120px;
    }

     #fp-nav {
            position: fixed;
            right: 20px;
            width: 80px;
            top: 50%;
            margin-top: -103px;
            z-index: 111111;
            background: rgba(255, 255, 255, 0.7);
            text-align: center;
            padding: 0 10px;
        }

        #fp-nav li {
            cursor: pointer;
            border-bottom: 1px dashed;
            line-height: 40px;
            color: #999;
        }

        #fp-nav li:hover {
            color: #333;
        }
.last {
        margin-bottom: 80px;
    }

    .last img {
        max-width: 100%;

    }

    .last h2 {
        font-size: 28px;
        font-weight: bold;
    }

    .last h4 {
        font-size: 18px;
        margin-top: 16px;
    }
    #footer {
        margin-top: 30px;
        padding: 30px 0;
        border-top: none;
        background: rgba(0, 0, 0, 0);
    }

    #footer p {
        border-bottom: 1px solid #888;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    #footer .con span {
        font-weight: bold;
        font-size: 12px;
    }
    .last>.row>div{
        padding: 20px 0;
    }