@charset "UTF-8";
/*头部*/
.header {
  margin: 10px 0;
}
.header .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header_logo .name {
  text-align: center;
  margin-left: 20px;
  line-height: 1.5;
}
.header .header_logo .name h4 {
  font-size: 36px;
  font-weight: 600;
  color: #d72427;
}
.header .header_logo .name p {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.48;
  color: #d72427;
  letter-spacing: 3px;
}
.header .rt_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .rt_message .call_box {
  text-align: right;
  margin-top: 11px;
}
.header .rt_message .call_box .email {
  font-size: 14px;
}
.header .rt_message .call_box .call {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .rt_message .call_box .call img {
  border-right: 1px solid #777777;
  padding-right: 10px;
  margin-right: 10px;
}

.header_search {
  margin-top: 11px;
  margin-right: 17px;
}
.header_search .btn {
  width: 25px;
  height: 25px;
  background: url("../images/header_search.png") no-repeat;
  background-size: cover;
  padding: 0;
  line-height: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 20px;
}
.header_search .keyword {
  width: 258px;
  height: 32px;
  border: 1px solid #dcdcdc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_search #keyword {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  height: 100%;
  border: 0 !important;
  color: #6f4636;
}

.header_menu {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.32);
  background: #d72427;
  position: relative;
  z-index: 33;
}
.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_menu .lv1_li.active > a {
  background: #e39c06;
}
.header_menu .lv1_li:hover .lv2 {
  display: block;
}
.header_menu li {
  position: relative;
}
.header_menu li a {
  padding: 18px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
}
.header_menu li a:hover {
  background: #e39c06;
}
.header_menu .lv2 {
  position: absolute;
  left: 0;
  top: 55px;
  display: none;
}
.header_menu .lv2 ul {
  width: 136px;
  display: block;
}
.header_menu .lv2 ul li {
  float: none;
}
.header_menu .lv2 ul li a {
  background: #e39c06;
}
.header_menu .lv2 ul li:hover a {
  background: #d72427;
  color: white;
}

/*footer*/
.footer {
  background: #002652;
  color: white;
  padding-bottom: 80px;
}
.footer a {
  color: white;
}
.footer .goBlack {
  border-bottom: 1px solid white;
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #c9ae83;
  padding: 13px 0;
}
.footer .goBlack img {
  margin-left: 5px;
}
.footer .main {
  position: relative;
  padding-top: 60px;
}
.footer .main .re_message {
  margin-top: -18px;
}
.footer .main .re_message .message {
  line-height: 2;
}
.footer .main .re_message .foot_name {
  margin-bottom: 19px;
  text-align: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}
.footer .main .re_message .foot_name .name {
  margin-left: 20px;
  text-align: center;
}
.footer .main .re_message .foot_name h4 {
  font-size: 36px;
  font-weight: 600;
  color: #d72427;
}
.footer .main .re_message .foot_name p {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.48;
  color: #d72427;
  letter-spacing: 3px;
}
.footer .main .foot_erweima {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -53px;
}
.footer .main .lf_message .foot_menu {
  margin-bottom: 39px;
}
.footer .main .lf_message .foot_menu ul {
  width: 386px;
}
.footer .main .lf_message .foot_menu ul li {
  width: 25%;
  margin-bottom: 8px;
}
.footer .main .beian {
  color: white;
  font-size: 14px;
  line-height: 2;
}
.footer .main .beian a {
  color: #545454;
}

@media (max-width: 768px) {
  .footer .goBlack {
    padding: 7px 0;
    margin-right: 5px;
    padding-right: 14px;
  }

  .footer .main {
    text-align: center;
  }

  .footer .main .lf_message .foot_menu {
    display: none;
  }

  .footer .main .re_message {
    float: none;
    margin-top: 0;
  }

  .footer .main .foot_erweima {
    position: static;
    margin: 0 auto;
  }

  .footer .main .re_message .foot_name {
    display: none;
  }

  .footer .main .beian {
    color: white;
  }

  .footer .main {
    padding: 15px;
    padding-top: 20px;
  }

  .footer {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
