/* 手机端 */
@media screen and (max-width: 992px) {
  .app {
    margin: 2.13rem 0 0 0;
  }
  .banner {
    height: 5rem;
    position: relative;
  }
  .banner img {
    width: 100%;
    height: 5rem;
  }
  .banner .title {
    font-size: 0.8rem;
    font-weight: Bold;
    left: calc(1.82rem * 0.8);
    top: calc(2.4rem * 0.8);
    color: #ffffff;
    position: absolute;
  }
  .banner .subtitle {
    color: #ffffff;
    position: absolute;
    left: calc(1.82rem * 0.8);
    top: calc(3.8rem * 0.8);
    font-size: 0.6rem;
    display: none;
  }
  .tabs_box {
    display: flex;
    height: 1rem;
    margin: 0.2rem 0.5rem;
    font-size: 0.4rem;
    align-items: center;
    justify-content: space-between;
  }
  .tabs_box .tabs {
    width: 100%;
    display: flex;
    color: #333333;
    height: 100%;
  }
  .tabs_box .tabs .tab {
    margin: 0 0.2rem;
    height: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
  }
  .tabs_box .tabs .check_tab {
    border-bottom: 1px solid #0074B7;
    color: #0074B7;
  }
  .tabs_box .router {
    display: none;
  }
  .idea .contents {
      display: none;
  }
  .idea .contents .card_box .card .text-box{
      display: none !important;
  }
  .idea .contents .img img {
    width: 100%;
  }
  /*.idea .contents .text {*/
  /*  width: 100%;*/
  /*  font-size: 0.1rem;*/
  /*  flex: 1;*/
  /*}*/
  /*.idea .contents .text .title {*/
  /*  color: #0583C3;*/
  /*  font-size: 0.5rem;*/
  /*  height: 1rem;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  font-weight: bold;*/
  /*  justify-content: center;*/
  /*}*/
  /*.idea .contents .text .subtitle {*/
  /*  color: #5D5D5D;*/
  /*  font-size: 0.4rem;*/
  /*}*/
  .idea .phone{
      margin: 0 20px;
      /*width: calc(100% - 40px);*/
  }
  .idea .phone .img{
      width: 100%;
      /*height: ;*/
  }
  .idea .phone .img img{
      width: 100%;
      /*height: 250px;*/
  }
  .norm {
    /*display: none;*/
  }
  .norm .contents {
    margin: 0.5rem 0.5rem;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .norm .contents .text {
    flex: 1;
  }
  .norm .contents .text .title {
    color: #0583C3;
    font-size: 0.5rem;
    height: 1rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
  }
  .norm .contents .text .subtitle {
    color: #5D5D5D;
    font-size: 0.4rem;
    margin: 0.2rem 0;
  }
  .norm .contents .img img {
    width: 100%;
  }
  .public {
    /*display: none;*/
  }
  .public .contents {
    margin: 0.3rem 0.5rem;
    width: calc(100% - 1rem);
  }
.public .contents .swiper{
    width: 100%;
    height: 300px;
}
.public .contents .swiper img{
    width: 100%;
    height: 300px;
}
  .public .contents .title {
    color: #191919;
    font-weight: bold;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1rem;
  }
  .public .contents .subtitle {
    font-size: 0.4rem;
    color: #191919;
    margin: 0.3rem auto;
    text-align: center;
  }
  .public .contents .pc_card_box {
    display: none;
  }
  .public .contents .phone_card_box .card_box {
    display: flex;
    flex-direction: column;
  }
  .public .contents .phone_card_box .card_box .tit {
    margin: 0.3rem 0;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
  }
  .public .contents .phone_card_box .card_box .subtit {
    font-size: 0.4rem;
    margin: 0.2rem 0;
    color: #5D5D5D;
  }
  .public .contents .phone_card_box .card_box .img img {
    width: 100%;
  }
}
/* PC端 */
@media screen and (min-width: 992px) {
  .app {
    /*margin: calc(0.52rem * 0.8) 0 0 0;*/
    margin: 134px 0 0 0;
  }
  .banner {
    height: calc(4.24rem * 0.8);
    position: relative;
  }
  .banner img {
    width: 100%;
    height: calc(4.24rem * 0.8);
  }
  .banner .title {
    font-weight: Bold;
    font-size: 0.31rem;
    color: #ffffff;
    position: absolute;
    top: calc(1.8rem * 0.8);
    left: calc(1.76rem * 0.8);
  }
  .banner .subtitle {
    font-size: 0.14rem;
    color: #ffffff;
    position: absolute;
    top: calc(2.3rem * 0.8);
    left: calc(1.76rem * 0.8);
  }
  .tabs_box {
    display: flex;
    width: 70%;
    height: calc(0.36rem * 0.8);
    margin: 0 auto;
    font-size: 0.1rem;
    align-items: center;
    justify-content: space-between;
  }
  .tabs_box .tabs {
    display: flex;
    color: #333333;
    height: 100%;
  }
  .tabs_box .tabs .tab {
    margin-right: 0.23rem;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .tabs_box .tabs .check_tab {
    border-bottom: 1px solid #0074B7;
    color: #0074B7;
  }
  .tabs_box .router {
    display: flex;
    align-items: center;
    color: #555555;
  }
  .tabs_box .router img {
    margin-right: 0.05rem;
  }
  
  
  
  
  .idea .contents {
    /*border: 1px solid red;*/
    width: 70%;
    width: 900px;
    margin: 0.3rem auto;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
  }
  .idea .phone{
      display: none;
  }
  /*.idea .contents .title {*/
  /*  color: #0583C3;*/
  /*  font-size: 0.23rem;*/
  /*  height: 0.8rem;*/
  /*  display: flex;*/
    /*margin: 0 0.5rem;*/
  /*  align-items: center;*/
  /*  font-weight: bold;*/
  /*}*/
  .idea .contents .card-box{
      /*border: 1px solid black;*/
      /*display: grid;*/
      /*grid-template-columns: 1fr 1fr;*/
      /*grid-gap: 20px;*/
      /*display: flex;*/
      /*flex-direction: row;*/
      /*height: 800px;*/
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px;
  }
  .idea .contents .card-box .card{
      /*border: 1px solid black;*/
      display: flex;
      /* x 偏移量 | y 偏移量 | 阴影模糊半径 | 阴影颜色 */
      box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
      width: 100%;
      height: 400px;
  }
  .idea .contents .card-box .card .img{
      /*border: 1px solid red;*/
      width: 300px;
      height: 400px;
  }
  .idea .contents .card-box .card .img img{
      width: 100%;
      height: 400px;
  }
  .idea .contents .card-box .card .text-box{
      /*border: 1px solid red;*/
      font-size: 14px;
      display:flex;flex-direction: column;justify-content: center;
      flex: 1;
  }
  .idea .contents .card-box .card .text-box .text01{
      /*border: 1px solid red;*/
      height: 80px;
      line-height: 80px;
      font-size: 28px;
      font-weight: bold;
      /*display: flex;*/
      /*align-items: center;*/
      /*justify-content: center;*/
      text-align: center;
  }
  .idea .contents .card-box .card .text-box .text02{
      /*border: 1px solid red;*/
      font-size: 18px;
      text-align: center;
      width: 100%;
      margin: 20px 0;
      padding: 0 80px;
      box-sizing: border-box;
  }
  /*.idea .contents .img div{*/
      /*border: 1px solid black;*/
  /*    width: 100%;*/
  /*    height: 100%;*/
      /*height: 500px;*/
  /*    flex: 1;*/
  /*    background-position: center;*/
  /*    background-size: cover;*/
  /*    background-repeat: none;*/
      /*transition: flex 0 .8s ease;*/
      /*transition: all 0.5 ease;*/
  /*    transition: flex 0.8s ease;*/
  /*}*/
  /*  .idea .contents .img div:hover {*/
  /*    flex: 5;*/
      /*border: 1px solid red;*/
  /*  }*/
    
  /*  .idea .contents .img div:nth-child(1){*/
        /*border: 1px solid red;*/
  /*      background-image: url('http://shangyao.nbsod.com/uploads/20230822/939c0d08e098fcd31f7e11f7faaeab25.jpg');*/
  /*  }*/
  /*  .idea .contents .img div:nth-child(2){*/
        /*border: 1px solid black;*/
  /*      background-image: url('http://shangyao.nbsod.com/uploads/20230822/f218b86acd762405d904df9c7b1148a9.jpg');*/
  /*  }*/
  /*  .idea .contents .img div:nth-child(3){*/
        /*border: 1px solid blue;*/
  /*      background-image: url('http://shangyao.nbsod.com/uploads/20230822/e2d6b36b0394b00f9146fffb0cef33ad.jpg');*/
  /*  }*/
  /*  .idea .contents .img div:nth-child(4){*/
        /*border: 1px solid aqua;*/
  /*      background-image: url('http://shangyao.nbsod.com/uploads/20230822/bac0a2b162b94804dd3dd6fcf9b6eae7.jpg');*/
  /*  }*/
  /*  .idea .contents .img div:nth-child(5){*/
        /*border: 1px solid green;*/
  /*      background-image: url('http://shangyao.nbsod.com/uploads/20230822/aa51c94b183e86745d7aa5eb10a87f7b.jpg');*/
  /*  }*/
    
    
    
    
    
    
    
  /*.idea .contents .img{*/
  /*    border: 1px solid blue;*/
  /*}*/
  /*.idea .contents .img img {*/
    /*width: calc(4.47rem * 0.8);*/
  /*  width: 200px;*/
  /*}*/
  /*.idea .contents .text {*/
  /*  border: 1px solid blue;*/
  /*  font-size: 0.1rem;*/
  /*  flex: 1;*/
  /*}*/
  /*.idea .contents .text .title {*/
  /*  color: #0583C3;*/
  /*  font-size: 0.23rem;*/
  /*  height: 0.8rem;*/
  /*  display: flex;*/
  /*  margin: 0 0.5rem;*/
  /*  align-items: center;*/
  /*  font-weight: bold;*/
  /*}*/
  /*.idea .contents .text .subtitle {*/
  /*  color: #5D5D5D;*/
  /*  font-size: 0.1rem;*/
  /*  width: 2rem;*/
  /*  margin: 0 0.5rem;*/
  /*}*/
  
  
  
  
  
  
  
  
  .norm {
    /*display: none;*/
  }
  .norm .contents {
      /*border: 1px solid red;*/
    width: 70%;
    margin: 0.5rem auto;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    font-size: 16px;
  }
  .norm .contents p{
      text-align: center;
  }
  .norm .contents .text {
    font-size: 0.1rem;
    flex: 1;
  }
  .norm .contents .text .title {
    color: #0583C3;
    font-size: 0.23rem;
    height: 0.6rem;
    display: flex;
    margin: 0 0.5rem;
    align-items: center;
    font-weight: bold;
  }
  .norm .contents .text .subtitle {
    color: #5D5D5D;
    font-size: 0.1rem;
    width: 2rem;
    margin: 0 0.5rem;
  }
  .norm .contents .img img {
    width: calc(4.47rem * 0.8);
  }
  .public {
    /*display: none;*/
  }
  .phone_card_box{
      display: none;
  }
  .public .contents {
    width: 70%;
    margin: 0.3rem auto;
  }
  .public .contents .text-box{
      /*border: 1px solid red;*/
      font-size: 16px;
  }
  .public .contents .img-box{
      /*border: 1px solid red;*/
      /*display: grid;*/
      /*grid-template-columns: 1fr 1fr;*/
      /*grid-gap: 20px;*/
      display: flex;
      justify-content: center;
  }
  .public .contents .img-box .img{
      /*border: 1px solid red;*/
      width: 300px;
      height: 450px;
      margin: 0 15px 0 0;
  }
  .public .contents .img-box .img img{
      /*border: 1px solid red;*/
      width: 100%;
      height: 450px;
  }
  .public .contents .img-box .swiper{
      /*border: 1px solid red;*/
      /*margin: 0.3rem 0 0 0;*/
      /*height: 500px;*/
      width: 650px;
      height: 450px;
      margin: 0 0 0 15px;
  }
  .public .contents .img-box .swiper .swiper-wrapper{
      /*border: 1px solid aqua;*/
      width: 100%;
      height: 100%;
  }
  .public .contents .img-box .swiper .swiper-wrapper .swiper-slide{
      /*border: 1px solid blue;*/
      width: 100%;
      height: 100%;
  }
  .public .contents .img-box .swiper .swiper-wrapper .swiper-slide img{
      width: 100%;
      height: 100%;
  }
  
  
  /*.public .contents .title {*/
  /*  color: #191919;*/
  /*  font-weight: bold;*/
  /*  text-align: center;*/
  /*  font-size: 0.3rem;*/
  /*}*/
  /*.public .contents .subtitle {*/
  /*  width: 60%;*/
  /*  font-size: 0.12rem;*/
  /*  color: #191919;*/
  /*  margin: 0.2rem auto;*/
  /*  text-align: center;*/
  /*}*/
  /*.public .contents .phone_card_box {*/
  /*  display: none;*/
  /*}*/
  /*.public .contents .tab_box {*/
  /*  display: flex;*/
  /*}*/
  /*.public .contents .tab_box .tabs {*/
  /*  width: 1.5rem;*/
  /*}*/
  /*.public .contents .tab_box .tabs .check_small_tab {*/
  /*  font-size: 0.2rem;*/
  /*  font-weight: bold;*/
  /*}*/
  /*.public .contents .tab_box .tabs .small_tab {*/
  /*  color: #191919;*/
  /*  font-size: 0.14rem;*/
  /*  height: 0.5rem;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  text-indent: 0.1rem;*/
  /*}*/
  /*.public .contents .tab_box .tabs .small_tab .check {*/
  /*  width: 0.05rem;*/
  /*  height: 0.05rem;*/
  /*  border-radius: 50%;*/
  /*  background-color: #047DBE;*/
  /*}*/
  /*.public .contents .tab_box .tabs .card_box {*/
  /*  width: calc(3.83rem * 0.8);*/
  /*  height: calc(1.5rem * 0.8);*/
  /*  z-index: 999;*/
  /*  border-radius: 0.07rem;*/
  /*  padding: 0 0.2rem;*/
  /*  box-sizing: border-box;*/
  /*  background-color: #ffffff;*/
  /*}*/
  /*.public .contents .tab_box .tabs .card_box .tit {*/
  /*  font-size: 0.21rem;*/
  /*  color: #191919;*/
  /*  font-weight: bold;*/
  /*  height: 0.5rem;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: flex-end;*/
  /*}*/
  /*.public .contents .tab_box .tabs .card_box .subtit {*/
  /*  font-size: 0.1rem;*/
  /*  color: #333333;*/
  /*  text-align: end;*/
  /*}*/
  /*.public .contents .tab_box .tabs #small_item2 {*/
  /*  display: none;*/
  /*}*/
  /*.public .contents .tab_box .tabs #small_item3 {*/
  /*  display: none;*/
  /*}*/
  /*.public .contents .tab_box .tabs #small_item02 {*/
  /*  display: none;*/
  /*}*/
  /*.public .contents .tab_box .tabs #small_item03 {*/
  /*  display: none;*/
  /*}*/
  /*.public .contents .tab_box .img {*/
  /*  flex: 1;*/
  /*  z-index: -1;*/
  /*}*/
  /*.public .contents .tab_box .img img {*/
  /*  z-index: 1;*/
  /*  width: 100%;*/
  /*}*/
  /*.public .contents .tab_box #small_img02 {*/
  /*  display: none;*/
  /*}*/
  /*.public .contents .tab_box #small_img03 {*/
  /*  display: none;*/
  /*}*/
}
