@charset "UTF-8";
/* 单位换算---函数 */
/* define-1 */
/* define-2 */
/* define-3 */
/* define-4 */
/* reset */
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333; }

html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/ }

ol, li, ul {
  list-style: none; }

input, textarea {
  outline: 0;
  resize: none; }

a {
  text-decoration: none;
  color: #333; }

img {
  display: block;
  outline: none;
  border: 0; }

.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear {
  clear: both; }

.clearFloat {
  zoom: 1; }
  .clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden; }

.allW {
  width: 100%;
  overflow: hidden; }
  .allW > img {
    display: block;
    width: 100%; }

.img img {
  display: block;
  width: 100%;
  height: 100%; }

.margin {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.g-line {
  height: 0.5rem;
  background-color: #f0f0f0; }

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%; }

.pagination-line .swiper-container {
  padding-bottom: 1.2rem; }
.pagination-line .swiper-pagination-bullet {
  width: 1.375rem;
  height: 0.2125rem;
  border-radius: 0.1rem; }
.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-line .swiper-pagination-custom, .pagination-line .swiper-pagination-fraction {
  bottom: 0rem; }
.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.pagination-circle .swiper-container {
  padding-bottom: 1.35rem; }
.pagination-circle .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 1px #000 solid;
  background-color: rgba(0, 0, 0, 0); }
.pagination-circle .swiper-pagination-bullet-active {
  border: 1px #007aff solid; }
.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-circle .swiper-pagination-custom, .pagination-circle .swiper-pagination-fraction {
  bottom: 0rem; }
.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.coverflow {
  margin-bottom: 1.2rem; }
  .coverflow .swiper-slide {
    width: 60%; }
    .coverflow .swiper-slide span {
      display: block;
      width: 100%;
      font-size: 0rem;
      text-align: center; }
  .coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem; }

.w610 {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.pub-p p {
  font-size: 0.825rem;
  line-height: 1.6;
  text-indent: 2em; }
  .pub-p p b {
    font-weight: bold; }
  .pub-p p a {
    color: #262f8c; }

.ma {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mt-small {
  margin-top: 0.375rem; }

.allW > video {
  display: block;
  width: 100%; }

.w600 {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.w620 {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.cRed {
  color: #b20606; }

.mt {
  margin-bottom: 1rem; }

.pa {
  padding: 1rem 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?z31038");
  src: url("../fonts/icomoon.eot?z31038#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?z31038") format("truetype"), url("../fonts/icomoon.woff?z31038") format("woff"), url("../fonts/icomoon.svg?z31038#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-family: icomoon; }

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
/*
.container {
  box-shadow: 0 0 10px #2c2a2a; }
*/
.zt300-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .zt300-nav ul li {
    width: 25%;
    font-size: 0.9rem;
    line-height: 2.25rem;
    text-align: center;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid; }
  .zt300-nav ul li:nth-of-type(4n) {
    border-right: none; }
  .zt300-nav ul li:nth-of-type(n+5) {
    border-bottom: none; }

.zt300-dbnav {
  background-color: #f2f2f2;
  padding: 0.375rem; }
  .zt300-dbnav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt300-dbnav ul li {
      width: 23.5%;
      font-size: 0.825rem;
      line-height: 2rem;
      text-align: center;
      border: 1px #ccc solid;
      background-color: #fff;
      border-radius: 0.3rem; }
    .zt300-dbnav ul li:nth-of-type(n+5) {
      margin-top: 0.375rem; }

.zt300-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px #ccc solid;
  margin-top: 0.75rem;
  font-size: 0.825rem; }
  .zt300-col img {
    display: block;
    width: 0.975rem;
    margin-right: 0.225rem;
    margin-left: 0.375rem; }
  .zt300-col a {
    margin-right: 0.3rem; }

.zt300-main {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 1rem; }
  .zt300-main .list {
    padding: 0.75rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px #ccc dashed; }
    .zt300-main .list a> img {
      display: block;
      width: 6.975rem;
      height: 5rem;}
    .zt300-main .list .txt {
      flex: 1;
      margin-left: 1rem; }
      .zt300-main .list .txt h2 {
        font-size: 0.9rem; }
      .zt300-main .list .txt .btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding-top: 0.695rem;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -moz-box-pack: space-between;
        -webkit-moz-box-pack: space-between;
        box-pack: space-between; }
        .zt300-main .list .txt .btn span {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          font-size: 0.75rem;
          color: #666;
          margin-right: 0.225rem; }
          .zt300-main .list .txt .btn span img {
            display: block;
            width: 0.75rem;
            margin-right: 0.225rem; }
        .zt300-main .list .txt .btn a {
          font-size: 0.75rem;
          color: #ca1616;
          border-radius: 0.2rem;
          border: 1px #ca1616 solid;
          padding: 0 0.3rem;
          line-height: 1.75; }

.sok_02 {
  margin-top: 1rem;
  height: 18.75rem;
  background: url(../images/la_178.jpg);
  background-size: 100% 100%;
  text-align: center;
  padding-top: 8.625rem; }

.sok_02 h2 {
  width: 72.8125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2rem;
  line-height: 1.6rem;
  font-size: 0.825rem; }

.sok_02 .t {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.sok_02 .t span {
  width: 3rem;
  height: 3rem;
  background-color: #00295f;
  color: #fff;
  border-radius: 0.3rem;
  font-size: 0.975rem;
  text-align: center;
  padding-top: 0.12rem;
  margin-left: 4.6rem; }

.sok_02 .t p {
  font-size: 0.825rem;
  color: #fff;
  padding-left: 0.5rem; }

.sok_02 .t h3 {
  height: 1.65rem;
  background-color: #ffffff;
  margin-left: 1rem;
  border-radius: 0.3rem;
  font-size: 0.825rem;
  padding: 0.15rem 0.15rem 0.15rem 0.375rem; }

.sok_02 .t h3 a {
  color: #fff;
  background-color: #145ebf;
  border-radius: 0.3rem;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1.375rem;
  padding: 0 0.75rem;
  margin-left: 0.6rem; }

/*# sourceMappingURL=main.css.map */
