body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-container {
  overflow-x: hidden;
}
a,
button {
  transition: background 0.3s ease-in-out;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

.page-preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  background: #ffffff url("img/pageload-spinner.gif") no-repeat center center;
}

.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  /* padding: 0 50px; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
}
.bloc .container {
  padding-left: 0;
  padding-right: 0;
}

/* 尺寸 */

.bloc-xl {
  padding: 150px 50px;
}
.bloc-lg {
  padding: 100px 50px;
}
.bloc-md {
  padding: 50px;
}

/* 全屏显示样式 */

.bloc-fill-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* padding-top: 20px;
  padding-bottom: 20px; */
}
.bloc-fill-screen > .container {
  align-self: flex-middle;
  flex-grow: 1;
  display: flex;
}
.bloc-fill-screen > .container > .row {
  flex-grow: 1;
  align-self: center;
  width: 100%;
}
.bloc-fill-screen .fill-bloc-top-edge,
.bloc-fill-screen .fill-bloc-bottom-edge {
  flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge {
  align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge {
  align-self: flex-end;
}

/* BG */

.b-parallax {
  background-attachment: fixed;
}
.bg-challenge-slider-desktop-2400x1167 {
  background-image: url("img/challenge-slider-desktop-2400x1167.jpg");
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
  .b-parallax {
    background-attachment: scroll;
  }
}

/* 暗色 */

.d-bloc {
  color: rgba(255, 255, 255, 0.7);
}
.d-bloc button:hover {
  color: rgba(255, 255, 255, 0.9);
}
.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
  border-color: rgba(255, 255, 255, 0.9);
}
.d-bloc .divider-h span {
  border-color: rgba(255, 255, 255, 0.2);
}
.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
  color: rgba(255, 255, 255, 0.6);
}
.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
  color: rgba(255, 255, 255, 1);
}
.d-bloc .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 1);
}
.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}
.d-bloc .card {
  color: rgba(0, 0, 0, 0.5);
}
.d-bloc .card button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card icon {
  border-color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.d-bloc .card .a-btn {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .a-btn:hover {
  color: rgba(0, 0, 0, 1);
}
.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}

/* 亮色 */

.d-bloc .card,
.l-bloc {
  color: rgba(0, 0, 0, 0.5);
}
.d-bloc .card button:hover,
.l-bloc button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
  color: rgba(0, 0, 0, 1);
}
.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}

/* margin */

.voffset {
  margin-top: 30px;
}
.voffset-md {
  margin-top: 50px;
}
.voffset-lg {
  margin-top: 80px;
}

