* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "microsoft yahei";
}
a {
  text-decoration: none;
}
a:hover {
  color: #977a51;
}
ul li {
  list-style: none;
}
.index_left {
  float: left;
  width: 940px;
}
.index_right {
  float: right;
  width: 260px;
  background: #f5f5f5;
  padding: 15px 25px;
}
.p_width {
  width: 100%;
  min-width: 1300px;
}
.m_width {
  width: 1300px;
  margin: auto;
}
.index_main {
  margin: 35px auto 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.linkbox {
  background: #f4f4f4;
  height: 64px;
  line-height: 64px;
}
.linkbox .yqlj_tt {
  width: 100px;
  color: #333;
  font-size: 17px;
  height: 64px;
  font-weight: bolder;
}
.linkbox .link_list {
  width: 1250px;
  height: 64px;
  line-height: 64px;
}
.linkbox .link_list li {
  color: #333;
  float: left;
  margin-right: 30px;
  font-size: 15px;
  height: 64px;
  line-height: 64px;
}
.linkbox .link_list li a {
  color: #333;
  font-size: 15px;
  height: 64px;
  line-height: 64px;
}
.linkbox .link_list li span {
  font-size: 15px;
  height: 64px;
  line-height: 64px;
  margin-left: 20px;
}
.footerbox {
  background: #b01b03;
  height: 100px;
  padding: 30px 0 0 0;
}
.footerbox .copyright {
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.footerbox .copyright span {
  margin: 0 5px;
}
input:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 14px;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 14px;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  opacity: 1;
  font-size: 14px;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
  font-size: 14px;
}
.bg_1 {
  background: #f4f4f4 url(../images/bg_01.png) center top no-repeat;
  padding: 40px 0;
}
.bg_2 {
  background: url(../images/bg_02.png) center bottom no-repeat;
  padding: 40px 0;
}
