/* 悬浮窗 */
.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: .3;
    animation: scale 2s infinite cubic-bezier(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;
}
/* 内容样式 */
/* 头部 */
.top_banner {
  width: 100%;
  height: 519px;
  /* border: solid ; */
  background: url(../images/top_bac.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.top_body {
  max-width: 1200px;
  height: 332px;
  background: #ffffff;
  border-radius: 9px 9px 0px 0px;
  margin: 0 auto;
  position: relative;
  top: 187px;
  display: flex;
  box-sizing: border-box;
  padding: 40px 50px;
}
.top_left {
  width: 70%;
  /* border: solid 1px; */
}
.top_right {
  width: 29%;
}
.top_left p:nth-child(1) {
  font-size: 30px;
}
.top_left p:nth-child(2) {
  font-size: 48px;
  line-height: 71px;
}
.top_left p:nth-child(3) {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  padding-top: 8px;
}
.top_left p:nth-child(4) {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.top_right img {
  margin-left: 61px;
}
.top_hot {
  width: 115px;
  height: 35px;
  background: #ec0000;
  border-radius: 2px;
  position: absolute;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  top: -17px;
  left: 38px;
}
/* 吸顶 */
.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;
  max-width: 1200px;
  height: 60px;
  display: flex;
  justify-content: space-around;
  background-color: white;
  text-align: center;
  line-height: 60px;
}
.tab_click a {
  display: inline-block;
  color: #000000;
  /* width: 20%; */
  height: 55px;
  font-size: 17px;
}
/* 好处 */
.top_benefit {
  max-width: 1200px;
  height: 474px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding-top: 45px;
}
.benefit_left {
  width: 50%;
}
.benefit_title {
  font-size: 23px;
  font-weight: 400;
  color: #101010;
  line-height: 32px;
  margin-bottom: 30px;
}
.benefit_content {
  font-size: 17px;
  font-weight: 400;
  color: #3d3e4b;
  line-height: 28px;
  margin-bottom: 30px;
}
.benefit_content span {
  color: #075cff;
}
.benefit_right {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 30px;
}
.hot_model {
  width: 100%;
  height: 652px;
  position: relative;
  background: #f5f5f5;
}
.hot_top_model {
  width: 100%;
  height: 390px;
  background: url(../images/hot_bac.png) no-repeat center center;
  background-size: cover;
}
.hot_content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.hot_title {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 1px;
  padding-top: 57px;
  text-align: center;
}
.hot_icon {
  width: 800px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 38px;
}
.hot_icon div p {
  color: #ffffff;
  margin-top: 12px;
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  margin-left: -7px;
}
.hot_body {
  width: 100%;
  height: 210px;
  margin-top: 20px;
  position: absolute;
  top: 280px;
  display: flex;
  justify-content: space-between;
}
.hot_body_model {
  width: 341px;
  height: 204px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 5px rgba(7, 92, 255, 0.09);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 23px;
  text-align: center;
}
.hot_body_model p:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #075cff;
  line-height: 33px;
}
.hot_body_model p:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #075cff;
  line-height: 33px;
}
.hot_body_model p:nth-child(2) {
  font-size: 19px;
  font-weight: 400;
  color: #075cff;
  line-height: 26px;
  margin-top: 10px;
}
.hot_body_model p:nth-child(3) {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  line-height: 26px;
  margin-top: 11px;
  text-align: left;
}
.hot_body_btn a {
  display: inline-block;
  margin: 0 auto;
  width: 344px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 5px;
  position: absolute;
  bottom: -219px;
  left: 428px;
}
/* 获证客户 */
.certificate {
    width: 100%;
    height: 497px;
    background: #f5f5f5;
  }
  .certificate_body {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  .certificate_title {
    font-size: 36px;
    color: #101010;
    line-height: 47px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 56px;
  }
  .certificate_content {
      height: 310px;
      width: 100%;
      margin-top: 50px;
  }
  .certificate .swiper-slide{
      width: 180px !important;
  }
  .certificate_item{
      width: 180px;
      margin: 0 9px;
  }
  .certificate_item img{
      width: 185px;
      height: 261px;
  }
  .certificate_item p{
      font-size: 12px;
      color: #1B2948;
      line-height: 33px;
      text-align: center;
  }
  .certificate_btn {
      display: inline-block;
      width: 553px;
      height: 55px;
      background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
      border-radius: 2px;
      margin: 0 auto;
      margin-top: 12px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      font-size: 20px;
      color: #ffffff;
      line-height: 55px;
    }
    .certificate_btn p:nth-child(1) {
      width: 385px;
      border-right: #ffffff solid 1px;
      text-align: center;
    }
    .certificate_btn p:nth-child(2) {
      width: 166px;
      text-align: center;
      /* margin-left: 27px; */
    }
/* 在线解答 */
.question {
  max-width: 1200px;
  height: 657px;
  margin: 0 auto;
}
.qustion_title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #075cff;
  line-height: 50px;
  letter-spacing: 1px;
  padding-top: 60px;
}
.qustion_content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 35px;
}
.question_model {
  width: 360px;
  height: 160px;
  background: #f3f7ff;
  border-radius: 8px;
  margin: 10px;
  box-sizing: border-box;
  padding: 17px;
  position: relative;
}
.question_model p:nth-child(1) {
  font-size: 17px;
  font-weight: 400;
  color: #101010;
  line-height: 24px;
  margin-bottom: 9px;
}
.question_model p:nth-child(1) span {
  font-weight: 500;
}
.question_model p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  line-height: 20px;
}
.question_model p:nth-child(3) a {
  font-size: 14px;
  color: #fe783f;
  line-height: 17px;
  position: absolute;
  bottom: 17px;
}
.question_btn {
  display: inline-block;
  width: 344px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-top:41px ;
  position: relative;
  left: 50%;
  margin-left: -172px;
}
/* 助力 */
.development {
    width: 100%;
    height: 900px;
    background: #fffaf2;
  }
  .development_content {
    max-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: 115px;
    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: 24px;
    margin-top: 15px;
  }
  /* 15年 */