.hero .hero-nav {
  padding-left: inherit;
  padding-right: inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link {
  color: rgb(64, 64, 64);
}
/* 导航栏 */
.navbar-light .navbar-nav .nav-link {
  color: #404040;
}
.btco-menu li > a {
  padding: 10px 15px;
  color: #000;
}
.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
  background: transparent;
  outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after {
  transform: rotate(-90deg);
}

.mg-clear {
  margin: 0;
}
.mg-sm {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mg-lg {
  margin-top: 10px;
  margin-bottom: 40px;
}
img.mg-sm,
img.mg-md,
img.mg-lg {
  margin-top: 0;
}
img.mg-sm {
  margin-bottom: 10px;
}
img.mg-md {
  margin-bottom: 30px;
}
img.mg-lg {
  margin-bottom: 50px;
}

/* 按钮样式 */

.btn-d,
.btn-d:hover,
.btn-d:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
  outline: none !important;
}

.btn-rd {
  border-radius: 40px;
}
.btn-wire {
  background: transparent !important;
  border: 2px solid transparent;
}
.btn-wire:hover {
  background: transparent !important;
  border: 2px solid transparent;
}
.a-block {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.text-center .a-block {
  text-align: center;
}
.icon-spacer {
  margin-right: 5px;
}

/* icon样式 */
.icon-md {
  font-size: 30px !important;
}

/* 文本于icon样式 */
.glow-t {
  text-shadow: 0 0 10px #fff;
}
.blockquote {
  padding: 0 20px;
  border-left: 2px solid;
}
.blockquote.text-right {
  border-left: 0;
  border-right: 2px solid;
}

/* 卡片样式 */
.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
  border-radius: 0;
}
.card-rd {
  border-radius: 30px;
}
.card-rd .card-header {
  border-radius: 29px 29px 0 0;
}
.card-rd .card-footer {
  border-radius: 0 0 29px 29px;
}

.divider-h {
  padding: 20px 0;
  width: 100%;
  display: inline-block;
}
.divider-h span {
  display: block;
  border-top: 1px solid transparent;
}
.divider-half {
  width: 50%;
  margin: 0 auto;
}
.dropdown-menu .divider-h,
.dropdown-menu .divider-half {
  padding: 0;
}

/* 底部华东按钮模块 */

.scrollToTop {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  opacity: 0;
  z-index: 500;
  transition: all 0.3s ease-in-out;
}
.scrollToTop span {
  margin-top: 15px;
  font-size: 24px;
  color: white;

}
.showScrollTop {
  font-size: 14px;
  opacity: 1;
}
/* 二维码 */
/* .handelWe-er{
  width: 140px;
        height: 164px;
        position: fixed;
        right: 96px;
        top: 40%;
        z-index: 20;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
  font-family: "Helvetica";
}
.container {
  max-width: 1140px;
}
.h1-style {
  font-family: Ubuntu;
  font-size: 60px;
  letter-spacing: 2px;
}
.list-style {
  width: 100%;
}
.h5-style {
  font-size: 20px;
  width: 100%;
}
.text-span-color {
  color: #ffffff;
}
.row-style {
  width: 100%;
}
.navbar-brand img {
  width: 164px;
  height: 56px;
}

/* 头部 */
.header-t {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-t.fixed {
  background: rgba(255, 255, 255, 255);
}
.h2-style {
  width: 100%;
  font-size: 30px;
}
.img-style {
  height: 425px;
}
.btn-style {
  border-radius: 26px 26px 26px 26px;
}
.h2-bloc-0-style {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 6px;
  text-indent: px;
}
.h1-bloc-1-style {
  letter-spacing: 0px;
}
.h1-time1-style {
  letter-spacing: 0px;
}
.img-bloc-1-style {
  height: 380px;
}
.h1-work1-style {
  letter-spacing: 0px;
}
.img-4-style {
  width: 400px;
  height: 300px;
}
.img-ranki-style {
  height: 340px;
}
.h1-bloc-2-style {
  letter-spacing: 0px;
}
.h2-pwad-style {
  font-size: 50px;
  letter-spacing: 0px;
}
.h1-color {
  color: #ffffff;
  font-size: 40px;
}
.img-digispe-style {
  height: 200px;
}
.img-11-style {
  border-radius: 126.5px 126.5px 126.5px 126.5px;
}
.h3-style {
  letter-spacing: 1px;
  line-height: 50px;
  font-size: 25px;
}
.h1-bloc-3-style {
  font-size: 50px;
  letter-spacing: 1px;
  font-family: "Josefin Sans";
}
.card-style {
  width: 100%;
}
.p-style {
  letter-spacing: 1px;
  font-size: 25px;
}
.h3-2-style {
  font-size: 40px;
  font-family: "Josefin Sans";
  letter-spacing: 0px;
  line-height: 100px;
}
.img-bloc-3-style {
  height: 176px;
}
.img-ls-lo-style {
  height: 176px;
  width: 251px;
}
.img-bloc-4-style {
  height: 305px;
}
.img-9-style {
  width: 305px;
  height: 305px;
}
.h4-style {
  line-height: 30px;
}
.img-15-style {
  width: 150px;
  height: 150px;
}
.img-16-style {
  width: 150px;
  height: 150px;
}
.img-14-style {
  width: 150px;
  height: 150px;
}
.img-17-style {
  width: 150px;
  height: 150px;
}
.img-10-style {
  width: 150px;
  height: 150px;
}
.h3-bloc-4-style {
  letter-spacing: 3px;
  line-height: 36px;
  font-size: 25px;
}
.ljsy_btn {
  float: right;
  height: 30px;
  line-height: 30px;
  width: 90px;
  text-align: center;
  background: #f89202;
  border-radius: 4px;
  color: #ffffff !important;
  font-size: 14px;
  margin-top: 25px;
  margin-right: 30px;
}
.ljsy_btn:hover {
  text-decoration: none;
  background: #fba72f;
}
/* 微信 */
.handelWe{
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 20;
}
.handelWe img{
  width: 70px;
  height: 70px;
 
}
/* 滑动 */
.weixin{
  position:relative;
  }
  .weixin::after{
    content: '';
    background-image: url(img/ff17dfac4d723ad06650211465444ef.png);
    background-size: contain;
    position: absolute;
    right: 80px;
    top: -22px;
    z-index: 99;
    width: 140px;
    height: 164px;
   
    transform-origin: top right;
    transform: scale(0);
    opacity: 0;
  }
  
.weixin:hover::after{
  transform:scale(1);
  opacity: 1;
  }
  
/* 二 */
.handelOne{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.handelOne-a{
  margin-top: 90px;
}
.handelOne-a h2{
  font-size: 40px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #000000;
}
.handelOne-b ul{
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 0;
}
.handelOne-b ul img{
  width: 12px;
  height: 12px;
  left: 28px;
    top: 14px;
    position: relative;
}
.handelOne-b li{
  margin-left: 40px;
  font-size: 24px;
font-family: SourceHanSansCN-Normal, SourceHanSansCN;
font-weight: 400;
color: #000000;
list-style: none;
}
.handelOne-c{
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 36px;

}
.handelOne-c div {
  width: 189px;
  height: 100px;
  margin: 10px;
}
.handelOne-c div img {
  width: 189px;
  height: 100px;
 
}
.handelOne-d{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.handelOne-e{
  display: flex;
  text-align: center;
  justify-content: center;
  margin-right: 30px
}
.handelOne-e div{
  width: 520px;
  height: 430px;
 margin: auto 10px;
}
.text-p span{
  width: 240px;
  height: 580px;
  font-size: 40px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #000000;
line-height: 58px;
}
.text-p{
  margin-bottom: 20px;
}
.handelOne-e div img{
  width: 520px;
  height: 430px;
}
.handelOne-e div p{
  width: 600px;
  height: 128px;
  text-align: left;
  margin: 160px auto;
  font-size: 22px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
}
.handelOne-f{
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 36px 0 0 0;
}
.handelOne-f div span{
  width: 240px;
  height: 580px;
  font-size: 40px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #000000;
line-height: 58px;
}
.ml{
  margin: 28px auto;
}
.mll{
  display: flex;
  text-align: center;
  justify-content: center;
}
.mll div{
  width: 68px;
  height: 68px;
  margin: auto 60px;
}
.mll div img{
  width: 68px;
  height: 68px;
}
.mlll{
  width: 958px;
  margin: auto;
  
}
.mlll img{
  width: 958px;
}
.mllll{
  display: flex;
  text-align: center;
  justify-content: center;
}
.mllll div{
  width: 108px;
  height: 26px;
  margin: auto 41px;
}
.mllll div span{
  width: 108px;
  height: 26px;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #000000;
  line-height: 26px;
}
/* 案例 */
.handelOne-j{
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-bottom: 68px;
}
.sl span{
  width: 160px;
  height: 58px;
  font-size: 40px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #000000;
line-height: 58px;
}
.sll{
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sll div{
  width: 420px;
  height: 260px;
  margin: 36px;
}
.sll div img{
  width: 420px;
    height: 260px;   
}
/* 底部 */
.handelOne-h{
  margin: auto 70px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.zl{
  width: 100px;
  margin: auto 98px;
  display: flex;
  flex-direction: column;
  text-align:left
}
.zl div{
  width: 320px;
  margin: 6px auto;
}
.zl div .span1{
  width: 48px;
height: 35px;
font-size: 24px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: 500;
color: #FFFFFF;
line-height: 35px;
}
.zl .span2{
  width: 320px;
height: 24px;
font-size: 16px;
font-family: SourceHanSansCN-Normal, SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
line-height: 24px;
}
.zl div img{
  width: 120px;
  height: 120px;
}
.span1 small{
  color: #cbcccc;
}


/* bg颜色 */

.bgc-black {
  background-color: #000000;
}

/* 文本颜色 */

.tc-white {
  color: #feffff !important;
}
.tc-dim-gray {
  color: #656665 !important;
}
.tc-davys-grey {
  color: #5e5e5e !important;
}
.tc-white-2 {
  color: #feffff !important;
}
.tc-light-gray {
  color: #d5d5d5 !important;
}
.tc-white-3 {
  color: #feffff !important;
}
.tc-gray-htmlcss-gray {
  color: #797979 !important;
}

/* 按钮颜色 */

.wire-btn-white {
  color: #feffff !important;
  border-color: #feffff !important;
}
.wire-btn-white-2 {
  color: #feffff !important;
  border-color: #feffff !important;
}

/* 链接样式 */

.ltc-white {
  color: #ffffff !important;
}
.ltc-white.black {
  color: #000 !important;
}
.ltc-white:hover {
  color: #cbcccc !important;
}
.ltc-ferrari-red {
  color: #ff2600 !important;
}
.ltc-ferrari-red:hover {
  color: #cc1e00 !important;
}
.ltc-dark-gray {
  color: #a9a9a9 !important;
}
.ltc-dark-gray:hover {
  color: #878787 !important;
}

/* icon颜色 */

.icon-light-gray {
  color: #d5d5d5 !important;
  border-color: #d5d5d5 !important;
}
.icon-white {
  color: #feffff !important;
  border-color: #feffff !important;
}
.icon-light-gray-2 {
  color: #d5d5d5 !important;
  border-color: #d5d5d5 !important;
}
.icon-white-2 {
  color: #feffff !important;
  border-color: #feffff !important;
}

/* img */

.bg-powerjob_desktop_white_01 {
  background-image: url("img/powerjob_desktop_white_01.jpg");
}
.bg-Banner-01 {
  background-color:#103E79 ;
  height: 260px;
}
.bg-powerjob_desktop_white_02 {
  background-image: url("img/powerjob_desktop_white_02.png");
}
.bg-45 {
  background-image: url("img/banner.png");
}
.bg-powerjob_bg_spiral {
  background-image: url("img/powerjob_bg_spiral.svg");
}
.bg-powerjob-support-bg {
  background-image: url("img/powerjob_support_bg.jpg");
}
.bg-banner4 {
  background-image: url("img/banner4.svg");
}
.bg-bgp-newyear {
  background-image: url("img/bgp_newyear.png");
}
.ltc-blue-ryb {
  color: #0432ff !important;
}
.ltc-blue-ryb:hover {
  color: #0328cc !important;
}
.link-style {
  font-style: italic;
}

@media (max-width: 1024px) {
  .bloc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bloc.full-width-bloc,
  .bloc-tile-2.full-width-bloc .container,
  .bloc-tile-3.full-width-bloc .container,
  .bloc-tile-4.full-width-bloc .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .page-container,
  #hero-bloc {
    overflow-x: hidden;
    position: relative;
  } /* Prevent unwanted side scroll on mobile */
  .bloc {
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
  } /* iPhone X Notch Support*/
  .bloc-group,
  .bloc-group .bloc {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-container {
    overflow-x: hidden;
    position: relative;
  }
  .bloc-tile-2 .container,
  .bloc-tile-3 .container,
  .bloc-tile-4 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .a-block {
    padding: 0 10px;
  }
  .btn-dwn {
    display: none;
  }
  .voffset {
    margin-top: 5px;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  form {
    padding: 5px;
  }
  .close-lightbox {
    display: inline-block;
  }
  .blocsapp-device-iphone5 {
    background-size: 216px 425px;
    padding-top: 60px;
    width: 216px;
    height: 425px;
  }
  .blocsapp-device-iphone5 img {
    width: 180px;
    height: 320px;
  }
}

@media (max-width: 991px) {
  .voffset-md {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .text-right {
  }
  .text-left {
  }
  .text-center {
  }
}

@media (max-width: 575px) {
  .footer-link {
    text-align: center;
  }
}

.label-style {
  width: 100%;
}
