/*reset default css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  font-family: Microsoft YaHei, Montserrat,  Avenir, Helvetica, Arial, sans-serif;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
}

.section-wraper {
  width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
}

.ctxt-w {
  min-height: 575px;
  max-width: 100%;
}
.header::-webkit-scrollbar {
  display: none;
}
/*body::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
.input::-webkit-input-placeholder {
  color: red;
}
.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2000;
  height: 143px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*width: 100vw;*/
  overflow: auto;
}

.header .welcome {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #999999;
  padding: 13px 0 13px 32px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  background: #FAFAFA;
  display: block;
  width: 100%;
  min-width: 1366px;
}

.header-w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 1366px;
  padding: 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 4px 12px 0 rgba(157, 157, 157, 0.1);
          box-shadow: 0 4px 12px 0 rgba(157, 157, 157, 0.1);
}

.header-w .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-w .logo .divider {
  display: inline-block;
  width: 1px;
  height: 51px;
  background: #999;
  margin: 0 8px 0 17px;
}

.header-w .logo .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
}

.header-w .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}

.header-w .nav div {
  padding: 0 25px;
}

.header-w .nav div a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: rgba(0, 0, 0, 0.65);
}

.header-w .nav div a:hover, .header-w .nav div a.active {
  position: relative;
  color: #D7000F;
}

.header-w .nav div a:hover::after, .header-w .nav div a.active::after {
  content: '';
  width: calc(100% + 74px);
  display: inline-block;
  position: absolute;
  bottom: -43px;
  left: -37px;
  border-bottom: 2px solid #D7000F;
}

.header-w .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-w .operate div {
  padding: 11px 15px;
  border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #333333;
}

.header-w .operate div:not(:first-child) {
  margin-left: 15px;
}

.header-w .operate .login {
  color: #FFFFFF;
  background: #D7000F;
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 156px;
  background: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 160px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.footer .logo {
  width: 127px;
  height: 49px;
  background: url(../image/index/bs_logo_caih_bottom.png) no-repeat;
  background-size: 127px 49px;
}

.footer .center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 24px;
}

.footer .center .beian {
  position: relative;
}

.footer .center .beian a {
  color: rgba(255, 255, 255, 0.65) !important;
}

.footer .center .beian::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../image/index/bs_ico_gh_bottom.png) no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 10px;
}

.footer .about {
  padding-right: 66px;
}

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconshijian:before {
  content: "\e616";
}

.iconshipin:before {
  content: "\e733";
}

.iconzuo:before {
  content: "\e6ef";
}

.iconxia:before {
  content: "\e632";
}

.iconzuozhe1:before {
  content: "\e699";
}

.iconyewu:before {
  content: "\e688";
}

.iconkexinwangzhanyanzheng:before {
  content: "\e638";
}

.iconyou2:before {
  content: "\e647";
}

.iconguanbi:before {
  content: "\e610";
}

.iconxiangyou:before {
  content: "\e631";
}

.iconchanyepeitao:before {
  content: "\e639";
}

.iconyou:before {
  content: "\e6b9";
}

.icondown:before {
  content: "\e612";
}

.iconguanwang-yinhang:before {
  content: "\e613";
}

.iconguanwang-zhengfu:before {
  content: "\e614";
}

.iconguanwang-jinrong:before {
  content: "\e615";
}

.iconjinrong:before {
  content: "\e600";
}

.iconnongye:before {
  content: "\e601";
}

.iconhaiguan:before {
  content: "\e602";
}

.iconfupin:before {
  content: "\e603";
}

.iconzhaoshang:before {
  content: "\e604";
}

.iconlvyou:before {
  content: "\e605";
}

.icongongan:before {
  content: "\e606";
}

.iconlianxiwomen-dianhua:before {
  content: "\e607";
}

.iconlianxiwomen-dizhi:before {
  content: "\e608";
}

