/**
 * demo
 * date: 2023-11-15
 * author: hjh;
 */
body {
  background: #edf1f7 !important;
}

.main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 26px 0;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-txt {
  position: absolute;
  width: 234px;
  height: 60px;
  padding-left: 58px;
  color: #333;
  font-size: 16px;
  line-height: 60px;
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  background: url(../images/tab_ico.png) no-repeat left 24px center #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-hd {
  width: 235px;
  background: #fff;
  padding-top: 60px;
}
.tab-hd-item {
  height: 46px;
  line-height: 46px;
  color: #666;
  font-size: 14px;
  line-height: 46px;
  cursor: pointer;
  padding-left: 52px;
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-image: url(../images/item_ico.png);
}
.tab-hd-item.active {
  background-color: #0d5efa;
  background-image: url(../images/item_ico_active.png);
  color: #fff;
}
.tab-mod {
  position: relative;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(38, 58, 95, 0.1);
          box-shadow: 0px 0px 12px 0px rgba(38, 58, 95, 0.1);
  margin-bottom: 20px;
}
.tab-mod:last-child {
  margin-bottom: 0;
}
.tab-bd {
  width: 949px;
  background: #fff;
  min-height: 704px;
}
.tab-bd-item {
  padding: 24px 24px 16px;
}
.tab-bd-item .tab-title {
  position: relative;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 52px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 15px;
}
.tab-bd-item .tab-title:before {
  width: 3px;
  height: 14px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.5px;
  background: #0d5efa;
}
.tab-bd-item .tab-title > h3 {
  padding-right: 15px;
}
.tab-bd-item .label {
  color: #666;
  line-height: 22px;
}
.tab-bd-item .content {
  color: #333;
  line-height: 22px;
}
.tab-wechat {
  position: absolute;
  top: 70px;
  right: 26px;
  width: 74px;
}
.tab-wechat > img {
  width: 100px;
  height: 100px;
}
.tab-wechat > p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  text-align: center;
}

.tel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 145px;
}
.tel-item {
  width: 353px;
  margin-top: 18px;
  padding-left: 44px;
  margin-left: 14px;
  background-repeat: no-repeat;
  background-position: left 7.5px;
}
.tel-item.ico1 {
  background-image: url(../images/ico1.png);
}
.tel-item.ico2 {
  background-image: url(../images/ico2.png);
}
.tel-item.ico3 {
  background-image: url(../images/ico3.png);
}

.download-btn {
  height: 32px;
  border-radius: 2px;
  border: 1px solid #0d5efa;
  color: #fff;
  line-height: 32px;
  color: #0d5efa;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.download-btn:hover {
  background: #0d5efa;
  color: #fff;
}

.page-title {
  height: 82px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
}
.page-title > span {
  display: block;
  width: 1200px;
  margin-left: 30px;

  padding-left: 58px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 82px;
  background: url(../images/title_bg.png) no-repeat left center;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  background: url(../images/banner_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.banner-wrap {
  width: 1200px;
  margin-left: 30px;
  padding-top: 31px;
}
.banner-wrap > h2 {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}
.banner-wrap > p {
  color: #4b708b;
  font-size: 14px;
  line-height: 22px;
}