@media screen and (max-width: 2560px) {
  .project {
    width: 100%;
    height: 1100px;
    background: url('../image/project1920950.jpg') no-repeat top;
  }
}

@media screen and (max-width: 1680px) {
  .project {
    width: 100%;
    height: 950px;
    background: url('../image/porject1680950.jpg') no-repeat;
  }
}

@media screen and (max-width: 1600px) {
  .project {
    width: 100%;
    height: 950px;
    background: url('../image/porject1600950.jpg') no-repeat;
  }
}

@media screen and (max-width: 1440px) {
  .project {
    width: 100%;
    height: 900px;
    background: url('../image/porject1440900.jpg') no-repeat;
  }
}

@media screen and (max-width: 1366px) {
  .project {
    width: 100%;
    height: 900px;
    background: url('../image/porject1366900.jpg') no-repeat;
  }
}

@media screen and (max-width: 1280px) {
  .project {
    width: 100%;
    height: 900px;
    background: url('../image/porject1280900.jpg') no-repeat;
  }
}

.project {
  font-size: 0.16rem;
  position: relative;
}

.w {
  height: 100%;
  width: 12.00rem;
  margin: 0 auto;
  /* border: 1px solid #ccc; */
}

.header {
  width: 100%;
  height: 1.8rem;
  display: flex;
}

.logo {
  width: 3rem;
}
.logo img{
  margin-left: -0.5rem;
}
.title {
  font-size: 0.30rem;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  height: 100%;
  line-height: 2rem;
  margin-left:-0.9rem;
}

.content {
  display: flex;
}

.project-left {
  width: 9rem;
  font-family: 'Helvetica Neue';
}

.project-right {
  width: 3.5rem;
  margin-top:0.7rem;
}
.project-right img{
  transition: all 0.6s;
  cursor: pointer;
}
.project-right img:hover{
  transform: scale(1.2);
}
.describe span {
  cursor: pointer;
  color: red;
}

.content-title {
  color: red;
  margin: 0.2rem 0;
  font-size: 0.18rem;
  font-weight: 600;
}

.describe {
  text-indent: 2em;
  font-size: 0.16rem;
  color: #fff;
  font-style: italic;
}

.one ul {
  display: none;
}
.aa{
  color: red;
  cursor: pointer;
}
.one ul li {
  color: #fff;
}

.copy{
  color: #fff;
}