﻿/* 基本样式 */
*
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
body
{
    text-align: center;
}
.webWrapper
{
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
ul
{
    list-style-type: none;
}
a:link, a:visited
{
}
a:hover, a:active
{
    text-decoration: none;
    font-weight: bold;
}
.linkColorRed a:link, .linkColorRed a:visited
{
    color: Red;
}
.linkColorRed a:hover, .linkColorRed a:active
{
    color: Red;
    font-weight: bold;
}
.linkColorBlack a:link, .linkColorBlack a:visited
{
    color: Black;
}
.linkColorRed a:hover, .linkColorBlack a:active
{
    color: Black;
    font-weight: bold;
}
/* 基本样式 结束*/

/* 公共样式 */
.ulHorizontal li
{
    float: left;
}
.ulHorizontal a
{
    display: block;
    padding-left: 10px;
}

/*.............................*/
.boxer
{
    float: left;
    border: solid 1px #FF9F19;
    position: relative;
}
.boxer li
{
    position: relative;
}
.boxer .more
{
    position: absolute;
    height: 25px;
    line-height: 25px;
    top: 0px;
    right: 0px;
    margin-right: 5px;
    clear: both;
}
.boxer h3, .boxer h2
{
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background: url('/Image/bg_repeat.gif') repeat-x 0px -45px;
}
.boxer .toRight
{
    position: absolute;
    width: 30px;
    right: 5px;
}
.hideOverFlow
{
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.pStyle
{
    float: left;
    border: solid 1px #FF9F19;
    background-color: #FBFBFB;
    position: relative;
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.pStyle p, .pStyle ul, .pStyle table
{
    margin: 10px;
}
.pStyle li
{
    margin-top: 5px;
}
.pStyle h3
{
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    border-bottom: solid 1px #FF9F19;
    background-color: #FEF5F9;
}
/*.............................*/
/* 公共样式 结束*/


/* 信用网样式 */
#logo
{
    width: 1000px;
    height: 60px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    float: left;
}
#logo span
{
    background-color: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
}
#logo span.LogoStyle
{
    background: url(/image/topBanner.jpg) no-repeat;
}
#logo span.LogoStyle10000005
{
    background: url(/image/topbanner-hubei.jpg) no-repeat;
}
#logo span.LogoStyle10000002
{
    background: url(/image/topbanner-beijing.jpg) no-repeat;
}
#logo span.LogoStyle10000000
{
    background: url(/image/topbanner-guangdong.jpg) no-repeat;
}
#logo span.LogoStyle10000001
{
    background: url(/image/topbanner-guangxi.jpg) no-repeat;
}
#logo span.LogoStyle10000026
{
    background: url(/image/topbanner-fujian.jpg) no-repeat;
}
#logo span.LogoStyle10000027
{
    background: url(/image/topbanner-guizhou.jpg) no-repeat;
}
#logo span.LogoStyle10000028
{
    background: url(/image/topbanner-hebei.jpg) no-repeat;
}
#logo span.LogoStyle10000029
{
    background: url(/image/topbanner-foshan.jpg) no-repeat;
}
#logo span.LogoStyle10000004
{
    background: url(/image/topbanner-zhaoqing.jpg) no-repeat;
}
#logo span.LogoStyle10000007
{
    background: url(/image/topbanner-zhejiang.jpg) no-repeat;
}
#logo span.LogoStyle10000014
{
    background: url(/image/topbanner-jiangmen.jpg) no-repeat;
}
#logo span.LogoStyle10000019
{
    background: url(/image/topbanner-zhanjiang.jpg) no-repeat;
}
#logo span.LogoStyle10000023
{
    background: url(/image/topbanner-chaoshan.jpg) no-repeat;
}
/*.............................*/
#search
{
    margin-top: 5px;
    float: left;
    width: 100%;
    position: relative;
    height: 67px;
    background: url('/Image/bg.gif') no-repeat -30px -134px;
}
#search #searchArea
{
    float: left;
    width: 98%;
    position: absolute;
    top: 0px;
    left: 43px;
}
#search #searchArea .ulHorizontal
{
    margin: 0px 0px 0px 0px;
}
#search #searchArea .ulHorizontal li
{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin: -1px 0px 0px 2px !important;
    margin: -3px 0px 0px 2px;
    padding: 0px;
    background: url('/Image/bg.gif') no-repeat -28px -84px !important;
    background: url('/Image/bg.gif') no-repeat -28px -82px;
    color: #ffffff;
    font-weight: bold;
}
#search #searchArea .ulHorizontal .changeBG
{
    background: url('/Image/bg.gif') no-repeat -140px -84px !important;
    background: url('/Image/bg.gif') no-repeat -140px -82px;
    margin-left: 0px;
    color: #000000;
}
#search #searchArea .ulHorizontal li input
{
    position: absolute;
    top: -1000px; /*visibility: hidden;*/
}
#search #searchArea #inputArea
{
    margin: 3px 0px 0px 3px;
    clear: both;
    float: left;
}
#search #inputSubmit
{
    float: left;
    margin-left: 10px;
    margin-top: -3px;
}
#search .submit
{
    width: 73px;
    border: 0px;
    height: 30px;
    line-height: 30px;
    background: url('/Image/bg.gif') no-repeat -312px -28px;
    font-weight: bold;
}

/*.............................*/
#adhead
{
    float: left;
    clear: both;
    width: 100%;
    height: 90px;
    margin: 5px 0px 0px 0px;
    background: url(/Image/ad_1.jpg) no-repeat;
}
#adMiddle
{
    float: left;
    clear: both;
    width: 100%;
    height: 55px;
    margin: 5px 0px 0px 0px;
}
#ad2
{
    float: left;
    clear: both;
    width: 100%;
    height: 90px;
    margin: 5px 0px 0px 0px;
    background: url(/Image/ad_2.jpg) no-repeat;
}
#live800
{
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 0px 0px 0px;
}
#ad3
{
    float: left;
    clear: both;
    width: 100%;
    height: 90px;
    margin: 5px 0px 0px 0px;
    background: url(/Image/ad_3.jpg) no-repeat;
}
/*.............................*/
#topLink
{
    float: left;
    clear: both;
    width: 100%;
    background: url('/Image/bg_repeat.gif') repeat-x 0px -40px;
    line-height: 30px;
    height: 30px;
}
#topLink #setAsDefult
{
    float: left;
    padding-left: 10px;
}
#topLink .ulHorizontal
{
    float: right;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
}
/*.............................*/
#apply, #navigate
{
    float: left;
    clear: both;
    border: solid 1px #FF9F19;
    background-color: #FEF5F9;
    width: 100%;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
}
#apply h2, #navigate h2
{
    float: left;
    padding-left: 10px;
}
#navigate
{
    background: url('/Image/bg_repeat.gif') repeat-x 0px -85px;
}
#navigate ul li
{
    background: url('/Image/bg_repeat.gif') no-repeat 5px -7px;
}


#navigate a:link, #navigate a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
#navigate a:hover, #navigate a:active
{
    text-decoration: none;
    color: #FFFFFF;
}
/*.............................*/
#content
{
    float: left;
    width: 100%;
    clear: both;
}
#content #primary
{
    float: left;
    width: 745px;
}
#content #secondary
{
    float: left;
    width: 250px;
}
/*.............................*/

#content #supply
{
    width: 100%;
    margin: 5px 0px 0px 0px;
    height: 40px;
    float: right;
    position: relative;
    background: url('/Image/bg.gif') no-repeat -28px -228px;
}

#content #primary .oneCol, #content #primary .twoCol, #content #primary .threeCol, #content #primary .twoSmallCol, #content #primary .oneSmallCol
{
    margin: 5px 0px 0px 4px;
}
#content #primary .percent100Col
{
    width: 100%;
}
#content #primary .oneCol
{
    width: 736px;
}
#content #primary .twoCol
{
    width: 364px;
}
#content #primary .threeCol
{
    width: 241px;
}
#content #primary .oneSmallCol
{
    width: 250px;
}
#content #primary .twoSmallCol
{
    width: 200px;
}
#content #primary .secondaryContentCol
{
    width: 100%;
}
#content #primary #imageMsg
{
    float: left;
    position: relative;
    width: 316px;
    margin: 5px 5px 0px 0px;
    height: 225px;
    border: solid 1px #CCCCCC;
}

#content #primary .boxer li
{
    padding-left: 10px;
    line-height: 20px;
    height: 20px;
}

#content #primary .initial
{
    padding-left: 8px;
}
/*.............................*/
#primary #detailsDisplay, #primary #detailsDisplay2, #primary #productIntro, #primary #productImages, #primary #productCertificateImages
{
    float: left;
    border: solid 1px #FF9F19;
    background-color: #FBFBFB;
    position: relative;
    width: 730px;
    margin: 5px 0px 5px 0px;
}
#primary #detailsDisplay p, #primary #productIntro p
{
    padding: 5px 15px 5px 15px;
}
#primary #detailsDisplay h2, #primary #detailsDisplay h3, #primary #productIntro h2, #primary #productIntroh3, #primary #productImages h2, #primary #productImages h3, #primary #productCertificateImages h2, #primary #productCertificateImages h3
{
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #FF9F19;
    background-color: #FEF5F9;
}

#content #primary #productImages, #content #primary #productCertificateImages
{
    padding: 0px 0px 10px 0px;
}
#content #primary #productImages li, #content #primary #productCertificateImages li
{
    height: auto;
    padding: 10px 0px 0px 0px;
}
#content #primary #productImages .smallPic, #content #primary #productCertificateImages .smallPic
{
    width: 70;
    height: 70;
    padding: 3px;
    border: solid 1px #CCCCCC;
    display: block;
}

#primary #detailsDisplay #contact
{
    padding: 20px;
}
#primary .Line
{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #FF9F19;
}

#primary .inputLabel
{
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 0px 20px;
}
#primary .redMsg
{
    padding: 0px 0px 0px 10px;
    color: Red;
}
.hidden
{
    display: none;
}
.tableList
{
    border: solid 1px blue;
    width: 98%;
}
/*.............................*/
#content #primary #supply
{
    float: left;
}
#content #primary #supplyLeft, #content #primary #supplyRight
{
    width: 100px;
    float: left;
    padding: 0px 0px 5px 0px;
}
#content #primary #supplyLeft a, #content #primary #supplyRight a
{
    float: left;
    width: 90px;
    margin: 5px 0px 0px 5px;
    border: solid 1px #FF9F19;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#content #primary #supplyContent
{
    width: 315px;
    float: left;
}
#content #primary #supplyContent li
{
}
/*.............................*/
#content #primary #productList
{
    float: right;
    padding: 0px 0px 10px 0px;
}
#content #primary #productList h3 a
{
    padding: 0px 0px 0px 10px;
}
#content #primary #productList li
{
    height: auto;
    padding: 10px 0px 0px 0px;
}
#content #primary #productList .smallPic
{
    width: 80;
    height: 80;
    padding: 3px;
    border: solid 1px #FF9F19;
}
/*.............................*/
#content #buttonArea
{
    float: right;
    width: 100%;
    height: 160px;
    margin: 5px 0px 5px 0px;
    background: url('/Image/bg.gif') no-repeat -28px -284px;
}
#content #buttonArea a
{
    height: 32px;
    line-height: 32px;
    width: 88px;
    margin: 2px 1px 0px 5px;
    padding: 0px;
    text-align: center;
    display: block;
    background: url('/Image/bg.gif') no-repeat -283px -284px;
}

#content #secondary .boxer
{
    width: 100%;
    margin: 5px 0px 0px 0px;
}
#content #secondary .boxer li
{
    padding-left: 10px;
    line-height: 20px;
    height: 20px;
}
/*.............................*/

#weblink
{
    clear: both;
    float: left;
    width: 100%;
    margin-top: 5px;
}
#weblink li
{
    height: 30px;
    line-height: 30px;
}
#weblink li a
{
    white-space: nowrap;
}
/*.............................*/
#edition
{
    border-top: solid 1px #FF9F19;
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
    top: 5px;
}
#edition ul
{
    height: 20px;
    line-height: 20px;
    width: 99%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
#edition li
{
    padding-right: 10px;
}
#edition p
{
    clear: both;
}


/*.............................*/
#certificateWrapper
{
    width: 200px;
    height: 271px;
    position: relative;
    margin: 10px;
    float: left;
}
.certificate020000
{
    background: url(/Image/020000S.jpg) no-repeat;
}
.certificate030000
{
    background: url(/Image/030000S.jpg) no-repeat;
}
.certificate030200
{
    background: url(/Image/030200S.jpg) no-repeat;
}
.certificate030300
{
    background: url(/Image/030300S.jpg) no-repeat;
}
.certificate030400
{
    background: url(/Image/030400S.jpg) no-repeat;
}
.certificate040000
{
    background: url(/Image/040000S.jpg) no-repeat;
}
.certificate060000
{
    background: url(/Image/060000S.jpg) no-repeat;
}
.certificate070000
{
    background: url(/Image/070000S.jpg) no-repeat;
}
.certificate080000
{
    background: url(/Image/080000S.jpg) no-repeat;
}
.certificate090000
{
    background: url(/Image/090000S.jpg) no-repeat;
}
.certificate0A0000
{
    background: url(/Image/0A0000S.jpg) no-repeat;
}
.certificate0D0000
{
    background: url(/Image/0D0000S.jpg) no-repeat;
}

.certificate0D0000 #companyAward, .certificate020000 #companyAward, .certificate030000 #companyAward, .certificate030200 #companyAward, .certificate040000 #companyAward, .certificate060000 #companyAward, .certificate070000 #companyAward, .certificate080000 #companyAward, .certificate090000 #companyAward, .certificate0A0000 #companyAward
{
    font: 8px;
    position: absolute;
    top: 90px;
    left: 20px;
    text-align: center;
    overflow: hidden;
    width: 160px;
}
.certificate0D0000 #awardClass
{
    visibility: hidden;
}
.certificate060000 #awardClass
{
    font: 8px;
    position: absolute;
    top: 117px;
    left: -10px;
    text-align: center;
    overflow: hidden;
    width: 200px;
}
.certificate020000 #awardClass, .certificate030000 #awardClass, .certificate030200 #awardClass, .certificate040000 #awardClass, .certificate070000 #awardClass, .certificate080000 #awardClass, .certificate090000 #awardClass, .certificate0A0000 #awardClass
{
    visibility: hidden;
}
.certificate020000 #awardYear, .certificate030000 #awardYear, .certificate040000 #awardYear, .certificate090000 #awardYear
{
    font: 8px;
    position: absolute;
    top: 120px;
    left: 47px;
}
.certificate030200 #awardYear, .certificate060000 #awardYear, .certificate080000 #awardYear, .certificate070000 #awardYear, .certificate0A0000 #awardYear
{
    visibility: hidden;
}

.certificate0D0000 #awardYear
{
    visibility: hidden;
}
/*.............................*/
#certificateAll
{
    width: 760px;
    height: 1029px;
    position: relative;
    margin: 10px 0px;
    padding: 0px;
    float: left;
}
.certificateAll020000
{
    background: url(/Image/020000M.jpg) no-repeat;
}
.certificateAll030000
{
    background: url(/Image/030000M.jpg) no-repeat;
}
.certificateAll030200, .certificateAll030300, .certificateAll030400
{
    background: url(/Image/030200M.jpg) no-repeat;
}
.certificateAll040000
{
    background: url(/Image/040000M.jpg) no-repeat;
}
.certificateAll060000
{
    background: url(/Image/060000M.jpg) no-repeat;
}
.certificateAll070000
{
    background: url(/Image/070000M.jpg) no-repeat;
}
.certificateAll080000
{
    background: url(/Image/080000M.jpg) no-repeat;
}
.certificateAll090000
{
    background: url(/Image/090000M.jpg) no-repeat;
}
.certificateAll0A0000
{
    background: url(/Image/0A0000M.jpg) no-repeat;
}
.certificateAll0D0000
{
    background: url(/Image/0D0000M.jpg) no-repeat;
}
.certificateAll0D0000 #txtCompanyName, .certificateAll060000 #txtCompanyName, .certificateAll070000 #txtCompanyName, .certificateAll080000 #txtCompanyName, .certificateAll0A0000 #txtCompanyName
{
    left: 70px;
    width: 600px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 360px;
}
.certificateAll0A0000 #txtCompanyName
{
    left:0px;
}

.certificateAll0D0000 #txtCertificateClass
{
    visibility: hidden;
}
.certificateAll060000 #txtCertificateClass, .certificateAll070000 #txtCertificateClass
{
    font-size: 36px;
    padding: 0px;
    font-weight: bold;
    left: 300px;
    position: absolute;
    top: 450px;
}
.certificateAll0D0000 #txtCertificateNo
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 200px;
    position: absolute;
    top: 768px;
}

.certificateAll060000 #txtCertificateNo, .certificateAll070000 #txtCertificateNo, .certificateAll080000 #txtCertificateNo, .certificateAll090000 #txtCertificateNo
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 200px;
    position: absolute;
    top: 773px;
}
.certificateAll0D0000 #txtAwardYear,.certificateAll060000 #txtAwardYear, .certificateAll070000 #txtAwardYear, .certificateAll080000 #txtAwardYear, .certificateAll0A0000 #txtAwardYear
{
    visibility: hidden;
    text-indent: 1000px;
}
.certificateAll0D0000 #txtAwardYear2,.certificateAll060000 #txtAwardYear2, .certificateAll070000 #txtAwardYear2, .certificateAll080000 #txtAwardYear2, .certificateAll0A0000 #txtAwardYear2
{
    visibility: hidden;
    text-indent: 1000px;
}
.certificateAll0D0000 #txtIssusedDate, .certificateAll060000 #txtIssusedDate, .certificateAll070000 #txtIssusedDate, .certificateAll080000 #txtIssusedDate, .certificateAll090000 #txtIssusedDate
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 200px;
    position: absolute;
    top: 790px;
}

.certificateAll0A0000 #txtIssusedDate
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 915px;
}

.certificateAll0D0000 #txtExpiryDate, .certificateAll060000 #txtExpiryDate, .certificateAll070000 #txtExpiryDate, .certificateAll080000 #txtExpiryDate, .certificateAll090000 #txtExpiryDate
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 200px;
    position: absolute;
    top: 806px;
}

