
/* 产品信息 S */
.pro-info{
    width: 100%;
    float: left;
    margin-top: .29rem;
}
.pro-info-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: .6rem .38rem .52rem .48rem;
    background-color: #f5f5f5;
}
.pro-info-con .pro_img{
    width: 60%;

}
.pro-info-con .pro_info{
    flex: 1;
    padding-left: .47rem;
}

.pro-info-box .back-a{
    background-color: #e31f1f;
    color: #ffffff;
    position: relative;
    text-align: center;
    padding: 2px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    width: 1.93rem;
    font-size: 16px;
    margin-top: .6rem;
    float: left;
}
.pro-info-box .back-a i {
    font-size: 33px;
    padding-right: 12px;
}
.pro-info-box{
    flex: 1;
    padding-left: .45rem;
}
.pro-info-box h3{
    margin: 0px;
    color: #333333;
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: .2rem;
    margin-top: 3px;
    display: inline-block;
    float: left;
    width: 100%;
}
.pro-info-box .hx{
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin-bottom: .1rem;
    display: inline-block;
    float: left;
    width: 100%;
}
.pro-info-box .pro_attr{
    font-size: 16px;
    color: #504f4f;
    margin-top: .25rem;
    line-height: 2;
     display: inline-block;
    float: left;
    width: 100%;
}
.pro-info-box .zxrx i{
    font-style: normal;
    font-size: 22px;
    color: #e31f1f;
    font-weight: bolder;
}

@media (max-width: 768px) {
    .pro-info-con .pro_img {
        width: 100%;
    }
    .pro-info-box {
        /* padding-right: .45rem; */
        padding: 0rem;
        margin-top: .35rem
    }
    .pro-info-con {
        padding-left: .38rem;
        padding-top: .38rem;
    }
    .pro-info-box h3 {
        font-size: .28rem;
    }
}

@media (max-width: 540px) {
    .pro-info-box .pro_attr {
        font-size: .22rem;
    }
    .pro-info-box .zxrx i {
        font-size: .28rem;
    }
    .pro-info-box .back-a {
        width: 2.1rem;
        font-size: .22rem;
    }
    .pro-info-box .back-a i {
        font-size: 23px;
    }
}
/* 产品信息 E */

/* 产品详情 S */
.pro-details{
    width: 100%;
    float: left;
    margin-top: .4rem;
}
.pro-details-con{
    width: 100%;
    float: left;
    background-color: #f5f5f5;
}
.hx-style-title{
    width: 100%;
    float: left;
    padding-top: .5rem;
}
.hx-style-title .title-h3{
    margin: 0px;
    display: inline-block;
    width: 231px;
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bolder;
    position: relative;
}
.hx-style-title .title-h3:before{
    content: "";
    width: 40px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 55%;
    left: 0px;
}
.hx-style-title .title-h3:after{
    content: "";
    width: 40px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 55%;
    right: 0px;
}
.hx-style-title {
    text-align: center;
}
.pro-details-text{
    width: 100%;
    float: left;
    padding: .4rem;

}
.scrollcontainer{
    overflow-x:auto;
}
.scrollcontainer_auto{
    overflow-x:auto;
}
/*滚动条整体宽度*/
.scrollcontainer_auto::-webkit-scrollbar{
    width: 10px;     /*宽对应滚动条的尺寸*/
}
/*轨道*/
.scrollcontainer_auto::-webkit-scrollbar-track{
    background: #f5f5f5;
}
/*滑块*/
.scrollcontainer_auto::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: red;
}



