@charset "UTF-8";
.comm-button {
  width: 120px;
  height: 40px;
  line-height: 38px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.comm-button::before {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.content .introduce {
  background: #000;
  padding: 190px 0 120px;
}

.content .introduce .left h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #fafafa;
  margin-bottom: 20px;
}

.content .introduce .left .info {
  font-size: 16px;
  color: #e6e6e6;
  margin-bottom: 35px;
}

.content .introduce .left ul li {
  margin-bottom: 24px;
  color: #868686;
  line-height: 26px;
}

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

.content .introduce .right {
  position: absolute;
  left: 608px;
  top: -272px;
  /*width: 830px;*/
  height: 892px;
}

.content .introduce .right img {
  margin-top: -50px;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.content .about-mine {
  padding: 90px 0;
  text-align: center;
}

.content .about-mine .synthesis {
  font-size: 16px;
  line-height: 24px;
  color: #101010;
}

.content .about-mine .synthesis i {
  display: inline-block;
  background: url(../images/managerDetail/icon.png) no-repeat;
  width: 27px;
  height: 24px;
  vertical-align: -4px;
}

.content .about-mine .authe {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #101010;
  margin-bottom: 40px;
}

.content .about-mine .my {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #868686;
}

.content .project {
  background: #000;
  padding: 50px 25px;
}

.content .project h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 80px;
}

.content .project h3 strong {
  color: #da1a45;
}

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

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

.content .project .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 .project .waterfull li a .info {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 20px;
  color: #fff;
  line-height: 24px;
  background-color: #da1a45;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.content .project .waterfull li a:hover .info {
  bottom: 0;
}

.content .construction {
  padding: 80px 0;
}

.content .construction .left {
  width: 340px;
  padding: 40px 25px;
  margin-top: 30px;
  background-color: #000000;
}

.content .construction .left h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 20px;
}

.content .construction .left a {
  text-decoration: underline;
  font-size: 14px;
  color: #da1a45;
}

.content .construction .left .english {
  font-family: MicrosoftYaHei-Bold;
  font-size: 41px;
  color: #ffffff;
  line-height: 43px;
  padding-top: 172px;
  font-weight: bold;
}

.content .construction .right {
  margin-left: 390px;
  overflow: hidden;
}

.content .construction .right ul li {
  padding: 30px;
  border-bottom: 1px solid #eee;
}

.content .construction .right ul li .images {
  width: 342px;
  height: 204px;
  overflow: hidden;
}
/* 项目照片默认黑白 */
.content .construction .right ul li .images a, .content .construction .right ul li .images img {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
}
/* 鼠标移到图片上变彩色 */
.content .construction .right ul li .images a, .content .construction .right ul li .images img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* 鼠标移到链接放大 */
/*.content .construction .right ul li .images a, .content .construction .right ul li .images a:hover {*/
/*  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);*/
/*  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);*/
/*  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);*/
/*  background-color: #fff;*/
/*}*/
.content .construction .right ul li .images a, .content .construction .right ul li .images a:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.content .construction .right ul li .info {
  margin-left: 428px;
  overflow: hidden;
  color: #212121;
}

.content .construction .right ul li .info .title {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}

.content .construction .right ul li .info .about {
  line-height: 22px;
  margin-bottom: 16px;
}
.content .construction .right ul li .info .about p{
  color: #868686;
}
.content .construction .right ul li .info .stage {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-bottom: 10px;
}

.content .construction .right ul li .info .comm-button {
  height: 34px;
  line-height: 32px;
  border-radius: 17px;
}

.content .construction .right ul li .info .comm-button::before {
  border-radius: 17px;
}

.content .construction .right .tips {
  padding-top: 20px;
}

.content .construction .right .tips span {
  color: #da1a45;
}

.content .recommend {
  padding: 80px 0;
  background-color: #fafafa;
}

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

