.wrap {
    width: 1200px;
    max-width: 1200px;
    margin: auto;
}
.wrap-chid{
    max-width: 900px;
    margin: auto;
}
.pcnav , .pcfoot{
    display: block;
}
.appnav , .appfoot{
    display: none;
}


/* --header-- */
.frame-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
}

/* ---- */
.frame-logo {
    padding: 10px 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: 80px;*/
    height: auto;
}

.logo-bxri {
    display: flex;
    align-items: center;
    position: relative;
}
.search{
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.searc-inp{
    width: 200px;
    background-color: #e5e5e5;
    border-radius: 50px;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 90%;
    z-index: 99;
}
.search img{
    width: 20px;
    height: 20px;
}
.search input{
    width: 90%;
    font-size: 14px;
    background-color: #e5e5e5;
    margin-left: 5px;
    display: none;
    transition: all .3s;
}
.removesea{
    display: none;
}
.language {
    margin-left: 35px;
}
.language a{
    display: flex;
    align-items: center;
}
.language a img{
    width: 20px;
    height: 20px;
}
.language a span{
    font-size: 16px;
    margin-left: 10px;
}

/* ---- */
.frame-title {
    width: 950px;
}

.frame-title>ul {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.frame-title>ul>li {
    padding: 18px 0;
    position: relative;
}

.frame-title>ul>li a {
    font-size: 16px;

}
.title-itm > a{
    color: #e1000f !important;
}
/* .title-itm::after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #e1000f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */

/* ---- */
.childis {
    display: none;
}

.frame-child {
    width: 165px;
    background-color: #ffffff;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

/* .child-fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
} */

.strategy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.strategy li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.strategy li a {
    width: 90%;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.strategy > li a:hover {
    color: #e1000f;
}

.strategy li img {
    width: 260px;
    height: 150px;
}

.strategy li span {
    font-size: 14px;
    margin-top: 10px;
}


/* ---main--分页------ */
.paging-box{
    display: flex;
    justify-content: center;
}

/* --footer-- */
.boost-bj {
    background-image: url("../images/picbj01.png");
    background-size: 100% 100%;
}

.foot-tc-tp {
    height: 265px;
}

.frame-bmtop {
    width: 100%;
    min-height: 460px;
    background-size: 100% 100%;
}

.frame-bmbox {
    padding: 80px 0 75px;
    display: flex;
    justify-content: space-between;
}

.frame-bmbx-cnt {
    width: 83%;
}

.frame-bmbx-cnt>ul {
    display: flex;
    justify-content: space-between;
}

.frame-bmbx-cnt>ul li {
    display: flex;
    flex-direction: column;
}

.frame-bmbx-cnt>ul li h3 {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;

}

/* .frame-bmbx-cnt>ul li>span {
    width: 40px;
    height: 3px;
    background-color: #e1000f;
    display: inline-block;
    margin: 10px 0;
} */

.frame-bmbx-cnt>ul li a {
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
}



.frame-bmbx-ri {
    width: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frame-bmbx-ri img {
    width: 120px;
    height: 120px;
}

.frame-bmbx-ri span {
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}

/* ---- */
.frame-bmbtm {
    padding: 35px 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: 30px;
}

.frame-cntle ul li img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.frame-cntle ul li a {
    color: #ffffff;
    font-size: 12px;
}

.frame-cntri {
    display: flex;
    align-items: center;
}
.frame-cntri img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.frame-cntri a {
    color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
}