﻿

html{
  height:100%;
}
body{
  min-height:100%;
  background: #F2F2F2;
  position: relative;
}

header{
  height:100px;
  line-height:100px;

}
header .section{
  border-bottom:1px solid #ac000b;
  overflow: hidden;
}
header .section img{
  margin-top:16px;
}
.container1{
  background: #fff;
  margin-bottom: 40px;
}
/*证书查询*/
.title{
  position: relative;
  top:2px;
  border-bottom:1px solid #ebebeb;
}
.title .section{
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;

}
.title .section .left{
  overflow: hidden;
}
.title .section .left a{
  float: left;
  color: #c70000;
  padding-left:26px;
}
.title .section .right{
  overflow: hidden;
  margin-right:20px;
}
.title .section .right a{
  display: inline-block;
  color: #808080;
}
.search{
  height: 608px;
  margin:70px auto 0;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px
  rgba(0, 0, 0, 0.08);
}
.search .head{
  width: 100%;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background-color: #ac000b;
  font-size: 28px;
  color:#fff;
}
.search .content{
  width: 860px;
  margin: 0 auto;
  padding-top:62px;
  min-height:600px;
}
.search .content .item{
  overflow: hidden;
  height:48px;
  line-height: 48px;
  margin-bottom:29px;
}
.search .content .item span{
  float: left;
  width: 205px;
   overflow: hidden;
   text-align: right;
}
.search .content .item  .item-input input{
 /* background: url(../images/close.png) no-repeat 375px center; */
}

.search .content .item input{
  float: left;
  width: 382px;
  padding-left:18px;
  height: 46px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  margin-left:13px;
  /*background: url(../images/close.png) no-repeat right center;*/
  /*position: relative;*/
  /*top:-3px;*/
}
.search .content .sub {
  margin-left:110px;
  width: 400px;
  height: 48px;
  line-height:48px;
  text-align: center;
  background-color: #ac000b;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;

}
.search .content p{
 /*  margin-left:75px;*/
  margin-top:15px;
  color: #c70000;
}
.footer{
  position: absolute;
  bottom:0;
  width:100%;
  height: 126px;
  background-color: #ffffff;
  text-align: center;
}
.footer dl{
  margin-top: 32px;
}
.footer dd{
  padding-bottom:10px;
  color: #666666;
}
/*登录页*/
.container{
  padding-bottom:180px;
}
.container .section{
  background: #fff;
}
.register{
  margin:62px auto 0px;
  width: 720px;
  height: 500px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px
  rgba(0, 0, 0, 0.08);
  /*padding-bottom: 100px;*/

}
.register .content{
  text-align: center;
  margin:0 auto;
  width: 400px;
}
.register .content h1{
  font-size: 32px;
  padding:50px 0;
}
.register .content input{
  width: 385px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  padding-left:15px;
  margin-bottom:29px;
}
.register .content div input{
  width: 225px;
  height: 48px;
  margin-left:-2px;
  margin-right:13px;
}
.register .content div a{
  display: inline-block;
  position: relative;
  top:-15px;
}
.register .content>a{
  width: 400px;
  height: 48px;
  line-height:48px;
  text-align: center;
  background-color: #ebb000;
  border-radius: 4px;
  font-size: 16px;
  color:#fff;
  margin-top:20px;
}
footer{
  /*margin-top:100px;*/
  position: absolute;
  bottom:60px;
  width:100%;
  /*margin-bottom:60px;*/
}
footer div{

  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ebb000;
  color: #ffffff;

}
table{
  width: 860px;
  margin:0 20px;
  font-size: 14px;
  margin-right:0;
  vertical-align: middle;
  border-color: #d1d1d1;
  color:#666666;
  margin-top: 10px;
}

td{
  font-size:16px;
  height:50px;
  line-height:50px;
  border-bottom:1px solid #e8e8e8;
  text-align:left;
}
td:first-child{
  text-align:right;padding-right:30px;
  border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;
}
td:nth-child(2){
  text-align:right;padding-right:30px;
  border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;
}
td:nth-child(3){
  text-align:right;padding-right:30px;
  border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;
}
td:last-child{
  text-align:left;padding-left:30px;
  border-right:1px solid #e8e8e8;
}
.page_word{
  float: left;
  margin-top: 38px;
  margin-left: 20px;
}
.page_num{
  float: right;
  padding-top: 34px;
  padding-bottom: 32px;
  margin-right: 12px;
}
.page_num li{
  float:left;
}
.page_num li a{
  display:block;
  border:1px solid #b3b3b3;
  width:32px;
  height:32px;
  line-height:32px;
  margin:0 10px;
  text-align:center;
  font-size:14px;
  color:#666666;
}
.page_num li:first-child a{
  width:60px;
}
.page_num li:nth-child(4) a{

}
.page_num li a:hover{
  color:#ebb000;
  border:1px solid #ebb000;
}
