html,
body {
  padding: 0;
  margin: 0;
  font-family: MicrosoftYaHei;
  background-color: #F7F7F7;
}
* {
  box-sizing: border-box;
}
h5 {
  margin: 0;
}
button {
  cursor: pointer;
}

.cd-banner {
  height: 800px;
  position: relative;
}
.cd-banner .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cd-banner .swiper-slide .content-text {
  position: absolute;
  inset: 0;
}
.cd-banner .swiper-slide .content-text .title1 {
  font-size: 32px;
  color: #555555;
  line-height: 42px;
  padding-top: 175px;
}
.cd-banner .swiper-slide .content-text .title {
  padding-top: 24px;
  font-weight: 700;
  font-size: 64px;
  color: #333333;
  line-height: 85px;
}
.cd-banner .swiper-slide .content-text .text {
  font-size: 0;
  padding-top: 48px;
}
.cd-banner .swiper-slide .content-text .text .item {
  display: inline-block;
  font-size: 20px;
  color: #555555;
}
.cd-banner .swiper-slide .content-text .text .item + .item {
  margin-left: 48px;
}
.cd-banner .swiper-slide .content-text .text .item i {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0071FF;
  margin-left: 4px;
  vertical-align: -0.1em;
  margin-right: 6px;
}
.cd-banner .swiper-slide .content-text .text .item i::after {
  transform: rotate(45deg) scaleY(1);
  box-sizing: content-box;
  content: "";
  border: 1px solid #0071FF;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 5px;
  position: absolute;
  top: 2px;
  width: 3px;
  transform-origin: center;
}
.cd-banner .cards {
  position: absolute;
  width: 100%;
  bottom: 40px;
  z-index: 1;
}
.cd-banner .cards .warpper {
  display: flex;
  height: 243px;
  grid-gap: 25px;
}
.cd-banner .cards .warpper .card {
  flex: 1;
  display: flex;
  background-image: linear-gradient(180deg, #f3f5f7cc 0%, #FFFFFF 100%);
  border: 3px solid #FFFFFF;
  border-radius: 8px;
  padding: 40px;
    transition: all 0.3s;
}
.cd-banner .cards .warpper .card:hover {
    transform: translateY(-10px);
}
.cd-banner .cards .warpper .card .cont {
  flex: 1;
}
.cd-banner .cards .warpper .card .title {
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .cd-banner .cards .warpper .card .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .cd-banner .cards .warpper .card .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .cd-banner .cards .warpper .card .title {
    font-size: 18px;
  }
}
.cd-banner .cards .warpper .card .text {
  padding-top: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
@keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -170px 0;
  }
}
.roll-line {
  width: 101.62314749px;
  height: 12px;
  padding: 18px 0;
}
.roll-line .img {
  position: relative;
  left: 22%;
  width: 100%;
  height: 12px;
  background: url(/static/images/custom/images/line.jpg) left;
  background-size: auto 12px;
  background-position: center center;
  animation: scrollBad 5s linear infinite;
  transform: scale(1.417);
}
.swiper {
  height: 100%;
}
.cases {
  height: 258px;
  background-image: url(/static/images/custom/images/bar-bg.png), linear-gradient(90deg, #256aff, #2e4dff);
  background-position: center center;
  background-size: auto 258px;
  background-repeat: no-repeat;
  color: #fff;
}
.cases .flex {
  display: flex;
  align-items: center;
  height: 100%;
}
.cases .left {
  flex: 0 0 448px;
}
.cases .left .en-title {
  font-family: SourceHanSans-Heavy;
  font-weight: 900;
  font-size: 32px;
  margin: 0;
}
.cases .left .title {
  padding-top: 2px;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
}
.cases .right {
  flex: 1;
}
.cases .right .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin: 0;
  padding-top: 11px;
}
.cases .right .text {
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.cases .right .btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #4974F5;
  font-weight: 700;
  background-color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}
