@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;
}

.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: #d61e1e;
}

.ma {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ma-s {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.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;
}

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
.zt224-nav {
  background-color: #dedede;
  padding: 0.375rem;
}
.zt224-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
}
.zt224-nav ul li {
  width: 23.5%;
  background-color: #fff;
  padding: 0.5rem 0;
}
.zt224-nav ul li img {
  display: block;
  width: 2.1375rem;
  margin: 0 auto 0.3rem;
}
.zt224-nav ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.825rem;
}

.zt224-mt {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.zt224-video {
  width: 91.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zt224-video video {
  display: block;
  width: 100%;
}

.zt224-meet-imgs {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
}
.zt224-meet-imgs img {
  display: block;
  width: 7.5rem;
  height: 4.5rem;
}

.zt224-andvantage {
  background-color: #eee;
  padding: 0.375rem;
  margin-top: 0.6rem;
}
.zt224-andvantage 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;
}
.zt224-andvantage ul li {
  width: 49%;
  background-color: #fff;
}
.zt224-andvantage ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0.375rem;
  align-items: center;
  font-size: 0.825rem;
}
.zt224-andvantage ul li a img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.375rem;
}
.zt224-andvantage ul li a b {
  display: block;
  font-weight: bold;
  color: #145ebf;
}
.zt224-andvantage ul li:nth-of-type(1),
.zt224-andvantage ul li:nth-of-type(2) {
  margin-bottom: 0.375rem;
}

.zt224-btn {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
}
.zt224-btn a {
  width: 32%;
  background-color: #145ebf;
  color: #fff;
  font-size: 0.825rem;
  line-height: 2rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
}
.zt224-btn a img {
  display: block;
  width: 1.5rem;
  margin-right: 0.2rem;
  height: 1.2rem;
}
.zt224-btn a:nth-of-type(2) {
  background-color: #05b179;
}
.zt224-btn a:nth-of-type(3) {
  background-color: #f39800;
}

.zt224-tips4 {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
}
.zt224-tips4 img {
  display: block;
  width: 11.25rem;
  height: 7.875rem;
}

.bj-c {
  width: 100%;
  background-color: #eee;
  padding: 0.375rem;
}

.zt224-tab {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem;
}
.zt224-tab .tab-btn {
  flex: 1;
  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;
  height: 7.575rem;
  align-content: space-between;
}
.zt224-tab .tab-btn li {
  width: 100%;
  background-color: #eee;
  font-size: 0.825rem;
  line-height: 2.25rem;
  padding-left: 0.375rem;
  position: relative;
}
.zt224-tab .tab-btn li em {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #145ebf;
  position: absolute;
  right: -0.25rem;
  top: 50%;
  display: none;
  margin-top: -0.3rem;
  transform: rotate(45deg);
}
.zt224-tab .tab-btn .on {
  background-color: #145ebf;
  color: #fff;
}
.zt224-tab .tab-btn .on em {
  display: block;
}
.zt224-tab .tab-txt {
  height: 7.575rem;
  border: 1px #ccc solid;
  border-left: none;
  padding: 0.375rem 0.375rem 0rem 1rem;
  width: 13.425rem;
}
.zt224-tab .tab-txt img {
  display: block;
  width: 100%;
}

.xt-footer {
  height: 18.75rem;
  background: url(../images/ggtdh_101.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 9.825rem;
}
.xt-footer .list {
  padding: 0 3.375rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xt-footer .list .l {
  width: 3rem;
  text-align: center;
  background-color: #00295f;
  font-size: 0.825rem;
  padding: 0.3rem 0;
  color: #fff;
  border-radius: 0.5rem;
}
.xt-footer .list p {
  color: #fff;
  margin-left: 0.75rem;
  font-size: 0.825rem;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.xt-footer .list p span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0.3rem;
  color: #444;
}
.xt-footer .list p span a {
  background-color: #145ebf;
  margin-left: 0.6rem;
  color: #fff;
  padding: 0 0.375rem;
  line-height: 1.65;
  border-radius: 0.3rem;
  font-size: 0.75rem;
}

/*# sourceMappingURL=main.css.map */
.sok-nav {
  background-color: #dedede;
  padding: 0.375rem 0.6rem; }
  .sok-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .sok-nav ul li {
      width: 23.5%;
      background-color: #fff;
      padding: 0.375rem 0; }
      .sok-nav ul li img {
        display: block;
        width: 2.1375rem;
        margin: 0 auto; }
      .sok-nav ul li span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0.825rem;
        padding-top: 0.2rem; }
		
.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; }		
		
.bj-c {
  width: 100%;
  background-color: #eee;
  padding: 0.375rem;
}
.bj-c ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bj-c ul li {
  width: 7.5rem;
  height: 4.5rem;
  margin-right: 0.375rem;
}
.bj-c ul li img {
  display: block;
  width: 100%;
}		