.wrap {
    width: 1360px;
    max-width: 1360px;
    margin:0 auto;
}

.pcnav , .pcfoot{
    display: block;
}
.appnav , .appfoot{
    display: none;
}

.head-no{
    height: 95px;
}

.imgshow{
    display: block;
}
.imghead{
    display: none;
}

/* --header-- */
.frame-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
}

/* ---- */
.frame-logo {
    padding: 20px 30px;
    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: 55px;
}

.logo-bxri {
    display: flex;
    align-items: center;
}

.power-btn{
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #03469d;
}
.power-btn a{
    display: flex;
    align-items: center;
    gap: 8px;
}
.power-btn a img{
    width: 20px;
    height: 20px;
}
.power-btn a span{
    color: #03469d;
    font-size: 16px;
}


.language {
    margin-left: 20px;
}
.language a{
    display: flex;
    align-items: center;
    /* background-color: #ffffff; */
    background: linear-gradient(to left , #c20d0e , #20519e);
    padding: 10px 15px;
    border-radius: 50px;
}
.language a img{
    width: 20px;
    height: 20px;
}
.language a span{
    font-size: 16px;
    padding: 0 5px;
    color: #ffffff;
}


/* ---- */
.frame-title {
}

.frame-title>ul {
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 80px;
}

.frame-title>ul>li {
    padding: 16px 0;
    position: relative;
}

.frame-title>ul>li > a {
    font-size: 16px;
    font-weight: 550;
}
.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: 200px;
    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: 16px;
    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%;
    left: 0;
    transform: translateY(-50%);
}

.bann-chld-tit{
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
}
.bann-chld-img{
    width: 80px;
    margin-top: 5px;
}
.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%;
    background-size: 100% 100%;
}

.frame-bmbox {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.frame-bmbx-cnt {
    width: 100%;
}
.frame-bmbx-ctop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.frame-bmbx-ctop .logo-bxle img{
    height: 70px;
}

.search-box{
    width: 25%;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
}
.search-box input{
    padding: 5px 10px;
    font-size: 18px;
    flex: 1;
    background-color: transparent;
    color: #ffffff;
}
.search-box a{
    padding: 5px 10px;
    border-left: 2px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
}
.search-box a img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}


.frame-bmbx-cul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
}

.frame-cul-left{
    width: 25%;
}
.frame-cul-left > img{
    width: 100%;
    height: auto;
}

.cntri-margin{
    margin-top: 50px;
}
.frame-ctri-item{
    position: relative;
}
.frame-ctri-itbtn{
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frame-ctri-itbtn img{
    width: 20px;
    height: 20px;
}



.frame-cul-cont{

}
.frame-cul-ctbtn{
    margin-bottom: 40px;
}
.frame-cul-ctbtn a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    color: #ffffff;
}
.frame-cul-ctbtn a i{
    transform: rotate(180deg);
    opacity: .5;
}


.frame-cul-right{
    width: 25%;
}
.frame-cul-ritm{
    margin-bottom: 20px;
}
.frame-cul-ritm span{
    font-size: 16px;
    color: #ffffff;
    opacity: .3;
    margin-right:10px;
}
.frame-cul-ritm p{
    font-size: 24px;
    color: #ffffff;
    margin-top: 6px;
}
.dizhishw{
    opacity:.8 !important;
    font-weight:600;
}
.cul-ritm-sel span{
    cursor: pointer;
}
.dizhi-hide {
    display: none;
}
.dizhisw {
    display: block !important;
}
/* ---- */
.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: 16px;
}

.frame-cntri .language a{
    background: transparent;
    border: 2px solid #ffffff;
}

.foodlanguag a{
    background: transparent !important;
}
.foodlanguag a span{
    color: #ffffff !important;
}



