@charset "UTF-8";
.swiper {
  text-align: center;
  width: 100%;
  padding-top: 31.25%;
  position: relative; }

.swiper-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.s-nav-bar {
  z-index: 99;
  background: #ffffff;
  height: 80px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  display: flex;
  align-items: center;
  justify-content: center; }

.s-nav-item {
  z-index: 55;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #333333; }

.s-nav-item-active,
.s-nav-item:hover {
  color: #BF2230; }

.capter {
  z-index: -1;
  position: relative;
  display: flex;
  margin: 0;
  transform: translate(0, -50px); }

.capter > img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.xtgn-content {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 18%; }

.xtgn-nav {
  align-items: center;
  justify-content: center;
  display: flex; }

.xtgn-nav-item {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer; }

.xtgn-line {
  margin-top: 10px;
  height: 1px;
  background-color: #BF2230;
  width: 100%;
  visibility: hidden; }

.xtgn-nav-item-active > .xtgn-line,
.xtgn-nav-item:hover > .xtgn-line {
  visibility: visible; }

.xtgn-fuction {
  margin-top: 2.5%;
  width: 78.125%;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.06); }

.xtgn-fuction > img {
  width: 100%; }

.title-wrap {
  text-align: center;
  color: #333;
  margin-bottom: 55px; }
  .title-wrap .title {
    font-size: 24px;
    margin-bottom: 10px; }
  .title-wrap .icon {
    width: 38px;
    height: 2px;
    margin-bottom: 24px; }
  .title-wrap .sub {
    font-size: 36px;
    margin: 0; }
  .title-wrap .text {
    font-size: 16px;
    max-width: 900px;
    line-height: 1.6;
    padding: 12px 0;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8; }

.container {
  margin: 0 auto;
  width: 1200px; }

.content {
  width: 100%;
  padding: 70px 0;
  background: #fff; }

.content1 .list {
  display: flex;
  justify-content: space-between; }
.content1 .item {
  text-align: center; }
  .content1 .item .icon {
    width: 76px;
    height: 76px;
    margin-bottom: 12px; }
  .content1 .item .name {
    font-size: 20px;
    margin: 0;
    font-weight: normal; }

.content2 {
  background: #fbfbfb; }
  .content2 .list {
    display: flex;
    justify-content: space-between;
    margin: 0 -40px; }
  .content2 .item {
    border: 1px solid #eee;
    flex: 1;
    margin: 0 3px;
    padding: 0 30px; }
  .content2 .it-top {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    align-items: center; }
    .content2 .it-top .icon {
      width: 62px;
      height: 52px; }
    .content2 .it-top .name {
      font-size: 20px;
      margin-left: 25px; }
  .content2 .it-body {
    height: 305px;
    padding: 40px 0 0; }
    .content2 .it-body .bo-item {
      margin-bottom: 15px; }
    .content2 .it-body .sub-name {
      font-size: 18px;
      margin-bottom: 10px; }
    .content2 .it-body .ic {
      width: 6px;
      height: 6px;
      display: inline-block;
      border-radius: 50%;
      border: 2px solid #BF2230;
      margin-right: 5px; }
    .content2 .it-body .sub-text {
      font-size: 14px;
      height: 40px;
      padding-left: 15px;
      color: #666; }

.content3 .list {
  background: url(../img/solution_live/bg1.png) no-repeat center top;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  height: 320px;
  margin: 0 -10px; }
.content3 .item:nth-child(1) {
  transform: translate(0, 84px); }
.content3 .item:nth-child(2) {
  transform: translate(0, 22px); }
.content3 .item:nth-child(3) {
  transform: translate(-25px, -20px); }
.content3 .item:nth-child(4) {
  transform: translate(0, -12px); }
.content3 .item:nth-child(5) {
  transform: translate(16px, 22px); }
.content3 .item:nth-child(6) {
  transform: translate(0, 84px); }
.content3 .item .icon {
  width: 62px;
  height: 62px;
  margin-bottom: 12px; }
.content3 .item .name {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold; }
.content3 .item .txt {
  font-size: 14px;
  color: #333;
  margin: 0 0 4px; }

.content4 {
  background: #fbfbfb; }
  .content4 .list {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px; }
  .content4 .stimg {
    position: relative;
    z-index: 5;
    margin-right: 32px; }
  .content4 .item {
    margin-bottom: 150px; }
    .content4 .item .line {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      display: flex;
      align-items: center; }
      .content4 .item .line .a {
        color: #BF2230;
        font-family: '宋体';
        font-size: 14px;
        font-weight: bold; }
      .content4 .item .line .h {
        width: 140px;
        height: 1px;
        border-bottom: 1px dashed #BF2230; }
    .content4 .item .ltop {
      display: flex;
      align-items: center;
      position: relative; }
    .content4 .item .name {
      font-size: 22px;
      font-weight: bold;
      margin: 0 10px; }
    .content4 .item .text {
      padding: 6px 0;
      line-height: 1.6; }
  .content4 .left {
    padding-right: 25px;
    padding-top: 200px; }
    .content4 .left .item .ltop {
      justify-content: flex-end; }
    .content4 .left .item .line {
      left: 100%; }
  .content4 .right {
    padding-left: 40px;
    padding-top: 130px; }
    .content4 .right .text {
      padding-left: 60px; }
    .content4 .right .line {
      right: 100%; }

.content5 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -40px 80px; }
  .content5 .wrap:nth-last-child(1) {
    margin-bottom: 0; }
.content5 .st {
  flex: 1;
  transform: translate(30px, 0);
  width: 780px; }
.content5 .st3 {
  flex: 1;
  transform: translate(30px, 0);
  width: 780px; }
.content5 .st4 {
  width: 780px; }
.content5 .ibox {
  width: 440px;
  border: 1px solid #ddd; }
  .content5 .ibox .lhead {
    background: url(../img/solution_live/bg2.png) no-repeat;
    height: 74px;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 74px; }
.content5 .list {
  padding: 0 30px; }
  .content5 .list .item {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd; }
    .content5 .list .item:nth-last-child(1) {
      border: 0; }
  .content5 .list .fir {
    width: 80px;
    font-size: 22px;
    font-weight: bold;
    color: #BF2230; }
    .content5 .list .fir .icon {
      max-width: 42px;
      max-height: 42px; }
  .content5 .list .txt {
    flex: 1;
    font-size: 14px;
    line-height: 1.6; }

.content6 {
  background: url(../img/solution_live/bg3.png) no-repeat center center;
  background-size: cover;
  min-height: 800px;
  padding: 30px 0; }
  .content6 .title-wrap {
    color: #fff; }

.swiperbox {
  padding: 0 40px;
  position: relative; }
  .swiperbox .btn-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    .swiperbox .btn-arrow.prev {
      left: 0;
      transform: translate(-30px, 0); }
    .swiperbox .btn-arrow.next {
      right: 0;
      transform: translate(30px, 0); }
  .swiperbox .item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .swiperbox .st {
    max-width: 600px; }
  .swiperbox .info {
    width: 500px; }
    .swiperbox .info .name {
      display: flex;
      align-items: center;
      color: #E30920;
      font-size: 24px;
      margin-bottom: 20px; }
    .swiperbox .info .big {
      margin-right: 5px;
      font-size: 30px;
      font-weight: bold; }
    .swiperbox .info .logoimg {
      width: 114px;
      height: 27px; }
    .swiperbox .info .line {
      width: 20px;
      height: 1px;
      background: #fff;
      margin-bottom: 10px; }
  .swiperbox .text {
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
    width: 400px; }

.shop-wrap1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -40px; }
.shop-wrap1 .left {
  width: 320px;
  background: #f9f2f2;
  padding: 15px 20px; }
.shop-wrap1 .left-item {
  padding: 10px 0;
  display: flex;
  justify-content: space-between; }
  .shop-wrap1 .left-item .info {
    width: 200px;
    padding: 0 10px; }
  .shop-wrap1 .left-item .icon {
    width: 47px;
    height: 47px; }
.shop-wrap1 .info .name {
  font-size: 20px;
  margin-bottom: 6px; }
.shop-wrap1 .info .text {
  font-size: 14px;
  color: #666;
  line-height: 1.6; }
.shop-wrap1 .middle {
  padding: 0 15px; }
  .shop-wrap1 .middle .st {
    max-width: 600px; }
  .shop-wrap1 .middle .icons {
    position: relative; }
  .shop-wrap1 .middle .label {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    top: 66%;
    font-size: 12px;
    transform: scale(0.7); }
  .shop-wrap1 .middle .mid-item {
    width: 440px;
    background: #f9f2f2;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 0; }
  .shop-wrap1 .middle .info {
    text-align: left; }
.shop-wrap1 .right {
  background: #f9f2f2;
  padding: 45px 25px;
  text-align: center; }
  .shop-wrap1 .right .icon {
    margin-bottom: 15px; }

.shop-wrap2 {
  background: url(../img/solution_shop/bg1.png) no-repeat top center;
  height: 730px;
  padding: 40px 0 0; }
  .shop-wrap2 .title-wrap {
    color: #fff; }
  .shop-wrap2 .wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto; }
  .shop-wrap2 .navlist {
    width: 250px;
    background: rgba(16, 60, 125, 0.8);
    padding: 25px 0; }
    .shop-wrap2 .navlist .item {
      height: 90px;
      line-height: 90px;
      font-size: 20px;
      text-align: center;
      margin-bottom: 15px; }
      .shop-wrap2 .navlist .item.active {
        background: url(../img/solution_shop/bg2.png) no-repeat left top;
        background-size: 100% 100%;
        margin-left: -10px;
        margin-right: -10px; }
    .shop-wrap2 .navlist a {
      color: #fff;
      display: block; }
  .shop-wrap2 .switch {
    flex: 1;
    padding-left: 80px; }
    .shop-wrap2 .switch .cont {
      display: none; }
  .shop-wrap2 .switch-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 670px; }
    .shop-wrap2 .switch-item .list {
      width: 220px;
      color: #fff; }
    .shop-wrap2 .switch-item .item {
      margin-bottom: 80px; }
    .shop-wrap2 .switch-item .name {
      font-size: 20px;
      margin-bottom: 12px; }
    .shop-wrap2 .switch-item .text {
      font-size: 14px; }
    .shop-wrap2 .switch-item .ic {
      width: 6px;
      height: 6px;
      border: 2px solid #BF2230;
      display: inline-block;
      border-radius: 50%;
      margin-right: 5px;
      vertical-align: 2px; }
    .shop-wrap2 .switch-item .text {
      padding-left: 15px; }

.shop-wrap3, .shop-wrap4 {
  background: #FBFBFB; }
  .shop-wrap3 .title-wrap, .shop-wrap4 .title-wrap {
    margin-bottom: 25px; }
  .shop-wrap3 .list, .shop-wrap4 .list {
    display: flex;
    justify-content: space-between; }
  .shop-wrap3 .item, .shop-wrap4 .item {
    text-align: center;
    width: 22%; }
    .shop-wrap3 .item .icon, .shop-wrap4 .item .icon {
      width: 146px;
      height: 146px;
      margin-bottom: 28px; }
    .shop-wrap3 .item .name, .shop-wrap4 .item .name {
      margin-bottom: 12px;
      font-size: 20px; }
    .shop-wrap3 .item .text, .shop-wrap4 .item .text {
      font-size: 14px;
      color: #666;
      line-height: 1.7; }

.shop-wrap4 {
  background: #fff; }
  .shop-wrap4 .list {
    flex-wrap: wrap; }
  .shop-wrap4 .item {
    padding: 20px 0; }
    .shop-wrap4 .item .icon {
      width: 70px;
      height: 70px;
      margin-bottom: 15px; }

.shop-wrap5 {
  background: url(../img/solution_shop/bg3.png) no-repeat top center;
  min-height: 780px;
  padding: 60px 0 0; }
  .shop-wrap5 .title-wrap {
    margin-bottom: 25px;
    color: #fff; }
  .shop-wrap5 .flex {
    display: flex;
    justify-content: space-between; }
  .shop-wrap5 .list {
    width: 500px; }
  .shop-wrap5 .item {
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    margin-bottom: 15px; }
    .shop-wrap5 .item .icon {
      width: 60px;
      height: 60px; }
    .shop-wrap5 .item .info {
      flex: 1;
      padding-left: 20px; }
    .shop-wrap5 .item .name {
      margin-bottom: 12px;
      font-size: 20px; }
    .shop-wrap5 .item .text {
      font-size: 14px;
      color: #666;
      line-height: 1.7; }

.shop-wrap6 .navlist {
  display: flex;
  justify-content: space-around; }
.shop-wrap6 .nav-item {
  padding: 5px 6px;
  border-bottom: 1px solid #fff;
  font-size: 20px; }
  .shop-wrap6 .nav-item.active {
    border-bottom-color: #BF2230; }
  .shop-wrap6 .nav-item a {
    display: block;
    color: #333; }
.shop-wrap6 .content-wrap {
  padding: 50px 0;
  margin: 0 -40px;
  height: 390px; }
.shop-wrap6 .content-item {
  box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.06);
  padding: 25px 35px;
  display: none; }
.shop-wrap6 .ibox {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.shop-wrap6 .cover {
  background: #F8F0F0;
  padding: 35px 50px; }
  .shop-wrap6 .cover .st {
    width: 460px;
    height: 260px; }
.shop-wrap6 .info {
  flex: 1;
  padding-left: 40px; }
  .shop-wrap6 .info .name {
    font-size: 24px;
    color: #BF2230;
    margin-bottom: 16px; }
  .shop-wrap6 .info .text {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px; }
.shop-wrap6 .label-list {
  display: flex;
  flex-wrap: wrap; }
  .shop-wrap6 .label-list .lable-item {
    width: 120px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    margin-right: 14px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 14px;
    color: #333; }
    .shop-wrap6 .label-list .lable-item:hover {
      border-color: #BF2230;
      color: #BF2230; }

.shop-wrap7 .list {
  display: flex;
  justify-content: space-between; }
.shop-wrap7 .item {
  flex: 1;
  margin: 0 1px;
  border: 1px solid #eee; }
  .shop-wrap7 .item:hover .name {
    color: #BF2230; }
.shop-wrap7 .cover {
  height: 210px;
  overflow: hidden; }
.shop-wrap7 .st {
  width: 100%;
  height: 210px;
  object-fit: cover; }
.shop-wrap7 .info {
  padding: 15px 15px 0; }
  .shop-wrap7 .info .name {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px; }
  .shop-wrap7 .info .text {
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 1.5; }
.shop-wrap7 .ft {
  padding: 15px 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  font-size: 14px;
  color: #666; }

.txt-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; }

.txt-hide2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.txt-hide3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

/*# sourceMappingURL=solution_live.css.map */
