/* HomePage */

@font-face {
  font-family: "Efonts";
  src: url('./Futura-Light.ttf');
}

@font-face {
  font-family: "Cfonts";
  src: url('./alibaba.otf');
}

html,
body {
  height: 100%;
  font-family: 'Efonts', 'Cfonts';
}

.container-fluid {
  height: 100%;
  min-width: 300px;
  /* overflow: hidden; */
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* background: #000000; */
}

.background {
  background: rgba(0, 0, 0, 0.7) !important;
}

.paging {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
  background: transparent;
  min-height: 100%;

  /* display: none; */
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
}

.opacity {
  opacity: 1 !important;
}

.upGoback {
  position: fixed;
  top: 50%;
  width: 5%;
  left: 5%;
  opacity: 0;
  display: none;
  z-index: 9999;
  cursor: pointer;

}
.goback img{
  width: 0.6rem;
}
.downGoback {
  position: fixed;
  top: 50%;
  width: 5%;
  right: 5%;
  opacity: 0;
  display: none;
  z-index: 99999;
  cursor: pointer;

}

.cover .logo {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 200px;
  z-index: 9999;
}

.cover .top {
  padding: 4% 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .InCoverLogo {
  cursor: pointer;

}

.cover .top .InCoverTheme img {
  float: left;
  display: inline-block;
}

.cover .top .InCoverTheme {
  position: relative;
  color: #fff;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.top .InCoverTheme img {
  width: 1rem;
}

.cover .top .InCoverTheme .left {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  font-size: 0.5rem;
  line-height: 1rem;
  white-space: nowrap;
}

.cover .top .InCoverTheme .right {
  position: absolute;
  top: 0;
  z-index: 99;
}


.cover .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  width: 100%;
  opacity: 0;
}
.cover .title .text{
  position: relative;
}
.cover .title .text span{
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
}



/* z */
.language {
  position: absolute;
  top: 20%;
  right: 4%;
  cursor: pointer;
  z-index: 999;
}

.language img {
  width: 1rem;
}

#navTitle {
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 2rem;
  color: #fff;
  text-align: center;
  display: none;
  cursor: pointer;
  opacity: 0;
}

#about::before,
#work::before,
#contact::before {
  content: '';
  width: 60%;
  position: absolute;
  bottom: 0;
  height: 1px;
  opacity: 0;
  transform-origin: 0 50%;
  background: #fff;
  /* transform: scale3d(0,1,1); */
  /* transition: all 0.5s; */
  transition-property: opacity, transform;
}

/* #about:hover::before,#work:hover::before,#contact:hover::before{
  opacity: 1;
  transform: scale3d(1,1,1);
}                                         */

.cover .share {
  width: 1rem;
  position: absolute;
  bottom: 4%;
  right: 4%;
  cursor: pointer;
}

.cover .share .shareButton {
  padding-bottom: .6rem;
  display: none;
  width: 1.3rem;
}

.cover .share .shareButton img {
  padding: .3rem 0;
}

.about {
  display: none;
}



.background .top .InCoverTheme {
  position: relative;
  color: #fff;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.background .top .InCoverTheme img {
  float: left;
  display: inline-block;
}
.background .top .InCoverTheme .left {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  font-size: 0.5rem;
  line-height: 1rem;
  white-space: nowrap;
}

.background.top .InCoverTheme .right {
  position: absolute;
  top: 0;
  width: 1rem;
  height: 1rem;
}

.top {
  padding: 4% 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .InCoverLogo img {
  width: 5rem;
}

.about .group {
  padding: 2rem 19% 7rem 19%;
}

.about .title {
  /* padding-bottom: rem; */
}

.about .con {
  /* text-align: justify; */
  padding: 1.5rem 0;
}

.about .year-number {
  padding: .8rem 0;
  opacity: .8;
}



.about .year-number .year {
  font-size: .6rem;
  text-align: left;
  color: #fff;
  padding-bottom: 0.4rem;
  float: left;
  padding-left: .5rem;
  line-height: 2.3;
}
.about .year-number .picture {

  float: left;
}

#AboutMap {
  position: relative;
}

#AboutMap .mapSite {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#AboutMap .mapSite .item {
  opacity: 0;
}

#AboutMap .mapSite .USA {
  position: absolute;
  top: 32%;
  left: 8%;
  width: 1.8rem;
}

#AboutMap .mapSite .Germany {
  position: absolute;
  top: 24%;
  left: 47%;
  width: 1.4rem;
}

#AboutMap .mapSite .Shanghai {
  position: absolute;
  top: 32%;
  right: 13%;
  width: 2rem;
}

#AboutMap .mapSite .Beijing {
  position: absolute;
  top: 25%;
  right: 20%;
  width: 1.4rem;
}

