a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  vertical-align: middle;
}

a:hover {
  /* color: #059669; */
}

.header {
  position: relative;
}

.header .top-left {
  margin-left: 120px;
}

.header .top-right {
  margin-right: 150px;
}

.header .header-top {
  font-size: 12px;
  background: #242d3c;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  color: white !important;
}

.header .header-top .top-right {
  line-height: 16px;
  color: #bbb;
}

.header-top .contact a {
  vertical-align: bottom;
}

.header .header-top .contact {
  float: left;
  margin-right: 20px;
}

.header .header-top .contact img {
  height: 18px;
  display: inline-block;
}

.header .header-top .top-left .contact.las {
  margin-left: 20px;
}

.header .header-top .top-left .contact span a {
  vertical-align: bottom;
}

.header .header-top .top-right .contact.frs {
  margin-left: 20px;
}

.header .header-down {
  overflow: inherit;
  margin-top: 16px;
}

.header .header-down .nav ul li:first-child {
  margin-left: 0;
}

.header .header-down .nav ul li {
  float: left;
  font-size: 16px;
  margin-left: 40px;
  letter-spacing: -1px;
}

.header .header-down .logo img {
  width: 140px;
  height: 54px;
}

.header .header-down .nav {
  margin-top: 3px;
  float: right;
}

.header .header-down .nav ul li span img {
  position: relative;
  top: -5px;
  margin-left: 4px;
  width: 16px;
}

.header .header_hover {
  background: #333333;
  background: url(../images/rgba.png);
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  float: left;
  margin-top: 26px;
}

.header .header_hover .h_hov {
  width: 170px;
  float: left;
  margin: 40px 20px;
  cursor: pointer;
}

.header .header_hover .h_hov .hov_t {
  padding-bottom: 4px;
  text-align: center;
}

.header .header_hover .h_hov .hov_b {
  text-align: center;
  margin-top: 6px;
}

.header .header_hover .bcd {
  display: table;
  margin: 0 auto;
}

.header img.see {
  margin-top: -6px;
}

.header .demo-sub {
  display: none;
  position: absolute;
  top: 26px;
  right: 0;
  padding-top: 10px;
  z-index: 999;
}

.header .demo-sub .arrow {
  position: absolute;
  right: 35px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #3dbaf7;
}

.header .demo-sub .inner {
  width: 600px;
  height: 510px;
  border: 3px solid #3dbaf7;
  text-align: center;
  background: #fff;
}

.header .demo-sub .title {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.header .demo-sub .subtitle.red {
  color: #ec5151;
}

.header .demo-sub .subtitle {
  font-size: 20px;
  margin-bottom: 10px;
}

.demo-table-wp {
  padding: 0 30px;
}

.header .demo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.header .demo-table tr {
  border: 1px solid #ddd;
}

.header .demo-table th,
.demo-table td {
  padding: 6px 14px;
}

.header .red {
  color: #e01d20 !important;
}

.header .skyblue {
  color: #3dbaf7 !important;
}

.header .demo-sub .qrcode-list {
  padding: 0 50px;
  margin: 0px;
}

.header .showh:hover .demo-sub {
  display: block;
}

.header .demo-sub .qrcode-list li p {
  margin: 0;
}

.header-down:after,
.header-down:before {
  content: "";
  clear: both;
  display: block;
}

.c_blue {
  color: #059669;
}
