﻿body,
html {
  width: 100%;
  height: 100%;
}

/*---------------------首页 S---------------------*/

.logo {
  position: relative;
}

.swiper-wrapper {
  padding: 0 !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.foot {
  height: 220px !important;
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-button-next,
.swiper-button-prev {
  height: 55px !important;
}

.swiper-button-next {
  right: 3% !important;
  background: url(../img/main/right_arrow_bright.png) !important;
  width: 29px !important;
}

.swiper-button-prev {
  left: 3% !important;
  background: url(../img/main/left_arrow_bright.png) !important;
}

.swiper-btn-next {
  position: fixed;
  bottom: 15px;
  z-index: 999999;
}

.btn-toggle:hover {
  cursor: pointer;
}

.nextPage2 {
  background: url(../img/next_w.png) 50% no-repeat;
  background-size: 100%;
}

.nextPage {
  bottom: 5.5%;
  background: url(../img/next_b.png) 50% no-repeat;
  background-size: 100%;
  animation: toggleMove 0.8s infinite;
  -moz-animation: toggleMove 10.8s infinite;
  -webkit-animation: toggleMove 0.8s infinite;
  -o-animation: toggleMove 0.8s infinite;
}

.btn-toggle {
  position: fixed;
  width: 36px;
  height: 30px;
  z-index: 12;
  left: 50%;
  margin-left: -13px;
}

@keyframes toggleMove {
  0% {
    bottom: 5.5%;
    opacity: 0.3;
  }

  50% {
    bottom: 4.5%;
    opacity: 1;
  }

  100% {
    bottom: 5.5%;
    opacity: 0.3;
  }
}

/*thl☝*/

.main-wrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  background-size: 100% 100%;
  position: relative;
}

/*头部nav内容*/

.head-box {
  background-color: rgba(0, 0, 0, 0.2);
  height: 90px;
  width: 100%;
  /* padding: 0 5%;*/
  position: fixed;
  top: 0;
  z-index: 888;
}

.head-box .logo {
  width: 30%;
  height: 100%;
  text-align: right;
  float: left;
}

.logo img {
  width: 400px;
  height: 60px;
  margin-top: 15px;
  object-fit: contain;
  object-position: left;
}

.head-box ul {
  float: right;
  width: 62%;
  height: 100%;
  position: relative;
}

.head-box ul .features {
  float: left;
  width: 11%;
  height: 100%;
  line-height: 90px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}

@media all and (min-width: 1400px) {
  .head-box ul .features {
    font-size: 16px;
  }
}

@media all and (min-width: 1600px) {
  .head-box ul .features {
    font-size: 17px;
  }
}

@media all and (min-width: 1920px) {
  .head-box ul .features {
    font-size: 18px;
  }
}

/*鼠标经过下划线*/

.selected:before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: 0;
  width: 80%;
  height: 3px;
  background-color: #ffffff;
}

/*鼠标经过弹出得div*/

