@charset "UTF-8";
/*
    使对应标签展示
*/
.list_item:nth-child(1) > div {
  display: block !important;
}

.business-sub,
.advantage-content,
.info-center {
  margin: 0 auto;
}

.bannerIndex {
  min-width: 1400px;
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.bannerIndex .swiper-container {
  width: 100%;
  margin: 0 auto;
}

.bannerIndex .swiper-container .swiper-slide .bannerImg {
  width: 100%;
  height: 100%;
  display: none;
}

.bannerIndex .swiper-container .swiper-slide > img {
  width: 100%;
}

.bannerIndex .banner_text {
  width: 706px;
  height: 72px;
  font-size: 100px;
  font-weight: 400;
  color: #f7f9ff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -85px;
  z-index: 1000;
}

.bannerIndex .banner_text > span {
  line-height: 1;
  font-family: "黑体";
}

.business-introduction {
  width: 100%;
}

.business-introduction .business-sub {
  width: 1366px;
  height: 1006px;
}

.business-introduction .business-sub .business-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  width: 100%;
  margin: 20px 0;
}

.business-introduction .business-sub .business-top > h3 {
  width: 404px;
  height: 29px;
  font-size: 30px;
  font-family: "黑体";
  font-weight: normal;
  color: #333333;
  line-height: 29px;
}

.business-introduction .business-sub .business-top > p {
  width: 206px;
  height: 18px;
  font-size: 18px;
  font-family: "黑体";
  font-weight: normal;
  color: #333333;
  margin-top: 20px;
}

.business-introduction .business-sub .business-select {
  width: 100%;
}

