﻿@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: "PingFang SC", tahoma, arial, "helvetica neue",
    "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun,
    sans-serif !important;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}

dl,
dd,
dt,
ol,
ul,
li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ov {
  overflow: hidden;
}

.dis {
  display: block !important;
}

body,
html {
  width: 100%;
  height: 100%;
}

/* input { -webkit-appearance: none;} */

select {
  -webkit-appearance: none;
}

/*header*/

.header {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}

.header .head {
  width: 1150px;
  margin: auto;
  height: 54px;
  padding-top: 16px;
}

.header.bg {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=20);
}

.header.bg,
.header.bg01 {
  background-color: #ffffff;
  height: 70px;
  color: #000;
}

.header .head .logo {
  height: 32px;
  padding-top: 0px;
  float: left;
}

.header .head .logo img {
  display: block;
  height: 44px;
  width: 106px;
}

.header .head .deng {
  display: block;
  width: 184px;
  margin-right: -12px;
  float: right;
  height: 54px;
}

.header .head .deng span {
  display: block;
  width: 80px;
  height: 52px;
  float: left;
  margin-right: 12px;
  position: relative;
  background-image: url(../img/tm.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header .head .deng span a {
  font-size: 14px;
  color: #fff;
  width: 78px;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
}

.header .head .deng span:hover a {
  color: #2b47e6;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

.header .head .deng span ul {
  width: 160px;
  height: 84px;
  display: none;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 52px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.header .head .deng span ul li {
  width: 100%;
  height: 42px;
  display: block;
  color: #4dbfdd;
}

.header .head .deng span ul li a {
  width: 100%;
  border: none;
  color: #4dbfdd;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background-color: #fff !important;
  filter: 100;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.header .head .deng span ul li:hover {
  background-color: #2b47e6  !important;
}

.header .head .deng span ul li a:hover {
  background-color: #2b47e6  !important;
  color: #fff;
  filter: 100;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.arrow-box {
  position: relative;
  height: 160px;
  background: #2b47e6;
  border: 2px solid #bdc3c6;
  border-radius: 6px;
}

.header .head .deng span ul::after,
.header .head .deng span ul::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
}

.header .head .deng span ul::after {
  border-color: transparent;
  border-bottom-color: #2b47e6;
  border-width: 12px;
  margin-left: -12px;
}

.header .head .deng span ul::before {
  border-color: transparent;
  border-bottom-color: #bdc3c6;
  border-width: 15px;
  margin-left: -15px;
}

.header .head .deng span:hover ul {
  display: block;
}

.header .head .nav {
  height: 54px;
  text-align: right;
}

.header .head .nav li:hover>a {
  color: #ffb549  !important;
}

.header .head .nav li:last-child:hover>a {
  color: #fff !important;
}

.bg .head .nav li:last-child:hover>a {
  color: #000 !important;
}

.header .head .nav li:hover>b {
  opacity: 1;
  background-color: #ffb549 ;
}

.header .head .nav li {
  display: inline-block;
  margin-right: 20px;
  height: 54px;
  position: relative;
  background-image: url(../img/tm.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.header .head .nav li a {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  height: 34px;
  display: block;
  cursor: pointer;
}

.header .head .nav li a em,
.header .head .nav li a label {
  display: none;
}

/* .header .head .nav li a img {
    height: 5px;
} */

.header .head .nav li b {
  height: 2px;
  background-color: #fff;
  width: 100%;
  opacity: 0;
  display: block;
}

.header .head .nav li.on b {
  opacity: 1;
}

.header .head .nav li:last-child b {
  opacity: 0;
}

.header .head .nav li dl {
  display: none;
  width: 753px;
  height: 211px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  top: 44px;
  overflow: hidden;
  z-index: 999;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.header .head .nav li dl dt {
  display: block;
  float: left;
  text-align: center;
  width: 110px;
  height: 119px;
}

.header .head .nav li dl dt strong {
  display: block;
  width: 100%;
  padding-top: 25px;
  height: 41px;
}

.header .head .nav li dl dt strong img {
  display: block;
  height: 51px;
  margin: auto;
}

.header .head .nav li dl dt span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #3a496e;
  margin-top: 15px;
}

.header .head .nav li dl dt:hover {
  background-color: #f6f6f9;
}

.header .head .nav li:hover dl {
  display: block;
}

.header .head .sav {
  display: none;
}

.xia {
  display: none;
}

.header.bg .head .deng span a,
.header.bg01 .head .deng span a {
  color: #2b47e6;
  border: 1px solid #2b47e6;
  font-weight: bold;
}

.header.bg .head .deng span ul a,
.header.bg01 .head .deng span ul a {
  border: none;
}

.header.bg .head .deng span:hover a,
.header.bg01 .head .deng span:hover a {
  background-color: rgb(43, 71, 230, 0.5);
}

.header.bg .head .deng span:last-child:hover a,
.header.bg01 .head .deng span:last-child:hover a {
  background-color: #2b47e6;
}

.header.bg .head .deng span ul li a,
.header.bg01 .head .deng span ul li a {
  background-color: #fff;
  display: block;
}

.header.bg .head .deng span ul li a:hover,
.header.bg01 .head .deng span ul li a:hover {
  background-color: #4dbfdd;
  color: #fff;
}

.header.bg .head .nav li a {
  color: #000000 !important;
}

.header.bg .head .nav li .telPhone {
  color: #ffb549 !important;
}

.header.bg .head .nav li a em {
  display: inline;
}

.header.bg .head .nav li a i {
  display: none;
}

.header.bg .head .nav li:hover a {
  color: #4dbfdd;
}

.header.bg .head .nav li:hover label {
  display: inline;
}

.header.bg .head .nav li:hover em {
  display: none;
}

.header.bg .head .nav li b {
  background-color: #2b47e6;
}

.header.bg .head .nav li.on b,
.header.bg .head .nav li:hover b {
  display: block;
}

.header.bg01 .head .nav li a {
  color: #333;
}

.header.bg01 .head .nav li a em {
  display: inline;
}

.header.bg01 .head .nav li a i {
  display: none;
}

.header.bg01 .head .nav li:hover a {
  color: #4dbfdd;
}

.header.bg01 .head .nav li:hover label {
  display: inline;
}

.header.bg01 .head .nav li:hover em {
  display: none;
}

.header.bg01 .head .nav li b {
  background-color: #4dbfdd;
}

.header.bg01 .head .nav li.on b,
.header.bg01 .head .nav li:hover b {
  display: block;
}

.header .head .zcs {
  display: none;
}

@media screen and (max-width: 1149px) {
  .header {
    width: 94%;
    padding: 0 3%;
  }

  .header.bg01 {
    background-color: transparent;
  }

  .header.bg {
    background-color: #fff !important;
  }

  .header .head {
    width: 100%;
    min-width: 100%;
  }

  .header .head .nav {
    display: none;
  }

  .header .head .deng {
    display: none;
  }

  .header .head .sav {
    display: block;
    cursor: pointer;
  }

  .header .head .sav a {
    display: none;
  }

  .header .head .sav img {
    height: 20px;
    padding-top: 8px;
  }

  .header .head .zcs {
    display: block;
    display: block;
    width: 80px;
    height: 36px;
    margin-right: 12px;
    position: relative;
  }

  .header .head .zcs a {
    font-size: 14px;
    background-color: #fff;
    color: #2B47E6;
    width: 78px;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    border-radius: 2px;
  }

  .header.kk {
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  }

  .xia {
    width: 100%;
    display: none;
    overflow: auto !important;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 68px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .xia ul {
    width: 100%;
    display: block;
    padding: 15px 0;
  }

  .xia ul li {
    font-size: 16px;
    /* height: 40px; */
    line-height: 53px;
    display: block;
    color: #3a496e;
    position: relative;
    border-bottom: 1px solid rgb(0, 0, 0, 0.08);
  }

  .xia ul li .item {
    display: flex;
    padding: 0 10px;
    cursor: pointer;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

  }

  .xia ul li:last-child {
    border-bottom: unset;
  }

  .xia ul li .divider {
    display: none;
  }

  .xia ul li .box {
    display: none;
  }

  .xia ul li .box .box-title {
    border-bottom: 1px dashed lightgray;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
  }

  .xia ul li .box .box-title b {
    width: 4px;
    height: 20px;
    background: #2B47E6 ;
    position: relative;
    top: 5px;
    display: inline-block;
  }

  .xia ul li .box .box-body {
    text-align: center;
    overflow: hidden;
  }

  .xia ul li .box .box-body-item {
    width: 49%;
    float: left;
    height: 50px;
    margin: 10px 0;
  }

  .xia ul li .box .box-body-item a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
  }

  .xia ul li .box .box-body-item img {
    width: 35px!important;
    user-select: none;
  }

  .xia ul li .box .box-body-item span {
    text-align: left;
    width: 100px;
  }

  .xia ul li a {
    color: #3a496e;
  }

  .xia ul li dl {
    display: none;
    width: 55%;
    padding: 10px 8%;
    padding-bottom: 35px;
    position: absolute;
    right: 3%;
    top: -50px;
    background-image: url(../img/wapnav.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
  }

  .xia ul li dl dt {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
  }

  .xia ul li dl dt a {
    width: 100%;
    padding-top: 20px;
    display: block;
  }

  .xia ul li dl dt strong {
    display: block;
    width: 100%;
    height: 40px;
  }

  .xia ul li dl dt strong img {
    display: block;
    height: 40px;
    margin: auto;
  }

  .xia ul li dl dt span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3a496e;
  }

  .xia .zc {
    width: 90%;
    margin: 0 auto;
  }

  .xia .zc dt {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    display: none;
    border: 1px solid #0eb0db;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
  }

  .xia .zc dt a {
    color: #0eb0db;
  }

  .xia .zc dd {
    width: 48%;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #4dbfdd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    display: none;
  }

  .xia .zc dd a {
    color: #fff;
  }

  .header.bg .head .zcs a,
  .header.kk .head .zcs a {
    background-color: #2B47E6 ;
    color: #fff;
  }

  .header.bg .head .sav span,
  .header.kk .head .sav span {
    display: none;
  }

  .header.bg .head .sav a,
  .header.kk .head .sav b {
    display: block;
  }

  .header.kk .head .sav a,
  .header .head .sav b {
    display: none;
  }
}

/*banner*/

.banner {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.banner .tu {
  width: 100vw;
  height: 100%;
  position: absolute;
  /* left: 50%; */
  /* margin-left: -960px; */
  top: 0;
  z-index: 1;
}

.banner .tu img {
  width: 100%;
  height: 650px;
  display: block;
}

.banner .tu01 {
  display: none;
}

.banner .wen {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 163px;
  z-index: 2;
}

.banner .wen p {
  display: block;
  width: 100%;
}

.banner .wen p a {
  margin: 0 30px;
}

.banner .wen span {
  font-size: 48px;
  line-height: 132px;
  height: 132px;
  letter-spacing: 12px;
  color: #fff;
  display: block;
  text-shadow: 1px 4px rgba(0, 0, 0, 0.3);
}

.banner .wen b {
  width: 770px;
  margin: auto;
  display: block;
  font-weight: normal;
}

.banner .wen b strong {
  font-weight: normal;
  width: 200px;
  height: 60px;
  border-radius: 2px;
  background-color: #0eb0db;
  overflow: hidden;
  display: block;
  line-height: 60px;
  font-size: 24px;
  float: left;
  width: 152px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

.banner .wen b em {
  font-style: normal;
  width: 200px;
  height: 60px;
  border-radius: 2px;
  background-color: rgba(225, 225, 225, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
  overflow: hidden;
  display: block;
  line-height: 60px;
  font-size: 24px;
  float: right;
}

.banner .wen b a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2b47e6;
  line-height: 40px;
}

.banner .wen em a {
  width: 100%;
  display: block;
}

.banner .wen b strong:hover {
  background-color: #0096ff;
}

.banner .wen b em:hover {
  background-color: rgba(225, 225, 225, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
}

@media screen and (max-width: 1023px) {
  .banner {
    height: auto;
  }

  .banner .tu {
    display: none;
  }

  .banner .tu01 {
    width: 100%;
    display: block;
  }

  .banner .tu01 img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .banner .wen {
    width: 100%;
    top: auto;
    left: 0;
    bottom: 30%;
  }

  .banner .wen p strong {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
  }

  .banner .wen p a {
    width: 60%;
    margin: 0 5%;
    display: inline-block;
    vertical-align: middle;
  }

  .banner .wen p img {
    width: 100%;
    vertical-align: middle;
  }

  .banner .wen span {
    width: 94%;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 10px;
    margin: 10px auto;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .banner .wen b {
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
  }

  .banner .wen b strong {
    width: 32%;
    margin-left: 15%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .banner .wen b em {
    width: 32%;
    margin-right: 15%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 719px) {
  .banner .wen b strong {
    width: 32%;
    margin-left: 15%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .banner .wen b em {
    width: 32%;
    margin-right: 15%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}

/*产品*/

.pbox {
  width: 100%;
  background-color: #ffffff;
  padding: 80px 0;
  /* background-image: url(../images/probg.png);
    background-position: bottom center;
    background-repeat: no-repeat; */
}

.pbox .title {
  width: 100%;
  text-align: center;
}

.pbox .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #333;
}

.pbox .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.pbox .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.pbox .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.pbox .pro {
  text-align: center;
  width: 1184px;
  margin: auto;
}

.pbox .pro ul {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 120px;
}

.pbox .pro li {
  width: 262px;
  height: 400px;
  text-align: center;
  overflow: hidden;
  margin: 0 17px;
  margin-top: 50px;
  display: block;
  float: left;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
  transition: height 0.5s;
  -moz-transition: height 0.5s;
  /* Firefox 4 */
  -webkit-transition: height 0.5s;
  /* Safari 和 Chrome */
  -o-transition: height 0.5s;
}

.pbox .pro li div {
  width: 100%;
  background-color: #fff;
  height: 390px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pbox .pro li strong {
  width: 100%;
  display: block;
  margin-top: 53px;
  height: 72px;
}

.pbox .pro li strong img {
  display: block;
  height: 72px;
  margin: auto;
}

.pbox .pro li span {
  width: 100%;
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  color: #333333;
  padding-top: 30px;
  overflow: hidden;
}

.pbox .pro li p {
  width: 224px;
  margin: auto;
  display: block;
  height: 52px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  padding-top: 20px;
  overflow: hidden;
}

.pbox .pro li a {
  width: 100px;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #999;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin: auto;
  margin-top: 30px;
  overflow: hidden;
}

.pbox .pro li:hover {
  height: 390px;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
}

.pbox .pro li:hover a {
  border: 1px solid #4dbfdd;
  background-color: #4dbfdd;
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(35, 147, 176, 0.2);
}

.contentwrap {
  display: none;
}

@media screen and (max-width: 1149px) {
  .pbox {
    
    background: #f7f7f7;
    padding: 20px 0;
  }

  .pbox .title p a {
    margin-left: 4px;
    letter-spacing: 4px;
  }

  .pbox .pro {
    display: none;
  }

  .pbox .contentwrap {
    display: block;
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }

  /*.pbox .content-wrap .gallery-cell{ width:60%; margin:0 4%; background-color:#fff; text-align:center; overflow:hidden;}
.pbox .content-wrap .gallery-cell strong{ width:100%; display:block; margin-top:40px; height:60px;}
.pbox .content-wrap .gallery-cell strong img{ display:block; height:60px; margin:auto;}
.pbox .content-wrap .gallery-cell span{ width:100%; display:block; height:32px; line-height:32px; font-size:24px; color:#333333; padding-top:20px; overflow:hidden;}
.pbox .content-wrap .gallery-cell h1{ font-weight:normal; width:94%; margin:auto; display:block; height:52px; line-height:26px; font-size:14px; color:#666; padding-top:20px; overflow:hidden; background-color:#fff;}
.pbox .content-wrap .gallery-cell a{ width:120px; display:block; height:36px; line-height:36px; font-size:14px; color:#999; border:1px solid #DFDFDF; border-radius:2px; margin:auto; margin-top:20px; overflow:hidden;}
.pbox .content-wrap .gallery-cell.is-selected{ box-shadow:0 30px 50px 0 rgba(0,0,0,0.10);}
.pbox .content-wrap .gallery-cell.is-selected a{ border:1px solid #4dbfdd; background-color:#4dbfdd; color:#fff; box-shadow:0 5px 10px 0 rgba(35,147,176,0.20);}
.pbox .content-wrap .flickity-page-dots{ width:100%; height:10px; text-align:center; padding:30px 0;}
.pbox .content-wrap .flickity-page-dots li{ display:inline-block; margin:0 4px; width:10px; height:10px; opacity:0.3; background:#ADB7CF; border-radius:18px;}
.pbox .content-wrap .flickity-page-dots li.is-selected{ background:#4dbfdd; width:30px; opacity:1;}
.flickity-prev-next-button{ display:none !important;}*/
  .pbox .contentwrap .swiper-slide {
    width: 60% !important;
    background-color: #fafafa;
  }

  .pbox .contentwrap .swiper-slide div {
    width: 100%;
    margin: auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
  }

  .pbox .contentwrap .swiper-slide strong {
    width: 100%;
    display: block;
    margin-top: 40px;
    height: 60px;
  }

  .pbox .contentwrap .swiper-slide strong img {
    display: block;
    height: 60px;
    margin: auto;
  }

  .pbox .contentwrap .swiper-slide span {
    width: 100%;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #333333;
    padding-top: 20px;
    overflow: hidden;
  }

  .pbox .contentwrap .swiper-slide h1 {
    font-weight: normal;
    width: 94%;
    margin: auto;
    display: block;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    overflow: hidden;
    background-color: #fff;
  }

  .pbox .contentwrap .swiper-slide a {
    width: 120px;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
  }

  .pbox .contentwrap .swiper-slide-active {
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
  }

  .pbox .contentwrap .swiper-slide-active a {
    border: 1px solid #4dbfdd;
    background-color: #4dbfdd;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(35, 147, 176, 0.2);
  }

  .pbox .contentwrap .swiper-container .swiper-pagination {
    padding: 30px 0;
  }
}

/*多渠道支持*/

.dbox {
  width: 100%;
  background-image: linear-gradient(-44deg, #fafafa 0%, #eff1f5 100%);
  padding-top: 80px;
  padding-bottom: 40px;
}

.dbox .title {
  width: 100%;
  text-align: center;
}

.dbox .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #333;
}

.dbox .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.dbox .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.dbox .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.dbox .duo {
  width: 1120px;
  margin: auto;
  padding-top: 6%;
  background-image: url(../img/duobg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 12%;
}

.dbox .duo ul {
  display: block;
  width: 100%;
}

.dbox .duo ul li {
  width: 140px;
  display: block;
  float: left;
}

.dbox .duo ul li img {
  display: block;
  height: 80px;
  margin: auto;
}

.dbox .duo ul li span {
  font-size: 20px;
  color: #3a496e;
  margin-top: 20px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1149px) {
  .dbox {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .dbox .title p a {
    margin-left: 4px;
    letter-spacing: 4px;
  }

  .dbox .duo {
    width: 94%;
    padding: 0 3%;
    background-size: 100% auto;
  }

  .dbox .duo ul {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .dbox .duo ul li {
    width: 21.25%;
    margin-left: 3%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dbox .duo ul li img {
    height: 60px;
  }

  .dbox .duo ul li span {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin-top: 5px;
  }
}

/*特色功能*/

.tbox {
  width: 100%;
  padding: 80px 0;
}

.tbox .title {
  width: 100%;
  text-align: center;
}

.tbox .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #333;
}

.tbox .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.tbox .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.tbox .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

#tab {
  width: 1150px;
  margin: auto;
  padding-top: 60px;
}

#tab .tab_menu {
  width: 100%;
  text-align: center;
  overflow: auto;
}

#tab .tab_menu ul {
  width: 100%;
  display: block;
  margin: auto;
  overflow: hidden;
}

#tab .tab_menu li {
  display: block;
  cursor: pointer;
  float: left;
}

#tab .tab_menu li a {
  display: block;
  padding: 0 40px;
  margin: 0 3px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  color: #666;
  border-radius: 2px 2px 0 0;
}

#tab .tab_menu li.selected a {
  color: #2b47e6 ;
  border-bottom: 1px solid #2b47e6;
}

#tab .tab_box {
  width: 100%;
  margin: auto;
  margin-top: 50px;
}

#tab .tab_box .box {
  width: 100%;
  overflow: hidden;
  display: table;
  vertical-align: middle;
}

#tab .tab_box .box .tu {
  width: 508px;
  display: table-cell;
  vertical-align: middle;
}

#tab .tab_box .box .tu img {
  max-width: 508px;
  display: block;
  margin-left: 48px;
  margin-bottom: 48px;
}

#tab .tab_box .box .wen {
  width: 504px;
  display: table-cell;
  vertical-align: middle;
  margin-left: 74px;
  padding-left: 100px;
}

#tab .tab_box .box .wen span {
  font-size: 25px;
  color: #333333;
  line-height: 42px;
  display: block;
  margin-bottom: 20px;
  text-align: left;
  margin-top: -50px;
}

#tab .tab_box .box .wen p {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  display: block;
  overflow: hidden;
  text-align: left;
  margin-right: 30px;
}

#tab .tab_box .box .wen a {
  margin-top: 40px;
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  background-color: #4dbfdd;
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 20px;
}

#tab .tab_box .box.hide {
  display: none;
}

#tab .tab_menus {
  display: none;
}

.swiper {
  display: none;
}

@media screen and (max-width: 1149px) {
  .tbox {
    padding: 40px 0;
  }

  .tbox .title p a {
    margin-left: 4px;
    letter-spacing: 4px;
  }

  #tab {
    display: none;
  }

  .swiper {
    width: 94%;
    padding: 0 3%;
    display: block;
    padding-top: 20px;
  }

  .swiper .tab_menu {
    width: 100%;
    text-align: center;
    overflow: auto;
  }

  .swiper .tab_menu ul {
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
  }

  .swiper .tab_menu li {
    display: block;
    cursor: pointer;
    float: left;
    width: 29%;
    margin-left: 3%;
    height: 36px;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-top: 10px;
  }

  .swiper .tab_menu li a {
    width: 100%;
    display: block;
    color: #666;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
  }

  .swiper .tab_menu li.selected a {
    background: #4dbfdd;
    color: #fff;
  }

  .swiper-container {
    display: block;
    width: 100%;
    margin: auto;
  }

  .swiper-container .tu {
    width: 94%;
    padding: 20px 3%;
    padding-bottom: 0;
  }

  .swiper-container .tu img {
    max-width: 100%;
    display: block;
    margin: auto;
    float: none;
  }

  .swiper .tu {
    width: 300px;
    margin: auto;
    display: block;
    float: none;
    height: 486px;
    position: relative;
    margin-top: 3%;
  }

  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-container .swiper-pagination {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* .swiper-container .swiper-pagination span {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    opacity: 0.3;
    background: #adb7cf;
    border-radius: 18px;
  }

  .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    background: #4dbfdd;
    width: 30px;
    opacity: 1;
  } */
}

/*我们的优势*/

.ybox {
  width: 100%;
  padding: 80px 0;
  background: #f5f5f8;
}

.ybox .title {
  width: 100%;
  text-align: center;
}

.ybox .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #333;
}

