.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: #0067ed;
}
.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: #222;
  border: 1px solid #7f7f7f;
}
.qd-btn-white {
  color: #222;
  border: 1px solid #d8dde5;
}
.qd-btn-opcity:hover {
  color: #222;
  border: 1px solid #222;
}
.qd-btn-white:hover {
  border: 1px solid #b0b9c4;
}
.qd-btn-opcity:active {
  color: #222;
  background-color: #9acfb9;
  border: 1px solid #222;
}
.qd-btn-white:active {
  background-color: #eef1f6;
}

.page-bottom-apply {
  height: 300px;
  padding-top: 120px;
  background: url(../img/lwpq/lwpq_db.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(../img/solution/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 only screen and (max-width: 1610px) {
  .footer-bottom-left {
    width: 39%;
  }
  footer .footer-container {
    max-width: 1300px;
  }
}
html,
body {
  min-width: 1240px;
}
li {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
/**
* 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: #0067ed;
  -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("../img/v2/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(../img/home/mvp-fixbar.png) center no-repeat;
  background-size: 68px 68px;
}
/**
   è¿™ä¸ªæ˜¯æ–°å®˜ç½‘çš„è‰²å½©é¡µé¢
 */
/**
èƒŒæ™¯é¢œè‰²ç±»
 */
/**
 æŒ‰é’®ç±»
 */
/**
  å­—ä½“ç±»
 */
.new-detail-overlay {
  overflow: hidden;
  padding-right: calc(100vw - 100%);
}
.new-detail-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: none;
}
.new-detail,
.new-office,
.new-competence,
.new-bonus,
.new-library,
.new-call,
.new-online,
.intelligent-call,
.traffic-service,
.artificial-auxiliary {
  display: none;
  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;
}
.new-detail .detail-content,
.new-office .detail-content,
.new-competence .detail-content,
.new-bonus .detail-content,
.new-library .detail-content,
.new-call .detail-content,
.new-online .detail-content,
.intelligent-call .detail-content,
.traffic-service .detail-content,
.artificial-auxiliary .detail-content {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  margin-top: 80px;
}
.new-detail .detail-content .first,
.new-office .detail-content .first,
.new-competence .detail-content .first,
.new-bonus .detail-content .first,
.new-library .detail-content .first,
.new-call .detail-content .first,
.new-online .detail-content .first,
.intelligent-call .detail-content .first,
.traffic-service .detail-content .first,
.artificial-auxiliary .detail-content .first {
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
}
.new-detail .detail-content p:nth-child(1),
.new-office .detail-content p:nth-child(1),
.new-competence .detail-content p:nth-child(1),
.new-bonus .detail-content p:nth-child(1),
.new-library .detail-content p:nth-child(1),
.new-call .detail-content p:nth-child(1),
.new-online .detail-content p:nth-child(1),
.intelligent-call .detail-content p:nth-child(1),
.traffic-service .detail-content p:nth-child(1),
.artificial-auxiliary .detail-content p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
}
.new-detail .detail-content p:nth-child(2),
.new-office .detail-content p:nth-child(2),
.new-competence .detail-content p:nth-child(2),
.new-bonus .detail-content p:nth-child(2),
.new-library .detail-content p:nth-child(2),
.new-call .detail-content p:nth-child(2),
.new-online .detail-content p:nth-child(2),
.intelligent-call .detail-content p:nth-child(2),
.traffic-service .detail-content p:nth-child(2),
.artificial-auxiliary .detail-content p:nth-child(2) {
  font-size: 44px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 25px;
  line-height: 54px;
}
.new-detail .detail-content p:nth-child(3),
.new-office .detail-content p:nth-child(3),
.new-competence .detail-content p:nth-child(3),
.new-bonus .detail-content p:nth-child(3),
.new-library .detail-content p:nth-child(3),
.new-call .detail-content p:nth-child(3),
.new-online .detail-content p:nth-child(3),
.intelligent-call .detail-content p:nth-child(3),
.traffic-service .detail-content p:nth-child(3),
.artificial-auxiliary .detail-content p:nth-child(3) {
  line-height: 28px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 40px;
}
.new-detail .detail-content p:nth-child(4),
.new-office .detail-content p:nth-child(4),
.new-competence .detail-content p:nth-child(4),
.new-bonus .detail-content p:nth-child(4),
.new-library .detail-content p:nth-child(4),
.new-call .detail-content p:nth-child(4),
.new-online .detail-content p:nth-child(4),
.intelligent-call .detail-content p:nth-child(4),
.traffic-service .detail-content p:nth-child(4),
.artificial-auxiliary .detail-content p:nth-child(4) {
  display: block;
  width: 100%;
  height: 800px;
  background: url(../img/v2/img_desk.png) no-repeat center;
  margin-bottom: 120px;
}
.new-detail .detail-content p:nth-child(5),
.new-office .detail-content p:nth-child(5),
.new-competence .detail-content p:nth-child(5),
.new-bonus .detail-content p:nth-child(5),
.new-library .detail-content p:nth-child(5),
.new-call .detail-content p:nth-child(5),
.new-online .detail-content p:nth-child(5),
.intelligent-call .detail-content p:nth-child(5),
.traffic-service .detail-content p:nth-child(5),
.artificial-auxiliary .detail-content p:nth-child(5) {
  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(../img/v2/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;
}
.new-detail .detail-content p:nth-child(5) span,
.new-office .detail-content p:nth-child(5) span,
.new-competence .detail-content p:nth-child(5) span,
.new-bonus .detail-content p:nth-child(5) span,
.new-library .detail-content p:nth-child(5) span,
.new-call .detail-content p:nth-child(5) span,
.new-online .detail-content p:nth-child(5) span,
.intelligent-call .detail-content p:nth-child(5) span,
.traffic-service .detail-content p:nth-child(5) span,
.artificial-auxiliary .detail-content p:nth-child(5) span {
  padding-left: 35px;
}
@-webkit-keyframes play {
  0% {
    background-position: 25px 16px;
  }
  25% {
    background-position: 25px 20px;
  }
  75% {
    background-position: 25px 12px;
  }
  100% {
    background-position: 25px 16px;
  }
}
@keyframes play {
  0% {
    background-position: 25px 16px;
  }
  25% {
    background-position: 25px 20px;
  }
  75% {
    background-position: 25px 12px;
  }
  100% {
    background-position: 25px 16px;
  }
}
.new-detail .detail-content p:nth-child(6),
.new-office .detail-content p:nth-child(6),
.new-competence .detail-content p:nth-child(6),
.new-bonus .detail-content p:nth-child(6),
.new-library .detail-content p:nth-child(6),
.new-call .detail-content p:nth-child(6),
.new-online .detail-content p:nth-child(6),
.intelligent-call .detail-content p:nth-child(6),
.traffic-service .detail-content p:nth-child(6),
.artificial-auxiliary .detail-content p:nth-child(6) {
  font-size: 44px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 25px;
}
.new-detail .detail-content p:nth-child(7),
.new-office .detail-content p:nth-child(7),
.new-competence .detail-content p:nth-child(7),
.new-bonus .detail-content p:nth-child(7),
.new-library .detail-content p:nth-child(7),
.new-call .detail-content p:nth-child(7),
.new-online .detail-content p:nth-child(7),
.intelligent-call .detail-content p:nth-child(7),
.traffic-service .detail-content p:nth-child(7),
.artificial-auxiliary .detail-content p:nth-child(7) {
  line-height: 28px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 40px;
}
.new-detail .detail-content p:nth-child(8),
.new-office .detail-content p:nth-child(8),
.new-competence .detail-content p:nth-child(8),
.new-bonus .detail-content p:nth-child(8),
.new-library .detail-content p:nth-child(8),
.new-call .detail-content p:nth-child(8),
.new-online .detail-content p:nth-child(8),
.intelligent-call .detail-content p:nth-child(8),
.traffic-service .detail-content p:nth-child(8),
.artificial-auxiliary .detail-content p:nth-child(8) {
  display: block;
  width: 100%;
  height: 800px;
  background: url(../img/v2/img_aptitude.png) no-repeat center;
  margin-bottom: 120px;
}
.new-detail .detail-content p:nth-child(9),
.new-office .detail-content p:nth-child(9),
.new-competence .detail-content p:nth-child(9),
.new-bonus .detail-content p:nth-child(9),
.new-library .detail-content p:nth-child(9),
.new-call .detail-content p:nth-child(9),
.new-online .detail-content p:nth-child(9),
.intelligent-call .detail-content p:nth-child(9),
.traffic-service .detail-content p:nth-child(9),
.artificial-auxiliary .detail-content p:nth-child(9) {
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 700;
  color: #222222;
  line-height: 54px;
}
.new-detail .detail-content p:nth-child(10),
.new-office .detail-content p:nth-child(10),
.new-competence .detail-content p:nth-child(10),
.new-bonus .detail-content p:nth-child(10),
.new-library .detail-content p:nth-child(10),
.new-call .detail-content p:nth-child(10),
.new-online .detail-content p:nth-child(10),
.intelligent-call .detail-content p:nth-child(10),
.traffic-service .detail-content p:nth-child(10),
.artificial-auxiliary .detail-content p:nth-child(10) {
  margin-bottom: 40px;
  line-height: 28px;
  font-size: 16px;
  color: #888888;
}
.new-detail .detail-content p:nth-child(11),
.new-office .detail-content p:nth-child(11),
.new-competence .detail-content p:nth-child(11),
.new-bonus .detail-content p:nth-child(11),
.new-library .detail-content p:nth-child(11),
.new-call .detail-content p:nth-child(11),
.new-online .detail-content p:nth-child(11),
.intelligent-call .detail-content p:nth-child(11),
.traffic-service .detail-content p:nth-child(11),
.artificial-auxiliary .detail-content p:nth-child(11) {
  display: block;
  width: 100%;
  height: 800px;
  background: url(../img/v2/img_competence_3.png) no-repeat center;
  margin-bottom: 200px;
}
.new-detail .detail-content .detail-bottom,
.new-office .detail-content .detail-bottom,
.new-competence .detail-content .detail-bottom,
.new-bonus .detail-content .detail-bottom,
.new-library .detail-content .detail-bottom,
.new-call .detail-content .detail-bottom,
.new-online .detail-content .detail-bottom,
.intelligent-call .detail-content .detail-bottom,
.traffic-service .detail-content .detail-bottom,
.artificial-auxiliary .detail-content .detail-bottom {
  margin-top: -80px;
  margin-bottom: 200px;
}
.new-detail .detail-content .detail-botleft,
.new-office .detail-content .detail-botleft,
.new-competence .detail-content .detail-botleft,
.new-bonus .detail-content .detail-botleft,
.new-library .detail-content .detail-botleft,
.new-call .detail-content .detail-botleft,
.new-online .detail-content .detail-botleft,
.intelligent-call .detail-content .detail-botleft,
.traffic-service .detail-content .detail-botleft,
.artificial-auxiliary .detail-content .detail-botleft {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 60px;
  width: 500px;
}
.new-detail .detail-content .detail-botleft p:nth-child(1),
.new-office .detail-content .detail-botleft p:nth-child(1),
.new-competence .detail-content .detail-botleft p:nth-child(1),
.new-bonus .detail-content .detail-botleft p:nth-child(1),
.new-library .detail-content .detail-botleft p:nth-child(1),
.new-call .detail-content .detail-botleft p:nth-child(1),
.new-online .detail-content .detail-botleft p:nth-child(1),
.intelligent-call .detail-content .detail-botleft p:nth-child(1),
.traffic-service .detail-content .detail-botleft p:nth-child(1),
.artificial-auxiliary .detail-content .detail-botleft p:nth-child(1) {
  font-size: 36px;
  color: #222222;
  line-height: 48px;
}
.new-detail .detail-content .detail-botleft p:nth-child(2),
.new-office .detail-content .detail-botleft p:nth-child(2),
.new-competence .detail-content .detail-botleft p:nth-child(2),
.new-bonus .detail-content .detail-botleft p:nth-child(2),
.new-library .detail-content .detail-botleft p:nth-child(2),
.new-call .detail-content .detail-botleft p:nth-child(2),
.new-online .detail-content .detail-botleft p:nth-child(2),
.intelligent-call .detail-content .detail-botleft p:nth-child(2),
.traffic-service .detail-content .detail-botleft p:nth-child(2),
.artificial-auxiliary .detail-content .detail-botleft p:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  color: #888888;
  line-height: 28px;
}
.new-detail .detail-content .detail-botright,
.new-office .detail-content .detail-botright,
.new-competence .detail-content .detail-botright,
.new-bonus .detail-content .detail-botright,
.new-library .detail-content .detail-botright,
.new-call .detail-content .detail-botright,
.new-online .detail-content .detail-botright,
.intelligent-call .detail-content .detail-botright,
.traffic-service .detail-content .detail-botright,
.artificial-auxiliary .detail-content .detail-botright {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 520px;
  padding-left: 68px;
}
.new-detail .detail-content .detail-botright p:nth-child(1),
.new-office .detail-content .detail-botright p:nth-child(1),
.new-competence .detail-content .detail-botright p:nth-child(1),
.new-bonus .detail-content .detail-botright p:nth-child(1),
.new-library .detail-content .detail-botright p:nth-child(1),
.new-call .detail-content .detail-botright p:nth-child(1),
.new-online .detail-content .detail-botright p:nth-child(1),
.intelligent-call .detail-content .detail-botright p:nth-child(1),
.traffic-service .detail-content .detail-botright p:nth-child(1),
.artificial-auxiliary .detail-content .detail-botright p:nth-child(1) {
  font-size: 36px;
  color: #222222;
  line-height: 41px;
}
.new-detail .detail-content .detail-botright p:nth-child(1) span,
.new-office .detail-content .detail-botright p:nth-child(1) span,
.new-competence .detail-content .detail-botright p:nth-child(1) span,
.new-bonus .detail-content .detail-botright p:nth-child(1) span,
.new-library .detail-content .detail-botright p:nth-child(1) span,
.new-call .detail-content .detail-botright p:nth-child(1) span,
.new-online .detail-content .detail-botright p:nth-child(1) span,
.intelligent-call .detail-content .detail-botright p:nth-child(1) span,
.traffic-service .detail-content .detail-botright p:nth-child(1) span,
.artificial-auxiliary .detail-content .detail-botright p:nth-child(1) span {
  margin-left: 10px;
  font-size: 16px;
  color: #0067ed;
}
.new-detail .detail-content .detail-botright p:nth-child(2),
.new-office .detail-content .detail-botright p:nth-child(2),
.new-competence .detail-content .detail-botright p:nth-child(2),
.new-bonus .detail-content .detail-botright p:nth-child(2),
.new-library .detail-content .detail-botright p:nth-child(2),
.new-call .detail-content .detail-botright p:nth-child(2),
.new-online .detail-content .detail-botright p:nth-child(2),
.intelligent-call .detail-content .detail-botright p:nth-child(2),
.traffic-service .detail-content .detail-botright p:nth-child(2),
.artificial-auxiliary .detail-content .detail-botright p:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  color: #888888;
  line-height: 28px;
}
.new-detail .detail-content .close,
.new-office .detail-content .close,
.new-competence .detail-content .close,
.new-bonus .detail-content .close,
.new-library .detail-content .close,
.new-call .detail-content .close,
.new-online .detail-content .close,
.intelligent-call .detail-content .close,
.traffic-service .detail-content .close,
.artificial-auxiliary .detail-content .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(../img/v2/ic_close.png) no-repeat center;
  background-color: #222222;
  cursor: pointer;
}
.new-competence .detail-content p:nth-child(4) {
  background: url(../img/v2/img_cl_competence_1.png) no-repeat center;
}
.new-competence .detail-content p:nth-child(8) {
  background: url(../img/v2/img_cl_competence_2.png) no-repeat center;
}
.new-office .detail-content p:nth-child(4) {
  background: url(../img/v2/img_office_1.png) no-repeat center;
}
.new-office .detail-content p:nth-child(8) {
  background: url(../img/v2/img_office_2.png) no-repeat center;
}
.new-office .detail-content p:nth-child(11) {
  background: url(../img/v2/img_office_3.png) no-repeat center;
}
.new-bonus .detail-content p:nth-child(4) {
  background: url(../img/v2/img_bonus_1.png) no-repeat center;
}
.new-bonus .detail-content p:nth-child(8) {
  background: url(../img/v2/img_bonus_2.png) no-repeat center;
}
.new-bonus .detail-content p:nth-child(11) {
  margin-bottom: 120px;
  background: url(../img/v2/img_bonus_3.png) no-repeat center;
}
.new-bonus .detail-content p:nth-child(12) {
  font-size: 44px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 35px;
}
.new-bonus .detail-content p:nth-child(13) {
  line-height: 28px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 40px;
}
.new-bonus .detail-content p:nth-child(14) {
  height: 800px;
  margin-bottom: 200px;
  background: url(../img/v2/img_bonus_4.png) no-repeat center;
}
.new-online .detail-content p:nth-child(4) {
  background: url(../img/v2/img_online_1.png) no-repeat center;
}
.new-online .detail-content p:nth-child(8) {
  background: url(../img/v2/img_online_2.png) no-repeat center;
}
.new-online .detail-content p:nth-child(11) {
  background: url(../img/v2/img_online_3.png) no-repeat center;
}
.new-library .detail-content p:nth-child(4) {
  background: url(../img/v2/img_library_1.png) no-repeat center;
}
.new-library .detail-content p:nth-child(8) {
  background: url(../img/v2/img_library_2.png) no-repeat center;
}
.new-library .detail-content p:nth-child(11) {
  background: url(../img/v2/img_library_3.png) no-repeat center;
}
.new-call .detail-content p:nth-child(4) {
  background: url(../img/v2/img_call_1.png) no-repeat center;
}
.new-call .detail-content p:nth-child(8) {
  background: url(../img/v2/img_call_2.png) no-repeat center;
}
.new-call .detail-content p:nth-child(11) {
  margin-bottom: 120px;
  background: url(../img/v2/img_call_3.png) no-repeat center;
}
.new-call .detail-content p:nth-child(12) {
  font-size: 44px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 35px;
}
.new-call .detail-content p:nth-child(13) {
  line-height: 28px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 40px;
}
.new-call .detail-content p:nth-child(14) {
  height: 800px;
  margin-bottom: 120px;
  background: url(../img/v2/img_call_4.png) no-repeat center;
}
.new-call .detail-content p:nth-child(15) {
  font-size: 44px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 35px;
}
.new-call .detail-content p:nth-child(16) {
  line-height: 28px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 40px;
}
.new-call .detail-content p:nth-child(17) {
  height: 800px;
  margin-bottom: 200px;
  background: url(../img/v2/img_call_5.png) no-repeat center;
}
.intelligent-call .detail-content p:nth-child(4) {
  background: url(../img/v2/module/call-center/img_znwh_1.png) no-repeat center;
}
.intelligent-call .detail-content p:nth-child(8) {
  background: url(../img/v2/module/call-center/img_znwh_2.png) no-repeat center;
}
.intelligent-call .detail-content p:nth-child(11) {
  margin-bottom: 120px;
  background: url(../img/v2/module/call-center/img_znwh_3.png) no-repeat center;
}
.traffic-service .detail-content p:nth-child(4) {
  background: url(../img/v2/module/call-center/img_hwsj_1.png) no-repeat center;
}
.traffic-service .detail-content p:nth-child(8) {
  background: url(../img/v2/module/call-center/img_hwsj_2.png) no-repeat center;
}
.traffic-service .detail-content p:nth-child(11) {
  margin-bottom: 120px;
  background: url(../img/v2/module/call-center/img_hwsj_3.png) no-repeat center;
}
.artificial-auxiliary .detail-content p:nth-child(4) {
  background: url(../img/v2/module/call-center/img_fzrg_1.png) no-repeat center;
}
.artificial-auxiliary .detail-content p:nth-child(8) {
  background: url(../img/v2/module/call-center/img_fzrg_2.png) no-repeat center;
}
.artificial-auxiliary .detail-content p:nth-child(11) {
  margin-bottom: 120px;
  background: url(../img/v2/module/call-center/img_fzrg_3.png) no-repeat center;
}
.artificial-auxiliary .detail-content p:nth-child(12) {
  font-size: 44px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 35px;
}
.artificial-auxiliary .detail-content p:nth-child(13) {
  line-height: 28px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 40px;
}
.artificial-auxiliary .detail-content p:nth-child(14) {
  height: 800px;
  margin-bottom: 200px;
  background: url(../img/v2/module/call-center/img_fzrg_4.png) no-repeat center;
}
@keyframes showBanner {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.function-top {
  overflow: hidden;
  background: #A8ABB3;
  position: relative;
}
.function-top:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1;
  height: 0;
  border-top: 65px solid transparent;
  border-right: 100vw solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 100vw solid #fff;
}
.function-top-cover {
  position: relative;
  width: 100%;
  height: 620px;
  padding-top: 190px;
}
.function-top-cover .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: showBanner .5s linear 1;
          animation: showBanner .5s linear 1;
}
.function-top-cover .top-summary-container {
  width: 1240px;
  margin: auto;
}
.function-top-cover .top-summary {
  position: relative;
  display: inline-block;
  height: 270px;
  text-align: left;
  vertical-align: middle;
}
.function-top-cover .top-summary h2 {
  margin-top: 0;
  font-size: 28px;
  color: #222;
  vertical-align: middle;
  margin-bottom: 15px;
}
.function-top-cover .top-summary h2 .title-text {
  display: inline-block;
  vertical-align: middle;
}
.function-top-cover .top-summary h2 .balck-text {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  color: #222;
  margin-right: 10px;
}
.function-top-cover .top-summary h2 .grey-text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  opacity: .8;
  filter: alpha(opacity=80);
}
.function-top-cover .top-summary h2 .label-item {
  width: 34px;
  height: 34px;
  vertical-align: middle;
}
.function-top-cover .top-summary-title {
  width: 625px;
  font-size: 48px;
  font-weight: bold;
  color: #222;
  line-height: 60px;
  margin-bottom: 5px;
}
.function-top-cover .top-summary-enter {
  margin-top: 35px;
}
.function-top-cover .top-summary-enter .video-play-button {
  float: left;
  color: #222;
  margin-left: 30px;
  padding-top: 13px;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.function-top-cover .top-summary-enter .video-play-button .header-play {
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
}
.function-top-cover .top-summary-enter .video-play-button:hover {
  opacity: 0.8;
  fill-opacity: 0.8;
}
.function-top-cover .top-summary-enter .primary-btn {
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.function-top-cover .top-play-button {
  margin: 10px 200px 0 300px;
  vertical-align: middle;
}
.function-fake-content {
  overflow: hidden;
}
.function-content {
  width: 1240px;
  margin: 0 auto;
  overflow-x: visible;
}
.function-content-feature {
  position: relative;
  width: 100%;
  height: 540px;
}
.function-content-feature dl {
  margin: 0;
}
.function-content-feature dd.list_qq_relationship {
  padding-top: 150px;
}
.function-content-feature dd.list_group {
  padding-top: 150px;
}
.function-content-feature dd.list_privacy {
  padding-top: 110px;
}
.function-content-feature dd.list_tools {
  padding-top: 150px;
}
.function-content-feature dd.list_work_on_the_go {
  padding-top: 130px;
}
.function-content-feature .function-feature-line {
  min-width: 1080px;
}
.function-content-feature .function-feature-title {
  padding: 15px 0 10px 0;
  font-weight: bold;
  font-size: 46px;
  color: #222;
  word-break: keep-all;
}
.function-content-feature .function-feature-sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #0067ed;
}
.function-content-feature .function-feature-detail {
  line-height: 25px;
}
.function-content-feature .function-feature-detail-more-container {
  position: relative;
  margin-top: 20px;
  display: inline-block;
}
.function-content-feature .function-feature-detail-more {
  display: inline-block;
  width: 140px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background-color: #0067ed;
  border-top: transparent;
  border-radius: 2px;
  -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;
}
.function-content-feature .function-feature-detail-more.appMarket {
  background-color: #fff!important;
  border: 1px solid #e5e5e5;
  color: #000!important;
  width: 160px!important;
  margin-left: 7px;
}
.function-content-feature .function-feature-detail-more.appMarket:hover {
  border: 1px solid #a8abb3;
}
.function-content-feature .function-feature-detail-more.appMarket:hover .more-arrow {
  -webkit-transform: translate(4px, -1px);
      -ms-transform: translate(4px, -1px);
          transform: translate(4px, -1px);
}
.function-content-feature .function-feature-detail-more.appMarket .black_arrow {
  vertical-align: sub;
}
.function-content-feature .function-feature-detail-more.appMarket .more-arrow {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: 5px;
}
.function-content-feature .function-feature-detail-more.appMarket span {
  margin: 0 auto;
}
.function-content-feature .function-feature-detail-more span {
  display: inline-block;
  margin-left: 28px;
  width: 120px;
  text-align: left;
}
.function-content-feature .function-feature-detail-more:hover {
  background-color: #197dff;
}
.function-content-feature .function-feature-detail-more:hover .more-arrow {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}
.function-content-feature .function-feature-detail-more .more-arrow {
  -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;
  width: 10px;
  height: 10px;
}
.function-content-feature .function-feature-detail-list {
  margin-top: 5px;
  padding: 0;
}
.function-content-feature .function-feature-detail-list li {
  list-style: none;
  padding-top: 50px;
}
.function-content-feature .function-feature-detail-list li .qd-icon {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  vertical-align: middle;
}
.function-content-feature .function-feature-detail-list li .function-list {
  float: left;
  width: 436px;
  color: #222;
  line-height: 25px;
}
.function-content-feature .function-feature-detail-list li .function-list .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.function-content-feature .function-feature-detail-list li .function-list .desc {
  font-size: 16px;
}
.function-content-feature .function-feature-detail-label {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}
.function-content-feature .function-feature-detail-label li {
  list-style: none;
  display: inline-block;
  width: 100px;
  height: 80px;
  text-align: center;
}
.function-content-feature .function-feature-detail-label li .label-item {
  height: 54px;
  width: 54px;
  line-height: 100%;
}
.function-content-feature .function-feature-detail-label li .desc {
  margin-top: 5px;
  font-size: 16px;
  color: #222;
}
.function-content-feature .function-feature-detail-label li .sub-desc {
  position: absolute;
  margin: 5px 0 0 22px;
  line-height: 100%;
  font-size: 12px;
  color: #999;
}
.function-content-feature .function-feature-text {
  width: 490px;
  margin: 0;
}
.function-content-feature .function-feature-text p {
  margin: 0;
}
.function-content-feature:nth-child(even) .function-feature-img {
  position: absolute;
  left: 470px;
}
.function-content-feature:nth-child(even) .function-feature-text {
  display: inline-block;
  width: 490px;
  margin-right: 20px;
}
.function-content-feature-even .function-feature-img {
  position: absolute;
  left: 470px;
}
.function-content-feature-even .function-feature-text {
  display: inline-block;
  width: 470px;
  margin-left: 0 !important;
  margin-right: 20px !important;
}
.function-content-feature:nth-child(odd) .function-feature-img {
  display: inline-block;
  width: 770px;
  height: 540px;
}
.function-content-feature:nth-child(odd) .function-feature-img img {
  /* margin-left: -320px; */
}
.function-content-feature:nth-child(odd) .function-feature-text {
  position: absolute;
  display: inline-block;
  width: 490px;
  margin-left: 20px;
}
.function-content-feature-odd .function-feature-img {
  display: inline-block !important;
  width: 770px !important;
  height: 660px !important;
  position: relative !important;
  left: 0 !important;
}
.function-content-feature-odd .function-feature-img img {
  margin-left: -320px !important;
}
.function-content-feature-odd .function-feature-text {
  position: absolute !important;
  display: inline-block !important;
  width: 450px !important;
  margin-left: 20px !important;
  margin-right: 0 !important;
}
.function-content-divider {
  margin-top: -90px;
  width: 100%;
  height: 400px;
}
.function-content-divider img {
  margin-left: -330px;
}
.function-content-divider:after {
  content: '';
  position: absolute;
  margin-top: -490px;
  right: 0;
  width: 100px;
  height: 500px;
  background-color: #fff;
  z-index: 1;
}
.corporate-bottom {
  background-color: #fbfbfb;
  margin-top: 60px;
}
.corporate-bottom-title {
  padding-top: 100px;
  margin-bottom: 30px;
  font-size: 44px;
  color: #222;
  text-align: center;
}
.corporate-bottom-list {
  width: 1056px;
  margin: 0 auto;
  padding: 0 0 100px 0;
  padding-bottom: 0;
}
.corporate-bottom-list-item {
  display: table-cell;
  padding: 40px 48px 0 48px;
  width: 288px;
  height: 180px;
  list-style: none;
}
.corporate-bottom-list-item-icon {
  text-align: center;
}
.corporate-bottom-list-item-icon svg {
  width: 54px;
  height: 54px;
}
.corporate-bottom-list-item-title {
  width: 288px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.corporate-bottom-list-item-desc {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.corporate-bottom-list .no-left {
  padding-left: 0;
}
.customer-more-item {
  display: none;
}
.customer-more-item-btn {
  background-color: #fbfbfb;
  width: 100%;
  text-align: center;
}
.customer-more-item-btn p {
  display: inline-block;
  cursor: pointer;
  margin-top: 60px;
  margin-bottom: 80px;
  width: 288px;
  height: 58px;
  border-radius: 2px;
  line-height: 58px;
  font-size: 16px;
  color: #222222;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.customer-more-item-btn p:hover {
  border: 1px solid #a8abb3;
}
.corporate-ad-bottom {
  width: 100%;
  padding-bottom: 80px;
  background-color: #fff;
  text-align: center;
  color: #222;
}
.corporate-ad-bottom-title {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 0 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
}
.corporate-ad-bottom-list {
  margin: 50px 0 0 -40px;
}
.corporate-ad-bottom-list .corporate-ad-bottom-list-item-mar {
  background: url(../img/v2/function/img_bottom_mar.png) center no-repeat;
}
.corporate-ad-bottom-list .corporate-ad-bottom-list-item-ser {
  background: url(../img/v2/function/img_bottom_ser.png) center no-repeat;
}
.corporate-ad-bottom-list .corporate-ad-bottom-list-item-col {
  background: url(../img/v2/function/img_bottom_col.png) center no-repeat;
}
.corporate-ad-bottom-list-item {
  position: relative;
  display: inline-block;
  width: 580px;
  height: 300px;
  background-color: #fff;
  border-radius: 2px;
  color: #222;
  padding-top: 40px;
  padding-left: 40px;
  margin-left: 40px;
  -moz-text-align-last: left;
       text-align-last: left;
  -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;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0px rgba(31, 45, 61, 0.15);
  box-shadow: 0 1px 2px 0px rgba(31, 45, 61, 0.15);
}
.corporate-ad-bottom-list-item-title {
  margin: 0;
  font-size: 44px;
  font-weight: bold;
  color: #222;
}
.corporate-ad-bottom-list-item-title .text {
  font-size: 22px;
}
.corporate-ad-bottom-list-item-desc {
  margin: 20px 0 0 0;
  font-size: 20px;
}
.corporate-ad-bottom-list-item .btn-learn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 20px;
  color: #222;
  background-color: none;
  padding-right: 10px;
}
.corporate-ad-bottom-list-item .btn-learn .more-arrow {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -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;
}
.corporate-ad-bottom-list-item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.corporate-ad-bottom-list-item:hover .btn-learn .more-arrow {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.corporate-ad-demo-bottom {
  background-color: #fafafa;
}
.corporate-ad-demo-bottom-list {
  width: 1240px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.corporate-ad-demo-bottom-list p {
  margin: 0;
}
.corporate-ad-demo-bottom-list-item {
    width: 240px;
    text-align: center;
    margin-top: 60px;
    cursor: pointer;
    float: left;
    /*
  display: table-cell;
  list-style: none;
  width: 320px;
  height: 60px;*/
}
.corporate-ad-demo-bottom-list-icon {
  height: 70px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center 0;
}
.corporate-ad-demo-bottom-list-icon.safe_a {
  background-image: url('../img/v2/function/ic_ser_bottom1.svg');
}
.corporate-ad-demo-bottom-list-icon.safe_b {
  background-image: url('../img/v2/function/ic_ser_bottom2.svg');
}
.corporate-ad-demo-bottom-list-icon.safe_c {
  background-image: url('../img/v2/function/ic_ser_bottom3.svg');
}
.corporate-ad-demo-bottom-list-icon.safe_d {
  background-image: url('../img/v2/function/ic_ser_bottom4.svg');
}
.corporate-ad-demo-bottom-list-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.corporate-ad-demo-bottom-list-desc {
  padding-top: 10px;
  width: 200px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.corporate-ad-demo-bottom-list-wrap {
  display: inline-block;
  vertical-align: middle;
}
.corporate-application {
  height: 400px;
  background-color: #121c36;
  background-image: url('../img/function/corporate_cta_bg.png');
}
.corporate-application-title {
  padding-top: 110px;
  width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
}
.corporate-application-more {
  margin: 30px auto 0 auto;
  width: 320px;
}
.corporate-application-more .primary-btn {
  display: inline-block;
  width: 320px;
  height: 72px;
  line-height: 72px;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1600px) {
  .function-top {
    overflow: hidden;
  }
  .function-top-cover {
    padding-top: 110px;
    height: 496px;
  }
  .function-top-cover .top-summary {
    height: 496px;
  }
  .function-top-cover .top-summary-container {
    width: 1080px;
  }
  .function-top::after {
    border-bottom: 0px solid #fff;
    border-left: 100vw solid #fff;
    border-top: 50px solid transparent;
    border-right: 100vw solid transparent;
  }
  .function-content {
    width: 1080px;
  }
  .function-content-feature {
    height: 560px;
  }
  .function-content-feature dd.list_qq_relationship {
    padding-top: 100px;
  }
  .function-content-feature dd.list_group {
    padding-top: 100px;
  }
  .function-content-feature dd.list_privacy {
    padding-top: 80px;
  }
  .function-content-feature dd.list_tools {
    padding-top: 100px;
  }
  .function-content-feature dd.list_work_on_the_go {
    padding-top: 100px;
  }
  .function-content-feature .function-feature-title {
    font-size: 40px;
  }
  .function-content-feature .function-feature-img {
    width: 610px;
  }
  .function-content-feature .function-feature-img > img {
    width: 870px;
  }
  .function-content-feature .function-feature-detail-more-container {
    margin-top: 10px;
  }
  .function-content-feature .function-feature-detail-label {
    margin-top: 35px;
  }
  .function-content-feature .function-feature-detail-label li {
    width: 90px;
  }
  .function-content-feature .function-feature-detail-label li .label-item {
    width: 42px;
    height: 42px;
  }
  .function-content-feature .function-feature-detail-label li .desc {
    margin-top: 0;
    font-size: 14px;
  }
  .function-content-feature .function-feature-detail-label li .sub-desc {
    margin: 5px 0 0 17px;
    margin-top: 0;
  }
  .function-content-feature:nth-child(odd) .function-feature-img {
    width: 610px;
    height: 545px;
  }
  .function-content-feature:nth-child(odd) .function-feature-img img {
    margin-left: -260px;
  }
  .function-content-feature-odd .function-feature-img {
    display: inline-block !important;
    position: relative !important;
    left: 0 !important;
    width: 610px !important;
    height: 545px !important;
  }
  .function-content-feature-odd .function-feature-img img {
    margin-left: -260px !important;
  }
  .function-content-divider {
    margin-top: -40px;
  }
  .function-content-divider img {
    margin-left: -260px;
  }
  .function-content-divider:after {
    width: 0;
  }
  .corporate-bottom-title {
    font-size: 40px;
  }
  .corporate-ad-demo-bottom {
    background-color: #fafafa;
  }
  .corporate-ad-demo-bottom-list {
    width: 1080px;
  }
  .corporate-ad-demo-bottom-list-item {
    width: 280px;
  }
  .function-content-feature dd.threepoints {
    padding-top: 100px;
  }
  .function-content-feature dd.fourpoints {
    padding-top: 60px;
  }
  .function-content-feature dd.fiveponits {
    padding-top: 40px;
  }
}
html {
  font-family: "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
}
.function-top-cover.page-banner .top-summary-container .top-summary {
  position: relative;
  display: inline-block;
  height: 270px;
  text-align: left;
  vertical-align: middle;
}
.function-top-cover.page-banner .top-summary-container .top-summary h1 {
  margin-top: 0;
  font-size: 28px;
  color: #222;
  vertical-align: middle;
  margin-bottom: 15px;
}
.function-top-cover.page-banner .top-summary-container .top-summary h1 .title-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
}
.function-top-cover.page-banner .top-summary-container .top-summary h1 .grey-text {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  opacity: .8;
  filter: alpha(opacity=80);
}
.function-top-cover.page-banner .top-summary-container .top-summary-title {
  width: 625px;
  font-size: 48px;
  font-weight: bold;
  color: #222;
  line-height: 60px;
  margin-bottom: 5px;
}
.page-header.dark-text .logo {
  background: url(../img/menu/icon_logo_2x_color.png) no-repeat center / cover;
}
.page-header.dark-text nav li.active {
  border-color: #222 !important;
}
.page-header.dark-text nav li a {
  color: #222 !important;
}
.page-header.dark-text nav li a:hover {
  opacity: .8;
}
.page-header.dark-text .header-right-login:hover {
  color: #222 !important;
  opacity: .8;
}
.page-header.dark-text.fixed-header .logo {
  background: url(../img/menu/icon_logo_2x_color.png) no-repeat center / cover;
}
.page-header.dark-text.fixed-header nav li.active {
  border-color: #0067ed !important;
}
.page-header.dark-text.fixed-header nav li.active a {
  color: #0067ed !important;
}
.page-header.dark-text.fixed-header nav li a {
  color: #222 !important;
}
.page-header.dark-text.fixed-header nav li a:hover {
  color: #0067ed !important;
}
.page-header.dark-text.fixed-header .header-right-login:hover {
  color: #0067ed !important;
  opacity: .8;
}
.page-header.dark-text .contact-line1 {
  color: #222;
}
.header-right-separator {
  color: #222 !important;
  opacity: .5;
}
.new-detail-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: none;
}
#product .productLogo {
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#product.smartsell {
  height: 790px;
  background-color: #fff;
}
#product.smartsell:after {
  content: '';
  width: 0;
  height: 0;
  border: none;
}
#product.smartsell .function-top-cover {
  height: 790px;
}
#product.smartsell .function-top-cover .top-summary-container {
  width: 1240px;
  margin: 0 auto;
}
#product.smartsell .function-top-cover .top-summary-container .top-summary {
  height: 330px;
}
#product.smartsell .function-top-cover .top_summary_bottom {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  height: 300px;
  background: url('../img/v2/smartsell/img_banner_bluelarge.png');
  background-size: cover;
}
#product.smartsell .function-top-cover .mobile_pic {
  position: absolute;
  width: 580px;
  height: 670px;
  bottom: 0;
  right: 60px;
}
#product .slogan {
  margin-bottom: 0;
}
#top-slogan {
  width: 100%;
  font-size: 44px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  margin-top: 50px;
  margin-bottom: 40px;
}
#uspList {
  margin: 5px 0 16px 0;
}
#product-content .function-feature-detail-more-container .btn {
  min-width: 140px;
  padding: 0 20px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#product-content .function-feature-detail-more-container .btn span {
  display: inline-block;
}
#product-content .function-feature-detail-more-container .btn span .qd-icon {
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#product-content .function-feature-detail-more-container .btn span:hover .qd-icon {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
#product-content .function-feature-detail-list-item img.qd-icon {
  width: 40px;
  height: 40px;
}
#product-content .detail-btn {
  margin-right: 7px;
  background-color: #0067ed;
}
#product-content .detail-btn:hover {
  background-color: #197dff;
}
#product-content .detail-btn span {
  color: #fff;
}
#product-content .jump-btn.blue {
  background-color: #0067ed;
  color: #fff !important;
}
#product-content .jump-btn.white {
  background-color: #fff;
  color: #000;
  border: 1px solid #e5e5e5;
}
#product-content .jump-btn.white:hover {
  border: 1px solid #a8abb3;
}
#product-content .point3 {
  padding-top: 130px;
}
#product-content .point4 {
  padding-top: 120px;
}
#product-content .point5 {
  padding-top: 100px;
}
#customer-case {
  width: 100%;
  background-color: #FBFBFB;
  overflow: hidden;
}
#customer-case .customer-title {
  padding: 120px 0 80px 0;
  font-size: 48px;
  color: #000000;
  text-align: center;
  line-height: 65px;
  font-weight: bold;
}
#customer-case .customer-container {
  width: 806px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 100px;
  padding: 0 20px;
  padding-top: 10px;
}
#customer-case .customer-container a {
  display: block;
}
#customer-case .customer-container .customer-item {
  position: relative;
  width: 371px;
  height: 240px;
  padding: 30px 35px 0 35px;
  float: left;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.5);
          box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
  -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;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-align: left;
  cursor: pointer;
}
#customer-case .customer-container .customer-item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#customer-case .customer-container .customer-item:nth-child(2n-1) {
  margin-right: 23px;
}
#customer-case .customer-container .customer-item .customer-logo {
  display: block;
  width: 145px;
  height: 50px;
}
#customer-case .customer-container .customer-item .customer-label {
  display: block;
  position: absolute;
  top: 38px;
  right: 35px;
  padding: 0 14px;
  line-height: 25px;
  background: #E1F0FF;
  border-radius: 100px;
  font-size: 14px;
  color: #014CF7;
  letter-spacing: 0;
}
#customer-case .customer-container .customer-item .customer-des {
  padding-top: 10px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  line-height: 24px;
  height: 110px;
  border-bottom: 1px solid #e5e5e5;
}
#customer-case .customer-container .customer-item .customer-mark {
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
}
.details {
  display: none;
  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;
}
.details .detail-content {
  margin-top: 80px;
}
.details .detail-content .detail-name {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
}
.details .detail-content .detail-title {
  font-size: 44px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 25px;
  line-height: 54px;
}
.details .detail-content .detail-des {
  line-height: 28px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 40px;
}
.details .detail-content .detail-content {
  line-height: 28px;
  font-size: 16px;
  color: #888888;
  margin-bottom: 40px;
}
.details .detail-content .detail-img {
  display: block;
  width: 1200px;
  margin: 0 auto 120px auto;
}
.details .detail-content .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(../img/v2/ic_scroll.png) no-repeat;
  background-position: 25px 16px;
  background-color: black;
  color: #ffffff;
  -webkit-animation: play 1.5s linear infinite;
          animation: play 1.5s linear infinite;
  cursor: default;
}
.details .detail-content .loadMore span {
  padding-left: 35px;
}
.details .detail-content .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(../img/v2/ic_close.png) no-repeat center;
  background-color: #222222;
  cursor: pointer;
}
.details .detail-content .detail-bottom {
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 200px;
  overflow: hidden;
}
.details .detail-content .detail-bottom .item {
  width: 500px;
  line-height: 48px;
  text-align: left;
}
.details .detail-content .detail-bottom .item .title {
  font-weight: 700;
  font-size: 36px;
  color: #222222;
  line-height: 41px;
  margin-bottom: 15px;
}
.details .detail-content .detail-bottom .item .des {
  font-size: 16px;
  font-weight: normal;
  color: #888888;
  line-height: 28px;
}
.details .detail-content .detail-bottom .right {
  float: right;
}
.details .detail-content .detail-bottom .left {
  float: left;
}
#cta .page-bottom-apply-text {
  margin: -14px 0 35px 0;
  font-size: 36px;
  line-height: 50px;
}
.function-fake-content {
  padding-bottom: 80px !important;
}
.corporate-bottom {
  background-color: #fbfbfb;
  margin-top: 0px;
  padding-bottom: 60px;
}
.corporate-bottom .corporate-bottom-title {
  margin-top: 0;
  padding-top: 100px;
  margin-bottom: 30px;
  font-size: 44px;
  color: #222;
  text-align: center;
}
.corporate-bottom .corporate-bottom-list {
  width: 1056px;
  margin: 0 auto;
  padding: 0 0 100px 0;
  padding-bottom: 0;
}
.corporate-bottom .corporate-bottom-list .corporate-bottom-list .no-left {
  padding-left: 0;
}
.corporate-bottom .corporate-bottom-list .corporate-bottom-list-item-icon {
  text-align: center;
}
.corporate-bottom .corporate-bottom-list .corporate-bottom-list-item-icon img {
  width: 54px;
  height: 54px;
}
.corporate-bottom .corporate-bottom-list .corporate-bottom-list-item-desc {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.customer-more-item-btn {
  background-color: #fbfbfb;
  width: 100%;
  text-align: center;
}
.customer-more-item-btn p {
  display: inline-block;
  cursor: pointer;
  margin-top: 0px !important;
  margin-bottom: 80px;
  width: 288px;
  height: 58px;
  border-radius: 2px;
  line-height: 58px;
  font-size: 16px;
  color: #222222;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list {
  width: 1240px;
  margin: 0 auto;
  padding: 30px 0;
}



/*.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item {
  display: table-cell;
  list-style: none;
  width: 320px;
  height: 60px;
}*/


.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item {
    width: 240px;
    text-align: center;
    margin-top: 60px;
    cursor: pointer;
    float: left;
}
/*.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-icon {
  margin-bottom: 10px;
}*/
.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-icon {
  margin-bottom: 10px;
  background:url(/96kaifa/images/functionBg.png) no-repeat 100% 100%;width:83px;
  height:93px;
  text-align:center;
  line-height:93px;
  font-size:65px;
  color:#2a7efb;
  margin:0 auto
}






.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-icon img {
  width: 80px;
  height: 80px;
}
.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-wrap {
  width: 100%;
}
.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-wrap p {
  width: 100%;
}
.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-wrap p {
  margin-top: 10px;
}
.corporate-ad-demo-bottom .corporate-ad-demo-bottom-list .corporate-ad-demo-bottom-list-item .corporate-ad-demo-bottom-list-wrap p:nth-child(2) {
  padding: 0 15px;
}
.product-logo {
  background-color: #fff;
  margin: auto;
  text-align: center;
}
.product-logo .logo-title {
  font-size: 46px;
  line-height: 46px;
  margin-top: 120px;
  margin-bottom: 60px;
  font-weight: 700;
}
.product-logo img {
  width: 1180px;
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  #product.smartsell {
    height: 638px;
  }
  #product.smartsell .function-top-cover {
    padding-top: 110px;
    height: 638px;
  }
  #product.smartsell .function-top-cover .top-summary-container {
    width: 1080px;
  }
  #product.smartsell .function-top-cover .top_summary_bottom {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    height: 200px;
    background-size: cover;
  }
  #product.smartsell .function-top-cover .mobile_pic {
    position: absolute;
    width: 493px;
    height: 570px;
    bottom: 0;
    right: 0;
  }
  #product.smartsell .function-fake-content {
    margin-top: 20px;
  }
  #top-slogan {
    margin-bottom: 40px;
  }
  #product-content .point3 {
    padding-top: 130px;
  }
  #product-content .point4 {
    padding-top: 60px;
  }
  #product-content .point5 {
    padding-top: 40px;
  }
}
@keyframes play {
  0% {
    background-position: 25px 16px;
  }
  25% {
    background-position: 25px 20px;
  }
  75% {
    background-position: 25px 12px;
  }
  100% {
    background-position: 25px 16px;
  }
}
.index_caselist_card .caselist-title {
  color: #1E2330;
  font-size: 40px;
  text-align: center;
  /*margin-top: 80px;*/
  margin-top: 700px;
  font-weight: bold;
}
.index_caselist_card .list {
  width: 1240px;
  margin: 50px auto 0;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 10px;
  overflow: hidden;
}
.index_caselist_card .list li > a > img {
  background: #a9abb2;
}
.index_caselist_card .list li {
  float: left;
  width: 232px;
  height: 300px;
  margin-right: 19px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px #e2dede;
  box-shadow: 0 2px 5px #e2dede;
  -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;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.index_caselist_card .list li:nth-of-type(5n) {
  margin-right: 0;
}
.index_caselist_card .list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index_caselist_card .list li a img {
  display: inline-block;
  width: 100%;
  height: 154px;
  vertical-align: top;
}
.index_caselist_card .list li a .content {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.index_caselist_card .list li a .content h3 {
  font-size: 17px;
  /* margin-top: 24px; */
  margin-bottom: 14px;
  color: #333;
  font-weight: bold;
}
.index_caselist_card .list li a .content p {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_caselist_card .list li a .content .foot {
  position: absolute;
  width: 303px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_caselist_card .list li a .content .foot .logo {
  width: 140px;
  height: 40px;
}
.index_caselist_card .list li a .content .foot span {
  font-size: 14px;
  color: #A6A6A6;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 5px;
}
.index_caselist_card .list li-last-of-type {
  margin-right: 0;
}
.index_caselist_card .list li:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.index_caselist_card .check_all_case {
  display: block;
  text-align: center;
  cursor: pointer;
  width: 288px;
  height: 58px;
  margin: 20px auto 80px;
  border-radius: 2px;
  line-height: 58px;
  font-size: 16px;
  color: #222222;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.index_caselist_card .check_all_case:hover {
  border: 1px solid #a8abb3;
}
.index_caselist_card .check_all_case:active {
  border: 1px solid #a8abb3;
  background-color: #ebedf2;
}
.index_caselist_card .logo_pc {
  cursor: default;
  width: 1240px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.index_caselist_card .logo_pc li {
  float: left;
  margin: 0 25px 20px 0;
}
.index_caselist_card .logo_pc li:nth-of-type(10n) {
  margin: 0;
}
.index_caselist_card .logo_pc li a {
  display: block;
  cursor: default;
}
.index_caselist_card .logo_pc li a img {
  width: 101px;
  height: 60px;
}
.index_caselist_card .news-page a {
  display: inline-block;
  padding: 0 10px;
  height: 38px;
  margin: 0 5px;
  background: #f7f7f7;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.index_caselist_card .news-page a {
  font-size: 16px;
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.index_caselist_card .news-page a.current {
    background-color: #0067ed;
    color: #fff;
}
.index_caselist_card .news-page {
    text-align: center;
    padding-bottom: 60px;
}