.wrap {
    width: 1550px;
    max-width: 1550px;
    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;
}

/* ---- */
.frame-logo {
    padding: 10px 80px;
}

.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-bxle {
    display: flex;
    align-items: center;
}

.logo-bxle img {
    width: auto;
    height: 40px;
}






.logo-bxri {
    display: flex;
    align-items: center;

}

.search {
    cursor: pointer;
    padding: 0 25px;
}

.search img {
    width: 25px;
    height: 25px;
}

.language {
    position: relative;
    padding: 18px 0;
}

.language>a {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.language>a>img {
    width: 25px;
    height: 25px;
}

.language>a>span {
    font-size: 16px;
    margin-left: 5px;
}


.chld-langu-dwn {
    width: 20vw;
    min-width: 270px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

.langu-dwn-ul {
    max-height: 80vh;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
}

.langu-dwn-li {
    width: 49%;
}

.langu-dwn-li>a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #666666;
}

.langu-dwn-li>a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.langulishw a {
    background-color: #ebebeb;
    color: #222222;
}

.langu-dwn-li>a:hover {
    background-color: #ebebeb;
    color: #222222;
}



.quote-btn {
    position: relative;
}

.quote-btn a {
    padding: 12px 35px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #07923a;
    font-size: 18px;
}





/* ---- */
.frame-title {
    width: 40%;
}

.frame-title>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frame-title>ul>li {
    position: relative;
}

.frame-title>ul>li>a {
    padding: 18px 0;
    font-size: 16px;
    color: #ffffff;
}

.frame-title>ul>li:hover>a {
    color: #07923a;
}

.title-itm > a{
    color: #07923a !important;
}

/*.frame-title>ul>li:hover::after{
    content: "";
    width:70px;
    height: 4px;
    background-color: #005dc2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.language: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: 13vw;
    min-width: 270px;
    position: absolute;
    top: 56px;
    left: -30px;
    z-index: 99;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

.down-list {
    display: flex;
    flex-direction: column;
}

.down-list>a {
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
}

.down-list>a:hover {
    background-color: #f5f5f5;
    color: #07923a;
}

.ahovshw {
    color: #07923a !important;
}

.downshw {
    display: none;
}

.dwnwida{
    width: 20vw;
    padding: 0;
    overflow: hidden;
}
.child-dwnbox{
    width: 100%;
    display: flex;
    max-height: 35vh;
}
.child-dwnble{
    width: 50%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.child-dwnble > a{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #222222;
}

.child-dwnbri{
    width: 50%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f5f5f5;
    padding: 10px;
}
.child-dwnbri > a{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
}








/* ---main--分页------ */
.paging-box {
    display: flex;
    justify-content: center;
}

.banner-img{
    width: 100%;
    position: relative;
}
.banner-img > img{
    width: 100%;
    height: auto;
}
.banner-box{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 140px;
}
.banner-cnt{
    width: 50%;
}
.banner-cnt h2{
    font-size: 60px;
    color: #ffffff;
}
.banner-cnt p{
    font-size: 24px;
    color: #ffffff;
    margin-top: 25px;
    line-height: 36px;
}






/* --footer-- */

.footer-btm {
    background-color: #27372d;
}

.footer-bmlogo {
    border-bottom: 1px solid #3d4b42;
    padding: 35px 0;
}

.fotebm-logocnt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fotebm-logoct-share{
    display: flex;
    align-items: center;
}
.fotebm-logoct-share > a{
    width: 45px;
    height: 45px;
    margin-left: 20px;
}
.fotebm-logoct-share > a img{
    width: 100%;
    height: 100%;
}



.footer-bmcnt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.footer-bmctul{
    display: flex;
    align-items: center;
}
.footer-bmctul > li{
    margin-right: 40px;
}
.footer-bmctul > li a{
    font-size: 16px;
    color: #ffffff;
}

.footer-bmct-site{
    display: flex;
    align-items: center;
}
.footer-bmct-site > a{
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-size: 16px;
    color: #ffffff;
}
.footer-bmct-site > a img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}




.footer-bm-filing{
    background-color: #08913a;
    padding: 15px 0;
}

.footer-filing{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filing-le{
    display: flex;
    align-items: center;
}
.filing-le img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.filing-le p{
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}


.filing-btn{
    width: 60px;
    height: 60px;
    background-color: #219c4e;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.filing-btn i{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}