.ybox .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.ybox .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.ybox .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.ybox .you {
  width: 1150px;
  margin: auto;
}

.ybox .you ul {
  width: 1200px;
  display: block;
  margin-top: 20px;
}

.ybox .you ul li {
  margin-right: 50px;
  width: 550px;
  display: block;
  float: left;
  margin-top: 40px;
  overflow: hidden;
}

.ybox .you ul li strong {
  width: 56px;
  display: block;
  float: left;
  overflow: hidden;
}

.ybox .you ul li strong img {
  width: 100%;
  display: block;
}

.ybox .you ul li p {
  width: 450px;
  display: block;
  float: right;
  overflow: hidden;
}

.ybox .you ul li p span {
  display: block;
  font-size: 24px;
  color: #333333;
  height: 56px;
  line-height: 56px;
}

.text-bg {
  position: relative;
  top: -30px;
  width: 213px;
}

.ybox .you ul li p a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 12px;
  overflow: hidden;
}

@media screen and (max-width: 1149px) {
  .ybox {
    padding: 40px 0;
  }

  .ybox .title p a {
    margin-left: 4px;
    letter-spacing: 4px;
  }

  .ybox .you {
    width: 90%;
  }

  .ybox .you ul {
    width: 100%;
  }

  .ybox .you ul li {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }

  .ybox .you ul li strong {
    width: 15%;
  }

  .ybox .you ul li p {
    width: 80.625%;
  }

  .ybox .you ul li p span {
    display: block;
    font-size: 18px;
    color: #333333;
    height: 20px;
    line-height: 20px;
  }

  .ybox .you ul li p a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 5px;
    height: auto;
    overflow: hidden;
  }

  .shadow #innerdiv {
    width: 306px !important;
  }
}

@media screen and (min-width: 740px) and (max-width: 1149px) {
  .ybox .you ul li strong {
    width: 8%;
  }

  .ybox .you ul li p {
    width: 87.625%;
  }

  /*.shadow #innerdiv {
    width: 306px!important;
}*/
}

/*共同选择*/

.sec {
  width: 100%;
  background-image: url(../img/xbg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  padding-bottom: 60px;
}

.xbox {
  width: 1150px;
  margin: auto;
  padding: 70px 0;
  background: #fff;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
}

.xbox .title {
  width: 100%;
  text-align: center;
}

.xbox .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #333;
}

.xbox .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.xbox .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.xbox .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.xbox .xx {
  width: 94%;
  margin: 0 3%;
  display: block;
}

.xbox .xx li {
  width: 11.25%;
  height: 50px;
  margin-left: 4.6428%;
  float: left;
  overflow: hidden;
  display: block;
  margin-top: 40px;
}

.xbox .xx li span {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: table;
  text-align: center;
  vertical-align: middle;
}

.xbox .xx li span img {
  max-width: 100%;
  max-height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1149px) {
  section {
    padding-bottom: 50px;
  }

  .xbox {
    width: 100%;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 0;
  }

  .xbox .title p a {
    margin-left: 2px;
    letter-spacing: 2px;
  }

  .xbox .xx li {
    width: 29.33%;
    margin-left: 3%;
    margin-top: 20px;
  }
}

/*免费试用*/

.mbox {
  width: 100%;
  background-color: #fff;
  background-image: url(../img/mbg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 80px;
  background-size: cover;
}

.mbox .title {
  width: 100%;
  text-align: center;
}

.mbox .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #ffffff;
}

.mbox .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.mbox .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.mbox .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.mbox .title01 {
  display: none;
}

.mbox .sbox {
  width: 796px;
  height: 66px;
  /* background: rgba(255, 255, 255, 1); */
  /* border: 2px solid #4dbfdd; */
  margin: auto;
  margin-top: 2.5%;
  border-radius: 66px;
}

.mbox .sbox strong {
  padding-left: 21px;
  width: 51px;
  height: 66px;
  padding-top: 14px;
  display: block;
  float: left;
  overflow: hidden;
  background: white;
}

.mbox .sbox p {
  height: 66px;
  display: block;
  float: left;
  width: 525px;
  padding-left: 1px;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  background: white;
}

.mbox .sbox p input {
  width: 483px;
  font-size: 18px;
  background-color: transparent;
  display: block;
  height: 66px;
  line-height: 66px;
  padding: 0 21px;
}

.mbox .sbox span {
  width: 198px;
  display: block;
  float: right;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  text-align: center;
}

.mbox .sbox span input {
  display: block;
  width: 100%;
  background-color: #5b74ff;
  color: #fff;
  height: 66px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0;
}