.certificateAll0A0000 #txtExpiryDate
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 330px;
    position: absolute;
    top: 915px;
}
.certificateAll020000 #txtCompanyName, .certificateAll030000 #txtCompanyName, .certificateAll030200 #txtCompanyName, .certificateAll030300 #txtCompanyName, .certificateAll030400 #txtCompanyName, .certificateAll040000 #txtCompanyName, .certificateAll090000 #txtCompanyName, .certificateAll0A0000 #txtCompanyName
{
    width: 760px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 380px;
}
.certificateAll020000 #txtCertificateClass, .certificateAll030000 #txtCertificateClass, .certificateAll030200 #txtCertificateClass, .certificateAll030300 #txtCertificateClass, .certificateAll030400 #txtCertificateClass, .certificateAll040000 #txtCertificateClass, .certificateAll080000 #txtCertificateClass, .certificateAll090000 #txtCertificateClass, .certificateAll0A0000 #txtCertificateClass
{
    visibility: hidden;
}
.certificateAll020000 #txtCertificateNo, .certificateAll030000 #txtCertificateNo
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 390px;
    position: absolute;
    top: 918px;
}
.certificateAll040000 #txtCertificateNo
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 393px;
    position: absolute;
    top: 910px;
}
.certificateAll030200 #txtCertificateNo, .certificateAll030300 #txtCertificateNo, .certificateAll030400 #txtCertificateNo
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 450px;
    position: absolute;
    top: 915px;
}
.certificateAll0A0000 #txtCertificateNo
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 450px;
    position: absolute;
    top: 915px;
}

