body > section .swiper-container .swiper-slide {
  position: relative;
}
body > section .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
body > section .swiper-container .swiper-slide .swiper-txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
body > section .swiper-container .swiper-slide .swiper-txt .title {
  font-size: 2.85rem;
  margin: 9% 0 0 20%;
}
body > section .swiper-container .swiper-slide .swiper-txt .describe {
  font-size: 22px;
  margin: 20px 0 0 20%;
}
body > section .swiper-container .swiper-slide .swiper-txt .btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border: 1px solid #00C1DE;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 4% 0 0 20%;
}
@media screen and (max-width: 768px) {
  body > section .swiper-container .swiper-slide .swiper-txt .title {
    font-size: 1.85rem;
    margin: 9% 0 0 20%;
  }
  body > section .swiper-container .swiper-slide .swiper-txt .describe {
    font-size: 16px;
    margin: 10px 0 0 20%;
  }
  body > section .swiper-container .swiper-slide .swiper-txt .btn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body > section .swiper-container .swiper-slide .swiper-txt .title {
    font-size: 1.85rem;
    margin: 0;
    margin-top: 9%;
    text-align: center;
  }
  body > section .swiper-container .swiper-slide .swiper-txt .describe {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    text-align: center;
  }
  body > section .swiper-container .swiper-slide .swiper-txt .btn {
    display: none;
  }
}
body > section .swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.8;
}
body > section .swiper-container .swiper-pagination-bullet-active {
  background: #00c1de;
}
body > section .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
body > section .solution {
  padding: 5% 0;
}
@media screen and (max-width: 768px) {
  body > section .solution {
    padding: 6% 20px;
  }
}
body > section .solution .solution-inline {
  max-width: 1200px;
  margin: auto;
}
body > section .solution .solution-inline > .title {
  text-align: center;
  color: #5f6367;
  font-size: 26px;
  font-weight: bold;
}
body > section .solution .solution-inline > .subhead {
  position: relative;
  width: 120px;
  text-align: center;
  margin: 10px auto;
}
body > section .solution .solution-inline > .subhead .word {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 14px;
  width: 80px;
  background-color: #fff;
  margin: auto;
  font-size: 12px;
  color: #00c1de;
  text-transform: uppercase;
}
body > section .solution .solution-inline > .subhead .line {
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #9b9ea0;
}
body > section .solution .solution-inline > .describe {
  max-width: 850px;
  text-align: center;
  color: #5f6367;
  margin: 20px auto 0;
}
body > section .solution .solution-inline > .list {
  margin-bottom: 4%;
}
body > section .solution .solution-inline > .list ul li {
  padding: 0 54px;
  margin-top: 50px;
  height: 170px;
}
@media screen and (max-width: 765px) {
  body > section .solution .solution-inline > .list ul li {
    padding: 0 10px;
    height: 100px;
  }
}
body > section .solution .solution-inline > .list ul li a {
  display: block;
  transition: 0.2s;
}
body > section .solution .solution-inline > .list ul li a:hover {
  transform: translateY(-6px);
}
body > section .solution .solution-inline > .list ul li a:hover .title {
  color: #00C1DE;
}
body > section .solution .solution-inline > .list ul li a img {
  display: block;
  margin: auto;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
body > section .solution .solution-inline > .list ul li a > .title {
  font-size: 18px;
  color: #373d41;
  text-align: center;
  margin-top: 8px;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  body > section .solution .solution-inline > .list ul li a > .title {
    font-size: 16px;
  }
}
body > section .solution .solution-inline > .list ul li a > .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  color: #5f6367;
  margin-top: 12px;
  text-align: justify;
}
body > section .solution .solution-inline .more {
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
  padding: 6px 20px;
  font-size: 12px;
  color: #9b9ea0;
  border: 1px solid #e2e2e2;
  text-transform: uppercase;
}
body > section .solution .solution-inline .more:hover {
  background-color: #00C1DE;
  border: 1px solid #00C1DE;
  color: #fff;
  transition: 0.6s;
}
body > section .about {
  display: flex;
  background-color: #f5f5f6;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body > section .about {
    display: block;
  }
}
body > section .about .left {
  width: 50%;
}
body > section .about .left img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body > section .about .left {
    width: 100%;
  }
}
body > section .about .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  body > section .about .right {
    width: 100%;
  }
}
body > section .about .right .subhead {
  line-height: 70px;
  color: #9b9ea0;
  font-size: 70px;
  text-transform: Uppercase;
}
body > section .about .right .title {
  line-height: 26px;
  color: #5f6367;
  font-size: 26px;
  font-weight: bolder;
  margin-top: 18px;
}
body > section .about .right .line {
  width: 30px;
  height: 3px;
  background-color: #00c1de;
  margin: 30px 0;
}
body > section .about .right .company {
  line-height: 22px;
  color: #373D41;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  body > section .about .right .company {
    margin-top: 20px;
  }
}
body > section .about .right .describe {
  line-height: 21px;
  max-width: 540px;
  color: #5f6367;
  font-size: 14px;
  margin-top: 20px;
}
body > section .about .right .more {
  display: block;
  width: 72px;
  padding: 6px 20px;
  margin-top: 5%;
  margin-bottom: 4%;
  font-size: 12px;
  color: #9b9ea0;
  border: 1px solid #e2e2e2;
  text-transform: uppercase;
}
body > section .about .right .more:hover {
  background-color: #00C1DE;
  border: 1px solid #00C1DE;
  color: #fff;
  transition: 0.6s;
}
body > section .honor {
  padding: 5% 0;
}
body > section .honor .honor-inline {
  max-width: 1200px;
  margin: auto;
}
body > section .honor .honor-inline > .title {
  text-align: center;
  color: #5f6367;
  font-size: 26px;
  font-weight: bold;
}
body > section .honor .honor-inline > .subhead {
  position: relative;
  width: 120px;
  text-align: center;
  margin: 10px auto;
}
body > section .honor .honor-inline > .subhead .word {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 14px;
  width: 80px;
  background-color: #fff;
  margin: auto;
  font-size: 12px;
  color: #00c1de;
  text-transform: uppercase;
}
body > section .honor .honor-inline > .subhead .line {
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #9b9ea0;
}
body > section .honor .honor-inline ul {
  padding: 40px 0 20px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  body > section .honor .honor-inline ul {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body > section .honor .honor-inline ul li {
  padding: 18px;
}
@media screen and (max-width: 1200px) {
  body > section .honor .honor-inline ul li {
    padding: 8px;
  }
}
body > section .honor .honor-inline ul li > a {
  display: block;
  height: 238px;
  padding: 20px;
  border: 1px solid #eee;
}
body > section .honor .honor-inline ul li > a:hover .top {
  transform: scale(1.03);
}
body > section .honor .honor-inline ul li > a .top {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  transition: 0.4s;
}
body > section .honor .honor-inline ul li > a .top img {
  width: 80px;
  height: 80px;
  display: block;
}
body > section .honor .honor-inline ul li > a .top .title {
  margin-left: 10px;
}
body > section .honor .honor-inline ul li > a .describe {
  line-height: 24px;
  font-size: 14px;
  margin-top: 14px;
  color: #5f6367;
}
body > section .honor .honor-inline .more {
  display: inline-block;
  margin: 0 auto;
  padding: 6px 20px;
  font-size: 12px;
  color: #9b9ea0;
  border: 1px solid #e2e2e2;
  transform: translateX(-50%);
  left: 50%;
  text-transform: uppercase;
}
body > section .honor .honor-inline .more:hover {
  background-color: #00C1DE;
  border: 1px solid #00C1DE;
  color: #fff;
  transition: 0.6s;
}
body > section .cases {
  position: relative;
  background-color: #373d41;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
body > section .cases canvas {
  margin-top: -100px;
  height: 788px;
}
body > section .cases .swiper-pagination {
  transform: translateX(-50%);
  left: 50%;
  bottom: 60px;
}
body > section .cases .swiper-pagination-bullet {
  margin: 0 4px;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.8;
}
body > section .cases .swiper-pagination-bullet-active {
  position: absolute;
  top: 0;
  left: 0;
  background: #00c1de;
  padding: 80px 0 100px;
}
body > section .cases .cases-inline {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
body > section .cases .cases-inline > .title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
body > section .cases .cases-inline > .subhead {
  display: flex;
  position: relative;
  width: 120px;
  text-align: center;
  margin: 10px auto;
}
body > section .cases .cases-inline > .subhead .word {
  height: 14px;
  width: 80px;
  margin: -8px auto 0;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
body > section .cases .cases-inline > .subhead .line {
  width: 20px;
  height: 2px;
  background-color: #9b9ea0;
}
body > section .cases .cases-inline > .describe {
  max-width: 850px;
  text-align: center;
  color: #fff;
  margin: 20px auto 0;
}
body > section .cases .cases-inline .marqueeleft {
  max-width: 1200px;
  overflow: hidden;
  margin: 40px auto 0;
}
body > section .cases .cases-inline .marqueeleft ul {
  float: left;
}
body > section .cases .cases-inline .marqueeleft ul li {
  float: left;
  margin: 0 14px;
  display: inline;
  width: 370px;
  height: 300px;
  overflow: hidden;
}
body > section .cases .cases-inline .marqueeleft ul li .pic {
  position: relative;
  display: block;
  width: 370px;
  height: 252px;
  overflow: hidden;
}
body > section .cases .cases-inline .marqueeleft ul li .pic:hover + .txt {
  color: #00C1DE;
  transition: .4s;
}
body > section .cases .cases-inline .marqueeleft ul li .pic:hover .img-mask {
  display: block;
  animation: imgMask 0.4s 1 ease-out;
}
@keyframes imgMask {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
body > section .cases .cases-inline .marqueeleft ul li .pic img {
  width: 100%;
  height: 100%;
}
body > section .cases .cases-inline .marqueeleft ul li .pic .img-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  background-color: rgba(0, 193, 222, 0.9);
}
body > section .cases .cases-inline .marqueeleft ul li .pic .img-mask .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
body > section .cases .cases-inline .marqueeleft ul li .pic .img-mask .line {
  width: 32px;
  height: 3px;
  background-color: #fff;
  margin: 16px 0;
}
body > section .cases .cases-inline .marqueeleft ul li .pic .img-mask .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
body > section .cases .cases-inline .marqueeleft ul li .pic .img-mask .more {
  display: inline-block;
  margin: 24px auto 0;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
}
body > section .cases .cases-inline .marqueeleft ul li .txt {
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
body > section .cases .cases-inline .swiper-cases {
  margin-top: 50px;
}
body > section .cases .cases-inline .swiper-cases .swiper-slide .img-box {
  position: relative;
  width: 280px;
  height: 360px;
  overflow: hidden;
}
body > section .cases .cases-inline .swiper-cases .swiper-slide .img-box:hover + .title {
  color: #00C1DE;
  transition: .4s;
}
body > section .cases .cases-inline .swiper-cases .swiper-slide .img-box:hover .img-mask {
  display: block;
  animation: imgMask 0.4s 1 ease-out;
}
@keyframes imgMask {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
body > section .cases .cases-inline .swiper-cases .swiper-slide .img-box .img-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
  background-color: rgba(0, 193, 222, 0.9);
}
body > section .cases .cases-inline .swiper-cases .swiper-slide .img-box .img-mask .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 78px;
}
body > section .cases .cases-inline .swiper-cases .swiper-slide .img-box .img-mask .line {
  width: 32px;
  height: 3px;
  background-color: #fff;
  margin: 16px 0;
}
body > section .cases .cases-inline .swiper-cases .swiper-slide .img-box .img-mask .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
body > section .cases .cases-inline .swiper-cases .swiper-slide .img-box .img-mask .more {
  display: inline-block;
  margin: 24px auto 0;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
}
body > section .cases .cases-inline .swiper-cases .swiper-slide > .title {
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
body > section .news {
  margin: 5% 0;
}
body > section .news .news-inline {
  max-width: 1200px;
  margin: auto;
}
body > section .news .news-inline > .title {
  text-align: center;
  color: #5f6367;
  font-size: 26px;
  font-weight: bold;
}
body > section .news .news-inline > .subhead {
  position: relative;
  width: 120px;
  text-align: center;
  margin: 10px auto;
}
body > section .news .news-inline > .subhead .word {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 14px;
  width: 90px;
  background-color: #fff;
  margin: auto;
  font-size: 12px;
  color: #00c1de;
  text-transform: uppercase;
}
body > section .news .news-inline > .subhead .line {
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #9b9ea0;
}
body > section .news .news-inline .content {
  margin-top: 7%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body > section .news .news-inline .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body > section .news .news-inline .content .left .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body > section .news .news-inline .content .left .img-box img {
  width: 100%;
  height: 100%;
}
body > section .news .news-inline .content .left .img-box .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  padding: 9px 0;
  background-color: #00C1DE;
  color: #fff;
  text-align: center;
}
body > section .news .news-inline .content .left .img-box .date > div {
  font-size: 24px;
}
body > section .news .news-inline .content .left .img-box .date > div + div {
  font-size: 14px;
}
body > section .news .news-inline .content .left a:hover .title {
  color: #00C1DE;
}
body > section .news .news-inline .content .left a .title {
  margin: 18px 0 14px;
  font-size: 18px;
  color: #373d41;
  transition: 0.4s;
}
body > section .news .news-inline .content .left a .title:hover {
  color: #00C1DE;
}
body > section .news .news-inline .content .left a .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #5f6367;
  margin-bottom: 20px;
}
body > section .news .news-inline .content .left .more {
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  color: #9b9ea0;
  border: 1px solid #e2e2e2;
  text-transform: uppercase;
}
body > section .news .news-inline .content .left .more:hover {
  background-color: #00C1DE;
  border: 1px solid #00C1DE;
  color: #fff;
  transition: 0.6s;
}
body > section .news .news-inline .content .right ul li a {
  display: flex;
}
body > section .news .news-inline .content .right ul li a:hover .date {
  color: #fff;
  background-color: #00C1DE;
  border: 1px solid #00C1DE;
}
body > section .news .news-inline .content .right ul li a:hover .date > div {
  color: #fff;
}
body > section .news .news-inline .content .right ul li a:hover .date > div + div {
  color: #fff;
}
body > section .news .news-inline .content .right ul li a:hover .news-box .title {
  color: #00C1DE;
  transform: translatex(-10px);
}
body > section .news .news-inline .content .right ul li a:hover .news-box .describe {
  transform: translatex(-10px);
}
body > section .news .news-inline .content .right ul li a .date {
  width: 72px;
  height: 72px;
  padding: 9px 0;
  margin: 18px 0;
  background-color: #fff;
  text-align: center;
  border: 1px solid #e2e2e2;
  transition: .4s;
}
body > section .news .news-inline .content .right ul li a .date > div {
  color: #373d41;
  font-size: 24px;
}
body > section .news .news-inline .content .right ul li a .date > div + div {
  color: #9b9ea0;
  font-size: 14px;
}
body > section .news .news-inline .content .right ul li a .news-box {
  flex: 1;
  margin-left: 30px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  body > section .news .news-inline .content .right ul li a .news-box {
    margin-left: 0;
  }
}
body > section .news .news-inline .content .right ul li a .news-box .title {
  font-size: 18px;
  line-height: 18px;
  margin: 17px 0;
  color: #373d41;
  transition: .4s;
}
body > section .news .news-inline .content .right ul li a .news-box .describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #5f6367;
  margin: 17px 0;
  transition: .4s;
}
