.detail .nav-box {
  position        : sticky;
  top             : 0;
  z-index         : 999;
  width           : 100%;
  height          : 0.6rem;
  min-height      : 36px;
  background-color: #f1f1f1;
}

.detail .nav-box .basics-box {
  height : 100%;
  display: flex;
}

.detail .nav-box .basics-box .box {
  font-size      : 16px;
  color          : #333;
  height         : 100%;
  width          : 20%;
  text-align     : center;
  transition     : all 0.5s ease-in-out;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

@media only screen and (max-width: 1366px) {
  .detail .nav-box .basics-box .box {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .detail .nav-box .basics-box .box {
    font-size: 14px;
  }
}

.detail .nav-box .basics-box .box.active {
  color           : #fff;
  background-color: #e70012;
}

.detail .nav-box .basics-box .box:hover {
  color           : #fff;
  background-color: #e70012;
}

.company {
  padding-top        : 1rem;
  padding-bottom     : 1.5rem;
  background-image   : url('../img/company_bg1.jpg');
  background-repeat  : no-repeat;
  background-position: bottom center;
  background-size    : cover;
}

.company .title {
  font-size : 40px;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .company .title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1024px) {
  .company .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .company .title {
    font-size: 24px;
  }
}

.company .desc {
  font-size    : 23px;
  margin-top   : 0.4rem;
  margin-bottom: 0.75rem;
}

.company .desc .span2 {
  font-size: 14px;
}

@media only screen and (max-width: 1440px) {
  .company .desc {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .company .desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .company .desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .company .desc {
    font-size: 16px;
  }
}

.company .img {
  width: 100%;
}

.company .img-box {
  overflow: hidden;
}

.company .img-box img {
  transition: all 0.4s ease-out;
}

.company .img-box:hover img {
  transform: scale(1.1);
}

.introduce {
  padding-top: 1.2rem;
}

.introduce .box {
  display        : flex;
  justify-content: space-between;
  padding-bottom : 0.8rem;
}

.introduce .box .images {
  width   : 52%;
  overflow: hidden;
}

.introduce .box .images:hover #video {
  transform: scale(1.1);
}

.introduce .box .images:hover img {
  transform: scale(1.1);
}

.introduce .box .images img {
  transition: all 0.4s ease-out;
}

.introduce .box .images #video {
  width     : 100%;
  max-height: 390px;
  object-fit: cover;
  transition: all 0.4s ease-out;
}

.introduce .box .images .videoContainer {
  position       : relative;
  display        : flex;
  align-items    : center;
  justify-content: center;
  cursor         : pointer;
  overflow       : hidden;
}

.introduce .box .images .videoContainer i {
  position : absolute;
  font-size: 40px;
  color    : #fff;
}

@media only screen and (max-width: 1440px) {
  .introduce .box .images .videoContainer i {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1024px) {
  .introduce .box .images .videoContainer i {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .introduce .box .images .videoContainer i {
    font-size: 24px;
  }
}

.introduce .box .images .tip {
  font-size : 16px;
  color     : #555;
  margin-top: 0.2rem;
}

@media only screen and (max-width: 1366px) {
  .introduce .box .images .tip {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .introduce .box .images .tip {
    font-size: 14px;
  }
}

.introduce .box .images img {
  width: 100%;
}

.introduce .box .text {
  width      : calc(48% - 0.6rem);
  font-size  : 22px;
  line-height: 2;
}
.introduce .box .text.en {

    font-size  : 16px;

}
@media only screen and (max-width: 1440px) {
  .introduce .box .text {
    font-size: 18px;
  }
    .introduce .box .text.en {

        font-size  : 16px;

    }
}

@media only screen and (max-width: 767px) {
  .introduce .box .text {
    font-size: 16px;
  }
    .introduce .box .text.en {

        font-size  : 14px;

    }
}

.introduce .box:nth-of-type(2) .text {
  border-top : 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 0.6rem;
}

@media screen and (max-width: 768px) {
  .introduce .box:nth-of-type(2) .text {
    margin-bottom: 0.4rem;
  }
}

.about {
  padding-bottom         : 6.4rem;
  background-image       : url('../img/company_bg2.jpg');
  background-repeat      : no-repeat;
  background-position    : bottom center;
  -webkit-background-size: cover;
  background-size        : cover;
}

.about .content {
  display        : flex;
  justify-content: space-between;
}

.about .left {
  margin-right: 0.5rem;
}

.about .right {
  padding-left: 0.5rem;
  border-left : 1px solid rgba(51, 51, 51, 0.1);
}

.about .right .title {
  color      : #000;
  line-height: 1;
  font-size  : 40px;
}

@media only screen and (max-width: 1440px) {
  .about .right .title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1024px) {
  .about .right .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about .right .title {
    font-size: 24px;
  }
}

.about .right p {
  font-size : 16px;
  color     : #555;
  margin-top: 0.4rem;
}

@media only screen and (max-width: 1366px) {
  .about .right p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .about .right p {
    font-size: 14px;
  }
}

.dialog {
  display: none;
}

.dialog .dialog-modal {
  position        : fixed;
  width           : 100%;
  height          : 100%;
  top             : 0;
  left            : 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index         : 9998;
}

.dialog .dialog-close {
  position       : fixed;
  width          : 0.5rem;
  height         : 0.5rem;
  background     : #9f9d9f;
  top            : 10%;
  color          : #fff;
  display        : flex;
  align-items    : center;
  justify-content: center;
  cursor         : pointer;
  z-index        : 9999;
}

.dialog .dialog-content {
  box-sizing: border-box;
  position  : fixed;
  height    : 80%;
  top       : 10%;
  left      : 50%;
  background: #fff;
  z-index   : 9999;
  overflow-y: auto;
}

.dialog .dialog-content>div {
  display        : flex;
  position       : relative;
  width          : 100%;
  height         : 100%;
  align-items    : center;
  justify-content: center;
}

@media screen and (max-width: 920px) {
  .introduce .box {
    flex-wrap: wrap;
  }

  .introduce .box .images,
  .introduce .box .text {
    width: 100%;
  }

  .introduce .box .text {
    padding-top: 0.6rem;
  }

  .about .content {
    flex-wrap: wrap;
  }

  .about .content .left,
  .about .content .right {
    width: 100%;
  }

  .about .content .left {
    margin    : 0;
    text-align: center;
  }

  .about .content .right {
    border    : none;
    padding   : 0;
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .detail .nav-box .basics-box {
    width: 100%;
  }

  .detail .nav-box .basics-box .box {
    line-height: 36px;
    height     : auto;
    font-size  : 12px;
  }

  .detail .nav-box {
    top       : 1rem;
    height    : auto;
    min-height: auto;
  }

  .dialog .dialog-content {
    height: 4rem;
  }
}

/*# sourceMappingURL=company.css.map */