.top-bar {
    background-color: #013d97;
    width: 100%;
}

.women {
    position: relative;
}

#women {
    height: 65px;
    line-height: 65px;
}

#cp {
    height: 65px;
    line-height: 65px;
}

.women-title {
    position: absolute;
    z-index: 99;
    background-color: #013d97;
    text-align: center;
    left: 0;
    width: 100%;
    top: 65px;
    display: none;
    line-height: 0;
}

.name:hover {
    color: skyblue;
}

.first-t {
    font-size: 18px;
}

.name {
    padding: 20px 0;
}

.yewu {
    margin: 50px 0 30px 0;
    font-size: 32px;
    color: #013d97;
    text-align: center;
    width: 100%;
}

.text {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
}

.bottom-box {
    background-color: #013d97;
    height: 300px;
}

.box {
    display: flex;
    justify-content: space-between;
}

.botton-bar {
    padding-top: 30px;
    color: #fff;
    text-align: center;
}

.title {
    font-size: 30px;
    padding-bottom: 20px;
}

.t {
    padding: 5px 0;
    font-size: 14px;
}

.bt {
    padding: 5px 0;
}

.floot {
    height: 60px;
    background-color: slategrey;
    line-height: 60px;
}

.floot-text {
    text-align: center;
    color: #fff;
}