﻿/* @media only screen and (max-width: 1400px) {
    .wrap {
        max-width: 1200px;
    }

    .frame-bmbtm {
        padding: 30px 0;
    }
} */
.wrapmax {
    max-width: 1920px;
    min-width: 1100px;
    margin: auto;
}

.bjwid {
    min-width: 1000px;
}
/* 标题 */
.solut-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 20px;
    position: relative;
}

    .solut-tit::before {
        content: "";
        width: 35px;
        height: 100px;
        background: url("../images/pic37.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        top: 38%;
        transform: translateX(-50%);
    }

    .solut-tit > h1 {
        font-size: 30px;
        color: #000000;
    }

    .solut-tit > span {
        font-size: 16px;
        color: #999999;
    }

@media only screen and (max-width: 1240px) {
    .wrap {
        width: auto;
        max-width: 1000px;
        min-width: 1000px;
    }

    .logo-bxle img {
        width: 60px;
    }

    .logo-bxri img {
        width: 23px;
        height: 23px;
    }

    .frame-title > ul > li {
        padding: 15px 0;
    }

    .fill-null {
        height: 53px !important;
    }

    .strategy > li {
        width: 100%;
    }

    .frame-child {
        top: 50px;
    }

    /* ------------------ */
    .frame-title {
        width: 700px;
    }

    .frame-bmbox {
        padding: 70px 0 60px;
    }

    .frame-bmbx-ri {
        width: 15%;
    }

    .frame-bmtop {
        min-height: 410px;
    }

    .frame-bmbtm {
        padding: 25px 0;
    }
}

@media only screen and (max-width: 769px) {

    .page > a {
        font-size: 12px;
    }

    .wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100%;
    }

    .bjwid {
        min-width: 100%;
    }

    .pcnav,
    .pcfoot {
        display: none;
    }

    .appnav,
    .appfoot {
        display: block;
    }

    /* 标题 */
    .solut-tit {
        padding: .6rem 0 .2rem !important;
    }

        .solut-tit > h1 {
            font-size: 30px;
        }

        .solut-tit > span {
            font-size: .2rem;
        }

        .solut-tit::before {
            height: 80px !important;
            top: 22%;
        }

    /* -----header---- */
    .appnav {
        position: relative;
    }

    .fillnav {
        width: 100%;
        height: 50px;
    }

    .appnav-top {
        width: 100vw;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .appnav-tple {
        width: 20%;
    }

    .appnav-tpimg {
        /*width: 20%;*/
        width: 70px;
        margin: 0 .2rem;
    }

        .appnav-tpimg img {
            width: 100%;
            height: auto;
            max-height: 1rem;
        }

    /* ---按钮--- */
    .menu-button {
        width: 85px;
        height: 100%;
        padding: 20px 10px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #ffffff;
    }

        .menu-button .bar:nth-of-type(1) {
            margin-top: 0px;
        }

        .menu-button .bar:nth-of-type(3) {
            margin-bottom: 0px;
        }

    .bar {
        position: relative;
        display: block;
        width: 35px;
        height: 4px;
        margin:6px auto;
        background-color: #e1000f;
        border-radius: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }

    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    /* -----左侧列表----- */
    .appbjmont {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 91;
        background-color: rgba(0, 0, 0, .5);
        display: none;
    }

    .appnav-left {
        width: 60vw;
        height: 100vh;
        background-color: #ffffff;
        position: fixed;
        left: -60vw;
        top: 0;
        z-index: 95;
        transition: all .3s;
        overflow-y: auto;
    }

    .frame-titap > ul {
    }

    .frame-titap {
        border-bottom: 1px solid #e5e5e5;
    }

        .frame-titap > ul {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

            .frame-titap > ul > li {
                width: 100%;
                position: relative;
                text-align: center;
            }

                .frame-titap > ul > li a {
                    width: 100%;
                    font-size: 14px;
                    padding: 18px 0;
                    display: inline-block;
                    text-align: center;
                }

    .title-itm::after {
        bottom: 10px;
    }

    .lischild {
        width: 100%;
        background-color: #f5f5f5;
        border-top: 1px solid #e5e5e5;
        display: none;
        /* transition: all .5s; */
    }

        .lischild > a {
            width: 100%;
            padding: .15rem .3rem;
            border-bottom: 1px solid #e5e5e5;
            text-align: center;
        }

    .apptile {
        background-color: #f9f9f9 !important;
        color: #e1000f !important;
        font-weight: 600;
    }

    .logo-bxri {
        justify-content: center;
        padding: 0.3rem 0;
    }

    .language {
        margin-left: 0;
    }

        .language a span {
            font-size: .24rem;
            margin-left: .1rem;
        }

    /* -----footer---- */
    .foote-app {
        background-color: #333333;
    }

    .frame-cntle ul {
        flex-wrap: wrap;
        justify-content:center;
        padding: .1rem;
    }

        .frame-cntle ul li {
            margin: .05rem 0rem;
        }

    .ga {
        display: none;
    }

    .frame-bmbx-ri img {
        width: 80px;
        height: 80px;
    }
}
