.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;
}

.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;
}

.w1303 {
    max-width: 1333px;
    margin: 0 auto;
    padding: 0 15px;
}

.head-bg {
    padding: 10px 0;
}

.head-bg.scroll{
    position: fixed;
}

.index-site-header-bottom {
    position: relative;
    background: #fff;
}

.language-group .btn {
    color: #231916;
}


.headr {
    width: 64%;
}

.tshare {}

.tsharelist {
    justify-content: flex-end;
}

.tsharelist li {
    margin-left: 1vw;
}

.tsharelist li:nth-of-type(1) {
    margin-left: 0;
}

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

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

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

.banner_swiper .swiper-pagination {}

.banner_swiper .swiper-pagination {
    position: absolute;
    top: initial;
    bottom: 20px;
    width: 100%;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background: #ffffff;
    opacity: 1;
    margin: 0 10px;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #d6000f;
}

/* product */
.w1345 {
    max-width: 1545px;
    margin: 0 auto;
    padding: 0 100px;
}

.pro-index {
    margin-top: 3.64583333333333vw;
}

.protitle {
    text-align: center;
}

.protitle .protitle1 {
    font-size: 33px;
    color: #5a5a5a;
    line-height: 1.425;
}

.protitle .protitle2 {
    width: 100px;
    height: 5px;
    background: #d6000f;
    margin: 15px auto;
}

.protitle .protitle3 {
    color: #5a5a5a;
    font-size: 21px;
    font-family: "Arial";
}

.plist1 {
    margin: 0 -0.533%;
    margin-top: 3vw;
}

.plist1 li {
    float: left;
    width: 32.267%;
    margin: 0 0.533%;
    margin-bottom: 2%;
}

.plist1 li .img1 {
    position: relative;
}

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

.plist1 li .img1 .ww {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 0, 1, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity .5s ease-out;
    opacity: 0;
}

.plist1 li .img1 .ww .wwa {
    color: #fff;
    font-size: 18px;
    font-family: "Arial";
  
    overflow: hidden;
    text-overflow: ellipsis;width:85%;margin:0 auto;text-align:center;
}
.plist1 li .img1 .ww .wmore {
    background: url(../images/more.png) no-repeat center center;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    margin-top: 1vw;
}

.plist1 li .wz {
    background: #f9f9f9;
    padding: 0 15px;
}

.plist1 li .wz .wz1 {
    border-bottom: 1px solid #323335;
    padding: 18px 0;
    color: #5a5a5a;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
}
.cpzx li .wz .wz1{font-size:16px;}
.cpzx li .img1 .ww .wwa{font-size: 19px;}
.plist1 li .wz .wz1 .wz1a {
    width:60%;
    /* width:100%;
    text-align: center; */
}

.plist1 li .wz .wz2 {
    padding: 10px 0;
}

.plist1 li .wz .wz2 p {
    display: flex;
    justify-content: space-between;
    color: #747576;
    font-size: 15px;
}

.plist1 li .wz .wz2 p span {}

