.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}
.cdddd{
    display: none;
        width: 41%;
    float: right;
}

.fsss{
    display: none;
}


.comment{
    display: none;
}
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

/*  */
p {
    margin: 0;
}

.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.w1600 {
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
}

/* tel */
.head-top{
    width:100%;
}
.tel-bg {
    width: 100%;
    height: 40px;
    transition: 0.3s;
    background-color: #1b242b;
}

.tel-index {
    align-items: center;
}

.tel-left {
    width: 45%;
}

.tellist {
    justify-content: flex-start;
}

.tellist li {
    margin-right: 2vw;
}

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

.tellist li a {
    display: flex;
    align-items: center;
    line-height: 40px;
}

.tellist li a .img1 {
    margin-right: 5px;
}

.tellist li a .img1 img {
    max-width: 100%;
}

.tellist li a .wz {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

/* head */
.head-bg .logo {
    max-width: 250px;
    line-height: 90px;
    transition: all .5s ease;
}

.head-bg .logo img {
    max-width: 100%;
}

.head-index{
        /*transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;*/
        box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 0%);
    }

.headr {
    width: 56.3%;
}

.navbar-nav-box {
    width: 81.04%;
}


.pc-navbar li:hover::before {
    height: 100%;
}

.language-group .btn {
    background: #ee252b;
    transition: all .5s ease;
    border-radius: 0;
}

.language-group .btn:hover {
    background: #000;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}


@media screen and (min-width: 769px) {
    .head-bg {
        /*transition: all .5s ease;*/
    }
    .topfixed{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }
    .tel-bg{
        transition: all .5s ease;
    }
    .tel-bg.hiden {
        height: 0px;
        overflow: hidden;
    }

    .head-bg.active {
        width: 100%;
        box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
        /*position: fixed;*/
        left: 0;
        top: 0;
        z-index: 999;
        background: #fff;
    }

    .head-bg.active .logo {
        max-width: 140px;
        line-height: 70px;
    }
    
    .head-bg.active .pc-navbar>li>a{
        line-height: 70px;
    }
    
    
}

/* banner */
.bannerSwiper {
    overflow: hidden;
    position: relative;
}

.bannerSwiper .swiper-slide .img1 img {
    width: 100%;
}

.bannerwz {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 40px;
    z-index: 99;
}

.bannerwz-wrap {
    align-items: center;
}

.swiper-pagination-banner {
    position: relative;
    bottom: 0;
    margin-top: 4%;
}

.swiper-pagination-banner .swiper-pagination-bullet {
    margin: 3px 5px;
    background: hsl(0deg 0% 100% / 40%);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all ease .3s;
}

.swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 15px;
    background: rgb(238 37 43);
}

.p_scrool {
    color: #fff;
    width: 90px;
}

.p_scrool i {
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border-radius: 12px;
    border: 2px #fff solid;
    position: relative;
}

.p_scrool i::before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 3px;
    animation: scrollmouse 2s linear infinite;
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%, 0);
        opacity: 1
    }

    to {
        transform: translate(-50%, 10px);
        opacity: 0
    }
}

.p_scrool span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    margin-top: 12px;
    font-size: 12px;
}

.bnext {
    color: #000000;
    border-radius: 50%;
    background: none;
    border: 1px dashed #000;
    height: 50px;
    width: 50px;
    line-height: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0px 20px 0px 0px;
    cursor: pointer;
    text-align: center;
}

.bnext::after {
    content: "<";
    font-size: 22px;
}

.bnext:hover {
    background: #ee252b;
    border: 1px solid #ee252b;
}

.bnext:hover::after {
    color: #fff;
}


.bprev {
    color: #000000;
    border-radius: 50%;
    background: none;
    border: 1px dashed #000;
    height: 50px;
    width: 50px;
    line-height: 50px;
    transition: all ease .3s;
    position: static;
    margin: 0px 20px 0px 0px;
    cursor: pointer;
    text-align: center;
}

.bprev::after {
    content: ">";
    font-size: 22px;
}

.bprev:hover {
    background: #ee252b;
    border: 1px solid #ee252b;
}

.bprev:hover::after {
    color: #fff;
}

.head_tel {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-left: 15px;
    transition: all .5s ease
}

