@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: #F8F8F8;
  font-size: 16px; }

.is_none {
  display: none; }

.is_show {
  display: block; }

.is_sz {
  cursor: pointer; }

.is_cj {
  object-fit: cover; }

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

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

.container_mys {
  min-width: 1400px; }

.all_title {
  padding-left: 16px;
  position: relative; }
  .all_title::after {
    content: '';
    width: 6px;
    height: 18px;
    background: #103D7E;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); }

.navbar_box .top_box .top_main {
  height: 45px;
  font-size: 14px; }

.navbar_box .top_box .dl_btn {
  color: #ffffff;
  background: #ff8a00;
  border-radius: 4px;
  padding: 2px 10px; }

.navbar_box .top_box .set_up {
  position: relative; }
  .navbar_box .top_box .set_up .user_box {
    height: 45px; }
    .navbar_box .top_box .set_up .user_box .user_arr_opens {
      transform: rotate(180deg); }
  .navbar_box .top_box .set_up .up_box {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: #103D7E;
    padding: 10px 20px;
    box-sizing: border-box; }
    .navbar_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; }
    .navbar_box .top_box .set_up .up_box ul li:hover {
      color: #ff8a00;
      background: url(../images/arrow_r4.png) no-repeat right;
      background-size: 9px; }

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

