* {
  word-wrap: break-word;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #bbb;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#bbb;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#bbb;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#bbb;}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl,
dd,
li {
  list-style-type: none;
}
html,
body {
  *position: static;
}
html {
  font-family: Arial, Helvetica, sans-serif, "Microsoft YaHei";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}
body,
th,
td,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif, "Microsoft YaHei";
  font-size: 14px;
  color: #00599B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.6;
  background: #516FA4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
a,
area {
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #00599B;
}
a:hover {
  color: #FF5500;
  text-decoration: underline;
  outline: none;
}
em {
  font-style: normal;
}
button,
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
.cl:after,
.cls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cl,
.cls {
  zoom: 1;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
@font-face {
  font-family: 'iconfont';
  /* project id 1367245 */
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.ic {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.mi > * {
  vertical-align: sub!important;
  *vertical-align: middle!important;
  _vertical-align: middle !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left !important;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pb0 {
  padding-bottom: 0!important ;
}
body {
  background:url(../images/bg_index.jpg);
}

.wrap {
  margin-left: auto;
  margin-right: auto;

  position: relative;

}
.layout {
  margin:0 10px auto;
}
.layout .layout-sub {
  width: 270px;
  float: left;
}
.layout .layout-content {
  width: 910px;
  float: right;
  /*background: #fff;*/
}
.layout .layout-content2 {
  width: 100%;
  float: right;
 background: #fff;
}
.layout2 {
  margin:0 10px auto;
}
.layout2 .layout-sub {
  width: 270px;
  float: right;
}
.layout2 .layout-content {
  width: 910px;
  float: left;
}
.page {
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  clear: both;
}
.page a {
  display: inline-block;
  height: 38px;
  min-width: 22px;
  line-height: 38px;
  padding:0 8px;
  margin: 0 4px;
  border-radius: 0.02px;
  background: #f6f6f6;
  color: #666;
}
.page a.on,
.page a:hover {
  background: #00599B;
  color: #fff;
}
.base-hd {
  position: relative;
  line-height: 60px;
  height: 60px;
}
.base-hd h2 {
  font-size: 18px;
  font-weight: 500;
}
.base-hd .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #8590a6;
}
.base-hd .more .iconfont {
  font-size: 12px;
  line-height: 1;
}
.base-hd .more:hover {
  color: #0084ff;
}
