@charset "UTF-8";
@font-face {
  font-family: 'D-DIN';
  src: url("../font/d-din-webfont.woff2") format("woff2"), url("../font/d-din-webfont.woff") format("woff"), url("../font/D-DIN.otf") format("otf");
  font-weight: normal;
  font-style: normal; }
/*网站地图1920 开始 */
.wzdt2 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px; }

.wzdt_a {
  border: solid 2px #e5e5e5;
  margin-top: 22px; }

.wzdt_a h6 {
  width: 1144px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 5px; }

.wzdt_a h6 a {
  font-size: 16px;
  color: #505050;
  font-weight: bold;
  line-height: 45px; }

.wzdt_a p {
  margin: 0 25px; }

.wzdt_a p a {
  color: #505050;
  line-height: 42px;
  margin-right: 15px; }

.wzdt_a p a:hover {
  color: #0665d0; }

/* 404 */
.fzfbox {
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 100px 30px;
  margin-bottom: -30px; }

.fzf1 {
  width: 1011px;
  margin: 20px auto; }

.fzf1 img {
  width: 100%;
  margin: 0 auto; }

.fzf2 {
  width: 100%;
  margin: 0 auto; }

.fzf2 p {
  font-size: 36px;
  color: #434343;
  text-align: center;
  line-height: 50px; }

.fzf2-1 {
  width: 100%;
  margin: 0 auto; }

.fzf2-1 p {
  font-size: 26px;
  color: #434343;
  text-align: center;
  line-height: 50px; }

.fzf2-1 p span {
  color: #333; }

.fzf3 {
  width: 430px;
  margin: 20px auto;
  margin-top: 40px; }

.fzf3z {
  float: left; }

.fzf3z img {
  width: 100%;
  margin: 0 auto; }

.fzf3y {
  float: right; }

.fzf3y img {
  width: 100%;
  margin: 0 auto; }

/* 404 over */
.main {
  width: 1400px;
  margin: 0 auto; }

/* 导航 */
header .h_cen {
  width: 92%;
  height: 128px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .8s; }
  header .h_cen .h_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 23.5%; }
    header .h_cen .h_logo a {
      width: 100%; }
      header .h_cen .h_logo a img {
        width: 100%; }
  header .h_cen .h_nav {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px; }
    header .h_cen .h_nav .p_one {
      position: relative;
      height: 100%;
      width: calc(100% / 8);
      display: flex;
      flex-direction: column;
      justify-content: center; }
      header .h_cen .h_nav .p_one a {
        display: block;
        height: auto;
        font-size: 16px;
        padding: 10px 0;
        margin: 0 8px;
        text-align: center;
        transition: all .8s; }
      header .h_cen .h_nav .p_one .p_two {
        width: 100%;
        text-align: center;
        display: none;
        position: absolute;
        top: 100%;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5); }
        header .h_cen .h_nav .p_one .p_two li a {
          color: #fff;
          padding: 10px 10px; }
        header .h_cen .h_nav .p_one .p_two li:hover a {
          width: 100%;
          background-color: #082D61;
          color: #fff;
          transition: all .5s;
          margin: 0; }
      header .h_cen .h_nav .p_one:hover > a {
        background: url(../image/img/nav_active.png) no-repeat center;
        background-size: 100% 100%;
        color: #fff;
        transition: all .8s; }
    header .h_cen .h_nav .one_active > a {
      background: url(../image/img/nav_active.png) no-repeat center;
      background-size: 100% 100%;
      color: #fff; }
  header .h_cen .h_tel {
    width: 19%; }
    header .h_cen .h_tel p {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end; }
      header .h_cen .h_tel p b {
        font-size: 26px;
        line-height: 1;
        font-family: 'D-DIN';
        color: #172446;
        margin: 0 5%;
        transition: all .8s; }
      header .h_cen .h_tel p a,
      header .h_cen .h_tel p span {
        font-size: 12px;
        color: #222;
        opacity: .5;
        line-height: 1; }

/* 首页banner */
.i_banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .i_banner .swiper01 {
    position: relative;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px; }
    .i_banner .swiper01 img {
      display: block;
      width: 100%;
      transition: all .8s; }
    .i_banner .swiper01 .pagin01 {
      bottom: 60px;
      left: 33%;
      transition: all .8s; }
    .i_banner .swiper01 .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 12px; }
    .i_banner .swiper01 .swiper-pagination-bullet-active {
      width: 37px;
      height: 34px;
      background: url(../image/icon/swiper01_active.png) no-repeat center;
      background-size: 100% 100%; }
  .i_banner .n_gjc {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 10; }
    .i_banner .n_gjc p {
      opacity: 0.8;
      color: #fff;
      font-size: 14px; }
    .i_banner .n_gjc a {
      font-size: 14px;
      color: #fff;
      opacity: 0.8;
      margin: 0 5px; }

.n_banner {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .n_banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    transition: all .5s; }
  .n_banner .n_gjc {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    align-items: center; }
    .n_banner .n_gjc p {
      opacity: 0.8;
      color: #fff;
      font-size: 14px; }
    .n_banner .n_gjc a {
      font-size: 14px;
      color: #fff;
      opacity: 0.8;
      margin: 0 5px; }

.bread {
  display: flex;
  align-items: center;
  opacity: 0.8;
  line-height: 1.2;
  margin: 20px auto; }
  .bread span {
    margin: 0 5px; }

.title img {
  margin: 80px auto 50px; }

.title01 img {
  margin: 30px auto; }

.title02 img {
  margin: 0 auto; }

.title03 img {
  margin: 40px auto 50px; }

.title04 img {
  margin: 0; }

