#myCanvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.content .nav {
  /* padding: 0 25em; */
  text-align: center;
}

.content .nav:after {
  content: "";
  display: block;
  clear: both;
}

.content .nav li {
  display: inline-block;
  /* width: 33.33%; */
  text-align: center;
  font-size: 24px;
  padding: 2em 2em;
  /* margin-top: 1.6em; */
  position: relative;
  cursor: pointer;
  font-weight: 100;
}

.content .nav li a {
  color: #333;
}

.content .nav li.on {
  font-weight: initial;
  /* display: block; */
}

.content .nav li.on:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 100%;
  background: #f00;
}

.block {
  background: center center;
  background-size: cover;
}

.block.t1 {
  height: 3.75em;
  color: #fff;
}

.block.t2 {
  height: 3.125em;
  color: #010101;
  position: relative;
}

.block.t3 {
  height: 4.68em;
  color: #fff;
  position: relative;
}

.block.t4 {
  background: top center no-repeat;
  background-size: contain;
  height: 2.5em;
  background-color: #f5f5f5;
  overflow: hidden;
}

.block.t4 ul li {
  width: 16.66%;
  float: left;
  text-align: center;
}

.block.t4 ul li img {
  width: 50%;
  display: block;
  margin: auto;
  position: relative;
}

.block.t4 .title {
  padding-bottom: 0.6em;
}

.block.t3 ul {
  /* position: absolute; */
  height: 100%;
  width: 100%;
  top: 0;
}

.block.t3 li {
  float: left;
  width: calc((100% - 19.5%) / 7) !important;
  height: 100%;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}

.block.t3 li .item {
  position: absolute;
  bottom: 0;
  padding: 1.5em 0.8em;
}

.block.t3 .swiper-container {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 100%;
}

.block.t3 li h1 {
  letter-spacing: 0;
  font-size: 72px;
  color: #ff001b;
  display: none;
}

.block.t3 li h2 {
  margin-bottom: .5em;
}

.block.t3 li {
  /* transition: width .3s; */
  counter-increment: counter_h1;
}

.block.t3 li:before {
  content: "0"counter(counter_h1);
  letter-spacing: 0;
  position: absolute;
  bottom: -.5em;
  font-size: 6em;
  opacity: .1;
}

.block.t3 li p {
  display: none;
  font-size: 14px;
}

.block.t3 li.on {
  width: 19.5% !important;
}

.block.t3 li.on:after {
  content: '';
  display: block;
  width: 3px;
  height: 10%;
  background: #f00;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
}

.block.t3 li+li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}



.block.t3 .but .swiper-button-prev {
  background: url(/img/history/jt2.png) no-repeat center center;
}

.block.t3 .but .swiper-button-next {
  background: url(/img/history/jt.png) no-repeat center center;
}

.block.t3 .swiper-button-prev,
.block.t3 .swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-size: contain !important;
}

.block.t3 .swiper-button-prev {
  left: 0;
}

.block.t3 .swiper-button-next {
  right: 0;
}





.block.t3 li.on .item {
  position: absolute;
  bottom: 0;
  padding: 1.5em 0.8em;
}

.block.t3 li.on h1 {
  opacity: 1;
  display: block;

}

.block.t3 li.on p {

  display: block;
  /* height: 3em; */
  line-height: 1.5em;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;

}

.block.t2 .bottom {
  position: absolute;
  height: 1.04em;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 100%;
}

.block.t2 .icon-warp {
  position: absolute;
  bottom: 100%;
  width: 100%;
}

.block.t2 .icon-warp ul {
  font-size: 0px;
  text-align: justify;
}

.block.t2 .icon-warp i {
  font-size: 48px;
  display: block;
  text-align: center;
}

.block.t2 .bottom {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  box-sizing: border-box;
}

.block.t2 .icon-warp li {
  font-size: 24px;
  display: inline-block;
  padding-bottom: 1.8em;
  cursor: pointer;
  position: relative;
  width: 20%;
  text-align: center;
  /* float: left; */
}

