
.p-layer-container {
    position: relative;
    height: 105px;
    margin-bottom: 25px;
}

.p-site {
    width: 30%;
    position: absolute;
    top: 10px;
    left: 2%;
}

.p-site img {
    width: 100%;
    height: auto;
}

.p-show-con {
    left: 35%;
}

.p-show-con {
    position: absolute;
    top: 20px;
}

.p-s-nav-list li {
    background-color: #1492ff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

.p-change-btn {
    position: absolute;
    left: 70%;
    top: 40px;
}

.p-change-btn a {
    color: #0d66b3;
}

.p-nav-con {
    position: absolute;
    top: 80px;
}

.p-nav-con {
    width: 100%;
    overflow-x: scroll;
    background-color: #1492ff;
}

.p-nav-list {
    width: 330vw;
}

.p-nav-list li {
    float: left;
    padding: 10px 20px;
    color: #fff;
}

.p-nav-list li a {
    color: #fff;
    font-size: 20px;
}

.p-search-c {
    position: fixed;
    right: 0px;
    width: 70px;
}

.p-s-show {
    position: relative;
    background-color: #0d66b3;
    height: 40px;
    opacity: 0.8;
}
.p-s-show dt {
    position: absolute;
}
.p-s-show dt:nth-child(1) {
    top: 10px;
    left: 10px;
}
.p-s-show dt:nth-child(2) {
    right: 16px;
    top: 5px;
    width: 7.6vw;
    height: 7.6vw;
}
.p-s-show dt img {
    width: 100%;
    height: auto;
}

/* 底部 */
.p_footer {
    width: 100%;
    background-color: #1492ff;
    margin-top: 20px;
}

.p-wz{
    padding: 0px 0px 30px;
}

.p-wz span {
    display: inline-block;
    margin-left: 30px;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
}

.p-wz span a {
    color: #fff;
}
