@charset "utf-8";
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 100;
}
.header .header-content {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}
.header .header-content .logo {
  display: inline-block;
  width: 170px;
  height: 42px;
  margin-top: 14px;
  background: url('../image/header/logo-white.png') no-repeat center center / contain;
}
.header .header-content .nav {
  float: right;
  height: 70px;
  text-align: right;
  font-size: 0;
}
.header .header-content .nav .nav-item {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  margin: 20px 30px 0;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  transition: all .2s;
}
.header .header-content .nav .nav-item:hover {
  color: #b782fa;
}
.header .header-content .nav .nav-item-active {
  color: #b782fa;
  font-weight: 600;
}
.header-black {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-black .header-content .logo {
  background: url('../image/header/logo.png') no-repeat center center / contain;
}
.header-black .header-content .nav .nav-item {
  color: #333;
}
.header-black .header-content .nav .nav-item-active {
  color: #b782fa;
}
.footer {
  display: block;
}
.footer .footer-container {
  min-height: 190px;
  background-color: #333;
}
.footer .footer-container .footer-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  font-size: 0;
  white-space: nowrap;
}
.footer .footer-container .footer-wrap .footer-nav {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
.footer .footer-container .footer-wrap .footer-nav .nav-item {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 2px;
}
.footer .footer-container .footer-wrap .footer-nav .nav-item .nav-link {
  font-size: 14px;
  color: #999999;
  transition: all .2s;
}
.footer .footer-container .footer-wrap .footer-nav .nav-item .nav-link:hover {
  color: #b782fa;
}
.footer .footer-container .footer-wrap .footer-nav .nav-item .copyright-icp {
  position: relative;
  font-size: 14px;
  color: #939393;
  padding-left: 23px;
  transition: all .2s;
}
.footer .footer-container .footer-wrap .footer-nav .nav-item .copyright-icp:hover {
  color: #b782fa;
}
.footer .footer-container .footer-wrap .footer-nav .nav-item .copyright-icp::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url('../image/footer/gongan.png') no-repeat center center / cover;
}
.footer .footer-container .footer-wrap .footer-platform {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
.footer .footer-container .footer-wrap .footer-platform .platform-h1 {
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}
.footer .footer-container .footer-wrap .footer-platform .plaform-container {
  font-size: 0;
  margin-bottom: 15px;
}
.footer .footer-container .footer-wrap .footer-platform .plaform-container .platform-weixin {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: all .2s;
  background: url('../image/footer/weixin-icon.png') no-repeat center center / cover;
}
.footer .footer-container .footer-wrap .footer-platform .plaform-container .platform-weixin:hover {
  background: url('../image/footer/weixin-icon-active.png') no-repeat center center / cover;
}
.footer .footer-container .footer-wrap .footer-platform .plaform-container .platform-weixin:hover .weixin-qrcode {
  display: block;
}
.footer .footer-container .footer-wrap .footer-platform .plaform-container .platform-weixin .weixin-qrcode {
  display: none;
  position: absolute;
  width: 96px;
  height: auto;
  left: -110px;
  top: 0;
}
.footer .footer-container .footer-wrap .footer-platform .plaform-container .platform-weibo {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: all .2s;
  background: url('../image/footer/weibo-icon.png') no-repeat center center / cover;
}
.footer .footer-container .footer-wrap .footer-platform .plaform-container .platform-weibo:hover {
  background: url('../image/footer/weibo-icon-active.png') no-repeat center center / cover;
}
.footer .footer-container .footer-wrap .footer-platform .nav-item {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 2px;
}
.footer .footer-container .footer-wrap .footer-platform .nav-item .nav-link {
  font-size: 14px;
  color: #999999;
  transition: all .2s;
}
.footer .footer-container .footer-wrap .footer-platform .nav-item .nav-link:hover {
  color: #b782fa;
}
.footer .footer-container .footer-wrap .footer-company {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
.footer .footer-container .footer-wrap .footer-company .company-p {
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 2px;
  font-size: 14px;
  color: #999;
  white-space: pre-line;
}
.footer .footer-copyright {
  background-color: #262626;
}
.footer .footer-copyright .copyright-wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.footer .footer-copyright .copyright-wrap .copyright-co {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  margin-right: 100px;
  color: #999;
  font-size: 12px;
}
.footer .footer-copyright .copyright-wrap .copyright-icp {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  color: #999;
  font-size: 12px;
  transition: all .5;
}
.footer .footer-copyright .copyright-wrap .copyright-icp:hover {
  color: #b782fa;
}
