@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;
}
.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;
}
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/img_footer_service.png) no-repeat center;
  background-size: cover;
}
.corporate .corporate-content .corporate-bottom .bottom-blue-content .blue-content-right {
  background: url(../img/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/logo1.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;
}
