/* CSS Document */

body, h1, h2, h3, h4, h5, h6, input, textarea, p, ul, ol, li, form, img, dl, dt, dd, table, tr, td, th, div, label, em, a, span,p {
    margin: 0px;
    border: 0px;
    border: none;
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    outline: none;
    font-family: "Noto Sans SC" !important;
}

.clear {
    clear: both;
}

.float_L {
    float: left;
}

.float_R {
    float: right;
}

html, body {
    min-width: 1200px;
}

/**页面大小**/
.page {
    width: 1200px;
    margin: auto;
}

/**详情页面大小**/
.pageDetail {
    width: 930px;
    margin: auto;
}

/**内容页大小**/
.content {
    width: 800px;
    margin: auto;
    margin-bottom: 50px;
}

/**内页标题一**/
.titleOne {
    font-size: 26px;
    color: #017575;
    display: inline;
}

/**英文标题**/
.titleEn {
    font-size: 12px;
    color: #017575;
    margin-left: 9px;
    border-left: solid #C2C2C2 1px;
    padding-left: 10px;
}

/**内页标题二**/
.titleTwo {
    font-size: 18px;
    color: #3E3A3B;
    margin-top: 8px;
    font-weight: normal;
}

/**内页标题三**/
.titleThree {
    font-size: 14px;
    color: #000;
    height: 19px;
    overflow: hidden;
}

/**内页产品列表标题**/
.titleFour {
    font-size: 20px;
    color: #000;
}

/**产品详情标题**/
.titleDetail {
    font-size: 30px;
    color: #000;
    display: inline;
    font-weight: normal;
}

.titleDetailMark {
    font-size: 14px;
    color: #757575;
}

/***段落文字***/
/*
.article p{font-size: 12px; color: #6c6c6c; line-height: 20px;
    margin-top: 30px;
}
*/

/***段落图片***/
.article img {
    margin-top: 30px;
}


