.head_tel .tel-text {
    display: flex;
    align-items: center;
    line-height: 20px;
    background: #ee252b;
    padding: 10px 15px;
    transition: all .5s ease
}

.head_tel .tel-text:hover {
    background: #333
}

.head_tel .tel-text span {
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    transition: all .5s ease
}

.head_tel .tel-text svg {
    fill: #fff;
    transition: all .5s ease
}



.bannerwz-wrap .jian{
    position: absolute;
    right: 0;
    bottom: 0px;
    
}



















/* product */
.pro-bg {
    /* background-color: rgba(234, 234, 234, 1); */
    padding-top: 4%;
    padding-bottom: 4%;
}

.ptitle {
    text-align: center;
    font-size: 40px;
    color: rgba(27, 36, 43, 1);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.plist1 {
    margin: 0 -1%;
    margin-top: 60px;
}

.plist1 li {
    width: 10%;
    float: left;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 2%;
    position: relative;
    border:1px solid #e1e6ea;
}

.plist1 li .pbefore {
    background-color: rgba(255, 255, 255, 1);
    padding: 0px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
    filter: alpha(opacity=100);
}

.plist1 li .img1 img {
    width: 100%;
}

.plist1 li .wz {
    display-radio: 1;
    font_radio: 2;
    text-align: center;
    font-size: 20px;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    color: #212529;line-height: 50px;height:50px;overflow: hidden;
    background: #f0f0f0;
}

.plist1 li .phover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background-color: rgba(27, 36, 43, 1);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transform: perspective(900px) rotate3d(0, -180, 0, -180deg);
    opacity: 0;
    filter: alpha(opacity=0);
}

.plist1 li:hover .pbefore {
    transform: perspective(900px) rotate3d(0, -180, 0, 180deg);
    opacity: 0;
    filter: alpha(opacity=0);
}

.plist1 li:hover .phover {
    transform: perspective(900px) rotate3d(0, 0, 0, 0deg);
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
}


.plist1 li .phover-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.plist1 li .phover-wrap .ph1 {
    font-size: 20px;
    color: #fff;
}

.plist1 li .phover-wrap .ph2 {
    font-size: 14px;
    color: rgba(118, 129, 137, 1);
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 30px;
}

.plist1 li .phover-wrap .ph3 {
    color: #ee252b;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.plist1 li .phover-wrap .ph3:hover {
    color: #fff;
}

