/* 悬浮窗 */
.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: 250px;
  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;
}
.return_top {
  display: none;
  width: 100%;
  height: 56px;
  font-size: 14px;
  color: #101010;
  line-height: 56px;
  text-align: center;
}
/* 产品介绍 */
.goodsDetail {
  width: 100%;
  height: 450px;
  background: url(../img/goodsDetail_bac.png) center no-repeat;
  background-size: 100% 100%;
}
.goodsDetail_body {
  height: 100%;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.goodsDetail_conetnt {
  margin-top: 20px;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
}
.goodsDetail_conetnt span {
  margin-right: 12px;
}
.goodsDetail_body_right {
  width: 613px;
  height: 477px;
  position: absolute;
  right: -121px;
  top: 82px;
}
.product_quotation_bottom_model {
  width: 1002px;
  height: 79px;
  display: flex;
  /* justify-content: space-between; */
  margin-top: 113px;
}
.product_quotation_item_model {
  width: 285px;
  height: 79px;
  background: #ffffff linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 2px 10px 0px rgba(9, 83, 247, 0.11);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 16px;
}
.product_quotation_item_model:hover {
  background: url(/static/goodsDetails/goods_details_9001_20220812/img/declarationConditions_bac.png)
    left no-repeat #ffffff;
  background-size: contain;
}
.product_quotation_item_title {
  font-size: 21px;
  line-height: 24px;
}
.product_quotation_item_content {
  font-size: 14px;
  line-height: 24px;
}
.product_quotation_item_model a {
  display: inline-block;
  border-bottom: solid 1px #02ab43;
  color: #02ab43;
  line-height: 17px;
  font-weight: 600;
}
/* 选择您想要申请的认证方向 */
.direction {
  height: 824px;
  width: 100%;
}
.direction_top {
  width: 100%;
  height: 262px;
  background: linear-gradient(180deg, #fdfdfd 0%, #f5f5f5 100%);
  box-shadow: 0px 10px 15px 0px rgba(0, 42, 135, 0.15);
}
.direction_title {
  margin: 0 auto;
  padding-top: 66px;
  display: flex;
  font-size: 32px;
  color: #000000;
  line-height: 44px;
  width: 496px;
}
.direction_tab {
  width: 1000px;
  height: 120px;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
}
.direction_tab > div {
  width: 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #2f3e58;
  line-height: 25px;
}
.direction_tab > div > img {
  margin: 15px 0;
}
.direction_tab_active {
  color: #02ab43 !important;
  /* border-bottom: 7px solid #02AB43; */
  position: relative;
}
.direction_tab_active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #02ab43;
  animation: direction_keyframes_active 5s infinite;
  animation-iteration-count: 1;
  animation-timing-function:linear;
-webkit-animation-timing-function:linear; /* Safari 和 Chrome */
}
@keyframes direction_keyframes_active {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.direction_content {
  width: 1000px;
  height: 562px;
  margin: 0 auto;
}
.direction_content > div {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  padding-top: 70px;
}
.direction_content_left {
  width: 364px;
  height: 340px;
}
.direction_content_right {
  width: 552px;
  margin-left: 50px;
}
.direction_right_title {
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  font-weight: 600;
}
.direction_right_content {
  font-size: 14px;
  font-weight: 400;
  color: #2f3e58;
  line-height: 28px;
  margin-top: 8px;
  min-height: 56px;
}
.direction_right_model {
  margin-top: 20px;
  width: 550px;
  height: 210px;
  border-radius: 5px;
  border: 3px #cccccc dashed;
  box-sizing: border-box;
  padding: 20px 15px 20px 20px;
}
.direction_right_model_title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  font-weight: 600;
}
.direction_right_model_item1 {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(205, 205, 206, 0.43);
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #2f3e58;
  line-height: 28px;
}
.direction_right_link {
  display: inline-block;
  width: 230px;
  height: 45px;
  background: #fb6401;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  margin-top: 46px;
}
.direction_content > div {
  display: none;
}
.direction_content_active {
  display: flex !important;
  /* border: solid #02ab43; */
}
.direction_right_model_item2 {
  font-size: 14px;
  font-weight: 400;
  color: #2f3e58;
  line-height: 28px;
}
.direction_right_model_item2 > img {
  position: relative;
  top: 3px;
}
/* 企业办理信息安全服务资质的费用报价包含 */
.qualification {
  width: 100%;
  height: 706px;
  background: url(../img/qualification_bac.png) center no-repeat;
  background-size: 100% 100%;
}
.qualification_title {
  margin: 0 auto;
  padding-top: 66px;
  display: flex;
  font-size: 32px;
  color: #000000;
  line-height: 44px;
  width: 727px;
}
.qualification_body {
  width: 1100px;
  height: 425px;
  margin: 0 auto;
  margin-top: 48px;
  position: relative;
}
.qualification_banner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.qualification_body_item {
  width: 664px;
  height: 122px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 2px 10px 0px rgba(9, 83, 247, 0.11);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 17px 15px 0 20px;
  margin-bottom: 30px;
  display: flex;
}
.qualification_body_item img {
  width: 70px;
  height: 70px;
  position: relative;
  top: 10px;
  margin-right: 35px;
}
.qualification_body_item_right p:nth-child(1) {
  font-size: 18px;
  color: #2f3e58;
  line-height: 25px;
  font-weight: 600;
}
.qualification_body_item_right p:nth-child(2) {
  font-size: 12px;
  color: #2f3e58;
  line-height: 17px;
  margin-top: 8px;
}
.qualification_body_item_right p:nth-child(2) span {
  color: #fa6401;
}
.qualification_body_item_right p:nth-child(2) a {
  color: #fa6401;
}

/* 企业办理信息安全服务资质的费用报价包含 */
.costQuotation {
  width: 100%;
  height: 539px;
}
.costQuotation_title {
  margin: 0 auto;
  padding-top: 66px;
  display: flex;
  font-size: 32px;
  color: #000000;
  line-height: 44px;
  width: 727px;
}
.costQuotation_content {
  width: 875px;
  height: 266px;
  margin: 0 auto;
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
.costQuotation_content_right {
  position: relative;
  left: -60px;
}
.costQuotation_item {
  width: 495px;
  height: 65px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 2px 10px 0px rgba(9, 83, 247, 0.11);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 18px 20px;
  display: flex;
  margin-bottom: 30px;
  /* justify-content: space-between; */
}
.costQuotation_item>span:nth-child(1) {
  font-size: 21px;
  color: #2f3e58;
  line-height: 29px;
}
.costQuotation_item span:nth-child(2) {
  color: #dfdfdf;
  margin: 0 14px 0 11px;
position: relative;
top: 5px;
}
.costQuotation_item span:nth-child(3) {
    display: inline-block;
    width: 380px;
  font-size: 12px;
  color: #2f3e58;
  line-height: 17px;
}
.costQuotation_item_origin{
    color: #FA6401;
}
.costQuotation_link{
    display: inline-block;
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    margin-top: 25px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -115px;
}
/* CCRC与其他信息类资质证书的区别 */
.difference{
    width: 100%;
    height: 459px;
    background: url(../img/difference_bac.png) center no-repeat;
    background-size: 100% 100%;
}
.difference_title{
  margin: 0 auto;
  padding-top: 66px;
  display: flex;
  font-size: 32px;
  color: #000000;
  line-height: 44px;
  width: 625px;
}
.difference_body{
    width: 820px;
    height: 240px;
    margin: 0 auto;
    margin-top: 41px;
    display: flex;
}
/* 更专业深入地认识ISO9001证书 */
.professionalKnowledge {
    width: 100%;
    height: 600px;
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/professionalKnowledge_bac.png)
      center center no-repeat no-repeat;
    background-size: cover;
  }
  .professionalKnowledge_title {
    margin: 0 auto;
    padding-top: 66px;
    display: flex;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    width: 595px;
  }
  .professionalKnowledge_content {
    width: 1002px;
    height: 387px;
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(9, 83, 247, 0.11);
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 36px;
    display: flex;
    overflow: hidden;
  }
  .professionalKnowledge_content_left {
    width: 455px;
    height: 387px;
    background: #f7f8ff;
    box-sizing: border-box;
    padding: 28px 0;
  }
  .professionalKnowledge_content_right {
    /* height: 548px; */
    box-sizing: border-box;
    padding: 25px 47px;
  }
  .professionalKnowledge_content_right p:nth-child(1) {
    font-size: 26px;
    color: #000000;
    line-height: 38px;
    font-weight: 600;
  }
  .professionalKnowledge_content_right p:nth-child(2) {
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    margin-top: 17px;
  }
  .professionalKnowledge_content_right p:nth-child(2) span {
    color: #02AB43;
  }
  .professionalKnowledge_link {
    display: inline-block;
    width: 170px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    margin-top: 17px;
  }
   /* 关注ISO27001的企业都在关心 */
.relatedIssues {
    width: 100%;
    height: 613px;
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/relatedIssues_bac.png) center center no-repeat
      no-repeat;
    background-size: cover;
  }
  .relatedIssues_title {
    margin: 0 auto;
    padding-top: 58px;
    display: flex;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    width: 495px;
  }
  .relatedIssues_content {
    width: 980px;
    height: 310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 55px;
  }
  .relatedIssues_content > div {
    width: 480px;
    height: 145px;
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 32, 178, 0.1);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
  }
  .relatedIssues_content > div:hover {
    background: linear-gradient(135deg, #f4f5f7 0%, #ffffff 60%, #ffffff 100%);
    box-shadow: 5px 5px 20px 0px rgba(9, 93, 254, 0.25);
  }
  .relatedIssues_content > div p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
  }
  .relatedIssues_content_title span {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #02AB43;
    line-height: 17px;
    background: #E6FFE6;
    border-radius: 3px;
    position: relative;
    top: -2px;
    left: -3px;
    margin-right: 5px;
  }
  .relatedIssues_content_title {
    font-size: 18px !important;
    font-weight: 600;
    color: #151723 !important;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .relatedIssues_link {
    display: inline-block;
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    margin-top: 45px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -115px;
  }
   /* 我们如何帮助您成功获证 */
