@charset "UTF-8";
.m-b-10 {
  margin-bottom: 10px !important;
}

body {
  padding-top: 0 !important;
}

.section-main-title {
  font-size: 34px !important;
}

.section-second-title {
  font-size: 16px !important;
}

.container-fluid {
  width: 1440px;
  padding: 0;
  margin: 0 auto;
}

.funtion-items-wapper {
  width: 1440px;
  height: 144px;
  margin: 0 auto;
  position: relative;
  top: -166px;
}

.funtion-items-wapper .funtion-items {
  width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.funtion-items-wapper .funtion-items .item {
  width: 352px;
  height: 144px;
  border-radius: 20px;
  background: url(../img/index/fun-bg1.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0px 25px 25px 25px;
}

.funtion-items-wapper .funtion-items .item .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-basis: 80%;
}

.funtion-items-wapper .funtion-items .item .left-content .f-title {
  font-size: 18px;
  color: #0a0909;
}

.funtion-items-wapper .funtion-items .item .left-content .desc {
  margin-top: 5px;
  font-size: 14px;
  color: #848282;
}

.funtion-items-wapper .funtion-items .item .right-icon {
  width: 32px;
  height: 32px;
  margin-left: 20px;
}

.funtion-items-wapper .funtion-items .item:hover {
  background: url(../img/index/fun-bg1-hover.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: -10px;
  animation: top-move 0.2s linear;
}

@keyframes top-move {
  0% {
    top: 0px;
  }
  100% {
    top: -10px;
  }
}

.funtion-items-wapper .funtion-items .item:hover .f-title {
  color: #3059da;
}

.funtion-items-wapper .funtion-items .item:hover .right-icon {
  display: none;
}

.nav-item .index1,
.nav-item .index2,
.nav-item .index3 {
  color: #fff !important;
}

.index3:hover {
  color: #fff !important;
}

.navbar .logo-title {
  width: 158px;
  color: #fff;
  font-size: 13px;
  text-align: justify;
  text-align-last: justify;
}

.navbar.white-bg {
  background: #fff !important;
}

.navbar.white-bg .nav-item .index1,
.navbar.white-bg .nav-item .index2,
.navbar.white-bg .nav-item .index3 {
  color: #000000 !important;
}

.navbar.white-bg .index1::after,
.navbar.white-bg .index2::after,
.navbar.white-bg .index3::after {
  background-color: #2e4fc3 !important;
}

.navbar.white-bg .logo-title {
  color: #000000;
}

.navbar.white-bg #imgNavbarPhone + span {
  color: #000000 !important;
}

.navbar.white-bg .btnlive {
  color: #2e4fc3 !important;
  border: 1px solid #2e4fc3 !important;
}

.index1::after,
.index2::after,
.index3::after {
  background-color: #ffffff !important;
}

.index1:hover,
.index2:hover,
.index3:hover {
  color: #fff !important;
}

.btnlive {
  width: auto !important;
  height: auto !important;
  padding: 8px 15px !important;
  background: none !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.-slide {
  position: relative;
}

.advantage-tools {
  width: 85%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px 22px 25px;
}

.compony-choose {
  height: auto !important;
  padding: 40px 0 100px 0 !important;
}

.compony-choose {
  background-image: url(../images/weifeng/new/business-case1.png);
}

.compony-choose .compony-choose-content {
  width: 1440px;
  display: flex;
}

.compony-choose .compony-choose-content .left-menus {
  width: 415px;
  height: auto;
  background: rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}

.compony-choose .compony-choose-content .left-menus li {
  padding: 25px 0px;
  color: #fff;
  border-bottom: 1px solid #c2c2c243;
  position: relative;
  cursor: pointer;
}

.compony-choose .compony-choose-content .left-menus li:last-child {
  border-bottom: none;
}

.compony-choose .compony-choose-content .left-menus li::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  transform: translateY(-50%);
  width: 0%;
  height: 2px;
  background-color: #3059da;
  animation: none;
}

.compony-choose .compony-choose-content .left-menus li::after {
  content: '+';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #c2c2c2b0;
}

.compony-choose .compony-choose-content .left-menus li.active {
  color: #3059da;
}

.compony-choose .compony-choose-content .left-menus li.active::before {
  width: 100%;
}

.compony-choose .compony-choose-content .left-menus li.active::after {
  color: #3059da;
}

.compony-choose .compony-choose-content .left-menus li:hover::before {
  animation: border-bottom-loading 1.5s ease-in-out forwards;
}

.compony-choose .compony-choose-content .left-menus li:hover::after {
  color: #3059da;
}

.compony-choose .compony-choose-content .right-detail {
  flex: 1;
  margin-left: 65px;
  color: #fff;
}

.compony-choose .compony-choose-content .right-detail .title-area {
  display: flex;
  flex-direction: column;
}

.compony-choose .compony-choose-content .right-detail .title-area .title-s1 {
  font-size: 30px;
}

.compony-choose .compony-choose-content .right-detail .title-area .title-s2 {
  margin-top: 3px;
  font-size: 18px;
}

.compony-choose .compony-choose-content .right-detail .fn-area-text {
  height: 80px;
  display: flex;
  flex-direction: column;
  margin-top: 21px;
  font-size: 12px;
  gap: 4px;
}

.compony-choose .compony-choose-content .right-detail .fn-area-text li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #f1f0f0;
}

