@CHARSET "UTF-8";
/*
================
Author：echo 查询页面css样式
================
*/
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,tr,td,form,input,select,textarea{
	margin:0;
  	padding:0;
  }
 body{
    /*overflow:-Scroll;overflow-x:hidden;*/
    width: 100%;
  }

a{
	color:#333;
  	text-decoration:none;
}
/* 查询页面样式 */
.check_logo{
    padding-top:24px;
    height:136px;
}
.check{
    background: url('../images/pic_check_bg_1.jpg');
    height:614px;
    /*margin-top:-10px;*/
}
.list{
    width:1200px;
    margin:0 auto;
}
.list_check li{
    position: relative;
    margin: 0 35px 30px;
    float:left;
}
.list_check li:first-child{
    margin-left:342px;
}
.list_check li a{
    padding: 0;
    font-size:16px;
    font-family: "Microsoft YaHei";
    color:#280000;
}
.arrow-icon{
    position: absolute;
    top: 12px;
    left: -20px;
    display:none;
}
.list_check li:hover .arrow-icon ,.list_check li.active .arrow-icon {
    display:inline-block;
}
.list_check li:hover a,.list_check li.active a{
    color:#0fbbe9;
}
/*.list_check {*/
    /*margin-top: -48px;*/
/*}*/
.query{
    width:1200px;
    margin:0 auto;
}
/*.select_list{*/
    /*background: url("../images/select_bg.png");*/
    /*width:691px;*/
    /*height:356px;*/
    /*float:right;*/
    /*margin-top:165px;*/
/*}*/
/*.select_list .title,.select_list .span,.select_list input,.select_list button{*/
    /*font-family: "Microsoft YaHei";*/
/*}*/
/*.query_content{*/
    /*margin-left:270px;*/
    /*height:356px;*/
/*}*/
.select_list .title{
    font-size:20px;
    color:#e96601;

}
.list_check{
    width:1200px;
    height:30px;
    line-height:30px;
}
/*.select_list p{*/
    /*margin:30px 0 35px 0;*/
/*}*/
/*.select_list .span{*/
    /*font-size:14px;*/
    /*color:#d2d3d4;*/
/*}*/
.query_content input{
    color:#333;
    font-size:16px;
    width:814px;
    height:56px;
    line-height:56px;
    border:2px solid #0fbbe9;
    border-radius:4px;
    margin:0 192px 15px 192px;
    padding-left:20px;
    opacity: 0.8;
}
input:focus {
    border: 2px solid #0c98bd;
}
.query_content button {
    color: #fff;
    width: 123px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #0fbbe9;
    border:none;
    padding-top:12px;
}

.query_content button:hover{
    background: #0c98bd;
}
.am-container-all{
    background: #ebf7ff;
    opacity: 0.7;
}

input,textarea{
    outline: none;
}
.select_content{
    width: 1200px;
    margin:0 auto;
    /*min-height:127px;*/
}
.select_content .title{
    margin-top:50px;
}
.no_data{
    margin:100px 0;
}
.datas_list{
    width:1200px;
    margin:50px auto;
}
.datas_list table{
    width:1200px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #d5ecff;
}
.datas_list table tr{
    height:55px;
}
.datas_list table tr th{
    background: #e5f3ff;
}
.datas_list table tr th,.datas_list table tr td{
    border: 1px solid #d5ecff;
    text-align: center;
    color:#333;
    font-size:14px;
    font-weight: 400;
}
.certificate{
    position: relative;
    margin:50px auto;
}
.certificate1{
    background: url(../images/certificate_1.jpg);
    width:1200px;
    height:826px;

}
.certificate2{
    background: url(../images/certificate_2_2_1.jpg);
    width:493px;
    /*height:797px;*/
    height:838px;
    /*position: relative;*/
    /*left: 30%;*/
}
.all{
    position: relative;
    margin-top: 20px;
}
.zs_logo{
    position: absolute;
    right:25px;
    top:-5px;
}
.logo img {
    /*height: 38px;*/
}