﻿@font-face {
  font-family: 'ubuntu';
  src: url('fonts/Ubuntu-R.ttf');
}

body {
  /* background: url(../img/zw_bg.png) no-repeat top center; */
  background-color: #fff;
  font-family: "Source Sans Pro",
    "Helvetica Neue",
    Arial,
    sans-serif;
  /* font-family: '微软雅黑',
    'PingFang SC'; */
}

body[data-sidebar="on"] {
  overflow: hidden !important;
}

body .warning .layui-layer-title {
  background-color: #FFB800;
}

body .warning .layui-layer-btn .layui-layer-btn1 {
  background-color: #FFB800;
  border-color: #FFB800;
  color: #fff;
}

.pc-box {
  display: block;
}

.wap-box {
  display: none;
}

.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this,
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  background-color: #3595eb;
}

header {
  background-color: #fff;
}

header .tool {
  background: #F3F4F8;
  border-bottom: 1px solid #E3E3E3;
  font-size: 13px;
  display: none;
}

header .tool .container {
  width: 1200px;
  margin: 0px auto;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .tool .layui-breadcrumb {
  margin-right: 20px;
  font-family: 'ubuntu';
}

header .tool .layui-btn {
  background-color: #3595eb;
  padding: 0 8px;
}

header .tool .layui-breadcrumb a,
header .tool .layui-breadcrumb span[lay-separator] {
  color: #333 !important;
}

header .tool .layui-breadcrumb a:hover {
  color: #3595eb !important;
}

header .tool #search {
  font-size: 18px;
  cursor: pointer;
}

header .menu {
  width: 1200px;
  margin: 0px auto;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .menu .logo {
  margin: 10px 0;
}

.logo img {
  width: auto;
  height: 85px;
}

header .menu .search-btn {
  cursor: pointer;
}

.menu nav.layui-nav {
  /* height: 105px; */
  background-color: #fff;
  padding: 0;
}

.menu nav.layui-nav .layui-nav-item {
  line-height: 105px;
}

.menu nav.layui-nav .layui-nav-item a.title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.menu nav.layui-nav .layui-nav-item a.title .layui-nav-more {
  display: none;
}

.menu nav.layui-nav .layui-nav-bar {
  background-color: #3595eb;
}

.search {
  position: relative;
}

.search .layui-input {
  width: 260px;
}

.search .layui-icon {
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #999;
  cursor: pointer;
}

/*
header .nav {
  background-color: #0650ac;
}

header nav.layui-nav {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  background-color: #0650ac;
}

header nav.layui-nav .layui-nav-item {
  line-height: 70px;
  width: 16.667%;
  padding: 0;
}

header nav.layui-nav .layui-nav-item a.title {
  color: #fff;
  font-size: 22px;
  text-align: center;
  transition: all .2s;
  -webkit-transition: all .2s;
}

header nav.layui-nav .layui-nav-item a.title .layui-nav-more {
  display: none;
}

header nav.layui-nav .layui-nav-item a.title:hover {
  background-color: #3068ad;
}

header nav.layui-nav .layui-nav-bar {
  display: none;
}

header nav.layui-nav .layui-nav-item .layui-nav-child {
  top: 75px;
}
*/

main .banner {
  text-align: center;
  background-color: #258dd4;
}

main .banner img {
  width: 100%;
}


main .summary {
  background-color: #fff;
  padding: 50px 0;
}

main .summary .introduction {
  width: 1200px;
  margin: 0 auto;
}

main .summary .introduction h2 {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #2d66a4;
}

main .summary .introduction .content {
  padding: 30px 0;
  line-height: 1.8;
  font-size: 20px;
  color: #333;
  text-indent: 2rem;
}

main .layui-elem-field {
  width: 1200px;
  margin: 0 auto;
  border-color: #9f9f9f;
  border-width: 2px;
  border-radius: 5px;
  /* border: 0; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

main .layui-elem-field.layui-field-title {
  border-width: 2px 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

main .layui-elem-field legend {
  margin: 0 auto;
  /* margin-left: 30px; */
  font-weight: bold;
}

main .layui-elem-field legend h2 {
  font-size: 27px;
  font-weight: bold;
  color: #2d66a5;
  /* background-color: #bf2c4b;
  color: #fff;
  padding: 5px 10px; */
}

main .layui-elem-field .layui-field-box {
  padding: 30px;
  line-height: 1.8;
  font-size: 18px;
  color: #444;
  text-indent: 2rem;
}

main .layui-card {
  width: 1200px;
  margin: 20px auto 0;
}

main .layui-card .layui-card-header {
  text-align: center;
  height: 50px;
}

main .layui-card .layui-card-header h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 50px;
}