.plist1 li .wz .wz2 p span.pp1 {
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plist1 li .wz .wz2 p span.pp2 {
    width: 40%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wz1b{/*width: 40%;padding-left: 25px;*/font-size: 18px;}



.plist1 li:hover .img1 .ww {
    opacity: 1;
}

/* mess */
.mess-bg {
    background: #f9f9f9;
    padding: 1.8vw 0;
    margin-top: 1.5vw;
}

.w1100 {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 15px;
}

.mtitle .protitle1 {
    font-size: 26px;
}

.mess-con {
    margin-top: 2.6vw;
}

.mess-left {
    width: 56.82%;
}

.mess-left .m1 {
    border: 1px solid #e5e8eb;
    border-radius: 5px;
    background: #fff;
    line-height: 56px;
    height: 58px;
    padding: 0 15px;
    color: #5a5a5a;
    font-size: 16px;
    margin-bottom: 14px;
}

.mess-left .m1 input {
    width: 96%;
    padding: 0;
    border: none;
}

.mess-left .m21 {
    width: 48%;
}

.mess-left .m22 {
    width: 48%;
}

.mess-left .m1 textarea {
    height: 56px;
    width: 98%;
    padding: 0;
    border: none;
}

.mess-left .tijiao {
    background: #d6000f;
    border-radius: 5px;
    width: 26.4%;
    line-height: 52px;
    text-align: center;
}

.mess-left .tijiao span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.mess-right {
    width: 41.09%;
    background: #fff;
    padding: 1vw 1.458vw;
}

.lxlist li {
    margin-bottom: 1vw;
}

.lxlist li .w1 {
    color: #d6000f;
    font-size: 16px;
}

.lxlist li .w2 {
    color: #5a5a5a;
    font-size: 15px;
    line-height: 2.06;
}


/* ht */
.ht img {
    width: 100%;
}


/* foot */
.foot-bg {
    background: #323335;
    padding: 2.6vw 0;
}

.flogo img {
    max-width: 100%;
}

.foot-index {
    margin-top: 4.167vw;
    margin-bottom: 3.64583333333333vw;
}

.footl {
    width: 82%;
}

.ft {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1vw;
}

.foot1 {
    width: 25%;
}

.fnavlist li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0.5vw;
    text-transform: capitalize;
}

.fnavlist li:last-child a {
    margin-bottom: 0;
}

.foot2 {
    width: 25%;
}

.foot3 {
    width: 50%;
}

.flx p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0.5vw;
}

.flx p:last-child {
    margin-bottom: 0;
}

.footr {
    width: 13%;
    text-align: right;
}

.footr img {
    max-width: 100%;
}

