/* 悬浮窗 */
.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;
}
/* 顶部产品详情 */
.top_banner {
  width: 100%;
  height: 519px;
  background: url(../img/top_banner.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.top_body {
  width: 1200px;
  margin: 0 auto;
  height: 335px;
  background: #ffffff;
  border-radius: 9px 9px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  box-sizing: border-box;
  padding: 64px 42px;
  display: flex;
}
.top_left {
  width: 65%;
  white-space: wrap;
  margin-top: 10px;
}
.top_title {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 61px;
}
.top_text {
  width: 630px;
  padding-top: 20px;
  font-size: 17px;
  color: #666666;
  line-height: 30px;
}
.top_tag {
  margin-top: 30px;
}
.top_tag span {
  font-size: 14px;
  display: inline-block;
  background: #dfeaff;
  border-radius: 4px;
  color: #075cff;
  box-sizing: border-box;
  padding: 3px 5px;
}
.top_right {
  width: 35%;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 70px;
}
.hot_door {
  width: 115px;
  height: 35px;
  background: linear-gradient(134deg, #ff4f32 0%, #ec0000 100%);
  border-radius: 4px;
  position: absolute;
  top: -17px;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0;
}
.top_body .hot_door img{
    width: 75px;
    height: 17px;
}
/* 通知 */
.top_message {
  width: 100%;
  height: 50px;
  background: #ffeade;
}
.message_text {
  width: 1200px;
  margin: 0 auto;
  font-size: 17px;
  color: #ff7000;
  line-height: 50px;
  text-align: center;
}
.message_text span {
  font-weight: bold;
}
/* 证书详情 */
.goods_detail {
  width: 1200px;
  height: 725px;
  margin: 0 auto;
}
.goods_detail_content {
  width: 1200px;
  height: 597px;
  margin-top: 81px;
  display: flex;
  position: relative;
}
.goods_detail_jiantou {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 31px;
  margin-left: -46px;
}
.goods_detail_left {
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  border-radius: 8px 0px 0px 8px;
  border: 2px solid #f5f5f5;
}
.goods_detail_left_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
  margin-top: 91px;
}
.goods_detail_left_title span {
  color: #ec0000;
}
.goods_detail_left_content {
  font-size: 17px;
  color: #666666;
  line-height: 50px;
  text-align: center;
}
.goods_detail_left_img {
  text-align: center;
  margin-top: 60px;
}

.goods_detail_right {
  width: 50%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(172, 181, 190, 0.49);
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #f5f5f5;
}
.goods_detail_becareful {
  font-size: 17px;
  color: #ff1809;
  line-height: 30px;
  text-align: center;
  padding-top: 48px;
}
.goods_detail_right_title {
  text-align: center;
  margin-top: 91px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 30px;
}
.goods_detail_right_time {
  text-align: center;
  font-size: 17px;
  color: #666666;
  line-height: 50px;
}
.goods_detail_right_img {
  text-align: center;
  margin-top: 60px;
}
/* 证书概述 */
.summary {
  width: 100%;
  height: 496px;
  background: url(../img/summary_bac.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.summary_content {
  display: flex;
}
.summary_content_text {
  width: 789px;
  height: 100%;
}
.summary_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 26px 44px;
}
.summary_content_title {
  font-size: 23px;
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
  margin-top: 47px;
}
.summary_content_body {
  font-size: 17px;
  color: #6c6c6c;
  line-height: 35px;
  margin-top: 8px;
}
.summary_content_body span {
  color: #fe8b41;
}
.summary_content_right {
  width: 271px;
  height: 242px;
  background: #ffffff;
  border-radius: 2px;
  margin-top: 97px;
  margin-left: 48px;
  text-align: center;
}
.summary_content_img {
  margin-top: 43px;
}
.summary__right_content_text {
  font-size: 15px;
  color: #525b6c;
  line-height: 20px;
  margin-top: 52px;
}
/* 好处 */
.good {
  width: 100%;
  height: 492px;
  background: url(../img/good_bac.png) no-repeat center center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  padding: 110px;
}
.good_body {
  width: 1200px;
  height: 271px;
  margin: 0 auto;
  border-radius: 40px;
  border: 2px solid #ffffff;
  position: relative;
}

.goods_list_card_title {
  width: 415px;
  height: 67px;
  background: #ffffff;
  border-radius: 34px;
  font-size: 32px;
  color: #ff9634;
  line-height: 67px;
  letter-spacing: 1px;
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -208px;
  text-align: center;
}
.goods_list_card {
  width: 100%;
  height: 150px;
  margin-top: 91px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
}
.list_item_card {
  width: 215px;
  height: 100%;
}
.list_item_card img {
  margin-bottom: 15px;
}
/* 好处案例 */
.good_for_company {
  width: 100%;
  height: 1045px;
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%);
}
.company_body {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.company_title {
  font-size: 36px;
  color: #101010;
  line-height: 47px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 65px;
}
.company_title_img {
  text-align: center;
  padding-top: 29px;
  margin-bottom: 20px;
}
.company_title_btn {
  display: inline-block;
  width: 272px;
  height: 55px;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 4px;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
  margin-top: 26px;
}
.grade {
  width: 1200px;
  margin: 0 auto;
  height: 461px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 93px 0;
  display: flex;
}
.grade_left {
  width: 600px;
}
.grade_left_title {
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  letter-spacing: 1px;
  padding-top: 27px;
  margin-bottom: 70px;
}
.grade_left_title span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid #075cff;
}
.grade_left_content {
  font-size: 17px;
  color: #666666;
  line-height: 33px;
}
.grade_left_content span {
  color: #042f85;
}
.grade_right {
  margin-left: 200px;
}

/* 升级前后评估等级 */
.upgrade {
  width: 100%;
  height: 486px;
  background: #eff3ff;
}
.upgrade_body {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.upgrade_title {
  font-size: 32px;
  color: #101010;
  line-height: 42px;
  letter-spacing: 1px;
  padding-top: 60px;
  text-align: center;
}
.upgrade_content {
  width: 1112px;
  height: 234px;
  background: #ffffff;
  box-shadow: 0px 8px 10px 0px #9cbbfb;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 66px;
}
.upfrads_item {
  height: 117px;
  width: 100%;
  display: flex;
}
.upfrads_item_model {
  width: 185px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 36px;
  font-size: 20px;
  color: #666666;
  line-height: 26px;
  border-right: solid 1px #e4e4e4;
}
.upfrads_item > .upfrads_item_model:last-child {
  border: none;
}
.upfrads_item_model2 {
  width: 185px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 36px;
  font-size: 25px;
  color: #ffffff;
  line-height: 44px;
  letter-spacing: 1px;
  border-right: solid 1px #e4e4e4;
}
.upfrads_item > .upfrads_item_model2:last-child {
  border: none;
}
/* 您关心的认证问题 */
.question {
  width: 1200px;
  height: 738px;
  margin: 0 auto;
}
.question_title {
  font-size: 36px;
  color: #101010;
  line-height: 47px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 83px;
}
.question_content {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 38px;
}
.question_content_item {
  width: 360px;
  height: 180px;
  background: #f3f7ff;
  border-radius: 8px;
  border: 1px solid;
  margin: 10px;
  box-sizing: border-box;
  padding: 20px 20px;
  border-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1),
      rgba(245, 247, 249, 1)
    )
    1 1;
}
.question_content_item:hover {
  border: 1px solid #0454f2;
}
.question_content_item p:nth-child(1) {
  font-size: 17px;
  font-weight: 400;
  color: #101010;
  line-height: 24px;
}
.question_content_item p:nth-child(2) {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  line-height: 24px;
  margin-top: 7px;
  min-height: 77px;
}
.question_content_item p:nth-child(3) {
  margin-top: 12px;
  font-size: 14px;
  color: #fe6536;
  line-height: 19px;
}
.question_content_item p:nth-child(3) a {
  color: #fe6536;
}
.answer {
  display: inline-block;
  width: 266px;
  height: 55px;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 4px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
}
/* 助力 */
.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 {
  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 {
  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 {
  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: #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%;
}
