.header {
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 33;
  box-shadow: 0px 4px 5px 0px rgba(12, 3, 7, 0.15);
}
.header .container2 {
  display: flex;
  align-items: center;
  overflow: visible;
  position: relative;
}
.header #search {
  position: absolute;
  right: 0;
  bottom: 3px;
  display: none;
}
.header .logo img {
  transition: .5s;
}
.header .header_menu {
  flex: 1;
}
.header .header_menu a {
  text-transform: capitalize;
}
.header .header_menu > ul {
  display: flex;
  overflow: visible;
  justify-content: center;
}
.header .header_menu > ul > li {
  position: relative;
}
.header .header_menu > ul > li > a {
  display: block;
  font-size: 18px;
  padding: 40px 30px;
  color: #393939;
}
.header .header_menu > ul > li .lv2 {
  position: absolute;
  left: 0px;
  top: 105px;
  width: 100%;
  display: none;
  z-index: 2;
}
.header .header_menu > ul > li .lv2 ul {
  width: 100%;
}
.header .header_menu > ul > li .lv2 ul li {
  width: 100%;
  float: none;
}
.header .header_menu > ul > li .lv2 ul li a {
  color: #393939;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 10px 5px;
  word-wrap: break-word;
}
.header .header_menu > ul > li .lv2 ul li:hover a {
  background: gainsboro;
}
.header .header_menu > ul > li:hover .lv2 {
  display: block;
}
.header .header_menu > ul > li:hover a, .header .header_menu > ul > li.active a {
  background: #eeeeee;
}

.header.on .header_menu ul li a {
  padding: 20px 30px;
}

.header.on .logo img {
  height: 41px;
}

.header.on .header_menu > ul > li .lv2 {
  top: 65px;
}

.header_en {
  /*&.header .header_menu > ul > li .lv2{
     min-width: 160px;
     left: -16px;
  }*/
}
.header_en.header .header_menu > ul > li > a {
  padding: 40px 10px;
}

.footer {
  height: auto !important;
  background: url("../images/contact_bg.jpg") no-repeat center;
  background-size: cover;
}
.footer .fp-tableCell {
  height: auto !important;
}
.footer .beizhu {
  background: none;
  color: #393939 !important;
}
.footer .beizhu a {
  color: #393939 !important;
}
.footer .container2 {
  padding: 55px 0;
  display: flex;
  justify-content: space-around;
}
.footer .container2 .erweima {
  text-align: center;
  width: 50%;
}
.footer .container2 .lf ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .container2 .lf ul li {
  display: flex;
  align-items: flex-end;
  margin-right: 10px;
}
.footer .container2 .lf ul li a {
  display: flex;
  align-items: center;
}
.footer .container2 .lf ul li img {
  margin-right: 10px;
}
.footer .container2 .cen {
  width: 30%;
  color: #101561;
}
.footer .container2 .cen .title {
  margin-bottom: 15px;
}
.footer .container2 .cen .title p:nth-child(1) {
  font-size: 22px;
}
.footer .container2 .cen .title p:nth-child(2) {
  font-size: 16px;
}
.footer .container2 .cen .content {
  line-height: 2;
}
.footer .container2 .cen .content ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.footer .container2 .cen .content ul li span {
  display: block;
  flex: 1;
}
.footer .container2 .cen .content ul li p {
  display: block;
  width: auto;
}
.footer .container2 .cen .content ul li:first-child p {
  width: 70px;
}

.footer_en.footer .container2 .cen.lf {
  width: 20%;
}
.footer_en.footer .container2 .cen .title {
  min-height: 62px;
}

@media (max-width: 1450px) {
  .header .header_menu > ul > li .lv2 {
    top: 70px;
  }

  .header .header_menu ul li a {
    padding: 24px 14px;
  }

  .header .logo img {
    height: 40px;
  }

  .header.on .logo img {
    height: 40px;
  }

  .header.on .header_menu ul li a {
    padding: 24px 14px;
  }

  .header .header_menu ul li a {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .footer .container2 .cen .content ul li {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer .container2 .erweima {
    width: 100%;
  }

  .footer .container2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    display: block;
  }

  .footer .container2 .cen {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer .container2 .lf ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .footer .container2 .lf > img {
    width: 130px;
  }

  .footer .container2 .cen .title p:nth-child(1) {
    font-size: 18px;
  }

  .footer .container2 .cen .title p:nth-child(2) {
    font-size: 14px;
  }

  .footer .container2 .cen .title {
    margin-bottom: 5px;
  }

  .footer_en.footer .container2 .cen.lf {
    width: 100%;
  }

  .footer_en.footer .container2 .cen .title {
    min-height: auto;
  }
}
@-webkit-keyframes btn_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes btn_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*# sourceMappingURL=self_item_public.css.map */
