@import url(rest.css);
.radiusStyle, .superiority, .superiority .item:hover::before, .service .service-outline, .service .service-content .item, .impower .tab-content .content .pic img, .online, .solve-list li, .huawei-cooperation ul li, .container, .news-list-page .item .item-pic img, .about-page .introductory .mask-pic .item .architect, .about-page .introductory .mask-pic .item img, .join-process ul.process li .box, .join-process .join-form, .activity-list ul li {
  border-radius: 8px;
}

.shadowStyle, .superiority .item:hover::before, .service .service-content .item:hover, .impower .tab li::before, .online, .activity-list ul li:hover {
  box-shadow: rgba(207, 228, 255, 0.75) 0px 8px 16px;
}

.ellipsis, .news .content .news-list ul li .name, .activity-list ul li .info .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.ellipsis-2, .news .content .headline .info a, .news .content .news-list ul li .decs, .footer .foot .about-item p, .news-list-page .item .item-content .decs, .activity-list ul li .info .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  /* IE9 */
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg?#iconfont") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.ttf");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 90px;
  position: absolute;
  z-index: 50;
  transition: 0.4s ease-in-out background;
  top: 0;
}

header .wrapper {
  height: inherit;
  display: grid;
  grid-template-columns: repeat(1, 1.5fr 3fr 1fr);
  align-items: center;
  max-width: 90%;
}

header .logo {
  background-image: url(../images/logo-text-white.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 298px;
  height: 32px;
  padding-right: 30px;
}

header .nav {
  height: inherit;
}

header .nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-evenly;
}

header .nav ul li {
  position: relative;
  height: inherit;
  display: flex;
  align-items: center;
}

header .nav ul li.special a {
  color: #fff;
  background-color: #ff6a00;
  border-radius: 4px;
}

header .nav ul li.current {
  font-weight: bold;
  color: #fff;
}

header .nav ul li.current::before {
  content: '';
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

header .nav ul li a {
  padding: 0 12px;
  color: #e7f3ff;
  font-size: 18px;
}

header .tel {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  justify-self: end;
}

header .tel .tel-icon {
  transform: rotate(-90deg);
  margin-right: 5px;
}

header .tel .tel-icon::before {
  content: '\e61c';
  font-size: 20px;
}

header.sticky, header.static {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(13, 35, 53, 0.1);
}

header.sticky .logo, header.static .logo {
  background-image: url(../images/logo-text-primary.png);
}

header.sticky .tel, header.static .tel {
  color: #1b7ffb;
}

header.sticky .nav ul li.special a, header.static .nav ul li.special a {
  color: #fff;
}

header.sticky .nav ul li a, header.static .nav ul li a {
  color: #0d2335;
}

header.sticky .nav ul li a:hover, header.static .nav ul li a:hover {
  color: #1b7ffb;
}

header.sticky .nav ul li.current a, header.static .nav ul li.current a {
  color: #1b7ffb;
}

header.sticky .nav ul li.current::before, header.static .nav ul li.current::before {
  background-color: #1b7ffb;
}

header.static {
  position: static;
}

.banner {
  overflow: hidden;
  position: relative;
  height: 645px;
}

.banner .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .swiper-slide .slide-content {
  text-align: center;
}

.banner .swiper-slide .slide-content p {
  line-height: 40px;
  font-size: 48px;
  color: #fff;
  letter-spacing: 5px;
}

.banner .swiper-slide .slide-content p.solgn {
  font-size: 48px;
  margin: 20px 0;
}

.banner .swiper-slide .slide-content p.solgn font {
  color: #ff6a00;
}

.banner .swiper-slide .slide-content p span {
  font-weight: lighter;
  font-size: 40px;
}

.banner .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(13, 35, 53, 0.75);
  content: '';
  display: block;
}

.banner .swiper-container {
  height: 100%;
}

.banner .swiper-container .swiper-wrapper {
  height: inherit;
}

.banner .swiper-pagination {
  bottom: 95px;
  z-index: 91;
  width: 100%;
  height: 20px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 6px;
  outline: none;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1b7ffb;
  width: 24px;
  transition: 0.4s ease-in;
}

.banner .praise-box {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  bottom: 120px;
  z-index: 90;
  height: 32px;
}

.banner .praise-box .praise {
  height: 32px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 90;
  display: flex;
  align-items: center;
  color: #e7f3ff;
  max-width: 280px;
}

.banner .praise-box .praise::before {
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.95);
  filter: blur(20px);
  content: '';
  height: inherit;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.banner .praise-box .praise .icon {
  width: 32px;
  height: 32px;
  background-color: #ff6a00;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-10deg);
  margin-right: 6px;
  font-size: 24px;
}

.banner .praise-box .praise .icon::before {
  content: '\e6ff';
  animation: jumpy 0.4s infinite;
}

