/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
body {
  padding-top: 113px;
  position: relative;
  /*transition: transform 320ms ease-out 0s;
  &.down{
     transform: translate3d(0px, -72px, 0px);
  }*/
}

.header_box {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: white;
  transition: .5s;
  z-index: 333;
}
.header_box.on {
  top: -64px;
}

.header {
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  align-items: center;
  justify-content: space-between;
  /*padding-top: 13px;
  padding-bottom: 13px;*/
}
.header .rt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .rt li {
  margin: 0;
}
.header .rt li .pic1 {
  display: block;
}
.header .rt li .pic2 {
  display: none;
}
.header .rt li:hover .pic2 {
  display: block;
}
.header .rt li:hover .pic1 {
  display: none;
}
.header .rt img {
  width: 25px;
  margin-left: 10px;
}
.header .logo {
  text-align: center;
}
.header .lf > ul > li > a {
  padding: 21px 0;
}
.header .lf > ul > li:hover .header_menu2, .header .lf > ul > li.active .header_menu2 {
  display: block;
}
.header ul {
  display: flex;
  align-items: center;
}
.header ul li {
  margin: 0 25px;
}
.header ul li:hover > a, .header ul li.active > a {
  font-weight: bold;
}
.header ul li a {
  display: block;
  font-size: 15px;
  color: #313131;
}

.header .rt ul li:hover a, .header .rt ul li.active a {
  font-weight: inherit;
}

.header_menu2 {
  padding-left: 50px;
  padding-bottom: 16px;
  display: none;
  padding-top: 12px;
  border-bottom: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
  left: 0px;
  top: 63px;
  position: absolute;
  background: white;
  width: 100%;
}
.header_menu2 ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.header_menu2 ul li {
  margin: 0 25px;
}
.header_menu2 ul li:hover a {
  font-weight: bold;
}
.header_menu2 ul li a {
  display: block;
  font-size: 15px;
  color: #313131;
}

.footer {
  display: flex;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 70px;
  justify-content: space-between;
}
.footer #search .submitsearch {
  background: none;
}
.footer #search .keyword {
  border-bottom: 1px solid black;
  margin-bottom: 40px;
}
.footer .content2 {
  line-height: 2;
}
.footer .item_box ul li {
  float: none;
  line-height: 2;
}
.footer .item_box ul li a {
  display: block;
  font-size: 14px;
  color: #313131;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.footer .item_box ul li a:hover {
  color: #757575;
}
.footer .item_box ul li a:hover:after {
  width: 100%;
  margin-left: unset;
  transition: width .32s ease;
  background-color: #757575;
  margin-top: -0.4375rem;
}
.footer .item_box ul li a:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -20px;
  width: 0px;
  margin-left: 100%;
  background-color: #757575;
  transition: width .32s ease,margin-left .32s ease;
  margin-top: -0.4375rem;
}
.footer .jdt {
  display: block;
  font-size: 14px;
  color: #313131;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.footer .jdt:hover {
  color: #757575;
}
.footer .jdt:hover:after {
  width: 100%;
  margin-left: unset;
  transition: width .32s ease;
  background-color: #757575;
  margin-top: -0.4375rem;
}
.footer .jdt:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -20px;
  width: 0px;
  margin-left: 100%;
  background-color: #757575;
  transition: width .32s ease,margin-left .32s ease;
  margin-top: -0.4375rem;
}
.footer .title2 {
  font-size: 16px;
  color: #313131;
  margin-bottom: 20px;
}
.footer .beiant {
  margin-top: 20px;
}
.footer .beiant a {
  font-size: 14px;
  color: #313131;
}
.footer .erweima_list {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer .erweima_list .item {
  margin: 0 10px;
  display: block;
  position: relative;
  cursor: pointer;
}
.footer .erweima_list .item:hover .erweima {
  display: block;
}
.footer .erweima_list .item .erweima {
  background: whitesmoke;
  position: absolute;
  left: -40px;
  top: 35px;
  width: 100px;
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .footer {
    display: block;
    padding: 50px 15px;
  }
  .footer .item_box {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .footer .title2 {
    margin-bottom: 7px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
