@charset "UTF-8";
.banner {
  width: 100%;
  height: 892px;
  color: #fff;
  text-align: center;
  background-color: #000000;
}

.banner h2 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: -450px;
}

.banner h3 {
  font-size: 32px;
  line-height: 32px;
}

.content .introduce {
  padding: 50px 0;
}

.content .introduce .w1200 {
  padding: 0 510px 0 40px;
}

.content .introduce h3 {
  margin-bottom: 30px;
}

.content .introduce .about {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-bottom: 45px;
}

.content .introduce .about span {
  color: #868686;
  padding: 0 20px;
}

.content .introduce .p1 p{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}

.content .introduce .right {
  position: absolute;
  right: 0;
  /*top: 0;*/
  top: -80px;
  width: 470px;
  padding-top: 155px;
}

.content .introduce .right ul li {
  /* line-height: 24px; */
  line-height: 22px;
  margin-bottom: 30px;
}

.content .introduce .right ul li p {
  font-weight: bold;
}

.content .introduce .introTitle {
  display: none;
}

.content .concept {
  display: none;
}

.content .caseWrap {
  display: none;
}

.content .works {
  padding: 0 25px 50px;
}

.content .works h3 {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  padding: 60px 0 10px;
}

.content .works .waterfull li {
  float: left;
  width: 33.333%;
  overflow: hidden;
  padding: 0 25px;
  margin-bottom: 50px;
  text-align: center;
}