.certificateAll020000 #txtAwardYear, .certificateAll030000 #txtAwardYear, .certificateAll030300 #txtAwardYear, .certificateAll030400 #txtAwardYear, .certificateAll070000 #txtAwardYear
{
    font-size: 15px;
    padding: 0px;
    font-weight: bold;
    left: 190px;
    position: absolute;
    top: 918px;
}
.certificateAll040000 #txtAwardYear
{
    font-size: 15px;
    padding: 0px;
    font-weight: bold;
    left: 190px;
    position: absolute;
    top: 910px;
}
.certificateAll030200 #txtAwardYear, .certificateAll030300 #txtAwardYear, .certificateAll030400 #txtAwardYear
{
    visibility: hidden;
}
.certificateAll030200 #txtAwardYear2, .certificateAll030300 #txtAwardYear2, .certificateAll030400 #txtAwardYear2
{
    visibility: hidden;
}
.certificateAll020000 #txtAwardYear2, .certificateAll030000 #txtAwardYear2, .certificateAll030300 #txtAwardYear2, .certificateAll030400 #txtAwardYear2, .certificateAll070000 #txtAwardYear2
{
    font-size: 36px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 463px;
}
.certificateAll090000 #txtAwardYear2
{
    font-size: 36px;
    padding: 0px;
    font-weight: bold;
    left: 290px;
    position: absolute;
    top: 455px;
}
.certificateAll040000 #txtAwardYear2
{
    font-size: 36px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 455px;
}
.certificateAll060000 #txtAwardYear, .certificateAll060000 #txtAwardYear2, .certificateAll070000 #txtAwardYear, .certificateAll080000 #txtAwardYear, .certificateAll090000 #txtAwardYear, .certificateAll080000 #txtAwardYear2, .certificateAll0A0000 #txtAwardYear, .certificateAll0A0000 #txtAwardYear2
{
    visibility: hidden;
}
.certificateAll020000 #txtIssusedDate, .certificateAll030000 #txtIssusedDate, .certificateAll040000 #txtIssusedDate
{
    visibility: hidden;
}
.certificateAll030200 #txtIssusedDate, .certificateAll030300 #txtIssusedDate, .certificateAll030400 #txtIssusedDate
{
    font-size: 13px;
    padding: 0px;
    font-weight: bold;
    left: 160px;
    position: absolute;
    top: 915px;
}
.certificateAll020000 #txtExpiryDate, .certificateAll030000 #txtExpiryDate, .certificateAll040000 #txtExpiryDate
{
    visibility: hidden;
}
.certificateAll030200 #txtExpiryDate, .certificateAll030300 #txtExpiryDate, .certificateAll030400 #txtExpiryDate
{
    font-size: 13px;
    padding: 0px;
    font-weight: bold;
    left: 320px;
    position: absolute;
    top: 915px;
}


