a, a:focus, a:hover {
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    color: #3a3a3a;
    cursor: pointer;
}
ul{
    padding: 0;
}
ul li {
    list-style: none;
}

.container {
    max-width: 1200px!important;
}
.container {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

/* 头部_登录_注册 开始 */
.topnav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e3e4e5;
    border-bottom: solid 1px #ddd;
}
.topnav .top_container{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.topnav .top_left{
    display: inline-block;
    float: left;
}
.topnav .top_right{
    display: inline-block;
    float: right;
}
.topnav .dlzc{
    text-align: right;
}
.topnav .top_regist{
    color: #f30213;
}
/* 头部_登录_注册 结束 */


.ent_logo{
    float: left;
    line-height: 100px;
    display: inline-block;
}
.ent_label{
    float: left;
    display: inline-block;
    padding: 20px;
}
.ent_search{
    float: right;
    width: 400px;
    height: 100px;
    padding-top: 30px;
    display: inline-block;
}
.ent_logo div{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
}
.ent_logo img{
    max-height: 100%;
    max-width: 100%;
}
.ent_role{
    width: 80px;
    font-size: 12px;
    background: #36b672;
    border-radius: 5px;
    padding: 5px;
    color: #ffffff;
    margin-left: 10px;
}
.ent_collection{
    margin-left: 10px;
}
.ent_collection a{
    font-size: 18px;
    color: #D8242C;
}
.dp_xx{
    font-size: 18px;
    color: #D8242C!important;
    margin-left: 10px;
}
.ent_label_item{
    margin-right: 20px;
}
.enthead2{
    background: #d71e26;
    height: 48px;
}
.enthead2 a{
    float: left;
    display: block;
    height: 48px;
    width: 10%;
    line-height: 48px;
    color: #fff!important;
    text-align: center;
    cursor: pointer;
}
.enthead2 .active{
    background-color: #b81a20;
}
.enthead2 a:hover{
    background-color: #b81a20;
}

.ent_title{
    height: 42px;
    line-height: 42px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #323232;
    margin-top: 20px;
    margin-bottom: 15px;
}
.ent_title a{
    float: right;
    font-size: 15px;
    color: #333333;
}

.ent_tpj{
    text-align: right;
    margin: 30px 0;
}
.ent_tpj a{
    color: #333333;
    text-decoration: underline;
    margin-left: 15px;
}

/* 首页企业介绍开始 */
.ent_describe{
    background: #f6f6f6;
    margin-top: 50px;
}
#video {
    width: 100%;
    height: 350px;
    position: relative;
}
#video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}
.ent_describe_text{
    padding: 15px 30px 0px 20px;
}
.ent_jieshao{
    text-indent: 2em;
    padding: 5px;
    line-height: 25px;
}
.cell{
    border-bottom: 1px solid #e6e6e6;
    min-height: 34px;
    line-height: 34px;
    padding: 10px 0;
    font-size: 14px;
    color: #343434;
}
.cell .cell-item{
    display: inline-block;
    flex: 1;
    float: left;
}
.cell .cell-label{
    color: #666;
}
.cell .cell-value {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    padding-right: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cell .cell-value a{
    color: #d92940;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: underline!important;
}
/* 首页企业介绍开始 */


/* 照片墙开始 */
.photowall{
    padding-top: 20px;
    margin-top: 50px;
}
.photowall .swiper-container {
    width: 100%;
    padding-bottom: 50px;
}
.photowall .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px!important;
    height: 300px!important;
    text-align: center;
    line-height: 300px;
}
.photowall .swiper-slide img{
    max-width: 300px;
    max-height: 300px;
}
.photowall .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,0)) !important;
}
.photowall .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0)) !important;
}
/* 照片墙结束 */


