* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "微软雅黑";
}
ul li {
  list-style: none;
}
input:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  font-weight: bold;
  color: #144995;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.none {
  display: none;
}
.p_width {
  width: 100%;
  min-width: 1400px;
}
.m_width {
  width: 1400px;
  margin: 0 auto;
}
.index_top {
  background: #fff url(../images/index_top_03.png) center top no-repeat;
  background-size: 100% auto;
  padding: 40px 0;
}
.index_middle {
  margin: 50px 0;
  background: #f7f7f7;
  padding: 20px 0;
  height: 495px;
}
.index_bottom {
  margin: 50px 0 0 0;
  background: #f7f7f7;
  padding: 20px 0;
  height: 345px;
}
.footerbox {
  border-top: 6px solid #ecbb0f;
  background: #144995;
  color: #cecece;
  height: 260px;
  z-index: 1;
  font-family: "Times New Roman";
}
.footerbox .linkbox {
  margin: 55px auto;
}
.footerbox .linkbox .link_tt {
  width: 100px;
  background: url(../images/link_bg.png) right center no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.footerbox .linkbox .link_tt img {
  text-align: center;
  margin: 0 auto;
}
.footerbox .linkbox .link_list {
  width: 1300px;
  margin-top: -10px;
}
.footerbox .linkbox .link_list li {
  float: left;
  margin: 0 20px;
  line-height: 45px;
}
.footerbox .linkbox .link_list li a {
  font-size: 15px;
  color: #dfe4ef;
}
.footerbox .copyrightbox {
  background: #124286;
  height: 75px;
}
.footerbox .copyrightbox .copyright {
  color: #dfe4ef;
  font-weight: normal;
  font-size: 15px;
  line-height: 75px;
  text-align: center;
  font-family: "Times New Roman";
}
.footerbox .copyrightbox .copyright span {
  margin: 0 10px;
}
.footerbox .copyrightbox .copyright span a {
  color: #ecbb0f;
  font-weight: normal;
}
.footerbox #top {
  position: absolute;
  z-index: 10;
  right: 140px;
  bottom: 50px;
}
input::placeholder {
  color: #fff;
}
.wp_paging{width:60% !important;margin:30px auto !important;float:none !important;padding-bottom:30px !important}