::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  box-shadow: inset -1px 0 0 #fff,inset 1px 0 0 #fff,inset 0 -1px 0 hsla(0,0%,100%,.9),inset 0 1px 0 hsla(0,0%,100%,.9);
}
/*--- Header ---*/
.Header-wrapper {
  z-index: 99;
}

.Header-wrapper .Header-cl {
  height: 72px;
  position: relative;
}

.header-container {
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
}
.audaque-logo {
  left: 34px;
}
.header-container .head-nav {
  width: 1200px;
  height: 72px;
  margin: 0 auto;
}

/*消文字的选中状态*/
#bloc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #313131;

}

#bloc header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
}

#bloc header .pc-nav {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.1rem;
  transition: height 0.5s ease-out;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  background-color: #000;
  opacity: 0.8;
}

#bloc header .pc-nav .col {
  position: relative;
  z-index: 10;
}

#bloc header .pc-nav .col .logoBox {
  display: block;
  width: 1.5rem;
  position: relative;
}

#bloc header .pc-nav .col .logoBox>img {
  width: 100%;
}

#bloc header .pc-nav .col .logoBox .img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
}

#bloc header .pc-nav .col:nth-of-type(1) {
  padding: 0 0.6rem;
}

#bloc header .pc-nav .col:nth-of-type(2) {
  z-index: 99999999999999999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li {
  padding: 0 1rem;
  position: relative;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>a {
  position: relative;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  height: 2px;
  width: 100%;
  background-color: #e60012;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
}

@media screen and (min-width: 1025px) {
  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>a:hover:after {
    transform: scaleX(1);
  }
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol {
  position: absolute;
  top: calc(100% + 10px);
  left: 20px;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 4.4rem;
  flex-direction: column;
  padding: 20px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>div {
  height: 20px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li {
  display: flex;
  width: 100%;
  padding: 8px 0 8px 0.6rem;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>a {
  font-size: 12px;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #e60012;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
}

@media screen and (min-width: 1025px) {
  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>a:hover {
    letter-spacing: 0px;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>a:hover:after {
    transform: scaleX(1);
  }
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div {
  padding-top: 8px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div>a {
  display: block;
  line-height: 30px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  font-size: 12px;
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #e60012;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
}

@media screen and (min-width: 1025px) {
  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div>a:hover {
    letter-spacing: 0px;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li>div>a:hover:after {
    transform: scaleX(1);
  }
}

#bloc header .pc-nav .col:nth-of-type(2)>ul>li>ol>li:hover>div {
  height: 100%;
}

@media screen and (min-width: 1025px) {
  #bloc header .pc-nav .col:nth-of-type(2)>ul:hover>li>ol {
    display: flex;
  }

  #bloc header .pc-nav .col:nth-of-type(2)>ul:hover+.mask {
    height: 6rem;
  }
}

#bloc header .pc-nav .col:nth-of-type(2) .mask {
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 0;
  transform-origin: 50% 0%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#bloc header .pc-nav .col:nth-of-type(3) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#bloc header .pc-nav .col:nth-of-type(3) .box {
  width: 6.8vw;
  height: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(1) {
  padding-top: 6px;
}

#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(2) {
  background-color: #fff;
  transition: background-color 0.6s ease-out;
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  -ms-transition: background-color 0.6s ease-out;
}

#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(3) {
  background-color: #e60012;
}

#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(3) i {
  color: #fff;
}

#bloc header .pc-nav .col:nth-of-type(3) .box:nth-of-type(3) span {
  color: #fff;
}

#bloc header .pc-nav .wc {
  transition: color 0.6s ease-out;
  -webkit-transition: color 0.6s ease-out;
  -moz-transition: color 0.6s ease-out;
  -o-transition: color 0.6s ease-out;
  -ms-transition: color 0.6s ease-out;
}

#bloc header .pc-nav.bc .col .logoBox .img {
  opacity: 1;
}

#bloc header .pc-nav.bc .col:nth-of-type(2) .mask {
  background-color: rgba(255, 255, 255, 0.9);
}