/* 产品 开始 */
.ent_product{
    background: #f6f6f6;
    padding: 24px 0 24px;
    min-height: 450px;
}
.ent_product .link{
    margin-right: 15px;
}
.ent_product ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% + 24px);
}
.ent_product ul li {
    transition: all .5s;
    width: calc(20% - 24px);
    min-width: 210px;
    list-style: none;
    position: relative;
    margin: 0 24px 24px 0;
    padding: 16px;
    background: #fff;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.ent_product ul li:hover{
    border: 1px solid #d92940;
}
.ent_product .item-cover{
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.ent_product ul li .item_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 1s;
}
.ent_product ul li .item_title{
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ent_product ul li img{
    max-height: 100%;
    max-width: 100%;
    /* transition-duration: 0.5s;
     -moz-transition-duration: 0.5s; !* Firefox 4 *!
     -webkit-transition-duration: 0.5s; !* Safari 和 Chrome *!
     -o-transition-duration: 0.5s; !* Opera *!*/
}
.ent_product ul  li:hover img {
    /*-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);*/
}
/* 产品 结束 */


/* 供采信息 开始 */
.ent_gc{
    padding: 24px 0 24px;
    margin-bottom: 50px;
}
.ent_gy{
    flex: 1;
    height: 445px;
    border: 1px solid #faebcc;
    border-radius: 4px;
}
.ent_cg{
    flex: 1;
    height: 445px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
}
.ent_gy_title{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 10px;
}
.ent_cg_title{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px;
}
.ent_gc ul{
    margin-bottom: 0px;
    padding: 15px;
}
.ent_gc li{
    height: 35px;
    line-height: 35px;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #dee2e6;
}
.ent_gc_con{
    width: 73%;
    display: inline-block;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ent_gc_con a{
    color: #333333;
}
.ent_gc_time{
    width: 25%;
    float: right;
    display: inline-block;
    text-align: right;
}
.ent_gc a:hover{
    color: red;
}
/* 供采信息 结束 */


/* 企业介绍 页面其他样式 开始 */
.qrcode img{
    max-width: 100px;
    max-height: 100px;
}
.viewer-container{
    z-index: 999999!important;
    background-color: rgba(0,0,0,.7) !important;
}
#dowebok{
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.dowebok_left{
    display: flex;
    overflow: hidden;
    height: 336px;
}
.dowebok_right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% + 16px);
    justify-content: space-between;
    margin-left: 16px;
}
.dowebok_right>div {
    width: calc(50% - 8px);
    height: 160px;
    margin-bottom: 16px;
    overflow: hidden;
}
#dowebok img{
    width: 100%;
    height: 100%;
    transition: all .8s;
}
#dowebok img:hover {
    transform: scale(1.05, 1.05);
}
.desc_text{
    text-indent: 2em;
    margin-bottom: 30px;
    margin-top: 10px;
}
#sb_detail .modal-title{
    text-align: center;
}

#sb_detail_content{
    padding: 20px;
}
/* 企业介绍 页面其他样式 开始 */


/* 留言板样式 开始 */
.message_item {
    padding: 15px 40px;
    border-bottom: 1px dashed #acacac;
    position: relative;
    color: #666;
    font-size: 14px;
}
.message_item i{
    position: absolute;
    top: 17px;
    left: 14px;
    font-size: 20px;
    color: #D8242C;
}
.message_item .message_time{
    margin-top: 5px;
    text-align: right;
}
.message_item:hover{
    background-color: #fafcff;
}
.message_public{
    margin: 50px 0px;
    padding: 30px;
    background-color: #F4F4F4;
}
.message_public button{
    margin-top: 15px;
}
/* 留言板样式 结束 */



/* 联系方式 开始 */
.ent_contact{
    background-color: #ffffff;
    padding: 30px!important;
}
/* 联系方式 结束 */


