.wrap {
    width: 1500px;
    max-width: 1500px;
    margin: 0 auto;
}

.pcnav, .pcfoot {
    display: block;
}

.appnav, .appfoot {
    display: none;
}

.head-no {
    height: 90px;
}

/* --header-- */
.frame-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
}

/* ---- */
.frame-logo {
    padding: 20px 40px;
    border-bottom: 1px solid #e5e5e5;
}

.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-bxle {
    display: flex;
    align-items: center;
}

    .logo-bxle img {
        width: auto;
        height: 50px;
    }

.logo-bxri {
    display: flex;
    align-items: center;
}


.language {
    margin-left: 35px;
    position: relative;
}

    .language > a {
        display: flex;
        align-items: center;
        padding: 16px 0;
    }

        .language > a img {
            width: 20px;
            height: 20px;
        }

        .language > a span {
            font-size: 14px;
            padding: 0 5px;
            font-weight: 600;
        }

        .language > a i {
            color: #315fba;
        }

    .language:hover .lingo-child {
        display: block;
    }

.lingo-child {
    width: 150px;
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
}



/* ---- */
.frame-title {
}

    .frame-title > ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 55px;
    }

        .frame-title > ul > li {
            padding: 16px 0;
            position: relative;
        }

            .frame-title > ul > li > a {
                font-size: 14px;
                font-weight: 600;
            }

.title-itm > a {
    color: #315fba !important;
}

.frame-title > ul > li:hover > a {
    color: #315fba !important;
}

.frame-title > ul > li:hover .head-child {
    display: block;
}

.head-child {
    width: 160px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.head-chld-box {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}

    .head-chld-box > a {
        width: 100%;
        font-size: 14px;
        color: #666666;
        padding: 15px 0;
        text-align: center;
    }

        .head-chld-box > a:hover {
            color: #315fba;
            background-color: #eaeff8;
        }

.chldshw {
    color: #315fba !important;
    background-color: #eaeff8 !important;
}

/* ---main--分页------ */

.paging-box {
    display: flex;
    justify-content: center;
}


/* banner */
.foresee-banner {
    width: 100%;
    position: relative;
}

    .foresee-banner > img {
        width: 100%;
        height: auto;
    }

.foresee-bann-child {
    width: 100%;
    position: absolute;
    /*    top: 50%;*/
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s;
}

.bann-chld-tit {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
}

.bann-chld-img {
    width: 80px;
    margin-top: 5px;
    display: none;
}

    .bann-chld-img img {
        width: 100%;
        height: auto;
    }

.bann-chld-txt {
    display: flex;
    color: #ffffff;
    font-size: 22px;
    margin-top: 20px;
    gap: 15px;
}

    .bann-chld-txt:last-child {
        margin-top: 6px;
    }

    .bann-chld-txt p {
        padding-right: 15px;
        border-right: 1px solid #83a3c2;
    }

        .bann-chld-txt p:last-child {
            border-right: 0px solid #83a3c2;
        }

/* --footer-- */
.boost-bj {
    background-image: url("../images/iconbj01.jpg");
    background-size: 100% 100%;
}


.frame-bmtop {
    width: 100%;
    min-height: 460px;
    background-size: 100% 100%;
}

.frame-bmbox {
    padding: 90px 0;
    display: flex;
    justify-content: space-between;
}

.frame-bmbx-cnt {
    width: 100%;
}

    .frame-bmbx-cnt > ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

        .frame-bmbx-cnt > ul li {
            width: 20%;
            display: flex;
            flex-direction: column;
        }

            .frame-bmbx-cnt > ul li h3 {
                font-size: 20px;
                color: #ffffff;
                padding-bottom: 10px;
            }

            .frame-bmbx-cnt > ul li > span {
                width: 60px;
                height: 2px;
                background-color: #315fba;
                display: inline-block;
                margin: 5px 0;
            }

            .frame-bmbx-cnt > ul li a {
                margin-top: 20px;
                font-size: 16px;
                color: #ffffff;
            }

            .frame-bmbx-cnt > ul li p {
                font-size: 16px;
                color: #ffffff;
                margin-top: 20px;
            }

            .frame-bmbx-cnt > ul li h4 {
                font-size: 14px;
                color: #ffffff;
                margin-top: 5px;
            }


/* ---- */
.frame-bmbtm {
    padding: 30px 0;
}

.frame-bmcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frame-cntle ul {
    display: flex;
    align-items: center;
}

    .frame-cntle ul li {
        margin-right: 10px;
    }

        .frame-cntle ul li img {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }

        .frame-cntle ul li a {
            color: #ffffff;
            font-size: 16px;
        }

.frame-cntri {
    display: flex;
    align-items: center;
    gap: 15px;
}

.frame-ctri-item {
    position: relative;
}

.frame-ctri-itbtn {
    width: 50px;
    height: 50px;
    border: 1px solid #5c6c8d;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .frame-ctri-itbtn img {
        width: 20px;
        height: 20px;
    }

.frame-ctri-item:hover .frame-ctri-itbtn {
    border: 1px solid #ffffff;
}

.frame-ctri-item:hover .itbtn-popup {
    display: block;
}

.itbtn-popup {
    width: 120px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

    .itbtn-popup img {
        width: 100%;
        height: auto;
    }
