/* 首页 */
/* 我们能做什么 */
.wedo,
.caselist {
  margin-top: 140px;
  text-align: center;
}

.common_title p {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.common_title i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/title_circle.png) center no-repeat;
  margin: 0 4px 0 0;
}

.common_title .subtitle {
  font-size: 18px;
  color: #999999;
  margin-top: 8px;
}

.wedo .wedo_items,
.wedo .wedo_item,
.wedo_items .items1,
.wedo_items .items2 {
  display: flex;
  width: 100%;
}

.items1 .wedo_item,
.items2 .wedo_item {
  width: 25%;
  flex-direction: column;
  align-items: center;
}

.items2 {
  margin-top: 64px;
  justify-content: center;
}

.wedo_items {
  margin-top: 64px;
  font-size: 20px;
  font-weight: 700;
  flex-wrap: wrap;
}

.wedo_item div {
  margin-top: 12px;
}

.wedo_item img {
  transition: all .3s linear;
}

.wedo_item img:hover {
  transform: rotate(60deg);
}

/* 我们的案例 */

.case {
  width: 100%;
  padding: 80px 0;
  background-color: #f8f8f8;
  margin: 80px 0;
  text-align: center;
  overflow: hidden;
}

.case .case_item {
  position: relative;
  top: 32px;
}


.swiper-container {
  padding-bottom: 40px;
}

.case .swiper-slide {
  width: 660px;
  transition-timing-function: linear;
}

/* @media only screen and (max-width:1200px) {
  .case .swiper-slide {
    width: 770px;
  }
}

@media only screen and (max-width:980px) {
  .case .swiper-slide {
    width: 471px;
  }
}

@media only screen and (max-height:480px) {
  .case .swiper-slide {
    width: 471px;
  }
} */

.case .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.case .swiper-slide .title {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  left: -3px;
  font-size: 11px;
  color: rgb(102, 102, 102);
}

.case .swiper-button-next,
.case .swiper-button-prev {
  width: 70px;
  height: 70px;
  margin-top: -56px;
  outline: none;
}

.case .swiper-button-next {
  margin-right: 20px;
  background-image: url(../images/cursor-next.png);
}

.case .swiper-button-prev {
  margin-left: 20px;
  background-image: url(../images/cursor-prev.png);
}

.case .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}

.case .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #CCC;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.case .swiper-pagination-bullet i {
  background: #15A291;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}

.case .swiper-pagination-bullet-active span,
.case .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #15A291;
  position: relative;
  z-index: 1;
}

.case .swiper-pagination-bullet-active i {
  animation: middle 6s;
}

.case .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}

.case .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}

@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }

  100% {
    transform: scaleX(1);
    left: 2px;
  }

}

@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  20% {
    transform: scaleX(0.3);
    left: 2px;
  }

  100% {
    transform: scaleX(0.3);
    left: 0px;
  }

}

@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  20% {
    transform: scaleX(0.45);
    left: 2px;
  }

  100% {
    transform: scaleX(1);
    left: 2px;
  }

}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}


/* 我们的服务流程 */

.service {
  text-align: center;
}

.service .sevice_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  width: 100%;
}

.service .services_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: calc(100% / 4 - 22px);
  margin: 10px;
  padding: 64px 0;
  border: 1px solid #eee;
}

.services_item .tips {
  max-width: 238px;
  font-size: 15px;
  color: #666;
  text-align: left;
  line-height: 28px;
}

.services_item .title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 24px 0;
}

.services_item .img {
  transition: all .3s;
}

.services_item {
  transition: all .3s linear;
}

.service .services_item:hover .img {
  transform: rotateY(180deg);
}