.pmore {
    margin-top: 5%;
    background: #1b242b;
    width: 180px;
    padding: 12px 8px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pmore a {
    color: #fff;
}

.pmore:hover {
    background: #ee252b
}

.pmore a:hover {
    color: #fff !important;
}

@media(max-width:767px){
    .plist1 li:hover .phover {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .plist1 li:hover .pbefore{
        opacity: 1;
        transform: perspective(0px) rotate3d(0, 0, 0, 0deg);
    }
}

/* about */
.w1400 {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
}

.ab-bg {
    padding-top: 5%;
    padding-bottom: 4%;
    background-color: rgb(27 36 43);
    background-image: url(//wm.cdn.cn86.cn/huameipack/2024/05/28e1809b2fkjtzcs.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.atitle {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.ab-con {
    margin-top: 30px;
}

.ab-con h3 {
    font-size: 26px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
}

.ab-con .aw {
    margin-top: 10px;
}

.ab-con .aw p {
    text-align: center;
    color: rgba(118, 129, 137, 1);
    font-size: 16px;
    line-height: 1.5;
}

.numlist {
    justify-content: center;
    margin-top: 40px;
}

.numlist li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
}

.numlist li .nm1 {
    font-size: 60px;
    color: #ee252b;
    font-weight: bold;
    line-height: 1;
}

.numlist li .nm2 {
    border-left: 1px solid #42494e;
    margin-left: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
}

/* adimg */
.adimg {
    padding-bottom: 70px;
}

.adimglist {}

.adimglist li {
    width: calc(100% / 4);
}

.adimglist li .img1 img {
    width: 100%;
    background-color: #000;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.adimglist li:hover .img1 img {
    transform: scale(1.1);
    box-shadow: 0 20px 50px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background-color: #ffffff;
}

/* service */
.service-index {
    margin-top: 70px;
}

.services-con {
    margin-top: 5%;
}

.services-left {
    width: 25%;
}

.slist li {
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    margin-bottom: 30px;
}

.slist li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.slist li .img1 {
    width: 70px;
    height: 70px;
    background: #ee252b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slist li .img1 img {
    max-width: 40px;
    width: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.slist li .wz .wza {
    font-size: 22px;
    color: rgba(51, 51, 51, 1);
    margin-top: 10px;
    margin-bottom: 12px;
}

.slist li .wz .wzb {
    line-height: 24px;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    margin-bottom: 30px;
}

.slist li:hover .img1 img{
    transform: rotateY(180deg)
}

.services-middle {
    width: 46.25%;
}

.services-middle img,
.services-middle video {
    width: 100%;
}

.services-right {
    width: 25%;
}

/* contact */
.ct-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background: url(9d3e65a015kxoher.jpg) no-repeat top center;
    padding: 35px 0;
    height: 248px;
}

.ct-index {
    padding-left: 8%;
}

.cta {
    font-size: 24px;
    color: rgba(241, 90, 37, 1);
    line-height: 2;
}

.ctb {
    max-width: 500px;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(118, 129, 137, 1);
    line-height: 1.5;
}

.ctc {
    width: 180px;
    background-color: #ee252b;
    padding: 12px 8px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ctc a {
    font-size: 16px;
    color: #fff;
}

/* news */
.news-bg {
    background-color: rgba(242, 242, 242, 1);
    padding-top: 70px;
    padding-bottom: 70px;
}

.nlist1 {
    margin-top: 90px;
}

.nlist1 li {
    width: 30%;
    transition: all .5s ease;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.nlist1 li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
    width: 0;
    transition: 0.5s;
}

.nlist1 li a {
    display: block;
    padding-left: 15px;
}

.nlist1 li .date {
    font-size: 14px;
    color: rgba(118, 129, 137, 1);
    line-height: 1.5;
}

.nlist1 li .wza {
    line-height: 1.5;
    font-size: 20px;
    color: rgba(27, 36, 43, 1);
    margin-top: 3%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nlist1 li .wzb {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(118, 129, 137, 1);
    margin-top: 15px;
}

.nlist1 li .wzc {
    font-size: 14px;
    color: rgba(241, 90, 37, 1);
    line-height: 1.5;
    margin-top: 5%;
}

.nlist1 li:hover {
    background: #fff;
    padding: 15px;
}

.nlist1 li:hover::before {
    width: 100%;
    background: #ee252b;
}

.nlist1 li:hover a {
    margin-left: 15px;
}


/* foot */
.foot-bg {
    background-color: rgba(19, 26, 32, 1);
    padding-top: 20px;
}

.foot1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
    align-items: center;
}

.foot1 .fw1 {
    font-size: 30px;
    color: #fff;
}

.foot1 .fw2 {}

.foot1 .fw2 li {
    margin-right: 10px;
}

.foot1 .fw2 li:last-child {
    margin-right: 0;
}

.foot1 .fw2 li a .img img {
    max-width: 33px;
    width: 100%;
}

.foot2 {
    padding: 40px 0;
}

.ft {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    margin-bottom: 25px;
}

.foot2a {
    /* width: 40%; */
}

.fpsort {
    display: flex;
    flex-wrap: wrap;
}

.fpsort li {
    width: calc(100% / 2);
    padding-right: 10px;
    margin-bottom: 15px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fpsort li a {
    display: block;
    color: rgba(174, 182, 189, 1);
    font-size: 16px;
}

.fpsort li a .icon {
    width: 20px;
    height: 20px;
    color: #fff;
    float: left;
    fill: #ffff;
    margin-right: 5px;
}

.fpsort li a .icon svg {
    width: 100%;
    height: 100%;
}

.foot2b {
    /* width: 35%; */
}

.fct li {
    margin-bottom: 15px;
}

.fct li a .icon {
    float: left;
    width: 22px;
    height: 22px;
    color: #fff;
}

.fct li a .wz {
    font-size: 16px;
    color: rgba(174, 182, 189, 1);
    margin-left: 10px;
    float: left;
    width: calc(100% - 32px);
    line-height: 1.8;
}

.foot2c {
    /* width: 25%; */
}

.elist {
    justify-content: flex-start;
}

.elist li {
    margin-right: 1.5vw;
}

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

.elist li .img img {
    max-width: 140px;
    width: 100%;
}

.elist li .wz {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}

.cop-index {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(174, 182, 189, 1);
    line-height: 1.8;
    padding: 20px 0;
}

.cop-index a {
    color: rgba(174, 182, 189, 1);
}

.copl {
    width: 45%;
    float: left;
}

.copr {
    width: 45%;
    text-align: right;
    float: right;
}

@media(max-width:1280px) {
    .headr {
        width: 72.5%;
    }
}

@media(max-width:1024px) {
    .headr {
        width: 78.5%;
    }
}

@media(max-width:995px) {
    .head-index {
        justify-content: space-between;
    }

    .navbar-nav-box {
        display: none;
    }

    .headr {
        width: auto;
        justify-content: space-between;
    }

    .ptitle {
        font-size: 30px;
    }

    .plist1 li .wz {
        font-size: 16px;
        text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
    }

    .plist1 li .phover {
        padding: 10px;
    }

    .plist1 li .phover-wrap .ph1 {
        font-size: 18px;line-height: 30px;height:30px;overflow: hidden;;
    }


    .plist1 li .phover-wrap .ph2 {
        margin: 10px 0;
        font-size: 13px;
    }

    .plist1 li .phover-wrap .ph3 {
        font-size: 14px;height: 30px;line-height: 30px;overflow: hidden;;
    }

    .pmore {
        font-size: 14px;
    }

    .atitle {
        font-size: 30px;
    }

    .ab-con h3 {
        font-size: 22px;
    }

    .ab-con .aw p {
        font-size: 14px;
    }

    .numlist li .nm1 {
        font-size: 40px;
    }

    .service-index {
        margin-top: 0px;
    }

    .slist li {
        margin-bottom: 15px;
    }

    .slist li .wz .wza {
        font-size: 18px;
    }

    .slist li .wz .wzb {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .ct-index {
        padding-left: 0;
    }

    .nlist1 {
        margin-top: 40px;
    }

    .nlist1 li .wza {
        font-size: 18px;
    }

    .nlist1 li .wzb {
        margin-top: 10px;
    }

    .nlist1 li:hover a {
        margin-left: 0;
    }

    .foot1 .fw1 {
        font-size: 20px;
    }

    .ft {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .fpsort li {
        margin-bottom: 5px;
    }
     .fpsort li:nth-child(2n-1){
        width: 45%;
    }

    .fpsort li:nth-child(2n){
        width: 55%;
    }

    .fpsort li a {
        font-size: 12px;
    }

    .fct li {
        margin-bottom: 5px;
    }

    .fct li a .wz {
        font-size: 13px;
    }

    .elist li .wz {
        font-size: 13px;
    }
}

@media(max-width:767px) {
    .bannerwz {
        bottom: 10px;
    }

    .bnext {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .bprev {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .p_scrool span {
        margin-top: 5px;
    }

    .pro-bg {
        padding: 40px 0;
    }

    .ptitle {
        font-size: 26px;
    }

    .plist1 li {
        width: 48%;
    }

    .plist1 li .phover-wrap .ph2 {
        height: 60px;
        overflow: hidden;
    }

    .pmore {
        margin-top: 30px;
    }

    .ab-bg {
        padding: 40px 0;
    }

    .ab-con {
        margin-top: 10px;
    }

    .ab-con h3 {
        font-size: 16px;

    }

    .numlist {
        margin-top: 20px;
    }

    .numlist li {
        flex-wrap: wrap;
        text-align: center;
    }

    .numlist li .nm1 {
        width: 100%;
        font-size: 30px;
    }

    .numlist li .nm2 {
        width: 100%;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        font-size: 12px;
    }

    .adimg {
        padding-bottom: 40px;
    }

    .adimglist {
        flex-wrap: wrap;
    }

    .adimglist li {
        width: calc(100% / 2);
    }

    .services-con {
        flex-wrap: wrap;
    }

    .services-left {
        width: 100%;
    }

    .slist li {
        text-align: center;
    }

    .slist li .img1 {
        margin: 0 auto;
    }

    .services-middle {
        width: 100%;
        display: none;
    }

    .services-right {
        width: 100%;
    }

    .ctc {
        margin-top: 20px;
    }

    .news-bg {
        padding: 40px 0;
    }

    .nlist1 {
        flex-wrap: wrap;
    }

    .nlist1 li {
        width: 100%;
    }

    .foot1 {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .foot1 .fw1 {
        width: 100%;
    }

    .foot1 .fw2 {
        width: 100%;
        display: none;
    }

    .foot2 {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .foot2a {
        width: 100%;
    }

    .foot2b {
        width: 100%;
        display: none;
    }

    .foot2c {
        width: 100%;
        display: none;
    }

    .cop-index {
        padding: 10px 0;
        font-size: 13px;
    }

    .cop-index a {
        font-size: 13px;
    }

    .copl {
        width: 100%;
        text-align: center;
    }

    .copr {
        width: 100%;
        text-align: center;
    }
}

/**/
.service-view{
    display:none;
}
.sideBar {
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    z-index: 998
}

.icon {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-right: 0
}

.side {
    height: 50px;
    position: absolute;
    transition: all 0.5s
}

.side a {
    display: block;
    height: 50px;
    font-size: 0
}

.side i,.side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px
}

.side i {
    width: 50px;
    text-align: center;
    background: rgb(79 86 96);
    transition: all 0.3s
}

.side i img {
    vertical-align: middle
}

.side span {
    text-align: center;
    line-height: 50px;
    background: #232323;
    font-size: 12px;
    color: #fff;
    transition: all 1s
}

.side1 {
    right: -90px;
    width: 140px;
    top: 0px;
    cursor: pointer
}

.side1 span {
    width: 90px;
    font-size: 14px
}

.side2 {
    right: -160px;
    width: 210px;
    top: 51px
}

.side2 span {
    width: 160px
}


.side2-1 {
    right: -163px;
    width: 213px;
    top: 51px;
}

.side2-1 span {
    width: 163px;
}





.side3 {
    top: 102px;
    right: -140px;
    width: 190px
}

.side3 span {
    width: 140px
}

.side3_1 {
    top: 204px;
    right: -140px;
    width: 190px
}

.side3_1 span {
    width: 140px
}

.side4 {
    right: -100px;
    width: 150px;
    top: 153px;
    cursor: pointer
}

.side4 span {
    width: 100px;
    font-size: 14px
}

.qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5
}

.side4:hover .qcodePic {
    display: block
}

.qcodePic img {
    width: 130px
}

.side4_1 {
    right: -100px;
    width: 150px;
    top: 306px;
    cursor: pointer
}

.side4_1 span {
    width: 100px;
    font-size: 14px
}

.side4_1:hover .qcodePic {
    display: block
}

.side5 {
    right: -90px;
    width: 140px;
    top: 204px;
    cursor: pointer
}

.side5 span {
    width: 90px;
    font-size: 14px
}

.side:hover {
    right: 0
}

.side:hover i {
    background: rgb(241 90 37)
}


@media(max-width:767px) {
.sideBar{display: none;}
}




.flex_c{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* align-items: center; */
    }

.detail-list-item li{margin:0 5px}

.fw2 li a .img img {
    max-width: 33px;
    width: 100%;
}

/* .pc-navbar>li:nth-child(3){
    display: none;
}
.pc-navbar>li:nth-child(8){
    display: none;
} */

@media(max-width:767px) {
    .product-list .content .list .cont .more{
        display: none;
        opacity: 0;
    }
    .comment{
        display: none;
    }
    .dddfffff{
        display: none;
    }
.product-list .content .list .cont .product-title{
    top:0px;
    font-weight: 400;
    font-size: 14px;
}
.product-list .content .list .cont {
    position: relative;
    height: 47px;
    background: #f0f0f0;
}
.mt-50 {
    margin-top: 15px !important;
}

.pc-navbar>li:nth-child(3){
    display: block;
}
.pc-navbar>li:nth-child(8){
    display: block;
}
/* .mobile-menu-items>ul>li:nth-child(2){
    display: none;
}
.mobile-menu-items>ul>li:nth-child(7){
    display: none;
} */
.cta {
    font-size: 20px;
    color: rgba(241, 90, 37, 1);
    line-height: 2;
}
.head-bg .logo {
    max-width: 164px!important;
    line-height: 72px!important;
    transition: all .5s ease;
}
.pull-right {
    float: none!important;
    text-align: center;
}


.product-content{
    display: none;
}

.cdddd{
    display: block;
}

.fggg{
    display: none;
}

.fsss{
    display: block;
}
}


