@font-face {
  font-family: 'pingfxm';
  src: url("../../font/pingfxm.ttf");
  font-weight: normal;
  font-style: normal;
}

.header {
  width: 100%;
  height: 150px;
  background-image: url("/index/Index/image/header.png");
  background-size: cover;
}

.header .firestep {
  width: 1205px;
  height: 150px;
  margin: auto;
}

.header .firestep .logo {
  width: 200px;
  height: 70px;
  float: left;
  margin-top: 20px;
}

.header .firestep .logo img {
  width: 90%;
  height: 90%;
}

.header .firestep .icon {
  width: 1004px;
  height: 55px;
  float: left;
  margin-top: 35px;
  border-left: 1px solid #72727C;
}

.header .firestep .icon .blue {
  width: 510px;
  height: 40px;
  margin-left: 114px;
  float: left;
  margin-top: 15px;
}

.header .firestep .icon .blue .key {
  width: 80px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  float: left;
  text-align: center;
  line-height: 33px;
  border-radius: 50px;
}

.header .firestep .icon .blue .key a {
  color: #ffffff;
  text-decoration: none;
}

.header .firestep .icon .blue .key:hover {
  background-color: #0000FF;
}

.header .firestep .icon .service {
  width: 364px;
  height: 52px;
  float: left;
  margin-left: 0px;
}

.header .firestep .icon .service .hotline {
  width: 100%;
  height: 20px;
  text-align: right;
  float: left;
  font-size: 18px;
  color: #ffffff;
}

.header .firestep .function {
  height: 35px;
  float: left;
  margin-top: 25px;
  margin-left: 16px;
  font-size: 14px;
}

.header .firestep .function a {
  text-decoration: none;
  color: #b5b5b5;
}

.header .firestep .function a:hover {
  color: #ffffff;
  border-bottom: 1px solid #b5b5b5;
}

body {
  margin: 0;
  padding: 0;
}