#bloc header .pc-nav.bc .col:nth-of-type(3) .box:nth-of-type(2) {
  background-color: #edf2f6;
}

#bloc header .pc-nav.bc .wc {
  color: #333;
}

#bloc header .pc-nav.down .col .logoBox .img {
  opacity: 1;
}

#bloc header .pc-nav.down .col:nth-of-type(2) .mask {
  background-color: rgba(255, 255, 255, 0.9);
  height: 1.1rem;
}

#bloc header .pc-nav.down .col:nth-of-type(3) .box:nth-of-type(2) {
  background-color: #edf2f6;
}

#bloc header .pc-nav.down .wc {
  color: #333;
}

#bloc footer {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 100%;
  left: 0;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;

}

#bloc footer .fBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#bloc footer .fBg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#bloc footer .fMain {
  position: relative;
  z-index: 10;
  padding: 0.6rem 1.3rem 0 1.3rem;
  width: 100%;
  height: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#bloc footer .fMain .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#bloc footer .fMain .top .col {
  position: relative;
}

#bloc footer .fMain .top .col:nth-of-type(1) {
  width: 7rem;
}

#bloc footer .fMain .top .col:nth-of-type(2) {
  width: calc(100% - 8rem);
}

#bloc footer .fMain .top .col>img {
  height: 1.46rem;
}

#bloc footer .fMain .top .col .line {
  display: inline-block;
  width: 1px;
  height: 1.46rem;
  margin: 0 0.9rem;
  background-color: rgba(255, 255, 255, 0.3);
}

#bloc footer .fMain .top .col>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#bloc footer .fMain .top .col>ul>li {
  position: relative;
}

#bloc footer .fMain .top .col>ul>li>a {
  color: #fff;
}

#bloc footer .fMain .top .col>ul>li>ol {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#bloc footer .fMain .top .col>ul>li>ol>div {
  height: 20px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}

#bloc footer .fMain .top .col>ul>li>ol>li {
  display: flex;
  width: 100%;
  padding: 8px 0 8px 0rem;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

#bloc footer .fMain .top .col>ul>li>ol>li>a {
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#bloc footer .fMain .top .col>ul>li>ol>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #e60012;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
}

#bloc footer .fMain .top .col>ul>li>ol>li>a:hover {
  letter-spacing: 2px;
}

#bloc footer .fMain .top .col>ul>li>ol>li>a:hover:after {
  transform: scaleX(1);
}

#bloc footer .fMain .top .col>ul>li>ol>li>div {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
}

#bloc footer .fMain .top .col>ul>li>ol>li>div>a {
  display: block;
  line-height: 30px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

#bloc footer .fMain .top .col>ul>li>ol>li>div>a:nth-of-type(1) {
  padding-top: 8px;
}

#bloc footer .fMain .top .col>ul>li>ol>li>div>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #e60012;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
}

#bloc footer .fMain .top .col>ul>li>ol>li>div>a:hover {
  letter-spacing: 2px;
}

#bloc footer .fMain .top .col>ul>li>ol>li>div>a:hover:after {
  transform: scaleX(1);
}

#bloc footer .fMain .top .col>ul>li>ol>li:hover>div {
  height: 69px;
}

#bloc footer .fMain .top .col-100 {
  width: 100%;
  margin-top: 0.5rem;
}

#bloc footer .fMain .top .col-100>ul>li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
}

#bloc footer .fMain .btm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#bloc footer .fMain .btm .col {
  height: 0.7rem;
  display: flex;
  align-items: center;
}

#bloc footer .fMain .btm .col>p {
  color: rgba(255, 255, 255, 0.5);
}

#bloc footer .fMain .btm .col>a {
  color: rgba(255, 255, 255, 0.5);
}

#bloc footer .fMain .btm .col>ul {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#bloc footer .fMain .btm .col>ul>li>a {
  width: 90px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}

#bloc footer .fMain .btm .col>ul span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

