@charset "utf-8";
.sl-1 {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sl-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.sl-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.fb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header {
  position: relative;
}
.header .banner .banner_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .banner .text {
  max-width: 9.83rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  color: #ffffff;
  z-index: 3;
}
.header .banner .text .fir {
  font-size: 0.6rem;
  margin-bottom: 0.4rem;
}
.header .banner .text .sec {
  font-size: 0.3rem;
}
.zt {
  font-family: PingFang-SC-Heavy;
}
.w1560 {
  width: 15.6rem;
  margin: 0 auto;
}
.w1270 {
  width: 81.4%;
  margin: 0 auto;
}
/* 标题 */
.product_title {
  text-align: center;
  font-size: 0.36rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0.02rem;
  color: #000000;
}
/* 产品特色 */
.part01 {
  padding-bottom: 0.82rem;
  padding-top: 0.88rem;
  border-bottom: 0.56rem solid #f4f6f9;
}
.part01_list {
  margin-top: 0.69rem;
  margin-right: -5%;
}
.part01_list li {
  float: left;
  width: 22%;
  margin-right: 3%;
  margin-bottom: 0.3rem;
}
.part01_list a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.part01_list a img {
  margin-right: 0.27rem;
}
.part01_list a .text {
  padding: 0.05rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.01rem;
  color: #636363;
}
.part01_list li:not(:last-child) > a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  content: '';
  width: 22px;
  height: 19px;
  vertical-align: middle;
  background-image: url(../images/step_arrow.png);
}
.part01_list li:nth-child(3) {
  width: 3.9rem;
}
.part01_list li:last-child {
  margin-right: 0;
}
.gray {
  background-color: #f4f6f9;
}
/* 合作方式 */
.part02 {
  padding-top: 0.92rem;
}
.tab > li {
  cursor: pointer;
}
.zq_nav {
  margin-top: 0.96rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  border-bottom: 0.01rem solid #f4f6f9;
}
.zq_nav ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zq_nav li {
  width: 1.6rem;
  text-align: center;
  padding-bottom: 0.28rem;
  border-bottom: 0.05rem solid transparent;
}
.zq_nav li:not(:last-child) {
  margin-right: 1rem;
}
.zq_nav li:hover,
.zq_nav li.current {
  border-bottom: 0.05rem solid #2c66da;
}
.zq_nav a {
  color: #000000;
}
.zq_content .pane {
  padding-top: 0.76rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0.01rem;
  color: #636363;
}
.zq_content .pane > p {
  padding: 0 1.32rem;
}
/* 伙伴权益 */
.part03 {
  margin-top: 0.85rem;
  margin-bottom: 0.65rem;
}
.part03_list {
  margin-top: 0.82rem;
  margin-right: -2.5%;
}
.part03_list li {
  float: left;
  width: 22.5%;
  margin-right: 2.5%;
  margin-bottom: 0.3rem;
}
.part03_list li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.part03_list a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0.62rem 0.28rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 4.07rem;
  background-color: #f4f6f9;
  text-align: center;
}
.part03_list a .top {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.01rem;
  color: #000000;
  margin-bottom: 0.4rem;
}
.part03_list a .top .img {
  margin-bottom: 0.4rem;
}
.part03_list a p {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.24rem;
  letter-spacing: 0.01rem;
  color: #979797;
  word-break: break-all;
  text-align: left;
}
.part03_list li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.part04 {
  padding-top: 0.56rem;
  padding-bottom: 0.78rem;
}
.part04_content {
  margin-top: 0.5rem;
  background-color: #ffffff;
}
.part04_content .img_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3rem 0.48rem;
  padding-right: -webkit-calc(0.48rem - 3.3%);
  padding-right: -moz-calc(0.48rem - 3.3%);
  padding-right: calc(0.48rem - 3.3%);
  padding-bottom: 0;
  margin-right: -3.3%;
}
.part04_content .img_box li {
  float: left;
  width: 13.22%;
  margin-right: 3.3%;
  margin-bottom: 0.36rem;
}
.part04_content .img_box li {
  min-width: 1.3rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.01rem solid #f4f4f4;
}
.part04_content .img_box li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
