@charset "UTF-8";
/*声明 思源字体-Regular*/
@font-face {
  font-family: 'KaiGenGothicSC-Regular';
  src: url('../fonts/kaigengothicsc-regular.eot');
  src: url('../fonts/kaigengothicsc-regular.eot') format('embedded-opentype'), url('../fonts/kaigengothicsc-regular.woff') format('woff'), url('../fonts/kaigengothicsc-regular.ttf') format('truetype'), url('../fonts/kaigengothicsc-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.clear {
  zoom: 1;
}
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  content: "";
  clear: both;
  display: block;
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}
/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-align: center;
  text-decoration: none;
}
/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}
/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}
/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}
/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}
/**
   * Add the correct display in IE.
   */
template {
  display: none;
}
/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}
/**
    * reset margin of p to 0
 p   */
p {
  margin: 0;
}
/**
    * Add the correct br in IE.
    */
br {
  background: url(about:blank);
}
.qd-btn-green,
.qd-btn-blue,
.qd-btn-yellow,
.qd-btn-red,
.qd-btn-white,
.qd-btn-opcity {
  display: inline-block;
  color: #fff;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  border-radius: 2px;
}
.qd-btn-green:hover,
.qd-btn-blue:hover,
.qd-btn-red:hover,
.qd-btn-yellow:hover {
  color: #fff;
}
.qd-btn-green {
  background-color: #1dd342;
}
.qd-btn-green:hover {
  background-color: #34d755;
}
.qd-btn-green:active {
  background-color: #1abd3b;
}
.qd-btn-blue {
  background-color: #0052CC;
}
.qd-btn-blue:hover {
  background-color: #197dff;
}
.qd-btn-blue:active {
  background-color: #0056c7;
}
.qd-btn-yellow {
  background-color: #f8aa10;
}
.qd-btn-yellow:hover {
  background-color: #f9b328;
}
.qd-btn-yellow:active {
  background-color: #df990e;
}
.qd-btn-red {
  background-color: #ff3334;
}
.qd-btn-red:hover {
  background-color: #ff4849;
}
.qd-btn-red:active {
  background-color: #e52e2f;
}
.qd-btn-opcity {
  color:#172b4d;
  border: 1px solid #7f7f7f;
}
.qd-btn-white {
  color:#172b4d;
  border: 1px solid #d8dde5;
}
.qd-btn-opcity:hover {
  color:#172b4d;
  border: 1px solid #222;
}
.qd-btn-white:hover {
  border: 1px solid #b0b9c4;
}
.qd-btn-opcity:active {
  color:#172b4d;
  background-color: #9acfb9;
  border: 1px solid #222;
}
.qd-btn-white:active {
  background-color: #eef1f6;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 80px;
}
header .header-content {
  width: 1240px;
  margin: auto;
  color: #fff;
}
header .logo {
  display: inline-block;
  background: url(../images/icon_logo_2x_white.png) no-repeat center / cover;
  vertical-align: top;
}
header .logo h1 {
  visibility: hidden;
  width: 136px;
  height: 80px;
  margin: 0;
}
header nav {
  display: inline-block;
}
header nav > ul {
  margin: 0;
  line-height: 70px;
  list-style: none;
  list-style-image: none;
  padding-left: 40px;
}
header nav > ul li {
  margin: 0 30px 0 0;
  float: left;
  border-top: 4px solid transparent;
  cursor: pointer;
}
header nav > ul li a {
  font-size: 16px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color .3s;
  transition: color .3s;
}
header nav > ul li.active {
  border-top: 4px solid #fff;
}
header nav > ul li.active a {
  color: #fff;
}
header nav > ul li:hover a {
  color: #fff;
}
header nav > ul:after {
  content: " ";
  display: table;
  clear: both;
}
header .header-right {
  float: right;
}
header .header-right-login {
  position: relative;
  top: 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}
