/* 悬浮窗 */
.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;
  }
/* 产品介绍 */
.productDescription {
  width: 100%;
  height: 450px;
  background: url(/static/goodsDetails/goods_details_CSMM/img/csmm_bg_1.png) center no-repeat no-repeat;
  background-size: cover;
  margin-top: 76px;
}
.productDescription_body {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 37px;
}
.productDescription_card{
  width: 1090px;
  height: 378px;
  background: #F2F2F2CF;
  border-radius: 8px;
  border: 1px solid #FFFFFFFF;
  margin: 0 auto;
}
.productDescription_title {
  font-size: 32px;
  font-weight: bold;
  color: #0953F7FF;
  line-height: 50px;
  text-align: left;
  margin-bottom: 16px;
}
.productDescription_card_bottom {
  margin-top: 67px;
  display: flex;
  justify-content: center;
}
.productDescription_card_left{
  margin-right: 22px;
}
.productDescription_left_text{
  font-size: 12px;
  line-height: 17px;
  color: #2F3E58FF;
  text-align: center;
  margin-top: 10px;
}
.productDescription_card_right{

}
.productDescription_right_row_white{
  background: white;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 3px 5px 0 #0953F71F;
  width: 520px;
  margin-bottom: 10px;
  padding: 0 21px;
  box-sizing: border-box;
}
.productDescription_right_row{
  background: transparent;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 520px;
  margin-bottom: 2px;
  padding: 0 21px;
  box-sizing: border-box;
}
.productDescription_row_item{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
}
.productDescription_row_item_text{
  font-size: 12px;
  line-height: 17px;
  color: #2F3E58FF;
  margin-left: 7px;
}
.productDescription_row_left{
  display: flex;
  justify-content: flex-start;
}
.productDescription_row_title{
  font-size: 12px;
  color: #0953F7FF;
  font-weight: bold;
  margin-right: 14px;
}
.productDescription_row_check{
  height: 17px;
  margin-right: 4px;
  cursor: pointer;
}
.productDescription_row_jump{
  font-size: 12px;
  line-height: 17px;
  color: red;
  border-bottom: red solid 1px;
}
.jump_button{
  font-weight: bold;
}
.productDescription_row_text{
  font-size: 12px;
  color: #2F3E58FF;
  margin-right: 30px;
  letter-spacing: 0;
  cursor: pointer;
}
.productDescription_row_text.select{
  color: #0953F7FF;
}

.productDescription_orange_link{
  margin-top: 10px !important;
  height: 38px !important;
  padding: 7px 12px !important;
  width: 207px;
}


