
.blog_detail{
    padding: 80px 0;
}
.blog_detail .content{
    display: flex;
    justify-content: flex-end;
}
.blog_detail .content .left{
    max-width: 1080px;
    margin-right: 40px;
    width: 100%;
}
.blog_detail .content .download_left{
    border: 1px solid #e5e5e5;
    max-width: 100%;
}
.blog_detail .content .download_left h1{
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.blog_detail .content .left h1{
    font-size: 36px;
    margin-bottom: 30px;
}
.blog_detail .content .left .tag ul{
    display: flex;
    margin-bottom: 40px;
}
.blog_detail .content .left .tag ul li{
    padding: 0 20px;
    line-height: 30px;
    border-radius: 4px;
    background: #eaf5f3;
    color: #008574;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.blog_detail .content .left .share{
    position: static;
    flex-direction: initial;
    padding: 20px 0;
    box-shadow: none;
}
.blog_detail .content .left .share ul{
    display: flex;
}
.blog_detail .content .left .share ul li{
    margin-top: 0;
    margin-left: 30px;
}


.blog_detail .content .left .author{
    font-size: 14px;
    font-family: 'Barlow-Medium';
    margin-bottom: 40px;
}
.blog_detail .content .left .author span{
    font-size: 14px;
    color: #008574;
    font-family: 'Barlow-Medium';
}
.blog_detail .content .left .img img{
    width: 100%;
    margin-bottom: 40px;
}
.blog_detail .content .left>p{
    font-size: 16px;
    line-height: 1.5;
    color: #101010;
    margin-bottom: 30px;
}
.blog_detail .content .left h3{
    font-size: 32px;
    font-family: 'Barlow-Medium';
    font-weight: normal;
    margin-bottom: 30px;
}
.blog_detail .content .left h4{
    font-size: 26px;
    font-family: 'Barlow-Medium';
    font-weight: normal;
    margin-bottom: 30px;
}
.blog_detail .content .left>ul,.blog_detail .content .left .text ul{
    margin-bottom: 40px;
}
.blog_detail .content .left>ul>li,.blog_detail .content .left .text ul li{
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    color: #101010;
    padding-left: 30px;
    position: relative;
}
.blog_detail .content .left>ul>li::after, .blog_detail .content .left .text ul li::after{
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #008574;
}
.blog_detail .content .left .btm{
    padding-top: 40px;
    border-top: 2px solid #151e1f;
    margin-bottom: 100px;
}
.blog_detail .content .left .btm p{
    font-size: 16px;
    font-family: 'Barlow-Bold';

}
.blog_detail .content .left .btm p a{
    font-size: 16px;
    color: #008574;
}
.blog_detail .content .left .text{
    padding-top: 40px;
    border-top: 2px solid #151e1f;
}
.blog_detail .content .left .subscribe{
    padding: 80px;
    background: url(/lib/images/blog_detail/img_subscribe_bg.jpg);
    display: flex;
}
.blog_detail .content .left .subscribe h2{
    max-width: 410px;
}
.blog_detail .content .left .subscribe p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.blog_detail .content .left .subscribe input{
    width: 480px;
    height: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    color: #fff;
}
.blog_detail .content .left .subscribe input[type="submit"]{
    background: #bfffbf;
    height: 56px;
    color: #008574;
    font-family: 'Barlow-Medium';
    font-size: 16px;
}

.blog_detail .content .right{
    max-width: 380px;
}
.right .right_sticky .box{
    border: 1px solid #e5e5e5;
    padding: 55px 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.right .right_sticky .box h4{
    font-size: 24px;
    font-family: 'Barlow-Medium';
    color: #101010;
    font-weight: normal;
    margin-bottom: 30px;
}
.right .right_sticky .box .line{
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: relative;
    margin-bottom: 20px;
}
.right .right_sticky .box .line span{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #008574;
}
.right .right_sticky .box ul li{
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
}
.right .right_sticky .box ul a:last-child li{
    border-bottom: none;
}
.right .right_sticky .box ul li p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.right .right_sticky .box ul li p:hover{
    color: #008574;
}
.right .right_sticky .box ul li span{
    font-size: 16px;
    color: #666;
    display: inline-block;
    margin-bottom: 20px;
}
.right .right_sticky .box .tag{
    display: flex;
    flex-wrap: wrap;
}
.right .right_sticky .box .tag li{
    border-bottom: none;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 4px;
    background: #eaf5f3;
    color: #008574;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.right .right_sticky .box .tag li a{
    font-size: 14px;
    color: #008574;
}
.right .right_sticky .sticky{
    background: url(/lib/images/product_detail/img_contact_bg.jpg) no-repeat bottom;
    min-height: 520px;
    position: sticky;
    top: 100px;
    margin-bottom: 0;
}
.right .right_sticky .sticky h4{
    text-align: center;
    line-height: 1.5;
}
.right .right_sticky .sticky ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}
.right .right_sticky .sticky ul li p{
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 0;
}
.right .right_sticky .sticky a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 240px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
    background: #d45800;
    margin-top: 20px;
}
.right .right_sticky .sticky a p{
    font-size: 16px;
    margin-right: 10px;
}
.right .right_sticky{
    height: 100%;
}
.blog_detail .content .share{
    position: fixed;
    top: 180px;
    left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 30 7 / 20%);
    padding: 20px 10px;
    border-radius: 10px;
}
.blog_detail .content .share p{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.blog_detail .content .share span{
    font-size: 16px;
    color: #101010;
    font-family: 'Barlow-Medium';
    margin-bottom: 30px;
}
.blog_detail .content .share ul li{
    margin-bottom: 30px;
}
/* gallery页面 */
.gallery{
    flex: 1;
}
.gallery .row>div{
    margin-bottom: 30px;
}


/* 下载页面 */

.blog_detail .left .download_in{
    padding: 50px 30px;
}
.download_in .download_title{
   padding-bottom: 24px;
    border-bottom: 2px solid #53575e;
}
.download_in .download_title p{
    color: #454545;
}
.download_in .download_title p span{
    font-size: 20px;
    color: #008574;
    font-family: 'DINPro-Medium';
    margin: 0 10px;
}
.down_load ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 78px;
    border-bottom: 1px solid #e5e5e5;
}
.down_load ul li:hover p{
    color: #008574;
}
.down_load ul li:hover .down_left p{
    color: #008574;
}
.down_load ul li .down_left{
    display: flex;
    align-items: center;
}
.down_load ul li .down_left p{
    color: #454545;
    margin-left: 30px;
    max-width: 500px;
    line-height: 24px;
    font-size: 16px;
}
.down_load ul li .down_left .active{
    display: none;
}
.down_load ul li:hover img{
    display: none;
}
.down_load ul li:hover .active{
    display: block;
}
.down_load .page{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.down_load .page>div{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.down_load .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
.down_load .page>div:hover{
    background: #008574;
}
.down_load .page>div:hover a{
    color: #fff;
}
.down_load .page>div .prev svg{
    margin-right: 5px;
}
.down_load .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
.down_load .page>div:hover a svg path{
    fill:#fff;
}
.download .content .right .categort{
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 30, 7,0.1);
    margin-bottom: 40px;
}
.download .content .right .quote{
    /* position: sticky;
    top: 114px; */
    padding: 40px 30px;
    box-shadow: 0 0 10px rgba(0, 30, 7,0.1);
    min-height: 500px;
    background: #fff url(/lib/images/download/img_contact_bg.jpg) no-repeat bottom; 
}
.download .content .right .btn{
    width: 240px;
    height: 40px;
    background: #008574;
    border-radius: 4px;
}
.download .content .right .btn a{
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'DINPro-Medium';
    margin-top: 36px;
}

/* 视频页 */
.video-content {
    max-width: 1400px;
    margin: auto;
    padding: 0 30px;
  }
  .video-content .title{
      margin-top: 30px;
  }
  .video-container .fenxian {
    position: relative;
    width: 100%;
    height: 2px;
    margin: 28px 0 60px;
    background-color: #f7f8fa;
  }
  
  .video-container .fenxian::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 160px;
    height: 100%;
    background-color: #008574;
  }
  
  .video-item {
    display: flex;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
  }
  
  .video-img {
    max-width: 418px;
    max-height: 235px;
    width: 100%;
    height: 100%;
    margin: auto 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .video-img img {
    height: 100%;
    width: 100%;
    transition: all 0.5s;
  }
  
  .video-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0/.3);
  }
  
  .video-playbtn::before {
    position: absolute;
    content: '';
    height: 64px;
    width: 64px;
    background-color: #fff;
    top: 37%;
    left: 43%;
    border-radius: 50%;
    background: url(/lib/images/icon_player.svg) no-repeat center;
    cursor: pointer;
  }
  
  .video-description {
    padding: 30px;
  }
  
  .video-description h4.video-title {
    max-width: 544px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    line-height: 24px;
  }
  
  .video-description .video-time {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .video-description .video-time span {
    color: #8c8c8c;
    font-size: 16px;
    margin-left: 10px;
  }
  
  .video-text {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
  }
  
  .video-item:hover .video-description h4.video-title {
    color: #008574;
  }
  
  
  .video-item:hover .video-img img {
    transform: scale(1.2);
    transition: all 0.5s;
  }

.download_left .page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.download_left .page>div{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.download_left  .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
.download_left .page>div.active{
    background: #008574;
}
.download_left .page>div.active a{
    color: #fff;
}
.download_left .page>div:hover{
    background: #008574;
}
.download_left .page>div:hover a{
    color: #fff;
}
.download_left .page>div .prev svg{
    margin-right: 5px;
}
.download_left .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
.download_left .page>div:hover a svg path{
    fill:#fff;
}
  
  @media (max-width: 767px) {
    .video-container {
      padding: 40px 0;
    }
  
    .video-content {
      padding: 0 15px;
    }
  
    .video-container .fenxian {
      margin: 30px 0;
    }
  
    .video-item {
      flex-direction: column;
    }
  
    .video-description {
      padding: 30px 15px 0;
    }
    .video-content .title{
        margin-top: 0;
    }
  }





@media (max-width:1600px) {
    .blog_detail .content .share{
        left: 50px;
    }
}
@media (max-width:1279px){
    .blog_detail .content .right{
        display: none;
    }
    .blog_detail .content .left{
        max-width: 100%;
        margin-right: 0;
        border: none;
    }
    .blog_detail .content .left .subscribe input{
        width: 330px;
    }
}
@media (max-width:1023px){
    .blog_detail .content .left .subscribe{
        align-items: center;
        padding: 30px;
    }
}
@media (max-width:767px){
    .blog_detail .content .left .subscribe{
        flex-direction: column;
    }
    .blog_detail{
        padding: 30px 0px;
    }
    h1{
        font-size: 28px;
    }
    .blog_detail .content .left h1{
        padding: 0;
        padding-bottom: 20px;
    }
    .blog_detail .content .left .tag ul{
        margin-bottom: 30px;
    }
    .blog_detail .content .left .author{
        margin-bottom: 30px;
    }
    .blog_detail .content .left h3{
        font-size: 26px;
    }
    .blog_detail .content .left>p{
        margin-bottom: 20px;
    }
    .blog_detail .content .left>ul, .blog_detail .content .left .text ul{
        margin-bottom: 20px;
    }
    .blog_detail .content .left .btm{
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .blog_detail .content .share{
        display: none;
    }
    .blog_detail .content .left .subscribe h2{
        font-size: 26px;
        text-align: center;
    }
    .blog_detail .left .download_in{
        padding: 0;
    }
}