.i_cptj_box {
  width: 100%;
  overflow: hidden; }
  .i_cptj_box .swiper02 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 150px;
    position: relative;
    /* 查看更多 */ }
    .i_cptj_box .swiper02 .cp_bright {
      position: relative; }
      .i_cptj_box .swiper02 .cp_bright img {
        width: 100%; }
      .i_cptj_box .swiper02 .cp_bright .bright_img {
        position: absolute;
        top: 0;
        left: 0;
        transition: all .5s; }
      .i_cptj_box .swiper02 .cp_bright .mark_img {
        opacity: 1;
        transition: all .5s; }
      .i_cptj_box .swiper02 .cp_bright b {
        width: 30px;
        display: block;
        position: absolute;
        right: 9%;
        top: 5%;
        transition: all .5s;
        font-size: 28px;
        font-weight: normal;
        color: #fff; }
      .i_cptj_box .swiper02 .cp_bright i {
        display: block; }
      .i_cptj_box .swiper02 .cp_bright .bright_text {
        opacity: 0;
        position: absolute;
        right: 8%;
        top: 30%;
        transition: all .5s;
        font-size: 12px;
        color: #fff; }
      .i_cptj_box .swiper02 .cp_bright .mark_text {
        opacity: 1;
        width: 30%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        right: 8%;
        bottom: 14%;
        transition: all .5s; }
        .i_cptj_box .swiper02 .cp_bright .mark_text span {
          display: block;
          width: 20px;
          font-size: 16px;
          line-height: 1.4;
          color: #fff;
          opacity: .8; }
      .i_cptj_box .swiper02 .cp_bright .bright_span {
        opacity: 0;
        display: block;
        width: 30px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 9%;
        top: 34%;
        transition: all .5s; }
      .i_cptj_box .swiper02 .cp_bright .mark_span {
        width: 1px;
        height: 6vw;
        background-color: #fff;
        position: absolute;
        right: 12.5%;
        top: 30%;
        transition: all .5s;
        opacity: 0.4; }
      .i_cptj_box .swiper02 .cp_bright:hover .bright_text,
      .i_cptj_box .swiper02 .cp_bright:hover .bright_span,
      .i_cptj_box .swiper02 .cp_bright:hover .mark_span,
      .i_cptj_box .swiper02 .cp_bright:hover .bright_img,
      .i_cptj_box .swiper02 .cp_bright:hover .mark_text {
        opacity: 0;
        transition: all .5s; }
      .i_cptj_box .swiper02 .cp_bright:hover .bright_text,
      .i_cptj_box .swiper02 .cp_bright:hover .bright_span {
        opacity: 1;
        transition: all .5s; }
    .i_cptj_box .swiper02 .prev02 {
      width: 3.5vw;
      height: 3.5vw;
      background: url(../image/icon/jt_fl.png) no-repeat center;
      background-size: 100% 100%;
      left: 39%;
      top: 88%;
      margin: 0; }
    .i_cptj_box .swiper02 .next02 {
      width: 3.5vw;
      height: 3.5vw;
      background: url(../image/icon/jt_fr.png) no-repeat center;
      background-size: 100% 100%;
      right: 39%;
      top: 88%;
      margin: 0; }
    .i_cptj_box .swiper02 .i_ckgd {
      position: absolute;
      top: 88%;
      left: 50%;
      transform: translateX(-50%);
      width: 12vw;
      height: 3.5vw;
      background: #FFFFFF;
      border: 1px solid #585858;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .5s; }
      .i_cptj_box .swiper02 .i_ckgd span {
        font-size: 20px;
        color: #585858;
        margin-right: 10px; }
      .i_cptj_box .swiper02 .i_ckgd:hover {
        transform: translateX(-50%) scale(0.95);
        transition: all .5s; }

.i_adver {
  margin-top: 80px; }

.i_systems {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .i_systems .systems_a {
    width: calc(100% / 7);
    text-align: center;
    height: 260px; }
    .i_systems .systems_a img {
      margin: 0 auto; }
    .i_systems .systems_a b {
      display: block;
      font-size: 20px;
      margin-top: 20px;
      font-family: 'Source Han Serif CN'; }
    .i_systems .systems_a .systems_line {
      display: none;
      width: 16px;
      height: 3px;
      margin: 15px auto;
      background: #12499B;
      border-radius: 2px; }
    .i_systems .systems_a i {
      display: none;
      opacity: 0.8;
      line-height: 18px; }
    .i_systems .systems_a .systems_active {
      display: none; }
    .i_systems .systems_a:hover .systems_img {
      transform: rotateY(360deg);
      transition: all 2s; }
    .i_systems .systems_a:hover img {
      display: none;
      opacity: 0;
      transition: all .5s; }
    .i_systems .systems_a:hover .systems_active {
      display: block;
      opacity: 1; }
    .i_systems .systems_a:hover .systems_line {
      display: block; }
    .i_systems .systems_a:hover i {
      display: block; }

.i_ly .swiper03 {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .i_ly .swiper03 .swiper-slide {
    display: flex; }
    .i_ly .swiper03 .swiper-slide .ly_fl {
      width: 50%; }
      .i_ly .swiper03 .swiper-slide .ly_fl img {
        width: 100%; }
    .i_ly .swiper03 .swiper-slide .ly_fr {
      flex: 1;
      background: url(../image/img/ly_bg.png) no-repeat center;
      background-size: 100% 100%;
      padding: 76px 0 0 92px; }
      .i_ly .swiper03 .swiper-slide .ly_fr .ly_text {
        width: 64%;
        margin-top: 72px;
        display: flex; }
        .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfl {
          width: 10%;
          text-align: center;
          margin-right: 20px; }
          .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfl img {
            width: 100%; }
        .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfr {
          flex: 1; }
          .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfr b {
            color: #fff;
            font-size: 20px;
            line-height: 1;
            display: block;
            margin-bottom: 16px; }
          .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfr p {
            color: #fff;
            line-height: 24px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2; }
  .i_ly .swiper03 .pagination02 {
    left: 10%;
    bottom: 6%; }
    .i_ly .swiper03 .pagination02 .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 9px; }
    .i_ly .swiper03 .pagination02 .swiper-pagination-bullet-active {
      background-color: #D4965C; }

.i_al .i_ul01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px; }
  .i_al .i_ul01 li {
    margin: 0 40px; }
    .i_al .i_ul01 li a {
      font-size: 20px; }
  .i_al .i_ul01 .al_active a {
    color: #B27549; }
.i_al .al_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .i_al .al_img .al_list {
    width: 32.5%;
    margin-bottom: 20px;
    position: relative; }
    .i_al .al_img .al_list a img {
      width: 100%; }
    .i_al .al_img .al_list .al_mark {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #082D61;
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .5s; }
      .i_al .al_img .al_list .al_mark a {
        width: 90%;
        height: 90%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
        padding-top: 80px; }
        .i_al .al_img .al_list .al_mark a b {
          display: block;
          font-size: 20px;
          color: #fff;
          font-weight: normal;
          margin-bottom: 16px; }
        .i_al .al_img .al_list .al_mark a i {
          display: block;
          color: #fff; }
        .i_al .al_img .al_list .al_mark a em {
          display: block;
          color: #fff;
          font-size: 12px;
          margin-top: 36px; }
        .i_al .al_img .al_list .al_mark a span {
          display: block;
          width: 32px;
          height: 1px;
          margin: 5px auto 0;
          background-color: #fff; }
    .i_al .al_img .al_list:hover .al_mark {
      opacity: .8;
      transition: all .5s; }

/* 全局 查看更多 */
.q_ckgd {
  width: 12vw;
  height: 3.5vw;
  margin: 40px auto 80px;
  background: #FFFFFF;
  border: 1px solid #585858;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s; }
  .q_ckgd span {
    font-size: 20px;
    color: #585858;
    margin-right: 10px; }
  .q_ckgd:hover {
    transform: scale(0.95);
    transition: all .5s; }

.q_ckgd01 {
  background-color: transparent;
  border: 1px solid #fff; }
  .q_ckgd01 span {
    color: #fff; }

.about_back {
  background: url(../image/img/about_bg.png) no-repeat center;
  background-size: cover;
  padding: 86px 0 312px; }
  .about_back .about_ul01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    margin-bottom: 50px; }
    .about_back .about_ul01 li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 44px; }
      .about_back .about_ul01 li span {
        display: block;
        color: #D0955C;
        font-size: 50px;
        font-family: 'D-DIN';
        margin-right: 14px; }
      .about_back .about_ul01 li p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        opacity: 0.6;
        text-align: left; }
  .about_back p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px; }
  .about_back .zs_a {
    position: relative; }
    .about_back .zs_a .swiper04 {
      width: 1240px;
      position: absolute;
      left: 50%;
      top: 80px;
      transform: translateX(-50%);
      overflow: hidden;
      z-index: 10; }
      .about_back .zs_a .swiper04 img {
        width: 100%; }
    .about_back .zs_a .prev03 {
      width: 40px;
      height: 12px;
      position: absolute;
      top: 240px;
      left: 20px;
      background: url(../image/icon/ckgd_icon03.png) no-repeat center;
      background-size: 100% 100%; }
    .about_back .zs_a .next03 {
      width: 40px;
      height: 12px;
      position: absolute;
      top: 240px;
      right: 20px;
      background: url(../image/icon/ckgd_icon04.png) no-repeat center;
      background-size: 100% 100%; }
    .about_back .zs_a .about_bg02 {
      position: absolute;
      left: 50%;
      top: 315px;
      transform: translateX(-50%); }

.xw_a {
  margin-top: 240px; }
  .xw_a .xw_qh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
    .xw_a .xw_qh .xw_fl {
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .xw_a .xw_qh .xw_fl .xw_ic {
        display: flex;
        align-items: center; }
        .xw_a .xw_qh .xw_fl .xw_ic img {
          margin-right: 12px; }
        .xw_a .xw_qh .xw_fl .xw_ic a {
          font-size: 20px;
          line-height: 36px; }
      .xw_a .xw_qh .xw_fl .xw_active a {
        color: #905253; }
    .xw_a .xw_qh .xw_fr {
      flex: 1;
      text-align: right; }
      .xw_a .xw_qh .xw_fr a {
        font-size: 20px;
        line-height: 36px;
        opacity: 0.6; }
  .xw_a .xw_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 415px; }
    .xw_a .xw_b .xw_c {
      width: 31.5%;
      height: 415px;
      background: #F8F8F9;
      transition: all .8s; }
      .xw_a .xw_b .xw_c .xw_img {
        width: 100%; }
        .xw_a .xw_b .xw_c .xw_img img {
          width: 100%; }
      .xw_a .xw_b .xw_c .xw_jt {
        background: #F8F8F9;
        transition: all .8s;
        padding: 0 24px 24px; }
        .xw_a .xw_b .xw_c .xw_jt .jt_b {
          display: none; }
      .xw_a .xw_b .xw_c .xw_text {
        padding: 24px;
        background: #F8F8F9;
        transition: all .8s;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .xw_a .xw_b .xw_c .xw_text a {
          font-size: 16px;
          line-height: 24px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2; }
        .xw_a .xw_b .xw_c .xw_text .xw_line {
          width: 1px;
          height: 45px;
          background: #E7E7E7;
          margin: 0 20px; }
        .xw_a .xw_b .xw_c .xw_text .xw_date {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .xw_a .xw_b .xw_c .xw_text .xw_date b {
            font-size: 40px;
            font-family: 'D-DIN';
            color: #905253; }
          .xw_a .xw_b .xw_c .xw_text .xw_date i {
            font-size: 14px;
            color: #905253; }
      .xw_a .xw_b .xw_c:hover {
        background: #082D61;
        transition: all .8s; }
        .xw_a .xw_b .xw_c:hover .xw_jt,
        .xw_a .xw_b .xw_c:hover .xw_text {
          transition: all .8s;
          background: #082D61; }
          .xw_a .xw_b .xw_c:hover .xw_jt .xw_line,
          .xw_a .xw_b .xw_c:hover .xw_text .xw_line {
            background: #fff;
            opacity: 0.3;
            transition: all .3s; }
          .xw_a .xw_b .xw_c:hover .xw_jt a,
          .xw_a .xw_b .xw_c:hover .xw_text a {
            color: #fff; }
          .xw_a .xw_b .xw_c:hover .xw_jt .xw_date b,
          .xw_a .xw_b .xw_c:hover .xw_text .xw_date b {
            color: #fff; }
          .xw_a .xw_b .xw_c:hover .xw_jt .xw_date i,
          .xw_a .xw_b .xw_c:hover .xw_text .xw_date i {
            color: #fff; }
          .xw_a .xw_b .xw_c:hover .xw_jt .jt_a,
          .xw_a .xw_b .xw_c:hover .xw_text .jt_a {
            display: none; }
          .xw_a .xw_b .xw_c:hover .xw_jt .jt_b,
          .xw_a .xw_b .xw_c:hover .xw_text .jt_b {
            display: block; }
    .xw_a .xw_b .xw_d {
      width: 31.5%;
      height: 100%;
      background-color: #F8F8F9; }
      .xw_a .xw_b .xw_d .xw_e {
        padding: 28px 20px; }
        .xw_a .xw_b .xw_d .xw_e b {
          font-size: 18px;
          font-family: 'D-DIN';
          color: #905253; }
        .xw_a .xw_b .xw_d .xw_e a {
          font-size: 16px;
          line-height: 24px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          transition: all .5s; }
        .xw_a .xw_b .xw_d .xw_e .xw_jt {
          margin-top: 20px; }
        .xw_a .xw_b .xw_d .xw_e:hover a {
          color: #905253;
          transition: all .5s; }
  .xw_a .bk_a {
    position: relative; }
    .xw_a .bk_a .bk_title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 36px 0 24px; }
      .xw_a .bk_a .bk_title .bk_ic {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .xw_a .bk_a .bk_title .bk_ic img {
          margin-right: 12px; }
        .xw_a .bk_a .bk_title .bk_ic p {
          font-size: 20px;
          line-height: 36px; }
      .xw_a .bk_a .bk_title > a {
        font-size: 20px;
        line-height: 36px;
        opacity: 0.6; }
    .xw_a .bk_a .swiper05 {
      width: 100%;
      overflow: hidden;
      padding-bottom: 50px; }
      .xw_a .bk_a .swiper05 .swiper-slide {
        width: 428px;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all .8s; }
        .xw_a .bk_a .swiper05 .swiper-slide .sw_05 {
          width: 32%;
          display: flex;
          align-items: center;
          background: #F8F8F9;
          padding: 42px 28px; }
          .xw_a .bk_a .swiper05 .swiper-slide .sw_05:hover {
            border-bottom: 1px solid #905253;
            transition: all .8s; }
        .xw_a .bk_a .swiper05 .swiper-slide .sw05_date {
          display: flex;
          align-items: center;
          flex-direction: column; }
          .xw_a .bk_a .swiper05 .swiper-slide .sw05_date b {
            font-family: 'D-DIN';
            color: #905253;
            font-size: 40px;
            line-height: 1; }
          .xw_a .bk_a .swiper05 .swiper-slide .sw05_date i {
            font-family: 'D-DIN';
            line-height: 1;
            color: #905253; }
        .xw_a .bk_a .swiper05 .swiper-slide .sw05_text {
          margin: 0 26px;
          font-size: 16px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          transition: all .5s; }
        .xw_a .bk_a .swiper05 .swiper-slide:hover .sw05_text {
          color: #905253;
          transition: all .5s; }
      .xw_a .bk_a .swiper05 .pagination03 {
        bottom: 0; }
      .xw_a .bk_a .swiper05 .swiper-pagination-bullet {
        background: #E0E2E8;
        margin: 0 10px; }
      .xw_a .bk_a .swiper05 .swiper-pagination-bullet-active {
        background: #082D61; }

.lx_back {
  margin-top: 70px;
  width: 100%;
  height: 260px;
  background: url(../image/img/lx_bg.png) no-repeat center;
  background-size: cover;
  padding: 55px 0 0 0; }
  .lx_back .lx_a {
    margin-top: 30px; }
    .lx_back .lx_a form {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .lx_back .lx_a form input {
        width: 360px;
        height: 68px;
        background: #FFFFFF;
        box-shadow: 4px 4px 0px 0px rgba(199, 165, 106, 0.51);
        padding-left: 20px; }
      .lx_back .lx_a form .form_submit {
        width: 232px;
        height: 68px;
        background: #172446;
        box-shadow: 4px 4px 0px 0px rgba(199, 165, 106, 0.51);
        color: rgba(255, 255, 255, 0.8);
        padding-left: 0; }

/* 底部 */
footer {
  padding: 80px 0 20px;
  background: #11294B; }

.foot_top {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .foot_top .foot_top_ic {
    display: flex;
    align-items: center; }
    .foot_top .foot_top_ic .f_ic_text {
      margin-left: 30px;
      display: flex;
      flex-direction: column; }
      .foot_top .foot_top_ic .f_ic_text i {
        display: block;
        color: #9CA0BF;
        margin-bottom: 2px; }
      .foot_top .foot_top_ic .f_ic_text b {
        color: #CB9661;
        font-size: 24px;
        font-family: D-DIN; }
      .foot_top .foot_top_ic .f_ic_text p {
        color: #fff;
        font-size: 16px; }

.foot_line {
  width: 100%;
  height: 1px;
  background: #3A3E55;
  opacity: 0.8;
  margin-top: 54px;
  margin-bottom: 50px; }

.foot_cen {
  margin: 56px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start; }

.foot_cen .foot_add {
  width: 32%; }

.foot_cen .foot_add ul {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.foot_cen .foot_add ul li {
  cursor: pointer; }

.foot_cen .foot_add ul li p {
  font-size: 16px;
  line-height: 36px; }

.foot_cen .foot_add ul .add_active p {
  font-weight: bold;
  color: #FF5E22;
  border-bottom: 2px solid #FF5E22; }

.foot_cen .foot_add .add_text p {
  color: #666;
  margin-top: 24px; }

.foot_cen nav {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start; }

.foot_cen nav .foot_one > a {
  font-size: 16px;
  font-weight: bold;
  color: #fff; }

.foot_cen nav .foot_one ul li {
  margin-top: 24px; }

.foot_cen nav .foot_one ul li a {
  color: #9CA0BF; }

.foot_cen .foot_qr {
  text-align: center; }

.foot_cen .foot_qr img {
  display: block; }

.foot_cen .foot_qr p {
  color: #666;
  line-height: 1;
  margin: 12px 0; }

.foot_bot {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.foot_bot .foot_copy {
  display: flex;
  align-items: center; }

.foot_bot .foot_copy p {
  display: flex;
  align-items: center; }

.foot_bot .foot_copy a,
.foot_bot .foot_copy p {
  color: #9CA0BF;
  font-size: 14px; }

.foot_bot .foot_copy p span {
  margin: 0 10px; }

/* 友情链接 */
.friendly_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
  width: 1400px;
  margin: 0 auto; }

.friendly_links p {
  color: #C7C7C7; }

.friendly_links a {
  color: #C7C7C7;
  margin: 0 10px; }

/* 侧边栏 */
#fixed {
  position: fixed;
  right: 0;
  top: 30%;
  transition: all .5s;
  z-index: 100; }

#fixed ul {
  display: flex;
  flex-direction: column; }

#fixed ul li {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #082D61;
  cursor: pointer;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

#fixed ul li i {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 5px; }

#fixed ul .qr {
  position: relative; }

#fixed ul .qr > img {
  display: none;
  width: 100px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%); }

#fixed ul li .qr_icon p .bai,
#fixed ul li > p .bai,
#fixed ul li > a .bai {
  display: none; }

#fixed ul .qr .qr_icon img {
  margin: 0 auto; }

#fixed ul #toTop p {
  float: none;
  text-align: center;
  padding: 4px;
  color: #848484; }

#fixed ul li b {
  display: none;
  color: #fff;
  line-height: 50px;
  white-space: nowrap; }

#fixed ul:hover li {
  width: 180px;
  background-color: #082D61;
  border: 1px solid #082D61;
  transition: all .5s; }

#fixed ul:hover li {
  padding: 0 20px;
  flex-direction: row;
  justify-content: space-between; }

#fixed ul:hover li i {
  display: none; }

#fixed ul:hover .qr {
  height: 180px;
  align-items: normal;
  justify-content: normal; }

#fixed ul:hover .qr > img {
  width: 86px; }

#fixed ul:hover .qr_icon {
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: flex-start; }

#fixed ul:hover .qr_icon p {
  margin-right: 10px; }

#fixed ul:hover .qr_icon i {
  display: block;
  font-size: 14px;
  font-weight: bold; }

#fixed ul:hover .qr_icon .bai {
  display: block; }

#fixed ul:hover .qr > img {
  display: block; }

#fixed ul:hover a > img,
#fixed ul:hover p > img {
  display: none; }

#fixed ul:hover a .bai,
#fixed ul:hover p .bai {
  display: block; }

#fixed ul:hover li b {
  display: block; }

#fixed ul:hover #toTop {
  justify-content: center; }

#fixed ul:hover #toTop p {
  color: #fff;
  line-height: 40px;
  text-align: center; }

/* 内页加盟 */
.jm_xt .xt_a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .jm_xt .xt_a span {
    display: block;
    width: 10%; }
  .jm_xt .xt_a .xt_b {
    display: flex;
    align-items: flex-start;
    width: 24%;
    background: #F6F7FA;
    height: 180px;
    padding: 34px 2% 40px;
    margin: 0 0.5% 10px;
    transition: all .8s; }
    .jm_xt .xt_a .xt_b img {
      margin-right: 46px; }
    .jm_xt .xt_a .xt_b .xt_img02 {
      display: none; }
    .jm_xt .xt_a .xt_b .xt_text b {
      font-size: 20px;
      font-family: 'Source Han Serif CN';
      font-weight: bold;
      line-height: 36px; }
    .jm_xt .xt_a .xt_b .xt_text span {
      display: block;
      width: 16px;
      height: 3px;
      background: #12499B;
      border-radius: 2px;
      margin: 14px 0; }
    .jm_xt .xt_a .xt_b .xt_text p {
      font-size: 14px;
      opacity: 0.8; }
    .jm_xt .xt_a .xt_b:hover {
      background: #082D61;
      transition: all .8s; }
      .jm_xt .xt_a .xt_b:hover .xt_img01 {
        display: none; }
      .jm_xt .xt_a .xt_b:hover .xt_img02 {
        display: block; }
      .jm_xt .xt_a .xt_b:hover .xt_text b {
        color: #fff; }
      .jm_xt .xt_a .xt_b:hover .xt_text p {
        color: #fff; }

.ys_a {
  height: 456px;
  display: flex;
  margin-bottom: 60px; }
  .ys_a .ys_img {
    width: 50%; }
    .ys_a .ys_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ys_a .ys_fr {
    flex: 1;
    margin-left: 70px; }
    .ys_a .ys_fr .ys_icon {
      display: flex;
      flex-wrap: wrap; }
      .ys_a .ys_fr .ys_icon .ys_ic {
        width: 40%;
        margin-top: 70px;
        display: flex;
        align-items: flex-start; }
        .ys_a .ys_fr .ys_icon .ys_ic img {
          margin-right: 10px; }
        .ys_a .ys_fr .ys_icon .ys_ic b {
          font-size: 20px;
          line-height: 2; }

.ys_a02 {
  justify-content: flex-end; }
  .ys_a02 .ys_fr {
    margin-left: 0;
    margin-right: 70px; }
    .ys_a02 .ys_fr .ys_fr_ig {
      padding-left: 28%; }
    .ys_a02 .ys_fr .ys_icon {
      justify-content: flex-end; }
      .ys_a02 .ys_fr .ys_icon .ys_ic {
        width: 36%; }

.qd_a {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .qd_a .qd_b {
    width: 31%; }
    .qd_a .qd_b .qd_img {
      width: 100%; }
      .qd_a .qd_b .qd_img img {
        width: 100%; }
    .qd_a .qd_b .qd_text {
      padding: 34px;
      background: #F6F7FA;
      display: flex;
      align-items: center;
      transition: all .5s; }
      .qd_a .qd_b .qd_text b {
        font-size: 20px;
        font-weight: bold;
        margin-right: 24px;
        display: block;
        transition: all .5s; }
      .qd_a .qd_b .qd_text p {
        font-size: 16px;
        transition: all .5s; }
    .qd_a .qd_b:hover .qd_text {
      background: #082D61;
      transition: all .5s; }
      .qd_a .qd_b:hover .qd_text b {
        color: #fff;
        transition: all .5s; }
      .qd_a .qd_b:hover .qd_text p {
        color: #fff;
        opacity: .9;
        transition: all .5s; }

.yq_a {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .yq_a .ya_b {
    width: 20%;
    position: relative; }
    .yq_a .ya_b > img {
      width: 100%; }
    .yq_a .ya_b .yq_img01 {
      display: none; }
    .yq_a .ya_b .yq_text {
      text-align: center;
      position: absolute;
      top: 20%;
      left: 43%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      flex-direction: column; }
      .yq_a .ya_b .yq_text b {
        font-size: 50px;
        font-family: D-DIN;
        color: #8C4F51;
        font-weight: normal;
        margin-bottom: 10px;
        transition: all .5s; }
      .yq_a .ya_b .yq_text p {
        font-size: 14px;
        line-height: 24px; }
    .yq_a .ya_b:hover .yq_img01 {
      display: block; }
    .yq_a .ya_b:hover .yq_img02 {
      display: none; }
    .yq_a .ya_b:hover .yq_text b,
    .yq_a .ya_b:hover .yq_text p {
      color: #fff;
      transition: all .5s; }

.ppgs_a {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }
  .ppgs_a .pp_fl {
    width: 70%;
    margin-right: 80px; }
    .ppgs_a .pp_fl .pp_line {
      width: 1px;
      height: 82px;
      background: #8C4F51;
      margin: 25px; }
    .ppgs_a .pp_fl p {
      font-size: 16px;
      line-height: 1.5; }
  .ppgs_a .pp_fr {
    flex: 1; }

.n_nzy_logo > p {
  font-size: 16px;
  margin: 40px 0; }
.n_nzy_logo .pp_year {
  display: flex;
  align-items: baseline;
  position: relative; }
  .n_nzy_logo .pp_year b {
    width: 120px;
    font-size: 28px;
    font-family: D-DIN;
    font-weight: 400;
    color: #8E5254;
    text-align: right; }
  .n_nzy_logo .pp_year span {
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #8E5254;
    border-radius: 50%;
    position: absolute;
    left: 137px; }
  .n_nzy_logo .pp_year p {
    flex: 1;
    padding: 0 0 40px 20px;
    margin-left: 20px;
    line-height: 1.5;
    border-left: 1px dotted red; }
  .n_nzy_logo .pp_year:last-of-type p {
    border-left: 1px dotted transparent; }

.n_ad {
  width: 100%;
  overflow: hidden; }
  .n_ad img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    transition: all .5s; }

.pp_text {
  margin-top: 70px; }
  .pp_text p {
    font-size: 16px;
    line-height: 1.5; }
  .pp_text > b {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0; }
  .pp_text .gs_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    margin-top: 80px; }
    .pp_text .gs_b .gs_c {
      width: 48%; }
      .pp_text .gs_b .gs_c .gs_img {
        width: 100%; }
        .pp_text .gs_b .gs_c .gs_img img {
          width: 100%; }
    .pp_text .gs_b .gs_text {
      background: #8C4F51;
      height: 200px;
      padding: 50px; }
      .pp_text .gs_b .gs_text b {
        font-size: 28px;
        line-height: 1;
        font-family: 'Source Han Serif CN';
        color: #fff;
        display: block;
        margin-bottom: 30px; }
      .pp_text .gs_b .gs_text .gs_p {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .pp_text .gs_b .gs_text .gs_p p {
          font-size: 20px;
          color: #fff;
          line-height: 1; }
    .pp_text .gs_b .gs_text02 {
      background: #132E59; }

.ppgs02_a {
  background: url(../image/img/ppgs02_img.png) no-repeat top right;
  background-size: 48%;
  margin-top: 60px;
  padding-bottom: 160px; }
  .ppgs02_a .ppgs02_b {
    height: 530px;
    position: relative; }
    .ppgs02_a .ppgs02_b .ppgs02_title {
      display: flex;
      align-items: center;
      margin-bottom: 40px; }
      .ppgs02_a .ppgs02_b .ppgs02_title img {
        margin-right: 16px; }
      .ppgs02_a .ppgs02_b .ppgs02_title p {
        font-size: 20px; }
    .ppgs02_a .ppgs02_b > p {
      font-size: 16px;
      width: 50%;
      line-height: 1.5; }
    .ppgs02_a .ppgs02_b .ppgs02_num {
      width: 100%;
      height: 194px;
      background: #EEF2F5;
      opacity: 0.9;
      margin-top: 100px;
      position: absolute;
      top: 66%; }
      .ppgs02_a .ppgs02_b .ppgs02_num ul {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly; }
        .ppgs02_a .ppgs02_b .ppgs02_num ul li {
          display: flex;
          align-items: center; }
          .ppgs02_a .ppgs02_b .ppgs02_num ul li img {
            margin-right: 12px; }
          .ppgs02_a .ppgs02_b .ppgs02_num ul li p {
            line-height: 2; }

.ppgs02_cp {
  font-size: 16px;
  line-height: 1.5; }

.n_cptj {
  width: 1400px;
  margin: 60px auto 0; }
  .n_cptj .swiper02 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0; }
    .n_cptj .swiper02 .cp_bright {
      width: 24%;
      margin-right: 1%;
      margin-bottom: 3%; }

.mos_a {
  margin-top: 40px; }
  .mos_a .mos_title {
    display: flex;
    align-items: center;
    font-size: 20px; }
    .mos_a .mos_title img {
      margin-right: 20px; }
  .mos_a > p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.5; }

.n_title {
  display: flex;
  align-items: center;
  margin: 60px 0 32px; }
  .n_title p {
    font-size: 20px;
    margin-left: 20px; }

.color_card {
  position: relative;
  margin-bottom: 100px; }
  .color_card .n_title {
    margin: 60px 0; }
    .color_card .n_title b {
      font-size: 30px; }
    .color_card .n_title p {
      margin-left: 16px;
      font-size: 16px;
      color: #8C4F51;
      text-decoration: underline; }
  .color_card .swiper07 {
    width: 100%;
    overflow: hidden; }
    .color_card .swiper07 .swiper-slide {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .color_card .swiper07 .swiper-slide a {
        width: 18%;
        margin: 0 2% 2% 0; }
        .color_card .swiper07 .swiper-slide a img {
          width: 100%; }
  .color_card .pagination07 {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%); }
    .color_card .pagination07 .swiper-pagination-bullet {
      background: #585858;
      margin: 0 10px;
      transition: all .8s; }
    .color_card .pagination07 .swiper-pagination-bullet-active {
      width: 45px;
      height: 10px;
      background: #8C4F51;
      transition: all .8s; }

.n_nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D2D2D2; }
  .n_nav a {
    width: 140px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding: 26px 0;
    border-bottom: 4px solid transparent; }
  .n_nav .nav_active {
    border-bottom: 4px solid #132E59; }

.n_cptj02 {
  margin-top: 100px; }
  .n_cptj02 .swiper02 .cp_bright {
    margin: 0 4.6% 50px; }

.cpys_a {
  margin: 58px auto;
  display: flex; }
  .cpys_a .cpys_fl {
    width: 26%;
    margin-right: 90px; }
    .cpys_a .cpys_fl img {
      width: 100%; }
  .cpys_a .cpys_fr {
    flex: 1; }
    .cpys_a .cpys_fr ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 30px; }
      .cpys_a .cpys_fr ul li {
        width: 24%;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        color: #905253;
        border: 1px solid #905253;
        margin-bottom: 16px; }
    .cpys_a .cpys_fr > p {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 80px; }

.advantage_box {
  display: flex;
  margin-top: 42px; }
  .advantage_box .advantage_a {
    margin-right: 156px; }
    .advantage_box .advantage_a .advan_b {
      display: flex;
      align-items: center;
      margin-bottom: 12px; }
      .advantage_box .advantage_a .advan_b b {
        font-size: 22px;
        color: #8C4F51; }
      .advantage_box .advantage_a .advan_b p {
        font-size: 16px;
        margin-left: 10px; }

.pass_back {
  background: url(../image/img/pass_bg.png) no-repeat center;
  background-size: cover;
  padding: 55px 0 30px; }
  .pass_back .pass_b {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 42px; }
    .pass_back .pass_b .pass_c {
      margin: 0 25px 36px; }
      .pass_back .pass_b .pass_c .pass_title {
        display: flex;
        align-items: center;
        padding-left: 24px;
        margin-bottom: 10px; }
        .pass_back .pass_b .pass_c .pass_title b {
          font-family: D-DIN;
          font-size: 50px;
          font-weight: normal;
          color: #905253;
          line-height: 1;
          margin-right: 6px; }
        .pass_back .pass_b .pass_c .pass_title i {
          font-size: 20px;
          line-height: 1;
          color: #905253;
          display: block;
          margin-top: 10px; }
      .pass_back .pass_b .pass_c .pass_text {
        width: 410px;
        height: 260px;
        background-color: #fff;
        padding: 28px;
        border-top: 4px solid #ddd;
        border-image: linear-gradient(to right, #905253, #fff) 4 4;
        box-shadow: 8px 10px 34px 1px rgba(231, 229, 228, 0.8); }
        .pass_back .pass_b .pass_c .pass_text .pass_dui {
          display: flex;
          align-items: center;
          margin-bottom: 12px; }
          .pass_back .pass_b .pass_c .pass_text .pass_dui p {
            font-size: 16px;
            margin-left: 10px; }

.technology_a {
  padding: 66px 0 0; }
  .technology_a .swiper08 {
    width: 100%;
    overflow: hidden;
    margin-top: 52px;
    position: relative;
    padding-bottom: 100px; }
    .technology_a .swiper08 .swiper-slide {
      display: flex;
      justify-content: space-between; }
      .technology_a .swiper08 .swiper-slide .sw08_list {
        position: relative; }
        .technology_a .swiper08 .swiper-slide .sw08_list img {
          width: 100%; }
        .technology_a .swiper08 .swiper-slide .sw08_list p {
          width: 18px;
          font-size: 18px;
          color: #fff;
          position: absolute;
          top: 26px;
          right: 18px; }
      .technology_a .swiper08 .swiper-slide:nth-child(2n-1) {
        margin-top: 40px; }
    .technology_a .swiper08 .prev08 {
      width: 3.5vw;
      height: 3.5vw;
      background: url(../image/icon/jt_fl.png) no-repeat center;
      background-size: 100% 100%;
      top: 82%;
      left: 0;
      margin: 0; }
    .technology_a .swiper08 .next08 {
      width: 3.5vw;
      height: 3.5vw;
      background: url(../image/icon/jt_fr.png) no-repeat center;
      background-size: 100% 100%;
      top: 82%;
      right: 0;
      margin: 0; }
    .technology_a .swiper08 .sw08_line {
      width: 100%;
      position: absolute;
      top: 86%;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center; }
      .technology_a .swiper08 .sw08_line span {
        display: block;
        width: 30%;
        height: 1px;
        background: #585858;
        opacity: .4; }
      .technology_a .swiper08 .sw08_line p {
        font-size: 20px;
        margin: 0 50px; }

.description_a table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px; }
  .description_a table tr {
    border: 1px solid #D2D2D2; }
    .description_a table tr td {
      border: 1px solid #D2D2D2;
      padding: 22px 24px;
      line-height: 1.5;
      font-size: 16px; }
      .description_a table tr td:nth-child(1) {
        width: 20%; }
      .description_a table tr td:nth-child(2) {
        width: 40%; }
      .description_a table tr td:nth-child(3) {
        width: 40%; }

.case_a .case_b {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .case_a .case_b .case_c {
    width: 47%;
    position: relative; }
    .case_a .case_b .case_c img {
      width: 100%; }
    .case_a .case_b .case_c p {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 70%;
      line-height: 80px;
      font-size: 20px;
      text-align: center;
      color: #fff;
      background: #082D61;
      opacity: .8; }

.core_a .core_b {
  display: flex;
  justify-content: space-between; }
  .core_a .core_b .core_f {
    width: 45%; }
    .core_a .core_b .core_f .core_c {
      display: flex;
      align-items: flex-start;
      margin-bottom: 70px; }
      .core_a .core_b .core_f .core_c .core_text {
        margin-left: 40px; }
        .core_a .core_b .core_f .core_c .core_text b {
          display: block;
          font-size: 20px;
          margin-bottom: 12px; }
        .core_a .core_b .core_f .core_c .core_text p {
          line-height: 1.5; }

.n_line {
  height: 1px;
  background: #D2D2D2; }

.fh_01 {
  width: 12vw;
  height: 3.5vw;
  margin: 50px auto 0;
  background: #FFFFFF;
  border: 1px solid #585858;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s; }
  .fh_01 a {
    font-size: 20px;
    color: #585858;
    margin-right: 12px; }
  .fh_01:hover {
    transform: scale(0.95);
    transition: all .5s; }

.fh_03 {
  margin: 52px 0; }

.jp_nav {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto; }
  .jp_nav .jp_list {
    margin-left: 6%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .jp_nav .jp_list .jp_img02 {
      display: none; }
    .jp_nav .jp_list p {
      font-size: 20px;
      margin-left: 16px; }
    .jp_nav .jp_list:hover p a {
      transition: all .5s;
      color: #905253; }
    .jp_nav .jp_list:hover .jp_img01 {
      display: none; }
    .jp_nav .jp_list:hover .jp_img02 {
      display: block; }
  .jp_nav .jp_list_active .jp_img01 {
    display: none; }
  .jp_nav .jp_list_active .jp_img02 {
    display: block; }

.fenye {
  margin: 40px 0 80px; }
  .fenye ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .fenye ul li a {
      width: 3.5vw;
      height: 3.5vw;
      line-height: 3.5vw;
      border: 1px solid #585858;
      text-align: center;
      margin: 0 10px;
      font-size: 20px;
      color: #585858;
      transition: all .5s; }
      .fenye ul li a:hover {
        background-color: #132E59;
        color: #fff;
        transition: all .5s; }

.xw_a01 {
  margin: 0 auto; }

.jsxq_a {
  display: flex;
  align-items: flex-end;
  position: relative; }
  .jsxq_a .jsxq_fl {
    width: 54%; }
    .jsxq_a .jsxq_fl img {
      width: 100%; }
  .jsxq_a .jsxq_fr {
    width: 100%;
    flex: 1;
    margin-left: 40px;
    overflow: hidden;
    height: 40%;
    padding: 140px 0 0; }
    .jsxq_a .jsxq_fr .swiper09 {
      width: 100%; }
      .jsxq_a .jsxq_fr .swiper09 .swiper-slide {
        margin-top: 12px;
        transform: scale(0.7);
        margin-left: -10px; }
        .jsxq_a .jsxq_fr .swiper09 .swiper-slide img {
          width: 100%; }
      .jsxq_a .jsxq_fr .swiper09 .swiper-slide-active {
        margin-top: -50px;
        transform: scale(1.5);
        transition: all .5s;
        height: 100%;
        padding-left: 120px; }
        .jsxq_a .jsxq_fr .swiper09 .swiper-slide-active img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .jsxq_a .jsxq_fr .swiper09 .swiper-slide-next {
        margin-left: 230px; }
  .jsxq_a .prev09 {
    width: 3.5vw;
    height: 3.5vw;
    background: url(../image/icon/jt_fl.png) no-repeat center;
    background-size: 100% 100%;
    top: 15%;
    left: auto;
    right: 10%;
    margin: 0; }
  .jsxq_a .next09 {
    width: 3.5vw;
    height: 3.5vw;
    background: url(../image/icon/jt_fr.png) no-repeat center;
    background-size: 100% 100%;
    top: 15%;
    right: 0;
    margin: 0; }

.jsxq_text {
  margin: 54px auto; }
  .jsxq_text .jsxq_t {
    display: flex;
    align-items: flex-start;
    margin-top: -40px; }
    .jsxq_text .jsxq_t .n_title {
      width: auto;
      margin: 30px 0 0 0; }
    .jsxq_text .jsxq_t > p {
      flex: 1;
      margin-top: 30px;
      font-size: 16px;
      line-height: 2;
      opacity: 0.8;
      margin-left: 50px; }

.fh_02 {
  margin: 10px auto 60px; }

.khpj_a .khpj_b {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F8F9;
  padding: 50px; }
  .khpj_a .khpj_b > img {
    margin-right: 42px;
    width: 7%; }
  .khpj_a .khpj_b .khpj_text {
    padding-right: 30px; }
    .khpj_a .khpj_b .khpj_text h5 {
      font-size: 20px;
      line-height: 1.5;
      font-weight: bold;
      margin-bottom: 12px; }
    .khpj_a .khpj_b .khpj_text p {
      height: 42px;
      overflow: hidden;
      transition: all .5s; }
  .khpj_a .khpj_b .khpj_jt .khpj_img02 {
    display: none; }
.khpj_a .khpj_b_active .khpj_text p {
  height: auto; }
.khpj_a .khpj_b_active .khpj_jt .khpj_img01 {
  display: none; }
.khpj_a .khpj_b_active .khpj_jt .khpj_img02 {
  display: block; }

.khpj_new01_a .khpj_b {
  transition: all .5s; }
  .khpj_new01_a .khpj_b .new_dete {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .khpj_new01_a .khpj_b .new_dete b {
      font-size: 70px;
      font-weight: normal;
      font-family: D-DIN;
      transition: all .5s; }
    .khpj_new01_a .khpj_b .new_dete i {
      font-size: 24px;
      transition: all .5s; }
  .khpj_new01_a .khpj_b .new_line {
    width: 1px;
    height: 80px;
    background: #E7E7E7;
    margin: 0 40px; }
  .khpj_new01_a .khpj_b .khpj_text p a {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; }
  .khpj_new01_a .khpj_b .new01_jt .new01_img05 {
    display: none; }
  .khpj_new01_a .khpj_b:hover {
    background-color: #132E59;
    transition: all .5s; }
    .khpj_new01_a .khpj_b:hover .new_dete i,
    .khpj_new01_a .khpj_b:hover .new_dete b {
      color: #fff;
      transition: all .5s; }
    .khpj_new01_a .khpj_b:hover .khpj_text h5 a {
      color: #fff;
      transition: all .5s; }
    .khpj_new01_a .khpj_b:hover .khpj_text p a {
      height: auto;
      color: #fff;
      transition: all .5s; }
    .khpj_new01_a .khpj_b:hover .new01_jt .new01_img05 {
      display: block; }
    .khpj_new01_a .khpj_b:hover .new01_jt .new01_img06 {
      display: none; }

.xwxq_a {
  margin-top: 50px; }
  .xwxq_a .xwxq_fl {
    width: 64%;
    float: left; }
    .xwxq_a .xwxq_fl h5 {
      font-size: 30px;
      line-height: 1.2;
      font-weight: bold; }
    .xwxq_a .xwxq_fl .xwxq_date {
      display: flex;
      align-items: center;
      margin: 20px 0; }
      .xwxq_a .xwxq_fl .xwxq_date img {
        margin-right: 6px; }
      .xwxq_a .xwxq_fl .xwxq_date i {
        display: block;
        margin-right: 40px; }
    .xwxq_a .xwxq_fl p {
      line-height: 24px; }
    .xwxq_a .xwxq_fl > img {
      margin: 24px 0; }
    .xwxq_a .xwxq_fl .xwxq_rm {
      margin-top: 24px;
      display: flex;
      align-items: center;
      opacity: 0.8; }
      .xwxq_a .xwxq_fl .xwxq_rm a {
        margin: 0 5px; }
  .xwxq_a .xwxq_fr {
    width: 30%;
    float: right; }
    .xwxq_a .xwxq_fr .xwxq_fr_title {
      display: flex;
      align-items: center;
      margin-bottom: 24px; }
      .xwxq_a .xwxq_fr .xwxq_fr_title p {
        font-size: 20px;
        margin-left: 10px; }
    .xwxq_a .xwxq_fr > img {
      width: 100%; }
    .xwxq_a .xwxq_fr .xwxq_fr_list {
      width: 100%;
      display: flex;
      align-items: center;
      background: #F8F8F9;
      padding: 42px 28px;
      margin-top: 20px; }
      .xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_date {
        display: flex;
        align-items: center;
        flex-direction: column; }
        .xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_date b {
          font-family: 'D-DIN';
          color: #905253;
          font-size: 40px;
          line-height: 1; }
        .xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_date i {
          font-family: 'D-DIN';
          line-height: 1;
          color: #905253; }
      .xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_text {
        margin: 0 26px;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        transition: all .5s; }

.lxwm_back {
  background: url(../image/img/lxwm_bg.png) no-repeat center;
  background-size: cover;
  margin-top: -20px;
  padding: 20px 0 120px; }

.contact_a .con_uls {
  display: flex;
  justify-content: space-between; }
  .contact_a .con_uls .con_lis {
    display: flex;
    flex-direction: column;
    margin-right: 90px; }
    .contact_a .con_uls .con_lis .con_lis_ic {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .contact_a .con_uls .con_lis .con_lis_ic img {
        margin-right: 16px; }
      .contact_a .con_uls .con_lis .con_lis_ic p {
        font-size: 20px;
        margin-right: 30px;
        width: 80px; }
      .contact_a .con_uls .con_lis .con_lis_ic i {
        display: block;
        font-size: 20px; }
  .contact_a .con_uls .con_lisqr {
    text-align: center; }
    .contact_a .con_uls .con_lisqr p {
      font-size: 20px;
      line-height: 1.5; }

.message_a {
  background: url(../image/img/liuyanbg.png) no-repeat center;
  background-size: cover;
  padding: 50px 44px 80px;
  margin-top: 80px; }
  .message_a .message_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    .message_a .message_title .mess_text {
      display: flex;
      align-items: center; }
      .message_a .message_title .mess_text p {
        font-size: 20px;
        color: #fff;
        margin-left: 20px; }
  .message_a form {
    display: flex; }
    .message_a form .form_fl {
      width: 460px;
      margin-right: 10px; }
      .message_a form .form_fl input {
        width: 100%;
        height: 68px;
        background: #F8F8F9;
        margin-bottom: 10px;
        padding-left: 18px;
        font-size: 16px; }
    .message_a form .form_fr {
      flex: 1; }
      .message_a form .form_fr textarea {
        display: block;
        width: 100%;
        height: 224px;
        margin-bottom: 10px;
        padding: 26px 0 0 18px;
        font-size: 16px; }
      .message_a form .form_fr .form_bt {
        display: flex;
        align-items: center; }
        .message_a form .form_fr .form_bt input {
          width: 300px;
          height: 68px;
          color: #fff;
          opacity: 0.8;
          font-size: 16px;
          padding-left: 18px; }
        .message_a form .form_fr .form_bt .fotm_tj {
          background: #132E59;
          margin-right: 10px;
          padding: 0; }
        .message_a form .form_fr .form_bt .fotm_cz {
          background: #626469;
          padding: 0; }

/* 地图 map */
.lx_map {
  width: 100%; }
  .lx_map img {
    width: 100%; }

.rczp_a .rc_title ul {
  display: flex;
  align-items: center;
  padding-left: 54px; }
  .rczp_a .rc_title ul li {
    width: 10%;
    margin: 36px 0 26px; }
.rczp_a .rc_box .rc_top {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .rczp_a .rc_box .rc_top ul {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 54px; }
    .rczp_a .rc_box .rc_top ul li {
      width: 10%;
      padding: 33px 0; }
  .rczp_a .rc_box .rc_top .rc_jt {
    width: 10%; }
    .rczp_a .rc_box .rc_top .rc_jt .rc_jt01 {
      display: none; }
.rczp_a .rc_box .rc_bot {
  display: none;
  background: #F9F9F9;
  padding-left: 54px;
  padding-bottom: 54px; }
  .rczp_a .rc_box .rc_bot b {
    font-size: 16px;
    display: block;
    padding: 40px 0 20px; }
  .rczp_a .rc_box .rc_bot p {
    line-height: 30px; }
.rczp_a .rc_active .rc_top {
  background: #132E59; }
  .rczp_a .rc_active .rc_top ul li {
    color: #fff; }
  .rczp_a .rc_active .rc_top .rc_jt .rc_jt01 {
    display: block; }
  .rczp_a .rc_active .rc_top .rc_jt .rc_jt02 {
    display: none; }

.core_img {
  width: 100%;
  margin-bottom: 160px; }
  .core_img img {
    width: 100%; }

.ryzz_a {
  overflow: hidden;
  margin: 90px auto 80px;
  position: relative;
  padding: 0 30px; }
  .ryzz_a .swiper10 {
    padding: 20px 0; }
    .ryzz_a .swiper10 .swiper-slide img {
      width: 100%;
      transition: all .3s; }
    .ryzz_a .swiper10 .swiper-slide-active {
      transform: scale(1.1);
      transition: all .3s; }
  .ryzz_a .prev10 {
    width: 3.5vw;
    height: 3.5vw;
    background: url(../image/icon/jt_fl.png) no-repeat center;
    background-size: 100% 100%;
    top: 40%;
    left: 30px;
    margin: 0; }
  .ryzz_a .next10 {
    width: 3.5vw;
    height: 3.5vw;
    background: url(../image/icon/jt_fr.png) no-repeat center;
    background-size: 100% 100%;
    top: 40%;
    right: 30px;
    margin: 0; }

.n_adver {
  margin: 100px auto; }

.ry_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .ry_a .ry_b {
    height: 86px;
    background: url(../image/img/ryzz_gray.png) no-repeat center;
    background-size: 100% 100%;
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 30px;
    cursor: pointer;
    transition: all .5s; }
    .ry_a .ry_b p {
      font-size: 16px;
      line-height: 1.5; }
    .ry_a .ry_b:hover {
      background: url(../image/img/ryzz_blue.png) no-repeat center;
      background-size: 100% 100%;
      transition: all .5s; }

.n_adver01 > img {
  margin: -50px auto 0; }

.intro_a {
  margin-top: 20px; }
  .intro_a .pp_fl {
    margin-right: 20px; }
    .intro_a .pp_fl .intro_ul01 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 50px; }
      .intro_a .pp_fl .intro_ul01 li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 10px; }
        .intro_a .pp_fl .intro_ul01 li span {
          display: block;
          color: #8C4F51;
          font-size: 50px;
          font-family: 'D-DIN';
          margin-right: 14px; }
        .intro_a .pp_fl .intro_ul01 li p {
          font-size: 12px;
          line-height: 18px;
          opacity: 0.6;
          text-align: left; }
  .intro_a .pp_fr {
    padding-top: 40px; }

.qywh_a .qywh_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .qywh_a .qywh_b .qywh_c {
    width: 30%;
    display: flex;
    align-items: center;
    margin-top: 40px; }
    .qywh_a .qywh_b .qywh_c > img {
      width: 70px;
      margin-right: 20px; }
    .qywh_a .qywh_b .qywh_c .qy_img02 {
      display: none; }
    .qywh_a .qywh_b .qywh_c .qy_text b {
      font-size: 16px;
      font-weight: bold;
      display: block;
      margin-bottom: 5px; }
    .qywh_a .qywh_b .qywh_c .qy_text p {
      line-height: 24px; }
    .qywh_a .qywh_b .qywh_c:hover .qy_img01 {
      display: none; }
    .qywh_a .qywh_b .qywh_c:hover .qy_img02 {
      display: block; }

.fzlc_a {
  background: url(../image/img/fzlc_back.png) no-repeat center;
  background-size: 100% 100%;
  padding: 10px 0 120px;
  margin-top: 40px;
  position: relative; }
  .fzlc_a .n_title p {
    color: #fff; }
  .fzlc_a .swiper11 {
    overflow: hidden;
    position: relative;
    padding-bottom: 120px; }
    .fzlc_a .swiper11 .swiper-slide {
      text-align: right; }
      .fzlc_a .swiper11 .swiper-slide > b {
        font-size: 50px;
        font-family: D-DIN;
        font-weight: 400;
        color: #8E5254; }
      .fzlc_a .swiper11 .swiper-slide .sw11_text {
        background-color: #fff;
        height: 215px;
        display: flex;
        justify-content: space-between;
        transition: all .5s; }
        .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t {
          text-align: left;
          padding: 34px; }
          .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t b {
            font-size: 16px;
            font-weight: bold;
            display: block;
            margin-bottom: 16px; }
          .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t p {
            line-height: 24px;
            opacity: .8; }
        .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_ic {
          padding-right: 24px; }
          .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_ic .sw11_ic01 {
            display: none; }
      .fzlc_a .swiper11 .swiper-slide:hover .sw11_text {
        background-color: #8C4F51;
        transition: all .5s; }
        .fzlc_a .swiper11 .swiper-slide:hover .sw11_text .sw11_t b {
          color: #fff;
          transition: all .5s; }
        .fzlc_a .swiper11 .swiper-slide:hover .sw11_text .sw11_t p {
          color: #fff;
          transition: all .5s; }
        .fzlc_a .swiper11 .swiper-slide:hover .sw11_text .sw11_ic .sw11_ic01 {
          display: block; }
        .fzlc_a .swiper11 .swiper-slide:hover .sw11_text .sw11_ic .sw11_ic02 {
          display: none; }
  .fzlc_a .sw11_line {
    width: 100%;
    height: 1px;
    background: #585858;
    opacity: 0.4;
    margin-top: -34px; }
  .fzlc_a .pagination11 {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
    z-index: 1; }
    .fzlc_a .pagination11 .swiper-pagination-bullet {
      margin: 0 90px;
      position: relative;
      background: transparent;
      border: 1px solid #fff; }
      .fzlc_a .pagination11 .swiper-pagination-bullet::after {
        display: block;
        position: absolute;
        left: 4px;
        top: 10px;
        transform: translateX(-50%);
        color: #FFFFFF;
        font-size: 20px;
        opacity: 0.4;
        width: 108px;
        text-align: center; }
      .fzlc_a .pagination11 .swiper-pagination-bullet:nth-child(1):after {
        content: '2014'; }
      .fzlc_a .pagination11 .swiper-pagination-bullet:nth-child(2):after {
        content: '2015-2016'; }
      .fzlc_a .pagination11 .swiper-pagination-bullet:nth-child(3):after {
        content: '2017-2018'; }
      .fzlc_a .pagination11 .swiper-pagination-bullet:nth-child(4):after {
        content: '2019-2020'; }
      .fzlc_a .pagination11 .swiper-pagination-bullet:nth-child(5):after {
        content: '2021'; }
      .fzlc_a .pagination11 .swiper-pagination-bullet:nth-child(6):after {
        content: '2022'; }
    .fzlc_a .pagination11 .swiper-pagination-bullet-active {
      background: #8E5254;
      border: 1px solid #8E5254; }
  .fzlc_a .prev11 {
    width: 60px;
    height: 60px;
    background: url(../image/icon/tm_z_icon.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 83.5%;
    margin: 0;
    cursor: pointer;
    z-index: 10; }
  .fzlc_a .next11 {
    width: 60px;
    height: 60px;
    background: url(../image/icon/tm_y_icon.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 83.5%;
    margin: 0;
    cursor: pointer;
    z-index: 10; }

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  header .h_cen .h_tel p b {
    font-size: 20px;
    transition: all .8s; }

  header .h_cen .h_nav .p_one a {
    margin: 0 2px;
    transition: all .8s; }

  .i_cptj_box .swiper02 .cp_bright b {
    font-size: 20px;
    right: 6%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .bright_text {
    right: 6%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .bright_span {
    right: 7%;
    top: 35%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .mark_text {
    width: 35%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .mark_span {
    height: 4vw;
    transition: all .3s; }

  /* 八大理由 */
  .i_ly .swiper03 .swiper-slide .ly_fr {
    padding: 40px 0 0 60px; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text {
    margin-top: 40px; }

  .i_ly .swiper03 .swiper-slide .ly_fl img {
    height: 100%;
    object-fit: cover; } }
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .main {
    width: 90%; }

  /* 网站地图1400 开始 */
  .wzdt2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px; }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px; }

  .wzdt_a h6 {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px; }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px; }

  .wzdt_a p {
    margin: 0 25px; }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px; }

  .wzdt_a p a:hover {
    color: #0665d0; }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px; }

  .fzf1 {
    width: 90%;
    margin: 15px auto; }

  .fzf1 img {
    width: 100%;
    margin: 0 auto; }

  .fzf2 {
    width: 100%;
    margin: 0 auto; }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px; }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto; }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px; }

  .fzf2-1 p span {
    color: #333; }

  .fzf3 {
    width: 310px;
    margin: 30px auto; }

  .fzf3z {
    float: left; }

  .fzf3z img {
    width: 100%;
    margin: 0 auto; }

  .fzf3y {
    float: right; }

  .fzf3y img {
    width: 100%;
    margin: 0 auto; }

  /* 404 over */
  /* 首页头部 */
  header .h_cen {
    height: 90px;
    transition: all .8s; }

  header .h_cen .h_nav {
    margin: 0 5px; }

  header .h_cen .h_nav .p_one a {
    font-size: 14px;
    margin: 0 2px;
    transition: all .8s; }

  header .h_cen .h_nav .p_one .p_two {
    padding-top: 44%; }

  header .h_cen .h_logo a img {
    transition: all .8s; }

  header .h_cen .h_tel p b {
    font-size: 18px;
    transition: all .8s;
    margin: 0 3%; }

  /* 首页banner */
  .i_banner .swiper01 {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s; }

  .n_banner img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s; }

  .i_cptj_box .swiper02 .cp_bright b {
    font-size: 18px;
    right: 5%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .bright_text {
    right: 6%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .bright_span {
    right: 7%;
    top: 35%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .mark_text {
    width: 40%; }

  .i_cptj_box .swiper02 .cp_bright .mark_span {
    height: 4vw; }

  .title img {
    height: 30px; }

  /* 推荐 更多 */
  .i_cptj_box .swiper02 .i_ckgd {
    top: 88%; }

  .i_adver a {
    width: 100%; }
    .i_adver a img {
      width: 100%; }

  /* 八大理由 */
  .i_ly .swiper03 .swiper-slide .ly_fl img {
    height: 100%;
    object-fit: cover; }

  .i_ly .swiper03 .swiper-slide .ly_fr {
    padding: 35px 0 0 40px; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text {
    margin-top: 32px;
    width: 80%; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfr b {
    margin-bottom: 10px;
    font-size: 16px; }

  /* 新闻 */
  .xw_a .xw_qh .xw_fl {
    width: 30%; }

  .xw_a .xw_b .xw_c .xw_text {
    padding: 40px 24px; }

  .xw_a .xw_b .xw_d .xw_e {
    padding: 16px 20px; }

  .xw_a .bk_a .swiper05 .swiper-slide .sw05_text {
    margin: 0px 16px; }

  .foot_top .foot_top_ic > img {
    width: 30px; }

  .foot_top .foot_top_ic .f_ic_text {
    margin-left: 10px; }

  .i_cptj_box .swiper02 {
    padding-bottom: 90px; }

  .q_ckgd {
    margin-bottom: 50px; }

  /* 关于泥之韵 */
  .about_back {
    padding: 86px 0 210px; }

  .about_back .zs_a {
    width: 1000px; }

  .about_back .zs_a .swiper04 {
    width: 800px; }

  .about_back .zs_a .about_bg02 {
    width: 92%;
    top: 220px; }

  .about_back .zs_a .about_bg02 img {
    width: 100%; }

  .about_back .zs_a .prev03 {
    top: 200px;
    left: 4%; }

  .about_back .zs_a .next03 {
    top: 200px;
    right: 4%; }

  .about_back .about_ul01 li span {
    font-size: 32px; }

  .about_back .about_ul01 li {
    margin: 0 24px; }

  /* 联系泥之韵 */
  .lx_back .lx_a form input {
    width: 25%;
    height: 50px; }

  .lx_back .lx_a form .form_submit {
    width: 18%;
    height: 50px; }

  /* 底部 */
  .foot_cen .foot_qr {
    width: 20%; }

  .foot_cen .foot_qr img {
    width: 100%; }

  .friendly_links {
    padding: 5px 0; }

  .jm_xt .xt_a .xt_b img {
    margin-right: 20px; }

  .jm_xt .xt_a .xt_b .xt_text b {
    font-size: 16px; }

  .jm_xt .xt_a .xt_b .xt_text p {
    font-size: 12px; }

  .jm_xt .xt_a .xt_b .xt_text span {
    margin: 6px 0; }

  .ys_a .ys_fr .ys_icon .ys_ic b {
    font-size: 16px; }

  .yq_a .ya_b .yq_text b {
    font-size: 32px; }

  .yq_a .ya_b .yq_text {
    width: 76%;
    top: 20%;
    transform: translateX(-50%); }

  .yq_a .ya_b .yq_text b {
    margin-bottom: 0; }

  .yq_a .ya_b .yq_text p {
    font-size: 12PX;
    line-height: 1.5; }

  .ppgs02_cp {
    font-size: 16px;
    line-height: 1.5; }

  .ppgs02_a {
    padding-bottom: 180px; }

  .ppgs02_a .ppgs02_b {
    height: 400px; }

  .ppgs02_a .ppgs02_b > p {
    font-size: 14px; }

  .ppgs02_a .ppgs02_b .ppgs02_num ul li img {
    width: 50px; }

  .ppgs02_a .ppgs02_b .ppgs02_num ul li p {
    font-size: 12px; }

  .n_cptj {
    width: 90%;
    margin: 60px auto 0; }
    .n_cptj .swiper02 {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding-bottom: 0; }
      .n_cptj .swiper02 .cp_bright {
        width: 24%;
        margin-right: 1%;
        margin-bottom: 3%; }

  .n_nav a {
    width: 120px;
    transition: all .5s; }

  .technology_a .swiper08 .next08 {
    top: 84%; }

  .technology_a .swiper08 .prev08 {
    top: 84%; }

  .technology_a .swiper08 .sw08_line span {
    width: 26%; }

  .cpys_a .cpys_fl {
    width: 36%;
    margin-right: 40px;
    padding-top: 40px; }

  .advantage_box .advantage_a {
    margin-right: 20px; }

  .pass_back .pass_b {
    justify-content: space-between; }

  .pass_back .pass_b .pass_c {
    width: 48%;
    margin: 0; }

  .pass_back .pass_b .pass_c .pass_text {
    width: 100%; }

  .technology_a .swiper08 .swiper-slide .sw08_list p {
    width: 12px;
    font-size: 12px;
    top: 24px;
    right: 18px; }

  .i_al .al_img .al_list .al_mark a {
    padding-top: 10%; }

  .xwxq_a .xwxq_fl > img {
    width: 600px; }

  .xwxq_a .xwxq_fr .xwxq_fr_list {
    padding: 30px 20px; }

  .xwxq_a .xwxq_fr .xwxq_fr_list .xwxq_fr_text {
    margin: 0 12px; }

  .fh_01 a {
    font-size: 16px; }

  .fh_01 img {
    width: 24px; }

  .contact_a .con_uls {
    width: 100%;
    justify-content: space-between; }

  .contact_a .con_uls .con_lis {
    margin: 0; }

  .contact_a .con_uls .con_lis .con_lis_ic {
    margin-bottom: 16px; }

  .contact_a .con_uls .con_lis .con_lis_ic p {
    font-size: 16px;
    margin-right: 12px; }

  .contact_a .con_uls .con_lis .con_lis_ic i {
    font-size: 16px; }

  .contact_a .con_uls .con_lisqr {
    width: 12%; }

  .contact_a .con_uls .con_lisqr img {
    width: 100%; }

  .contact_a .con_uls .con_lisqr p {
    font-size: 14px; }

  .ry_a .ry_b {
    padding: 0; }

  .ry_a .ry_b p {
    font-size: 14px; }

  .n_adver01 > img {
    width: 100%; }

  .intro_a .pp_fl .intro_ul01 li {
    margin: 0; }

  .intro_a .pp_fl .intro_ul01 li span {
    font-size: 28px; }

  .intro_a .pp_fr {
    width: 20%; }
    .intro_a .pp_fr img {
      width: 100%; }

  .fzlc_a .swiper11 .swiper-slide > b {
    font-size: 32px; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t {
    padding: 20px 0 0 20px; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t b {
    font-size: 14px;
    margin-bottom: 6px; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t p {
    font-size: 12px;
    line-height: 1.8; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_ic {
    padding-right: 10px; }

  .fzlc_a .pagination11 .swiper-pagination-bullet {
    margin: 0 60px; }

  .fzlc_a .next11,
  .fzlc_a .prev11 {
    width: 40px;
    height: 40px;
    top: 85.5%; }

  .n_ad img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s; }

  .jsxq_a .jsxq_fr {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0; }

  .jsxq_a .jsxq_fr .swiper09 {
    width: 1000px;
    margin: 0 auto; }

  .jsxq_a .jsxq_fr .swiper09 .swiper-slide {
    margin-top: 110px;
    transform: scale(0.8);
    transition: all .5s; }

  .jsxq_a .jsxq_fr .swiper09 .swiper-slide-prev {
    opacity: 0; }

  .jsxq_a .jsxq_fr .swiper09 .swiper-slide-active {
    transform: scale(1.8);
    padding-left: 92px;
    margin-top: 54px; }

  .jsxq_a .jsxq_fr .swiper09 .swiper-slide-next {
    margin-left: 200px; } }
@media screen and (min-width: 1000px) and (max-width: 1240px) {
  header .h_cen .h_tel {
    display: none; }

  .i_cptj_box .swiper02 .cp_bright b {
    font-size: 16px;
    right: 3%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .bright_text {
    right: 5%;
    top: 28%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .bright_span {
    right: 6%;
    top: 35%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .mark_text {
    width: 42%;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .mark_text span {
    font-size: 14px;
    line-height: 1.2;
    transition: all .3s; }

  .i_cptj_box .swiper02 .cp_bright .mark_span {
    height: 3vw;
    transition: all .3s; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text {
    margin-top: 16px; }

  .i_ly .swiper03 .pagination02 {
    bottom: 4%; } }
@media (min-width: 1000px) {
  .tel {
    display: none !important; } }
@media screen and (max-width: 999px) {
  .pc {
    display: none !important; }

  .main {
    width: 90%; }

  /* 网站地图1000 开始 */
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 20px; }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px; }

  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px; }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px; }

  .wzdt_a p {
    margin: 0 25px; }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px; }

  .wzdt_a p a:hover {
    color: #0665d0; }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 100px; }

  .fzf1 {
    width: 90%;
    margin: 15px auto; }

  .fzf1 img {
    width: 100%;
    margin: 0 auto; }

  .fzf2 {
    width: 100%;
    margin: 0 auto; }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px; }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto; }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px; }

  .fzf2-1 p span {
    color: #333; }

  .fzf3 {
    width: 310px;
    margin: 30px auto; }

  .fzf3z {
    float: left; }

  .fzf3z img {
    width: 100%;
    margin: 0 auto; }

  .fzf3y {
    float: right; }

  .fzf3y img {
    width: 100%;
    margin: 0 auto; }

  /* 404 over */
  /* 手机导航 */
  .t_nav {
    width: 100%;
    height: 70px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%; }

  .t_nav > p {
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px; }

  .t_nav > p span {
    color: #344394; }

  .t_logo {
    display: block;
    width: 210px; }

  .t_logo img {
    display: block;
    width: 100%; }

  .t_bt img {
    display: block;
    width: 32px; }

  .t_hk {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: -100%;
    transition: all .5s;
    width: 100vw;
    height: 100vh;
    z-index: 1000; }

  .t_fr {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative; }

  .t_fr .t_gb {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer; }

  .t_hk .on {
    line-height: 60px; }

  .t_hk .on a {
    font: 18px/60px '微软雅黑';
    padding-left: 8vw; }

  .t_hk .t01_active > a,
  .t_hk .on:hover > a {
    display: block;
    width: 100%;
    line-height: 60px;
    color: #344394;
    font-weight: bold;
    background-color: #eee; }

  .t_hk .on ul {
    display: none; }

  .t_hk .t01_active ul {
    display: block;
    height: auto; }

  .t_hk .t01_active ul li {
    height: 60px; }

  .t_hk .t01_active ul li a {
    display: block;
    line-height: 60px;
    padding-left: 12vw; }

  .t01_active ul .t02_active a {
    color: #344394; }

  .i_banner .swiper01 {
    width: 100%;
    left: 0;
    margin-left: 0; }

  .i_banner .swiper01 img {
    width: 100%;
    left: 0;
    margin-left: 0; }

  .t_hot {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 0; }

  .t_hot p {
    font-size: 14px;
    line-height: 1.2;
    color: #666; }

  .t_hot a {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    margin: 0 5px; }

  /* 首页产品推荐 */
  .title img {
    margin: 40px auto 30px;
    height: 24px; }

  .i_cptj_box {
    padding-left: 5%; }

  .i_cptj_box .swiper02 {
    padding-bottom: 90px; }

  .i_cptj_box .swiper02 .cp_bright b {
    width: 12px;
    font-size: 12px; }

  .i_cptj_box .swiper02 .cp_bright .bright_text {
    transform: scale(0.7);
    right: 3%; }

  .i_cptj_box .swiper02 .cp_bright .bright_span {
    width: 16px;
    top: 36%;
    right: 8%; }

  .i_cptj_box .swiper02 .cp_bright .mark_text {
    width: 70%;
    bottom: 8%;
    right: -3%;
    transform: scale(0.7); }

  .i_cptj_box .swiper02 .cp_bright .mark_text span {
    font-size: 12px; }

  .i_cptj_box .swiper02 .prev02 {
    width: 40px;
    height: 40px;
    top: 82%;
    left: 20%; }

  .i_cptj_box .swiper02 .next02 {
    width: 40px;
    height: 40px;
    right: 20%;
    top: 82%; }

  .i_cptj_box .swiper02 .i_ckgd {
    width: 110px;
    height: 40px;
    top: 82%; }

  .i_cptj_box .swiper02 .i_ckgd span {
    font-size: 16px; }

  .i_cptj_box .swiper02 .i_ckgd img {
    width: 24px; }

  .i_adver {
    margin-top: 40px; }

  .i_adver a {
    width: 100%; }
    .i_adver a img {
      width: 100%; }

  /* 7大系统 */
  .i_systems {
    flex-wrap: wrap;
    justify-content: normal; }

  .i_systems .systems_a {
    width: calc(100% / 4);
    height: 190px;
    position: relative; }

  .i_systems .systems_a b {
    font-size: 14px;
    margin-top: 12px; }

  .i_systems .systems_a .systems_line {
    margin: 10px auto; }

  .i_systems .systems_a img {
    width: 80%; }

  .i_systems .systems_a .systems_line {
    display: block; }

  .i_systems .systems_a i {
    opacity: 1;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 64%;
    transform: translateX(-50%) scale(0.7); }

  /* 8大理由 */
  .i_ly .swiper03 {
    background: url(../image/img/sj_liyou.png) no-repeat center; }

  .i_ly .swiper03 .swiper-slide {
    flex-direction: column; }

  .i_ly .swiper03 .swiper-slide .ly_fl {
    width: 90%;
    margin-left: 5%; }

  .i_ly .swiper03 .swiper-slide .ly_fr {
    background: none;
    padding: 0 0 120px 50px; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text {
    width: 90%;
    margin-top: 50px; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfl {
    width: 12%;
    margin-right: 20px; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfl h6 {
    font-size: 36px; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfr b {
    font-size: 16px;
    margin-bottom: 6px; }

  .i_ly .swiper03 .swiper-slide .ly_fr .ly_text .ly_textfr p {
    line-height: 1.5;
    font-size: 12px; }

  .i_ly .swiper03 .pagination02 {
    left: -24%;
    bottom: 8%; }

  /* 案例赏析 */
  .i_al .i_ul01 li {
    margin: auto 20px; }

  .i_al .i_ul01 li a {
    font-size: 16px; }

  .i_al .al_img .al_list {
    width: 48%; }

  .i_al .al_img .al_list .al_mark a {
    padding-top: 10px; }

  .i_al .al_img .al_list .al_mark a b {
    font-size: 18px;
    margin-bottom: 6px; }

  .i_al .al_img .al_list .al_mark a em {
    margin-top: 10px; }

  /* 查看更多 */
  .q_ckgd {
    width: 110px;
    height: 40px;
    margin: 20px auto 40px; }

  .q_ckgd span {
    font-size: 16px; }

  .q_ckgd img {
    width: 24px; }

  /* 关于泥之韵 */
  .about_back {
    padding: 5px 0 150px; }

  .about_back .about_ul01 {
    flex-wrap: wrap;
    margin-bottom: 20px; }

  .about_back .about_ul01 li {
    width: 46%;
    margin: 10px 0;
    flex-direction: column; }

  .about_back .about_ul01 li p {
    text-align: center; }

  .about_back .about_ul01 li span {
    font-size: 28px;
    margin-right: 0; }

  .about_back p {
    font-size: 14px; }

  /* 证书 */
  .about_back .zs_a .swiper04 {
    width: 80%;
    top: 40px; }

  .about_back .zs_a .prev03 {
    width: 30px;
    height: 9px;
    top: 140px;
    left: -5px; }

  .about_back .zs_a .next03 {
    width: 30px;
    height: 9px;
    top: 140px;
    right: -5px; }

  .about_back .zs_a .about_bg02 {
    width: 100%;
    top: 210px; }

  .about_back .zs_a .about_bg02 img {
    width: 100%; }

  /* 新闻 */
  .xw_a {
    margin-top: 130px; }

  .xw_a .xw_qh .xw_fl .xw_ic a {
    font-size: 14px; }

  .xw_a .xw_qh .xw_fl {
    width: 60%; }

  .xw_a .xw_qh .xw_fr a {
    font-size: 14px; }

  .swiper06 {
    width: 100%;
    overflow: hidden; }
    .swiper06 .xw_c .xw_img {
      width: 100%; }
      .swiper06 .xw_c .xw_img img {
        width: 100%; }
    .swiper06 .xw_c .xw_text {
      padding: 18px 24px;
      background: #11294B;
      transition: all .8s;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .swiper06 .xw_c .xw_text a {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2; }
      .swiper06 .xw_c .xw_text .xw_line {
        width: 1px;
        height: 45px;
        background: #E7E7E7;
        margin: 0 16px; }
      .swiper06 .xw_c .xw_text .xw_date {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .swiper06 .xw_c .xw_text .xw_date b {
          font-size: 28px;
          font-family: 'D-DIN';
          color: #905253; }
        .swiper06 .xw_c .xw_text .xw_date i {
          font-size: 12px;
          color: #905253; }
    .swiper06 .xw_c .xw_jt {
      background: #11294B;
      transition: all .8s;
      padding: 0 24px 24px; }
      .swiper06 .xw_c .xw_jt .jt_b {
        display: none;
        background: #11294B; }

  /* 产品百科 */
  .xw_a .bk_a .swiper05 .swiper-slide {
    flex-direction: column;
    height: auto; }

  .xw_a .bk_a .swiper05 .pagination03 {
    bottom: 5%; }

  .xw_a .bk_a .swiper05 .swiper-slide .sw_05 {
    width: 100%;
    margin-bottom: 20px; }

  /* 联系泥之韵 */
  .lx_back {
    margin-top: 40px;
    padding: 5px 0 40px 0;
    height: auto; }

  .lx_back .lx_a form {
    flex-direction: column; }

  .lx_back .lx_a form input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px; }

  .lx_back .lx_a form .form_submit {
    width: 100%;
    height: 40px; }

  /* 底部导航 */
  footer {
    padding: 40px 0;
    margin-bottom: 90px; }

  .foot_top {
    justify-content: center; }

  .foot_top p,
  .foot_cen nav {
    display: none; }

  .foot_top .foot_logo {
    width: 100%; }

  .foot_top .foot_logo b {
    color: #905253; }

  .foot_top .foot_logo .foot_icon01 img {
    width: 12px; }

  .foot_top .foot_logo > a {
    margin-right: auto; }

  .foot_top .foot_top_ic {
    display: none; }

  .foot_top .foot_logo > a img {
    width: 160px; }

  .foot_cen .foot_add {
    width: 74%; }

  .foot_cen .foot_qr {
    width: 30%; }

  .foot_cen .foot_qr p {
    font-size: 12px; }

  .foot_cen .foot_qr img {
    width: 100%; }

  .foot_cen .foot_add ul li p {
    font-size: 14px;
    font-weight: bold; }

  .foot_cen .foot_add .add_text p {
    margin-top: 16px; }

  .foot_cen {
    margin: 30px auto; }

  .tel_foot_ic .tel_foot_text {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }

  .tel_foot_ic .tel_foot_text img {
    width: 24px;
    margin-right: 12px; }

  .tel_foot_ic .tel_foot_text i {
    color: #9CA0BF;
    margin-right: 4px;
    font-size: 12px; }

  .tel_foot_ic .tel_foot_text b {
    color: #CB9661;
    font-size: 18px;
    font-weight: normal; }

  .tel_foot_ic .tel_foot_text p {
    color: #fff;
    font-size: 12px; }

  .foot_bot {
    display: block; }

  .foot_bot .foot_copy a,
  .foot_bot .foot_copy p {
    line-height: 1.5; }

  .foot_bot .foot_copy p {
    flex-direction: column;
    align-items: flex-start; }

  .tel_foot_bot p {
    color: #9CA0BF; }

  .tel_foot_bot p a {
    display: inline-block;
    color: #9CA0BF; }

  .tel_foot_bot .tel_foot_ban {
    display: flex;
    align-items: center; }

  .tel_foot_bot .tel_foot_ban a {
    color: #9CA0BF; }

  .tel_foot_bot .tel_foot_ban .foot_copy {
    display: flex;
    align-items: center;
    margin-left: 20px; }

  .tel_foot_bot .tel_foot_ban .foot_copy p {
    color: #9CA0BF; }

  .tel_foot_bot .tel_foot_ban .foot_copy a {
    color: #9CA0BF; }

  /* 手机底部导航 */
  .fixed_nav {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000; }

  .fixed_nav ul {
    justify-content: space-around;
    height: 100%;
    background-color: #fff; }

  .fixed_nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%; }

  .fixed_nav ul li > .ic {
    width: 30px; }

  .fixed_nav ul li > .ic img {
    width: 100%; }

  .fixed_nav ul li > .tx {
    margin: 5px 0; }

  .fixed_nav ul .tnav_active > .tx {
    color: #905253; }

  .fixed_nav ul li .ic .ig_active,
  .fixed_nav ul .tnav_active .ic img {
    display: none; }

  .fixed_nav ul .tnav_active .ic .ig_active {
    display: block; }

  @keyframes bounce_a {
    0%,
        20%,
        53%,
        80%,
        100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    40%,
        43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0);
      transform: translate3d(0, -14px, 0); }
    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0);
      transform: translate3d(0, -6px, 0); }
    90% {
      -webkit-transform: translate3d(0, -1px, 0);
      transform: translate3d(0, -1px, 0); } }
  .bounce_a {
    -webkit-animation-name: bounce_a;
    animation-name: bounce_a;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; }

  .fixed_nav .tel_phone {
    width: 49px;
    position: absolute;
    left: calc(50% - 25px);
    top: -22px;
    animation: bounce_a 2s infinite; }

  .fixed_nav .tel_phone a {
    display: block;
    width: 50px;
    height: 50px; }

  .fixed_nav .tel_phone a img {
    width: 100%; }

  /* 内页 */
  .n_banner img {
    width: 100%;
    left: 0;
    margin-left: 0; }

  .jm_xt .xt_a .xt_b {
    width: 48%; }

  .jm_xt .xt_a {
    justify-content: space-between; }

  .jm_xt .xt_a span {
    display: none; }

  .jm_xt .xt_a .xt_b img {
    width: 40px;
    margin-right: 5px; }

  .jm_xt .xt_a .xt_b .xt_text {
    position: relative; }

  .jm_xt .xt_a .xt_b .xt_text b {
    font-size: 14px; }

  .jm_xt .xt_a .xt_b .xt_text p {
    font-size: 12px;
    white-space: nowrap;
    transform: scale(0.75);
    position: absolute;
    left: -16px; }

  /* 内页 加盟 */
  .ys_a {
    flex-direction: column;
    height: auto; }

  .ys_a .ys_img {
    width: 100%; }

  .ys_a .ys_fr {
    width: 90%;
    margin: 0 auto; }

  .ys_a .ys_fr .ys_fr_ig {
    margin-top: 30px; }

  .ys_a .ys_fr .ys_icon {
    justify-content: space-between; }

  .ys_a .ys_fr .ys_icon .ys_ic {
    width: 48%;
    margin-top: 30px; }

  .ys_a .ys_fr .ys_icon .ys_ic b {
    font-size: 16px; }

  .ys_a02 .ys_fr .ys_fr_ig {
    padding-left: 0; }

  /* 加盟 渠道共生 */
  .qd_a {
    flex-direction: column; }

  .qd_a .qd_b {
    width: 100%;
    margin-bottom: 20px; }

  .yq_a {
    flex-wrap: wrap; }

  .yq_a .ya_b {
    width: 48%;
    margin-bottom: 10px; }

  .yq_a .ya_b .yq_text {
    width: 80%; }

  .yq_a .ya_b .yq_text b {
    font-size: 28px;
    margin-bottom: 0; }

  .yq_a .ya_b .yq_text p {
    font-size: 12px;
    line-height: 1.5; }

  /* 品牌故事 */
  .ppgs_a {
    margin-top: 0; }

  .title04 img {
    margin: 20px 0; }

  .ppgs_a .pp_fl .pp_line {
    display: none; }

  .ppgs_a .pp_fl {
    width: 100%;
    margin-right: 0; }

  .n_nzy_logo {
    margin-top: 40px; }

  .n_nzy_logo .pp_year b {
    width: 76px;
    font-size: 18px; }

  .n_nzy_logo .pp_year span {
    left: 92px; }

  .pp_text {
    margin-top: 40px; }

  .pp_text > b {
    font-size: 20px; }

  .pp_text .gs_b {
    margin-top: 40px;
    flex-direction: column;
    padding: 0; }

  .pp_text .gs_b .gs_c {
    width: 100%;
    margin-bottom: 20px; }

  .pp_text .gs_b .gs_text {
    height: 120px;
    padding: 30px 20px; }

  .pp_text .gs_b .gs_text b {
    font-size: 20px;
    margin-bottom: 16px; }

  .pp_text .gs_b .gs_text .gs_p p {
    font-size: 16px; }

  .gs_b .gs_text .gs_p a {
    width: 30px; }

  .gs_b .gs_text .gs_p a img {
    width: 100%; }

  .ppgs02_a {
    background: none;
    margin-top: 40px;
    padding-bottom: 0; }

  .ppgs02_a .ppgs02_b {
    height: auto;
    position: static; }

  .ppgs02_a .ppgs02_b > p {
    width: 100%; }

  .ppgs02_b .tel_ppgs02_img {
    width: 100%;
    margin: 30px 0; }

  .ppgs02_b .tel_ppgs02_img img {
    width: 100%; }

  .ppgs02_a .ppgs02_b .ppgs02_num {
    position: static;
    height: auto;
    margin-top: 0;
    padding: 20px; }

  .ppgs02_a .ppgs02_b .ppgs02_num ul {
    flex-wrap: wrap; }

  .ppgs02_a .ppgs02_b .ppgs02_num ul li {
    width: 100%;
    margin-bottom: 30px; }

  .ppgs02_a .ppgs02_b .ppgs02_num ul li img {
    width: 50px; }

  .ppgs02_cp {
    margin-top: 30px; }

  .n_cptj {
    width: 90%;
    padding-left: 0;
    margin-top: 30px; }

  .n_cptj .swiper02 {
    justify-content: space-between;
    padding-bottom: 2px; }

  .n_cptj .swiper02 .cp_bright {
    width: 48%; }

  /* 迈斯卡乐 */
  .color_card {
    margin-bottom: 60px; }

  .color_card .n_title b {
    font-size: 16px; }

  .color_card .n_title a {
    font-size: 12px;
    margin-left: 10px; }

  .color_card .swiper07 .swiper-slide a {
    width: 31%; }

  /* 产品 */
  .n_cptj02 .swiper02 .cp_bright {
    margin: 0 1%; }

  .n_nav a {
    width: calc(100% / 7);
    font-size: 12px; }

  .n_nav01 a {
    width: 30%;
    font-size: 16px; }

  .n_nav02 a {
    width: 20%; }

  /* 产品详情 */
  .cpys_a {
    margin: 0 auto;
    flex-direction: column; }

  .cpys_a .cpys_fl {
    width: 80%;
    margin: 0 auto; }

  .n_title img {
    height: 16px; }
  .n_title p {
    font-size: 14px;
    margin-left: 16px; }

  .cpys_a .cpys_fr ul {
    flex-wrap: wrap; }

  .cpys_a .cpys_fr ul li {
    width: 48%; }

  .cpys_a .cpys_fr > p {
    margin-bottom: 0; }

  .advantage_box {
    flex-direction: column; }

  .advantage_box .advantage_a {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }

  .advantage_box .advantage_a .advan_b {
    width: 48%; }

  .advantage_box .advantage_a .advan_b b {
    font-size: 18px; }

  .advantage_box .advantage_a .advan_b p {
    font-size: 14px;
    margin-left: 6px; }

  .pass_back .pass_b .pass_c .pass_text {
    width: 100%; }

  .pass_back {
    padding-top: 2px; }

  .pass_back .pass_b .pass_c {
    width: 100%;
    margin: 0;
    margin-bottom: 30px; }

  .pass_back .pass_b .pass_c .pass_text .pass_dui {
    margin-bottom: 10px;
    align-items: baseline; }

  .pass_back .pass_b .pass_c .pass_text .pass_dui p {
    font-size: 14px; }

  .technology_a .swiper08 .swiper-slide {
    flex-wrap: wrap;
    justify-content: center; }

  .technology_a .swiper08 .swiper-slide .sw08_list:nth-child(2n) {
    margin: 0; }

  .technology_a .swiper08 .sw08_line p {
    margin: 0;
    font-size: 16px; }

  .technology_a .swiper08 .sw08_line span {
    display: none; }

  .technology_a .swiper08 .sw08_line {
    top: 84%; }

  .technology_a .swiper08 .next08,
  .technology_a .swiper08 .prev08 {
    width: 30px;
    height: 30px; }

  .technology_a .swiper08 .swiper-slide .sw08_list p {
    width: 12px;
    font-size: 12px;
    top: 14px;
    right: 12px; }

  .description_a table tr td {
    padding: 20px 14px; }

  .core_a .core_b,
  .case_a .case_b {
    flex-direction: column; }

  .case_a .case_b .case_c {
    width: 100%;
    margin-bottom: 20px; }

  .core_a .core_b .core_f {
    width: 100%; }

  .core_a .core_b .core_f .core_c .core_text {
    margin-left: 20px; }

  .case_a .case_b .case_c p {
    line-height: 60px;
    font-size: 16px; }

  .fh_01 {
    width: 110px;
    height: 40px; }

  .fh_01 a {
    font-size: 16px; }

  .fh_01 img {
    width: 24px; }

  .fenye {
    margin: 20px 0 40px; }

  .fenye ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 6px; }

  .jp_nav {
    justify-content: space-between; }

  .jp_nav .jp_list {
    flex-direction: column;
    margin-left: 0; }

  .jp_nav .jp_list p {
    margin-left: 0;
    font-size: 16px; }

  .jp_nav .jp_list img {
    width: 30px; }

  .jsxq_a .jsxq_fr {
    margin-left: 10px; }

  .jsxq_a .next09,
  .jsxq_a .prev09 {
    width: 22px;
    height: 22px;
    top: 10%; }

  .jsxq_text {
    margin-top: 12px; }

  .jsxq_text .jsxq_t {
    flex-direction: column; }

  .jsxq_text .jsxq_t > p {
    margin-left: 0;
    margin-top: 12px;
    font-size: 14px; }

  .fh_02 {
    margin-bottom: 0; }

  .xw_a01 {
    margin-top: 20px; }

  .khpj_a .khpj_b {
    padding: 20px; }

  .khpj_a .khpj_b img {
    width: 12%;
    margin-right: 12px; }

  .khpj_a .khpj_b .khpj_text h5 a {
    font-size: 16px; }

  .khpj_a .khpj_b .khpj_text {
    padding-right: 10px; }

  .khpj_a .khpj_b .khpj_jt {
    display: none; }

  .khpj_new01_a .khpj_b .new_dete {
    width: 16%;
    margin-right: 6%; }

  .khpj_new01_a .khpj_b .new_dete b {
    font-size: 30px; }

  .khpj_new01_a .khpj_b .new_dete i {
    font-size: 14px; }

  .khpj_new01_a .khpj_b .new_line {
    display: none; }

  .khpj_new01_a .khpj_b .khpj_text {
    width: 84%; }

  .khpj_a .khpj_b .khpj_text h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px; }

  .xwxq_a {
    margin-top: 30px; }

  .xwxq_a .xwxq_fr {
    display: none; }

  .xwxq_a .xwxq_fl {
    width: 100%; }

  .xwxq_a .xwxq_fl h5 {
    font-size: 20px; }

  .xwxq_a .xwxq_fl > img {
    width: 100%; }

  .fh_03 {
    margin: 30px 0; }

  .contact_a .con_uls {
    flex-direction: column; }

  .contact_a .con_uls .con_lis {
    width: 100%;
    margin: 0; }

  .contact_a .con_uls .con_lis .con_lis_ic {
    margin-bottom: 12px; }

  .contact_a .con_uls .con_lis .con_lis_ic p {
    font-size: 14px;
    width: 60px;
    margin-right: 16px; }

  .contact_a .con_uls .con_lis .con_lis_ic i {
    font-size: 14px; }

  .contact_a .con_uls .con_lisqr {
    display: none; }

  .message_a {
    margin-top: 30px;
    padding: 30px 20px 60px; }

  .message_a .message_title {
    flex-direction: column; }

  .message_a .message_title .mess_text {
    margin-bottom: 10px; }

  .message_a .message_title .mess_text img {
    height: 18px; }

  .message_a .message_title .mess_text p {
    font-size: 14px; }

  .message_a .message_title .mess_img img,
  .message_a .message_title .mess_img {
    width: 100%; }

  .message_a form {
    flex-direction: column; }

  .message_a form .form_fl {
    width: 100%; }

  .message_a form .form_fl input {
    height: 40px;
    font-size: 14px; }

  .message_a form .form_fr textarea {
    font-size: 14px;
    height: 140px; }

  .message_a form .form_fr .form_bt .fotm_cz,
  .message_a form .form_fr .form_bt .fotm_tj {
    height: 50px;
    font-size: 14px; }

  .lxwm_back {
    padding: 20px 0 60px; }

  .rczp_a .rc_title ul {
    padding-left: 10px; }

  .rczp_a .rc_title ul li {
    width: 62px;
    font-weight: bold; }

  .rczp_a .rc_box .rc_top ul {
    padding-left: 10px; }

  .rczp_a .rc_box .rc_top ul li {
    width: 62px; }

  .rczp_a .rc_box .rc_top .rc_jt {
    display: none; }

  .rczp_a .rc_box .rc_bot {
    padding-left: 10px; }

  .core_img {
    margin-bottom: 60px; }

  .ryzz_a {
    margin: 40px auto; }

  .ry_a .ry_b {
    width: 48%;
    padding: 0 10px; }

  .ry_a .ry_b p {
    font-size: 12px; }

  .ryzz_a .prev10,
  .ryzz_a .next10 {
    width: 30px;
    height: 30px; }

  .n_adver {
    margin: 20px auto 40px; }

  .n_adver01 > img {
    margin-top: 0px;
    width: 100%; }

  .intro_a .pp_fl .intro_ul01 {
    flex-wrap: wrap;
    margin-bottom: 20px; }

  .intro_a .pp_fl .intro_ul01 li {
    margin: 10px 0;
    width: 48%;
    flex-direction: column; }

  .intro_a .pp_fl .intro_ul01 li p {
    text-align: center; }

  .intro_a .pp_fl .intro_ul01 li span {
    font-size: 20px;
    margin-right: 0; }

  .ppgs_a .pp_fl p {
    font-size: 14px; }

  .qywh_a .qywh_b {
    flex-direction: column; }

  .qywh_a .qywh_b .qywh_c {
    width: 100%; }

  .qywh_a .qywh_b .qywh_c > img {
    width: 50px; }

  .qywh_a > img {
    width: 100%; }

  .fzlc_a {
    padding-bottom: 30px; }

  .fzlc_a .pagination11 {
    display: none; }

  .fzlc_a .prev11,
  .fzlc_a .next11 {
    width: 40px;
    height: 40px; }

  .fzlc_a .sw11_line {
    display: none; }

  .fzlc_a .swiper11 .swiper-slide {
    overflow: hidden; }

  .fzlc_a .swiper11 .swiper-slide > b {
    font-size: 32px; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text {
    height: 270px; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t {
    padding: 20px 0 0 20px; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t b {
    margin-bottom: 6px; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_ic {
    padding-right: 10px; }

  .fzlc_a .swiper11 .swiper-slide .sw11_text .sw11_t p {
    line-height: 1.5; }

  .n_ad img {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s; }

  .jsxq_a .jsxq_fr {
    width: 100%;
    padding: 0;
    margin: 0; }

  .jsxq_a .jsxq_fr .swiper09 .swiper-slide {
    margin: 0;
    transform: scale(1);
    transition: all .5s; }

  .jsxq_a .jsxq_fr .swiper09 .swiper-slide-active {
    transform: scale(1);
    padding: 0;
    margin: 0; }

  .jsxq_a .jsxq_fr .swiper09 .swiper-slide-next {
    margin-left: 0; }

  .jsxq_a .prev09 {
    width: 30px;
    height: 30px;
    top: 42%;
    left: 0; }

  .jsxq_a .next09 {
    width: 30px;
    height: 30px;
    top: 42%;
    right: 0; }

  .jsxq_text .jsxq_t {
    margin: 0; }

  .n_banner .n_gjc,
  .i_banner .n_gjc {
    display: none; } }

/*# sourceMappingURL=nzy.css.map */
