﻿@charset "utf-8";
/* CSS Document */
.container {
  position: relative;
  width: 19.2rem;
  height: 100%;
  background-color: #d8d8d8;
  overflow: hidden;
}

.container .the-sider .nav-item.active {
  color: #bf0008;
  position: relative;
  bottom: 0;
}
.container .the-sider .nav-item.active::after {
  position: absolute;
  content: "";
  width: 74%;
  height: 0;
  left: 13%;
  bottom: -0.08rem;
  border-bottom: 0.03rem solid #bf0008;
  animation: navLine 0.6s;
}

.container .the-right {
  float: right;
  width: 1.94rem;
  height: 100%;
}
.container .contanier-main {
  margin: 5% 0 0 4.62rem;
  width: 10.44rem;
  height: 8.03rem;
  position: relative;
}
.container .contanier-main #mouse-box {
  position: absolute;
  z-index: 199;
  top: -1rem;
  left: -3.5rem;
  width: 20rem;
  height: 12rem;
}
.container .contanier-main .the-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.container .contanier-main .the-slider .slider-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container .contanier-main .the-slider .slider-item .slider-item-pic {
  display: block;
  width: 10.44rem;
  height: 8.03rem;
}
.container .contanier-main .the-slider .banner-dot {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 0.2rem;
  line-height: 0.2rem;
  bottom: -0.2rem;
  z-index: 800;
}
.container .contanier-main .the-slider .banner-dot i {
  cursor: pointer;
  border-radius: 0.06rem;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0 0.04rem;
  width: 0.65rem;
  height: 3px;
  background-color: #bfbfbf;
}
.container .contanier-main .the-slider .banner-dot i.on {
  background-color: #bf0008;
}
.container .contanier-main .animate-icon {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.container .contanier-main .animate-icon .dot01 {
  position: absolute;
}
.container .contanier-main .animate-icon .round01 {
  position: absolute;
}
.container .contanier-main .animate-icon .lengend01 {
  position: absolute;
}
.container .contanier-main .animate-brand,
.container .contanier-main .animate-product,
.container .contanier-main .animate-project,
.container .contanier-main .animate-contact {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.container .contanier-main .animate-brand .lengend01,
.container .contanier-main .animate-product .lengend01,
.container .contanier-main .animate-project .lengend01,
.container .contanier-main .animate-contact .lengend01 {
  width: 5.66rem;
  height: 2.26rem;
  left: 0;
  bottom: 0.4rem;
}
.container .contanier-main .animate-brand .dot01 {
  width: 1.3rem;
  height: 1.3rem;
  background: url(../images/brand02.png) no-repeat;
  background-size: contain;
  top: 2.6rem;
}
.container .contanier-main .animate-brand .round01 {
  width: 3.62rem;
  height: 2.47rem;
  background: url(../images/brand03.png);
  background-size: contain;
  bottom: 0.4rem;
  left: 6.52rem;
}
.container .contanier-main .animate-brand .lengend01 {
  background: url(../images/brand01.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0.4rem;
}
.container .contanier-main .animate-product .dot01 {
  width: 3.32rem;
  height: 1.74rem;
  background: url(../images/product02.png);
  background-size: contain;
  top: 1.08rem;
  left: 0rem;
}
.container .contanier-main .animate-product .round01 {
  width: 4.98rem;
  height: 1.59rem;
  background: url(../images/product03.png);
  background-size: contain;
  top: 3.02rem;
  left: 5.5rem;
}
.container .contanier-main .animate-product .lengend01 {
  background: url(../images/product01.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0.4rem;
}
.container .contanier-main .animate-project .dot01 {
  width: 9.86rem;
  height: 2.14rem;
  background: url(../images/project02.png) no-repeat;
  background-size: contain;
  top: 1.94rem;
  left: 0rem;
}
.container .contanier-main .animate-project .round01 {
  width: 4.59rem;
  height: 4.88rem;
  background: url(../images/project03.png) no-repeat;
  background-size: contain;
  top: 2.6rem;
  left: 4.7rem;
  z-index: 9;
}
.container .contanier-main .animate-project .lengend01 {
  background: url(../images/project01.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0rem;
}
.container .contanier-main .animate-contact .dot01 {
  width: 6.17rem;
  height: 3.84rem;
  background: url(../images/contact02.png) no-repeat;
  background-size: contain;
  top: 0.84rem;
  left: 0.23rem;
}
.container .contanier-main .animate-contact .round01 {
  width: 4.33rem;
  height: 3.4rem;
  background: url(../images/contact03.png) no-repeat;
  background-size: 100% 100%;
  top: 2.8rem;
  left: 6.1rem;
}
.container .contanier-main .animate-contact .lengend01 {
  background: url(../images/contact01.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 0rem;
}
/****brand-dot 定义从左到右*****/
@keyframes dot01ToLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 2.64rem;
  }
}
@-webkit-keyframes dot01ToLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 2.64rem;
  }
}
@-moz-keyframes dot01ToLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 2.64rem;
  }
}
@-ms-keyframes dot01ToLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 2.64rem;
  }
}
@-o-keyframes dot01ToLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 2.64rem;
  }
}
/****brand-dot 定义从左到右*****/
/****brand-dot 定义从左到右*****/
@keyframes brand01ToTop {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0.4rem;
  }
}
@-webkit-keyframes brand01ToTop {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0.4rem;
  }
}
@-moz-keyframes brand01ToTop {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0.4rem;
  }
}
@-ms-keyframes brand01ToTop {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0.4rem;
  }
}
@-o-keyframes brand01ToTop {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0.4rem;
  }
}
@keyframes navLine {
  0% {
    left: -100%;
  }
  100% {
    left: 10%;
  }
}
@-webkit-keyframes navLine {
  0% {
    left: -100%;
  }
  100% {
    left: 10%;
  }
}
@-moz-keyframes navLine {
  0% {
    left: -100%;
  }
  100% {
    left: 10%;
  }
}
@-ms-keyframes navLine {
  0% {
    left: -100%;
  }
  100% {
    left: 10%;
  }
}
@-o-keyframes navLine {
  0% {
    left: -100%;
  }
  100% {
    left: 10%;
  }
}
@keyframes navItem {
  0% {
    left: -100%;
    bottom: -100%;
  }
  100% {
    left: 0;
    bottom: 0%;
  }
}
@-webkit-keyframes navItem {
  0% {
    left: -100%;
    bottom: -100%;
  }
  100% {
    left: 0;
    bottom: 0%;
  }
}
@-moz-keyframes navItem {
  0% {
    left: -100%;
    bottom: -100%;
  }
  100% {
    left: 0;
    bottom: 0%;
  }
}
@-ms-keyframes navItem {
  0% {
    left: -100%;
    bottom: 100%;
  }
  100% {
    left: 0;
    bottom: 0%;
  }
}
@-o-keyframes navItem {
  0% {
    left: -100%;
    bottom: 100%;
  }
  100% {
    left: 0;
    bottom: 0%;
  }
}