.year {
    max-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: 400;
    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 {
    max-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: #101010;
    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;
    background: #fffaf2;
  }
  .guarantee_content {
    max-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 {
    width: 100%;
    height: 834px;
    background: url(../images/choose_background.png) no-repeat center center;
    background-size: cover;
  }
  .choose_content {
    max-width: 1200px;
    /* overflow: hidden; */
    /* height: 600; */
    margin: 0 auto;
    text-align: center;
  }
  .choose_top {
    margin: 0 auto;
    font-size: 45px;
    color: #131415;
    line-height: 60px;
    padding-top: 55px;
  }
  .choose_center_top {
    display: flex;
  }
  .choose_center {
    max-width: 1200px;
    /* overflow: hidden; */
    height: 600px;
    margin: 0 auto;
    margin-top: 60px;
    background: #ffffff;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.12);
  }
  .choose_top_left {
    width: 400px;
    height: 300px;
    /* background: #000000; */
    color: #fdfdfd;
    background: url(../images/30000background.png) no-repeat center center;
    background-size: cover;
  }
  .choose_top_left_title {
    font-size: 72px;
    font-weight: bold;
    color: #ffffff;
    line-height: 33px;
    padding-top: 130px;
    position: relative;
  }
  .choose_top_left_title span {
    font-size: 29px;
    line-height: 28px;
    letter-spacing: 6px;
    position: absolute;
    top: 101px;
    right: 66px;
    font-weight: 500;
  }
  .choose_top_left_content {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 4px;
  }
  .choose_top_right {
    height: 300px;
    width: 800px;
    display: flex;
    flex-wrap: wrap;
  }
  .choose_right_item {
    width: 200px;
    height: 150px;
    position: relative;
  }
  .choose_right_item:hover > .choose_right_mc {
    display: block;
  }
  .choose_right_mc {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 200px;
    height: 150px;
    text-align: center;
    background: linear-gradient(180deg, #ffa905 0%, #ff7002 100%);
  }
  .choose_right_mc p {
    margin: 0 auto;
    width: 80%;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    padding-top: 50px;
  }
  .choose_right_item img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .choose_center_bottom {
    width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
  }
  /* 推荐 */
.authentication {
    width: 100%;
    height: 645px;
    background: #f5f5f5;
  }
  .authentication_pd {
    width: 100%;
    height: 140px;
  }
  .authentication_content {
    max-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: #ffad02;
    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%;
  }