@charset "utf-8";
html,body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,tr,td,th,form,b{
  margin:0;
  padding:0;
}
body{
  font-family: "Microsoft yahei","微软雅黑",Tahoma,Verdana,Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-weight:normal;
}
ul{
  list-style:none;
}
a{
  outline-style: none;
  text-decoration:none;
  color: #404040;
}
input,img{
  border-style:none;
}
input{
  box-sizing: border-box;
}
.center{
  width: 1150px;
  margin: 0 auto;
}
/*头部*/
.head{
  background: #0f4f80;
  padding: 20px 0;
}
.logo{
  background: url(../images/ppp_logo.png);
  width: 505px;
  height: 72px;
}
/*查询区域*/
.query_box{
  padding-top: 30px;
}
.query_box .fm{
  padding-left: 144px;
}
.s_ipt_wr {
    border-color: #0087be transparent #0087be #0087be;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 634px;
    height: 38px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}
.s_ipt {
    border: 0 none;
    font: 16px/26px arial;
    width: 614px;
    height: 28px;
    margin: 6px 0 0 7px;
    outline: 0 none;
    padding: 0;
}
.s_btn_wr {
    display: inline-block;
    vertical-align: top;
    z-index: 0;
}
.s_btn {
    color: #fff;
    height: 40px;
    letter-spacing: 1px;
    background: #0087be;
    width: 100px;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    font-family: Microsoft Yahei;
}
.s_btn_jb{
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  height: 40px;
  width: 100px;
  line-height: 40px;
  letter-spacing: 1px;
  background: #f2f2f2;
}
.s_btn_jb a{
  display: block;
  font-size: 14px;
  color: #0087be;
}
/*版权*/
.footer{
  background: #0f4f80;
  padding: 20px 0;
  margin-top: 30px;
}
.footer .center{
  overflow: hidden;
  display: table;
}
.footer-section{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.footer .dzjg{
  width: 20%;
  text-align: right;
}
.footer .contact{
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.footer .tools{
  text-align: left;
  width: 20%;
}
.footer .tools li{
  margin: 8px 0;
}
.footer .tools a{
  font-size: 14px;
  color: #fff;
}
.footer .tools i{
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
.footer .tools i,.footer .tools a{
  vertical-align: middle;
}
.footer .tools .jf i{
  background: url(../images/jf.png?__sprite);
}
.footer .tools .sitemap i{
  background: url(../images/sitemap.png?__sprite);
}