.compony-choose .compony-choose-content .right-detail .fn-area-text li .li-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.compony-choose .compony-choose-content .right-detail .fn-area-img {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 10px;
}

.compony-choose .compony-choose-content .right-detail .fn-area-img li {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.compony-choose .compony-choose-content .right-detail .fn-area-img li span {
  margin-top: 2px;
  font-size: 14px;
}

.compony-choose .compony-choose-content .right-detail .fn-area-img img {
  width: 64px;
  height: 64px;
  opacity: 50%;
}

.compony-choose .compony-choose-content .right-detail .tools-area {
  margin-top: 52px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c1c1c191;
  display: flex;
  gap: 20px;
}

.compony-choose .compony-choose-content .right-detail .case-logo-area {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.compony-choose .compony-choose-content .right-detail .case-logo-area li img {
  width: 150px;
}

.index-btn {
  width: 111px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 13px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../images/index/view-more-btnbg.png);
  background-size: 100% 100%;
}

.index-btn.active {
  background-image: url(../images/index/apply-use-btnbg.png);
  color: #fff;
}

.index-btn:hover {
  opacity: 0.9;
}

.typical-cases {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.typical-cases .wf-website-title {
  margin-top: 0;
}

.typical-cases .typical-cases-all {
  height: 500px;
  margin-bottom: 0px;
}

.typical-cases .switch-btns {
  width: 1440px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 43%;
}

.typical-cases .switch-btns .seeMoreButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #3059da !important;
}

.typical-cases .switch-btns .seeMoreButton img {
  width: 24px;
  height: 24px;
}

.typical-cases .switch-btns .seeMoreButton:hover {
  background-color: #1d47d1 !important;
}

.typical-cases .switch-btns .seeMoreButton:hover img {
  opacity: 0.9 !important;
  filter: none !important;
}

.typical-cases .case-tools {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.logo-case-wrapper {
  width: 100% !important;
  padding-bottom: 10px !important;
  --wall-item-height: 100px !important;
  --wall-item-width: 210px !important;
}

@keyframes border-bottom-loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes visibility-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.about-us {
  box-sizing: border-box;
  background: url(../images/bg1.png) no-repeat;
  position: relative;
  height: 873px;
  padding: 100px 0;
}

.about-us .content-area {
  box-sizing: border-box;
  width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-us .content-area .pricing-header {
  color: #fff;
}

.about-us .content-area .pricing-header .fs-5 {
  color: #e7e7e7 !important;
}

.about-us .content-area .introduction-list {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  font-size: 14px;
}

.about-us .content-area .introduction-list li {
  text-align: center;
  line-height: 35px;
}

.about-us .content-area .btns-area {
  padding: 15px 0 30px 0;
  display: flex;
  justify-content: center;
}

.about-us .content-area .btns-area .index-btn {
  color: #fff;
}

.about-us .content-area .statistics-area {
  color: #fff;
}

.about-us .content-area .statistics-area .value {
  font-size: 50px;
  font-weight: 700;
}

.about-us .content-area .statistics-area .unit {
  margin-left: 5px;
  font-size: 12px;
}

.about-us .content-area .statistics-area .icon {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.about-us .content-area .statistics-area .desc {
  font-size: 14px;
  opacity: 0.7;
}

.about-us .footerbg-area {
  width: 100%;
  height: 102px;
  position: absolute;
  bottom: 60px;
  background-image: url(../images/bg-block.png);
}

.about-us .footerbg-area .contact-form {
  width: 1440px;
  height: 102px;
  margin: 0 auto;
}

.about-us .footerbg-area .contact-form .form-item {
  flex: 0 0 24%;
}

.about-us .footerbg-area .contact-form .form-item:last-child {
  flex: 0 0 12%;
  text-align: right;
}

.about-us .footerbg-area .contact-form .form-item:last-child .btn {
  width: 150px;
  height: 32px;
  line-height: 1;
  font-size: 12px;
  border-radius: 5px;
}

.about-us .footerbg-area .contact-form .form-item input[type='text'] {
  width: 100%;
  padding: 2px 10px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #a2a2a2;
  caret-color: #fff;
  border-radius: 5px;
}

.about-us .footerbg-area .contact-form .form-item input[type='text']:focus {
  border: 1px solid #c9c9c9;
  outline: none;
}

.about-us .footerbg-area .contact-form .form-item input[type='text']::placeholder {
  font-size: 12px;
  color: #ffffff !important;
}

.news-area {
  width: 1440px;
  margin: 0 auto;
  padding: 100px 0;
}

.news-area .news-area-content {
  gap: 60px;
}

.news-area .newsLeft {
  flex: 0 0 45%;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  padding-bottom: 20px;
  position: relative;
}

.news-area .newsLeft .company-news-tag {
  padding: 7px 15px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #3651cd;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  z-index: 1;
}

.news-area .newsLeft .news-card {
  display: flex;
  flex-direction: column;
  animation: visibility-transition 1s ease-in-out;
}

.news-area .newsLeft .news-card .img-box {
  position: relative;
}

.news-area .newsLeft .news-card .img-box .imgCard {
  width: 100%;
  height: 400px;
}

.news-area .newsLeft .news-card .img-box .learning_point {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 10px;
}

.news-area .newsLeft .news-card .img-box .learning_point li {
  cursor: pointer;
  opacity: 0.8;
}

.news-area .newsLeft .news-card .img-box .learning_point li::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.news-area .newsLeft .news-card .img-box .learning_point li.active {
  opacity: 1;
}

.news-area .newsLeft .news-card .img-box .learning_point li.active::after {
  background-color: #3651cd;
}

.news-area .newsLeft .news-card .img-box .learning_point li:hover {
  opacity: 1;
  box-shadow: 0px 0px 30px #ffffff;
}

.news-area .newsLeft .news-card .news-content {
  padding: 5px 20px;
}

.news-area .newsLeft .news-card .news-content .title {
  margin: 10px 0;
  font-size: 16px;
  color: #363636;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.news-area .newsLeft .news-card .news-content .content-s {
  padding-top: 10px;
  font-size: 14px;
  color: #919191;
  border-top: 1px solid #c1c1c149;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.news-area .newsLeft .news-card .news-left-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0 20px;
}

.news-area .newsLeft .news-card .news-left-tools .index-btn {
  display: block;
  height: 37px;
  line-height: 37px;
  padding-left: 25px;
  background-image: url(../images/index/view-more-btnbg1.png);
}

.news-area .newsLeft .news-card .news-left-tools .date {
  margin-top: 10px;
  font-size: 12px;
  color: #919191;
}

.news-area .newsRight {
  flex: 1;
}

.news-area .newsRight .news-type-tab {
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  gap: 70px;
}

.news-area .newsRight .news-type-tab li {
  position: relative;
  cursor: pointer;
  font-size: 18px;
}

.news-area .newsRight .news-type-tab li::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #3059da;
}

.news-area .newsRight .news-type-tab li.active {
  color: #3059da;
}

.news-area .newsRight .news-type-tab li.active::after {
  width: 100%;
}

.news-area .newsRight .news-type-tab li:hover::after {
  animation: border-bottom-loading 1.5s ease-in-out forwards;
}

.news-area .newsRight .news-list {
  display: flex;
  flex-direction: column;
  padding-top: 19px;
}

.news-area .newsRight .news-list li {
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #c1c1c149;
}

.news-area .newsRight .news-list li .title {
  width: 85%;
  font-size: 14px;
  color: #595959;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.news-area .newsRight .news-list li .date {
  font-size: 12px;
  color: #808080;
}

.news-area .newsRight .news-list li:hover .title {
  color: #3059da;
}

.news-area .newsRight .news-list li:hover .date {
  color: #3059da;
}

.apply-form-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 60%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9998;
  display: flex;
  border-radius: 15px;
}

.apply-form-dialog .wapper {
  width: 100%;
  position: relative;
}

.apply-form-dialog .wapper .content {
  width: 100%;
}

.apply-form-dialog .left-area {
  flex: 0 0 30%;
  padding: 50px 0;
  align-items: center;
  background: linear-gradient(90deg, #3651cd, #4e6ce8);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.apply-form-dialog .left-area .header-area span {
  width: 200px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.apply-form-dialog .left-area .footer-area .phone {
  font-size: 20px;
  color: #fff;
}

.apply-form-dialog .left-area .footer-area .tips {
  font-size: 14px;
  color: #e3e3e3;
}

.apply-form-dialog .right-area {
  flex: 0 0 70%;
  padding: 50px 100px;
  gap: 20px;
}

.apply-form-dialog .right-area .form-item {
  position: relative;
}

.apply-form-dialog .right-area .form-item:last-child {
  margin-top: 50px;
}

.apply-form-dialog .right-area .form-item:last-child .btn {
  width: 150px;
  height: 40px;
  line-height: 1;
  background-color: #3059da;
  border-radius: 5px;
}

.apply-form-dialog .right-area .form-item:last-child .btn:hover {
  background-color: #4e6ce8;
}

.apply-form-dialog .right-area .form-item.required::before {
  content: '*';
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: red;
}

.apply-form-dialog .right-area .form-item input[type='text'] {
  width: 100%;
  padding: 10px 10px;
  background-color: #f5f5f5;
  color: #5c5c5c;
  border: 1px solid transparent;
  caret-color: #898989;
  border-radius: 5px;
}

.apply-form-dialog .right-area .form-item input[type='text']:focus {
  border: 1px solid #dddddd;
  outline: none;
}

.apply-form-dialog .right-area .form-item input[type='text']::placeholder {
  font-size: 12px;
  color: #7d7d7d !important;
}

.apply-form-dialog .icon-close {
  padding: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.apply-form-dialog .icon-close::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../assets/images/icons/close1.png");
  background-size: cover;
}

.page-footer {
  width: 1440px !important;
}

.global-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9997;
}

.overflow-hidden {
  overflow: hidden !important;
}

.mouse-ball-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  transition: transform 0.3s;
}

.mouse-ball-back::before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: block;
  background-color: rgba(55, 74, 201, 0.2);
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

/* ------------- 覆盖首页的样式 ------------- */
.custom-pagination .pagination-item:hover::after {
  animation: border-bottom-loading 1.5s ease-in-out forwards;
}

.page-footer .page-footer-box-1 {
  margin-right: 0 !important;
}

.page-footer .page-footer-top-right {
  margin-left: 50px !important;
}

/* ------------- 覆盖首页的样式 ------------- */