.copyright {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.copyright a {
    color: #ffffff;
}

@media(max-width:1440px) {
    .protitle .protitle1 {
        font-size: 20px;
    }

    .protitle .protitle2 {
        margin: 10px auto;
    }

    .protitle .protitle3 {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .headr {
        width: 72%;
    }

    .index-site-header-bottom .pc-navbar>li>a {
        font-size: 15px;
    }
}



@media(max-width:995px) {
    .headr {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

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

    .plist1 li .wz .wz1 {
        padding: 10px 0;
        font-size: 16px;
    }
    .cpzx li .wz .wz1{font-size:14px;}
  .wz1b{font-size:16px;}


    .mess-left .tijiao {
        width: 50%;
    }

    .flogo img {
        max-width: 200px;
        width: 100%;
    }

    .fnavlist li a {
        font-size: 14px;
    }

    .flx p {
        font-size: 14px;
    }
}

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

    .banner_swiper .swiper-pagination {
        bottom: 10px;
    }

    .pro-index {
        margin-top: 40px;
    }

    .protitle .protitle1 {
        font-size: 18px;
        line-height: 22px;
    }

    .protitle .protitle3 {
        font-size: 16px;
        line-height: 22px;
    }

    .plist1 {
        margin: 0;
        margin-top: 20px;
    }

    .plist1 li {
        width: 100%;
        margin-bottom: 4%;
    }

    .plist1 li .wz .wz1 {
        font-size: 14px;
        padding: 5px 0;
    }
    .cpzx li .wz .wz1{font-size:12px;}
    .wz1b{font-size:14px;}
    
    .plist1 li .wz .wz2 p {
        font-size: 12px;
    }

    .mess-bg {
        margin-top: 40px;
        padding: 40px 0;
    }

    .mess-con {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .mess-left {
        width: 100%;
    }

    .mess-left .m1 {
        height: 46px;
        line-height: 44px;
        font-size: 14px;
    }

    .mess-left .m2 {
        flex-wrap: wrap;
    }

    .mess-left .m21 {
        width: 100%;
    }

    .mess-left .m22 {
        width: 100%;
    }

    .mess-left .tijiao {
        height: 46px;
        line-height: 44px;
    }

    .mess-left .tijiao span {
        font-size: 14px;
    }

    .mess-right {
        width: 100%;
        margin-top: 20px;
        padding: 15px 10px;
    }

    .lxlist li {
        margin-bottom: 20px;
    }

    .lxlist li .w1 {
        margin-bottom: 5px;
    }

    .lxlist li .w2 {
        line-height: 22px;
    }

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

    .foot-index {
        margin: 20px 0;
        flex-wrap: wrap;
    }

    .footl {
        width: 100%;
    }

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

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

    .foot3 {
        width: 100%;
    }

    .footr {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .footr img {
        max-width: 100px;
        width: 100%;
    }
}

/* 内页 */
.nbanner {
    display: none;
}

#anchor {
    display: none;
}

.digood-sidebar-related,
.aside-contact {
    display: none;
}

.cate-list {
    border: none;
    border-top: 1px solid #d9dada;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.cate-list .list-title {
    border: none;
    background: none;
    color: #878686;
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px;
    text-transform: uppercase;
    display: block;
    line-height: 52px;
}


.cate-list .category .list-title:hover {
    color: #5a5a5a !important;
    font-weight: 600;
}

.left-title {
    text-align: center;
    background: #3c3d3f;
    padding: 15px 0;
    color: #fff;
    font-size: 2.6vw;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: 0.6s;
}

/* 多图切换 */

.pernr5 {
    margin: 2.6vw 0;
}

.pernr51,
.pernr52 {
    overflow: hidden;
}

.pernr51 {
    width: 74.44%;
    border-width: 5px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(59, 59, 59, 0.27);
    position: relative;
    max-height: 495px;
}

.swiper-button-next22 {
    position: absolute;
    background: url(../images/l1.png) no-repeat top center;
    background-size: 100% 100%;
    width: 24px;
    height: 45px;
    left: 10px;
    top: 50%;
    margin-top: -22.5px;
    z-index: 99;
    outline: none;
}

.swiper-button-next22:hover {
    background: url(../images/l11.png) no-repeat top center;
}

.swiper-button-prev22 {
    position: absolute;
    background: url(../images/r1.png) no-repeat top center;
    background-size: 100% 100%;
    width: 24px;
    height: 45px;
    right: 10px;
    top: 50%;
    margin-top: -22.5px;
    z-index: 99;
    outline: none;
}

.swiper-button-prev22:hover {
    background: url(../images/r11.png) no-repeat top center;
}

.pernr51 .swiper-slide {
    text-align: center;
    padding: 2vw 0;
}

.pernr51 .swiper-slide img {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.pernr51 .swiper-slide:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.pernr52 {
    width: calc(100% - 75.5%);
    height: 495px;
    box-shadow: 0px 0px 11px 0px rgba(59, 59, 59, 0.27);
}

.pernr52 .swiper-slide img {
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.pernr52 .swiper-slide.on img {
    opacity: 1;
}

/*  */
.comment {
    display: none;
}

.tags-list-detail {
    display: none;
}

.nav-tabs {
    border-bottom: 1px solid #e5e9ec;
    margin-top: 0 !important;
}

.nav-tabs li {
    text-transform: uppercase;
    margin-bottom: 0;
}

.nav-tabs li a {
    font-weight: normal;
    white-space: nowrap;
    padding: 10px 20px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.nav-tabs li:hover {
    background: #000;
}

.nav-tabs li:hover a {
    color: #fff !important;
}

.nav-tabs li:hover {
    color: #fff;
    background: #000;
}

.nav-tabs li a:hover {
    color: #fff;
    background: #000;
}

.nav-tabs li.active {
    /* background: #000;
    border: none; */
}

.nav-tabs li a.active {
    background: #000;
    border-bottom: none;
    color: #fff;
}

.nav-tabs li a.active:hover,
.nav-tabs li a.active:focus {
    color: #fff !important;
}

.tab-pane {
    padding: 20px 0;
}

@media(max-width:767px) {
    .cate-list {
        flex-wrap: wrap;
        padding: 10px;
        justify-content: flex-start;
    }

    .cate-list .category {
        width: 25%;
    }

    .cate-list .list-title {
        line-height: 35px;
        padding: 0 5px;
    }

    .left-title {
        font-size: 20px;
    }

    .pernr52 {
        height: 300px;
    }

    .nav-tabs li a {
        font-size: 14px;
    }
}


@media(max-width:420px) {




    .pernr52 {
        height: 200px;
    }
}




	.head-bg{
	    position: sticky;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
	}
	 .sticky {
        position: fixed;
        top: 80px;
        width: 100%;
        z-index: 2;
    }
