.banner {
  height: 8.6rem;
  max-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-out;
  left: 0;
  top: 0;
}
.detail .nav-box {
  width: 100%;
  height: 0.6rem;
  min-height: 36px;
  background-color: #f1f1f1;
  position: sticky;
  top: 0;
  z-index: 999;
}
.detail .nav-box .basics-box {
  height: 100%;
  display: flex;
}
.detail .nav-box .basics-box .box {
  font-size: 16px;
  color: #333;
  height: 100%;
  flex: 1;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  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;
}
.detail .content {
  padding: 1rem 0 0;
  width: 100%;
  background-size: 100% auto;
  background-position: center 9rem;
  background-repeat: no-repeat;
}
.detail .content .ctx1 {
  display: flex;
  margin-bottom: 1rem;
}
.detail .content .ctx1 .left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 0.6rem;
}
.detail .content .ctx1 p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 1366px) {
  .detail .content .ctx1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .ctx1 p {
    font-size: 14px;
  }
}
.detail .content .ctx1 .p1 {
  font-size: 20px;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 1200px) {
  .detail .content .ctx1 .p1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail .content .ctx1 .p1 {
    font-size: 16px;
  }
}
.detail .content .ctx1 .img-box {
  width: 50%;
  overflow: hidden;
}
.detail .content .ctx1 .img-box img {
  width: 100%;
  float: left;
  transition: all 0.4s ease-out;
}
.detail .content .ctx1 .img-box:hover img {
  transform: scale(1.1);
}
.detail .content .ctx2 {
  height: 7.76rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.detail .content .ctx2 .basics-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail .content .ctx2 .basics-box .img-box {
  width: 6rem;
  height: 4.8rem;
  overflow: hidden;
}
.detail .content .ctx2 .basics-box .img-box img {
  width: 100%;
  float: left;
  transition: all 0.4s ease-out;
}
.detail .content .ctx2 .basics-box .img-box:hover img {
  transform: scale(1.1);
}
.detail .content .ctx2 .basics-box .right {
  width: 50%;
}
.detail .content .ctx2 .basics-box .right p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 1366px) {
  .detail .content .ctx2 .basics-box .right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .ctx2 .basics-box .right p {
    font-size: 14px;
  }
}
.detail .content .ctx2 .basics-box .right ul {
  display: flex;
  padding-top: 0.25rem;
}
.detail .content .ctx2 .basics-box .right ul li {
  height: 1.05rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 0.1rem;
}
.detail .content .ctx2 .basics-box .right ul li:last-child {
  margin-right: 0;
}
.detail .content .ctx2 .basics-box .right ul li img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
.detail .content .ctx2 .basics-box .right ul li span {
  color: #fff;
}
.detail .content .ctx3 {
  padding-top: 1.2rem;
  display: flex;
}
.detail .content .ctx3 .img-box {
  width: 5.4rem;
}
.detail .content .ctx3 .img-box img {
  width: 100%;
}
.detail .content .ctx3 .padLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: calc(100% - 5.4rem);
  padding-left: 0.8rem;
}
.detail .content .ctx3 .padLeft .p1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1440px) {
  .detail .content .ctx3 .padLeft .p1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .detail .content .ctx3 .padLeft .p1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail .content .ctx3 .padLeft .p1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .ctx3 .padLeft .p1 {
    font-size: 16px;
  }
}
.detail .content .ctx3 .padLeft .p2 p {
  font-size: 16px;
  color: #555;
  margin-bottom: 0.45rem;
  line-height: 2;
}
@media only screen and (max-width: 1366px) {
  .detail .content .ctx3 .padLeft .p2 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .ctx3 .padLeft .p2 p {
    font-size: 14px;
  }
}
.detail .content .ctx3 .padLeft .p2 p:last-child {
  margin-bottom: 0;
}
.detail .content .title {
  font-size: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.6rem;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .detail .content .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail .content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .content .title {
    font-size: 24px;
  }
}
.detail .content .title.white {
  color: #fff;
}
.detail .content .title.white::after {
  background: #fff;
}
.detail .content .title::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.6rem;
  height: 4px;
  background: #e70012;
  bottom: -0.2rem;
}
.detail .content .title.title_left {
  left: 0;
  justify-content: start;
  text-align: left;
}
.detail .content .text {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .detail .nav-box {
    top: 0;
  }
  .detail .nav-box .basics-box {
    width: 100%;
  }
  .detail .content .ctx1 {
    flex-direction: column;
  }
  .detail .content .ctx1 .left {
    width: 100%;
    padding-right: 0;
  }
  .detail .content .ctx1 .img-box {
    width: 100%;
  }
  .detail .content .ctx2 {
    height: auto;
    padding: 0.5rem 0;
  }
  .detail .content .ctx2 .basics-box {
    flex-direction: column;
  }
  .detail .content .ctx2 .basics-box .img-box {
    width: 100%;
    height: auto;
  }
  .detail .content .ctx2 .basics-box .right {
    width: 100%;
  }
  .detail .content .ctx2 .basics-box .right ul li {
    padding: 0;
  }
  .detail .content .ctx2 .basics-box .right ul li img {
    margin-right: 5px;
  }
  .detail .content .img-box {
    float: none;
    margin-right: 0;
  }
  .detail .content .img-box .img {
    width: 100%;
  }
}
/*# sourceMappingURL=technology.css.map */