@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, div, img {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

fieldset, img, input, button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none; }

/*去掉input等聚焦时的蓝色边框*/
ul, ol {
  list-style: none; }

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

select, input {
  vertical-align: middle; }

select, input, textarea {
  font-size: 12px;
  margin: 0; }

textarea {
  resize: none; }

/*防止拖动*/
img {
  border: 0;
  vertical-align: middle; }

/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table {
  border-collapse: collapse; }

body {
  font-size: 16px;
  color: #333; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%; }

/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s, i, em {
  font-style: normal;
  text-decoration: none; }

html, body {
  min-width: 1280px; }

.lineText, .lineText2, .lineText3 {
  overflow: hidden;
  text-overflow: ellipsis; }

.lineText2, .lineText3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical; }

.lineText {
  white-space: nowrap; }

.lineText2 {
  -webkit-line-clamp: 2; }

.lineText3 {
  -webkit-line-clamp: 3; }

.arrowR, .arrowL, .gridYl, .gridYr, .gridXt, .gridXb, .gridFour, .gridFourRadio, .gridFourCirle {
  position: relative; }

.gridYl::before, .gridYr::before, .gridXt::before, .gridXb::before, .gridFour::before, .gridFourRadio::before, .gridFourCirle::before {
  content: " ";
  display: block;
  position: absolute;
  background: #ececec;
  box-sizing: border-box; }

.gridYl::before, .gridYr::before {
  width: 1px;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1); }

.gridYl::before {
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.gridYr::before {
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.gridXt::before, .gridXb::before {
  height: 1px;
  right: 0;
  left: 0;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5); }

.gridXt::before {
  top: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.gridXb::before {
  bottom: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.gridFour::before, .gridFourCirle::before, .gridFourRadio::before {
  width: 200%;
  border: 1px solid #ececec;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 6px;
  left: 0;
  top: 0;
  background: none;
  pointer-events: none; }

.gridFourRadio::before {
  border-radius: 3px; }

.gridFourCirle::before {
  border-radius: 100px; }

.arrowR::before, .arrowL::before, .arrowB::before, .arrowT::before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #999 #999 transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.7) rotate(45deg);
  transform: translateY(-50%) scale(0.7) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px; }

.arrowR::before {
  right: 10px; }

.arrowL::before {
  left: 10px; }

.arrowB::before {
  right: 10px;
  -webkit-transform: translateY(-88%) scale(0.7) rotate(135deg);
  transform: translateY(-88%) scale(0.7) rotate(135deg); }

.arrowT::before {
  right: 10px;
  -webkit-transform: translateY(-35%) scale(0.7) rotate(-45deg);
  transform: translateY(-35%) scale(0.7) rotate(-45deg); }

.tckBox {
  position: relative;
  z-index: 100; }

.tckBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.tckCentent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  border-radius: 12px;
  width: 600px; }

[v-cloak] {
  display: none; }

html, body {
  min-width: 1200px; }

.wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.pageTitle {
  text-align: center;
  margin-bottom: 50px; }
  .pageTitle h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.6; }
  .pageTitle .subtitle {
    font-size: 18px;
    margin-top: 10px;
    color: #666666; }

.get-yanshi {
  display: inline-flex;
  background: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 6px; }
  .get-yanshi .btn {
    font-size: 16px;
    display: inline-block;
    min-width: 102px;
    text-align: center;
    line-height: 46px;
    padding: 0 25px;
    background: #FF6446;
    color: #fff;
    border: 1px solid #FF6446;
    border-radius: 50px; }
    .get-yanshi .btn:hover {
      cursor: pointer;
      background: #fff;
      border-color: #FF6446;
      color: #FF6446; }
  .get-yanshi .int {
    height: 46px;
    padding: 0 20px;
    width: 250px;
    border-radius: 50px;
    font-size: 32px;
    flex: 1;
    overflow: hidden; }
    .get-yanshi .int::-webkit-input-placeholder {
      font-size: 18px;
      transform: translateY(-4px); }

.graphicMixedBox {
  padding: 40px 0; }
  .graphicMixedBox .graphicMixed {
    display: flex;
    margin-bottom: 20px;
    align-items: center; }
    .graphicMixedBox .graphicMixed:nth-last-of-type(1) {
      margin-bottom: 0; }
    .graphicMixedBox .graphicMixed.pourFlex {
      flex-direction: row-reverse; }
      .graphicMixedBox .graphicMixed.pourFlex .contText {
        margin-right: 25px;
        margin-left: 0; }
    .graphicMixedBox .graphicMixed .contText {
      flex: 1;
      overflow: hidden;
      margin-left: 25px; }
    .graphicMixedBox .graphicMixed .title {
      font-size: 30px;
      font-weight: 800; }
    .graphicMixedBox .graphicMixed .textLine {
      color: #666666;
      padding-left: 35px;
      position: relative;
      margin-top: 25px;
      background: url("../images/info-dui.png") no-repeat top left; }

.bannerBox {
  position: relative;
  z-index: 8; }
  .bannerBox .swiper-slide {
    height: 100%;
    padding: 0;
    background-size: cover !important; }
  .bannerBox .banner {
    height: 970px;
    display: flex;
    align-items: center; }
  .bannerBox h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2; }
  .bannerBox .title_tips {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px; }
  .bannerBox .subtitle {
    font-size: 18px;
    color: #5B5A5A;
    line-height: 1.6;
    margin-top: 40px; }
  .bannerBox .get-yanshi {
    margin-top: 45px; }
  .bannerBox .swiper-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 200px !important;
    text-align: left;
    max-width: 1200px;
    transform: translateX(-50%); }
    .bannerBox .swiper-pagination .swiper-pagination-bullet {
      width: 42px;
      height: 4px;
      background: #fff;
      border-radius: 0;
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5); }
    .bannerBox .swiper-pagination .swiper-pagination-bullet-active {
      background: #0061FF;
      box-shadow: none; }
  .bannerBox .advertising {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 1; }
    .bannerBox .advertising .title {
      text-align: center;
      color: #97A8C1; }
    .bannerBox .advertising .advertisingImgs {
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      margin-top: 20px; }
    .bannerBox .advertising .swiper-logo {
      display: inline-block;
      width: auto;
      animation: swipper 40s linear infinite;
      animation-delay: 0.2s; }

/* 底部 */
.consultBox {
  background: url("../images/index/consultBg.png") no-repeat center center;
  padding: 65px 0;
  text-align: center; }
  .consultBox .title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 35px; }

.bottomTail {
  padding: 80px 0; }
  .bottomTail .cont {
    display: flex;
    justify-content: space-between; }
  .bottomTail .codeBox {
    margin-bottom: 10px; }
    .bottomTail .codeBox p {
      font-size: 14px; }
  .bottomTail .phone {
    margin-top: 10px; }
  .bottomTail .code {
    margin-top: 3px;
    width: 110px;
    height: 110px; }
  .bottomTail .title {
    font-size: 18px;
    margin-bottom: 20px; }
  .bottomTail li {
    display: flex;
    flex-direction: column;
    margin-left: 80px; }
    .bottomTail li .title {
      margin-bottom: 35px; }
  .bottomTail a {
    font-size: 14px;
    margin-bottom: 24px; }
    .bottomTail a:hover {
      color: #0061FF; }

.forTheRecord {
  padding: 35px 0; }
  .forTheRecord .wrap {
    display: flex; }
  .forTheRecord .text {
    line-height: 1.8;
    margin-left: 60px;
    flex: 1;
    overflow: hidden;
    font-size: 14px; }

#formTck {
  display: none; }
  #formTck .formTckCont {
    padding: 30px; }
    #formTck .formTckCont .closeBtn {
      position: absolute;
      padding: 5px;
      top: 5px;
      right: 5px;
      color: #666666;
      font-size: 18px;
      line-height: 1; }
      #formTck .formTckCont .closeBtn:hover {
        cursor: pointer;
        color: #FF6446; }
    #formTck .formTckCont .formBox {
      display: flex;
      flex-wrap: wrap; }
    #formTck .formTckCont .fromItem {
      width: calc(50% - 20px);
      margin: 30px 30px 0 0;
      padding: 0 10px; }
      #formTck .formTckCont .fromItem:nth-of-type(2n) {
        margin-right: 0; }
    #formTck .formTckCont .title {
      color: #2b323b;
      font-size: 14px;
      margin-bottom: 10px; }
      #formTck .formTckCont .title .info {
        color: #FF6446;
        margin-left: 5px; }
    #formTck .formTckCont .btn {
      font-size: 16px;
      display: inline-block;
      min-width: 102px;
      text-align: center;
      line-height: 46px;
      padding: 0 25px;
      background: #FF6446;
      color: #fff;
      border: 1px solid #FF6446;
      border-radius: 50px;
      margin: 40px auto 0 auto;
      display: block; }
      #formTck .formTckCont .btn:hover {
        cursor: pointer;
        background: #fff;
        border-color: #FF6446;
        color: #FF6446; }

