@charset "UTF-8";
@keyframes fade-in_out {
  0% {
    opacity: 0;
    box-shadow: none; }
  50% {
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 4px 9px 28px 8px rgba(0, 0, 0, 0.05);
    opacity: 1; }
  100% {
    opacity: 0;
    box-shadow: none; } }
@keyframes fade-in {
  form {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-out {
  form {
    opacity: 1; }
  to {
    opacity: 0; } }
body {
  position: relative; }

.head {
  height: 120px;
  background: url(../img/index_bar.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .head_logo, .head_user {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  .head_logo {
    color: #fff; }
    .head_logo img {
      margin-left: 0px;
      margin-right: 22.27px; }
    .head_logo h1 {
      font-weight: bold;
      font-size: 30px;
			font-family: 'Archivo','Source Han Sans SC';
			letter-spacing: 1px;
			}
  .head_user {
    justify-content: end;
    padding-right: 40px; }
    .head_user_sear {
      width: 320px;
      height: 40px;
      margin-left: 80px;
      font-size: 0;
      background: rgba(255, 255, 255, 0.65);
      border-radius: 5px;
      line-height: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 0 5px;
      align-items: center; }
      .head_user_sear_icon {
        margin-right: 7px; }
        .head_user_sear_icon:before {
          content: "";
          background: url(../img/search.png) no-repeat;
          display: inline-block;
          vertical-align: middle;
          height: 24px;
          width: 24px; }
      .head_user_sear input {
        border: none;
        outline: none;
        background: transparent;
        width: 100%;
        height: 100%;
        color: #095493;
        font-size: 15px; }
        .head_user_sear input::placeholder {
          color: #095493; }
    .head_user_info {
      margin: 0 24px;
      position: relative; }
      .head_user_info_icon::before {
        content: "";
        background: url(../img/inform.png) no-repeat;
        display: inline-block;
        width: 24px;
        height: 35px;
        background-position: center;
        cursor: pointer; }
    .head_user_feedback {
      margin-right: 28px;
			color: rgba(0, 0, 0, 0.65);;}
      .head_user_feedback_icon::before {
        content: "";
        background: url(../img//feedback.png) no-repeat;
        display: inline-block;
        width: 24px;
        height: 35px;
        background-position: center;
        cursor: pointer; }
    .head_user_vect {
      position: relative;
			color: rgba(0, 0, 0, 0.65);}
			.head_user_vect a {
				color: rgba(0, 0, 0, 0.65);
			}
      .head_user_vect_icon {
        position: relative;
        z-index: 0; }
        .head_user_vect_icon::before {
          content: "";
          background: url(../img//Vector.png) no-repeat;
          background-size: 34px 34px;
          display: inline-block;
          width: 34px;
          height: 34px;
          cursor: pointer;
          position: relative;
          right: 1px;
          bottom: 1px;
          z-index: 1; }
        .head_user_vect_icon:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          width: 30px;
          height: 30px;
          position: absolute;
          left: 1px;
          top: 1px;
          z-index: -1;
          border-radius: 50%; }
    .head_user_feedback, .head_user_vect, .head_user_info {
      height: 35px;
      font-size: 0; }
      .head_user_feedback_icon, .head_user_vect_icon, .head_user_info_icon {
        height: 100%;
        display: inline-block;
        padding-bottom: 20px;
        box-sizing: content-box; }
  .head_main {
    width: 80%;
    margin: 0 auto;
    display: flex; }
.info_box {
  height: 40px;
  line-height: 40px;
  background: #0078ba; }
  .info_box p {
    font-size: 14px;
    color: #fff;
    width: 80%;
    margin: 0 auto; }


.idx {
  background: url(../img/index_back.png) no-repeat;
  background-size: cover;
  font-size: 0; }
  .idx_mask {
    background: linear-gradient(180deg, rgba(204, 221, 234, 0.3) 0%, rgba(153, 187, 213, 0.3) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(5px);
    background-size: cover;
    height: 100%;
    padding-top: 32px; }
  .idx_con {
    width: calc(80vw - 375px);
    height: calc(100vh - 192px);
    display: inline-block;
    vertical-align: top; }
    .idx_con .idx_dis_con_flx {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 0;
      margin-bottom: 32px;
      align-items: center; }
      .idx_con .idx_dis_con_flx span {
        font-weight: 700;
        font-size: 14px;
        color: #005495;
        width: 83px;
        display: inline-block;
        line-height: 40px;
        white-space: nowrap; }
    .idx_con_txt {
      font-size: 0;
      height: 40px;
      position: relative;
      line-height: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .idx_con_txt .back_hover {
        background-color: #b3ccdf; }
    .idx_con_func {
      height: calc(100% - 104px);
      overflow: hidden; }
      .idx_con_func_yw {
        padding-bottom: 26px; }
        .idx_con_func_yw_txt {
          font-size: 14px;
          font-weight: 700;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          padding-bottom: 12px; }
          .idx_con_func_yw_txt_icon {
            width: 19px;
            height: 14px;
            line-height: 14px;
            margin-left: 12px; }
            .idx_con_func_yw_txt_icon::before {
              content: "";
              width: 100%;
              height: 100%;
              display: inline-block;
              background: url(../img/Group.png) no-repeat; }
          .idx_con_func_yw_txt span {
            margin: 0 10px;
            white-space: nowrap;
            color: #005495;
						}
          .idx_con_func_yw_txt_line {
            display: inline-block;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, rgba(0, 84, 149, 0.4) 0%, rgba(0, 84, 149, 0.310417) 46.88%, rgba(0, 84, 149, 0.202083) 70.31%, rgba(0, 84, 149, 0.0834618) 87.74%, rgba(0, 84, 149, 0) 100%); }
        .idx_con_func_yw_con {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap; }
          .idx_con_func_yw_con .con_unit {
            width: 170px;
            height: 120px;
            margin: 3px;
            /* padding: 2px; */
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            color: #fff;
            align-items: center;
            flex-direction: column;
            background-color: #005495;
            font-size: 16px;
            text-align: center;
            line-height: 17px;
            position: relative;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }
            .idx_con_func_yw_con .con_unit_coll {
              position: absolute;
              right: 8px;
              top: 8px;
              height: 20px;
              cursor: pointer; }
              .idx_con_func_yw_con .con_unit_coll:before {
                content: "";
                display: inline-block;
                width: 20px;
                height: 20px;
                background: url(~@/assets/img/index/hover_coll_w.png) no-repeat; }
            .idx_con_func_yw_con .con_unit .coll_unde:before {
              background: url(~@/assets/img/index/hover_coll_y.png) no-repeat; }
            .idx_con_func_yw_con .con_unit .unit_img {
              width: 48px;
              height: 48px;
              margin-top: 20px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              justify-content: center;
              align-items: center;
              position: relative; }
              .idx_con_func_yw_con .con_unit .unit_img_info {
                background-color: #d9634e;
                width: 12px;
                height: 12px;
                position: absolute;
                border-radius: 50%;
                right: -3px;
                top: -3px;
                font-size: 0;
                color: #fff;
                text-align: center;
                line-height: 12px;
                font-style: normal; }
              .idx_con_func_yw_con .con_unit .unit_img .unit_img_font {
                font-size: 12px;
                padding: 0 4px;
                min-width: 24px;
                border-radius: 10px; }
            .idx_con_func_yw_con .con_unit span {
              margin-top: 10px;
              width: 100%; }
            .idx_con_func_yw_con .con_unit:hover {
              border: 3px solid #009ce1;
              margin: 0;
              width: 176px;
              height: 126px; }
  .idx .fgx {
    display: inline-block;
    width: 2px;
    height: 600px;
    margin: 0 32px;
    background: linear-gradient(rgba(255, 255, 255, 0.0001) 0%, rgba(255, 255, 255, 0.8) 51.06%, rgba(255, 255, 255, 0.0001) 100%);
    mix-blend-mode: normal;
    opacity: 0.8; }
  .idx_side {
    width: 280px;
    display: inline-block;
    vertical-align: top; }
    .idx_side_coll {
      margin-bottom: 20px; }
      .idx_side_coll_top {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        justify-content: space-between;
        padding-right: 7px; }
        .idx_side_coll_top_logo {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          color: #095493; }
          .idx_side_coll_top_logo_kjgn::before {
            content: "";
            display: inline-block;
            background: url(../img/ic_link.png) no-repeat;
            width: 24px;
            height: 24px;
            vertical-align: middle; }
        .idx_side_coll_top .side_coll_btn p,
        .idx_side_coll_top .side_kjgn_btn p {
          cursor: pointer;
          color: #095493; }
      .idx_side_coll_con {
        font-size: 12px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; }
        .idx_side_coll_con .side_kjgn_add {
          width: 84px;
          height: 84px;
          margin: 4px;
          padding: 4px;
          border: 1px solid #095493; }
          .idx_side_coll_con .side_kjgn_add a {
            width: 100%;
            height: 100%;
            display: block;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: center; }
          .idx_side_coll_con .side_kjgn_add:hover {
            background-color: rgba(0, 102, 153, 0.1); }

  .idx_cen80 {
    width: 80%;
    margin: 0 auto; }

.absorb {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-bottom: 12px; }
  .absorb .idx_con_func_yw_txt_icon {
    width: 17px;
    height: 14px;
    margin-left: 12px; }
    .absorb .idx_con_func_yw_txt_icon::before {
      content: "";
      width: 100%;
      height: 100%;
      display: inline-block;
      background: url(../img/Group.png) no-repeat; }
  .absorb span {
    margin: 0 10px;
    white-space: nowrap;
    color: #005495; }
  .absorb .idx_con_func_yw_txt_line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 84, 149, 0.4) 0%, rgba(0, 84, 149, 0.310417) 46.88%, rgba(0, 84, 149, 0.202083) 70.31%, rgba(0, 84, 149, 0.0834618) 87.74%, rgba(0, 84, 149, 0) 100%); }

.swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: auto !important; }

.home_foot {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	width: 100%;
	height: 4rem;
	line-height: 4rem;
}
.home_foot p {
	color: #fff;
}
.home_foot a {
	color: #fff;
}

@media screen and (max-width: 1919px) {
  .idx_side_mess {
    display: none; } }
@media screen and (max-width: 1440px) {
  .head_logo {
    margin-left: 0; } }
@media screen and (max-width: 1200px) {
  .idx_con .idx_dis_con_flx .idx_con_txt p {
    padding: 0 5px; } }

/*# sourceMappingURL=home.css.map */