@media screen and (max-width: 1149px) {
  .mbox {
    background-size: auto 100%;
    padding-bottom: 50px;
    padding-top: 0;
  }

  .mbox .title {
    display: none;
  }

  .mbox .title01 {
    width: 100%;
    text-align: center;
    display: block;
  }

  .mbox .title01 span {
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
  }

  .mbox .title01 p {
    display: block;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
  }

  .mbox .title01 p b {
    width: 19px;
    height: 1px;
    display: inline-block;
    background-color: #999;
    vertical-align: middle;
  }

  .mbox .title01 p a {
    height: 17px;
    display: inline-block;
    line-height: 17px;
    color: #999;
    margin-left: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
  }

  .mbox .sbox {
    width: 90%;
    height: 3.3rem;
    background: rgba(255, 255, 255, 0.4);
    /* border: 2px solid #4dbfdd; */
    margin: auto;
    margin-top: 5%;
  }

  .mbox .sbox strong {
    margin-left: 4%;
    width: 10%;
    height: 2rem;
    padding-top: 0.65rem;
    display: block;
    float: left;
    overflow: hidden;
  }

  .mbox .sbox strong img {
    height: 2rem;
    display: block;
  }

  .mbox .sbox p {
    height: 3.3rem;
    display: block;
    float: left;
    width: 76%;
    padding-left: 1px;
    background-image: url(../img/xian.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-sizing: border-box;
  }

  .mbox .sbox p input {
    width: 90%;
    font-size: 18px;
    background-color: transparent;
    display: block;
    height: 3.3rem;
    line-height: 3.3rem;
    padding: 0 5%;
  }

  .mbox .sbox span {
    width: 24%;
    display: block;
    float: right;
    height: 3.3rem;
    line-height: 3.3rem;
    overflow: hidden;
    text-align: center;
  }

  .mbox .sbox span input {
    display: block;
    width: 100%;
    background-color: #5B74FF ;
    color: #fff;
    height: 3.3rem;
    cursor: pointer;
    font-size: 1rem;
  }
}

/*foot*/

.footer {
  width: 100%;
  padding-top: 40px;
  /* background-image: url(../images/fbg.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #25282c;
}

.foot {
  width: 1270px;
  margin: auto;
}

.foot .logo {
  padding-top: 4px;
  width: 500px;
}

.foot .logo img {
  height: 48px;
  width: 135px;
  display: block;
}

.foot .xw {
  height: 40px;
  width: 500px;
  margin: 20px 0;
}

.foot .xw ul {
  float: left;
  height: 40px;
  display: block;
}

.foot .xw ul li {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}

.foot .xw ul li p {
  position: absolute;
  left: -40px;
  top: 45px;
  width: 120px;
  overflow: hidden;
  display: none;
  z-index: 2;
}

.foot .xw ul li p img {
  width: 100%;
  display: block;
}

.foot .xw ul li:hover p {
  display: block;
}

.foot .lx {
  margin-top: 30px;
  width: 500px;
}

.foot .lx li {
  display: block;
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.foot .lx li strong {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  padding-top: 3px;
  margin-right: 10px;
}

.foot .lx li strong img {
  display: block;
  height: 14px;
  margin: auto;
}

.foot .lx li p {
  color: #fff !important;
  display: block;
  float: left;
  opacity: 0.7;
  font-size: 14px;
}

.foot .nav {
  margin-top: 29px;
  width: 770px;
  overflow: hidden;
  display: block;
}

.foot .nav dt {
  display: block;
  line-height: 22px;
  font-size: 16px;
  width: 710px;
}

.foot .nav dt a {
  color: #fff;
  display: block;
  height: 22px;
  line-height: 22px;
  /*margin-right: 60px;*/
  margin-right: 40px;
  float: left;
}

.foot .nav dd {
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
  display: block;
  overflow: hidden;
}

.foot .nav dd span {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 16px;
}

.foot .nav dd span a {
  color: #fff;
}

.foot .nav dd p {
  width: 119px;
  height: 45px;
  margin-left: 19px;
  float: left;
  display: table;
  vertical-align: middle;
}

.foot .nav dd p a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
}

.foot .nav dd p img {
  max-height: 45px;
  max-width: 100%;
  vertical-align: middle;
}

.foot .bottom {
  width: 100%;
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  text-align: center;
}

.foot .bottom p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  display: block;
}

.foot .bottom span {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 1149px) {
  .footer {
    width: 100%;
    margin: auto;
    padding-top: 20px;
    background-size: 100% 100%;
  }

  .foot {
    width: 100%;
  }

  .foot .logo {
    width: 41%;
    margin-left: 5%;
  }

  .foot .xw {
    width: 49%;
    margin-right: 5%;
  }

  .foot .xw ul {
    width: 100%;
  }

  .foot .xw ul li {
    margin-left: 3%;
  }

  .foot .xw ul li p {
    display: none !important;
  }

  .foot .xw ul li .dis {
    display: block !important;
  }

  .foot .lx {
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
  }

  .foot .lx li p {
    width: 90%;
  }

  .foot .nav {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0;
    padding-top: 5px;
  }

  .foot .nav dt {
    width: 100%;
    overflow: hidden;
  }

  .foot .nav dt a {
    margin-left: 5%;
    margin-right: 0;
    margin-top: 10px;
    font-size: 14px;
  }

  .foot .nav dd {
    margin-top: 0;
  }

  .foot .nav dd span {
    margin-left: 5%;
    margin-right: 2%;
    font-size: 14px;
  }

  .foot .nav dd p {
    width: auto;
    max-width: 20%;
    margin-left: 1%;
  }

  .foot .bottom {
    width: 90%;
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 3%;
    text-align: center;
  }

  .foot .bottom p {
    font-size: 16px;
  }
}

/*登录*/

.dlbox {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: table;
  text-align: center;
  vertical-align: middle;
  overflow: auto;
  position: relative;
  /* background-image: url(../images/bg.png); */
  background-size: cover;
  background-attachment: fixed;
  padding-top: 92px;
  box-sizing: border-box;
}