.certificate0B0000
{
    background: url(/Image/0B0000S.jpg) no-repeat;
}
.certificate0B0000 #awardYear
{
    visibility: hidden;
}
.certificate0B0000 #awardClass
{
    visibility: hidden;
}
.certificate0B0000 #companyAward
{
    font: 8px;
    position: absolute;
    top: 100px;
    text-align: center;
    overflow: hidden;
    width: 200px;
}
.certificateAll0B0000
{
    background: url(/Image/0B0000M.jpg) no-repeat;
}
.certificateAll0B0000 #txtCertificateClass
{
    visibility: hidden;
}
.certificateAll0B0000 #txtCompanyName
{
    width: 760px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 380px;
}
.certificateAll0B0000 #txtAwardYear, .certificateAll0B0000 #txtAwardYear2
{
    visibility: hidden;
}
.certificateAll0B0000 #txtCertificateNo
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 743px;
}
.certificateAll0B0000 #txtExpiryDate
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 783px;
}
.certificateAll0B0000 #txtIssusedDate
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 763px;
}

#awardPeople, #txtAwardPeople
{
    visibility: hidden;
}
.certificate0C0000
{
    background: url(/Image/0C0000S.jpg) no-repeat;
}
.certificate0C0000 #awardYear
{
    visibility: hidden;
}
.certificate0C0000 #awardClass
{
    visibility: hidden;
}
.certificate0C0000 #awardPeople
{
    visibility: visible;
    font: 8px;
    position: absolute;
    top: 120px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    left: 0px;
}
.certificate0C0000 #companyAward
{
    font: 8px;
    position: absolute;
    top: 100px;
    text-align: center;
    overflow: hidden;
    width: 200px;
}
.certificateAll0C0000
{
    background: url(/Image/0C0000M.jpg) no-repeat;
}
.certificateAll0C0000 #txtCertificateClass
{
    visibility: hidden;
}
.certificateAll0C0000 #txtAwardPeople
{
    visibility: visible;
    width: 760px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 460px;
}
.certificateAll0C0000 #txtCompanyName
{
    width: 760px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 380px;
}
.certificateAll0C0000 #txtAwardYear, .certificateAll0C0000 #txtAwardYear2
{
    visibility: hidden;
}
.certificateAll0C0000 #txtCertificateNo
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 763px;
}
.certificateAll0C0000 #txtExpiryDate
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 803px;
}
.certificateAll0C0000 #txtIssusedDate
{
    font-size: 12px;
    padding: 0px;
    font-weight: bold;
    left: 180px;
    position: absolute;
    top: 783px;
}
/* 信用网样式 结束*/