/*top_header*/
.top_header {
  background: url("../images/top_header.jpg") no-repeat center;
  background-size: cover;
  padding: 14px 0;
}
.top_header .content {
  display: flex;
  align-items: center;
}
.top_header .content .call p {
  font-size: 18px;
  color: white;
  margin-left: 20px;
  margin-right: 25px;
  font-weight: 500;
}
.top_header .content .icon_list {
  padding-left: 20px;
  border-left: 1px solid white;
}
.top_header .content .icon_list ul li {
  margin: 0 10px;
}
.top_header .content .icon_list ul li .pic2 {
  display: none;
}
.top_header .content .icon_list ul li:hover .pic1 {
  display: none;
}
.top_header .content .icon_list ul li:hover .pic2 {
  display: block;
}

/*header*/
.header {
  position: relative;
  z-index: 333;
}
.header .container {
  overflow: visible;
}
.header .logo {
  margin:8px 0;
}
.header .header_menu {
  margin-top: 30px;
}
.header .header_menu > ul {
  overflow: visible;
}
.header .header_menu > ul > li {
  margin-right: 40px;
}
.header .header_menu > ul > li > a {
  display: block;
  position: relative;
  color: #515151;
  font-size: 16px;
}
.header .header_menu > ul > li > a:before {
  display: inline-block;
  background: url("../images/icon_header_xiala.png") no-repeat center;
  background-size: cover;
  width: 7px;
  height: 8px;
  position: absolute;
  right: -16px;
  bottom: 7px;
  content: '';
}
.header .header_menu > ul > li .lv2 {
  display: none;
  position: absolute;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding:12px 0;
}
.header .header_menu > ul > li .lv2 ul li {
  line-height: 2;
  float: none;
}
.header .header_menu > ul > li .lv2 ul li a {
  color: #515151;
  padding:3px 16px;
  font-size: 14px;
}
.header .header_menu > ul > li .lv2 ul li:hover a {
  color: #ffffff;
  background: #f08302;
}
.header .header_menu > ul > li:hover > a {
  color: #f08302;
}
.header .header_menu > ul > li:hover > a:before {
  background: url("../images/icon_header_xiala2.png") no-repeat center;
  background-size: cover;
}

/*footer*/
.footer {
  padding-top: 65px;
  background: url("../images/footer_bg.jpg") no-repeat center;
  color: white;
  background-size: cover;
}
.footer .footer_menu {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.footer .footer_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 15px;
  color: white;
  border-right: 1px solid white;
  padding: 0 35px;
}
.footer .footer_menu ul li:last-child a {
  border-right: 0;
}
.footer .contact ul li {
  margin-bottom: 45px;
  float: none;
  display: flex;
  align-items: center;
}
.footer .contact ul li img {
  margin-right: 15px;
}
.footer .container2 {
  border-bottom: 1px solid white;
}
.footer .beizhu {
  background: transparent;
  color: white !important;
}
.footer .beizhu a {
  color: white !important;
}
.footer .liuyan_box #feedbackbotton {
  width: 75px;
  height: 75px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 5px;
  background: #fd0100;
  border: 0 !important;
  position: absolute;
  right: 0;
  bottom: 21px;
}
.footer .liuyan_box .formlist {
  position: relative;
}
.footer .liuyan_box .formlist > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer .liuyan_box .formlist > div:last-child {
  align-items: flex-start;
}
.footer .liuyan_box .formlist .name {
  font-size: 16px;
  width: 80px;
  text-align: right;
  margin-right: 20px;
}
.footer .liuyan_box .infoInput {
  width: calc(100% - 100px);
  height: 30px;
  border: 1px solid white;
  color: white;
  background: transparent;
}
.footer .liuyan_box textarea.infoInput {
  width: calc(100% - 200px);
  height: 78px;
}
.footer .qcode{display: grid;grid-template-columns:  repeat(2, 1fr); color: #ffffff;text-align: center;margin-top: 20px;}
.footer .qcode p{margin-top: 10px;}
@media (max-width: 768px) {
  .footer {
    padding-top: 35px;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer .contact ul li {
    margin-bottom: 20px;
  }

  .footer .contact {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
