.phone-hide {
  display: none;
}
.phone-show {
  display: block !important;
}
.w {
  width: auto;
  padding: 0 15px;
}
.ww {
  width: 100%;
  padding: 0 15px;
}
.w-c {
  width: 100%;
  padding: 0;
}
.section {
  padding: 20px 0;
}
.section .section-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-top: 0;
  border-bottom: 1px solid #222333;
  padding-bottom: 20px;
}
.section .header-title {
  flex: 1;
  padding-bottom: 0;
  border-bottom: 0;
}

.section .icon {
  position: relative;
  top: -4px;
  width: 12px;
  height: 7px;
  margin-bottom: 0;
  margin-right: 8px;
}

.section .header-title .title {
  flex: 1;
  font-size: 20px;
}
.section .header-title .btn {
  width: 80px;
  height: 24px;
  font-size: 12px;
}

.section .header-title .btn img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.section .tabs {
  width: 100%;
  height: 40px;
  margin: 0 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section .tabs .tab {
  font-size: 14px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 200;
}
.section .tabs .tab:not(:last-child) {
  margin-right: 24px;
}

.header-section {
  height: 56px;
  background: #fff;
}
.header-section .header-in {
  position: relative;
  height: 56px;
}
.header-section .header-in .logo {
  width: 236.316px;
}
.header-section .icon-menu {
  display: block;
}
.header-section .dowm-menu {
  position: absolute;
  top: 55px;
  left: -1px;
  right: -1px;
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fefeff;
  backdrop-filter: blur(2px);
}
.header-section .dowm-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.header-section .dowm-menu a.active {
  background: #004ec3;
  color: #fff;
}
.header-section .dowm-menu a:last-child {
  margin-bottom: 0;
}
.header-section .dowm-menu a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/templates/website/images/index/arrow-right.svg);
}
.header-section .dowm-menu a.active::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/templates/website/images/index/arrow-right-white.svg);
}

.banner-section {
  margin-top: 56px;
  /* height: 200px; */
}
.banner-section .swiper .swiper-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1080;
  object-fit: cover;
}
.banner-section .swiper .btns {
  display: none;
}

