/*global*/
html,body{color:#666; font-family:"Microsoft YaHei","Microsoft YaHei UI";}
html,body,header,footer,section,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,span,em,i,figure{margin:0;padding:0;}
img{border:0;}
em{font-style:normal;font-weight:normal;}
ul,li{list-style:none;}
select,input,textarea{font-size:12px;font-family:inherit;font-weight:inherit;}
textarea{resize:none;}
/*select{appearance: none;-webkit-appearance:none;}*/
input:focus,textarea:focus{outline:none;}
input:-ms-input-placeholder{color:#a9a9a9;}
input::-webkit-input-placeholder{color:#a9a9a9;}
input::-moz-placeholder{color:#a9a9a9;opacity: 1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #a9a9a9; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #a9a9a9; }

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* link */
a{color:#666;text-decoration:none;outline:none;}

.about-pr {
    position: relative;
    padding-bottom: 100px;
}
.header {
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.header-content {
    width: 1182px;
    margin: 0 auto;
    height: 115px;
    line-height: 112px;
}
.fl {
    float: left;
}
.logo {
    margin-top: 30px;
}
.header-content img {
    margin-left: 12px;
    float: left;
}
img {
    border: 0;
}
.footer {
    width: 100%;
    height: 95px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: 0;
}
.footer p {
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.footer-top {
    margin-top: 30px;
}
.footer a {
    color: #fff;
    margin-left: 10px;
  margin-right: 10px;
}
.gov-icon img {
    vertical-align: bottom;
}
.footer-bottom{
    margin-top:10px;
}
.btn-group {
    width: 460px;
    margin: 20px auto 0 auto;
}
.btn-group:before, .btn-group:after {
    display: table;
    content: "";
}
.homeBtn {
    display: inline-block;
    width: 220px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #00499f;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
.btn-per {
    background: rgba(255,255,255,0.7);
    color: #00499f;
    margin-left: 20px;
}

