* {
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
}

.fl{
  float: left;
}

.fr{
  float: right;
}

/******************** scroll ********************/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}


.btn {
  width: 160px;
  height: 52px;
  background: #1c6eeb;
  box-shadow: 0px 2px 16px 2px rgba(69, 143, 255, 0.56);
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
  padding: 0;
  vertical-align: inherit;
  display: block;
}

.btn:hover{
  color: #fff;
}

/* 头部 */
.nav-wrapper {
  /* height: 70px;
      background-color: #6cf;
      position: fixed;
      top: 0;
      width: 100%; */

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: transparent;
  z-index: 89;
}

.top-nav {
  background-color: #fff;
  box-shadow: 0 8px 16px 0 hsla(0, 0%, 87.5%, 0.24);
}

.nav-wrapper .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 700px;
  height: 70px;
}
.nav-wrapper .nav_left {
  /* width: 40%;
      background-color: pink;
      position: absolute;
      left: 0;
      top: 11px; */

  width: 454px;
  justify-content: space-between;
  align-items: center;
}
.nav-wrapper .nav_right {
  /* width: 35%;
      background-color: #0a0;
      position: absolute;
      right: 0;
      top: 25px; */

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-wrapper .nav_right span {
  /* padding: 0 8px; */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #465e83;
  line-height: 22px;
  letter-spacing: 2px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.nav-wrapper .nav_right span.phone > div {
  width: 220px;
  height: 58px;
  position: absolute;
  top: 30px;
  left: -10px;
  z-index: 1;
  /* background-color: #f7f7f7; */
  border-radius: 8px;
  /* box-shadow: 0px 0px 16px #ccc; */
  display: none;
}
.nav-wrapper .nav_right span.iscol {
  background: #ffffff;
  border-radius: 8px;
}
.nav-wrapper .nav_right span.item-span {
  width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.nav-wrapper .nav_right span.gzh {
  width: 84px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.nav-wrapper .nav_right span.item-span > div > i {
  position: absolute;
  left: 30px;
  top: -9px;
  content: "";
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  margin: 0 auto;
  border-bottom-color: #fff;
}
.nav-wrapper .nav_right span.WeChat > div,
.nav-wrapper .nav_right span.accounts > div {
  width: 220px;
  /* height: 160px; */
  position: absolute;
  top: 30px;
  left: -10px;
  z-index: 1;
  /* background-color: #f7f7f7; */
  border-radius: 8px;
  /* box-shadow: 0px 0px 16px #ccc; */
  display: none;
}
.nav-wrapper .nav_right span.accounts > div {
  height: 178px;
}

.nav-wrapper .nav_right span.WeChat > div > img,
.nav-wrapper .nav_right span.accounts > div > img {
  width: 100%;
}

.nav-wrapper .nav_right span.shu {
  padding: 0;
  margin: 0 8px;
  color: #dcdcdc;
}

.nav-wrapper .nav_right span.experience {
  color: #ffffff;

  width: 84px;
  height: 36px;
  background: #0052d9;
  border-radius: 8px;
  margin-left: 28px;
  text-align: center;
  line-height: 36px;
}

/* 主体 */
.banner {
  position: relative;
  width: 100%;
  height: 520px;
  background: url("/static/Public/images/BaiduPushLandingPage/01@2x.png") no-repeat 100% 32%;
  background-size: cover;
  overflow: hidden;
}
.banner-box {
  width: 1200px;
  margin: 173px auto 0;
  position: relative;
}
.banner-box h3 {
  margin-bottom: 32px;
  font-size: 38px;
  font-weight: 600;
  color: #333;
}
.banner-box p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 4px;
}
.banner-box .banner-experience {
  margin-top: 50px;
  color: #ffffff;
  font-size: 18px;
  width: 160px;
  height: 52px;
  background: #1c6eeb;
  box-shadow: 0px 2px 16px 2px rgba(69, 143, 255, 0.56);
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
.banner-box .banner-img {
  position: absolute;
  right: 0;
  top: -78px;
  width: 56%;
}
.banner-box .banner-img img {
  width: 100%;
}

/* 新闻 */
.journalism {
  width: 100%;
  background: #f8fbff;
}
.journalism h4 {
  padding: 30px 0 0px;
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333;
  line-height: 45px;
  letter-spacing: 1px;
}
/* 新闻顶部 */
.number {
  height: 72px;
  position: relative;
  top: -41px;
  width: 100%;
}
.number div {
  display: flex;
  /* justify-content: space-between; */
  width: 1200px;
  margin: 0 auto;
}
.number span {
  display: inline-block;
  height: 72px;
  flex: 1;
  font-size: 20px;
  color: #0052d9;
  font-weight: 600;

  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  box-shadow: 0px 0px 10px 0px rgba(55, 99, 170, 0.2);
  border-radius: 4px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 72px;
  cursor: pointer;
}
.number span:nth-child(2) {
  margin: 0 30px;
}

/* 新闻中心 */
.journalism-main {
  position: relative;
  height: 2520px;
  width: 1200px;
  margin: 0 auto;
}
.journalism-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
.journalism-box .journalism-left {
  min-width: 437px;
  left: unset;
  margin: 240px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 40%;
}

.journalism-left .animate {
  display: none;
}
.journalism-left .animate:nth-child(1) {
  /* display: block; */
}
.journalism-left .animate.animate-show {
  display: block;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.journalism-left .animate-title {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  font-family: PingFangSC-Semibold, PingFang SC;
  margin-bottom: 32px;
}
.journalism-left .animate-describe {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  width: 320px;
  line-height: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.journalism-left .btn {
  margin-top: 50px;
}

.journalism-box .journalism-right {
  width: 60%;
}
.journalism-box .journalism-right img {
  width: 100%;
}

/* 分析 */
.analyse {
  padding: 80px 0 60px;
  background-color: #fff;
}
.analyse > h4 {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.analyse > p {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #545e6d;
  margin: 80px 0 60px;
  text-align: center;
}
.analyse > p > span {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fa8919;
  margin: 80px 0 60px;
  text-align: center;
}
.analyse > .analyseNum {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #545e6d;
  margin: 80px 0 60px;
  text-align: center;
}
.analyse > .analyseNum > ul {
  display: inline-block;
  vertical-align: bottom;
}

.analyse-ul-one {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 50px auto 0;
}
.analyse-ul-one > li {
  margin-right: 8px;
  display: inline-block;
  padding: 24px 24px 24px;
  background-color: #f3f6fa;
  flex: 1;
  position: relative;
}
.analyse-ul-one > li h6 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.analyse-ul-one > li > p {
  padding-top: 11px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #fa8919;
  font-weight: bold;
}
.analyse-ul-one > li > p > span {
  padding-left: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.analyse-ul-one > li > span {
  padding-left: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;

  position: absolute;
  top: 62px;
}

.analyse-ul-two {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.analyse-ul-two > li {
  margin-right: 84px;
  text-align: center;
}
.analyse-ul-two > li > div {
  height: 420px;
  display: inline-block;
}
.analyse-ul-two > li .analyse-ul-two-img1 {
  width: 266px;
  background: url("/static/Public/images/BaiduPushLandingPage/07@2x.png") center center / cover no-repeat;
  box-shadow: 0px -8px 25px 9px rgba(114, 114, 114, 0.1);
  border-radius: 16px 16px 0px 0px;
}
.analyse-ul-two > li .analyse-ul-two-img2 {
  width: 266px;
  background: url("/static/Public/images/BaiduPushLandingPage/08@2x.png") center center / cover no-repeat;
  box-shadow: 0px -8px 25px 9px rgba(114, 114, 114, 0.1);
  border-radius: 16px 16px 0px 0px;
}
.analyse-ul-two > li .analyse-ul-two-img3 {
  width: 266px;
  background: url("/static/Public/images/BaiduPushLandingPage/09@2x.png") center center / cover no-repeat;
  box-shadow: 0px -8px 25px 9px rgba(114, 114, 114, 0.1);
  border-radius: 16px 16px 0px 0px;
}
.analyse-ul-two > li h6 {
  margin-top: 40px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.analyse-ul-two > li:nth-child(3) {
  margin-right: 0;
}

/* 流动工具 */
.flow-area {
  padding: 60px 0 80px;
  background-color: #f8fbff;
}
.flow-area > h4 {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.flow-area .flow-list {
  display: flex;
  align-items: flex-start;
  width: 1200px;
  margin: 60px auto;
  cursor: pointer;
}
.flow-area .flow-list li {
  margin-right: 22px;
  padding: 15px 45px;
  flex: 1;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
}
.flow-area .flow-list li:nth-child(6) {
  margin-right: 0;
}
.flow-area .flow-item-box {
  /* height: 750px;
      overflow: hidden; */
}
.flow-area .flow-item-img {
  width: 1200px;
  margin: 0 auto;

  /* padding: 0 4%;
      opacity: 0 */
}
/* .flow-area .flow-item-img.item-show{
      opacity: 1;
      transform: translateY(-25px);
      -webkit-transform: translateY(-25px);
      transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
      -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
  } */
.flow-area .flow-item-img h4 {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin: 60px auto 40px;
  text-align: center;
}
.flow-area .flow-item-img img {
  width: 100%;
}

/* ------------------------------------------------------------------------------------ */
/* 新的滚动流动工具 */
.flow-area {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-wrap {
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);

  width: 1200px;
  margin: 0 auto;
}

.section-wrap .section {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-wrap .section .title {
  width: 100%;
  position: absolute;
  top: 10%;
  color: #fff;
  font-size: 2.4em;
  text-align: center;
}

.section-wrap .section .title img,
.section-wrap .section .title h4 {
  padding: 0 4%;
  opacity: 0;
}

.section-wrap .section .title.active .tit {
  opacity: 1;
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
  -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.section-wrap .section-1 {
  background-color: #337ab7;
}

.section-wrap .section-2 {
  background-color: #5cb85c;
}

.section-wrap .section-3 {
  background-color: #5bc0de;
}

.put-section-0 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.put-section-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.put-section-2 {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
}

.section-btn {
  display: none;
}

/* ------------------------------------------------------------------------------------ */

/* 管理 */
.manage {
  padding: 80px 0;
  background-color: #ffffff;
}
.manage > h4 {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}

.manage .manage-box {
  display: flex;
  width: 1200px;
  margin: 60px auto 0;
}

.manage .manage-box > div {
  flex: 1;
  text-align: center;
}
.manage .manage-box > div:nth-child(1) {
  margin-right: 40px;
}
.manage-box h4 {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}
.manage-box p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-bottom: 30px;
}
.manage-box img {
  box-shadow: 0px -8px 25px 9px rgba(114, 114, 114, 0.1);
  /* border-radius: 16px 16px 0px 0px; */
  border-radius: 14px;
  width: 100%;
}

/* 多平台 */
.multi-platform {
  padding: 80px 0 60px;
  background-color: #f8fbff;
}
.multi-platform > h4 {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.multi-platform .platform-list {
  display: flex;
  align-items: flex-start;
  width: 1200px;
  margin: 60px auto 160px;
  cursor: pointer;
}
.multi-platform .platform-list li {
  margin-right: 22px;
  padding: 15px 45px;
  flex: 1;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
}
.multi-platform .platform-list li:nth-child(6) {
  margin-right: 0;
}
.multi-platform .platform-img-one {
  width: calc(1200px - 20%);
  margin: 0px auto 160px;
}
.multi-platform h5 {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.multi-platform .platform-img-two {
  width: 1200px;
  margin: 50px auto 0;
}
.multi-platform img {
  width: 100%;
}

/* 底部 */
.foot {
  background-color: #f5f7fa;
}
.foot > div {
  width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot > div > div:nth-child(1) {
  width: 240px;
}
.foot > div > div:nth-child(2) {
  width: 346px;
}
.foot > div > div:nth-child(3) {
  width: 398px;
}

.foot h4 {
  font-size: 18px;
  color: #4b5b76;
  margin-bottom: 6px;
}
.foot ul li {
  font-size: 14px;
  margin: 4px 0;
  color: #4b5b76;
}
.foot p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4b5b76;
  line-height: 24px;
}

.foot img {
  width: 100%;
}

/* .foot h4{
      font-size: 18px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 600;
      color: #4B5B76;
      margin-bottom: 16px;
  }
  .foot ul{
      display: flex;
      justify-content: space-between;
  }
  .foot ul li{
  
      font-size: 14px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 600;
      color: #4B5B76;
  } */

@keyframes upbit {
  from {
    transform: translate3d(0, 3rem, 0);
    opacity: 0.3;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* 遮罩 */
/* .el-dialog__wrapper{
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: auto;
      margin: 0;
  } */

.big-link {
  display: none;
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  top: 50% !important;
  left: 50%;
  margin-left: -262px;
  margin-top: -300px;
  width: 522px;
  height: 600px;

  /* width: 604px;
      height: 684px; */
  background: url("/static/Public/images/BaiduPushLandingPage/19.png") no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 101;
  /* -moz-border-radius: 5px;
      -webkit-border-radius: 5px; */
  /* border-radius: 5px; */
  /* -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
      -box-shadow: 0 0 10px rgba(0, 0, 0, .4); */
}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 28px;
  right: 28px;
  /* top: 54px;
      right: 70px; */
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  /* font-weight: bold; */
  cursor: pointer;
}

.reveal-modal .myModal-logo {
  padding: 32px 40px 70px;
  /* padding: 62px 78px 50px; */
}

.reveal-modal .myModal-h4 {
  padding: 0px 45px 32px;
  /* padding: 0px 78px 32px; */
}
.reveal-modal h4 {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333300;
  line-height: 45px;
  width: 440px;
}
.reveal-modal h4 span {
  color: #0052d9;
}

.reveal-modal .myModal-p {
  padding: 0px 45px 70px;
  /* padding: 0px 78px 70px; */
}

.reveal-modal .myModal-p p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.reveal-modal .myModal-p p:nth-child(1) {
  margin-bottom: 10px;
}
.reveal-modal .myModal-p span {
  color: #0052d9;
}

.reveal-modal .myModal-btn {
  padding: 0px 45px;
  /* padding: 0px 78px; */
}
.reveal-modal .myModal-btn .btn {
  margin-top: 0;
  margin-bottom: 160px;
}

/* -----------------------滚动插件的样式------------------------------- */
.number-item {
  text-align: center;
  width: 14px;
  height: 28px;
  line-height: 70px;
  float: left;
  list-style: none;
  font-family: Digital-7;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  background: transparent;
  box-shadow: 0 0 0 0;
  margin-right: 3px;
  display: flex;
  justify-content: center;
}

.comma {
  position: relative;
  top: -22px;
  width: 2px;
}

.number-item span i {
  font-style: normal;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 1s ease-in-out;
  letter-spacing: 10px;
  font-family: Helvetica-Bold, Helvetica;
}

/* footer 备案 */

.jufa-copyright {
  color: #999;
  margin-top: 10px;
  overflow: hidden;
  margin: auto;
  display: block !important;
  text-align: center;
  clear: both;
  padding: 5px 0 20px;
  line-height: 25px;
  font-size: 12px;
}

.jufa-copyright a {
  color: #5d667a;
  font-size: 13px;
  text-decoration: none;
}
