/* CSS Document */
body{
    font-family: "Noto Sans SC";
}
body,h1,h2,h3,h4,h5,h6,ul,li,div,p{
   margin:0px;
   border:0px;
   border:none;
   padding:0px;
   }
a{
   text-decoration: none; 
}
img{
    border:0px;
}
ul,ol,li,dl,dt,dd{
    list-style-type:none;
}
input{outline: none;}

.bold{
    font-weight: bold;
}

.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: 900px; margin: auto; margin-bottom: 50px;}

/**内页标题一**/
.titleOne{font-size: 26px; color: #222222; display: inline; font-weight: normal;}
.title-green{
    color:#017575;
    font-size: 14px;
    font-weight: bold;
}
/**英文标题**/
.titleEn{font-size: 12px; color: #7b7b7b; margin-left: 9px;border-left: solid #C2C2C2 1px; padding-left: 10px;}

/**内页标题二**/
.titleTwo{font-size: 18px; color: #333; margin-top: 8px;font-weight: normal; }

/**内页标题三**/
.titleThree{font-size: 14px; color: #000;}

/**内页产品列表标题**/
.titleFour{font-size: 18px; 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;}*/