/* 生产设备 开始 */
.ent_equipment{
    background: #f6f6f6;
    padding: 24px 0 24px;
}
.ent_equipment .link{
    margin-right: 15px;
}
.ent_equipment ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    min-height: 280px;
}
.ent_equipment ul li {
    transition: all .5s;
    width: calc(20% - 24px);
    min-width: 210px;
    list-style: none;
    position: relative;
    margin: 0 24px 24px 0;
    padding: 16px;
    background: #fff;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.ent_equipment ul li:hover{
    border: 1px solid #d92940;
}
.ent_equipment .item-cover{
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.ent_equipment ul li .item_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 1s;
}
.ent_equipment ul li .item_title{
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ent_equipment ul li img{
    max-height: 100%;
    max-width: 100%;
    /* transition-duration: 0.5s;
     -moz-transition-duration: 0.5s; !* Firefox 4 *!
     -webkit-transition-duration: 0.5s; !* Safari 和 Chrome *!
     -o-transition-duration: 0.5s; !* Opera *!*/
}
.ent_equipment ul  li:hover img {
    /*-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);*/
}
/* 生产设备 结束 */



/* 产品页面 开始 */
.ent_goods{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
}
.ent_goods_category{
    flex: 0 0 242px;
    height: min-content;
    margin-bottom: 0;
    padding: 0;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background-color: #fff;
}
.ent_goods_content{
    width: 100%;
    flex: 1;
    background: #fff;
    padding: 16px;
}
.category_title{
    background-color: #d71e26;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.category_content .category_item{
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 22px;
    height: auto;
}
.category_content .active{
    color: red!important;
}

.category_content .category_1{
    font-weight: 600;
    padding: 10px 32px 5px;

}
.category_content .category_2{
    padding: 8px 20px 8px 40px;

}
.ent_goods_header{
    font-size: 14px;
    color: #333;
    background-color: #fff;
    padding: 4px 0px;
}
.ent_goods_header .curtype{
    color: #d71e26;
    margin-right: 15px;
}
.ent_goods_header .searchkey{
    color: #d71e26;
}
.ent_goods_header .total-count{
    color: #d71e26;
}
.ent_goods_list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 25px;
    width: calc(100% + 24px);
}
.ent_goods_list .goods_item{
    transition: all .5s;
    margin: 0 24px 24px 0;
    list-style: none;
    width: calc(25% - 24px);
    min-width: 190px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    position: relative;
}
.ent_goods_list .goods_item_cover{
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.ent_goods_list .goods_item_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 1s;
}
.ent_goods_list .goods_item_img img{
    max-height: 100%;
    max-width: 100%;
}
.ent_goods_list .goods_item_title{
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nogoodsdata{
    line-height: 200px;
    text-align: center;
    width: 100%;
}

/* 产品详情页 开始 */
.goods_detail{
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 35px!important;
}
.goods_detail .detail_photo{
    position: relative;
    flex: 0 0 345px;
    margin-right: 24px;
}
.goods_detail .detail_content{
    flex: 1;
    padding: 15px;
}
.goods_detail .photo_cover{
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    position: relative;
}
.goods_detail .photo_main{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}
.goods_detail .photo_main img{
    max-height: 100%;
    max-width: 100%;
}
.goods_detail .photo_list{
    margin-top: 20px;
    text-align: center;
}
.goods_detail .photo_list span{
    width: 60px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #fff;
}
.goods_detail .photo_list span img{
    height: 60px;
    width: auto;
    margin: auto;
}
.goods_detail .photo_list span.active{
    border: 2px solid #e53e41;
}
.goods_detail .photo_list span:hover{
    border: 2px solid #e53e41;
}

.detail_content .goods_title{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin-bottom: 16px;
}
.detail_content .goods_price{
    height: 52px;
    background: #f5f5f5;
    margin-top: 0;
    padding: 0 16px;
    line-height: 52px;
    color: #d71e26;
    font-weight: 600;
    font-size: 20px;
}
.detail_content .tjg{
    color: gray;
    font-size: 20px;
    font-weight: 500;
}
.detail_content  .goods_item{
    color: #333;
    font-size: 14px;
    line-height: 22px;
    padding: 11px 0;
}
.detail_content .goods_item_label{
    font-weight: 400;
    margin-bottom: 4px;
    height: 22px;
    color: gray;
}
.detail_content .goods_item_value{
    font-weight: 600;
}
.goods_parameter{
    padding: 24px!important;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -24px;
}
.goods_parameter_title{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px;
}
.parameter-row{
    padding: 16px 0;
    overflow: hidden;
}
.parameter_item{
    display: inline-block;
    width: 33%;
    float: left;
    font-size: 14px;
    color: #343434;
}
.parameter_item_lable{
    color: gray;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
}
.parameter_item_value{
    color: #343434;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods_desc{
    padding: 24px!important;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: 24px;
    min-height: 300px;
}
.goods_desc_title{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px;
}
.goods_desc_img img{
    width: 100%;
}
/* 产品详情页 结束 */

/* 图片放大预览 自定义样式 */
.viewer-container .viewer-title{
    display: none!important;
}


.ent_content img{
    width:100% !important;
    height:auto !important;
}

@media (max-width:768px) {
    .enthead2 {
        height: 96px;
    }
    .enthead2 a {
        width: 25%;
    }
    .ent_label {
        padding: 0 25px;
    }
}



.footer-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}
.copywrite-area {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background-color: #0a0a0a;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.copywrite-area a{
    color: #fff;
}
.copywrite-area a:focus, .copywrite-area a:hover {
    color: #77b122;
}

.copywrite-area  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .copywrite-area  ul {
        margin-top: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.copywrite-area ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copywrite-area ul li a {
        font-size: 12px;
        padding: 0 5px;
    }
}
@media only screen and (max-width: 767px) {
    .copywrite-area ul li a {
        padding: 0 5px;
        font-size: 12px;
    }
}
.copywrite-area ul li a:focus, .copywrite-area ul li a:hover
{
    font-weight: 400;
    color: #77b122;
}
.copywrite-area ul li:last-child a {
    padding-right: 0;
}
@media only screen and (max-width: 767px) {
    .copywrite-area ul li:first-child a {
        padding-left: 0;
    }
}
.foot-center{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 80px 0 60px;
}
.foot-center p{
    color: #FFFFFF;
    margin-bottom: 5px;
    text-indent: 0!important;
}
.foot-center .code{
    text-align: center;
}
.foot-center img{
    width: 110px;
    height: 110px;
}


/* footer-area 底部样式 结束 */