/* 艺龙品牌 */
.show {
  width: 100%;
  height: 1268px;
}
.show img {
  width: 100%;
  height: 1268px;
}
.brand-main {
  background-color: rgba(23, 23, 23, 100);
}
.brand-title {
  width: 100%;
  height: 209px;
  line-height: 209px;
  background-color: rgba(23, 23, 23, 100);
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border-bottom: 0.3px solid #d6d6d6f2;
}
.brand-title ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.brand-title ul li {
  margin: 0px 32px;
}
.brand-title ul li a {
  color: rgba(247, 247, 247, 100);
  font-size: 28px;
}
.title-name {
  text-align: center;
}
.title-name > span {
  margin-top: 85px;
  display: inline-block;
  color: rgba(236, 232, 232, 100);
  font-size: 48px;
  position: relative;
}
.title-name > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -271%;
  border: 0.85px solid #d6d6d6f2;
  width: 478px;
}
.title-name > span::before {
      content: "";
    position: absolute;
    top: 50%;
    right: -271%;
    border: 0.85px solid #d6d6d6f2;
    width: 478px;
}
.brand-content {
  width: 1276px;
  height: 662px;
  margin: auto;
  margin-top: 30px;
}

.title-name p {
  color: rgba(236, 232, 232, 100);
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-indent: 2em;
  margin: 15px;
}
/* 发展历程 */
.h1262 {
  height: 1262px;
}
.title-name > p {
  text-align: center;
}

.brand-time {
  position: relative;
  height: 1317px;
}

.timejiantou {
  height: 1233px;
  position: absolute;
  top: 30px;
  left: 30%;
}

.yuantou {
  position: absolute;
  bottom: 190px;
  left: 458px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
}
.times {
  position: absolute;
  top: 71px;
  left: 16%;
}
.times > p {
  margin: 50px 0px;
}
.times-span {
  /* width: 80%; */
  color: #fff;
  font-size: 36px !important;
  vertical-align: text-top;
}
.times-span-left {
  margin-left: 127px;
}
.font24 {
  font-size: 18px !important;
}
.right-span {
  text-indent: 0em;
  font-weight: 400;
   width: 68%; 
  text-align: left;
  display: inline-block;
}
.right-span >p{
  width: 100%;
}

/* 品牌历史 */
.honor-img {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.honor-img img {
  width: 364px;
  height: 258px;
  margin: 15px;
}
/* 全景展示 */
.display-img {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  justify-self: center;
}
.display {
  margin: 0px 15px;
  width: 30.6%;
}
.display img {
  width: 100%;
  height: 258px;
  margin: 15px;
}
.display > p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;

  text-indent: 0em;
  margin: 15px 0px;
}
@media screen and (min-width: 950px) and (max-width: 1290px) {
  .times {
    position: absolute;
    top: 71px;
    left: 10%;
  }
  .tips {
    font-size: 13px;
  }
  .footer-ul-item img {
    width: 130px;
  }
  .display {
    width: 45%;
  }
}