@keyframes swipper {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

/* 底部 */
.bottomTail {
  line-height: 1.2;
  padding: 80px 0 30px 0;
  font-size: 16px; }
  .bottomTail .links {
    margin-top: 12px; }
  .bottomTail .line {
    display: flex;
    line-height: 1.6;
    font-size: 13px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
  .bottomTail .left {
    flex-basis: 200px;
    font-size: 14px; }
    .bottomTail .left p {
      margin-bottom: 12px; }
  .bottomTail .wrap {
    display: flex; }
  .bottomTail ul {
    justify-content: space-between; }
    .bottomTail ul a {
      color: #5B5A5A;
      transform: translateX(-14px);
      display: inline-block; }
      .bottomTail ul a::before {
        content: "";
        width: 10px;
        height: 2px;
        margin-right: 4px;
        background: currentColor;
        vertical-align: middle;
        display: inline-block;
        transition: all ease .3s; }
      .bottomTail ul a:hover {
        color: #0061FF;
        transform: translateX(0); }
  .bottomTail .cont {
    overflow: hidden;
    display: flex;
    width: 100%; }
  .bottomTail .title {
    margin-bottom: 20px;
    font-size: inherit;
    font-weight: 800; }
  .bottomTail .code_list img {
    display: none;
    border-radius: 2px;
    margin-bottom: 5px; }
  .bottomTail .code_list p {
    cursor: default; }
  .bottomTail .code_list p.on img {
    display: block; }
  .bottomTail li .title {
    margin-bottom: 24px;
    position: relative; }
    .bottomTail li .title::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 140%;
      height: 1px;
      background: currentColor;
      width: 20%;
      opacity: .2; }
  .bottomTail li p {
    font-size: 14px;
    color: #5B5A5A;
    line-height: 2;
    overflow: hidden; }
    .bottomTail li p.t {
      line-height: 1.4;
      padding-top: 8px;
      margin-top: 6px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }

.banner_normal {
  color: #fff;
  background: linear-gradient(90deg, #2c68ff 50%, #2c8fff 70%, #2c8fff 100%); }
  .banner_normal .banner {
    display: flex;
    align-items: center; }
    .banner_normal .banner .h2 {
      font-size: 56px;
      letter-spacing: 2px;
      line-height: 1.5; }

.item_normal {
  padding: 120px 0; }
  .item_normal .title {
    text-align: center; }
    .item_normal .title h2 {
      font-size: 44px; }
    .item_normal .title p {
      margin-top: 12px;
      opacity: .7; }

.fa_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  text-align: center; }
  .fa_ul li {
    flex: 1;
    overflow: hidden;
    max-width: 23%; }
  .fa_ul h3 {
    font-weight: bold;
    margin-top: 24px; }
  .fa_ul p {
    margin-top: 12px;
    opacity: .7; }

.service {
  position: fixed;
  right: 24px;
  top: 300px;
  margin-top: -100px;
  z-index: 99;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(194, 194, 194, 0.52); }
  .service ul {
    width: 70px;
    padding: 10px 10px 10px 10px;
    text-align: center; }
  .service li {
    position: relative; }
    .service li + li {
      margin-top: 5px; }
  .service a {
    display: inline-block;
    padding: 40px 0 0 0;
    font-size: 12px;
    color: #666666; }
    .service a:hover {
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.6); }
  .service .imgBox1 {
    background: url("../images/serviceBg.png") no-repeat center -2px; }
  .service .imgBox2 {
    background: url("../images/serviceBg.png") no-repeat center -50px; }
  .service .imgBox3 {
    background: url("../images/serviceBg.png") no-repeat center -97px; }
  .service .imgBox4 {
    background: url("../images/serviceBg.png") no-repeat center -135px;
    width: 100%;
    border-top: 1px solid #ececec;
    margin-top: 10px;
    padding-top: 50px; }
  .service .applyHover .apply {
    position: absolute;
    right: 140%;
    top: 50%;
    margin-top: -200px; }
  .service .applyHover:hover .apply {
    display: block; }

.apply {
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.2);
  padding: 36px;
  width: 312px;
  height: 428px;
  display: none;
  animation: apply .3s ease forwards; }
  .apply .tips {
    text-align: center; }
  .apply .tit {
    text-align: left;
    padding-left: 80px;
    background: url(../imgs/kefu.png) 8px center no-repeat;
    background-size: auto 100%; }
    .apply .tit h3, .apply .tit p {
      line-height: 26px; }
    .apply .tit h3 {
      font-weight: bold; }
    .apply .tit p {
      color: #999; }
  .apply .code {
    margin: 18px 0; }
  .apply .tips {
    color: #ff8d30; }

.apply_popup_hz .tit, .apply_hz .tit {
  background-image: url(../imgs/jin.png); }

.apply_popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  margin: -214px 0 0 -156px; }
  .apply_popup .close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1045 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M282.517333 213.376l-45.354666 45.162667L489.472 512 237.162667 765.461333l45.354666 45.162667L534.613333 557.354667l252.096 253.269333 45.354667-45.162667-252.288-253.44 252.288-253.482666-45.354667-45.162667L534.613333 466.624l-252.096-253.226667z' %3E%3C/path%3E%3C/svg%3E") center center no-repeat;
    background-size: 100% auto;
    opacity: .6;
    cursor: pointer;
    transition: all ease .3s; }
    .apply_popup .close:hover {
      transform: rotate(90deg);
      opacity: .8; }

@keyframes apply {
  0% {
    transform: translateY(68px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

.get_wq_ {
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  bottom: 52px;
  right: 24px;
  background: #fff url(../imgs/get.png) 90% center no-repeat;
  padding: 24px 92px 24px 28px;
  border-radius: 6px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  z-index: 99; }
  .get_wq_ .close {
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1045 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M282.517333 213.376l-45.354666 45.162667L489.472 512 237.162667 765.461333l45.354666 45.162667L534.613333 557.354667l252.096 253.269333 45.354667-45.162667-252.288-253.44 252.288-253.482666-45.354667-45.162667L534.613333 466.624l-252.096-253.226667z' %3E%3C/path%3E%3C/svg%3E") center center no-repeat;
    background-size: 60% auto;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .3;
    cursor: pointer; }
    .get_wq_ .close:hover {
      opacity: .6; }
  .get_wq_ a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #0061FF; }
    .get_wq_ a:hover {
      color: #ff8d30; }

.menu_icon {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: scale(0.8); }
  .menu_icon::after, .menu_icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    right: 20%;
    top: 50%;
    height: 3px;
    border-radius: 100px;
    background: currentColor;
    transform: translateY(-50%);
    transition: all ease .3s; }
  .menu_icon::after {
    box-shadow: 0 -8px currentColor,0 8px currentColor; }
  .menu_icon.close::after {
    box-shadow: none; }
  .menu_icon.close::after {
    transform: translateY(-50%) rotate(45deg); }
  .menu_icon.close::before {
    transform: translateY(-50%) rotate(-45deg); }

.bTwoB {
  margin-top: 15px; }
  .bTwoB .wrap {
    overflow: hidden; }
  .bTwoB .items {
    border: 1px solid #EEEEEE;
    box-shadow: 0px 22px 30px 0px rgba(122, 122, 122, 0.06);
    width: calc(50% - 10px);
    border-radius: 12px;
    margin: 20px 20px 0 0;
    overflow: hidden; }
    .bTwoB .items:nth-of-type(1) {
      float: left; }
      .bTwoB .items:nth-of-type(1) img {
        height: 350px;
        width: 100%; }
    .bTwoB .items:nth-of-type(2), .bTwoB .items:nth-of-type(3) {
      float: right;
      margin-right: 0;
      display: flex; }
      .bTwoB .items:nth-of-type(2) img, .bTwoB .items:nth-of-type(3) img {
        width: 250px;
        height: 270px; }
    .bTwoB .items img {
      object-fit: cover; }
    .bTwoB .items .bottom {
      flex: 1;
      overflow: hidden;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .bTwoB .items .title {
      font-size: 20px;
      font-weight: 600; }
    .bTwoB .items .subtitle {
      color: #5B5A5A;
      line-height: 1.4;
      margin-top: 15px; }
    .bTwoB .items .btn {
      font-size: 16px;
      display: inline-block;
      min-width: 102px;
      text-align: center;
      line-height: 46px;
      padding: 0 25px;
      background: #FF6446;
      color: #fff;
      border: 1px solid #FF6446;
      border-radius: 50px;
      margin-top: 20px; }
      .bTwoB .items .btn:hover {
        cursor: pointer;
        background: #fff;
        border-color: #FF6446;
        color: #FF6446; }
  .bTwoB .itemList1 .items {
    display: flex;
    width: 100%;
    margin-right: 0; }
    .bTwoB .itemList1 .items img {
      height: 350px;
      width: 350px; }
  .bTwoB .itemList2 .items {
    flex-direction: column; }
    .bTwoB .itemList2 .items img {
      height: 350px;
      width: 100%; }

.scrmSystem {
  margin-top: 70px; }
  .scrmSystem .pageTitle {
    margin-bottom: 0px; }
  .scrmSystem img {
    margin: 0 auto; }

.salesBox {
  padding: 80px 0;
  background: url("../images/index/sales/salesBoxBg.png") no-repeat center center;
  background-size: cover; }
  .salesBox .tabble {
    display: flex;
    border: 1px solid #fff;
    margin-bottom: 40px; }
    .salesBox .tabble .item {
      flex: 1;
      overflow: hidden;
      text-align: center;
      background: #fff;
      line-height: 68px;
      font-size: 20px; }
      .salesBox .tabble .item:hover {
        cursor: pointer;
        color: #0061FF; }
      .salesBox .tabble .item.active {
        background: #0061FF;
        color: #fff; }
  .salesBox .crossTab {
    display: flex;
    border-bottom: 1px solid #fff;
    font-size: 18px; }
    .salesBox .crossTab .item {
      flex: 1;
      overflow: hidden;
      text-align: center;
      padding: 15px;
      position: relative; }
      .salesBox .crossTab .item:hover {
        cursor: pointer;
        color: #0061FF; }
      .salesBox .crossTab .item.active {
        color: #0061FF; }
        .salesBox .crossTab .item.active::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: #0061FF; }
  .salesBox .slideBox {
    display: flex; }
    .salesBox .slideBox .left {
      flex: 1;
      overflow: hidden;
      margin-right: 35px;
      padding-top: 50px;
      position: relative; }
    .salesBox .slideBox .title {
      font-weight: 600; }
    .salesBox .slideBox .subtitle {
      font-size: 14px;
      color: #666666;
      line-height: 1.6;
      margin-top: 20px; }
  .salesBox .swiperNavBtn {
    position: absolute;
    bottom: 100px;
    left: 50px;
    width: 200px; }
    .salesBox .swiperNavBtn .swiperBtn {
      width: 30px;
      height: 30px; }
    .salesBox .swiperNavBtn .swiper-button-prev {
      background: url("../images/info-left.png") no-repeat center center;
      background-size: 100%; }
    .salesBox .swiperNavBtn .swiper-button-next {
      background: url("../images/info-right.png") no-repeat center center;
      background-size: 100%; }
  .salesBox .verticalBox {
    display: flex;
    margin-top: 80px; }
    .salesBox .verticalBox .swiperSaleVertical {
      flex: 1;
      overflow: hidden; }
    .salesBox .verticalBox .verticalTab {
      width: 255px; }
    .salesBox .verticalBox .top {
      padding-left: 55px; }
    .salesBox .verticalBox .title {
      font-size: 24px;
      font-weight: 800; }
    .salesBox .verticalBox .subtitle {
      font-size: 14px;
      color: #666666;
      line-height: 1.7;
      margin-top: 20px; }
    .salesBox .verticalBox .item {
      padding: 0 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px;
      font-size: 18px; }
      .salesBox .verticalBox .item:hover {
        cursor: pointer;
        color: #0061FF; }
      .salesBox .verticalBox .item .rightInfo {
        width: 17px;
        height: 17px;
        overflow: hidden;
        position: relative; }
      .salesBox .verticalBox .item .leftInfo {
        width: 30px;
        height: 30px;
        overflow: hidden;
        position: relative; }
      .salesBox .verticalBox .item img {
        position: absolute;
        width: 100%;
        top: 0; }
      .salesBox .verticalBox .item .text {
        flex: 1;
        overflow: hidden;
        padding: 0 15px; }
      .salesBox .verticalBox .item.active {
        background: #0061FF;
        color: #fff; }
        .salesBox .verticalBox .item.active img {
          top: -100%; }
    .salesBox .verticalBox .itemTab {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .salesBox .verticalBox .itemTab img {
        position: relative;
        width: 30px;
        height: 30px;
        opacity: 0.5; }
      .salesBox .verticalBox .itemTab .select {
        opacity: 1; }

.sampleTeam {
  background: url("../images/index/sampleTeamBg.png") no-repeat center center;
  padding: 100px 0; }
  .sampleTeam .pageTitle {
    color: #fff; }
  .sampleTeam ul {
    display: flex; }
  .sampleTeam li {
    width: calc(33.33% - 8px);
    margin: 0 12px 0 0;
    background: linear-gradient(180deg, #fff 60%, #E1EDFF);
    padding: 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .sampleTeam li:nth-last-of-type(1) {
      margin-right: 0; }
  .sampleTeam .logo {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: -72px 0 15px 0;
    object-fit: cover; }
  .sampleTeam .title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px; }
  .sampleTeam .contText {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    word-break: break-all; }
  .sampleTeam .numberBox {
    display: flex;
    margin: 20px -20px 0 -20px; }
  .sampleTeam .item {
    flex: 1;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .sampleTeam .item:before {
      content: "";
      position: absolute;
      top: 4px;
      right: 0;
      width: 1px;
      height: 45px;
      background: #E8EBF2; }
    .sampleTeam .item:nth-last-of-type(1):before {
      display: none; }
  .sampleTeam .numbers {
    color: #0061FF;
    font-style: italic;
    font-size: 28px;
    font-weight: 800; }
    .sampleTeam .numbers span {
      font-weight: normal;
      font-size: 14px;
      margin-left: 4px; }
  .sampleTeam .text {
    font-size: 14px;
    color: #666666;
    margin-top: 10px; }

.growthTrend {
  padding: 100px 0; }
  .growthTrend ul {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    position: relative; }
    .growthTrend ul:before {
      content: "";
      position: absolute;
      top: 150px;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      width: 75%;
      background: linear-gradient(90deg, #00ECF3, #277DFE); }
  .growthTrend li {
    flex: 1;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .growthTrend li:before, .growthTrend li:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%; }
    .growthTrend li:before {
      width: 7px;
      height: 7px;
      z-index: 1;
      top: 146px;
      background: #277dfe; }
    .growthTrend li:after {
      width: 16px;
      height: 16px;
      top: 141px;
      background: rgba(39, 125, 254, 0.1); }
    .growthTrend li:nth-of-type(2n-1):before {
      background: #00ecf3; }
    .growthTrend li:nth-of-type(2n-1):after {
      background: rgba(0, 236, 243, 0.1); }
  .growthTrend .title {
    margin-top: 58px;
    font-weight: 800; }
  .growthTrend .text {
    margin-top: 2px;
    font-size: 14px;
    color: #666666; }

.honorBoxNew {
  background: #F8F9FB;
  padding: 100px 0; }
  .honorBoxNew .swiperBox {
    position: relative; }

.bannerProduct {
  position: relative;
  color: #fff; }
  .bannerProduct .wrap,
  .bannerProduct .swiper-wrapper {
    height: 100%; }
  .bannerProduct .swiper-slide {
    height: 100%;
    background: linear-gradient(90deg, #2c68ff 50%, #2c8fff 70%, #2c8fff 100%); }
  .bannerProduct .banner {
    height: 380px;
    position: relative;
    z-index: 2; }
  .bannerProduct .swiper-container {
    height: 100%;
    background: none; }
  .bannerProduct .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    background: url(../imgs/productBanner.png) no-repeat right center; }
  .bannerProduct .swiperText {
    margin-right: 65px; }
  .bannerProduct .h2 {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: 2px; }
  .bannerProduct .subtitle {
    font-size: 20px;
    margin-bottom: 50px; }
  .bannerProduct a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 48px;
    padding: 0 50px; }
    .bannerProduct a:hover {
      background: #fff;
      color: #0061FF; }
  .bannerProduct .synopsis {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(90deg, #2b67ff, #2c8fff); }
    .bannerProduct .synopsis::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.15); }

.tabProduct {
  background: #f9faff; }
  .tabProduct .wrap {
    display: flex; }
  .tabProduct li {
    position: relative;
    flex: 1;
    overflow: hidden;
    height: 65px;
    line-height: 65px; }
    .tabProduct li:hover {
      opacity: 0.8; }
    .tabProduct li a {
      color: #333649;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
  .tabProduct .imgBg {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 6px; }
  .tabProduct .imgBg1 {
    background: url(../imgs/systemAll_H.png) no-repeat 0 0;
    background-size: 100%; }
  .tabProduct .imgBg2 {
    background: url(../imgs/systemAll_H.png) no-repeat 0 -26px;
    background-size: 100%; }
  .tabProduct .imgBg3 {
    background: url(../imgs/systemAll_H.png) no-repeat 0 -52px;
    background-size: 100%; }
  .tabProduct .imgBg4 {
    background: url(../imgs/systemAll_H.png) no-repeat 0 -78px;
    background-size: 100%; }
  .tabProduct .active a {
    color: #2c68ff; }
  .tabProduct .active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 53px);
    width: 106px;
    height: 2px;
    background: #2c68ff;
    border-radius: 1px; }
  .tabProduct .active .imgBg1 {
    background: url(../imgs/systemAll_L.png) no-repeat 0 0;
    background-size: 100%; }
  .tabProduct .active .imgBg2 {
    background: url(../imgs/systemAll_L.png) no-repeat 0 -26px;
    background-size: 100%; }
  .tabProduct .active .imgBg3 {
    background: url(../imgs/systemAll_L.png) no-repeat 0 -52px;
    background-size: 100%; }
  .tabProduct .active .imgBg4 {
    background: url(../imgs/systemAll_L.png) no-repeat 0 -78px;
    background-size: 100%; }

.productCont .box {
  padding: 80px 0; }
  .productCont .box:nth-of-type(2n) {
    background: #f9faff; }
    .productCont .box:nth-of-type(2n) img {
      margin-right: 100px;
      margin-left: 0; }

.productCont img {
  margin-left: 62px; }

.productCont .wrap {
  display: flex;
  align-items: center;
  color: #333649; }

.productCont h4 {
  font-size: 36px;
  margin-bottom: 45px; }

.productCont li {
  margin-top: 25px; }

.productCont h5 {
  font-size: 24px;
  margin-bottom: 15px; }

.productCont p {
  font-size: 18px;
  opacity: 0.8;
  line-height: 30px; }

.bannerMoneys {
  color: #fff;
  position: relative;
  z-index: 1; }
  .bannerMoneys .swiper-container {
    height: 300px;
    background: none; }
  .bannerMoneys .banner {
    background: url(../imgs/bannerPicker.png) no-repeat center center;
    height: 100%; }
  .bannerMoneys .swiper-slide {
    background: linear-gradient(90deg, #2c68ff 50%, #2c8fff 70%, #2c8fff 100%); }
  .bannerMoneys .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .bannerMoneys h3 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: 2px;
    margin-top: -45px; }
  .bannerMoneys p {
    font-size: 18px;
    line-height: 30px;
    width: 530px;
    text-align: center; }

.table_style {
  width: 100%;
  text-align: center;
  box-shadow: 2px 11px 38px 0px rgba(91, 131, 247, 0.09); }
  .table_style tfoot td {
    vertical-align: middle;
    background: #fff;
    position: sticky;
    bottom: 0; }
  .table_style tfoot span {
    vertical-align: middle; }
    .table_style tfoot span:nth-child(2n) {
      margin-right: 24px;
      margin-left: 8px; }
  .table_style th {
    color: #ff8935;
    text-align: center;
    line-height: 3;
    font-weight: bold;
    position: sticky;
    top: 63px;
    background: #fff;
    font-size: 17px;
    border: 2px solid #f0f2fc; }
  .table_style td {
    border: 2px solid #f0f2fc;
    padding: 10px 15px; }
  .table_style .none {
    color: #999; }
  .table_style .yes {
    color: #007aff;
    font-family: Arial, Helvetica, sans-serif; }
  .table_style .yen {
    background: #ff8935;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: inline-block; }
  .table_style .h2 {
    background: #f9faff;
    color: #0061FF;
    font-weight: bold;
    font-size: 16px; }
  .table_style tr td[rowspan] {
    font-weight: bold;
    font-size: 16px; }

.versionBox {
  margin-top: -45px;
  position: relative;
  z-index: 2;
  color: #333649; }
  .versionBox .wrap {
    display: flex; }
  .versionBox .right {
    margin-top: 24px; }
    .versionBox .right p {
      font-size: 12px;
      width: 50%;
      text-align: center;
      margin-top: 6px; }
  .versionBox .box {
    border-radius: 2px;
    padding: 24px;
    flex: 1;
    overflow: hidden;
    margin-right: 24px;
    background: white;
    box-shadow: 2px 11px 38px 0px rgba(91, 131, 247, 0.09); }
    .versionBox .box:last-child {
      margin-right: 0; }
    .versionBox .box:nth-child(1) .imgBg {
      background: url(../imgs/versionAll.png) no-repeat 0 0; }
    .versionBox .box:nth-child(2) .imgBg {
      background: url(../imgs/versionAll_2.png) no-repeat 0 0; }
    .versionBox .box:nth-child(3) .imgBg {
      background: url(../imgs/versionAll_3.png) no-repeat 0 0; }
  .versionBox .imgBg {
    width: 80px;
    height: 60px;
    margin-right: 20px; }
  .versionBox .cont {
    overflow: hidden;
    min-height: 100px; }
    .versionBox .cont p {
      font-size: 16px;
      line-height: 1.5; }
  .versionBox h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 12px; }
  .versionBox .moneys {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #ff8935;
    letter-spacing: 2px; }
    .versionBox .moneys span {
      font-size: 24px; }
  .versionBox a {
    font-size: 14px;
    border-radius: 2px;
    background: #0061FF;
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    background: linear-gradient(90deg, #ffad27 0%, #ff8935 100%);
    font-size: 18px;
    font-weight: bold;
    width: 50%;
    display: inline-block;
    top: -1px; }
    .versionBox a:hover {
      opacity: 0.8; }

.contrastBox {
  margin-top: 40px; }
  .contrastBox .box {
    display: flex;
    line-height: 1.2;
    color: #333649; }
  .contrastBox .left {
    width: 270px;
    font-size: 24px;
    background: rgba(235, 239, 251, 0.4);
    border-bottom: 1px solid #ebeffb;
    border-right: 1px solid #ebeffb;
    display: flex;
    align-items: center;
    justify-content: center; }
  .contrastBox .right {
    flex: 1;
    overflow: hidden;
    margin-top: 24rpx; }
  .contrastBox .titleR {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ecf0fc; }
  .contrastBox .title {
    line-height: 70px;
    height: 70px;
    flex: 1;
    text-align: center;
    font-size: 20px; }
  .contrastBox li {
    display: flex;
    align-items: center;
    height: 55px; }
  .contrastBox .liBg {
    background: #f9faff; }
  .contrastBox p {
    flex: 1;
    overflow: hidden;
    padding-left: 180px;
    display: flex;
    align-items: center; }
    .contrastBox p span:nth-of-type(2) {
      opacity: 0.9; }
  .contrastBox .imgBg {
    display: inline-block;
    width: 20px;
    height: 20px; }
  .contrastBox .imgBg_D {
    background: url(../imgs/dcAll.png) no-repeat 0 0; }
  .contrastBox .imgBg_C {
    background: url(../imgs/dcAll.png) no-repeat 0 -20px; }
  .contrastBox .numberMoneys {
    height: 100px; }
  .contrastBox .numbers {
    flex-direction: column;
    padding-left: 40px;
    letter-spacing: 1px; }
  .contrastBox .number {
    font-size: 18px;
    margin-bottom: 5px;
    opacity: 0.9; }
  .contrastBox .moneys {
    color: #ff9b2e;
    font-size: 16px; }

.problemBox {
  margin-top: 130px;
  background: #f9faff;
  padding: 120px 0 80px 0;
  color: #333649; }
  .problemBox h3 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 70px;
    position: relative; }
    .problemBox h3::after {
      content: '';
      width: 36px;
      height: 6px;
      border-radius: 3px;
      position: absolute;
      background: linear-gradient(-90deg, white 0%, black 0%, #5b83f8 0%, #4870f6 100%);
      top: -20px;
      left: calc(50% - 18px); }
    .problemBox h3::before {
      content: '';
      width: 14px;
      height: 6px;
      border-radius: 3px;
      position: absolute;
      background: linear-gradient(-90deg, white 0%, black 0%, #5b83f8 0%, #4870f6 100%);
      top: -20px;
      left: calc(50% + 22px); }
  .problemBox h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px;
    display: flex;
    align-items: center; }
  .problemBox li {
    margin-bottom: 46px;
    padding-left: 100px; }
  .problemBox p {
    font-size: 18px; }
    .problemBox p .text {
      opacity: 0.8; }
  .problemBox .infoQ {
    background-image: -webkit-linear-gradient(24deg, #f4c831 0%, #ff8e30 100%);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 8px; }
  .problemBox .infoA {
    opacity: 1;
    background-image: -webkit-linear-gradient(24deg, #5e86f8 0%, #2f69fe 100%);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
    position: relative;
    top: -1px; }
  .problemBox .consulting {
    text-align: center; }
    .problemBox .consulting p {
      font-size: 14px;
      opacity: 0.54;
      margin-top: 10px; }
  .problemBox a {
    font-size: 14px;
    border-radius: 2px;
    background: #0061FF;
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    background: linear-gradient(90deg, #399cfe 0%, #2e73fc 100%);
    padding: 0 50px;
    font-size: 22px; }

.titleChannel {
  text-align: center;
  font-size: 44px;
  color: #333649;
  line-height: 1.2;
  position: relative;
  padding-top: 30px; }
  .titleChannel::after {
    content: '';
    width: 36px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    background: linear-gradient(-90deg, white 0%, black 0%, #5b83f8 0%, #4870f6 100%);
    top: -10px;
    left: calc(50% - 18px); }
  .titleChannel::before {
    content: '';
    width: 14px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    background: linear-gradient(-90deg, white 0%, black 0%, #5b83f8 0%, #4870f6 100%);
    top: -10px;
    left: calc(50% + 22px); }

.bannerChannel .swiper-container {
  height: 600px; }

.bannerChannel .wrap {
  height: 100%; }

.bannerChannel .swiper-slide {
  background: #fff url(../imgs/channelBanner.png) no-repeat center center; }

.bannerChannel .swiperText {
  width: 700px;
  color: #333649;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.bannerChannel h2 {
  font-size: 78px;
  line-height: 100px;
  margin-bottom: 30px; }
  .bannerChannel h2 span {
    color: #5361f9; }

.bannerChannel p {
  font-size: 30px; }

.bannerChannel .aBox {
  margin-top: 60px; }

.bannerChannel a {
  font-size: 14px;
  border-radius: 2px;
  background: #0061FF;
  color: #fff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  font-size: 22px;
  min-width: 180px;
  height: 48px;
  padding: 0 24px;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box; }

.bannerChannel .applyA {
  background: linear-gradient(270deg, #fe8e30 0%, #f4c830 100%);
  margin-right: 36px; }

.bannerChannel .findA {
  background: #4872ff; }

.earningsBox {
  padding: 120px 0; }
  .earningsBox ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between; }
  .earningsBox li {
    flex: 1;
    overflow: hidden;
    margin-right: 22px;
    background: #ebf0fc;
    border-radius: 2px;
    padding: 30px;
    color: #333649;
    line-height: 1.2; }
    .earningsBox li:nth-last-of-type(1) {
      margin-right: 0; }
  .earningsBox .title {
    display: flex;
    align-items: center;
    font-size: 30px;
    margin-bottom: 22px; }
  .earningsBox span {
    display: inline-block; }
  .earningsBox p {
    color: #6f717e;
    line-height: 30px;
    font-size: 16px; }
  .earningsBox .imgBg {
    width: 40px;
    height: 40px;
    margin-right: 5px; }
  .earningsBox .imgBg1 {
    background: url(../imgs/earningsBgAll.png) no-repeat 0 -80px;
    background-size: 100%; }
  .earningsBox .imgBg2 {
    background: url(../imgs/earningsBgAll.png) no-repeat 0 0px;
    background-size: 100%; }
  .earningsBox .imgBg3 {
    background: url(../imgs/earningsBgAll.png) no-repeat 0 -40px;
    background-size: 100%; }

.channerlBox {
  background: #f9faff url(../imgs/channeBg.png) no-repeat center center;
  padding: 70px 0; }
  .channerlBox ul {
    padding: 0 50px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap; }
  .channerlBox li {
    width: 350px;
    margin-right: 25px;
    background: #fff;
    padding: 40px;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 30px;
    color: #333649;
    position: relative;
    overflow: hidden; }
    .channerlBox li:nth-of-type(3n) {
      margin-right: 0; }
    .channerlBox li::after {
      content: '';
      position: absolute;
      bottom: -50px;
      right: 30px;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: linear-gradient(-180deg, #fff 0%, #f2f5fe 50%, #f2f5fe 100%); }
  .channerlBox .title {
    display: flex;
    align-items: center;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2; }
  .channerlBox p {
    color: #6f717e;
    line-height: 30px;
    font-size: 16px; }
  .channerlBox .imgBg {
    width: 35px;
    height: 30px;
    margin-right: 10px;
    display: inline-block; }
  .channerlBox .imgBg1 {
    background: url(../imgs/channelBgAll.png) no-repeat 0 0;
    background-size: 100%; }
  .channerlBox .imgBg2 {
    background: url(../imgs/channelBgAll.png) no-repeat 0 -150px;
    background-size: 100%; }
  .channerlBox .imgBg3 {
    background: url(../imgs/channelBgAll.png) no-repeat 0 -30px;
    background-size: 100%; }
  .channerlBox .imgBg4 {
    background: url(../imgs/channelBgAll.png) no-repeat 0 -60px;
    background-size: 100%; }
  .channerlBox .imgBg5 {
    background: url(../imgs/channelBgAll.png) no-repeat 0 -90px;
    background-size: 100%; }
  .channerlBox .imgBg6 {
    background: url(../imgs/channelBgAll.png) no-repeat 0 -120px;
    background-size: 100%; }

.conditionsBox {
  padding: 100px 0; }
  .conditionsBox .wrap {
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box; }
  .conditionsBox .titleP {
    text-align: left; }
    .conditionsBox .titleP::after {
      left: 0px; }
    .conditionsBox .titleP::before {
      left: 40px; }
  .conditionsBox .left {
    flex: 1;
    margin-right: 60px; }
  .conditionsBox li {
    margin-top: 50px;
    color: #333649;
    display: flex;
    align-items: center; }
    .conditionsBox li:hover {
      cursor: pointer; }
  .conditionsBox .cont {
    flex: 1;
    overflow: hidden; }
  .conditionsBox h5 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px; }
  .conditionsBox p {
    font-size: 16px;
    color: #6f717e;
    line-height: 30px; }
  .conditionsBox .imgBg {
    width: 35px;
    height: 35px;
    margin-right: 25px; }
  .conditionsBox .imgBg1 {
    background: url(../imgs/conditionsBg_H.png) no-repeat 0 -140px;
    background-size: 100%; }
  .conditionsBox .imgBg2 {
    background: url(../imgs/conditionsBg_H.png) no-repeat 0 0;
    background-size: 100%; }
  .conditionsBox .imgBg3 {
    background: url(../imgs/conditionsBg_H.png) no-repeat 0 -35px;
    background-size: 100%; }
  .conditionsBox .imgBg4 {
    background: url(../imgs/conditionsBg_H.png) no-repeat 0 -70px;
    background-size: 100%; }
  .conditionsBox .imgBg5 {
    background: url(../imgs/conditionsBg_H.png) no-repeat 0 -105px;
    background-size: 100%; }
  .conditionsBox .active {
    color: #2c68ff; }
    .conditionsBox .active p {
      color: #2c68ff; }
    .conditionsBox .active .imgBg1 {
      background: url(../imgs/conditionsBg_L.png) no-repeat 0 0px;
      background-size: 100%; }
    .conditionsBox .active .imgBg2 {
      background: url(../imgs/conditionsBg_L.png) no-repeat 0 -35px;
      background-size: 100%; }
    .conditionsBox .active .imgBg3 {
      background: url(../imgs/conditionsBg_L.png) no-repeat 0 -70px;
      background-size: 100%; }
    .conditionsBox .active .imgBg4 {
      background: url(../imgs/conditionsBg_L.png) no-repeat 0 -105px;
      background-size: 100%; }
    .conditionsBox .active .imgBg5 {
      background: url(../imgs/conditionsBg_L.png) no-repeat 0 -140px;
      background-size: 100%; }

.processBox {
  padding: 80px 0; }
  .processBox ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between; }
  .processBox li {
    text-align: center;
    padding: 30px;
    color: #333649;
    flex: 1;
    overflow: hidden;
    margin-right: 25px;
    background: white;
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box; }
    .processBox li:hover {
      cursor: pointer; }
  .processBox .imgBg {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .processBox h5 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2; }
  .processBox p {
    opacity: 0.6;
    line-height: 26px;
    font-size: 16px; }
  .processBox .imgBg1 {
    background: url(../imgs/conditionsBgAll_L.png) no-repeat 0 0; }
  .processBox .imgBg2 {
    background: url(../imgs/conditionsBgAll_L.png) no-repeat 0 -220px; }
  .processBox .imgBg3 {
    background: url(../imgs/conditionsBgAll_L.png) no-repeat 0 -110px; }
  .processBox .imgBg4 {
    background: url(../imgs/conditionsBgAll_L.png) no-repeat 0 -330px; }
  .processBox .imgBg5 {
    background: url(../imgs/conditionsBgAll_L.png) no-repeat 0 -440px; }
  .processBox .active {
    color: #fff;
    background: #3664ff; }
    .processBox .active .imgBg1 {
      background: url(../imgs/conditionsBgAll_B.png) no-repeat 0 0; }
    .processBox .active .imgBg2 {
      background: url(../imgs/conditionsBgAll_B.png) no-repeat 0 -110px; }
    .processBox .active .imgBg3 {
      background: url(../imgs/conditionsBgAll_B.png) no-repeat 0 -220px; }
    .processBox .active .imgBg4 {
      background: url(../imgs/conditionsBgAll_B.png) no-repeat 0 -330px; }
    .processBox .active .imgBg5 {
      background: url(../imgs/conditionsBgAll_B.png) no-repeat 0 -440px; }

.searchBox {
  background: #2c67ff;
  padding: 80px; }
  .searchBox h3 {
    text-align: center;
    line-height: 1.2;
    font-size: 44px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 45px; }
  .searchBox .inputBox {
    display: flex;
    align-items: center;
    width: 770px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px; }
  .searchBox input {
    flex: 1;
    line-height: 58px;
    height: 58px;
    padding: 0 50px;
    font-size: 24px;
    color: #333649;
    /* firefox 19+ */
    /* Internet Explorer 10+ */
    /* firefox 14-18 */ }
    .searchBox input::-webkit-input-placeholder {
      font-size: 16px;
      opacity: 0.53; }
    .searchBox input::-moz-placeholder {
      font-size: 16px;
      opacity: 0.53; }
    .searchBox input:-ms-input-placeholder {
      font-size: 16px;
      opacity: 0.53; }
    .searchBox input:-moz-placeholder {
      font-size: 16px;
      opacity: 0.53; }
  .searchBox button {
    background: #FF6446;
    height: 58px;
    line-height: 58px;
    font-size: 30px;
    color: #fff;
    width: 185px; }
    .searchBox button:hover {
      cursor: pointer; }
  .searchBox .result {
    width: 770px;
    margin: 24px auto 0;
    text-align: center;
    background: #fff;
    padding: 24px;
    font-size: 16px; }
    .searchBox .result span {
      color: #0061FF;
      margin: 0 6px;
      font-weight: bold; }

.about_synopsisBox {
  padding: 100px 0;
  background: url("/web/images/about/synopsisBg.png") no-repeat bottom center;
  background-size: 100%; }
  .about_synopsisBox .graphicItem {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .about_synopsisBox .graphicItem img {
      margin-right: 60px;
      max-width: 700px; }
    .about_synopsisBox .graphicItem:nth-of-type(2n) {
      flex-direction: row-reverse; }
      .about_synopsisBox .graphicItem:nth-of-type(2n) img {
        margin-left: 60px;
        margin-right: 0; }
    .about_synopsisBox .graphicItem .title {
      font-size: 34px;
      font-weight: 800;
      margin-bottom: 45px; }
      .about_synopsisBox .graphicItem .title.info {
        position: relative; }
        .about_synopsisBox .graphicItem .title.info:after {
          content: "";
          width: 45px;
          height: 4px;
          background: #0061FF;
          display: block;
          margin-top: 30px;
          margin-left: 5px; }
    .about_synopsisBox .graphicItem .synopsis {
      font-size: 15px;
      color: #666666;
      line-height: 1.6; }
    .about_synopsisBox .graphicItem ul {
      margin-top: 70px; }
    .about_synopsisBox .graphicItem li {
      margin-top: 40px;
      color: #666666; }
      .about_synopsisBox .graphicItem li span {
        color: #0061FF;
        font-size: 32px;
        font-weight: 600;
        margin-right: 2px;
        transform: translateY(2px);
        display: inline-block; }
      .about_synopsisBox .graphicItem li:nth-of-type(1) {
        margin-top: 0; }
  .about_synopsisBox .bottom {
    display: flex; }
  .about_synopsisBox .bottomItem {
    padding: 55px 45px;
    flex: 1;
    margin-right: 30px;
    color: #fff;
    border-radius: 18px; }
    .about_synopsisBox .bottomItem:nth-of-type(1) {
      background: #0061FF url("/web/images/about/synopsis_bottom_1.png") no-repeat bottom right;
      background-size: contain; }
    .about_synopsisBox .bottomItem:nth-of-type(2) {
      background: #0061FF url("/web/images/about/synopsis_bottom_2.png") no-repeat bottom right;
      background-size: contain; }
    .about_synopsisBox .bottomItem:nth-of-type(3) {
      background: #0061FF url("/web/images/about/synopsis_bottom_3.png") no-repeat bottom right;
      background-size: contain; }
    .about_synopsisBox .bottomItem:nth-last-of-type(1) {
      margin-right: 0; }
    .about_synopsisBox .bottomItem .title {
      margin-bottom: 100px;
      font-size: 20px;
      font-weight: 800; }
    .about_synopsisBox .bottomItem .text {
      font-size: 18px; }

.about_foundingTeam {
  padding: 100px 0; }
  .about_foundingTeam ul {
    display: flex;
    justify-content: space-between; }
  .about_foundingTeam .grid-item {
    width: 380px;
    height: 513px;
    text-align: center;
    box-shadow: 0px 20px 20px 0px rgba(193, 210, 214, 0.3);
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 46px;
    position: relative; }
    .about_foundingTeam .grid-item .founding-team-img {
      background: linear-gradient(0deg, #CFD6E2, #7F8A93);
      width: 100%; }
    .about_foundingTeam .grid-item .name-box {
      padding: 0 53px;
      z-index: 1;
      transition: all .6s;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 150px;
      background-color: #fff;
      padding: 0  53px 46px; }
      .about_foundingTeam .grid-item .name-box .avatar {
        margin: 0 auto;
        width: 121px;
        height: 121px;
        border-radius: 50%;
        display: none;
        background: linear-gradient(0deg, #CFD6E2, #7F8A93); }
      .about_foundingTeam .grid-item .name-box .name {
        margin-top: 24px;
        font-size: 20px;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: #222222;
        line-height: 30px; }
      .about_foundingTeam .grid-item .name-box .post {
        margin-top: 19px;
        font-size: 16px;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: #666666;
        line-height: 30px; }
      .about_foundingTeam .grid-item .name-box .desc {
        font-size: 16px;
        color: #666666;
        margin-top: 19px; }
      .about_foundingTeam .grid-item .name-box .desc {
        display: none; }
    .about_foundingTeam .grid-item:hover {
      cursor: pointer; }
      .about_foundingTeam .grid-item:hover .name-box {
        padding: 51px  53px 46px;
        height: 100%; }
        .about_foundingTeam .grid-item:hover .name-box .desc, .about_foundingTeam .grid-item:hover .name-box .avatar {
          display: block; }

.about_developBox .about_develop {
  height: 696px;
  background-color: #001230;
  color: #fff;
  position: relative; }

.about_developBox .img-mask {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(-90deg, transparent, rgba(4, 2, 0, 0.05) 0, #001230 84%, rgba(25, 10, 1, 0.8) 73%, #001230 83%); }

.about_developBox .img-cover {
  overflow: hidden;
  width: 1170px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }
  .about_developBox .img-cover .bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transform: scale(1);
    opacity: 0;
    transition: all .3s;
    visibility: hidden; }
  .about_developBox .img-cover .bg-img-active {
    transform: scale(1.1);
    opacity: 1;
    visibility: visible; }

.about_developBox .wrap {
  height: 100%;
  display: flex;
  align-items: center; }
  .about_developBox .wrap .year-list::-webkit-scrollbar {
    display: none; }
  .about_developBox .wrap .year-list {
    z-index: 2;
    margin-right: 82px;
    overflow-y: scroll;
    padding: 0 10px;
    width: 160px; }
    .about_developBox .wrap .year-list .year {
      cursor: pointer;
      position: relative;
      font-size: 18px;
      font-family: DINbek Bold;
      font-weight: bold;
      color: #B8BDC6;
      padding: 0 0 40px;
      text-align: right; }
      .about_developBox .wrap .year-list .year .por {
        padding: 0 26px;
        position: relative; }
    .about_developBox .wrap .year-list .year-active {
      font-size: 30px;
      font-family: DINbek Bold;
      font-weight: bold;
      color: #0061FF; }
    .about_developBox .wrap .year-list .dot-line {
      z-index: 1;
      position: absolute;
      right: -1px;
      top: 0;
      width: 0px;
      border: 0.5px solid #fff;
      height: 100%; }
    .about_developBox .wrap .year-list .dot {
      border-radius: 50%;
      position: absolute;
      width: 9px;
      height: 9px;
      background-color: #fff;
      top: 50%;
      right: 0;
      transform: translate(50%, -50%);
      z-index: 2; }
    .about_developBox .wrap .year-list .dot-active {
      background-color: #0061FF; }

.about_developBox .swiper-history {
  height: 640px;
  box-sizing: border-box;
  flex: 1;
  z-index: 3;
  padding-top: 50px; }
  .about_developBox .swiper-history .swiper-slide, .about_developBox .swiper-history .year-month, .about_developBox .swiper-history .content {
    font-size: 16px;
    font-family: SourceHanSansCN;
    color: #59667C; }
  .about_developBox .swiper-history .swiper-slide-prev .content, .about_developBox .swiper-history .swiper-slide-next .content, .about_developBox .swiper-history .swiper-slide-active .content {
    color: #FFFFFF; }
  .about_developBox .swiper-history .swiper-slide-prev .year-month, .about_developBox .swiper-history .swiper-slide-next .year-month, .about_developBox .swiper-history .swiper-slide-active .year-month {
    color: #B8BDC6; }

.about_cultureBox {
  padding: 100px 0; }
  .about_cultureBox .pageTitle {
    margin-bottom: 100px; }
  .about_cultureBox .cont {
    display: flex; }
  .about_cultureBox .rightCont {
    display: flex;
    flex-wrap: wrap; }
    .about_cultureBox .rightCont img {
      margin-left: 20px;
      margin-top: 20px; }
      .about_cultureBox .rightCont img:nth-of-type(1), .about_cultureBox .rightCont img:nth-of-type(2) {
        margin-top: 0; }

.about_honorBox {
  padding: 90px 0;
  background: #F4F6F8 url("/web/images/about/synopsisBg.png") no-repeat center center;
  background-size: cover; }
  .about_honorBox img {
    margin: 0 auto; }
  .about_honorBox .pageTitle {
    margin-bottom: 70px; }
  .about_honorBox .honorBox-img {
    margin-bottom: 140px; }

.about_huoban {
  padding: 100px 0; }
  .about_huoban .pageTitle {
    margin-bottom: 20px; }

.bannerZp {
  position: relative;
  color: #fff; }
  .bannerZp .wrap,
  .bannerZp .swiper-wrapper {
    height: 100%; }
  .bannerZp .swiper-slide {
    height: 100%;
    background: linear-gradient(90deg, #2c68ff 50%, #2c8fff 70%, #2c8fff 100%); }
  .bannerZp .banner {
    height: 300px;
    background: url(../imgs/recruitmentBanner.png) no-repeat center center;
    position: relative;
    z-index: 2; }
  .bannerZp .swiper-container {
    height: 100%;
    background: none; }
  .bannerZp .wrap {
    height: 100%;
    display: flex;
    align-items: center; }
  .bannerZp .swiperText {
    margin-right: 65px;
    width: 650px;
    letter-spacing: 1px;
    padding-left: 100px; }
  .bannerZp .h2 {
    font-size: 58px;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: 2px; }
  .bannerZp .subtitle {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 2px; }

.recruitmentBox {
  padding: 60px; }
  .recruitmentBox .wrap {
    display: flex;
    color: #333649; }
  .recruitmentBox .tabBox {
    width: 285px;
    margin-right: 110px;
    padding: 10px 0;
    border: 1px solid #ecf0fc;
    box-sizing: border-box; }
  .recruitmentBox li .titleLeft {
    position: relative;
    line-height: 62px;
    margin: 0 42px;
    font-size: 18px;
    border-bottom: 1px solid #ebf0fc;
    color: rgba(51, 53, 73, 0.7); }
    .recruitmentBox li .titleLeft::before {
      content: '';
      position: absolute;
      right: 0;
      height: 0px;
      width: 0px;
      border-top: 5px solid transparent;
      border-right: 8px solid #c2c5c9;
      border-bottom: 5px solid transparent;
      top: calc(50% - 5px);
      transform: rotate(180deg); }
  .recruitmentBox li:nth-last-of-type(1) .titleLeft {
    border-bottom: 0; }
  .recruitmentBox li:hover {
    cursor: pointer; }
  .recruitmentBox .active .titleLeft {
    color: #2c68ff;
    opacity: 1; }
    .recruitmentBox .active .titleLeft::before {
      transform: rotate(-90deg);
      border-right: 8px solid #2c68ff; }
  .recruitmentBox .list {
    background: #ecf0fc;
    padding: 0 42px;
    line-height: 55px;
    font-size: 16px;
    display: none; }
  .recruitmentBox .hot {
    margin-left: 4px;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 16px;
    line-height: 20px;
    background: linear-gradient(135deg, #f4c730 0%, #fe8f30 100%);
    border-radius: 10px 8px 8px 0px;
    font-size: 10px;
    color: #fff;
    opacity: 1; }
  .recruitmentBox .activeP {
    color: #6a8eea; }
  .recruitmentBox h4 {
    font-size: 30px;
    margin-bottom: 15px; }
  .recruitmentBox .subtitle {
    opacity: 0.6;
    font-size: 16px;
    margin-bottom: 40px; }
    .recruitmentBox .subtitle span {
      margin-right: 4px; }
  .recruitmentBox .rightCont {
    font-size: 16px; }
    .recruitmentBox .rightCont h2 {
      font-size: 32px;
      margin-bottom: 15px; }
    .recruitmentBox .rightCont h3 {
      font-size: 28px;
      font-weight: 400;
      margin-bottom: 15px; }
    .recruitmentBox .rightCont h4 {
      font-size: 24px;
      margin-bottom: 15px; }
    .recruitmentBox .rightCont h5 {
      font-size: 20px;
      margin-bottom: 15px; }
    .recruitmentBox .rightCont p {
      line-height: 1.6;
      margin: 15px 0; }
    .recruitmentBox .rightCont img {
      max-width: 100%; }
    .recruitmentBox .rightCont a {
      color: #1890ff; }
    .recruitmentBox .rightCont ul {
      list-style: unset; }
    .recruitmentBox .rightCont ol {
      list-style: decimal; }

.phoneBox {
  padding: 75px 0; }
  .phoneBox .wrap {
    display: flex;
    justify-content: space-between; }
  .phoneBox .codeBox {
    width: 454px;
    height: 224px;
    background: linear-gradient(90deg, #5c84f8 0%, #3961f4 100%);
    display: flex;
    align-items: center;
    justify-content: center; }
  .phoneBox .eMail {
    background: url(../imgs/recruitmentRight.png) no-repeat center center;
    width: 718px;
    height: 224px; }
  .phoneBox img {
    background: linear-gradient(0deg, rgba(57, 98, 244, 0.3) 0%, rgba(57, 98, 244, 0.3) 100%);
    padding: 10px;
    margin-right: 40px; }
  .phoneBox h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px; }
  .phoneBox p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 140px; }
  .phoneBox .eMail {
    display: flex;
    justify-content: center;
    padding: 0 90px 0 280px;
    flex-direction: column;
    color: #333649;
    box-sizing: border-box; }
  .phoneBox .title {
    font-size: 22px;
    margin-bottom: 10px; }
  .phoneBox .detail {
    font-size: 20px;
    margin-bottom: 20px; }
  .phoneBox .subtitle {
    font-size: 16px;
    opacity: 0.5;
    line-height: 30px; }

.helpBox .wrap {
  display: flex;
  align-items: flex-start;
  padding: 32px 0; }

.helpBox .tabLeft {
  width: 240px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0 24px; }
  .helpBox .tabLeft .tit {
    background: #1890ff;
    color: #fff;
    padding: 24px 0;
    margin: -1px -25px 0;
    font-size: 24px;
    text-align: center; }
  .helpBox .tabLeft h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px; }
  .helpBox .tabLeft a {
    display: block;
    padding: 0 24px;
    margin: 0 -24px; }
    .helpBox .tabLeft a:hover {
      background: #f9faff; }
    .helpBox .tabLeft a.active {
      background: #f9faff;
      color: #1890ff; }
  .helpBox .tabLeft ul ul a {
    padding-left: 36px; }
  .helpBox .tabLeft .item {
    padding: 24px 0;
    line-height: 36px; }
    .helpBox .tabLeft .item + .item {
      border-top: 1px solid #eee; }

.helpBox .rightCont {
  flex: 1;
  padding: 0 0px 40px 70px; }
  .helpBox .rightCont .title {
    font-size: 32px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    line-height: 89px; }

.helpBox .tabP {
  padding: 40px 0;
  border-top: 1px solid #f5f6f6;
  display: flex;
  margin-top: 24px; }
  .helpBox .tabP a {
    flex: 1;
    display: block;
    border: 1px solid;
    border-radius: 3px;
    padding: 12px 24px;
    color: #1890ff;
    text-align: center; }
    .helpBox .tabP a:hover {
      background: #1890ff;
      color: #fff; }
    .helpBox .tabP a:nth-child(n+2) {
      margin-left: 12px; }

.richText {
  font-size: 16px; }
  .richText iframe {
    width: 800px;
    height: 600px;
    display: block;
    margin: 15px auto; }
  .richText h2 {
    font-size: 32px;
    margin-bottom: 15px; }
  .richText h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px; }
  .richText h4 {
    font-size: 24px;
    margin-bottom: 15px; }
  .richText h5 {
    font-size: 20px;
    margin-bottom: 15px; }
  .richText p {
    line-height: 1.6;
    margin: 15px 0; }
  .richText img {
    max-width: 100%; }
  .richText a {
    color: #1890ff; }
  .richText ul {
    list-style: unset;
    padding-left: 40px; }
  .richText ol {
    list-style: decimal;
    padding-left: 40px; }

.news_page {
  background: #fafafa;
  padding: 36px 0; }
  .news_page .wrap {
    display: flex; }
  .news_page .sidebar {
    width: 300px;
    margin-left: 24px; }
    .news_page .sidebar .menuside {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 12px;
      text-align: center; }
      .news_page .sidebar .menuside li {
        flex-basis: 48%; }
        .news_page .sidebar .menuside li:nth-child(n+3) {
          margin-top: 8px; }
      .news_page .sidebar .menuside a {
        display: block;
        padding: 5px 10px;
        background: #f9faff;
        border-radius: 3px; }
        .news_page .sidebar .menuside a:hover {
          background: #0061FF;
          color: #fff; }
    .news_page .sidebar h2 {
      padding: 0 20px;
      line-height: 52px;
      border-bottom: 1px solid #f9faff;
      font-size: 16px; }
    .news_page .sidebar > div {
      background: #fff;
      margin-bottom: 20px;
      border-radius: 6px; }
    .news_page .sidebar ul.snl li {
      counter-increment: name; }
      .news_page .sidebar ul.snl li:nth-child(-n+3) a::before {
        color: #f33; }
    .news_page .sidebar ul.snl a {
      display: block;
      overflow: hidden;
      padding: 12px 20px; }
      .news_page .sidebar ul.snl a::before {
        content: counter(name) ". ";
        color: #999;
        font-weight: bold; }
      .news_page .sidebar ul.snl a:hover {
        background: #f9faff; }
  .news_page .content {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    position: relative; }
    .news_page .content .richText {
      padding: 0 30px 30px; }
    .news_page .content .title {
      padding: 30px; }
      .news_page .content .title h1 {
        line-height: 1.6; }
      .news_page .content .title span + span {
        margin-left: 10px; }
      .news_page .content .title .info {
        font-size: 14px;
        margin-top: 10px;
        color: #999; }
        .news_page .content .title .info a {
          color: #999; }
  .news_page .list a {
    padding: 32px 32px;
    overflow: hidden;
    display: block;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none; }
    .news_page .list a:hover {
      color: #0061FF; }
    .news_page .list a::before {
      content: "";
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 0;
      height: 1px;
      background: #f9faff;
      display: block; }
  .news_page .list .con {
    flex: 1; }
  .news_page .list h2 {
    font-size: 18px;
    font-weight: 600; }
  .news_page .list .info {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    display: flex; }
    .news_page .list .info span + span {
      position: relative;
      display: flex;
      align-items: center; }
      .news_page .list .info span + span::before {
        width: 2px;
        height: 2px;
        background: #f9faff;
        border-radius: 100px;
        content: "";
        margin: 0 6px;
        display: inline-block; }
  .news_page .list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    line-height: 1.7;
    font-size: 15px;
    color: #202124; }
  .news_page .list .picBox {
    width: 240px;
    height: 150px;
    padding: 0;
    margin-left: 22px; }
  .news_page .pageNav {
    text-align: center;
    padding: 40px 0; }
    .news_page .pageNav li {
      display: inline-block; }
      .news_page .pageNav li.active span {
        background: #0061FF;
        color: #fff; }
  .news_page .pageNav a, .news_page .pageNav span {
    margin: 0 10px;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 3px;
    transition: all ease .3s; }
  .news_page .pageNav a:hover {
    box-shadow: 0 0 0 2px; }
  .news_page .menus {
    width: 100%;
    font-size: 16px;
    background: #fff;
    border-bottom: 2px solid #f9faff;
    position: sticky;
    top: 64px;
    z-index: 9; }
    .news_page .menus li {
      display: inline-block; }
      .news_page .menus li.current-menu-item a, .news_page .menus li.current-post-ancestor a {
        color: #0061FF; }
    .news_page .menus a {
      display: block;
      padding: 15px 24px;
      position: relative; }
    .news_page .menus .active a {
      color: #0061FF;
      font-weight: 600; }
      .news_page .menus .active a::before {
        position: absolute;
        left: 0;
        bottom: -2px;
        right: 0;
        height: 3px;
        background: currentColor;
        content: "";
        display: block; }

.picBox {
  padding-bottom: 66.6666%;
  position: relative; }
  .picBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 3px; }
    .picBox img::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #eee url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 174.88 109.34'><path d='M144.18,52.06l-29,37.72L101,74.58l-44.1,50.55L41.81,111.31,12.56,132.82v21.85H187.44v-36ZM48.67,88.4A21.54,21.54,0,1,0,27.18,66.87,21.51,21.51,0,0,0,48.67,88.4Z' transform='translate(-12.56 -45.33)' style='fill:%23ffffff'/></svg>") center center no-repeat;
      background-size: 50%; }

.bannerFa_jiaoyu .banner {
  background-image: url("../imgs/jj/jiaoyu.png");
  background-position: center 33px;
  background-repeat: no-repeat;
  height: 380px; }

.bannerFa_muying .banner {
  background-image: url("../imgs/jj/muying.png");
  background-position: center 66px;
  background-repeat: no-repeat;
  height: 380px; }

.bannerFa_lingshou .banner {
  background-image: url("../imgs/jj/lingshou.png");
  background-position: center 66px;
  background-repeat: no-repeat;
  height: 380px; }

.bannerFa_sc .banner {
  background-image: url("../imgs/jj/shangcheng.png");
  background-position: center 40px;
  background-repeat: no-repeat;
  height: 380px; }

.fa_jy_1 {
  background: #f8fbff; }
  .fa_jy_1 .con {
    margin-top: 68px;
    text-align: center; }

.fa_my_1 {
  background: #f8fbff url("../imgs/schemeBg.png") center center no-repeat; }
  .fa_my_1 .con {
    margin-top: 68px;
    text-align: center; }

.fa_jy_2 {
  background: url("../imgs/toolBg.png") center center no-repeat; }
  .fa_jy_2 .con {
    display: flex;
    justify-content: space-between;
    margin-top: 68px; }
  .fa_jy_2 li {
    flex-basis: 23%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.05);
    transition: all ease .3s;
    background: #fff;
    cursor: default; }
    .fa_jy_2 li:hover {
      transform: translateY(-5%);
      box-shadow: 1px 3px 32px rgba(0, 0, 0, 0.1); }
      .fa_jy_2 li:hover p {
        opacity: 1; }
  .fa_jy_2 p {
    padding: 18px 24px;
    opacity: .7; }
  .fa_jy_2 h3 {
    background: #0061FF url(../imgs/jj/j6.png);
    color: #fff;
    padding: 24px 0;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.8;
    text-align: center; }

.fa_my_2 {
  background: url("../imgs/toolBg.png") center center no-repeat; }
  .fa_my_2 .con {
    display: flex;
    justify-content: space-between;
    margin-top: 68px; }
  .fa_my_2 h3 {
    font-weight: bold;
    text-align: center;
    margin-top: 24px; }
  .fa_my_2 p {
    margin-top: 24px; }
  .fa_my_2 li {
    flex-basis: 23%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.05);
    transition: all ease .3s;
    background: #fff;
    padding: 24px 32px;
    cursor: default; }
    .fa_my_2 li img {
      display: block;
      margin: 0 auto; }
    .fa_my_2 li:hover {
      transform: translateY(-5%);
      box-shadow: 1px 3px 32px rgba(0, 0, 0, 0.1); }
      .fa_my_2 li:hover p {
        opacity: 1; }

.fa_jy_3 {
  padding-top: 0; }
  .fa_jy_3 .con {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    text-align: center; }
  .fa_jy_3 li {
    flex-basis: 19%;
    border-radius: 3px;
    overflow: hidden;
    position: relative; }
  .fa_jy_3 h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 3;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 1px 3px 12px rgba(0, 0, 0, 0.2);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(14, 20, 56, 0.8)); }

.fa_my_3 {
  padding-top: 0; }
  .fa_my_3 .con {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    text-align: center; }
  .fa_my_3 img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .fa_my_3 h3 {
    font-weight: bold; }
  .fa_my_3 li {
    flex-basis: 17%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #f8fbff;
    padding: 32px 0; }

.shangcheng_ul p {
  padding: 0 16px; }

.fa_s_1 {
  background: url("../imgs/jj/s_6.jpg") center center;
  background-size: cover; }
  .fa_s_1 .title {
    color: #fff; }
  .fa_s_1 .con {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    text-align: center; }
  .fa_s_1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .fa_s_1 h3 {
    font-weight: bold; }
  .fa_s_1 li {
    flex-basis: 17%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #f8fbff;
    padding: 32px 0; }

.fa_s_3 {
  padding-top: 0; }

@media screen and (min-width: 961px) {
  /* 头部 */
  .headerTop {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all ease .3s; }
    .headerTop.headerBg li > a {
      color: #fff; }
    .headerTop.headerBg .wrapBox {
      max-width: 1920px;
      margin: 0 auto;
      color: #fff; }
    .headerTop.headerBg h1 > a::after {
      background: url(../images/logo.png) no-repeat center center; }
    .headerTop.header_float {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 20;
      background: none; }
      .headerTop.header_float.fixed {
        background: #fff; }
        .headerTop.header_float.fixed li a {
          color: #5B5A5A; }
    .headerTop h1 {
      display: flex;
      align-items: center; }
      .headerTop h1 > a {
        display: inline-block;
        position: relative;
        width: 160px;
        height: 0;
        padding-top: 50px;
        overflow: hidden; }
        .headerTop h1 > a::after {
          background: url(../images/logo.png) no-repeat center center; }
    .headerTop .wrap {
      display: flex;
      align-items: center;
      max-width: 1920px;
      width: 100%;
      display: flex;
      padding: 0 100px; }
    .headerTop ul {
      margin-left: auto;
      margin-right: 20px; }
    .headerTop li {
      float: left;
      position: relative;
      margin-left: 50px; }
      .headerTop li:hover > a::after {
        transform: rotate(180deg); }
      .headerTop li > a {
        line-height: 80px;
        display: block;
        font-size: 18px; }
        .headerTop li > a:hover {
          opacity: 0.8; }
    .headerTop .login_border {
      font-size: 16px;
      display: inline-block;
      min-width: 102px;
      text-align: center;
      line-height: 46px;
      padding: 0 25px;
      background: #FF6446;
      color: #fff;
      border: 1px solid #FF6446;
      border-radius: 50px;
      background: #fff;
      color: #FF6446;
      line-height: 40px;
      padding: 0 10px;
      background: none;
      color: #FF6446;
      margin-left: 20px; }
      .headerTop .login_border:hover {
        cursor: pointer;
        background: #FF6446;
        border-color: #FF6446;
        color: #fff; }
      .headerTop .login_border + .login_solid {
        margin-left: 20px; }
    .headerTop .login_solid {
      font-size: 16px;
      display: inline-block;
      min-width: 102px;
      text-align: center;
      line-height: 46px;
      padding: 0 25px;
      background: #FF6446;
      color: #fff;
      border: 1px solid #FF6446;
      border-radius: 50px;
      line-height: 40px;
      padding: 0 10px; }
      .headerTop .login_solid:hover {
        cursor: pointer;
        background: #fff;
        border-color: #FF6446;
        color: #FF6446; }
    .headerTop .menu {
      position: absolute;
      background: white;
      top: 80px;
      padding: 0px 30px;
      border-radius: 2px;
      transform-origin: center top;
      transform: translateX(-50%) scaleY(0);
      transition: all ease 0.3s;
      left: 50%;
      opacity: 0;
      box-shadow: 0px 0px 24px 0px rgba(156, 156, 156, 0.28); }
      .headerTop .menu::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
        border-right: 8px solid transparent;
        top: -8px; }
      .headerTop .menu a {
        color: #5B5A5A; }
        .headerTop .menu a:hover {
          color: #FF6446; }
    .headerTop .aBox > li:hover .menuBig {
      opacity: 1;
      transform: translateX(-30%) scaleY(1); }
    .headerTop .aBox > li:hover .menuSmall {
      opacity: 1;
      transform: translateX(-50%) scaleY(1); }
    .headerTop .menuBig {
      width: 636px;
      transform: translateX(-30%) scaleY(0); }
      .headerTop .menuBig::before {
        left: 180px; }
    .headerTop h5 {
      padding: 20px 0;
      border-bottom: 1px solid #ebeffb; }
    .headerTop .menuUl {
      display: flex;
      padding: 30px 0;
      flex-wrap: wrap; }
      .headerTop .menuUl a {
        cursor: pointer;
        width: 50%;
        margin-bottom: 35px;
        transition: all ease .3s; }
        .headerTop .menuUl a p {
          font-size: 14px;
          opacity: 0.7; }
        .headerTop .menuUl a .title {
          padding-left: 35px;
          position: relative; }
          .headerTop .menuUl a .title::before {
            content: '';
            width: 28px;
            height: 28px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-image: url(../imgs/systemAll_H.png);
            background-repeat: no-repeat;
            background-size: 100% auto;
            transition: all ease .3s; }
    .headerTop .menuSmall {
      width: 180px;
      padding: 30px 0px;
      box-sizing: border-box; }
      .headerTop .menuSmall::before {
        left: 50%;
        transform: translateX(-50%); }
      .headerTop .menuSmall a {
        display: block;
        position: relative;
        margin-bottom: 30px;
        text-align: center; }
        .headerTop .menuSmall a:nth-last-of-type(1) {
          margin-bottom: 0; }
        .headerTop .menuSmall a::before {
          content: '';
          width: 25px;
          height: 25px;
          position: absolute;
          bottom: 0px;
          left: 35px; }
  .headerTop h1 > a::after,
  .headerTop h1 > a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .headerTop .menuUl a:nth-last-of-type(1),
  .headerTop .menuUl a:nth-last-of-type(2) {
    margin-bottom: 0; }
  @keyframes Module {
    0% {
      transform: scaleY(0.6);
      opacity: 0; }
    100% {
      transform: scaleY(1);
      opacity: 1; } }
  .courseBox .tabBox {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 0;
    box-sizing: border-box;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto; }
    .courseBox .tabBox::-webkit-scrollbar {
      display: none;
      /* Chrome Safari */ }
  .courseBox .tabLi {
    width: 480px;
    text-align: right;
    height: 100px;
    line-height: 100px;
    padding-right: 120px;
    font-size: 18px;
    opacity: 0.7;
    position: relative;
    box-sizing: border-box; }
    .courseBox .tabLi span {
      font-size: 32px;
      margin-right: 8px;
      position: relative;
      display: inline-block; }
    .courseBox .tabLi.active {
      border-top: 1px solid #ebf0fc;
      border-bottom: 1px solid #ebf0fc;
      opacity: 1; }
      .courseBox .tabLi.active::before {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 18px);
        width: 2px;
        height: 36px;
        background: #a9b2c8; }
      .courseBox .tabLi.active span::after {
        content: '';
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-135deg);
        top: -2px;
        position: absolute;
        margin-left: -30px; }
      .courseBox .tabLi.active span::before {
        content: '';
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        bottom: 0px;
        position: absolute;
        margin-left: 40px; }
    .courseBox .tabLi:hover {
      cursor: pointer; } }

@media screen and (min-width: 961px) and (max-width: 1500px) {
  .headerTop .wrap {
    padding: 0 20px; } }

@media screen and (min-width: 961px) and (max-width: 1199px) {
  html,
  body {
    min-width: 961px;
    font-size: 14px; }
  .wrap {
    padding-right: 15px;
    padding-left: 15px; }
    .wrap img {
      max-width: 100%; }
  .pageTitle h3 {
    font-size: 30px; }
  .get-yanshi .int {
    height: 35px;
    width: 180px;
    font-size: 20px; }
    .get-yanshi .int::-webkit-input-placeholder {
      font-size: 16px;
      transform: translateY(0px); }
  .get-yanshi .btn {
    line-height: 35px; }
  .graphicMixedBox img {
    flex: 1;
    overflow: hidden; }
  .graphicMixedBox .graphicMixed .contText {
    flex: none;
    width: 400px; }
  .headerTop.headerBg h1 > a::before {
    display: none; }
  .headerTop .wrap {
    padding: 0 15px; }
  .headerTop h1 {
    margin-right: 0; }
  .headerTop li {
    margin-left: 20px; }
  .headerTop li:first-child {
    margin-left: 0; }
  .bottomTail li {
    margin-left: 15px; }
  .bannerBox .banner {
    height: 450px; }
  .bannerBox .title {
    font-size: 24px; }
  .bannerBox .subtitle {
    font-size: 14px; }
  .bannerBox .swiper-pagination {
    bottom: 170px !important;
    padding-left: 15px; }
  .bannerBox .advertising {
    bottom: 10px; }
  .bTwoB .items {
    width: 100%;
    margin-right: 0;
    display: flex; }
    .bTwoB .items img {
      width: 250px !important;
      height: 250px !important; }
  .salesBox {
    background-size: cover !important; }
    .salesBox .crossTab .item {
      font-size: 16px; }
  .sampleTeam, .consultBox {
    background-size: cover !important; }
  .about_synopsisBox .contText {
    width: 400px; }
  .about_synopsisBox .graphicItem img {
    flex: 1;
    overflow: hidden; }
  .about_foundingTeam .grid-item {
    width: calc(33.33% - 13px);
    margin: 0 20rpx 0 0; }
    .about_foundingTeam .grid-item:nth-last-of-type(1) {
      margin-right: 0; }
  .about_cultureBox .cont {
    flex-direction: column; }
    .about_cultureBox .cont > img {
      margin: 0 auto 20px auto; }
  .scheme {
    overflow: hidden; }
  .scheme .boxBg1,
  .scheme .boxBg2 {
    left: 20px; }
  .scheme .boxBg3 {
    left: 200px; }
  .scheme .boxBg4,
  .scheme .boxBg5 {
    left: 550px; }
  .scheme .associated {
    left: 500px; }
  .scheme .boxBg6 {
    right: -20px; }
  .operating li {
    max-width: 23%;
    margin-right: 2.33333%; }
  .systemIndex ul {
    padding-left: 24px;
    padding-right: 24px; }
  .systemIndex .detail {
    padding: 0px 60px 0 24px; }
  .systemIndex .list {
    position: relative;
    z-index: 2; }
  .systemIndex .detail img {
    right: 24px;
    max-width: 50%; }
  .toolBox li:hover {
    background-size: cover; }
  .toolBox .imgBg,
  .toolBox .title {
    margin-bottom: 20px; }
  .toolBox li {
    padding: 24px 16px;
    min-height: 10px; }
  .firmBox .box2 {
    padding: 30px; }
  .firmBox .firmImg .imgBg {
    width: 19%;
    height: 0;
    padding-bottom: 7.633%;
    color: rgba(0, 0, 0, 0);
    background: none !important;
    margin-top: 1.25%;
    margin-right: 1.25%;
    position: relative;
    overflow: hidden;
    border: none;
    outline: 1px solid #e1e7ff; }
    .firmBox .firmImg .imgBg::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 1500%;
      background: url(../imgs/firmAllBg.png) no-repeat center top;
      background-size: 100% auto; }
    .firmBox .firmImg .imgBg:nth-of-type(2)::after {
      transform: translateY(-6.66667%); }
    .firmBox .firmImg .imgBg:nth-of-type(3)::after {
      transform: translateY(-13.33333%); }
    .firmBox .firmImg .imgBg:nth-of-type(4)::after {
      transform: translateY(-20%); }
    .firmBox .firmImg .imgBg:nth-of-type(5)::after {
      transform: translateY(-26.66667%); }
    .firmBox .firmImg .imgBg:nth-of-type(6)::after {
      transform: translateY(-33.33333%); }
    .firmBox .firmImg .imgBg:nth-of-type(7)::after {
      transform: translateY(-40%); }
    .firmBox .firmImg .imgBg:nth-of-type(8)::after {
      transform: translateY(-46.66667%); }
    .firmBox .firmImg .imgBg:nth-of-type(9)::after {
      transform: translateY(-53.33333%); }
    .firmBox .firmImg .imgBg:nth-of-type(10)::after {
      transform: translateY(-60%); }
    .firmBox .firmImg .imgBg:nth-of-type(11)::after {
      transform: translateY(-66.6667%); }
    .firmBox .firmImg .imgBg:nth-of-type(12)::after {
      transform: translateY(-73.33333%); }
    .firmBox .firmImg .imgBg:nth-of-type(13)::after {
      transform: translateY(-80%); }
    .firmBox .firmImg .imgBg:nth-of-type(14)::after {
      transform: translateY(-86.66667%); }
    .firmBox .firmImg .imgBg:nth-of-type(15)::after {
      transform: translateY(-93.33333%); }
  .bannerAbout .swiperText {
    width: 60%;
    margin-left: 5%;
    padding-top: 64px; }
  .bannerAbout .h2 {
    font-size: 32px;
    margin-bottom: 12px; }
  .scaleBox {
    padding: 60px 0; }
    .scaleBox li {
      width: auto;
      margin: 0 2%; }
  .titleChannel {
    font-size: 32px;
    padding-top: 10px; }
  .productBox {
    padding: 60px 0; }
    .productBox .subtitle {
      font-size: 20px;
      margin-top: 12px; }
    .productBox ul {
      margin-top: 20px;
      justify-content: space-between;
      padding: 0 1%; }
    .productBox li {
      min-width: 10px;
      flex-basis: 31%;
      margin-right: 0;
      flex-grow: inherit;
      flex-shrink: inherit; }
  .courseBox {
    padding: 60px 0; }
    .courseBox .timeline {
      padding: 0 2%; }
    .courseBox .tabBox {
      flex-basis: 40%; }
    .courseBox .tabLi {
      width: 100%; }
  .cultureBox {
    padding: 60px 0; }
    .cultureBox .cont {
      margin-top: 30px;
      align-items: center; }
      .cultureBox .cont img.imgLeft {
        width: 50%; }
      .cultureBox .cont .rightCont {
        justify-content: space-between; }
        .cultureBox .cont .rightCont img {
          width: 48%;
          margin-right: 0; }
  .recruitmentAbout {
    padding: 60px 0; }
  .bannerChannel .swiper-container {
    height: 400px; }
  .bannerChannel .swiperText {
    width: auto;
    padding: 24px; }
  .bannerChannel h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 12px; }
    .bannerChannel h2 span {
      display: block; }
  .earningsBox {
    padding: 60px 0; }
    .earningsBox li {
      padding: 24px; }
    .earningsBox .title {
      align-items: center;
      font-size: 24px; }
  .channerlBox {
    padding: 60px 0; }
    .channerlBox ul {
      padding: 0;
      justify-content: space-between; }
    .channerlBox li {
      flex-basis: 32%;
      width: auto;
      padding: 24px;
      margin-right: 0; }
    .channerlBox p {
      position: relative;
      z-index: 1; }
    .channerlBox .title {
      font-size: 24px;
      font-weight: bold; }
  .conditionsBox {
    padding: 60px 0; }
    .conditionsBox img {
      width: 40%; }
    .conditionsBox li {
      margin-top: 30px; }
  .processBox {
    padding: 60px 0; }
    .processBox li {
      padding: 24px;
      margin-right: 15px; }
    .processBox h5 {
      font-size: 18px; }
    .processBox p {
      font-size: 14px;
      line-height: 1.5; }
  .searchBox h3 {
    font-size: 24px; }
  .banner_normal .banner {
    height: 300px;
    padding: 0 5%;
    background-size: cover; }
    .banner_normal .banner .h2 {
      font-size: 48px; }
  .item_normal {
    padding: 60px 24px; }
  .fa_jy_3 {
    padding-top: 0; }
  .fa_my_2 h3 {
    font-size: 16px; }
  .fa_my_2 p {
    font-size: 14px;
    margin-top: 16px; }
  .fa_my_2 li {
    padding: 24px; }
  .bannerProduct .wrap {
    background-size: auto 80%;
    padding: 0 5%; }
  .bannerProduct .h2 {
    font-size: 36px;
    font-weight: bold; }
  .productCont .wrap {
    padding: 0 5%; }
  .productCont img {
    width: 40%; }
  .productCont .box:nth-child(2n) img {
    margin-right: 50px; }
  .richText iframe {
    width: 100%;
    height: 400px; }
  .recruitmentBox {
    padding: 24px 15px; }
  .phoneBox .eMail {
    width: auto;
    flex: 1; } }

@media screen and (max-width: 960px) {
  html, body {
    min-width: 320px;
    font-size: 14px; }
  .lineText, .lineText2, .lineText3 {
    overflow: hidden;
    text-overflow: ellipsis; }
  .lineText2, .lineText3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical; }
  .lineText {
    white-space: nowrap; }
  .lineText2 {
    -webkit-line-clamp: 2; }
  .lineText3 {
    -webkit-line-clamp: 3; }
  .wrap {
    padding-right: 15px;
    padding-left: 15px; }
    .wrap img {
      max-width: 100%; }
  .pageTitle {
    margin-bottom: 30px;
    line-height: 1.4; }
    .pageTitle h3 {
      font-size: 20px; }
    .pageTitle .subtitle {
      font-size: 14px; }
  .get-yanshi .int {
    height: 35px;
    width: 180px;
    font-size: 20px; }
    .get-yanshi .int::-webkit-input-placeholder {
      font-size: 16px;
      transform: translateY(0px); }
  .get-yanshi .btn {
    line-height: 35px; }
  .headerTop {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all ease .3s; }
    .headerTop.headerBg .wrapBox {
      max-width: 1920px;
      margin: 0 auto;
      color: #fff; }
    .headerTop.header_float {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 20;
      background: none; }
      .headerTop.header_float.fixed {
        background: #fff; }
    .headerTop h1 {
      display: flex;
      align-items: center; }
      .headerTop h1 > a {
        display: inline-block;
        position: relative;
        width: 200px;
        height: 0;
        padding-top: 60px;
        overflow: hidden; }
        .headerTop h1 > a::after {
          background: url(../images/logo.png) no-repeat center center;
          background-size: contain; }
    .headerTop .wrap {
      display: flex;
      align-items: center; }
    .headerTop ul {
      margin-left: auto;
      margin-right: 20px; }
    .headerTop li {
      float: left;
      position: relative;
      margin: 0 22.5px;
      border-bottom: 1px solid #eee; }
      .headerTop li:last-child {
        border: none; }
      .headerTop li > a {
        line-height: 42px;
        display: block;
        font-size: 16px;
        position: relative; }
    .headerTop .menu {
      padding-bottom: 10px; }
      .headerTop .menu a {
        color: #333549; }
    .headerTop .menuBig::before {
      left: 180px; }
    .headerTop .menuUl {
      display: flex;
      flex-wrap: wrap; }
      .headerTop .menuUl a {
        cursor: pointer;
        width: 50%;
        transition: all ease .3s; }
        .headerTop .menuUl a p {
          font-size: 14px;
          display: none; }
        .headerTop .menuUl a .title {
          position: relative; }
    .headerTop .menuSmall {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap; }
      .headerTop .menuSmall::before {
        left: 50%;
        transform: translateX(-50%); }
      .headerTop .menuSmall a {
        display: block;
        position: relative;
        flex-basis: 50%;
        padding: 0 0 0 25px; }
        .headerTop .menuSmall a:nth-last-of-type(1) {
          margin-bottom: 0; }
        .headerTop .menuSmall a::before {
          content: '';
          width: 25px;
          height: 25px;
          position: absolute;
          bottom: 0px;
          left: 0;
          transform: scale(0.7);
          transform-origin: center left; }
  .headerTop h1 > a::after,
  .headerTop h1 > a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .headerTop .menuUl a:nth-last-of-type(1),
  .headerTop .menuUl a:nth-last-of-type(2) {
    margin-bottom: 0; }
  .headerTop.headerBg .login {
    display: none; }
  .menu_icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 2;
    color: #5B5A5A; }
  .headerTop.headerBg.show ul {
    display: block; }
  .headerTop.headerBg ul {
    display: none; }
    .headerTop.headerBg ul.aBox {
      position: fixed;
      left: 0;
      margin: 0;
      top: 60px;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: #fff; }
    .headerTop.headerBg ul li {
      float: none; }
      .headerTop.headerBg ul li > a {
        color: #0061FF; }
  .headerTop h5 {
    display: none; }
  .headerTop.headerBg .wrapBox {
    padding: 0 0 0 15px; }
  .headerTop h1 {
    transform: scale(0.75);
    transform-origin: left center; }
  .bannerBox .swiper-slide {
    height: 240px; }
  .bannerBox .swiper-pagination, .bannerBox .banner {
    display: none; }
  .bannerBox .advertising {
    bottom: 20px; }
  .bannerBox .swiper-container {
    height: 100%;
    background: none; }
  .bTwoB .items {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex; }
    .bTwoB .items img {
      width: 140px !important;
      height: 140px !important; }
    .bTwoB .items .bottom {
      padding: 15px; }
      .bTwoB .items .bottom .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px; }
      .bTwoB .items .bottom .subtitle {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 5px; }
      .bTwoB .items .bottom .btn {
        min-width: 60px;
        font-size: 14px;
        line-height: 35px;
        margin-top: 5px; }
  .scrmSystem {
    margin-top: 30px; }
  .salesBox {
    padding: 30px 0; }
    .salesBox .tabble {
      margin-bottom: 10px; }
      .salesBox .tabble .item {
        line-height: 40px;
        font-size: 16px; }
    .salesBox .crossTab {
      overflow-x: auto;
      white-space: nowrap;
      display: block;
      font-size: 14px; }
      .salesBox .crossTab::-webkit-scrollbar {
        display: none; }
      .salesBox .crossTab .item {
        display: inline-block; }
    .salesBox .slideBox {
      flex-direction: column; }
      .salesBox .slideBox .left {
        margin-right: 0;
        padding-top: 20px; }
      .salesBox .slideBox .title {
        text-align: center;
        font-size: 16px; }
      .salesBox .slideBox .subtitle {
        margin-top: 15px; }
    .salesBox .verticalBox {
      margin-top: 15px;
      flex-direction: column; }
      .salesBox .verticalBox .verticalTab {
        overflow-x: auto;
        white-space: nowrap;
        width: 100%; }
        .salesBox .verticalBox .verticalTab .item {
          display: inline-flex;
          width: auto;
          padding: 0 15px;
          font-size: 14px;
          height: 50px; }
          .salesBox .verticalBox .verticalTab .item .rightInfo {
            display: none; }
    .salesBox .swiperSaleVertical {
      width: 100%; }
      .salesBox .swiperSaleVertical .top {
        font-size: 16px;
        padding: 0;
        margin-top: 20px; }
      .salesBox .swiperSaleVertical .title {
        font-size: 16px; }
    .salesBox .swiper-notification {
      display: none; }
  .sampleTeam {
    padding: 30px 0;
    background-size: cover; }
    .sampleTeam ul {
      flex-direction: column; }
    .sampleTeam li {
      width: 100%;
      margin: 55px 0 0 0; }
    .sampleTeam .title {
      font-size: 16px; }
  .growthTrend {
    padding: 30px 0; }
    .growthTrend ul {
      flex-wrap: wrap; }
      .growthTrend ul::before {
        display: none; }
    .growthTrend li {
      width: 50%;
      text-align: center;
      margin-top: 20px;
      flex: none; }
      .growthTrend li::before, .growthTrend li::after {
        display: none; }
      .growthTrend li .title {
        margin-top: 15px; }
  #formTck .formTckCont {
    width: 80%;
    padding: 20px; }
    #formTck .formTckCont .fromItem {
      width: 100%;
      margin: 20px 0 0 0;
      padding: 0; }
    #formTck .formTckCont .btn {
      margin-top: 30px;
      padding: 0 60px; }
  #formTck .formBox {
    max-height: 400px;
    overflow-y: auto; }
  #formTck .el-select {
    width: 100%; }
  .graphicMixedBox {
    padding: 0px 0 30px 0; }
    .graphicMixedBox .graphicMixed {
      flex-direction: column !important;
      margin-bottom: 0; }
      .graphicMixedBox .graphicMixed .textLine {
        margin-top: 10px;
        line-height: 30px; }
      .graphicMixedBox .graphicMixed .contText {
        margin: 0; }
      .graphicMixedBox .graphicMixed .title {
        font-size: 16px; }
      .graphicMixedBox .graphicMixed .textLine {
        margin-top: 15px; }
  .about_synopsisBox {
    padding: 30px 0; }
    .about_synopsisBox .graphicItem {
      flex-direction: column !important; }
      .about_synopsisBox .graphicItem img {
        max-width: 100%;
        margin: 0; }
      .about_synopsisBox .graphicItem .title {
        font-size: 16px;
        margin-bottom: 20px; }
        .about_synopsisBox .graphicItem .title.info::after {
          margin-top: 20px; }
      .about_synopsisBox .graphicItem .synopsis {
        font-size: 14px; }
      .about_synopsisBox .graphicItem ul {
        display: flex;
        justify-content: space-between;
        margin-top: 20px; }
        .about_synopsisBox .graphicItem ul li {
          margin-top: 0; }
          .about_synopsisBox .graphicItem ul li span {
            font-size: 18px; }
    .about_synopsisBox .bottom {
      flex-direction: column; }
      .about_synopsisBox .bottom .bottomItem {
        margin: 0 0 15px 0;
        padding: 20px;
        border-radius: 12px; }
        .about_synopsisBox .bottom .bottomItem .title {
          margin-bottom: 50px;
          font-size: 16px; }
        .about_synopsisBox .bottom .bottomItem .text {
          font-size: 14px; }
  .about_developBox .wrap .year-list {
    margin-right: 30px;
    width: 120px;
    padding-left: 0; }
    .about_developBox .wrap .year-list .year {
      font-size: 14px;
      text-align: center; }
      .about_developBox .wrap .year-list .year .por {
        padding: 0; }
    .about_developBox .wrap .year-list .year-active {
      font-size: 20px; }
  .about_foundingTeam {
    padding: 30px 0; }
    .about_foundingTeam ul {
      flex-direction: column; }
    .about_foundingTeam .grid-item {
      width: 100%;
      height: 450px;
      margin-bottom: 20px; }
      .about_foundingTeam .grid-item:nth-last-of-type(1) {
        margin-bottom: 0; }
  .about_cultureBox {
    padding: 30px 0; }
    .about_cultureBox .pageTitle {
      margin-bottom: 30px; }
    .about_cultureBox .cont {
      flex-direction: column; }
      .about_cultureBox .cont > img {
        margin: 0 auto 20px auto; }
    .about_cultureBox .rightCont img {
      width: 50%;
      margin: 0; }
  .about_honorBox {
    padding: 30px 0; }
    .about_honorBox .pageTitle {
      margin-bottom: 30px; }
  .about_huoban {
    padding: 30px; }
  .merit {
    margin: 0;
    padding: 22.5px 15px; }
    .merit .left {
      padding-right: 0;
      margin-right: 0;
      border: none; }
      .merit .left li {
        width: 100%;
        padding-left: 0;
        margin-top: 12px; }
        .merit .left li p {
          display: none; }
        .merit .left li img {
          width: 90px;
          height: 60px;
          margin: 0;
          margin-right: 12px; }
        .merit .left li:nth-child(2n) {
          margin-left: 0; }
    .merit .right {
      display: none; }
  .titleP {
    font-size: 24px;
    line-height: 1.4; }
  .subtitleP {
    font-size: 14px;
    margin-top: 0; }
  .operating {
    padding: 22.5px 15px; }
    .operating li {
      max-width: 48%;
      margin: 0 0 4%; }
      .operating li:nth-child(2n) {
        margin-left: 4%; }
    .operating .imgBg {
      transform: scale(0.6);
      transform-origin: center top; }
    .operating .title {
      font-size: 18px;
      margin: -40px 0 0; }
    .operating .text {
      font-size: 12px;
      line-height: 1.5; }
  .systemIndex .wrap {
    padding: 22.5px 15px; }
  .systemIndex .swiper-container {
    margin: -15px;
    margin-top: 30px; }
  .systemIndex .aBox {
    display: none; }
  .systemIndex .list {
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1; }
    .systemIndex .list .title {
      font-size: 18px;
      font-weight: bold; }
    .systemIndex .list .li {
      width: auto; }
      .systemIndex .list .li .subtitle {
        opacity: 1; }
  .systemIndex .detail {
    padding: 0; }
    .systemIndex .detail img {
      width: 100%;
      right: -15px;
      bottom: 0;
      top: auto;
      opacity: .2;
      filter: blur(6px); }
  .systemIndex .imgBg {
    margin: 0 auto;
    transform: scale(0.6); }
  .systemIndex .systemTab {
    margin: -15px;
    margin-top: 15px;
    padding-bottom: 0;
    position: relative;
    border-bottom-width: 24px;
    background: #fff;
    position: sticky;
    z-index: 9;
    top: 44px; }
  .systemIndex .cont {
    overflow: inherit;
    margin-top: -7.5px; }
  .systemIndex ul {
    text-align: center; }
    .systemIndex ul .title {
      font-size: 14px; }
  .systemIndex li {
    flex: 1;
    position: static;
    display: block; }
    .systemIndex li .subtitle {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 100;
      top: 100%;
      font-size: 12px;
      line-height: 24px;
      white-space: nowrap;
      display: none;
      z-index: 2; }
    .systemIndex li.active .subtitle {
      display: block; }
    .systemIndex li.active::before {
      bottom: -24px;
      left: 0;
      height: 24px;
      opacity: .1; }
  .toolBox {
    padding: 22.5px 15px; }
    .toolBox ul {
      overflow: hidden;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      font-size: 0;
      display: block;
      white-space: nowrap;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 15px; }
    .toolBox .title {
      font-size: 18px;
      margin-bottom: 15px; }
    .toolBox .imgBg {
      transform: scale(0.6);
      margin-bottom: 0; }
    .toolBox p {
      opacity: 1; }
    .toolBox li {
      display: inline-block;
      white-space: normal;
      vertical-align: top;
      padding: 22.5px 22.5px 30px;
      max-width: 240px;
      margin: 0;
      margin-left: 15px;
      min-height: 320px; }
      .toolBox li:hover {
        background-size: cover; }
  .firmBox, .advantageBox, .dynamicBox {
    padding: 22.5px 15px; }
  .advantageBox .subtitle::before {
    left: 50%;
    transform: translateX(-50%); }
  .dynamicBox ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 12px; }
    .dynamicBox ul li a {
      display: flex;
      align-items: center; }
    .dynamicBox ul li .cont {
      flex: 1; }
    .dynamicBox ul li p.time {
      display: none; }
    .dynamicBox ul li .title {
      font-size: 16px;
      margin-bottom: 0;
      line-height: inherit; }
    .dynamicBox ul li img {
      width: 90px;
      height: 60px;
      margin: 0;
      margin-right: 12px; }
    .dynamicBox ul li:nth-child(2n) {
      margin-left: 0; }
  .applyBox {
    height: auto;
    background-position: 18% 0;
    background-size: auto 110%; }
    .applyBox .wrap {
      padding-bottom: 50%; }
    .applyBox .cont {
      top: 50%;
      transform: translateY(-50%);
      right: auto;
      left: 15px; }
      .applyBox .cont p {
        margin-bottom: 15px;
        font-size: 18px; }
      .applyBox .cont a {
        padding: 0 20px;
        font-size: 16px; }
  .bottomTail {
    padding: 0; }
    .bottomTail .cont {
      display: none; }
    .bottomTail .line {
      border: none;
      padding: 30px 15px 100px 15px;
      text-align: center;
      margin-top: 0;
      flex-direction: column; }
    .bottomTail .left {
      flex-basis: 20px; }
    .bottomTail .links {
      display: none; }
  .advantageBox ul {
    margin-top: 30px;
    flex-wrap: wrap;
    text-align: center; }
  .advantageBox li {
    position: relative;
    flex-basis: 50%;
    padding-bottom: 45px; }
  .advantageBox .numbers {
    margin-bottom: 0;
    font-size: 32px; }
  .firmBox .ulTab {
    display: none; }
  .firmBox .firmImg {
    padding: 15px; }
    .firmBox .firmImg .imgBg {
      width: 31.6%;
      height: 0;
      padding-bottom: 12.6964285%;
      color: rgba(0, 0, 0, 0);
      background: none !important;
      margin-top: 2.6%;
      margin-right: 2.6%;
      position: relative;
      overflow: hidden;
      border: none;
      outline: 1px solid #e1e7ff; }
      .firmBox .firmImg .imgBg:nth-child(5n) {
        margin-right: 2.6%; }
      .firmBox .firmImg .imgBg:nth-child(3n) {
        margin-right: 0; }
      .firmBox .firmImg .imgBg::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 1500%;
        background: url(../imgs/firmAllBg.png) no-repeat center top;
        background-size: 100% auto; }
      .firmBox .firmImg .imgBg:nth-of-type(2)::after {
        transform: translateY(-6.66667%); }
      .firmBox .firmImg .imgBg:nth-of-type(3)::after {
        transform: translateY(-13.33333%); }
      .firmBox .firmImg .imgBg:nth-of-type(4)::after {
        transform: translateY(-20%); }
      .firmBox .firmImg .imgBg:nth-of-type(5)::after {
        transform: translateY(-26.66667%); }
      .firmBox .firmImg .imgBg:nth-of-type(6)::after {
        transform: translateY(-33.33333%); }
      .firmBox .firmImg .imgBg:nth-of-type(7)::after {
        transform: translateY(-40%); }
      .firmBox .firmImg .imgBg:nth-of-type(8)::after {
        transform: translateY(-46.66667%); }
      .firmBox .firmImg .imgBg:nth-of-type(9)::after {
        transform: translateY(-53.33333%); }
      .firmBox .firmImg .imgBg:nth-of-type(10)::after {
        transform: translateY(-60%); }
      .firmBox .firmImg .imgBg:nth-of-type(11)::after {
        transform: translateY(-66.6667%); }
      .firmBox .firmImg .imgBg:nth-of-type(12)::after {
        transform: translateY(-73.33333%); }
      .firmBox .firmImg .imgBg:nth-of-type(13)::after {
        transform: translateY(-80%); }
      .firmBox .firmImg .imgBg:nth-of-type(14)::after {
        transform: translateY(-86.66667%); }
      .firmBox .firmImg .imgBg:nth-of-type(15)::after {
        transform: translateY(-93.33333%); }
  .bannerAbout .swiperText {
    width: auto;
    margin: 0;
    padding: 50px 30% 30px 30px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
    .bannerAbout .swiperText .h2 {
      font-size: 24px;
      margin-bottom: 10px; }
    .bannerAbout .swiperText .subtitle {
      font-size: 14px;
      line-height: 1.5; }
  .bannerAbout .banner {
    height: 240px;
    background-size: 200% auto;
    background-position: 70% bottom; }
  .scaleBox {
    padding: 45px 15px; }
    .scaleBox ul.wrap {
      display: block; }
    .scaleBox li {
      width: auto; }
      .scaleBox li + li {
        margin-top: 15px; }
    .scaleBox .title {
      margin-bottom: 12px;
      line-height: 1; }
      .scaleBox .title span {
        font-weight: bold; }
    .scaleBox p {
      line-height: 1.5; }
  .productBox {
    padding: 45px 15px; }
    .productBox .subtitle {
      font-size: 16px;
      margin-top: 7.5px; }
    .productBox ul {
      overflow: hidden;
      overflow-x: auto;
      white-space: nowrap;
      display: block;
      -webkit-overflow-scrolling: touch;
      font-size: 0;
      padding-right: 15px; }
    .productBox li {
      display: inline-block;
      min-width: 1px;
      width: 70%;
      margin: 0 0 0 15px;
      white-space: normal;
      vertical-align: top;
      padding: 30px; }
  .courseBox {
    padding: 45px 15px; }
    .courseBox .timeline {
      display: block;
      margin-top: 30px; }
    .courseBox .tabBox {
      display: flex;
      text-align: center;
      font-weight: bold;
      font-size: 0;
      line-height: 3; }
      .courseBox .tabBox span {
        font-size: 20px; }
      .courseBox .tabBox li {
        flex: 1;
        border-bottom: 2px solid #e1e7ff; }
        .courseBox .tabBox li.active {
          color: #0061FF;
          border-color: currentColor; }
    .courseBox .rightContBox {
      border: none; }
      .courseBox .rightContBox .swiper-slide {
        padding-left: 0; }
      .courseBox .rightContBox li {
        display: flex;
        margin-top: 15px; }
        .courseBox .rightContBox li .title {
          white-space: nowrap;
          overflow: hidden;
          margin-right: 15px;
          color: #999; }
          .courseBox .rightContBox li .title span {
            float: left;
            color: #0061FF; }
        .courseBox .rightContBox li p {
          flex: 1; }
  .honorBoxNew {
    padding: 30px 0; }
  .consultBox {
    background-size: cover;
    padding: 30px 0; }
    .consultBox img {
      width: 100px; }
    .consultBox .title {
      font-size: 18px; }
  .honorBox {
    padding: 45px 15px; }
    .honorBox .imgBox {
      margin: -15px;
      margin-top: 30px; }
      .honorBox .imgBox span {
        font-size: 10px;
        line-height: 1.2;
        padding: 7.5px; }
  .cultureBox {
    padding: 45px 15px; }
    .cultureBox .cont {
      display: block;
      margin-top: 30px; }
    .cultureBox .imgLeft {
      width: 100%;
      margin: 0; }
    .cultureBox .rightCont {
      justify-content: space-between; }
      .cultureBox .rightCont img {
        width: 48%;
        margin-right: 0; }
  .recruitmentAbout {
    padding: 0;
    overflow: hidden; }
    .recruitmentAbout .wrap {
      background-size: cover; }
    .recruitmentAbout a {
      font-size: 18px;
      font-weight: bold; }
    .recruitmentAbout h3 {
      font-size: 24px; }
  .titleChannel {
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px; }
  .bannerChannel .aBox {
    margin-top: 30px; }
  .bannerChannel a {
    min-width: 100px;
    font-size: 16px;
    font-weight: bold; }
    .bannerChannel a.applyA {
      margin-right: 15px; }
  .bannerChannel .swiper-slide {
    background-size: cover; }
  .bannerChannel .swiper-container {
    height: 300px; }
  .bannerChannel .swiperText {
    width: auto;
    padding: 80px 24px 24px; }
  .bannerChannel .subtitle {
    font-size: 18px; }
  .bannerChannel h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: bolder; }
    .bannerChannel h2 span {
      display: block; }
  .earningsBox {
    padding: 45px 15px; }
    .earningsBox ul {
      display: block;
      margin-top: 30px; }
    .earningsBox li {
      margin: 15px 0;
      padding: 22.5px; }
    .earningsBox p {
      line-height: 1.5;
      font-size: 14px; }
    .earningsBox .title {
      align-items: center;
      font-size: 24px;
      margin-bottom: 15px; }
  .channerlBox {
    padding: 45px 15px; }
    .channerlBox ul {
      padding: 0;
      justify-content: space-between;
      margin-top: 15px; }
    .channerlBox li {
      flex-basis: 48%;
      width: auto;
      padding: 15px;
      margin-right: 0;
      margin-top: 15px; }
    .channerlBox p {
      position: relative;
      z-index: 1;
      font-size: 14px;
      line-height: 1.5; }
    .channerlBox .title {
      font-size: 18px;
      font-weight: bold; }
  .conditionsBox {
    padding: 45px 15px;
    position: relative; }
    .conditionsBox .left {
      margin-right: 0; }
    .conditionsBox img {
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      opacity: .1;
      pointer-events: none; }
    .conditionsBox h5 {
      font-size: 18px; }
    .conditionsBox li {
      margin-top: 30px; }
  .processBox {
    padding: 45px 15px; }
    .processBox .imgBg {
      transform: scale(0.5);
      transform-origin: left top;
      float: left;
      position: absolute;
      left: 15px;
      top: 15px; }
    .processBox li {
      padding: 15px;
      margin-right: 0;
      margin-top: 15px;
      overflow: visible;
      text-align: left;
      position: relative;
      padding-left: 90px; }
    .processBox ul {
      display: block;
      margin-top: 30px; }
    .processBox h5 {
      font-size: 18px;
      margin-bottom: 7.5px; }
    .processBox p {
      font-size: 14px;
      line-height: 1.5; }
  .searchBox {
    padding: 45px 15px; }
    .searchBox h3 {
      font-size: 24px; }
    .searchBox .inputBox {
      width: 100%; }
      .searchBox .inputBox input {
        padding: 0 15px; }
      .searchBox .inputBox button {
        width: auto;
        flex-basis: 30%;
        font-size: 18px; }
    .searchBox .result {
      width: 100%; }
  .banner_normal .banner {
    height: 200px;
    padding: 0 5%;
    background-size: cover; }
    .banner_normal .banner .h2 {
      font-size: 18px; }
      .banner_normal .banner .h2:first-child {
        font-weight: bold;
        font-size: 36px; }
  .item_normal {
    padding: 45px 15px; }
    .item_normal .title h2 {
      font-size: 24px;
      font-weight: bold; }
    .item_normal .title p {
      line-height: 1.5; }
  .fa_ul {
    display: block;
    text-align: left;
    margin-top: 30px; }
    .fa_ul h3 {
      margin-top: 0; }
    .fa_ul li {
      max-width: 100%;
      padding-left: 25%;
      position: relative; }
      .fa_ul li:nth-child(n+2) {
        margin-top: 15px; }
    .fa_ul p {
      font-size: 14px;
      line-height: 1.5; }
    .fa_ul img {
      float: left;
      max-width: 20%;
      position: absolute;
      left: 0;
      top: 0; }
  .fa_jy_3 {
    padding-top: 0; }
    .fa_jy_3 .con {
      margin-top: 30px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin-left: -15px;
      margin-right: -15px;
      font-size: 0;
      padding-right: 15px; }
    .fa_jy_3 h3 {
      letter-spacing: 0;
      font-size: 16px; }
    .fa_jy_3 li {
      width: 160px;
      font-size: 16px;
      display: inline-block;
      margin-left: 15px; }
      .fa_jy_3 li img {
        width: 100%; }
  .fa_jy_1 .con {
    margin-top: 30px; }
  .fa_jy_2 .con {
    flex-wrap: wrap;
    margin-top: 30px; }
    .fa_jy_2 .con li {
      flex-basis: 100%; }
      .fa_jy_2 .con li:nth-child(n+2) {
        margin-top: 15px; }
    .fa_jy_2 .con p {
      font-size: 14px; }
    .fa_jy_2 .con h3 {
      line-height: 1.2;
      padding: 15px; }
  .fa_my_2 .con {
    display: block; }
  .fa_my_2 li:nth-child(n+2) {
    margin-top: 15px; }
  .fa_ls_3 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .fa_ls_3 ul li {
      flex-basis: 25%;
      padding: 0; }
      .fa_ls_3 ul li:nth-child(n+2) {
        margin-top: 0; }
      .fa_ls_3 ul li:nth-child(n+5) {
        margin-top: 15px; }
    .fa_ls_3 ul h3 {
      padding: 0;
      border: none;
      margin-top: 7.5px;
      font-size: 16px; }
    .fa_ls_3 ul img {
      width: 32px;
      float: none;
      max-width: 200px;
      position: relative;
      top: auto;
      left: auto;
      margin: 0;
      display: inline-block; }
  .fa_my_3 {
    padding-top: 0; }
    .fa_my_3 .con {
      margin-top: 30px; }
    .fa_my_3 h3 {
      font-size: 16px; }
    .fa_my_3 li {
      padding: 15px 0;
      flex-basis: 23%; }
      .fa_my_3 li:last-child {
        display: none; }
  .shangcheng_ul p {
    padding: 0; }
  .fa_s_3 {
    padding-top: 0; }
    .fa_s_3 .con {
      display: flex; }
    .fa_s_3 li {
      padding: 0;
      max-width: 19%; }
      .fa_s_3 li:nth-child(n+2) {
        margin-top: 0; }
      .fa_s_3 li img {
        width: 100%;
        float: none;
        max-width: 200px;
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        display: inline-block; }
  .bannerProduct .banner {
    height: 240px; }
  .bannerProduct .wrap {
    background-size: auto 80%;
    background-position: 150% center;
    padding: 0 5%; }
  .bannerProduct a {
    display: none; }
  .bannerProduct .subtitle {
    font-size: 14px;
    margin-bottom: 15px; }
  .bannerProduct .swiperText {
    margin-right: 30%; }
  .bannerProduct .h2 {
    font-size: 24px;
    font-weight: bold; }
  .tabProduct {
    position: sticky;
    top: 44px;
    z-index: 9; }
    .tabProduct li {
      line-height: 1.5;
      text-align: center;
      height: auto; }
      .tabProduct li a {
        padding: 7.5px 0;
        font-size: 16px;
        display: block; }
    .tabProduct .imgBg {
      display: block;
      margin: 0 auto; }
  .productCont .wrap {
    padding: 0 5%;
    display: block; }
  .productCont img {
    height: 200px;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px; }
  .productCont h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    text-align: center; }
    .productCont h4::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 20%;
      height: 12px;
      transform: translateX(-50%);
      background: #0061FF;
      opacity: .3; }
  .productCont li {
    margin-top: 15px; }
  .productCont h5 {
    font-size: 18px; }
  .productCont p {
    font-size: 16px;
    line-height: 1.5; }
  .productCont .box {
    position: relative;
    overflow: hidden;
    padding: 240px 15px 45px; }
    .productCont .box:nth-child(2n) img {
      margin-right: 0;
      margin-bottom: 30px; }
  .recruitmentBox {
    padding: 24px 15px; }
    .recruitmentBox .wrap {
      display: block; }
    .recruitmentBox .tabBox {
      margin: 0 0 30px;
      width: 100%; }
  .bannerZp .banner {
    height: 200px;
    background-size: auto 90%; }
  .bannerZp .subtitle {
    font-size: 16px;
    letter-spacing: 0; }
  .bannerZp .h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: bold; }
  .bannerZp .swiperText {
    width: 100%;
    margin: 0;
    padding: 5%; }
  .phoneBox {
    padding: 0; }
    .phoneBox .wrap {
      display: block; }
    .phoneBox .codeBox {
      width: 100%;
      height: 200px; }
      .phoneBox .codeBox img {
        margin-right: 30px; }
    .phoneBox .eMail {
      width: auto;
      flex: 1;
      padding: 0 15px 0 25%;
      background-size: cover; }
      .phoneBox .eMail .detail {
        font-size: 16px;
        margin-bottom: 15px; }
      .phoneBox .eMail .title {
        margin-bottom: 0; }
      .phoneBox .eMail .subtitle {
        font-size: 14px;
        line-height: 1.5; }
  .news_page {
    padding: 0; }
    .news_page .wrap {
      display: block; }
    .news_page .content .title {
      padding: 15px; }
      .news_page .content .title h1 {
        font-size: 24px;
        font-weight: bold; }
    .news_page .content .richText {
      padding: 0 15px 15px; }
      .news_page .content .richText img {
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
        text-indent: 0 !important;
        text-align: center; }
      .news_page .content .richText p {
        overflow: hidden;
        text-indent: 0 !important; }
    .news_page .list .picBox {
      width: 120px;
      height: 75px; }
    .news_page .list a {
      padding: 15px; }
    .news_page .list .info {
      display: none; }
    .news_page .list p {
      display: none; }
    .news_page .sidebar {
      display: none; }
    .news_page .menus {
      display: flex;
      top: 44px;
      text-align: center; }
      .news_page .menus li {
        flex: 1; }
        .news_page .menus li:first-child {
          display: none; }
      .news_page .menus a {
        padding: 15px 0; }
  .news_page .pageNav a, .news_page .pageNav span {
    margin: 0;
    padding: 5px 12px; }
  .richText iframe {
    width: 100%;
    height: 240px; }
  .bannerMoneys .swiper-container {
    height: 240px; }
  .bannerMoneys h3 {
    font-size: 24px;
    font-weight: bold; }
  .bannerMoneys p {
    font-size: 16px;
    padding: 0 16%;
    width: auto;
    line-height: 1.5; }
  .versionBox {
    padding: 0 15px 45px; }
    .versionBox a {
      width: auto; }
    .versionBox .wrap {
      display: block; }
      .versionBox .wrap h4 {
        margin: 0; }
      .versionBox .wrap .box {
        padding-left: 100px;
        margin-right: 0; }
        .versionBox .wrap .box:nth-child(n+2) {
          margin-top: 15px; }
      .versionBox .wrap .cont {
        min-height: 1px; }
      .versionBox .wrap p {
        font-size: 14px;
        margin-top: 7.5px; }
      .versionBox .wrap .right {
        margin-top: 15px; }
        .versionBox .wrap .right p {
          font-size: 12px;
          width: auto;
          text-align: left; }
      .versionBox .wrap .imgBg {
        float: left;
        margin-left: -80px;
        margin-right: 0; }
  .contrastBox {
    margin-top: 0; }
  .table_style th {
    top: 44px;
    font-size: 15px; }
    .table_style th:nth-child(3) {
      width: 0;
      padding: 0;
      border-collapse: collapse; }
  .table_style {
    font-size: 14px; }
  .table_style .h2 {
    font-size: 14px; }
  .table_style td:nth-child(3) {
    width: 0;
    padding: 0;
    border-collapse: collapse; }
  .problemBox {
    margin-top: 0;
    padding: 60px 15px; }
    .problemBox .infoQ {
      min-width: 20px; }
    .problemBox p {
      margin-top: 15px;
      font-size: 16px; }
    .problemBox h4 {
      font-size: 18px; }
    .problemBox h3 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 30px; }
    .problemBox li {
      padding-left: 0; }
  .service, .get_wq_, .scheme {
    display: none; } }
