

.wrapfoot {
    width: 1630px;
    max-width: 1630px;
    margin: auto;
}
.wrap-chid{
    max-width: 900px;
    margin: auto;
}
.pcnav , .pcfoot{
    display: block;
}
.appnav , .appfoot{
    display: none;
}

.hideimg{
    display: block;
}
.showimg{
    display: none;
}

/* --header-- */
.frame-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background: linear-gradient(to top , rgba(0,0,0,0), rgba(0,0,0,.3));
}

/* ---- */
.frame-logo {
    padding: 10px 50px;
}

.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-bxle {
    display: flex;
    align-items: center;
}

.logo-bxle img {
    width: 150px;
    height: auto;
}

.logo-bxri {
    width: 60%;
    display: flex;
    align-items: center;
    
}





/* ---- */
.frame-title {
   flex: 1;
}

.frame-title>ul {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 0 40px;
}

.frame-title>ul>li {
    position: relative;
}

.frame-title>ul>li > a {
    padding: 18px 0;
    font-size: 18px;
    color: #ffffff;
}

.frame-title>ul>li span{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
}

.logo-bxri img {
    width:40px;
}
.downshw {
    display: none;
}

.frame-title>ul>li:hover > a{
    color: #e56f04 !important;
}

.title-itm{
    color: #e56f04 !important;
}

/* .frame-title>ul>li:hover::after{
    content: "";
    width:70px;
    height: 4px;
    background-color: #005dc2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title-itm::after {
    content: "";
    width: 70px;
    height: 4px;
    background-color: #005dc2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.child-down{
    width: 170px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 10px;
}

.down-list{
    padding:5px 10px;
}
.down-list a{
    width: 100%;
    text-align: center;
    padding: 13px 0;
    font-size: 16px;
}
.down-list a:hover{
    color: #e56f04 !important;
}








.contact-btn > a{
    font-size: 16px;
    background-color: #e56f04;
    padding: 13px 25px;
    border-radius: 10px;
    color: #ffffff;
}







/* ---main--分页------ */
.paging-box{
    display: flex;
    justify-content: center;
}
.banner-img{
    width: 100%;
}
.banner-img img{
    width: 100%;
    height: auto;
}


/* --footer-- */
.boost-bj {
    background-image: url("../images/picbj01.png");
    background-size: 100% 100%;
    background-color: #222222;
}

.frame-bmtop {
    width: 100%;
    background-size: 100% 100%;
}

.frame-bmbox {
    padding: 50px 0 70px;
    display: flex;
    justify-content: space-between;
}

.frame-bmbx-le{
    width: 15%;
}
.frame-bmbx-logo{
    width: 200px;
}
.frame-bmbx-logo img{
    width: 100%;
    height: auto;
}

.frame-bmbx-ltxt{
    font-size: 16px;
    margin-top: 20px;
    color: #ffffff;
}
.frame-bmbx-ltxt p{
    opacity: .8;
}



.frame-bmbx-cnt {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.frame-bmbx-cnt>ul {
   display: flex;
   flex-direction: column;
   
}

.frame-bmbx-cnt>ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.frame-bmbx-cnt>ul li h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.frame-bmbx-cnt>ul li>span > img {
   width: 30px;
   height: 4px;
}

.frame-bmbx-cnt>ul li a {
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    opacity: .8;
}



.frame-bmbx-ri {
    width: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frame-bmbx-ri img {
    width: 140px;
    height: 140px;
}

.frame-bmbx-ri span {
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    opacity: .8;
}

/* ---- */
/* .frame-bmbtm {
   

} */

.frame-bmcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
}

.frame-cntle ul {
    display: flex;
    align-items: center;
}

.frame-cntle ul li {
    margin-right: 20px;
}

.frame-cntle ul li img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.frame-cntle ul li a {
    color: #ffffff;
    font-size: 16px;
    opacity: .8;
}
