﻿@charset "utf-8";
/* CSS Document */
.dn{ display: none;}
.wrap{
    width: 1100px;
    margin: 0 auto;
}
.cx_zs img{max-width:65%;}

/*头部*/
.header{
    padding: 35px 0 23px 10px;
    line-height: 35px;
}
.header .logo{
    padding-right: 30px;
}
.header .path a{
    color: #999;
    text-decoration: underline;
}

/*身体*/
.container{
    min-height: 560px;
    padding-bottom:27px;
    background: url(../../image/cer/bg.jpg) no-repeat center bottom;
}
/*标题*/
.cx_title{
    padding: 80px 0 40px;
    text-align: center;
}
.cx_title img{
    display: block;
    margin: 0 auto;
}
.cx_title p{
    padding-top: 5px;
    font-size: 12px;
    color: #FFF;
}
/*查询表单*/
.cx_form{
    background: #fff;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 0 23px rgba(6, 45, 236, .1);
    height: 46px;
    width: 700px;
    margin: 0 auto;
    margin-bottom:18px;
}

.cx_form2{
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 0 23px rgba(6, 45, 236, .1);
    height: 46px;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 18px;
}







.cx_form .choose{
    position: relative;
}
.cx_form .choose li{
    width: 106px;
    padding-right: 12px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background: url(../../image/cer/cx_choose_down.png) no-repeat left top;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.cx_form .choose li.cur{
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
}
.cx_form .choose li.dn{
    width: 118px;
    padding: 2px 0;
    background-position: 0 -46px;
    position: absolute;
    top: 46px;
    left: 0;
}
.cx_form .cx_input{
    margin: 2px 18px 0 6px;
    border: none;
    background: #f4f6f7;
    color: #04447c;
    height: 16px;
    padding: 13px 8px 14px;
    width: 280px;
}
.cx_form .code{
    margin: 12px 20px 0 0;
    line-height: 27px;
}
.cx_form .code .code_input{
    height: 16px;
    padding: 4px 0 5px;
    text-align: center;
    color: #04447c;
    border: 1px solid #dcdcdc;
    width: 64px;
    float: left;
    margin-right: 6px;
}
.cx_form .code label{
    float: left;
    color: #4f66d8;
}
.cx_form2 .cx_btn{
    width: 230px;
    height: 46px;
    background: url(../../image/cer/cx_btn.png) no-repeat;
    cursor: pointer;
    border: none;
}
/*查询结果*/
.cx_result{
    width: 840px;
    margin: 35px auto 50px;
    border: 1px solid rgba(79, 102, 216, .26);
    box-shadow: 0 0 23px rgba(6, 45, 236, .1);
}
.cx_result th,.cx_result td{
    height: 50px;
    padding: 0 15px;
    min-width: 100px;
    text-align: center;
    background: #e8f9fe;
    color: #6b7bb5;
}
.cx_result th{
    background: #fff;
    color: #a7b5e7;
    font-weight: normal;
}
.cx_result .img{
    margin-top: 4px;
}
.cx_result .btn_option{
    display: inline-block;
    line-height: 22px;
    padding: 0 5px;
    border-radius: 3px;
    background: #6ca9de;
    color: #fff;
    margin-left: 3px;
    border: none;
    cursor: pointer;
}
/*证书详情页*/
.cx_zs{
    padding-top: 28px;
    text-align: center;
}
.zs_option{
    padding-top: 28px;
}
.zs_option .btn_print,.zs_option .btn_down{
    width: 127px;
    height: 46px;
    padding-left: 45px;
    background-color: #6ca9df;
    border: none;
    cursor: pointer;
    color: #fff;
    margin: 0 47px;
    border-radius: 5px;
    background-position: 16px 6px;
    background-repeat: no-repeat;
}
.zs_option .btn_print{
    background-image: url(../../image/cer/icon_btn_print.png);
}
.zs_option .btn_down{
    background-image: url(../../image/cer/icon_btn_down.png);
}
.cx_zs #loading{
    padding:80px 0 150px;
}

/*尾巴*/
.footer{
    padding: 25px 0 20px;
}
.footer p{
    text-align: center;
    line-height: 25px;
    color: #b4b1b1;
}
.footer p a{
    color: #b4b1b1;
}
.footer .line{
    margin-top: 8px;
    padding-top: 6px;
    background: url(../../image/cer/footer_line.png) no-repeat center top;
}

/*弹层*/
.gray_layer{ display:none; position:fixed; top:0; left:0; width:100%; height: 100%; background: #000; filter:alpha(opacity=10); opacity:0.1;}
.tips{ display:none; position:fixed; top:70%; left:50%; width:315px; text-align: center; background:#fff; padding:15px 20px;}

/*打印*/
@media print {
    *{ padding:0; margin:0;}
  .noprint{
    display: none;
  }
  .container{
    height: auto;
    background: none;
  }
  .wrap{
    width: auto;
  }
  .cx_zs img{max-width:85%;}
}