.box {
    width: 80%;
    margin: 0 auto;
    margin-top: 120px;
  }
  
  .grwy_box {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  
  .grwy_l {
    width: 38%;
  }
  
  .grwy_r {
    width: 53%;
  }
  
  .qywy_box {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  
  .qywy_l {
    width: 55%;
  }
  
  .qywy_r {
    width: 38%;
  }
  
  .sjyh_box {
    background: #f6f5f3;
  }
  
  .sjyh_c {
    width: 80%;
    margin: 0 auto;
  }
  
  .sjyh_c_nr {
    width: 38%;
  }
  
  .sk_c {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .jrtu img {
    width: 100%;
  }
  
  .grwy_nr {
    padding-top: 56px;
    background: url(/uiFramework/commonResource/image/2023061209154450704.png) no-repeat left 52px;
  }
  .grwy_nr1 {background: url(/uiFramework/commonResource/image/2023082914452595331.png) no-repeat left 52px; background-size: 100%;}
  .grwy_nr2 {background: url(/uiFramework/commonResource/image/2023082914455292485.png) no-repeat left 52px; background-size: 100%;}
  .grwy_nr3 {background: url(/uiFramework/commonResource/image/2023082914461069957.png) no-repeat left 52px; background-size: 100%;}
  .grwy_nr4 {background: url(/uiFramework/commonResource/image/2023082914461733653.png) no-repeat left 52px;}
  .grwy_nr5 {background: url(/uiFramework/commonResource/image/2023082914513083576.png) no-repeat left 52px;}
  .grwy_nr6 {background: url(/uiFramework/commonResource/image/2023082914513919984.png) no-repeat left 52px;}
  .grwy_nr_bt {
    font-size: 32px;
    color: #131313;
    font-weight: bold;
    margin-bottom: 55px;
  }
  
  .grwy_nr_zy {
    line-height: 1.5;
    color: #666;
    margin-bottom: 50px;
    text-align: justify;
  }
  
  .grwy_nr ul {
    display: flex;
    -js-display: flex;
  }
  
  .grwy_nr ul li {
    width: 25%;
    text-align: center;
    border-right: 2px solid #b6b6b6;
  }
  
  .grwy_nr_r {
    border-right: none !important;
  }
  
  .grwy_nr ul li a {
    font-size: 18px;
    font-weight:bold;
    color: #000;
  }
  
  .grwy_nr ul li a:hover {
    color: #e50214;
  }
  .sk_box_w {
    position: relative;
  }
  
  .sjyh_bsbj {
    height: 40px;
  }
  
  .sk_box_dbj {
    position: absolute;
    background: url(/uiFramework/commonResource/image/2023083115091526356.png) no-repeat;
    background-size: contain;
    right: 0;
    z-index: 99;
    height: 100%;
    width: 486px;
    top: 0;
    right: 10%;
  }
  
  .cq_top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    padding-top: 65px;
    height: 60px;
    line-height: 60px;
    padding-bottom: 40px;
  }
  
  
  .cq_top .cq_lists {
    width: 100%;
    display: flex;
    -js-display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  
  
  .bot_right .bot_list {
    display: flex;
    -js-display: flex;
  }
  
  .cq_bottom {
    width: 90%;
    margin: 0 auto;
    display: none;
    padding-bottom: 80px;
  }
  
  
  
  
  
  .cq_bottom.bot_hidden {
    display: block;
    width: auto;
    padding-bottom: 0;
    overflow:hidden;
  }
  
  .grwy_nr_sj ul li a {
    font-size: 18px;
    font-weight:bold;
    color: #000;
  }
  
  .grwy_nr_sj ul li a:hover {
    color: #e50214;
  }
  
  .grwy_nr_sj ul {
    display: flex;
    -js-display: flex;
    justify-content: center;
    margin-bottom:60px;
  }
  
  .grwy_nr_sj ul li {
    width: 25%;
    text-align: center;
    border-right: 2px solid #b6b6b6;
  }
  
  
  .cq_top .cq_lists li a {
    font-size: 32px;
    color: #000;
    padding: 0.2rem 0;
    background: url(/uiFramework/commonResource/image/2023052410472227320.gif) no-repeat bottom center;
    background-size: 0% 0%;
    transition: all 0.5s;
  }
  
  .cq_top .cq_lists li .active1 {
    color: #e60012;
    background: url(/uiFramework/commonResource/image/2023061213144160940.png) no-repeat bottom center;
  
    transition: all 0.5s;
  }
  
  .grwy_nr_zy_sj {
    line-height: 1.5;
    color: #666;
    /*margin-bottom: 20px;*/
    text-align: justify;
    height: 130px;
  }
  
  
  
  .sk_box {
    background: #fafafb;
    overflow: hidden;
  }
  
  
  
  .gywm_link ul {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
  }
  
  .gywm_link {
    margin-top: 25px;
  }
  
  .gywm_link ul li {
    border: 1px solid #e9e9ea;
    width: 24%;
    text-align: center;
    border-radius: 3px;
    transition: .5s;
  }
  
  .gywm_link ul li:last-child {
    margin-right: 0;
  }
  
  .gywm_link ul li:hover {
    background: #e60012;
  }
  
  
  .gywm_link ul li a:last-child {
    color: #333333;
    padding-top: 20px;
    transition: .4s;
    height: 60px;
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  
  .gywm_link ul li:hover a:last-child {
    color: #ffffff;
    padding-top: 20px;
  }
  
  .gywm_link ul li a:first-child {
    padding-top: 20px;
    display: block;
    height: 80px;
  }
  
  .gywm_link ul li img {
    display: block;
    margin: 10px auto 15px auto;
    width: 55px;
  }
  
  .gywm_link ul li .img1 {
    display: block;
  }
  
  .gywm_link ul li .img2 {
    display: none;
  }
  
  .gywm_link ul li:hover .img1 {
    display: none;
  }
  
  .gywm_link ul li:hover .img2 {
    display: block;
  }
  
  
  .grwy_sj {
    display: none;
  }
  
  
  @media screen and (max-width:1024px) {
  
    .box {
      width: 95%;
      margin-top: 72px;
    }
  
    .grwy_nr {
      padding-top: 0;
    }
  
    .grwy_sj {
      display: block;
      background: none;
    }
  
    .grwy_box {
      display: block;
      margin-bottom: 50px;
    }
  
    .grwy_nr_pc {
      display: none;
    }
  
    .grwy_r {
      display: none;
    }
  
    .grwy_l {
      width: 100%;
    }
  
    .grwy_nr_bt {
      font-size: 24px;
      margin-bottom: 30px;
      text-align: center;
    }
  
    .grwy_sj img {
      width: 100%;
    }
  
    .grwy_nr_zy {
      margin-bottom: 20px;
      margin-top: 20px;
      font-size: 16px;
    }
  
    .grwy_sj ul li {
      border-right: none;
      width: 25%;
      border-right: 2px solid #b6b6b6;
    }
  
    .grwy_sj ul li a {
      font-size: 16px;
    }
  
    .qywy_box {
      display: block;
      margin-bottom: 50px;
    }
  
    .qywy_l {
      display: none;
    }
  
    .qywy_r {
      width: 100%;
    }
  
    .sjyh_c {
      width: 95%;
    }
  
    .sk_box_dbj {
      display: none;
    }
  
    .sjyh_box {
      background: none;
    }
  
    .sjyh_c {
      width: 95%;
    }
  
    .cq_top {
      width: 100%;
      padding-top: 0;
    }
  
    .cq_lists li {
      width: 50%;
      margin-right: 0 !important;
      text-align: center;
    }
  
    .cq_top .cq_lists li a {
      font-size: 24px;
      padding: 0.5rem 0;
    }
  
    .grwy_nr_zy_sj {
      height: auto;
      margin-bottom: 50px;
      font-size: 16px;
    }
  
    .sjyh_c_nr {
      width: 100%;
    }
  
    .cq_top .cq_lists {
      width: 100%;
    }
  
    .sjyh_bsbj {
      display: none;
    }
  
    .grwy_nr_sj ul li {
      border: 0;
    }
  
    .gywm_link ul li {
      float: left;
      width: 49%;
      border: none;
    }
  
    .gywm_link ul li a:last-child {
      font-size: 16px;
      height: 30px;
    }
  
    .gywm_link ul {
      display: block;
    }
  
    .sk_box {
      background: none;
    }
  
    .gywm_link {
      margin-top: 0;
    }
  
    .sk_c {
      margin-top: 0;
      margin-bottom: 30px;
      width: 95%;
    }
  
    .gywm_link ul li a:first-child {
      height: 50px;
    }
  
    .gywm_link ul li img {
      margin: 0px auto 0px auto;
      width: 40px;
    }
  
  
  }
  
  @media screen and (min-width:1201px) and (max-width:1400px) {
    .grwy_nr_bt {
      font-size: 26px;
      margin-bottom: 40px;
    }
  
    .grwy_nr_zy {
      margin-bottom: 50px;
    }
  
    .cq_top .cq_lists li a {
      font-size: 26px;
    }
   .grwy_nr5  {   background-size: 100%;}
  }
  
  @media screen and (min-width:1401px) and (max-width:1600px) {
  
    .grwy_nr {
      padding-top: 30px;
      background-position-y: 30px;
    }
  
  
  }
.header-ph-all{display:none}
.nav .nav-left img,.search_ph > a > img{opacity: 0;}
@media screen and (max-width:1024px){
 .header-ph-all{display:block}
 .nav .nav-left img,.search_ph > a > img{opacity: 1;}
}