@charset "UTF-8";
._title .title {
  display: flex;
  align-items: flex-end;
  color: black;
}
._title .title h5 {
  font-size: 46px;
  font-weight: bold;
  margin-right: 10px;
}
._title .title p {
  font-size: 24px;
  font-weight: bold;
}
._title .line {
  height: 2px;
  width: 44px;
  background: #be0000;
  margin: 10px 0;
}
._title .summary {
  font-size: 16px;
  line-height: 2;
  color: #949494;
}

.top_bar {
  background: #be0000;
  color: white;
  padding: 10px 0;
}

/*header*/
.header {
  position: relative;
  z-index: 333;
  /*slide_header1*/
  /*产品*/
}
.header .container2 {
  padding: 25px 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}
.header .logo img {
  height: 35px;
  margin-right: 5px;
}
.header .header_menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  position: unset;
}
.header .header_menu > ul {
  position: unset;
}
.header .header_menu > ul > li {
  margin: 0 15px;
  position: unset;
}
.header .header_menu > ul > li > a {
  display: block;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding: 7px 0;
  color: black;
}
.header .header_menu > ul > li:hover > a, .header .header_menu > ul > li.active > a {
  color: #be0000;
  border-bottom: 2px solid #be0000;
}
.header .header_menu > ul > li:last-child {
  margin-right: 0;
}
.header .header_menu .header_search {
  margin-left: 50px;
  cursor: pointer;
}
.header .header_menu #search {
  display: none;
  position: absolute;
  right: 93px;
  bottom: 26px;
  border-radius: 16px;
  overflow: hidden;
}
.header .header_menu #search .btn {
  background: url("../images/header_search2.png") no-repeat center;
  background-size: cover;
}
.header .slide_header {
  background: white;
  border-top: 1px solid #be0000;
  border-bottom: 1px solid #be0000;
  padding: 30px 0;
  position: absolute;
  width: 100vw;
  height: 270px;
  left: 0;
  top: 86px;
  z-index: 333;
  display: none;
}
.header .slide_header .more {
  background: #f5f5f5;
  padding: 10px 0px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 46px;
  width: 524px;
}
.header .slide_header1 {
  height: 302px;
}
.header .slide_header1 ul {
  display: flex;
  justify-content: space-around;
}
.header .slide_header1 ul li .item {
  display: block;
  border-bottom: 1px solid #f8dcc1;
}
.header .slide_header1 ul li .item img {
  transition: .5s;
}
.header .slide_header1 ul li .item p {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
.header .slide_header1 ul li:hover .item img {
  transform: scale(1.1);
}
.header .slide_header1 ul li:hover .item p {
  color: #be0000;
}
.header .slide_header1 .more {
  position: static;
  margin: 13px auto;
}
.header .slide_header2 {
  color: black;
}
.header .slide_header2 .lf {
  display: flex;
}
.header .slide_header2 .lf img {
  margin: 0 10px;
  width: 280px;
}
.header .slide_header2 .rt {
  height: 177px;
  position: relative;
}
.header .slide_header2 ul {
  padding-left: 50px;
}
.header .slide_header2 ul li {
  width: 30%;
}
.header .slide_header2 ul li a {
  display: block;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 90%;
  padding-left: 15px;
}
.header .slide_header2 ul li a:before {
  display: inline-block;
  background: url("../images/icon_deng.png") no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  left: -11px;
  top: -3px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.header .slide_header2 ul li:hover a {
  color: #be0000;
  border-bottom: 1px solid #be0000;
}

.header .li3 .slide_header2 ul li {
  width: 50%;
}

/*footer*/
.footer {
  padding-top: 50px;
  background: #960000;
  padding-bottom: 20px;
}
.footer > .container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .meeage_list {
  max-width: 400px;
}
.footer .meeage_list li {
  padding-left: 40px;
  float: none;
  margin-bottom: 25px;
  position: relative;
}
.footer .meeage_list li .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.footer .meeage_list li .title {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
.footer .meeage_list li .message {
  margin-top: 30px;
  color: #ad8686;
  font-size: 14px;
  line-height: 1.5;
}
.footer .meeage_list .email .icon {
  top: 5px;
}
.footer .contact_box {
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.footer .contact_box .title {
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
}
.footer .contact_box p {
  margin: 5px 0;
}
.footer .contact_box .foot_icon_list {
  margin-top: 10px;
}
.footer .contact_box .foot_icon_list ul {
  display: inline-block;
}
.footer .contact_box .foot_icon_list li {
  cursor: pointer;
  margin: 0 5px;
}
.footer .contact_box .foot_icon_list li .icon1 {
  display: inline-block;
}
.footer .contact_box .foot_icon_list li .icon2 {
  display: none;
}
.footer .contact_box .foot_icon_list li:hover .icon1 {
  display: none;
}
.footer .contact_box .foot_icon_list li:hover .icon2 {
  display: inline-block;
}
.footer .erweima ul li {
  margin-right: 60px;
}
.footer .liuyan_box > .title {
  margin-bottom: 30px;
  font-size: 18px;
  color: white;
}
.footer .liuyan_box .content {
  width: 390px;
}
.footer .liuyan_box .content #feedbackbotton, .footer .liuyan_box .content #feedbackenbotton {
  width: 116px;
  height: 26px;
  background: #be0000;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  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;
  border: 0;
}
.footer .liuyan_box .content .formlist .name {
  display: none;
}
.footer .liuyan_box .content .infoInput {
  border: 1px solid white;
  background: transparent;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  color: white;
}
.footer .liuyan_box .content .input2 {
  float: left;
}
.footer .liuyan_box .content .input3 {
  float: right;
}
.footer .liuyan_box .content .input2, .footer .liuyan_box .content .input3 {
  width: 48%;
}
.footer .footer_menu {
  color: white;
  display: flex;
  flex: 1;
}
.footer .footer_menu ._title2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
  color: white;
}
.footer .footer_menu .item {
  flex: 1;
}
.footer .footer_menu .item ul li {
  float: none;
  line-height: 2;
}
.footer .footer_menu .item ul li a {
  display: block;
  color: white;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

.beizhu {
  background: #960000;
  color: white !important;
}
.beizhu a {
  color: white !important;
}

@media (max-width: 1450px) {
  .header .header_menu .header_search {
    margin-left: 22px;
    position: relative;
    top: -2px;
  }

  .header .header_menu > ul > li {
    margin: 0 12px;
  }

  .header .header_menu {
    margin-top: 11px;
  }
}
@media (max-width: 768px) {
  ._title .title h5 {
    font-size: 20px;
  }

  ._title .title p {
    font-size: 18px;
    position: relative;
    top: 3px;
  }

  ._title .summary {
    font-size: 14px;
  }

  .footer .meeage_list li .message {
    margin-top: 18px;
  }

  .footer {
    padding-top: 35px;
  }

  .footer > .container2 {
    align-items: center;
    flex-direction: column;
  }

  .footer .contact_box .title {
    display: none;
  }

  .footer .erweima ul li img {
    width: 100px;
  }

  .footer .erweima ul li {
    margin: 10px;
  }

  .footer .footer_menu {
    display: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
