/* 悬浮窗 */
.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 no-repeat;
  background-size: cover;
}
.goodsDetail_body {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.goodsDetail_model {
  width: 100%;
  height: 98px;
  margin-top: 69px;
  display: flex;
  /* justify-content: space-between; */
}
.goodsDetail_model_item {
  width: 235px;
  height: 98px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 2px 10px 0px rgba(9, 83, 247, 0.11);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 16px;
  margin-right: 15px;
}
.goodsDetail_model_item:hover {
    background: url(/static/goodsDetails/goods_details_9001_20220812/img/declarationConditions_bac.png) left no-repeat #ffffff;
    background-size: contain;
}
.goodsDetail_item_title {
  font-size: 21px;
  color: #151723;
  line-height: 24px;
  font-weight: 500;
}
.goodsDetail_item_body {
  margin-top: 10px;
  font-size: 14px;
  color: #151723;
  display: flex;
  justify-content: space-between;
}
.goodsDetail_item_body p:first-child {
  margin-top: 14px;
  line-height: 24px;
}
.goodsDetail_item_body2 {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  color: #151723;
  font-size: 14px;
}
.goodsDetail_item_body2 p:first-child {
  line-height: 16px;
}
.goodsDetail_item_body2 a {
  display: inline-block;
  color: #0953f7;
  margin-top: 3px;
  line-height: 24px;
}

/* 产品表格 */
.goodsTable_all {
  width: 100%;
  height: 400px;
  background: #f7f7f7;
}
.goodsTable {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 56;
}
.goodsTable_model {
  width: 100%;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.goodsTable_model_left {
  width: 113px;
  height: 56px;
  background: #3270ff;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 56px;
  font-size: 14px;
  color: #ffffff;
}
.goodsTable_model_right {
  display: flex;
  justify-content: space-around;
  background: #e3eeff;
  border: 1px solid #ffffff;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.goodsTable_model_right div {
  height: 100%;
  width: 296px;
  border-right: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.goodsTable_model_right div:last-child {
  border: none;
}
.goodsTable_model_left2 {
  width: 113px;
  height: 112px;
  background: #3270ff;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 112px;
  font-size: 14px;
  color: #ffffff;
}
.goodsTable_model_right2 {
  display: flex;
  height: 100%;
  justify-content: space-around;
  background: #e3eeff;
  border: 1px solid #ffffff;
  line-height: 56px;
  text-align: center;
}
.goodsTable_model_right2 div {
  width: 147.5px;
  border-right: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.goodsTable_model_right2 div:last-child {
  border: none;
}
.goodsTable_model_right2 div > p:first-child {
  border-bottom: 1px solid #ffffff;
}
.goodsTable_link {
  display: block;
  width: 634px;
  height: 99px;
  margin: 0 auto;
  margin-top: 8px;
  position: relative;
  background: url(../img/goodsTable_link_bac.png) center no-repeat;
  background-size: cover;
}
.goodsTable_link img {
  position: absolute;
  bottom: -12px;
  right: 23px;
  animation: scheme_icon 2s infinite;
}
@keyframes scheme_icon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* 国内信息安全管理体系证书办理热度居高不下 */
.handlingHeat {
  width: 100%;
  height: 576px;
  background: url(../img/handlingHeat_bac.png) center no-repeat;
  background-size: cover;
}
.handlingHeat_title {
  margin: 0 auto;
  padding-top: 66px;
  display: flex;
  font-size: 32px;
  color: #000000;
  line-height: 44px;
  width: 752px;
}
.handlingHeat_body {
  width: 1000px;
  height: 310px;
  margin: 0 auto;
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
}
.handlingHeat_body_left {
  width: 362px;
  height: 296px;
}
.handlingHeat_body_right {
  width: 600px;
  height: 100%;
  margin-left: 13px;
}
.handlingHeat_body_right div {
  width: 600px;
  height: 90px;
  background: linear-gradient(135deg, #f4f5f7 0%, #ffffff 60%, #ffffff 100%);
  box-shadow: 5px 5px 10px 0px rgba(9, 93, 254, 0.1);
  border-radius: 5px;
  border: 2px solid #ffffff;
  margin-bottom: 20px;
  display: flex;
  box-sizing: border-box;
  padding: 20px 10px 20px 20px;
    transition: all 0.3s ease;
}
.handlingHeat_body_right div:hover{
    background: linear-gradient(135deg, #f4f5f7 0%, #ffffff 60%, #ffffff 100%);
    box-shadow: 5px 5px 20px 0px rgba(9, 93, 254, 0.25);
    transform: translateY(-3px);
}
.handlingHeat_body_right div p:nth-child(1) {
  width: 39px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #2f3e58;
  line-height: 25px;
  border-right: 1px solid #d8d8d8;
  padding-right: 16px;
}
.handlingHeat_body_right div:nth-child(1) p:nth-child(2) {
  width: 482px;
  font-size: 12px;
  font-weight: 400;
  color: #2f3e58;
  line-height: 24px;
  margin-left: 16px;
}
.handlingHeat_body_right div p:nth-child(2) {
  width: 482px;
  font-size: 12px;
  font-weight: 400;
  color: #2f3e58;
  line-height: 24px;
  margin-left: 16px;
}
/* 更专业深入地认识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: 586px;
}
.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: 40px 47px;
}
.professionalKnowledge_content_right p:nth-child(1) {
  font-size: 28px;
  color: #000000;
  line-height: 38px;
  font-weight: 600;
}
.professionalKnowledge_content_right p:nth-child(2) {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-top: 27px;
}
.professionalKnowledge_content_right p:nth-child(2) span {
  color: #0953f7;
}
.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: 82px;
}
/* 哪些行业格外需要ISO27001证书 */
.extraNeeds {
  width: 100%;
  height: 740px;
  background: url(../img/extraNeeds_bac.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.extraNeeds_title {
  margin: 0 auto;
  padding-top: 66px;
  display: flex;
  font-size: 32px;
  color: #ffffff;
  line-height: 44px;
  width: 586px;
}
.extraNeeds_body {
  position: relative;
  left: 50%;
  top: 20px;
  transform: translate(-53%, 15px);
}
.extraNeeds_link {
  display: block;
  width: 230px;
  height: 45px;
  background: #fb6401;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 91px);
}

/* 关注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: 553px;
  }
  .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: #0953f7;
    line-height: 17px;
    background: #e6e9ff;
    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_9001_20220812/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: #0a7dff;
    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_9001_20220812/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_9001_20220812/img/successfulCertification_tab_active3.png) no-repeat;
    background-size: 100%;
  }
  .successfulCertification_tab_active {
    color: #ffffff !important;
    background: url(/static/goodsDetails/goods_details_9001_20220812/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: #0a7dff;
    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: 826px;
  }
  
  .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: #0953f7;
    border-bottom: 5px solid #0953f7;
  }
  .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: 826px;
    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: rgba(21, 119, 255, 1);
  }
  #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;
  }
  /* 高级筛选 */
  /* 客户案例 */
  .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 #1577FF;
      box-sizing: border-box;
      padding:0px 15px;
      font-size: 16px;
      line-height: 39px;
      position: absolute;
      right: 0;
      color: #1577FF;
      cursor: pointer;
  }
  .customer_serch_img{
      width: 20px;
      height: 20px;
      line-height: 40px;
      position: relative;
      top: 5px;
  }
  .customer_serch_img_hover{
      width: 20px;
      height: 20px;
      line-height: 40px;
      position: relative;
      top: 5px;
      display: none;
  }
  .customer_serch:hover{
      background: #1577FF;
      border: none;
      color: #ffffff;
  }
  .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;
  }
  /* 客户案例 */