.gradient-bg {
  background-image: linear-gradient(to bottom, #e7f3ff, #fff);
  background-image: -webkit-linear-gradient(to bottom, #e7f3ff, #fff);
}

.reverse-gradient-bg {
  background-image: linear-gradient(to bottom, #fff, #e7f3ff);
  background-image: -webkit-linear-gradient(to bottom, #fff, #e7f3ff);
}

.btn {
  font-size: 14px;
  color: #0d2335;
  overflow: hidden;
  line-height: 30px;
  position: relative;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  height: 32px;
}

.btn font {
  position: relative;
  z-index: 2;
}

.btn .arrow {
  position: relative;
  z-index: 2;
}

.btn .arrow::before {
  content: '\e632';
  font-family: "iconfont";
  font-size: 18px;
}

.btn::after {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  content: '';
  display: inline-block;
  background-color: #1b7ffb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s ease-in-out;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.btn:hover::after, .btn:focus::after {
  width: 100%;
}

.superiority {
  background-color: #fff;
  height: 200px;
  position: relative;
  margin-top: -50px;
  z-index: 90;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.superiority .item {
  width: 33.333333%;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}

.superiority .item:first-of-type .name {
  color: #ff6a00;
}

.superiority .item:first-of-type .tag {
  background-color: rgba(255, 106, 0, 0.1);
  color: rgba(255, 106, 0, 0.75);
}

.superiority .item:first-of-type:hover .tag {
  color: #758ca0;
  background-color: #e7f3ff;
}

.superiority .item:first-of-type .btn::after {
  background-color: #ff6a00;
}

.superiority .item:not(:last-child)::after {
  content: '';
  width: 1px;
  top: 30px;
  bottom: 30px;
  right: 0;
  background-color: #e7f3ff;
  position: absolute;
  display: inline-block;
  z-index: -2;
}

.superiority .item::before {
  content: '';
  top: 0;
  bottom: 0;
  transition: transform 0.4s ease-in-out;
  opacity: 0;
}

.superiority .item:hover::before {
  background-color: #1b7ffb;
  transition: all 0.4s ease-in-out;
  left: 0;
  top: -8px;
  bottom: -8px;
  right: 0;
  content: '';
  position: absolute;
  z-index: -1;
  opacity: 1;
}

.superiority .item:hover .name {
  color: #e7f3ff;
}

.superiority .item:hover .btn::after {
  background-color: #e7f3ff;
}

.superiority .item:hover .btn:hover, .superiority .item:hover .btn:focus {
  color: #0d2335;
}

.superiority .item .tag {
  background-color: #e7f3ff;
  padding: 5px 10px;
  color: #758ca0;
  font-size: 11px;
  border-radius: 3px;
  line-height: 0;
}

.superiority .item .name {
  font-size: 22px;
  color: #0d2335;
  line-height: 26px;
  margin-top: 20px;
}

.superiority .item .btn {
  margin-top: 40px;
  max-width: 60px;
}

.section-tit {
  font-size: 28px;
  color: #0d2335;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 30px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-tit smalll {
  color: #1b7ffb;
  font-size: 14px;
  text-transform: uppercase;
}

.service {
  display: grid;
  grid-template-columns: 310px auto;
  grid-template-rows: 100%;
  column-gap: 15px;
  padding-bottom: 80px;
}

.service .service-outline {
  width: 310px;
  height: 445px;
  background-image: url(../images/service-bg.png);
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.service .service-outline span {
  font-size: 22px;
  color: #e7f3ff;
}

.service .service-outline ul {
  margin-top: 40px;
}

.service .service-outline ul li {
  color: #e7f3ff;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 0;
}

.service .service-outline ul li font {
  font-family: Bahnschrift;
  font-weight: lighter;
  padding-right: 10px;
}

.service .service-outline .btn {
  max-width: 85px;
  color: #e7f3ff;
}

.service .service-outline .btn font, .service .service-outline .btn span {
  z-index: 5;
}

.service .service-outline .btn::after {
  background-color: #0d2335;
  z-index: 0;
}

.service .service-outline .btn:hover {
  color: #e7f3ff;
}

.service .service-content {
  display: grid;
  grid-template-rows: 215px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.service .service-content .item {
  width: 100%;
  background: #fff;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.4s ease-in;
}

.service .service-content .item:hover {
  transform: translateY(-10px);
}

.service .service-content .item:hover::after {
  bottom: 10px;
}

.service .service-content .item::after {
  content: attr(data-num);
  color: #e7f3ff;
  position: absolute;
  bottom: 0;
  right: 20px;
  font-family: Bahnschrift;
  font-size: 60px;
  line-height: 15px;
  font-weight: lighter;
  letter-spacing: -5px;
  transition: 0.4s ease-in;
  animation-delay: 0.5s;
}

.service .service-content .item .name {
  font-size: 18px;
  color: #0d2335;
}

.service .service-content .item ul {
  margin-top: 15px;
}

.service .service-content .item ul li {
  color: #758ca0;
}

.service .service-content .item ul li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: #fff 3px  solid;
  box-shadow: #cfe4ff 0 4px 8px;
  display: inline-flex;
  background-color: #1b7ffb;
  margin-right: 5px;
}

.service .service-content .item:last-child ul {
  display: flex;
  flex-wrap: wrap;
}

.partner {
  background-image: url(../images/partner-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 340px;
}

.partner .wrapper {
  padding: 70px 20px;
  display: flex;
  box-sizing: border-box;
}

.partner .title {
  font-size: 78px;
  color: #1b7ffb;
  font-family: Bahnschrift;
  line-height: 50px;
  font-weight: lighter;
}

.partner .title small {
  color: #e7f3ff;
  display: block;
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.partner .decs {
  color: #e7f3ff;
  font-size: 22px;
  margin-top: 45px;
  line-height: 35px;
  margin-left: 20px;
}

.partner .decs span {
  display: block;
}

.impower {
  display: grid;
  grid-template-columns: 265px auto;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.impower .tab {
  align-self: end;
  width: 256px;
  min-height: 270px;
  padding-bottom: 30px;
}

.impower .tab li {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  padding: 13px 0;
  display: block;
  cursor: pointer;
}

.impower .tab li::after {
  content: '\e632';
  font-family: iconfont;
  z-index: 5;
  position: absolute;
  right: 0;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.impower .tab li.active, .impower .tab li:hover {
  color: #1b7ffb;
  font-weight: bold;
}

.impower .tab li.active::before, .impower .tab li:hover::before {
  width: 100%;
}

.impower .tab li.active::after, .impower .tab li:hover::after {
  opacity: 1;
  right: 10px;
}

.impower .tab li span {
  z-index: 5;
  position: relative;
  margin-right: 15px;
}

.impower .tab li font {
  z-index: 5;
  position: relative;
}

.impower .tab li::before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  transition: 0.4s ease-in-out;
}

.impower .tab-content {
  margin-left: 50px;
}

.impower .tab-content .item {
  display: none;
}

.impower .tab-content .item.show {
  display: block;
}

.impower .tab-content .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.impower .tab-content .content .pic {
  width: 325px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-top: -90px;
}

.impower .tab-content .content .pic img {
  width: 100%;
  display: block;
}

.impower .tab-content .content .info {
  flex: 1;
  padding-left: 70px;
  padding-bottom: 30px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: 270px;
}

.impower .tab-content .content .info .name {
  color: #0d2335;
  font-size: 18px;
  margin-bottom: 35px;
}

.impower .tab-content .content .info p {
  color: #758ca0;
  line-height: 22px;
}

.impower .tab-content .content .info .btn {
  max-width: 75px;
}

.client {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.client::before, .client::after {
  width: 60px;
  height: 225px;
  background-image: -webkit-linear-gradient(#f9fdff, #e7f3ff);
  position: absolute;
  left: 0px;
  bottom: 0;
  content: '';
  border-top-left-radius: 8px;
  z-index: 5;
}

.client::after {
  right: 0px;
  left: initial;
  border-top-right-radius: 8px;
  border-top-left-radius: 0px;
}

.client .swiper-container {
  margin: 0 60px;
  position: relative;
}

.client .swiper-slide {
  background-image: -webkit-linear-gradient(#fff, #f9fdff);
  height: 270px;
  box-sizing: border-box;
  padding: 45px 45px 20px 45px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.client .swiper-slide .logo-img {
  width: 140px;
  height: 45px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client .swiper-slide .logo-img img {
  max-width: 100%;
}

.client .swiper-slide p {
  color: #758ca0;
  line-height: 24px;
  height: 70px;
  overflow: hidden;
}

.client .swiper-slide a {
  color: #1b7ffb;
  align-self: flex-end;
}

.client .swiper-button-next, .client .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #758ca0;
  margin-top: 20px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  outline: none;
}

.client .swiper-button-next:hover, .client .swiper-button-prev:hover {
  background-color: #1b7ffb;
}

.client .swiper-button-next {
  right: 10px;
}

.client .swiper-button-next::before {
  content: '\e632';
  font-family: iconfont;
  font-size: 24px;
  color: #fff;
}

.client .swiper-button-prev {
  left: 10px;
}

.client .swiper-button-prev::before {
  content: '\e632';
  font-family: iconfont;
  font-size: 24px;
  color: #fff;
  transform: rotate(180deg);
}

.news {
  background-color: #fff;
  padding-bottom: 80px;
}

.news .content {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 350px auto;
  column-gap: 40px;
}

.news .content .headline {
  width: 350px;
}

.news .content .headline .cover-pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 6px;
}

.news .content .headline .cover-pic img {
  max-width: 100%;
  display: block;
}

.news .content .headline .info .small-tit {
  color: #758ca0;
  font-size: 12px;
  line-height: 22px;
  margin: 20px 0;
}

.news .content .headline .info .small-tit span.tag {
  color: #1b7ffb;
  margin-right: 10px;
  position: relative;
  padding-left: 10px;
}

.news .content .headline .info .small-tit span.tag font {
  z-index: 2;
  position: relative;
}

.news .content .headline .info .small-tit span.tag::before {
  width: 30px;
  height: 20px;
  border-radius: 15px;
  background-color: #e7f3ff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.news .content .headline .info a {
  color: #0d2335;
  line-height: 24px;
  display: block;
  font-size: 16px;
}

.news .content .headline .info a:hover {
  text-decoration: underline;
}

.news .content .news-list {
  align-self: center;
}

.news .content .news-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .content .news-list ul li {
  width: 48%;
}

.news .content .news-list ul li .small-tit {
  color: #758ca0;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
}

.news .content .news-list ul li .small-tit span.tag {
  color: #1b7ffb;
  margin-right: 10px;
  position: relative;
  padding-left: 10px;
}

.news .content .news-list ul li .small-tit span.tag font {
  z-index: 2;
  position: relative;
}

.news .content .news-list ul li .small-tit span.tag::before {
  width: 30px;
  height: 20px;
  border-radius: 15px;
  background-color: #e7f3ff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.news .content .news-list ul li:hover .name::before {
  width: 100%;
  right: 0;
}

.news .content .news-list ul li .name {
  height: auto;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news .content .news-list ul li .name::after {
  content: '';
  background-color: #e7f3ff;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
}

.news .content .news-list ul li .name::before {
  content: '';
  width: 10%;
  background-color: #0d2335;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.news .content .news-list ul li .name a {
  color: #0d2335;
  font-size: 16px;
  box-sizing: border-box;
}

.news .content .news-list ul li .name a:hover {
  text-decoration: underline;
}

.news .content .news-list ul li .decs {
  color: #758ca0;
  line-height: 22px;
  display: block;
  min-height: 50px;
}

.news .content .news-list ul li .decs:hover {
  color: #1b7ffb;
}

.news .content .news-list .btn {
  max-width: 105px;
  margin: 40px auto 0 auto;
}

.footer {
  background-color: #091a29;
}

.footer .foot {
  padding: 40px 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer .foot .small-tit {
  font-size: 16px;
  color: #feffff;
  display: block;
  margin-bottom: 30px;
}

.footer .foot .contact-item li {
  color: #758ca0;
  margin-bottom: 20px;
  line-height: 20px;
}

.footer .foot .contact-item li span {
  font-style: oblique;
  width: 50px;
  display: inline-block;
}

.footer .foot .contact-item li .tel {
  color: #fff;
  font-size: 28px;
}

.footer .foot .attention-item {
  justify-self: center;
  text-align: center;
}

.footer .foot .attention-item ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.footer .foot .attention-item ul li {
  margin: 0 10px;
}

.footer .foot .attention-item ul li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #758ca0;
  display: block;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .foot .link-item {
  justify-self: center;
}

.footer .foot .link-item ul li a {
  color: #758ca0;
}

.footer .foot .link-item ul li a:hover {
  color: #f9fdff;
}

.footer .foot .about-item {
  padding-left: 40px;
}

.footer .foot .about-item p {
  color: #758ca0;
  text-indent: 2em;
  -webkit-line-clamp: 3;
}

.footer .foot .about-item .btn {
  max-width: 105px;
  color: #f9fdff;
  display: block;
  margin: 30px auto 0 auto;
}

.copyright {
  height: 60px;
  background-color: #05121d;
  color: #758ca0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.online {
  position: fixed;
  right: 30px;
  top: 50%;
  z-index: 100;
  width: 80px;
  background-color: #fff;
}

.online:hover .customer-info {
  display: block;
}

.online .customer {
  width: 40px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: #1b7ffb;
  border-radius: 20px;
  color: #e7f3ff;
  flex-direction: column;
  padding: 8px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  position: relative;
  z-index: 100;
  margin-left: 5px;
}

.online .customer span {
  margin-bottom: 10px;
  margin-top: 15px;
}

.online .customer-info {
  width: 240px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: rgba(207, 228, 255, 0.5) 0px 4px 8px;
  background-color: #fff;
  position: absolute;
  z-index: 90;
  right: 45px;
  top: 0;
  display: none;
  cursor: pointer;
}

.online .customer-info .item {
  margin-bottom: 15px;
  color: #0d2335;
}

.online .customer-info .item span {
  font-size: 16px;
  margin-right: 8px;
}

.online .customer-info .item a {
  display: flex;
  align-items: center;
  color: #0d2335;
}

.online .customer-info .item .num {
  color: #1b7ffb;
  padding-left: 25px;
  line-height: 18px;
}

.online .customer-info .wechat {
  text-align: center;
}

.online .customer-info .wechat img {
  width: 90px;
  height: 90px;
  border: #fff 4px solid;
  box-shadow: rgba(207, 228, 255, 0.5) 0px 4px 8px;
  border-radius: 6px;
}

.online .customer-info .wechat p {
  margin-top: 8px;
  line-height: 16px;
}

.online .customer-info .wechat p span {
  display: block;
  color: #758ca0;
}

.online .customer-info .tel {
  text-align: center;
}

.online .customer-info .tel .num {
  font-size: 22px;
  display: block;
  color: #1b7ffb;
}

.online .customer-info .btn-box {
  margin-bottom: 30px;
}

.online .customer-info .btn-box a {
  height: 40px;
  width: 80%;
  background-color: #ff6a00;
  color: #fff;
  margin: 0px auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(20px);
  transition: 0.4s linear;
}

.online .customer-info .btn-box a:hover {
  transform: translateY(15px);
}

.online .item {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.online .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0d2335;
}

.online .item:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.online .item:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.online .item .tel-show {
  width: 240px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: rgba(207, 228, 255, 0.5) 0px 4px 8px;
  background-color: #fff;
  position: absolute;
  z-index: 90;
  right: 80px;
  top: 0;
  display: none;
  cursor: pointer;
}

.online .item .tel-show .tel {
  text-align: center;
  color: #0d2335;
}

.online .item .tel-show .tel .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.online .item .tel-show .tel .iconfont {
  color: #0d2335;
}

.online .item .tel-show .tel .num {
  font-size: 22px;
  display: block;
  color: #1b7ffb;
}

.online .item:hover {
  background-color: #1b7ffb;
  color: #fff;
}

.online .item:hover a {
  color: #fff;
}

.online .item:hover .iconfont {
  color: #fff;
}

.online .item:hover .tel-show {
  display: block;
}

.online .item:not(:last-child)::after {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e7f3ff;
  height: 1px;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
}

.online .item .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #1b7ffb;
}

.online .item .iconfont.al {
  font-size: 28px;
}

.sub-banner {
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box;
  background-attachment: fixed;
  font-size: 28px;
  color: #e7f3ff;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 30px;
  justify-content: center;
}

.sub-banner font {
  position: relative;
  z-index: 10;
}

.sub-banner small {
  color: #758ca0;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.sub-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(13, 35, 53, 0.5);
  content: '';
  display: block;
  z-index: 1;
}

.column-menu {
  background-color: #e7f3ff;
  height: 60px;
}

.column-menu ul {
  width: 100%;
  max-width: 1180px;
  display: flex;
  margin: 0 auto;
  height: inherit;
}

.column-menu ul li {
  height: 100%;
  width: 50%;
}

.column-menu ul li.current {
  background-color: #fff;
}

.column-menu ul li.current a {
  color: #1b7ffb;
}

.column-menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #0d2335;
  text-align: center;
}

.column-menu ul li a span {
  font-size: 24px;
  margin-right: 8px;
}

.challenge {
  background-color: #fff;
}

.challenge .content {
  padding: 80px 0;
}

.challenge .content ul {
  display: flex;
  margin-top: 40px;
}

.challenge .content ul li {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 40px;
}

.challenge .content ul li span {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.challenge .content ul li span img {
  width: 100%;
  display: block;
}

.challenge .content ul li .name {
  font-size: 18px;
  margin-bottom: 15px;
}

.challenge .content ul li p {
  color: #758ca0;
  line-height: 22px;
  text-align: center;
}

.challenge .content h3 {
  font-size: 28px;
  text-align: center;
}

.solve {
  background: url(../images/solve-bg.jpg) no-repeat center top;
  background-position: fiexd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 160px;
  width: 100%;
  margin: 0 auto;
}

.solve.solve1 {
  background-image: url(../images/solve-bg.png);
}

.solve.solve1 h3 {
  color: #fff;
}

.solve h3 {
  font-size: 28px;
  color: #0d2335;
}

.solve p {
  color: #758ca0;
}

.solve-list {
  padding: 80px 0 60px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 30px;
}

.solve-list li {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.4s ease-in;
  box-shadow: rgba(13, 35, 53, 0.08) 0 2px 4px;
}

.solve-list li:nth-child(3n) {
  margin-right: 0;
}

.solve-list li:hover {
  box-shadow: rgba(207, 228, 255, 0.5) 0 4px 8px;
  transform: translateY(-10px);
}

.solve-list li:hover span {
  background-color: #1b7ffb;
}

.solve-list li span {
  width: 48px;
  height: 48px;
  background-color: #758ca0;
  border-radius: 4px;
  margin-bottom: 16px;
  font-family: Bahnschrift;
  color: #e7f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.solve-list li .name {
  font-size: 18px;
  margin-bottom: 15px;
}

.solve-list li p {
  color: #758ca0;
  line-height: 22px;
}

.huawei-activity {
  padding-top: 80px;
}

.huawei-activity .solve-list {
  padding-top: 40px;
}

.huawei-activity .solve-list li {
  background: #fdfdfd url(../images/hd-bg.png) no-repeat top right;
  box-shadow: none;
  border: #e5e5e5 1px solid;
}

.huawei-activity .solve-list li a {
  display: flex;
  color: #ff6a00;
  margin-top: 20px;
}

.huawei-activity .solve-list li a:after {
  content: '\e632';
  font-family: "iconfont";
  font-size: 18px;
  line-height: 28px;
}

.huawei-cooperation {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.huawei-cooperation ul {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}

.huawei-cooperation ul li {
  background-color: #e7f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;
  transition: 0.4s linear;
  border: transparent 1px solid;
}

.huawei-cooperation ul li:hover {
  background-color: #fff;
  border: #e5e5e5 1px solid;
  transform: translateY(-10px);
}

.huawei-cooperation ul li .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.huawei-cooperation ul li .icon img {
  width: 100%;
  display: block;
}

.huawei-cooperation ul li .name {
  font-size: 18px;
  margin-bottom: 30px;
}

.huawei-cooperation ul li p {
  color: #758ca0;
  line-height: 22px;
}

.huawei-flow {
  background-color: #fff;
}

.huawei-flow ul {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
  padding-bottom: 80px;
}

.huawei-flow ul li {
  color: #666;
  cursor: default;
  margin: 0 3px;
  padding: 10px 10px 10px 30px;
  width: 25%;
  height: 100px;
  position: relative;
  border: #e5e5e5 1px solid;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s linear;
}

.huawei-flow ul li span {
  display: block;
  font-size: 18px;
  color: #1b7ffb;
}

.huawei-flow ul li::before, .huawei-flow ul li::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #fff;
  z-index: 2;
  transition: border-color 0.2s ease;
}

.huawei-flow ul li::before {
  right: auto;
  left: -5px;
  border-left: 20px solid #e5e5e5;
  z-index: 0;
}

.huawei-flow ul li:first-of-type::before {
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 4px;
}

.huawei-flow ul li font {
  font-family: Bahnschrift;
  position: absolute;
  font-size: 24px;
  top: 0;
  right: 20px;
  z-index: 8;
}

.aside {
  width: 310px;
  margin-top: 80px;
  float: left;
}

.aside.sticky, header.aside.static {
  position: fixed;
  top: 0;
  margin-top: 0;
}

.aside .aside-menu {
  border-right: #e7f3ff 1px solid;
}

.aside .aside-menu li {
  height: 60px;
  font-size: 16px;
  position: relative;
}

.aside .aside-menu li:hover::before, .aside .aside-menu li:hover::before, .aside .aside-menu li.active::before, .aside .aside-menu li.active::before {
  width: 100%;
}

.aside .aside-menu li:hover a, .aside .aside-menu li.active a {
  color: #1b7ffb;
}

.aside .aside-menu li::before {
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(left, #f9fdff, #e7f3ff);
  content: '';
  display: block;
  z-index: -1;
  transition: width 0.4s ease-in-out;
}

.aside .aside-menu li a {
  height: inherit;
  align-items: center;
  display: flex;
  color: #0d2335;
}

.aside .aside-menu li a span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: #fff 3px  solid;
  box-shadow: #cfe4ff 0 4px 8px;
  display: inline-flex;
  background-color: #1b7ffb;
  margin-right: 8px;
}

.container {
  margin-top: 80px;
  background: #fff;
  width: calc(100% - 310px);
  float: right;
  margin-bottom: 80px;
  border-top-left-radius: 0;
  box-shadow: rgba(207, 228, 255, 0.8) 0 2px 4px;
}

.news-list-page {
  margin: 50px;
}

.news-list-page .item {
  position: relative;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.news-list-page .item:hover::after {
  background-color: #0d2335;
  width: 100%;
}

.news-list-page .item::after, .news-list-page .item::before {
  width: 0;
  height: 1px;
  background-color: #e7f3ff;
  content: '';
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  transition: 0.4s ease-in-out;
}

.news-list-page .item::before {
  width: 100%;
}

.news-list-page .item .item-time {
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: #e7f3ff 1px solid;
}

.news-list-page .item .item-time .day {
  font-size: 48px;
  color: #0d2335;
  font-family: Bahnschrift;
  line-height: 48px;
}

.news-list-page .item .item-time .line {
  font-size: 36px;
  color: #758ca0;
  margin: 0 5px;
}

.news-list-page .item .item-time .year {
  color: #758ca0;
  line-height: 18px;
  display: block;
}

.news-list-page .item .item-pic {
  width: 240px;
  height: 144px;
}

.news-list-page .item .item-pic a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  width: inherit;
}

.news-list-page .item .item-pic img {
  width: 100%;
  display: block;
}

.news-list-page .item .item-content {
  flex: 1;
  padding-left: 50px;
}

.news-list-page .item .item-content .name {
  font-size: 16px;
}

.news-list-page .item .item-content .name a {
  color: #0d2335;
}

.news-list-page .item .item-content .name a:hover {
  text-decoration: underline;
}

.news-list-page .item .item-content .decs {
  color: #758ca0;
  margin-top: 20px;
  line-height: 24px;
}

.news-list-page .item .item-content .decs a {
  color: #758ca0;
}

.news-list-page .item .item-content .decs a:hover {
  color: #1b7ffb;
}

.pagination {
  text-align: center;
  display: block;
  margin: 20px auto 50px;
}

.pagination ul {
  box-sizing: border-box;
}

.pagination ul li {
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  min-width: 32px;
  margin: 0 5px;
}

.pagination ul li span {
  background-color: #FFF;
  text-align: center;
  display: block;
  width: inherit;
  height: inherit;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
}

.pagination ul li span.currentpage {
  color: #FFF;
  background-color: #1b7ffb;
  border-color: #1b7ffb;
  position: relative;
  z-index: 2;
}

.pagination ul li a span, .pagination ul li a:visited span {
  height: 100%;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}

.pagination ul li a:hover span, .pagination ul li a:active {
  color: #1b7ffb;
  text-decoration: none;
  border: 1px solid #1b7ffb;
}

.single-page {
  padding: 50px;
  line-height: 28px;
  font-size: 15px;
}

.single-page .head-title {
  text-align: center;
  padding-bottom: 30px;
}

.single-page .head-title h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
}

.single-page .head-title .time {
  color: #758ca0;
  margin-top: 10px;
}

.single-page h2 {
  font-size: 16px;
}

.pageswitch {
  height: auto;
  overflow: hidden;
  margin: 0 50px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.pageswitch a {
  float: left;
  width: 50%;
  transition: all ease-out .3s;
  line-height: 30px;
  position: relative;
  color: #758ca0;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pageswitch a:before {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  transition: all .3s ease-out 0s;
  text-align: center;
  line-height: 30px;
  border: #ddd 1px solid;
  border-radius: 4px;
  content: '\e632';
  font-family: "iconfont";
  font-size: 20px;
}

.pageswitch a.prev:before {
  left: 0;
  display: block;
  transform: rotate(-180deg);
}

.pageswitch a:hover {
  padding-left: 50px;
  text-decoration: underline;
  color: #1b7ffb;
}

.pageswitch a:hover:before {
  left: 10px;
  border: #1b7ffb 1px solid;
  content: '\e632';
  font-family: "iconfont";
}

.pageswitch a.next {
  text-align: right;
  padding-right: 40px;
  padding-left: 20px;
}

.pageswitch a.next:before {
  display: block;
  left: auto;
  right: 0;
}

.pageswitch a.next:hover {
  padding-right: 50px;
}

.pageswitch a.next:hover:before {
  right: 10px;
}

.about-page {
  margin: 80px 0;
}

.about-page .introductory {
  display: flex;
  justify-content: space-between;
}

.about-page .introductory .mask-pic {
  width: 570px;
  display: grid;
  grid-template-rows: 230px 205px;
  grid-template-columns: 350px 180px;
  row-gap: 20px;
  column-gap: 20px;
}

.about-page .introductory .mask-pic .item {
  width: 100%;
  height: 100%;
  text-align: center;
}

.about-page .introductory .mask-pic .item .architect {
  background-color: #1b7ffb;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7f3ff;
  flex-direction: column;
  line-height: 40px;
  width: 100%;
}

.about-page .introductory .mask-pic .item .architect span {
  font-family: Bahnschrift;
  font-size: 48px;
  letter-spacing: -2px;
}

.about-page .introductory .mask-pic .item:last-child {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}

.about-page .introductory .mask-pic .item:nth-child(2) {
  display: flex;
  align-items: flex-end;
}

.about-page .introductory .info {
  padding-left: 80px;
  flex: 1;
  align-self: center;
}

.about-page .introductory .info h1 {
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 40px;
}

.about-page .introductory .info h1 span {
  display: block;
  color: #1b7ffb;
}

.about-page .introductory .info p {
  color: #758ca0;
  font-size: 15px;
  text-indent: 2em;
}

.join-process {
  padding: 80px 0;
  background-image: linear-gradient(to bottom, #e7f3ff, #fff);
}

.join-process h3 {
  font-size: 28px;
  text-align: center;
}

.join-process ul.process {
  width: 100%;
  max-width: 1180px;
  margin: 40px auto;
  display: flex;
}

.join-process ul.process li {
  position: relative;
  text-align: center;
  width: calc(100% / 5);
}

.join-process ul.process li span.tag {
  height: 60px;
  font-size: 22px;
  font-family: Bahnschrift;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #1b7ffb;
  border-bottom: rgba(13, 35, 53, 0.1) 1px solid;
  display: block;
  position: relative;
}

.join-process ul.process li span.tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: #fff 3px solid;
  box-shadow: #cfe4ff 0 4px 8px;
  display: inline-flex;
  background-color: #1b7ffb;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

.join-process ul.process li .box {
  width: 70%;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  padding: 30px 20px;
  color: #758ca0;
  line-height: 22px;
  text-align: left;
  min-height: 120px;
  box-shadow: rgba(207, 228, 255, 0.5) 0px 2px 4px;
}

.join-process ul.process li .box span {
  font-size: 16px;
  color: #0d2335;
  margin-bottom: 20px;
  display: block;
}

.join-process .join-form {
  background-color: #fff;
  max-width: 1140px;
  width: 100%;
  margin: 80px auto 0 auto;
  box-shadow: rgba(207, 228, 255, 0.5) 0px 2px 4px;
  display: flex;
  overflow: hidden;
}

.join-process .join-form .form {
  padding: 40px;
  width: 60%;
  box-sizing: border-box;
}

.join-process .join-form .form h6 {
  font-size: 28px;
  color: #0d2335;
  line-height: 30px;
  font-weight: normal;
}

.join-process .join-form .form h6 small {
  font-size: 14px;
  color: #758ca0;
  display: block;
  font-weight: normal;
  padding-top: 10px;
}

.join-process .join-form .form .container-box {
  margin-top: 40px;
}

.join-process .join-form .form .container-box ul li {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
}

.join-process .join-form .form .container-box ul li.percentage {
  width: 100%;
}

.join-process .join-form .form .container-box ul li label {
  line-height: 40px;
}

.join-process .join-form .form .container-box ul li input {
  border: rgba(13, 35, 53, 0.1) 1px solid;
  padding: 10px;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border-radius: 4px;
}

.join-process .join-form .form .container-box ul li input::placeholder {
  color: #758ca0;
}

.join-process .join-form .form .container-box ul li input:focus {
  border: #1b7ffb 1px solid;
  box-shadow: rgba(207, 228, 255, 0.75) 0 2px 4px;
}

.join-process .join-form .form .container-box .sumbit-btn {
  min-width: 160px;
  height: 50px;
  background-color: #1b7ffb;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 25px;
  margin-top: 30px;
}

.join-process .join-form .contact {
  flex: 1;
  background-color: #1b7ffb;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

.join-process .join-form .contact .item {
  margin-bottom: 60px;
  color: #e7f3ff;
  font-size: 18px;
  text-align: center;
}

.join-process .join-form .contact .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-process .join-form .contact .item span {
  font-size: 22px;
  margin-right: 8px;
}

.join-process .join-form .contact .item a {
  display: flex;
  align-items: center;
  color: #e7f3ff;
}

.join-process .join-form .contact .item .num {
  color: #e7f3ff;
  line-height: 18px;
  font-size: 30px;
}

.join-process .join-form .contact .wechat {
  text-align: center;
}

.join-process .join-form .contact .wechat img {
  width: 140px;
  height: 140px;
  border: #fff 8px solid;
  box-shadow: rgba(13, 35, 53, 0.1) 0px 8px 16px;
  border-radius: 6px;
}

.join-process .join-form .contact .wechat p {
  margin-top: 8px;
  line-height: 20px;
  color: #e7f3ff;
  margin-top: 15px;
}

.join-process .join-form .contact .wechat p span {
  display: block;
}

.activity-list {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.activity-list.activity-page {
  max-width: 100%;
  margin-top: 40px;
}

.activity-list.activity-page ul {
  grid-template-columns: repeat(3, calc( (100% - 80px) /3));
  gap: 40px;
}

.activity-list.activity-page ul li {
  box-shadow: rgba(207, 228, 255, 0.5) 0px 2px 4px;
}

.activity-list ul {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
  gap: 30px;
}

.activity-list ul li {
  background-color: #fff;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}

.activity-list ul li .cover-pic {
  width: 100%;
  overflow: hidden;
}

.activity-list ul li .cover-pic img {
  width: 100%;
  display: block;
}

.activity-list ul li .info {
  padding: 0 20px 20px;
}

.activity-list ul li .info .small-tit {
  color: #758ca0;
  font-size: 12px;
  line-height: 22px;
  margin: 20px 0 0;
}

.activity-list ul li .info .title {
  color: #0d2335;
  line-height: 24px;
  display: block;
  font-size: 16px;
}

.activity-list ul li .info .title:hover {
  text-decoration: underline;
}

.activity-list ul li .info .decs {
  color: #758ca0;
  line-height: 22px;
  display: block;
  margin-top: 20px;
}

.activity-list ul li .info .decs:hover {
  color: #1b7ffb;
}

.activity-list ul li:hover {
  transform: translateY(-10px);
}

.activity-list ul li:hover::after {
  bottom: 10px;
}

.activity-list .btn {
  max-width: 105px;
  margin: 40px auto 0;
}

.special-title {
  font-size: 28px;
  text-align: center;
}

.special-title span {
  line-height: 22px;
  color: #758ca0;
  font-size: 14px;
  display: block;
  font-weight: normal;
}

@keyframes jumpy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}

.nav-trigger {
  width: 26px;
  height: 16px;
  cursor: pointer;
  position: relative;
  right: 0;
  display: none;
}

.nav-trigger > span {
  width: 26px;
  height: 2px;
  background: #0d2335;
  display: block;
  position: absolute;
  transition: all .2s;
  transform: translate3d(0, 0, 0);
}

.nav-trigger .line-1 {
  top: 0px;
}

.nav-trigger .line-2 {
  top: 8px;
}

.nav-trigger .line-3 {
  top: 16px;
}

.mobile-side-bar-active .nav-trigger .line-1 {
  top: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-side-bar-active .nav-trigger .line-2 {
  opacity: 0;
}

.mobile-side-bar-active .nav-trigger .line-3 {
  top: 6px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .nav-trigger {
    display: block;
  }
  .nav-trigger > span {
    background-color: #fff;
  }
  .header.sticky .nav-trigger > span, header.header.static .nav-trigger > span {
    background-color: #0d2335;
  }
  .header .tel {
    display: none;
  }
  .header .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }
  .wrapper, .activity-list, .news .content, .footer .foot {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  html.mobile-side-bar-active .mobile-nav {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .header .mobile-nav {
    top: 0;
    left: -100%;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100% !important;
    background-color: transparent;
    transition: left 0.1s, background-color 0.3s;
    overflow-y: auto;
    z-index: 101;
  }
  .mobile-nav ul {
    width: 85%;
    background-color: #fff;
    padding: 24px;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    height: auto !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .mobile-nav ul li {
    justify-content: flex-start;
    height: 60px !important;
    position: relative;
    width: 100%;
  }
  .mobile-nav ul li.current::before {
    display: none;
  }
  .mobile-nav ul li a {
    padding: 0 !important;
  }
  .mobile-nav ul li:last-child::after {
    display: none;
  }
  .mobile-nav ul li::after {
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e7f3ff;
    position: absolute;
    content: '';
    display: block;
    height: 1px;
  }
  .mobile-nav ul li.special a {
    width: 100%;
    text-align: center;
    border-radius: 30px !important;
  }
}

@media (max-width: 1024px) {
  .aside {
    width: 240px;
    margin-top: 24px;
  }
  .container {
    width: calc(100% - 240px);
  }
  .container {
    margin-top: 24px;
  }
  .about-page {
    margin-top: 0;
  }
  .about-page .introductory .mask-pic {
    transform: scale(0.6);
    width: 360px;
    margin-left: -60px;
  }
  .about-page .superiority {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .online {
    width: 65px;
    right: 5px;
  }
  .online .item {
    height: 65px;
    font-size: 13px;
  }
  .header {
    position: fixed;
    height: 60px;
  }
  .header .logo {
    width: 128px;
    background-image: url(../images/logo-text-white-m.png) !important;
    background-size: 128px auto;
  }
  .header.sticky .logo, header.header.static .logo {
    width: 128px;
    background-image: url(../images/logo-text-primary-m.png) !important;
    background-size: 128px auto;
  }
  .banner {
    height: 400px;
    position: relative;
    overflow: i;
  }
  .banner .swiper-slide .slide-content p {
    letter-spacing: 0;
  }
  .banner .swiper-slide .slide-content p.solgn {
    font-size: 30px;
    margin: 0;
  }
  .banner .swiper-slide .slide-content p span {
    font-size: 26px;
  }
  .banner .praise-box {
    bottom: 48px;
  }
  .banner .swiper-pagination {
    bottom: 60px;
  }
  .wrapper, .activity-list, .news .content, .footer .foot, .praise-box {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .section-tit {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 22px;
  }
  .superiority {
    flex-direction: column;
    height: auto;
    background-color: transparent;
    padding-top: 16px;
    margin-top: 0;
  }
  .superiority .item {
    width: 100%;
    position: relative;
    padding: 16px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 8px;
  }
  .superiority .item .name {
    font-size: 18px;
  }
  .superiority .item:hover {
    background-color: transparent;
  }
  .superiority .item:last-child {
    margin-bottom: 0;
  }
  .superiority .item .btn {
    margin-top: 20px;
  }
  .superiority .item::after {
    top: initial !important;
    left: 0;
    width: 100% !important;
    height: 1px;
    bottom: 0 !important;
  }
  .service {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .service .service-outline {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 16px;
    background-size: cover;
  }
  .service .service-outline ul {
    margin-top: 24px;
  }
  .service .service-outline .btn {
    margin-top: 16px;
  }
  .service .service-content {
    display: none;
  }
  .partner {
    height: auto;
  }
  .partner .title {
    font-size: 40px;
  }
  .partner .title small {
    padding-bottom: 0;
  }
  .partner .decs {
    margin-left: 0;
    font-size: 16px;
    margin-top: 24px;
  }
  .partner .wrapper {
    padding: 24px 16px;
    flex-direction: column;
  }
  .impower {
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
  .impower .tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: auto;
    padding-bottom: 0;
  }
  .impower .tab li {
    width: 100%;
    height: 40px;
  }
  .impower .tab li::after {
    transform: rotate(90deg);
  }
  .impower .tab-content {
    margin-left: 0;
  }
  .impower .tab-content .content {
    flex-direction: column;
  }
  .impower .tab-content .content .pic {
    display: none;
  }
  .impower .tab-content .content .info {
    padding-left: 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    min-height: auto;
    box-sizing: border-box;
    width: 100%;
  }
  .impower .tab-content .content .info .name {
    margin-bottom: 16px;
  }
  .impower .tab-content .content .info .btn {
    margin-top: 24px;
  }
  .activity-list ul {
    grid-template-columns: 1fr;
  }
  .activity-list ul li {
    display: none;
  }
  .activity-list ul li:first-of-type {
    display: block;
  }
  .news {
    padding-bottom: 40px;
  }
  .news .headline {
    display: none;
  }
  .news .news-list ul {
    flex-direction: column;
  }
  .news .news-list ul li {
    width: 100% !important;
    margin-top: 24px;
  }
  .footer .foot {
    grid-template-columns: 1fr;
  }
  .footer .foot .link-item, .footer .foot .about-item {
    display: none;
  }
  .footer .foot .contact-item {
    text-align: center;
  }
  .footer .foot .contact-item li {
    margin-bottom: 0;
  }
  .footer .foot .contact-item .small-tit {
    display: none;
  }
  .copyright {
    text-align: center;
    line-height: 18px;
  }
  .sub-banner {
    height: 180px;
    font-size: 24px;
  }
  .sub-banner font {
    width: 80%;
    text-align: center;
  }
  .challenge .content {
    padding: 40px 0;
  }
  .challenge .content ul {
    flex-wrap: wrap;
  }
  .challenge .content ul li {
    width: 50%;
    margin-bottom: 24px;
  }
  .challenge .content ul li span {
    margin-bottom: 0;
  }
  .challenge .content h3 {
    font-size: 22px;
    font-weight: none;
  }
  .solve h3 {
    font-size: 22px;
  }
  .solve p {
    width: 80%;
    text-align: center;
  }
  .solve-list, .huawei-cooperation {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .solve-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .solve-list li {
    width: 100%;
    margin-right: 0;
    padding: 16px;
  }
  .huawei-activity {
    padding-top: 40px;
  }
  .huawei-cooperation ul {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }
  .huawei-cooperation ul li {
    padding: 24px 0;
    margin-bottom: 16px;
  }
  .huawei-cooperation ul li .icon {
    margin-bottom: 0;
  }
  .huawei-flow {
    padding-left: 16px;
    padding-right: 16px;
  }
  .huawei-flow ul {
    padding-bottom: 40px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .huawei-flow ul li {
    width: 50%;
    margin: 0;
  }
  .aside {
    float: initial;
    width: auto;
    margin-top: 24px;
  }
  .aside.sticky, header.aside.static {
    right: 0;
    left: 0;
    background-color: #f9fdff;
    z-index: 5;
    padding: 8px 16px;
  }
  .aside .aside-menu {
    border-right: 0;
    display: flex;
    justify-content: space-evenly;
  }
  .aside .aside-menu li {
    width: 33%;
    height: 40px;
  }
  .aside .aside-menu li::before {
    background: #1b7ffb;
    border-radius: 30px;
  }
  .aside .aside-menu li.active a, .aside .aside-menu li:hover a {
    color: #fff;
  }
  .aside .aside-menu li a {
    justify-content: center;
  }
  .aside .aside-menu li span {
    display: none !important;
  }
  .container {
    float: initial;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  .container .news-list-page {
    padding: 24px 0 0;
    margin: 24px;
  }
  .container .news-list-page .item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    flex-direction: column;
  }
  .container .news-list-page .item .item-time {
    display: none;
  }
  .container .news-list-page .item .item-content {
    padding-left: 0;
  }
  .container .news-list-page .item .item-content .name {
    line-height: 24px;
  }
  .container .news-list-page .item .item-pic {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .container .pagination {
    margin: 0;
  }
  .single-page {
    padding: 24px;
  }
  .single-page .head-title h1 {
    font-size: 22px;
  }
  .single-page img {
    max-width: 100%;
    display: block;
  }
  .about-page {
    margin: 24px 0;
  }
  .about-page .introductory {
    flex-direction: column;
  }
  .about-page .introductory .mask-pic {
    width: 100%;
    grid-template-columns: none;
    grid-template-rows: none;
    transform: scale(1);
    margin-left: 0;
  }
  .about-page .introductory .mask-pic .item:nth-child(2), .about-page .introductory .mask-pic .item:last-child {
    display: none;
  }
  .about-page .introductory .mask-pic .item img {
    width: 100%;
    display: block;
  }
  .about-page .introductory .info {
    padding-left: 0;
  }
  .about-page .introductory .info h1 {
    font-size: 24px;
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .about-page .superiority {
    margin-top: 40px !important;
  }
  .join-process {
    padding-top: 40px;
  }
  .join-process .process {
    padding: 0 16px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .join-process .process li {
    width: calc(100% / 2) !important;
    margin-bottom: 16px;
  }
  .join-process .process li .box {
    margin-top: 10px !important;
  }
  .join-process .join-form {
    margin-top: 40px;
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
  .join-process .join-form .form {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .join-process .join-form .form .container-box {
    margin-top: 24px;
  }
  .join-process .join-form .form .container-box ul li {
    margin-bottom: 0;
  }
  .join-process .join-form .form .container-box .sumbit-btn {
    width: 100%;
  }
  .join-process .join-form .contact {
    padding: 24px 0;
    margin-top: 24px;
  }
  .join-process .join-form .contact .item {
    margin-bottom: 24px;
  }
  .special-title {
    font-size: 22px;
    font-weight: none;
  }
}

@media (max-width: 480px) {
  .challenge .content {
    padding: 40px 0;
  }
  .challenge .content ul {
    flex-direction: column;
  }
  .challenge .content ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .challenge .content ul li span {
    margin-bottom: 0;
  }
  .solve-list {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 24px !important;
    margin-bottom: 24px;
  }
  .solve-list li {
    flex-direction: row;
  }
  .solve-list li .decs {
    flex: 1;
    padding-left: 15px;
  }
}
