@charset "utf-8";
/* HTML5 display-role reset for older browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, main, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
div, article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-appearance: none;
}
input:focus, textarea:focus {
  outline: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  color: #BBBBBB;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
}
img {
  border: 0;
  display: block
}
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #2E3132;
}
body, header, nav, main, footer, input, textarea, select {
  font-family: Arial, "微软雅黑", "Microsoft YaHei UI", "PingFang SC";
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
p {
  margin-top: 15px;
  margin-bottom: 15px;
}
strong {
  font-weight: bold;
}
A:link, A:visited {
  text-decoration: none;
  color: #333333;
}
A:hover {
  /*	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out*/
}
/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
.fixed {
  position: fixed;
  z-index: 99;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {}
.text-limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.videobox {
  width: 320px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
.video-box1 {
  width: 302px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.video-box2 {
  width: 302px;
  height: 537px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width:375px) {
  .videobox {
    width: 375px;
    height: 211px;
  }
  .video-box1 {
    width: 355px;
    height: 200px;
  }
  .video-box2 {
    width: 355px;
    height: 631px;
  }
}
@media screen and (min-width:414px) {
  .videobox {
    width: 414px;
    height: 233px;
  }
  .video-box1 {
    width: 394px;
    height: 222px;
  }
  .video-box2 {
    width: 394px;
    height: 701px;
  }
}
@media screen and (min-width:640px) {
  .videobox {
    width: 640px;
    height: 360px;
  }
  .video-box1 {
    width: 620px;
    height: 349px;
  }
  .video-box2 {
    width: 620px;
    height: 1102px;
  }
}
.container {
  min-width: 320px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden !important;
  background-color: #FFFFFF;
  min-height: 700px;
}
.container img {
  max-width: 100% !important;
}
section {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  height: 100%;
  overflow: hidden !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
article {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
  overflow: hidden !important;
  line-height: 180%;
}
article img {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}
article .date {
  margin-bottom: 20px;
  font-size: 12px;
  color: #B2B2B2;
}
article A:link, article A:visited {
  text-decoration: underline;
  color: #0069AB;
}
article A:hover {
  text-decoration: none;
  color: #E96300;
}
header {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background-color: #032C6A;
  border-bottom: 1px solid #033A92;
}
#logo {
  width: 180px;
  height: 30px;
  float: left;
  margin-top: 14px;
  margin-left: 10px;
  background-image: url(/img/logo.png);
  background-repeat: no-repeat;
  background-size: auto 22px;
}
.head-right {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  font-weight: bold;
  color: #FFFFFF;
}
footer {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  background-color: #045195;
  width: 100%;
  height: 50px;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.aui-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
}
.aui-footer:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e4e4e4;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.aui-tabBar-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #979797;
}
.aui-tabBar-item-text {
  display: inline-block;
  font-size: 0.65rem;
  color: #818085;
  line-height: 0.65rem;
}
.aui-tabBar-item-active .aui-tabBar-item-text {
  color: #0849A2;
}
.aui-tabBar-item-active .icon {
  color: #0849A2;
}
.icon {
  width: 24px;
  height: 24px;
  display: block;
  font-size: 24px;
  padding-top: 2px;
  color: #979797;
}
.news_list li {
  border-bottom: 1px solid #DFDFDF;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.news_list .pic {
  width: 80px;
  height: 60px;
  background-color: #EBEBEB;
  float: left;
  margin-right: 10px;
  border: 1px solid #DBDBDB;
  background-position: center center;
  background-size: cover;
}
.news_list .name {
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.news_list .date {
  font-size: 12px;
  color: #B2B2B2;
  height: 20px;
  margin-top: 3px;
}
.classname {
  overflow: hidden;
  background-color: #B2B2B2;
  height: 20px;
  font-size: 10px;
  color: #FFFFFF;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-right: 5px;
  border-radius: 2px;
}
.news_recommend {
  height: 100%;
  overflow: hidden !important;
  border: 1px solid #DFDFDF;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.news_recommend_head {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
.news_recommend li {
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  border-top: 1px solid #E3E3E3;
  padding-top: 10px;
  padding-bottom: 10px;
}
A.load-more:link, A.load-more:visited {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #032C6A;
  font-size: 14px;
}
.the-end {
  text-align: center;
  border-top: thin solid #BBBBBB;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  height: 30px;
  color: #BBBBBB;
  font-size: 10px;
}
.home_head {
  background-image: url(/img/bg_home.webp);
  background-position: right center;
  height: 300px;
  background-size: auto 300px;
  text-align: center;
  color: #FFFFFF;
}
.head_topic {
  font-size: 20px;
  padding-top: 40px;
  line-height: 30px;
}
.head_notes {
  font-size: 12px;
  color: #BBBBBB;
}
.solution_head {
  background-image: url(/img/bg_solution.webp);
  background-position: center center;
  height: 350px;
  background-size: auto 350px;
  text-align: center;
  color: #FFFFFF;
}
.contact_head {
  background-image: url(/img/bg_contact.webp);
  background-position: center center;
  height: 200px;
  text-align: center;
  color: #FFFFFF;
  background-size: cover;
}
.trial-btn {
  width: 200px;
  height: 44px;
  cursor: pointer;
  background-color: #FF9900;
  color: #FFFFFF;
  border-style: none;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
.countNum {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.countNum .countNum-div {
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #3461A4;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.countNum .countNum-div:last-child {
  margin-right: 0
}
.countNum .countNum-div ul {
  position: absolute;
  width: 45px;
  left: 0;
  top: -1200px
}
.countNum .countNum-div ul li {
  width: 45px;
  height: 60px;
  line-height: 60px
}
.trial-box {
  background-color: #878986;
  padding-bottom: 60px;
  padding-top: 30px;
  background-image: url(/img/bg_trial_m.webp);
  background-size: cover;
  background-position: center center;
}
.trial-formbox {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.trial-input-box {
  width: 300px;
  height: 44px;
  border: 1px solid #CDCDCD;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
#captcha-canvas {
  float: right;
  cursor: pointer;
}
.trial-input-box span {
  width: 30px;
  height: 42px;
  float: left;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
}
.trial-input-box input {
  width: 130px;
  height: 32px;
  line-height: 42px;
  float: left;
  outline: none;
  background-color: #FFFFFF;
  border-style: none;
}
.trial-submit {
  width: 300px;
  height: 44px;
  cursor: pointer;
  background-color: #FF9900;
  color: #FFFFFF;
  border-style: none;
  border-radius: 3px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 44px;
  font-size: 16px;
}
.trial-title {
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.trial-notes {
  text-align: center;
  color: #E7E7E7;
  line-height: 20px;
  font-size: 12px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.home-overview {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.pack-title {
  font-size: 26px;
  text-align: center;
  line-height: 40px;
}
.pack-line {
  width: 60px;
  height: 2px;
  background-color: #FF9900;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  background-size: cover;
}
.pack-notes {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: #696969;
}
.my-function li {
  background-color: #F4F4F4;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -40px;
  padding-top: 40px;
}
.fun-icon2 {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #333333;
  border-radius: 40px;
  line-height: 80px;
  font-size: 50px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.home-function li {
  background-color: #F4F4F4;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.fun-img {
  height: 100px;
  background-size: cover;
  background-position: center center;
}
.fun-icon {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  margin-top: -40px;
  border-radius: 40px;
  line-height: 80px;
  font-size: 50px;
  text-align: center;
}
.fun-topic {
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.fun-notes {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
.fun-btn {
  margin-top: 10px;
  text-align: center;
}
.trial-btn2 {
  display: block;
  width: 50%;
  height: 40px;
  float: left;
  cursor: pointer;
  background-color: #FF9900;
  color: #FFFFFF;
  line-height: 40px;
}
A.link-more:link, A.link-more:visited {
  display: inline-block;
  width: 50%;
  height: 40px;
  float: right;
  background-color: #ABABAB;
  color: #FFFFFF;
  line-height: 40px;
}
.home-solution li {
  background-color: #F4F4F4;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.sol-img {
  height: 100px;
  background-size: cover;
  background-position: center center;
}
.sol-img {
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.sol-topic {
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  background-color: #333333;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.sol-notes {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  min-height: 80px;
}
.sol-btn {
  margin-top: 10px;
  text-align: center;
}