.more-box {
  transition: all 0.25s;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 100%;
  margin-top: 6px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.more-box .features-list:first-child {
  border-radius: 10px 10px 0 0;
}

.more-box .features-list:last-child {
  border-radius: 0 0 10px 10px;
}

.features.on .more-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav {
  position: relative;
}

.more-box .features-list {
  background-color: var(--primary);
  font-size: 16px;
  color: #ffffff;
  line-height: 42px;
  padding: 0 16px;
}

.more-box .features-list + .features-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.more-box .features-list:hover {
  background-color: var(--primary-light);
}

.more-box .features-list a {
  color: #ffffff;
  white-space: nowrap;
  height: 42px;
  display: inline-block;
  width: 100%;
}

.main-wrap .content-box {
  width: 65%;
  height: 70%;
  margin: 5% auto 0;
  position: relative;
}

.content-box .content-word {
  float: left;
  width: 35%;
  height: 50%;
  position: absolute;
  top: 30%;
  vertical-align: middle;
}

@media screen and (max-width: 1340px) {
  .content-box .content-word {
    position: absolute;
    top: 20%;
    width: 40%;
  }

  .content-box .show-box {
    width: 60% !important;
  }
}

.content-word p {
  color: #fefefe;
  display: inline-block;
}

.content-word .title {
  width: 100%;
  text-align: left;
  padding: 8px 0 8px 15px;
  font-size: 22px;
  background: linear-gradient(to right, rgba(var(--primary-rgb), 1), rgba(var(--primary-rgb), 0));
}

.content-word .description {
  font-size: 26px;
  margin-top: 25px;
}

.content-word .word {
  font-size: 19px;
  line-height: 28px;
  margin-top: 15px;
  text-align: left;
  text-indent: 2em;
  text-align: justify;
}

.content-box .show-box {
  width: 70%;
  height: 100%;
  float: right;
  position: relative;
  text-align: center;
}

.show-box img {
  height: 80%;
  position: absolute;
  top: 20%;
  right: 0;
  margin-top: -50px;
}

/*底部图片*/

.main-wrap .bottom-img {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
}

.bottom-img img {
  width: 100%;
  height: 100%;
}

/*---------------------首页 E---------------------*/
/*---------------------我们的服务 S---------------------*/

.service-wrap {
  background-color: #fbfbfb;
  width: 100%;
  height: 100%;
  position: relative;
}

.service-wrap .word-content {
  width: 650px;
  text-align: center;
  padding: 4.5% 0 3%;
  margin: 0 auto;
}

.word-content .title {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

.word-content .introduction {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.service-wrap .features-box {
  width: 55%;
  margin: 0 auto;
}

.features-box .single-box {
  width: 28%;
  height: 200px;
  margin: 0 2.5%;
  float: left;
  margin-top: 40px;
  position: relative;
}

.single-box .img-box {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px 0;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ddd;
}

.single-box .img-box.active,
.single-box .word-box.active {
  transition: all 0.6s;
}

.img-box img {
  width: 100px;
}

.img-box p {
  font-size: 22px;
  color: var(--primary);
  text-shadow: 0 2px 4px var(--primary-shadow);
  margin-top: 8px;
}

.service-wrap .features-box {
  width: 65%;
}

/*旋转的内容*/

.single-box .word-box {
  width: 100%;
  padding: 15px 0;
  background-image: linear-gradient(var(--primary-dark), var(--primary));
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  z-index: 9999;
}

.word-box p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.word-box .text {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  margin: 10px 15px;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*---------------------我们的服务 E---------------------*/
/*---------------------我们的产品 S---------------------*/

.product-wrap {
  width: 100%;
  height: 100%;
  background-color: var(--primary-darker);
}

.product-wrap .word-content .title {
  color: #ffffff;
}

.product-wrap .word-content .introduction {
  color: #fefefe;
}

/*轮播图*/
/* 必要布局样式css */
.slide-item-body ul li {
  width: 33.333%;
  float: left;
  display: block;
  height: 200px;
  padding-top: 42px;
  margin-bottom: 30px;
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: inherit;
  padding-top: 0;
  border-radius: 0;
  background-color: #f5f5f5;
  color: #000;
  z-index: 10002;
}

.slide-item-body ul li a {
  display: block;
  box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.new-img img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

.slide-item {
  /*width: 870px;*/
  width: 65%;
  height: 45%;
  position: relative;
  margin: 0 auto;
  /* overflow: hidden; */
}

.slide-item-box {
  padding: 50px 0;
  height: 100%;
}

.slide-item-body {
  /* padding-top:20px; */
  margin-left: -70px;
  height: 100%;
}

.slide-item-body ul li {
  margin-left: 15px;
  margin-right: 15px;
  /*padding-top: 20px;*/
  /*height: 300px;*/
  width: 33.3%;
}

.slide-item-body .tempWrap {
  padding-top: 20px;
}

.slide-item-body ul {
  padding-top: 10px;
  overflow: visible;
  height: 100%;
}

.slide-item-body ul li:hover {
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: 1002;
  position: relative;
  left: 0;
}

.switch-img img {
  width: 100%;
  height: 230px;
}

.switch-img .word-introduction {
  width: 100%;
  height: 15%;
  font-size: 16px;
  color: #666666;
  background-color: #ffffff;
  overflow: hidden;
  padding: 10px 0;
}

.switch-img .word-introduction p {
  overflow: hidden;
  /*内容超出后隐藏*/
  text-overflow: ellipsis;
  /* 超出内容显示为省略号*/
  white-space: nowrap;
  /*文本不进行换行*/
}

/*查看更多*/

.bottom-btn {
  width: 100%;
  text-align: center;
  /* bottom: 50px; */
}

.bottom-btn span {
  border-radius: 50px;
  border: 2px solid #f3f3f3;
  padding: 6px 22px;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}

/*了解更多*/
.bottom-btn .black {
  border: 2px solid #4c4c4c;
  color: #4d4d4d;
}

/*---------------------我们的服务 E---------------------*/
/*---------------------合作单位S---------------------*/
.unit-wrap {
  background-color: #fafafa;
}

.product-wrap.unit-wrap {
  background: linear-gradient(45deg, #64b381, #84c39b);
}

.unit-wrap .unit-box {
  width: 65%;
  margin: 1% auto 5% auto;
}

.unit-box .single-unit {
  width: 22.7%;
  margin: 20px 1.15%;
  float: left;
  box-shadow: 0 0 15px #f1f1f1;
  text-align: center;
  height: 130px;
}

.single-unit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-sizing: border-box;
}

/*---------------------合作单位 E---------------------*/

/*---------------------底部内容 S---------------------*/
.bottom-word {
  width: 100%;
  height: 220px !important;
  background: var(--footer-bg);
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.bottom-word .fp-tableCell {
  height: 220px !important;
}

.bottom-word .bottom-title {
  padding: 12px 10%;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
  background: var(--primary-footer-bg);
}

.bottom-title p {
  float: left;
}

.bottom-title span {
  float: right;
}

.bottom-word .bottom-data {
  padding: 0 10%;
  flex: 1;
}

.bottom-data .nav-list {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}

.nav-list .single-nav {
  float: left;
  font-size: 17px;
  color: #ffffff;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.different:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 0;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
}

/*公司信息*/
.bottom-data .data-word {
  position: relative;
}

/*左部*/
.data-word .data-left {
  float: left;
  height: 100%;
  position: relative;
}

.data-left .logo-data {
  margin-top: 20px;
}

.logo-data img {
  width: 200px;
}

/*中部*/
.data-word .data-central {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: left;
}

.data-central p {
  color: #fefefe;
  font-size: 15px;
}

.data-central .phone {
  margin-top: 16px;
}

/*---------------------底部内容 E---------------------*/
/*媒介查询兼容*/

@media screen and (max-width: 1340px) {
  .img-box img {
    width: 80px;
  }

  .word-box .text {
    margin: 9px 15px !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
  }

  .features-box .single-box {
    height: 160px;
  }

  /*.product-wrap .word-introduction p {
					margin: 2% 2% 0 5%;	
				}*/
  .product-wrap .arrow-sign img {
    width: 20px;
  }

  .product-wrap .arrow-left img {
    position: absolute;
    top: 60%;
    left: 0;
  }

  .product-wrap .arrow-right img {
    position: absolute;
    top: 60%;
    right: 0;
  }

  .data-word .data-central {
    float: left;
    position: absolute;
    left: 35%;
    top: 20px;
  }
}

/* 合作单位布局 */
.unit-wrap .fp-tableCell {
  /* display: block; */
  /*vertical-align: top;*/
}

#fp-nav ul li a span {
  background-color: var(--primary-dark) !important;
}
/*详情页面*/
.info_wrap {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0;
}

.info_wrap .title {
  font-size: 19px;
  color: #4c4c4c;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.info_wrap .title p {
  background: #fff;
  padding: 0 10px;
}

.info_wrap .title p:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #d1d1d1;
  z-index: -1;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.info_wrap .time {
  font-size: 15px;
  color: #a0a0a0;
  text-align: center;
  margin-top: 15px;
}

.info_wrap .info-content {
  font-size: 16px;
  color: #969696;
  line-height: 28px;
  margin-top: 15px;
}

.info_wrap .info-content p {
  text-indent: 2em;
}

/* 线条运动
        --------------------------------------------------*/
.nav02 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all 0.5s;
}

.head-box.theme-indicator .nav02 ul li::before {
  background: var(--primary);
}

.nav02 ul .features.active:before {
  transform: scaleX(1);
}

.nav02 ul li:hover::before {
  transform: scaleX(1);
}

/*--------------------- 胶囊浮动背景 S ---------------------*/

.service-wrap,
.product-wrap {
  overflow: hidden;
}

#home .swiper-slide {
  position: relative;
  z-index: 0;
}

.capsule-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.capsule_item {
  position: absolute;
  z-index: -1;
  --cap-opacity: 0.5;
  --cap-delay: 0s;
  transition:
    opacity 0.25s ease,
    left 0.25s ease,
    right 0.25s ease,
    bottom 0.25s ease,
    top 0.25s ease;
}

.capsule-container.-show .capsule_item {
  opacity: var(--cap-opacity);
  transition:
    opacity 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) var(--cap-delay, 0s),
    left 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) var(--cap-delay, 0s),
    right 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) var(--cap-delay, 0s),
    bottom 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) var(--cap-delay, 0s),
    top 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) var(--cap-delay, 0s);
}

