*{
  margin: 0;
  padding: 0;
}
/* banner图 */
.banner{
  height: 80vh;
  background: url(../../images/solutionPlans/financialReinsurance/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;
}
/* 风险与挑战 */
.introduce .bottom{
  display: flex;
  justify-content: space-around;
  padding: 5vh 25vh;
}
.intro_box{
  width: 20%;
  height: 35vh;
}
.introduce .intro_top{
  width: 80%;
  height: 22vh;
  margin: 0 auto;
}
.introduce .intro_top img{
  width: 100%;
  height: 100%;
}
.introduce .intro_bottom{
  width: 11vw;
  font-size: calc(100vw * 35 / 2310);
  margin: 0 auto;
  padding: 3vh 0;
  letter-spacing: 0.2rem;
  text-align: center;
}
/* 方案设计 */
.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 .box_bottom{
  background-color: rgb(255, 255, 255);
  padding-top: 10vh;
  height: 35vh;
  box-shadow: rgb(35 24 21 / 25%) 0px 0px 5px 1px;
}
.box_top img{
  width: 100%;
  height: 100%;
}
.design  .des_title{
  font-size: calc(100vw * 35 / 2310);
  text-align: center;
  color: #72A7DA;
  letter-spacing: 0.2rem;
}
.advantage .des_title{
  font-size: calc(100vw * 35 / 2310);
  text-align: center;
  padding-top: 11vh;
  color: #72A7DA;
  letter-spacing: 0.2rem;
}
.con_top{
  text-align: center;
  font-size: calc(100vw * 25 / 2310);
  line-height: 4vh;
  letter-spacing: 0.2rem;
}
/* 方案优势 */
.advantage{
  margin-bottom: 20vh;
}
.con{
  font-size: calc(100vw * 25 / 2310);
  line-height: 3vh;
  padding: 10%;
  letter-spacing: 0.2rem;
}
.advantage .box_bottom{
  height: 45vh;
  box-shadow: rgb(35 24 21 / 25%) 0px 0px 5px 1px;
}


/* 适配移动端 */
@media screen and (max-width:500px) {
  #header{
    display: none;
  }
  #footer{
    display: none;
  }
  /* banner */
  .banner{
    height: 35vh;
    background: url(../../images/solutionPlans/financialReinsurance/banner.png) no-repeat;
    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;
  }
  /* 标题 */
  .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;
  }
  /* 现状分析 */
  .intro_bottom{
    width: 75vw;
  }
  /* 风险与挑战 */
  .introduce .bottom{
    display: flex;
    padding: 5vh;
    width: 50%;
    margin: 0 auto;
  }
  .intro_box{
    width: 43%;
    height: 24vh;
  }
  .introduce .intro_top{
    width: 80%;
    height: 10vh;
    margin: 0 auto;
  }
  .introduce .intro_bottom{
    width: 22vw;
    font-size: calc(100vw * 91 / 2310);
    margin: 0 auto;
    padding: 3vh 0;
    letter-spacing: 0.2rem;
    font-weight: 550;
    text-align: center;
  }
  /* 方案设计 */

  .design .design_bottom{
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 5vh;
  }
  .des_box{
    width: 80%;
    height: 60vh;
    margin: 0 auto;
  }
  .design .des_title{
    font-size: calc(100vw * 90 / 2310);
    text-align: center;
    padding-top: 3vh;
    font-weight: 550;
  }
  .design .con{
    margin-top: 3vh;
    padding-bottom: 5vh;
  }
  .design .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;
  }
  /* 方案优势 */
  .advantage .design_bottom{
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 5vh;
  }
  .advantage .des_box{
    height: 60vh;
  }
  .advantage .box_bottom{
    height: 34vh;
    margin-bottom: 10vh;
    box-shadow: rgb(35 24 21 / 25%) 0px 0px 5px 1px;
  }
}