main .block {
  background-color: #f6f6f6;
}

main .block .container {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

.block h2 {
  font-size: 27px;
  color: #999999;
  text-align: center;
  margin-bottom: 30px;
}

.block .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block .image {
  width: 70%;
  text-align: center;
}

.block .image img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.block .point {
  width: 150px;
}

.block .layui-btn {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  background-color: #1867c0;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2),
    0 6px 10px 0 rgba(0, 0, 0, .14),
    0 1px 18px 0 rgba(0, 0, 0, .12);
}

main .bank {
  background-color: #ffffff;
}

main .bank .container {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

.bank h2 {
  font-size: 27px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.bank .description {
  padding: 0 30px 30px;
  line-height: 1.6rem;
  font-size: 18px;
  color: #333;
}

.bank .action {
  display: flex;
  justify-content: space-between;
  min-height: 800px;
}

.bank .action .action-title {
  position: relative;
  list-style: none;
  width: 300px;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.bank .action .action-title li {
  width: 300px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  transition: all .2s;
  -webkit-transition: all .2s;
  *display: inline;
  *zoom: 1;
  position: relative;
  /* padding: 0 15px; */
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition-property: box-shadow,
    opacity;
}

.action-title ::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 101px;
  border-width: 1px;
  border-style: solid;
  /* border-bottom-color: #fff; */
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
  border-color: #e6e6e6;
}

.action-title li.show {
  background-color: #f6f6f6;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2),
    0 2px 2px 0 rgba(0, 0, 0, .14),
    0 1px 5px 0 rgba(0, 0, 0, .12) !important;
  border-width: thin;
  outline: none;
}

.action-title li.show::before,
.action-title li.show::after {
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 100%;
  position: absolute;
  width: 0;
}

.action-title li.show::before {
  border-width: 12px;
  border-left-color: #e9e9e9;
  top: 36px;
}

.action-title li.show::after {
  border-width: 10px;
  border-left-color: #f6f6f6;
  top: 38px;
}

.bank .action .action-title li img {
  width: 250px;
  height: 100px;
}

.bank .action .action-content {
  width: 870px;
}

.bank .action .action-content .action-item {
  display: none;

}

.bank .action .action-content .action-item .paper {
  line-height: 1.6rem;
  font-size: 18px;
  color: #333;
  padding: 100px 30px;

  background-image: url(../img/back.jpg);
  background-size: 100% 100%;

  background-color: #fff;
  /* border: 1px solid #eee; */
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
    0 0 60px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
    0 0 40px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
    0 0 40px rgba(0, 0, 0, 0.06) inset;
  position: relative;
  *zoom: 1;
}


.bank .action .action-content .action-item h3 {
  font-weight: bold;
  margin: 15px 0;
  padding-left: 15px;
  border-left: 5px solid #2d66a5;
}

.bank .action .action-content .action-item.show {
  display: block;
}

.action-item a {
  font-family: 'ubuntu';
}

.action-item a:hover {
  color: #2d66a5;
}

footer .bot1 {
  width: 100%;
  background-color: #0650ac;
  display: flex;
  justify-content: center;
}

.bot1.layui-nav .layui-nav-bar {
  display: none;
}

.bot1.layui-nav .layui-nav-item {
  margin: 10px 45px;
  width: 190px;
  line-height: 40px;
}

.bot1.layui-nav .layui-nav-item a {
  padding: 0 10px;
}

.bot1.layui-nav .layui-nav-more {
  right: 10px;
}

.bot1.layui-nav .layui-nav-item .title {
  background-color: #00489d;
  box-shadow: inset 0px 0px 5px 1px #00408e;
}

.bot1.layui-nav .layui-nav-item .layui-nav-child {
  top: 45px;
  min-width: 188px;
}

footer .bot2 {
  width: 100%;
  padding: 7px 0;
  background-color: #3595eb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.bot2 a {
  color: #fff;
  margin-left: 20px;
}

.bot2 b {
  font-weight: normal;
  color: #afafaf;
  margin-left: 20px;
  font-size: 16px;
}

footer .bot3 {
  width: 100%;
  background: #878787;
  padding: 10px 0 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.bot3 span {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #9f9f9f;
}

.bot3 a {
  margin: 0px;
  color: #fff;
  border-right: 1px solid #c4c4c4;
  padding: 0 25px;
}

footer .bot4 {
  background: #fff;
  padding: 15px 0 15px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.bot4 .bot_p {
  padding-top: 5px;
  width: 880px;
  line-height: 20px;
  margin: 0 auto;
  padding-left: 80px;
  color: #878787;
}

.bot_p .p1 {
  float: left;
  padding-left: 0px;
  text-align: left;
  color: #333;
  margin-right: 60px;
}

.p2 a {
  display: inline-block;
  margin-left: 8px;
}

.bot4 a {
  color: #333;
  font-size: 12px;
}

.bot4 a:hover {
  color: #777;
}

footer .bottom {
  background-color: #0f4078;
  padding: 1.5rem;
  color: #fff;

}

.bottom p {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.bottom .f_links span.dropdown-wap-btn {
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0f3661 url(../img/wap_link_arr.jpg) no-repeat right top;
  background-size: 3.5rem 2.5rem;
  padding-left: 1rem;
  border: 1px solid #7b7b7b;
  cursor: pointer;
  position: relative;
  margin: 0 auto 20px;
}

.bottom .f_links .dropdown-menu {
  width: calc(100% - 3rem);
}

.bottom .dropdown-item {
  padding-left: 1rem;
}

.aside-offcanvas-overlay {
  background: rgba(0, 0, 0, .1);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 2000;
  -webkit-animation: animation-offcanvas-fade-in .6s ease 1;
  animation: animation-offcanvas-fade-in .6s ease 1;
  display: none;
}

body[data-sidebar="on"] .aside-offcanvas-overlay {
  display: block;
}

.sidebar-btn {
  display: none;
}

span.icon.dot svg {
  width: 10px;
  height: 10px;
}

.content .list-group-item {
  border: 0;
  border-radius: 0;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.content .article {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}

.content .list-group-item span.title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content small {
  white-space: nowrap;
  margin-left: 10px;
  color: #c5c5c5;
}

.content .list-group-item+.list-group-item {
  margin-top: 5px;
}

.pagination {
  margin-top: 30px;
}

.page-link {
  color: #2d66a5;
}

.page-item.active .page-link {
  background-color: #2d66a5;
  border-color: #2d66a5;
}

.trs.pagination :first-child {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.trs.pagination :last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.trs.pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #2d66a5;
  z-index: 3;
  color: #fff;
  background-color: #2d66a5;
}

@media (max-width: 1200px) {
  body {
    /* background: url(../i/wap_banner.png) no-repeat;
    background-size: 100%; */
    background: none;
  }

  .pc-box {
    display: none;
  }

  .wap-box {
    display: block;
  }

  header .menu {
    width: auto;
    height: auto;
    margin: 0;
  }

  header .menu .logo {
    width: 82%;
    margin: 1rem auto;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  header .menu nav.layui-nav {
    background: #fff;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .75);
    z-index: 2001;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition: left .3s ease,
      right .3s ease,
      bottom .3s ease,
      top .3s ease;
    transition: left .3s ease,
      right .3s ease,
      bottom .3s ease,
      top .3s ease;
    left: -295px;
    width: 275px !important;
    overflow: auto;
    padding: 1rem 0 2rem;
    margin-bottom: 0;
  }

  header .menu nav.layui-nav.on-show {
    -webkit-transition: left .3s ease,
      right .3s ease,
      bottom .3s ease,
      top .3s ease;
    transition: left .3s ease,
      right .3s ease,
      bottom .3s ease,
      top .3s ease;
    left: 0;
  }

  header .menu nav.layui-nav .layui-nav-bar {
    display: none;
  }

  header .menu nav.layui-nav .layui-this:after {
    width: 0;
  }

  header .menu nav.layui-nav .layui-nav-item {
    display: block;
    padding: 10px 20px 10px 35px;
    line-height: 25px;
  }

  header .menu nav.layui-nav .layui-nav-item:hover,
  header .menu nav.layui-nav .layui-this {
    background-color: #f3f6f9;
  }

  header .menu nav.layui-nav .layui-nav-item a.title {
    text-align: left;
    font-size: 17px;
    font-family: '微软雅黑',
      'PingFang SC';
    font-weight: bold;
    color: #285c94;
    border: 0;
    padding: 0;
  }

  header .menu nav.layui-nav .layui-nav-item a.title i {
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
  }

  i.menu-btn,
  i.search-btn {
    position: absolute;
    font-size: 1.4rem;
    color: #0f4c80;
    z-index: 999;
  }

  i.menu-btn {
    left: 0.4rem;
    font-size: 1.6rem;
  }

  i.search-btn {
    right: 0.4rem;
  }

  main .summary {
    width: auto;
    padding: 1rem 0;
  }

  main .summary .introduction {
    width: auto;
  }

  main .summary .introduction h2 {
    font-size: 1.25rem;
  }

  main .summary .introduction .content {
    padding: 1rem;
    font-size: .9rem;
  }

  .summary .layui-elem-field {
    width: auto;
    border: 0;
  }

  main .layui-elem-field legend h2 {
    font-size: 1.25rem;
  }

  main .layui-elem-field .layui-field-box {
    padding: 1rem;
    font-size: .9rem;
  }

  main .block {
    width: auto;
  }

  main .block .container {
    width: auto;
    padding: 2rem 0 4rem;
    display: block;
  }

  main .block .image {
    width: 90%;
    margin: 0 auto;
  }

  main .block .layui-btn {
    margin: 2rem auto 0;
    display: block;
  }

  main .bank {
    width: auto;
  }

  main .bank .container {
    width: auto;
    padding: 1rem 0 0;
  }

  .bank h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .bank .description {
    padding: 0 1rem;
    font-size: 0.8rem;
  }

  .bank .action {
    display: block;
    /* overflow: hidden; */
    position: relative;
    /* margin: 0 1rem 1rem; */
  }

  .bank .action .previous-page,
  .bank .action .next-page {
    position: absolute;
    font-size: 29px;
    top: 25px;
    line-height: 50px;
    background-color: #33333391;
    color: #fff;
    z-index: 999;
  }

  .bank .action .previous-page {
    left: -32px;
  }

  .bank .action .next-page {
    right: -32px;
  }

  .bank .action .action-title {
    width: 100%;
    margin-left: 1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
  }

  .bank .action .action-title li {
    width: 305px;
    margin-bottom: 1px;
  }

  .bank .action .action-title li+li {
    margin-left: 30px;
  }

  .bank .action .swiper-pagination {
    top: 8px;
    bottom: auto;
  }

  .bank .action .swiper-button-white {
    background-color: #9999;
    padding: 5px;
    top: 130px;
    width: 15px;
    height: 30px;
    -moz-background-size: 15px 30px;
    -webkit-background-size: 15px 30px;
    background-size: 15px 30px;
  }

  .bank .action .swiper-button-next {
    right: 1rem;
  }

  .bank .action .swiper-button-prev {
    left: 1rem;
  }

  .bank .action .action-content {
    width: 100%;
    /* margin-left: 1rem; */
    margin: 0 1rem 1rem;
  }

  .bank .action .action-content .action-item {
    /* border: 0;
    box-shadow: none; */

    /* padding: 1rem 0; */

    display: block;
    box-sizing: border-box;
  }

  .bank .action .action-content .action-item .paper {
    padding: 100px 1rem;
    font-size: 0.8rem;
    background-size: 100% 100%;
  }

  .bank .action .action-content .action-item h3 {
    font-size: 1rem;
    padding-left: 0.5rem;
  }

  .bank .action .action-content .action-item .logo {
    width: 90%;
    margin: 0 auto;
    /* margin-bottom: 1rem; */
  }

  footer .bot1 {
    display: none;
  }

  footer .bottom .layui-nav {
    margin-bottom: 20px;
    padding: 0;
    background-color: #0f3661;
    border: 1px solid #7b7b7b;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  footer .bottom .layui-nav .layui-nav-item {
    width: 100%;
    line-height: 45px;
  }

  footer .bottom .layui-nav .layui-nav-more {
    right: 20px;
  }

  footer .bottom .layui-nav .layui-nav-child {
    top: 50px;
  }

  footer .bottom .layui-nav .layui-nav-bar {
    display: none;
  }
}