/* 悬浮窗 */
.suspension {
  width: 120px;
  /* height: 295px; */
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
  border-radius: 11px 11px 0px 0px;
  position: fixed;
  right: 0px;
  top: 300px;
  z-index: 2600;
}
.suspension_list {
  width: 100%;
  font-size: 17px;
  color: #101010;
  line-height: 22px;
  z-index: 3000;
}
.suspension_item {
  display: inline-block;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #eeeeee;
  line-height: 52px;
  text-align: center;
  color: #000000;
  font-size: 14px;
}
.suspension_item a {
  color: #000000;
}
.suspension_item img {
  width: 16px;
  height: 16px;
  position: relative;
  bottom: -3px;
}
.suspension_phone {
  width: 120px;
  height: 65px;
  color: #ffffff;
  text-align: center;
  /* background: linear-gradient(180deg, #ffa905 0%, #ff7002 100%); */
  background: #0289ff;
}
.free_phone {
  padding-top: 11px;
  font-size: 11px;
  line-height: 16px;
}
.phone_num {
  padding-top: 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.fixed_img {
  width: 112px;
  height: 137px;
  position: absolute;
  top: -137px;
  left: 4px;
}
.fixed_img_top {
  width: 166px;
  height: 166px;
  position: absolute;
  top: -294px;
  left: -25px;
}
@keyframes scale {
  0% {
    transform: scale(0.7);
  }
  50%,
  75% {
    transform: scale(1.2);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.fixed_img_top:after {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #3270ff;
  opacity: 0.3;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 100ms;
}
.fixed_img_top img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.return_top {
  display: none;
  width: 100%;
  height: 56px;
  font-size: 14px;
  color: #101010;
  line-height: 56px;
  text-align: center;
}
/* 产品介绍 */
.top_detail {
  width: 100%;
  height: 519px;
  background: url(../img/top_bac.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.topCountent {
  width: 1200px;
  height: 332px;
  background: #ffffff;
  border-radius: 9px 9px 0px 0px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  display: flex;
  box-sizing: border-box;
  padding: 49px 42px;
}
.hot_door {
  width: 115px;
  height: 35px;
  background: linear-gradient(134deg, #ff4f32 0%, #ec0000 100%);
  border-radius: 4px;
  position: absolute;
  top: -17px;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 0;
}

.topCountent .hot_door img {
  width: 75px;
  height: 17px;
}
.topCountent_left {
  width: 80%;
  height: 100%;
}
.topCountent_left p:nth-child(1) {
  font-size: 48px;
  font-weight: bold;
  color: #1d3e82;
  line-height: 61px;
}
.topCountent_left p:nth-child(2) {
  font-size: 17px;
  color: #414f6d;
  line-height: 30px;
  margin-top: 15px;
}
.topCountent_left p:nth-child(3) {
  font-size: 17px;
  color: #414f6d;
  line-height: 30px;
}
.topCountent_left p:nth-child(4) {
  margin-top: 40px;
}
.topCountent_left p:nth-child(4) span {
  display: inline-block;
  box-sizing: border-box;
  height: 32px;
  background: #dfeaff;
  border-radius: 4px;
  border: 1px solid #e1ecff;
  margin-right: 5px;
  font-size: 14px;
  color: #075cff;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
}
.topCountent_right {
  margin-left: 83px;
}
/* 吸顶 */
.tab_box {
  width: 100% !important;
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0px 0px 6px 0px #eaeaea;
  position: relative;
  top: 0px !important;
  z-index: 2500;
  box-sizing: border-box;
}
.tab_click {
  margin: 0 auto;
  width: 1200px;
  height: 78px;
  display: flex;
  justify-content: space-around;
  background-color: white;
  text-align: center;
  line-height: 78px;
}
.tab_click a {
  display: inline-block;
  color: #000000;
  /* width: 20%; */
  height: 55px;
  font-size: 17px;
}
/* 产品详情介绍 */
.goods_detail {
  width: 100%;
  height: 705px;
  background: url(../img/goods_detail_bac.png) no-repeat center center;
  background-size: cover;
}
.goods_detail_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.goods_detail_content p:nth-child(1) {
  font-size: 32px;
  color: #000000;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 61px;
}
.goods_detail_content p:nth-child(2) {
  width: 1051px;
  margin: 0 auto;
  font-size: 17px;
  color: #5F6063;
  line-height: 29px;
  letter-spacing: 1px;
  padding-top: 18px;
}
.goods_detail_content span {
  color: #FB8725;
}
.goods_detail_content p:nth-child(3) {
  width: 1051px;
  margin: 0 auto;
  font-size: 17px;
  color: #5F6063;
  line-height: 29px;
  letter-spacing: 1px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.goods_detail_content>img {
  display: block;
  margin: 0 auto;
}

/* 证书解析 */
.analysis {
  width: 100%;
  height: 556px;
  background: url(../img/analysis_bac.png) no-repeat center center;
  background-size: cover;
}
.analysis_body {
  width: 1050px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding-top: 75px;
  justify-content: center;
}
.analysis_body_btm {
  text-align: center;
  margin-top: 14px;
  font-size: 15px;
  color: #666666;
  line-height: 20px;
}
.analysis_body_right {
  margin-left: 84px;
}
.analysis_body_right_title {
  padding-top: 17px;
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  letter-spacing: 1px;
}
.analysis_body_right_content {
  margin-top: 33px;
}
.analysis_body_right_content p {
  font-size: 20px;
  color: #2c4c8b;
  line-height: 46px;
  letter-spacing: 1px;
}
/* 变更历程 */
.changeCourse {
  width: 100%;
  height: 438px;
  background: #f1f8ff;
}
.changeCourse_body {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.changeCourse_body_title {
  font-size: 32px;
  color: #1d3e82;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 90px;
}
.changeCourse_content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.changeCourse_content_item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffffff 0%, #e6edff 100%);
  box-shadow: 0px 2px 4px 0px rgba(191, 191, 191, 0.5);
  border: 2px solid #ffffff;
  text-align: center;
  color: #788090;
}
.changeCourse_content_item p:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 18px 0 5px 0;
}
.changeCourse_content_item span {
  display: inline-block;
  width: 32px;
  border-top: solid 2px #788090;
}
.changeCourse_content_item p:nth-child(3) {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  padding-top: 10px;
}
.changeCourse_content_line {
  position: absolute;
  top: 240px;
  left: 190px;
  z-index: 1;
}
/* 对企业的好处 */
.goods_company {
  width: 100%;
  height: 524px;
  background: url(../img/goods_bac.png) no-repeat center center;
  background-size: cover;
}
.goods_company_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.goods_company_title {
  font-size: 32px;
  color: #1d3e82;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 48px;
}
.goods_company_detail {
  width: 1067px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  border-radius: 5px;
}
.goods_detail_item {
  width: 200px;
  height: 289px;
  background: linear-gradient(180deg, #3779ff 0%, #a5d1ff 100%);
  /* border: 1px solid; */
  border-image: linear-gradient(180deg, rgba(244, 250, 255, 1), rgba(255, 255, 255, 0.74)) 1 1;
  box-sizing: border-box;
  padding: 46px 18px;
  color: #f4faff;
  border-radius: 7px;
  /* overflow: hidden; */
  position: relative;
}
.goods_detail_item p:nth-child(1) {
  font-size: 20px;
  color: #f4faff;
  line-height: 29px;
  letter-spacing: 1px;
}
.goods_detail_item p:nth-child(2) {
  font-size: 17px;
  color: #f4faff;
  line-height: 29px;
  letter-spacing: 1px;
  margin-top: 15px;
}
.goods_detail_item p:nth-child(3){
    position: absolute;
    bottom: -95px;
    left: 0;
}
.goods_detail_item_difrent {
    width: 204px;
  background: linear-gradient(180deg, #fcfeff 0%, #ffffff 100%);
  border-radius: 4px;
  border: 1px solid;
  color: #1f5f98 !important;
  margin-left: 2px;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(196, 212, 245, 1)) 1 1;
}
/* 投资招标门槛 */
.threshold {
  width: 100%;
  height: 759px;
  background: url(../img/threshold_bacground.png) no-repeat center center;
  background-size: cover;
}
.threshold_content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.threshold_title {
  font-size: 32px;
  color: #1d3e82;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 84px;
}
.threshold_body {
  margin-top: 56px;
  text-align: center;
}
.threshold_link {
  display: inline-block;
  width: 272px;
  height: 55px;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 4px;
  line-height: 55px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  position: absolute;
  bottom: 66px;
  left: 50%;
  margin-left: -136px;
}
/* 招标体现 */
.embodiment {
  width: 100%;
  height: 929px;
  background: #f4faff;
}
.embodiment_body {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.embodiment_title {
  font-size: 32px;
  color: #1d3e82;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 65px;
}
.embodiment_title_img {
  margin-top: 37px;
  text-align: center;
}
.embodiment_content {
  margin-top: 40px;
  text-align: center;
}
.embodiment_content img{
    width: 1180px;
    height: 567px;
}
.embodiment_link {
  margin: 0 auto;
  margin-top: 28px;
  text-align: center;
}
.embodiment_link a {
  display: inline-block;
  width: 272px;
  height: 55px;
  line-height: 55px;
  background: linear-gradient(90deg, #FFA905 0%, #FF7002 100%);
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
}
/* 稳步提升 */
.steadily {
  width: 100%;
  height: 645px;
  background: url(../img/steadily_bac.png) no-repeat center center;
  background-size: cover;
}
.steadily_body {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.steadily_title {
  font-size: 32px;
  color: #1d3e82;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 51px;
}
.steadily_content {
  text-align: center;
  padding-top: 65px;
}
/* 在线解答 */
.answer_online {
  width: 1200px;
  height: 725px;
  margin: 0 auto;
}
.answer_title {
  font-size: 32px;
  color: #000000;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 53px;
}
.answer_humen {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  line-height: 25px;
  text-align: center;
}
.answer_model {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 35px;
}
.answer_model_item {
  width: 360px;
  height: 180px;
  background: #f3f7ff;
  border-radius: 8px;
  margin: 10px;
  box-sizing: border-box;
  padding: 20px;
}

.answer_model_item p:nth-child(1) {
  font-size: 17px;
  font-weight: 400;
  color: #101010;
  line-height: 24px;
  letter-spacing: 0px;
}
.answer_model_item p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  line-height: 20px;
  margin-top: 9px;
  margin-bottom: 12px;
  min-height: 60px;
}
.answer_model_item p:nth-child(3) a {
  font-size: 14px;
  font-weight: 400;
  color: #fe6536;
  line-height: 20px;
}
.answer_link {
  display: inline-block;
  width: 344px;
  height: 55px;
  background: linear-gradient(90deg, #FFA905 0%, #FF7002 100%);
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
}
/* 助力 */
.development {
  width: 100%;
  height: 900px;
  background: #fffaf2;
}
.development_content {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.development_title {
  font-size: 43px;
  color: #c2964d;
  line-height: 56px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  padding-top: 88px;
}
.development_bt {
  width: 1080px;
  margin: 0 auto;
}
.development_nr {
  font-size: 17px;
  color: #101010;
  line-height: 26px;
  margin-top: 57px;
}
.development_nr_top {
  margin-bottom: 20px;
}
.development_nr_sapn {
  /* font-weight: bold; */
  color: #ff7002;
}

.develop_img {
  width: 100%;
  height: 323px;
  margin-top: 30px;
}
.development_bottom {
  display: flex;
  height: 130px;
  border: solid 3px #d8b478;
  margin-top: 23px;
}
.development_bottom_content {
  width: 33%;
  height: 100%;
  margin-left: 26px;
  border-right: solid 3px #d8b478;
}
.development_bottom_content_title {
  font-size: 20px;
  /* font-weight: bold; */
  /* color: #ff7002; */
  color: #c2964d;
  line-height: 26px;
  margin-top: 23px;
}
.development_bottom_content_nr {
  font-size: 18px;
  color: #101010;
  line-height: 26px;
  margin-top: 12px;
}
/* 15年 */
.year {
  width: 1200px;
  overflow: hidden;
  height: 428px;
  margin: 0 auto;
  display: flex;
}
.year_content {
  width: 25%;
  text-align: center;
  padding-top: 130px;
  position: relative;
}
.year_top {
  font-size: 70px;
  font-weight: 400;
  color: #1b2948;
  line-height: 37px;
}
.year_top_span {
  font-size: 29px;
  color: #1b2948;
  font-weight: 500;
}
.year_center {
  font-size: 25px;
  color: #1b2948;
  line-height: 33px;
  margin-top: 30px;
}
.year_bottom {
  width: 243px;
  font-size: 15px;
  color: #828da6;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 30px;
}
.year_left {
  position: absolute;
  top: 120px;
  right: 0;
  width: 1px;
  height: 175px;
  border-right: 1px solid rgba(187, 187, 187, 0.42);
}
/* 专业 */
.service {
  width: 1200px;
  overflow: hidden;
  height: 569px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.service_title {
  margin: 0 auto 50px auto;
  font-size: 40px;
  color: #131415;
  line-height: 52px;
}
.service_content {
  width: 1120px;
  height: 375px;
  margin: 0 auto;
  display: flex;
}
.serveice_model {
  width: 228px;
  height: 375px;
  margin: 0 25px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.serveice_model img {
  width: 230px;
  height: 262px;
  border-radius: 4px;
}
.service_name {
  font-size: 20px;
  color: #101010;
  line-height: 26px;
  margin: 0 auto;
  margin-top: 18px;
}
.service_detail {
  width: 170px;
  font-size: 16px;
  color: #666666;
  margin: 0 auto;
  margin-top: 10px;
}
/* 保障 */
.guarantee {
  width: 100%;
  height: 474px;
  background: #fffaf2;
}
.guarantee_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.guarantee_model {
  width: 25%;
  padding-top: 65px;
  text-align: center;
}
.guarantee_model img {
  width: 127px;
  height: 127px;
}
.guarantee_center {
  font-size: 28px;
  color: #1b2948;
  line-height: 37px;
}
.guarantee_bottom {
  font-size: 18px;
  color: #909090;
  line-height: 24px;
  margin-top: 16px;
}
.company_area {
  position: absolute;
  display: inline-block;
  width: 255px;
  height: 55px;
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  padding: 0 34px;
  border-radius: 5px;
  background: #d8b478;
  bottom: -113px;
  left: 37%;
}

.choose_top {
  font-size: 45px !important;
}

/* 客户认可 */
.power {
  width: 1200px;
  overflow: hidden;
  height: 776px;
  margin: 0 auto;
}
.power_title {
  font-size: 45px;
  color: #131415;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  padding-top: 65px;
}
.power_content {
  width: 100%;
  height: 520px;
  margin-top: 70px;
}
.power_model {
  width: 230px;
  height: 259px;
  border-right: solid 1px #dbdbdb;
  border-top: solid 1px #dbdbdb;
  position: relative;
  margin-top: 10px;
}
.power_model:hover > .bottom_text {
  background: rgba(255, 112, 2, 0.9);
}

.model_dialog {
  display: none;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.power_model:hover {
}
.power_model img {
  width: 166px;
  height: 226px;
  margin: 17px 37px;
}
.bottom_text {
  width: 100%;
  height: 47px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
  position: relative;
  bottom: 47px;
}
/* 推荐 */
.authentication {
  width: 100%;
  height: 645px;
  background: #f5f5f5;
}
.authentication_pd {
  width: 100%;
  height: 140px;
}
.authentication_content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.authentication_title {
  font-size: 45px;
  color: #131415;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  padding-top: 62px;
}
.authentication_model {
  display: flex;
  justify-content: space-between;
  height: 313px;
  margin: 0 auto;
  margin-top: 64px;
}
.authentication_item {
  width: 260px;
  height: 313px;
  border-radius: 6px;
  text-align: center;
  background: #ffffff;
}
.authentication_item:hover {
  box-shadow: 0px 8px 26px 0px rgba(2, 137, 255, 0.1);
}
.authentication_item_top {
  width: 212px;
  height: 127px;
  margin: 0 auto;
  position: relative;
  border-bottom: 2px solid #eeeeee;
}
.authentication_item_top img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.authentication_item_center {
  font-size: 16px;
  color: #101010;
  line-height: 21px;

  margin-top: 53px;
}
.authentication_item_bottom {
  font-size: 14px;
  color: #666666;
  line-height: 19px;
  margin-top: 12px;
  white-space: nowrap;
}
.authentication_button {
  display: inline-block;
  text-align: center;
  width: 319px;
  height: 55px;
  background: linear-gradient(90deg, #FFA905 0%, #FF7002 100%);
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
  position: absolute;
  bottom: -110px;
  left: 37%;
}
/* 定制方案 */
.programme {
  width: 100%;
  height: 384px;
  background: url(../img/programme_bac.png) no-repeat center center;
  background-size: cover;
}

.programme_body {
  width: 1120px;
  height: 239px;
  margin: auto;
  position: relative;
  top: 76px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 31px 100px;
  background: url(/static/qualityAssurance_9001/img/programme_body_bac.png) no-repeat center center;
  background-size: cover;
}
.programme_title {
  font-size: 32px;
  font-weight: 500;
  color: #1d3e82;
  line-height: 45px;
  letter-spacing: 1px;
}
.programme_content {
  width: 100%;
  height: 60px;
  margin-top: 23px;
  display: flex;
  align-items: center;
}
.programme_int {
    display: block;
  width: 310px;
  height: 56px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #bcbfc1;
  box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  /* color: #CAD2E5; */
}
.programme_btn {
  width: 272px;
  height: 55px;
  background: linear-gradient(270deg, #fe783f 0%, #f54c4f 100%);
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  border: none;
  margin-left: 23px;
  cursor: pointer;
}
.programme_shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3001;
  background: rgba(0, 0, 0, 0.4);
}
.sub_dialog {
  width: 464px;
  height: 244px;
  background: #ffffff;
  border-radius: 13px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -232px;
  margin-top: -122px;
}
.sub_content {
  width: 100%;
  height: 140px;
  background: url(/static/qualityAssurance_9001/img/sub_content_bac.png) no-repeat center center;
  /* background-size: cover; */
  /* background: #265ff7; */
  border: 1px solid rgba(255, 255, 255, 0.23);
  box-sizing: border-box;
  padding: 24px 21px;
  color: #ffffff;
}
.sub_content p:nth-child(1) {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 1px;
}
.sub_content p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 1px;
}
.sub_btn {
  text-align: center;
  margin-top: 33px;
}
.submit_btn {
  width: 263px;
  height: 43px;
  background: linear-gradient(310deg, #265ff7 0%, #0289ff 100%);
  border-radius: 4px;
  color: #ffffff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.programme_bottom {
  display: flex;
  margin-top: 29px;
  color:#384C6B;
  /* justify-content: space-between; */
}
.parent {
  width: 300px;
  height: 24px;
  overflow: hidden;
  margin-top: 5px;
}
.child {
  height: auto;
}
.child li {
  /* height: 50px; */
  margin: 2px 0;
  /* background: #009678; */
}
.apply_num{
    color: #FF5C17;
    font-size: 22px;
}


/* ISO/IEC 27017 云服务信息安 20200622 */
.introduction_body_text_20200622{
  font-size: 17px;
  color: #414F6D;
  line-height: 30px;
}
.topCountent_left p:nth-child(1).introduction_body_title_20200622{
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  line-height: 61px;
}
.hot_door_20200622{
  top: -15px !important;
  left: 40px !important;
}
.introduction_body_tabs_20200622{
  margin-top: 46px;
}
.introduction_body_tabs_20200622>span{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background: rgba(205, 241, 255, .4);
  border-radius: 4px;
  font-size: 14px;
  color: #0650A3;
  padding: 0 12px;
  margin-right: 10px;
}
.process {
  width: 100%;
  height: 655px;
  background: url(../img/certification-process.png) no-repeat center center;
  background-size: cover;
}
.process_content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
}
.process_title {
  font-size: 45px;
  color: #f7fbff;
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
}
.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_context {
  margin-top: 90px;
}
.process_context_top {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.process_context_top span {
  display: inline-block;
  width: 142px;
  height: 42px;
  text-align: center;
  line-height: 34px;
  font-size: 24px;
  color: #f7fbff;
  line-height: 31px;
  background: url(../img/process_text_background.png) no-repeat center center;
}
.process_context_center {
  display: flex;
  justify-content: space-around;
  border-top: 3px solid #b9b9b9;
  margin-top: 35px;
}
.process_context_center span {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #b9b9b9;
  border-radius: 50%;
  margin-top: -11px;
}
.process_context_bottom {
  display: flex;
  justify-content: space-around;
  font-size: 18px;
  color: #e5e5e5;
  line-height: 24px;
  text-align: center;
  margin-top: 33px;
}
.process_context_bottom div{
  width: 25%;
}
.process_link {
  position: absolute;
  bottom: -109px;
  left: 50%;
  margin-left: -172px;
}