@media screen and (orientation: landscape) {
  #bloc footer .fMain .btm .col:last-child ul {
    width: 200px;
  }
}

#bloc.on #home {
  transform: translate3d(0, -4rem, 0);
  -webkit-transform: translate3d(0, -4rem, 0);
  -moz-transform: translate3d(0, -4rem, 0);
  -o-transform: translate3d(0, -4rem, 0);
  -ms-transform: translate3d(0, -4rem, 0);
}

#bloc.on footer {
  transform: translate3d(0, -4.8rem, 0);
  -webkit-transform: translate3d(0, -4.8rem, 0);
  -moz-transform: translate3d(0, -4.8rem, 0);
  -o-transform: translate3d(0, -4.8rem, 0);
  -ms-transform: translate3d(0, -4.8rem, 0);
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 160;
}

.loading .mask {
  position: absolute;
  width: 200vw;
  height: 200vw;
  left: -50vw;
  top: calc(50vh - 100vw);
  background: #fff;
  border: 81vw solid #fff;
  border-radius: 50%;
  transition: background 1s ease-in-out, transform 1s ease-in-out 1s;
}

.loading .mask.on {
  background: transparent;
  transform: scale(4);
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -o-transform: scale(4);
  -ms-transform: scale(4);
}

.loading .mask {
  position: absolute;
  width: 200vw;
  height: 200vw;
  left: -50vw;
  top: calc(50vh - 100vw);
  background: #fff;
  border: 81vw solid #fff;
  border-radius: 50%;
  transition: background 1s ease-in-out, transform 1s ease-in-out 1s;
}

.loading .mask.on {
  background: transparent;
  transform: scale(4);
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -o-transform: scale(4);
  -ms-transform: scale(4);
}

.loading .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38vw;
  height: 38vw;
  animation: fadeIn 0.5s ease-in-out;
  overflow: hidden;
  animation-fill-mode: both;
  opacity: 0;
}

.loading .box svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.loading .box svg path {
  fill: none;
  stroke: #e60012;
  stroke-width: 1px;
  transition: stroke 1s ease-in-out, opacity 0.3s ease-in-out 1s;
}

.loading .box svg path.on {
  stroke: rgba(255, 255, 255, 0.2);
  opacity: 0;
}

.loading .box svg#cls1 {
  height: 100%;
  width: 100%;
}

.loading .box svg#cls2 {
  width: 1px;
  height: 73.65%;
  left: 18.4%;
  top: 11.6%;
}

.loading .box svg#cls3 {
  width: 1px;
  height: 48%;
  left: 58%;
  top: 49.5%;
}

.loading .box svg#cls4 {
  height: 1px;
  width: 10.22%;
  top: 24.1%;
  left: 7.7%;
}

.loading .box svg#cls5 {
  width: 55.7%;
  top: 1%;
  left: 3%;
}

.loading .box svg#cls6 {
  width: 81%;
  top: 1%;
  left: 18.4%;
}

.loading .dot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38vw;
  height: 38vw;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: both;
  opacity: 0;
}

.loading .dot>li {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #e60012;
  background-color: #fff;
  opacity: 0;
}

.loading .dot>li:nth-of-type(1) {
  left: calc(0% - 6px);
  top: calc(0% - 6px);
}

.loading .dot>li:nth-of-type(2) {
  left: calc(18.4% - 6px);
  top: calc(11.6% - 6px);
}

.loading .dot>li:nth-of-type(3) {
  left: calc(58% - 6px);
  top: calc(49.5% - 6px);
}

.loading .dot>li:nth-of-type(4) {
  top: calc(24.1% - 6px);
  left: calc(7.7% - 6px);
}

.loading .dot>li:nth-of-type(5) {
  top: calc(1% - 6px);
  left: calc(3% - 6px);
}

.loading .dot>li:nth-of-type(6) {
  top: calc(1% - 6px);
  left: calc(18.4% - 6px);
}

.loading .dot .txt {
  position: absolute;
  width: 2.07rem;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
