.width1100 {
    width: 1100px;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.qjlogo {
    width: 85px;
    background: url(../images/p5w_logo2.png) no-repeat left center;
    height: 60px;
    display: inline-block;
}

.qdmap {
    height: 32px;
    border-radius: 16px;
    display: inline-block;
    padding: 0 20px 0 40px;
    line-height: 32px;
    border: 1px solid #ccc;
    margin-left: 20px;
    margin-top: 14px;
    background: url(../images/map_icon2.png) no-repeat 15px center;
    color: #fff
}

.topnav {
    width: 806px;
    text-align: right;
}

.topnav a {
    display: inline-block;
    margin: 0 13px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.mainNavFix .topnav a {
    color: #333;
}

.mainNavFix .qjlogo {
    background: url(../images/p5w_logo.png) no-repeat left center;
}

.mainNavFix .qdmap {
    background: url(../images/map_icon.png) no-repeat 15px center;
    color: #333;
}

.toplogobox {
    width: 270px;
    text-align: top;
    display: inline-block;
}

.toplogobox span {
    float: left;
}

.mainNavFix {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0px 0;
    top: 0;
    z-index: 9999999;
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px 0px;
}

.bannerbox {
    height: 630px;
    background: #173892;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bannerbox ul li {
    height: 630px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bannerbox ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bannerbox .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 200px;
    left: 0;
    width: 100%;
}

.bannerbox .swiper-pagination-bullet {
    background-color: #fff;
}

.bannerbox .swiper-button-next,
.bannerbox .swiper-button-prev {
    color: #fff;
}

.ten_banner_shadow {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.ten_banner_text {
    position: absolute;
    z-index: 9;
    top: 0px;
    padding-bottom: 120px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.ten_banner_text h2 {
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 40px;
}

.ten_banner_text h2 a {
    color: #fff;
}

.topnews {
    margin-top: -150px;
    position: relative;
    z-index: 3;
}

.topnews .h2title {
    color: #fff;
}

.topnews .h2title i {
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.h2title {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.newscontent {
    height: 309px;
}

.newscontent .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.newscontent .img-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.topnews_l {
    width: 549px;
    height: 309px;
    background: #000;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.topnews_r {
    width: 532px;
    height: 309px;
    overflow: hidden;
}

.topnews_r ul li {
    float: left;
    width: 255px;
    height: 144px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-right: 21px;
    margin-bottom: 21px;
    position: relative;
}

.topnews_r ul li img {
    width: 100%;
    height: auto;
}

.topnews_r ul li:nth-child(2n) {
    margin-right: 0;
}

.topnews_r ul li:nth-child(3) {
    margin-bottom: 0;
}

.topnews_r ul li:nth-child(4) {
    margin-bottom: 0;
}

.black-pop {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

.ten_banner_text {
    position: absolute;
    top: 0px;
    padding-bottom: 120px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topnews_r ul li .black-pop {
    height: 144px;
}

.txtbox {
    position: absolute;
    padding: 0px 10px 12px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
    box-sizing: border-box;
}

.txttitle {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    overflow: hidden;
    overflow: hidden;
}

.txtbox2 {
    position: absolute;
    box-sizing: border-box;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    font-size: 18px;
    padding: 14px 20px 16px 20px;
    line-height: 26px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
}

.lylist {
    background-color: #f8f8f8;
    margin-top: 80px;
    padding: 50px 0 80px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.lylist ul li {
    float: left;
    width: 376px;
    padding: 25px 20px;
    box-sizing: border-box;
    background-color: #f3f3f3;
    margin: 0 10px;
}

.lyimg {
    line-height: 0;
}

.lyimg img {
    width: 100%;
    height: auto;
    min-height: 189px;
}

.lyname {
    font-size: 18px;
    margin: 15px 0;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lyinfo span {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    color: #666;
}

.h2title2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.h2title2 i {
    display: inline-block;
    border-bottom: 2px solid #d61518;
    padding-bottom: 5px;
}

.gslogo {
    padding-bottom: 15px
}

.gslogo span {
    display: inline-block;
    background-color: #fff;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    line-height: 0;
}

.gslogo span img {
    width: 100%;
    height: auto;
}

.gslogo i {
    display: inline-block;
    float: left;
    margin-left: 15px;
    line-height: 26px;
}

.vbox {
    padding: 80px 0 80px 0;
    width: 100%;
    overflow: hidden;
}

.tabs {
    text-align: center;
    padding-bottom: 30px;
}

.tabs a {
    padding: 0 15px;
}

.tabs a.active {
    color: #d61518;
}

.vpaly {
    float: left;
    width: 727px;
    height: 409px;
    background: #000;
    overflow: hidden;
}

.vpaly img {
    width: 100%;
    height: auto;
}

.vlist {
    float: right;
    width: 355px;
}

.vlist ul li {
    height: 90px;
    position: relative;
    background-color: #f8f8f8;
    margin-bottom: 15px;
}

.vlist ul li span {
    display: block;
    height: 90px;
    overflow: hidden;
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333;
}

.vlist ul li span img {
    width: 100%;
    height: auto;
}

.vlist ul li h2 {
    padding: 15px 15px 0 175px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ztbox {
    padding: 0 0 80px 0
}

.ztbox ul li {
    float: left;
    width: 353px;
    margin-right: 20px;
}

.ztbox ul li:last-child {
    margin-right: 0;
}

.ztbox ul li span {
    display: block;
    line-height: 0;
}

.ztbox ul li span img {
    width: 100%;
    height: auto;
}

.ztbox ul li h2 {
    padding: 8px 0;
}

.newsbox {
    width: 540px;
    background-color: #f2f2f2;
    padding: 30px;
    box-sizing: border-box;
}

.newsbox ul li {
    padding: 8px 0;
    position: relative;
}

.newsbox ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    left: 0;
    top: 15px;
    border-radius: 4px;
    background: #ccc;
}

.newsbox ul {
    padding-top: 15px;
}

.newsbox ul li a {
    display: block;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsbox h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 25px;
}

.picnews span {
    width: 160px;
    height: 90px;
    display: inline-block;
    float: left;
    background-color: #fff;
    overflow: hidden;
}

.picnews span img {
    width: 100%;
    height: auto;
}

.picnews p {
    padding-left: 180px;
    line-height: 24px;
}

.picnews a {}

.lybox {
    width: 100%;
    overflow: hidden;
}

.lyting {
    padding: 0 0 40px 0;
    position: relative;
    margin-bottom: 50px;
}

.lyting ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 0 10px;
}

.lyting ul li {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    line-height: 0
}

.lyting ul li img {
    width: 100%;
    height: auto;
    line-height: 0;
}

.lyting ul li div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    width: 100%;
    text-align: center;
    color: #fff;
}

.lyting ul li div a {
    color: #fff;
}

.newslist {
    padding: 0 0 80px 0;
}

.newsc {
    width: 540px;
}

.newsc ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.newsc ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    left: 0;
    top: 24px;
    border-radius: 4px;
    background: #ccc;
}

.newsc ul li a {
    padding-left: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contactp {
    padding: 50px 0 50px 50px;
}

.contactbox {
    background-color: #f4f5f7;
    display: flex;
    justify-content: space-between;
}

.contactbox_left {
    width: 50%;
    background: url(https://www.p5w.net/about/images/contact-bg.jpg) top right;
    background-size: cover;
}

.contactbox_right {
    width: 50%;
}

.contactbox h2 {
    font-size: 24px;
    padding-bottom: 20px;
}

.contactbox p {
    line-height: 40px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footbox {
    height: 50px;
    line-height: 50px;
    background-color: #000;
    color: #999;
    text-align: center;
    font-size: 12px;
}

.footbox i {
    padding-right: 25px;
    display: inline-block;
}

#menuToggle {
    display: none;
}

.kflist {
    padding: 80px 0 50px 0;
    position: relative;
    overflow: hidden;
}

.mySwiper31 {
    height: 300px;
}

.mySwiper31 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ececec;
    box-sizing: border-box;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper31 .swiper-slide img {
    height: 100%;
    width: auto;
}

.kflist_m {
    display: none;
}

.jgnews {
    padding: 80px 0;
}

.sclist {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.sclist i {
    padding: 0 20px;
}

@media screen and (max-width: 11024px) and (min-width: 1920px) {
    .video-pc-bg {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1920px) and (min-width: 0px) {
    .video-pc-bg {
        width: auto;
        height: 100%;
    }
    .tabs a {
        padding: 0 2px;
    }
}

/*弹窗样式*/
.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 999;
}

.dialog__overlay {
    position: absolute;
    z-index: 1;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    width: 50%;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
}

.dialog__content img {
    width: 100%;
    height: auto;
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

/* Content */
.dialog h2 {
    margin: 0;
    font-weight: 400;
    font-size: 2em;
    padding: 0 0 2em;
    margin: 0;
}

.dialog__overlay {
    transition-duration: 0.4s;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
    -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .dialog__content {
        width: 90%;
        background: #fff;
        padding: 0px;
        text-align: center;
        position: relative;
        z-index: 5;
        opacity: 0;
        box-sizing: border-box;
    }

    .mySwiper32 {
        height: 500px;
    }

    .mySwiper32 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: 100px;
        overflow: hidden;
        border: 1px solid #ececec;
        box-sizing: border-box;
        /* Center slide text vertically */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mySwiper32 .swiper-slide img {
        height: 100%;
        width: auto;
    }

    .width1100 {
        width: 100%;
        margin: 0 auto;
    }

    .top {
        width: 100%;
        height: 50px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .qjlogo {
        width: 68px;
        background: url(../images/p5w_logo2.png) no-repeat left center;
        height: 30px;
        background-size: auto 30px;
        display: inline-block;
    }

    .qdmap {
        height: 28px;
        border-radius: 14px;
        display: inline-block;
        padding: 0 20px 0 30px;
        font-size: 12px;
        line-height: 28px;
        border: 1px solid #ccc;
        color: #fff;
        margin-left: 5px;
        margin-top: 0px;
        background: url(../images/map_icon2.png) no-repeat 15px center;
        background-size: auto 15px;
    }

    .topnav {
        width: 800px;
        text-align: right;
        display: none;
    }

    .topnav a {
        display: inline-block;
        margin: 0 15px;
        line-height: 60px;
        font-size: 14px;
    }

    .toplogobox {
        text-align: top;
        display: block;
        margin: 10px auto;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .toplogobox span {
        float: left;
    }

    .mainNavFix .topnav a {
        color: #333;
    }

    .mainNavFix .qjlogo {
        background: url(../images/p5w_logo.png) no-repeat left center;
        background-size: auto 30px;
    }

    .mainNavFix .qdmap {
        background: url(../images/map_icon.png) no-repeat 15px center;
        color: #333;
        background-size: auto 15px;
    }

    .jgnews {
        padding: 0px 0;
    }

    .bannerbox {
        height: 730px;
        background: #173892;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .bannerbox ul li {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .bannerbox ul li img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .bannerbox .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 200px;
        left: 0;
        width: 100%;
    }

    .bannerbox .swiper-button-prev,
    .bannerbox .swiper-button-next {
        display: none;
    }

    .ten_banner_shadow {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .ten_banner_text {
        position: absolute;
        z-index: 9;
        top: 0px;
        padding-bottom: 120px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
    }

    .ten_banner_text h2 {
        font-weight: normal;
        padding-bottom: 10px;
        font-size: 24px;
    }

    .ten_banner_text p {
        line-height: 24px;
    }

    .topnews {
        margin-top: -150px;
        position: relative;
        z-index: 3;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .topnews .h2title {
        color: #fff;
    }

    .topnews .h2title i {
        display: inline-block;
        border-bottom: 2px solid #fff;
        padding-bottom: 5px;
    }

    .h2title {
        font-size: 25px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .newscontent {
        /* height: 309px; */
        height: auto;
    }

    .topnews_l {
        width: 100%;
        /* height: 195px; */
        height: auto;
        background: #000;
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .topnews_r {
        width: 100%;
        height: 309px;
        height: auto;
        overflow: hidden;
        margin-top: 20px;
    }

    .topnews_r ul li {
        float: left;
        width: 48%;
        height: 144px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        margin-right: 4%;
        margin-bottom: 21px;
        position: relative;
    }

    .topnews_r ul li img {
        width: 100%;
        height: auto;
    }

    .topnews_r ul li:nth-child(2n) {
        margin-right: 0;
    }

    .topnews_r ul li:nth-child(3) {
        margin-bottom: 0;
    }

    .topnews_r ul li:nth-child(4) {
        margin-bottom: 0;
    }

    .black-pop {
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    }

    .ten_banner_text {
        position: absolute;
        top: 0px;
        padding-bottom: 120px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
    }

    .topnews_r ul li .black-pop {
        height: 144px;
    }

    .txtbox {
        position: absolute;
        padding: 0px 10px 12px;
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 14px;
        line-height: 1.43;
        color: #fff;
        text-shadow: 1px 1px 0 #000;
        cursor: pointer;
        box-sizing: border-box;
    }

    .txttitle {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow-wrap: break-word;
        overflow: hidden;
        overflow: hidden;
    }

    .txtbox2 {
        position: absolute;
        box-sizing: border-box;
        background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
        font-size: 18px;
        padding: 14px 20px 16px 20px;
        line-height: 26px;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        text-shadow: 1px 1px 0 #000;
        cursor: pointer;
    }

    .lylist {
        background-color: #fff;
        margin-top: 80px;
        padding: 50px 0px;
        margin-left: 20px;
        width: calc(100% - 20px);
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    .lylist ul li {
        float: left;
        width: 80%;
        height: auto;
        box-sizing: border-box;
        padding: 20px 10px;
        box-sizing: border-box;
        background-color: #f3f3f3;
        margin: 0 10px 0 0px;
        letter-spacing: 0 !important;
    }

    .lyimg {
        line-height: 0;
    }

    .lyimg img {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .lyname {
        font-size: 18px;
        margin: 15px 0;
        height: 48px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .lyinfo span {
        display: block;
        font-size: 14px;
        padding-bottom: 5px;
        color: #666;
    }

    .h2title2 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 40px;
        font-weight: 600;
    }

    .h2title2 i {
        display: inline-block;
        border-bottom: 2px solid #d61518;
        padding-bottom: 5px;
    }

    .gslogo {
        padding-bottom: 15px;
        display: none;
    }

    .gslogo span {
        display: inline-block;
        background-color: #fff;
        border-radius: 8px;
        width: 50px;
        height: 50px;
        float: left;
        overflow: hidden;
        line-height: 0;
    }

    .gslogo span img {
        width: 100%;
        height: auto;
    }

    .gslogo i {
        display: inline-block;
        float: left;
        margin-left: 15px;
        line-height: 26px;
    }

    .vbox {
        padding: 50px 0px 80px 0px;
    }

    .vpaly {
        float: left;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        height: 409px;
        height: auto;
        background: #fff;
        overflow: hidden;
        line-height: 0;
    }

    .vpaly img {
        width: 100%;
        height: auto;
    }

    .vlist {
        float: right;
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .vlist ul li {
        height: 56px;
        position: relative;
        background-color: #f8f8f8;
        margin-bottom: 15px;
    }

    .vlist ul li span {
        display: block;
        height: 56px;
        overflow: hidden;
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #333;
    }

    .vlist ul li span img {
        width: 100%;
        height: auto;
    }

    .vlist ul li h2 {
        padding: 5px 10px 0 115px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow-wrap: break-word;
        overflow: hidden;
    }

    .ztbox {
        padding: 0 20px 50px 20px;
    }

    .ztbox ul li {
        float: left;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .ztbox ul li:last-child {
        margin-right: 0;
    }

    .ztbox ul li span {
        display: block;
        line-height: 0;
    }

    .ztbox ul li span img {
        width: 100%;
        height: auto;
    }

    .ztbox ul li h2 {
        padding: 8px 0;
    }

    .newsbox {
        width: 100%;
        background-color: #fff;
        color: #333;
        padding: 40px 20px 40px 20px;
        box-sizing: border-box;
    }

    .newsbox ul li {
        padding: 8px 0;
        position: relative;
    }

    .newsbox ul li:before {
        position: absolute;
        display: block;
        content: "";
        width: 4px;
        height: 4px;
        left: 0;
        top: 15px;
        border-radius: 4px;
        background: #ccc;
    }

    .newsbox ul {
        padding-top: 15px;
    }

    .newsbox ul li a {
        display: block;
        padding-left: 15px;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .newsbox h3 {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        padding-bottom: 25px;
    }

    .picnews span {
        width: 160px;
        height: 90px;
        display: inline-block;
        float: left;
        background-color: #fff;
        overflow: hidden;
    }

    .picnews span img {
        width: 100%;
        height: auto;
    }

    .picnews p {
        padding-left: 180px;
        line-height: 24px;
    }

    .picnews a {
        color: #333;
    }

    .kflist {
        padding: 0px 20px 50px 20px;
        position: relative;
        overflow: hidden;
    }

    .mySwiper32 {
        height: 440px;
    }

    .mySwiper32 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: 80px;
        overflow: hidden;
        border: 1px solid #ececec;
        box-sizing: border-box;
        /* Center slide text vertically */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mySwiper32 .swiper-slide img {
        height: auto;
        width: 90%;
    }

    .kflist_pc {
        display: none;
    }

    .kflist_m {
        display: block;
    }

    .lybox {
        width: 100%;
        overflow: hidden;
    }

    .lyting {
        padding: 0 0 40px 0;
        position: relative;
        margin-bottom: 50px;
    }

    .lyting ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        padding: 0 20px;
    }

    .lyting ul li {
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        line-height: 0;
        margin-bottom: 10px;
    }

    .lyting ul li img {
        width: 100%;
        height: auto;
        line-height: 0;
    }

    .lyting ul li div {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    .newslist {
        padding: 0px 0 80px 0;
    }

    .newsc {
        width: 100%;
    }

    .newsc ul {
        padding: 0 20px;
    }

    .newsc ul li {
        padding: 15px 0;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .newsc ul li:before {
        position: absolute;
        display: block;
        content: "";
        width: 4px;
        height: 4px;
        left: 0;
        top: 24px;
        border-radius: 4px;
        background: #ccc;
    }

    .newsc ul li a {
        padding-left: 15px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow-wrap: break-word;
        overflow: hidden;
        white-space: normal;
    }

    .contactbox {
        background-color: #f4f5f7;
        display: flex;
    }

    .contactbox_left {
        width: 50%;
        background: url(https://www.p5w.net/about/images/contact-bg.jpg) top right;
        background-size: cover;
        display: none;
    }

    .contactbox_right {
        width: 100%;
        color: #333
    }

    .contactp {
        padding: 20px;
    }

    .contactbox p {
        line-height: 24px;
        color: #333;
        display: block;
        padding: 2px 0;
        font-size: 14px;
    }

    .contactbox p i {
        display: block;
        padding: 5px 0;
        font-size: 12px;
    }

    .contactbox p i:nth-child(1) {
        padding: 5px 0;
    }

    .contactbox p i:nth-child(2) {
        padding: 5px 0;
    }

    .footbox {
        height: 50px;
        height: auto;
        line-height: 24px;
        padding: 15px 0;
        background-color: #000;
        color: #999;
        text-align: center;
        font-size: 12px;
    }

    .footbox i {
        padding-right: 0px;
        display: block;
    }

    /*移动端菜单*/
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 16px;
        left: 20px;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 5px 0px;
        transform-origin: 5px 0px;
        transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease,
            -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease,
            -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .mainNavFix #menuToggle span {
        background: #fff;
    }

    #menuToggle span:first-child {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        -webkit-transform: rotate(45deg) translate(-3px, -1px);
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.2, 0.2);
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        -webkit-transform: rotate(-45deg) translate(0, -1px);
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: absolute;
        width: 100px;
        box-shadow: 0 0 10px #85888C;
        margin: -50px 0 0 -50px;
        padding: 50px 50px 50px 100px;
        padding-top: 100px;
        background-color: #F5F6FA;
        -webkit-font-smoothing: antialiased;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    #menu li {
        padding: 10px 0;
        transition-delay: 2s;
    }

    #menuToggle input:checked ~ ul {
        -webkit-transform: none;
        transform: none;
    }
}

.foot-bt {
    background-color: #000;
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 15px 0;
}

.foot-bt .p5w-business-license {
    font-size: 12px;
    text-align: center;
}

.foot-bt .p5w-business-license a,
.foot-bt .p5w-copy-right a {
    display: inline-block;
    color: #999;
    padding: 0 5px;
}

.foot-bt .p5w-copy-right img {
    width: auto;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.foot-bt .p5w-copy-right a span {
    vertical-align: middle;
}
