@charset "UTF-8";
@media (min-width: 320px) {
  html {
    font-size: 21.33px;
  }
}
@media (min-width: 330px) {
  html {
    font-size: 22px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 26.67px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 28.27px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 40px;
  }
}
@media (min-width: 660px) {
  html {
    font-size: 44px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 50px;
  }
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: 'Microsoft YaHei', sans-seri;
  background-color: #f5f5f5;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
ol {
  list-style: none;
}
input[type="text"],
input[type="search"],
textarea {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
em,
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
img {
  display: block;
  width: 100%;
  border: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.hide {
  display: none;
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
/*声明 思源字体-Regular*/
@font-face {
  font-family: 'KaiGenGothicSC-Regular';
  src: url('../font/KaiGenGothicSC-Regular.eot');
  src: url('../font/KaiGenGothicSC-Regular.eot?#font-spider') format('embedded-opentype'), url('../font/KaiGenGothicSC-Regular.woff') format('woff'), url('../font/KaiGenGothicSC-Regular.ttf') format('truetype'), url('../font/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", "KaiGenGothicSC-Regular", "Microsoft Yahei", Arial, sans-serif;
}
@supports (-ms-ime-align: auto) {
  html {
    font-family: "Microsoft Yahei", Arial, sans-serif;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
.new-detail-overlay {
  overflow-y: hidden;
  padding-right: calc(100vw - 100%);
}
.new-detail-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 98;
  display: none;
}
.popup-wrap {
  display: none;
  position: fixed;
  top: 40rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4rem;
  z-index: 101;
}
.close-pop {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  display: none;
  border-radius: .05rem;
  background-color: #222222;
  left: 44%;
  bottom: 2rem;
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
  z-index: 1000;
}
.close-pop i {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ic_learn_more_close.png") no-repeat center;
  background-size: cover;
}
.noscroll,
.noscroll body {
  overflow: hidden;
}
.noscroll body {
  position: relative;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20001;
  display: none;
}
.popup-in {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.popup-in .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25%;
}
.popup-bg {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  background: url("../img/icon-close.png") center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  z-index: 4;
}
.corporate {
  width: 100%;
}
.corporate .corporate-top-cover {
  height: 13.44rem;
}
.corporate .corporate-top-cover .banner-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 13.44rem;
  background: url(../img/corporate_banner1.jpg) no-repeat;
  background-size: contain;
}
.corporate .corporate-top-cover .top-content {
  position: relative;
  top: 3.46rem;
  left: 50%;
  margin-left: -3.5rem;
  display: inline-block;
  height: 6rem;
}
.corporate .corporate-top-cover .top-content p:nth-child(1) {
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 0.56rem;
  color: #222;
  text-align: center;
  line-height: 0.56rem;
}
.corporate .corporate-top-cover .top-content p:nth-child(2) {
  font-family: PingFangSC-Semibold;
  font-size: 1.4rem;
  color: #222;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.4rem;
  margin-top: 0.44rem;
}
.corporate .corporate-top-cover .top-content p:nth-child(3) {
  font-family: PingFangSC-Regular;
  font-size: 0.72rem;
  color: #222;
  letter-spacing: 0;
  text-align: center;
  line-height: 1rem;
  margin-top: 0.64rem;
}
.corporate .corporate-top-cover .top-content p:nth-child(4) {
  text-align: center;
}
.corporate .corporate-top-cover .top-content p:nth-child(4) a {
  display: inline-block;
  margin-top: 1rem;
  text-align: center;
  vertical-align: middle;
  width: 6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  background: #0067ed;
  border-radius: 2px;
  font-size: 0.56rem;
  color: #fff;
  letter-spacing: 0;
}
.corporate .corporate-content .section {
  padding: 1rem;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  width: 100%;
}
.corporate .corporate-content .section .first-title {
  font-size: 0.6rem;
  color: #0067ed;
  line-height: 0.6rem;
  text-align: left;
  margin-bottom: 0.5rem;
}
.corporate .corporate-content .section .two-title {
  font-weight: bold;
  font-size: 0.96rem;
  color: #222222;
  line-height: 0.96rem;
  text-align: left;
}
.corporate .corporate-content .section .three-title {
  margin-top: 0.6rem;
  font-size: 0.6rem;
  color: #000000;
  line-height: 0.96rem;
  text-align: left;
}
.corporate .corporate-content .section .same {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.corporate .corporate-content .section .same:first-of-type {
  margin-top: 1rem;
}
.corporate .corporate-content .section .same img {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.1rem;
}
.corporate .corporate-content .section .same .same-img {
  width: 1.6rem;
  height: 1.6rem;
}
.corporate .corporate-content .section .same .same-paragraph {
  margin-left: 0.4rem;
}
.corporate .corporate-content .section .same .same-paragraph > p:first-of-type {
  font-size: 0.68rem;
  line-height: 0.92rem;
  font-weight: bold;
}
.corporate .corporate-content .section .same .same-paragraph > p:nth-of-type(2) {
  font-size: 0.6rem;
  line-height: 0.92rem;
  margin-top: 0.16rem;
}
.corporate .corporate-content .section .ic-img0 {
  width: 12.72rem;
  height: 8.28rem;
}
.corporate .corporate-content .section .icn-img1 {
  width: 13.3rem;
  height: 12.62rem;
}
.corporate .corporate-content .section .icn-img2 {
  width: 13.16rem;
  /*height: 644rem/50;*/
}
.corporate .corporate-content img {
  margin-top: 1rem;
}
.corporate .corporate-content .section-bottom {
  text-align: center;
  width: 100%;
  margin-top: 1.04rem;
}
.corporate .corporate-content .section-bottom ul {
  display: inline-block;
}
.corporate .corporate-content .section-bottom li {
  display: inline-block;
  margin-right: 0.6rem;
}
.corporate .corporate-content .section-bottom li img {
  margin: 0 auto;
  width: 1.4rem;
  height: 1.4rem;
}
.corporate .corporate-content .section-bottom li .section-bottom-desc {
  margin-top: 0.48rem;
  font-size: 0.48rem;
  color: #999999;
  text-align: center;
  line-height: 0.56rem;
}
.corporate .corporate-content .section-button {
  text-align: center;
}
.corporate .corporate-content .section-button .details {
  display: inline-block;
  margin: 0 0 2rem 0;
  text-align: center;
  vertical-align: middle;
  width: 6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  background: #0067ed;
  border-radius: 2px;
  font-size: 0.56rem;
  color: #ffffff;
  letter-spacing: 0;
}
.corporate .corporate-content .corporate-middle {
  text-align: center;
}
.corporate .corporate-content .corporate-middle .middle-title {
  padding-top: 2rem;
  margin-bottom: 1.7rem;
  font-size: 0.96rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.corporate .corporate-content .corporate-middle .middle-content {
  overflow: hidden;
  padding: 0 1rem;
}
.corporate .corporate-content .corporate-middle .middle-content .middle-left,
.corporate .corporate-content .corporate-middle .middle-content .middle-right {
  width: 5.8rem;
  float: left;
}
.corporate .corporate-content .corporate-middle .middle-content .middle-left img,
.corporate .corporate-content .corporate-middle .middle-content .middle-right img {
  margin: 0 auto;
  width: 1.4rem;
  height: 1.4rem;
}
.corporate .corporate-content .corporate-middle .middle-content .middle-left .middle-desc,
.corporate .corporate-content .corporate-middle .middle-content .middle-right .middle-desc {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  height: 0.56rem;
  font-size: 0.56rem;
  color: #222222;
  text-align: center;
  line-height: 0.56rem;
}
.corporate .corporate-content .corporate-middle .middle-content .middle-left .desc-detail,
.corporate .corporate-content .corporate-middle .middle-content .middle-right .desc-detail {
  margin-bottom: 1.2rem;
  font-size: 0.48rem;
  color: #999999;
  text-align: center;
  line-height: 0.76rem;
}
.corporate .corporate-content .corporate-middle .middle-content .middle-left {
  margin-right: 1.4rem;
}
.corporate .corporate-content .corporate-middle .middle-loadMore {
  margin-top: 0.5rem;
  padding-bottom: 2rem;
  text-align: center;
}
.corporate .corporate-content .corporate-middle .middle-loadMore .load-btn {
  display: inline-block;
  width: 6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 0.04rem;
  font-size: 0.56rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content {
  text-align: center;
  height: 18.38rem;
  background: #f8f8f8;
  padding: 0 1rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .white-top {
  padding-top: 2rem;
  padding-bottom: 1.58rem;
  font-size: 0.6rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 1rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-left,
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right {
  padding: 1.2rem 0.52rem;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: #ffffff;
  border-radius: 0.08rem;
  width: 6rem;
  height: 8.8rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-left img,
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right img {
  display: inline-block;
  margin: 1.24rem 0 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-left .blue-title,
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right .blue-title {
  font-weight: bold;
  font-size: 0.88rem;
  color: #222222;
  letter-spacing: 0;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-left .blue-desc,
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right .blue-desc {
  margin: 0.48rem 0 0 0;
  width: 4.96rem;
  font-size: 0.48rem;
  line-height: 0.7rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-left .blue-details,
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right .blue-details {
  display: block;
  font-weight: bold;
  font-size: 0.56rem;
  letter-spacing: 0;
  text-align: left;
  margin-top: 2.8rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-left .detail_img,
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right .detail_img {
  margin: 0 0 0 0.28rem;
  padding: 0;
  width: 0.3rem;
  height: 0.24rem;
  position: relative;
  top: -0.04rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-left {
  background: url(../img/marketing/img_footer_service.png) no-repeat center;
  background-size: cover;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right {
  background: url(../img/service/img_footer_marketing.png) no-repeat center;
  background-size: cover;
  margin-left: 0.5rem;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right .blue-details {
  border-radius: 0.04rem;
}
.corporate .corporate-content .corporate-bottom .bottom-white-content {
  background: #ffffff;
  padding: 0.8rem 1rem 1.6rem;
}
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-left,
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-right {
  display: inline-block;
  text-align: center;
  background: #ffffff;
  border-radius: 0.08rem;
  width: 5.8rem;
  overflow: hidden;
  /*解决浏览器中602宽度的时候元素掉下来*/
}
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-left:first-of-type,
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-right:first-of-type {
  margin: 0 0 .2rem 0;
}
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-left img,
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-right img {
  display: inline-block;
  margin: 0.8rem 0 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
}
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-left .white-title,
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-right .white-title {
  font-size: 0.6rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 0.6rem;
}
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-left .white-desc,
.corporate .corporate-content .corporate-bottom .bottom-white-content .white-content-right .white-desc {
  margin: 0.4rem 0 0;
  font-size: 0.48rem;
  color: #999999;
  line-height: 0.68rem;
}
.corporate .corporate-content .corporate-apply {
  height: 8.8rem;
  background: url(../img/corporate_apply.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.corporate .corporate-content .corporate-apply .apply-desc-title,
.corporate .corporate-content .corporate-apply .apply-desc {
  font-size: 0.64rem;
  color: #fff;
}
.corporate .corporate-content .corporate-apply .apply-desc-title {
  padding-top: 2rem;
  margin-bottom: 0.4rem;
}
.corporate .corporate-content .corporate-apply .apply-btn {
  display: inline-block;
  margin-top: 1.2rem;
  width: 6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  background-color: #0067ed;
  border-radius: 0.04rem;
  font-size: 0.64rem;
  color: #fff;
}
.corporate.corporate-wx .corporate-top-cover .banner-img {
  top: 4rem;
}
.details-popup .detail-title,
.office-popup .detail-title,
.online-popup .detail-title,
.call-popup .detail-title,
.bonus-popup .detail-title,
.library-popup .detail-title,
.competence-popup .detail-title {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.details-popup .detail-title p,
.office-popup .detail-title p,
.online-popup .detail-title p,
.call-popup .detail-title p,
.bonus-popup .detail-title p,
.library-popup .detail-title p,
.competence-popup .detail-title p {
  font-size: .96rem;
  color: #222;
  line-height: 1.2rem;
  font-weight: bold;
}
.details-popup .detail-title:nth-of-type(1),
.office-popup .detail-title:nth-of-type(1),
.online-popup .detail-title:nth-of-type(1),
.call-popup .detail-title:nth-of-type(1),
.bonus-popup .detail-title:nth-of-type(1),
.library-popup .detail-title:nth-of-type(1),
.competence-popup .detail-title:nth-of-type(1) {
  padding-top: .67rem;
}
.details-popup .detail-title span,
.office-popup .detail-title span,
.online-popup .detail-title span,
.call-popup .detail-title span,
.bonus-popup .detail-title span,
.library-popup .detail-title span,
.competence-popup .detail-title span {
  display: inline-block;
  font-weight: normal;
  font-size: 0.56rem;
  color: #0067ed;
  margin-bottom: 2px;
}
.details-popup .text-top,
.office-popup .text-top,
.online-popup .text-top,
.call-popup .text-top,
.bonus-popup .text-top,
.library-popup .text-top,
.competence-popup .text-top {
  font-size: .5rem!important;
  color: #000!important;
  font-weight: normal!important;
  margin-bottom: .2rem;
}
.details-popup .detail-text,
.office-popup .detail-text,
.online-popup .detail-text,
.call-popup .detail-text,
.bonus-popup .detail-text,
.library-popup .detail-text,
.competence-popup .detail-text {
  width: 100%;
  padding-left: .73rem;
  padding-right: .73rem;
  margin-bottom: .64rem;
}
.details-popup .detail-text p,
.office-popup .detail-text p,
.online-popup .detail-text p,
.call-popup .detail-text p,
.bonus-popup .detail-text p,
.library-popup .detail-text p,
.competence-popup .detail-text p {
  text-align: center;
  line-height: .9rem;
  font-size: .5rem;
  color: #999999;
  letter-spacing: .03rem;
  text-indent: 0;
  padding: 0 0.5rem;
}
.details-popup .detail-pic,
.office-popup .detail-pic,
.online-popup .detail-pic,
.call-popup .detail-pic,
.bonus-popup .detail-pic,
.library-popup .detail-pic,
.competence-popup .detail-pic {
  margin-bottom: 1.95rem;
  padding-left: 1.01rem;
  padding-right: 1.01rem;
}
.detail-text-same {
  margin-bottom: 2.5rem!important;
}
.dark-text .container .logo {
  background: url(../img/logo_black.png);
  background-size: cover;
}
.dark-text .container .mobile-nav span {
  background-color: #000;
}
.fixed-header .container .logo {
  background: url(../img/logo1.png);
  background-size: cover;
}
.fixed-header .container .mobile-nav span {
  background-color: #000;
}
.qd-btn-green,
.qd-btn-blue,
.qd-btn-yellow,
.qd-btn-white {
  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;
}
.qd-btn-white {
  border: 1px solid #ccc;
  color: #222;
}
.qd-btn-green:hover,
.qd-btn-blue:hover,
.qd-btn-yellow:hover {
  color: #fff;
}
.qd-btn-white:hover {
  border: 1px solid #a8abb3;
}
.qd-btn-white:active {
  border: 1px solid #a8abb3;
  background-color: #ebedf2;
}
.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;
}
header.headr-dark .logo {
  background-image: url(../img/logo1.png);
}
header.headr-dark .mobile-nav span.menu-icon-first,
header.headr-dark .mobile-nav span.menu-icon-second,
header.headr-dark .mobile-nav span.menu-icon-thrid {
  background-color: #222;
}
.container .banner {
  background: #a9abb2;
}
.container .banner .banner-bg {
  width: 100%;
}
.container .banner .banner-text {
  padding: 0 0.4rem;
  position: absolute;
  left: 0;
  top: 3.2rem;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.container .banner .banner-text .banner-title {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.container .banner .banner-text .desc {
  height: 4.4rem;
  padding: 0 1rem;
  font-size: 0.56rem;
  line-height: 0.9rem;
  margin-bottom: 1rem;
}
.container .banner .banner-text .video-play-button {
  display: inline-block;
  width: 1.88rem;
  height: 1.88rem;
  background: url(../img/ic_play.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 1rem;
  visibility: hidden;
}
.container .banner .banner-text .apply-btn {
  display: block;
  margin: 0 auto;
  width: 6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 2px;
  font-size: 0.56rem;
  color: #fff;
  background-color: #0067ed;
  margin-bottom: 1.8rem;
}
.container .banner .banner-text .apply-btn:hover {
  background-color: #197dff;
}
.container .banner .banner-text .apply-btn:active {
  background-color: #0056c7;
}
.container .banner .banner-text .banner-info {
  width: 100%;
}
.container .banner .banner-text .banner-info td {
  font-size: 0.42rem;
}
.container .banner .banner-text .banner-info .banner-info-ico td {
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center 0;
}
.container .banner .banner-text .banner-info .banner-info-ico td:nth-child(1) {
  width: 40%;
  background-image: url(../img/ic_conversation.png);
}
.container .banner .banner-text .banner-info .banner-info-ico td:nth-child(2) {
  width: 22%;
  background-image: url(../img/ic_industry.png);
}
.container .banner .banner-text .banner-info .banner-info-ico td:nth-child(3) {
  width: 38%;
  background-image: url(../img/ic_client.png);
}
.container .banner .banner-text .banner-info .banner-info-ico td {
  background-size: 0.6rem 0.6rem;
}
.container .banner-dark {
  color: #222;
}
.container .banner-dark .banner-text {
  color: #222;
}
.container .banner-dark .banner-text .video-play-button {
  visibility: hidden;
}
.container .banner-dark .banner-text .banner-info .banner-info-ico td:nth-child(1) {
  background-image: url(../img/ic_conversation_bk.png);
}
.container .banner-dark .banner-text .banner-info .banner-info-ico td:nth-child(2) {
  background-image: url(../img/ic_industry_bk.png);
}
.container .banner-dark .banner-text .banner-info .banner-info-ico td:nth-child(3) {
  background-image: url(../img/ic_client_bk.png);
}
.container .banner-dark .banner-text .swiper-pagination span {
  background-color: #222;
  opacity: 0.3;
}
.container .banner-dark .banner-text .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.container .swiper-news {
  width: 88%;
  margin: 40px auto;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.container .swiper-news .news-banner {
  display: block;
  width: 100%;
  height: 7.05rem;
  background: #a9abb2;
}
.container .swiper-news .text {
  padding-top: 0.6rem;
  padding-left: 0.6rem;
  padding-bottom: 0.6rem;
}
.container .swiper-news .text .icon {
  width: 2.5rem;
}
.container .swiper-news .text .desc {
  font-size: 0.7rem;
  line-height: 1.4rem;
}
.container .swiper-news .text .time {
  font-size: 0.48rem;
  color: #999;
}
.container .swiper-news .text .logoAnddesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .swiper-news .text .logoAnddesc img {
  width: 4rem;
  height: 1.76rem;
  margin-left: -0.2rem;
}
.container .swiper-news .text .logoAnddesc .logoAnddesc-span {
  font-size: .48rem;
  line-height: 1.76rem;
  margin-right: .6rem;
  color: #898989;
  position: relative;
  top: 2px;
}
.container .swiper-news .introduction1 {
  padding: 1.2rem 1rem;
}
.container .swiper-news .introduction1 .profile {
  width: 100%;
}
.container .swiper-news .introduction1 .profile .title .text {
  float: left;
  padding-left: 0;
  padding-top: 0;
}
.container .swiper-news .introduction1 .profile .title .text .industry {
  color: #999;
  font-size: 0.48rem;
  margin-bottom: .4rem;
}
.container .swiper-news .introduction1 .profile .title .text .brand {
  color: #222;
  font-size: .72rem;
}
.container .swiper-news .introduction1 .profile .title .logo1 {
  background-image: url(../img/logo_company_1.png);
}
.container .swiper-news .introduction1 .profile .title .logo2 {
  background-image: url(../img/logo_company_2.png);
}
.container .swiper-news .introduction1 .profile .title .logo3 {
  background-image: url(../img/logo_company_3.png);
}
.container .swiper-news .introduction1 .profile .title .logo4 {
  background-image: url(../img/logo_company_4.png);
}
.container .swiper-news .introduction1 .profile .title .logo5 {
  background-image: url(../img/logo_company_5.png);
}
.container .swiper-news .introduction1 .profile .title .logo6 {
  background-image: url(../img/logo_company_6.png);
}
.container .swiper-news .introduction1 .profile .title .logo {
  width: 4.8rem;
  height: 3.2rem;
  margin-top: -0.62rem;
  float: right;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.container .swiper-news .introduction1 .profile blockquote {
  position: relative;
  margin: 0;
  font-size: 0.56rem;
  line-height: 0.88rem;
  padding-top: 0.5rem;
}
.container .swiper-news-wrap {
  position: relative;
  margin-bottom: 2.4rem;
}
.container .swiper-news-wrap .swiper-pagination {
  position: absolute;
  top: 11.6rem;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 0.25rem;
  z-index: 3;
}
.container .swiper-news-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 1.6rem;
  height: 4px;
  border-radius: 0;
  margin: 0 0.16rem;
  text-indent: -9999px;
  cursor: pointer;
  background: #d9d9d9;
  opacity: 1;
}
.container .swiper-news-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #222;
}
.container .respondsiveslider-news {
  width: 88%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.container .respondsiveslider-news .news-box {
  width: 300%;
  text-align: left;
  position: relative;
  left: 0;
  top: 0;
}
.container .respondsiveslider-news .news-box li {
  float: left;
  width: 33.33%;
  background-color: #fff;
  border-radius: 2px;
}
.container .respondsiveslider-news .news-box li .news-banner {
  display: block;
  width: 100%;
  height: auto;
}
.container .respondsiveslider-news .news-box li .text {
  padding-top: 0.6rem;
  padding-left: 0.6rem;
  padding-bottom: .6rem;
}
.container .respondsiveslider-news .news-box li .text .icon {
  width: 2.5rem;
}
.container .respondsiveslider-news .news-box li .text .desc {
  font-size: 0.7rem;
  line-height: 1.4rem;
}
.container .respondsiveslider-news .news-box li .text .time {
  font-size: 0.48rem;
  color: #999;
}
.container .index-main .item-block {
  width: 88%;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin: 2.4rem auto 1.5rem;
  padding-bottom: 1.4rem;
}
.container .index-main .item-block dl {
  float: left;
  width: 45%;
  padding-top: 1.4rem;
}
.container .index-main .item-block dl dt .ico-service {
  background-image: url(../img/ico-main-service.png);
}
.container .index-main .item-block dl dt .ico-marketing {
  background-image: url(../img/ico-main-marketing.png);
}
.container .index-main .item-block dl dt .ico-cooperate {
  background-image: url(../img/ico-main-cooperate.png);
}
.container .index-main .item-block dl dt .ico-open {
  background-image: url(../img/ico-main-open.png);
}
.container .index-main .item-block dl dt p {
  margin: 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container .index-main .item-block dl dd {
  text-align: center;
}
.container .index-main .item-block dl dd strong {
  font-size: 0.6rem;
  color: #222;
  margin: 0.3rem 0;
  display: inline-block;
}
.container .index-main .item-block dl dd p {
  font-size: 0.44rem;
  line-height: 0.68rem;
  color: #999;
}
.container .index-main .item-block a:nth-child(even) dl {
  margin-right: 5%;
}
.container .index-main .item-block a:nth-child(odd) dl {
  margin-left: 5%;
}
.container .main-box .main-product-desc {
  background-color: #fff;
  padding: 1.8rem 1rem 2rem;
}
.container .main-box .main-product-desc .title span {
  font-size: 0.8rem;
  color: #0067ed;
  vertical-align: 10px;
}
.container .main-box .main-product-desc .title .tip {
  margin-left: 0.2rem;
  font-size: .6rem;
  color: #666;
  font-weight: normal;
}
.container .main-box .main-product-desc .main-box-des {
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #000;
  font-weight: bold;
}
.container .main-box .main-product-desc .main-box-img {
  width: 13rem;
  height: 10rem;
}
.container .main-box .main-product-desc .main-box-img-service {
  background: url(../img/img_service.png) 0 0 no-repeat;
}
.container .main-box .main-product-desc .main-box-img-marketing {
  background: url(../img/img_marketing1.png) 0 0 no-repeat;
}
.container .main-box .main-product-desc .main-box-img-collaboration {
  height: 11.2rem;
  background: url(../img/img_collaboration1.png) 0 0 no-repeat;
}
.container .main-box .main-product-desc .main-box-img {
  background-size: 100% 100%;
  margin: .8rem 0;
}
.container .main-box .main-product-desc .main-box-function li {
  float: left;
  width: 6rem;
  border-top: 0.12rem solid #0067ed;
  padding-top: 0.7rem;
}
.container .main-box .main-product-desc .main-box-function li .title {
  color: #222;
  font-size: 0.72rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.container .main-box .main-product-desc .main-box-function li .desc {
  color: #999;
  font-size: 0.56rem;
  line-height: 0.88rem;
}
.container .main-box .main-product-desc .main-box-function li:nth-child(1) {
  float: left;
}
.container .main-box .main-product-desc .main-box-function li:nth-child(2) {
  float: right;
}
.container .main-box .main-product-desc .main-box-btn {
  text-align: center;
  margin-top: 1.8rem;
}
.container .main-box .main-product-desc .main-box-btn a {
  display: inline-block;
  width: 6rem;
  height: 1.8rem;
  font-size: 0.56rem;
  line-height: 1.8rem;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
.container .main-box .main-product-desc .main-box-btn .learn-more {
  border-radius: 2px;
  color: #222;
  border: 1px solid #ccc;
}
.container .main-box .main-product-desc-service .title em {
  background: url(../img/ico-main-service.png) 0 0 no-repeat;
}
.container .main-box .main-product-desc-service .title span {
  color: #222;
  font-weight: bold;
}
.container .main-box .main-product-desc-marketing {
  background-color: #f8f8f8;
}
.container .main-box .main-product-desc-marketing .title em {
  background: url(../img/ico-main-marketing.png) 0 0 no-repeat;
}
.container .main-box .main-product-desc-marketing .title span {
  color: #222;
  font-weight: bold;
}
.container .main-box .main-product-desc-marketing .main-box-function li {
  border-top-color: #ff6f67;
}
.container .main-box .main-product-desc-collaboration .title em {
  background: url(../img/ico-main-cooperate.png) 0 0 no-repeat;
}
.container .main-box .main-product-desc-collaboration .title span {
  color: #222;
  font-weight: bold;
}
.container .main-box .main-product-desc-collaboration .main-box-function li {
  border-top-color: #1dd342;
}
.container .main-box .main-product-desc .title em {
  position: relative;
  top: -0.05rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}
.container .api-box {
  width: 100%;
  background: url(../img/img_api.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 2.6rem 1.2rem 2rem;
  color: #fff;
  text-align: center;
}
.container .api-box .icon {
  margin-bottom: 1rem;
}
.container .api-box .icon em {
  display: block;
  width: 1.12rem;
  height: 1.26rem;
  margin: 0 auto 0.5rem;
  background: url(../img/img_api_white1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.container .api-box .icon span {
  font-size: 0.6rem;
}
.container .api-box .title {
  font-size: 0.7rem;
  line-height: 1.1rem;
  margin-bottom: 0.8rem;
}
.container .api-box .desc {
  font-size: 0.56rem;
  line-height: 0.9rem;
  opacity: 0.6;
}
.container .caselist_mobile_module {
  background: #fff;
  padding: 1.6rem 0 1.6rem;
}
.container .caselist_mobile_module .index-title-caselist {
  color: #222;
  font-size: .8rem;
  line-height: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.container .caselist_mobile_module #logo_mobile {
  margin: 0 auto;
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .caselist_mobile_module #logo_mobile li {
  margin-right: .2rem;
  margin-bottom: .2rem;
}
.container .caselist_mobile_module #logo_mobile li:nth-of-type(4n) {
  margin-right: 0;
  margin-bottom: 0;
}
.container .caselist_mobile_module #logo_mobile li img {
  width: 2.8rem;
  height: 1.6rem;
  display: block;
}
.container .caselist_mobile_module .check_more_case {
  margin: 1.2rem auto 0;
  width: 6rem;
  height: 1.8rem;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.container .caselist_mobile_module .check_more_case a {
  color: #222;
  display: inline-block;
  width: 6rem;
  height: 1.8rem;
  font-size: 0.56rem;
  line-height: 1.8rem;
  text-align: center;
  text-decoration: none;
}
.container .caselist_mobile_module .swiper-news-wrap .swiper-container-four {
  margin-top: 1.2rem;
}
.container .unslider {
  width: 100%;
  position: relative;
}
.container .unslider ul,
.container .unslider ol {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 0;
}
.container .unslider .unslider-nav {
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 0.25rem;
}
.container .unslider .unslider-nav ol {
  display: inline-block;
}
.container .unslider .unslider-nav ol li {
  float: left;
  border: 1px solid #ccc;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin: 0 0.16rem;
  text-indent: -9999px;
  cursor: pointer;
}
.container .unslider .unslider-nav ol .unslider-active {
  background: #222;
  border-color: #222;
}
.container .unslider .respondsiveslider-server {
  width: 88%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #fff;
  margin: 1.5rem auto 2.6rem;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.container .unslider .respondsiveslider-server ul {
  width: 300%;
  text-align: left;
  position: relative;
  left: 0;
  top: 0;
}
.container .unslider .respondsiveslider-server ul li {
  width: 33.33%;
  float: left;
}
.container .unslider .respondsiveslider-server ul li .introduction1 {
  padding: 1.2rem 1rem;
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile {
  width: 100%;
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .text {
  float: left;
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .text .industry {
  color: #999;
  font-size: 0.48rem;
  margin-bottom: .4rem;
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .text .brand {
  color: #222;
  font-size: .72rem;
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .logo1 {
  background-image: url(../img/logo_company_1.png);
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .logo2 {
  background-image: url(../img/logo_company_2.png);
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .logo3 {
  background-image: url(../img/logo_company_3.png);
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .logo4 {
  background-image: url(../img/logo_company_4.png);
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .logo5 {
  background-image: url(../img/logo_company_5.png);
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .logo6 {
  background-image: url(../img/logo_company_6.png);
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile .title .logo {
  width: 4.8rem;
  height: 3.2rem;
  margin-top: -0.62rem;
  float: right;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.container .unslider .respondsiveslider-server ul li .introduction1 .profile blockquote {
  position: relative;
  margin: 0;
  font-size: 0.56rem;
  line-height: 0.88rem;
  padding-top: 0.5rem;
}
.container .banner-enter img {
  margin-bottom: -1px;
}
.container .corporate-apply.white {
  background-image: url(../img/white-banner.png);
  color: #333;
}
.container .corporate-apply.white span {
  font-weight: bold;
}
.container .corporate-apply {
  height: 8.8rem;
  background: url(../img/corporate_apply.png) no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.container .corporate-apply .apply-desc-title {
  font-size: 0.64rem;
  padding-top: 2rem;
  margin-bottom: 0.4rem;
}
.container .corporate-apply .apply-desc {
  font-size: 0.64rem;
}
.container .corporate-apply .apply-btn {
  display: inline-block;
  margin-top: 1.2rem;
  width: 6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  background-color: #0067ed;
  border-radius: 2px;
  font-size: 0.56rem;
  color: #fff;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20001;
  display: none;
}
.popup .popup-in {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.popup .popup-bg {
  position: absolute;
  background: #000;
  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: 15px;
  width: 35px;
  height: 35px;
  background: url("../img/icon-close.png") center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  z-index: 4;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20001;
  display: none;
}
.popup .popup-in {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.popup .popup-bg {
  position: absolute;
  background: #000;
  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: 15px;
  width: 35px;
  height: 35px;
  background: url("../img/icon-close.png") center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  z-index: 4;
}
.popup .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #a9abb2;
  height: 22rem;
}
.swiper-banner-wrap .swiper-container {
  width: 100%;
}
.swiper-banner-wrap .swiper-pagination {
  position: absolute;
  top: 18rem;
}
.swiper-banner-wrap .swiper-pagination span {
  width: 0.8rem;
  height: 0.08rem;
  margin-right: 0.2rem;
  border-radius: 0;
  background-color: #fff;
}
.swiper-banner-wrap .swiper-pagination span:last-of-type {
  margin-right: 0;
}
.swiper-banner-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-banner-wrap .swiper-pagination-dark span {
  opacity: 0.3;
  background-color: #222;
}
.swiper-banner-wrap .swiper-pagination-dark .swiper-pagination-bullet-active {
  opacity: 0.8;
  background-color: #222;
}






