/*header*/
.header {
  padding: 20px 0;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .name {
  color: #d7241a;
  margin-left: 26px;
  text-align: center;
}
.header .logo .name p {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 1px;
}
.header .logo .name span {
  text-transform: uppercase;
  font-size: 12px;
}
.header .header_call .message {
  margin-left: 10px;
}
.header .header_call .message p {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 600;
}
.header .header_call .message h5 {
  font-size: 24px;
  color: #d7241a;
  font-weight: 600;
}

/*header_menu*/
.header_menu {
  background: #d7241a;
  color: white;
  padding: 15px 0;
}
.header_menu .content ul li {
  border-right: 1px solid white;
}
.header_menu .content ul li a {
  display: block;
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  text-transform: uppercase;
}
.header_menu .content ul li:last-child {
  border-right: 0;
}
.header_menu .header_search {
  margin-top: 4px;
}
.header_menu .header_search #search .btn {
  background: url("../images/icon_search.png") no-repeat center;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: relative;
  left: -4px;
  top: 5px;
}
.header_menu .header_search #search .keyword {
  border: 1px solid white;
  height: 28px;
}
.header_menu .header_search #search .keyword:after {
  display: inline-block;
  float: right;
  width: 1px;
  height: 16px;
  background: white;
  content: '';
  position: absolute;
  right: 30px;
  top: 4px;
}
.header_menu .header_search #search #keyword {
  background: none;
}

/*footer*/
.footer {
  background: #333333;
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer .footer_menu {
  width: 48%;
  display: flex;
  float: left;
}
.footer .footer_menu .item {
  width: 200px;
}
.footer .footer_menu .item .title {
  color: white;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer .footer_menu .item ul li {
  line-height: 2;
  width: 41%;
}
.footer .footer_menu .item ul li a {
  color: white;
  display: block;
  font-size: 12px;
  opacity: 0.4;
}
.footer .footer_menu .item2 {
  width: 123px;
}
.footer .footer_menu .item2 ul li {
  float: none;
}
.footer .contact {
  width: 35%;
  float: left;
}
.footer .contact li {
  color: white;
  line-height: 2;
  font-size: 14px;
  float: none;
}
.footer .erweima {
  float: right;
  width: 10%;
}
.footer .linkname {
  color: white;
  font-size: 25px;
  justify-content: flex-start;
  margin-top: 38px;
}
.footer .linkname:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 15px;
  background: white;
}

.beizhu {
  border-top: 1px solid #c1c1c1;
  background: #333333;
}

/*lng_en*/
.lng_en .header .logo .name span {
  font-size: 15px;
  letter-spacing: 11px;
}
.lng_en .header .logo .name p {
  font-size: 18px;
  letter-spacing: 0px;
}
.lng_en .header_menu .content {
  margin-top: 5px;
}
.lng_en .header_menu .content ul li a {
  padding: 0px 25px;
}
.lng_en .goods .typelist ul li a {
  text-transform: capitalize;
}
.lng_en ._title div, .lng_en .about .shebei .rt .more, .lng_en .case .more, .lng_en .inner .main .top_title {
  text-transform: uppercase;
}
.lng_en.inner_goods_list .inner .lf_typelist .typename h5 {
  text-transform: uppercase;
  font-size: 22px;
}

.footer_lng_en .footer .footer_menu .item .title {
  text-transform: uppercase;
}
.footer_lng_en .footer .footer_menu .item ul li {
  width: 100%;
}

@media (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer .contact {
    width: 100%;
    padding: 0 15px;
    float: none;
    margin-bottom: 30px;
  }

  .footer .erweima {
    text-align: center;
    width: 100%;
    float: none;
  }

  /*lng_en*/
  .lng_en .goods .typelist ul li a {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lng_en.inner_goods_list .inner .lf_typelist .typename h5 {
    font-size: 16px;
  }

  .lng_en.inner_goods_list .inner .lf_typelist .typename .xiala {
    top: 0;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