.block.t2 .icon-warp li+li:after {
  content: '';
  position: absolute;
  top: 25px;
  left: -30%;
  background: url(/img/cooperation/j-b.png);
  width: 83px;
  height: 57px;

}

.block.t2 .icon-warp li.on {
  color: #ff001b;
  border-bottom: 3px solid #ff001b;
}

.block.t2 .text-warp {
  font-size: 14px;
}

.block.t2 .icon-warp li.justify_fix {
  padding-bottom: 0px;
}

.block .title {
  text-align: center;
  padding-top: 0.625em;
  padding-bottom: 0.83em;
}

.block .title span {
  display: block;
  font-size: 36px;
}

.block.t1 li {
  position: relative;
  float: left;
  width: calc(33.33% - 0.62em);
}

.block.t1 li+li {
  margin-left: 0.625em;
}

.block.t1 li i {
  float: left;
  font-size: 50px;
}

.l-right {
  position: absolute;
  left: 76px;
}

.l-right .tit {
  font-size: 20px;
  margin-bottom: 0.5em;
}

.l-right p {
  font-size: 14px;
  line-height: 2em;
}


/* 行业解决方案 */

.so-block {
  background: center center no-repeat;
  background-size: cover;
}

.so-block.t1 {
  position: relative;
  height: 3.75em;
  background-size: auto;
  background-image: url(/img/cooperation/solution/banner.jpg);
}

.so-block.t1 ul {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}

.so-block.t1 li .item {
  padding-left: 70px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  float: left;
}

.so-block.t1 li i {
  line-height: 50px;
  position: absolute;
  left: 0;
  /* top: 0; */
  font-size: 50px;
  color: #ff001b;
}

.so-block.t1 li span {
  float: left;
  display: block;
  font-size: 20px;
}

