*{
  margin: 0;
  padding: 0;
}
/* banner图 */
.banner{
  height: 80vh;
  background: url(../../images/safeServices/codeAudit/banner.png) no-repeat;
  background-size:100% 100%;
}
.banner div{
  padding:30vh 0 0 15vw;
}
.banner div h2{
  width: 168x;
  height: 28px;
  font-size: calc(100vw * 45 / 2310);
  /* font-family: SourceHanSansCN-Regular, SourceHanSansCN; */
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}
.banner div p{
  width: 30vw;
  text-align: left;
  font-size: calc(100vw * 25 / 2310);
  line-height: 5vh;
  letter-spacing: 2px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  color: #fff;
  padding-top: 50px;
}
/* route */
.route_box {
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-left: 10%;
}
.img_box{
  width: 1vw;
  height: 2vh;
}
.route {
  display: flex;
  align-items: center;
}
/* nav */
.navbox {
  background: #7D8C9A;
}
.navbox .nav {
  height: 50px;
  width: 80%;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}

.navbox .nav li {
  list-style: none;
  list-style: none;
  line-height: 45px;
  padding: 0 50px;
}

.navbox .nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.navbox .nav li a:hover{
  border-bottom:3px solid rgb(12, 116, 132);
}
.navbox .nav li a:hover {
  background: #7D8C9A;
}
/* 标题 */
.title{
  text-align: center;
  padding: 2% 0;
}
.title_top{
  font-size: calc(100vw * 40 / 2310);
  letter-spacing: 5px;
}
.title_bottom{
  font-size: calc(100vw * 25 / 2310);
  color: #888888;
}
/* 服务概述 */
.current{
  margin-bottom: 10vh;
}
.current .intro_bottom{
  width: 55vw;
  padding: 3%;
  margin: 0 auto;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-size: calc(100vw * 25 / 2310);
  line-height: 4vh;
  letter-spacing: 0.2rem;
  box-shadow: 0px 0px 5px 1px rgba(14,139,216,0.75);
  border-radius: 35px 35px 35px 35px;
  opacity: 1;
}
/* 服务内容 */
.design{
  background-color: rgba(200, 218, 240, 0.3);
  padding-bottom: 10vh;
}
.design_bottom{
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20vh;
}
.des_box{
  width: 30%;
  height: 54vh;
}
.box_top{
  height: 21vh;
  width: 50%;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  top: 10vh;
}
.design_bottom .box_bottom{
  background-color: rgb(255, 255, 255);
  padding-top: 10vh;
  height: 40vh;
  box-shadow: rgb(35 24 21 / 25%) 0px 0px 5px 1px;
}
.box_top img{
  width: 100%;
  height: 100%;
}
.des_title{
  font-size: calc(100vw * 35 / 2310);
  text-align: center;
  padding-top: 2vh;
  color: #72A7DA;
  letter-spacing: 0.2rem;
}
.design .con{
  padding: 4vh;
  line-height: 4vh;
  letter-spacing: 0.2rem;
}
/* 客户价值 */
.value .con_box{
  display: flex;
  width: 85%;
  height: 50vh;
  margin: 0 auto;
  padding: 10vh 0;
  justify-content: space-around;
}
.value{
  padding: 10vh 0;
  margin-bottom: 10vh;
}
.value .bottom_box{
  width: 80%;
  margin: 0 auto;
  position: relative;
  bottom: 5vh;
}
.value .con .top1{
  height: 30vh;
  background-image: url(../../images/safeServices/codeAudit/adv1.png);
  background-size: 100% 100%;
}
.value .con .top2{
  height: 30vh;
  background-image: url(../../images/safeServices/codeAudit/adv2.png);
  background-size: 100% 100%;
}
.value .con .top3{
  height: 30vh;
  background-image: url(../../images/safeServices/codeAudit/adv3.png);
  background-size: 100% 100%;
}
.value .con{
  width: 30%;
  height: 55vh;
  box-shadow: none;
}
.value .con .bottom{
  padding: 6% 6% 6% 9%;
  height: 27vh;
  letter-spacing: 0.1rem;
  font-size: calc(100vw * 25 / 2310);
}
.con .center{
  font-size: calc(100vw * 30 / 2310);
  line-height: 5vh;
  text-align: center;
  color: #fff;
  background-color: black;
}
.con .bottom{
  padding: 4%;
  line-height: 1.8rem;
  background-color: #fff;
  box-shadow: rgb(35 24 21 / 25%) 0px 0px 5px;
}
/* 适配移动端 */
@media screen and (max-width:500px) {
  #header{
    display: none;
  }
  #footer{
    display: none;
  }
  /* banner */
  .banner{
    height: 35vh;
    background-size:100% 100%;
  }
  .banner div{
    padding: 10vh 0 0 9vw;
  }
  .banner div h2{
    width: 65vw;
    font-size: calc(100vw * 115 / 2310);
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    color: #fff;
  }
  .banner div p{
    width: 70vw;
    text-align: left;
    font-size: calc(100vw * 25 / 2310);
    line-height: 3vh;
    letter-spacing: 2px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    color: #fff;
    padding-top: 5vh;
  }
  /* route */
  .route_box {
    height: 7vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-left: 5%;
    font-size: calc(100vw * 25 / 2310);
  }
  .img_box{
    width: 3vw;
    height: 2vh;
  }

  /* nav */
  .navbox {
    background: #7D8C9A;
  }
  .navbox .nav {
    height: 5vh;
    padding-left: 25%;
  }

  .navbox .nav li {
    float: left;
    list-style: none;
    line-height: 3vh;
    padding: 0 2vw;
  }

  .navbox .nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 5vh;
    font-size: calc(100vw * 85 / 2310);
    line-height: 5vh;
  }
  .navbox .nav li a:hover{
    border-bottom:3px solid rgb(12, 116, 132);
  }
  .navbox .nav li a:hover {
    background: #7D8C9A;
  }
  /* 服务内容 */
  .design_bottom{
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 5vh;
  }
  .des_box{
    width: 80%;
    height: 55vh;
    margin: 0 auto;
  }
  .des_title{
    font-size: calc(100vw * 90 / 2310);
    text-align: center;
    padding-top: 3vh;
    font-weight: 550;
  }
  .design .con{
    margin-top: 3vh;
    letter-spacing: 0.2rem;
    padding: 10%;
    font-size: calc(100vw * 80 / 2310);
  }
  .box_top{
    height: 18vh;
    width: 50%;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    top: 10vh;
  }
  .design .box_bottom{
    background-color: rgb(255, 255, 255);
    padding-top: 10vh;
    height: 35vh;
    box-shadow: rgb(35 24 21 / 25%) 0px 0px 5px 1px;
  }
  /* 服务概述 */
  .current .intro_bottom{
    width: 75vw;
  }
  /* 客户价值 */
  .value{
    padding: 0;
  }
  .value .con_box{
    display: block;
    padding: 0;
  }
  .value .con{
    width: 100%;
    height: 65vh;
  }
  .value .con .top1{
    height: 25vh;
  }
  .value .con .top2{
    height: 25vh;
  }
  .value .con .top3{
    height: 25vh;
  }
  .con .center{
    font-size: calc(100vw * 90 / 2310);
  }
  .value .con .bottom{
    font-size: calc(100vw * 80 / 2310);
    letter-spacing: 0.2rem;
    height: 30vh;
  }
  /* 标题 */
  .title_top{
    font-size: 1rem;
    font-weight: 550;
    letter-spacing: 5px;
  }
  .title_bottom{
    font-size: calc(100vw * 25 / 2310);
    color: #888888;
  }
  .title{
    text-align: center;
    padding: 10% 0;
  }
}