.navbar_box .lo_ss {
  padding: 20px 0px;
  background: #ffffff; }
  .navbar_box .lo_ss .sele_box {
    background: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    border-top: 1px solid #103D7E;
    border-left: 1px solid #103D7E;
    border-right: 1px solid #103D7E;
    width: 226px; }
    .navbar_box .lo_ss .sele_box .sele_list {
      line-height: 36px;
      text-align: center;
      border-left: 1px solid #103D7E;
      font-size: 14px; }
    .navbar_box .lo_ss .sele_box .sele_list:nth-child(1) {
      border-left: 0px; }
    .navbar_box .lo_ss .sele_box .sele_lists {
      background: #103D7E;
      color: #ffffff; }
  .navbar_box .lo_ss .search_box {
    border: 1px solid #103D7E;
    border-radius: 0px 5px 5px 5px;
    height: 44px;
    width: 440px;
    padding-left: 20px;
    box-sizing: border-box; }
    .navbar_box .lo_ss .search_box .ipt {
      height: 100%;
      border: 0px;
      padding: 0px 10px;
      font-size: 15px; }
    .navbar_box .lo_ss .search_box .ss_btn {
      border: 0px;
      width: 70px;
      height: 100%;
      background: #103D7E;
      color: #ffffff;
      font-size: 16px; }

.navbar_box .nav_box {
  background: #103D7E; }
  .navbar_box .nav_box .nav_con .nav_blk {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    line-height: 60px;
    display: inline-block; }
    .navbar_box .nav_box .nav_con .nav_blk:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 0%;
      background: #ffffff;
      height: 3px; }
  .navbar_box .nav_box .nav_con .nav_blk:hover {
    color: #ffffff; }
    .navbar_box .nav_box .nav_con .nav_blk:hover:before {
      width: 100%;
      transition: all 0.6s; }
  .navbar_box .nav_box .nav_con .nav_cur {
    color: #ffffff; }
    .navbar_box .nav_box .nav_con .nav_cur:before {
      width: 100%; }

.foo_box {
  background: #4D4D4D;
  padding-top: 60px; }
  .foo_box .foo_tit {
    padding-left: 40px;
    background: url("../images/logo.png") no-repeat left;
    background-size: 30px; }
  .foo_box .foo_con {
    padding: 40px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .foo_box a {
    padding: 0px 10px;
    color: #ffffff; }
  .foo_box a:hover {
    color: #207dff !important; }

.zbgg_box {
  padding: 50px 0px; }
  .zbgg_box .tips {
    background: #FFEAEA;
    border-radius: 6px;
    line-height: 35px;
    padding: 0px 10px;
    margin-left: 12px;
    color: #E90D0D; }
  .zbgg_box .zbgg_con {
    display: flex;
    align-items: start;
    justify-content: space-between; }
    .zbgg_box .zbgg_con .con_l {
      width: 196px;
      background: #FFFFFF;
      border-radius: 5px 5px 5px 5px;
      padding: 1px 10px 40px 10px; }
      .zbgg_box .zbgg_con .con_l ul > li {
        line-height: 52px;
        border-radius: 6px 6px 6px 6px;
        font-size: 14px;
        cursor: pointer;
        color: #757F8B;
        padding-left: 20px;
        margin-top: 40px;
        display: flex;
        align-items: center; }
      .zbgg_box .zbgg_con .con_l ul > .li_cur {
        background: #F7FAFF;
        color: #103D7E; }
      .zbgg_box .zbgg_con .con_l ul > li:hover {
        color: #103D7E; }
    .zbgg_box .zbgg_con .con_r {
      width: 1189px;
      background: #FFFFFF;
      border-radius: 5px 5px 5px 5px;
      padding: 1px 50px 40px 50px; }
      .zbgg_box .zbgg_con .con_r a {
        display: inline-block; }
        .zbgg_box .zbgg_con .con_r a .sta {
          padding: 0px 12px;
          line-height: 48px;
          background: #103D7E;
          border-radius: 5px 5px 5px 5px;
          color: #ffffff; }
        .zbgg_box .zbgg_con .con_r a .sta2 {
          padding: 0px 10px;
          width: 71px;
          line-height: 48px;
          background: #EEEEEE;
          border-radius: 5px 5px 5px 5px;
          color: #999999; }
        .zbgg_box .zbgg_con .con_r a .txt > div:hover {
          color: #103D7E; }
      .zbgg_box .zbgg_con .con_r a:hover .txt > div {
        color: #103D7E; }

.zbggs {
  padding: 66px 0px; }
  .zbggs .zbgg_con .con_l ul {
    border-bottom: 1px solid #F2F3F4; }
  .zbggs .zbgg_con .con_l ul > li {
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    color: #757F8B;
    display: flex;
    align-items: center;
    padding-bottom: 20px; }
  .zbggs .zbgg_con .con_l ul > .li_cur {
    color: #103D7E;
    position: relative; }
    .zbggs .zbgg_con .con_l ul > .li_cur::after {
      content: '';
      width: 100%;
      height: 2px;
      background: #103D7E;
      position: absolute;
      bottom: 0px;
      left: 0px; }
  .zbggs .zbgg_con .con_l ul > li:hover {
    color: #103D7E; }
  .zbggs .zbgg_con .list_con {
    background: #F8F8F8;
    padding: 12px 22px; }
    .zbggs .zbgg_con .list_con li {
      padding: 12px 0px; }
    .zbggs .zbgg_con .list_con li:hover > div {
      color: #103D7E; }

.xwzx_box {
  padding: 66px 0px; }
  .xwzx_box .img {
    width: 575px;
    height: 431px;
    border-radius: 10px 10px 10px 10px; }
  .xwzx_box .list a {
    display: block;
    margin-top: 18px;
    background: #FFFFFF;
    padding: 24px 28px;
    color: #666666; }
  .xwzx_box .list a:hover {
    color: #103D7E; }
  .xwzx_box .gos_box {
    gap: 40px; }
    .xwzx_box .gos_box .gos_con {
      display: block;
      width: 440px; }
      .xwzx_box .gos_box .gos_con .img_box {
        overflow: hidden;
        border-radius: 10px 10px 10px 10px; }
        .xwzx_box .gos_box .gos_con .img_box .gosimg {
          width: 440px;
          height: 330px; }
        .xwzx_box .gos_box .gos_con .img_box img {
          transition: all ease .6s; }
        .xwzx_box .gos_box .gos_con .img_box img:hover {
          transform: scale(1.1); }
      .xwzx_box .gos_box .gos_con .tit {
        font-size: 18px;
        margin-top: 10px; }
      .xwzx_box .gos_box .gos_con .txt {
        font-size: 14px;
        color: #86909C;
        margin-top: 4px; }
      .xwzx_box .gos_box .gos_con .gd_btn {
        width: 88px;
        line-height: 33px;
        text-align: center;
        background: #103D7E;
        border-radius: 2px;
        color: #ffffff;
        margin-top: 6px;
        font-size: 14px; }
    .xwzx_box .gos_box .gos_con:hover .tit, .xwzx_box .gos_box .gos_con:hover .txt {
      color: #103D7E; }

.logon_box {
  margin: 50px 0px; }
  .logon_box .logon_con {
    height: 758px;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden; }
    .logon_box .logon_con .zc_qy {
      width: 821px;
      height: 758px;
      background: url("../images/img/logo_img.png") no-repeat center;
      background-size: cover; }
      .logon_box .logon_con .zc_qy .nr_box {
        width: 100%;
        height: 100%;
        background: rgba(16, 61, 126, 0.6);
        padding-top: 80px; }
        .logon_box .logon_con .zc_qy .nr_box .ljzc_btn {
          width: 260px;
          line-height: 60px;
          text-align: center;
          border-radius: 5px 5px 5px 5px;
          border: 1px solid #FFFFFF;
          font-weight: bold;
          font-size: 16px;
          color: #FFFFFF; }
    .logon_box .logon_con .ipt {
      width: 100%;
      height: 56px;
      background: #F9F9FA;
      border-radius: 5px 5px 5px 5px;
      border: none;
      padding: 0px 20px; }
    .logon_box .logon_con .yzm {
      display: block;
      width: 106px;
      line-height: 56px;
      background: #F9F9FA;
      border-radius: 5px 5px 5px 5px;
      border: 1px solid #103D7E;
      color: #103D7E;
      font-size: 20px;
      text-align: center;
      box-sizing: border-box; }
    .logon_box .logon_con .is_btn {
      width: 450px;
      line-height: 60px;
      border: none;
      background: #103D7E;
      border-radius: 5px 5px 5px 5px;
      color: #FFFFFF;
      text-align: center; }

.content {
  padding: 40px 70px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px; }

.zbgsind_main .zbgsind_box .tit_box {
  padding: 26px 30px;
  background: rgba(16, 61, 126, 0.1); }

.zbgsind_main .zhaolist_con {
  padding: 26px 30px;
  border-bottom: 1px solid #EEEEEE; }
  .zbgsind_main .zhaolist_con .jxz > div {
    display: inline-block;
    padding: 0px 12px;
    line-height: 48px;
    background: #103D7E;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff; }

.zbgsind_main .zhaolist_con:hover {
  background: rgba(16, 61, 126, 0.1); }

.zbgsind_main .zhaolist_cons:hover {
  background-color: transparent; }

.rczp_box {
  background: #FFFFFF;
  padding: 30px 0px; }
  .rczp_box .rczptit_box {
    background: #C4DAFF;
    padding: 30px 30px; }
  .rczp_box .bzfw_box .bzfw_list {
    border-top: 1px solid #e8e8e8;
    padding: 30px 30px; }
    .rczp_box .bzfw_box .bzfw_list .arrow_bs {
      transform: rotate(180deg); }
  .rczp_box .bzfw_box .bzfw_con {
    display: none;
    padding: 20px 0px; }
  .rczp_box .bzfw_box .bzfw_list:hover {
    background: rgba(16, 61, 126, 0.1); }
  .rczp_box .fldy_box {
    width: 100%;
    height: 520px;
    background: url("../images/img/fldy.png") no-repeat center;
    background-size: cover;
    padding: 55px 0px 0px 30px; }

.jcsc_box {
  background: #FFFFFF;
  padding: 30px 0px; }
  .jcsc_box .sort_box {
    width: 182px; }
    .jcsc_box .sort_box .qbfl {
      background: #103D7E;
      color: #FFFFFF;
      line-height: 60px;
      padding-left: 25px;
      padding-right: 18px; }
    .jcsc_box .sort_box .sort_ul .sort_li {
      display: block;
      border-bottom: 1px solid #EEEEEE;
      padding: 12px 0px 12px 25px; }
    .jcsc_box .sort_box .sort_ul .sort_li:hover {
      color: #103D7E; }
    .jcsc_box .sort_box .sort_ul .sort_lis {
      color: #103D7E; }
  .jcsc_box .img_box .img {
    object-fit: cover;
    width: 953px;
    height: 600px; }
  .jcsc_box .user_box .btn-primary {
    background: #103D7E; }
  .jcsc_box .user_box .btn-outline-primary {
    border: 1px solid #103D7E;
    color: #103D7E; }
  .jcsc_box .user_box .btn-outline-primary:hover {
    background-color: transparent; }
  .jcsc_box .user_box .gg_list {
    padding: 0px 14px; }
    .jcsc_box .user_box .gg_list .gg_con {
      margin-top: 14px; }
      .jcsc_box .user_box .gg_list .gg_con .gg_type1 {
        width: 46px;
        line-height: 22px;
        text-align: center;
        background: #E60012;
        border-radius: 3px 3px 3px 3px;
        color: #ffffff;
        font-size: 12px; }
      .jcsc_box .user_box .gg_list .gg_con .gg_type2 {
        width: 46px;
        line-height: 22px;
        text-align: center;
        background: #F59A23;
        border-radius: 3px 3px 3px 3px;
        color: #ffffff;
        font-size: 12px; }
  .jcsc_box .goods_main {
    padding: 30px; }
    .jcsc_box .goods_main .goods_box {
      gap: 38px; }
      .jcsc_box .goods_main .goods_box .list {
        width: 237px;
        background: #ffffff;
        padding: 20px;
        box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.1); }
        .jcsc_box .goods_main .goods_box .list .img_box {
          overflow: hidden;
          height: 0;
          padding-top: 100%;
          position: relative;
          display: block; }
          .jcsc_box .goods_main .goods_box .list .img_box .img {
            transition: all ease .6s; }
          .jcsc_box .goods_main .goods_box .list .img_box img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover; }
        .jcsc_box .goods_main .goods_box .list .ingo_con {
          padding-top: 20px; }
      .jcsc_box .goods_main .goods_box .list:hover .img_box .img {
        transform: scale(1.1); }
      .jcsc_box .goods_main .goods_box .lists {
        width: 237px;
        height: 350px;
        padding: 0px; }
        .jcsc_box .goods_main .goods_box .lists .imgss {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .jcsc_box .goods_mains {
    background: #F8F8F8; }

.gosdls_box .swp_box .swp_img {
  width: 400px;
  height: 400px; }

.gosdls_box .swp_box .curtype {
  border: 1px solid #103D7E;
  position: relative; }
  .gosdls_box .swp_box .curtype::after {
    content: '';
    width: 20px;
    height: 18px;
    background: url("../images/cur_ico.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: 0px; }

.gosdls_box .gos_con {
  padding-left: 38px; }
  .gosdls_box .gos_con .zysta {
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    background: #103D7E;
    border-radius: 2px 2px 2px 2px; }
  .gosdls_box .gos_con .sku_box {
    cursor: pointer;
    padding: 0px 30px;
    line-height: 36px;
    border: 1px solid #999999;
    font-size: 14px;
    color: #999999; }
  .gosdls_box .gos_con .sku_boxs {
    border: 1px solid #103D7E;
    color: #103D7E;
    position: relative; }
    .gosdls_box .gos_con .sku_boxs::after {
      content: '';
      width: 20px;
      height: 18px;
      background: url("../images/cur_ico.png") no-repeat center;
      background-size: contain;
      position: absolute;
      right: 0px;
      bottom: 0px; }
  .gosdls_box .gos_con .btn-primary {
    background: #103D7E;
    width: 140px; }
  .gosdls_box .gos_con .jsq {
    width: 120px;
    border: 1px solid #E8E8E8;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden; }
    .gosdls_box .gos_con .jsq .ipt {
      width: 60px;
      height: 100%;
      border: 0px;
      text-align: center; }
    .gosdls_box .gos_con .jsq .add, .gosdls_box .gos_con .jsq .jian {
      width: 30px;
      height: 30px;
      background: #F8F8F8; }

.goods_list {
  margin-top: 20px; }
  .goods_list .goods_con {
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    padding: 30px;
    border-radius: 4px; }
    .goods_list .goods_con .goods_gls {
      border-top: 1px solid #EEEEEE;
      padding-top: 20px;
      margin-top: 20px; }
    .goods_list .goods_con .goods_gls:nth-child(1) {
      border: 0px;
      padding-top: 0px;
      margin-top: 0px; }
    .goods_list .goods_con .sh_btn {
      border: 1px solid #dfdfdf;
      border-radius: 4px;
      line-height: 30px;
      padding: 0px 15px; }
    .goods_list .goods_con .sh_btns {
      border: 0px;
      background: #EEEEEE;
      line-height: 50px;
      padding: 0px 30px;
      font-size: 18px; }

.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: #103D7E;
  color: #fff !important;
  text-decoration: none; }

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