.so-block.t1 li {
  padding-top: 0.67em;
  float: left;
  width: 25%;
  position: relative;
  min-height: 50px;
  box-sizing: border-box;
  height: 2.34em;
  bottom: 0;
  animation: fudong 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.so-block.t1 li:nth-child(2n) {
  height: 1.84em;
  margin-top: 0.5em;
  animation: fudong2 5s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes fudong {
  0% {
    height: 2.34em;
    margin-top: 0em;
  }

  50% {
    height: 1.84em;
    margin-top: 0.5em;
  }

  100% {
    height: 2.34em;
    margin-top: 0em;
  }
}

@keyframes fudong2 {
  0% {
    height: 1.84em;
    margin-top: 0.5em;
  }

  50% {
    height: 2.34em;
    margin-top: 0em;
  }

  100% {
    height: 1.84em;
    margin-top: 0.5em;
  }
}

.so-block.t1 li+li {
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.so-block .tit {
  padding-top: 120px;
  font-size: 36px;
  color: #fff;
  text-align: center;
}

.so-block.t2 {
  height: 2.08em;
  background-image: url(/img/cooperation/solution/banner02.jpg);
  position: relative;
}

.so-block.t2:before {
  content: '';
  display: block;
  background-image: url(/img/cooperation/solution/banner02.gif);
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 1.56em;
  height: 1.56em;
  margin-bottom: -0.41em;
}

.so-block.t2 .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  text-align: center;
  line-height: 2em;
}

.so-block.t3 {
  height: 4.68em;
  background-image: url(/img/cooperation/solution/banner03.jpg);
  position: relative;
}

.so-block.t3 .tit {
  width: 22%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.so-block.t3 .tit {
  padding-top: 0;
}

.so-block.t3 ul h1 {
  font-size: 24px;
  margin-bottom: 1em;
}

.so-block.t3 ul p {
  font-size: 14px;
}

.so-block.t3 ul {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  width: 2.29em;
  height: 2.29em;
  margin-top: -1.145em;
  margin-left: -1.145em;
}

.so-block.t3 ul:before {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 140%;
  background: url(/img/cooperation/solution/esbg.png);
  background-size: cover;
  top: 50%;
  left: 50%;
  margin-left: -70%;
  margin-top: -70%;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  opacity: .1;
}

.so-block.t3.mt ul:before {
  opacity: .5;
  width: 160%;
  height: 160%;
  margin-left: -80%;
  margin-top: -80%;
}

.so-block.t3 ul li:nth-child(1) {
  position: absolute;
  left: 80%;
  width: 120%;
  top: 9.5%;
  padding-left: 60px;
  color: #fff;
}

.so-block.t3 ul {
  box-sizing: border-box;
}

.so-block.t3 ul li:nth-child(2) {
  top: 50%;
  right: 99%;
}

.so-block.t3 ul li {
  position: absolute;
  width: 120%;
  padding-left: 60px;
  color: #fff;
}

.so-block.t3 ul li.right {
  padding-left: 0;
  padding-right: 60px;
  text-align: right;
}

.so-block.t3 ul li:nth-child(3) {
  position: absolute;
  left: 95%;
  width: 120%;
  top: 69%;
  padding-left: 60px;
  color: #fff;
}

.so-block.t3 ul li:before {
  left: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  background: #ff001b;
  border-radius: 8px;
}

.so-block.t3 ul li:after {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  background: #ff001b;
  border-radius: 60px;
  margin-left: -26px;
  margin-top: -26px;
  animation: fd 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  transform: scale(0);
}

.so-block.t3.t7 ul li:after {
  animation: fds 8s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.so-block.t3.t7 ul li:nth-child(1):after {
  animation-delay: 1s;
}

.so-block.t3.t7 ul li:nth-child(2):after {
  animation-delay: 2s;
}

.so-block.t3.t7 ul li:nth-child(3):after {
  animation-delay: 3s;
}

.so-block.t3.t7 ul li:nth-child(4):after {
  animation-delay: 4s;
}

.so-block.t3.t7 ul li:nth-child(5):after {
  animation-delay: 5s;
}

.so-block.t3.t7 ul li:nth-child(6):after {
  animation-delay: 6s;
}

.so-block.t3.t7 ul li:nth-child(7):after {
  animation-delay: 7s;
}

.so-block.t3.t7 ul li:nth-child(8):after {
  animation-delay: 8s;
}

@keyframes fds {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  12.5% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.so-block.t3 ul li.right:after {
  right: 0;
  left: auto;
  margin-right: -26px;
}

.so-block.t4 {
  position: relative;
}

.so-block.t4 .item {
  background: center center;
  height: 14.21em;
  background-size: 100% 100%;
  transition: background .3s;
  position: relative;
}

.so-block.t4 .item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: background .3s;
}

.so-block.t4 .item:after {
  content: attr(data-text);
  display: block;
  background: url(/img/cooperation/solution/yuan.png) no-repeat;
  background-size: cover;
  width: 2.98em;
  height: 2.98em;
  /* margin-left: -1.45em\9;
  margin-top: -1.45em\9; */
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
}

.so-block.t4 .item:after {
  animation: xuanzhuan 3s infinite linear 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.so-block.t4 .item p {
  width: 100%;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.so-block.t4 .item:hover {
  background-size: 110% 110%;
}

.so-block.t4 .item:hover:before {
  background: rgba(0, 0, 0, 0);
}

.so-block.t4 .tit {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
}

.so-block.t4 .Arrows {
  display: none;
}

@keyframes xuanzhuan {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes fd {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.so-block.t3 ul li.right:before {
  right: 0;
  left: auto;
}

.so-block.t5 ul {
  font-size: 0px;
  text-align: center;
  padding-top: 130px;
}

.so-block.t5 ul li {
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
}

.so-block.t5 ul li+li {
  margin-left: 1em;
}

.so-block.t5 ul li.on {
  font-size: 36px;
  color: #ff001b;
}

.so-block.t5 {
  height: 900px;
  position: relative;
}

.so-block.t5 .cover {
  position: absolute;
  width: 385px;
  height: 547px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.so-block.t5 .cover .swiper-slide {
  width: 385px;
  height: 547px;
  background-size: cover;
}

.so-block.t6 {
  background: #f5f5f5;
}

.so-block.t6 p {
  font-size: 14px;
  padding-bottom: 5em;
}

.so-block.t6 .tit {
  color: #010101;
  margin-bottom: 1em;
}

.so-block.t3 .tit p {
  font-size: 14px;
  margin-top: 1em;
}

.so-block.t8 {
  height: 3.666em;
}

.so-block.t8 .tit {
  color: #010101;
}

.so-block.t8 .hs.wormEm {
  margin-bottom: 0.37em;
}

.so-block.t8 ul {
  text-align: center;
  font-size: 0;
}

.so-block.t8 li h1 {
  font-size: 60px;
  letter-spacing: 0;
}

.so-block.t8 li.on h1 {
  font-size: 100px;
  color: #ff001b;
}

.so-block.t8 li {
  display: inline-block;
  text-align: center;
  font-size: 24px;
}

.so-block.t8 li+li {
  margin-left: 5em;
  margin-bottom: 1em;
  position: relative;
}

.so-block.t8 li.on:before,
.so-block.t8 li.on:after {
  content: '';
  position: absolute;
  left: -2.5em;
  bottom: 0;
  height: 4em;
  width: 1px;
  background: #000;
  transform: rotate(10deg);
  opacity: .2;
}

.so-block.t8 li.on:after {
  left: auto;
  right: -2.5em;
}

.so-block.t8 li p {
  font-size: 24px;
}

.so-block.t8 .text {
  font-size: 14px;
  text-align: center;
}

.so-block.t9 {
  position: relative;
}

.so-block.t9 .swiper-slide {
  width: auto;
  background: center center no-repeat;
  background-size: cover;
}

.so-block.t9 .swiper-slide img {
  height: 4.27em;
}

.so-block.t9 .text {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.66em;
  transform: translateY(-50%);
}

.so-block.t9 .Arrows {
  width: 8.29em;
  left: 0;
  top: 50%;
  bottom: auto;
  /* transform: translate(-100%, -50%); */
}

.Arrows .worm-button-next,
.Arrows .worm-button-prev {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.Arrows .worm-button-next {
  position: absolute;
  left: auto;
  right: 00;
  transform: translateY(-50%);
}

.so-block.t9 {
  color: #fff;
  padding: 0;
}

.so-block.t9 h1 {
  font-size: 48px;
  margin-bottom: 1em;
}

.so-block.t9 h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.so-block.t9 p {
  font-size: 14px;
}

.icons {
  margin-top: 1em;
  color: #fff;
  font-size: 48px;
}

.icons i+i {
  margin-left: .3em;
  margin-right: .3em;
}

.icons i {
  height: 1em;
  display: block;
  float: left;
  position: relative;
  opacity: .3;
  padding-bottom: .4em;
  margin-right: .3em;
}

.icons i.on {
  opacity: 1;
}

.icons i.on:after {
  position: absolute;
  content: attr(data-text);
  left: 50%;
  top: 100%;
  width: 300%;
  text-align: center;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  transform: translateX(-50%);
}

.recruit-block {
  background: center center no-repeat;
  background-size: cover;
}

.recruit-block.t1 {
  height: 0.98em;
  margin: .3em;
  position: relative;
}

.recruit-block.t2.info {
  text-align: center;
  margin-bottom: 3em;
}

.recruit-block.t2.info p {
  margin-top: 1em;
}

.recruit-block.t3 {
  font-size: 24px;
}

.recruit-block.t3 li h2 div {
  font-size: 14px;
}

.recruit-block.t3 li h2 li {
  width: 25%;
  float: left;
  margin-bottom: 1em;
}

.recruit-block.t3 h1 {
  padding: 1em 1.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
  cursor: pointer;
}

.recruit-block.t3 li h1 i {
  display: block;
  float: right;
  transform: rotate(180deg);
  transition: transform .3s;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  font-size: 1em;
  margin-top: .25em;
}

.recruit-block.t3 li.on h1 i {
  transform: rotate(0deg);
  color: #ff001b;
}

.recruit-block.t3 li.on h1 {
  background: url(/img/cooperation/recruit_02.jpg);
  color: #fff;
}

.recruit-block.t3 li h2 {
  padding: 1.5em;
  overflow: hidden;
}

.recruit-block.t3 li h2 .button {
  font-size: 14px;
  padding: .5em 1.5em;
  background: #ff001b;
  float: left;
  color: #fff;
  margin-top: 1em;
  cursor: pointer;
}

.recruit-block.t3 li h2 {
  display: none;
}

#allmap {
  height: 4em;
}

.contact-us.info {
  transform: translateY(-100%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 3em 0;
  position: absolute;
  width: 100%;
}

.contact-us.info ul:after {
  content: '';
  display: block;
  clear: both;
}

.contact-us.info li {
  float: left;
  padding-right: 1.5em;
  margin-bottom: 1em;
  width: 33.33%;
  box-sizing: border-box;
}

.contact-us.info li span {
  border-bottom: 1px solid #fff;
}

.contact-us.info ul {
  position: relative;
  /* padding-right: 120px; */
}

.contact-us.info ul li i {
  color: #ff001b;
}

.contact-us.info .qrcode {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  .contact-us.info li {
    font-size: 14px;
  }

  .recruit-block.t3 {
    font-size: 20px;
  }

  .recruit-block.t3 li h2 div,
  .recruit-block.t3 li h2 .button {
    font-size: 14px;
  }

  .recruit-block.t2.info {
    font-size: 14px;
  }

  .so-block.t3 .tit br {
    display: none;
  }

  .block.t2 .icon-warp li {
    font-size: 20px;
  }

  .block.t2 {
    height: 3.5em;
  }

  .block.t3 li h2 {
    font-size: 16px;
  }

  .block.t3 li p {
    display: none;
    font-size: 14px;
  }

  .so-block .tit {
    font-size: 28px;
    padding-top: 80px;
  }

  .so-block.t2 .text {
    font-size: 18px;
  }

  .so-block.t3 ul h1 {
    font-size: 20px;
  }

  .so-block.t3 ul p {
    font-size: 14px;
  }

  .so-block.t4 .item p {
    font-size: 18px;
  }

  .so-block.t5 ul li {
    font-size: 20px;
  }

  .so-block.t5 ul li.on {
    font-size: 28px;
  }

  .so-block.t6 p {
    font-size: 14px;
    text-align: center;
  }

  .so-block.t8 li.on h1 {
    font-size: 80px;
  }

  .so-block.t8 li h1 {
    font-size: 48px;
  }

  .so-block.t8 li {
    font-size: 20px;
  }

  .so-block.t8 li p {
    font-size: 20px;
  }

  .so-block.t9 h1 {
    font-size: 28px;
  }

  .so-block.t9 h2 {
    font-size: 20px;
  }

  .so-block.t9 p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1367px) {
  .block .title span {
    font-size: 28px;
  }

  .l-right .tit {
    font-size: 20px;
  }

  .l-right p,
  .block.t2 .text-warp {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1366px) {
  .so-block.t3 .tit br {
    display: none;
  }

  .so-block.t2 .text {
    text-align: left;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-us.info li {
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .so-block.t9 .Arrows {
    width: 100%;
  }

  #allmap {
    height: 10em;
  }

  .contact-us.info {
    transform: translateY(0%);
    position: relative;
  }

  .icons {
    font-size: 24px;
  }

  .recruit-block.t3 {
    font-size: 14px;
  }

  .recruit-block.t3 li h2 div,
  .recruit-block.t3 li h2 .button {
    font-size: 14px;
  }

  .recruit-block.t3 li h2 li {
    width: auto;
    float: none;
    margin-bottom: 1em;
  }

  .recruit-block.t1 {
    height: 1.3em;
    margin: 1em 0;
  }

  .recruit-block.t2.info {
    text-align: left;
  }

  .recruit-block.t2.info br {
    display: none;
  }

  .so-block.t1 ul {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 30px;
  }

  .so-block.t1 li,
  .so-block.t1 li:nth-child(2n) {
    /*float: none;
    */
    height: auto;
    width: auto;
    padding-top: 0;
    margin: 1em 0;
    font-size: 18px;
    width: 50%;
    animation: none;
    -webkit-animation: none;
  }

  .so-block.t1 li span {
    font-size: 14px;
  }

  .so-block.t1 li .item {
    left: 0;
    transform: translateX(0%);
  }

  .so-block.t1 li:after {
    content: '';
    display: block;
    clear: both;
  }

  .so-block.t1 li+li {
    padding-top: 0;
    border-left: none;
  }

  .so-block .tit {
    padding-top: 0;
    font-size: 20px;
    text-align: left;
  }

  .so-block {
    height: auto !important;
    padding: 1em 0;
  }

  .so-block.t2 .text {
    position: relative;
    text-align: left;
    transform: translateY(0);
    font-size: 14px;
  }

  .so-block.t2 .text br {
    display: none;
  }

  .block {
    height: auto !important;
  }

  .block .title span {
    font-size: 24px;
  }

  .block.t1 li {
    width: auto;
    float: none;
    min-height: 50px;
  }

  .block.t1 li i {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    font-size: 42px;
  }

  .l-right {
    position: relative;
    left: auto;
    margin-left: 64px;
    padding-bottom: 1em;
  }

  .l-right .tit {
    font-size: 18px;
  }

  .l-right p {
    font-size: 14px;
  }

  .block.t1 li+li {
    margin-left: 0;
  }

  .block.t2 .bottom {
    position: relative;
  }

  .block.t2 .icon-warp {
    bottom: 0;
    position: relative;
  }

  .block.t2 .icon-warp li {
    display: block;
    text-align: center;
    font-size: 18px;
    width: 100%;
  }

  .block.t2 .icon-warp li:after {
    content: attr(data-text);
    display: block;
    margin-top: 1em;
    font-size: 14px;
    text-align: left;
  }

  .block.t2 .icon-warp li+li:after {
    content: attr(data-text);
    background: none;
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0;
    top: 0;
    left: 0;
  }

  .block.t2 .bottom {
    height: auto;
  }

  .block.t2 .icon-warp li.on {
    color: #010101;
  }

  .block.t2 .icon-warp li.on {
    border-bottom: 0;
  }

  .block.t2 .text-warp {
    display: none;
  }

  .block .title {
    padding-top: 1em;
    padding-bottom: 1.2em;
  }

  .block .title span {
    text-align: left;
  }

  .block.t3 ul {
    position: relative;
  }

  .block.t3 li,
  .block.t3 li.on {
    float: none;
    width: 100% !important;
  }

  .block.t3 li .item {
    position: relative;
  }

  .block.t3 li h1,
  .block.t3 li p {
    display: block;
  }

  .block.t3 li .item {
    padding: 0 1em;
  }

  .block.t3 {
    padding-bottom: 1em;
  }

  .block.t3 li h2 {
    font-size: 18px;
  }

  .block.t4 ul li {
    width: 50%;
    float: left;
    line-height: 2em;
    margin-bottom: 1em;
  }

  .block.t4 ul li img {
    vertical-align: middle;
  }

  .block.t4 {
    padding-bottom: 1.5em;
  }

  .so-block.t3 .tit {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    transform: none;
  }

  .so-block.t3 ul {
    position: relative;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    border: 0;
    margin-top: 0;
    margin-left: 0;
    margin-top: .5em;
  }

  .so-block.t3 ul:after {
    content: '';
    display: block;
    clear: both;
  }

  .so-block.t3 ul h1 {
    font-size: 14px;
  }

  .so-block.t3 ul li,
  .so-block.t3 ul li:nth-child(1),
  .so-block.t3 ul li:nth-child(2),
  .so-block.t3 ul li:nth-child(3) {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    float: left;
    margin: .1em 0;
    padding-right: .5em;
    box-sizing: border-box;
  }

  .so-block.t3 ul li.right {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .so-block.t3 ul li:after,
  .so-block.t3 ul li:before {
    display: none;
  }

  .so-block.t4 .tit {
    padding-top: 2em;
    font-size: 20px;
    text-align: left;
  }

  .so-block.t4 {
    padding: 0;
  }

  .so-block.t3 ul:before {
    display: none;
  }

  .so-block.t5 {
    height: 514px !important
  }

  .so-block.t5 ul {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .so-block.t5 ul li {
    font-size: 14px;
    line-height: 14px;
  }

  .so-block.t5 ul li.on {
    font-size: 14px;
  }

  .so-block.t5 {
    padding-bottom: 0;
    background: bottom;
    background-size: 1400px;
  }

  .so-block.t5 .cover {
    width: 284px;
    height: 403px;
  }

  .so-block.t5 .cover .swiper-slide {
    height: 403px;
  }

  .so-block.t6 p {
    text-align: left;
    padding-bottom: 0;
  }

  .so-block.t6 p br {
    display: none;
  }

  .so-block.t8 li.on h1 {
    font-size: 28px;
  }

  .so-block.t8 li h1 {
    font-size: 24px;
  }

  .so-block.t8 li,
  .so-block.t8 li p {
    font-size: 14px;
  }

  .so-block.t8 li {
    display: block;
    margin-bottom: 1em;
  }

  .so-block.t8 li+li {
    margin-left: 0;
    margin-bottom: 1em;
    position: relative;
  }

  .so-block.t8 li.on:before,
  .so-block.t8 li.on:after {
    display: none;
  }

  .so-block.t8 .text br {
    display: none;
  }

  .so-block.t9 .swiper-slide {
    padding: 1em;
  }

  .so-block.t9 .text {
    position: relative;
    transform: none;
  }

  .so-block.t9 img {
    display: none;
  }

  .so-block.t9 .swiper-slide {
    width: 100%;
    box-sizing: border-box;
  }

  .so-block.t9 .Arrows {
    transform: none;
  }

  .so-block.t9 .text {
    width: auto;
  }

  .so-block.t9 h1 {
    font-size: 20px;
  }

  .so-block.t9 h2 {
    font-size: 14px;
  }

  .icons i.on:after {
    width: 400%;
  }

  .icons i {
    margin-bottom: 1em;
  }

  .so-block.t1 li {
    animation: none;
  }

  /* .swiper-wrapper {
    display: inherit;
  } */

  .t4 .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .block.t3 .swiper-container {
    position: relative;
  }
}

@media only screen and (max-width: 769px) {
  .block.t4 ul li img {
    height: 85px;
  }
}

@media only screen and (max-width: 767px) {

  .block.t3 .swiper-wrapper {
    display: block;
  }

  .content .nav li {
    padding: 15px 12px !important;
  }

  .content .nav li {
    font-size: 14px;
  }

  .so-block.t3 ul li,
  .so-block.t3 ul li:nth-child(1),
  .so-block.t3 ul li:nth-child(2),
  .so-block.t3 ul li:nth-child(3) {
    width: auto;
    float: none;
    box-sizing: border-box;
    padding-right: 0;
    margin-top: 0.5em;
  }

  .so-block.t3 ul h1 {
    margin-bottom: 0.5em;
  }

  .so-block.t4 .Arrows {
    display: none;
  }

  .block.t4 ul li img {
    height: 40px;
  }

  .so-block.t1 li,
  .so-block.t1 li:nth-child(2n) {
    width: 100%;
  }
}