/* 解决方案 */
.jjfa {
  width: 100%;
  padding-bottom: 20px;
  background: #f6f8fb;
  height: auto;
}
.jjfa .swiper-container-jjfa {
  width: auto;
}
.jjfa .card-content {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  overflow: hidden;
  padding-left: 0;
}
.jjfa .card-content .card {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  background: #fff;
}
.jjfa .card-content .card .img {
  width: 100%;
  height: 210px;
}
.jjfa .card-content .card .content {
  padding: 10px;
}
.jjfa .swiper-btn {
  width: 30px;
  height: 30px;
  top: 115px;
  z-index: 9;
}
.jjfa .swiper-btn.btn1 {
  left: 16px;
}
.jjfa .swiper-btn.btn2 {
  right: 16px;
}
.jjfa .card-content .card .content .title {
  font-size: 16px;
  color: #222;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.jjfa .card-content .card .content .info {
  color: #888;
  text-align: justify;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.jjfa .card-content .card .btn {
  display: none;
}
.jjfa .card-content .card .btn img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

/* 经典案例 */
.jdal {
  height: auto;
  background: #fff;
  padding-bottom: 0;
}
.jdal .jdal-contnet {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
}
.jdal .jdal-contnet.phone-hide {
  display: none;
}
.jdal .jdal-contnet .left {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-top: 20px;
  z-index: 9;
}
.jdal .jdal-contnet::after {
  content: "";
  display: none;
}
.jdal .jdal-contnet::before {
  content: "";
  display: none;
}
.jdal .jdal-contnet .left .li {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: 400;
  color: #222222;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.jdal .jdal-contnet .left .li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("/templates/website/images/index/arrow-right.svg");
}
.jdal .jdal-contnet .left .active {
  padding: 0;
  color: #004ec3;
  font-size: 16px;
  font-style: normal;
  border: none;
  border-bottom: 1px solid #ddd;
  background: #fff;
  /* 卡片投影 */
  box-shadow: none;
}
.jdal .jdal-contnet .left .active::after {
  content: "";
  display: block;
  transform: translateY(-50%) rotate(90deg);
  background: url("/templates/website/images/index/arrow-right-active.svg");
}
.jdal .jdal-contnet .left .active::before {
  content: "";
  display: none;
}
.jdal::after {
  display: none;
}
.jdal .right {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.jdal .right::after {
  content: "";
  display: none;
}
.jdal .right .content {
  position: relative;
  top: 0;
  height: 240px;
  z-index: 9;
}
.jdal .right .content img {
  width: 100%;
  height: 100%;
}
.jdal .right .content .bottom {
  position: absolute;
  bottom: 0;
  height: 80px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
.jdal .right .content .info {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.jdal .right .content .btn {
  position: absolute;
  right: -30px;
  bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 40px;
  color: #004ec3;
  text-align: justify;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}
.jdal .right .content .btn img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.case .card1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 15px) / 2);
  height: 200px;
  padding: 10px;
  background: #f5f5f5;
  margin-bottom: 16px;
}
.case .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case .card1 img {
  height: 80px;
}
.case .card1 .title1 {
  flex: 1;
  margin-top: 16px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.case .card1 .btn1 {
  display: flex;
  align-items: center;
  color: #004ec3;
  cursor: pointer;
  margin-bottom: 10px;
}
.case .card1 .btn1 img {
  width: 12px;
  height: 12px;
}

/* 关于我们 */
.about-us-section {
  width: 100%;
  height: auto;
  background: url("/templates/website/images/index/about-us-bg1.png") no-repeat;
  background-size: 100% 100%;
}
.about-us-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.about-us-content .left {
  width: 100%;
}
.about-us-content .left .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: PingFangSC-Medium-Regular, PingFangSC-Medium;
  font-weight: 400;
  color: #222;
  line-height: 24px;
}
.about-us-content .left .info {
  font-size: 14px;
  text-align: justify;
  font-family: PingFangSC-Regular-Regular, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
}
.about-us-content .left .btn {
  display: none;
}
.about-us-content .left .list {
  margin-top: 16px;
}
.about-us-content .left .list .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #cfcfcf;
  color: #222;
  font-size: 14px;
}
.about-us-content .left .list .li .en {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
}

.about-us-content .left .list .li .en::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #999;
  border-radius: 50%;
}
.about-us-content .left .list .li .num {
  position: relative;
  color: #004ec3;
  font-family: Square721 BT;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}
.about-us-content .left .list .li:not(:nth-child(3)) .num::after {
  content: "+";
  position: absolute;
  color: #004ec3;
  font-size: 18px;
  margin-left: 5px;
}
.about-us-content .left .list .li:nth-child(3) .num::after {
  content: "年";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: #004ec3;
  font-size: 16px;
}
.about-us-content .right {
  display: none;
}