.dlbox .deng {
  width: 100%;
  margin: auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.dlbox .deng .title {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}

.dlbox .deng .dl {
  width: 600px;
  height: 600px;
  padding-top: 3%;
  margin: auto;
  margin-top: 2.2%;
  background: #ffffff;
  border: 1px solid #e6eaee;
  box-shadow: 0 21px 56px 0 rgba(127, 143, 164, 0.05);
  border-radius: 4px;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  border-radius: 8px;
}

.dlbox .deng .dl01 {
  display: none;
}

.dlbox .deng .dl p {
  width: 420px;
  display: block;
  margin: auto;
  padding-bottom: 2%;
  overflow: hidden;
  text-align: left;
}

.dlbox .deng .dl p span {
  display: block;
  font-size: 14px;
  color: #7f8fa4;
  line-height: 27px;
}

.dlbox .deng .dl p input {
  display: block;
  width: 370px;
  padding: 0 24px;
  margin-top: 0.5%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #354052;
  background: #f8fafc;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
}

.dlbox .deng .dl strong {
  width: 385px;
  display: block;
  font-weight: normal;
  margin: 6% auto;
  background: #2b47e6 ;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  overflow: hidden;
}

.dlbox .deng .dl strong input {
  width: 100%;
  background: #2b47e6 ;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.dlbox .deng .dl .sub {
  width: 100%;
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #3a496e;
  background: #f8fafc;
  box-shadow: 0 -1px 0 0 #e7e9ed;
}

.dlbox .deng .wj {
  width: 500px;
  margin: auto;
  display: table;
  text-align: center;
  vertical-align: middle;
  margin-top: 1.5%;
}

.dlbox .deng .wj input {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.dlbox .deng .wj span {
  opacity: 0.7;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  line-height: 16px;
}

.dlbox .deng .wj b {
  width: 1px;
  height: 16px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  margin: 0 3%;
  vertical-align: middle;
}

.dlbox .deng .wj a {
  opacity: 0.7;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.dlbox footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2%;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
}

@media screen and (max-width: 1149px) {
  .dlbox {
    padding-bottom: 40px;
    padding-top: 68px;
    box-sizing: border-box;
  }

  .dlbox .deng .title {
    font-size: 20px;
  }

  .dlbox .deng .dl {
    /* display: none; */
  }

  .dlbox .deng .dl01 {
    max-width: 500px;
    display: block;
    width: 90%;
    padding-top: 5%;
    margin: auto;
    margin-top: 2.2%;
    background: #ffffff;
    border: 1px solid #e6eaee;
    box-shadow: 0 21px 56px 0 rgba(127, 143, 164, 0.05);
    border-radius: 4px;
  }

  .dlbox .deng .dl01 p {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 2%;
    overflow: hidden;
    text-align: left;
    background: #f8fafc;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
  }

  .dlbox .deng .dl01 p span {
    display: block;
    font-size: 14px;
    color: #7f8fa4;
    height: 40px;
    line-height: 40px;
    float: left;
    width: 17%;
    margin-left: 3%;
  }

  .dlbox .deng .dl01 p input {
    display: block;
    width: 74%;
    padding: 0 3%;
    margin-top: 0.5%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #354052;
    background-color: #f8fafc;
  }

  .dlbox .deng .dl01 strong {
    width: 90%;
    display: block;
    font-weight: normal;
    margin: 6% auto;
    background: #0eb0db;
    border: 1px solid #20c5f1;
    height: 40px;
    line-height: 40px;
    border-radius: 5.6px;
  }

  .dlbox .deng .dl01 strong input {
    width: 100%;
    background: #0eb0db;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
  }

  .dlbox .deng .dl01 .sub {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3a496e;
    background: #f8fafc;
    box-shadow: 0 -1px 0 0 #e7e9ed;
  }

  .dlbox .deng .wj {
    width: 100%;
  }

  .dlbox .deng .wj input {
    width: 14px;
    height: 14px;
  }

  .dlbox .deng .wj span {
    font-size: 14px;
    line-height: 14px;
  }

  .dlbox .deng .wj b {
    width: 1px;
    height: 14px;
  }

  .dlbox .deng .wj a {
    font-size: 14px;
    line-height: 14px;
  }
}

/*忘记密码*/

.dlbox .deng .dl02 {
  width: 500px;
  margin: auto;
  margin-top: 2.2%;
  background: #ffffff;
  border: 1px solid #e6eaee;
  box-shadow: 0 21px 56px 0 rgba(127, 143, 164, 0.05);
  border-radius: 4px;
}

.dlbox .deng .dl02 h1 {
  font-weight: normal;
  background: #f8fafc;
  box-shadow: 0 1px 0 0 #e7e9ed;
  width: 100%;
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #3a496e;
}

.dlbox .deng .dl02 h2 {
  width: 420px;
  display: block;
  margin: auto;
  padding-top: 5%;
  overflow: hidden;
  font-weight: normal;
}

.dlbox .deng .dl02 h2 span {
  display: block;
  font-size: 14px;
  color: #7f8fa4;
  line-height: 27px;
  margin-bottom: 12px;
}

.dlbox .deng .dl02 h2 input {
  display: block;
  width: 370px;
  padding: 0 24px;
  margin-top: 0.5%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #354052;
  background: #f8fafc;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
  text-align: center;
}

.dlbox .deng .dl02 strong {
  width: 418px;
  display: block;
  font-weight: normal;
  margin: 6% auto;
  background: #0eb0db;
  border: 1px solid #20c5f1;
  height: 48px;
  line-height: 48px;
  border-radius: 5.6px;
}

.dlbox .deng .dl02 strong input {
  width: 100%;
  background: #0eb0db;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.dlbox .deng .dl02 .fh {
  width: 420px;
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin: 6% auto;
  background: #fff;
  color: #0eb0db;
  border: 1px solid #20c5f1;
  height: 48px;
  line-height: 48px;
  border-radius: 5.6px;
}

@media screen and (max-width: 1149px) {
  .dlbox .deng .dl02 {
    max-width: 500px;
    width: 90%;
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 2.2%;
    background: #ffffff;
    border: 1px solid #e6eaee;
    box-shadow: 0 21px 56px 0 rgba(127, 143, 164, 0.05);
    border-radius: 4px;
  }

  .dlbox .deng .dl02 h1 {
    font-size: 14px;
  }

  .dlbox .deng .dl02 h2 {
    width: 100%;
  }

  .dlbox .deng .dl02 h2 input {
    display: block;
    width: 84%;
    margin: auto;
    padding: 0 3%;
    font-size: 14px;
  }

  .dlbox .deng .dl02 strong {
    width: 90%;
    height: 40px;
    line-height: 40px;
  }

  .dlbox .deng .dl02 strong input {
    background: #0eb0db;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .dlbox .deng .dl02 .fh {
    width: 90%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

/*注册*/

.dlbox .deng .dl h4 {
  width: 420px;
  display: block;
  margin: auto;
  padding-bottom: 2%;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
}

.dlbox .deng .dl h4 span {
  display: inline-block;
  font-size: 14px;
  color: #7f8fa4;
  line-height: 27px;
}

.dlbox .deng .dl h4 input {
  display: inline-block;
  width: 300px;
  padding: 0 24px;
  margin-top: 0.5%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #354052;
  background: #f8fafc;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
}

.dlbox .deng .dl h2 {
  overflow: hidden;
  font-weight: normal;
  width: 420px;
  display: block;
  margin: auto;
  padding-bottom: 2%;
  text-align: left;
}

.dlbox .deng .dl h2 span {
  width: 100%;
  float: left;
  display: block;
  font-size: 14px;
  color: #7f8fa4;
  line-height: 27px;
}

.dlbox .deng .dl h2 input {
  display: block;
  width: 186px;
  float: left;
  padding: 0 24px;
  margin-top: 0.5%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #354052;
  background: #f8fafc;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
}

.dlbox .deng .dl h2 a {
  width: 174px;
  display: block;
  float: left;
  height: 38px;
  margin-top: 0.5%;
  margin-left: 10px;
}

.dlbox .deng .dl h2 a img {
  width: 108px;
  height: 38px;
  display: block;
  float: left;
}

.dlbox .deng .dl h2 a i {
  font-style: normal;
  height: 38px;
  line-height: 38px;
  display: block;
  float: right;
  font-size: 14px;
  color: #909fac;
}

.dlbox .deng .dl h3 {
  overflow: hidden;
  font-weight: normal;
  width: 420px;
  display: block;
  margin: auto;
  padding-bottom: 2%;
  text-align: left;
}

.dlbox .deng .dl h3 span {
  width: 100%;
  float: left;
  display: block;
  font-size: 14px;
  color: #7f8fa4;
  line-height: 27px;
}

.dlbox .deng .dl h3 input {
  display: block;
  width: 240px;
  float: left;
  padding: 0 24px;
  margin-top: 0.5%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #354052;
  background: #f8fafc;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
}

.dlbox .deng .dl h3 a {
  width: 120px;
  display: block;
  float: right;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #0eb0db;
  margin-top: 0.5%;
  border: 1px solid #0eb0db;
  border-radius: 4px;
}

.dlbox .deng .wj01 {
  width: 500px;
  margin: auto;
  display: table;
  vertical-align: middle;
  margin-top: 1.5%;
}

.dlbox .deng .wj01 p {
  text-align: left;
  width: 50%;
  float: left;
}

.dlbox .deng .wj01 input {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.dlbox .deng .wj01 span {
  opacity: 0.7;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  line-height: 16px;
}

.dlbox .deng .wj01 a {
  opacity: 0.7;
  font-size: 16px;
  color: #3981a0;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.dlbox .deng .wj01 strong {
  font-weight: normal;
  text-align: right;
  width: 50%;
  float: left;
}

@media screen and (max-width: 1149px) {
  .dlbox .deng .dl01 h4 {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 2%;
    overflow: hidden;
    text-align: left;
    background: #f8fafc;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
  }

  .dlbox .deng .dl01 h4 span {
    display: block;
    font-size: 14px;
    color: #7f8fa4;
    height: 36px;
    line-height: 36px;
    float: left;
    width: 17%;
    margin-left: 3%;
  }

  .dlbox .deng .dl01 h4 input {
    display: block;
    width: 74%;
    padding: 0 3%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #354052;
    background-color: #f8fafc;
  }

  .dlbox .deng .dl01 h2 {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 2%;
    overflow: hidden;
    text-align: left;
    background: #f8fafc;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
  }

  .dlbox .deng .dl01 h2 span {
    display: block;
    font-size: 14px;
    color: #7f8fa4;
    height: 36px;
    line-height: 36px;
    float: left;
    width: 25%;
    margin-left: 3%;
  }

  .dlbox .deng .dl01 h2 input {
    display: block;
    float: left;
    width: 36%;
    padding: 0 3%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #354052;
    background-color: #f8fafc;
  }

  .dlbox .deng .dl01 h2 a {
    width: 25%;
    display: block;
    float: left;
    height: 36px;
    margin-top: 0.5%;
    margin-left: 2%;
  }

  .dlbox .deng .dl01 h2 a img {
    width: 100%;
    height: 36px;
    display: block;
    float: left;
  }

  .dlbox .deng .dl01 h3 {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 2%;
    overflow: hidden;
    text-align: left;
    border-left: 1px solid #dfe3e9;
    border-radius: 4px;
  }

  .dlbox .deng .dl01 h3 span {
    display: block;
    font-size: 14px;
    color: #7f8fa4;
    height: 36px;
    line-height: 36px;
    float: left;
    width: 17%;
    padding-left: 3%;
    background: #f8fafc;
    border-top: 1px solid #dfe3e9;
    border-bottom: 1px solid #dfe3e9;
  }

  .dlbox .deng .dl01 h3 input {
    display: block;
    float: left;
    width: 36%;
    padding: 0 3%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #354052;
    background-color: #f8fafc;
    background: #f8fafc;
    border: 1px solid #dfe3e9;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }

  .dlbox .deng .dl01 h3 a {
    width: 34%;
    display: block;
    float: right;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #0eb0db;
    border: 1px solid #0eb0db;
    border-radius: 4px;
  }

  .dlbox .deng .dl01 strong {
    width: 90%;
    display: block;
    font-weight: normal;
    margin: 6% auto;
    background: #0eb0db;
    border: 1px solid #20c5f1;
    height: 40px;
    line-height: 40px;
    border-radius: 5.6px;
  }

  .dlbox .deng .dl01 strong input {
    width: 100%;
    background: #0eb0db;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
  }

  .dlbox .deng .dl01 .sub {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3a496e;
    background: #f8fafc;
    box-shadow: 0 -1px 0 0 #e7e9ed;
  }

  .dlbox .deng .wj01 {
    max-width: 500px;
    width: 90%;
    margin: auto;
    margin-top: 1.5%;
  }

  .dlbox .deng .wj01 p {
    width: 60%;
  }

  .dlbox .deng .wj01 strong {
    width: 40%;
  }

  .dlbox .deng .wj01 input {
    width: 14px;
    height: 14px;
  }

  .dlbox .deng .wj01 span {
    font-size: 14px;
    line-height: 14px;
  }

  .dlbox .deng .wj01 a {
    font-size: 14px;
    line-height: 14px;
  }
}

/*banenr*/

.ban {
  width: 100%;
  position: relative;
  height: 100vh;
}

.ban .tu {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  z-index: 11;
  height: 100vh;
}

.ban .tu strong {
  width: 100%;
  overflow: hidden;
  display: block;
  height: 100vh;
}

.ban .tu b {
  width: 100%;
  height: 660px;
  overflow: hidden;
  display: none;
}

.ban .wen {
  width: 580px;
  height: 660px;
  vertical-align: middle;
  display: table;
  position: absolute;
  left: 50%;
  margin-left: -575px;
  top: 0;
  z-index: 13;
}

.ban .wen div {
  display: table-cell;
  vertical-align: middle;
}

.ban .wen p {
  display: block;
  line-height: 53px;
  font-size: 38px;
  color: #ffffff;
  margin-top: -120px;
}

.ban .wen span {
  display: block;
  margin-top: 15px;
  /* opacity: 0.7; */
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 28px;
}

.ban .wen h2 {
  font-weight: normal;
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.ban .wen h1 {
  display: none;
}

.ban .wen b {
  width: 420px;
  display: block;
  font-weight: normal;
  text-align: center;
  margin-top: 45px;
}

.ban .wen b strong {
  font-weight: normal;
  width: 152px;
  height: 40px;
  border-radius: 2px;
  background-color: #0eb0db;
  overflow: hidden;
  display: block;
  line-height: 40px;
  font-size: 24px;
  float: left;
}

.ban .wen b em {
  font-style: normal;
  width: 200px;
  height: 60px;
  border-radius: 2px;
  background-color: rgba(225, 225, 225, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
  overflow: hidden;
  display: block;
  line-height: 40px;
  font-size: 24px;
  float: left;
  width: 152px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-left: 20px;
}

.ban .wen b em a {
  font-size: 16px;
  font-family: PingFang SC;
  color: #2b47e6;
}

.ban .wen b strong a {
  font-size: 16px;
  font-family: PingFang SC;
  color: #ffffff;
}

.ban .wen b a {
  color: #fff;
}

.ban .wen b a {
  color: #fff;
  width: 100%;
  display: block;
}

.ban .wen em a {
  width: 100%;
  display: block;
}

.ban .wen b strong:hover {
  background-color: #0096ff;
}

/* .ban .wen b em:hover {
  background-color: rgba(225, 225, 225, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
} */

@media screen and (max-width: 1149px) and (max-width: 1150px) {
  .ban.bb {
    margin-top: 0;
  }

  .ban .wen {
    width: 580px;
    height: 660px;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 3%;
    margin-left: -0;
    top: 0;
    z-index: 13;
  }
}

@media screen and (max-width: 1149px) {
  .ban {
    height: auto;
  }

  .ban.bb {
    margin-top: 0;
  }

  .ban .tu {
    width: 100%;
    position: static;
    margin-left: 0;
    height: auto;
  }

  .ban .tu strong {
    display: none;
  }

  .ban .tu b {
    width: 100%;
    height: auto;
    display: block;
  }

  .ban .tu b img {
    width: 100%;
    display: block;
  }

  .ban .wen {
    width: 100% !important;
    bottom: 15%;
    top: auto;
    left: 0;
    margin-left: 0;
    height: auto;
    text-align: center;
  }

  .ban .wen p {
    display: block;
    line-height: 24px;
    height: auto;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 5px 10px rgba(9, 39, 116, 0.4);
  }

  .ban .wen h2 {
    display: none;
  }

  .ban .wen span {
    display: block;
    width: 94%;
    margin: auto;
    margin-top: 0.5%;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 20px;
  }

  .ban .wen h1 {
    font-weight: normal;
    display: block;
    width: 94%;
    margin: auto;
    margin-top: 1%;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
  }

  .ban .wen b {
    overflow: hidden;
    width: 100%;
    margin-top: 1%;
  }

  .ban .wen b strong {
    width: 32%;
    margin-left: 15%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .ban .wen b em {
    width: 32%;
    margin-right: 15%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 719px) {
  .tu01 {
    display: none;
  }

  .ban .wen {
    width: 100% !important;
    bottom: 4%;
    top: auto;
    left: 0;
    margin-left: 0;
    height: auto;
    text-align: center;
  }

  .ban .wen b strong {
    width: 32%;
    margin-left: 15%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .ban .wen b em {
    width: 32%;
    margin-right: 15%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .close {
    right: 5px !important;
    top: 5px !important;
  }
}

/*对话机器人*/

.b01 {
  width: 100%;
  padding: 120px 0;
}

.b01 .box {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  display: table;
  vertical-align: middle;
  transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
}

.b01 .box .tu {
  width: 670px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.b01 .box .tu img {
  max-width: 670px;
  display: block;
  float: left;
}

.b01 .box .wen01 {
  display: none;
}

.b01 .box .wen {
  display: table-cell;
  vertical-align: middle;
  width: 480px;
}

.b01 .box .wen span {
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  display: block;
  margin-bottom: 20px;
}

.b01 .box .wen p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: block;
  overflow: hidden;
}

.b01 .box .wen a {
  margin-top: 40px;
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  background-color: #4dbfdd;
  border-radius: 2px;
  width: 120px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 20px;
}

.b01 .box .more {
  display: none;
}

@media screen and (max-width: 1149px) {
  .b01 {
    width: 100%;
    padding: 40px 0;
  }

  .b01 .box {
    width: 90%;
    height: auto;
  }

  .b01 .box .tu {
    width: 100%;
    display: block !important;
    height: auto;
    margin-top: 20px;
  }

  .b01 .box .tu img {
    max-width: 100%;
    margin: auto;
    float: none;
  }

  .b01 .box .wen {
    display: none !important;
  }

  .b01 .box .wen01 {
    width: 100%;
    display: block;
    text-align: left;
  }

  .b01 .box .wen01 span {
    font-size: 18px;
    color: #333333;
    height: auto;
    line-height: 26px;
    display: block;
    margin-bottom: 2%;
  }

  .b01 .box .wen01 p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .b01 .box .more {
    margin: auto;
    margin-top: 20px;
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background-color: #4dbfdd;
    color: #fff;
    border-radius: 2px;
    display: none;
  }
}

.b02 {
  width: 100%;
  margin: auto;
  padding: 120px 0;
  background: #f8f8f8;
}

.b02 .box {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  display: table;
  vertical-align: middle;
  transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
}

.b02 .box .tu {
  width: 670px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.b02 .box .tu img {
  max-width: 670px;
  float: right;
  display: block;
}

.b02 .box .wen {
  display: table-cell;
  vertical-align: middle;
  width: 480px;
}

.b02 .box .wen span {
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  display: block;
  margin-bottom: 20px;
}

.b02 .box .wen p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: block;
  overflow: hidden;
}

.b02 .box .wen a {
  margin-top: 40px;
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  background-color: #4dbfdd;
  color: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 1149px) {
  .b02 {
    width: 100%;
    padding: 40px 0;
  }

  .b02 .box {
    width: 90%;
    height: auto;
  }

  .b02 .box .tu {
    width: 100%;
    display: block !important;
    height: auto;
    margin-top: 20px;
  }

  .b02 .box .tu img {
    max-width: 100%;
    margin: auto;
    float: none;
  }

  .b02 .box .wen {
    width: 100%;
    display: block;
    text-align: left;
  }

  .b02 .box .wen span {
    font-size: 18px;
    color: #333333;
    height: auto;
    line-height: 26px;
    display: block;
    margin-bottom: 2%;
  }

  .b02 .box .wen p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: auto;
    display: block;
    overflow: hidden;
  }
}

.b01 .box.aaa,
.b02 .box.aaa {
  width: 1150px;
}

@media screen and (max-width: 1149px) {

  .b01 .box.aaa,
  .b02 .box.aaa {
    width: 90%;
  }
}

.cbox {
  width: 100%;
  background-color: #fff;
  padding-bottom: 80px;
}

.cbox .title {
  width: 100%;
  text-align: center;
}

.cbox .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #ffffff;
  margin-top: 90px;
}

.cbox .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.cbox .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.cbox .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.cbox .list {
  width: 1149px;
  display: block;
  margin: auto;
  padding-top: 60px;
}

.cbox .list li {
  display: block;
  float: left;
  width: 383px;
  height: 251px;
  overflow: hidden;
  position: relative;
}

.cbox .list li strong {
  display: block;
  width: 100%;
  overflow: hidden;
}

.cbox .list li strong img {
  width: 100%;
  display: block;
}

.cbox .list li p {
  width: 99%;
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  height: 99%;
  overflow: hidden;
  border: 2px solid rgba(200, 200, 200, 0);
}

.cbox .list li p b {
  height: 76px;
  overflow: hidden;
  display: block;
  margin: auto;
  padding-top: 63px;
}

.cbox .list li p b img {
  height: 100%;
  margin: auto;
  display: block;
}

.cbox .list li p span {
  height: 44px;
  font-size: 24px;
  display: block;
  color: #fff;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.cbox .list li p:hover .text {
  display: none;
}

.cbox .list li p:hover .more {
  display: block;
}

.cbox .list li p:hover .more:hover {
  background: #ffff;
  color: black;
  cursor: pointer;
}

.cbox .list li p:hover {
  background: rgba(85, 108, 235, 0.08);
  border: 2px solid #d4dbff;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
}

.cbox .list li p .more {
  width: 120px;
  height: 40px;
  background: rgba(14, 25, 48, 0);
  border: 2px solid #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 30px;
  display: none;
  line-height: 40px;
  font-size: 16px;
}

@media screen and (max-width: 1149px) {
  .cbox {
    padding-bottom: 40px;
  }

  .cbox .title p a {
    margin-left: 4px;
    letter-spacing: 4px;
  }

  .cbox .list {
    width: 100%;
    padding-top: 5%;
  }

  .cbox .list li {
    width: 49%;
    height: 159px;
    margin-left: 3px;
  }

  .cbox .list li p {
    width: 95%;
    height: 95%;
  }

  .cbox .list li p b {
    height: 40px;
    padding-top: 15%;
  }

  .cbox .list li p span {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 2%;
  }
}

@media screen and (max-width: 1149px) {
  .mt {
    padding-top: 40px !important;
  }
}

/*多轮*/

#tab .tab_box .mo {
  display: block;
}

#tab .tab_box .mo .tu {
  width: 494px;
  margin-left: 27px;
  display: block;
  float: left;
  height: 800px;
  position: relative;
}

#tab .tab_box .mo .tu a {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 286px;
}

#tab .tab_box .mo .wen {
  width: 480px;
  display: block;
  float: right;
  padding-top: 106px;
  margin-left: 74px;
}

#tab .tab_box .mo .wen span {
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  display: block;
  margin-bottom: 12px;
}

#tab .tab_box .mo .wen p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: block;
  overflow: hidden;
}

/*#tab .tab_box .mo .wen a{ margin-top:30px; display:block; width:200px; height:60px; line-height:60px; text-align:center; font-size:24px; color:#fff; background:#4dbfdd; border-radius:2px;}*/

@media screen and (max-width: 1149px) {
  #tab .tab_box .mo .tu {
    width: 300px;
    margin: auto;
    display: block;
    float: none;
    height: 486px;
    position: relative;
  }

  #tab .tab_box .mo .tu a {
    top: 165px;
  }

  #tab .tab_box .mo .wen {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
  }

  #tab .tab_box .mo .wen span {
    text-align: center;
  }

  #tab .tab_box .mo .wen p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  #tab .tab_box .mo .wen a {
    margin: 10px auto;
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
}

