/*============产品===============*/
.productDetails {
    background: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 30px;
}
.pDetailsbox {
    background: #FFF;
}
.bg {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.bg_left {
    width: 100%;
    height: auto;
}
.bigshow {
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    display: none;
    border: 1px solid #E8E8E8;
    background: #fff;
}
.bigshow img {
    width: 100%;
    height: 1650px;
    display: block;
}
.shows {
    height: 600px;
    overflow: hidden;
    line-height: 550px;
}
.show {
    width: 100%;
    cursor: move;
    text-align: center;
}
.smallshow {
    width: 100%;
    /* height: 18%; */
    position: absolute;
    background: rgba(0,0,0,0.3);
    bottom: 0;
    padding: 11px 4%;
}
.show>img {
    max-width: 100%;
    max-height: 100%;
    /* display: block; */
    vertical-align: middle;
}
.mask {
    width: 216px;
    height: 161px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.smallshow>.prev.prevnone {
    left: 0;
    /*cursor: not-allowed;*/
}
.smallshow>.prev {
    left: 0;
    transition: all 0.5s;
    cursor: pointer;
}
.smallshow>p {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
}
.smallshow>.prev.prevnone span {
    color: rgba(255,255,255,.5);
}

.smallshow>p span {
    font-size: 30px;
    margin-top: 125%;
    display: block;
    color: rgba(255,255,255);
}
.smallshow>.middle_box {
    overflow: hidden;
    width: 92%;
    /* margin: 11px 4%; */
}
.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    width: 100%;
}
.smallshow .middle>li {
    width: 88px;
    height: 84px;
    float: left;
    cursor: pointer;
    padding-right: 4px;
    padding-left: 4px;
    line-height: 80px;
}
.smallshow img {
    max-width: 130px;
    max-height: 92px;
}

.smallshow img {
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    transition: all 0.5s;
    object-fit: contain;
}
.smallshow>.next.nextnone {
    right: 0;
    /*cursor: not-allowed;*/
}

.smallshow>.next {
    right: 0;
    transition: all 0.5s;
    cursor: pointer;
}
.smallshow>.next.nextnone span {
    color: rgba(255,255,255,.5);
}
.zjlooklistbot .xbtn:hover {
    border-color: #88B7B3;
    color: #88B7B3;
}

.pDetailcontext p font{
    float: none !important;
}
.productDetailcon h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 3%;
    height: 64px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.chanpin-metadesc{
    display: -webkit-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.productDetailcon {
    float: left;
    width: 50%;
    height: 100%;
    padding: 2%;
    padding-bottom: 0;
    padding-top: 3.5%;
    box-sizing: border-box;
}
.productDetailcon h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 3%;
    height: 64px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.chanpin-metadesc {
    display: -webkit-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.productDetailcon .p_color {
    color: #EC5B5B;
    font-size: 12px;
    margin: 11px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}
.pDetailcontext {
    background-color: #FAFAFA;
    padding: 10px 20px;
    margin: 20px 20px 25px 0;
}
.pDetailcontext p {
    line-height: 30px;
    color: #35363D;
    font-size: 14px;
}
.pDetailcontext p font {
    color: #7F8188;
    float: left;
    margin-right: 10px;
}
.pDetailbtn a {
    width: 22%;
    display: block;
    margin-right: 2%;
    float: left;
    height: 40px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: rgba(136,183,179,0);
    border: 2px solid rgba(136, 183, 179, 1);
    border-radius: 6px 6px 6px 6px;
}
.pDetailbtn a:hover {
    background: #88B7B3;
    border-color: #88B7B3;
    color: #FFF!important;
}

.detailscompanyleft img{
    max-width: 260px;
    max-height: 140px;
}
.detailscompany {
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
}
.detailscompanyleft {
    float: left;
    width: 19%;
    margin-right: 2%;
    background-color: #F7F7F7;
    text-align: center;
    overflow: hidden;
    height: 110px;
    line-height: 110px;
}
.detailscompanyleft img {
    vertical-align: middle;
    max-width: 100%!important;
    max-height: 100%!important;
    width: auto!important;
    height: auto!important;
    transition: all 2s;
    transform: scale(1);
}
.detailscompanyleft:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.lianxikefu {
    padding: 0px 15px;
    line-height: 28px;
    font-size: 12px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    margin-bottom: 18px;
    float: left;
    display: block;
    margin-right: 5px;
    position: relative;
}
.detailscompanyright {
    float: left;
    width: 78%;
    padding-top: 2%;
}
.detailscompanyrtop h3 {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-right: 2.5%;
    margin-top: 5px;
}
.detailscompanyrtop>a {
    float: left;
    height: 30px;
    background: rgba(249,249,249,1);
    border: 1px solid rgba(193,194,200,1);
    border-radius: 5px;
    color: #8B8D99;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 14px;
}
.detailscompanyrtop a:hover, .detailscompanyrtop a.detailscompanyrtopact {
    background: #88B7B3;
    color: #FFF !important;
    border-color: #88B7B3;
}
.detailscompanyrtop a span {
    float: left;
    margin-right: 5px;
}
.detailscompanyrbot {
    padding-top: 20px;
}
.detailscompanyrbot p {
    font-size: 16px;
    color: #2F3037;
    float: left;
    max-width: 25%;
    display: inline-block;
    padding-right: 40px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height: 24px;
}
.detailscompanyrbot p span {
    font-size: 18px;
    color: #88B7B3;
    margin-right: 10px;
}
.detailscompanyrbot p:nth-child(2n) {
    /* max-width: 45%; */
    text-align: center;
    padding: 0 40px;
}
.detailscompanyrbot p:nth-child(3n) {
    max-width: 30%;
    padding-left: 40px;
}
.detailstab {
    height: 44px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(229,229,229,1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.detailstab li {
    float: left;
    line-height: 42px;
}
.detailstab li:hover a, .detailstab li.detailstabact a {
    background-color: #88B7B3;
    color: #FFF;
}
.detailstab li a {
    display: block;
    padding: 0 30px;
    color: #2F3037;
    font-weight: 600;
}
.basicPiclist img{
    max-width: 448px;
    max-height: 336px;
}
.basicPiclist img {
    display: block;
    width: 100%;
    transition: all 2s;
    transform: scale(1);
}
.basicPiclist:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.videotext {
    position: absolute;
    font-size: 16px;
    line-height: 18px;
    bottom: 32px;
    left: 30px;
}
.videotext span {
    font-size: 38px;
    float: left;
    margin-top: 8px;
    cursor: pointer;
}
.basicPiclist {
    width: 32%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}
.videotext p {
    float: left;
    width: 45px;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
}
.basicvideolist {
    position: relative;
}
.basicPic {
    margin-top: 20px;
}
.classify dd {
    display: none;
}
.classify {
    bottom: auto;
}
.classify:hover dd {
    display: block;
}
.cslbxcx img {
    width: 100%;
    height: 100%;
}
.cslbxcx {
    position: absolute;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,1);
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 3px;
    left: 50%;
    margin-left: -50px;
    display: none;
    z-index: 9;
    bottom: 29px;
}

.cslbxcxbtn:hover .cslbxcx {
    display: block;
}
/*-----------tonglei产品-------*/
.congeneric {
    background-color: #EBEBEB;
    padding-top: 20px;
    padding-bottom: 20px;
}
.boxtitle h4 {
    font-size: 26px;
    float: left;
    font-weight: 600;
    line-height: 28px;
}
.boxtitle span {
    font-size: 18px;
    color: #c1c2c8;
    font-weight: normal;
    margin-left: 10px;
    text-transform: uppercase;
}
.zjlooklist {
    margin-top: 30px;
}
.congeneric .zjlooklist li {
    width: 23.5%;
}
.zjlooklist li {
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}
.congeneric .zjlooklist li:nth-child(4n) {
    margin-right: 0;
}
.zjlooklisttop {
    position: relative;
    text-align: center;
    overflow: hidden;
    /* background: radial-gradient(circle,rgba(255,255,255,1),rgba(242,242,242,1)); */
    background: #fff;
    height: 282px;
    /*line-height: 282px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.zjlooklisttop span {
    z-index: 99;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zjlooklisttop span {
    position: absolute;
    color: #828282;
    background: #f2f2f2;
    font-size: 12px;
    width: 65px;
    height: 25px;
    border: 1px solid #929292;
    text-align: center;
    line-height: 25px;
    left: 15px;
    top: 9px;
}
.zjlooklisttop img {
    vertical-align: middle;
    /* display: block; */
    transition: all 2s;
    transform: scale(1);
    margin: 0 auto;
    max-width: 100%!important;
    max-height: 100%!important;
    width: auto!important;
    height: auto!important;
}

.zjlooklisttop:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.zjlooklistbot {
    background: #fafafa;
    padding: 15px 10px;
}
.zjlooklistbot h6 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}
.zjlooklistbot h6 a {
    color: #2F3037;
    font-size: 18px;
}
.zjlooklistbot .xbtn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}
.zjlooklistbot .xbtn {
    color: #C1C2C8;
    font-size: 14px;
    width: 180px;
    height: 27px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(223, 223, 223, 1);
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
    display: block;
}
.zjlooklistbot h6 a:hover {
    color: #88B7B3;
}

/*======================同类厂家====================*/
.cpxqyrecommend {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cpxqyrecommend .recommendpic {
    margin-bottom: 0;
}
.recommendpic {
    margin-top: 20px;
    margin-bottom: 20px;
}
.recommendpic li {
    width: 15.8%;
    float: left;
    background: #D1DBDB;
    margin-right: 1%;
}
.recommendpic li:nth-last-of-type(1) {
    margin-right: 0 !important;
}
.recommendpicimg {
    text-align: center;
    overflow: hidden;
    height: 120px;
    line-height: 120px;
    background: #F1F1F1;
    /* background: radial-gradient(circle,rgba(241,241,241,1),rgba(255,255,255,1)); */
    background: #fff;
}
.recommendpicimg {
    /*width: 230px !important;*/
}
.recommendpicimg img {
    vertical-align: middle;
    transition: all 2s;
    transform: scale(1);
    max-width: 90%;
    max-height: 90%;
}
.recommendpicimg:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.recommendpic li p {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommendpic li:hover {
    background: rgba(136,183,179,1);
    box-shadow: 0px 5px 12px 0px rgba(101,171,165,0.18);
}

/*------------最新资讯---------------*/

.zxzx {
    padding: 20px 0;
}
.zxzx-cont {
    background: #fff;
    padding: 20px 0;
    margin-top: 20px;
}
.zxzx-cont-list {
    float: left;
    width: 33%;
    /* margin-right: 2%; */
    margin: 2px 0;
    display: flex;
    font-size: 13px;
    color: #2f3037;
    align-items: center;
}
.zxzx-cont-list span {
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 50%;
    display: block;
    background: rgb(208,208,206);
}
.zxzx-cont-list div {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Recommended-swiper .swiper-slide{
    display: flex !important;
}
.Recommended-swiper{
    margin-bottom: 20px;
}
.Recommended-swiper a{
    width: 230px !important;
    background: #fff;
    margin-right: 10px;
    display: block;
}
.Recommended-swiper a:hover{
    box-shadow: 0px 5px 12px 0px rgba(101,171,165,0.18);
    background: rgba(136, 183, 179, 1);
}
.Recommended-swiper a p {
    font-size: 16px;
    color: #4e4e4e;
    text-align: center;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Recommended-swiper a:hover p {
    color: #fff;
}
.recommend-prev,.recommend-next{
    background-image: none;
}
.producerlistleft .cgt{
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 0;
    top:0;
    background: url(../img/changshang/cgtbg02.png) no-repeat bottom center;
    width: 91px;
    height: 31px;
    background-size: cover;
}
.filter-close{
    cursor: pointer;
}
.filter-close:after{
    color: #fff;
    content: '\2715';
    font-size: 16px;
}
.boxtitle .proMore {
    color: #c1c2c8;
    font-size: 14px;
    float: right;
    display: block;
    width: 87px;
    height: 30px;
    border: 1px solid #c1c2c8;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
    float: right;
}
.boxtitle .proMore:hover {
    border-color: #80bbb7;
    color: #80bbb7;
}

.pDetailtishi {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.pDetailtishi span {
    font-size: 16px;
    margin-right: 10px;
    color: #CBCBCB;
}

/*产品主图上的视频播放图标*/
.bgvideo{
    position: absolute;
    bottom:140px;
    left: 30px;
    cursor:pointer;
    font-size: 40px;
    /*color:rgb(255,255,255,0.7);*/
}

/*厂商已收藏样式*/
.detailscompanyright a.on {
    background: #88B7B3;
    color: #FFF !important;
    border-color: #88B7B3;
}
.pDetailbtn a.on{
    background: #88B7B3;
    color: #FFF !important;
    border-color: #88B7B3;
}

.shoucang:not([href]):not([tabindex]) {
    color: #8B8D99;
    text-decoration: none;
}
.detailstabcon img{
    max-width: 100%;
}
















