.wrap {
    width: 1280px;
    max-width: 1280px;
    margin: auto;
}


.pcword {
    display: block;
}

.appword {
    display: none;
}

.head-no {
    width: 100%;
    height: 161px;
}




.head-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

.headb-top {
    background-color: #f0f0f0;
}

.headb-tcnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headb-tctle {
    display: flex;
    align-items: center;
}


.head-phone {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

    .head-phone img {
        width: 20px;
        height: 20px;
    }

    .head-phone p {
        font-size: 16px;
        color: #002d72;
        margin-left: 5px;
    }

.head-languag {
    position: relative;
    padding: 10px 15px;
    /*background-color: #d6d6d6;*/
}

    .head-languag > a {
        display: flex;
        align-items: center;
    }

        .head-languag > a img.qiu {
            width: 20px;
            height: 20px;
        }

        .head-languag > a p {
            font-size: 14px;
            padding: 0 5px;
            color: #002d72;
        }

        .head-languag > a img.down {
            width: 10px;
            height: 10px;
            transition: all .5s;
        }

    .head-languag:hover > a img.down {
        transform: rotate(180deg);
    }

.languag-down {
    width: 123px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 91;
    padding: 5px;
    display: none;
}

.down-cnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.languag-down .down-cnt a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #002d72;
}

    .languag-down .down-cnt a:hover {
        background-color: #f9f9f9;
    }







.headb-cnt {
    background-color: #ffffff;
    padding: 10px 0;
}

.headb-ctbx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headb-ctble {
    display: flex;
    align-items: center;
}

    .headb-ctble > img {
        width: auto;
        height: 70px;
    }


.headb-ctbri {
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .headb-ctbri a {
        width: 40px;
        margin-left: 15px;
    }

        .headb-ctbri a img {
            width: 40px;
            height: 40px;
        }






.headb-btm {
    background-color: #002d72;
}

.headb-bmul {
    display: flex;
    align-items: center;
}

    .headb-bmul li {
        margin-right: 70px;
    }

        .headb-bmul li a {
            padding: 15px;
            font-size: 16px;
            color: #ffffff;
        }














/* 底部 footer  */
.foot-box {
    background-color: #002d72;
}

.footb-cnt {
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.footb-ctle {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

    .footb-ctle ul {
        max-width: 33%;
    }

        .footb-ctle ul li h3 {
            font-size: 18px;
            margin-bottom: 20px;
            color: #ffffff;
            font-weight: 600;
        }

        .footb-ctle ul li a {
            font-size: 16px;
            color: #ffffff;
            margin-bottom: 15px;
        }


.footb-ctri {
    display: flex;
    justify-content: space-between;
}



.footb-ctr-img {
    width: 130px;
    height: 130px;
}

    .footb-ctr-img img {
        width: 100%;
        height: 100%;
    }




.footb-btm {
    padding: 25px 0;
    background-color: #00245b;
}

.footb-bmdisp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footb-bmdisp p {
        font-size: 14px;
        color: #ffffff;
    }

        .footb-bmdisp p img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

        .footb-bmdisp p span {
            font-weight: 600;
            margin-left: 15px;
        }