/*技术优势*/

.ban .wen01 {
  width: 100%;
  height: 660px;
  vertical-align: middle;
  display: table;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  z-index: 13;
  text-align: center;
}

.ban .wen01 div {
  display: table-cell;
  vertical-align: middle;
}

.ban .wen01 p {
  display: block;
  line-height: 107px;
  font-size: 72px;
  color: #ffffff;
  text-shadow: 0 5px 10px rgba(9, 39, 116, 0.4);
}

.ban .wen01 h1 {
  font-weight: normal;
  opacity: 0.9;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 7.5px;
  line-height: 46px;
}

.ban .wen01 h2 {
  display: none;
}

@media screen and (max-width: 1149px) {
  .ban .wen01 {
    width: 100%;
    bottom: 2rem;
    top: auto;
    left: 0;
    margin-left: 0;
    height: auto;
    text-align: center;
  }

  .ban .wen01 p {
    display: block;
    line-height: 30px;
    height: auto;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 5px 10px rgba(9, 39, 116, 0.4);
  }

  .ban .wen01 h1 {
    display: none;
  }

  .ban .wen01 h2 {
    font-weight: normal;
    display: block;
    width: 94%;
    margin: auto;
    margin-top: 1%;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 24px;
  }
}

.b03 {
  width: 100%;
  margin: auto;
  padding: 60px 0;
  background: #fff;
}

.b03 .box {
  width: 1150px;
  margin: auto;
  overflow: hidden;
}

.b03 .box .tu {
  width: 100%;
  display: block;
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  padding-top: 40px;
}

.b03 .box .tu a {
  width: 100%;
  display: block;
  padding-top: 40px;
}

.b03 .box .tu img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.b03 .box .wen {
  width: 100%;
  text-align: center;
}

.b03 .box .wen span {
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  display: block;
  margin-bottom: 14px;
}

.b03 .box .wen p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: block;
  overflow: hidden;
}

.b03 .box .wen a {
  margin-top: 38px;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #4dbfdd;
  color: #fff;
  border-radius: 2px;
}

.b04 {
  width: 100%;
  margin: auto;
  padding: 60px 0;
  background: #f8f8f8;
}

.b04 .box {
  width: 1150px;
  margin: auto;
  overflow: hidden;
}

.b04 .box .tu {
  width: 100%;
  display: block;
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  padding-top: 40px;
}

.b04 .box .tu a {
  width: 100%;
  display: block;
  padding-top: 40px;
}

.b04 .box .tu img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.b04 .box .wen {
  width: 100%;
  text-align: center;
}

.b04 .box .wen span {
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  display: block;
  margin-bottom: 14px;
}

.b04 .box .wen p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: block;
  overflow: hidden;
}

.b04 .box .wen a {
  margin-top: 38px;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background-color: #4dbfdd;
  color: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 1149px) {
  .b03 {
    padding: 30px 0;
  }

  .b03 .box {
    width: 90%;
    margin: auto;
  }

  .b03 .box .tu {
    padding-top: 20px;
  }

  .b03 .box .tu a {
    padding-top: 20px !important;
  }

  .b03 .box .wen {
    width: 100%;
    text-align: left;
  }

  .b03 .box .wen span {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    display: block;
    margin-bottom: 2%;
  }

  .b03 .box .wen p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: block;
    overflow: hidden;
  }

  .b04 {
    padding: 30px 0;
  }

  .b04 .box {
    width: 90%;
    margin: auto;
    overflow: hidden;
  }

  .b04 .box .tu {
    padding-top: 20px;
  }

  .b04 .box .tu a {
    padding-top: 20px !important;
  }

  .b04 .box .wen {
    width: 100%;
    text-align: left;
  }

  .b04 .box .wen span {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    display: block;
    margin-bottom: 2%;
  }

  .b04 .box .wen p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: block;
    overflow: hidden;
  }

}

/*价格*/

.biao {
  width: 100%;
  height: 64px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #eeeff0;
}

.biao a {
  cursor: pointer;
  display: inline-block;
  width: 220px;
  line-height: 62px;
  height: 62px;
  font-size: 18px;
  margin: 0 10px;
  color: #666;
}

.biao a b {
  width: 220px;
  height: 2px;
  background-color: #2b47e6;
  display: none;
}

.biao a.on b {
  display: block;
}

.biao a.on {
  color: #2b47e6;
}

.biao01 {
  width: 100%;
  height: 64px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #eeeff0;
}

.biao01 a {
  cursor: pointer;
  display: inline-block;
  width: 220px;
  line-height: 62px;
  height: 62px;
  font-size: 18px;
  margin: 0 10px;
  color: #666;
}

.biao01 a b {
  width: 220px;
  height: 2px;
  background-color: #4dbfdd;
  display: none;
}

.biao01 a.on b {
  display: block;
}

.biao01 a.on {
  color: #4dbfdd;
}

.biao02 {
  display: none;
}

@media screen and (max-width: 1149px) {
  .biao {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #eeeff0;
  }

  .biao a {
    width: auto;
    display: inline-block;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    margin: 0 3%;
    color: #666;
  }

  .biao a b {
    width: 40px;
    margin: auto;
    height: 2px;
    background-color: #4dbfdd;
    display: none;
  }

  .biao a.on b {
    display: block;
  }

  .biao a.on {
    color: #4dbfdd;
  }

  .biao01 {
    display: none;
  }

  .biao02 {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #eeeff0;
  }

  .biao02 a {
    width: auto;
    display: inline-block;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    margin: 0 3%;
    color: #666;
  }

  .biao02 a b {
    width: 40px;
    margin: auto;
    height: 2px;
    background-color: #4dbfdd;
    display: none;
  }

  .biao02 a.on b {
    display: block;
  }

  .biao02 a.on {
    color: #4dbfdd;
  }
}

.jg {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 80px;
}

.jg dl {
  width: 1150px;
  margin: auto;
  display: block;
}

.jg dl dt {
  width: 350px;
  background-color: #fff;
  display: block;
  float: left;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
  margin-right: 50px;
}

.jg dl dd {
  width: 350px;
  background-color: #fff;
  display: block;
  float: left;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.08);
}

.jg dl .tou {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.jg dl .jia {
  font-size: 24px;
  letter-spacing: 5px;
  text-align: center;
  line-height: 48px;
  margin-top: 20px;
}

.jg dl .jia span {
  font-size: 48px;
}

.jg dl .xin {
  width: 280px;
  margin: auto;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f1f2;
}

.jg dl p {
  font-size: 14px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-top: 26px;
}

.jg dl p span {
  width: 80px;
  height: 32px;
  display: inline-block;
  color: #fff;
  margin: 0 1%;
}

.jg dl .more {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: 40px auto;
  border-radius: 2px;
}

.jg dl .more a {
  font-size: 16px;
  width: 100%;
  display: block;
  height: 48px;
  color: #ffffff;
}

.jg01 {
  display: none;
}

@media screen and (max-width: 1149px) {
  .jg {
    display: none !important;
  }

  .jg01 {
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .jg01 .tab_menu {
    width: 100%;
    text-align: center;
    vertical-align: bottom;
  }

  .jg01 .tab_menu li {
    width: 18%;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 6px 0.5%;
    margin-bottom: 0;
    vertical-align: bottom;
    color: #fff;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .jg01 .tab_menu li.selected {
    margin: 0;
    width: 30.4%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }

  .jg01 .tab_box {
    width: 100%;
    padding-bottom: 10%;
  }

  .jg01 .tab_box .box {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding-bottom: 3%;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.08);
  }

  .hide {
    display: none;
  }

  .jg01 .jia {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 36px;
    padding-top: 5%;
  }

  .jg01 .jia span {
    font-size: 26px;
  }

  .jg01 .xin {
    width: 84%;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    padding-bottom: 5%;
    border-bottom: 1px solid #f0f1f2;
    margin-bottom: 3%;
  }

  .jg01 p {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
    line-height: 32px;
    margin-top: 2%;
  }

  .jg01 p span {
    width: 80px;
    height: 32px;
    display: inline-block;
    color: #fff;
    margin: 0 1%;
  }

  .jg01 .more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 4% auto;
    border-radius: 2px;
  }

  .jg01 .more a {
    font-size: 14px;
    width: 100%;
    display: block;
    height: 36px;
    color: #ffffff;
  }
}

/*案例*/

.mt01 {
  background-image: url(../img/mbg02.png);
}

.tab01,
.tab02,
.tab03,
.tab04,
.tab05 {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  overflow: auto;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.tab01 ul,
.tab02 ul,
.tab03 ul,
.tab04 ul,
.tab05 ul {
  width: 1150px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.tab01 li,
.tab02 li,
.tab03 li,
.tab04 li,
.tab05 li {
  display: block;
  cursor: pointer;
  float: left;
}

.tab01 li a,
.tab02 li a,
.tab03 a,
.tab04 a,
.tab05 a {
  display: block;
  padding: 0 40px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  color: #666;
  border-radius: 2px 2px 0 0;
}

.tab01 li.on a,
.tab02 li.on a,
.tab03 li.on a,
.tab04 li.on a,
.tab05 li.on a {
  background: #2b47e6;
  color: #fff;
}

@media screen and (max-width: 1024px) {

  .tab01,
  .tab02,
  .tab03,
  .tab04 {
    padding: 10px 5%;
    width: 90%;
  }

  .tab01 li a,
  .tab02 li a,
  .tab03 li a,
  .tab04 li a {
    padding: 0 20px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.ban .wen02 {
  width: 100%;
  height: 660px;
  vertical-align: middle;
  display: table;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  z-index: 13;
  text-align: center;
}

.ban .wen02 div {
  display: table-cell;
  vertical-align: middle;
}

.ban .wen02 p {
  display: block;
  font-size: 60px;
  height: 90px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 3px;
  text-shadow: 0 5px 10px rgba(9, 39, 116, 0.4);
}

.ban .wen02 span {
  font-weight: normal;
  opacity: 0.9;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 15px;
  line-height: 46px;
}

@media screen and (max-width: 1149px) {
  .ban .wen02 {
    width: 100%;
    height: 400px;
    /* top: -40%; */
  }

  .ban .wen02 p {
    display: block;
    height: auto;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0 5px 10px rgba(9, 39, 116, 0.4);
  }

  .ban .wen02 span {
    font-weight: normal;
    display: block;
    width: 94%;
    margin: auto;
    margin-top: 1%;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 5px;
    line-height: 24px;
  }
}

.aa {
  background-color: #f8f8f8;
  background-image: none;
  padding: 60px 0;
}

.abox {
  width: 1150px;
  margin: auto;
  padding: 40px 0;
  background: #fff;
}

.abox .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #333;
}

.abox .tou {
  width: 580px;
  margin: auto;
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}

.abox .tou01 {
  display: none;
}

.abox .wen {
  width: 100%;
  margin-top: 40px;
}

.abox .wen .tu {
  width: 472px;
  height: 362px;
  float: left;
  overflow: hidden;
  margin-left: 50px;
}

.abox .wen .tu img {
  width: 100%;
}

.abox .wen ul {
  width: 550px;
  display: block;
  float: left;
  margin-left: 50px;
  margin-top: -30px;
}

.abox .wen ul li {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 30px;
}

.abox .wen ul li strong {
  width: 48px;
  display: block;
  float: left;
  overflow: hidden;
}

.abox .wen ul li strong img {
  width: 100%;
  display: block;
}

.abox .wen ul li p {
  width: 480px;
  display: block;
  float: right;
  overflow: hidden;
}

.abox .wen ul li p span {
  display: block;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}

.abox .wen ul li p a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-top: 8px;
  overflow: hidden;
}

.aa .xbox {
  margin-top: -60px;
}

@media screen and (max-width: 1149px) {
  .aa {
    padding: 30px 0;
    background-color: #fff;
  }

  .abox {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .abox .title {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .abox .tou01 {
    display: block;
    width: 94%;
    margin: auto;
    margin-top: 0;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 28px;
  }

  .abox .tou {
    display: none;
  }

  .abox .wen {
    width: 90%;
    margin: auto;
  }

  .abox .wen .tu {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    height: auto;
  }

  .abox .wen ul {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 0;
  }

  .abox .wen ul li {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
  }

  .abox .wen ul li strong {
    width: 15%;
    display: block;
    float: left;
    overflow: hidden;
  }

  .abox .wen ul li strong img {
    width: 100%;
    display: block;
  }

  .abox .wen ul li p {
    width: 80%;
    display: block;
    float: right;
    overflow: hidden;
  }

  .abox .wen ul li p span {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: -5px;
  }

  .abox .wen ul li p a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 0;
    overflow: hidden;
  }

  .aa .xbox {
    margin-top: -30px;
  }
}

@media screen and (min-width: 740px) and (max-width: 1149px) {
  .abox .wen ul li strong {
    width: 8%;
  }

  .abox .wen ul li p {
    width: 87.625%;
  }
}

/*演示*/

.top {
  width: 100%;
  background-color: #f8f8f8;
  background-image: none;
  margin-top: 68px;
  padding-top: 60px;
  overflow: hidden;
}

.abox .tu01 {
  margin-left: 30px;
  width: 700px;
  overflow: hidden;
  height: 700px;
}

.abox .tu01 img {
  width: 100%;
}

.abox .kuang {
  /* width: 350px; */
  /* margin-left: 30px; */
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-left: 100px;
}

.abox .kuang .titles {
  width: 100%;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 32px;
}

#tab02 {
  width: 100%;
}

#tab02 .tab_menu {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
}

#tab02 .tab_menu ul {
  overflow: hidden;
  display: block;
  width: 366px;
}