.pro-details-text p{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    text-indent: 32px;
    margin-bottom: 20px;
}
.pro-details-text p:last-child{
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .pro-details-text p {
        font-size: 14px;
    }
    .hx-style-title .title-h3 {
        width: auto !important;
        padding-left: 48px;
        padding-right: 48px;
    }
    .manufacturer .hx-style-title .title-h3 {
        width: auto !important;
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (max-width: 640px) {
    .pro-details-text p {
        font-size: 13px;
    }
}
/* 产品详情 E */

/* 生产企业 S */
.manufacturer{
    width: 100%;
    float: left;
    margin-bottom: .8rem;
}
.manufacturer-con{
    width: 100%;
    float: left;
    margin-top: .4rem;
}
.manufacturer-li{
    display: inline-block;
    width: 33.3%;
    padding: 0 20px;
    
}
.manufacturer-item{
    overflow: hidden;
    background-color: #eff3fa;
}
.manufacturer-li-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.manufacturer-item h4.manufacturer-name{
    margin: 0px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .22rem;
    margin-bottom: .22rem;
    font-weight: bolder;
}
.manufacturer-item:hover h4.manufacturer-name{
    color: #e31f1f;
}
.manufacturer-con .slick-prev {
    width: 45px;
    height: 45px;
    background: none;
    line-height: 45px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
    z-index: 10;
}
.manufacturer-con .slick-prev::before {
    font-family: iconfont;
    content: "\e844";
    font-size: 45px;
    color: #a5a4a4;
}
.manufacturer-con .slick-next {
    width: 45px;
    height: 45px;
    background: none;
    line-height: 45px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.manufacturer-con .slick-next::before {
    font-family: iconfont;
    content: "\e60e";
    font-size: 45px;
    color: #a5a4a4;
}
.manufacturer .container {
    margin: 0 calc(13% - 20px);
}

@media (max-width: 1600px) {
    .manufacturer .container {
        margin: 0 calc(13% - 20px);
    }
    .manufacturer-con .slick-prev {
        width: 45px;
        height: 45px;
        line-height: 45px;
        left: -45px;
    }
    .manufacturer-con .slick-next {
        width: 45px;
        height: 45px;
        line-height: 45px;
        right: -45px;
    }
    .manufacturer-con .slick-prev::before {
        font-size: 45px;
    }
    .manufacturer-con .slick-next::before {
        font-size: 45px;
    }
}

@media (max-width: 1599px) {
    .manufacturer .container {
        margin: 0 calc(12% - 20px);
    }
    .hx-style-title .title-h3 {
        font-size: 28px;
    }
    .manufacturer-con .slick-prev {
        left: -40px;
    }
    .manufacturer-con .slick-next {
        right: -40px;
    }
}

@media (max-width: 1199px) {
    .manufacturer .container {
        margin: 0 calc(7.5% - 20px);
    }
    .manufacturer-con .slick-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: -32px;
    }
    .manufacturer-con .slick-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: -32px;
    }
    .manufacturer-con .slick-prev::before {
        font-size: 35px;
    }
    .manufacturer-con .slick-next::before {
        font-size: 35px;
    }
}

@media (max-width: 989px) {
    .manufacturer-con .slick-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: -20px;
    }
    .manufacturer-con .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: -20px;
    }
    .manufacturer-con .slick-prev::before {
        font-size: 30px;
    }
    .manufacturer-con .slick-next::before {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .manufacturer .container {
        margin: 0 calc(7.5% - 20px);
    }
    .manufacturer-con .slick-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: -20px;
    }
    .manufacturer-con .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: -20px;
    }
    .manufacturer-con .slick-prev::before {
        font-size: 30px;
    }
    .manufacturer-con .slick-next::before {
        font-size: 30px;
    }
    .hx-style-title .title-h3 {
        font-size: 25px;
    }
}

@media (max-width: 639px) {
    .manufacturer-con .slick-prev {
        left: 0px;
    }
    .manufacturer-con .slick-next {
        right: 0px;
    }
    .hx-style-title .title-h3 {
        font-size: 20px;
    }
    .manufacturer-item h4.manufacturer-name {
        font-size: 13px;
    }
}
/* 生产企业 E */

/* 产品应用详情 S */
.proapp-details{
    width: 100%;
    float: left;
    margin-top: .6rem;
    margin-bottom: .6rem;
}
.proapp-details-con{
    width: 100%;
    float: left;
    background-color: #f5f5f5;
}
.proapp-details-text{
    width: 100%;
    float: left;
    padding: .4rem;
}
.proapp-details-text p{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    text-indent: 32px;
    margin-bottom: 20px;
}
.proapp-details-text p:last-child{
    margin-bottom: 0px;
}
.proapp-details-title{
    width: 100%;
    float: left;
    padding-top: .5rem;
    text-align: center;
}
.proapp-details-title .title-h3{
    margin: 0px;
    display: inline-block;
    width: 231px;
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bolder;
    position: relative;
}

@media (max-width: 1599px) {
    .proapp-details-title .title-h3{
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .proapp-details-text p {
        font-size: 14px;
    }
    .proapp-details-title .title-h3{
        font-size: 25px;
    }
}

@media (max-width: 640px) {
    .proapp-details-text p {
        font-size: 13px;
    }
    .proapp-details-title .title-h3{
        font-size: 20px;
    }
}
/* 产品应用详情 S */


