@charset "UTF-8";
/*初始化*/
html {
  font-size: 10px; }

body {
  -webkit-text-size-adjust: 100% !important;
  /*公众号去掉默认字体*/ }

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
dl,
div,
dt,
dd,
ul,
ol,
li,
select,
table,
tr,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #333;
  font-family: '微软雅黑';
  font-size: 16px;
  margin-left: auto;
  margin-right: auto; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

input,
select,
textarea {
  outline: none;
  -webkit-appearance: none; }

[type^='checkbox'] {
  -webkit-appearance: checkbox; }

textarea {
  resize: none; }

input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only; }

a:hover {
  color: #00a0e9;
  text-decoration: none; }

ul,
dl {
  list-style-type: none; }

img,
input {
  border: 0; }

small,
em,
i {
  font-weight: normal;
  font-style: normal; }

li {
  list-style: none; }

p {
  word-wrap: break-word; }

/*常用类*/
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix::before,
.clearfix::after,
.clearfix:before,
.clearfix:after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.txt-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; }

.txt-hide2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.txt-hide3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.img-res {
  display: block;
  max-width: 100%;
  height: auto; }

.table-box {
  display: table;
  text-align: center; }

.table-middle {
  display: table-cell;
  vertical-align: middle; }

.bgf5 {
  background: #f5f5f5; }

.mb15 {
  margin-bottom: 0.75rem; }

.mt10 {
  margin-top: 0.5rem; }

.plr30 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.mt30 {
  margin-top: 0.75rem; }

.pb20 {
  padding-bottom: 1rem; }

.pb10 {
  padding-bottom: 0.5rem; }

.mask-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  top: 0;
  left: 0;
  display: none; }

.h60 {
  height: 3rem; }

.h50 {
  height: 2.5rem; }

.bgh8 {
  height: 8px;
  width: 100%; }

.arrow {
  float: right;
  height: 14px;
  margin-left: 5px;
  transition: all 0.5s; }

.rotate {
  transform: rotate(90deg); }