#tab02 .tab_menu li {
  width: 103px;
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 17px;
  margin-top: 10px;
  border: 1px solid #979797;
  cursor: pointer;
}

#tab02 .tab_menu li.selected {
  background: #2b47e6;
  border: 1px solid #2b47e6;
  border-radius: 2px;
  color: #fff;
}

#tab02 .tab_menu li.selected a {
  color: #fff;
}

#tab02 .tab_box {
  width: 100%;
  padding-top: 30px;
}

#tab02 .tab_box .box {
  width: 100%;
  /* overflow: hidden; */
  /* background: #ffffff; */
  border-radius: 10px;
}

.hide {
  display: none;
}

#tab02 .tab_box .box .bao {
  text-align: center;
  background: #e8ebff ;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #2b47e6;
  margin-bottom: 1%;
}

#tab02 .tab_box .box p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  padding: 2% 0;
  border-bottom: 1px dashed #cacaca;
  width: 80%;
  margin-left: 5%;
  text-align: left;
}

#tab02 .tab_box .box p:last-child {
  border-bottom: none;
}

#tab02 .tab_box .box p span {
  color: #2b47e6;
}

#tab02 .tab_box .box .video {
  width: 273px;
  padding-bottom: 1%;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  display: inline-block;
  margin-left: 23px;
  float: left;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  border-radius: 10px;
}

.titlebox {
  background: #ffffff;
  border-radius: 10px;
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  float: left;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  border-radius: 10px;
  margin-left: 2px;
}

#tab02 .tab_box .box .video strong {
  display: block;
  color: #2b47e6;
  font-size: 16px;
  line-height: 26px;
  /* padding: 3% 0; */
  /* width: 100%; */
  text-align: center;
  background: #e8ebff;
  border-radius: 10px 10px 0px 0px;
  text-align: left;
  padding-left: 20px;
  font-weight: unset;
  height: 50px;
  line-height: 50px;
}

#tab02 .tab_box .box .video span {
  width: 100%;
  height: 245px;
  background-image: url(../img/web-iphone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  position: relative;
  margin-top: 20px;
}

#tab02 .tab_box .box .video span.djp {
  background-image: url(../img/djp.png);
}

#tab02 .tab_box .box .video span.mc {
  background-image: url(../img/qcgm.png);
}

#tab02 .tab_box .box .video span.byc {
  background-image: url(../img/qcby.png);
}

#tab02 .tab_box .box .video span.ctq {
  background-image: url(../img/tqcx.png);
}

#tab02 .tab_box .box .video span.dhys {
  background-image: url(../img/dhys.png);
}

#tab02 .tab_box .box .video span.dsbx {
  background-image: url(../img/dsbx.png);
}

#tab02 .tab_box .box .video span img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  cursor: pointer;
}

@media screen and (max-width: 1149px) {
  .top {
    background-color: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  .abox {
    background-color: #fff;
    padding-top: 0;
  }

  .abox .tu01 {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .abox .tu01 img {
    width: 100%;
  }

  .abox .kuang {
    width: 100%;
    margin-left: 0%;
    overflow: hidden;
    margin-top: 3%;
  }

  .abox .kuang .titles {
    width: 100%;
    margin-top: 20px;
  }

  #tab02 {
    display: none;
  }

  .swiper .tab_menu01 {
    display: block;
    width: 100%;
    overflow: auto;
  }

  .swiper .tab_menu01 ul {
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
  }

  .swiper .tab_menu01 li {
    display: block;
    cursor: pointer;
    float: left;
    height: 36px;
    margin-left: 3%;
    width: 30.33%;
    text-align: center;
    background-color: #f1f1f1;
    margin-top: 10px;
  }

  .swiper .tab_menu01 li a {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
  }

  .swiper .tab_menu01 li.selected a {
    background: #4dbfdd;
    color: #fff;
  }

  .swiper .swiper-container {
    width: 100%;
    padding-top: 3% 0;
  }

  .swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: block;
  }

  .swiper .swiper-slide .boxs {
    width: 94%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }

  .swiper .swiper-slide .boxs .content{
    background: #f9f9f9;
    margin-bottom: 20px;
  }


  .swiper .swiper-slide .bao {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #D6DCFF ;
    font-size: 16px;
    color: #4D66F4 ;
    margin-bottom: 1%;
    padding-left: 10px;
  }

  .swiper .swiper-slide p {
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding: 2% 0;
    border-bottom: 1px dashed #cacaca;
    width: 90%;
    margin-left: 5%;
  }

  .swiper .swiper-slide p span {
    color: #4D66F4 ;
  }

  .swiper .swiper-slide .video {
    width:98%;
    padding-bottom: 3%;
    box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
    margin:  0 auto;
  }

  .swiper .swiper-slide .video strong {
    display: block;
    color: #2b47e6;
    font-size: 16px;
    text-align: center;
    background: #e8ebff;
    border-radius: 10px 10px 0px 0px;
    text-align: left;
    padding-left: 10px;
    font-weight: unset;
    height: 40px;
    line-height: 40px;
  }

  .swiper .swiper-slide .video span {
    width: 100%;
    height: 240px;
    background-image: url(../img/web-iphone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    position: relative;
  }

  .swiper .swiper-slide .video span.djp {
    background-image: url(../img/djp.png);
  }

  .swiper .swiper-slide .video span.mc {
    background-image: url(../img/qcgm.png);
  }

  .swiper .swiper-slide .video span.byc {
    background-image: url(../img/qcby.png);
  }

  .swiper .swiper-slide .video span.ctq {
    background-image: url(../img/tqcx.png);
  }

  .swiper .swiper-slide .video span.dhys {
    background-image: url(../img/dhys.png);
  }

  .swiper .swiper-slide .video span.dsbx {
    background-image: url(../img/dsbx.png);
  }

  .swiper .swiper-slide .video span img {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
  }
}

/*新闻*/

.xwen {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 60px;
}

.xwen .title {
  width: 100%;
  text-align: center;
}

.xwen .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #333;
}

.xwen .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.xwen .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.xwen .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.xwen .list {
  width: 1150px;
  margin: 1% auto;
}

.xwen .list ul {
  width: 1200px;
  display: block;
  overflow: hidden;
}

.xwen .list ul li {
  width: 350px;
  margin-right: 50px;
  display: block;
  /* padding-top: 40px; */
  float: left;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 40px;
}

.xwen .list ul li strong {
  width: 100%;
  display: block;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.xwen .list ul li strong img {
  height: 100%;
  display: block;
}

.xwen .list ul li strong span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: normal;
  background: rgba(100%, 100%, 100%, 0.9);
  width: 113px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  height: 40px;
  line-height: 40px;
}

.xwen .list ul li h1 {
  font-weight: normal;
  display: block;
  overflow: hidden;
  width: 302px;
  margin: 22px auto;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
}

.xwen .list ul li b {
  width: 70px;
  height: 2px;
  display: block;
  margin-left: 24px;
  background: #333333;
}

.xwen .list ul li p {
  width: 302px;
  margin: 22px auto;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  display: block;
}

.xwen .list ul li:hover {
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.05);
  height: ;
}

.xwen .list ul li:hover h1 {
  color: #4dbfdd;
}

.xwen .fanye {
  width: 1150px;
  margin: 40px auto;
  display: table;
  vertical-align: middle;
}

.xwen .fanye h1 {
  display: table-cell;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  color: #29323e;
}

.xwen .fanye h2 {
  display: table-cell;
  font-weight: normal;
  text-align: right;
  width: 102px;
}

.xwen .fanye h2 select {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: left;
  background-color: transparent;
  color: #29323e;
  border: 1px solid #d0d4d8;
  padding-left: 2%;
  border-radius: 4px;
}

.xwen .fanye p {
  display: table-cell;
  text-align: center;
}

.xwen .fanye p span {
  display: inline-table;
  width: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  margin: 0 5px;
  background: #0eb0db;
  border: 1px solid #0eb0db;
  color: #fff;
  border-radius: 4px;
}

.xwen .fanye p a {
  display: inline-table;
  width: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #d0d4d8;
  color: #9fa9ba;
  border-radius: 4px;
}

.xwen .fanye p strong {
  display: inline-table;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #29323e;
}

.xwen .fanye p strong input {
  text-align: left;
  width: 40px;
  padding: 0 5px;
  margin: 0 5px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border: 1px solid #d0d4d8;
  border-radius: 4px;
  font-size: 14px;
  background-color: transparent;
  color: #29323e;
}

.xwen .fanye p .prev {
  color: #0eb0db;
}

.xwen .fanye p .next {
  color: #c5ccd5;
}

@media screen and (max-width: 1149px) {
  .xwen {
    padding-top: 40px;
  }

  .xwen .title p a {
    margin-left: 4px;
    letter-spacing: 4px;
  }

  .xwen .list {
    width: 100%;
  }

  .xwen .list ul {
    width: 100%;
  }

  .xwen .list ul li {
    width: 350px;
    margin: 0 auto;
    float: none !important;
    margin-right: none !important;
    /* margin-left: 5%; */
    margin-top: 20px;
    padding-top: 0px !important;
  }

  /* .xwen .list ul li {
     width: 350px;
     margin-right: 50px;
     display: block;
     float: left;
     padding-top: 0px!important;
     overflow: hidden;
     background-color: #fff;
     margin-bottom: 40px;
    } */
  .xwen .list ul li strong {
    height: 16rem;
  }

  .xwen .list ul li strong img {
    width: 100%;
    height: auto;
  }

  .xwen .list ul li strong span {
    min-width: 26%;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 2rem;
  }

  .xwen .list ul li h1 {
    width: 90%;
    margin: 2% auto;
    font-size: 16px;
  }

  .xwen .list ul li b {
    width: 16.28%;
    margin-left: 5%;
  }

  .xwen .list ul li p {
    width: 90%;
    margin: 2% auto;
    line-height: 24px;
    height: 96px;
  }

  .xwen .fanye {
    width: 100%;
    margin: 20px auto;
  }

  .xwen .fanye h1 {
    display: none;
  }

  .xwen .fanye h2 {
    display: none;
  }
}

/*关于我们*/

.ban .wen05 {
  width: 100%;
  height: 660px;
  vertical-align: middle;
  display: table;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  z-index: 13;
  text-align: center;
}

.ban .wen05 div {
  display: table-cell;
  vertical-align: middle;
}

.ban .wen05 p {
  display: block;
  font-size: 60px;
  line-height: 84px;
  color: #ffffff;
}

.ban .wen05 span {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-top: 3%;
}

.ban .wen05 span img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ban .wen05 span a {
  display: inline-block;
  text-align: center;
  margin-left: 1%;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  opacity: 0.7;
}

.ban .wen05 span b {
  display: inline-block;
  text-align: center;
  margin: 0 1%;
  vertical-align: middle;
  width: 4px;
  height: 40px;
  opacity: 0.3;
  background: #ffffff;
}

@media screen and (max-width: 1149px) {
  .ban .wen05 {
    width: 100%;
    top: 30%;
    height: auto;
  }

  .ban .wen05 p {
    display: block;
    line-height: 40px;
    height: auto;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0 5px 10px rgba(9, 39, 116, 0.4);
  }

  .ban .wen05 span img {
    width: 1rem;
  }

  .ban .wen05 span a {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }

  .ban .wen05 span b {
    height: 30px;
    margin: 0 5%;
  }
}

/*关于我们*/

.about {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 60px;
}

.about .title {
  width: 100%;
  text-align: center;
}

.about .title span {
  display: block;
  font-size: 30px;
  line-height: 42px;
  height: 42px;
  color: #333;
}

.about .title p {
  display: block;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
}

.about .title p b {
  width: 19px;
  height: 1px;
  display: inline-block;
  background-color: #999;
  vertical-align: middle;
}

.about .title p a {
  height: 17px;
  display: inline-block;
  line-height: 17px;
  color: #999;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.about .wen {
  width: 790px;
  margin: auto;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 32px;
  margin-top: 40px;
}

.about .list {
  width: 1150px;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}

.about .list ul {
  width: 1200px;
  margin-left: -25px;
  display: block;
}

.about .list li {
  width: 400px;
  text-align: center;
  display: block;
  float: left;
}

.about .list li span {
  font-size: 60px;
  height: 84px;
  line-height: 84px;
  display: block;
  color: #333333;
  font-family: PingFang-SC-Regular !important;
}

.about .list li p {
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #999;
  font-family: PingFang-SC-Medium;
}

.about .lx {
  width: 1150px;
  margin: auto;
  background-color: #fff;
  padding: 60px 0;
  margin-top: 5%;
  box-shadow: 0 60px 60px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 5%;
}

.about .lx .title p a {
  font-size: 16px;
}

.about .lx .lian01 {
  display: none;
}

.about .lx .lian {
  width: 100%;
  text-align: center;
  margin: 40px auto;
  margin-bottom: 0;
}

.about .lx .lian li {
  width: 16.44%;
  margin: 0 4.28%;
  display: block;
  float: left;
}

.about .lx .lian li strong {
  display: block;
  height: 58px;
}

.about .lx .lian li strong img {
  height: 100%;
  display: block;
  margin: auto;
}

