﻿@CHARSET "UTF-8";

/*banner*//* roundabout */
#nbanner{width:100%;position:relative;height:300px;background:url(../images/aboutus.jpg) no-repeat}

/*content*/
#content{width:1170px;margin:0 auto;overflow:hidden;padding: 30px 0;}
#content .content-container{width:100%;height:100%;margin:auto;}


/*侧栏导航*/
#content .slider-left{  float: left;  width: 260px; }

/*正文-当前位置*/
#content .content-main{width:870px;min-height:500px;float:left;padding-left:30px;}
#content .content-main-top{height:40px}
#content .content-main .home{width:15px;height:15px;border:0}
#content .content-main a{font-size:16px;line-height:40px;color:rgb(36,14,5)}
#content .content-main a:hover{color:#47ab34;transition: all .3s ease-out;}
/*line*/
div.linefen{width:100%;height:1px;padding-bottom:10px; margin:0 auto;border-top:1px #575757 dotted;overflow:hidden;float: left}


/*正文-内容*/
#content .content-main .content-text{
    float:left;
    width:870px;
    height: 1223px;
    color:#575757;
    line-height:30px;
    padding: 20px 0 0 0;
    background: url(../images/certsearch.jpg) no-repeat;
}

/**tabs**/
.tabPanel{
    width: 600px;
    height: 280px;
    padding: 380px 0 0 140px;
}
.tabPanel ul{height:30px;border-bottom:1px solid #aaa;}
.tabPanel ul li{
    float:left;
    margin:0 2px 0 0;
    border:1px solid #aaa;
    font-size:12px;
    height:29px;
    line-height:30px;
    width:196px;
    text-align:center;
    cursor:pointer;
    text-shadow:0 1px 0 #fff;
    border-radius:4px 4px 0 0;
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
    background:#575757;
    background:-moz-linear-gradient(top, #eee, #ddd);
    background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
}
.tabPanel .hit{
    border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff;
    background:#fff;
    background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
    background:-moz-linear-gradient(top, #e1e1e1, #fff);
}
.pane{border:1px solid #aaa;border-top:0;min-height:280px;display:none;}
.pane div{
    padding: 20px 0 0 80px;
}
.pane .text{width:230px;height:30px;margin:10px;border:1px solid #47ab34;border-radius:8px;font-size:12px;text-indent:30px}
.pane .button{float:left;min-width:100px;height:30px;background:#47ab34;border:2px solid #47ab34;border-radius:8px;color:#fff;cursor:pointer;margin:10px 0 0 10px}
.pane .button:hover{background:#707070;border:2px solid #707070}
.pane .group .t-qual{background:url(../images/qual.png) no-repeat 5px 4px}
.pane .group .t-pass{background:url(../images/pass.jpg) no-repeat 5px 4px}
.pane .dg .t-qual{background:url(../images/qual.png) no-repeat 5px 4px}
.pane .dg .t-pass{background:url(../images/pass.jpg) no-repeat 5px 4px}
