@charset "UTF-8";
body {
  overflow-x: hidden;
  background: #FFFFFF;
  font-family: PingFang SC; }
  body a[href]:hover {
    color: #333333; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* 上下结构 */
/* page */
body {
  background: #f7f7f7;
  font-size: 16px !important; }

.is_show {
  display: block; }

.is_none {
  display: none; }

.is_sz {
  cursor: pointer; }

.is_cj {
  object-fit: cover; }

.is_tx {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover; }

.container_my {
  width: 1200px;
  margin: 0px auto; }

.top_box {
  background: #0f4eb8; }
  .top_box .top_main {
    height: 45px;
    font-size: 14px; }
  .top_box .dl_btn {
    color: #ffffff;
    background: #ff8a00;
    border-radius: 4px;
    padding: 2px 10px; }
  .top_box .set_up {
    position: relative; }
    .top_box .set_up .user_box {
      height: 45px; }
      .top_box .set_up .user_box .user_arr_opens {
        transform: rotate(180deg); }
    .top_box .set_up .up_box {
      display: none;
      position: absolute;
      top: 45px;
      left: 0px;
      width: 100%;
      z-index: 99;
      background: #0f4eb8;
      padding: 10px 20px;
      box-sizing: border-box; }
      .top_box .set_up .up_box ul li {
        line-height: 40px;
        color: #FFFFFF;
        padding-right: 30px;
        background: url(../images/arrow_r1.png) no-repeat right; }
      .top_box .set_up .up_box ul li:hover {
        color: #ff8a00;
        background: url(../images/arrow_r4.png) no-repeat right;
        background-size: 9px; }

.ico_1 {
  padding-left: 20px;
  background: url("../images/sj_ico.png") no-repeat left; }

.ico_2 {
  padding-left: 20px;
  background: url("../images/dh_ico.png") no-repeat left; }

.ico_3 {
  padding-left: 20px;
  background: url("../images/sd_ico.png") no-repeat left; }

.lo_ss {
  padding: 40px 0px;
  border-bottom: 1px solid #EEEEEE;
  background: #ffffff; }
  .lo_ss .search_box {
    border: 2px solid #0f4eb8;
    height: 50px;
    width: 500px;
    padding-left: 20px;
    box-sizing: border-box; }
    .lo_ss .search_box .ipt {
      height: 100%;
      border: 0px;
      padding: 0px 10px;
      font-size: 15px; }
    .lo_ss .search_box .ss_btn {
      border: 0px;
      width: 70px;
      height: 100%;
      background: #0f4eb8;
      color: #ffffff;
      font-size: 16px; }
  .lo_ss .ind_gwc {
    height: 50px;
    position: relative; }
    .lo_ss .ind_gwc .sl_num {
      position: absolute;
      right: 4px;
      top: -10px;
      border-radius: 50% 50% 50% 0;
      background: red;
      color: #ffffff;
      padding: 0px 4px;
      font-size: 12px; }
    .lo_ss .ind_gwc .gwc_ico {
      height: 100%;
      width: 60px;
      background: #0f4eb8; }
    .lo_ss .ind_gwc .txt {
      height: 100%;
      width: 100px;
      background: #f4f4f4; }

.nav_box {
  background: #ffffff; }
  .nav_box .sppl {
    width: 285px;
    line-height: 60px;
    color: #0f4eb8;
    padding-left: 50px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box; }
    .nav_box .sppl::before {
      content: '';
      position: absolute;
      top: 0;
      left: 23px;
      width: 100%;
      height: 100%;
      background: url("../images/fl_ico.png") no-repeat left; }
  .nav_box .sppls {
    background: #e6e7eb; }
  .nav_box .spplc {
    position: relative; }
    .nav_box .spplc::after {
      content: '';
      background: #EEEEEE;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      height: 28px;
      width: 1px; }
  .nav_box .nav_con {
    padding-left: 100px; }
    .nav_box .nav_con .nav_blk {
      font-size: 18px;
      position: relative;
      line-height: 60px;
      display: inline-block; }
      .nav_box .nav_con .nav_blk:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        background: #0f4eb8;
        height: 3px; }
    .nav_box .nav_con .nav_blk:hover {
      color: #0f4eb8; }
      .nav_box .nav_con .nav_blk:hover:before {
        width: 100%;
        transition: all 0.6s; }
    .nav_box .nav_con .nav_cur {
      color: #0f4eb8; }
      .nav_box .nav_con .nav_cur:before {
        width: 100%; }

.con_main {
  position: relative; }
  .con_main .main_bg_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1; }

.ind_goods .sort {
  width: 285px;
  background: #0f4eb8;
  padding: 15px 20px;
  box-sizing: border-box; }
  .ind_goods .sort .sort_list {
    padding: 4px 0px; }
    .ind_goods .sort .sort_list .txt {
      color: #ffffff;
      font-size: 14px; }
    .ind_goods .sort .sort_list .arr_r {
      width: 30px;
      height: 30px;
      background: url(../images/arrow_r1.png) no-repeat right;
      opacity: 0.3; }
  .ind_goods .sort .sort_list:hover .txt {
    color: #ff8a00; }
  .ind_goods .sort .sort_list:hover .arr_r {
    opacity: 1; }

.ind_goods .box_r .kjcz .kjcz_list {
  width: 31.33%;
  margin-left: 18px;
  margin-top: 18px; }

.ind_goods .box_r .kjcz .img_box {
  overflow: hidden;
  height: 0;
  padding-top: 70.17%;
  position: relative;
  display: block; }
  .ind_goods .box_r .kjcz .img_box img {
    transition: all ease .6s; }
  .ind_goods .box_r .kjcz .img_box img:hover {
    transform: scale(1.1); }
  .ind_goods .box_r .kjcz .img_box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }

.ind_goods .box_r .title_sc {
  font-size: 28px;
  margin-top: 40px;
  padding-left: 18px;
  background: url(../images/tit_xt.png) no-repeat 136px 20px; }

.ind_goods .box_r .zxsp_box .list {
  width: 31.33%;
  margin-left: 18px;
  margin-top: 18px;
  background: #ffffff;
  min-height: 595px; }
  .ind_goods .box_r .zxsp_box .list .img_box {
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    position: relative;
    display: block; }
    .ind_goods .box_r .zxsp_box .list .img_box .img {
      transition: all ease .6s; }
    .ind_goods .box_r .zxsp_box .list .img_box img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .ind_goods .box_r .zxsp_box .list .ingo_con {
    padding: 20px; }
    .ind_goods .box_r .zxsp_box .list .ingo_con .add_gwc {
      background: linear-gradient(30deg, #0f4eb8 0%, #31a6ff 100%);
      color: #ffffff;
      display: inline-block;
      line-height: 40px;
      padding: 0px 20px;
      border-radius: 4px;
      margin-top: 20px; }
    

.ind_goods .box_r .zxsp_box .list:hover .img_box .img {
  transform: scale(1.1); }

.title_wc {
  font-size: 28px;
  margin-top: 20px;
  background: url(../images/tit_xt2.png) no-repeat 158px 20px; }

.goods_box {
  margin-left: -1.5%; }
  .goods_box .list {
    width: 23.5%;
    margin-left: 1.5%;
    margin-top: 1.5%;
    background: #ffffff;
    min-height: 595px; }
    .goods_box .list .img_box {
      overflow: hidden;
      height: 0;
      padding-top: 100%;
      position: relative;
      display: block; }
      .goods_box .list .img_box .img {
        transition: all ease .6s; }
      .goods_box .list .img_box img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    .goods_box .list .ingo_con {
      padding: 20px; }
      .goods_box .list .ingo_con .add_gwc {
        background: linear-gradient(30deg, #0f4eb8 0%, #31a6ff 100%);
        color: #ffffff;
        display: inline-block;
        line-height: 40px;
        padding: 0px 20px;
        border-radius: 4px;
        margin-top: 20px; }
  .goods_box .list:hover .img_box .img {
    transform: scale(1.1); }

.foo_box {
  background: #333333;
  padding: 30px 0px; }
  .foo_box .flex_box {
    overflow: hidden; }
    .foo_box .flex_box .dh_box {
      float: left; }
      .foo_box .flex_box .dh_box .lib {
        height: 226px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; }
      .foo_box .flex_box .dh_box a {
        color: #ffffff;
        display: block; }
      .foo_box .flex_box .dh_box a:hover {
        color: #0f4eb8; }
      .foo_box .flex_box .dh_box .is_tit {
        font-size: 18px; }
      .foo_box .flex_box .dh_box .txt {
        width: 178px;
        margin-top: 20px;
        color: #bbbbbb; }
      .foo_box .flex_box .dh_box .fake {
        width: 309px; }
  .foo_box .bqsm {
    background: #484848;
    color: #FFFFFF;
    margin-top: 40px;
    line-height: 50px; }

.dh_tips {
  height: 60px;
  background: #e8e8e8; }
  .dh_tips > div {
    height: 100%; }

.nymain {
  margin-top: 20px;
  margin-bottom: 50px; }
  .nymain .nybox_l {
    width: 300px;
    background: #FFFFFF; }
    .nymain .nybox_l .tit_box {
      line-height: 60px;
      background: #0f4eb8;
      color: #FFFFFF;
      font-size: 20px;
      padding-left: 30px; }
    .nymain .nybox_l .nav_ul {
      padding: 0px 20px 100px 20px; }
      .nymain .nybox_l .nav_ul .nav_li {
        display: block;
        border-bottom: 1px solid #EEEEEE;
        line-height: 55px;
        padding-right: 20px;
        background: url(../images/arrow_r2.png) no-repeat right; }
      .nymain .nybox_l .nav_ul .nav_lis {
        color: #0f4eb8;
        background: url(../images/arrow_r3.png) no-repeat right; }
      .nymain .nybox_l .nav_ul .nav_li:hover {
        color: #0f4eb8;
        background: url(../images/arrow_r3.png) no-repeat right; }
  .nymain .nybox_r {
    flex: 1;
    margin-left: 20px;
    background: #FFFFFF;
    padding: 20px 30px 50px 30px; }

.ysbox .yslist {
  width: 50%;
  margin-top: 14px;
  padding-left: 30px;
  background: url("../images/gou.png") no-repeat left;
  box-sizing: border-box; }

.xfc_box {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 100px; }
  .xfc_box .xfc_con {
    cursor: pointer; }

.goods_main {
  padding: 20px 0px 50px 0px; }
  .goods_main .sort_box {
    background: #FFFFFF;
    padding: 30px; }
    .goods_main .sort_box table {
      width: 100%;
      border: 1px solid #dee2e6;
      font-size: 14px; }
      .goods_main .sort_box table .td_l {
        width: 20%;
        background: #f5f5f5;
        padding: 10px 20px; }
      .goods_main .sort_box table .td_r {
        width: 80%;
        padding: 10px 20px; }
      .goods_main .sort_box table .td_listbox .td_listcon {
        margin-right: 40px;
        line-height: 30px; }
      .goods_main .sort_box table .td_listbox .td_listcon:hover {
        cursor: pointer;
        color: #0f4eb8; }
    .goods_main .sort_box .cur_box .cor_con {
      border: 1px solid #0f4eb8;
      color: #0f4eb8;
      padding-right: 20px;
      line-height: 30px;
      padding: 0px 10px;
      margin-left: 10px; }
      .goods_main .sort_box .cur_box .cor_con div {
        padding-right: 20px;
        background: url(../images/delico.png) no-repeat right; }
  .goods_main .g_tit {
    background: #e8e8e8;
    line-height: 55px;
    padding-left: 20px;
    font-weight: bold;
    margin-top: 20px; }

.gdls_box {
  padding: 20px 0px 50px 0px; }
  .gdls_box .swiper_one {
    border: 1px solid #e8e8e8;
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: relative; }
    .gdls_box .swiper_one .ind_swiper {
      width: 100%;
      height: 100%; }
  .gdls_box .xx_s1 {
    padding: 0px 30px; }
  .gdls_box .xx_s2 {
    width: 320px;
    min-height: 400px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e8e8e8; }
    .gdls_box .xx_s2 .ipt {
      border: 1px solid #e8e8e8;
      line-height: 50px;
      padding: 0px 20px;
      width: 100%;
      box-sizing: border-box;
      margin-top: 10px;
      border-radius: 4px;
      font-size: 16px; }
    .gdls_box .xx_s2 .gbtns {
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      background: linear-gradient(30deg, #0f4eb8 0%, #31a6ff 100%);
      color: #ffffff;
      display: inline-block;
      line-height: 50px;
      border-radius: 4px;
      margin-top: 20px; }
  .gdls_box .g_tit {
    background: #e8e8e8;
    line-height: 55px;
    padding-left: 20px;
    font-weight: bold;
    margin-top: 30px; }
  .gdls_box table {
    margin-top: 30px;
    border: 0px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    width: 100%; }
    .gdls_box table td {
      width: 25%;
      padding: 10px 20px;
      color: #666666;
      box-sizing: border-box;
      border: 0px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8; }
  .gdls_box .ggzs {
    margin-top: 30px;
    background: #fe0000;
    line-height: 50px;
    width: 160px;
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block; }
  .gdls_box .ggzs:hover {
    color: #FFFFFF; }
  .gdls_box .info_box .info_con {
    margin-top: 50px; }
  .gdls_box .info_tit {
    position: relative;
    padding-left: 20px;
    font: 18px;
    font-weight: bold; }
    .gdls_box .info_tit:before {
      content: '';
      width: 4px;
      height: 18px;
      background: #0f4eb8;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%); }

.news_box {
  margin-top: 30px; }
  .news_box .news_list {
    overflow: auto;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block; }
    .news_box .news_list .img_wc {
      float: left;
      width: 27%; }
      .news_box .news_list .img_wc .img_box {
        overflow: hidden;
        height: 0;
        padding-top: 70%;
        position: relative;
        display: block; }
        .news_box .news_list .img_wc .img_box img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; }
        .news_box .news_list .img_wc .img_box img {
          transition: all ease .6s; }
    .news_box .news_list .info_r {
      float: right;
      width: 69%; }
      .news_box .news_list .info_r .date {
        padding-left: 25px;
        color: #808080;
        background: url(../images/sqico.png) no-repeat left; }
      .news_box .news_list .info_r .liulan {
        margin-left: 40px;
        padding-left: 25px;
        color: #808080;
        background: url(../images/llico.png) no-repeat left; }
  .news_box .news_list:hover .img_wc .img_box img {
    transform: scale(1.1); }
  .news_box .news_list:hover .info_r .tit {
    color: #0f4eb8; }

.is_sxy {
  font-size: 16px; }

.is_sxy:hover {
  color: #0f4eb8; }

.bzfw_box {
  margin-top: 20px; }
  .bzfw_box .bzfw_list {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding: 14px 20px; }
    .bzfw_box .bzfw_list .arrow_bs {
      transform: rotate(180deg); }
  .bzfw_box .bzfw_con {
    display: none; }

.logon_box {
  height: 600px; }
  .logon_box .dl_box {
    width: 400px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    padding: 40px 40px; }
  .logon_box .ipt_box {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    height: 56px;
    padding: 0px 20px; }
    .logon_box .ipt_box .ipt {
      border: 0px;
      width: 100%;
      height: 100%;
      font-size: 16px; }
  .logon_box .logon_btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(30deg, #0f4eb8 0%, #31a6ff 100%);
    color: #ffffff;
    display: inline-block;
    line-height: 55px;
    border-radius: 4px;
    margin-top: 40px;
    border: 0px;
    font-size: 18px; }
  .logon_box .gx_box {
    width: 20px;
    height: 20px;
    background: #999999;
    margin-right: 10px;
    border-radius: 4px; }
  .logon_box .gx_boxs {
    background: url(../images/gx_ico.png) no-repeat center;
    background-size: cover; }

.zczh_box {
  background: #ffffff;
  border-radius: 4px;
  padding: 40px; }
  .zczh_box .ipt_box {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    width: 530px;
    height: 55px;
    padding: 0px 20px;
    box-sizing: border-box; }
    .zczh_box .ipt_box .ipt {
      border: 0px;
      width: 100%;
      height: 100%;
      font-size: 16px; }
  .zczh_box .gx_box {
    width: 20px;
    height: 20px;
    background: #999999;
    border-radius: 4px; }
  .zczh_box .gx_boxs {
    background: url(../images/gx_ico.png) no-repeat center;
    background-size: cover; }
  .zczh_box .submit {
    width: 160px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(30deg, #0f4eb8 0%, #31a6ff 100%);
    color: #ffffff;
    display: inline-block;
    line-height: 54px;
    border-radius: 4px;
    margin-top: 30px;
    border: 0px;
    font-size: 18px; }

.hyzx .hyzx_l {
  width: 260px;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 30px 50px 30px;
  border-radius: 5px; }
  .hyzx .hyzx_l .list .list_con {
    padding-right: 20px;
    background: url(../images/arrow_r2.png) no-repeat right;
    font-size: 18px;
    line-height: 55px; }
  .hyzx .hyzx_l .list .list_cons {
    color: #0f4eb8;
    background: url(../images/arrow_r3.png) no-repeat right; }
  .hyzx .hyzx_l .list .list_con:hover {
    color: #0f4eb8;
    background: url(../images/arrow_r3.png) no-repeat right; }

.hyzx .hyzx_r {
  margin-left: 20px; }
  .hyzx .hyzx_r .hyzx_rcon {
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    min-height: 556px; }
    .hyzx .hyzx_r .hyzx_rcon .grxx_box {
      margin-top: 30px; }
      .hyzx .hyzx_r .hyzx_rcon .grxx_box table {
        width: 100%;
        border: 1px solid #dfdfdf; }
        .hyzx .hyzx_r .hyzx_rcon .grxx_box table .td_l {
          width: 20%; }
        .hyzx .hyzx_r .hyzx_rcon .grxx_box table .td_r {
          width: 80%; }
        .hyzx .hyzx_r .hyzx_rcon .grxx_box table td {
          padding-left: 30px;
          line-height: 55px; }
    .hyzx .hyzx_r .hyzx_rcon .ipt {
      width: 600px;
      line-height: 60px;
      border: 1px solid #dfdfdf;
      padding-left: 30px;
      border-radius: 4px;
      margin-left: 30px;
      font-size: 16px; }
    .hyzx .hyzx_r .hyzx_rcon .sub_btn {
      width: 180px;
      box-sizing: border-box;
      text-align: center;
      background: linear-gradient(30deg, #0f4eb8 0%, #31a6ff 100%);
      color: #ffffff;
      display: inline-block;
      line-height: 60px;
      border-radius: 4px;
      margin-top: 20px;
      border: 0px;
      font-size: 18px; }
    .hyzx .hyzx_r .hyzx_rcon .sub_btn2 {
      background: #878787;
      margin-left: 20px; }
    .hyzx .hyzx_r .hyzx_rcon .info_ul {
      margin-top: 20px; }
      .hyzx .hyzx_r .hyzx_rcon .info_ul .ingo_li {
        padding: 10px 0px; }
        .hyzx .hyzx_r .hyzx_rcon .info_ul .ingo_li .tit {
          background: url(../images/info_ico.png) no-repeat left; }
      .hyzx .hyzx_r .hyzx_rcon .info_ul .ingo_li:hover .tit {
        color: #0f4eb8; }
      .hyzx .hyzx_r .hyzx_rcon .info_ul .ingo_li:hover .date {
        color: #0f4eb8; }
    .hyzx .hyzx_r .hyzx_rcon .page {
      padding-bottom: 0px; }
    .hyzx .hyzx_r .hyzx_rcon .ads_btn {
      width: 160px;
      box-sizing: border-box;
      text-align: center;
      background: linear-gradient(30deg, #0f4eb8 0%, #31a6ff 100%);
      color: #ffffff;
      display: inline-block;
      line-height: 50px;
      border-radius: 4px;
      margin-top: 40px;
      border: 0px;
      font-size: 18px; }
    .hyzx .hyzx_r .hyzx_rcon .ads_list {
      margin-top: 30px; }
      .hyzx .hyzx_r .hyzx_rcon .ads_list .ads_con {
        margin-bottom: 20px;
        border: 1px solid #dfdfdf;
        padding: 30px;
        border-radius: 4px; }
    .hyzx .hyzx_r .hyzx_rcon .ipt_box {
      border-radius: 4px;
      overflow: hidden;
      border: 1px solid #c5c5c5;
      width: 400px;
      height: 55px;
      padding: 0px 20px;
      box-sizing: border-box; }
      .hyzx .hyzx_r .hyzx_rcon .ipt_box .ipts {
        border: 0px;
        width: 100%;
        height: 100%;
        font-size: 16px; }
    .hyzx .hyzx_r .hyzx_rcon .goods_list {
      margin-top: 20px; }
      .hyzx .hyzx_r .hyzx_rcon .goods_list .goods_con {
        margin-bottom: 20px;
        border: 1px solid #dfdfdf;
        padding: 30px;
        border-radius: 4px; }
        .hyzx .hyzx_r .hyzx_rcon .goods_list .goods_con .goods_gls {
          border-top: 1px solid #EEEEEE;
          padding-top: 20px;
          margin-top: 20px; }
        .hyzx .hyzx_r .hyzx_rcon .goods_list .goods_con .goods_gls:nth-child(1) {
          border: 0px;
          padding-top: 0px;
          margin-top: 0px; }
        .hyzx .hyzx_r .hyzx_rcon .goods_list .goods_con .sh_btn {
          border: 1px solid #dfdfdf;
          border-radius: 4px;
          line-height: 30px;
          padding: 0px 15px; }
        .hyzx .hyzx_r .hyzx_rcon .goods_list .goods_con .sh_btns {
          border: 0px;
          background: #EEEEEE;
          line-height: 50px;
          padding: 0px 30px;
          font-size: 18px; }
    .hyzx .hyzx_r .hyzx_rcon .gselect_b .gselect_c {
      margin-right: 40px;
      font-size: 18px; }
    .hyzx .hyzx_r .hyzx_rcon .gselect_b .gselect_cur {
      color: #0f4eb8;
      font-weight: bold; }
    .hyzx .hyzx_r .hyzx_rcon .gselect_b .gselect_c:hover {
      color: #0f4eb8;
      font-weight: bold; }
    .hyzx .hyzx_r .hyzx_rcon .search_box {
      border: 1px solid #0f4eb8;
      height: 40px;
      width: 240px;
      padding-left: 10px;
      box-sizing: border-box; }
      .hyzx .hyzx_r .hyzx_rcon .search_box .iptss {
        height: 100%;
        width: 100%;
        border: 0px;
        padding: 0px 10px;
        font-size: 14px; }
  .hyzx .hyzx_r .ordls_box .ads_ico {
    padding-left: 30px;
    background: url(../images/ads_ico.png) no-repeat left; }
  .hyzx .hyzx_r .ordls_box .g_btn2 {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    line-height: 40px;
    padding: 0px 15px; }
  .hyzx .hyzx_r .ordls_box .sh_btn {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    line-height: 30px;
    padding: 0px 15px; }
  .hyzx .hyzx_r .ordls_box .sh_btns {
    border: 0px;
    background: #EEEEEE;
    line-height: 50px;
    padding: 0px 30px;
    font-size: 18px; }

.gwc_main .shdz_box {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px; }
  .gwc_main .shdz_box .getshdz_btn {
    width: 130px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(30deg, #0f4eb8 0%, #31a6ff 100%);
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    border: 0px;
    font-size: 16px; }

.gwc_main .gos_main {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px; }
  .gwc_main .gos_main .titgake {
    background: #ebebeb;
    line-height: 40px;
    padding: 0px 30px 0px 10px; }
    .gwc_main .gos_main .titgake .xzqall {
      width: 20px;
      height: 20px; }
  .gwc_main .gos_main .gls_ul .gls_li {
    border: 1px solid #EEEEEE;
    padding: 20px 30px 20px 10px;
    border-radius: 4px;
    margin-bottom: 10px; }
    .gwc_main .gos_main .gls_ul .gls_li .img {
      width: 80px;
      height: 80px;
      border: 1px solid #EEEEEE;
      padding: 10px;
      object-fit: cover; }
    .gwc_main .gos_main .gls_ul .gls_li .xzq {
      width: 20px;
      height: 20px; }
    .gwc_main .gos_main .gls_ul .gls_li .jsq {
      border: 1px solid #EEEEEE;
      height: 35px;
      border-radius: 8px;
      overflow: hidden; }
      .gwc_main .gos_main .gls_ul .gls_li .jsq .button {
        text-align: center;
        line-height: 35px;
        width: 40px;
        height: 100%;
        border: 0px;
        background: #FFFFFF;
        cursor: pointer;
        padding: 0px;
        font-size: 18px; }
      .gwc_main .gos_main .gls_ul .gls_li .jsq .ipt {
        height: 100%;
        border: 0px;
        width: 40px;
        line-height: 35px;
        text-align: center;
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE; }
    .gwc_main .gos_main .gls_ul .gls_li .tit {
      width: 200px; }
  .gwc_main .gos_main .gwc_btns {
    width: 130px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    border: 0px;
    font-size: 16px;
    margin-left: 10px; }
  .gwc_main .gos_main .gwc_btn1 {
    background: #17a2b8; }
  .gwc_main .gos_main .gwc_btn2 {
    background: #0f4eb8; }
  .gwc_main .gos_main .gwc_btn3 {
    background: #ff8a00; }

.gwc_main .gwcfp_box {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px; }
  .gwc_main .gwcfp_box .fpul .fpli {
    width: 100px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    margin-right: 10px;
    border-radius: 4px; }
  .gwc_main .gwcfp_box .fpul .fplis {
    background: #0f4eb8;
    color: #ffffff; }
  .gwc_main .gwcfp_box .gwcipt_box {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    height: 40px;
    padding: 0px 20px;
    box-sizing: border-box; }
    .gwc_main .gwcfp_box .gwcipt_box .gwcipt {
      border: 0px;
      width: 100%;
      height: 100%;
      font-size: 14px; }
  .gwc_main .gwcfp_box .fp_nr {
    display: none; }
  .gwc_main .gwcfp_box .fp_nrshow {
    display: block; }

.gwc_main .zf_box {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px; }
  .gwc_main .zf_box ul {
    margin-top: 30px; }
    .gwc_main .zf_box ul .zf_fwli {
      border: 1px solid #EEEEEE;
      width: 180px;
      line-height: 44px;
      border-radius: 4px;
      margin-right: 20px;
      text-align: center; }
    .gwc_main .zf_box ul .zf_curr {
      border: 1px solid #ff8a00; }
  .gwc_main .zf_box .zf_fwcon {
    margin-top: 60px;
    display: none; }
  .gwc_main .zf_box .zf_show {
    display: block; }
  .gwc_main .zf_box .gwc_btns {
    width: 130px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    border: 0px;
    font-size: 16px;
    margin-left: 10px;
    background: #17a2b8; }

.page .pagination {
  display: flex;
  justify-content: center;
  align-items: center; }

.page li {
  padding: 0px 5px; }

.page {
  clear: both;
  padding: 20px 0 40px; }

.page a {
  display: inline-block;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333;
  border-radius: 3px; }

.page a:hover {
  background: #0f4eb8;
  color: #fff !important;
  text-decoration: none; }

.page .active span {
  display: inline-block;
  padding: 0px 15px;
  line-height: 28px;
  background: #0f4eb8;
  color: #fff;
  border-radius: 3px; }