.main-input {
  position: absolute;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.h45 {
  height: 45px; }

.h40 {
  height: 40px; }

.bgh8 {
  height: 8px;
  background: #f5f5f5; }

.layout {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.mt-1 {
  margin-top: -1px; }

.col {
  color: #db5658; }

.font16 {
  font-size: 16px; }

.col-green {
  color: #007876; }

#load {
  background: #fff url("http://www.gzes.com/static/web/img/load.gif") no-repeat center center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  top: 0;
  left: 0; }

.middle-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  z-index: 99; }

* {
  color: #261f1c; }

.flex {
  display: flex; }

.f-ct {
  align-items: center; }

.f-bt {
  justify-content: space-between; }

a {
  color: #261f1c;
  cursor: pointer; }
  a:hover {
    color: #261f1c; }

::-webkit-scrollbar {
  display: none; }

.line1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

/*轮播图*/
.index-banner .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff; }

.index-banner .swiper-container-horizontal > .swiper-pagination {
  bottom: 5px; }

.index-banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1; }

.head {
  padding: 0 2.49rem;
  height: 0.98rem; }
  .head .head_l {
    display: flex;
    align-items: flex-end;
    transform: translateY(-0.06rem) !important; }
    .head .head_l img {
      width: 0.95rem;
      height: 0.57rem; }
    .head .head_l p {
      font-size: 0.34rem;
      margin-left: 0.14rem;
      font-weight: 600;
      line-height: 0.36rem; }
  .head .head_r {
    margin-right: 0.53rem;
    display: flex;
    align-items: center; }
    .head .head_r a {
      display: block;
      width: 0.34rem;
      height: 0.34rem;
      font-size: 0.14rem;
      text-align: center;
      line-height: 0.30rem;
      border: 2px solid #ebebeb;
      font-weight: 600;
      cursor: pointer; }
    .head .head_r .active {
      background: #245eac;
      border: 2px solid #245eac;
      color: #fff;
      transition: 0.3s; }

.head_nav {
  height: 0.57rem;
  width: 100%;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center; }
  .head_nav a {
    width: 3.10rem;
    height: 0.57rem;
    font-size: 0.18rem;
    color: #7b7473;
    text-align: center;
    line-height: 0.57rem;
    border-left: 1px solid #fff; }
    .head_nav a:last-child {
      border-right: 1px solid #fff; }
  .head_nav .active {
    background: #245eac;
    font-weight: 600;
    color: #fff;
    transition: 0.3s; }

.foot {
  padding: 0 2.50rem;
  height: 2.6rem;
  border-bottom: 1px solid #dfdede; }
  .foot .foot_l {
    width: 50%;
    padding-left: 0.7rem; }
    .foot .foot_l .tit {
      margin-bottom: 0.22rem; }
      .foot .foot_l .tit img {
        width: 0.62rem;
        height: 0.38rem;
        display: block;
        margin-right: 0.12rem; }
      .foot .foot_l .tit p {
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.6rem;
        transform: translateY(0.04rem); }
  .foot .foot_r {
    width: 50%;
    justify-content: flex-end; }
    .foot .foot_r .foot_list {
      margin-right: 0.9rem; }
      .foot .foot_r .foot_list a {
        display: block;
        font-size: 0.14rem;
        font-weight: 600;
        margin-bottom: 0.14rem; }

.foot_bah {
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  color: #7b7473;
  font-size: 0.14rem;
  font-weight: 600; }

.page_about .page_tit {
  position: relative; }
  .page_about .page_tit img {
    display: block;
    width: 100%;
    height: 3.5rem; }
  .page_about .page_tit .txt {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .page_about .page_tit .txt p {
      font-size: 0.26rem;
      font-weight: 600;
      color: #fff;
      letter-spacing: 0.04rem;
      text-align: center; }
      .page_about .page_tit .txt p:last-child {
        margin-top: 0.1rem;
        font-size: 0.14rem;
        font-family: '黑体';
        letter-spacing: 0.14rem; }

.page_about .page_con {
  padding: 0 3.6rem;
  background: #f4f5f7;
  padding-bottom: 0.32rem; }
  .page_about .page_con .daohang {
    height: 0.7rem; }
    .page_about .page_con .daohang span {
      font-size: 0.14rem;
      color: #7b7473;
      padding: 0 0.02rem; }
    .page_about .page_con .daohang a {
      font-size: 0.14rem;
      color: #7b7473;
      padding: 0 0.02rem; }
      .page_about .page_con .daohang a:last-child {
        font-weight: 600;
        color: #261f1c; }
  .page_about .page_con .detail {
    width: 100%;
    position: relative; }
    .page_about .page_con .detail .detail_l {
      width: 2.30rem;
      margin-right: 0.5rem;
      position: fixed;
      top: 5.75rem;
      left: 3.6rem;
      background: #f4f5f7;
      z-index: 2; }
      .page_about .page_con .detail .detail_l ul {
        border: 1px solid #245eac; }
        .page_about .page_con .detail .detail_l ul li:nth-child(even) {
          background: #fff; }
        .page_about .page_con .detail .detail_l ul li a {
          height: 0.6rem;
          display: flex;
          align-items: center;
          padding: 0 0.25rem;
          justify-content: space-between;
          font-size: 0.12rem; }
        .page_about .page_con .detail .detail_l ul li img {
          width: 0.08rem;
          height: 0.15rem; }
        .page_about .page_con .detail .detail_l ul li .i1 {
          display: block; }
        .page_about .page_con .detail .detail_l ul li .i2 {
          display: none; }
        .page_about .page_con .detail .detail_l ul .active {
          background: #245eac !important; }
          .page_about .page_con .detail .detail_l ul .active p {
            color: #fff !important; }
          .page_about .page_con .detail .detail_l ul .active .i1 {
            display: none; }
          .page_about .page_con .detail .detail_l ul .active .i2 {
            display: block; }
      .page_about .page_con .detail .detail_l .back_top {
        width: 100%;
        height: 0.54rem;
        background: #245eac;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.2rem; }
        .page_about .page_con .detail .detail_l .back_top img {
          width: 0.14rem;
          height: 0.16rem;
          margin-right: 0.12rem; }
        .page_about .page_con .detail .detail_l .back_top p {
          font-size: 0.12rem;
          color: #fff; }
    .page_about .page_con .detail .detail_r {
      width: calc(100% - 2.8rem);
      margin-left: 2.8rem; }
      .page_about .page_con .detail .detail_r .r_tit {
        padding: 0 0.35rem;
        height: 0.62rem;
        background: #245eac;
        display: flex;
        align-items: center;
        margin-top: 0.1rem; }
        .page_about .page_con .detail .detail_r .r_tit img {
          width: 0.28rem;
          margin-right: 0.11rem; }
        .page_about .page_con .detail .detail_r .r_tit p {
          font-size: 0.165rem;
          color: #fff;
          font-weight: 600; }
      .page_about .page_con .detail .detail_r .r_tit2 {
        padding: 0 0.35rem;
        height: 0.62rem;
        background: #e2e9f6;
        display: flex;
        align-items: center;
        margin-top: 0.1rem; }
        .page_about .page_con .detail .detail_r .r_tit2 img {
          width: 0.28rem;
          margin-right: 0.11rem; }
        .page_about .page_con .detail .detail_r .r_tit2 p {
          font-size: 0.165rem;
          color: #245eac;
          font-weight: 600; }
      .page_about .page_con .detail .detail_r #d1 .r_tit {
        margin-top: 0; }
      .page_about .page_con .detail .detail_r #d1 .r_tit2 {
        margin-top: 0; }
      .page_about .page_con .detail .detail_r .wow .img_msg {
        background: #e8eded; }
        .page_about .page_con .detail .detail_r .wow .img_msg img {
          width: 100%; }
      .page_about .page_con .detail .detail_r .wow .recruit_msg {
        padding: 0 0.3rem;
        background: #fff; }
        .page_about .page_con .detail .detail_r .wow .recruit_msg .item {
          border-bottom: 1px solid #e2e9f6; }
          .page_about .page_con .detail .detail_r .wow .recruit_msg .item:last-child {
            border-bottom: 0px solid #e2e9f6; }
          .page_about .page_con .detail .detail_r .wow .recruit_msg .item .item_title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 0.55rem; }
            .page_about .page_con .detail .detail_r .wow .recruit_msg .item .item_title p {
              font-size: 0.16rem;
              font-weight: 600; }
            .page_about .page_con .detail .detail_r .wow .recruit_msg .item .item_title img {
              width: 0.25rem;
              display: block;
              transition: 0.3s; }
          .page_about .page_con .detail .detail_r .wow .recruit_msg .item .item_msg {
            display: none;
            padding-bottom: 0.18rem;
            transform: 0.3s; }
      .page_about .page_con .detail .detail_r .honor .honor_msg {
        background: #fff;
        padding: 0.32rem 0.75rem; }
        .page_about .page_con .detail .detail_r .honor .honor_msg .imgbox {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .page_about .page_con .detail .detail_r .honor .honor_msg .imgbox .item {
            width: 2.25rem;
            align-items: center; }
            .page_about .page_con .detail .detail_r .honor .honor_msg .imgbox .item p {
              text-align: center;
              margin: auto;
              margin-top: 0.1rem;
              text-decoration: underline; }
            .page_about .page_con .detail .detail_r .honor .honor_msg .imgbox .item img {
              width: 2.25rem;
              height: 3.17rem;
              display: block; }
        .page_about .page_con .detail .detail_r .honor .honor_msg .fenye {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0.3rem; }
          .page_about .page_con .detail .detail_r .honor .honor_msg .fenye a {
            display: block;
            width: 0.34rem;
            height: 0.34rem;
            border: 2px solid #f4f5f7;
            background: #f4f5f7;
            font-size: 0.12rem;
            color: #333;
            margin: 0 0.04rem;
            text-align: center;
            line-height: 0.30rem; }
            .page_about .page_con .detail .detail_r .honor .honor_msg .fenye a:first-child {
              width: 0.6rem; }
            .page_about .page_con .detail .detail_r .honor .honor_msg .fenye a:last-child {
              width: 0.6rem; }
          .page_about .page_con .detail .detail_r .honor .honor_msg .fenye .active {
            border: 2px solid #245eac;
            background: #fff;
            color: #245eac;
            font-weight: 600; }

.pc-none{
  display: none;
}