html,
body {
    width: 100%;
    height: auto;
}

.wrap {
    max-width: 1440px;
    position: relative;
    left: 0;
    transform: translateX(0);
    margin: 0 auto;
    padding-top: 104px;
    background: #000;
}


.rczp {
    width: 100%;
    height: 820px;
    font-family: "微软雅黑";
    background: url('../img/rczpbg.png') 0 -80px no-repeat;
    background-size: cover;
    overflow: hidden;
}

.rczpinner {
    width: 1030px;
    margin: 90px auto 0;
    overflow: hidden;
}

.rczpinner .left {
    width: 700px;
}

.rczpinner .left .name {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.rczpinner .left li {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .9);
    text-align: justify;
}

.rczpinner .right {
    width: 277px;
}

.rczpinner .right .name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 36px;
}

.rczpinner .right ul li {
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 10px;
}

.rczpinner .right ul li:first-child {
    margin-bottom: 18px;
    line-height: 36px;
}

.rczpinner .right img {
    display: block;
    margin-top: 50px;
}

.qyjs {
    width: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.qyjs {
    width: 100%;
    font-family: "微软雅黑";
    overflow: hidden;
}

.qyjs1 {
    width: 100%;
    height: 707px;
    background: url('../img/qyjsimg1.png') 0 -80px no-repeat;
    background-size: cover;
    overflow: hidden;
}

.qyjs1inner {
    width: 1030px;
    margin: auto;
    padding-top: 100px;
    overflow: hidden;
}

.qyjs1inner .zimu {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #c0b473;
}

.qyjs1inner .hanzi {
    color: #c0b473;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.qyjs1inner .line {
    width: 73px;
    height: 4px;
    background: #fff;
    margin: 0 auto 40px;
}

.qyjs1inner p {
    font-size: 18px;
    line-height: 36px;
    color: rgba(255, 255, 255, .9);
}

.qyjs2 {
    width: 100%;
    height: 902px;
    background: url('../img/qyjs2bg.png') 0 0px no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.qyjs2inner {
    width: 1030px;
    margin: auto;
    padding-top: 50px;
    overflow: hidden;
}

.qyjs2inner .item {
    float: left;
    width: 499px;
    margin-bottom: 30px;
}

.qyjs2inner .item:first-child {
    margin-right: 32px;
}

.qyjs2inner .item:nth-child(3) {
    width: 100%;
}

.qyjs2inner .item a {
    display: block;
    width: 100%;
}

.qyjs2inner .item a img {
    display: block;
    width: 100%;
}

/* 点扩散 */
.point,
.point::before,
.point::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
}

.point::before {
    animation: scale 2s infinite;
}

.point::after {
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(6);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    100% {
        transform: scale(12);
        opacity: 0;
    }
}

.point,
.point::before,
.point::after {
    /* 设置颜色 */
    background-color: rgba(182, 36, 34, .9);
}

.qyjs3 {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
    position: relative;
}

.qyjs3ditu {
    width: 913px;
    height: 748px;
    margin: 0 auto;
    background: url('../img/qyjsditu.png') 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.ppry {
    width: 100%;
    font-family: "微软雅黑";
    overflow: hidden;
    position: relative;
}

.ppry .qyjs1inner p {
    font-size: 18px;
    line-height: 48px;
    color: rgba(255, 255, 255, .9);
}

.ppry .ppry2 {
    width: 100%;
    padding-top: 50px;
    background: url('../img/pprybg.png') 0 bottom no-repeat;
    background-size: 100%;
    position: relative;
}
.ppry .panel .list  .title{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #000;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ppry .panel {
    width: 1030px;
    margin: 0 auto;
}

.ppry .panel .name {
    width: 157px;
    height: 147px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.ppry .panel .list {
    width: 100%;
}

.ppry .panel .list a {
    display: block;
    width: 336px;
    height: 244px;
    overflow: hidden;
    float: left;
    margin-right: 11px;
    margin-bottom: 70px;
    position: relative;
}

.ppry .panel .list a:nth-child(3n) {
    margin-right: 0;
}

.ppry .panel .list a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}

.ppry .panel .list a img:hover {
    transform: scale(1.2);
}

.ppry .line1 {
    position: absolute;
    right: 90px;
    top: -40px;
}

.ppry .line2 {
    position: absolute;
    left: 90px;
    bottom: 440px;
}

/* 联系我们 */
.lxwm {
    width: 100%;
    height: 705px;
    font-family: 微软雅黑;
    background: url(../img/lxwmbg.png) 0px -80px / cover no-repeat;
    overflow: hidden;
}

.lxwm .map {
    width: 1029px;
    height: 425px;
    margin: 130px auto 60px;
}

.lxwm .map img {
    display: block;
    width: 100%;
    height: 100%;
}

.lxwm p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

.lxwm p:last-child {
    margin-bottom: 0;
}

.slideBox {
    width: 100%;
    position: relative;
}

.slideBox .bd img {
    display: block;
    width: 100%;
}

.slideBox .hd {
    width: 100%;
    position: absolute;
    bottom: 80px;
    z-index: 999;
}

.slideBox .hd ul {
    width: 100%;
    text-align: center;

}

.slideBox .hd ul li {
    width: 60px;
    height: 3px;
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}

.slideBox .hd ul li:first-child {
    margin-left: 0;
}

.slideBox .hd ul li.on {
    background: #c0b473;
}

.caseinner {
    width: 1030px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.caseinner .title {
    margin-bottom: 60px;
}

.caseinner .title span {
    width: auto;
    display: block;
    font-size: 47px;
    font-weight: bold;
    color: #c0b473;
    margin-bottom: 25px;
}

.caseinner .title em {
    font-style: normal;
    color: #c0b473;
    font-size: 24px;
}

.caseinner .title .line {
    width: 164px;
    height: 1px;
    display: block;
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
}

.caseinner .list li {
    width: 325px;
    height: 240px;
    margin-bottom: 27px;
    float: left;
    margin-right: 27px;
    overflow: hidden;
}

.caseinner .list li:nth-child(3n) {
    margin-right: 0;
}

.caseinner .list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.caseinner .list li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 50px;
    background: #fffafa;
}

.caseinner .list li a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}

.caseinner .list li:hover a img {
    transform: scale(1.2);
}

.page {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.page li{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin-right: 10px;
}
.page a {
    width: auto;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    background: #c0b473;
}

.page li:last-child {
    margin-right: 0;
}

/* 发展历程 */
.fzlc1 .qyjs1inner .title {
    margin-bottom: 80px;
}

.fzlclist {
    width: 1030px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.fzlcline {
    width: 24px;
    height: 325px;
    background: url('../img/fzlcxian.png') 0 0 no-repeat;
    background-size: 100% 100%;
}

.fzlclist .item {
    width: 100%;
    margin-bottom: 40px;

}

.fzlclist .item:last-child {
    margin-bottom: 0;
}

.fzlclist .itemimg {
    width: 500px;
    height: 325px;
    position: relative;
}

.fzlclist .itemimg img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.fzlclist .rig {
    width: 530px;
}

.fzlclist .rig .info {
    width: 506px;
    padding-left: 10px;
    padding-top: 30px;
}

.fzlclist .rig .info .name {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.fzlclist .rig .info strong {
    font-size: 40px;
    color: #c0b473;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    font-weight: normal;
}

.fzlclist .rig .info strong i {
    font-style: normal;
    font-size: 30px;
    color: #c0b473;
}

.fzlclist .rig .info .name span {
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
}

.fzlclist .rig .info p {
    font-family: "黑体";
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, .9);
}

/* 保护膜 */
.product {
    width: 100%;
    font-family: "微软雅黑";
}

.product .probanner img {
    display: block;
    width: 100%;
}

.mointro {
    width: 100%;
    height: 100px;
    background: #c0b473;
    margin-top: 150px;
    margin-bottom: 325px;
    position: relative;
}

.mointroinner {
    width: 1030px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.mointroinner .left {
    width: 520px;
    height: 440px;
    padding-left: 90px;
    padding-top: 65px;
    background: #1a3440;
    position: absolute;
    left: 0;
    top: -75px;
}

.mointroinner .left em {
    display: block;
    font-size: 20px;
    color: #c0b473;
    font-style: normal;
}

.mointroinner .left span {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #c0b473;
    letter-spacing: 8px;
    margin-bottom: 20px;
}

.mointroinner .left ul li {
    font-size: 20px;
    color: #c0b473;
    margin-bottom: 25px;
    padding-left: 117px;
    position: relative;
}

.mointroinner .left ul li i {
    font-size: 10px;
    position: relative;
    top: -6px;
    left: -3px;
    font-style: normal;
}

.mointroinner .left ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 108px;
    height: 2px;
    background: #c0b473;
    transform: translateY(-50%);
}

.mointroinner .rig {
    width: 455px;
    position: absolute;
    right: 0;
    top: -29px;
}

.mointroinner .rig p {
    font-size: 18px;
    margin-top: 50px;
    line-height: 30px;
    color: rgba(255, 255, 255, .9);
}

.product .prodSwiper {
    width: 1030px;
    margin: 0 auto 65px;
}

.product .prodSwiper>a {
    width: 31px;
    height: 46px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}

.product .prodSwiper>a img {
    display: block;
    width: 100%;
    height: 100%;
}

.prodlist {
    width: 1030px;
    margin: 0 auto;
}

.prodlist .item {
    width: 100%;
    margin-bottom: 100px;
}

.prodlist .item:last-child {
    margin-bottom: 0;
}

.prodlist .item .title {
    width: 100%;
    margin-bottom: 75px;
    position: relative;
}

.prodlist .item .title span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}

.prodlist .item .title span em {
    font-style: normal;
    font-weight: bold;
    color: #c0b473;
}

.prodlist .item .title span i {
    font-style: normal;
    color: #c0b473;
}

.prodlist .item .title .line {
    width: 150px;
    height: 1px;
    margin-bottom: 15px;
    background: #fff;
}

.prodlist .item .title p {
    font-size: 18px;
    color: #fff;
}

/* 汽车改装 */
.qcgz {
    width: 100%;
    font-family: "微软雅黑";
    overflow: hidden;
}

.qcgz .item {
    width: 100%;
    position: relative;
}

.qcgz .item img {
    display: block;
    width: 100%;
}

.qcgz .item .info {
    position: absolute;
    width: 1030px;
    z-index: 999;
    color: #fff;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
}

.qcgz .item .info span {
    font-size: 47px;
    color: #c0b473;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 25px;
}

.qcgz .item .info .line {
    width: 165px;
    height: 1px;
    background: #fff;
    margin-bottom: 25px;
}

.qcgz .item .info p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.qcgz .item .info h3 {
    font-size: 36px;
    color: #c0b473;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 保护膜 */
.bhm {
    width: 100%;
    font-family: "微软雅黑";
}

.bhmSwiper.slideBox .hd ul {
    text-align: right;
    padding-right: 120px;
}

.bhmSwiper.slideBox .hd ul li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #c0b473;
}

.bhmSwiper.slideBox .hd ul li.on {
    background: #fff;
}

.bhmimg {
    width: 100%;
    margin-bottom: 80px;
}

.bhmimg .item img {
    display: block;
    width: 100%;
}

/* 除菌剂 */
.cjj {
    width: 100%;
    font-family: "微软雅黑";
}

.cjj a img {
    display: block;
    width: 100%;
}

.cjjinner {
    width: 1030px;
    padding: 160px 0 90px;
    margin: 0 auto;
    position: relative;
}

.cjjinner .zdytitle {
    margin-bottom: 120px;
}

.cjjinner .zdytitle span em {
    color: #fff;
    font-weight: bold;
}

.zdytitle h3 {
    margin-bottom: 45px;
}

.cjjinner .zdytitle p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.cjjlist {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cjjlist .item {
    width: 450px;
    float: left;
    font-size: 0;
    margin-bottom: 85px;
}

.cjjlist .item:nth-child(2n) {
    float: right;
}

.cjjlist .item img {
    width: 82px;
    display: inline-block;
    vertical-align: top;
}

.cjjlist .item .info {
    width: 368px;
    padding-left: 18px;
    display: inline-block;
    vertical-align: top;
}

.cjjlist .item .info .line {
    width: 150px;
    height: 1px;
    background: #fff;
    margin-bottom: 10px;
}

.cjjlist .item .info span {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    color: #c0b473;
    margin-bottom: 10px;
}

.cjjlist .item .info p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    height: 60px;
}

.cjjinner .botimg {
    text-align: right;
}

.cjjinner .botimg img {
    display: inline-block;
    vertical-align: middle;
}

.mointro_sj {
    display: none;
}

@media (max-width: 992px) {
    .navbar {
        display: none;
    }

    .slideBox .hd {
        bottom: 18px;
        z-index: 999;
    }

    .slideBox .hd ul li {
        width: 16px;
        height: 3px;
        margin-left: 5px;
    }

    .caseinner {
        width: 100%;
    }

    .caseinner .title {
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .caseinner .title span {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .caseinner .title .line {
        width: 43px;
        margin-bottom: 8px;
        background: rgba(255, 255, 255, .9);
    }

    .caseinner .title em {
        font-size: 12px;
    }

    .caseinner .list {
        padding: 0 8px;
        overflow: hidden;
    }

    .caseinner .list li {
        float: left;
        width: calc(33.33% - 4px);
        margin: 0 2px 5px;
        height: 95px;
    }

    .caseinner .list li a p {
        height: 20px;
        line-height: 20px;
        padding: 0 3px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page {
        margin-top: 10px;
        overflow: hidden;
    }

    .page a {
        padding: 0 5px;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        margin-right: 3px;
    }

    .foot {
        width: 100%;
        padding: 20px 0;
    }

    .foottop {
        width: 100%;
        margin-bottom: 10px;
        padding: 20px 10px 0;
        display: flex;
        flex-direction: column;
    }

    .foottop .lef {
        width: 100%;
        margin-bottom: 20px;
    }

    .foottop .lef div {
        font-size: 12px;
    }

    .foottop .lef img {
        height: 40px;
    }

    .foottop .cen {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .foottop .rig {
        width: 100%;
        margin-left: 0;
    }

    .footbot .lef {
        width: 100%;
        padding: 0 10px;
    }

    .footbot .lef li {
        margin-bottom: 8px;
    }

    .footbot .lef li a:first-child {
        flex: 0 0 23% !important;
        font-size: 13px;
    }

    .footbot .lef li a {
        font-size: 12px;
        margin-right: 0;
        flex: 0 0 16% !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .footbot .lef li:last-child {
        margin-bottom: 8px;
    }

    .footbot .rig {
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
    }

    .footbot .rig .ewm {
        width: 46%;
    }

    .footbot .rig .ewm .ewmimg {
        width: 100%;
        height: auto;
    }

    .footbot .rig .ewm p {
        font-size: 12px;
    }

    /* 保护膜 */
    .slideBox .hd {
        bottom: 8px;
    }

    .bhmSwiper.slideBox .hd ul li {
        width: 5px;
        height: 5px;
    }

    .bhmSwiper.slideBox .hd ul {
        padding-right: 15px;
    }

    .bhmimg {
        margin-bottom: 25px;
    }

    .prodlist {
        width: 100%;
        padding: 0 10px;
    }

    .prodlist .item {
        margin-bottom: 25px;
    }

    .prodlist .item .title {
        margin-bottom: 10px;
    }

    .prodlist .item .title span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .cjjinner .zdytitle span em {
        font-size: 16px;
    }

    .prodlist .item .title .line {
        margin-bottom: 5px;
        width: 50px;
    }

    .prodlist .item .title p {
        font-size: 12px;
        line-height: 18px;
    }

    .prodlist .item img {
        width: 100%;
    }

    .cjjinner {
        width: 100%;
        padding: 0 10px;
        margin: 30px auto;
    }

    .zdytitle h3 {
        margin-bottom: 10px;
    }

    .cjjinner .zdytitle p {
        font-size: 12px;
        line-height: 18px;
    }

    .cjjinner .zdytitle {
        margin-bottom: 15px;
    }

    .cjjlist {
        width: 100%;
        line-height: 1;
        overflow: hidden;
        position: relative;
    }

    .cjjlist .item {
        width: 49%;
        float: left;
        font-size: 0;
        margin-bottom: 18px;
        display: flex;
        align-items: flex-start;
    }

    .cjjlist .item:nth-child(2n) {
        float: right;
    }

    .cjjlist .item img {
        width: 24px;
        display: inline-block;
        vertical-align: top;
    }

    .cjjlist .item .info {
        flex: 1;
        padding-left: 5px;
    }

    .cjjlist .item .info .line {
        width: 50px;
        margin-bottom: 5px;
    }

    .cjjlist .item .info span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cjjlist .item .info p {
        font-size: 12px;
        line-height: 18px;
        height: 45px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .cjjinner .botimg img {
        width: 50%;
    }

    /* 发展历程 */
    .qyjs1inner {
        width: 100%;
        padding-top: 20px;
    }

    .qyjs1inner .zimu {
        font-size: 14px;
    }

    .qyjs1inner .hanzi {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .qyjs1inner .line {
        width: 25px;
        height: 1px;
    }

    .fzlclist {
        width: 100%;
    }

    .fzlcline {
        width: 12px;
        height: 162px;
    }

    .fzlclist .item {
        display: flex;
        flex-direction: column;
    }

    .fzlclist .itemimg {
        flex: 1;
        width: auto;
        height: auto;
    }

    .fzlclist .rig {
        flex: 1;
        width: auto;
        display: flex;
    }

    .fzlclist .rig .info {
        flex: 1;
        width: auto;
        padding-left: 8px;
        padding-top: 15px;
    }

    .fzlclist .rig .info strong {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .fzlclist .rig .info strong i {
        font-size: 12px;
    }

    .fzlclist .rig .info .name span {
        font-size: 12px;
    }

    .fzlclist .rig .info p {
        font-size: 12px;
        line-height: 18px;
    }

    .fzlclist .rig .info .name {
        margin-bottom: 10px;
    }

    .fzlclist .itemimg img {
        position: relative;
        width: 70%;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        transform: translate(0, 0);
        left: 0;
        margin: 0 auto;
        display: block;
    }

    .fzlc1 .qyjs1inner .title {
        margin-bottom: 50px;
    }

    /* 联系我们 */
    .lxwm {
        width: 100%;
        height: auto;
        font-family: 微软雅黑;
        background: url(../img/sjmapbg.png) 0px 0 no-repeat;
        background-size: 100%;
        overflow: hidden;
    }

    .lxwm .map {
        width: 100%;
        height: auto;
        margin: 45px auto;
    }

    .lxwm .map img.pcmap {
        display: none;
    }

    .lxwm .map img {
        width: 73.2%;
        height: auto;
        margin: 0 auto;
    }

    /* 品牌荣誉 */
    .ppry .panel .list .title{
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .qyjs1 {
        background: url(../img/qyjsimg1.png) 0 0px no-repeat;
        height: auto;
        background-size: 100% 100%;
    }
    .ppry  .qyjs1inner .line{
        margin-bottom: 5px;
    }
    .ppry .qyjs1inner p {
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }
    .ppry .qyjs1inner{
        padding: 20px 10px;
    }
    .ppry .line1{
        display: none;
    }
    .ppry .line2{
        display: none;
    }
    .ppry .panel{
        width: 100%;
        padding: 0 7px;
    }
    .ppry .panel .name{
        width: 50px;
        height: auto;
        margin-bottom: 15px;
    }
    .ppry .panel .name img{
        display: block;
        width: 100%;
    }
    .ppry .panel .list{
        display: flex;
        flex-wrap: wrap;
    }
    .ppry .panel .list a{
        width: calc(33.33% - 6px);
        margin: 0 3px 15px;
        height: auto;
    }
    .ppry .panel{
        margin-bottom: 60px !important;
    }
    .ppry .ppry2{
        padding-bottom: 10px;
    }
    .ppry .ppry2 .panel:nth-child(2){
        margin-bottom: 0 !important;
    }
    /* 产品 */
    .prodlist .item .title span em {
        font-size: 16px;
    }

    .mointro {
        height: auto;
        background: none;
        margin: 30px auto;
    }

    .mointroinner {
        display: none;
    }

    .product .prodSwiper {
        width: 100%;
        margin-bottom: 25px;
    }

    .product .prodSwiper>a {
        width: 15px;
        height: 23px;
    }

    .mointro_sj {
        width: 100%;
        display: block;
    }

    .mointro_sj img{
        width: 100%;
        display: block;
    }
    /* 人才招聘 */
    .rczp{
        width: 100%;
        padding: 0 10px;
        height: auto;
        background: no-repeat;
    }
    .rczpinner{
        width: 100%;
        margin-top: 20px;
    }
    .rczpinner .left{
        width: 100%;
    }
    .rczpinner .right {
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .rczpinner .left .name{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .rczpinner .left li{
        font-size: 12px;
        line-height: 18px;
    }
    .rczpinner .right img{
        width: 48%;
        margin-top: 0;
    }
    .rczpinner .right>div{
        width: 50%;
    }
    .rczpinner .right .name{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rczpinner .right ul li{
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .rczpinner .right ul li:first-child{
        line-height: 18px;
        margin-bottom: 5px;
    }
    /* 企业介绍 */
    .qyjs .qyjs1inner{
        padding: 20px 10px 35px;
    }
    .qyjs .qyjs1inner p{
       font-size: 12px;
       line-height: 18px;
    }
    .qyjs .qyjs1inner .line{
        margin-bottom: 10px;
    }
    .qyjs2{
        height: auto;
    }
    .qyjs2inner{
        width: 100%;
        padding: 20px 10px 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .qyjs2inner .item{
        width: 48.5%;
        margin-bottom: 10px;
    }
    .qyjs2inner .item:first-child{
        margin-right: 0;
    }
    .qyjs3ditu{
        width: 355px;
        height: 290px;
        margin: 0 auto;
    }
    .point, .point::before, .point::after {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        content: '';
    }
    .qyjs3{
        padding-top: 20px;
    }


    .qcgz .item .info{
        width: auto;
        top: 20px;
        left: 40px;
        transform: translateX(0);
    }
    .qcgz .item .info span{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .qcgz .item .info .line{
        width: 42px;
        margin-bottom: 5px;
        background: #797c83;
    }
    .qcgz .item .info p{
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .qcgz .item .info h3{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .qcgz .item .info.jxzz{
        top: 42px !important;
    }
}