.fdl {
  transform: translateX(5px);
}

.fdt {
  transform: translateY(-5px);
}

* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

html {
  font-size: 100px;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before, *:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li, ul {
  list-style-type: none;
}

img {
  border: none;
}

input, textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
  font-weight: normal;
  font-style: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 1.28rem;
  background: url(../images/header.jpg) no-repeat center;
  position: relative;
  z-index: 99999999999999999999999;
}

.header .flex {
  display: flex;
  height: 1.28rem;
  align-items: center;
}

.header .flex .logo {
  flex: 0 0 17.5%;
  justify-content: center;
  float: left;
  width: 17.5%;
  height: 0.78rem;
  display: block;
}

.header .flex .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .flex .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .flex .navBox {
  flex: 0 0 71%;
  justify-content: center;
  float: left;
  width: 71%;
}

.header .flex .navBox .navBoxTop {
  height: 0.42rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #b2b2b2;
  line-height: 0.42rem;
  justify-content: flex-end;
}

.header .flex .navBox .navBoxTop a {
  flex: 0 0 4em;
  justify-content: center;
  float: left;
  width: 4em;
  line-height: 0.42rem;
  color: #b2b2b2;
  padding: 0 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .flex .navBox .navBoxTop a:hover {
  transform: translateX(5px);
  color: #f3990f;
}

.header .flex .navBox .navBoxTopBottom {
  height: 0.86rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header .flex .navBox .navBoxTopBottom .nav {
  flex: 1;
}

.header .flex .navBox .navBoxTopBottom .nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header .flex .navBox .navBoxTopBottom .nav ul li {
  flex: 1;
  height: 0.86rem;
  position: relative;
  z-index: 999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .flex .navBox .navBoxTopBottom .nav ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.06rem;
  height: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .flex .navBox .navBoxTopBottom .nav ul li>a {
  line-height: 0.86rem;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .flex .navBox .navBoxTopBottom .nav ul li p {
  width: 130%;
  margin-left: -15%;
  background: #f2f2f2;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  display: none;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.1);
}

.header .flex .navBox .navBoxTopBottom .nav ul li p a {
  display: block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px dashed #e5e5e5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .flex .navBox .navBoxTopBottom .nav ul li p a:hover {
  color: #f3990f;
  transform: translateX(5px);
}

.header .flex .navBox .navBoxTopBottom .nav ul li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.06rem;
  height: 0.2rem;
  background: #f3990f;
  transform: translateX(-50%);
}

.header .flex .navBox .navBoxTopBottom .nav ul li.active>a {
  color: #f3990f !important;
}

.header .flex .navBox .navBoxTopBottom .nav ul li:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.06rem;
  height: 0.2rem;
  background: #f3990f;
  transform: translateX(-50%);
}

.header .flex .navBox .navBoxTopBottom .nav ul li:hover>a {
  color: #f3990f !important;
}

.header .flex .navBox .navBoxTopBottom .nav ul li:nth-child(1)>a {
  color: #333;
}

.header .flex .navBox .navBoxTopBottom .sosuo {
  flex: 0 0 0.26rem;
  justify-content: center;
  float: left;
  width: 0.26rem;
  height: 0.26rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .flex .navBox .navBoxTopBottom .sosuo i {
  width: 0.26rem;
  display: block;
  height: 0.26rem;
  background: url(../images/sosuo.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .flex .navBox .navBoxTopBottom .sosuo i.sosuocolse {
  background: url(../images/sosuocolse.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .flex .navBox .navBoxTopBottom .sosuo .sosuoBox {
  width: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 0.55rem;
  right: 0;
  background: #202020;
  padding: 0.1rem;
  display: none;
}

.header .flex .navBox .navBoxTopBottom .sosuo .sosuoBox input {
  flex: 0 0 1.5rem;
  justify-content: center;
  float: left;
  width: 1.5rem;
  padding: 0.1rem;
  box-sizing: border-box;
}

.header .flex .navBox .navBoxTopBottom .sosuo .sosuoBox button {
  flex: 0 0 0.5rem;
  justify-content: center;
  float: left;
  width: 0.5rem;
  border: 0;
  background: #f39700;
  cursor: pointer;
  height: 0.37rem;
}

.footer {
  padding: 70px 0 0;
  background: url(../images/footer.jpg) repeat;
}

.footer .footerTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}

.footer .footerTop .footerL {
  flex: 0 0 26%;
  justify-content: center;
  float: left;
  width: 26%;
}

.footer .footerTop .footerL h4 {
  font-size: 0.18rem;
  color: #fff;
}

.footer .footerTop .footerL p {
  color: #ddd;
  line-height: 0.32rem;
}

.footer .footerTop .footerL p a {
  display: inline-block;
  color: #ddd;
}

.footer .footerTop .footerC {
  flex: 0 0 47%;
  justify-content: center;
  float: left;
  width: 47%;
}

.footer .footerTop .footerC ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .footerTop .footerC ul li {
  flex: 0 0 20%;
  justify-content: center;
  float: left;
  width: 20%;
}

.footer .footerTop .footerC ul li h4 {
  margin-bottom: 0.05rem;
}

.footer .footerTop .footerC ul li h4 a {
  display: block;
  color: #fff;
  font-size: 0.18rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .footerTop .footerC ul li h4:hover {
  transform: translateX(5px);
  color: #fff;
}

.footer .footerTop .footerC ul li p a {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #999999;
}

.footer .footerTop .footerC ul li p a:hover {
  transform: translateX(5px);
  color: #fff;
}

.footer .footerTop .footerR {
  flex: 0 0 12%;
  justify-content: center;
  float: left;
  width: 12%;
}

.footer .footerTop .footerR img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.footer .footerTop .footerR h4 {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  padding-top: 0.1rem;
}

.footer .footerTop .footerR ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.2rem;
}

.footer .footerTop .footerR ul li {
  flex: 0 0 0.3rem;
  justify-content: center;
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.footer .footerTop .footerR ul li img.footerIco {
  width: 50%;
  display: block;
  padding-top: 50%;
  transform: translateY(-25%);
}

.footer .footerTop .footerR ul li:hover {
  transform: translateY(-5px);
  color: #fff;
}

.footer .footerTop .footerR ul li .footerQr {
  position: absolute;
  width: 1rem;
  height: 1rem;
  display: none;
  bottom: 0.4rem;
  left: -0.4rem;
  box-sizing: border-box;
  padding: 0.05rem;
  background: #fff;
}

.footer .footerBottom {
  border-top: 1px solid #333;
  padding: 0.13rem 0;
  text-align: center;
  color: #fff;
}

.footer .footerBottom a {
  color: #fff;
  padding-left: 0.1rem;
}

.footerBar {
  display: none;
}

@media (max-width: 1280px) {
  .container {
    width: 96%;
    margin: 0 auto;
  }
  .header .flex .navBox .navBoxTopBottom .nav ul li>a {
    font-size: 0.15rem;
  }
  .header {
    border-top: 4px solid #000;
    background: transparent;
    height: auto;
  }
  .header .flex {
    height: auto;
  }
  .header .flex .logo {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin: 0.2rem 0;
    height: 0.4rem;
    float: initial;
  }
  .header .flex .navBox .navBoxTopBottom .nav {
    height: auto;
  }
  .swiper-paginationCenter {
    display: none;
  }
  .header .flex .navBox .navBoxTopBottom {
    height: auto;
  }
  .header .flex .navBox .navBoxTop {
    display: none;
  }
  .header .flex .navBox .navBoxTopBottom .sosuo {
    display: none;
  }
  .header .flex .navBox .navBoxTopBottom .nav ul li {
    flex: 0 0 24%;
    background: #f2f2f2;
    line-height: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .header .flex .navBox .navBoxTopBottom .nav ul li a {
    line-height: 0.5rem;
  }
  .header .flex .navBox {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .header .flex .navBox .navBoxTopBottom .nav ul li.active::after {
    background: transparent;
    display: none;
  }
  .header .flex .navBox .navBoxTopBottom .nav ul li>a {
    color: #333;
  }
  .footer .footerTop .footerL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .footer .footerTop .footerC, .footer .footerTop .footerR {
    display: none;
  }
  .footer {
    padding-top: 0.3rem;
    margin-bottom: 0;
  }
  .footer .footerTop {
    padding-bottom: 0.2rem;
  }
  /* .header .flex .navBox .navBoxTopBottom .nav ul li:nth-child(5),
  .header .flex .navBox .navBoxTopBottom .nav ul li:nth-child(6),
  .header .flex .navBox .navBoxTopBottom .nav ul li:nth-child(7) {
    flex: 0 0 32.333333%;
    justify-content: center;
    float: left;
    width: 32.333333%;
  } */
  .header .flex .navBox .navBoxTopBottom .nav ul li:nth-child(1) {
    display: none;
  }
  .footerBar {
    display: block;
  }

  .header .flex .navBox .navBoxTopBottom .nav ul li p{
    display: none !important;
  }
  .footerBar {
    width: 100%;
      height: 54px;
      background: #fff;
      padding: 9px 0;
      position: sticky;
      bottom: 0;
      left: 0;
      display: block;
      z-index: 99999;
      box-sizing: border-box;
      overflow: hidden;
      box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
}



.footerBar ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerBar ul li {
  width: 25%;
    float: left;
    flex-direction: column;
    flex: 0 0 25%;
}
.footerBar ul li a{
  display: block;
  position: relative;
}


.footerBar ul li img {
  display: block;
  width: 20px;
  height: 19px;
  object-fit: contain;
  margin: 0 auto;
}

.footerBar ul li span {
  display: block;
  text-align: center;
  color: #333;
  /* margin-top: 6px; */
  font-size: 12px;
  transform: scale(0.9);
}