/*top_header*/
.top_header {
  background: url("../images/top_header.jpg") no-repeat center;
  background-size: cover;
  padding: 10px 0;
}
.top_header .content {
  display: flex;
  align-items: center;
}
.top_header .content .call p {
  font-size: 28px;
  color: white;
  margin-left: 20px;
  margin-right: 25px;
}
.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-top: -45px;
}
.header .header_menu {
  margin-top: 42px;
}
.header .header_menu > ul {
  overflow: visible;
}
.header .header_menu > ul > li {
  margin-right: 40px;
  position: relative;
}
.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;
}
.header .header_menu > ul > li .lv2 ul li {
  line-height: 2;
  float: none;
  text-align: center;
}
.header .header_menu > ul > li .lv2 ul li a {
  color: #515151;
  font-size: 16px;
  text-align: center;
}
.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;
  background-size: cover;
  color: white;
}
.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: #ff9504;
  border: 0 !important;
  position: absolute;
  right: 52px;
  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: 547px;
  height: 30px;
  border: 1px solid white;
  border-radius: 5px;
  color: black;
}
.footer .liuyan_box textarea.infoInput {
  width: 448px;
  height: 78px;
}

@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 */
