    .width1200{
        width:1200px;
        margin:0 auto;
    }

.tab_btn{
    background: #fff
}
.tab_btn span{
    line-height: 40px;
    padding:0 30px;
    display: inline-block;
    cursor: pointer;
}
.tab_btn span.active{
    border-bottom:3px solid #ff9000;
}
.main_content {
    margin:10px auto 50px auto;
}
.main_content p.title{
    border-left:10px solid #ff9000;
    padding-left:10px;
}
.border{
    border:1px solid #e1e1e1;
    padding:10px;
    background:#fff;
}
.jtkc_list{
    margin:0 -10px;
}
.jtkc_list .img{
    height: 150px;
    overflow: hidden;
}
.jtkc_list li{
    display: inline-block;
    width:23.1%;
    margin:10px;
    background:#fff;
    vertical-align: top
}
.jtkc_list .img img{
    width:100%;
    height:100%;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;

}
.jtkc_list li a{
    display: block;
}
.jtkc_list a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.jtkc_list li a p {
    margin: 8px 10px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    color: #000;
    text-align: justify;
}
.js-ks{
    line-height: 20px;
    height: 23px;
    color: #666666;
    font-size: 12px;
    margin-left: 10px
}
.state .bar{
    width: 92%;
    height:5px;
    border-radius: 5px;
    background:#e3e3e3;
    position: relative;
    margin:17px auto;
}
.state .bar span{
    display: block;
    position: absolute;
    height:5px;
    top:0;
    left:0;
    border-radius: 5px;
    background:#ff9000;

}
.state button{
    width: 93%;
    margin:12px auto;
    background:#ff9000;
    border-radius: 5px;
    color:#fff;
    line-height: 30px;
    border:none;
}
.state1 p{
    color:#ff9000!important;
    font-weight: bolder;
}
.state2{
    text-align: center;
}
.state3 {
    text-align: center;
}
.state3 span{
    display: inline-block;
    color: #93e25a;
    font-weight: bolder;
    font-size: 16px;
    line-height: 30px;
    padding-left:40px;
    background: url(../images/ywc.png) no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    margin: 13px;
}

/*我的证书*/
.gtt_p{
    line-height: 70px;
    font-size: 22px;
    color:#000;
}
.tab_btn a.btn{
    float: right;
    margin:8px 15px ;
    border-radius:3px;
    color:#fff;
    background:#ff9000;
    padding:3px 10px;
}
.warning{
    box-sizing:border-box;
    border: 1px solid #fbeed5;
    border-radius: 5px;
    padding: 15px 15px 15px 70px;
    color: #c09853;
    font-size: 14px;
    line-height: 25px;
    background: #fcf8e3 url(../images/warning_icon.png) no-repeat;
    background-position: 15px center;
    background-size: 40px auto;
    margin-top: 15px;
    
}
.zhengshu_list p{
    height:auto!important;
    font-size: 14px;
    color:#333!important;
}
.zhengshu_list .img{
    height:180px;
}

.outpage{
    position: fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
   display: none;   
    background:rgba(0,0,0,0.2);
    z-index: 10000;
}
.outpage.active{
     display: table;
}
.outpage > div{
    display: table-cell;
    vertical-align: middle;
}
.outpage .outpage_content{
    width:800px;
    margin:0 auto;
    background:#fff;
    border-radius: 8px;
    overflow: hidden;
    display: none
}
.outpage .header_op{
    background:#ff9000;
    color:#fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.outpage .footer_op{
    text-align: center;
    border-top:1px solid #eee;
    margin: 30px 20px 0 20px;
}
.outpage .footer_op button{
    width:120px;
    color:#fff;
    background:#ff9000;
    line-height: 30px;
    font-size: 16px;
    margin:15px 20px;
    border-radius: 5px;
    border:none;
}
.outpage .footer_op button.gray{
    background:#999;
}
.outpage .footer_op .fanye{
    text-align:left;
    margin-top:10px;
}
.outpage .footer_op .fanye > div{
    display: table-cell;
    width: 1%
}
.outpage .footer_op .fanye label input{
    margin:0 20px;
    vertical-align: middle;
}
.outpage .footer_op .fanye .prev_btn,.outpage .footer_op .fanye .next_btn{
    border:1px solid #ccc;
    border-radius: 4px;
    padding:2px 6px;
    cursor: pointer;
}
.outpage .footer_op .fanye .prev_btn:hover,.outpage .footer_op .fanye .next_btn:hover{
    background:#ff9000;
    color:#fff;
}
.outpage .footer_op .fanye span{
    margin:0 10px;
}
.text_right{
    text-align: right;
}
.outpage  .content_op{
    margin:20px;
}
.outpage  .content_op .tab_btn_op{
    border-bottom: 1px solid #dcdee0;
}
.outpage  .content_op .tab_btn_op span{
    line-height: 30px;
    color: #333;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}
.outpage  .content_op .tab_btn_op span.active{
    color:#ff9000;
    border-bottom:2px solid #ff9000;
}
.tip_con{
    padding: 9px 15px;
    line-height: 30px;
}
.outpage  .content_op table{
    width: 100%;
}
.outpage  .content_op table thead {
    background:#e7e7e7;
}
.outpage  .content_op table th{
    border-top:1px solid #dcdee0;
    border-bottom:1px solid #dcdee0;
    line-height: 40px;
    text-align: center;
    font-size: 16px
}
.outpage  .content_op table td{
    border-bottom:1px solid #dcdee0 ;
    line-height: 40px;
    text-align: center;
    color:#777;
}
.outpage  .content_op table td:nth-child(2),.outpage  .content_op table th:nth-child(2){
    text-align: left;
}

.outpage  .content_op table tr:nth-child(even){
    background:#f6f6f6;
}


