.wrap {
    width: 1200px;
    max-width: 1200px;
    margin: auto;
}
.wrap-chid{
    max-width: 900px;
    margin: auto;
}
.pcnav , .pcfoot{
    display: block;
}
.appnav , .appfoot{
    display: none;
}

.fill-null {
    height: 110px;
}

/* --header-- */
.frame-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

/* ---- */
.bost-box {
    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: 90px;
    height: 90px;
}
.logo-bltit{
    margin-left: 20px;
}
.logo-bltit > h1{
    font-size: 25px;
    font-weight: 600;
    color: #222222;
}
.logo-bltit >p{
    font-size: 14px;
    color: #666666;
}


/* ---- */
.frame-title {
    width: 775px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frame-title>ul {
    width: 600px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.frame-title>ul>li {
    padding: 10px 0;
    position: relative;
}

.frame-title>ul>li a {
    font-size: 20px;
    font-weight: 600;
}
.title-itm a{
    color: #0b3984 !important;
}
.title-itm::after {
    content: "";
    width: 40px !important;
    height: 3px;
    background:linear-gradient(to left , #06a7e2 , #0744af);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.frame-title>ul>li::after{
    content: "";
    width: 0px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}
.frame-title>ul>li:hover a{
    color: #0b3984 !important;
}
.frame-title>ul>li:hover::after{
    width: 40px;
    background:linear-gradient(to left , #06a7e2 , #0744af);
   
} 

.langue-btn{
    width: 90px;
    height: 45px;
    background:linear-gradient(to left , #06a7e2 , #0744af);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.langue-btn > img{
    width: 25px;
    height: 25px;
}
.langue-btn > text{
    color: #ffffff;
    font-size: 16px;
    margin-left: 5px;
}


/* ---main--分页------ */







/* --footer-- */

.frame-btm{
    background-color: #f3f3f3;

}
.foote-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.foote-lgri{
    display: flex;
    align-items: center;

}
.foote-lgri a{
    margin-left: 20px;
}
.foote-lgri a img{
    width: 50px;
    height: 50px;
}


.foote-lgnavi{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footlg-navle{
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footlg-navle a{
    font-size: 16px;
    color: #222222;
    border-bottom: 1px solid #222222;
}

.footlg-navri{
    display: flex;
    align-items: center;
}
.footlg-navri a{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.footlg-navri a img{
    width: 20px;
    height: 20px;
}
.footlg-navri a span{
    font-size: 16px;
    margin-left: 10px;
}


.foote-lgbtm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.foote-lgbtm p{
    font-size: 14px;
    color: #666666;
}