header .header-right-login:hover {
  color: #ffffff;
}
header .header-right-separator {
  position: relative;
  margin: 0 15px;
  top: 7px;
  color: rgba(255, 255, 255, 0.38);
}
header .header-right-contact {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  color: #fff;
}
header .header-right-contact .contact-line1 {
  height: 26px;
  cursor: pointer;
  color: #fff;
}
header .header-right-contact .qd-icon {
  width: 20px;
  height: 20px;
}
header .header-right-contact .phone-num {
  font-size: 24px;
  font-weight: bold;
}
header .header-right-contact > p {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
header .header-right.store-right {
  padding-top: 10px;
}
header .header-right.store-right .header-right-login {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  width: 200px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.75);
}
header .header-right.store-right .header-right-login:hover {
  border: 1px solid #fff;
  color: #fff;
}
header .header-right.store-right .logout {
  display: inline-block;
  text-align: center;
  line-height: 34px;
  width: 60px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
header .header-right.store-right .logout:hover {
  border: 1px solid #fff;
  color: #fff;
}
header .header-right.store-right .login-user {
  color: rgba(255, 255, 255, 0.75);
  margin-right: 30px;
}
header .header-right.store-right .login-user .login-user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: gray;
  margin-right: 10px;
}
header .header-right.store-right .login-user:hover {
  color: #fff;
}
header.dark-text .logo,
header.fixed-header .logo,
header.hidden-header .logo {
  background: url(../images/icon_logo_2x_black.png) no-repeat center / cover;
}
header.dark-text nav > ul li,
header.fixed-header nav > ul li,
header.hidden-header nav > ul li {
  border-top: 4px solid transparent;
}
header.dark-text nav > ul li a,
header.fixed-header nav > ul li a,
header.hidden-header nav > ul li a {
  color:#172b4d;
}
header.dark-text nav > ul li.active,
header.fixed-header nav > ul li.active,
header.hidden-header nav > ul li.active {
  border-top: 4px solid #000;
}
header.dark-text nav > ul li.active a,
header.fixed-header nav > ul li.active a,
header.hidden-header nav > ul li.active a {
  color:#172b4d;
}
header.dark-text nav > ul li:hover a,
header.fixed-header nav > ul li:hover a,
header.hidden-header nav > ul li:hover a {
  color:#172b4d;
  opacity: 0.8;
}
header.dark-text .header-right-separator,
header.fixed-header .header-right-separator,
header.hidden-header .header-right-separator {
  color:#172b4d;
  opacity: .5;
}
header.dark-text .header-right-login,
header.fixed-header .header-right-login,
header.hidden-header .header-right-login {
  color:#172b4d;
  top: 7px;
}
header.dark-text .header-right-login:hover,
header.fixed-header .header-right-login:hover,
header.hidden-header .header-right-login:hover {
  color:#172b4d;
  opacity: 0.8;
}
header.dark-text .header-right-contact,
header.fixed-header .header-right-contact,
header.hidden-header .header-right-contact {
  color:#172b4d;
}
header.dark-text .store-right .header-right-login,
header.fixed-header .store-right .header-right-login,
header.hidden-header .store-right .header-right-login {
  display: block;
  border: 1px solid #AAA6BF;
  color:#172b4d;
  cursor: pointer;
}
header.dark-text .store-right .header-right-login:hover,
header.fixed-header .store-right .header-right-login:hover,
header.hidden-header .store-right .header-right-login:hover {
  color:#172b4d;
  opacity: 1;
  border: 1px solid #222;
}
header.dark-text .store-right .header-right-login:active,
header.fixed-header .store-right .header-right-login:active,
header.hidden-header .store-right .header-right-login:active {
  color:#172b4d;
  opacity: 1;
  border: 1px solid #222;
  background-color: #EFD7BB;
}
header.dark-text .store-right .logout,
header.fixed-header .store-right .logout,
header.hidden-header .store-right .logout {
  border: 1px solid #AAA6BF;
  color:#172b4d;
}
header.dark-text .store-right .logout:hover,
header.fixed-header .store-right .logout:hover,
header.hidden-header .store-right .logout:hover {
  border: 1px solid #222;
}
header.dark-text .store-right .login-user,
header.fixed-header .store-right .login-user,
header.hidden-header .store-right .login-user {
  color:#172b4d;
}
header.hidden-header {
  top: -80px;
  /* 处理快速回到顶部时，取消字色从蓝色渐变回白色的效果 */
}
header.hidden-header nav > ul > li a {
  color: rgba(255, 255, 255, 0.75);
}
header.hidden-header nav > ul > li.active {
  border-top: 4px solid #fff;
}
header.hidden-header nav > ul > li.active a {
  color: #fff;
}
header.fixed-header,
header.hidden-header {
  position: fixed;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
header.fixed-header .logo h1,
header.hidden-header .logo h1 {
  height: 60px;
}
header.fixed-header nav > ul,
header.hidden-header nav > ul {
  line-height: 52px;
}
header.fixed-header nav > ul li,
header.hidden-header nav > ul li {
  border-top: 4px solid #fff;
}
header.fixed-header .header-right-login,
header.hidden-header .header-right-login {
  color:#172b4d;
}
header.fixed-header .header-right-login:hover,
header.hidden-header .header-right-login:hover {
  color: #0052CC;
}
header.fixed-header .header-right-separator,
header.hidden-header .header-right-separator,
header.fixed-header .header-right-contact p,
header.hidden-header .header-right-contact p {
  display: none;
}
header.fixed-header .header-right-contact,
header.hidden-header .header-right-contact {
  margin-top: 16px;
  margin-left: 20px;
}
header.fixed-header .header-right-contact .contact-line1,
header.hidden-header .header-right-contact .contact-line1 {
  display: inline-block;
  width: 200px;
  height: 44px;
  background-color: #0052CC;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-radius: 2px;
}
header.fixed-header .header-right-contact .contact-line1 .qd-icon,
header.hidden-header .header-right-contact .contact-line1 .qd-icon {
  width: 18px;
  height: 18px;
}
header.fixed-header .header-right-contact .contact-line1 .phone-num,
header.hidden-header .header-right-contact .contact-line1 .phone-num {
  font-size: 18px;
}
header.fixed-header .header-right-contact .contact-line1:hover,
header.hidden-header .header-right-contact .contact-line1:hover {
  background-color: #197dff;
}
header.fixed-header .header-right-contact .contact-line1:active,
header.hidden-header .header-right-contact .contact-line1:active {
  background-color: #0056c7;
}
.header-hidden-preload {
  position: absolute;
  left: -9999px;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
/* 功能菜单下拉框 */
.menu-tip-template {
  display: none;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-box {
  width: auto;
  background: transparent;
  border: none;
  -webkit-box-shadow: 0 16px 64px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 16px 64px 0 rgba(0, 0, 0, 0.12);
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content {
  border-radius: 3px;
  background: white;
  color: #666;
  padding: 0;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content ul {
  list-style: none;
  margin: 0;
  font-size: 0;
  padding-left: 0;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu {
  background-color: #fff;
  overflow: hidden;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul {
  width: 220px;
  float: left;
  border-right: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul:last-child {
  border: none;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul:nth-child(n+2) {
  margin-bottom: 20px;
  height: 472px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item {
  width: 219px;
  height: 90px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item.first {
  height: 112px;
  padding-top: 10px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item:hover {
  background-color: #F7FAFB;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .product-title {
  font-weight: bold;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .old {
  display: block;
  width: 100px;
  height: 26px;
  margin-left: 28px;
  margin-bottom: 9px;
  text-align: center;
  border-radius: 2px;
  background-color: #F2F5F8;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .old:hover {
  background-color: #E2E7EB;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .old span {
  width: 100%;
  display: inline-block;
  height: 26px;
  font-size: 12px;
  color:#172b4d;
  line-height: 26px;
  vertical-align: middle;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .old span strong {
  font-weight: 400;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .old .qd-icon {
  height: 14px;
  width: 14px;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .no-old {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  padding-left: 28px;
  text-align: left;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .no-old .qd-icon {
  vertical-align: middle;
  margin-right: 6px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .no-old span {
  font-size: 22px;
  color:#172b4d;
  letter-spacing: 0;
  line-height: 22px;
  vertical-align: middle;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .shangquan {
  padding-top: 20px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .current {
  display: block;
  text-align: left;
  width: 100%;
  padding-left: 28px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .current .qd-icon {
  margin-right: 6px;
  vertical-align: middle;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .current span {
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  letter-spacing: 0;
  vertical-align: middle;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .current .version {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
  font-size: 12px;
  color:#172b4d;
  letter-spacing: 0;
  line-height: 22px;
  margin-left: 4px;
  font-weight: bold;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item p {
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .item-content {
  padding-top: 20px;
  padding-left: 28px;
  text-align: left;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .item-content .qd-icon {
  margin-right: 6px;
  vertical-align: middle;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .item-content span {
  font-size: 22px;
  color:#172b4d;
  letter-spacing: 0;
  line-height: 22px;
  vertical-align: middle;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .item .item-content .hot {
  padding-right: 4px;
  font-size: 12px;
  color:#172b4d;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .sub-title {
  padding-top: 34px;
  height: 62px;
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 14px;
  padding-left: 28px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .sub-item {
  width: 100%;
  height: 48px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .sub-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 28px;
  text-align: left;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .sub-item a .qd-icon {
  vertical-align: middle;
  margin-right: 6px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .sub-item a span {
  vertical-align: middle;
  font-size: 22px;
  color:#172b4d;
  line-height: 22px;
  font-weight: bold;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu ul .sub-item:hover {
  background-color: #F7FaFb;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu .menu-title {
  width: 100%;
  float: none;
  height: 45px;
  border-right: none;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #functionalMenu .menu-title .title {
  float: left;
  width: 25%;
  height: 44px;
  color: #666;
  font-size: 14px;
  border: none;
  padding: 18px 28px 12px 28px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu {
  width: 660px !important;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li {
  float: left;
  width: 220px;
  height: 160px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li:nth-of-type(5) a {
  cursor: default;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li:nth-of-type(5):hover {
  background: white;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li:nth-of-type(6):hover {
  background: white;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-education-link {
  width: 100%;
  height: 100%;
  padding-top: 15px;
  text-align: center;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-education-link .qd-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: -7px;
  fill: #0052CC;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-education-link > div {
  text-align: left;
  padding-left: 22px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-education-link span {
  display: inline-block;
  color: #222222;
  font-size: 22px;
  font-weight: bold;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-education-link > a {
  text-decoration: none;
  display: block;
  width: 219px;
  line-height: 30px;
  padding: 0 0 0 22px;
  color: #222222;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-education-link a:nth-of-type(1) {
  margin-top: 5px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-education-link a:hover {
  color: #0052CC;
  background: #f8fafb;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-service-link .qd-icon {
  color: #0052CC;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-marketing-link .qd-icon {
  color: #00cc26;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .menu-cooperate-link .qd-icon {
  color: #936eff;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .otc-text {
  font-style: normal;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #solutionMenu li .hot {
  width: 36px !important;
  height: 20px !important;
  position: relative;
  top: -2px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li {
  float: left;
  width: 220px;
  height: 240px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li:not(:last-child),
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li > a,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding-top: 84px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li > a > div,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li > a > div {
  text-align: center;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li > a > div span,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li > a > div span {
  color:#172b4d;
  font-size: 22px;
  vertical-align: middle;
  font-weight: bold;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li > a > p,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li > a > p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  width: 143px;
  margin: 10px auto;
  margin-top: 24px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li > a .qd-icon,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li > a .qd-icon {
  vertical-align: middle;
  margin-right: 8px;
  color: #cccccc;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li > a .wish,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li > a .wish {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-top: 32px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li:hover,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li:hover {
  background: #f8fafb;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu li:hover .qd-icon,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu li:hover .qd-icon {
  color: #0052CC;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu .industryThinkEven,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu .industryThinkEven {
  position: relative;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #serviceMenu .industryThinkEven .hot_recruit,
.tooltipster-sidetip.tooltipster-customized .tooltipster-content #partnerMenu .industryThinkEven .hot_recruit {
  position: absolute;
  width: 90px;
  height: 30px;
  top: 25px;
  left: 65px;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow .tooltipster-arrow-border {
  border: none;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow .tooltipster-arrow-background {
  border-bottom-color: white;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow.functional-menu-hover .tooltipster-arrow-background {
  border-bottom-color: #f8fafb;
}
.tooltipster-sidetip.tooltipster-customized .tooltipster-arrow.service-menu-hover .tooltipster-arrow-background {
  border-bottom-color: #f8fafb;
}
@media (max-width: 1600px) {
  header .header-content {
    width: 1080px;
  }
}
.fixed-header .header-content .logo {
  display: inline-block;
  background: url(../images/icon_logo_2x_color.png) no-repeat center / cover;
  vertical-align: top;
}
.fixed-header .header-content nav ul li a {
  color: #222 !important;
}
.fixed-header .header-content nav ul li a:hover {
  color: #0052CC !important;
  opacity: 1;
}
.fixed-header .header-content nav ul li.active {
  border-color: #0052CC !important;
}
.fixed-header .header-content nav ul li.active a {
  color: #0052CC !important;
}
.fixed-header .header-content .header-right .header-right-login {
  color:#172b4d;
}
.fixed-header .header-content .header-right .header-right-login:hover {
  color: #0052CC !important;
  opacity: 1;
}
footer {
  width: 100%;
  background: #050D16;
}
footer .footer-container {
  max-width: 1240px;
  margin: auto;
  padding: 0 10px;
}
footer .footer-container > div {
  width: 100%;
}
footer .footer-top {
  height: 140px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  padding-top: 44px;
  text-align: center;
}
footer .footer-top > a {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
footer .footer-top > a:first-child {
  margin-right: 360px;
}
footer .footer-top > a .qd-icon {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
footer .footer-top > a:hover {
  border-color: #ffffff;
}
footer .footer-top > a:hover .qd-icon {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}
footer .footer-main {
  padding-top: 40px;
}
footer .footer-main .footer-subnav {
  display: inline-block;
  width: 180px;
  vertical-align: top;
}
footer .footer-main .footer-subnav ul {
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0;
}
footer .footer-main .footer-subnav ul li {
  margin: 15px 0;
  line-height: 1.4;
}
footer .footer-main .footer-subnav ul li.nav-title {
  font-size: 18px;
  color: #ffffff;
}
footer .footer-main .footer-subnav ul li a {
  font-size: 16px;
  color: #777777;
}
footer .footer-main .footer-subnav ul li:first-child {
  margin: 20px 0;
}
footer .footer-main .footer-subnav ul li:hover a {
  color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-delay: initial;
          transition-delay: initial;
}
footer .footer-main .footer-contact-info {
  float: right;
  margin-top: 18px;
  color: #fff;
  text-align: center;
}
footer .footer-main .footer-contact-info .contact-line1 {
  height: 26px;
  margin-top: 14px;
}
footer .footer-main .footer-contact-info .tel-icon {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #22282E;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 65px;
}
footer .footer-main .footer-contact-info .tel-icon .qd-icon {
  width: 20px;
  height: 20px;
}
footer .footer-main .footer-contact-info .phone-num {
  font-size: 22px;
  font-weight: bold;
}
footer .footer-main .footer-contact-info > p {
  font-size: 12px;
  margin-top: 10px;
  line-height: 16px;
}
footer .footer-main .footer-code {
  float: right;
  width: 110px;
  margin-left: 40px;
  margin-top: 20px;
}
footer .footer-main .footer-code p {
  font-size: 12px;
  margin-top: 11px;
  color: #fff;
  text-align: center;
}
footer .footer-links {
  color: #666666;
  font-size: 13px;
  line-height: 18px;
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
footer .footer-links ul {
  margin: 0;
  padding: 0;
  padding: 0 0 20px 0;
  overflow: hidden;
}
footer .footer-links ul li {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  cursor: pointer;
}
footer .footer-links ul li a {
  color: #666666;
}
footer .footer-links ul li a:hover {
  color: #fff;
}
footer .footer-bottom .copyright,
footer .footer-bottom .bottom-separator,
footer .footer-bottom .bottom-link,
footer .footer-bottom .bottom-auth {
  display: inline-block;
  padding: 0 0 30px 0;
  color: #666666;
  font-size: 13px;
}
footer .footer-bottom .bottom-link:hover {
  color: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-delay: initial;
          transition-delay: initial;
}
footer .footer-bottom .footer-bottom-left {
  float: left;
}
footer .footer-bottom .footer-bottom-left .bottom-link {
  padding-bottom: 5px;
}
footer .footer-bottom .copyright {
  margin-right: 15px;
  display: block;
  padding: 0 0 30px;
}
footer .footer-bottom .bottom-separator {
  background-color: rgba(102, 102, 102, 0.3);
  margin: 0 10px;
  padding: 0px;
  width: 1px;
  height: 13px;
  vertical-align: middle;
}
footer .footer-bottom .bottom-auth {
  float: right;
  padding: 0;
  margin-left: 25px;
  height: 43px;
}
footer .footer-bottom .bottom-auth > img {
  background: #292c30;
  vertical-align: middle;
  margin-right: 5px;
}
footer .footer-bottom .bottom-auth > p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
footer .footer-bottom .bottom-auth:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.fix-bar {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 999;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
          box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
}
.fix-bar .quick_advisory {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 11px 0 0 9.5px;
  width: 68px;
  height: 66px;
  position: absolute;
  top: -76px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D5D8E2;
  border-radius: 2px;
  margin-bottom: 8px;
}
.fix-bar .quick_advisory span {
  font-size: 12px;
  color: #222222;
  text-align: center;
  line-height: 12px;
  display: block;
  position: absolute;
  top: 46px;
}
.fix-bar .quick_advisory .img1 {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 31px;
}
.fix-bar .quick_advisory .img2 {
  width: 22px;
  height: 14px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.fix-bar-btn {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  padding: 8px;
  background-color: #0052CC;
  cursor: pointer;
  text-align: center;
}
.fix-bar-btn:not(:last-child) {
  border-bottom: 1px solid #005AD7;
}
.fix-bar-btn:hover,
.fix-bar-btn:active {
  display: block;
  background: #0054C9;
}
.fix-bar-btn > .qd-icon {
  color: #fff;
  display: block;
  margin: 4px auto;
}
.fix-bar-btn .ic_phone_consult {
  width: 27px;
  height: 27px;
}
.fix-bar-btn .ic_online_consult {
  width: 23px;
  height: 23px;
}
.fix-bar-btn .ic_apply {
  width: 22px;
  height: 21px;
}
.fix-bar-btn .ic_custom {
  width: 25px;
  height: 25px;
}
.fix-bar-btn .ic_qrcode {
  width: 20px;
  height: 21px;
}
.fix-bar-btn .ic_phone_consult {
  width: 30px;
  height: 28px;
}
.fix-bar-btn .ic_phone_consult {
  width: 28px;
  height: 25px;
}
.fix-bar-btn span {
  font-size: 12px;
  color: #fff;
}
.fix-bar-btn .fix-bar-child {
  display: none;
  position: absolute;
  left: -170px;
  bottom: 0;
  width: 190px;
  height: 180px;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box {
  width: 160px;
  height: 180px;
  background-color: transparent;
  -webkit-box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  overflow: hidden;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in {
  width: 160px;
  height: 180px;
  padding: 15px;
  background-color: #fff;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in .triangle-right {
  position: absolute;
  right: 25px;
  top: 130px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul {
  padding: 0;
  margin: 0;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon {
  font-size: 12px;
  color:#172b4d;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon img {
  margin-bottom: 3px;
}
.fix-bar-btn .fix-bar-child2 {
  display: none;
  position: absolute;
  left: -270px;
  top: 0;
  width: 260px;
  height: 100px;
  background-color: #fff;
  z-index: 99;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box {
  width: 260px;
  height: 100px;
  -webkit-box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  overflow: hidden;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box .fix-bar-child-in {
  padding: 23px 0 0 30px;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box .fix-bar-child-in .qd-icon {
  width: 20px;
  height: 20px;
  color: #000;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box .fix-bar-child-in .p1 {
  font-size: 24px;
  color: #000000;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box .fix-bar-child-in .p2 {
  font-size: 12px;
  color: #000000;
  margin-top: 3px;
  margin-left: 13px;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box .fix-bar-child-in .triangle-right {
  position: absolute;
  top: 30px;
  right: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
  z-index: 99999;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box .fix-bar-child-in ul {
  padding: 0;
  margin: 0;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon {
  font-size: 12px;
  color:#172b4d;
}
.fix-bar-btn .fix-bar-child2 .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon img {
  margin-bottom: 3px;
}
.fix-bar-btn .fix-bar-child-custom {
  display: none;
  position: absolute;
  left: -344px;
  bottom: -86px;
  width: 390px;
  height: 220px;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box {
  width: 333px;
  height: 208px;
  background-color: transparent;
  -webkit-box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in {
  padding: 15px;
  padding-bottom: 0;
  margin-top: 13px;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in .triangle-right {
  position: absolute;
  right: 52px;
  top: 98px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in .fixbar-chameleon {
  font-size: 12px;
  color:#172b4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in .fixbar-chameleon .img {
  width: 103px;
  margin-right: 19px;
  margin-left: 9px;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in .fixbar-chameleon .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  text-align: left;
  margin: 0;
  height: 160px;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in .fixbar-chameleon .text h1 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in .fixbar-chameleon .text li {
  list-style: disc;
  font-size: 14px;
  width: 162px;
  margin-left: 18px;
  margin-top: 10px;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in .fixbar-chameleon .text .contact {
  margin-top: 18px ;
  background-color: #0052CC ;
  color: #fff ;
  display: inline-block;
  border-radius: 2px ;
  margin-bottom: 16px ;
  font-size: 14px ;
  width: 130px;
  height: 40px;
  line-height: 40px;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in .fixbar-chameleon .text .contact:hover {
  background: #197dff;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in p {
  margin-top: -7px;
  color: #999;
  font-size: 12px;
}
.fix-bar-btn .fix-bar-child-custom .fix-bar-custom-box .fix-bar-child-in p .consult {
  font-size: 12px;
  color: #0052CC;
}
.fix-bar-btn:hover .fix-bar-child {
  display: block;
}
.fix-bar-btn:hover .fix-bar-child2 {
  display: block;
}
.fix-bar-btn:hover .fix-bar-child-custom {
  display: block;
}
.tooltipster-sidetip.fixbar-customized .tooltipster-box {
  width: 240px;
  background: white;
  border: none;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
          box-shadow: 0 6px 15px 0 rgba(6, 12, 19, 0.14);
}
.tooltipster-sidetip.fixbar-customized .tooltipster-box .tooltipster-content {
  padding: 0;
}
.tooltipster-sidetip.fixbar-customized ul {
  list-style: none;
  margin: 0;
  font-size: 0;
  padding-left: 0;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu li > a {
  display: block;
  height: 68px;
  padding: 16px 0;
  text-align: left;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu li > a > div {
  display: inline-block;
  position: relative;
  top: -3px;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu li > a:hover {
  background: #eef7ff;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu li > a:hover .menu-name {
  color: #0052CC;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu li > a:active {
  background: #e1f0ff;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu li > a:active .menu-name {
  color: #0052CC;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu .qd-icon {
  width: 30px;
  height: 30px;
  color: #0052CC;
  margin: 0 15px 0 20px;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu .ic_suggest {
  width: 36px;
  height: 36px;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu .ic_presales_consult {
  width: 36px;
  height: 36px;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu .menu-name {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  color: #000;
}
.tooltipster-sidetip.fixbar-customized #consultingMenu .menu-desc {
  font-size: 12px;
  color: #7b8396;
}
.tooltipster-sidetip.fixbar-customized .tooltipster-arrow .tooltipster-arrow-border {
  border: none;
}
.tooltipster-sidetip.fixbar-customized .tooltipster-arrow .tooltipster-arrow-background {
  border-left-color: white;
}
.tooltipster-sidetip.fixbar-customized .tooltipster-arrow.hover-arrow .tooltipster-arrow-background {
  border-left-color: #eef7ff;
}
.tooltipster-sidetip.fixbar-customized .tooltipster-arrow.click-arrow .tooltipster-arrow-background {
  border-left-color: #e1f0ff;
}
.page-bottom-apply {
  height: 400px;
  padding-top: 120px;
  background: url(../images/apply_bg_blue.png) center no-repeat;
  background-size: 100% 400px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-bottom-apply-text {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  margin: -15px 0 30px 0;
  color: #fff;
}
.page-bottom-apply .primary-btn {
  display: block;
  width: 320px;
  height: 72px;
  margin: 0 auto;
  line-height: 72px;
  -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
          box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}
.page-bottom-apply.white {
  background: url(../images/apply_bg.png) center center no-repeat;
}
.page-bottom-apply.white .page-bottom-apply-text {
  color: #000;
}
.page-bottom-apply.white .primary-btn {
  -webkit-box-shadow: 0 24px 64px #b4b2b2;
          box-shadow: 0 24px 64px #b4b2b2;
}
@media (max-width: 1600px) {
  footer .footer-container {
    max-width: 1080px;
  }
}
/**
   这个是新官网的色彩页面
 */
/**
背景颜色类
 */
/**
 按钮类
 */
/**
  字体类
 */
html,
body {
  min-width: 1240px;
}
li {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  color: #172b4d;
      line-height: 30px;
}
/**
* qidian special reset
*/
.qd-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  fill: currentColor;
}
/**
    reset vhtml's message style to default.
    */
.v-message {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
/**
    *清除浮动
    */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.primary-btn {
  border-radius: 2px;
  background-color: #0052CC;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.primary-btn:hover {
  background-color: #197dff;
}
.primary-btn:active {
  background-color: #0056c7;
}
.secondary-btn {
  border-radius: 2px;
  background-color: #00cc26;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.secondary-btn:hover {
  background-color: #33d651;
}
.secondary-btn:active {
  background-color: #00b722;
}
/**
 * 视频弹出层
 **/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20001;
  display: none;
  background-color: #ffffff;
}
.popup .popup-in {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -400px;
  margin-left: -610px;
  width: 1270px;
  height: 800px;
  z-index: 3;
}
.popup .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  left: 0;
  top: 0;
  z-index: 2;
}
.popup .popup-close {
  position: absolute;
  right: 15px;
  top: 55px;
  width: 35px;
  height: 35px;
  background: url("../images/btn_close.png") center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  z-index: 4;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.popup .popup-close:hover {
  opacity: 0.5;
}
.popup .video {
  width: 1200px;
  height: 675px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -625px;
  margin-top: -340px;
}
@media (max-width: 1280px) {
  .popup .popup-in {
    margin-top: -290px;
    margin-left: -490px;
    width: 1040px;
    height: 658px;
  }
  .popup .video {
    width: 970px;
    height: 540px;
    margin-left: -510px;
    margin-top: -270px;
  }
}
@-webkit-keyframes showBanner {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showBanner {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hidden {
  display: none;
}
.wpa-container {
  position: absolute!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 100;
}
#mvp2020 {
  display: block;
  width: 68px;
  height: 68px;
  position: fixed;
  right: 20px;
  bottom: 334px;
  z-index: 999;
  background: url(../images/mvp-fixbar.png) center no-repeat;
  background-size: 68px 68px;
}
.clear {
  zoom: 1;
}
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  content: "";
  clear: both;
  display: block;
}
.visi {
  visibility: hidden;
}
.visia {
  color: transparent;
  cursor: default;
}
.tooltip {
  padding: 10px;
  background-color: #ffffff;
  position: fixed;
  z-index: 99;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
  -webkit-box-shadow: 0 4px 13px -1px #EBEBEB;
          box-shadow: 0 4px 13px -1px #EBEBEB;
  border: 1px solid #EBEBEB;
  left: -10000px;
  text-align: center;
}
.tooltip .desc {
  font-size: 12px;
  text-align: left;
  line-height: 17px;
  color: #666;
}
.tooltip .trangle {
  margin-top: 5px;
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 8px;
}
.top-light-blue {
  border-top: 6px solid #0052CC;
}
.top-dark-blue {
  border-top: 6px solid #172b4d;
}
.hidden {
  display: none;
}
.priceService .blueBtn {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  color: #fff;
  background: #0052CC;
}
.priceService .blueBtn:hover {
  background: #197dff;
}
.priceService .blueBtn:active {
  background: #005cd4;
}
.priceService .header-bottom {
  position: absolute;
  top: 0;
  height: 340px;
  width: 100%;
  min-width: 1240px;
  background-color: #f3f3f3;
  font-size: 0;
}
.priceService .header-bottom .bannerImg {
  position: absolute;
  z-index: 1;
  top: 0;
}
.priceService .header-bottom .banner-left {
  left: 0;
}
.priceService .header-bottom .banner-right {
  right: 0;
}
.priceService .header-bottom .price-title {
  min-width: 1240px;
  padding-top: 140px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.4px;
  font-size: 44px;
  font-weight: bold;
  color:#172b4d;
}
@media only screen and (max-width: 1600px) {
  .priceService .header-bottom .bannerImg {
    display: none;
  }
}
.priceService .header-bottom .choice {
  min-width: 1240px;
  text-align: center;
}
.priceService .header-bottom .choice a {
  display: inline-block;
  width: 260px;
  height: 70px;
  margin: 70px auto 0 auto;
  padding: 0;
  line-height: 70px;
  font-size: 20px;
  background-color: #DBEDFF;
  color: #172b4d;
}
.priceService .header-bottom .choice a .qd-icon {
  position: relative;
  top: 4px;
  left: -6px;
  width: 24px;
  height: 24px;
}
.priceService .header-bottom .choice .customer-btn {
  background-color: #fff;
}
.priceService .header-bottom .choice .isMarket {
  display: none;
}
.priceService .header-bottom .choice .isCooperate {
  display: none;
}
.priceService .header-bottom .choice .hovercolor:hover {
  background-color: #E7F3FF !important;
}
.priceService .main {
  margin-top: 322px;
  padding: 40px 0 80px 0;
}
.priceService .main .margin {
  width: 1240px;
  margin: 0 auto;
}
.priceService .main .price_tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 600px;
  height: 50px;
  margin: 0 auto;
  border-radius: 2px;
  padding: 0 30px;
}
.priceService .main .price_tab li {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #DADEE7;
  border-right: 0;
  color:#172b4d;
}
.priceService .main .price_tab li:last-of-type {
  border-right: 1px solid #DADEE7;
}
.priceService .main .price_tab li.active {
  color: #0052CC;
}
.priceService .main .cards {
  margin-top: 40px;
}
.priceService .main .cards .content-top-box {
  width: 560px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 13px -1px #a7a3a3;
          box-shadow: 0 4px 13px -1px #a7a3a3;
  border-radius: 2px;
  float: left;
  min-height: 1150px;
}
.priceService .main .cards .content-top-box .title {
  font-size: 16px;
  color:#172b4d;
  letter-spacing: 0;
  line-height: 50px;
  border-bottom: 1px solid #ECF0F5;
  text-align: center;
  border-radius: 2px;
}
.priceService .main .cards .content-top-box .card-box {
  position: relative;
  float: left;
  padding: 50px 0 40px 0;
  border-right: 1px solid #ECF0F5;
  border-top: none;
  width: 280px;
}
.priceService .main .cards .content-top-box .card-box .margin {
  width: 222px;
  margin: 0 auto;
  height: 838px;
}
.priceService .main .cards .content-top-box .card-box .card-box-icon {
  display: block;
  width: 110px;
  height: 23px;
  background: url("../../static/icon/ic_popular.svg") no-repeat center;
  position: absolute;
  left: 28px;
  top: 14px;
}
.priceService .main .cards .content-top-box .card-box .coporation {
  background: url("../../static/icon/ic_coporation-new.svg") no-repeat center;
  width: 123px;
  height: 23px;
}
.priceService .main .cards .content-top-box .card-box .card-box-title {
  font-size: 30px;
  color: #172b4d;
  letter-spacing: 0;
  line-height: 40px;
  text-align: left;
}
.priceService .main .cards .content-top-box .card-box .card-box-describe {
  margin-top: 6px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #172b4d;
  letter-spacing: -0.37px;
  line-height: 22px;
}
.priceService .main .cards .content-top-box .card-box .standard-service-p {
  margin-top: 36px;
  font-size: 36px;
  color: #172b4d;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}
.priceService .main .cards .content-top-box .card-box .standard-service-p span {
  font-size: 18px;
  vertical-align: top;
}
.priceService .main .cards .content-top-box .card-box .standard-service-p2 {
  margin-top: 15px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #90949E;
  letter-spacing: 0;
  line-height: 14px;
  text-align: left;
  margin: 15px 0 0 0;
  position: relative;
}
.priceService .main .cards .content-top-box .card-box .standard-service-p3 {
  margin-top: 25px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #90949E;
  letter-spacing: 0;
  line-height: 20px;
}
.priceService .main .cards .content-top-box .card-box .discountIcon {
  margin-top: 20px;
}
.priceService .main .cards .content-top-box .card-box .discountIcon .discountIcona {
  display: inline-block;
  width: 62px;
  height: 22px;
  background: #00f;
  margin-right: 4px;
}
.priceService .main .cards .content-top-box .card-box .discountIcon .discountIconc {
  width: 73px;
  height: 22px;
}
.priceService .main .cards .content-top-box .card-box .discountIcon .bg1 {
  background: url('../../static/icon/bg1.svg');
}
.priceService .main .cards .content-top-box .card-box .discountIcon .bg2 {
  background: url('../../static/icon/bg2.svg');
}
.priceService .main .cards .content-top-box .card-box .discountIcon .bg3 {
  background: url('../../static/icon/bg3.svg');
  width: 73px;
}
.priceService .main .cards .content-top-box .card-box .advisoryBtn {
  display: block;
  width: 220px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #0052CC;
  background-color: #0052CC;
  border-radius: 20px;
  margin: 44px auto 0;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.priceService .main .cards .content-top-box .card-box .advisoryBtn:hover {
  background: #0052CC;
  color: #fff;
}
.priceService .main .cards .content-top-box .card-box .advisoryBtn:active {
  background: #005cd4;
  color: #fff;
}
.priceService .main .cards .content-top-box .card-box .blueBtn {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  color: #fff;
  background: #0052CC;
  border-radius: 50px;
}
.priceService .main .cards .content-top-box .card-box .blueBtn:hover {
  background: #197dff;
}
.priceService .main .cards .content-top-box .card-box .blueBtn:active {
  background: #005cd4;
}
.priceService .main .cards .content-top-box .card-box .tel-btn {
  width: 250px;
}
.priceService .main .cards .content-top-box .card-box .robot-btn {
  width: 268px;
}
.priceService .main .cards .content-top-box .card-box .buybox {
  margin-top: 15px;
  text-align: center;
  border-bottom: 1px solid #ECF0F5;
  padding-bottom: 30px;
}
.priceService .main .cards .content-top-box .card-box .buybox .buy {
  text-decoration: underline;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 16px;
}

.priceService .main .cards .content-top-box .card-box .features_desc {
  margin-top: 40px;
  font-size: 16px;
  color: #90949E;
  line-height: 20px;
}
.priceService .main .cards .content-top-box .card-box .features_desc span {
  color: #222222;
  font-weight: bold;
}
.priceService .main .cards .content-top-box .card-box .features_ul {
  margin: 0;
  padding: 0 0 0 14px;
}
.priceService .main .cards .content-top-box .card-box .features_ul li {
  font-size: 16px;
  color: #172b4d;
  margin-top: 24px;
  list-style: circle;
}
.priceService .main .cards .content-top-box .card-box .features_ul li .i_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url('../fonts/ic_i.svg') no-repeat center / cover;
  position: relative;
  bottom: -2px;
  cursor: pointer;
}
.priceService .main .cards .content-top-box .card-box .features_ul li .i_icon:hover {
  background: url('../fonts/ic_i2.svg') no-repeat center / cover;
}
.priceService .main .cards .content-top-box .card-box .features_ul li .i_btn {
  display: inline-block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  border: 1px solid #e91e63;
  color: #e91e63;
  border-radius: 2px;
  position: relative;
  cursor: default;
}
.priceService .main .cards .content-top-box .card-box .features_ul li:first-of-type {
  margin-top: 17px;
}
.priceService .main .cards .content-top-box .card-box .showmoreBox {
  margin-top: 22px;
  text-align: left;
}
.priceService .main .cards .content-top-box .card-box .showmoreBox .showmore {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  text-decoration: underline;
}
.priceService .main .cards .content-top-box .noborder {
  border-right: none;
}
.priceService .main .cards .to-right {
  margin-left: 40px;
}
.priceService .main .cards .topColor1 {
  border-top: 6px solid #0052CC;
}
.priceService .main .cards .topColor2 {
  border-top: 6px solid #012982;
}
.priceService .main .cards .topColor3 {
  border-top: 6px solid #012982;
}
.priceService .main .cards .content-top-box-right {
  min-height: 1400px;
  margin-left: 40px;
  float: left;
}
.priceService .main .onlineCustomerService {
  display: block;
}
.priceService .main .phoneCustomerService {
  display: block;
}
.priceService .main .robotCustomerService {
  display: block;
}

.priceService .main .additionalPurchase {
  margin-top: 110px;
  font-size: 20px;
  color: #172b4d;
  text-align: center;
  line-height: 20px;
}
.priceService .main .additionalPurchaseProd {
  background: #FFFFFF;
  width: 360px;
  height: 241px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 13px -1px #EBEBEB;
          box-shadow: 0 4px 13px -1px #EBEBEB;
  border-radius: 4px;
  margin: 30px auto 0;
}
.priceService .main .additionalPurchaseProd .margin {
  width: 260px;
  margin: 0 auto;
  padding-top: 40px;
}
.priceService .main .additionalPurchaseProd .margin .productName {
  font-size: 26px;
  color: #222222;
  letter-spacing: 0;
  line-height: 40px;
}
.priceService .main .additionalPurchaseProd .margin .productName .robot_icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../fonts/robot.svg") no-repeat center;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.priceService .main .additionalPurchaseProd .margin .productDesc {
  margin-top: 12px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #90949E;
  letter-spacing: 0;
  line-height: 22px;
}
.priceService .main .additionalPurchaseProd .margin .thePrice {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #0052CC;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  width: 260px;
  height: 40px;
  border: 1px solid #0052CC;
  border-radius: 2px;
  margin: 24px auto 0;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.priceService .main .additionalPurchaseProd .margin .thePrice:hover {
  background: #0052CC;
  color: #fff;
}
.priceService .main .additionalPurchaseProd .margin .thePrice:active {
  background: #005cd4;
  color: #fff;
}
.priceService .main .icon_hover {
  cursor: default !important;
}
.priceService .botton-title {
  background: url(../images/question.jpg) no-repeat;
  padding: 80px 0 80px 0;
}
.priceService .botton-title p {
  font-family: PingFangSC-Regular;
  font-size: 36px;
  color: #222222;
  text-align: center;
  line-height: 48px;
}
.priceService .botton-title a {
  display: block;
  background: #0052CC;
  -webkit-box-shadow: 0 20px 42px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 20px 42px 0 rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  width: 320px;
  height: 72px;
  margin: 60px auto 0;
  font-size: 22px;
  line-height: 72px;
  color: #fff;
}
.priceService .content-info {
  margin: 90px auto 140px;
  width: 940px;
}
.priceService .content-info ul {
  padding: 0;
}
.priceService .content-info li {
  display: block;
  list-style: none;
  font-size: 20px;
  color: #172b4d;
  letter-spacing: 0;
  padding: 0 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  border-bottom: 1px solid #efeff4;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
      font-weight: bold;
}
.priceService .content-info li p {
  display: none;
  height: 100%;
  margin-top: 30px;
  font-size: 16px;
  color: #7b8396;
  letter-spacing: 0;
  line-height: 28px;
  text-align: justify;
}
.priceService .content-info li:nth-child(1) {
  font-size: 32px;
  text-align: center;
  padding-top: 0;
  cursor: default;
}
.priceService .content-info li:nth-child(1):hover {
  color: #172b4d;
}
.priceService .content-info .info-last {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 100px;
  border: none;
  font-size: 32px;
  color: #172b4d;
  line-height: 48px;
  text-align: center;
  cursor: default;
}
.priceService .content-info .info-last a {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin-left: 20px;
  margin-top: 3px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #0052CC;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
.priceService .content-info .info-last a:hover {
  background-color: #3385F0;
}
.priceService .content-info .info-last a:active {
  background-color: #005CD5;
}
.priceService .content-info .qd-icon {
  color: #D8DDE5;
  float: right;
}
.priceService .content-info .arrowup {
  display: none;
}
.price-version-contrast {
  padding-bottom: 200px;
  display: block;
  position: fixed;
  top: 2000px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #efefef;
  text-align: center;
  z-index: 10;
  overflow-y: scroll;
}
.price-version-contrast .margin {
  width: 1240px;
  margin: 0 auto;
  height: auto;
}
.price-version-contrast .margin ul {
  margin: 0;
  padding: 0;
  display: block;
}
.price-version-contrast .margin ul li {
  width: 265px;
}
.price-version-contrast .margin ul > li:nth-of-type(1) {
  width: 448px;
}
.price-version-contrast .margin .conversation-phone {
  margin-top: 68px;
  margin-bottom: 38px;
  font-size: 28px;
  color:#172b4d;
}
.price-version-contrast .margin .conversation-phone span {
  padding-bottom: 10px;
  cursor: pointer;
}
.price-version-contrast .margin .conversation-phone .phone-contrast {
  margin-left: 50px;
}
.price-version-contrast .margin .conversation-phone .robot-contrast {
  margin-left: 50px;
}
.price-version-contrast .margin .conversation-phone > .active {
  color: #0052CC;
  border-bottom: 3px solid #0052CC;
}
.price-version-contrast .margin .type {
  font-size: 24px;
  line-height: 80px;
}
.price-version-contrast .margin .type li {
  float: left;
  background: #f2f2f2;
  border-right: 1px solid #d9d9d9;
  width: 198px;
}
.price-version-contrast .margin .type li:nth-of-type(1) {
  border-left: 1px solid #d9d9d9;
}
.price-version-contrast .margin .type .robot_li {
  width: 413px;
}
.price-version-contrast .margin .price li {
  position: relative;
  font-size: 20px;
  line-height: 50px;
  float: left;
  color:#172b4d;
  height: 50px;
  border-right: 1px solid #d9d9d9;
  width: 198px;
}
.price-version-contrast .margin .price li:first-of-type {
  border-left: 1px solid #d9d9d9;
}
.price-version-contrast .margin .price li .standard-service-p2 {
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}
.price-version-contrast .margin .price .robot_li {
  width: 413px;
}
.price-version-contrast .margin #pricev2VersionContrastTable {
  width: 1240px;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.price-version-contrast .margin #pricev2VersionContrastTable .pricev2VersionContrastTd {
  font-size: 20px;
}
.price-version-contrast .margin #pricev2VersionContrastTable td {
  font-size: 16px;
  color:#172b4d;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  height: 50px;
}
.price-version-contrast .margin #pricev2VersionContrastTable td .price-text {
  font-size: 20px;
}
.price-version-contrast .margin #pricev2VersionContrastTable td .standard-service-p2 {
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}
.price-version-contrast .margin #pricev2VersionContrastTable td:nth-child(3) {
  width: 198px;
}
.price-version-contrast .margin #pricev2VersionContrastTable td:nth-child(4) {
  width: 198px;
}
.price-version-contrast .margin #pricev2VersionContrastTable td:nth-child(5) {
  width: 198px;
}
.price-version-contrast .margin #pricev2VersionContrastTable .robotTableTd {
  font-size: 20px;
  width: 165px;
}
.price-version-contrast .margin #pricev2VersionContrastTable .robotTableTd2 {
  width: 247px;
}
.price-version-contrast .margin #pricev2VersionContrastTable .robotTableTd3 {
  width: 198px;
}
.price-version-contrast .margin .no-border {
  border-top: 0 !important;
}
.price-version-contrast .margin .tipp1 {
  display: none;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-top: 10px;
  text-align: left;
}
.price-version-contrast .loadMore {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 180px;
  height: 60px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  line-height: 60px;
  background: url(../images/ic_scroll.png) no-repeat;
  background-position: 25px 16px;
  background-color: black;
  color: #ffffff;
  -webkit-animation: play 1.5s infinite;
          animation: play 1.5s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  cursor: default;
}
.price-version-contrast .loadMore span {
  padding-left: 35px;
}
.price-version-contrast .close {
  display: none;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  background: url(../images/ic_close.png) no-repeat center;
  background-color: #222222;
  cursor: pointer;
}
.price-version-contrast .bg1 {
  display: block;
  width: 100%;
  height: 800px;
  background: url(../images/img_competence_3.png) no-repeat center;
  margin-bottom: 200px;
}
.common-tip {
  padding: 10px;
  width: 248px;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}
.tip-block-1 .tip-online-1 {
  display: block;
  width: 123px;
  margin: auto;
}
.tip-block-2 {
  padding: 10px;
  width: 318px;
  font-size: 12px;
  color: #666666;
}
.tip-block-2 .tip-online-2 {
  display: block;
  width: 298px;
  margin: auto;
  margin-top: 10px;
}
.tip-block-3 {
  width: 267px;
}
.tip-block-3 .tip-online-3 {
  display: block;
  width: 237px;
  margin: auto;
}
.tip-block-4 {
  width: 240px;
}
.tip-block-4 .tip-online-4 {
  display: block;
  width: 124px;
  margin: auto;
}
.tip-block-5 {
  width: 297px;
}
.tip-block-5 .tip-online-5 {
  display: block;
  width: 245px;
  margin: auto;
  margin-top: 9px;
}
.tip-block-6 {
  padding: 5px;
  width: 205px;
}
.tip-block-7 .tip-online-7 {
  display: block;
  margin: auto;
  width: 158px;
}
.tip-block-8 {
  width: 268px;
}
.tip-block-8 .tip-online-8 {
  display: block;
  margin: auto;
  width: 238px;
}
.tip-block-9 {
  width: 268px;
}
.tip-block-9 .tip-online-9 {
  display: block;
  margin: auto;
  width: 238px;
}
.tip-block-10 .tip-online-10 {
  display: block;
  margin: auto;
  margin-top: 10px;
  width: 161px;
}