.about .lx .lian li span {
  display: block;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0.86px;
  line-height: 34px;
  height: 34px;
  margin-top: 8%;
}

.about .lx .lian li p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  letter-spacing: 0.57px;
  text-align: center;
  margin-top: 3%;
}

@media screen and (max-width: 1149px) {
  .about {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .about .title p a {
    margin-left: 4px;
    letter-spacing: 4px;
  }

  .about .wen {
    width: 90%;
    margin: auto;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
  }

  .about .list {
    width: 94%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
  }

  .about .list ul {
    width: 100%;
    margin-left: 0;
    display: block;
    overflow: hidden;
  }

  .about .list li {
    width: 33.33%;
    text-align: center;
    display: block;
    float: left;
  }

  .about .list li span {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #333333;
    font-family: PingFang-SC-Regular;
  }

  .about .list li p {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    display: block;
    color: #999;
    font-family: PingFang-SC-Medium;
  }

  .about .lx {
    width: 100%;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    padding-top: 40px;
  }

  .about .lx .lian {
    display: none;
  }

  .about .lx .lian01 {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }

  .about .lx .lian01 li {
    width: 45.5%;
    padding-top: 20px;
    margin-left: 3%;
    margin-top: 20px;
    display: block;
    float: left;
  }

  .about .lx .lian01 li strong {
    display: block;
    height: 58px;
  }

  .about .lx .lian01 li strong img {
    height: 100%;
    display: block;
    margin: auto;
  }

  .about .lx .lian01 li span {
    display: block;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.86px;
    line-height: 34px;
    height: 34px;
    margin-top: 8%;
  }

  .about .lx .lian01 li p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    letter-spacing: 0.57px;
    text-align: center;
    margin-top: 3%;
  }
}

.header {
  z-index: 82;
}

.wp {
  padding-left: 0px !important;
}

/* mty */

.mty {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  background-color: #4dbfdd;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 20px;
}

/*priceInfo*/

.priceInfo {
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 62px;
  text-align: center;
}

.priceInfo .pc-title {
  margin-bottom: 30px;
  font-size: 34px;
  color: #373d40;
}

.priceInfo .pc-info {
  line-height: 32px;
  font-size: 16px;
  color: #9b9ba3;
}

.priceInfoM {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 62px;
  text-align: center;
}

.priceInfoM .m-title {
  font-size: 22px;
  line-height: 30px;
  color: #373d40;
  padding: 7px 0 10px;
  font-weight: normal;
}

.priceInfoM .m-info {
  font-size: 12px;
  line-height: 17px;
  color: #9b9ba3;
  margin: 0 48px 30px;
}

/*视频弹窗阴影*/

.shadow #innerdiv {
  position: fixed;
  width: 344px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9999;
  display: none;
  transition: transform 0.3s, opacity 0.3s;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background: #000;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #000 !important;
  opacity: 0.85 !important;
  display: none;
}

/*关闭视频弹窗*/

.close {
  position: absolute;
  background: url(../img/close.png);
  width: 24px;
  height: 24px;
  right: -29px;
  top: -3px;
  cursor: pointer;
  z-index: 99999;
}

.videoWindow {
  object-fit: cover;
  object-position: center center;
}

/* 新闻模块 */
.newsBox {
  padding: 78px 0 40px 0;
}

.newsList {
  width: 1120px;
  margin: auto;
  padding-top: 3%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.newsType {
  width: 30%;
  height: 320px;
  float: left;
  margin: 0 15px;
}

.newsHead {
  width: 100%;
  overflow: hidden;
}

.newsType .newsHead .headImg {
  width: 40px;
  height: 40px;
  background-size: 100%;
  float: left;
}

.hyxw {
  background: url(../img/news-1.png);
}

.cydt {
  background: url(../img/cp.png);
}

.kfal {
  background: url(../img/kh.png);
}

.newsType .newsHead .heading {
  font-size: 25px;
  float: left;
  margin-top: 2px;
  padding-left: 10px;
}

.news ul li {
  padding: 14px;
  padding-left: 4px;
  overflow: hidden;
}

.newsTitle {
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.point {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 8px;
  background: #4cc0de;
  margin-right: 10px;
}

.news .pushTime {
  float: right;
}

.newsUl {
  margin-top: 14px;
}

@media screen and (max-width: 1149px) {
  .newsType {
    width: 80%;
    height: 320px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    float: none;
  }

  .newsList {
    width: 100%;
  }
}

img {
  max-width: 100%;
}

.pc-reg {
  height: 32px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #2b47e6 !important;
  line-height: 76px;
}

.header.bg .pc-reg {
  background: #2b47e6;
  color: white !important;
}

.swiper-container {
  height: 650px;
}

.swiper-slide img {
  height: 650px;
}

.my-bullet,
.my-bullet-active {
  display: inline-block;
  width: 30px;
  height: 4px;
  position: relative;
  margin: 0 2px;
  background-image: url("../img/radiusRact.png");
  border-radius: 5px;
}

.my-bullet {
  background: rgba(225, 225, 225, 0.35));
}

.my-bullet-m {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DEE2F5;
  border-radius: 50%;
  margin: 0 8px;
}

.my-bullet-active-m {
  width: 30px;
  height: 10px;
  background: #2B47E6;
  border-radius: 10px;
}

.my-bullet-active {
  background-image: url("../img/radiusRactActive.png");
}

.swiper-content {
  position: absolute;
  top: 204px;
  text-align: left;
  left: 50%;
  text-align: left;
  margin-left: -575px;
}

.swiper-content .title {
  font-size: 48px;
  color: white;
}

.swiper-content .btn {
  width: 152px;
  height: 48px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFang SC;
  color: #2b47e6;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  margin-top: 44px;
  margin-right: 20px;
  cursor: pointer;
  border: 1px solid #ffffff;
}

.ljty {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  border: 1px solid #ffffff;
}

.products {
  margin: 0 auto;
  text-align: center;
}

.products .item {
  width: 360px;
  /* height: 300px; */
  padding: 29px 0;
  margin-top: 56px;
  display: inline-block;
}

.products .item strong {
  width: 100%;
  display: block;
}

.products .item strong img {
  display: block;
  height: 50px;
  margin: auto;
}

.products .item span {
  width: 100%;
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  color: #333333;
  padding-top: 30px;
  overflow: hidden;
}

.products .item p {
  width: 224px;
  margin: auto;
  display: block;
  height: 52px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  padding-top: 20px;
  overflow: hidden;
}

.products .item a {
  width: 100px;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin: auto;
  margin-top: 30px;
  overflow: hidden;
  opacity: 0;
  border: 2px solid #666666;
  border-radius: 20px;
  cursor: pointer;
}

.products .item:hover {
  background: #f7f7f7;
}

.products .item:hover span {
  color: #2b47e6;
}

.products .item:hover a {
  opacity: 1;
}

.ywcjxq {
  padding: 80px 0;
  background-image: url("../img/ywcjxq.png");
}

.ywcjxq .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: PingFang SC;
  color: white;
}

.ywcjxq .content {
  width: 1180px;
  padding: 74px 0;
  background: #ffffff;
  box-shadow: 0px 0px 36px 0px rgba(43, 71, 230, 0.16);
  margin: 0 auto;
  margin-top: 74px;
}

.ywcjxq .content .item {
  display: inline-block;
  width: 151px;
  margin: 0 40px;
  text-align: center;
  position: relative;
}

.ywcjxq .content .item p {
  font-size: 18px;
  font-family: PingFang SC;
  color: #333333;
}

.ywcjxq .content .item a {
  font-size: 14px;
  font-family: PingFang SC;
  text-decoration: underline;
  color: #2b47e6;
  margin-top: 25px;
  display: inline-block;
}

.ywcjxq .content .item .smail {
  position: relative;
}

.tbqysx {
  padding: 88px 0;
}

.tbqysx .title {
  color: #000;
  font-size: 30px;
  font-family: PingFang SC;
  color: #333333;
  width: 100%;
  text-align: center;
}

.tbqysx .content {
  width: 1150px;
  /* height: 580px; */
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  margin: 0 auto;
  margin-top: 88px;
}

.tbqysx .content ul {
  width: 100%;
  display: block;
  overflow: hidden;
}

.tbqysx .content ul li {
  height: 95px;
  float: left;
  overflow: hidden;
  display: block;
  line-height: 95px;
  width: 15%;
}

.tbqysx .content ul li span img {
  width: 80%;
  margin: 20% 10%;
  display: block;
}

.tbqysx .content ul li:first-child {
  width: 115px;
  text-align: center;
  background: #f7f7f7;
  position: relative;
  overflow: unset;
}

.tbqysx .content ul li:first-child .hover::after,
.tbqysx .content ul li:first-child .hover::before {
  position: absolute;
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
}

.tbqysx .content ul li:first-child .hover::after {
  border-color: transparent;
  border-left-color: #2b47e6;
  border-width: 12px;
  margin-top: -12px;
}

.tbqysx .content ul li:first-child .hover::before {
  border-color: transparent;
  border-left-color: #2b47e6;
  border-width: 15px;
  margin-top: -15px;
}

.tbqysx .content .activeUl li:first-child .hover {
  display: block;
}

.tbqysx .content .activeUl li:first-child span {
  display: none;
}

.tbqysx .content .activeUl li:first-child {
  background: #2b47e6;
  color: white;
}

/* .tbqysx .content .activeUl li:first-child:hover .hover p {
  margin-top: 15px;
} */

.tbqysx .content .activeUl li:first-child .hover .btn {
  width: 88px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 14px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  margin-top: 5px;
}

.tbqysx .content ul li:first-child .hover {
  display: none;
  line-height: 50px;
}

.tbqysx .content ul li:first-child .hover img {
  position: absolute;
  top: 40px;
  left: 42px;
}

.activeUl {
  background: #f7f7f7;
}

.tbox .content {
  width: 1150px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  margin-top: 60px !important;
}

.tbox {
  background: #f7f7f7;
}

.ybox {
  background: #ffffff;
}

.you li .content {
  overflow: hidden;
}

.you li .tipContent {
  margin-top: 26px;
}

.you li .tip {
  font-size: 14px;
  color: #666666;
  margin: 5px 0;
}

.you li .tip img {
  margin-right: 10px;
}

.newsItem {
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  height: 488px;
}

.newsItem .newsTitle {
  width: 90%;
}

.newsItem .newsTitle,
.newsItem .pushTime {
  float: unset;
  display: block;
}

.newsItem .newsUl {
  padding: 0 10px;
}

.newsItem .pushTime {
  color: #cccccc;
  margin-top: 10px;
}

.news ul li {
  padding: 10px 14px;
}

.news-footer {
  padding: 0px 28px;
  text-align: right;
  margin-top: 20px;
  color: #2b47e6;
  cursor: pointer;
}

.news-footer a {
  color: #2b47e6;
  display: inline-block;
}

.contact {
  margin: 28px 0;
}

.contact .title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.contact .telNum {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffb549;
  margin-top: 8px;
}

.nav .description .item {
  width: 24%;
  display: inline-block;
}

