/*header*/
.bg_header {
  width: 100%;
  height: 50px;
}

.header_main {
  width: 1220px;
  margin: 0 auto;
  height: 50px;
}

.left_header h1 {
  color: #ddd;
  margin-right: 18px;
}

.left_header h1 span {
  line-height: 50px;
}

.left_header .logo {
  width: 143px;
  height: 33px;
  margin-right: 10px;
  margin-top: 7px;
}

.left_header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.left_header>p a,
.right_header p a {
  line-height: 50px;
  color: #afafaf;
  font-size: 16px;
  margin: 0 10px;
}

.right_header>p a {
  font-size: 14px;
}

.left_header .toggle_nav {
  margin-top: 18px;
  width: 18px;
  height: 15px;
  background: url('../img/toggle_nav.png') no-repeat;
  cursor: pointer;
  margin-left: 10px;
}

.left_header .toggle_nav:hover {
  background: url('../img/toggle_nav_h.png') no-repeat;
}

.left_header .toggle_nav p {
  width: 330px;
  height: 138px;
  background: url('../img/top_nav_bg.png');
  z-index: 9;
  left: -162px;
  top: 26px;
  display: none;
  box-sizing: border-box;
  padding: 26px 15px 0;
  box-shadow: 2px 0 1px rgba(0, 0, 0, 0.12);
}

.left_header .toggle_nav p span {
  width: 330px;
  height: 20px;
  background: transparent;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 3;
}

.left_header .toggle_nav p a {
  display: block;
  float: left;
  width: 50px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}

.left_header .toggle_nav p a:hover {
  color: #ff0000;
}

.left_header .toggle_nav:hover p {
  display: block;
}

.search_part {
  height: 30px;
  padding-top: 9px;
  margin-left: 116px;
}

.search_part>div {
  width: 280px;
  height: 30px;
}

.search_part>div>div {
  right: 0;
  top: 0;
  height: 30px;
}

.search_part>div>div span {
  line-height: 30px;
  margin: 0 10px 0 6px;
}

.search_part>div>div img {
  width: 14px;
  height: 14px;
  margin-top: 8px;
}

.search_part input {
  height: 30px;
  border: none;
  width: 280px;
  color: #666;
  background: rgba(255, 255, 255, 0.3);
  line-height: 30px;
  padding-left: 20px;
  padding-right: 70px;
  box-sizing: border-box;
  border-radius: 15px 0 0 15px;
  color: #ccc;
  outline: none;
}

.search_part>a {
  background: rgba(232, 100, 117, 1);
  text-align: center;
  line-height: 30px;
  border: none;
  height: 30px;
  width: 80px;
  cursor: pointer;
  border-radius: 0 15px 15px 0;
  outline: none;
}

.search_part>a img {
  width: 16px;
  height: 17px;
  margin: 6px 7px 7px 10px;
}

/*footer*/
.footer {
  color: #333;
  width: 100%;
  margin-top: 20px;
  height: auto;
  overflow: hidden;
  background-color: #F7F7F7;
  border-top: 1px solid #E3E5E8;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.foot-upsp {
  display: inline-block;
  color: #333;
  text-align: left;
  cursor: pointer;
  line-height: 20px;
  height: 20px;
}

.footer a {
  color: #333;
}

.foot-upsp:hover,
.foot-upsp2:hover {
  color: #ee4b4b;
}

.foot-upsp:hover span {
  background-position: -16px -286px !important;
}

.foot-upsp span {
  width: 12px;
  height: 20px;
  background: url(/assets/img/icon.png) no-repeat;
  background-position: 0 -286px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
  vertical-align: middle;
}

.foot-upsp2 span {
  width: 12px;
  height: 20px;
  background: url(/assets/img/down_app.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: 4px;
}

.foot-upsp2:hover span {
  background: url(/assets/img/down_app2.png) no-repeat;
}