/* CMMI分为几个等级？有什么区别？ */
.grade {
  height: 568px;
  margin-right: 0 auto;
  margin: 0 auto;
  background: url(/static/goodsDetails/goods_details_CSMM/img/csmm_bg_5.png) center no-repeat no-repeat;
  background-size: cover;
}
.grade_title {
  width: 637px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  color: #151723;
  line-height: 44px;
  padding-top: 75px;
}
.grade_text {
  font-size: 14px;
  font-weight: 400;
  color: #596680;
  line-height: 24px;
  margin-top: 24px;
  text-align: center;
}
.grade_model {
  height: 263px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 22px;
  position: relative;
}
.grade_item {
  /* position: absolute; */
  bottom: 0;
}
.grade_item_model {
  height: 80px;
  width: 72px;
  background: #9DFFF1;
  margin: 0 auto;
  position: relative;
}
.grade_item_model > div {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.grade_item_model > div p {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  /* border-top: solid 1px #ffffff; */
}
.grade_item_model_top {
}
.grade_item_model_bottom {
  height: 30px;
  border-top: #ffffff solid 1px;
  line-height: 30px !important;
}
.grade_item_foot {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  margin-top: 8px;
}
.grade_model .grade_item:nth-child(1) .grade_item_model {
    background: #9DFFF1;
    height: 70px;
  }
.grade_model .grade_item:nth-child(2) .grade_item_model {
    background: #7dd6f6;
    height: 100px;
  }
/* .grade_model .grade_item:nth-child(2) {
  position: absolute;
  left: 156px;
} */
.grade_model .grade_item:nth-child(3) .grade_item_model {
  background: #429dff;
  height: 130px;
}
/* .grade_model .grade_item:nth-child(3) {
  position: absolute;
  left: 312px;
} */
.grade_model .grade_item:nth-child(4) .grade_item_model {
  background: #004fff;
  height: 160px;
}
/* .grade_model .grade_item:nth-child(4) {
  position: absolute;
  left: 468px;
} */
.grade_model .grade_item:nth-child(5) .grade_item_model {
  background: #6400ff;
  height: 180px;
}

/* .grade_model .grade_item:nth-child(5) {
  position: absolute;
  left: 624px;
} */
.grade_model .grade_item:nth-child(6) .grade_item_model {
  background: #9700ff;
  height: 220px;
}
.grade_link {
  display: block;
  width: 245px;
  height: 45px;
  background: #fb6401;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 16px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}
.grade_model > div:nth-child(1):hover .grade_item_model {
    background: #BFFFF6;
  }
.grade_model > div:nth-child(2):hover .grade_item_model {
  background: #b8ecff;
}
.grade_model > div:nth-child(3):hover .grade_item_model {
  background: #8bc3ff;
}
.grade_model > div:nth-child(4):hover .grade_item_model {
  background: #5489ff;
}
.grade_model > div:nth-child(5):hover .grade_item_model {
  background: #7b26ff;
}
.grade_model > div:nth-child(6):hover .grade_item_model {
  background: #b850ff;
}

/* 笃行致远，我们用服务感动每一位客户 */
.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: 726px;
  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;
  text-align: justify;
}


/* 证优客精心打磨每个认证细节，值得您的信赖 */
.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;
}
/* 回访视频 */
.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;
  overflow: hidden;
}
.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;
}

/* 高级筛选 */
/* 客户案例 */
.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_cmmi_img {
  width: 17px;
  height: 13px;
  line-height: 40px;
  position: relative;
}
.customer_search_cmmi_img_hover {
  width: 17px;
  height: 13px;
  line-height: 40px;
  position: relative;
  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;
}
.swiper-escort-next{
    width: 7px;
    height: 33px;
    /* background: #004fff; */
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
    z-index: 5;
    overflow: hidden;

}
.swiper-escort-prev{
    width: 7px;
    height: 33px;
    /* background: #004fff; */
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -16px;
    z-index: 5;
    overflow: hidden;
}
.swiper-escort-next:hover img:nth-child(1){
display: none;
}
.swiper-escort-prev:hover img:nth-child(1){
    display: none;
}
.swiper-escort-next-default{
    transform: rotate(180deg);
}
.swiper-escort-prev-hover{
    transform: rotate(180deg);
}

/*关心CSMM的都在关心*/
.relatedIssues {
  width: 100%;
  height: 613px;
  background: url(/static/goodsDetails/goods_details_CSMM/img/csmm_bg_6.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: 512px;
}
.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;
}


/*管家式服务*/
.process {
  width: 100%;
  height: 550px;
  background: url(/static/dataManagementDCMM/img/certification-process.png) no-repeat center center;
  background-size: cover;
}

.process_content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 75px;
}

.process_title {
  display: flex;
  justify-content: center;
  font-size: 32px;
  color: #F7FBFF;
  line-height: 45px;
  letter-spacing: 2px;
}

.process_title_text {
  font-size: 18px;
  color: #f7fbff;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.process_span {
  color: rgba(255, 169, 5, 1);
}

.process_link {
  position: absolute;
  left: 39%;
}

.link_button_noshadow {
  display: inline-block;
  color: white;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  padding: 0 30px;
  border-radius: 4px;
  background: linear-gradient(
          to right,
          rgba(255, 169, 5, 1),
          rgba(255, 112, 2, 1)
  );
}