.business-introduction .business-sub .business-select .bs-select-option {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.business-introduction .business-sub .business-select .bs-select-option .bs-option-items {
  line-height: 50px;
  font-size: 18px;
  font-family: "黑体";
  color: #333333;
  position: relative;
  letter-spacing: 1px;
  cursor: pointer;
}

.business-introduction .business-sub .business-select .bs-select-content {
  width: 100%;
  position: relative;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content {
  position: absolute;
  height: 745px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content .bs-content-left,
.business-introduction .business-sub .business-select .bs-select-content .bs-content .bs-content-right {
  background: -webkit-linear-gradient(left, #fff5f5, #e9f3ff);
  /* Safari 5.1 - 6 */
  background: -o-linear-gradient(right, #fff5f5, #e9f3ff);
  /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(right, #fff5f5, #e9f3ff);
  /* Firefox 3.6 - 15*/
  background: linear-gradient(to right, #fff5f5, #e9f3ff);
  /* 标准的语法 */
  width: 40%;
  padding: 10px 20px;
  height: 100%;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content .bs-content-left {
  border-right: 2px solid #fff;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content .haiwai {
  width: 80%;
  height: 30%;
  margin: 0 auto;
  background: -webkit-linear-gradient(left, #fff5f5, #e9f3ff);
  /* Safari 5.1 - 6 */
  background: -o-linear-gradient(right, #fff5f5, #e9f3ff);
  /* Opera 11.1 - 12*/
  background: -moz-linear-gradient(right, #fff5f5, #e9f3ff);
  /* Firefox 3.6 - 15*/
  background: linear-gradient(to right, #fff5f5, #e9f3ff);
  /* 标准的语法 */
  border-top: 2px solid #fff;
  padding: 10px 20px;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content .haiwai > li {
  padding: 5px 10px;
  width: 50%;
  float: left;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content .haiwai > li > h4 {
  font-size: 18px;
  font-family: "黑体";
  font-weight: normal;
  color: #333333;
  margin: 5px;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-top {
  width: 100%;
  height: 112px;
  display: flex;
  padding: 20px 10px;
  align-items: center;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-top > img {
  width: 49px;
  height: 50px;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-top > p {
  margin-left: 20px;
  font-size: 20px;
  font-family: "黑体";
  font-weight: 800;
  color: #333333;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom .bs-active-bottom {
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(138, 168, 151, 0.35);
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a {
  display: block;
  margin-bottom: 10px;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a > li {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a > li > h4 {
  font-size: 18px;
  font-family: "黑体";
  font-weight: normal;
  color: #333333;
  margin: 6px;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a > li > p {
  font-size: 14px;
  font-family: "黑体";
  font-weight: normal;
  color: #656565;
  line-height: 24px;
  margin: 10px;
}

.business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a > li > p > span {
  margin: 0 5px;
}

.bs-active {
  border-bottom: 3px solid red;
  font-weight: bold;
}

.bb-advantage {
  width: 100%;
}

.bb-advantage .advantage-title {
  width: 100%;
  height: 120px;
  text-align: center;
  line-height: 120px;
  background: #1f222d;
  font-size: 30px;
  font-family: "黑体";
  font-weight: normal;
  color: white;
}

.bb-advantage .advantage-content {
  width: 100%;
}

.bb-advantage .advantage-content .advantage-items {
  width: 100%;
  height: 660px;
}

.bb-advantage .advantage-content .advantage-items > li {
  width: 25%;
  height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}

.bb-advantage .advantage-content .advantage-items > li > a > img {
  width: 100%;
  height: 100%;
}

.bb-advantage .advantage-content .advantage-items > li > a .adv-text {
  position: absolute;
  top: 30%;
  left: 10%;
}

.bb-advantage .advantage-content .advantage-items > li > a .adv-text > h4 {
  font-size: 25px;
  font-family: "黑体";
  font-weight: normal;
  color: white;
  margin-bottom: 20px;
}

.bb-advantage .advantage-content .advantage-items > li > a .adv-text > p {
  font-size: 14px;
  font-family: "黑体";
  font-weight: normal;
  color: white;
  line-height: 24px;
  letter-spacing: 1px;
}

.bb-advantage .advantage-bottom {
  width: 100%;
  height: 70px;
  text-align: center;
  background: #1f222d;
}

.bb-advantage .advantage-bottom > a {
  line-height: 70px;
  font-size: 12px;
  font-family: "黑体";
  font-weight: normal;
  color: #aaaaaa;
}

.bb-advantage .advantage-bottom > a:hover {
  color: red;
}

.information-center {
  width: 100%;
  height: 606px;
  background-image: url(../images/29.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.information-center .info-center {
  width: 1366px;
  height: 100%;
}

.information-center .info-center > h3 {
  font-size: 30px;
  font-family: "黑体";
  font-weight: normal;
  color: #333333;
  text-align: center;
  padding: 30px 0;
}

.information-center .info-center .info-center-content {
  width: 95%;
  margin: 0 auto;
  display: flex;
}

.information-center .info-center .info-center-content .infocen-items {
  width: 34%;
  height: 400px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.information-center .info-center .info-center-content .infocen-items .infocen-items-top {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.information-center .info-center .info-center-content .infocen-items .infocen-items-top p {
  font-size: 16px;
  font-family: "黑体";
  font-weight: normal;
  color: #333333;
}

.information-center .info-center .info-center-content .infocen-items .infocen-items-top span {
  font-size: 12px;
  font-family: "黑体";
  font-weight: 500;
  color: #a3a3a3;
}

.information-center .info-center .info-center-content .infocen-items .infocen-items-bottom {
  width: 90%;
  border-top: 2px solid #d3cdcd;
  margin: 10px auto;
}

.information-center .info-center .info-center-content .infocen-items .infocen-items-bottom > a > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.information-center .info-center .info-center-content .infocen-items .infocen-items-bottom > a > li > div {
  width: 2px;
  height: 14px;
  background: #ef8f21;
  margin: 10px 15px;
}

.information-center .info-center .info-center-content .infocen-items .infocen-items-bottom > a > li > p {
  font-size: 14px;
  font-family: "黑体";
  font-weight: normal;
  color: #333333;
  line-height: 24px;
}

.information-center .info-center .infocen-items-active {
  transform: scale(1.1);
  box-shadow: 0px 0px 29px 0px rgba(160, 160, 160, 0.5);
}

.information-center .info-center .infocen-items-active .infocen-items-top {
  height: 66px;
  background: linear-gradient(65deg, #ff5f5f 0%, #e48b8b 17%, #5bd2da 51%, #7188fe 95%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.information-center .info-center .infocen-items-active .infocen-items-top > p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
  color: white !important;
  margin-right: 10px;
}

.information-center .info-center .infocen-items-active .infocen-items-top > span {
  font-size: 12px;
  font-family: PingFang;
  font-weight: 500;
  color: white;
  color: white !important;
}

.success-case {
  width: 100%;
  height: 767px;
  background-image: url("../images/success-backg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.success-case .sucase-content {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.success-case .sucase-content .success-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  width: 100%;
  padding: 20px 0;
}

.success-case .sucase-content .success-title > h3 {
  font-size: 30px;
  font-family: "黑体";
  font-weight: normal;
  color: white;
  line-height: 29px;
}

.success-case .sucase-content .success-title > p {
  font-size: 18px;
  font-family: "黑体";
  font-weight: normal;
  color: white;
  margin-top: 15px;
}

.success-case .sucase-content .success-swiper-container {
  margin: 0 auto;
  margin-top: 50px;
  width: 1366px;
  height: 80%;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.success-case .sucase-content .success-swiper-container .succ-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 25px;
}

.success-case .sucase-content .success-swiper-container .succ-img > img {
  width: 15%;
  height: 140px;
}

.success-case .sucase-content .success-swiper-container .succ-swiper-pagination {
  position: absolute;
  bottom: 40px;
}

.success-case .sucase-content .success-swiper-container .succ-swiper-pagination > span {
  background: #fff;
  border-radius: 5px;
  width: 100px;
}

.success-case .sucase-content .success-swiper-container .swiper-button-prev-succ {
  position: absolute;
  left: 0;
  z-index: 9000;
}

/**

    响应式

*/
@media only screen and (max-width: 750px) {
  .bannerIndex {
    margin-top: 0;
    height: 37.25rem;
    min-width: 0;
  }
  .bannerIndex .swiper-container {
    height: 37.25rem;
    margin: 0 auto;
  }
  .bannerIndex .swiper-container .swiper-slide .monImg1 {
    background: url("../images/mob/index/banner_1.png") no-repeat;
  }
  .bannerIndex .swiper-container .swiper-slide .monImg2 {
    background: url("../images/mob/index/banner_2.png") no-repeat;
  }
  .bannerIndex .swiper-container .swiper-slide .monImg3 {
    background: url("../images/mob/index/banner_3.png") no-repeat;
  }
  .bannerIndex .swiper-container .swiper-slide .monImg4 {
    background: url("../images/mob/index/banner_4.png") no-repeat;
  }
  .bannerIndex .swiper-container .swiper-slide .bannerImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  .bannerIndex .swiper-container .swiper-slide > img {
    display: none;
  }
  .bannerIndex .swiper-container .swiper-button-prev,
  .bannerIndex .swiper-container .swiper-button-next {
    display: none;
  }
  .bannerIndex .banner_text {
    width: 13.3rem;
    height: 1.4rem;
    font-size: 1.89rem;
    top: 50%;
    left: 50%;
    margin-left: -5.5rem;
    margin-top: -0.7rem;
  }
  .bannerIndex .banner_text > span {
    line-height: 1;
    font-family: "黑体";
  }
  .business-introduction {
    width: 100%;
    background: #dae4f5;
    padding-bottom: 1rem;
  }
  .business-introduction .wline {
    display: none;
  }
  .business-introduction .business-sub {
    width: 18.75rem;
    height: 64.65rem;
  }
  .business-introduction .business-sub .business-top {
    margin: 0;
  }
  .business-introduction .business-sub .business-top > h3 {
    font-size: 0.8rem;
    width: 10.85rem;
  }
  .business-introduction .business-sub .business-top > p {
    width: 6.9rem;
    font-size: 0.6rem;
  }
  .business-introduction .business-sub .business-select {
    width: 18.75rem;
  }
  .business-introduction .business-sub .business-select .bs-select-option {
    width: 100%;
  }
  .business-introduction .business-sub .business-select .bs-select-option .bs-option-items {
    font-size: 0.9rem;
  }
  .business-introduction .business-sub .business-select .bs-select-content {
    margin-top: 0.5rem;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content {
    height: auto;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content .bs-content-left,
  .business-introduction .business-sub .business-select .bs-select-content .bs-content .bs-content-right {
    width: 100%;
    height: auto;
    padding: 0.3rem 1.1rem;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content .bs-content-left {
    border-right: none;
    margin-bottom: 0.5rem;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content .haiwai {
    width: 100%;
    height: 40%;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content .haiwai > li {
    margin-top: 0.5rem;
    padding: 0.4rem 0.8rem;
    width: 100%;
    border-top: 0.1rem solid #fff;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content .haiwai > li > h4 {
    font-size: 0.7rem;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content-top {
    width: 100%;
    height: 2rem;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content-top > img {
    width: 2rem;
    height: 2rem;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content-top > p {
    font-size: 0.9rem;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a {
    display: block;
    margin-bottom: 10px;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a > li {
    margin-top: 0.5rem;
    padding: 0.4rem 0.8rem;
    width: 100%;
    border-top: 0.1rem solid #fff;
    padding: 5px 0;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a > li > h4 {
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0px;
    margin-top: 6px;
  }
  .business-introduction .business-sub .business-select .bs-select-content .bs-content-bottom > a > li > p {
    font-size: 0.6rem;
    margin: 0;
  }
  .bb-advantage {
    width: 100%;
  }
  .bb-advantage .advantage-content {
    width: 100%;
  }
  .bb-advantage .advantage-content .advantage-items {
    width: 100%;
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .bb-advantage .advantage-content .advantage-items > :nth-child(1) {
    background: url("../images/mob/index/choose1.png") no-repeat;
    background-size: 100% 100%;
  }
  .bb-advantage .advantage-content .advantage-items > :nth-child(2) {
    background: url("../images/mob/index/choose2.png") no-repeat;
    background-size: 100% 100%;
  }
  .bb-advantage .advantage-content .advantage-items > :nth-child(3) {
    background: url("../images/mob/index/choose3.png") no-repeat;
    background-size: 100% 100%;
  }
  .bb-advantage .advantage-content .advantage-items > :nth-child(4) {
    background: url("../images/mob/index/choose4.png") no-repeat;
    background-size: 100% 100%;
  }
  .bb-advantage .advantage-content .advantage-items > li {
    width: 96%;
    height: 25%;
    margin: 0.3rem auto;
    border-radius: 5px;
  }
  .bb-advantage .advantage-content .advantage-items > li > a > img {
    display: none;
  }
  .bb-advantage .advantage-content .advantage-items > li > a .adv-text {
    top: 20%;
  }
  .bb-advantage .advantage-content .advantage-items > li > a .adv-text > h4 {
    font-size: 0.7rem;
  }
  .bb-advantage .advantage-content .advantage-items > li > a .adv-text > p {
    font-size: 0.6rem;
  }
  .bb-advantage .advantage-bottom {
    height: 2rem;
    background: transparent;
  }
  .bb-advantage .advantage-bottom > a {
    font-size: 0.6rem;
    color: #333333;
    line-height: normal;
  }
  .information-center {
    width: 100%;
    height: auto;
    background: #d9e3f4;
  }
  .information-center .info-center {
    width: 18.75rem;
    height: 100%;
  }
  .information-center .info-center > h3 {
    font-size: 0.9rem;
    padding: 1rem 0;
  }
  .information-center .info-center .info-center-content {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .information-center .info-center .info-center-content .infocen-items {
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .information-center .info-center .info-center-content .infocen-items .infocen-items-top > p {
    font-size: 16px;
    font-family: "黑体";
    font-weight: normal;
    color: #333333;
  }
  .information-center .info-center .info-center-content .infocen-items .infocen-items-top > span {
    font-size: 12px;
    font-family: "黑体";
    font-weight: 500;
    color: #a3a3a3;
  }
  .information-center .info-center .info-center-content .infocen-items .infocen-items-bottom {
    width: 90%;
    border-top: 2px solid #d3cdcd;
    margin: 0 auto;
  }
  .information-center .info-center .info-center-content .infocen-items .infocen-items-bottom > a > li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
  }
  .information-center .info-center .info-center-content .infocen-items .infocen-items-bottom > a > li > div {
    width: 0.1rem;
    height: 1.1rem;
  }
  .information-center .info-center .info-center-content .infocen-items .infocen-items-bottom > a > li > p {
    font-size: 0.6rem;
  }
  .success-case {
    height: 33rem;
    background-image: url("../images/mob/index/succ.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .success-case .sucase-content {
    padding-top: 1rem;
  }
  .success-case .sucase-content .success-title {
    height: 3rem;
    padding: 0;
  }
  .success-case .sucase-content .success-title > h3 {
    font-size: 0.9rem;
    line-height: 0px;
  }
  .success-case .sucase-content .success-title > p {
    font-size: 0.7rem;
    margin-top: 15px;
  }
  .success-case .sucase-content .success-swiper-container {
    margin: 0.5rem auto;
    width: 100%;
    height: 27rem;
  }
  .success-case .sucase-content .success-swiper-container .succ-img {
    padding: 1rem;
  }
  .success-case .sucase-content .success-swiper-container .succ-img > img {
    width: 29%;
    height: 3.34rem;
    margin: 0.3rem;
  }
  .success-case .sucase-content .success-swiper-container .succ-swiper-pagination {
    bottom: 0;
  }
  .success-case .sucase-content .success-swiper-container .succ-swiper-pagination > span {
    width: 1rem;
  }
  .success-case .sucase-content .success-swiper-container .swiper-button-prev-succ,
  .success-case .sucase-content .success-swiper-container .swiper-button-next-succ {
    display: none;
  }
}