.content .works .waterfull li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.content .works .waterfull li a .photo {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content .works .waterfull li a .project-name {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.content .works .waterfull li a .project-name span {
  padding: 10px 30px;
  background-color: #da1a45;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
}

.content .works .waterfull li a .project-link {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  color: #ffffff;
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}

.content .works .waterfull li a:hover .photo {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.content .works .waterfull li a:hover .project-name {
  top: 40px;
}

.content .works .waterfull li a:hover .project-link {
  bottom: 20px;
}

.content .dynamic {
  background-color: #000000;
  padding: 100px 0;
}

.content .dynamic .dynamic-title {
  display: none;
}

.content .dynamic .left {
  width: 325px;
  padding: 40px 45px;
  background-color: #fafafa;
  text-align: center;
}

.content .dynamic .left .img {
  display: block;
  width: 100%;
}

.content .dynamic .left h3 {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  padding: 30px 0;
}

.content .dynamic .left p {
  color: #868686;
  line-height: 24px;
}

.content .dynamic .left .find-buttons {
  padding-top: 40px;
  text-align: center;
}

.content .dynamic .right {
  margin-left: 450px;
  overflow: hidden;
}

.content .dynamic .right .photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.content .dynamic .right .author-info {
  margin-left: 70px;
  overflow: hidden;
}

.content .dynamic .right .author-info h4 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.content .dynamic .right .author-info .release {
  font-size: 13px;
  color: #666666;
  margin-bottom: 20px;
}

.content .dynamic .right .author-info .cons {
  height: 88px;
  overflow: hidden;
  line-height: 22px;
  color: #969696;
  margin-bottom: 20px;
}

.content .dynamic .right .author-info .cons a {
  color: #da1a45;
}

.content .dynamic .right .author-info .picture-ul {
  width: 315px;
}

.content .dynamic .right .author-info .picture-ul li {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.content .dynamic .right .author-info .picture-ul li img {
  width: 100%;
  height: 100%;
}

.content .dynamic .right .author-info .view-link {
  padding-top: 20px;
}

.content .dynamic .right .author-info .view-link a {
  color: #666666;
  margin-right: 30px;
  padding-left: 16px;
  position: relative;
}

.content .dynamic .right .author-info .view-link a span {
  position: absolute;
  left: 0;
  top: 3px;
  width: 11px;
  height: 13px;
  overflow: hidden;
}

.content .dynamic .right .author-info .view-link a .icon-arrow1 {
  background-position: -216px 0;
}

.content .dynamic .right .author-info .view-link a .icon-arrow2 {
  background-position: -227px 0;
}

.content .dynamic .right .author-info .view-link a:hover {
  color: #da1a45;
}

.content .dynamic .right .author-info .view-link a:hover .icon-arrow1 {
  background-position: -216px -13px;
}

.content .dynamic .right .author-info .view-link a:hover .icon-arrow2 {
  background-position: -227px -13px;
}

.content .recommend {
  padding: 80px 0 50px;
}

.content .recommend h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.content .recommend h3 a {
  display: none;
}

.content .recommend ul {
  width: 1236px;
}

.content .recommend ul li {
  float: left;
  /*width: 394px;*/
  width: 225px;
  margin-right: 18px;
  text-align: center;
}

.content .recommend ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content .recommend ul li a .images {
  /*height: 240px;*/
  height: 280px;
  overflow: hidden;
}

.content .recommend ul li a .images img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.content .recommend ul li a .text {
  padding: 20px;
}

.content .recommend ul li a .text h2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.content .recommend ul li a .text .p1 {
  font-family: MicrosoftYaHei-Bold;
  margin-bottom: 15px;
  font-weight: bold;
}

.content .recommend ul li a .text .p2 {
  line-height: 22px;
  color: #868686;
}

.content .recommend ul li a:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.content .recommend ul li a:hover .images img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 640px) {
  /* 隐藏安卓下的自带滚动条 */
  ::-webkit-scrollbar {
    display: none;
  }
  ::-moz-scrollbar {
    display: none;
  }
  body {
    min-width: auto;
  }
  .w1200 {
    width: auto;
  }
  .header, .footer {
    display: none;
  }
  .banner {
    height: 8rem;
  }
  .banner img{
    width: 60%;
    height: 100%;
  }
  .banner h2 {
    padding-top: 4.6667rem;
    font-size: .48rem;
    line-height: .5333rem;
    margin-bottom: .2rem;
    font-weight: bold;
    margin-top: -360px;
  }
  .banner h3 {
    font-size: .64rem;
    line-height: .64rem;
    font-weight: bold;
  }
  .content .introduce {
    padding: 0;
  }
  .content .introduce .w1200 {
    padding: 0;
  }
  .content .introduce .right {
    position: static;
    padding: 0 .32rem;
    width: 100%;
    padding: .6667rem .32rem .1333rem;
    border-bottom: .2667rem solid #eeeeee;
  }
  .content .introduce .right ul li {
    line-height: .5333rem;
    margin-bottom: .5333rem;
    font-size: .3467rem;
  }
  .content .introduce .right ul li p {
    font-weight: normal;
  }
  .content .introduce .right ul li .ptit {
    font-weight: bold;
    margin-bottom: .1333rem;
  }
  .content .introduce h3 {
    display: none;
  }
  .content .introduce .about {
    margin-bottom: 0;
    font-size: .36rem;
    line-height: .6667rem;
    text-align: center;
    padding: .6rem 1rem;
    border-bottom: .2667rem solid #eeeeee;
  }
  .content .introduce .about span {
    padding: 0 .2667rem;
  }
  .content .introduce .introTitle {
    display: block;
    font-size: .4rem;
    font-weight: bold;
    padding: .6667rem .32rem .5333rem;
  }
  .content .introduce .p1 p{
    padding: 0 .32rem;
    font-size: .3733rem;
    line-height: .56rem;
    margin-bottom: .5333rem;
  }
  .content .introduce .p1 .blue {
    color: #3072d5;
  }
  .content .introduce .find-buttons {
    display: none;
  }
  .content .concept {
    display: block;
    padding: .6667rem .32rem;
  }
  .content .concept .conceptCon {
    background-color: #e5e5e5;
    border-radius: 3px;
    padding: .44rem .2933rem;
  }
  .content .concept .conceptCon img {
    width: 3.4667rem;
    height: 2.3067rem;
  }
  .content .concept .conceptCon .describe {
    padding-left: 4rem;
  }
  .content .concept .conceptCon .describe h4 {
    font-size: .32rem;
    line-height: .32rem;
    font-weight: bold;
    padding: .2667rem 0 .5333rem;
    text-align: center;
  }
  .content .concept .conceptCon .describe p {
    font-size: .32rem;
    line-height: .4rem;
  }
  .content .caseWrap {
    display: block;
    padding: 0 .32rem;
  }
  .content .caseWrap h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .5333rem;
  }
  .content .caseWrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .caseWrap ul li {
    /*width: calc(50% - .1467rem); */
    margin-left: 10px;
    width: calc(50% - 20px);
    margin-bottom: .5333rem;
  }
  .content .caseWrap ul li a {
    display: block;
  }
  .content .caseWrap ul li a img {
    display: block;
    width: 100%;
    /* height: 4.5333rem; */
    border-radius: 3px;
    margin-bottom: .2667rem;
  }
  .content .caseWrap ul li a .project-name {
    font-size: .36rem;
    line-height: .4667rem;
    margin-bottom: .1333rem;
  }
  .content .caseWrap ul li a .project-about {
    font-size: .2933rem;
    color: #958362;
  }
  .content .works {
    display: none;
  }
  .content .dynamic {
    background-color: transparent;
    padding: 0 .32rem;
  }
  .content .dynamic .dynamic-title {
    display: block;
    font-size: .4rem;
    padding: .5333rem 0;
    font-weight: bold;
  }
  .content .dynamic .left {
    display: none;
  }
  .content .dynamic .right {
    margin-left: 0;
  }
  .content .dynamic .right .photo {
    display: none;
  }
  .content .dynamic .right .author-info {
    margin-left: 0;
  }
  .content .dynamic .right .author-info h4 {
    display: none;
  }
  .content .dynamic .right .author-info .release {
    display: none;
  }
  .content .dynamic .right .author-info .cons {
    font-size: .36rem;
  }
  .content .dynamic .right .author-info .cons a {
    color: #1468e7;
  }
  .content .dynamic .right .author-info .view-link {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .6667rem;
  }
  .content .recommend {
    padding: 0 .32rem;
  }
  .content .recommend h3 {
    font-size: .4267rem;
    line-height: .4267rem;
    padding: .5867rem 0;
    font-weight: bold;
  }
  .content .recommend h3 a {
    display: block;
    font-weight: normal;
    font-size: .3467rem;
    background: url(../images/desingerDetail/mobileIcon1.png) no-repeat left center;
    background-size: .3067rem .3067rem;
    padding-left: .5333rem;
  }

  .content .recommend h3 a {
    display: none;
  }

  .content .recommend ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .content .recommend ul li {
    width: 4.0533rem;
    margin-right: .3467rem;
    text-align: left;
  }
  .content .recommend ul li a .images {
    width: 4.0533rem;
    height: 4.0533rem;
    border-radius: 3px;
    margin-bottom: .2667rem;
  }
  .content .recommend ul li a .text {
    padding: 0;
  }
  .content .recommend ul li a .text h2 {
    font-size: .3467rem;
    line-height: .3467rem;
    margin-bottom: .2667rem;
    color: #212121;
  }
  .content .recommend ul li a .text .p1 {
    font-size: .32rem;
    line-height: .4667rem;
    color: #757575;
    font-weight: normal;
  }
  .content .recommend ul li a .text .p2 {
    display: none;
  }
}