/*政策汇总*/
.cmmi_promotion_view_common{
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cmmi_promotion_body_common{
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cmmi_promotion_container_three{
  height: 684px;
  background-color: white;
}

.cmmi_promotion_content_1_btn{
  width: 513px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 65px;
  left: 160px;
}
.cmmi_promotion_content_1_btn_left{
  display: inline-block;
  width: 343px;
  font-size: 12px;
  color: #2F3E58;
  text-align: center;
  letter-spacing: 0;
}
.cmmi_promotion_content_1_btn_right{
  display: inline-block;
  font-size: 16px;
  color: white;
  height: 40px;
  line-height: 40px;
  width: 170px;
  text-align: center;
  letter-spacing: 0;
}

.cmmi_promotion_content_2_right{
  width: 428px;
  margin-left: 40px;
  padding-top: 32px;
  padding-bottom: 21px;
}
.cmmi_promotion_content_2_right_text{
  font-size: 12px;
  line-height: 24px;
}
.cmmi_promotion_content_2_right_btn{
  display: inline-block;
  width: 235px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fb6401;
  border-radius: 4px;
  margin-top: 41px;
  color: white;
}
.whatIsCMMI_title {
  display: flex;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  color: #151723;
  line-height: 44px;
  padding-top: 55px;
  justify-content: center;
}
.evaluation_right_link {
  display: inline-block;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  padding: 11px 12px;
  background: #fb6401;
  box-shadow: 0px 5px 10px 0px rgba(9, 83, 247, 0.1);
  border-radius: 5px;
  color: #ffffff;
  margin-top: 57px;
}



/* CMMI能为您带来什么？ */
.bringFor {
  width: 100%;
  height: 470px;
  background: url(../img/csmm_bg_3.png) no-repeat center center;
  background-size: cover;
}
.bringFor_title {
  width: 477px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  color: #151723;
  line-height: 44px;
  padding-top: 75px;
}
.bringForbody {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  justify-content: space-around;
}
.bringForbody_item {
  box-sizing: border-box;
  padding: 37px 24px;
  width: 286px;
  height: 190px;
  background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
  border-radius: 5px;
  border: 2px solid #ffffff;
}
.bringForbody_item_title {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  line-height: 29px;
  position: relative;
}
.bringForbody_item_content {
  font-size: 14px;
  font-weight: 400;
  color: #596680;
  line-height: 20px;
  margin-top: 14px;
}
.bringForbody_item_title img {
  position: absolute;
  right: 10px;
  top: -2px;
}
.bringForbody_item_hover {
  display: none;
}
.bringForbody_item:hover {
  background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
  box-shadow: 0px 10px 10px -6px rgba(0, 42, 135, 0.18);
}
.bringForbody_item:hover .bringForbody_item_hover {
  display: block;
}
.bringForfooter {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #596680;
  line-height: 24px;
}
.bringForfooter_end {
  color: #f96400;
}


/*哪些企业适合申请*/
.which_fit {
  width: 100%;
  height: 635px;
  background: url(/static/goodsDetails/goods_details_CSMM/img/csmm_bg_2.png) no-repeat center center;
  background-size: cover;
}

.which_fit_title {
  display: flex;
  justify-content: center;
  font-size: 32px;
  color: #151723;
  line-height: 44px;
  padding-top: 70px;
}

.which_fit_title_body{
  width: 1014px;
  margin: 0 auto;
  padding-top: 49px;
}

.which_fit_subtitle1{
  font-weight: bold;
  color: #0953F7;
  font-size: 21px;
  line-height: 29px;
}

.which_fit_subtitle2 {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #596680;
  padding-top: 17px;
}

.which_fit_body {
  width: 1014px;
  height: 190px;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.which_fit_body_item {
  box-sizing: border-box;
  padding: 31px 28px;
  width: 496px;
  height: 220px;
  background: linear-gradient(180deg, #f4f7f9 0%, #ffffff 100%);
  border-radius: 5px;
  border: 2px solid #ffffff;
  box-shadow: 0px 10px 10px -6px rgba(0, 42, 135, 0.18);
}

.which_fit_body_item_title {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  position: relative;
  margin-top: 4px;
}

.which_fit_body_item_content {
  color: #596680;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
}

.which_fit_body_item_title img {
  position: absolute;
  right: 10px;
  top: -7px;
}


/* 证优客精心打磨每个认证细节，值得您的信赖 */
.trustChoice {
  height: 710px;
  background: #f7f7f7;
}
.trustChoice_title {
  margin: 0 auto;
  padding-top: 66px;
  display: flex;
  font-size: 32px;
  color: #151723;
  line-height: 44px;
  justify-content: center;
}

.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;
}