.capsule-container:not(.-show) .capsule_item {
  opacity: 0;
}
.capsule-container:not(.-show) .capsule_1 {
  left: -15%;
  bottom: -20%;
}
.capsule-container:not(.-show) .capsule_2 {
  right: -20%;
  bottom: 0%;
}
.capsule-container:not(.-show) .capsule_3 {
  right: -10%;
  top: 5%;
}
.capsule-container:not(.-show) .capsule_4 {
  right: -12%;
  top: -10%;
}
.capsule-container:not(.-show) .capsule_5 {
  left: -15%;
  bottom: 30%;
}
.capsule-container:not(.-show) .capsule_6 {
  left: -12%;
  top: -5%;
}
.capsule-container:not(.-show) .capsule_7 {
  right: -10%;
  bottom: -10%;
}

.capsule_item > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1000px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5%, #83c99a),
    color-stop(30%, #64b381),
    color-stop(75%, #4a9a65),
    color-stop(95%, #2d6a40)
  );
  background: linear-gradient(0deg, #83c99a 5%, #64b381 30%, #4a9a65 75%, #2d6a40 95%);
}

.capsule_item > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main/capsule_bg.png) no-repeat 50%;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

.capsule_1 {
  left: 5%;
  bottom: 8%;
  width: 200px;
  height: 540px;
  --cap-opacity: 0.5;
  --cap-delay: 0s;
}
.capsule_1 > div {
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
}

.capsule_2 {
  right: 12%;
  bottom: 25%;
  width: 200px;
  height: 370px;
  --cap-opacity: 0.4;
  --cap-delay: 0.07s;
}
.capsule_2 > div {
  -webkit-transform: rotate(82deg);
  transform: rotate(82deg);
}

.capsule_3 {
  right: 8%;
  top: 20%;
  width: 80px;
  height: 170px;
  --cap-opacity: 0.2;
  --cap-delay: 0.14s;
}
.capsule_3 > div {
  -webkit-transform: rotate(-170deg);
  transform: rotate(-170deg);
}

.capsule_4 {
  right: 15%;
  top: 5%;
  width: 65px;
  height: 155px;
  --cap-opacity: 0.4;
  --cap-delay: 0.21s;
}
.capsule_4 > div {
  -webkit-transform: rotate(165deg);
  transform: rotate(165deg);
}

.capsule_5 {
  left: 18%;
  bottom: 42%;
  width: 40px;
  height: 85px;
  --cap-opacity: 0.25;
  --cap-delay: 0.28s;
}
.capsule_5 > div {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.capsule_6 {
  left: 3%;
  top: 8%;
  width: 160px;
  height: 480px;
  --cap-opacity: 0.3;
  --cap-delay: 0.35s;
}
.capsule_6 > div {
  -webkit-transform: scale(0.6) rotate(100deg);
  transform: scale(0.6) rotate(100deg);
}

.capsule_7 {
  right: 5%;
  bottom: 5%;
  width: 60px;
  height: 190px;
  --cap-opacity: 0.2;
  --cap-delay: 0.42s;
}
.capsule_7 > div {
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}

/*--------------------- 第三屏胶囊（模糊上浮） S ---------------------*/

.product-capsule .capsule_item {
  filter: blur(8px);
  transition:
    opacity 0.25s ease,
    filter 0.25s ease,
    bottom 0.25s ease,
    top 0.25s ease;
}

.product-capsule.-show .capsule_item {
  filter: blur(0);
  transition:
    opacity 0.7s ease var(--cap-delay, 0s),
    filter 0.7s ease var(--cap-delay, 0s),
    bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--cap-delay, 0s),
    top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) var(--cap-delay, 0s);
}

