@charset "UTF-8";
#header {
  width: 1280px;
  margin: 0 auto;
}
#header ul {
  overflow: visible;
}
#header li {
  float: none;
}
#header .top {
  height: 117px;
}
#header .logo {
  float: left;
  margin-top: 43px;
}
#header .ad {
  margin-left: 31px;
  padding-left: 35px;
  margin-top: 40px;
  color: #aeaeae;
  font-size: 12px;
  height: 53px;
  text-transform: uppercase;
  border-left: 1px solid #c8c8c8;
  line-height: 25px;
  padding-top: 2px;
}
#header .ad p:first-child {
  letter-spacing: 1px;
}
#header .topLink {
  float: right;
  position: relative;
  z-index: 9999;
}
#header .translate {
  width: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9999;
}
#header .tran-in {
  left: 120px;
}
#header .translate li {
  border: 1px dashed #cccccc;
  line-height: 26px;
  text-align: left;
  background: #fff;
}
#header .translate li a {
  display: block;
  padding-left: 10px;
  background: url(../images/dot4.png) no-repeat 88% 11px;
}
#header .translate li a:hover {
  text-decoration: none;
  color: #275cea;
  cursor: pointer;
}
#header .translate-en {
  display: none;
  padding: 6px;
  padding-top: 0px;
}
#header .translate li .translate-en a {
  padding-left: 0px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
#header .translate li .translate-en a:hover {
  font-weight: bold;
}
#header .topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}
#header .topLink .k1 {
  line-height: 32px;
  padding-top: 5px;
}
#header .topLink .k2 {
  background: url(../images/tel.png) no-repeat left center;
  font-size: 17px;
  color: #404040;
  line-height: 28px;
  padding-left: 40px;
  margin-top: 40px;
}

/*å¯¼èˆªæ æ ·å¼*/
#menu {
  background: url(../images/menu.png) repeat-x top center;
  height: 49px;
}
#menu .nav {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  overflow: visible;
}
#menu .nav li {
  line-height: 49px;
  height: 49px;
  text-align: center;
  width: 213px;
  position: relative;
  z-index: 999;
  background: url(../images/navli.png) no-repeat right center;
}
#menu .nav li a {
  display: block;
  line-height: 49px;
  color: #000;
  height: 49px;
  font-size: 17px;
  padding: 0;
}
#menu .nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5a57a6;
}
#menu .nav li:last-child {
  background: none;
}
#menu .nav .sec {
  display: none;
  background: #fff;
  color: #000;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 49px;
  left: 0px;
}
#menu .nav .sec a {
  background: #fff;
  color: #000;
  height: 38px;
  line-height: 38px;
  width: 213px;
  font-size: 15px;
}
#menu .nav .sec a:hover {
  background: #5a57a6;
  text-decoration: none;
}

/*é¡µé¢åº•éƒ¨*/
.foot-bg {
  background: #5a57a6;
  height: 205px;
  margin-top: 40px;
  /*å‹æƒ…é“¾æŽ¥*/
}
.foot-bg #footer {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding-top: 35px;
  color: #fff;
}
.foot-bg #footer #footer a {
  color: #fff;
}
.foot-bg #footer .foot1 {
  width: 230px;
  margin: 50px 0 0 0px;
}
.foot-bg #footer .xian {
  margin-left: 40px;
  margin-right: 46px;
}
.foot-bg #footer .foot2 {
  font-size: 17px;
  line-height: 40px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.foot-bg #footer .foot2 p a {
  color: white;
  float: none;
  font-size: 15px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.foot-bg #footer .foot3 {
  font-size: 15px;
  line-height: 40px;
  margin-top: -12px;
  width: 410px;
}
.foot-bg #footer .foot3 p {
  padding-left: 30px;
}
.foot-bg #footer .foot3 p:nth-of-type(1) {
  background: url(../images/pp1.png) no-repeat left center;
}
.foot-bg #footer .foot3 p:nth-of-type(2) {
  background: url(../images/pp2.png) no-repeat left center;
}
.foot-bg #footer .foot3 p:nth-of-type(3) {
  background: url(../images/pp3.png) no-repeat left center;
}
.foot-bg #footer .foot3 p:nth-of-type(4) {
  background: url(../images/pp4.png) no-repeat left center;
}
.foot-bg #footer .foot-bg2 {
  background: #fff;
}
.foot-bg #footer .copyright {
  text-align: center;
  line-height: 24px;
  color: #adadad;
  font-size: 15px;
  padding: 15px 0;
}
.foot-bg #footer .copyright a {
  color: #adadad;
}
.foot-bg .f_link {
  width: 1280px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 15px;
  color: #2b2b2b;
  margin-top: 40px;
}
.foot-bg .f_link a {
  color: #2b2b2b;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

@media (max-width: 1450px) {
  #header, .foot-bg #footer {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .foot-bg {
    height: auto;
  }

  #header, .foot-bg #footer {
    width: 100%;
  }

  .foot-bg #footer .xian {
    display: none;
  }

  #footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .foot-bg #footer .foot2 {
    display: none;
  }

  .foot-bg #footer .foot1 {
    margin-top: 0;
  }

  .foot-bg #footer .foot3 p {
    padding-left: 0;
    background: none !important;
  }

  .foot-bg #footer .foot3 {
    width: 100%;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.shipin_box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 333;
  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: 768px) {
  .shipin_box video {
    width: 100%;
    height: 300px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