.service .services_item:hover {
  border-image: linear-gradient(140deg, #15A2A2 0%, #ECFCFF 100%) 1;
}

/* 视差区域 */
.adv,
.qysc {
  width: 100%;
  margin: 80px 0;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #202020;
  z-index: 5;
  color: #fff;
}

.adv .adv_bg,
.sc_bg {
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}

.adv_txt {
  position: relative;
  z-index: 2;
  text-align: center;
}

.adv_txt p {
  font-size: 36px;
  font-weight: 700;
}

.adv_txt span {
  display: block;
  margin: 12px 0 32px 0;
  font-size: 18px;
}

.adv_txt a {
  display: inline-block;
  padding: 12px 32px;
  background-color: #15A291;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  transition: all .3s linear;
}

.adv_txt a:hover {
  background-color: #fff;
  color: #15A291;
}

/* 我们的劳动成果 */
.honor {
  text-align: center;
  overflow: hidden;
  background-image: url(../images/home_honorbg.jpg);
  background-position: center;
  background-size: cover;
}

.honor ul {
  width: 100%;
  display: flex;
  position: relative;
}

.honor ul li {
  width: 340px;
  margin-right: 40px;
}

.honor_img {
  margin: 56px 0 120px 0;
  width: 100%;
}

.honor_img img{
  width: 340px;
  height: 470px;
  overflow: hidden;
}

/* 成果 联系方式 */
.honor_phone .title {
  font-size: 36px;
  font-weight: 700;
}

.honor_phone .items {
  margin: 80px 0 125px 0;
}

.honor_phone .items li:nth-child(2) {
  width: 2px;
  height: 48px;
  background-color: #CCC;
  margin: 0 280px;
}

.honor_phone .items ul {
  justify-content: center;
  align-items: center;
}

.honor_phone .items p {
  font-size: 28px;
  font-weight: 700;
  margin-top: 12px;
}

.honor_phone .items span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 12px;
}

.phone_img {
  transition: all .3s;
}

.phone_img:hover {
  transform: rotateY(180deg);
}



/* 案例页面 */

.list_item {
  margin-top: 48px;
}

.list_item ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.list_item ul li {
  margin-bottom: 40px;
}

.list_item ul a {
  width: 384px;
  height: 270px;
  display: block;
  overflow: hidden;
}


.list_item ul img {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  transition: all .3s linear;
}

.list_item ul img:hover {
  transform: scale(1.1);
}

.list_item span {
  display: inline-block;
  margin-top: 16px;
  font-size: 18px;
}

.honor_phone ul {
  display: flex;
  text-align: center;

}

.common_phone {
  text-align: center;
  padding-top: 104px;
  background: url(../images/common_phonebg.jpg) no-repeat center;
  background-size: cover;
}


/* 案例详情 */
.casedes {
  margin-top: 120px
}

.casepage {
  font-size: 13px;
  color: #999;
}

.casepage a {
  color: #999;
}

.casepage a:hover{
  color: #15A291;
}

/*.casepage a:last-child {*/
/*  color: #333;*/
/*}*/

.casecontent {
  margin: 64px 0;
}

.casetitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.casetitle .titler {
  padding-left: 32px;
}

.casetitle .titler h3 {
  font-size: 24px;
  font-weight: 700;
}

.casetitle .titler p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 24px;
}

.casecontent .divider {
  height: 8px;
  background-color: #f8f8f8;
  margin: 48px 0;
}

.caseimgtile {
  font-size: 16px;
  font-weight: 700;
}

.caseimgtile i {
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #15A291;
  margin-right: 8px;
}

.caseimgcon {
  margin-top: 24px;
}

.caseimgcon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.caseimgcon ul img {
  width: 225px;
  height: 485px;
  margin-bottom: 20px;
}

.casebtn {
  text-align: center;
}

.casecontent a {
  display: inline-block;
  font-size: 16px;
  color: #15A291;
  padding: 6px 24px;
  border-radius: 20px;
  border: 1px solid #15A291;
  margin-top: 48px;
  transition: all .3s linear;
}

.casecontent a:hover {
  background: #15A291;
  color: #fff;
}


/* 关于我们 */
.qyinfo {
  margin-top: 140px;
  display: flex;
  align-items: center;
}

/*.qyinfor {*/
/*  padding-left: 64px;*/
/*}*/

.qyinfor p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}

.qyinfor h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

.qysc {
  padding: 150px 0 0 0;
}

.sclists {
  position: relative;
  z-index: 9999;
}

.sclists ul {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.qyzz {
  text-align: center;
}

.zzimg {
  margin-top: 72px;
}

.zzitems img {
  width: 340px;
  height: 456px;
  overflow: hidden;
}

.zzbg {
  height: 76px;
  background: url(../images/rybg.png) no-repeat center;
}

.zzimg ul {
  display: flex;
  justify-content: space-between;
  padding: 0 68px;
  position: relative;
  top: 20px;
}

.zzimg li {
  transition: all .3s linear;
}

.zzimg li:hover {
  margin-top: -20px;
}