#AboutMap .mapSite .Xian {
  position: absolute;
  top: 28%;
  right: 26%;
  width: 1rem;
}

#AboutMap .mapSite .Chengdou {
  position: absolute;
  top: 34%;
  right: 24%;
  width: 1.6rem;
}

#AboutMap .mapSite .Shenzhen {
  position: absolute;
  top: 43%;
  right: 22%;
  width: 1.6rem;
}

#AboutMap .mapSite .Singapore {
  position: absolute;
  top: 50%;
  right: 24%;
  width: 1.6rem;
}

#AboutMap .mapSite .Malaysia {
  position: absolute;
  top: 54%;
  right: 15%;
  width: 1.6rem;
}

.about .year-number .picture {
  width: 1.6rem;
}

.about .xian {
  width: 100%;
  height: 1px;
  margin: 2rem 0;
  background: #fff;
  opacity: 0.4;

}

.about .serve-clients {
  padding: 1.5rem 0;
}

.about .serve-clients .sketch {
  padding-bottom: 1.5rem;
}

.about .clients {
  /* font-size: 0.5rem; */
  color: #898989;
}

.about .serve-clients .picture .list {
  padding: 0 0.2rem 0.2rem 0;
}

.about .business-area {}

.about .business-area .sketch {
  padding-top: 1rem;
  padding-bottom: 2rem;

}
.about .marketing-tools .sketch{
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.about .business-area .item {
  padding-bottom: 1rem;
}

.about .business-area .item .item-i {
  font-size: .7rem;
  color: #898989;
  cursor: pointer;
}

.about .business-area .item .item-i img {
  width: 2rem;
  display: inline-block;
}


.about .ego-ldeal {
  padding: 1.5rem 0;
}

.about .ego-ldeal .sketch {
  padding-top: 1rem;
  padding-bottom: 2rem;

}

.about .ego-ldeal .picture {
  position: relative;
  overflow: hidden;
}

.about .ego-ldeal .picture .content {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.about .ego-ldeal .picture .text {
  position: absolute;
    left: 10%;
    bottom: 10%;
  color: #fff;
  width: 80%;
}

.about .ego-ldeal .picture .text .title {
  font-size: 1.3rem;
  text-align: left;
  padding-bottom: .5rem;
}

.about .ego-ldeal .picture .text .describe {
  font-size: 0.6rem;
  text-align: left;
}

.about .core-value {
  padding: 1.5rem 0;
}



.about .core-value .sketch {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.about .core-value .picture .item {
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.about .core-value .picture .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, 0.7);
}

.about .core-value .picture .item .text {
  position: absolute;
bottom: 7%;
left: 10%;
  color: #fff;
  width: 80%;
}

.about .core-value .picture .item .text .title {
    padding-bottom: .8rem;
    font-size: 1.2rem;
}

.about .core-value .picture .item .text p {
  text-align: left;
  font-size: 0.6rem;
  line-height: 2;

}



.about .creative-methodology {
  padding: 1.5rem 0;
}


.about .creative-methodology .sketch {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.about .creative-methodology .picture .item {}

.about .creative-methodology .picture .item .tupian img {
  width: 3rem;
}
.about .creative-methodology .picture .item .tupian {
  position: relative;
  top:0;
  left: 0;
}
.about .creative-methodology .picture .item .tupian .xiaotupian {
  position: absolute;
  top: 0;
  left: 0;
}


.about .creative-methodology .picture .item .tupian .xiaotupian img {
  width: 1rem;
}

.about .creative-methodology .picture .item p {

  padding: 0.1rem;
}

.about .creative-methodology .picture .item .theme {
  padding: 0.8rem 0;
  font-size: 1.1rem;
  color: #898989;
}



.contact {
  display: none;
}
.contact a{
  color: #898989;
}
.contact a:hover {
  color: #cfde00;
}


.contact .group {
  padding: 2rem 19% 4rem 19%;
}

.contact .headline {
  padding-bottom: 2rem;
}


.contact .mapTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 2rem;
}

.contact .mapTable table tr td {
  /* padding: 0.2rem 0.4rem; */
  color: #fff;
}

.contact .mapTable table tr td:nth-child(1) {
  width: 35%;
  vertical-align: top;
  font-size: .7rem;
}

.contact .mapTable table tr td:nth-child(2) {
  width: 65%;
  font-size: .5rem;
  color: #898989;
}

.contact .mapTable p {
  margin: 0 0 10px;
}

.contact .list {}

.contact .list .list-i {
  padding: 0rem 0 1rem 0;
}

.contact .list .list-i .headTitle {
  font-size: .7rem;
  color: #fff;
  padding: .3rem 0;
}

.contact .list .list-i p {
  font-size: .5rem;
  color: #9fa4a7;
  line-height: 2;
}

.contact .share {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.contact .share .shareBox {
  width: 28%;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.contact .share .shareBox .wx {
  width: 18%;
  max-width: 66px;
}

.contact .share .shareBox .wx img {
  width: 1.6rem;
}

.contact .xian {
  width: 100%;
  height: 1px;
  background: #666666;
  margin: 2rem 0;
}

.contact .join-hr {
  padding: 2rem 0;
}

.contact .join-hr .hr {
  font-size: .6rem;
  color: #898989 !important;

}

.contact .join-hr .hr p {
  border: 1px solid #898989;
  width: 100%;
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all .3s;
}
.contact .join-hr .hr p:hover {
  transform-origin: (0,50%);
  border: 1px solid #cfde00;

}

.work {
  background: #101a23;
  display: none;
  height: 100%;
}

.work .top {
  position: absolute;
  width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.work .swiper {
  /* padding: 1rem 0; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.work .swiper #swiper1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.work .swiper #swiper1 .swiper-slide {
  width: 50% !important;
  position: relative;
  /* opacity: 0; */
}

.work .swiper #swiper1 .swiper-slide img {
  opacity: 0;
  border: 1px solid;
}

/* #swiper1 .swiper-slide-active img{
  opacity: 1 !important;
} */
#projectSummary{
  /* width: 6rem; */
  font-size: .6rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition:all .3s;
  margin-right: 4rem;
}
#projectSummary:hover {

  color: #cfde00;

}
#projectSummary::before{
    position: absolute;
    bottom: -.2rem;
    content: '';
    width: 100%;
    height: 1px;
    transform-origin: (0, 50%);
    transform: scale3d(0, 1, 1);
    transition: all .3s;
    background: #cfde00;
    opacity: 0;
    transition-property: opacity,transform;
}
#projectSummary:hover::before {
  opacity: 1;
  transform: scale3d(1, 1,1);
}
.work #projectSummary p {
  color: #9fa4a7;
  font-size: .6rem;
  cursor: pointer;
}