.iconlianxiwomen-chuanzhen:before {
  content: "\e609";
}

.iconhexin-:before {
  content: "\e60a";
}

.iconhexin-1:before {
  content: "\e60b";
}

.iconhexin-2:before {
  content: "\e60c";
}

.iconhexin-3:before {
  content: "\e60d";
}

.iconhexin-4:before {
  content: "\e60e";
}

.iconhexin-5:before {
  content: "\e60f";
}

.iconjiaru:before {
  content: "\e611";
}

.iconjiaru1:before {
  content: "\e617";
}

.iconjiaru2:before {
  content: "\e618";
}

.iconjiaru3:before {
  content: "\e619";
}

.iconjiaru4:before {
  content: "\e61a";
}

.iconjiaru5:before {
  content: "\e61b";
}

.iconjiaru6:before {
  content: "\e61c";
}

.iconjiaru7:before {
  content: "\e61d";
}

.iconjiaru8:before {
  content: "\e61e";
}

.iconjiaru9:before {
  content: "\e61f";
}

.iconjiaru10:before {
  content: "\e620";
}

.iconjiaru11:before {
  content: "\e621";
}

.iconicon-test:before {
  content: "\e622";
}

.iconicon-test1:before {
  content: "\e623";
}

.iconicon-test2:before {
  content: "\e624";
}

.iconicon-test3:before {
  content: "\e625";
}

.iconk-baoxian:before {
  content: "\e626";
}

.iconk-daikuan:before {
  content: "\e627";
}

.iconk-danbao:before {
  content: "\e628";
}

.iconk-fuwu:before {
  content: "\e629";
}

.iconk-zulin:before {
  content: "\e62a";
}

.iconin:before {
  content: "\e62b";
}

.iconin1:before {
  content: "\e62c";
}

.iconin2:before {
  content: "\e62d";
}

.iconin3:before {
  content: "\e62e";
}

.iconin4:before {
  content: "\e62f";
}

.iconin5:before {
  content: "\e630";
}

.iconzhao:before {
  content: "\e633";
}

.iconzhao1:before {
  content: "\e634";
}

.iconzhao2:before {
  content: "\e635";
}

.iconzhao3:before {
  content: "\e636";
}

.iconzhao4:before {
  content: "\e637";
}

.iconz:before {
  content: "\e63a";
}

.iconz1:before {
  content: "\e63b";
}

.iconz2:before {
  content: "\e63c";
}

.iconz3:before {
  content: "\e63d";
}

.iconz4:before {
  content: "\e63e";
}

.iconz5:before {
  content: "\e63f";
}

.iconz6:before {
  content: "\e640";
}

.iconz7:before {
  content: "\e641";
}

.iconz8:before {
  content: "\e642";
}

.iconz9:before {
  content: "\e643";
}

.iconz10:before {
  content: "\e644";
}

.iconz11:before {
  content: "\e645";
}

@font-face {
  font-family: 'bahnschrift';
  src: url("../fonts/bahnschrift.ttf") format("truetype");
}

.bahnschrift {
  font-family: 'bahnschrift', serif;
}

body {
  overflow: auto;
  max-width: 100%!important;
}

.ctxt {
  padding-top: 143px;
  width: 100% !important;
  max-width: 100%;
}
.ctxt .banner-container {
  max-width: 100%;
  position: relative;
  height: 600px;
  background: url("../image/index/bs_banner_search_1.png") no-repeat center;
  background-size: cover;
}