.successfulCertification {
    width: 100%;
    height: 600px;
    background: #f7f7f7;
  }
  .successfulCertification_content {
    width: 1200px;
    height: 390px;
    margin: 0 auto;
    margin-top: 48px;
  }
  .successfulCertification_title {
    margin: 0 auto;
    padding-top: 65px;
    display: flex;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    width: 500px;
  }
  .successfulCertification_tab {
    width: 910px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    /* display: flex; */
    background: url(/static/goodsDetails/goods_details_ITSS_20220926/img/successfulCertification_tab_bac.png) center center
      no-repeat no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
  }
  .successfulCertification_tab > div {
    width: 193px;
    height: 55px;
    font-size: 18px;
    color: #2F3E58;
    line-height: 55px;
    text-align: center;
  }
  .successfulCertification_tab > div:nth-child(1) {
    width: 197px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .successfulCertification_tab > div:nth-child(2) {
      width: 194px;
      position: absolute;
      left: 185px;
      top: 1;
    }
    .successfulCertification_tab > div:nth-child(3) {
      width: 194px;
      position: absolute;
      left: 368px;
      top: 1;
    }
    .successfulCertification_tab > div:nth-child(4) {
      width: 196px;
      position: absolute;
      left: 550px;
      top: 1;
    }
    
  .successfulCertification_tab > div:last-child {
    width: 185px;
    position: absolute;
    left: 732px;
    top: -1px;
  }
  .successfulCertification_tab_active1 {
    color: #ffffff !important;
    background: url(/static/goodsDetails/goods_details_ITSS_20220926/img/successfulCertification_tab_active1.png) no-repeat;
    background-size: 197px 55px;
      background-position: 0 0;
  }
  .successfulCertification_tab_active5 {
    color: #ffffff !important;
    background: url(/static/goodsDetails/goods_details_ITSS_20220926/img/successfulCertification_tab_active3.png) no-repeat;
    background-size: 100%;
  }
  .successfulCertification_tab_active {
    color: #ffffff !important;
    background: url(/static/goodsDetails/goods_details_ITSS_20220926/img/successfulCertification_tab_active2.png) no-repeat;
    background-size: 100%;
    /* background-size: 255px 46px;
      background-position: 0 0; */
  }
  .successfulCertification_body {
    width: 1190px;
    height: 308px;
    background: linear-gradient(135deg, #f4f5f7 0%, #ffffff 60%, #ffffff 100%);
    box-shadow: 5px 5px 20px 0px rgba(9, 93, 254, 0.09);
    border: 3px solid #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
  }
  .successfulCertification_body > div {
    display: none;
  }
  .successfulCertification_body_active {
    display: block !important;
  }
  .successfulCertification_body_item_1 {
    box-sizing: border-box;
    padding: 31px 56px;
  }
  .successfulCertification_body_item_1_title {
    font-size: 16px;
    color: #a6a6a6;
    line-height: 24px;
    font-weight: 600;
  }
  .successfulCertification_body_item_1_center {
    height: 120px;
    box-sizing: border-box;
    padding: 30px 0px;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
  }
  .successfulCertification_body_item_1_center > div {
    display: flex;
    width: 25%;
    border-right: 1px solid #e6e6e6;
    margin-left: 15px;
    box-sizing: border-box;
    padding-top: 5px;
  }
  .successfulCertification_body_item_1_center > div:last-child {
    border: none;
  }
  .successfulCertification_body_item_1_center img {
    width: 38px;
    height: 35px;
    margin-right: 10px;
    margin-top: 7px;
  }
  .successfulCertification_body_item_1_center p {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    color: #000000;
    line-height: 24px;
  }
  .successfulCertification_body_item_1_question {
    font-size: 16px;
    color: #a6a6a6;
    line-height: 24px;
    font-weight: 600;
    margin-top: 21px;
  }
  .successfulCertification_body_item_1_question_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
  }
  .successfulCertification_body_item_1_question_item > p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
  }
  .successfulCertification_body_item_1_question_item > p span {
    font-size: 16px;
    color: #02AB43;
    line-height: 28px;
  }
  .successfulCertification_body_item_1_question_item > p a {
    font-size: 16px;
    color: #fa6401;
    line-height: 28px;
    border-bottom: 1px solid #fa6401;
    margin-left: 10px;
  }
  .successfulCertification_body_item_2 {
  }
  .successfulCertification_body_item_2_left {
    width: 461px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .successfulCertification_body_item_2_left > img {
    position: absolute;
    bottom: 0;
    display: none;
  }
  .successfulCertification_body_item_2_left_active {
    display: block !important;
  }
  .successfulCertification_body_item_2_right {
    /* width: 644px; */
    float: left;
    /* margin-left: 5%; */
  }
  .successfulCertification_body_item_2_right_title {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    padding-top: 80px;
    font-weight: 600;
  }
  .successfulCertification_body_item_2_right_title_content {
    margin-top: 35px;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
  }
  .successfulCertification_body_item_2_right_title_content p {
    width: 50%;
    margin: 10px 0;
    cursor: pointer;
    display: flex;
  }
  .successfulCertification_body_item_2_right_title_content p img {
    width: 17px;
    height: 17px;
    margin: 2px 5px 0 0;
  }
  .successfulCertification_body_item_2_right_title_content p > img:nth-child(2) {
    display: none;
  }
  .successfulCertification_body_item_2_right_title_content_active
    > img:nth-child(1) {
    display: none;
  }
  .successfulCertification_body_item_2_right_title_content_active
    > img:nth-child(2) {
    display: block !important;
  }
  .successfulCertification_body_item_2_right_title_content
    p:hover
    > img:nth-child(1) {
    display: none !important;
  }
  .successfulCertification_body_item_2_right_title_content
    p:hover
    > img:nth-child(2) {
    display: block !important;
  }
  .successfulCertification_body_item_2_right_title_content:hover
    .successfulCertification_body_item_2_right_title_content_active
    > img:nth-child(1) {
    display: block !important;
  }
  .successfulCertification_body_item_2_right_title_content:hover
    .successfulCertification_body_item_2_right_title_content_active
    > img:nth-child(2) {
    display: none !important;
  }
  .successfulCertification_body_item_2_right_title_content
    p:nth-child(1):hover
    img:first-child {
    display: none !important;
  }
  .successfulCertification_body_item_2_right_title_content
    p:nth-child(1):hover
    img:last-child {
    display: block !important;
  }
  
  .successfulCertification_body_item_2_left2 {
    width: 461px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 90px;
  }
  
  .successfulCertification_body_item_2_left2 > img {
    position: absolute;
    bottom: 0;
    display: none;
  }
  
  .successfulCertification_body_item_2_right_title_content2 {
    margin-top: 35px;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .successfulCertification_body_item_2_right_title_content2 p {
    width: 70%;
    margin: 10px 0;
    cursor: pointer;
    display: flex;
  }
  
  .successfulCertification_body_item_2_right_title_content2 p img {
    width: 17px;
    height: 17px;
    margin: 2px 5px 0 0;
  }
  
  .successfulCertification_body_item_2_right_title_content2 p > img:nth-child(2) {
    display: none;
  }
  
  .successfulCertification_body_item_2_right_title_content_active2
    > img:nth-child(1) {
    display: none;
  }
  
  .successfulCertification_body_item_2_right_title_content_active2
    > img:nth-child(2) {
    display: block !important;
  }
  
  .successfulCertification_body_item_2_right_title_content2
    p:hover
    > img:nth-child(1) {
    display: none !important;
  }
  
  .successfulCertification_body_item_2_right_title_content2
    p:hover
    > img:nth-child(2) {
    display: block !important;
  }
  
  .successfulCertification_body_item_2_right_title_content2:hover
    .successfulCertification_body_item_2_right_title_content_active2
    > img:nth-child(1) {
    display: block !important;
  }
  
  .successfulCertification_body_item_2_right_title_content2:hover
    .successfulCertification_body_item_2_right_title_content_active2
    > img:nth-child(2) {
    display: none !important;
  }
  
  .successfulCertification_body_item_2_right_title_content2
    p:nth-child(1):hover
    img:first-child {
    display: none !important;
  }
  
  .successfulCertification_body_item_2_right_title_content2
    p:nth-child(1):hover
    img:last-child {
    display: block !important;
  }
  /* 证优客精心打磨每个认证细节，值得您的信赖 */
.trustChoice {
    height: 710px;
    background: #f7f7f7;
  }
  .trustChoice_title {
    margin: 0 auto;
    padding-top: 66px;
    display: flex;
    font-size: 32px;
    color: #151723;
    line-height: 44px;
    width: 830px;
  }
  
  .trustChoice_tab {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  .trustChoice_tab div {
    width: 95px;
    min-height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
    /* border: solid; */
  }
  .trustChoice_tab_active {
    color: #02AB43 !important;
    border-bottom: 5px solid #02AB43;
  }
  .trustChoice_content {
    width: 100%;
    height: 507px;
    background: #ffffff;
    box-shadow: inset 0px 10px 50px 0px rgba(9, 83, 247, 0.15);
  }
  
  .trustChoice_tab_body {
    width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 116px;
  }
  .trustChoice_tab_body > div {
    display: none;
  }
  .trustChoice_tab_body_active {
    display: block !important;
  }
  .trustChoice_tab_body_active2 {
    display: flex !important;
  }
  .trustChoice_tab1 {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .trustChoice_tab1 a {
    position: absolute;
    left: 50%;
    bottom: -81px;
    transform: translate(-50%);
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
  }
  .trustChoice_tab1 > div:nth-child(1) {
    margin-right: 48px;
  }
  .trustChoice_tab1_content > p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 15px 0;
  }
  .trustChoice_tab1_content > p:first-child {
    margin: 0;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .trustChoice_tab2_content {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
  }
  
  .trustChoice_tab2_model {
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
  }
  .trustChoice_tab2_model > div {
    display: flex;
  }
  .trustChoice_tab2_model_item_text {
    margin-left: 18px;
  }
  .trustChoice_tab2_model_item_text > p:nth-child(1) {
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    font-weight: 600;
  }
  .trustChoice_tab2_model_item_text > p:nth-child(2) {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-top: 10px;
  }
  .trustChoice_tab2 a {
    /* position: absolute;
    left: 50%;
    bottom: -81px;
    transform: translate(-50%); */
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    font-family: AlibabaPuHuiTiM;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-top: 59px;
  }
  .trustChoice_tab3 {
    position: relative;
  }
  .trustChoice_tab3 > div {
    display: flex;
  }
  .trustChoice_tab3 a {
    position: absolute;
    left: 50%;
    bottom: -81px;
    transform: translate(-50%);
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
  }
  .trustChoice_tab3 > div > div:nth-child(1) {
    margin-right: 48px;
  }
  .trustChoice_tab3_content > p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 15px 0;
  }
  .trustChoice_tab3_content > p:first-child {
    margin: 0;
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 31px;
  }
  .trustChoice_tab4 {
  }
  .trustChoice_tab4_title {
    font-size: 28px;
    color: #000000;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    margin-top: -50px;
  }
  .trustChoice_tab4_content {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin: 16px 0 31px 0;
  }
  .trustChoice_tab5_center {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    text-align: center;
  }
  .trustChoice_tab5_center img {
    margin-bottom: 19px;
  }
  .trustChoice_tab5_content {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    margin-top: -30px;
  }
  .trustChoice_tab5_center_title {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: 600;
  }
  .trustChoice_tab5_text {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 6px;
  }
  .trustChoice_tab5 a {
    display: block;
    width: 230px;
    height: 45px;
    background: #fb6401;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    margin-top: 41px;
  }
   /* 笃行致远，我们用服务感动每一位客户 */
.devoted {
    width: 100%;
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/devoted_bac.png) center no-repeat no-repeat;
      background-size: cover;
    /* height: 770px; */
  }
  .devoted_title {
    width: 630px;
    margin: 0 auto;
    padding-top: 70px;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    line-height: 45px;
    text-align: center;
    display: flex;
    margin-bottom: 34px;
  }
  .devoted_content {
    width: 1050px;
    margin: 0 auto;
  }
  .devoted_content img {
    width: 1048px;
    height: 324px;
    margin-top: 25px;
    margin-bottom: 74px;
  }
  .devoted_content_text {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
  }
  /* 回访视频 */
  .service_home {
    width: 100%;
    height: 597px !important;
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/service_bac.png) center no-repeat no-repeat !important;
    background-size: 100% 100% !important;
  }
  .service_home_content {
    height: 100%;
    margin: 0 auto;
  }
  .play_window {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .close-window {
    position: absolute;
    top: 0px;
    right: -43px;
    z-index: 1000;
    font-size: 40px;
    cursor: pointer;
    background: #ffffff;
    color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
  }
  .play_window .play_model {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .service_home_bac {
    width: 1084px;
    height: 700px;
    margin: 0 auto;
  }
  /* .service_home_content > p {
      width: 1200px;
      margin: 0 auto;
      font-size: 30px;
      color: #ffffff;
      line-height: 46px;
      padding-top: 75px;
      font-weight: 500;
      text-align: center;
    } */
  
  #certify {
    position: relative;
    height: 400px;
    width: 1114px;
    margin: 40px auto;
    background: url(/static/indexstyle/img/service_content_bac.png) center
      no-repeat no-repeat;
    overflow: hidden;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 14px;
  }
  
  #certify .swiper-container {
    padding-bottom: 60px;
    overflow: hidden;
  }
  
  #certify .swiper-slide {
    width: 1110px !important;
    height: 374px;
    /* background: #fff; */
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
  }
  
  #certify .swiper-slide div {
    width: 1050px;
    height: 297px;
  }
  
  #certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
    position: relative;
    top: -40px;
  }
  
  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 60px;
    height: 3px;
    opacity: 1;
    border-radius: 5px;
    border: none;
    background-color: rgba(155, 155, 155, 0.759);
  }
  
  #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 60px;
    height: 3px;
    opacity: 1;
    border-radius: 5px;
    background-color: #02AB43 !important;
  }
  #certify .swiper-button-prev {
    width: 57px !important;
    height: 47px !important;
    background: url(/static/indexstyle/img/curr_prev.png) no-repeat center center;
    position: absolute;
    left: 150px;
    cursor: pointer;
  }
  #certify .swiper-button-prev:hover {
    background-image: url(/static/indexstyle/img/curr_next_hover.png);
    transform: rotate(180deg);
  }
  #certify .swiper-button-prev:after {
    display: none;
  }
  #certify .swiper-button-next:after {
    display: none;
  }
  #certify .swiper-button-next {
    width: 57px !important;
    height: 47px !important;
    background: url(/static/indexstyle/img/curr_next.png) no-repeat center center;
    position: absolute;
    right: 150px;
    cursor: pointer;
  }
  #certify .swiper-button-next:hover {
    background-image: url(/static/indexstyle/img/curr_next_hover.png);
    /* transform: rotate(180deg); */
  }
  .vedio_content {
    display: flex;
    /* justify-content: space-between; */
    position: relative;
    overflow: hidden;
  }
  .vedio_content .maske {
    position: absolute !important;
    width: 900px !important;
    height: 398px;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.567); */
  }
  .vedio_title_message {
    width: 100%;
    height: 68px;
  }
  .vedio_title_message img {
    width: 68px;
    height: 68px;
  }
  .vedio_content > div:first-child {
    width: 475px !important;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
  }
  .vedio_content > div:first-child a {
    display: inline-block;
    width: 475px;
    height: 300px;
  }
  .vedio_content > div:first-child img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .vedio_content > div:nth-child(2) {
    width: 480px !important;
    box-sizing: border-box;
    /* padding: 50px 40px; */
    /* background-color: #1C2029; */
  }
  .vedio_content > div:nth-child(2) > img {
    display: none;
  }
  .vedio_content > div:nth-child(2) > p:nth-child(3) {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 90px;
  }
  /* .vedio_content>div:nth-child(2)>p:nth-child(2){
        font-size: 24px;
        font-weight: 400;
        color: #131415;
        line-height: 33px;
        padding: 15px 0;
        display: none;
    } */
  .service_home_title {
    margin: 0 auto;
    padding-top: 66px;
    display: flex;
    font-size: 32px;
    color: #000000;
    line-height: 44px;
    width: 480px;
  }
  .certification{
      width: 100%;
      height: 603px;
      background: #FFFFFF;
  }
  .certification_title{
      margin: 0 auto;
      padding-top: 66px;
      display: flex;
      font-size: 32px;
      color: #000000;
      line-height: 44px;
      width: 240px;
  }
  .certification_body{
      width: 1200px;
      height: 386px;
      overflow: hidden;
      margin: 0 auto;
      margin-top: 42px;
      display: flex;
      justify-content: center;
  }
  .certification_body a{
      display: inline-block;
      width: 385px;
      height: 380px;
      margin: 0 11px;
      overflow: hidden;
  }
  .certification_body a img{
  width: 100%;
  height: 100%;
  }
  .caseList_all_link{
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
  }
   /* 高级筛选 */
   .serch_window{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1112;
    background: #101010ad;
    display: none;
}
.serch_model{
    width: 901px;
height: 412px;
background: #FFFFFF;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
border-radius: 10px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
overflow: hidden;
}
.serch_model_title{
    height: 75px;
    width: 100%;
    line-height: 75px;
    box-sizing: border-box;
    padding: 0 40px;
    border: 2px solid #F4F3F4;
    display: flex;
    justify-content: space-between;
}
.serch_model_title_text{
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    line-height: 75px;
    letter-spacing: 1px;
}
.search_model_content{
    height: 325px;
    width: 100%;
    display: flex;
}

 /* 高级筛选 */
 .serch_window{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1112;
    background: #101010ad;
    display: none;
}
.serch_model{
    width: 901px;
height: 412px;
background: #FFFFFF;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
border-radius: 10px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
overflow: hidden;
}
.serch_model_title{
    height: 75px;
    width: 100%;
    line-height: 75px;
    box-sizing: border-box;
    padding: 0 40px;
    border: 2px solid #F4F3F4;
    display: flex;
    justify-content: space-between;
}
.serch_model_title_text{
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    line-height: 75px;
    letter-spacing: 1px;
}
.search_model_content{
    height: 325px;
    width: 100%;
    display: flex;
}
/* 高级筛选 */
/* 客户案例 */
.customer_case{
    display: flex;
    height: 40px;
    margin-bottom: 33px;
    position: relative;
}
.customer_case_industry{
    font-size: 24px;
    font-weight: 500;
    color: #101010;
    line-height: 33px;
}
.customer_case li{
    height: 40px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 17px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
}
.customer_case li:hover{
    background: #1677FE;
    color: #ffffff;
}
/* .case_content_title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    letter-spacing: 1px;
    padding-bottom: 41px;
} */
#caseList li{
    width: 385px;
    height: 266px !important;
    box-sizing: border-box;
    padding: 42px 31px 20px 29px;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    border: 3px solid #FFFFFF;
}
.customer_serch{
    display: inline-block;
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #02AB43 !important;
    box-sizing: border-box;
    padding:0px 15px;
    font-size: 16px;
    line-height: 39px;
    position: absolute;
    right: 0;
    color: #02AB43 !important;
    cursor: pointer;
}
.customer_serch_img{
    width: 17px !important;
    height: 13px !important;
    line-height: 40px;
    position: relative;
    top: 2px !important;
}
.customer_serch_img_hover{
    width: 17px !important;
    height: 13px !important;
    line-height: 40px;
    position: relative;
    top: 2px !important;
    display: none;
}
.customer_serch:hover{
    background: #02AB43 !important;
    border: none;
    color: #ffffff !important;
}
.customer_serch:hover .customer_serch_img{
    display: none;
}
.customer_serch:hover .customer_serch_img_hover{
    display: inline-block;
}
.case_content_title{
    margin: 0 auto;
    padding-top: 66px;
    display: flex;
    font-size: 32px;
    color: #000000;
    line-height: 44px;
    width: 240px !important;
}
.case_type_first_child{
    background: #02AB43 !important;
}
.example_name{
    color: rgba(2, 171, 67, 1) !important;
    background: rgba(2, 171, 67, 0.1400) !important;
}
.customer_case>li:hover{
    background: #02AB43 !important;
}
.pagination>.active>span{
    color: #ffffff !important;
    background: rgba(2, 171, 67, 1) !important;
}
.pagination>.active>a{
    color: #ffffff !important;
    background: rgba(2, 171, 67, 1) !important;
}
.pagination>.active>a:hover{
    color: #ffffff !important;
    background: rgba(2, 171, 67, 1) !important;
}
.pagination>.active>span:hover{
    color: #ffffff !important;
    background: rgba(2, 171, 67, 1) !important;
}
.case_type_child>li:hover{
    color: #ffffff !important;
    background: rgba(2, 171, 67, 1) !important;
}
.liHover{
    color: rgba(2, 171, 67, 1) !important;
}
/* 客户案例 */