
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* ---------------------------- PC端 ----------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
html,body{
  min-width: 100%;
}
.gov__procurement {
  width: 100%;
}

.gov__procurement .banner {
  width: 100%;
  height: auto;
  position: relative;
}

.gov__procurement .banner .img{
  object-fit: cover;
  width: 100%;
}

.gov__procurement .banner .mobile__img{
  display: none;
}

.gov__procurement .banner .content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  font-size: 55px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.gov__procurement .banner .content .middle__title {
  width: 273px;
  height: 44px;
  background: #20B09F;
  border-radius: 22px;
  font-size: 27px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 44px;
  margin: 25px auto 0;

}
.gov__procurement .banner .content .sub__title {
  font-size: 30px;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 18px;
}
.gov__procurement .agent__platform{
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
}
.gov__procurement .agent__platform .pro__title{
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 40px;
}
.gov__procurement .agent__platform .platforms{
  width: 1203px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gov__procurement .agent__platform .platforms .platform{
  width: 280px;
  height: 100px;
  margin-bottom: 25px;
}
.gov__procurement .middle__statistics{
  width: 100%;
  height: 240px;
  line-height: 240px;
  background: url(../images/center-bg.png);
  background-size: cover;
}
.gov__procurement .middle__statistics .statistics{
  width: 1203px;
  margin: 0 auto;
  height: 240px;
  line-height: 240px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.gov__procurement .entry__information{
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
}
.gov__procurement .entry__information .pro__title,
.gov__procurement .entry__steps .pro__title,
.gov__procurement .service__procedure .pro__title,
.gov__procurement .service__case .pro__title
{
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #333333;
}
.gov__procurement .entry__information .entry__count{
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin: 18px 0 41px;
  text-align: center;
}
.gov__procurement .entry__information .entry_information__form{
  width: 1203px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.gov__procurement .entry__information .entry_information__form .input__label{
  width: 50%;
  padding: 10px 10px;
  box-sizing: border-box;
}
.gov__procurement .entry__information .entry_information__form .input__label .tip{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}
.gov__procurement .entry__information .entry_information__form .input__label .label{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-bottom: 16px;
}
.gov__procurement .entry__information .entry_information__form .input__label .label .required{
  font-weight: 400;
  color: #FF0000;
  line-height: 26px;
}
.gov__procurement .entry__information .entry_information__form .input__label .text__input{
  width: 100%;
  height: 50px;
  background: #F7F7F7;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  font-size: 16px;
  line-height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
}
.gov__procurement .entry__information .entry_information__form .input__label .verify__code{
  display: flex;
}
.gov__procurement .entry__information .entry_information__form .input__label .code__img{
  width: 88px;
  height: 37px;
  vertical-align: middle;
  margin: 6px 0 0 12px;
}
.gov__procurement .entry__information .entry_information__form .input__label .text__area{
  width: 100%;
  background: #F7F7F7;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
}
.gov__procurement .entry__information .entry_information__form .input__label .company__type{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gov__procurement .entry__information .entry_information__form .input__label .company__type .type{
  width: 180px;
  height: 50px;
  background: #F7F7F7;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  cursor: pointer;
}
.gov__procurement .entry__information .entry_information__form .input__label .company__type .type.active{
  background: #20b09f;
  border: 1px solid #20b09f;
  color: #FFFFFF;
}
.gov__procurement .entry__information .entry_information__form .input__label .company__type{
  width: 100%;
  display: flex;
}
.gov__procurement .entry__information .entry_information__form .input__remark{
  transform: translateY(-42px);
}
.gov__procurement .entry__information .entry_information__form .submit__btn{
  width: 160px;
  height: 50px;
  background: #20B09F;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.gov__procurement .entry__steps{
  width: 100%;
  background: #F3F3F3;
  padding: 50px 0;
  box-sizing: border-box;
}
.gov__procurement .entry__steps .steps{
  width: 1203px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 39px;
}
.gov__procurement .entry__steps .steps .step{
  width: 380px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 5px 8px 12px 0px rgba(32,176,159,0.06);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 49px 0 0 35px;
  box-sizing: border-box;
  display: flex;
  text-align: center;
}
.gov__procurement .entry__steps .steps .step .step__text{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: left;
  margin-top: 5px;
}
.gov__procurement .entry__steps .steps .step .step__text .mobile__text{
  display: none;
}
.gov__procurement .entry__steps .steps .step .num__icon{
  width: 62px;
  height: 62px;
  background: #20B09F;
  border-radius: 50%;
  font-size: 35px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
  margin-right: 22px;
}
.gov__procurement .entry__steps .steps .step .num__icon.color2{
  background: #2189B0;
}
.gov__procurement .entry__steps .steps .step .num__icon.color3{
  background: #345A98;
}
.gov__procurement .service__procedure{
  width: 100%;
  padding: 69px 0 92px;
  box-sizing: border-box;
}
.gov__procurement .service__procedure .sub__title{
  width: 100%;
  margin: 42px 0 37px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #666666;
}
.gov__procurement .service__procedure .procedure__img{
  width: 1203px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.gov__procurement .service__procedure .procedure__img img{
  width: 100%;
  height: auto;
}
.gov__procurement .service__procedure .procedure__img .sub__title{
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
.gov__procurement .service__procedure .procedure__img .sub__title3{
  top: 650px;
}
.gov__procurement .service__procedure .procedure__img .sub__title2{
  top: 168px;
}

.gov__procurement .service__procedure .mobile__procedure{
  display: none;
}

.gov__procurement .service__case{
  width: 100%;
  padding: 40px 0 49px;
  box-sizing: border-box;
}
.gov__procurement .service__case .case__wrap{
  width: 1203px;
  margin: 40px auto 0;
}
.gov__procurement .service__case .mobile__case__wrap{
  display: none;
}

.gov__procurement .service__case .case__wrap .cases{
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gov__procurement .service__case .case__wrap .case{
  width: 210px;
  height: 120px;
  margin-bottom: 20px;
}
.gov__procurement .service__case .arrows{
  width: 53px;
  margin: 0 auto;
}
.gov__procurement .service__case .arrows .open,
.gov__procurement .service__case .arrows .close
{
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.gov__procurement .service__case .arrows .close{
  display: none;
}
.gov__procurement .service__case .arrows .open img,
.gov__procurement .service__case .arrows .close img
{
  width: 14px;
  height: 14px;
  transform: translate(2px, 3px);
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* ---------------------------- 移动端 --------------------------- */
/* --------------------------------------------------------------  */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .gov__procurement .banner {
    width: 100%;
    height: 250px;
  }
  .gov__procurement .banner .content {
    width: 100%;
    font-size: 22px;
    top: 30%;
  }
  .gov__procurement .banner .content .pro__title{
    width: 100%;
    font-size: 34px;
    top: 40%;
  }
  .gov__procurement .banner .content .middle__title {
    width: 166px;
    height: 27px;
    line-height: 27px;
    font-size: 17px;
    margin-top: 10px;
  }
  .gov__procurement .banner .content .sub__title {
    font-size: 18px;
    margin-top: 7px;
  }
  
  .gov__procurement .banner .mobile__img{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .gov__procurement .banner .img{
    display: none;
  }
  .gov__procurement .agent__platform{
    padding: 25px 0;
  }
  .gov__procurement .agent__platform .pro__title{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .gov__procurement .agent__platform .platforms{
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gov__procurement .agent__platform .platforms .platform{
    /* width: 140px;
    height: 50px;
    margin-bottom: 12px; */
  }
  .gov__procurement .middle__statistics{
    padding-top: 47px;
    box-sizing: border-box;
    height: 150px;
    background: url(../images/mobile-center-bg.png);
  }
  .gov__procurement .middle__statistics .statistics{
    width: 85%;
    height: 80px;
    line-height: 20px;
    font-size: 19px;
    flex-wrap: wrap;
  }
  .gov__procurement .entry__information{
    padding: 25px 0;
  }
  .gov__procurement .entry__information .pro__title,
  .gov__procurement .entry__steps .pro__title,
  .gov__procurement .service__procedure .pro__title,
  .gov__procurement .service__case .pro__title
  {
    font-size: 28px;
  }
  .gov__procurement .entry__information .entry__count{
    font-size: 20px;
    margin: 8px 0 18px;
  }
  .gov__procurement .entry__information .entry_information__form{
    width: 90%;
  }
  .gov__procurement .entry__information .entry_information__form .input__label{
    width: 100%;
    padding: 5px 10px;
  }
  .gov__procurement .entry__information .entry_information__form .input__remark{
    transform: translateY(0px);
  }
  .gov__procurement .entry__information .entry_information__form .input__label .text__input{
    /* height: 30px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px; */
  }
  .gov__procurement .entry__information .entry_information__form .input__label .label{
    font-size: 18px;
    /* margin-bottom: 8px; */
  }
  .gov__procurement .entry__information .entry_information__form .input__label .tip{
    font-size: 16px;
    margin-top: 5px;
  }
  .gov__procurement .entry__information .entry_information__form .input__label .code__img{
    /* width: 60px;
    height: auto;
    margin: 0 0 0 6px; */
  }
  .gov__procurement .entry__information .entry_information__form .input__label .company__type .type{
    width: 160px;
    height: 40px;
    line-height: 40px;
    /* font-size: 15px; */
  }
  .gov__procurement .entry__information .entry_information__form .submit__btn{
    font-size: 18px;
    /* width: 80px;
    height: 25px;
    line-height: 25px;
    margin-top: 17px; */
  }
  .gov__procurement .entry__steps{
    padding: 25px 0;
  }
  .gov__procurement .entry__steps .steps{
    width: 90%;
    margin-top: 20px;
  }
  .gov__procurement .entry__steps .steps .step{
    width: 100%;
    height: 77px;
    box-shadow: 2px 4px 6px 0px rgba(32,176,159,0.06);
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 15px 0 0 18px;
  }
  .gov__procurement .entry__steps .steps .step .num__icon{
    width: 48px;
    height: 48px;
    font-size: 27px;
    line-height: 48px;
    margin-right: 17px;
  }
  .gov__procurement .entry__steps .steps .step .step__text{
    /* font-size: 12px;
    text-align: left; */
    margin-top: 12px;
  }
  .gov__procurement .entry__steps .steps .step .step__text .mobile__text{
    display: inline-block;
  }
  .gov__procurement .entry__steps .steps .step .step__text .pc__text{
    display: none;
  }
  .gov__procurement .service__procedure{
    padding: 25px 0;
  }
  .gov__procurement .service__procedure .pc__procedure{
    display: none;
  }
  .gov__procurement .service__procedure .mobile__procedure{
    display: block;
    width: 100%;
  }
  .gov__procurement .service__procedure .mobile__procedure .tabs{
    width: 100%;
    padding: 0 58px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .gov__procurement .service__procedure .mobile__procedure .tabs .tab{
    display: block;
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 26px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-align: center;
  }
  .gov__procurement .service__procedure .mobile__procedure .tabs .tab.active{
    color: #FFFFFF;
    background: #20B09F;
  }
  .gov__procurement .service__procedure .mobile__procedure .img__wrap{
    display: none;
    margin: 0 auto;
  }
  .gov__procurement .service__procedure .mobile__procedure .img__wrap img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .gov__procurement .service__procedure .mobile__procedure .client{
    width: 491px;
    height: auto;
    display: block;
  }
  .gov__procurement .service__procedure .mobile__procedure .flow{
    width: 507px;
    height: auto;
  }
  .gov__procurement .service__procedure .mobile__procedure .role{
    width: 424px;
    height: auto;
  }
  .gov__procurement .service__case{
    padding: 20px 0 24px;
  }
  .gov__procurement .service__case .case__wrap{
    width: 90%;
    margin: 20px auto 0;
  }
  .gov__procurement .service__case .mobile__case__wrap{
    display: block;
  }
  .gov__procurement .service__case .pc__case__wrap{
    display: none;
  }
  .gov__procurement .service__case .case__wrap .case{
    width: 165px;
    height: auto;
    margin-bottom: 10px;
  }
  .gov__procurement .service__case .arrows .open,
  .gov__procurement .service__case .arrows .close
  {
    /* font-size: 13px; */
  }
  .gov__procurement .service__case .arrows .open img,
  .gov__procurement .service__case .arrows .close img
  {
    /* width: 10px;
    height: 10px;
    transform: translate(2px, 1px); */
  }
} 