.case {
  padding-top: 64px;
  padding-bottom: 64px;
}
.case .list {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 18px));
  gap: 24px;
}
.case .list .item {
  height: 345px;
}
.case .list .item .img {
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
}
.case .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.3s;
}
.case .list .item .img:hover img {
  transform: scale(1.2);
}
.case .list .item .warpper {
  padding: 20px 0;
}
.case .list .item .text {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  -webkit-line-clamp: 1;
    transition: all 0.3s;
}
.case .list .item .line {
  height: 1px;
  background-color: #00000033;
  position: relative;
  overflow: hidden;
}
.case .list .item .line::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4974F5;
  left: -100%;
  transition: all 0.3s;
}
.case .list .item:hover .line::before {
  left: 0px;
}
.case .list .item:hover .text {
    font-weight: 700;
}
.case .list .item .title {
  padding-top: 30px;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
}
.case .list .item .p-text {
  padding: 12px 0 32px 0;
  font-size: 16px;
  color: #666;
    line-height: 24px;
}
.case .list .item .btn {
  display: block;
  width: 184px;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 0;
  color: #fff;
  border: 1px solid #4974F5;
  background-color: #4974F5;
  cursor: pointer;
}
.case .list .item .btn + .btn {
  background-color: #fff;
  color: #4974F5;
  margin-top: 12px;
}
.case .more {
  text-align: right;
  padding-top: 40px;
}
.case .more button {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.case .more button .icon {
  width: 16px;
  margin-left: 6px;
  vertical-align: -0.1em;
}
.h5-small {
  background-color: #fff;
}
.websit {
  background-image: url(/static/images/custom/images/websit-bg@2x.png);
  height: 914px;
  background-position: center;
  background-size: cover;
}
.sys {
  background-color: #fff;
}
.h-title {
  padding-top: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}
.h-sub-title {
  padding-top: 8px;
  padding-bottom: 32px;
  text-align: center;
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  font-weight: 400;
}
.flow-path {
  background-color: #F0F4FF;
  height: 642px;
  background-image: url(/static/images/custom/images/path-bg@2x.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 642px;
}
.flow-path .list {
  display: flex;
  gap: 15px;
}
.flow-path .list .item {
  flex: 1;
  position: relative;
  height: 408px;
  background: #FFFFFF;
  transition: all 0.6s;
  overflow: hidden;
}
.flow-path .list .item .warpper {
  font-size: 0;
  border: 3px solid #fff;
  background-color: #fff;
  transition: all 0.6s;
}
.flow-path .list .item .img {
  padding-top: 78px;
}
.flow-path .list .item .img img {
  position: relative;
  width: 113px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.flow-path .list .item .line {
  margin-top: 46px;
  margin-bottom: 46px;
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: #8D8D8D;
  vertical-align: middle;
  font-size: 0;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.flow-path .list .item h5 {
  font-size: 20px;
  font-weight: 700;
  transition: all 0.6s;
}
.flow-path .list .item h5 span {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.flow-path .list .item .p-text {
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(-110px);
}
.flow-path .list .item .p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  padding-left: 40px;
}
.flow-path .list .item .p.green {
  color: #00B365;
}
.flow-path .list .item .p.green i {
  position: relative;
  display: inline-block;
  width: 16.8px;
  height: 16.8px;
  border-radius: 50%;
  background-color: #11AA66;
  margin-left: 4px;
  vertical-align: -0.1em;
}
.flow-path .list .item .p.green i::after {
  transform: rotate(45deg) scaleY(1);
  box-sizing: content-box;
  content: "";
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 6px;
  position: absolute;
  top: 3px;
  width: 3px;
  transform-origin: center;
}
.flow-path .list .item .tag {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 6px 10px;
  color: #FFFFFF;
  line-height: 12px;
  background: #00B365;
  border-radius: 0 0 0 8px;
}
.flow-path .list .item .no {
  position: absolute;
  right: 42px;
  top: 49px;
  opacity: 0;
  transition: all 0.6s;
}
.flow-path .list .item .no img {
  width: 49px;
}
.flow-path .list .item::before {
  content: ' ';
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 10px;
  height: 11px;
  border-left: 3px solid #222;
  border-bottom: 3px solid #222;
  transition: all 0.6s;
  opacity: 0;
}
.flow-path .list .item:hover {
  flex: 0 0 400px;
}
.flow-path .list .item:hover .warpper {
  background-image: linear-gradient(180deg, #f3f5f7cc 0%, #FFFFFF 100%);
  border: 3px solid #FFFFFF;
  border-bottom: none;
}
.warpper .text:hover{
    font-weight: bold;
}
.flow-path .list .item:hover .tag {
  top: 3px;
}
.flow-path .list .item:hover .no {
  opacity: 1;
}
.flow-path .list .item:hover::before {
  bottom: 16px;
  left: 16px;
  opacity: 1;
}
.flow-path .list .item:hover h5 span {
  left: 40px;
  transform: translate(16%, -270px) scale(1.333);
}
.flow-path .list .item:hover .line {
  left: 40px;
  transform: translate(0, -164px);
}
.flow-path .list .item:hover .img img {
  transform: translate(45px, 164px) scale(1.91);
}
.flow-path .list .item:hover .p-text {
  opacity: 1;
  transform: translateY(-214px);
}
.flow-path .list:hover {
  gap: 20px;
}
.we {
  height: 724px;
  background-image: url(/static/images/custom/images/my-bg@2x.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.we .h-sub-title {
  color: #fff;
}
.we .content {
  display: flex;
}
.we .content .left {
  flex: 0 0 620px;
  padding-right: 50px;
  padding-top: 37px;
}
.we .content .left .en-title img {
  height: 73px;
}
.we .content .left .cn-title {
  padding-top: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.we .content .left .text {
  padding-top: 32px;
  padding-bottom: 64px;
  font-size: 16px;
  line-height: 26px;
}
.we .content .left .b {
  position: relative;
}
.we .content .left .b .icon {
  position: absolute;
  width: 31px;
  right: 0;
}
.we .content .left .btn {
  width: 152px;
  height: 50px;
  background-image: url(/static/images/custom/images/btn-bg@2x.png);
  background-size: cover;
  font-size: 18px;
  border: none;
  color: #fff;
}
.we .content .left .btn:hover {
    background-color: #fff;
    background-image: none;
    color: #4974F5;
}
.we .content .right {
  flex: 1;
  background-color: #fff;
  overflow: hidden;
}
.we .content .right .item {
  display: flex;
  align-items: center;
  height: 167px;
  transition: all 0.3s;
}
.we .content .right .item .icon {
  flex: 0 0 117px;
  padding-left: 37px;
}
.we .content .right .item .icon img {
  width: 56px;
}
.we .content .right .item .con {
  flex: 1;
  padding-right: 24px;
}
.we .content .right .item .con .title {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}
.we .content .right .item .con .text {
  padding-top: 12px;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.we .content .right .item .btn {
  flex: 0 0 187px;
}
.we .content .right .item .btn button {
  width: 152px;
  height: 50px;
  background-color: #4974F5;
  border: none;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: all 0.4s;
}
.we .content .right .item:hover {
  background-image: url(/static/images/custom/images/hover-bg@2x.png);
  box-shadow: 0px 3px 10px #d4d2d2;
  background-size: cover;
}
.we .content .right .item:hover button {
  opacity: 1;
}
.we .content .right .item + .item {
  border-top: 1px solid #e8e8e8;
}
.cooperate {
  background-color: #fff;
  padding-bottom: 80px;
}
.cooperate .list {
  display: grid;
  grid-template-columns: repeat(6, 16.66666667%);
  background-color: #E5E5E5;
  grid-gap: 1px;
}
.cooperate .list .item {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cooperate .list .item img {
  width: 146px;
}
.cooperate .list .item:hover {
  background-color: #e9e9e9;
}
.customized {
  height: 710px;
  background-image: url(/static/images/custom/images/form-bg@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
}
.customized .content {
  height: 490px;
  background-image: url(/static/images/custom/images/form-bg8@2x.jpg);
  background-repeat: no-repeat;
  background-size: auto 490px;
  background-position: center;
  display: flex;
  padding-top: 80px;
}
.customized .content .left {
  flex: 1;
  height: 330px;
  border-right: 1px solid #E5E5E5;
  padding-left: 7.5%;
}
.customized .content .left .logo-sub {
  font-size: 0;
}
.customized .content .left .logo-sub img {
  height: 60px;
}
.customized .content .left .title {
  padding-top: 24px;
  line-height: 42px;
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  letter-spacing: 1px;
}
.customized .content .left .text {
  padding-top: 12px;
  font-size: 14px;
  color: #999999;
  letter-spacing: 1px;
  line-height: 20px;
}
.customized .content .left .tel {
  padding-top: 40px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 20px;
}
.customized .content .left .tel span {
  font-size: 24px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 24px;
}
.customized .content .left .tel .icon {
  height: 14px;
  margin-right: 8px;
  vertical-align: -0.1em;
}
.customized .content .left .btn {
  width: 184px;
  height: 48px;
  margin-top: 60px;
  background-color: #fff;
  border: 1px solid #4974F5;
  font-weight: 700;
  font-size: 16px;
  color: #4974F5;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.customized .content .left .btn .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -0.2em;
  background-image: url(/static/images/custom/images/btn-icon1@2x.png);
  background-size: 16px;
  margin-left: 8px;
}
.customized .content .left .btn:hover {
  background-color: #4974F5;
  color: #fff;
}
.customized .content .left .btn:hover .icon {
  background-image: url(/static/images/custom/images/btn-icon@2x.png);
}
.customized .content .right {
  flex: 1.1;
}
.customized .content .right .form {
  /*padding: 0 15.5%;*/
    width: 535px;
    margin: 0 auto;
}
.customized .content .right .form .form-item {
  position: relative;
  background-color: #F0F1F5;
  margin-bottom: 16px;
}
.customized .content .right .form .form-item .flex {
  display: flex;
  align-items: center;
  height: 48px;
  padding-right: 12px;
}
.customized .content .right .form .form-item .flex .icon {
  flex: 0 0 40px;
  text-align: center;
  height: 16px;
}
.customized .content .right .form .form-item .flex .icon img {
  width: 16px;
}
.customized .content .right .form .form-item .flex .ipt {
  position: relative;
  flex: 1;
}
.customized .content .right .form .form-item .flex .ipt input {
  width: 100%;
  border: none;
  border-left: 1px solid #d9d9d9;
  height: 16px;
  outline: none;
  padding: 0 0 0 12px;
  font-size: 14px;
  background-color: transparent;
}
.customized .content .right .form .form-item .flex .ipt input::placeholder {
  color: #999999;
}
.customized .content .right .form .form-item .flex .ipt.select .icon-down {
  width: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.customized .content .right .form .form-item .flex .ipt.select.open .icon-down {
  transform: translateY(-50%) rotate(180deg);
}
.customized .content .right .form .form-item .flex .ipt input {
  cursor: pointer;
}
.customized .content .right .form .form-item .flex #code-btn {
  color: #4974F5;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
}
.customized .content .right .form .form-row {
  display: flex;
  grid-gap: 12px;
}
.customized .content .right .form .form-row .form-item {
  flex: 1;
}
.customized .content .right .form .checkbox {
  padding-bottom: 22px;
  font-size: 14px;
  color: #666;
}
.customized .content .right .form .checkbox label {
  color: #333;
  cursor: pointer;
}
.customized .content .right .form .checkbox input {
  display: none;
}
.customized .content .right .form .checkbox input + span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  margin-left: 4px;
  vertical-align: -0.1em;
  transition: all 0.3s;
  vertical-align: -0.2em;
  margin-right: 8px;
}
.customized .content .right .form .checkbox input + span::after {
  transform: rotate(45deg) scaleY(1);
  box-sizing: content-box;
  content: "";
  border: 1px solid transparent;
  border-left: 0;
  border-top: 0;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 1px;
  width: 4px;
  transform-origin: center;
}
.customized .content .right .form .checkbox input:checked + span {
  background-color: #4974F5;
  border-color: #4974F5;
}
.customized .content .right .form .checkbox input:checked + span::after {
  border-color: #fff;
}
.customized .content .right .form .submit {
  width: 100%;
  height: 52px;
  border: none;
  background-color: #4974F5;
  border-radius: 2px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  transition: all 0.3s;
}
.customized .content .right .form .submit:hover {
  background-color: #6D90F6;
}
.customized .content .right .form .text {
  padding-top: 14px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 20px;
}
.customized .open .pop-select {
  opacity: 1;
  height: 216px;
}
.customized .open .pop-select.city {
  height: 112px;
}
.customized .pop-select {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border: 1px solid #e4e7ed;
  height: 0;
  width: 291px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 9999;
  opacity: 0;
  padding-right: 2px;
  transition: all 0.3s;
}
.customized .pop-select .el-select-dropdown__list {
  padding: 5px 0;
  box-sizing: border-box;
  overflow-y: scroll;
  margin: 0;
}
.customized .pop-select .el-select-dropdown__list li {
  color: #606266;
  padding-left: 20px;
  box-sizing: border-box;
  height: 34px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.customized .pop-select .el-select-dropdown__list li:hover {
  background: #ebf0f7;
}
.customized .pop-select .el-select-dropdown__list li.active {
  color: #4976f5;
  background: #ebf0f7;
}
.customized .pop-select.city .el-select-dropdown__list {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
}
.customized .pop-select.city .el-select-dropdown__list li {
  padding-left: 0;
  justify-content: center;
}
.customized .pop-select.city .el-select-dropdown__list li:hover {
  background: #ebf0f7;
}
.customized .pop-select.city .el-select-dropdown__list li.active {
  color: #606266;
  background: #fff;
}
.customized .footer {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customized .footer a {
  margin: 0 30px;
  color: #E5E5E5;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.customized .footer a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  /* 小三角形的颜色（示例） */
  opacity: 0;
  /* 初始时将三角形隐藏 */
  transition: opacity 0.3s ease-in-out;
  /* 添加渐变动画效果 */
}
.customized .footer a:hover::after {
  opacity: 1;
  /* 悬停时显示三角形 */
}
.page-footer {
  background-color: #F7F7F7;
  width: 100%;
  height: 160px;
}
.page-footer .topline {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  color: #333333;
  font-size: 14px;
}
.page-footer .topline a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}
.page-footer .topline a:hover {
  color: #4974F5;
}
.page-footer .bottomline {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.page-footer .bottomline .text {
  margin: 0 30px;
  color: #333333;
  font-size: 14px;
}
.img,.warpper{
    cursor: pointer;
}
