/* header */
@charset "utf-8";
body,
html {
  cursor: Default;
}
.banner {
  position: relative;
}

.navBarList {
  width: 100%;
  margin: 0 auto;
}
/* logo navBarList */
.navBarList {
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
}
.navBarList img {
  /* height: 70px; */
  padding: 5px 0;
}
.navBarList.act {
  top: 0;
  background: #280d38;
}

.navList {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: stretch;
  padding: 5px 0;
}

.navList li {
  height: 12px;
  height: 70px;
  line-height: 70px;
  font-weight: 400;
  flex: 1;
}
.navBarList li > a:hover {
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.navList li > .dropDownList {
  position: relative;
  left: -30px;
  height: 100px;
  background: #280d38;
  color: #fff;
  text-align: center;
  display: none;
}
.dropDownList .item {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
.navList li:hover .dropDownList {
  display: block;
  cursor: pointer;
}
.navList li > ul > li {
  line-height: 22px;
}
.navList li.act a {
  color: #1ee3ff;
}

.navList li a {
  height: 12px;
  font-size: 14px;
  color: #ffffff;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.navList li a:hover {
  color: #0168bf;
  text-decoration: none;
}

.loginReg {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.loginReg .loginRes {
  color: #fff;
  padding: 5px 0px;
  text-decoration: none;
}
.registerUser {
  background: #1c75fb;
  color: #fff;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 4px;
}
.loginRes:hover {
  cursor: pointer;
  color: #f00;
  text-decoration: none;
}
.registerUser:hover {
  color: #f00;
  text-decoration: none;
}
.swiper-pagination1 {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
/* footer */
/* footer */
footer {
  background-color: #150814;
  height: 400px;
}

.footerNav-list li {
  float: left;
  margin: 0 20px;
}

.footerNav-list li a {
  color: #98999b;
  font-size: 16px;
  font-family: Source Han Sans CN;
  line-height: 20px;
}
.footer-box {
  padding-top: 68px;
  color: #98999b;
}
.footer-box dl dt {
  display: inline-block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 30px;
}
.footer-box a {
  font-size: 12px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #5e6166;
}
.footer-box a:hover {
  color: #f2f2f2;
}
.qrcode {
  width: 116px;
  height: 116px;
}
.contactUs span {
  display: inline-block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding-bottom: 33px;
}

.navmenuList li {
  font-size: 12px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #5e6166;
  line-height: 36px;
}

.footer-box {
  padding-top: 68px;
  color: #98999b;
}
.qrcode {
  width: 116px;
  height: 116px;
}
.copyright {
  padding-top: 68px;
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: #5e6166;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  footer {
    background-color: #150814;
    height: auto;
  }
  .footerNav-list {
    display: none;
  }
  .contactUs span {
    padding-bottom: 13px;
  }
  .footer-box {
    padding-top: 18px;
    color: #98999b;
  }
  .copyright {
    padding-top: 16px;
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #5e6166;
    line-height: 30px;
  }
  .qrcode {
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .qrcode p {
    font-size: 12px;
  }
  /* 导航 */
  .navList li {
    height: 12px;
    line-height: 40px;
    font-weight: 400;
    margin: 0;
  }
  .navList li a {
    height: 12px;
    font-size: 12px;
    color: #ffffff;
    font-family: Source Han Sans CN;
    font-weight: 400;
  }
}
.y_logo .img {
  width: 100px;
}
/* 部分标题css */
.h2aboutHy {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  padding-bottom: 50px;
  padding-top: 100px;
}
.paboutHy {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  line-height: 14px;
  opacity: 0.2;
}
.show {
  display: block;
}
.hide {
  display: none;
}
/* 导航切换内容 */
.nav-tabName {
  display: flex;
}

.nav-tabName span {
  height: 24px;
  display: block;
  flex: 1;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #aeaeae;
  padding-bottom: 39px;
  border-bottom: 3px solid #aeaeae;
}

.nav-tabName span.active {
  border-bottom: 3px solid #3f4147;
  color: #3f4147;
}

.pro-content {
  display: none;
  padding: 43px 0;
  text-align: center;
}

.pro-content:first-child {
  display: block;
}

/* 其余banner */
.bannerbox {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.imgWarp {
  width: 1920px;
  /*图片宽度*/
  position: absolute;
  left: 50%;
  margin-left: -960px;
  /*图片宽度的一半*/
}
/* 单行省略 */
.textEslipise {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* tab切换 */
  .nav-tabName span {
    font-size: 12px;
  }
}
.Functionitem-info {
  margin-bottom: 30px;
}