.nav .description .item p {
  height: 16px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.nav .description .item ul {
  margin-top: 34px;
}

.nav .description .item ul li {
  display: block;
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  opacity: 0.7;
}

.pModa .left {
  float: left;
}

.pModa .left .title,
.pModa .right .title {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #333333;
  margin-left: 29px;
}

.pModa .right .title {
  margin-right: 48px;
}

.pModa .title img {
  margin-right: 12px;
}

.pModa .leftBox .title {
  width: 429px;
  border-bottom: 1px dashed rgb(0 0 0 / 8%);
  text-align: left;
}

.pModa .rightBox .title {
  width: 209px;
  border-bottom: 1px dashed rgb(0 0 0 / 8%);
  text-align: left;
}

.pModa .right {
  float: right;
}

.pModa .left .content-item {
  width: 49%;
  margin-top: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: left;
}

.pModa .content-item:hover {
  background: rgba(0, 0, 0, 0.1);
}

.pModa .left .content-item a,
.pModa .right .content-item a {
  color: black !important;
  line-height: unset !important;
  height: unset !important;
}

.pModa .content-item img {
  width: 15px;
  margin-right: 10px;
  height: 15px;
}

.pModa .left .content {
  margin-left: 29px;
  width: 429px;
}

.pModa .content-item p {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  opacity: 0.32;
  margin-top: 10px;
}

.pModa .right .content {
  margin-left: 29px;
  width: 209px;
}

.pModa .right .content-item {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: left;
}

.know-bg {
  background: radial-gradient(circle, #0d154a 0%, #091f63 100%);
  text-align: center;
  padding: 0;
  padding-bottom: 66px;
}

.know-bg p {
  font-size: 36px;
  font-family: PingFang SC;
  color: #ffffff;
  margin: 76px 0;
}

.contextUse {
  background-image: url(../img/contextUse.png);
}

.getMore {
  margin-top: 115px;
}

.getMore p {
  font-size: 40px;
  font-family: PingFang SC;
  color: #000000;
  text-align: center;
}

.getMore .content {
  width: 1154px;
  margin: 0 auto;
}

.getMore .content .item {
  width: 210px;
  height: 250px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  margin: 50px 5px;
  transition: top 0.5s;
  -moz-transition: top 0.5s;
  /* Firefox 4 */
  -webkit-transition: top 0.5s;
  /* Safari 和 Chrome */
  -o-transition: top 0.5s;
  position: relative;
  border-bottom: 2px solid rgba(14, 5, 9, 0);
  top: 0px;
  cursor: pointer;
}

.getMore .content .item .box {
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
}

.getMore .content .item img {
  margin: 40px 0;
  /* width: 60px;
  height: 50px; */
}

.getMore .content .item:hover {
  border-bottom: 2px solid #2d4cf7;
  box-shadow: 8px 27px #2b47e6 8%;
  height: 240px;
  box-shadow: 0 30px 50px 0 rgb(0 0 0 / 10%);
  top: -15px;
}

.qjrys {
  width: 533px !important;
}

.qjrys dt {
  width: 106px !important;
}

.qjrys .title {
  text-align: left;
  padding: 26px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.bg-white {
  background: #ffffff;
}

.bg-f7 {
  background: #f7f7f7;
}

.learn-box {
  text-align: center;
  margin-top: 59px;
}

.learn-item {
  display: inline-block;
  margin-right: 16px;
  text-align: center;
}

.learn-item:hover .learn-body {
  background: #3c5aea;
}

.learn-item:hover .learn-body span {
  color: #2b47e6 ;
  border: 2px solid #ffffff;
}

.learn-item:hover .learn-body h4,
.learn-item:hover .learn-body p {
  color: #ffffff;
}

.learn-header {
  width: 100%;
  display: none;
}

.learn-body {
  width: 257px;
  height: 343px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(14, 5, 9, 0.08);
  border-radius: 20px;
  margin-top: 14px;
}

.learn-body img,
.learn-body h4 {
  margin-top: 51px;
}

.learn-body p {
  width: 196px;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 19px;
  color: #666666;
  height: 64px;
}

.learn-body span {
  width: 100px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  line-height: 40px;
  margin-top: 15px;
  cursor: pointer;
}

.learn-yanshi {
  width: 144px;
  height: 48px;
  background: #2b47e6;
  border-radius: 24px;
  line-height: 48px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: white;
  margin-top: 156px;
  cursor: pointer;
}

.ysBtn {
  background: #2b47e6;
  color: #fff;
}

.zxBtn {
  background: #ffffff;
  color: #000;
  border: 2px solid #666666;
}

.ysBtn a {
  color: white;
}

.zxBtn a {
  color: #000;
}

.kbtn {
  width: 144px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 24px;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  margin-top: 63px;
}

.faFooter {
  background-image: url(../img/faFooter.png);
}

.faList {
  text-align: center;
  margin-top: 51px;
}

.faList ul li {
  display: inline-block;
  margin: 0 20px;
  width: 164px;
}

.faList ul li:hover {
  width: 164px;
  height: 48px;
  background: #becdf5;
  border-radius: 24px;
  color: white;
  line-height: 48px;
}

.faList ul li:hover a {
  color: white !important;
}

.currentFa {
  width: 164px;
  height: 48px;
  background: #becdf5;
  border-radius: 24px;
  color: #2d4cf7;
  line-height: 48px;
}

.form-box {
  margin-top: 36px;
}

.form-item {
  width: 383px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 42px;
}

.cvvBox {
  width: 383px;
  height: 42px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 25px;
  line-height: 42px;
}

.form-item span,
.cvv span {
  text-align: left;
  width: 60px;
  display: inline-block;
  font-size: 14px;
}

.form-item input {
  width: 300px;
}

.cvv {
  width: 212px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-block;
}

.cvv input {
  width: 125px;
}

.cvvBtn {
  width: 163px;
  height: 42px;
  background: #6982f1;
  border-radius: 4px;
  display: inline-block;
  color: white;
  cursor: pointer;
  position: relative;
  top: -2px;
}

.form-box input {
  color: gray;
  height: 37px;
}

.ysbox p {
  opacity: 0 !important;
  height: 10px !important;
  overflow: hidden !important;
}

.productBox .content-item img,
.ysbox .content-item img {
  width: 26px !important;
  height: 26px !important;
  top: 5px;
  position: relative;
}

.bg .pc-reg:hover {
  background: #2d4cf7 !important;
}

.swiper-slide {
  text-align: center;
}

.zw-text {
  overflow: hidden;
  margin: 100px 0;
}

.zw-text .zw-l,
.zw-text .zw-r {
  float: left;
}

.zw-r p {
  padding: 0 20px;
  line-height: 29px;
}

.description .item a {
  color: white;
}

.jjImg {
  width: 37px !important;
  height: 37px !important;
}

.dlbox .box .bao {
  text-align: left !important;
  padding-left: 20px;
}

.qty:hover {
  color: white !important;
  background: #2b47e6 !important;
  border: 2px solid #2b47e6 !important;
}

.desc {
  display: block;
  margin-top: 15px;
  /* opacity: 0.7; */
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 30px;
}

.ysTab {
  width: 1150px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}

.ysTab ul {
  overflow: hidden;
  text-align: center;
}

.ysTab ul li {
  width: 150px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  margin-right: 17px;
  margin-top: 10px;
  cursor: pointer;
  padding-bottom: 20px;
}

.ysTab ul li.selected {
  border-bottom: 1px solid #2b47e6 ;
}

.ysTab ul li.selected a {
  color: #2b47e6ff;
}

.mProduct {
  display: flex;
  width: 90%;
  margin: 20px auto;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  padding: 23px 0;
}

.mProduct .poster {
  width: 50px;
}

.mProduct .mTitle {
  text-align: left;
  font-size: 18px;
}

.mProduct .mDesc {
  font-size: 14px;
  color: lightgray;
  text-align: left;
}

.mProduct .mDesc p {
  width: 224px;
}

.mContent {
  display: none;
}

.mShow {
  display: none;
}

@media screen and (max-width: 1149px) {
  .ywcjxq {
    padding: 40px 20px;
  }

  .ywcjxq .content {
    width: unset;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
    margin-top: 40px;
  }

  .ywcjxq .content .item {
    width: 50%;
    margin: 0 ;
    margin-bottom: 30px;
  }
  .ywcjxq .content .item img{
    width: 50%;
  }

  .ywcjxq .content .item p {
    height: 50px;
    font-size: 15px;
  }

  .mHide {
    display: none !important;
  }

  .mShow {
    display: block;
  }

  .mContent {
    display: block;
  }

  .tbqysx .content {
    width: 100%;
    box-shadow: unset;
    margin-top: 30px;
  }

  .tbqysx .content ul li:first-child {
    display: none;
  }

  .tbqysx .content ul li {
    width: 33%;
    height: 80px;
  }

  .swiper-slide img {
    height: unset;
  }

  .swiper-container {
    height: unset;
  }

  .swiper-content {
    text-align: center;
    top: 100px;
    left: unset;
    margin-left: unset;
  }

  .swiper-content .title {
    font-size: 22px;
  }

  .swiper-content .desc {
    font-size: 12px;
    padding: 0 20px;
  }

  .swiper-content .btn {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    color: #2B47E6  !important;
    margin-top: 20px;
  }

  .text-bg {
    top: -10px;
    width: 160px;
  }

  .know-bg p,
  .know-bg div {
    text-align: left;
    padding: 0 20px;
  }

  .getMore .content {
    width: 100%;
    margin-top: 20px;
  }

  .getMore .content .item {
    width: 46%;
    margin: 2px 6px;
    height: 130px;
  }

  .getMore .content .item .box {
    height: 130px;
  }

  .getMore .content .item img {
    margin: 0 0;
    max-width: 30%;
    margin-top: 20px;
  }

  .getMore .content .item:hover {
    height: 130px;
  }

  .kbtn {
    margin: 20px auto;
    height: 30px;
    line-height: 30px;
    width: 90px;
    font-size: 12px;
  }

  .ysBtn {
    border: 2px solid rgb(255, 255, 255, 0);
  }

  .form-item,
  .cvvBox {
    width: 90%;
  }

  .form-item input {
    width: 75%;
  }

  .cvv {
    width: 67%;
  }

  .cvvBtn {
    width: 30%;
  }
  .faList ul{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .faList ul li{
    font-size: 14px;
    width: 37%;
    height: 40px;
    line-height: 40px;
  }
  .faList ul li:hover{
    width: 37%;
    height: 45px;
    line-height: 45px;
  }
  .faFooter  .title{
    display: block;
  }
  .faFooter  .title span{
    font-size: 20px;
  }
  .aboutBanner{
    height:unset!important;
  }
  .learn-box{
    display: flex;
    overflow-x: auto;
  }
  .footer-m{
    background: #25282C;
  }
  .footer-m .logo img{
    width: 150px;
  }
  .ywcjxq .content .item a{
    display: none;
  }
  .tbqysx{
    padding: 44px 0;
  }
  .getMore p{
    font-size: 25px;
  }
  .pbox .title span{
    font-size: 25px;
  }
  .ywcjxq .title,.tbqysx .title,.tbox .title span,.cbox .title span{
    font-size: 25px;
  }
  .xia ul{
    padding: 5px 0;
  }
  .xia ul li .box .box-body-item a{
    font-size: 14px;
  }
  .xia ul li .item a{
    display: block;
    width: 100%;
  }
  .xia ul li:nth-child(3) .box .box-body-item img,.xia ul li:nth-child(5) .box .box-body-item img{
    width: 35px!important;
  }
  .getMore{
    margin-top: 30px;
  }
  .cbox .title span{
    margin-top: 40px;
  }
  .cbox{
    padding-bottom: 0px;
  }
  .learn-yanshi{
    margin-top: 50px;
  }
  .faList{
    margin-top: 30px;
  }
  .qynb-box .item img{
    width: 40px;
  }
  .currentFa a{
    color: #2d4cf7!important;
  }
  .faFooter{
    background-image: url('../img/gx-icon.png');
  }
}

.tabMenu {
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 8px;
  padding-left: 8px;
  box-sizing: content-box;
  height: 100%;
  padding-bottom: 15px;
  position: relative;
  display: flex;
}

.tabMenu .tabItem {
  position: relative;
  box-sizing: border-box;
  padding: 0 4px;
  color: #646566;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  flex: 1 0 auto;
  padding: 0 12px;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tabMenu .tabItem span {
  border-bottom: 2px solid rgb(255, 255, 255, 0);
  padding-bottom: 8px;
  user-select: none;
}

.tabMenu .selected span {
  color: #2B47E6;
  border-bottom: 2px solid #2B47E6;
}

.footer-m {
  background: #25282C;
  padding: 30px 15px;
}

.footer-m .info {
  display: flex;
  /* flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-evenly; */
  align-items: center;
  align-content: center;
  margin-top: 30px;
}

.footer-m .info .wx ul {
  display: flex;
}

.footer-m .info .wx ul img {
  width: 40px;
  max-width: 40px;
}

.footer-m .info .wx ul li {
  margin: 0 5px;
}

.footer-m .info .wx ul li p {
  display: none;
}

.text-center {
  text-align: center;
}

.color-white {
  color: white;
}

.color-theme {
  color: #FFB549;
}

.opacity5 {
  opacity: 0.5;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font16 {
  font-size: 16px;
}

.font30 {
  font-size: 30px;
}

.margin16 {
  margin: 16px 0;
}

.margin10 {
  margin: 10px 0;
}

.marginTop0 {
  margin-top: 0px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginBottom15 {
  margin-bottom: 15px;
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}

.flex {
  display: flex;
}

.description-m {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.description-m ul li {
  margin: 10px 0;
}

.customCase img {
  width: 17%;
  margin: 0px 5px;
}

.divider,
.divider-sm,
.divider-gray {
  height: 2px;
  background: #FFFFFF;
  opacity: 0.16;
  width: 100%;
  margin: 30px 0;
}

.divider-gray {
  background: gray;
}

.divider-sm {
  margin: 5px 0;
}

.m-robot-banner {
  position: absolute;
  top: 100px;
}

.m-robot-banner .title {
  font-size: 30px;
}

.display-inline {
  display: inline-block;
}

.m-tiyan {
  padding: 5px 10px;
  border-radius: 22px;
  border: 1px solid white;
  color: white;
  overflow: hidden;
  font-size: 12px;
}

.know-bg .desc {
  color: white;
  margin-top: -45px;
  margin-bottom: 35px;
  line-height: 30px;
  font-size: 20px;
}

.m-register {
  width: 90%;
  margin: 35px auto;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  border-radius: 16px;
  position: relative;
}

.m-register .title {
  color: #333333;
  font-size: 24px;
  margin-top: 35px;
  display: block;
  padding-top: 35px;
}

#m-submit {
  height: 40px;
  background: #2B47E6;
  border-radius: 4px;
  width: 90%;
  color: white;
}

.bxjqr {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(14, 5, 9, 0.08);
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.bxjqr .title {
  font-size: 25px;
  padding-top: 35px;
}

.bxjqr .tab_menu {
  margin: 30px 0;
}

.bxjqr .tab_menu ul {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-around;
  align-items: center;
}

.bxjqr .tab_menu ul li a,
.bxjqr .tab_menu ul li {
  padding: 10px;
}

.bxjqr .tab_menu ul li.selected a {
  color: #2B47E6;
  border-bottom: 1px solid #2B47E6;
}

.bxjqr .tab_box .box .desc {
  padding: 10px;
  text-align: left;
  color: #333333;
  line-height: 30px;
}
.bxjqr .tabMenu {
  margin-top: 30px;
}
.bxjqr .tabMenu ul{
  display: flex;
  overflow-x:  auto;
}
.bxjqr .tabMenu ul li {
  flex: 1 0 auto;
  width: 70px;
  height: 38px;
  line-height: 38px;
  margin: 0 10px;
}
.bxjqr .tabMenu ul li.selected{
  color: #2B47E6 ;
  border-bottom: 1px solid #2B47E6 ;
}
.qynb-box{
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  margin: 10px 0;
}
.qynb-box .item{
  width: 48%;
  text-align: center;
  height: 206px;
  box-shadow: 0px 3px 8px 0px rgba(14, 5, 9, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.qynb-box .item img{
  margin-top: 20px;
}

.qynb-box .item p {
  font-size: 12px;
  text-align: left;
  margin:10px;
  height: 51px;
  color: #666666;
}
.qynb-box .item span{
  border: 2px solid #666666;
  border-radius: 24px;
  width: 60px;
  display: inline-block;
  font-size: 12px;
  padding:5px;
}

.contactUs{
  width: 52px;
  height: 234px;
  border-radius: 50px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  right: 10px;
  background: #2B47E6;
  margin-top: -100px;
  z-index: 99999999;
  text-align: center;
  user-select: none;
}
.contactUs div,.contactUs span ,.contactUs img,.contactUs div a{
  user-select: none;
}
.contactUs div a{
  display: block;
  width: 100%;
}
.contactUs img {
  width: 20px;
  margin-top: 25px;
}

.contactUs span{
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: white;
  font-size: 14px;
  margin-top: 5px;
}

.concatAndPhone{
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 99999999;
  user-select: none;
  width: 50px;
  height: 100px;
  margin-top: -50px;
}
.concatAndPhone a{
  display: inline-block;
}
.concatAndPhone img{
  width: 50px;
}
.qjrys dt:nth-child(2){
 display:none;
}