/*首页内容样式*/
.modal_header {
  margin-top: 30px;
  text-align: center;
}
.close {
  position: relative;
  top: -7rem;
  right: 2rem;
}
.English-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-family: HiraKakuStd-W8;
  font-weight: normal;
  color: rgba(20, 20, 20, 1);
  letter-spacing: 1px;
}
.modal-name {
  font-size: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  letter-spacing: 1px;
}
.modal-body {
  padding: 0 4rem 1rem;
}
form .btn {
  display: block;
  width: 120px;
  height: 40px;
  background: rgba(5, 114, 255, 1);
  border-radius: 3px;
  margin: 20px auto;
}
.form-group {
  display: flex;
  align-items: center;
}
label {
  width: 140px;
  text-align: right;
}
.intention-desc-label {
  align-self: flex-start;
}
.banner-swiper-container {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.banner-swiper-container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.banner-swiper-pagination {
  position: absolute;
  bottom: -8%;
  right: -37%;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.banner-swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  margin-right: 6px;
}
.nav .nav-link {
  padding: 0.5rem 2rem;
}
.banner-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.dropleft {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 10;
}
.salesBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-left: 400px; */
  width: 72px;
  height: 72px;
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 72, 117, 0.12),
    0px 2px 4px -3px rgba(0, 53, 98, 0.1);
  border-radius: 4px !important;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #000;
  line-height: 17px;
}
.phone-img {
  margin-bottom: 7px;
  width: 26px;
  height: 26px;
}
.hideMenu {
  display: none;
}
.showMenu {
  display: block;
}
.dropleft .salesBtnMenu {
  position: absolute;
  top: -30px;
  right: 100px;
  width: 266px;
  height: 120px;
  padding-left: 22px;
  padding-top: 19px;
  border: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.dropleft .triangle {
  position: relative;
  width: 0;
  height: 0;
  border-width: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  transform: rotate(30deg);
  right: -85px;
  bottom: 70px;
  -ms-transform: rotate(30deg); /* IE 9 */
  -webkit-transform: rotate(30deg); /* Safari and Chrome */
  -o-transform: rotate(30deg); /* Opera */
  -moz-transform: rotate(30deg);
}
.dropleft .tips_title {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}
.dropleft .item {
  margin-bottom: 12px;
}

.container-fluid {
  padding: 0;
}
.transparant {
  background: transparent;
}

.navbar-expand-md .navbar-nav {
  margin-right: 6rem;
}
/* .header {
	border-bottom: 1px solid;
	border-image: linear-gradient(90deg,rgba(3,3,8,1) 0%,rgba(0,230,159,1) 49%,rgba(3,3,8,1) 100%) 30 50;
} */
#headerNavbarWrap .navbar-nav .nav-item:nth-child(1) a::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -12.5px;
  /* color: #fff !important;
  border-bottom: 2px solid #fff; */
}
.contact-btn {
  position: absolute;
  top: 70%;
  left: 19%;
  z-index: 2;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.content .title {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 70px;
  height: 45px;
  line-height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  text-align: center;
}
.line {
  width: 871px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.business-direction .row {
  /* margin-top: 56px; */
  margin-bottom: 52px;
}
.item-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.business-direction .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 302px;
  margin-right: 0 auto;
  /* margin-right: 80px; */
  margin-top: 30px;
  text-align: justify;
}
.business-direction .item:last-child {
  margin-right: 0;
}
.item-icon {
  width: 147px;
  height: 147px;
}
.sub-title {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 20px;
  height: 33px;
  font-size: 22px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  color: rgba(20, 20, 20, 1);
  line-height: 33px;
}
.item-desc {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #777;
  line-height: 24px;
}
.triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 18px solid;
  border-color: transparent transparent rgba(5, 114, 255, 1);
}
.methods {
  padding: 0;
}
.method-wrap {
  min-height: 330px;
  background: url("/static/assets/images/home/pic_home_pic_5.png");
}
.method-title {
  margin: 0 auto 48px auto;
  padding-top: 53px;
  padding-bottom: 48px;
  height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 45px;
  text-align: center;
}
.img-list {
  margin-bottom: 40px;
}
.img-list .img {
  width: 242px;
  height: 150px;
}
.method-list,
.img-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.method-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.method-icon {
  width: 69px;
  height: 80px;
}
.method-desc {
  margin-top: 25px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
}
/*大客户案例*/
.big-client-case .swiper-container {
  /* padding-top: 100px; */
}
.swiper-slide {
  position: relative;
}
.swiper-slides p {
  position: absolute;
  left: 25px;
  color: #fff;
  bottom: 10%;
}
.big-client-case .swiper-slide {
  display: flex;
  /* flex-wrap: wrap; */
}
.big-client-case a:hover {
  text-decoration: none;
  cursor: pointer;
}
.big-client-case .swiper-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 340px !important;
}
.big-client-case .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px !important;
  margin-right: 18px !important;
  background: rgba(245, 245, 245, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(20, 20, 20, 1);
  border-radius: 3px;
  opacity: 1;
}
.big-client-case .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(5, 114, 255, 1);
  color: rgba(255, 255, 255, 1);
}
.big-client-case {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 738px;
  padding-bottom: 100px;
}
.big-client-case .nav-item {
  border-radius: 3px;
  background: rgba(245, 245, 245, 1);
  margin-right: 44px;
}
.big-client-case .nav-item:last-child {
  margin-right: 0;
}
.big-client-case .nav-link {
  min-width: 120px;
  height: 40px;
  line-height: 25px;
  text-align: center;
  background: rgba(245, 245, 245, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(20, 20, 20, 1) !important;
}
.big-client-case .nav-item .active {
  color: rgba(255, 255, 255, 1) !important;
}
.big-client-case .nav-pills {
  margin-top: 60px;
}
.big-client-case .show {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.big-client-case .pane-img,
.big-client-case .pane-desc {
  width: 650px;
  height: 345px;
  margin-top: 40px;
  border-radius: 10px 0 0 10px;
}
.carousel-item .pane-img {
  width: 450px !important;
  object-fit: cover;
}
.big-client-case .pane-desc {
  /* margin-left: 30px; */
  padding: 15px;
  border-radius: 0 10px 10px 0;
  text-align: justify;
  /* border:1px solid rgba(20,20,20,1); */
  background: #fff;
}
.big-client-case .client-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.case-title {
  margin: 15px 0;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 33px;
}
.case-desc {
  /* 多行文本溢出省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(76, 76, 76, 1);
  line-height: 22px;
}

/*解决方案*/
.solution {
  max-height: 889px;
  /* padding-bottom: 100px; */
  /* background:rgba(248,251,255,1); */
}
.solution .tab-wrap {
  /* display: flex; */
  margin: 20px auto 0;
  max-width: 1200px;
  /* min-height: 550px; */
  height: auto;
  /* padding: 43px 0; */
  /* background:rgba(255,255,255,1); */
  /* box-shadow:0px 12px 18px 0px rgba(0,0,0,0.1); */
  /* border-radius:6px; */
}
.solution .nav-pills {
  /* min-height: 466px; */
  border-right: 1px solid rgba(229, 229, 229, 1);
}
.carousel {
  width: 100%;
}
.carousel .carousel-control-next {
  right: -12%;
}
.carousel .carousel-control-prev {
  left: -12%;
}
.kh2 .carousel-item {
  /* display: flex; */
  font-size: 0;
  text-align: center;
}
.carousel-control-next img,
.carousel-control-prev img {
  width: 30px;
}
.solution .nav-link {
  /* width: 200px;
	margin-left: 60px; */
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(76, 76, 76, 1) !important;
  line-height: 30px;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.solution .nav .active {
  color: #007bff !important;
  border-radius: 0;
  /* border-right: 2px solid #007bff; */
  background-color: transparent;
}
.solution .tab-content {
  margin-left: 47px;
  margin-right: 47px;
}
.pane-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.pane-header .btn {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  background: #0572ff;
  border-radius: 10px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.pane-header .check-more-btn {
  margin-right: 20px;
  background: rgba(255, 255, 255, 1);
  /* box-shadow:0px 7px 20px 0px rgba(0,0,0,0.1); */
  color: rgba(5, 114, 255, 1);
  border: 1px solid #007bff;
}
.solution .name {
  height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 45px;
}
.pane-headers {
  margin-top: 40px;
}
.solution-desc {
  /* margin: 0 200px; */
  margin-bottom: 30px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #777;
  line-height: 22px;
  text-align: center;
}
.function-desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.function-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 80px;
  /* margin-right: 17px; */
  /* margin-top: 18px; */
  background: rgba(245, 245, 245, 1);
  width: 120px;
  height: 120px;
  background: #ffffff;
  background: url("../images/home/bg-jj.png") no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
  border-radius: 6px;
}
.icons-ft {
  display: inline-block;
  width: 150px !important;
  height: 150px !important;
}
.p-text2 {
  margin-top: 0px !important;
}
.function-item:hover {
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.1);
}
.function-icon {
  width: 60px;
  height: 60px;
  /* margin-right: 16px; */
}
.p-text {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.function-name {
  width: 100px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(20, 20, 20, 1);
  line-height: 22px;
}

/*合作客户logo*/
.cooperate-client {
  max-height: 827px;
}
.cooperate-client-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
  margin-bottom: 50px;
}
.cooperate-client-logos {
  width: 100%;
  height: 100%;
}
.cooperate-client-logo {
  width: 176px;
  height: 104px;
  margin-right: 40px;
  margin-bottom: 22px;
}
.cooperate-client-img {
  max-width: 100%;
  max-height: 100%;
}

.brand-marketing {
  padding: 0;
  background: rgba(3, 3, 8, 1);
}

.marketing-img {
  width: 100%;
  height: 100%;
}
.abs-dian {
  top: 252px;
  left: -7px;
  width: 90px;
  z-index: -1;
}
/*一起思考*/
.think-content {
  /* display: flex; */
  /* justify-content: center; */
  position: relative;
  max-width: 1158px;
  min-height: 488px;
  height: auto;
  /* margin-top: 60px; */
  margin-bottom: 89px;
  /* text-align: center; */
  padding: 28px 23px 34px;
  /* background:rgba(255,255,255,1); */
  /* box-shadow:0px 12px 18px 0px rgba(0,0,0,0.1); */
  /* border-radius:6px; */
}
.think-img {
  width: 504px;
  height: 426px;
  margin-right: 36px;
  position: absolute;
  z-index: -1;
}
.think-desc {
  width: 60%;
  margin-top: 60px;
  float: right;
  padding: 28px 23px 34px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.think-desc a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0572ff !important;
  border-radius: 10px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1) !important;
}
.think-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 23px;
}
.think-sub-title {
  margin-bottom: 10px;
  height: 28px;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 28px;
}
.think-sub-content {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}
.connection {
  /* min-height:298px; */
  height: auto;
  /* background: url('/static/assets/images/home2/bg-f5.png'); */
  background-size: contain;
}
.connection-desc {
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 60px;
  height: 33px;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  color: #333;
  line-height: 33px;
}
.btn-wrap {
  display: flex;
  justify-content: center;

  background: url("/static/assets/images/home2/bg-f5.png") no-repeat;
  background-size: contain;
}
.btn-wrap2 {
  padding-bottom: 75px;
  padding-top: 25px;
}
.contact-staff-btn,
.counsel-btn {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.contact-staff-btn {
  border: 1px solid #007bff;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #007bff;
  line-height: 48px;
  background: #fff;
}
.counsel-btn {
  margin-left: 40px;
  background: rgba(5, 114, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.f1 .text-logo {
  font-size: 30px;
  font-weight: bold;
  /* line-height: 112px; */
  /* letter-spacing: 10px; */
}
.f1 .text-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  /* line-height: 146px; */
}
.f1 .text-ceng {
  margin-top: 45px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.f1 .btn {
  width: 120px;
  height: 40px;
  margin-top: 35px;
  font-size: 14px;
  color: #ffffff;
  background: #0572ff;
  box-shadow: 0px 8px 18px 4px rgba(0, 57, 134, 0.1);
  border-radius: 10px;
}
.f2,
.f2-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.f2-icon {
  justify-content: space-around;
  margin-top: 60px;
}
.f2 .item-ico {
  width: 250px;
  height: 250px;
  background-size: 100% !important;
}
.f2 .item-ico img {
  width: 60px;
  height: 60px;
}
.f2 .item-ico p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.f2-icon img {
  width: 90px;
  height: 90px;
}
.f2-icon p {
  font-size: 18px;
  margin-top: 15px;
}
.abs-btns {
  left: 28px;
  top: 260px;
  background: #007bff;
  border-radius: 10px;
}
.f3 {
  height: 800px;
  background-size: contain !important;
  background-position-x: center !important;
  margin-top: 30px;
}
.f3 .brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 138px;
}
.f3 .brand li:nth-child(3n) {
  margin-right: 0 !important;
}
.f3 .brand li:last-of-type {
  margin-right: 0 !important;
}
.f3 .brand li {
  width: 296px;
  height: 164px;
  padding: 30px;
  margin-bottom: 45px;
  margin-right: 45px;
  background: #ffffff;
  box-shadow: 0px 3px 15px 3px rgba(0, 25, 50, 0.01),
    0px 1px 0px 0px rgba(0, 50, 119, 0.01),
    0px 0px 11px 10px rgba(0, 36, 71, 0.01);
  /* box-shadow: 1px 4px 12px 1px rgba(0, 34, 63, 0.01); */
  border-radius: 10px;
}
.f3 .bg-icon {
  top: 39px;
  left: 36px;
  width: 100px;
  height: 150px;
  z-index: -1;
}
.f3 .bg-icon2 {
  bottom: 73px;
  right: 0;
  width: 100px;
  height: 150px;
  z-index: -1;
}
.f3 .brand li .content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #777;
  /* font-weight: bold; */
}
.bgt {
  bottom: -77px;
  right: 0px;
  width: 200px;
  height: 200px;
  background-color: #ff8e04;
  border-radius: 50%;
}
.bgt2 {
  display: inline-block;
  top: -37px;
  left: 35px;
  width: 76px;
}
.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
}
.kh-al .swiper-pagination-bullet {
  background-color: #ccc !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
.kh-al .swiper-container {
  overflow: initial !important;
}
.big-client-case .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007bff !important;
}
.big-client-case .swiper-pagination {
  bottom: -73px !important;
}
.icons {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #0572ff;
  border-radius: 0px 6px 0px 0px;
}
.brand li > p:first-of-type {
  font-weight: bold;
}
.pd {
  padding-bottom: 144px;
}
.d-flex {
  display: flex;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.w100 {
  width: 100%;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center {
  text-align: center;
}
.box {
  box-sizing: border-box;
}
.color-black {
  color: #000;
}
.ggoos {
  color: #000 !important;
}
.f6 .title {
  padding-top: 30px;
}
.f7 .title {
  padding-top: 100px;
}
.navbar-nav .nav-link {
  /* display: flex; */
  /* justify-content: center; */
}
.salesBtn2 {
  right: 30px;
  /* border-radius: 50%; */
  background: #fff !important;
  box-shadow: 0px 2px 8px 0px rgba(0, 26, 50, 0.19);
}
.salesBtn2 .phone-img {
  margin-bottom: 0px;

  width: 34px;
  height: 34px;
}
@media screen and (min-width: 1024px) {
  .solution-desc {
    /* margin: 0 200px; */
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .navbar-brand {
    margin-left: 1.8rem;
  }
  .item-wrap {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 1200px) {
  .f3 .brand li:nth-child(3n) {
    margin-right: 45px !important;
  }
  .f2 .item-ico {
    width: 200px;
    height: 200px;
  }
  .f1 .text-title {
    font-size: 20px;
  }
  .big-client-case .pane-img,
  .big-client-case .pane-desc {
    width: 500px;
    height: 278px;
    margin-top: 40px;
    border-radius: 10px 0 0 10px;
  }
  .abs-btns {
    left: 35px;
    top: 235px;
    background: #007bff;
    border-radius: 10px;
    font-size: 14px;
    width: 100px;
    height: 34px;
    line-height: 34px;
  }
  .carousel-item .pane-img {
    width: 320px !important;
    object-fit: cover;
  }
  .case-desc {
    -webkit-line-clamp: 4;
  }
  .carousel .carousel-control-next {
    right: -7%;
  }
  .carousel .carousel-control-prev {
    left: -7%;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.information {
  background: #f8f8f8;
}
.information .title {
  padding: 80px 0;
  height: auto;
}
.information .recommend {
  width: 32.3%;
  background: #fff;
  padding: 30px 20px;
  /* padding-bottom:0; */
}
.information .newest {
  width: 65.6%;
  background: #fff;
  padding: 30px 20px;
}
.information .t {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: PingFangSC-Heavy, PingFang SC;
  font-weight: 800;
  color: #333333;
}
.information .t img {
  margin-right: 6px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.information .recommend .list,
.newest .list {
  margin-bottom: 15px;
  display: flex;
}
.information .recommend .list .time,
.newest .list .time {
  /* width:80px; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.information .recommend .list .bor,
.newest .list .bor {
  margin: 0 15px;
  width: 1px;
  height: 55px;
  background: #e0e0e0;
}
.information .recommend .list .time span:first-child,
.newest .list .time span:first-child {
  font-size: 24px;
  font-family: OPPOSans-H, OPPOSans;
  font-weight: normal;
  color: #a2a2a2;
  text-align: center;
}
.information .more {
  text-align: center;
}
.information .more a {
  margin: 60px 0;
  display: inline-block;
  border: 1px solid #2956ff;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2956ff;
  border-radius: 30px;
}
.information .recommend .list .time span:last-child,
.newest .list .time span:last-child {
  font-size: 12px;
  font-family: OPPOSans-M, OPPOSans;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
.information .container {
  display: flex;
}
.infoDis {
  display: flex;
  justify-content: space-between;
  /* width: 1200px; */
  margin: 0 auto;
}

.newest .lists {
  display: flex;
  justify-content: space-between;
  /* width: 420px; */
}
.newest .lists > div {
  width: 45%;
}
.newest .bors {
  width: 1px !important;
  /* height: 390px; */
  background: #f1f1f1;
}
.information .recommend .list .content,
.newest .list .content {
  width: 72%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.information .recommend .list .content span:first-child,
.newest .content span:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: PingFangSC-Heavy, PingFang SC;
  font-weight: 800;
  color: #333;
}
.information .recommend .list:hover .content span:first-child,
.information .newest .list:hover .content span:first-child {
  color: #2956ff;
}
.information .recommend .list .content span:last-child,
.newest .content span:last-child {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*这里设置几行*/
  overflow: hidden;
}
.information .recommend .list .time span,
.information .recommend .list .content span,
.newest .list .content span {
  display: block;
}
/*平板适配*/
@media screen and (max-width: 1024px) {
  .function-icon {
    width: 50px;
    height: 50px;
    /* margin-right: 16px; */
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }

  .abs-btns {
    left: 29px;
    top: 208px;
    background: #007bff;
    border-radius: 10px;
    font-size: 14px;
    width: 100px;
    height: 34px;
    line-height: 34px;
  }
  .abs-dian {
    top: 152px;
    left: -7px;
    width: 90px;
    z-index: -1;
  }
  .carousel-item .pane-img {
    width: 320px !important;
  }
  .case-desc {
    -webkit-line-clamp: 3;
  }
  .carousel .carousel-control-next {
    right: -12%;
  }
  .carousel .carousel-control-prev {
    left: -12%;
  }

  .f3 .brand li:nth-child(3n) {
    margin-right: 45px !important;
  }
  .f3 .brand li:nth-child(2n) {
    margin-right: 0px !important;
  }
  .business-direction .item:nth-child(2n) {
    margin-right: 0;
  }
  .f2 {
    justify-content: space-around;
  }
  .pd {
    padding-bottom: 144px;
  }
  .f2 .item-ico {
    margin-bottom: 20px;
    width: 148px;
    height: 148px;
    background-size: 100% !important;
  }
  .f2-icon p {
    font-size: 15px;
    margin-top: 15px;
  }
  .f2-icon img {
    width: 70px;
    height: 70px;
  }
  .bgt {
    bottom: -60px;
    right: 0px;
    width: 150px;
    height: 150px;
    background-color: #ff8e04;
    border-radius: 50%;
  }
  .f1 .text-logo {
    font-size: 28px;
    /* line-height: 59px; */
    /* letter-spacing: 10px; */
  }
  .f1 .text-title {
    font-size: 20px;
    font-weight: 500;
    /* line-height: 146px; */
  }
  .f1 .text-ceng {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
  }
  .f1 .btn {
    width: 120px;
    height: 40px;
    margin-top: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #0572ff;
    box-shadow: 0px 8px 18px 4px rgba(0, 57, 134, 0.1);
    border-radius: 3px;
  }
  .big-client-case .swiper-slide {
    margin: 0 auto;
  }

  .big-client-case .pane-img,
  .big-client-case .pane-desc {
    width: 350px;
    height: 247px;
    margin-top: 40px;
  }

  .big-client-case .pane-desc {
    /* margin-left: 40px; */
  }
  .big-client-case .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -73px !important;
  }
  .carousel-control-prev {
    left: 73%;
  }
  .carousel-control-next {
    right: 15%;
  }
  .content .title {
    font-size: 24px;
    padding-top: 84px;
    padding-bottom: 50px;
  }
  .sub-title {
    margin-top: 10px;
  }
  .line {
    width: 500px;
  }
  .big-client-case .pane-desc {
    margin-left: 0;
  }
  .solution .tab-wrap {
    max-width: 720px;
  }
  .solution .nav-link {
    /* width: 160px;
		margin-left: 0; */
    font-size: 16px;
  }
  .solution .name {
    font-size: 24px;
  }
  .solution-desc,
  .function-name {
    font-size: 14px;
  }
  .function-item {
    width: 90px;
    height: 90px;
    background: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(0, 36, 83, 0.05),
      0px 1px 9px 6px rgba(0, 40, 91, 0.01);
    border-radius: 6px;
  }
  .function-name {
    width: 80px;
  }
  .think-img {
    width: 420px;
    height: 413px;
    margin-right: 16px;
  }
  .think-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  .think-sub-content {
    font-size: 12px;
  }
  .think-sub-title {
    margin-bottom: 10px;
    height: 28px;
    font-size: 16px;
    font-weight: bold;
  }
  .btn-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .infoDis {
    display: block !important;
    /* max-width: 540px; */
  }
  .newest .lists > div {
    width: 100%;
  }
  .information .recommend .list .content,
  .newest .list .content {
    width: 100%;
  }
  .newest .list .content span:first-child {
    font-size: 15px;
    font-family: PingFangSC-Heavy, PingFang SC;
    font-weight: 800;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newest .list .content span:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .information .recommend .list,
  .newest .list {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
  }
  .newest a:last-child .list {
    padding: 0;
    border: 0;
    margin: 0;
  }
  .information .checkList {
    display: flex !important;
  }
  .information .checkList .acitve {
    color: #007bff;
    position: relative;
  }
  .showList {
  }
  .information .checkList .acitve::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    /* margin-left: -20px; */
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #007bff;
  }
  .information .t img {
    width: 20px;
    height: 20px;
  }

  .information .t {
    margin-right: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: PingFangSC-Heavy, PingFang SC;
    font-weight: 800;
    color: #333333;
  }
  .information .recommend {
    margin-bottom: 30px;
    width: 100%;
  }
  .information {
    background-color: #fff;
  }
  .information .title {
    padding: 40px 0;
  }
  .information .newest {
    margin-bottom: 0px;
    border-radius: 15px;
    width: 100%;
    padding: 15px 20px;
    box-shadow: 0px 4px 23px 0px rgba(139, 139, 139, 0.15);
  }
  .information .newest .lists {
    height: 165px;
    overflow: hidden;
  }
  .lbt {
    margin-top: 70px !important;
    overflow: hidden;
  }
  .f3 {
    /* background: url('/static/assets/images/home2/bg-2-1.png') no-repeat !important; */
    /* background-size:100% 100%; */
  }
  .sub-title {
    font-size: 18px;
  }
  .nav .nav-link {
    padding: 0.5rem 1rem;
  }
  .icons-ft {
    width: 120px !important;
    height: 120px !important;
  }
  .f3 .brand {
    padding: 0;
  }
  .big-client-case .pane-img {
    height: 250px !important;
    border-radius: 10px 10px 0 0;
  }
  .big-client-case .pane-desc {
    border-radius: 0 0 10px 10px;
  }
  .big-client-case .pane-desc {
    margin-top: 0;
    width: 100%;
    height: 460px;
  }
  .abs-btns {
    top: 364px;
  }
  .case-desc {
    -webkit-line-clamp: 8;
  }
  .f3 .brand li {
    width: 90%;
  }
  .f3 .brand-swiper-pagination {
    margin-top: 180px;
    text-align: center;
  }
  .f3 .brand-swiper-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    margin-right: 20px;
    width: 10px !important;
    height: 10px !important;
  }
  .f3 .brand-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #007bff;
  }
  .f3 .brand-swiper-container {
    padding-top: 273px;
  }
  .f3 {
    height: 360px;
    margin-bottom: 116px;
    overflow: initial !important;
  }
  .f3 .bg-icon {
    top: 14px;
    left: 22px;
    width: 59px;
    height: 75px;
    z-index: -1;
  }
  .banner-swiper-pagination {
    right: -40%;
  }
  .swiper-pagination-bullet {
    width: 4px !important;
    height: 4px !important;
  }
  .f3 .bg-icon2 {
    bottom: 86px;
    right: 15px;
    width: 59px;
    height: 75px;
    z-index: -1;
  }
  .d-s-none {
    display: none;
  }
  .d-s-block {
    display: block !important;
  }
  .banner-swiper-container {
    height: 208px;
    width: 100%;
  }

  .bgt {
    bottom: -62px;
    right: -25px;
    width: 160px;
    height: 160px;
    background-color: #ff8e04;
    border-radius: 50%;
  }
  .f1 .text-title {
    margin-top: 57px;
    font-size: 22.5px;
  }
  .f1 .text-ceng {
    font-size: 15px;
    margin-top: 20px;
  }
  .f1 .btn {
    width: 300px;
    height: 44px;
    font-size: 16px;
    color: #ffffff;
    background: #0572ff;
    border-radius: 6px;
  }

  .f2 {
    justify-content: space-around;
  }
  .f2 .item-ico {
    margin-bottom: 20px;
    width: 177px;
    height: 177px;
    background-size: 100% !important;
  }
  .f2-icon img {
    width: 50px;
    height: 50px;
  }
  .f2-icon p {
    font-size: 12px;
    margin-top: 15px;
  }
  .f2-icon {
    margin-top: 10px;
  }
  .think-content {
    flex-direction: column;
    align-items: center;
    padding: 0 0 18px;
    margin-bottom: 0;
  }
  .think-desc {
    padding: 0 10px;
    width: 100%;
    float: none;
    box-shadow: none;
  }
  .think-img {
    width: 100%;
    height: 203px;
    margin-right: 0;
    margin-bottom: 20px;
    position: inherit;
  }
  .think-title {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    /* text-align: center; */
  }
  .think-sub-title {
    font-size: 14px;
  }
  .connection-desc {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
  }
  .think-desc a {
    width: 88%;
    margin-left: 6%;
    margin-top: 10px;
  }
  .business-direction .item {
    margin-right: 0;
  }
  .big-client-case .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
  }
  .business-direction .item {
    max-width: none;
    margin-right: 0 auto;
    /* margin-right: 80px; */
  }
  .abs-btns2 {
    width: 270px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 44px;
    background-color: #0572ff;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
  }
  .contact-btn {
    width: 270px;
    height: 50px;
    line-height: 50px;
  }
  .case-title {
    font-size: 18px;
  }
}
/*手机屏幕适配*/
@media screen and (max-width: 428px) {
  #headerNavbarWrap .navbar-nav .nav-item:nth-child(1) a {
    color: #0572ff !important;
  }
  .banner-swiper-pagination {
    right: -31%;
  }
  .swiper-pagination-bullet {
    width: 4px !important;
    height: 4px !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .pp-img {
    text-align: center;
  }
  .pp-img img {
    width: 262px;
    height: 262px;
  }
  .sub-title {
    font-size: 18px;
  }
  .nav .nav-link {
    padding: 0.5rem 1rem;
  }
  .business-direction .item {
    max-width: none;
    margin-right: 0 auto;
    margin-right: 80px;
  }
  .f3 .brand li {
    margin-bottom: 0px;
  }
  .d-ss-none {
    display: none !important;
  }
  .d-ss-block {
    display: block !important;
  }
  .big-client-case .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
  }
  .think-desc {
    margin-top: 0;
  }
  .think-desc a {
    width: 88%;
    margin-left: 6%;
    margin-top: 10px;
  }
  .f3 .brand {
    padding: 0;
  }
  .f3 .brand li {
    width: 90%;
  }
  .f3 .brand-swiper-pagination {
    margin-top: 0;
    text-align: center;
  }
  .f3 .brand-swiper-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    margin-right: 14px;
    width: 8px !important;
    height: 8px !important;
  }
  .kh-al .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin-right: 14px !important;
  }
  .f3 .brand-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #007bff;
  }
  .f3 .brand-swiper-container {
    padding-top: 0;
    position: absolute;
    bottom: -80px;
  }
  .f3 {
    height: 344px;
    margin-bottom: 154px;
  }
  .f3 .bg-icon {
    top: 14px;
    left: 34px;
    width: 48px;
    height: 60px;
    z-index: -1;
  }
  .f3 .bg-icon2 {
    bottom: 119px;
    right: 26px;
    width: 48px;
    height: 60px;
    z-index: -1;
  }
  .pd {
    padding-bottom: 0px;
  }
  .f2 .item-ico {
    margin-bottom: 20px;
    width: 139px;
    height: 139px;
    background-size: 100% !important;
  }
  .pane-btn-wrap {
    display: flex;
    flex-direction: column;
  }
  .big-client-case .swiper-pagination {
    bottom: -73px !important;
  }
  .big-client-case .swiper-slide,
  .big-client-case .swiper-wrapper {
    max-width: 414px;
    margin-top: 0 !important;
  }
  .big-client-case .pane-desc {
    margin-top: 0 !important;
    padding: 15px !important;
  }
  .big-client-case .swiper-slide-active {
    max-width: 414px;
  }
  .big-client-case .pane-desc {
    margin-left: 0;
    /* padding:0; */
  }
  .carousel-control-prev {
    left: 65%;
  }
  .carousel-control-next {
    right: 5%;
  }
  .content .title {
    font-size: 19px;
    padding-top: 0px;
    padding-bottom: 37px;
  }
  .f2 {
    margin-top: 20px;
  }
  .line {
    width: 350px;
  }
  .carousel-inner .active {
    height: 400px;
  }
  .slide-img {
    height: 400px;
  }
  .contact-btn {
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    height: 30px;
  }
  .arrow-img {
    width: 30px !important;
    height: 30px;
  }
  /*.carousel-control-prev {
		left: 63%;
	}*/
  .carousel-control-next {
    right: 15%;
  }
  .business-direction .item {
    margin-right: 0;
  }
  .big-client-case .show .pane-img,
  .big-client-case .show .pane-desc {
    width: 350px;
    height: 302px;
    margin-top: 40px;
  }
  .big-client-case .show .pane-desc {
    height: auto;
  }
  .big-client-case .nav-item {
    margin-right: 20px;
  }
  .solution {
    padding-bottom: 20px;
  }
  .solution .tab-wrap {
    flex-direction: column;
    /* max-width: 350px; */
  }
  .solution .tab-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tab-wrap .nav {
    flex-direction: row !important;
    justify-content: center;
    max-width: 350px;
    min-height: 0;
    margin: 0 auto;
    border: 0;
  }
  .solution .nav-link {
    width: 124px;
    height: 22px;
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .function-desc > div {
    margin: 0 20px 0 0;
  }
  .function-desc {
    justify-content: center;
  }
  .n5 > div:nth-child(5n) {
    margin: 0;
  }
  .n4 > div:nth-child(4n) {
    margin: 0;
  }
  .function-desc > div:nth-child(3n) {
    margin: 0;
  }
  .solution .nav-link span {
    display: inline-block;
    padding-bottom: 2px;
  }
  .solution .nav .nav-link {
    padding: 0;
  }
  .solution .nav .active {
    border-right: 0;
  }
  .solution .nav .active span {
    /* border-bottom: 1px solid #007bff; */
  }
  .solution .name {
    font-size: 20px;
  }
  .solution-desc,
  .function-name {
    font-size: 12px;
  }
  .p-text {
    font-size: 14px;
  }

  .function-item {
    width: 100px;
    height: 100px;
  }
  .function-icon {
    width: 40px;
    height: 40px;
    margin-right: 0 !important;
  }
  .function-icon {
    margin-left: 5pxs;
    margin-right: 15px;
  }
  .cooperate-client-logo-wrap {
    margin-top: 10px;
  }
  .f3 {
    margin-top: 0px;
  }
  .think-content {
    flex-direction: column;
    align-items: center;
    padding: 0 0 18px;
    margin-bottom: 0;
  }
  .think-desc {
    padding: 0 10px;
    width: 100%;
    float: none;
    box-shadow: none;
  }
  .think-img {
    width: 100%;
    height: 203px;
    margin-right: 0;
    margin-bottom: 20px;
    position: inherit;
  }
  .think-title {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    /* text-align: center; */
  }
  .think-sub-title {
    font-size: 14px;
  }
  .connection-desc {
    font-size: 16px;
  }
  .content .titlea {
    padding-top: 46px;
    font-weight: bold;
  }
  .f1 .btn {
    margin-top: 35px;
  }
  .content .titlef {
    padding-top: 40px;
    padding-bottom: 44px;
    font-weight: 500;
  }
  .icons-ft {
    width: 100px !important;
    height: 100px !important;
  }
  .case-title {
    font-size: 18px;
  }
  .English-title {
    font-size: 22px;
  }
  .modal-name {
    font-size: 20px;
  }
  .close {
    top: -6rem;
  }
  .moday2 {
    font-size: 14px;
  }
  .modal-body {
    padding: 0 1rem 1rem;
  }
  .big-client-case .swiper-pagination .swiper-pagination-bullet {
    margin-right: 12px !important;
  }
  .big-client-case .swiper-pagination {
    bottom: -50px !important;
  }
}
