/***** slogn Products ******/
/*.PDslogan{*/
    /*position: relative;*/
/*}*/
.slogan_Box{
    width: 100%;
    margin: 141px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media(min-width: 768px){
    .slogan_Box{
        height: 300px;
    }
}
.slogan_Box{
    width: 100%;
}
.slogan_Box img{
    width: 100%;
}
/*.PDslogan_cent{*/
    /*position: relative;*/
    /*top: 15%;*/
    /*left: 15%;*/
/*}*/
/*.PDslogan_cent h2{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*font-size: 36px;*/
    /*color: #ffffff;*/
/*}*/

/****** Patent products ******/
.PatentPdc{
    padding: 60px 0 30px;
}
/* 顶部标题部分 */
.PatentPdc_Top,.PatentIntdct_Top,.InternationalCtf{
    width: 800px;
    margin: 0 auto 30px;
    /*text-align: center;*/
}
.PatentPdc_Top h3,.PatentIntdct_Top h3,.InternationalCtf h3{
    line-height: 40px;
    font-size: 20px;
    color: #666666;
    text-align: center;
    /*margin: 0 0 15px;*/

    /*background-color: pink;*/
}
@media(max-width: 768px){
    .PatentPdc_Top h3,.PatentIntdct_Top h3,.InternationalCtf h3{
        position: relative;
        top:10px;
    }
}
.PatentPdc_Top p,.PatentIntdct_Top p,.InternationalCtf p{
    line-height: 24px;
    color: #888888;
    /*font-weight: 500;*/
    text-align: justify;
    margin: 0;
}
/* 详情 */
.PatentPdc_Btm{
    /*padding: 0 15px;*/
    overflow: hidden;
}
.PatentPdc_Btm>div{
    margin-bottom: 30px;
    padding: 0;
}

/* 单个 */
.PatentPdc_lf{
}
.PatentPdc_lf img{
    width: 100%;
}
.PatentPdc_rt{
     /*background-color: pink;*/
     position: relative;
 }
.PatentPdc_rt h4{
    font-size: 16px;
    color: #666666;
    margin-bottom: 10%;
}
.PatentPdc_rt p{
    line-height: 22px;
    margin-bottom: 0;
    /*text-align: justify;*/
    /*text-align: center;*/
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.PatentPdc_rt a{
    position: absolute;
    bottom: 0;
    display: block;
    width: 98px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 6px;
    text-decoration: none;
    color: #888888;
}
.PatentPdc_rt a:hover{
    background-color: #2e3092;
    color: #ffffff;
}

/****** Introduction of patent ******/
.PatentIntdctBox{
    background-color: rgb(246, 246, 246);
    padding: 50px 0 60px;
}
.PatentIntdct_Btm{
    overflow: hidden;
}

.PatentIntdct_pic{
    width: 100%;
}
.PatentIntdct_pic img{
    width: 100%;
}
.PatentIntdct_info h3{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin: 26px 0;
    padding: 0;
}
.PatentIntdct_info p{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    text-align: justify;
    margin: 0;
}
/****** International certification ******/
.InternationalCtf{
    margin: 50px auto 60px;
}

/*********** 分割 **********/
@media (max-width: 992px){
    /*标题*/
    .navBox_lf_title{
        padding: 0 0 0 4px;
        text-align: center;
        margin-left: -75px;
    }
    .navBox_lf_title h3{
        font-size: 14px;
        /*line-height: 44px;*/
    }
    /*slogn*/
    .slogan_Box{
        margin: 53px 0 0;
    }
}
@media (max-width: 768px){
    /*Patent products*/
    .PatentPdc{
        padding: 20px 0 15px;
    }
    .PatentPdc_rt h4{
        text-align: center;
        padding-bottom: 30px;
    }
    .PatentPdc_rt a{
        left: 50%;
        margin-left: -49px;
    }
    /* 顶部标题部分 */
    .PatentPdc_Top,.PatentIntdct_Top,.InternationalCtf{
        width: auto;
        margin: 0 auto 30px;
        /*text-align: center;*/
    }
    .PatentPdc_Top p,.PatentIntdct_Top p,.InternationalCtf p{
        padding: 0 15px;
    }
    /*Introduction of patent*/
    .PatentIntdctBox{
        padding: 30px 0 20px;
    }
    .PatentIntdct_Btm>div{
        margin-bottom: 10px;
    }
    .PatentIntdct_info h3{
        font-size: 14px;
        margin: 15px 0;
    }
    /*International certification*/
    .InternationalCtf{
        margin: 20px 0;
    }
}



































































