/* 悬浮窗 */
.suspension {
  width: 120px;
  /* height: 295px; */
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
  border-radius: 11px 11px 0px 0px;
  position: fixed;
  right: 0px;
  top: 300px;
  z-index: 2600;
}
.suspension_list {
  width: 100%;
  font-size: 17px;
  color: #101010;
  line-height: 22px;
  z-index: 3000;
}
.suspension_item {
  display: inline-block;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #eeeeee;
  line-height: 52px;
  text-align: center;
  color: #000000;
  font-size: 14px;
}
.suspension_item a {
  color: #000000;
}
.suspension_item img {
  width: 16px;
  height: 16px;
  position: relative;
  bottom: -3px;
}
.suspension_phone {
  width: 120px;
  height: 65px;
  color: #ffffff;
  text-align: center;
  /* background: linear-gradient(180deg, #ffa905 0%, #ff7002 100%); */
  background: #0289ff;
}
.free_phone {
  padding-top: 11px;
  font-size: 11px;
  line-height: 16px;
}
.phone_num {
  padding-top: 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.fixed_img {
  width: 112px;
  height: 137px;
  position: absolute;
  top: -137px;
  left: 4px;
}
.fixed_img_top {
  width: 166px;
  height: 166px;
  position: absolute;
  top: -294px;
  left: -25px;
}
@keyframes scale {
  0% {
    transform: scale(0.7);
  }
  50%,
  75% {
    transform: scale(1.2);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.fixed_img_top:after {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #3270ff;
  opacity: 0.3;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 100ms;
}
.fixed_img_top img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.return_top {
  display: none;
  width: 100%;
  height: 56px;
  font-size: 14px;
  color: #101010;
  line-height: 56px;
  text-align: center;
}
/* 产品介绍 */
.introduction {
  width: 100%;
  height: 520px;
  background: url(../img/introduction_bac.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.hot_door {
    width: 115px;
    height: 35px;
    background: #ec0000;
    border-radius: 2px;
    font-size: 17px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: -17px!important;
    left: 38px!important;
  }
.introduction_body {
  width: 1200px;
  height: 332px;
  background: #ffffff;
  border-radius: 9px 9px 0px 0px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  display: inline-flex;
  box-sizing: border-box;
  padding: 36px 38px;
}
.introduction_body_left {
  width: 78%;
}
.introduction_body_title {
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  line-height: 61px;
  margin-bottom: 25px;
}
.introduction_body_text {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.introduction_body_text span {
  color: #0953f7;
}
.introduction_body_right {
  width: 225px;
  margin-left: 70px;
}
.introduction_body_right img {
  width: 225px;
}
/* 吸顶 */
.tab_box {
  width: 100% !important;
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0px 0px 6px 0px #eaeaea;
  position: relative;
  top: 0px !important;
  z-index: 2500;
  box-sizing: border-box;
}
.tab_click {
  margin: 0 auto;
  width: 1200px;
  height: 78px;
  display: flex;
  justify-content: space-around;
  background-color: white;
  text-align: center;
  line-height: 78px;
}
.tab_click a {
  display: inline-block;
  color: #000000;
  /* width: 20%; */
  height: 55px;
  font-size: 17px;
}
/* 发展核心 */
.developmentcore {
  width: 100%;
  height: 333px;
  background: url(../img/development_bac.png) no-repeat center center;
  background-size: cover;
}
.developmentcore_title {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 60px;
}
.developmentcore_content {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.developmentcore_item {
  width: 226px;
  height: 108px;
  box-sizing: border-box;
  padding: 18px 22px;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}
.developmentcore_item_title {
  font-size: 16px;
  font-weight: 600;
  color: #0a52f5;
  line-height: 22px;
}
.developmentcore_item_context {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  margin-top: 9px;
}
.developmentcore_item_img {
  position: absolute;
  bottom: 12px;
  right: 8px;
  display: none;
}
.developmentcore_item:hover {
  background: linear-gradient(159deg, #f3f7ff 0%, #ffffff 100%);
  box-shadow: 0px 4px 10px 0px rgba(10, 82, 245, 0.15);
}
.developmentcore_item:hover .developmentcore_item_img {
  display: inline-block;
}
/* 敲门砖 */
.knock {
  width: 100%;
  height: 656px;
  background: url(/static/occupational45001/img/knock_bac.png) no-repeat center
    center;
  background-size: cover;
}
.knock_body {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.knock_body img {
  width: 945px;
  height: 90px;
}
.knock_title {
  padding-top:40px;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 13px;
}
/* .knock_al {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    line-height: 29px;
    padding-top: 32px;
    text-align: center;
  } */

.knock_body p:nth-child(4) {
  margin: 20px 0 20px 0;
}
.knock_body_link {
  display: inline-block;
  width: 344px;
  height: 55px;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 5px;
  line-height: 55px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 63px;
}
/* 体系认证 */
.systemCertification {
  width: 100%;
  height: 772px;
  background: linear-gradient(
    180deg,
    rgba(231, 229, 244, 0.3) 0%,
    rgba(167, 162, 187, 0.3) 100%
  );
  text-align: center;
}
.systemCertification_title {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
  letter-spacing: 1px;
  padding-top: 50px;
}
.systemCertification_title2 {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  line-height: 25px;
  padding-top: 10px;
}
.systemCertification_body_img {
  width: 932px;
  height: 433px;
}
.systemCertification_warning {
  font-size: 18px;
  font-weight: 400;
  color: #ff0000;
  line-height: 25px;
}
/* 在线解答 */
.answer_online {
  width: 1200px;
  height: 625px;
  margin: 0 auto;
}
.answer_title {
  color: #075cff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 1px;
  padding-top: 45px;
}
.answer_humen {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  line-height: 25px;
  text-align: center;
}
.answer_model {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.answer_model_item {
  width: 360px;
  height: 160px;
  background: #ffffff;
  border-radius: 8px;
  margin: 10px;
  box-sizing: border-box;
  padding: 20px;
}

.answer_model_item p:nth-child(1) {
  font-size: 17px;
  font-weight: 400;
  color: #101010;
  line-height: 24px;
}
.answer_model_item p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  line-height: 20px;
  margin-top: 9px;
  margin-bottom: 12px;
  min-height: 60px;
}
.answer_model_item p:nth-child(3) a {
  font-size: 14px;
  font-weight: 400;
  color: #fe6536;
  line-height: 20px;
}
.answer_link {
  display: inline-block;
  width: 344px;
  height: 55px;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
}
/* 筹备 */
.preparation {
  width: 100%;
  height: 450px;
  background: url(/static/occupational45001/img/preparation_bac.png) no-repeat
    center center;
  background-size: cover;
}
.preparation_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.preparation_title {
  font-size: 36px;
  color: #101010;
  line-height: 47px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 46px;
  font-weight: 500;
}
.preparation_title2 {
  font-size: 18px;
  color: #101010;
  line-height: 47px;
  letter-spacing: 1px;
  text-align: center;
}
.preparation_body {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 2 !important;
  margin-top: 36px;
}
.preparation_body > div {
  width: 126px;
}
.preparation_body span {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #075cff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 500;
  color: #fbfbfc;
  letter-spacing: 1px;
  margin-left: 30px;
}
.preparation_line {
  display: inline-block;
  position: absolute;
  top: 210px;
  z-index: 1 !important;
  width: 1200px;
  height: 1px;
  border-top: 2px solid;
  border-image: linear-gradient(
      46deg,
      rgba(200, 200, 200, 0),
      rgba(166, 195, 251, 1),
      rgba(151, 151, 151, 0)
    )
    2 2;
}
.preparation_body p {
  font-size: 20px;
  color: #4c4343;
  line-height: 26px;
  text-align: center;
  margin-top: 23px;
}
.preparation_btn {
  display: inline-block;
  width: 553px;
  height: 55px;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 47px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #ffffff;
  line-height: 55px;
}
.preparation_btn img {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  top: 10px;
  /* right: 18px; */
}
.preparation_btn p:nth-child(1) {
  width: 385px;
  border-right: #ffffff solid 1px;
  text-align: center;
}
.preparation_btn p:nth-child(2) {
  width: 166px;
  text-align: left;
  margin-left: 27px;
}
/* 助力 */
.development {
    width: 100%;
    height: 900px;
    background: #fffaf2;
  }
  .development_content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
  }
  .development_title {
    font-size: 43px;
    color: #c2964d;
    line-height: 56px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    padding-top: 88px;
  }
  .development_bt {
    width: 1080px;
    margin: 0 auto;
  }
  .development_nr {
    font-size: 17px;
    color: #101010;
    line-height: 26px;
    margin-top: 57px;
  }
  .development_nr_top {
    margin-bottom: 20px;
  }
  .development_nr_sapn {
    /* font-weight: bold; */
    color: #ff7002;
  }

  .develop_img {
    width: 100%;
    height: 323px;
    margin-top: 30px;
  }
  .development_bottom {
    display: flex;
    height: 130px;
    border: solid 3px #d8b478;
    margin-top: 23px;
  }
  .development_bottom_content {
    width: 33%;
    height: 100%;
    margin-left: 26px;
    border-right: solid 3px #d8b478;
  }
  .development_bottom_content_title {
    font-size: 20px;
    /* font-weight: bold; */
    /* color: #ff7002; */
    color: #c2964d;
    line-height: 26px;
    margin-top: 23px;
  }
  .development_bottom_content_nr {
    font-size: 18px;
    color: #101010;
    line-height: 26px;
    margin-top: 12px;
  }
  /* 15年 */
.year_all {
    width: 100%;
    height: 428px;
    background: #f5f5f5;
  }
  .year {
    width: 1200px;
    overflow: hidden;
    height: 428px;
    margin: 0 auto;
    display: flex;
  }
  .year_content {
    width: 25%;
    text-align: center;
    padding-top: 130px;
    position: relative;
  }
  .year_top {
    font-size: 70px;
    font-weight: 500;
    color: #1b2948;
    line-height: 37px;
  }
  .year_top_span {
    font-size: 29px;
    color: #1b2948;
    font-weight: 500;
  }
  .year_center {
    font-size: 25px;
    color: #1b2948;
    line-height: 33px;
    margin-top: 30px;
  }
  .year_bottom {
    width: 243px;
    font-size: 15px;
    color: #828da6;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .year_left {
    position: absolute;
    top: 120px;
    right: 0;
    width: 1px;
    height: 175px;
    border-right: 1px solid rgba(187, 187, 187, 0.42);
  }
  /* 专业 */
.service {
    width: 1200px;
    overflow: hidden;
    height: 569px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
  }
  .service_title {
    margin: 0 auto 50px auto;
    font-size: 40px;
    color: #131415;
    line-height: 52px;
  }
  .service_content {
    width: 1120px;
    height: 375px;
    margin: 0 auto;
    display: flex;
  }
  .serveice_model {
    width: 228px;
    height: 375px;
    margin: 0 25px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
  }
  .serveice_model img {
    width: 230px;
    height: 262px;
    border-radius: 4px;
  }
  .service_name {
    font-size: 20px;
    color: #101010;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 18px;
  }
  .service_detail {
    width: 170px;
    font-size: 16px;
    color: #666666;
    margin: 0 auto;
    margin-top: 10px;
  }
  /* 保障 */
.guarantee {
    width: 100%;
    height: 474px !important;
    background: #fffaf2;
  }
  .guarantee_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
  }
  .guarantee_model {
    width: 25%;
    padding-top: 65px;
    text-align: center;
  }
  .guarantee_model img {
    width: 127px;
    height: 127px;
  }
  .guarantee_center {
    font-size: 28px;
    color: #1b2948;
    line-height: 37px;
  }
  .guarantee_bottom {
    font-size: 18px;
    color: #909090;
    line-height: 24px;
    margin-top: 16px;
  }
  .company_area {
    position: absolute;
    display: inline-block;
    width: 255px;
    height: 55px;
    font-size: 18px;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
    padding: 0 34px;
    border-radius: 5px;
    background: #d8b478;
    bottom: -113px;
    left: 37%;
  }

  .choose_top {
    font-size: 45px !important;
  }

  /* 客户认可 */
  .power {
    width: 1200px;
    overflow: hidden;
    height: 776px;
    margin: 0 auto;
  }
  .power_title {
    font-size: 45px;
    color: #131415;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    padding-top: 65px;
  }
  .power_content {
    width: 100%;
    height: 520px;
    margin-top: 70px;
  }
  .power_model {
    width: 230px;
    height: 259px;
    border-right: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
    position: relative;
    margin-top: 10px;
  }
  .power_model:hover > .bottom_text {
    background: rgba(255, 112, 2, 0.9);
  }

  .model_dialog {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
  }
  .power_model:hover {
  }
  .power_model img {
    width: 166px;
    height: 226px;
    margin: 17px 37px;
  }
  .bottom_text {
    width: 100%;
    height: 47px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 16px;
    line-height: 47px;
    text-align: center;
    position: relative;
    bottom: 47px;
  }
  /* 推荐 */
  .authentication {
    width: 100%;
    height: 645px;
    background: #f5f5f5;
  }
  .authentication_pd {
    width: 100%;
    height: 140px;
  }
  .authentication_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .authentication_title {
    font-size: 45px;
    color: #131415;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    padding-top: 62px;
  }
  .authentication_model {
    display: flex;
    justify-content: space-between;
    height: 313px;
    margin: 0 auto;
    margin-top: 64px;
  }
  .authentication_item {
    width: 260px;
    height: 313px;
    border-radius: 6px;
    text-align: center;
    background: #ffffff;
  }
  .authentication_item:hover {
    box-shadow: 0px 8px 26px 0px rgba(2, 137, 255, 0.1);
  }
  .authentication_item_top {
    width: 212px;
    height: 127px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #eeeeee;
  }
  .authentication_item_top img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .authentication_item_center {
    font-size: 16px;
    color: #101010;
    line-height: 21px;

    margin-top: 53px;
  }
  .authentication_item_bottom {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    margin-top: 12px;
    white-space: nowrap;
  }
  .authentication_button {
    display: inline-block;
    text-align: center;
    width: 319px;
    height: 55px;
    background: linear-gradient(90deg, #FFA905 0%, #FF7002 100%);
    /* box-shadow: 0px 13px 19px 0px rgba(255, 141, 2, 0.24); */
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    line-height: 55px;
    position: absolute;
    bottom: -110px;
    left: 37%;
  }
  .introduction_body_title_f{
    font-size: 30px;
    margin-bottom: 0px;
  }
  .knock_title_f{
    padding-top:0px;
    font-size: 21px;
    margin-bottom: 30px;
  }

  /* 产品详情 */
  .goods_detail {
    width: 1200px;
    height: 541px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 57px 100px;
    display: flex;
    position: relative;
    box-sizing: border-box;
  }
  .detail_left {
    width: 511px;
    height: 100%;
    display: flex;
  }
  .detail_left_img {
    width: 237px;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #3d3e4b;
    line-height: 21px;
    text-align: center;
    margin-right: 14px;
  }
  .detail_left_text {
    width: 225px;
    font-size: 15px;
    font-weight: 400;
    color: #3d3e4b;
    line-height: 28px;
    box-sizing: border-box;
    padding: 28px 0;
  }
  .detail_right {
    width: 442px;
    height: 341px;
    margin-left: 54px;
  }
  .detail_right img{
      width: 504px;
      height: 330px;
  }
  .detail_right_item {
    margin-bottom: 30px;
  }
  .detail_right_item p:nth-child(1) {
    font-size: 21px;
    color: #005ffc;
    line-height: 31px;
    font-weight: 600;
  }
  .detail_right_item p:nth-child(2) {
    font-size: 18px;
    color: #3d3e4b;
    line-height: 31px;
  }
  .goods_detail_link {
    width: 344px;
    height: 55px;
    font-size: 20px;
    background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
    border-radius: 5px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 48px;
    left: 50%;
    margin-left: -177px;
  }