.ctxt .banner-container .search {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
.selectItem{
  display: flex;
  height: 36%;
  min-height: 30%;
  width: 83%;
  min-width: 1200px;
margin: auto;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.itemImag1{
  width: 20%;
  height: 100%;
  margin-right: 46px;
  position: relative;
  left: 23px;
  background: url(../image/index/bs_block_banner_01.png) no-repeat;
  background-size:100%
}
.slectItemImag1{
  display: none;
  height: 100%;
  width: 100%;
  background: url(../image/index/bs_block_banner_ydsk.png)no-repeat;
  background-size:100%;
  border:0.1px solid rgba(20,81,154,0.5);
}
.intoClick{
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  height: 30px;
  font-size: 16px;
  width: 120px;
  margin: auto;
  margin-top: 150px;
  border-radius: 20px;
}

.itemImag2{
  width: 20%;
  height: 100%;
  margin-right: 46px;
  position: relative;
  left: 23px;
  background: url(../image/index/bs_block_banner_02.png)no-repeat ;
  background-size:100%
}
.itemImag3{
  width: 20%;
  height: 100%;
  margin-right: 46px;
  position: relative;
  left: 23px;
  background: url(../image/index/bs_block_banner_03.png)no-repeat ;
  background-size:100%
}
.itemImag4{
  width: 20%;
  height: 100%;
  margin-right: 46px;
  position: relative;
  left: 23px;
  background: url(../image/index/bs_block_banner_04.png)no-repeat no-repeat;
  background-size:100%
}
.itemImag5{
  width: 20%;
  height: 100%;
  margin-right: 46px;
  position: relative;
  left: 23px;
  background: url(../image/index/bs_block_banner_05.png)no-repeat ;
  background-size:100%
}
.itemImag img{
  width: 100%;
  height: 100%;
}

.ctxt .banner-container .search .description {
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}

.ctxt .banner-container .search #kw {
  width: 372px;
  height: 15px;
  padding: 13px 16px;
  font-size: 16px;
  margin: 0;
  vertical-align: top;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #222;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: none;
}

.ctxt .banner-container .search #su {
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  border: none;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F39356), to(#EF5F36));
  background-image: linear-gradient(180deg, #F39356 0%, #EF5F36 100%);
}

.ctxt .analytic-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 83px 160px 73px;
  background: #F7F7F7;
}

.ctxt .analytic-quantity .title {
  width: 860px;
  height: 56px;
  background: url(../image/index/zps_e_zewj.png) no-repeat;
  background-size: 860px 56px;
  font-family: AlibabaPuHuiTiM;
  font-size: 36px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  line-height: 96px;
}