#swiper1 .swiper-slide .con {
  width: 80%;
  text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    /* font-weight: ; */
    cursor: pointer;
    text-align: center;
}

#swiper1 .swiper-slide .title {
  text-align: center;
  padding: 1rem 0;
}

#swiper2 {
  width: 100%;
  height: 100%;
}

#swiper2 .swiper-container {
  width: 100%;
  height: 100%;
}

#swiper2 .swiper-slide img {
  height: 100%;
  width: 100%;
}

/* Project summary */
.projectSummary {
  display: none;
}

.projectSummary .group {
  padding: 2rem 15% 5rem 15%;
}

.projectSummary .group .item {
  padding: 0 3% 3rem 3%;
}

.projectSummary .group .item p {
  text-align: center;

}
.projectSummary .group .item .image {
  border: 1px solid;
  overflow: hidden;
  /* width: 322px;
  height: 183px; */
  cursor: pointer;

  transition: all 1s;
}
.projectSummary .group .item .image img {
  /* overflow: hidden; */
  transition: all 1s;

}
.projectSummary .group .item .image img:hover {
  transform: scale(1.1);
}
.projectSummary .group .item p:nth-child(2) {
  font-size: .8rem;
  text-align: center;
  color: #fff;
  padding: .8rem 0 0 0;
}

/* recruit 招聘 */
.recruit {
  display: none;
}

.recruit .title {
  padding: 4rem 16% 5% 16%;
}

.recruit .title p {
  text-align: left;
  font-size: 5rem;
  color: #fff;
}

.recruit .mapTable {
  padding: 0rem 16% 5% 16%;
}

.recruit .mapTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 5rem;
}

.recruit .mapTable table tr td {
  padding: 0.2rem 0.4rem;
  color: #fff;
}

.recruit .mapTable table tr td:nth-child(1) {
  width: 35%;
  vertical-align: top;
  font-size: 2rem;
}

.recruit .mapTable table tr td:nth-child(2) {
  width: 65%;
  font-size: 1.6rem;
  color: #9fa4a7;
}

.recruit .list {
  padding: 2rem 10% 5% 10%;
}

.recruit .list .list-i {
  padding: 0rem 0 3rem 0;
}

.recruit .list .list-i .headTitle {
  font-size: 2rem;
  color: #fff;
  padding: 1rem 0;
}

.recruit .list .list-i p {
  font-size: 1.8rem;
  color: #9fa4a7;
  padding: 1rem 0;
  line-height: 1.3;
}


/* 详情页 */

.detailPage {

  display: none;
  opacity: 0;
}