/* 新闻中心 */
.news-section {
  background: #f6f8fb;
}
.news-section .tabs {
  margin-bottom: 20px;
}
.news-section .news-content .left {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 940/676;
}
.news-section .news-content .left .img {
  width: 100%;
  height: 100%;
}
.news-section .news-content .left .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.35);
  /* border-radius: 0px 0px 4px 4px; */
}
.news-section .news-content .left .info .row1 {
  font-size: 16px;
  font-family: PingFangSC-Medium-Regular, PingFangSC-Medium;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.news-section .news-content .left .info .row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
}
.news-section .news-content .left .info .row2 .img1 {
  cursor: pointer;
  width: 16px;
  height: 18px;
}
.news-section .news-content .right {
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.news-section .news-content .right .li {
  position: relative;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
  /* margin-bottom: 4px; */
}
.news-section .news-content .right .li .plus {
  position: absolute;
  right: 0;
  top: 14px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.news-section .news-content .right .li .title {
  width: 100%;
  padding-right: 40px;
  color: #222;
  margin-bottom: 8px;
  text-align: justify;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.news-section .news-content .right .li .info {
  display: none;
}
.news-section .news-content .right .li .btn {
  display: none;
}
.news-section .news-content .right .li .btn img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.news-section .news-content .right .li .time {
  color: #666;
  text-align: justify;
  font-family: DIN Alternate;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}
.news-section .news-content .right .active {
  /* height: 200px; */
  padding: 10px;
  background: linear-gradient(135deg, #e1ecff 0%, rgba(241, 246, 255, 0) 100%);
  box-shadow: 0px 4px 12px 0px rgba(22, 100, 255, 0.12);
  opacity: 1;
  border: 1px solid;
  border-image: linear-gradient(
      134deg,
      rgba(22, 100, 255, 0.5),
      rgba(22, 100, 255, 0)
    )
    1 1;
}
.news-section .news-content .right .active .title {
  padding-right: 0;
}
.news-section .news-content .right .active .plus {
  display: none;
}
.news-section .news-content .right .active .info {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  color: #222;
  text-align: justify;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.news-section .news-content .right .active .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-section .news-content .right .active .btn {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: 12px;
  color: #004ec3;
  cursor: pointer;
}
.news-section .news-content .right .active .btn img {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.news-section .news-content {
  display: none;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.news-section .news-content.avtive {
  display: flex;
}
.news-section .card {
  width: 320px;
  height: 358px;
  background: #fff;
  margin-right: 16px;
}
.news-section .card:last-child {
  margin-right: 0;
}
.news-section .card img {
  width: 320px;
  height: 240px;
  object-fit: cover;
}
.news-section .card .content {
  display: flex;
  flex-direction: column;
  height: 118px;
  padding: 20px 10px;
}
.news-section .card .title {
  flex: 1;
  color: #222;
  text-align: justify;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.news-section .card .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.news-section .card .bottom .time {
  color: #666;
  text-align: justify;
  font-family: DIN Alternate;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.news-section .card .bottom .btn {
  display: flex;
  align-items: center;
  color: #004ec3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.news-section .card .bottom .btn img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

/* 合作伙伴 */
.hzhb-section {
  background-image: url("/templates/website/images/index/hzhb-bg.png");
  background-size: 100%;
  padding-bottom: 0;
  margin-bottom: 29px;
}
.hzhb-section .hzhb-content,
.hzhb-page .hzhb-content {
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 40px;
}
.hzhb-section .hzhb-content a,
.hzhb-page .hzhb-content a {
  width: 106px;
  height: 44px;
  margin-right: 12px;
  margin-bottom: 12px;
  background: url("/templates/website/images/index/hzhb-bg1.svg");
  overflow: hidden;
  background-size: contain;
}
.hzhb-section .hzhb-content a:nth-child(5n),
.hzhb-page .hzhb-content a:nth-child(5n) {
  margin-right: 12px;
}
.hzhb-section .hzhb-content a:nth-child(3n),
.hzhb-page .hzhb-content a:nth-child(3n) {
  margin-right: 0;
}
.hzhb-section .hzhb-content a img,
.hzhb-page .hzhb-content a img {
  transform: scale(0.6);
  width: 100%;
  height: 100%;
}

/* 底部 */
.foot {
  height: auto;
  background: #222;
}
.foot .link-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  color: #fff;
}
.foot .link-box:nth-child(1) {
  width: 100%;
}
.foot .link-box:nth-child(1) .list {
  display: none;
}
.foot .link-box:nth-child(2) .list {
  display: none;
}
.foot .link-box .title-row {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #7a7a7a;
}
.foot .link-box .title-row img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.foot .link-box .title-row::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #222;
  border-radius: 50%;
  border: 1px solid #fff;
}
.foot .link-box .list {
  display: flex;
  justify-content: space-between;
}
.foot .link-box .list .col {
  display: flex;
  flex-direction: column;
}
.foot .link-box .list .col a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.foot .link-box .list .col a img {
  width: 16px;
  height: 16px;
}
.foot .link-box .list .col .row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.foot .link-box .list .row .col {
  text-align: center;
}
.topping.phone-hide {
  display: none;
}

/* 底部版权隐藏 */
.foot .copyright {
  display: none;
}

/* 新闻中心页面 */
.news .banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  height: 200px;
  background: url("/templates/website/images/news/news-img2.png") no-repeat;
  background-size: 100% 100%;
}
.news .banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.news .banner-section .title {
  position: relative;
  z-index: 9;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.news .banner-section .info {
  position: relative;
  z-index: 9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.news .section .header-title {
  padding-bottom: 0;
  border-bottom: 0;
}
.news .section .header-title .title {
  font-size: 20px;
}
.news .section .tabs {
  width: 100%;
  height: 40px;
  margin: 0 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.news .news-section .view {
  display: none;
}
.news .news-section .list-box {
  margin-top: 20px;
}
.news .news-section .list-box .list-li {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 310px;
  padding: 0;
  margin-right: 0;
  margin-bottom: 16px;
  border: 0;
  background: #f5f5f5;
}
.news .news-section .list-box .left {
  width: 100%;
  height: 192px;
}
.news .news-section .list-box .list-li .right .info {
  display: none;
}
.news .news-section .list-box .list-li .right {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  margin-top: 0;
}

.news .news-section .list-box .list-li .right .title {
  height: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #222;
  text-align: justify;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-line-clamp: 2;
}
.news .news-section .list-box .list-li .bottom {
  padding: 0;
  margin-top: 0;
}
.news .news-section .list-box .right .bottom .time {
  font-size: 14px;
}
.news .news-section .list-box .right .bottom .btn {
  display: flex;
}

/* 详情 */
.news .main {
  width: 100%;
  display: flex;
  padding: 16px;
  background: #fff;
  margin-top: 52px;
}
.news .main .left .header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.news .main .left .title {
  color: #222;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.news .main .left .row {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #999;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.news .main .left .content {
  color: #222;
  font-size: 16px;
  line-height: 32px;
}
.news .main .left .card-section {
  display: none;
}
.news .main .right {
  display: none;
}

/* 招贤纳士页面 */
.recruit .banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  height: 200px;
  background: url("/templates/website/images/recruit/recruit-img2.png")
    no-repeat;
  background-size: 100% 100%;
}
.recruit .banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.recruit .banner-section .title {
  position: relative;
  z-index: 9;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.recruit .main {
  width: 100%;
}
.recruit .main .li .title::before {
  width: 3px;
  height: 12px;
  margin-right: 6px;
}
.recruit .banner-section .info {
  position: relative;
  z-index: 9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.recruit .main {
  padding: 0;
}
.recruit .main .li {
  padding: 16px 0;
}
.recruit .main .li .title {
  font-size: 16px;
}
.recruit .main .li.active .title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #004ec3;
}
.recruit .main .li .content .box {
  margin-bottom: 16px;
}
.recruit .main .li .content .box .name {
  font-size: 14px;
}
.recruit .main .li .content .box .info .info-li {
  font-size: 14px;
}
.recruit .main .li .content .btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
}

/* 关于我们 */
.about-us .banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-top: 56px;
  height: 200px;
  background: url("/templates/website/images/aboutus/aboutus-img2.png")
    no-repeat;
  background-size: 100% 100%;
}
.about-us .banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  opacity: 0.4;
  background: linear-gradient(180deg, #004ec3 0%, rgba(0, 78, 195, 0.5) 100%);
}
.about-us .banner-section .title {
  position: relative;
  z-index: 9;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.about-us .banner-section .info {
  position: relative;
  z-index: 9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.about-us .aboutus .model {
  padding: 0;
}
.about-us .aboutus .about-us {
  padding-bottom: 16px;
}
.about-us .aboutus .model .header {
  height: 48px;
  font-size: 16px;
  margin-bottom: 16px;
  padding: 0;
  border-bottom: 1px solid #cfcfcf;
}
.aboutus .model .header::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.aboutus {
  padding: 0;
}
.aboutus .gsgk {
  padding: 0 16px;
  padding-bottom: 16px;
  background: #fff;
  margin-bottom: 20px;
}
.aboutus .gsgk .content {
  width: 100%;
  padding: 0;
}
.aboutus .gsgk .content .logo {
  display: none;
}
.aboutus .gsgk .content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
.aboutus .gsgk .list {
  flex-wrap: wrap;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  overflow: inherit;
}
.aboutus .gsgk .list .li {
  border: 0 !important;
  margin-bottom: 16px;
  width: 95% !important;
  padding: 0 !important;
}
.aboutus .gsgk .list .li .num {
  font-size: 28px;
  margin-left: 5px;
}
.qywh .content {
  padding: 0;
  width: 100%;
}
.qywh .row1 {
  flex-direction: column;
  padding: 60px 20px 20px 20px;
  margin-top: 105px;
}
.qywh .row1 .card {
  margin-bottom: 16px;
}
.qywh .row1 .card:first-child {
  margin-right: 0;
}
.qywh .row1 .card .title {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 18px;
}
.qywh .row1 .card .title::before {
  width: 8px;
  height: 8px;
}
.qywh .row1 .card .info {
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
}
.qywh .row2 {
  flex-direction: column;
  margin-top: 0;
  border-top: 1px solid rgba(115, 162, 255, 0.3);
}
.qywh .row2 .card {
  width: 100%;
  margin-right: 0;
  padding: 16px;
  height: auto;
}
.qywh .row2 .card .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.qywh .row2 .card .title::after {
  margin-top: 8px;
}
.qywh .card .info {
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
}
.qywh {
  background: url("/templates/website/images/aboutus/qygk-bg3.png");
  background-repeat: no-repeat;
  background-position: center 48px;
  margin-bottom: 16px;
}
.wzfb {
  margin-bottom: 16px;
}
.wzfb .tabs {
  height: 45px;
  margin-bottom: 16px;
}
.wzfb .tabs .tab {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 0;
}
.wzfb .tabs .tab:not(:last-child) {
  margin-right: 24px;
}
.wzfb .content {
  height: 354px;
  padding: 10px;
}
.wzfb .content #map {
  height: 242px;
}
.wzfb .bottom {
  position: relative;
  flex-wrap: wrap;
  margin-top: 14px;
}
.wzfb .bottom .address {
  flex: none;
  width: calc(100% - 28px);
  font-size: 14px;
  line-height: 18px;
}
.wzfb .bottom .btn {
  width: 76px;
  height: 20px;
  margin-left: 28px;
  font-size: 12px;
  margin-top: 20px;
}
.wzfb .bottom .btn img {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.fzlc {
  height: auto;
  background: #fff;
}
.fzlc .header {
  margin: 0;
  padding: 0 !important;
}
.fzlc .content {
  height: auto;
  padding: 0;
  margin-bottom: 60px;
}
.fzlc .content .ul {
  position: relative;
  flex-direction: column;
  left: 0;
}
.fzlc .li {
  height: 380px;
  width: 100%;
}
.fzlc .li .line {
  background: #c5c5c5;
}
.fzlc .swiper-slide {
  height: auto !important;
}
.fzlc .li .card {
  width: 100%;
  height: 360px;
  margin-top: 16px;
  border: 1px solid #e1e1e1;
  padding: 16px;
  background: linear-gradient(
    to bottom,
    #e1ecff 0.01%,
    rgba(241, 246, 255, 0) 30%
  );
}
.fzlc .li .line::before {
  width: 8px;
  height: 8px;
  border-width: 2px;
}
.fzlc .btns {
  display: none;
}
.fzlc .card .zs {
  width: 100%;
  max-height: 160px;
  margin: 0 auto;
  aspect-ratio: 300/218;
}
.fzlc .card .zs img {
  width: 100%;
  object-fit: contain;
}
.fzlc .card .title {
  font-size: 20px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.fzlc .card .info {
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}
.fzlc .card .card-btns {
  height: 25px;
  margin-top: 16px;
}
.fzlc .card .card-btns img {
  width: 25px;
  height: 25px;
}

/* 解决方案 */
.solution .banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-top: 56px;
  height: 200px;
  background: url("/templates/website/images/solution/solution.img2.png")
    no-repeat;
  background-size: 100% 100%;
}
.solution .banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.solution .banner-section .title {
  position: relative;
  z-index: 9;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.solution .banner-section .info {
  position: relative;
  z-index: 9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.solution .solution-content .li .header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: 48px;
  font-size: 16px;
  border-bottom: 1px solid #cfcfcf;
}
.solution .solution-section {
  padding: 0;
  margin-bottom: 16px;
}
.solution .solution-content .li .header::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-size: 100% 100%;
}
.solution .solution-content .li {
  margin-bottom: 16px;
}
.solution .solution-content .li .header {
  margin-bottom: 0;
}
.solution .solution-content .li .tabs {
  height: 46px;
  margin-top: 0;
  margin-bottom: 15px;
}
.solution .solution-content .li .tabs .tab {
  padding-bottom: 0;
}
.solution .solution-content .li .content1 {
  display: none;
  position: relative;
  height: 257px;
}
.solution .solution-content .li .content1.active {
  display: block;
}
.solution .solution-content .li .content1 .box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.1);
}
.solution .solution-content .li .content1 .info {
  height: 36px;
  color: #fff;
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.solution .solution-content .li .content1 img {
  height: 100%;
}
.solution .solution-content .li .content .row1 {
  flex-direction: column;
  height: auto;
}
.solution .solution-content .li .content .row1 img {
  width: 100%;
}
.solution .solution-content .li .content .row1 .right {
  width: 100%;
  padding: 16px;
}
.solution .solution-content .li .content .row1 .right .title {
  font-size: 16px;
  margin-bottom: 16px;
}
.solution .solution-content .li .content .row1 .right .title::before {
  width: 4px;
  margin-right: 8px;
}
.solution .solution-content .li .content .row1 .right .info {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.solution .solution-content .li .content .row1 .right .btn {
  justify-content: center;
}
.solution .solution-content .li .content .row1 .right .btn img {
  width: 24px;
  height: 24px;
}
.solution .solution-content .li .content .row2 {
  padding: 16px;
}
.solution .solution-content .li .content .row2 .item {
  width: 100%;
  margin-bottom: 16px;
}
.solution .solution-content .li .content .row2 .item .item-name {
  font-size: 14px;
  padding: 3px 6px;
}
.solution .solution-content .li .content .row2 .item .item-info {
  font-size: 12px;
  line-height: 18px;
}

.detail-page .header-title {
  margin-bottom: 16px;
  font-size: 18px;
}
.detail-page .header-title::before {
  width: 3px;
  height: 14px;
  margin-right: 6px;
}
.detail-page .model {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.case .section {
  padding: 0;
}
.case .section .phone-hide {
  display: none;
}
.case .banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-top: 56px;
  height: 200px;
  background: url("/templates/website/images/case/case-img2.png") no-repeat;
  background-size: 100% 100%;
}
.case .banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.case .banner-section .title {
  position: relative;
  z-index: 9;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.case .banner-section .info {
  position: relative;
  z-index: 9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.case .case-content {
  display: block;
  width: auto;
  padding-bottom: 0;
}
.case .card {
  width: 100%;
  padding: 10px;
}
.case .case-content .content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.case .case-title {
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cfcfcf;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.case .case-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(../images/solution/icon-title.svg);
  background-size: 100% 100%;
}
.case .content .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 15px) / 2);
  height: 200px;
  padding: 10px;
  background: #f5f5f5;
  margin-bottom: 16px;
}
.case .card img {
  height: 80px;
}
.case .card .title1 {
  flex: 1;
  margin-top: 16px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.case .card .btn1 {
  display: flex;
  align-items: center;
  color: #004ec3;
  cursor: pointer;
  margin-bottom: 10px;
}
.case .card .btn1 img {
  width: 12px;
  height: 12px;
}

.case .card .title {
  margin-top: 16px;
}
.case .card .title::after {
  margin-top: 10px;
  margin-bottom: 16px;
}
.case .card .info {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #222;
}

.hzhb-page .banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin-top: 56px;
  height: 200px;
  background: url("/templates/website/images/case/case-img2.png") no-repeat;
  background-size: 100% 100%;
}
.hzhb-page .banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.hzhb-page .banner-section .title {
  position: relative;
  z-index: 9;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.hzhb-page .banner-section .info {
  position: relative;
  z-index: 9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.hzhb-page .phone-hide {
  display: none;
}
.hzhb-page .hzhb-content {
  justify-content: flex-start;
  margin-top: 0;
}
.topping {
  display: none !important;
}
.foot .link-box:nth-child(2) {
  width: auto;
}
@media (min-device-width: 200px) and (max-device-width: 750px) {
  .banner-section {
    margin-top: 56px;
    height: 200px;
  }
}
