    /* 公共样式 */
    
    @font-face {
        font-family: Impact;
        src: url(../fonts/impact.ttf);
    }
    
    .wp {
        padding: 0 2%;
        width: 74%;
        margin: 0 auto;
        max-width: 1430px;
        min-width: 1200px;
    }
    
    .wp .titledemo {
        animation-name: fadeInUp;
        visibility: visible;
    }
    
    .wp .titledemo .title {
        font-size: 0.32rem;
        font-weight: bold;
        color: #222;
        text-align: center;
        padding: 0.1rem 0 0 0;
    }
    
    .wp .titledemo .subtitle {
        font-size: 0.16rem;
        color: #222;
        padding: 0 0 0.1rem 0;
        display: block;
        text-align: center;
    }
    
    .wp .rtitle {
        width: 360px;
        height: 84px;
        background: url(../images/titlebg.png) no-repeat center;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto;
    }
    
    .wp .rtitle p {
        font-size: 36px;
        color: #fff;
        font-weight: bold;
    }
    /* * {
        transition: all 0.6s;
    } */
    /* 分页样式 */
    
    .pagination {
        display: flex;
        justify-content: center;
    }
    
    .pagination li {
        width: 30px;
        height: 30px;
        margin: 10px 10px;
        border: 1px solid #ccc;
        text-align: center;
        line-height: 30px;
    }
    
    .pagination .disabled {
        opacity: 0.5;
    }
    
    .pagination .active {
        background: rgb(35, 70, 110);
        color: #fff;
    }
    /* PC-banner */
    
    .banner .banpic {
        max-width: 100%;
        min-height: 650px;
    }
    
    .banner {
        position: relative;
    }
    
    .banner .tbox {
        position: absolute;
        top: 20%;
        left: 15%;
    }
    
    .banner .tbox .name {
        font-size: 60px;
        color: #fff;
        font-weight: bold;
    }
    
    .banner .tbox .desc {
        font-size: 38px;
        color: #fff;
        margin: 30px 0;
        line-height: 1.2;
    }
    
    .banner .tbox .apply {}
    
    .banner .tbox a {
        width: 240px;
        height: 60px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-weight: bold;
        letter-spacing: 2px;
        border-radius: 5px;
    }
    
    .banner .tbox .apply {
        background: linear-gradient(to right, rgba(253, 51, 66, 1), rgba(200, 7, 12, 0.9));
        margin: 0 0 20px 0;
        font-size: 24px;
        color: #fff;
    }
    
    .banner .tbox .userapply {
        background: linear-gradient(to right, rgba(106, 106, 106, 1), rgba(71, 71, 71, 0.9));
        margin: 0 0 20px 0;
        font-size: 24px;
        color: #fff;
    }
    
    .banner .tbox .contbox {
        margin: 30px 0 0 0;
    }
    
    .banner .tbox .contbox p {
        font-size: 32px;
        color: #fff;
        line-height: 1.5;
        font-weight: bold;
    }
    
    .banner .tbox .qrcodelist {
        position: absolute;
        bottom: 14%;
        left: 100%;
        display: flex;
    }
    
    .banner .tbox .qrcodelist .imgbox {
        margin: 0 50px 0 0;
    }
    
    .banner .tbox .qrcodelist .imgbox img {}
    
    .banner .tbox .qrcodelist .imgbox p {
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
        text-align: center;
        margin: 5px 0;
    }
    
    .wapbanner {
        display: none;
    }
    /* 移动端导航 */
    
    .mobilenav {
        position: absolute;
        z-index: 10;
        width: 100%;
        background: #fff;
        height: 100vh;
        left: -100%;
        transition: all 0.4s;
    }
    
    .mobilenav ul li {
        text-align: center;
        border-bottom: 1px solid #efefef;
        position: relative;
    }
    
    .mobilenav ul li .adt {
        position: absolute;
        top: 3px;
        right: 24px;
        color: #000;
        z-index: 999;
        display: block;
        height: 10px;
        width: 10px;
        font-size: 20px;
    }
    
    .mobilenav ul li .navitem {
        font-size: 16px;
        padding: 8px 20px;
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    
    .mobilenav ul li .subnav ul li {
        border-bottom: 1px solid #efefef;
        padding: 10px 0 10px 0;
    }
    
    .mobilenav ul li .subnav .subitem {
        font-size: 14px;
        padding: 0;
        position: relative;
        border: 0;
        text-align: left;
    }
    
    .mobilenav ul li .subnav .subitem::before {
        content: '';
        background: #a1a1a1;
        width: 10px;
        height: 1px;
        position: absolute;
        left: -15px;
        top: 10px;
    }
    
    .subnav {
        height: 0px;
        overflow: hidden;
    }
    /* banner */
    
    .swiper .swiper-pagination-bullet-active {
        background: #c8070c;
    }
    
    .banner {
        line-height: 0.6
    }
    
    .banner .swiper-pagination-bullet {
        background: #fff;
    }
    
    .banner .swiper-pagination-bullet-active {
        background: #fff;
    }
    
    .crumb {
        height: 60px;
        background: #f4f4f4;
    }
    
    .crumb .wp {
        display: flex;
        justify-content: flex-start;
        height: 60px;
        align-items: center;
    }
    
    .crumb .wp .title {
        padding: 0 0 0 20px;
        position: relative;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        height: 60px;
        width: 7%;
        line-height: 60px;
    }
    
    .crumb .wp .title::before {
        content: '';
        width: 19px;
        height: 19px;
        background: url(../images/news-icon.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 19px;
        left: -2px;
    }
    
    .crumb .wp .gbox {
        width: 85%;
        height: 60px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    
    .crumb .wp .zx {
        margin: 0 0 0 25px;
        font-size: 14px;
    }
    
    .professional {
        padding: 70px 0 50px 0;
        position: relative;
    }
    
    .professional::after {
        content: '';
        width: 100%;
        height: 40%;
        background: #eeeeee;
        bottom: 0;
        left: 0;
        border-radius: 50px 50px 0 0;
        position: absolute;
        z-index: -1;
    }
    
    .professional .wp .titledemo {
        padding: 0 0 30px 50px;
    }
    
    .professional .wp .titledemo .title {
        font-size: 36px;
        font-weight: bold;
        color: #c8070c;
    }
    
    .professional .wp .titledemo .desc {
        font-size: 28px;
        color: #191919;
        text-align: center;
    }
    /* 底部 */
    
    .professional .about {
        display: flex;
        justify-content: flex-start;
        height: 550px;
        border-radius: 50px 0 0 0;
        overflow: hidden;
        box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
    }
    
    .professional .about .tbox {
        width: 42%;
        height: 505px;
        padding: 45px 4%;
        background: #fff;
    }
    
    .professional .about .tbox img {
        margin: 0 0 62px 0;
    }
    
    .professional .about .tbox .name {
        font-size: 28px;
        color: #000;
    }
    
    .professional .about .tbox .cont {
        font-size: 16px;
        text-align: justify;
        margin: 0 0 20px 0;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }
    
    .professional .about .tbox .more {
        width: 216px;
        height: 57px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #fff;
        background: #c8070c;
    }
    
    .professional .about .formbox {
        background: url(../images/formbg.jpg) no-repeat center;
        background-size: cover;
        width: 44%;
        padding: 0 3%;
    }
    
    .professional .about .formbox .title {
        padding: 80px 0 20px 0;
        text-align: center;
        font-size: 36px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    
    .professional .about .formbox form div {
        position: relative;
    }
    
    .professional .about .formbox form .input {
        width: 70%;
        margin: 0 0 10px 20%;
        height: 50px;
        border: 0;
        outline: 0;
        padding: 0 0 0 3%;
        font-size: 16px;
    }
    
    .professional .about .formbox form .company::before {
        content: '公司名称：';
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 10px;
        left: 24px
    }
    
    .professional .about .formbox form .selectbox::before {
        content: '展品范围:';
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 10px;
        left: -99px;
    }
    
    .professional .about .formbox form .selectbox::after {
        content: 'm²';
        font-size: 20px;
        color: #000;
        position: absolute;
        top: 10px;
        right: 13px;
    }
    
    .professional .about .formbox form .whos::before {
        content: '联系人：';
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 10px;
        left: 44px;
    }
    
    .professional .about .formbox form .phone::before {
        content: '手机号:';
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 10px;
        left: 44px;
    }
    
    .professional .about .formbox form .selectbox {
        width: 73%;
        height: 50px;
        display: flex;
        margin: 0 0 10px 20%;
        position: relative;
    }
    
    .professional .about .formbox form .selectbox .item {
        width: 33%;
        padding: 0 0 0 2%;
        font-size: 16px;
        outline: 0;
        border: 0;
        margin: 0 3px 0 0;
    }
    
    .professional .about .formbox form .submitt {
        width: 220px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        background: #c8070c;
        color: #fff;
        outline: none;
        border: 0;
        margin: 0 0 0 126px;
        text-align: center;
    }
    
    .procate {
        padding: 30px 0 50px 0;
        background: #eeeeee;
    }
    
    .procate .wp .piclist {
        display: flex;
        justify-content: flex-start;
        padding: 30px 0 0 0;
    }
    
    .procate .wp .piclist img {
        width: calc(100% / 3);
    }
    
    .index_news {
        padding: 80px 0 70px 0;
        background: url(../images/news/bg.jpg) no-repeat center;
        background-size: cover;
    }
    
    .index_news .wp .wrap {
        height: 640px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        background: #fff;
    }
    
    .index_news .wp .wrap .pbox {
        width: 46%;
        padding: 0 2%;
        background: #fafafa;
    }
    
    .index_news .wp .wrap .pbox .titlebox {
        padding: 60px 0 0 70px;
    }
    
    .index_news .wp .wrap .pbox .titlebox .title {
        font-size: 36px;
        color: #000;
        font-weight: bold;
    }
    
    .index_news .wp .wrap .pbox img {
        max-width: 100%;
        display: block;
        margin: 10px auto;
    }
    
    .index_news .wp .wrap .newsbox {
        width: calc(50% - 160px);
        padding: 0 80px;
    }
    
    .index_news .wp .wrap .newsbox .titlebox {
        padding: 60px 0 0 0;
        display: flex;
        justify-content: space-between;
    }
    
    .index_news .wp .wrap .newsbox .titlebox .title {
        font-size: 36px;
        color: #000;
        font-weight: bold;
    }
    
    .index_news .wp .wrap .newsbox .titlebox a {
        display: flex;
        justify-content: space-evenly;
        width: 120px;
        height: 40px;
        background: #c8070c;
        align-items: center;
        font-size: 16px;
        color: #fff;
    }
    
    .index_news .wp .wrap .newsbox .titlebox a img {
        width: 7%;
    }
    
    .index_news .wp .wrap .newsbox .swiper {
        margin: 40px 0 10px 0;
    }
    
    .index_news .wp .wrap .newsbox .swiper .title {
        position: absolute;
        bottom: 10%;
        left: 5%;
        font-size: 20px;
        color: #fff;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .index_news .wp .wrap .newsbox .newsitem {
        border-bottom: 1px solid #efefef;
        font-size: 16px;
        display: block;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        display: none;
    }
    
    .index_news .wp .wrap .newsbox .newsitem:nth-child(-n+7) {
        display: block;
    }
    
    .index_news .swiper .swiper-slide img {
        width: 578px;
        height: 186px;
        background-size: cover;
    }
    
    .review {
        padding: 70px 0 60px 0;
    }
    
    .review .swiper {
        margin: 30px 0 0 0;
    }
    
    .review .swiper .swiper-wrapper {
        padding: 0 0 50px 0;
    }
    
    .review .swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .brand {
        padding: 0 0 50px 0;
    }
    
    .brand .swiper {
        margin: 40px 0 0 0;
    }
    
    .brand .swiper .swiper-wrapper {
        padding: 0 0 50px 0;
    }
    
    .brand .swiper .swiper-slide {
        overflow: hidden;
        height: 86px;
    }
    
    .brand .swiper .swiper-slide .box {
        border: 1px solid #d5d5d5;
        width: calc(100% - 2px);
        height: 84px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .brand .swiper .swiper-slide img {
        max-width: 100%;
    }
    
    footer {
        background: #333333;
        padding: 50px 0 0 0;
    }
    
    footer .wp {
        animation-name: fadeInUp;
        visibility: visible;
    }
    
    footer .wp .wrap {
        display: flex;
        justify-content: space-between;
    }
    
    footer .wp .wrap .left {}
    
    footer .wp .wrap .left .btmlogo {
        margin: 0 0 30px 0;
    }
    
    footer .wp .wrap .left .daner {
        margin: 20px 0;
        display: flex;
    }
    
    footer .wp .wrap .left .daner span {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        margin: 0 5px 0 0;
    }
    
    footer .wp .wrap .left .daner div {}
    
    footer .wp .wrap .left .daner div p {
        font-size: 14px;
        color: #fff;
    }
    
    footer .wp .wrap .left .addressbox {
        display: flex;
    }
    
    footer .wp .wrap .left .addressbox .pbox {
        margin: 0 20px 0 0;
        width: 100px;
    }
    
    footer .wp .wrap .left .addressbox .pbox img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    footer .wp .wrap .left .addressbox .addres {}
    
    footer .wp .wrap .left .addressbox .addres p {
        font-size: 14px;
        color: #fff;
    }
    
    footer .wp .wrap .right {
        margin: 0 0 0 50px;
    }
    
    footer .wp .wrap .right .mainul {
        display: flex;
        justify-content: space-evenly;
    }
    
    footer .wp .wrap .right .mainul li {
        margin: 0 15px 20px 0;
    }
    
    footer .wp .wrap .right .mainul li a {
        font-size: 16px;
        color: #fff;
    }
    
    footer .wp .wrap .right .mainul li .secul {}
    
    footer .wp .wrap .right .mainul li .secul li {
        margin: 5px 0 5px 0;
    }
    
    footer .wp .wrap .right .mainul li .secul li a {
        font-size: 14px;
        color: #999;
    }
    
    footer .infobar {
        background: #222222;
        padding: 20px 0;
        text-align: center;
        margin: 30px 0 0 0;
    }
    
    footer .infobar p {
        font-size: 12px;
    }
    
    footer .infobar p a {
        font-size: 12px;
    }
    
    .tabbar {
        height: 1.45rem;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #111;
        z-index: 99;
    }
    
    .tabbar .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .tabbar .wrapper .tabitem {
        flex-grow: 1;
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 1.45rem;
        opacity: 0.8;
    }
    
    .tabbar .wrapper .active {
        opacity: 1;
        background: #2c6350;
    }
    
    .tabbar .wrapper .tabitem img {
        display: block;
        margin: 10px 0 10px 0;
    }
    
    .tabbar .wrapper .tabitem span {
        color: #fff;
        font-size: 0.2rem;
    }
    /* 媒介查询 */
    /* 大屏幕（老款笔记本1366） */
    
    @media (min-width:1921px) and (max-width:2560px) {
        .banner .banpic {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }
        .banner .tbox {
            left: 24%;
        }
    }
    
    @media (max-width:1650px) {
        .crumb .wp .zx {
            width: 25%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .wp {
            padding: 0 2%;
            width: 96%;
        }
    }
    
    @media (max-width:1440px) {
        footer .wp .wrap .right .mainul li {
            margin: 0 5px 20px 0;
        }
    }
    
    @media (max-width: 1366px) {
        .crumb .wp .zx {
            width: 25%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    
    @media (max-width: 1280px) {
        footer .wp .wrap .right {
            margin: 0 0 0 8px;
        }
        .wp {
            min-width: 1200px;
        }
    }
    
    @media (max-width: 1170px) {}
    
    @media (max-width: 1024px) {
        .crumb {
            display: none;
        }
        header .wp .menuicon {
            display: block;
        }
        header .wp .time .date_time {
            display: none
        }
        header .wp .time .phonebox {
            display: none;
        }
        header .wp .txt_cont .cont {
            display: none;
        }
        .wp {
            width: 96%;
            padding: 0 2%;
            min-width: auto;
        }
        nav {
            display: none;
        }
    }
    
    @media (max-width: 992px) {
        footer .wp .wrap .right {
            display: none;
        }
        .index_news .wp .wrap .newsbox {
            width: calc(100% - 20px);
            padding: 2% 10px 40px;
        }
        .index_news .wp .wrap {
            height: auto;
        }
        .index_news .wp .wrap .pbox {
            width: 96%;
        }
        .index_news .wp .wrap {
            flex-direction: column;
        }
        .professional .about .formbox form .submitt {
            width: 73%;
            margin: 0 0 0 20%;
        }
        .professional .about .formbox .title {
            padding: 20px 0 20px 0;
        }
        .professional .about .formbox {
            width: 94%;
            padding: 3% 3%;
        }
        .professional .about .tbox {
            width: 92%;
            padding: 45px 4%;
            background: #fff;
            height: auto;
        }
        .professional .about {
            flex-direction: column;
            height: auto;
        }
        header .wp .txt_cont .name {
            font-size: 22px;
        }
        header .wp .txt_cont .desc {
            display: none;
        }
        header .wp .txt_cont .name {
            font-size: 14px;
        }
        header {
            height: 65px;
        }
        .banner {
            display: none;
        }
        .wapbanner {
            display: block;
        }
        .wapbanner img {
            max-width: 100%;
        }
    }
    
    @media (max-width: 768px) {
        .professional .wp .titledemo .desc {
            font-size: 24px;
            color: #191919;
        }
        .procate .wp .piclist {
            padding: 20px 0 0 0;
            flex-direction: column;
        }
        .procate .wp .piclist img {
            width: 100%;
        }
    }
    
    @media (max-width: 640px) {
        .professional .about .formbox .title {
            font-size: 24px;
        }
        .index_news .wp .wrap .pbox .titlebox {
            padding: 30px 0;
            text-align: center;
        }
        .index_news .wp .wrap .pbox .titlebox .title {
            font-size: 26px;
        }
        .review {
            padding: 20px 0 0 0;
        }
        footer .wp .wrap .left .addressbox .pbox {
            display: none;
        }
        .brand {
            padding: 0 0 10px 0;
        }
        .brand .swiper .swiper-slide {
            height: 48px;
        }
        .brand .swiper .swiper-slide .box {
            height: 45px;
        }
        .index_news .wp .wrap .newsbox .newsitem .date {
            display: none;
        }
        .index_news .wp .wrap .newsbox .titlebox .title {
            font-size: 28px;
        }
        .wp .rtitle p {
            font-size: 22px;
        }
        .wp .rtitle {
            width: 240px;
            height: 60px;
        }
        .professional .about .tbox .name {
            font-size: 32px;
        }
        .professional .wp .titledemo {
            padding: 0 0 30px 0;
        }
        .professional .wp .titledemo .title {
            font-size: 32px;
        }
        .professional .wp .titledemo .desc {
            font-size: 22px;
        }
        .professional .about .formbox form .company::before {
            font-size: 16px;
            left: -2px;
        }
        .professional .about .formbox form .selectbox::before {
            font-size: 16px;
            left: -78px;
        }
        .professional .about .formbox form .whos::before {
            font-size: 16px;
            left: 9px;
        }
        .professional .about .formbox form .phone::before {
            font-size: 16px;
            left: 9px;
        }
    }
    
    @media (max-width: 414px) {
        .professional {
            padding: 20px 0 30px 0;
        }
    }
    
    @media (max-width: 393px) {}
    
    @media (max-width: 375px) {}