@charset "utf-8";
.w1240 {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
#top-banner {
  width: 100%;
  height: 420px;
  overflow: hidden;
  background-image: linear-gradient(90deg, #CCE2F2 0%, #C9DEEF 150%);
}
#top-banner-img {
  width: 100%;
  height: 420px;
  background: url(../images/hhl_servecenter_imgs/banner.png) no-repeat center;
  margin: 0 auto;
  min-width: 1200px;
  color: #fff;
}
#top-banner-content {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  height: 420px;
  margin: 0 auto;
}
#top-banner-h1 {
  font-size: 64px;
  padding: 99px 0 26px;
  margin: 0 auto;
  font-family: FZLTDHK--GBK1-0;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #263762;
}
#top-banner-h2 {
  padding-bottom: 63px;
  margin: 0 auto;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #263762;
}
#top-banner-input {
  border: 0;
  outline: none;
  color: #333;
}
#top-banner-btn {
  width: 164px;
  height: 50px;
  background-image: linear-gradient(90deg, #6681ff 0%, #3765f5 100%);
  border-radius: 25px;
  cursor: pointer;
  outline: none;
  border: 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-banner-btn:hover {
  background-image: linear-gradient(90deg, #3565f7 0%, #3565f7 100%);
}
#banner-btn-box {
  width: 390px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 29px;
  box-sizing: border-box;
}
h1.title {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #191c3d;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}
.title-mini {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #191c3d;
  margin: 0 auto;
  margin-top: 18px;
  text-align: center;
}
#client-scheme {
  height: 520px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client-scheme-box {
  width: 23.5%;
  border-radius: 4px;
  border: solid 1px #eceef4;
  transition: all 0.5s;
}
.client-scheme-box:hover {
  transform: scale(1.05);
}
.top-client-scheme {
  width: 100%;
  height: 90px;
  border-radius: 4px 4px 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 90px;
  font-family: PingFangSC-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
#client-scheme-orange {
  background-image: url(../images/hhl_servecenter_imgs/orange-icon1.png);
}
#client-scheme-green {
  background-image: url(../images/hhl_servecenter_imgs/green-icon1.png);
}
#client-scheme-blue {
  background-image: url(../images/hhl_servecenter_imgs/blue-icon1.png);
}
#client-scheme-skyblue {
  background-image: url(../images/hhl_servecenter_imgs/skyblue-icon1.png);
}
.bottom-client-scheme {
  width: 100%;
  padding: 26px 15px 44px 15px;
  box-sizing: border-box;
}
.client-scheme-size {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  letter-spacing: 0px;
  color: #191c3d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.client-scheme-size img {
  margin-right: 17px;
}
.client-scheme-btn {
  width: 100%;
  max-width: 200px;
  height: 46px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  margin: 9px auto 0 auto;
  cursor: pointer;
  outline: none;
}
#client-scheme-btn1 {
  border: solid 1px #f07844;
  background-color: #fef8ef;
  color: #f07242;
}
#client-scheme-btn1:hover {
  border: solid 1px #f07844;
  background-color: #f07242;
  color: #fff;
}
#client-scheme-btn2 {
  border: solid 1px #42c299;
  background-color: #effefe;
  color: #41c29a;
}
#client-scheme-btn2:hover {
  border: solid 1px #42c299;
  background-color: #41c29a;
  color: #fff;
}
#client-scheme-btn3 {
  border: solid 1px #4a74f6;
  background-color: #eff3fe;
  color: #4a74f6;
}
#client-scheme-btn3:hover {
  border: solid 1px #4a74f6;
  background-color: #4a74f6;
  color: #fff;
}
#client-scheme-btn4 {
  border: solid 1px #4eabf7;
  background-color: #eff8fe;
  color: #48a5f5;
}
#client-scheme-btn4:hover {
  border: solid 1px #4eabf7;
  background-color: #48a5f5;
  color: #fff;
}
#template-box {
  height: 455px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#template-left {
  height: 100%;
}
#template-right {
  width: 695px;
  height: 500px;
  padding-top: 40px;
  box-sizing: border-box;
}
#template-right img {
  padding-top: 40px;
}
.template-left-size1 {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 2px;
  color: #191c3d;
  margin-bottom: 35px;
}
.template-left-box {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #191c3d;
  margin-bottom: 26px;
}
.template-left-imgbgc {
  width: 42px;
  height: 42px;
  background-image: linear-gradient(-45deg, #f8dbe3 0%, #fae6dd 100%);
  border-radius: 8px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#template-left-btn {
  width: 230px;
  height: 48px;
  background-color: #eff3fe;
  border-radius: 4px;
  border: solid 1px #4a74f6;
  margin-top: 27px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #4a74f6;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  outline: none;
}
#template-left-btn:hover {
  background-color: #4a74f6;
  color: #fff;
}
#seo-box {
  width: 100%;
  height: 579px;
  background-color: #ddecfb;
  margin-top: 80px;
  overflow: hidden;
}
#seo-list {
  height: 226px;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  box-sizing: border-box;
}
.seo-list-box {
  width: 46.5%;
  height: 102px;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 30px 35px 30px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #191c3d;
}
.seo-list-box:hover {
  box-shadow: 0 0 10px #ccc;
}
.seo-list-imgbgc {
  width: 42px;
  height: 42px;
  background-image: linear-gradient(-45deg, #cce2f6 0%, #dcf1fb 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-list-imgbgc {
  margin-right: 16px;
}
#seo-btn {
  width: 230px;
  height: 48px;
  background-color: #eff3fe;
  display: block;
  border-radius: 4px;
  border: solid 1px #4a74f6;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #4a74f6;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin: 0px auto;
  margin-top: 30px;
  outline: none;
}
#seo-btn:hover {
  background-color: #4a74f6;
  color: #fff;
}
#hhl-introduce {
  height: 300px;
  margin-top: 62px;
  display: flex;
  align-items: center;
}
#hhl-introduce-left {
  width: calc(100% - 41.6%);
  height: 100%;
}
.hhl-introduce-size1 {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #191c3d;
  margin-bottom: 10px;
}
.hhl-introduce-size1 span {
  margin-left: -20px;
}
#hhl-introduce-right {
  width: 41.6%;
  height: 100%;
  margin-left: 148px;
  position: relative;
}
#hhl-introduce-right img {
  width: auto;
  max-width: 100%;
}
.hhl-introduce-size2 {
  padding: 40px;
  box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #191c3d;
}
.introduce-right-box {
  width: 276px;
  height: 90px;
  background-image: linear-gradient(90deg, #6681ff 0%, #3765f5 100%);
  border-radius: 2px 14px 14px 14px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 10px;
  box-sizing: border-box;
  bottom: 10px;
  left: -113px;
}
#serve-box {
  height: 370px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.serve-list-box {
  width: 23.5%;
  border-radius: 4px;
  transition: all 0.5s;
  padding: 0 0 12px 0;
}
.serve-list-box img {
  width: 100%;
  height: auto;
}
.serve-list-box:hover {
  transform: scale(1.05);
}
.serve-box-bottom {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px #e5f6fa;
  padding: 20px 10px;
  text-align: center;
  box-sizing: border-box;
}
.serve-size1 {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  /* line-height: 26px; */
  letter-spacing: 0px;
  color: #191c3d;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serve-size2 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #191c3d;
}
#solution-box {
  width: 100%;
  height: 400px;
  background-color: #26379a;
  padding: 106px 0px;
  box-sizing: border-box;
}
.solution-list {
  display: flex;
  align-items: center;
  height: 187px;
}
.solution-size1 {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  color: #ffffff;
  margin-bottom: 29px;
}
.solution-size2 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  color: #ffffff;
}
.solution-border {
  height: 185px;
  border-right: 1px solid #b1b1b1;
  opacity: 0.5;
  margin-top: 16px;
}
#solution-right {
  width: 391px;
  height: 187px;
  margin-left: 58px;
}
.solution-left {
  width: calc(100% - 392px);
  padding-right: 5%;
}
#solution-btn-box {
  width: 390px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 29px;
  box-sizing: border-box;
}
#solution-input {
  border: 0;
  outline: none;
}
#solution-btn {
  width: 164px;
  height: 50px;
  background-image: linear-gradient(90deg, #ff6d3d 0%, #ff6d3d 100%);
  border-radius: 25px;
  cursor: pointer;
  border: 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  box-shadow: none;
}
#solution-btn:hover {
  background-image: linear-gradient(90deg, #e26b43 0%, #e26b43 100%);
}
.solution-size3 {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.nav-right .nav10 a {
  color: #28a7e1 !important;
}
@media screen and (max-width: 768px) {
  .w1240 {
    padding: 0 0.65rem;
  }
  #page-banner {
    width: 100%;
    height: 8.95rem;
    /* padding: 0.93rem 0px 1.1rem 0.28rem; */
    box-sizing: border-box;
    position: relative;
  }
  .page-banner-img {
    width: 100%;
    height: 8.95rem;
    /* position: absolute;
        top: 0;
        left: 0; */
  }
  .page-banner-size1 {
    font-family: FZLTDHK--GBK1-0;
    font-size: 1.25rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.45rem;
    letter-spacing: 0rem;
    color: #ffffff;
    position: absolute;
    top: 2.1rem;
    left: 0.5rem;
  }
  .page-banner-size2 {
    font-family: PingFangSC-Regular;
    font-size: 0.65rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.85rem;
    letter-spacing: 0rem;
    color: #ffffff;
    position: absolute;
    top: 5.45rem;
    left: 0.5rem;
    opacity: 0.7;
  }
  .title-size {
    width: 100%;
    margin: 0rem 0 0.6rem 0;
    padding: 0 0 0 0.35rem;
    border-left: 0.1rem solid #4d89f3;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 0.7rem;
    text-align: left;
    letter-spacing: 0.025rem;
  }
  .reserve-size {
    font-family: PingFangSC-Regular;
    font-size: 0.55rem;
    color: #999999;
    margin-top: 0.4rem;
  }
  #solution-box {
    width: 100%;
    height: unset;
    padding: 1.5rem 0 1rem 0;
  }
  .solution-list {
    height: unset;
    padding: 0;
  }
  .solution-border {
    display: none;
  }
  #solution-right {
    width: 100%;
    height: unset;
    padding: 0 0.65rem;
    margin-left: 0;
  }
  .solution-left {
    display: none;
  }
  #solution-btn-box {
    width: 100%;
    height: 1.95rem;
    background-color: #ffffff;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    box-sizing: border-box;
  }
  #solution-input {
    border: 0;
    outline: none;
    padding: 0 0.5rem;
    width: calc(100% - 5rem);
    font-size: 0.65rem;
    line-height: 1.95em;
  }
  #solution-btn {
    width: 5rem;
    height: 1.95rem;
    border-radius: 0.05rem;
    font-size: 0.7rem;
  }
  #solution-right .solution-size1 {
    font-size: 0.7rem;
    line-height: 1.05rem !important;
    margin-bottom: 0.9rem !important;
  }
  .solution-size3 {
    margin-top: 0.55rem;
    font-size: 0.55rem;
  }
  .nav-right .nav10 a {
    color: #28a7e1 !important;
  }
  #marketing-client-box {
    width: 100%;
    border-top: 0.45rem solid #f5f5f5;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 1.05rem;
    box-sizing: border-box;
    padding: 0.95rem 0.65rem 1rem 0.65rem;
  }
  .marketing-client-list {
    width: 100%;
    /* height: 5.9rem; */
    border-radius: 0.2rem;
    margin-top: 0.8rem;
    box-shadow: 0 0 0.2rem #e6e6e6;
  }
  .marketing-client-title {
    width: 100%;
    height: 2.55rem;
    padding: 0px 0.8rem 0px 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .client-title-size1 {
    font-family: PingFangSC-Medium;
    font-size: 0.75rem;
    letter-spacing: 0rem;
    color: #ffffff;
    text-decoration: none;
  }
  .client-title-size2 {
    font-family: PingFangSC-Regular;
    font-size: 0.65rem;
    letter-spacing: 0rem;
    color: #ffffff !important;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    text-decoration: none;
  }
  #purple-img {
    background-image: url(../images/hhl_servecenter_imgs/purple-icon1_m.png);
  }
  #green-img {
    background-image: url(../images/hhl_servecenter_imgs/green-icon1_m.png);
  }
  #blue-img {
    background-image: url(../images/hhl_servecenter_imgs/blue-icon1_m.png);
  }
  #skyblue-img {
    background-image: url(../images/hhl_servecenter_imgs/skyblue-icon1_m.png);
  }
  .marketing-client-content {
    width: 100%;
    /* height: 4.7rem; */
    padding: 0.7rem;
    box-sizing: border-box;
  }
  .client-content-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }
  .content-card {
    height: 1.4rem;
    line-height: 1.4rem;
    background-color: #ffffff;
    border-radius: 0.05rem;
    border: solid 0.025rem #e9e9e9;
    padding: 0 0.35rem;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
    font-size: 0.6rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 0.2rem; */
    margin: 0 0.35rem 0.35rem 0;
  }
  .marketing-client-serve {
    display: flex;
    align-items: center;
    margin-top: 0.37rem;
    padding-left: 0.32rem;
    box-sizing: border-box;
  }
  .marketing-client-serve img {
    width: 0.65rem;
    height: 0.55rem;
  }
  .client-serve-size1 {
    margin-left: 0.45rem;
    font-family: PingFangSC-Medium;
    font-size: 0.65rem;
    letter-spacing: 0rem;
    color: #333333;
  }
  #client-evaluate-box {
    width: 100%;
    height: unset;
    padding: 0.95rem 0.65rem 0.75rem 0.65rem;
    overflow: hidden;
    border-top: 0.5rem solid #f5f5f5;
    background-color: #fff;
  }
  .kungeek-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kungeek-title-size1 {
    font-family: PingFangSC-Medium;
    font-size: 0.65rem;
    letter-spacing: 0.025rem;
    color: #333333;
  }
  .kungeek-title-size2 {
    font-family: PingFangSC-Regular;
    font-size: 0.55rem;
    letter-spacing: 0rem;
    color: #666666;
    margin-top: 0.45rem;
  }
  .kungeek-title-logo {
    width: 2rem;
    height: 2rem;
  }
  .kungeek-title-text {
    width: calc(100% - 2.5rem);
  }
  .client-evaluate-content {
    width: 100%;
    height: unset;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    margin-top: 0.6rem;
    border-radius: 0.3rem;
    padding: 1.25rem 0.85rem;
    box-sizing: border-box;
  }
  .client-evaluate-content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 1.45rem;
    top: -0.53rem;
    border-right: 0.55rem solid transparent;
    border-left: 0.55rem solid transparent;
    border-bottom: 0.55rem solid #fff;
  }
  .client-evaluate-size1 {
    font-family: PingFangSC-Medium;
    font-size: 0.8rem;
    letter-spacing: 0.025rem;
    line-height: 0.95rem;
    color: #333333;
  }
  .client-evaluate-size2 {
    font-family: PingFangSC-Regular;
    font-size: 0.6rem;
    letter-spacing: 0rem;
    color: #666666;
    line-height: 0.9rem;
    margin-top: 0.75rem;
  }
}
