
a:hover{
    color: #2d9c4a;
}
.detail {
    background: #f8f8f8;
}
.detail .content .path{
    width: 100%;
    height: 80px;
    justify-content: start;
    flex-wrap: wrap;
}
.detail .content .path a{
    padding: 0 10px;
}
.detail .content{
    display: flex;
    justify-content: space-between;
}
.detail .content .left{
    width: 630px;
}
.detail .content .left .swiper_top{
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.detail .content .left .video_top{
    width: 100%;
    position: relative;
}
.detail .content .left .video_top img{
    cursor: pointer;
}
.detail .content .left .video_top img.active{
    display: none;
}
.detail .content .left .video_top iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.detail .content .left .video_top .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;background: rgba(48, 48, 48,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .content .left .swiper_btm{
    padding: 0 40px;
    position: relative;
}
.detail .content .left .swiper_btm .video{
    position: relative;
}
.detail .content .left .swiper_btm .video .mask{
    position: absolute;
    background: rgba(48, 48, 48,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail .content .left .swiper_btm .video .mask img{
    width: 50%;
    height: 50%;
}

.download{
    background: #f8f8f8;
}
.download .content>.right{
    width: 300px;
    margin-left: 30px;
}
.download .content{
    display: flex;
}
.download .content>.left{
    flex: auto;
    background: #fff;
    margin-bottom: 80px;
}
.gallery{
    padding: 50px 0;
}
.gallery .about_us3{
    flex-direction: column;
}
.gallery .about_us3 .row1{
    margin-bottom: 30px;
    display: flex;
}.gallery{
    padding: 50px 0;
}
.gallery .about_us3{
    flex-direction: column;
}
.gallery .about_us3 .row1{
    margin-bottom: 30px;
    display: flex;
    cursor: pointer;
}
.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: #2d9c4a;
    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: #2d9c4a;
}
.down_load ul li:hover .down_left p{
    color: #2d9c4a;
}
.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;
}
.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,.down_load .page span.page-numbers{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.down_load .page>div a,.down_load .page span.page-numbers{
    color: #666;
    display: flex;
    font-size: 14px;
}
.down_load .page>div:hover,.down_load .page .page-numbers.current{
    background: #2d9c4a;
}
.down_load .page>div:hover a,.down_load .page .page-numbers.current{
    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: 40px 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 30, 7,0.1);
    margin-bottom: 40px;
}
.categort .title h2{
    font-size: 24px;
    font-family: 'DINPro-Medium';
    color: #303030;
    font-weight: normal;
    margin-bottom: 30px;
}
.categort ul li{
   line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.categort ul li:first-child{
    border-top: 1px solid #e5e5e5;
}
.categort ul li a{
    color: #303030;
}
.categort ul li.active a{
    color: #2d9c4a;
}
.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; 
}
.quote .title h2{
    font-size: 24px;
    font-family: 'DINPro-Medium';
    color: #303030;
    font-weight: normal;
    margin-bottom: 30px;
}
.quote ul li{
    list-style: inside;
    color: #303030;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.quote ul li::marker{
    color: #2d9c4a;
}
.download .content .right .btn{
    width: 240px;
    height: 40px;
    background: #2d9c4a;
    border-radius: 4px;
}
.download .content .right .btn a{
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'DINPro-Medium';
    margin-top: 36px;
}
@media (max-width:1023px){
    .download .content>.right{
        width: 30%;
        display: none;
    }
}
@media (max-width:767px){
    .down_load ul li .down_left p{
        line-height: 18px;
    }
    .download .content>.left .download_in{
        padding: 30px 15px;
    }
}



