h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
.sale-callcenter-container {
  min-width: 1140px;
}
.sale-callcenter-container .card-box {
  width: 100%;
  text-align: center;
  padding: 80px 0 120px 0;
}
.sale-callcenter-container .card-box .card-title {
  display: block;
  margin: 0;
  line-height: 44px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
.sale-callcenter-container .card-box .card-desc {
  line-height: 28px;
  display: inline-block;
  font-size: 18px;
  margin: 10px 0 0 0;
  font-weight: 400;
}
.sale-callcenter-container .banner-outer {
  height: 550px;
  width: 100%;
  background: #00bdc1;
}
.sale-callcenter-container .banner-outer .new-banner {
  height: 550px;
  width: 100%;
}
.sale-callcenter-container .banner-outer .banner-inner {
  width: 1000px;
  padding-top: 175px;
  margin: auto;
  color: white;
}
.sale-callcenter-container .banner-outer .banner-inner h1 {
  font-size: 50px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  line-height: 65px;
}
.sale-callcenter-container .banner-outer .banner-inner .text {
  font-size: 18px;
  margin-top: 25px;
  line-height: 18px;
  height: 18px;
  box-sizing: border-box;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox {
  margin-top: 36px;
  width: 1000px;
  display: flex;
  height: 44px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox .r-box {
  height: 450px;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox .r-box img {
  width: 448px;
  height: auto;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox .l-btn {
  height: 44px;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 44px;
  text-align: center;
  margin-right: 35px;
  cursor: pointer;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox .l-btn a {
  text-decoration: none;
  display: inline-block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1ababd;
  cursor: pointer;
  border-radius: 3px;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox .l-btn a:first-child {
  margin-right: 10px;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox .l-btn a:first-child:hover {
  background: #e4f2f3;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox .l-btn a:last-child {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.sale-callcenter-container .banner-outer .banner-inner .btnBox .l-btn a:last-child:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.sale-callcenter-container .card-one {
  background-color: #fff;
}
.sale-callcenter-container .card-one h3 {
  color: #1a2233;
}
.sale-callcenter-container .card-one h5 {
  color: rgba(26, 34, 51, 0.6);
}
.sale-callcenter-container .card-one .one-box {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.sale-callcenter-container .card-one .one-box .box-left {
  border-radius: 12px 0px 0px 12px;
  background: #fafafa;
  margin-bottom: 10px;
}
.sale-callcenter-container .card-one .one-box .box-left .item-def {
  display: flex;
  padding: 30px 40px;
  padding-left: 50px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 325px;
}
.sale-callcenter-container .card-one .one-box .box-left .item-def .ti {
  margin-bottom: 6px;
  position: relative;
  margin-left: 28px;
}
.sale-callcenter-container .card-one .one-box .box-left .item-def .ti img {
  position: absolute;
  top: -2px;
  left: -38px;
  width: 26px;
  height: auto;
}
.sale-callcenter-container .card-one .one-box .box-left .item-def .ti .inline-text {
  display: inline-block;
  color: #1a2233;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.sale-callcenter-container .card-one .one-box .box-left .item-def p {
  line-height: 20px;
  color: rgba(26, 34, 51, 0.6);
  margin: 2px 0;
  position: relative;
  font-size: 14px;
  margin-left: 12px;
}
.sale-callcenter-container .card-one .one-box .box-left .item-def p::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  top: 6px;
  left: -20px;
}
.sale-callcenter-container .card-one .one-box .box-left .item-def.item2 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
}
.sale-callcenter-container .card-one .one-box .box-right {
  border-radius: 12px;
  margin-top: -10px;
  background: #e0f5f5;
}
.sale-callcenter-container .card-one .one-box .box-right .item-right {
  width: 515px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sale-callcenter-container .card-one .one-box .box-right .item-right .ti {
  display: inline-block;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  position: relative;
}
.sale-callcenter-container .card-one .one-box .box-right .item-right .ti img {
  position: absolute;
  margin-left: -48px;
  width: 34px;
  height: auto;
}
.sale-callcenter-container .card-one .one-box .box-right .item-right .ti .inline-text {
  display: inline-block;
  color: #1ababd;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.sale-callcenter-container .card-one .one-box .box-right .item-right p {
  margin: 2px 0;
  font-size: 14px;
  color: #1a2233;
  position: relative;
  margin-left: 22px;
}
.sale-callcenter-container .card-one .one-box .box-right .item-right p::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #1ababd;
  border-radius: 50%;
  top: 6px;
  left: -20px;
}
.sale-callcenter-container .card-one .one-box .box-right .item-right.item2 {
  border-top: 1px solid #89e1e3;
  border-bottom: 1px solid #89e1e3;
  background: #e0f5f5;
  height: 102px;
}
.sale-callcenter-container .card-two {
  background-color: #1a2233;
}
.sale-callcenter-container .card-two .card-title {
  color: #fff;
}
.sale-callcenter-container .card-two h5 {
  color: rgba(255, 255, 255, 0.6);
}
.sale-callcenter-container .card-two .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.sale-callcenter-container .card-two .box .left img {
  display: none;
  width: 660px;
  height: auto;
}
.sale-callcenter-container .card-two .box .left img.active {
  display: inline-block;
}
.sale-callcenter-container .card-two .box .right {
  display: flex;
  flex-direction: column;
  height: 410px;
  justify-content: space-around;
  margin-left: 20px;
}
.sale-callcenter-container .card-two .box .right .item {
  width: 280px;
  padding: 22px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  cursor: pointer;
}
.sale-callcenter-container .card-two .box .right .item.active .t::before,
.sale-callcenter-container .card-two .box .right .item:hover .t::before {
  background-color: #fff;
  right: 7px;
}
.sale-callcenter-container .card-two .box .right .item.active .t::after,
.sale-callcenter-container .card-two .box .right .item:hover .t::after {
  background-color: #fff;
  right: 0;
  top: 15px;
}
.sale-callcenter-container .card-two .box .right .item .t {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sale-callcenter-container .card-two .box .right .item .t::before {
  content: '';
  position: absolute;
  background-color: #5e6470;
  width: 10px;
  height: 1px;
  right: 0px;
  transform: rotate(45deg);
}
.sale-callcenter-container .card-two .box .right .item .t::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #5e6470;
  top: 22px;
  right: 0;
  transform: rotate(-45deg);
}
.sale-callcenter-container .card-two .box .right .item .d {
  display: none;
}
.sale-callcenter-container .card-two .box .right .item:hover {
  border: 1px solid #1ababd;
  background: rgba(255, 255, 255, 0.1);
}
.sale-callcenter-container .card-two .box .right .item:hover .t {
  color: #1ababd;
}
.sale-callcenter-container .card-two .box .right .item.active {
  border-radius: 12px;
  border: 1px solid #1ababd;
  background: rgba(255, 255, 255, 0.1);
  height: auto;
}
.sale-callcenter-container .card-two .box .right .item.active .t {
  color: #1ababd;
  margin-bottom: 6px;
}
.sale-callcenter-container .card-two .box .right .item.active .d {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}
.sale-callcenter-container .card-three {
  background-color: #fff;
  width: 100%;
  padding-bottom: 0;
}
.sale-callcenter-container .card-three .card-title {
  color: #1a2233;
}
.sale-callcenter-container .card-three h5 {
  color: rgba(0, 0, 0, 0.6);
}
.sale-callcenter-container .card-three .box-list .remove-bfc {
  overflow: hidden;
}
.sale-callcenter-container .card-three .box-list .box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.sale-callcenter-container .card-three .box-list .box-item .img img {
  width: 575px;
  height: auto;
}
.sale-callcenter-container .card-three .box-list .box-item .font {
  display: flex;
  height: 100%;
  width: 400px;
}
.sale-callcenter-container .card-three .box-list .box-item .font .space {
  width: 105px;
  height: 300px;
  float: left;
}
.sale-callcenter-container .card-three .box-list .box-item .font .detail {
  text-align: left;
}
.sale-callcenter-container .card-three .box-list .box-item .font .detail .link {
  margin-top: 50px;
  color: #1ababd;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-decoration-line: underline;
  line-height: 28px;
  display: inline-block;
  position: relative;
}
.sale-callcenter-container .card-three .box-list .box-item .font .detail .link::after {
  content: '→';
  position: absolute;
  color: #1ababd;
  right: -25px;
  transition: all 0.3s ease-in-out;
}
.sale-callcenter-container .card-three .box-list .box-item .font .detail .link:hover {
  color: #0097a0;
}
.sale-callcenter-container .card-three .box-list .box-item .font .detail .link:hover::after {
  right: -30px;
  color: #0097a0;
}
.sale-callcenter-container .card-three .box-list .box-item .font .title {
  color: #1ababd;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 8px;
}
.sale-callcenter-container .card-three .box-list .box-item .font .desc {
  color: #1a2233;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.sale-callcenter-container .card-three .box-list .box-item .font .point {
  margin-top: 20px;
  color: #1a2233;
  list-style: disc;
}
.sale-callcenter-container .card-three .box-list .box-item .font .point li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.sale-callcenter-container .card-three .box-list .box-item .font .point li span {
  color: #1a2233;
}
.sale-callcenter-container .card-four {
  background-color: #fff;
  width: 100%;
}
.sale-callcenter-container .card-four h3 {
  color: #1a2233;
}
.sale-callcenter-container .card-four h5 {
  color: rgba(0, 0, 0, 0.6);
}
.sale-callcenter-container .card-four .box-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.sale-callcenter-container .card-four .box-list .item {
  margin: 0 10px;
}
.sale-callcenter-container .card-four .box-list .item .img-box {
  width: 320px;
  height: 160px;
  overflow: hidden;
  border-radius: 10px;
}
.sale-callcenter-container .card-four .box-list .item img {
  display: inline-block;
  transition: all 0.5s ease 0.1s;
  width: 320px;
  height: auto;
}
.sale-callcenter-container .card-four .box-list .item img:hover {
  transform: scale(1.1);
}
.sale-callcenter-container .card-four .box-list .item .four-desc {
  width: 300px;
  text-align: left;
  margin-top: 24px;
}
.sale-callcenter-container .card-four .box-list .item .four-desc .ti {
  display: inline-block;
  color: #1a2233;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  vertical-align: middle;
}
.sale-callcenter-container .card-four .box-list .item .four-desc .tag {
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  margin-left: 4px;
}
.sale-callcenter-container .card-four .box-list .item .four-desc .tag.tag1 {
  border-radius: 4px;
  border: 0.5px solid #1ababd;
  background: rgba(26, 186, 189, 0.2);
  color: #1ababd;
}
.sale-callcenter-container .card-four .box-list .item .four-desc .tag.tag2 {
  border-radius: 4px;
  border: 0.5px solid #ffbc00;
  background: rgba(255, 188, 0, 0.2);
  color: #ffbc00;
}
.sale-callcenter-container .card-four .box-list .item .four-desc .tag.tag3 {
  border-radius: 4px;
  border: 0.5px solid #00b3eb;
  background: rgba(0, 179, 235, 0.2);
  color: #00b3eb;
}
.sale-callcenter-container .card-four .box-list .item .four-desc .detail {
  color: #3f4c5a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
