/*@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: 0px;
}

.top-bar {
  background: #c1c1c1;
  display: block;
  z-index: 3333;
  transition: .5s;
}
.top-bar.on {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}
.top-bar .shemei {
  margin-top: 8px;
  float: right;
}

/*.shemei{
   display: flex;
   align-items: center;
   justify-content: center;


   a{
      display: block;
      margin-left: 5px;
      img{

      }
   }
}*/
/*header*/
/*header*/
.header {
  padding: 20px 0;
  display: flex;
  position: relative;
  z-index: 3333;
  overflow: visible;
  align-items: center;
  justify-content: space-between;
}
.header .rt {
  display: flex;
  align-items: center;
}
.header .erweima {
  position: absolute;
  top: 78px;
  width: 100px;
  display: none;
}
.header .shemei {
  margin-right: 4px;
}
.header .shemei ul {
  display: flex;
  align-items: center;
}
.header .shemei ul li {
  margin-left: 11px;
  float: none;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  color: black;
  padding: 0 20px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #11659b;
}
.header .search2 {
  position: absolute;
  left: -153px;
  top: 31px;
  display: none;
}
.header #search .keyword {
  border: 1px solid gainsboro;
  border-radius: 20px;
}
.header #search .submitsearch img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#toolbar .online-one li a,
#toolbar .online-one li.phone .tel-phone,
#toolbar .online-one li {
  background: #2264a0 !important;
}

aside .side i {
  background: #2264a0 !important;
}
aside .side1 {
  background: #2264a0 !important;
}
aside .side span {
  background: #2264a0 !important;
}
aside .side0 {
  top: 151px;
}
aside .side2 {
  top: 151px;
}
aside .side2 {
  top: 202px;
}
aside .side3 {
  top: 304px;
}
aside .side6 {
  top: 355px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #23262a;
  color: white;
}
.footer a {
  color: white;
}
.footer .rt {
  display: flex;
  justify-content: space-between;
}
.footer .rt .item {
  max-width: 33%;
}
.footer .rt ul li {
  line-height: 2;
  float: none;
}
.footer .rt ul li a {
  display: block;
  font-size: 16px;
}
.footer .rt .item .title {
  font-size: 18px;
  color: white;
}
.footer .rt .item .line {
  width: 50px;
  height: 2px;
  background: white;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .lf .name {
  font-size: 18px;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .lf .message {
  line-height: 2;
  font-size: 14px;
}
.footer .lf .message p {
  margin-bottom: 0;
}

.beizhu {
  background: #2264a0;
  color: white !important;
}
.beizhu a {
  color: white !important;
}

@media (max-width: 1450px) {
  .footer .footer_message .lf .name {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .footer .lf {
    text-align: center;
  }

  .footer .footer_message {
    display: block;
  }

  .footer .footer_message .rt {
    margin-top: 40px;
  }
  .footer .footer_message .rt .item {
    max-width: 100%;
  }

  .footer .footer_message .center ul li {
    float: none;
    text-align: center;
  }
  .footer .footer_message .center ul li .message {
    text-align: center;
    width: 100%;
  }
  .footer .footer_message .center ul li img {
    display: none;
  }

  .footer .lf {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shipin_box.on {
  display: flex;
}
.shipin_box #iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipin_box iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.shipin_box video {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .shipin_box video {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