.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%;
  -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:hover {
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.content .recommend ul li a:hover .images img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.mobile-banner,
.mobile-introduce,
.caseWrap,
.mobile-workplace,
.mobile-recommend {
  display: none;
}
@media screen and (max-width: 640px) {
  /* 隐藏安卓下的自带滚动条 */
  ::-webkit-scrollbar {
    display: none;
  }
  ::-moz-scrollbar {
    display: none;
  }
  body {
    min-width: auto;
  }
  .w1200 {
    width: auto;
  }
  .header, .content, .footer {
    display: none;
  }
  .mobile-banner {
    display: block;
    background: #000;
    /** url(https://imgwenes.rxjy.com/rxpt/Images/1637313924hF1sr0rae0aCAy3sXKefY6p1.jpg) no-repeat center */
    color: #fff;
    text-align: center;
    height: 8rem;
    background-size: contain;
  }

  .mobile-banner img{
    width: 60%;
    height: 100%;
  }
  .mobile-banner h3 {
    font-size: .64rem;
    line-height: .64rem;
    font-weight: bold;
    padding-top: 5.2933rem;
    margin-top: -360px;
  }
  .mobile-introduce {
    display: block;
  }
  .mobile-introduce .aprise {
    padding: .5333rem 0 0;
    display: flex;
    justify-content: center;
  }
  .mobile-introduce .aprise strong {
    color: #101010;
    font-size: .36rem;
  }
  .mobile-introduce .aprise img {
    width: .4267rem;
    height: .4rem;
    object-fit: cover;
    margin-right: .0933rem;
  }
  .mobile-introduce .about {
    margin-bottom: 0;
    font-size: .36rem;
    line-height: .6667rem;
    text-align: center;
    padding: .6rem 1rem;
    border-bottom: .2667rem solid #eeeeee;
  }
  .mobile-introduce .about span {
    padding: 0 .2667rem;
  }
  .mobile-introduce ul {
    padding: 0.6667rem 0.32rem 0.1333rem;
    border-bottom: 0.2667rem solid #eeeeee;
  }
  .mobile-introduce ul li {
    line-height: .5333rem;
    margin-bottom: .5333rem;
    font-size: .3467rem;
  }
  .mobile-introduce ul li p {
    font-weight: normal;
  }
  .mobile-introduce ul li .ptit {
    font-weight: bold;
    margin-bottom: .1333rem;
  }
  .mobile-introduce .introTitle {
    display: block;
    font-size: .4rem;
    font-weight: bold;
    padding: .6667rem .32rem .5333rem;
  }
  .mobile-introduce .p1 {
    padding: 0 .32rem;
    font-size: .3733rem;
    line-height: .56rem;
    margin-bottom: .5333rem;
  }
  .mobile-introduce .p1 .blue {
    color: #3072d5;
  }
  .caseWrap {
    display: block;
    padding: 0 .32rem;
  }
  .caseWrap h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .5333rem;
  }
  .caseWrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .caseWrap ul li {
    width: calc(50% - .1467rem);
    margin-bottom: .5333rem;
  }
  .caseWrap ul li a {
    display: block;
  }
  .caseWrap ul li a img {
    display: block;
    width: 100%;
    height: 4.5333rem;
    border-radius: 3px;
    margin-bottom: .2667rem;
    object-fit: cover;
  }
  .caseWrap ul li a .project-name {
    font-size: .36rem;
    height: .4667rem;
    line-height: .4667rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .1333rem;
  }
  .caseWrap ul li a .project-about {
    font-size: .2933rem;
    color: #958362;
  }
  .mobile-workplace {
    display: block;
    padding: .2667rem .32rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .mobile-workplace h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .5333rem;
  }
  .mobile-workplace ul li {
    margin-bottom: .5333rem;
  }
  .mobile-workplace ul li a {
    display: block;
  }
  .mobile-workplace ul li img {
    float: left;
    width: 4.5333rem;
    height: 2.7067rem;
    object-fit: cover;
  }
  .mobile-workplace ul li .info {
    margin-left: 4.84rem;
    overflow: hidden;
  }
  .mobile-workplace ul li .info h4 {
    font-size: .36rem;
    line-height: .4667rem;
    letter-spacing: 1px;
    color: #212121;
    margin-bottom: .1333rem;
    font-weight: bold;
  }
  .mobile-workplace ul li .info p {
    font-size: .32rem;
    color: #212121;
    margin-bottom: .1333rem;
  }
  .mobile-workplace ul li .info .p1 {
    color: #666666;
  }
  .mobile-workplace ul li .info .p3 {
    color: #0a9ce7;
  }
  .mobile-recommend {
    display: block;
    padding: 0 .32rem .32rem;
  }
  .mobile-recommend h3 {
    font-size: .4267rem;
    line-height: .4267rem;
    padding: .5867rem 0;
    font-weight: bold;
  }
  .mobile-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;
  }
  .mobile-recommend ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .mobile-recommend ul li {
    width: 4.0533rem;
    margin-right: .3467rem;
    text-align: left;
  }
  .mobile-recommend ul li a .images {
    width: 4.0533rem;
    height: 4.0533rem;
    border-radius: 3px;
    margin-bottom: .2667rem;
  }
  .mobile-recommend ul li a .images img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-recommend ul li a .text {
    padding: 0;
  }
  .mobile-recommend ul li a .text h2 {
    font-size: .3467rem;
    line-height: .3467rem;
    margin-bottom: .2667rem;
    color: #212121;
  }
  .mobile-recommend ul li a .text .p1 {
    font-size: .32rem;
    line-height: .4667rem;
    color: #757575;
    font-weight: normal;
  }
  .mobile-recommend ul li a .text .p2 {
    display: none;
  }
}
