@charset "UTF-8"; /* 头部start */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.416666666666667rem;
  /* 80 / 192 */
  background: rgba(0, 0, 0, 0.85);
  z-index: 50;
}

.header-main {
  width: 6.25rem;
  height: 100%;
}

.logo {
  position: relative;
  width: 205px;
  /* 210 / 192 */
  height: 100%;
  -webkit-animation: bounceInDown 1s both;
  -moz-animation: bounceInDown 1s both;
  -o-animation: bounceInDown 1s both;
  animation: bounceInDown 1s both;
}

.logo > img {
  height:100px;
  display: block;
  margin-top: 0.2083333333333333rem;
}

.menu {
  height: 100%;
}

.menu > a.clickLink {
  position: relative;
  padding: 0 0.140625rem;
  line-height: 0.416666666666667rem;
  display: block;
  float: left;
  font-size: 0.09375rem;
  color: #fff;
  margin: 0 0.03125rem;
}

.menu > a.clickLink after,
.menu > a.clickLink::after,
.menu > a.clickLink:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.020833333333333rem;
  background: #ff6600;
  display: block;
  content: "";
  transition: all 0.3s linear;
}

.menu > a.clickLink.active after,
.menu > a.clickLink.active::after,
.menu > a.clickLink.active:after,
.menu > a.clickLink:hover after,
.menu > a.clickLink:hover::after,
.menu > a.clickLink:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}

.menu > a.sq {
  float: left;
  width: 0.625rem;
  height: 100%;
  display: block;
  margin-left: 0.4583333333333333rem;
}

.menu > a.sq > img {
  display: block;
  width: 100%;
  height: 0.5208333333333333rem;
}

.caozuo {
  margin-left: 0.6770833333333333rem;
  font-size: 0.0729166666666667rem;
  height: 0.416666666666667rem;
}

.caozuo > a {
  color: #fff;
  line-height: 0.416666666666667rem;
  padding: 0 0.0520833333333333rem;
  position: relative;
  display: block;
  float: left;
}

.caozuo > a:hover {
  color: #ff6600;
}

.caozuo > a after,
.caozuo > a::after,
.caozuo > a:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 0.0625rem;
  top: 50%;
  margin-top: -0.03125rem;
  display: block;
  content: "";
  background: #fff;
}

.caozuo > a:last-child after,
.caozuo > a:last-child::after,
.caozuo > a:last-child:after {
  display: none;
}
/* 底部 */

.footer {
  padding: 0.15625rem 0 0.177083333333333rem;
  background: #272a2c;
}

.footer-main {
  width: 6.25rem;
}

.b-logo {
  width: 1.041666666666667rem;
  height: 0.541666666666667rem;
}

.b-logo > img {
  display: block;
  width: 0.8645833333333333rem;
}

.footer-copyright {
  width: 4.375rem;
  text-align: center;
  line-height: 0.177083333333333rem;
  color: #fff;
  font-size: 0.072916666666667rem;
}

.footer-copyright span {
  margin: 0 0.052083333333333rem;
}

.footer-copyright a {
  color: inherit;
}