.index .wrap_01, .index .wrap_02, .index .wrap_04 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.sh_btn {
  display: block;
  width: 200px;
  height: 50px;
  color: #222222;
  font-size: 24px;
  background-image: url("../new_images/08.png");
  background-size: cover;
  border-radius: 6px;
  text-align: center;
  line-height: 50px;
  margin-top: 60px;
  transition: .6s; }
  .sh_btn:hover {
    transform: translateX(10px); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .3s;
  z-index: 999; }
  header .layout {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center; }
    header .layout .nav_btn {
      display: none; }
    header .layout .r_box {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      header .layout .r_box nav {
        display: flex;
        flex-wrap: wrap; }
        header .layout .r_box nav a {
          display: block;
          color: #fff;
          font-size: 18px;
          padding: 0 15px; }
          header .layout .r_box nav a:hover {
            color: #ff662e; }
      header .layout .r_box .btn_box {
        display: flex; }
        header .layout .r_box .btn_box .phone {
          background-image: url("../new_images/02.jpg");
          width: 156px;
          height: 50px;
          background-size: cover;
          border-radius: 6px;
          overflow: hidden;
          display: flex;
          align-items: center;
          color: #ffffff;
          font-size: 16px;
          padding: 0 25px;
          justify-content: space-between; }
        header .layout .r_box .btn_box .sq {
          background-image: url("../new_images/03.jpg");
          width: 156px;
          height: 50px;
          background-size: cover;
          border-radius: 6px;
          overflow: hidden;
          margin-left: 30px;
          display: flex;
          align-items: center;
          color: #222222;
          font-size: 16px;
          padding: 0 25px;
          justify-content: space-between; }

.header_on {
  background: #fff; }
  .header_on .layout .r_box nav a {
    color: #000; }

footer {
  background-color: #283e52; }
  footer .box_01 {
    display: flex;
    padding: 3% 0;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    opacity: 0.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex-wrap: wrap; }
    footer .box_01 h6 {
      font-size: 160%; }
  footer .box_02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3% 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex-wrap: wrap; }
    footer .box_02 .item p {
      color: #ffffff;
      opacity: 0.5;
      font-size: 18px;
      line-height: 32px; }
    footer .box_02 .phone {
      display: flex;
      align-items: center;
      color: #ffffff;
      font-size: 16px;
      justify-content: space-between; }
      footer .box_02 .phone p {
        margin-left: 10px; }
  footer .box_03 {
    padding: 3% 0;
    text-align: center;
    color: #ffffff;
    opacity: 0.5; }

.index .banner_wrap {
  display: block;
  background-image: url("../new_images/01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  background-position-x: 40%; }
.index .zkjs_wrap {
  margin-bottom: 5%; }
  .index .zkjs_wrap .con_box {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #ff662e;
    border-radius: 20px;
    position: relative;
    transform: translateY(-20px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .index .zkjs_wrap .con_box .js_box {
      width: 50%; }
      .index .zkjs_wrap .con_box .js_box h6 {
        color: #ffffff;
        font-size: 24px;
        margin-bottom: 10px; }
      .index .zkjs_wrap .con_box .js_box .c_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 40px;
        background-color: #ffffff;
        border: solid 1px #eeeeee; }
        .index .zkjs_wrap .con_box .js_box .c_box .num {
          color: #666666;
          flex: 1;
          border-radius: 6px;
          display: flex;
          align-items: center;
          background-image: url("../new_images/14.png");
          background-repeat: no-repeat;
          background-position: 10px center;
          padding-left: 36px; }
          .index .zkjs_wrap .con_box .js_box .c_box .num input {
            height: 30px;
            border: none;
            outline: none;
            width: 60%;
            padding-left: 10px; }
        .index .zkjs_wrap .con_box .js_box .c_box .type {
          width: 20%;
          position: relative; }
          .index .zkjs_wrap .con_box .js_box .c_box .type .show {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #666666;
            font-size: 14px;
            position: relative;
            padding-left: 10px;
            padding-right: 10px; }
            .index .zkjs_wrap .con_box .js_box .c_box .type .show::before {
              position: absolute;
              width: 1px;
              height: 30px;
              background-color: #cccccc;
              content: '';
              left: 0;
              top: 50%;
              margin-top: -15px; }
            .index .zkjs_wrap .con_box .js_box .c_box .type .show img {
              transition: .6s; }
          .index .zkjs_wrap .con_box .js_box .c_box .type .on img {
            transform: rotate(-180deg); }
          .index .zkjs_wrap .con_box .js_box .c_box .type .sele_box {
            position: absolute;
            width: 100%;
            background: #fff;
            left: 1px;
            top: 155%;
            border-top: 1px solid #eee;
            border-radius: 0px 0px 6px 6px;
            display: none; }
            .index .zkjs_wrap .con_box .js_box .c_box .type .sele_box p {
              height: 36px;
              line-height: 36px;
              text-align: center;
              color: #666666;
              font-size: 14px;
              cursor: pointer; }
              .index .zkjs_wrap .con_box .js_box .c_box .type .sele_box p:hover {
                background-color: #f6f6f6; }
    .index .zkjs_wrap .con_box .jg_box {
      width: 30%; }
      .index .zkjs_wrap .con_box .jg_box h6 {
        color: #ffffff;
        font-size: 24px;
        margin-bottom: 10px; }
      .index .zkjs_wrap .con_box .jg_box input {
        width: 100%;
        height: 40px;
        background-color: #ffffff;
        border-radius: 6px;
        border: solid 1px #eeeeee;
        padding-left: 15px; }
    .index .zkjs_wrap .con_box .cx_box {
      width: 15%;
      height: 40px;
      background-color: #d4b10e;
      border-radius: 6px;
      text-align: center;
      line-height: 40px;
      color: #000;
      font-size: 16px;
      margin-top: 38px;
      cursor: pointer; }
  .index .zkjs_wrap .ma {
    color: #666666;
    font-size: 16px; }
.index .wrap_01 {
  background-image: url("../new_images/04.jpg");
  padding: 5% 0;
  position: relative; }
  .index .wrap_01 .wrap_01_md {
    position: absolute;
    top: 0; }
  .index .wrap_01 .con_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .index .wrap_01 .con_box .left_box {
      width: 30%; }
      .index .wrap_01 .con_box .left_box .tit {
        color: #ffffff;
        font-size: 40px;
        line-height: 50px;
        position: relative;
        padding-bottom: 70px; }
        .index .wrap_01 .con_box .left_box .tit::after {
          position: absolute;
          width: 160px;
          height: 4px;
          background-color: #ffd824;
          content: '';
          bottom: 40px;
          left: 0; }
      .index .wrap_01 .con_box .left_box .des {
        color: #ffffff;
        line-height: 36px;
        font-size: 18px; }
    .index .wrap_01 .con_box .right_box {
      width: 50%; }
      .index .wrap_01 .con_box .right_box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start; }
        .index .wrap_01 .con_box .right_box ul li {
          text-align: center;
          width: 45%;
          margin-bottom: 60px; }
          .index .wrap_01 .con_box .right_box ul li .pic {
            height: 100px;
            line-height: 100px; }
            .index .wrap_01 .con_box .right_box ul li .pic img {
              max-width: 80px;
              max-height: 80px; }
          .index .wrap_01 .con_box .right_box ul li h6 {
            color: #ffffff;
            font-size: 20px;
            margin-top: 8%;
            margin-bottom: 5%; }
          .index .wrap_01 .con_box .right_box ul li p {
            color: #ffffff;
            font-size: 16px;
            line-height: 26px; }
.index .wrap_02 {
  background-image: url("../new_images/05.jpg");
  padding: 5% 0; }
  .index .wrap_02 .tit {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 40px;
    position: relative; }
    .index .wrap_02 .tit::after {
      position: absolute;
      width: 160px;
      height: 4px;
      background-color: #ffd824;
      content: '';
      bottom: 20px;
      left: 50%;
      margin-left: -80px; }
  .index .wrap_02 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap; }
    .index .wrap_02 ul li {
      width: 220px;
      height: 310px;
      background-color: #ffffff;
      border-radius: 10px;
      text-align: center;
      padding: 50px 20px;
      transition: .6s; }
      .index .wrap_02 ul li:hover {
        transform: translateY(-10px); }
      .index .wrap_02 ul li h6 {
        color: #333333;
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 15px; }
      .index .wrap_02 ul li p {
        color: #96a3a9;
        font-size: 16px;
        line-height: 26px; }
  .index .wrap_02 .sh_btn {
    margin: 60px auto 0; }
.index .wrap_03 {
  background: #fff;
  padding: 5% 0; }
  .index .wrap_03 .tit {
    text-align: center;
    color: #333;
    font-size: 40px;
    padding-bottom: 40px;
    position: relative; }
    .index .wrap_03 .tit::after {
      position: absolute;
      width: 160px;
      height: 4px;
      background-color: #ffd824;
      content: '';
      bottom: 20px;
      left: 50%;
      margin-left: -80px; }
  .index .wrap_03 .des {
    padding: 0 15%;
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
    text-align: center; }
  .index .wrap_03 .card_box {
    padding: 0 15%;
    display: flex;
    justify-content: space-between;
    margin: 5% 0;
    align-items: center; }
    .index .wrap_03 .card_box .item {
      width: 40%;
      text-align: center; }
      .index .wrap_03 .card_box .item .pic {
        height: 230px;
        line-height: 230px; }
        .index .wrap_03 .card_box .item .pic img {
          max-width: 220px;
          max-height: 220px; }
      .index .wrap_03 .card_box .item p {
        color: #96a3a9;
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
  .index .wrap_03 .sh_btn {
    margin: 60px auto 0; }
.index .wrap_04 {
  background-image: url("../new_images/06.jpg");
  padding: 5% 0; }
  .index .wrap_04 .con_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .index .wrap_04 .con_box .tit {
      color: #333;
      font-size: 40px;
      padding-bottom: 40px;
      position: relative; }
      .index .wrap_04 .con_box .tit::after {
        position: absolute;
        width: 160px;
        height: 4px;
        background-color: #ffd824;
        content: '';
        bottom: 20px;
        left: 50%;
        margin-left: -80px; }
    .index .wrap_04 .con_box .fr_swiper {
      width: 600px;
      padding: 5% 0; }
      .index .wrap_04 .con_box .fr_swiper .swiper-slide {
        text-align: center; }
        .index .wrap_04 .con_box .fr_swiper .swiper-slide img {
          background: #fff; }
        .index .wrap_04 .con_box .fr_swiper .swiper-slide p {
          color: #333333;
          font-size: 20px;
          margin-top: 15px; }
      .index .wrap_04 .con_box .fr_swiper .swiper-pagination-bullet {
        width: 50px;
        height: 4px;
        background-color: #333333;
        border-radius: 2px;
        opacity: 0.2; }
      .index .wrap_04 .con_box .fr_swiper .swiper-pagination-bullet-active {
        background-color: #ffd824;
        opacity: 1; }
.index .wrap_05 {
  padding: 5% 0;
  position: relative; }
  .index .wrap_05 .wrap_05_md {
    position: absolute;
    top: 0; }
  .index .wrap_05 .tit {
    text-align: center;
    color: #333;
    font-size: 40px;
    padding-bottom: 40px;
    position: relative; }
    .index .wrap_05 .tit::after {
      position: absolute;
      width: 160px;
      height: 4px;
      background-color: #ffd824;
      content: '';
      bottom: 20px;
      left: 50%;
      margin-left: -80px; }
  .index .wrap_05 .q_list li .t {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    color: #333333; }
    .index .wrap_05 .q_list li .t i {
      color: #333333; }
  .index .wrap_05 .q_list li .c {
    display: none;
    color: #777777;
    font-size: 16px;
    line-height: 30px; }
  .index .wrap_05 .q_list .on .t {
    color: #0088bf; }
    .index .wrap_05 .q_list .on .t i {
      color: #0088bf; }

.inside .banner_wrap {
  display: block;
  background-image: url("../new_images/08.jpg");
  background-size: cover;
  max-height: 400px;
  height: 400px; }
.inside .mian_wrap {
  padding: 5% 15%;
  background-color: #f1f1f1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
  .inside .mian_wrap .sq_pop {
    display: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 40%;
    z-index: 1001;
    padding: 3% 3%; }
    .inside .mian_wrap .sq_pop h6 {
      color: #fff;
      font-size: 24px; }
    .inside .mian_wrap .sq_pop ul {
      margin-top: 20px; }
      .inside .mian_wrap .sq_pop ul li {
        font-size: 16px;
        line-height: 32px; }
        .inside .mian_wrap .sq_pop ul li span {
          color: #ce3504; }
        .inside .mian_wrap .sq_pop ul li em {
          color: #ffffff; }
          .inside .mian_wrap .sq_pop ul li em i {
            color: #999; }
        .inside .mian_wrap .sq_pop ul li p {
          color: #999999; }
        .inside .mian_wrap .sq_pop ul li .xz_box {
          max-width: 450px;
          position: relative;
          padding-left: 22px; }
          .inside .mian_wrap .sq_pop ul li .xz_box input {
            display: none; }
          .inside .mian_wrap .sq_pop ul li .xz_box label {
            position: absolute;
            width: 18px;
            height: 18px;
            border: solid 2px #666666;
            top: 7px;
            left: 0;
            border-radius: 50%;
            background-size: cover;
            background-repeat: no-repeat; }
          .inside .mian_wrap .sq_pop ul li .xz_box input:checked + label {
            background-image: url("../new_images/32.png");
            border: none; }
          .inside .mian_wrap .sq_pop ul li .xz_box i {
            color: #fff;
            font-size: 16px; }
            .inside .mian_wrap .sq_pop ul li .xz_box i strong {
              color: #999; }
    .inside .mian_wrap .sq_pop .xz_btn {
      width: 163px;
      height: 40px;
      background-color: #ce3504;
      border-radius: 5px;
      text-align: center;
      line-height: 40px;
      color: #ffffff;
      font-size: 16px;
      display: block;
      margin-top: 15px; }
    .inside .mian_wrap .sq_pop .close_btn {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
      .inside .mian_wrap .sq_pop .close_btn i {
        color: #fff; }
  .inside .mian_wrap .sq_pop_gr {
    left: 15%; }
  .inside .mian_wrap .sq_pop_gs {
    left: 50%; }
  .inside .mian_wrap .item {
    position: relative;
    width: 47%;
    background: #fff;
    padding: 8% 0; }
    .inside .mian_wrap .item .tit_box {
      position: absolute;
      top: -37px;
      left: 37px; }
    .inside .mian_wrap .item .con_box ul li {
      height: 147px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .inside .mian_wrap .item .con_box ul li .des {
        color: #333333;
        font-size: 16px;
        text-align: right; }
        .inside .mian_wrap .item .con_box ul li .des p {
          font-size: 16px;
          color: #666;
          margin-top: 5px; }
    .inside .mian_wrap .item .con_box ul .ty1 .con_box {
      margin-left: -40px; }
    .inside .mian_wrap .item .con_box ul .ty1 .des {
      margin-left: 20px; }
    .inside .mian_wrap .item .con_box ul .ty2 {
      margin-left: -10px;
      margin-left: -77px;
      margin-top: -3px; }
      .inside .mian_wrap .item .con_box ul .ty2 .con_box {
        margin-right: -40px; }
      .inside .mian_wrap .item .con_box ul .ty2 .des {
        margin-right: 20px; }
    .inside .mian_wrap .item .con_box ul .i1 a {
      animation: ani 1s linear infinite alternate; }
@keyframes ani {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1.1); } }
    .inside .mian_wrap .item .con_box ul .i1 {
      margin-left: 3px; }
    .inside .mian_wrap .item .con_box ul .i2 {
      margin-left: -76px; }
      .inside .mian_wrap .item .con_box ul .i2 .con_box {
        margin-right: -37px; }
    .inside .mian_wrap .item .con_box ul .i3 {
      margin-left: 0;
      margin-top: -3px; }
      .inside .mian_wrap .item .con_box ul .i3 .con_box {
        margin-right: 0; }
    .inside .mian_wrap .item .con_box ul .i4 {
      margin-left: -125px; }
      .inside .mian_wrap .item .con_box ul .i4 .con_box {
        margin-right: -35px; }
    .inside .mian_wrap .item .con_box ul .i5 {
      margin-top: -2px; }
    .inside .mian_wrap .item .con_box ul .i6 {
      margin-left: -113px; }
    .inside .mian_wrap .item .btn_box {
      position: absolute;
      right: 10%;
      top: 41%;
      cursor: pointer;
      z-index: 90;
      animation: ani 1s linear infinite alternate; }
@keyframes ani {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1.1); } }
@media screen and (max-width: 1200px) {
  .index .banner_wrap {
    height: 500px; }

  .inside .banner_wrap {
    max-height: 300px;
    height: 300px; }

  .index .wrap_01 .wrap_01_md {
    top: -100px; }

  .index .wrap_05 .wrap_05_md {
    top: -100px; }

  header .layout .r_box nav {
    width: 100%;
    display: none;
    position: fixed;
    top: 100px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: stretch; }
    header .layout .r_box nav a {
      width: 100%;
      text-align: center;
      height: 70px;
      line-height: 70px;
      color: #fff !important; }
  header .layout .r_box .btn_box {
    position: fixed;
    display: block;
    right: 0;
    top: 100px; }

  header .layout .r_box .btn_box .sq {
    margin-left: 0;
    margin-top: 5px; }

  header .layout .nav_btn {
    display: block;
    font-size: 30px;
    color: #000;
    cursor: pointer; }

  header {
    background: #fff; }

  body {
    padding-top: 100px; }

  .index .zkjs_wrap .con_box .js_box h6 {
    font-size: 18px; }

  .index .zkjs_wrap .con_box {
    padding-top: 2%;
    padding-bottom: 2%; }

  .index .zkjs_wrap .con_box .jg_box h6 {
    font-size: 18px; }

  .index .zkjs_wrap .con_box .js_box {
    width: 100%;
    margin-bottom: 10px; }

  .index .zkjs_wrap .con_box .cx_box {
    width: 25%; }

  .index .zkjs_wrap .con_box .jg_box {
    width: 50%; }

  .inside .mian_wrap {
    padding: 5%; } }
@media screen and (max-width: 850px) {
  .index .banner_wrap {
    height: 430px;
    background-image: url("../new_images/33.jpg"); } }
@media screen and (max-width: 800px) {
  .index .banner_wrap {
    height: 400px; }

  .layout {
    padding: 0 3%; }

  .index .wrap_01 .con_box .left_box .tit {
    font-size: 24px; }

  .index .wrap_01 .con_box .left_box .des {
    font-size: 14px; }

  .inside .mian_wrap .item {
    width: 49.5%; }

  .inside .mian_wrap {
    padding: 3% 1%; } }
@media screen and (max-width: 500px) {
  .index .banner_wrap {
    height: 340px;
    background-image: url("../new_images/34.jpg"); } }
@media screen and (max-width: 460px) {
  .inside .banner_wrap {
    max-height: 200px;
    height: 200px; }

  .inside .mian_wrap .item .con_box ul li .des p {
    font-size: 14px; }

  .index .wrap_01 .wrap_01_md {
    top: -60px; }

  .index .wrap_05 .wrap_05_md {
    top: -60px; }

  header .layout .r_box nav {
    top: 60px; }

  body {
    padding-top: 60px; }

  header .layout {
    height: 60px; }
    header .layout .loago img {
      width: 150px; }

  header .layout .r_box {
    top: 60px; }

  .index .zkjs_wrap .con_box {
    padding-left: 10px;
    padding-right: 10px; }

  .index .zkjs_wrap .con_box .js_box .c_box .num input {
    width: 50%; }

  .index .zkjs_wrap .con_box .js_box h6 {
    font-size: 14px; }

  .index .zkjs_wrap .con_box .jg_box h6 {
    font-size: 14px; }

  .index .zkjs_wrap .con_box .js_box .c_box .num {
    font-size: 12px; }

  .index .zkjs_wrap .con_box .js_box .c_box .type {
    width: 25%; }

  .index .zkjs_wrap .con_box .jg_box {
    width: 65%; }

  .index .zkjs_wrap .con_box .cx_box {
    width: 32%;
    margin-top: 30px; }

  .index .zkjs_wrap .ma {
    font-size: 12px; }

  .index .wrap_01 .con_box .left_box {
    width: 100%; }

  .index .wrap_01 .con_box .right_box {
    width: 100%; }

  .index .wrap_01 .con_box .left_box .tit {
    font-size: 18px;
    line-height: 30px; }

  .index .wrap_01 .con_box .left_box .tit::after {
    bottom: 25px; }

  .index .wrap_01 .con_box .left_box .tit {
    padding-bottom: 50px; }

  .sh_btn {
    margin-top: 15px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px; }

  .index .wrap_01 .con_box .right_box ul li .pic img {
    max-width: 50px;
    max-height: 50px; }

  .index .wrap_01 .con_box .right_box ul li .pic {
    height: 70px;
    line-height: 70px; }

  .index .wrap_01 .con_box .right_box ul li {
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; }

  .index .wrap_01 .con_box .right_box ul li h6 {
    font-size: 16px; }

  .index .wrap_01 .con_box .right_box ul li p {
    font-size: 12px;
    line-height: 16px; }

  .index .wrap_02 .tit {
    font-size: 28px; }

  .index .wrap_02 ul li {
    width: 100%;
    margin-bottom: 10px; }

  .index .wrap_02 .sh_btn {
    margin-top: 20px !important; }

  .index .wrap_03 .tit {
    font-size: 28px; }

  .index .wrap_03 .des {
    padding: 0 3%; }

  .index .wrap_03 .card_box {
    padding: 0 3%;
    align-items: stretch; }

  .index .wrap_03 .card_box .item .pic img {
    max-width: 100px;
    max-height: 100px; }

  .index .wrap_03 .card_box .item .pic {
    height: 120px;
    line-height: 120px; }

  .index .wrap_03 .des {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px; }

  .index .wrap_03 .card_box .item {
    width: 47%; }

  .index .wrap_03 .card_box .item p {
    font-size: 14px; }

  .index .wrap_03 .sh_btn {
    margin-top: 20px; }

  .index .wrap_04 .con_box .tit {
    width: 100%;
    text-align: center;
    font-size: 28px; }

  .index .wrap_05 .tit {
    font-size: 28px; }

  .index .wrap_05 .q_list li .t {
    padding: 12px 0; }
    
  footer .box_01 h6 {
    width: 100%;
    padding-top: 15px;
    text-align: left; }

  footer .box_01 span {
    width: 100%;
    text-align: left; }

  footer .box_02 .item {
    width: 100%; }

  footer .box_02 .phone {
    justify-content: flex-end;
    margin-top: -50px; }

  footer .box_02 .item p {
    font-size: 12px;
		line-height: 20px; }

  footer .box_02 .phone p {
    display: none; }

  .inside .mian_wrap .item {
    width: 100%;
    margin-top: 20px; }

  .inside .mian_wrap {
    padding: 1%; }

  .inside .mian_wrap .item .tit_box img {
    width: 150px; }

  .inside .mian_wrap .item .tit_box {
    position: absolute;
    top: -21px;
    left: 21px; }

  .inside .mian_wrap .sq_pop {
    left: 0;
    top: 20%; }

  header .layout .r_box .btn_box {
    top: 60px; }

  header .layout .r_box .btn_box .phone {
    width: 120px;
    height: 30px;
    line-height: 40px;
    margin-bottom: 10px; }
    header .layout .r_box .btn_box .phone p {
      font-size: 12px; }
    header .layout .r_box .btn_box .phone img {
      width: 20px; }

  header .layout .r_box .btn_box .sq {
    width: 120px;
    height: 30px;
    line-height: 40px; }
    header .layout .r_box .btn_box .sq p {
      font-size: 12px; }
    header .layout .r_box .btn_box .sq img {
      width: 20px; } }

@media screen and (min-width: 1201px) {
  header .layout .r_box nav {
    display: flex !important; } }

/*# sourceMappingURL=css.css.map */