.product-capsule:not(.-show) .capsule_item {
  opacity: 0;
  filter: blur(8px);
}
.product-capsule:not(.-show) .pcapsule_1 {
  top: 28%;
}
.product-capsule:not(.-show) .pcapsule_2 {
  top: 22%;
}
.product-capsule:not(.-show) .pcapsule_3 {
  bottom: 0%;
}
.product-capsule:not(.-show) .pcapsule_4 {
  bottom: -12%;
}
.product-capsule:not(.-show) .pcapsule_5 {
  top: 36%;
}

.product-capsule .capsule_item > div {
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5%, #b3ddc4),
    color-stop(30%, #cce9d7),
    color-stop(60%, #e0f1e7),
    color-stop(95%, #f5fbf8)
  );
  background: linear-gradient(0deg, #b3ddc4 5%, #cce9d7 30%, #e0f1e7 60%, #f5fbf8 95%);
}

.product-capsule .capsule_item > div::after {
  opacity: 0.3;
}

.pcapsule_1 {
  left: 8%;
  top: 10%;
  width: 100px;
  height: 220px;
  --cap-opacity: 0.6;
  --cap-delay: 0s;
}
.pcapsule_1 > div {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.pcapsule_2 {
  right: 10%;
  top: 8%;
  width: 70px;
  height: 150px;
  --cap-opacity: 0.5;
  --cap-delay: 0.1s;
}
.pcapsule_2 > div {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pcapsule_3 {
  right: 12%;
  bottom: 20%;
  width: 90px;
  height: 180px;
  --cap-opacity: 0.55;
  --cap-delay: 0.2s;
}
.pcapsule_3 > div {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.pcapsule_4 {
  left: 10%;
  bottom: 12%;
  width: 50px;
  height: 110px;
  --cap-opacity: 0.45;
  --cap-delay: 0.3s;
}
.pcapsule_4 > div {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.pcapsule_5 {
  right: 35%;
  top: 18%;
  width: 130px;
  height: 260px;
  --cap-opacity: 0.55;
  --cap-delay: 0.05s;
}
.pcapsule_5 > div {
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}

/*--------------------- 胶囊浮动背景 E ---------------------*/