.detailPage .group {
  padding: 2rem 15% 0rem 15%;
}
.detailPage .group img {
  border: 1px solid;
}
.detailPage .group .title {}

.detailPage .group .title .headline {
  font-size: 1.4rem;
  color: #fff;
  padding-bottom: 2rem;
}

.detailPage .group .title .smallHeadline {
  font-size: 1rem;
  color: #9fa4a7;
}

.detailPage .group .detail {
  padding: 2rem 0;
  font-size: .6rem;
  color: #9fa4a7;
  line-height: 2.4;
}

.paging .top .back {
  color: #fff;
  font-size: .8rem;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {

  .cover .title .P1 .text {
    height: 2.6rem;
    /* font-size: .8rem; */
  }

  .top .InCoverLogo img {
    width: 5rem;
  }

  #navTitle span {
    margin-bottom: 20%;
  }

  .work .top {
    position: fixed;
    z-index: 99;
    /* background: #000; */
    width: 100%;
  }



  .smallfonts {
    font-size: 0.7rem;
    line-height: 2;
    letter-spacing: 1px;

  }

  .about .group {
    padding: 2rem 10% 5rem;
  }

  .about .year-number .picture {

    padding-bottom: 1rem;
  }

  .about .clients {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }


  .about .business-area .area {
    padding-top: 1.5rem;
  }

  .about .marketing-tools .marketing{
    padding-bottom: 1.5rem;
  }

  .about .business-area .item {
    padding-bottom: 0;
  }

  .about .business-area .item .item-i {
    padding-bottom: 0.6rem;
    font-size: 0.9rem;
  }

  .about .business-area .item .item-i img {
    width: 3rem;
    margin-right: 2rem;
  }

  .about .ego-ldeal .ldeal {
    padding-top: 1.5rem;
  }

  .about .core-value .value {
    padding-top: 1.5rem;
  }

  .about .core-value .picture .item:nth-child(4) {
    margin-top: 1rem;
  }

  .about .core-value .picture .item {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0;
  }


  .about .creative-methodology .methodology {
    padding-top: 1.5rem;

  }

  .about .creative-methodology .picture .item {

    padding-bottom: 1rem;
  }

  .contact .group {
    padding: 2rem 10%;
  }

  .contact .title {
    padding: 2rem 10% 5% 10%;
  }

  .contact .title p {
    /* font-size: 3rem; */
  }

  .contact .headline .discribe {
    padding-top: 1.5rem;

  }

  .contact .group .join-us .describe {
    padding-top: 1.5rem;
  

  }

  .contact .join-hr .join {

    padding-bottom: 1rem;
  }

  .projectSummary .group {
    padding: 2rem 4% 5rem 4%;
  }

  .contact .join-hr .hr p {

    width: 60%;
  }

  .recruit .title {
    padding: 2rem 10% 5% 10%;
  }

  /* .recruit .title p {
    font-size: 3rem;
  }

  .work #projectSummary p {
    font-size: 1.2rem;
  } */
  .InCoverTheme {}


  /* detail */

  .detailPage .group {
    padding: 2rem 10% 0rem 10%;
  }


  .about .year-number .item:nth-child(3) {
    margin-top: 1rem
  }
    .about .year-number .item:nth-child(4) {
      margin-top: 1rem
    }




}

@media all and (min-width: 1170px) {
  .about .core-value .item{
    width: 49%
  }
  .about .core-value .itemA {
    margin-right: 1%;
    margin-bottom: 1rem;
  }
  .about .core-value .itemB{
    margin-bottom: 1rem;
  }
  .about .core-value .itemC {
    margin-right: 1%;
  }
}
/* 分页器 */

.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  text-align: center;
  transition: .3s opacity;
  z-index: 10;
}
.swiper-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 10% !important;
  transform: translateX(-50%) !important;
  text-align: center;
  transition: .3s opacity;
  /* transform: translate3d(0, 0, 0); */
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 6px;
  opacity: 1;
  /*  */
    background: transparent;
    border: 1px solid #898989;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background:#cfde00 !important;
}

.wxcode{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8) !important;

}
.wxcode img{
  position: absolute;
  top: 45%;
  left: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
  z-index: 99;
}



#item_1{
  position: absolute;
  top: 0.2rem;
  left: 0.1rem;
}
#item_1 img{
  width: 1.2rem !important;
}

#item_2{
  position: absolute;
  top: 1.4rem;
  left: 0rem;
}
#item_2 img{
  width: 1.4rem !important;
}
#item_3{
    top: 0.3rem;
    left: 1.7rem;
}
#item_3 img{
  width: 1.1rem !important;
}

#item_4 {
    top: 1.5rem;
    left: 1.7rem;
}

#item_4 img {
  width: 1.4rem !important;
}