.hkls {
  overflow: hidden;
}

.hkls .section {
  position: relative;
}

.hkls .section h1 {
  color: #3c3c3c;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2rem;
  margin: 80px 0 30px 0;
}

.hkls .section h1.white {
  color: #fff;
}

.section p.desc {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1rem;
}

.section p.white {
  color: #fff;
}

.hkls .section .title {
  text-align: center;
  margin: 70px 0 40px;
}

.hkls .section .title .white {
  color: #ffffff;
}

.hkls .section .title h1 {
  font-size: 38px;
  color: #000;
}

.hkls .section .title p {
  font-size: 24px;
  color: #4b4b4b;
  line-height: 35px;
  margin: auto;
}

.hkls .btn-wrapper {
  display: flex;
  position: relative;
  align-items: center;
}

.hkls .btn {
  width: 245px;
  height: 65px;
  text-align: center;
  border-radius: 8px;
  font-size: 30px;
  color: #fff;
  background-image: linear-gradient(to bottom, #80c9ff, #3c99fe);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.hkls .btn:hover {
  cursor: pointer;
  background: none;
  border: 1px solid #3c99fe;
  color: #3c99fe;
  box-sizing: border-box;
}

.hkls-banner {
  background: url(/Content/new/assets/imgs/hkls/1-2.jpg) no-repeat;
  background-size: cover;
  height: 700px;
}

.hkls-banner .wrapper {
  overflow: unset;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hkls-banner .top_wrapper {
  overflow: hidden;
  /* margin-top: 170px; */
}

.hkls-banner .banner-desc {
  padding: 5px 0 7px;
  min-width: 500px;
}

.hkls-banner .banner-text {
  color: #ffffff;
  text-align: center;
  margin: 12px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.hkls-banner .banner-text img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.hkls-banner .logo-text {
  font-size: 50px;
  margin: 0;
  line-height: 70px;
  margin-top: 40px;
}

.hkls-banner .text-orange {
  color: #febd14;
  font-size: 30px;
  text-align: left;
  margin: 0 0 25px -15px;
}

.hkls-banner .banner-img-wraper {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.hkls-banner .banner-img {
  /*margin: auto;
    display: block;
    height: 130%;
    transform: translateY(-12%);*/
  /*position: absolute;
    transform: scale(.9) translateY(-16%);*/
  height: 83%;
  margin-top: 120px;
}

.section_branchTypeList {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section_branchTypeList .list {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.section_branchType {
  background-image: url(/Content/new/assets/imgs/hkls/3-2.jpg);
  height: 800px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section_branchType .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_branchType .desc p {
  line-height: 44px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.section_branchType .watch {
  padding-top: 30px;
  text-align: center;
}

.section_cloud {
  position: relative;
  width: 100%;
}

.section_cloud h1 {
  margin: 70px 0 45px 0;
}

.section_cloud .content {
  padding-bottom: 50px;
}

.section_cloud .content img {
  display: block;
  margin: auto;
}

.section_function {
  padding-bottom: 80px;
}

.section_function .section_function_bg {
  width: 100%;
  height: 78%;
  z-index: -1;
  position: absolute;
  background-image: url(/Content/new/assets/imgs/hkls/5-2.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.section_function .content img {
  display: block;
  margin: auto;
}

.hkls-qianyan {
  background-image: url(/Content/new/assets/imgs/hkls/6-2.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  background-size: 100%;
}

.hkls-huiyuan {
  background-image: url(/Content/new/assets/imgs/hkls/8-2.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  /* padding-bottom: 60px; */
  background-size: 100%;
}

.hkls-huiyuan .content {
  padding-bottom: 60px;
}

.hkls-baobiao {
  padding-bottom: 50px;
}

.hkls-wxd {
  height: 800px;
  background-image: url(/Content/new/assets/imgs/hkls/10.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hkls-slide {
  padding-bottom: 100px;
}

.hkls-slide .pre {
  width: 45px;
  position: absolute;
  left: -80px;
  top: 55%;
  transform: translateY(-50%);
}

.hkls-slide .pre:hover {
  cursor: pointer;
}

.hkls-slide .next {
  width: 45px;
  position: absolute;
  right: -80px;
  top: 55%;
  transform: translateY(-50%);
}

.hkls-slide .next:hover {
  cursor: pointer;
}

.hkls-slide .nav {
  height: 62px;
  margin: 60px 20px 50px;
  display: flex;
  justify-content: center;
}

.hkls-slide .nav-item {
  float: left;
  width: 33%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 34px;
  position: relative;
  white-space: nowrap;
  color: #5e7191;
}

.hkls-slide .nav-item:hover {
  cursor: pointer;
}

.hkls-slide .nav-item text {
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: border-bottom-color 0.5s ease-in-out;
  border-bottom: 0px solid #f0f0f0;
  padding: 10px 30px;
  border-radius: 50px;
}

.hkls-slide .nav .active text {
  background: #3f9dfd;
  color: #ffffff;
}

.hkls-slide .slide-content-wrapper {
  position: relative;
  background: url(/Content/new/assets/imgs/hkls/slide-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  /*height: 547px;*/
  height: 100%;
}

.hkls-slide .slide-content {
  padding-top: 30px;
  top: 0;
  height: 100%;
  width: 100%;
}

.hkls-slide .slide-content .left-img {
  width: 60%;
  margin-top: 14px;
}

.hkls-slide .slide-content1 {
  display: block;
  transition: all 0.5s ease-in-out;
}

.hkls-slide .slide-content2,
.hkls-slide .slide-content3 {
  display: none;
  transition: all 0.5s ease-in-out;
}

.hkls-slide .slide-content-txt {
  position: absolute;
  right: 75px;
  top: -50px;
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.hkls-slide .slide-content .moreBtn {
  width: 227px;
  height: 68px;
  background: #3f9dfd;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  bottom: 50px;
}

.hkls-slide .slide-content .moreBtn a {
  color: #fff;
}

.hkls-slide .right-txt1 {
  width: 100%;
  height: 100px;
  line-height: 65px;
  font-size: 50px;
  font-style: italic;
}

.hkls-slide .right-txt2 {
  font-size: 26px;
  line-height: 38px;
  /*margin-top: 30px;*/
  position: relative;
}

.right-txt2 .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -50px;
}

.section_pay {
  background: url(/Content/new/assets/imgs/hkls/pay_bg.jpg) no-repeat;
  background-size: 100% 100%;
  height: 530px;
}

.section_pay .img {
  width: 80%;
  display: block;
  margin: 40px auto 0;
}

.section_pay ul {
  width: 80%;
  display: block;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  color: #fff;
  font-size: 22px;
}

.section_pay ul li {
  width: 10%;
  text-align: center;
}

.section_pay .btn {
  height: 65px;
  text-align: center;
  border-radius: 40px;
  font-size: 28px;
  letter-spacing: 0.2rem;
  background: #fff;
  color: #3e9dfe;
  box-sizing: border-box;
  background: #3e9dfe;
  color: #fff;
}

.section_ex_equipment .content {
  display: flex;
  justify-content: space-between;
}

.section_ex_equipment .client-box {
  width: 30%;
  box-shadow: -2px 0px 11px #9a9a9a7d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_ex_equipment .client-box {
  width: 19%;
}

.section_ex_equipment .client-box .name {
  font-size: 24px;
  color: #596989;
  width: 90%;
  text-align: center;
  border-bottom: 2px solid #cecece;
  height: 50px;
  line-height: 50px;
}

.section_ex_equipment .client-box .name {
  border-top: 2px solid #cecece;
  border-bottom: none;
  margin-top: 20px;
  height: 60px;
  line-height: 60px;
}

.section_ex_equipment .img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  padding-top: 20px;
}

.section_ex_equipment .img-box img {
  width: 180px;
}

.hkls-offlineCashier {
  background: url(/Content/new/assets/imgs/hkls/13-2.jpg) no-repeat;
  background-size: cover;
}

.hkls-offlineCashier .content {
  width: 80%;
  margin: auto;
  padding-bottom: 90px;
}

.hkls-offlineCashier .content img {
  margin: auto;
  display: block;
}

.hkls-service {
  padding-bottom: 100px;
}
.hkls-service .content {
  position: relative;
}
.hkls-service text {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.hkls-service .content img {
  margin: auto;
  display: block;
  width: 68%;
}

.hkls-zixun {
  height: 220px;
  width: 100%;
  background-color: #3c94ee;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
}

.hkls-zixun .contact {
  display: flex;
}

.hkls-zixun .contact label {
  display: block;
  font-size: 30px;
  line-height: 45px;
  margin: 0;
  min-width: 120px;
  text-align-last: justify;
}