.ctxt .analytic-quantity .cards {
  margin-top: 83px;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ctxt .analytic-quantity .cards .card {
  width: 400px;
  height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.ctxt .analytic-quantity .cards .card .value {
  font-family: 'bahnschrift';
  font-size: 54px;
  color: #C13A75;
  letter-spacing: 0;
  background: -webkit-linear-gradient(top, #F39356, #EF5F36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ctxt .analytic-quantity .cards .card .key {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.ctxt .analytic-quantity .cards .card:not(:first-child) {
  position: relative;
}

.ctxt .analytic-quantity .cards .card:not(:first-child)::before {
  content: '';
  width: 1px;
  height: 70px;
  display: inline-block;
  position: absolute;
  border-left: 1px solid #eee;
  left: 0;
}

.ctxt .analytic-quantity .cards .card:nth-child(1) {
  background: url(../image/index/bs_ico_block_gray_drbsjxl.png) no-repeat #fff;
  background-size: 69px 69px;
  background-position: bottom right 20px;
}

.ctxt .analytic-quantity .cards .card:nth-child(2) {
  background: url(../image/index/bs_ico_block_gray_ljbsjxl.png) no-repeat #fff;
  background-size: 69px 69px;
  background-position: bottom right 20px;
}

.ctxt .analytic-quantity .cards .card:nth-child(3) {
  background: url(../image/index/bs_ico_block_gray_jrqysl.png) no-repeat #fff;
  background-size: 69px 69px;
  background-position: bottom right 20px;
}

.ctxt .analytic-quantity .cards .card:nth-child(4) {
  background: url(../image/index/bs_ico_block_gray_ljbszcl.png) no-repeat #fff;
  background-size: 69px 69px;
  background-position: bottom right 20px;
}

.ctxt .analytic-quantity .cards .card.active:not(:first-child) {
  position: relative;
}

.ctxt .analytic-quantity .cards .card.active:not(:first-child)::before {
  content: '';
  width: 0px;
  height: 70px;
  display: inline-block;
  position: absolute;
  border-left: none;
  left: 0;
}

.ctxt .analytic-quantity .cards .card.active:nth-child(1) {
  background: url(../image/index/bs_img_blocK_drbsjxl.png) no-repeat;
  background-size: 400px 148px;
}

.ctxt .analytic-quantity .cards .card.active:nth-child(2) {
  background: url(../image/index/bs_img_blocK_ljbsjxl.png) no-repeat;
  background-size: 400px 148px;
}

.ctxt .analytic-quantity .cards .card.active:nth-child(3) {
  background: url(../image/index/bs_img_blocK_jrqysl.png) no-repeat;
  background-size: 400px 148px;
}

.ctxt .analytic-quantity .cards .card.active:nth-child(4) {
  background: url(../image/index/bs_img_blocK_ljbszcl.png) no-repeat;
  background-size: 400px 148px;
}

.ctxt .analytic-quantity .cards .card.active .value {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
}

.ctxt .analytic-quantity .cards .card.active .key {
  color: #fff;
}

/*.ctxt .analytic-quantity .chart {*/
/*  width: 100%;*/
/*  margin: 37px 0;*/
/*  padding: 15px 20px;*/
/*  background: url(../image/index/bs_block_bsjxsl.png) no-repeat;*/
/*  background-size: 100% 250px;*/
/*  position: relative;*/
/*}*/

.ctxt .analytic-quantity .chart #chart {
  background-color: #15243F;
  border-radius: 4px;
}

.ctxt .analytic-quantity .chart .chart-title {
  position: absolute;
  top: 30px;
  left: 40px;
  margin-bottom: 10px;
  padding: 6px 0 0 4px;
  font-size: 20px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbf64), to(#ff8c2c));
  background-image: linear-gradient(to bottom, #ffbf64, #ff8c2c);
  -webkit-background-clip: text;
  color: transparent;
}

.ctxt .analytic-quantity .chart .chart-title::before {
  content: '';
  width: 23px;
  height: 20px;
  background: url(../image/index/icon_analytic.png) no-repeat;
  background-size: 23px 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  padding-right: 10px;
}

.ctxt .analytic-quantity .table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ctxt .analytic-quantity .table .table-list-wrapper {
  height: 300px;
  overflow: hidden;
}

.ctxt .analytic-quantity .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 22px 5%;
  font-size: 16px;
}

.ctxt .analytic-quantity .table .tr:nth-child(2n + 1) {
  background: rgba(0, 0, 0, 0.02);
}

.ctxt .analytic-quantity .table .tr:nth-child(2n) {
  background: #fff;
}

.ctxt .analytic-quantity .table .tr .th {
  width: 25%;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
}

.ctxt .analytic-quantity .table .tr .th:nth-child(1) {
  width: 35%;
}

.ctxt .analytic-quantity .table .tr .th:nth-child(2) {
  width: 20%;
}

.ctxt .analytic-quantity .table .tr .th:nth-child(3) {
  width: 30%;
}

.ctxt .analytic-quantity .table .tr .th:nth-child(4) {
  width: 15%;
}

.ctxt .analytic-quantity .table .tr .td {
  width: 25%;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 20px;
}

.ctxt .analytic-quantity .table .tr .td:nth-child(1) {
  width: 35%;
}

.ctxt .analytic-quantity .table .tr .td:nth-child(2) {
  width: 20%;
}

.ctxt .analytic-quantity .table .tr .td:nth-child(3) {
  width: 30%;
}

.ctxt .analytic-quantity .table .tr .td:nth-child(4) {
  width: 15%;
}

.ctxt .platform-case {
  min-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 76px 160px 73px;
}


.ctxt .platform-case .title {
  width: 293px;
  height: 56px;
  background: url(../image/index/zps_e_xhfw.png) no-repeat;
  background-size: 293px 56px;
  font-family: AlibabaPuHuiTiM;
  font-size: 36px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  line-height: 96px;
}

.ctxt .platform-case .tabs {
  width: 100%;
  height: 100%;
}

.tabsitem {
  width: 25%;
  height: 250px;
}
.tabitem{
color: black;
  height: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.slectItem{
  background: #D7000F;
  color: #fff;
  height: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.picText{
  width: 70%;
  height: 250px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
}
.picTitle{
  margin-top: 15px;
font-weight: bold;
  margin-bottom: 15px;
  color: #333333 ;
}
.picConten{
  line-height: 23px;
}
.platform-caseConten{
  /*width: 80%;*/
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.applicationScenario{
  margin-top: 40px;
  align-items: center;
}
.applicationTab{
  display: flex;
  background: #F7F7F7;
  width:100%;
  height: 40px;
  /*justify-content: space-between;*/
}
.applicationTab a{
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
}
.applicationTab a:hover{
 color: #ffffff;
  background: #D7000F;
}
.currencyInto{
  background: #D7000F !important;
  color: #ffffff !important;
}
.currencyOut{
  background: #F7F7F7; !important;
  color: #999999; !important;
}
.currencyOut{
  background: #F7F7F7;
  color: #999999 ;
}
.applicationConten{
  margin-top: 20px;
  height: 614px;
  display: flex;
  width: 100%;
}
.applicationText{
  width: 60%;
  height: 100%;
  color: #999999;
  font-size: 20px;
  line-height: 30px;
}
.applicationImag{
  width: 40%;
  height: 100%;
margin-left: 15px;
}
.applicationImag img{
  height: 100%;
  width: 100%;
}
.applicationTitle{
  color: #333333;
  font-size: 42px;
  margin-top: 48px;
  margin-bottom: 31px;
}
.applicationItem2{
  margin-top: 30px;
  margin-bottom: 25px;
}
.applicationBtn{
  width: 201px;
  height: 46px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  background: linear-gradient(to right ,#00AAFF,#0076FF);
}
.applicationBtn img{
  width: 16px;
  height: 16px;
}

.ctxt .platform-case .pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.picImg{
  width: 30%;
  height: 250px;
  margin-left: auto;
}
.picImg img{
  width: 100%;
  height: 100%;
}
.ctxt .platform-case .pictures .pic {
  width: 50%;
}

.ctxt .platform-case .pictures .pic img {
  width: 100%;
}

.ctxt .platform-case .pictures .pic:not(:first-child) {
  margin-left: 40px;
}

.ctxt .partners {
  min-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 83px 160px 73px;
  background: url(../image/index/zps_bg_zjk.png) no-repeat;
  background-size: cover;
}

.ctxt .partners .title {
  width: 293px;
  height: 56px;
  background: url(../image/index/zps_e_xhfw.png) no-repeat;
  background-size: 293px 56px;
  font-family: AlibabaPuHuiTiM;
  font-size: 36px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  line-height: 96px;
}

.ctxt .partners .cards {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ctxt .partners .cards .card {
  width: 18.5%;
  height: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
  margin-bottom: 33px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*min-width: 100vw;*/
  min-height: 100vh;
  padding-bottom: 156px;
  position: relative;
}
/*# sourceMappingURL=index.css.map */
.hzhb{
  display: flex;
  width: 100%;
  height: 300px;
  margin: auto;
  display: flex;
  position: relative;
  top:50px;
  flex-wrap: wrap;
}
.hzhbItem {
  width: 230px;
  margin-right: 20px;
  height: 130px;
}
  .hzhbItem img{
    width: 100%;
    height: 100%;
  }
