* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "思源黑体CN";
  font-family: "微软雅黑";
}
input {
  background: none;
  color: #5e5e5e;
  font-size: 14px;
}
ul li {
  list-style: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a.active {
  color: #e32c2c;
}
.m_t35 {
  margin-top: 35px;
}
.m_b35 {
  margin-bottom: 35px;
}
.none {
  display: none;
}
.hidden {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.p_width {
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
}
.m_width {
  width: 1400px;
  margin: 0 auto;
}
input,
textarea,
select,
button,
a:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: 14px;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 14px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: 14px;
}
select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 36px;
  height: 36px;
  color: #333333;
  background: none;
  padding-left: 10px;
  font-size: 15px;
}
select::-ms-expand {
  display: none;
}
select option{color:#333}
.index_foot {
  background: url(../images/foot_bg.png) center no-repeat;
  height: 140px;
  padding: 21px 0;
}
.footerbox {
  background: #a41f1f;
  height: 40px;
  line-height: 40px;
}
.footerbox .copyright {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.footerbox .copyright span {
  margin: 0 15px;
}
