a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  /*word-break:break-all;*/
  word-wrap: break-word;
}
input {
  white-space: nowrap;
}
* {
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
li,
ol {
  list-style: none;
}
img {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  height: 100%;
}
.content {
  min-height: 100%;
}
a {
  text-decoration: none;
  border: none;
  outline: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-focus-ring-color: rgba(0, 0, 0, 0);
}
a:visited {
  color: inherit;
}
input,
button {
  outline: none;
}
html {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
  background-color: white;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc;
}
a:active {
  outline: 0;
}
a:active {
  color: #006699;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (width: 320px) {
  html {
    font-size: 12.8px;
  }
}
@media screen and (width: 360px) {
  html {
    font-size: 14.4px;
  }
}
@media screen and (width: 375px) {
  html {
    font-size: 15px;
  }
}
@media screen and (width: 400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (width: 414px) {
  html {
    font-size: 16.56px;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "PingFangSC";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.clearfix {
  zoom: 1;
}
.header {
  position: relative;
  width: 100%;
}
.header .header_box {
  margin-left: 3%;
  position: absolute;
  z-index: 99999;
  text-align: center;
  top: 0.66666667rem;
}
.header .header_box img {
  float: left;
  width: 25%;
  margin-right: 0.5rem;
}
.header .header_box p {
  float: left;
  font-size: 14px;
  border-left: 1px solid #FFF;
  color: #FFF;
  font-weight: 600;
  padding-left: 0.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.header .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.header .banner .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  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;
}
.header .banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.header .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}
.count {
  width: 98%;
  margin: 0 auto;
  height: 3.33333333rem;
  margin-top: -0.83333333rem;
  position: relative;
  z-index: 999;
  border-radius: 6px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.count ul {
  display: flex;
}
.count ul li {
  flex: 1;
  text-align: center;
  padding-top: 0.5rem;
  height: auto;
}
.count ul li dl dt {
  font-size: 14px;
  font-weight: 900;
  color: #1269F9;
}
.count ul li dl dt:after {
  content: '+';
  display: inline-block;
  font-size: 14px;
  color: #FF8000;
  position: absolute;
  top: 0;
}
.count ul li dl dd {
  font-size: 12px;
  transform: scale(0.7);
}
.advantage .title,
.pro_advantages .title,
.support .eight .title,
.plug .title,
.join .title,
.case .title,
.contact .title {
  margin-top: 1.26666667rem;
  width: 100%;
}
.advantage .title p,
.pro_advantages .title p,
.support .eight .title p,
.plug .title p,
.join .title p,
.case .title p,
.contact .title p {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.advantage .title i,
.pro_advantages .title i,
.support .eight .title i,
.plug .title i,
.join .title i,
.case .title i,
.contact .title i {
  font-size: 16px;
  color: #FF8000;
  margin-right: 0.13333333rem;
  display: inline-block;
}
.advantage .title span,
.pro_advantages .title span,
.support .eight .title span,
.plug .title span,
.join .title span,
.case .title span,
.contact .title span {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  color: #888;
}
.advantage ul,
.pro_advantages ul,
.support .eight ul,
.plug ul,
.join ul,
.case ul,
.contact ul {
  display: flex;
  margin-top: 1.33333333rem;
  margin-bottom: 1.33333333rem;
}
.advantage ul li,
.pro_advantages ul li,
.support .eight ul li,
.plug ul li,
.join ul li,
.case ul li,
.contact ul li {
  flex: 1;
  text-align: center;
}
.advantage ul li img,
.pro_advantages ul li img,
.support .eight ul li img,
.plug ul li img,
.join ul li img,
.case ul li img,
.contact ul li img {
  width: 20%;
}
.advantage ul li p,
.pro_advantages ul li p,
.support .eight ul li p,
.plug ul li p,
.join ul li p,
.case ul li p,
.contact ul li p {
  font-size: 12px;
  margin-top: 0.5rem;
  color: #455a64;
}
.advantage ul li span,
.pro_advantages ul li span,
.support .eight ul li span,
.plug ul li span,
.join ul li span,
.case ul li span,
.contact ul li span {
  font-size: 12px;
  color: #888;
  display: inline-block;
  margin-left: 0.33333333rem;
  text-decoration: none;
}
.advantage ul li img {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.advantage ul li:nth-child(2) img {
  width: 3.28125rem !important;
}
.honor {
  margin-top: 1.16666667rem;
  background: #DCF8FF;
}
.honor img {
  width: 100%;
}
.eight {
  background: #e7f4ff;
  padding-top: 1.16666667rem;
  margin-top: -1.66666667rem;
  padding-bottom: 0.66666667rem;
}
.eight ul li img,
.plug ul li img {
  width: 43% !important;
}
.join ul li:nth-child(2n) {
  flex: 0.3;
}
.join ul li:nth-child(2n) img {
  width: 30%;
}
.join ul li:nth-child(2n+1) {
  flex: 0.8;
}
.join ul li:nth-child(2n+1) div {
  border: 1px solid #fefefe;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 1px 1px 2px 0 #DCF8FF;
  position: relative;
}
.join ul li:nth-child(2n+1) div img {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.case {
  padding-top: 0.83333333rem;
  padding-bottom:2rem;
}
.case .title span {
  color: #fff;
}
.case,
.contact {
  color: #fff;
  background: #454770;
}
.case ul li img {
  width: 70% !important;
}
.case ul li p {
  color: #fff;
}
.more {
  width: 100%;
  height: 2.66666667rem;
  /*margin-bottom: 1rem;*/
  margin-top:2rem;
 
}
.more a {
  display: block;
  width: 5.86666667rem;
  height: 1.66666667rem;
  border: 1px solid #cecece;
  border-radius: 1rem;
  margin: 0 auto;
  color: #999999;
  font-size: 12px;
  text-align: center;
  line-height: 1.56666667rem;
}
.more a img {
  width: 1rem;
  height: 1rem;
  margin-top: -0.16666667rem;
}
.contact {
  width: 100%;
  margin-top: -1.33333333rem;
  padding-bottom: 1.33333333rem;
  padding-top: 1.33333333rem;
  border-top:1px solid rgba(255,255,255,0.5);
}
.contact .list {
  margin-top: 1rem;
}
.contact .list img {
  width: 28%;
  margin-left: 5%;
  vertical-align: top;
}
.contact .list ul {
  width: 60%;
  display: block;
  margin-top: 0;
}
.contact .list ul li {
  font-size: 12px;
  text-align: left;
  line-height: 1.66666667rem;
  width: 100%;
}
.contact .list ul li div {
  color: #FFF;
  margin-left: 0;
}
.contact .list ul li div:nth-child(2) {
  width: 73%;
  height: auto;
}
.example {
  width: 100%;
  background: #f2f2f2;
  padding-top: 0.66666667rem;
}
.example .bar {
  width: 100%;
  background: #fff;
}
.example .bar .top {
  position: relative;
  overflow: hidden;
}
.example .bar .top ul.nav {
  width: 93%;
  height: 2.66666667rem;
  overflow: hidden;
  float: left;
}
.example .bar .top ul.nav li {
  font-size: 0.93333333rem;
  margin-right: 0.66666667rem;
  margin-left: 0.66666667rem;
  float: left;
  height: 2.66666667rem;
}
.example .bar .top ul.nav li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #B2B2B2;
  font-family: "PingFangSC";
  line-height: 2.66666667rem;
}
.example .bar .top ul.nav li.current {
  border-bottom: 2px solid #3355FF;
}
.example .bar .top ul.nav li.current a {
  color: #3355FF;
  font-weight: 550;
}
.example .bar .top .server {
  width: 100%;
  text-align: center;
  font-family: "PingFangSC-Semibold";
  background: #fff;
  color: #3355ff;
  line-height: 2.66666667rem;
  font-size: 1rem;
  font-weight: 550;
  display: none;
  float: right;
  height: 2.66666667rem;
}
.example .bar .top .menu {
  float: right;
  width: 12px;
  margin-right: 8px;
}
.example .bar .top .menu img {
  width: 100%;
  margin-top: 3px;
}
.example .bar ul.trade {
  width: 100%;
  display: none;
  background: #fff;
  margin-left: 2px;
}
.example .bar ul.trade li {
  border: 1px solid #f2f2f2;
  vertical-align: middle;
  width: 33.3%;
  float: left;
  height: 3.33333333rem;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
}
.example .bar ul.trade li a {
  position: absolute;
  font-size: 0.93333333rem;
  width: 100%;
  padding: 0 15px;
  line-height: 1rem;
  text-align: center;
  color: #b2b2b2;
  top: 50%;
  transform: translateY(-50%);
}
.example .bar ul.trade li:nth-child(3n) {
  border-right: none;
}
.example .bar ul.trade li.current {
  border-bottom: 2px solid #3355FF;
}
.example .bar ul.trade li.current a {
  color: #3355FF;
  font-weight: 550;
}
.example .list {
  margin: 0.66666667rem 2%;
}
.example .list ul {
  width: 100%;
}
.example .list ul li {
  float: left;
  background: #fff;
  width: 46%;
  height: auto;
  padding: 0.5rem;
  margin: 0.5rem 2%;
}
.example .list ul li .top {
  /*background: #f7f8fa;*/
height: 10rem;
}
.example .list ul li .top img {
  width: 60%;
  margin: 20% 20%;
}
.example .list ul li .center {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
}
.example .list ul li .center .title {
  float: left;
  font-size: 14px;
  color: #232633;
  font-weight: 550;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}
.example .list ul li .center img {
  float: right;
  margin-top: 0.5rem;
}
.example .list ul li .describe,
.example .list ul li .time {
  font-size: 12px;
  color: #999999;
  font-family: "PingFangSC";
}
.example .list ul li .time {
  font-weight: 550;
}
.example .loading {
  width: 100%;
  height: 3rem;
}
.example .loading img {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem auto;
}
.example .end {
  width: 80%;
  text-align: center;
  color: #B2B2B2;
  font-size: 0.8rem;
  margin: 0 auto;
  display: none;
  padding:0.66666667rem 0;
}

/* µ¯´° */
.pop_bg{
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  position:fixed;
  top:0;
  left:0;
  z-index:999999;
  display:none;
}
.pop_bg.current1{
  display:block;
}
.pop_bg img{
  /* width:320px;
  height:320px; */
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
