.faq .content{
    display: flex;
    justify-content: space-between;
}

.faq .content .left{
    max-width: 1060px;
    width: 100%;
}

.faq .content .left h1{
    font-size: 40px;
    font-family: 'Hind-Bold';
}
.faq .content .left>p{
    font-size: 16px;
    color: #404040;
    margin-bottom: 30px;
}
.faq .content .left .title h3{
    font-size: 24px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.faq .content .left .title ul{
    margin-bottom: 50px;
}
.faq .content .left .title ul li{
    padding: 30px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.faq .content .left .title ul li .q{
    display: flex;
    position: relative;
    cursor: pointer;
}
.faq .content .left .title ul li .q .svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
}
.faq .content .left .title ul li .q .svg .cls-1{
    fill: #666;
}
.faq .content .left .title ul li.active .q .svg .cls-1{
    fill: #0CA37D;
}
.faq .content .left .title ul li .q .svg svg{
    transition: all 0.5s;
}
.faq .content .left .title ul li.active .q .svg svg{
    transform: rotate(45deg);
}

.faq .content .left .title ul li .q p{
    font-size: 16px;
    color: #404040;
    margin-left: 12px;
}
.faq .content .left .title ul li.active .q p{
    font-family: 'Hind-Medium';
    color: #202020;
}
.faq .content .left .title ul li.active .q span{
    color: #0CA37D;
    font-family: 'Hind-Medium';
}
.faq .content .left .title ul li .a{
    display: flex;
    padding-top: 30px;
}
.faq .content .left .title ul li .a span{
    font-family: 'Hind-Medium';
}
.faq .content .left .title ul li .a p{
    font-size: 16px;
    color: #666;
    margin-left: 12px;
}
.faq .content .left  .contact{
    display: flex;

}
.faq .content .left .contact svg{
    margin-right: 10px;
}
.faq .content .left .contact a{
    color: #0CA37D;
    text-decoration: underline;
}

.faq .content .right {
    max-width: 380px;
    width: 100%;
    margin-left: 30px;
}
.faq .content .right .box{
    padding: 50px;
    width: 100%;
    border: 1px solid #e5e5e5;
}

.faq .content .right h3{
    font-size: 24px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    color: #202020;
}
.faq .content .right span.line{
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: relative;
    margin: 20px 0;
}
.faq .content .right span.line::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #0CA37D;
    content: '';
}
.faq .content .right .box ul li{
    margin: 20px 0;
}
.faq .content .right .box ul li a{
    font-size: 16px;
    color: #666;
}
.faq .content .right .box ul li.active a{
    color: #202020;
    font-family: 'Hind-Medium';
}
.faq .content .right .contact{
    padding: 50px;
}
.faq .content .right .contact h3{
    margin-bottom: 20px;
}
.faq .content .right .contact p{
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    display: flex;
}
.faq .content .right .contact p svg{
    margin-right: 10px;
}
.faq .content .right .contact p a{
    color: #404040;
}


/* 视频页 */
.video-content {
    max-width: 1400px;
    margin: auto;
  }
  .tabs-nav__wrap {
    position: relative;
}
.video-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
}
.video-nav__item {
    margin: 0 30px 0 0;
}
.video-nav__item.active .video-nav__link {
    background: #0CA37D;
    color: #fff;
    border-color: #0CA37D;
}
.video-nav__link {
    display: block;
    padding: 10px 30px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #8c8c8c;
    text-align: center;
    white-space: nowrap;
}
.video-nav__link:hover {
    background: #0CA37D;
    color: #fff;
    border-color: #0CA37D;
}
  .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: #0CA37D;
  }
  
  .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/faq/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: #0CA37D;
  }
  
  
  .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: #0CA37D;
}
.download_left .page>div.active a{
    color: #fff;
}
.download_left .page>div:hover{
    background: #0CA37D;
}
.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;
}
.product_list_in .content>.right .row{
    margin-top: 20px;
}

/* 图窗页 */
.picture-item__img-wrap{
    margin-bottom: 30px;
    cursor: pointer;
}
.faq.technology>.content{
    flex-direction: column;
}
.faq.technology h1{
    font-size: 40px;
    font-family: 'Hind-Bold';
    margin-bottom: 20px;
    text-align: center;
}

.faq.technology .title ul{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.faq.technology .title ul li{
    margin: 10px 20px;
    font-size: 20px;
    font-family: 'Hind-Medium';
    position: relative;
    cursor: pointer;
}
.faq.technology .title ul li.active{
    color: #0CA37D;
}
.faq.technology .title ul li.active::after{
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    content: '';
    background: #0CA37D;
}
.faq.technology .tech>p{
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 30px auto;
}







/* 下载页 */

.download .content>.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: #0CA37D;
    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: #0CA37D;
}
.down_load ul li:hover .down_left p{
    color: #0CA37D;
}
.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: #0CA37D;
}
.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;
}





@media (max-width:767px) {
    .content{
        padding: 0 15px;
    }
    .faq .content .left h1{
        font-size: 24px;
    }
    .faq .content .left>p{
        margin-bottom: 20px;
    }
    .faq .content .left .title ul li{
        padding: 15px;
    }
    .faq .content .left .title ul li .q p{
        max-width: 75%;
    }

    .video-item{
        flex-direction: column;
    }
    .video-description{
        padding: 20px 15px;
    }

    .faq.technology .title ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .faq.technology h1{
        font-size: 24px;
        margin-bottom: 0;
    }
    .faq.technology .title ul{
        margin-bottom: 0;
    }




}






