﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px; }

a {
  text-decoration: none;
  color: black; }

li {
  list-style: none; }

img {
  vertical-align: top;
  border: none; }

button {
  border: 0;
  outline: none;
  -webkit-appearance: none; }

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

input, textarea {
  outline: none;
  border: none; }

textarea {
  resize: none;
  overflow: auto; }

i {
  font-weight: normal; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input {
  -moz-appearance: textfield; }

.animated {
  visibility: visible !important; }

.J_clear {
  clear: both; }

html {
  font-size: 100px; }

@media (min-width: 320px) {
  html {
    font-size: 50px; } }
@media (min-width: 360px) {
  html {
    font-size: 56.25px; } }
@media (min-width: 400px) {
  html {
    font-size: 62.5px; } }
@media (min-width: 640px) {
  html {
    font-size: 100px; } }
html::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

html::-webkit-scrollbar-thumb {
  background: #00603a;
  border-radius: 6px; }

html::-webkit-scrollbar-corner {
  background: #00603a; }

.formError {
  width: 280px;
  pointer-events: none;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 101;
  background-color: #f6f6f6;
  border: 1px solid #ec2c31;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: .6s all; }
  .formError.active {
    opacity: 1; }
  .formError i {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto; }
    .formError i.success {
      background: url("../images/success.png") no-repeat;
      background-size: contain; }
    .formError i.fail {
      background: url("../images/fail.png") no-repeat;
      background-size: contain; }
  .formError h6 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-align: center; }

.public_title {
  width: 385px;
  margin: 0 auto;
  font-weight:bold;
  text-align: center;
  font-size: 36px;
  color: #00603a;
  line-height: 30px;
  text-transform: uppercase; }
  .public_title span {
    display: block;
    margin-top: 15px;
    font-size: 24px;
    color: #00603a;
    line-height: 30px;
    text-align: center;
    position: relative; }
    .public_title span:before {
      content: '';
      opacity: 1;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 120px;
      height: 1px;
      background-color: #00603a; }
    .public_title span:after {
      content: '';
      opacity: 1;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 120px;
      height: 1px;
      background-color: #00603a; }

.public_title2 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  font-weight: bold; }
  .public_title2 span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
    font-weight: bold; }

.public_dl {
  width: 100%;
  background-color: #00603a; }
  .public_dl dl {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: unset; }
    .public_dl dl dd {
      width: 20%;
      padding: 62px 0;
      text-align: center;
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      border-right: 1px solid #bedbdd;
      transition: .4s all; }
      .public_dl dl dd:first-child {
        border-left: 1px solid #bedbdd; }
      .public_dl dl dd span {
        display: block;
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-weight: normal;
        margin-top: 22px;
        transition: .4s all; }
      .public_dl dl dd:hover {
        background-color: #bdf5f8;
        color: #00603a; }
        .public_dl dl dd:hover span {
          color: #00603a; }
      .public_dl dl dd.active {
        background-color: #bdf5f8;
        color: #00603a; }
        .public_dl dl dd.active span {
          color: #00603a; }
      .public_dl dl dd > a {
        display: block;
        padding: 41.5px 0;
        width: 100%;
        text-align: center;
        font-size: 36px;
        color: #fff;
        font-weight: bold;
        transition: .4s all; }
        .public_dl dl dd > a span {
          display: block;
          font-size: 14px;
          color: #fff;
          text-align: center;
          font-weight: normal;
          margin-top: 22px;
          transition: .4s all; }

main {
  width: 100%;
  background-color: #f5f5f5; }
  main .joan1 {
    width: 100%;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 80px; }
    main .joan1 ul {
      width: 1400px;
      margin: 0 auto;
      margin-top: 40px; }
      main .joan1 ul:after {
        content: '';
        display: block;
        clear: both; }
      main .joan1 ul li {
        width: 23.22%;
        float: left;
        overflow: hidden;
        position: relative; }
        main .joan1 ul li:before {
          content: '';
          opacity: 0;
          display: block;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4);
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          pointer-events: none;
          transition: .4s all; }
        main .joan1 ul li a {
          display: block;
          width: 100%;
          position: relative; }
          main .joan1 ul li a figure {
            display: block;
            width: 100%;
            position: relative;
            padding: 44.7%; }
            main .joan1 ul li a figure img {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              object-fit: cover;
              left: 0;
              top: 0; }
          main .joan1 ul li a h6 {
            width: 260px;
            font-size: 16px;
            position: absolute;
            bottom: -40%;
            left: 50%;
            transform: translateX(-50%);
            padding: 15px 65px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            color: #fff;
            z-index: 3;
            transition: .8s all; }
        main .joan1 ul li + li {
          margin-left: 2.48%; }
        main .joan1 ul li:first-child {
          width: 48.6%;
          float: left; }
          main .joan1 ul li:first-child a figure {
            padding: 45.6%; }
        main .joan1 ul li:nth-of-type(n+4) {
          margin-top: 2.85%; }
        main .joan1 ul li:last-child {
          background-color: #00603a; }
          main .joan1 ul li:last-child:hover:after {
            transform: translateX(-50%) translateY(-50%) scale(0.9); }
          main .joan1 ul li:last-child:hover:before {
            transform: translateX(-50%) translateY(-50%) scale(1); }
          main .joan1 ul li:last-child a {
            padding: 44.85%;
            position: relative;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center; }
            main .joan1 ul li:last-child a div {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%); }
              main .joan1 ul li:last-child a div figure {
                width: 70px;
                padding: 0;
                margin: 0 auto; }
                main .joan1 ul li:last-child a div figure img {
                  width: 100%;
                  object-fit: contain;
                  position: static; }
              main .joan1 ul li:last-child a div h6 {
                position: static;
                transform: none;
                margin-top: 8px;
                color: #fff;
                font-size: 16px;
                text-align: center;
                padding: 0;
                border: none;
                width: auto; }
          main .joan1 ul li:last-child:before {
            content: '';
            opacity: 1;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%) scale(0.9);
            border: 1px solid #fff;
            background-color: transparent;
            transition: .4s all;
            pointer-events: none; }
          main .joan1 ul li:last-child:after {
            content: '';
            opacity: 1;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            border: 1px solid #fff;
            background-color: transparent;
            transition: .4s all;
            pointer-events: none; }
        main .joan1 ul li:hover:before {
          opacity: 1; }
        main .joan1 ul li:hover a h6 {
          bottom: 7%; }
  main .joan2 {
    width: 100%;
    padding-bottom: 80px; }
    main .joan2 ul {
      width: 100%;
      height: 680px;
      background-color: #00603a;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      main .joan2 ul li {
        width: 50%; }
        main .joan2 ul li figure {
          display: block;
          width: 100%;
          position: relative;
          padding: 35.51%;
          min-height: 680px; }
          main .joan2 ul li figure img {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            object-fit: cover;
            left: 0;
            top: 0; }
        main .joan2 ul li + li {
          max-width: 699px;
          padding-left: 48px; }
          main .joan2 ul li + li p {
            margin-top: 40px;
            font-size: 16px;
            color: #fff;
            line-height: 30px; }
          main .joan2 ul li + li a {
            display: block;
            width: 150px;
            margin-top: 68px;
            font-size: 18px;
            color: #fff;
            padding: 10px 0;
            text-align: center;
            border: 2px solid #fff;
            border-radius: 50px;
            transition: .4s all; }
            main .joan2 ul li + li a:hover {
              background-color: #00603a;
              border-color: #00603a;
              color: #fff; }
  main .joan3 {
    width: 100%;
    padding-bottom: 60px; }
    main .joan3 .joan3_title {
      width: 1400px;
      margin: 0 auto;
      border-bottom: 1px solid #00603a;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      main .joan3 .joan3_title .public_title2 {
        color: #00603a;
        display: inline-block;
        border: none;
        padding-bottom: 15px; }
        main .joan3 .joan3_title .public_title2 span {
          color: #00603a; }
      main .joan3 .joan3_title ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        main .joan3 .joan3_title ul li {
          width: 150px; }
          main .joan3 .joan3_title ul li + li {
            margin-left: 10px; }
          main .joan3 .joan3_title ul li a {
            display: block;
            width: 100%;
            text-align: center;
            padding: 13px 0;
            border: 1px solid #00603a;
            transition: .4s all;
            border-radius: 50px;
            color: #00603a;
            font-size: 16px; }
          main .joan3 .joan3_title ul li:hover a {
            background-color: #00603a;
            color: #fff;
            border-color: #00603a; }
          main .joan3 .joan3_title ul li.active a {
            background-color: #00603a;
            color: #fff;
            border-color: #00603a; }
    main .joan3 .joan3_view {
      width: 1400px;
      margin: 0 auto;
      margin-top: 50px;
      position: relative; }
      main .joan3 .joan3_view .swiper-container dl dd {
        padding: 1px; }
        main .joan3 .joan3_view .swiper-container dl dd a {
          display: block;
          border: 1px solid #ddd;
          padding: 20px;
          transition: .4s all; }
          main .joan3 .joan3_view .swiper-container dl dd a figure {
            display: block;
            width: 100%;
            position: relative;
            padding: 40.6%; }
            main .joan3 .joan3_view .swiper-container dl dd a figure img {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              object-fit: cover;
              left: 0;
              top: 0; }
          main .joan3 .joan3_view .swiper-container dl dd a h6 {
            margin-top: 30px;
            text-align: Center;
            color: #00603a;
            font-size: 16px; }
        main .joan3 .joan3_view .swiper-container dl dd:hover a {
          border-color: #00603a; }
      main .joan3 .joan3_view .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-image: url("../images/case_button.jpg");
        background-size: contain;
        left: -75px;
        cursor: pointer; }
      main .joan3 .joan3_view .swiper-button-next {
        width: 50px;
        height: 50px;
        background-image: url("../images/case_button.jpg");
        background-size: contain;
        right: -75px;
        transform: rotate(180deg);
        cursor: pointer; }
  main .joan4 {
    width: 100%;
    background: url("../images/joan.jpg") no-repeat;
    background-size: cover;
    padding-top: 80px; }
    main .joan4 > div {
      width: 100%; }
      main .joan4 > div .joan4_title {
        width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        main .joan4 > div .joan4_title .public_title {
          width: 495px;
          margin-bottom: 42px; }
          main .joan4 > div .joan4_title .public_title span {
            color: #fff; }
            main .joan4 > div .joan4_title .public_title span:before {
              background-color: #fff; }
            main .joan4 > div .joan4_title .public_title span:after {
              background-color: #fff; }
        main .joan4 > div .joan4_title p {
          width: 80%;
          margin: 0 auto;
          font-size: 18px;
          line-height: 30px;
          color: #fff;
          text-align: center; }
        main .joan4 > div .joan4_title a {
          display: inline-block;
          margin: 0 auto;
          margin-top: 55px;
          font-size: 18px;
          color: #fff;
          font-weight: bold;
          width: 150px;
          padding: 8px 0;
          border: 2px solid #fff;
          text-align: center;
          border-radius: 50px;
          transition: .4s all; }
          main .joan4 > div .joan4_title a:hover {
            background-color: #00603a;
            border-color: #00603a; }
        main .joan4 > div .joan4_title figure {
          display: block;
          width: 53.7373%;
          position: relative;
          padding: 6.5%;
          margin: 0 auto; }
          main .joan4 > div .joan4_title figure img {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            object-fit: contain;
            left: 0;
            top: 0; }
      main .joan4 > div .public_dl {
        margin-top: 80px;
        background-color: transparent;
        border-top: 1px solid #c7ccd1; }
        main .joan4 > div .public_dl dl dd {
          width: 16.6666%;
          padding: 0;
          border-right: 1px solid #c7ccd1;
          position: relative; }
          main .joan4 > div .public_dl dl dd:first-child {
            border-left: 1px solid #c7ccd1; }
          main .joan4 > div .public_dl dl dd figure {
            width: 50px;
            height: 44px;
            margin: 0 auto; }
            main .joan4 > div .public_dl dl dd figure img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
          main .joan4 > div .public_dl dl dd span {
            font-size: 16px;
            color: #fff;
            line-height: 30px;
            font-weight: bold; }
          main .joan4 > div .public_dl dl dd:before {
            content: '';
            opacity: 1;
            display: block;
            width: 0;
            height: 5px;
            background-color: #00603a;
            transition: .4s all;
            position: absolute;
            bottom: 0;
            left: 0; }
          main .joan4 > div .public_dl dl dd:hover {
            background-color: rgba(0, 0, 0, 0.4); }
            main .joan4 > div .public_dl dl dd:hover:before {
              width: 100%; }
  main .joan5 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px; }
    main .joan5 > div {
      width: 1400px;
      margin: 0 auto; }
      main .joan5 > div .public_title {
        width: 455px;
        font-weight: bold; }
        main .joan5 > div .public_title span {
          font-weight: bold; }
      main .joan5 > div ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
        margin-top: 52px; }
        main .joan5 > div ul li {
          width: 45.92857%; }
          main .joan5 > div ul li .news_title {
            font-size: 18px;
            font-weight: bold;
            color: #00603a;
            padding-bottom: 18px;
            border-bottom: 1px solid #e3e3e3;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: space-between;
            justify-content: space-between; }
            main .joan5 > div ul li .news_title span {
              font-size: 12px;
              color: #849398;
              text-transform: uppercase;
              margin-left: 12px; }
            main .joan5 > div ul li .news_title a {
              font-size: 14px;
              color: #00603a;
              float: right;
              padding-right: 22px;
              background: url("../images/joan5_title.png") no-repeat right;
              background-size: 10px 12px;
              transition: .4s all; }
              main .joan5 > div ul li .news_title a:hover {
                color: #849398; }
          main .joan5 > div ul li dl {
            width: 100%;
            margin-top: 30px; }
            main .joan5 > div ul li dl dd div {
              width: 100%;
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              align-content: space-between;
              justify-content: space-between;
              background-color: #00603a; }
              main .joan5 > div ul li dl dd div h6 {
                width: 31.25%;
                display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center; }
                main .joan5 > div ul li dl dd div h6 p {
                  font-size: 32px;
                  color: #fff; }
                  main .joan5 > div ul li dl dd div h6 p span {
                    display: inline-block;
                    font-size: 16px;
                    color: #fff;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #fff; }
              main .joan5 > div ul li dl dd div figure {
                display: block;
                width: 68.75%;
                position: relative;
                padding: 23.4%; }
                main .joan5 > div ul li dl dd div figure img {
                  width: 100%;
                  height: 100%;
                  display: block;
                  position: absolute;
                  object-fit: cover;
                  left: 0;
                  top: 0; }
            main .joan5 > div ul li dl dd a {
              display: block;
              width: 100%;
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              justify-content: flex-start;
              padding: 20px 0;
              border-top: 1px solid #e3e3e3;
              border-bottom: 1px solid #e3e3e3; }
              main .joan5 > div ul li dl dd a:first-child {
                border-top: none; }
              main .joan5 > div ul li dl dd a p {
                width: 80%;
                font-size: 16px;
                color: #00603a;
                transition: .4s all;}
              main .joan5 > div ul li dl dd a span {
                width: 20%;
                font-size: 16px;
                color: #00603a;
                transition: .4s all;
                text-align: right; }
            main .joan5 > div ul li dl dd:hover a p {
              color: #00603a; }
            main .joan5 > div ul li dl dd:hover a span {
              color: #00603a; }
              main .joan5 > div ul li dl dd div a{padding:0;}
  main .joan6 {
    width: 100%;
    background: url("../images/service_bag.jpg") no-repeat;
    background-size: cover;
    padding: 50px 0; }
    main .joan6 > div {
      width: 1400px;
      margin: 0 auto; }
      main .joan6 > div h4 {
        font-size: 24px;
        color: #fff;
        text-align: center;
        text-transform: uppercase; }
        main .joan6 > div h4 span {
          display: block;
          font-size: 24px;
          line-height: 30px;
          color: #fff;
          text-align: center; }

@media screen and (max-width: 1560px) {
  main .joan3 .joan3_view {
    padding: 0 5%; }

  main .joan3 .joan3_view .swiper-button-prev {
    left: 0; }

  main .joan3 .joan3_view .swiper-button-next {
    right: 0; } }
@media screen and (max-width: 1400px) {
  main .joan1 {
    padding: 3%; }

  main .joan1 ul {
    width: 100%; }

  main .joan1 ul li a h6 {
    width: 80%;
    padding: 15px 0;
    text-align: center; }

  main .joan2 {
    padding: 3%; }

  main .joan2 ul li + li {
    padding: 2%; }

  .public_dl dl {
    width: 100%; }

  .public_dl dl dd {
    padding: 62px 2%; }

  .public_dl dl dd:first-child {
    border-left: none; }

  .public_dl dl dd:last-child {
    border-right: none; }

  main .joan3 {
    padding: 3%; }

  main .joan3 .joan3_title {
    width: 100%; }

  main .joan3 .joan3_view {
    width: 100%; }

  main .joan4 > div .joan4_title {
    width: 100%; }

  main .joan5 {
    padding: 3%; }

  main .joan5 > div {
    width: 100%; }

  main .joan5 > div ul li {
    width: 47.5%; }

  main .joan6 {
    padding: 3%; }

  main .joan6 > div {
    width: 100%; } }
@media screen and (max-width: 1200px) {
  main .joan3 .joan3_title ul li a {
    padding: 8px 0; }

  .public_title {
    width: 320px;
    font-size: 28px; }

  .public_title span:before {
    width: 100px; }

  .public_title span:after {
    width: 100px; }

  main .joan1 ul li:last-child a div figure {
    width: 50px; }

  main .joan1 ul {
    margin-top: 30px; }

  main .joan2 ul {
    height: auto; }

  main .joan2 ul li {
    width: 100%; }

  main .joan2 ul li + li {
    max-width: 100%; }

  main .joan2 ul li:nth-of-type(1) {
    position: relative; }

  main .joan2 ul li:nth-of-type(2) {
    order: -1; }

  .public_dl dl dd {
    border-bottom: 1px solid #fff;
    width: 50%;
    padding: 45px 2%; }

  .public_dl dl dd:last-child {
    width: 100%; }

  main .joan2 ul li figure {
    padding: 29%;
    min-height: auto; }

  main .joan2 ul li + li h4 {
    padding-bottom: 15px; }

  main .joan2 ul li + li p {
    margin-top: 20px; }

  main .joan2 ul li + li a {
    margin-top: 25px;
    padding: 8px 0; }

  .public_dl dl dd:nth-of-type(2n) {
    border-right: none; }

  main .joan3 .joan3_title {
    border-bottom: none; }

  .public_title2 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px; }

  main .joan3 .joan3_title ul {
    margin: 0 auto; }

  main .joan3 .joan3_view {
    margin-top: 3%;
    padding: 0 7%; }

  main .joan3 .joan3_view .swiper-container dl dd a {
    padding: 10px; }

  main .joan3 .joan3_view .swiper-button-prev {
    width: 35px;
    height: 35px; }

  main .joan3 .joan3_view .swiper-button-next {
    width: 35px;
    height: 35px; }

  main .joan4 > div .public_dl dl dd {
    width: 33.3333%; } }
@media screen and (max-width: 1024px) {
  main .joan1 ul li + li {
    margin-top: 2.85%;
    margin-left: 0; }

  main .joan1 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }

  main .joan1 ul:after {
    display: none; }

  main .joan1 ul li:first-child {
    width: 100%;
    float: none; }

  main .joan1 ul li {
    width: 48%;
    float: none; }

  main .joan5 > div ul li {
    width: 100%;
    border: 1px solid #00603a;
    padding: 3%; }

  main .joan5 > div ul li + li {
    margin-top: 3%; } }
@media screen and (max-width: 850px) {
  main .joan3 .joan3_title ul li {
    width: 110px; }

  main .joan3 .joan3_title ul li a {
    padding: 7px 0; } }
@media screen and (max-width: 750px) {
  main .joan1 ul li a h6{border:none}
  main .joan5 > div ul li dl dd a {
    padding: 2% 0; }

  main .joan5 > div ul {
    margin-top: 5%; }

  main .joan1 ul li:before {
    display: none; }

  .public_title {
    width: 320px;
    font-size: 25px; }

  .public_title span {
    margin-top: 15px; }

  main .joan1 ul li a h6 {
    bottom: 7%; }

  main .joan2 ul li:nth-of-type(2) {
    padding: 3%; }

  .public_title2 {
    font-size: 28px; }

  .public_title2 span {
    font-size: 22px; }

  main .joan2 ul li + li a {
    font-size: 16px;
    padding: 6px 0; }

  main .joan4 {
    padding-top: 8%; }

  main .joan4 > div .joan4_title .public_title {
    margin-bottom: 4%; }

  main .joan4 > div .joan4_title a {
    margin-top: 5%; }

  main .joan4 > div .public_dl {
    margin-top: 7%; }}
@media screen and (max-width: 620px) {
  main .joan5 > div ul li dl {
    margin-top: 18px; }

  main .joan3 .joan3_title ul {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }

  main .joan3 .joan3_title ul li {
    width: 48%; }

  main .joan3 .joan3_title ul li + li {
    margin-left: 0; }

  main .joan3 .joan3_title ul li:nth-of-type(n+3) {
    margin-top: 15px; } }
@media screen and (max-width: 520px) {
  main .joan5 > div ul li dl dd div h6 p {
    font-size: 26px; }

  main .joan5 > div ul li dl dd a p {
    width: 70%;
    font-size: 14px; }

  main .joan5 > div ul li dl dd a span {
    width: 30%;
    font-size: 14px; }

  main .joan4 > div .public_dl dl dd a span {
    font-size: 14px; }

  main .joan4 > div .public_dl dl dd a {
    padding: 20px 0; }

  main .joan4 > div .public_dl dl dd a figure {
    width: 40px;
    height: 35.2px; }

  main .joan4 > div .joan4_title a {
    width: 120px;
    padding: 5px 0;
    font-size: 15px; }

  main .joan3 .joan3_view .swiper-container dl dd a h6 {
    margin-top: 20px; }

  main .joan1 ul li a h6 {
    padding: 0;
    text-align: center;
    width: 80%;
    font-size: 14px;
    padding: 5px 0; }

  .public_title {
    width: 280px;
    font-size: 24px; }

  .public_title span {
    font-size: 20px;
    margin-top: 5px; }

  .public_title span:before {
    width: 90px; }

  .public_title span:after {
    width: 90px; }

  main .joan1 ul {
    margin-top: 20px; }

  .public_title2 {
    font-size: 24px;
    padding-bottom: 10px; }

  .public_title2 span {
    font-size: 18px;
    margin-top: 0; }

  main .joan2 ul li + li p {
    margin-top: 15px;
    font-size: 15px; }

  main .joan2 ul li + li a {
    margin-top: 15px; }

  main .joan2 ul li:nth-of-type(1) {
    margin-top: 15px; }

  .public_dl dl dd {
    padding: 30px 2%;
    font-size: 30px; }

  .public_dl dl dd span {
    margin-top: 15px; }

  main .joan4 > div .joan4_title .public_title {
    width: 90%; }

  main .joan5 > div .public_title {
    width: 90%; }

  main .joan4 > div .joan4_title p {
    width: 94%;
    font-size: 16px; }

  main .joan6 > div h4 span {
    font-size: 20px; }}
@media screen and (max-width: 420px) {
  main .joan5 > div ul li dl dd a {
    padding: 3% 0; }

  main .joan5 > div ul li dl dd a p {
    width: 67%; }

  main .joan5 > div ul li dl dd a span {
    width: 33%; }

  main .joan4 > div .joan4_title .public_title {
    margin-bottom: 2%; }

  main .joan4 > div .joan4_title p {
    font-size: 14px; }

  .joan4 .public_title span {
    font-size: 15px; }

  .joan4 .public_title span:before {
    width: 75px; }

  .joan4 .public_title span:after {
    width: 75px; }

  main .joan1 ul li:last-child a div figure {
    width: 35px; }

  .public_title2 {
    padding-bottom: 5px; }

  main .joan2 ul li + li a {
    margin-top: 15px;
    padding: 5px 0;
    width: 120px; }

  .public_title span {
    font-size: 18px; }

  .public_dl dl dd {
    padding: 15px 2%;
    font-size: 22px; }

  main .joan3 .joan3_title ul li a {
    padding: 5px 0; }

  .public_dl dl dd span {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px; }

  main .joan5 > div ul li .news_title a {
    background-image: none;
    padding-right: 0; }

  main .joan5 > div ul li .news_title {
    padding-bottom: 10px;
    align-items: unset; }

  main .joan5 > div ul li .news_title span {
    display: block;
    margin-left: 0;
    margin-top: 5px; }

  main .joan6 > div h4 span {
    font-size: 18px; }

  main .joan4 > div .public_dl dl dd a span {
    margin-top: 5px; } }
@media screen and (max-width: 350px) {
  main .joan5 > div ul li .news_title span {
    margin-left: 0; } }
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  /*大于1200小于1400*/ }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*大于1024小于1200*/ }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*大于768小于1024*/ }
@media only screen and (min-width: 520px) and (max-width: 768px) {
  /*大于520小于768*/ }
@media only screen and (min-width: 420px) and (max-width: 520px) {
  /*大于420小于520*/ }
@media only screen and (min-width: 320px) and (max-width: 420px) {
  /*大于320小于420*/ }
  header{
    background-color:#f5f5f5;
    border-bottom: 1px solid #cdcdcd;
  }
.pages_nav {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #626262;
  padding: 1.5% 0;}
  .pages_nav a {
    font-size: 14px;
    color: #626262;
    transition: .4s all; }
    .pages_nav a:hover {
      color: #00603a; }

section.news_view {
  width: 100%;
  padding: 60px 0;
  background-color: #f5f5f5; }
  section.news_view .main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset; }
    section.news_view .main .public_piece {
      width: 70%;
      background-color: #fff;
      position: relative;
      padding: 2% 3%; }
      section.news_view .main .public_piece h2 {
        font-size: 26px;
        color: #333;
        font-weight: bold;
        display: inline-block; }
      section.news_view .main .public_piece ul.author {
        width: auto;
        margin: 0 auto;
        margin-top: 1.2%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        section.news_view .main .public_piece ul.author li {
          font-size: 18px;
          color: #626262;
          margin-right: 20px; }
          section.news_view .main .public_piece ul.author li span {
            font-size: 16px;
            color: #626262; }
      section.news_view .main .public_piece div.share {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1.2%; }
        section.news_view .main .public_piece div.share > p {
          margin-right: 1%;
          color: #626262; }
      section.news_view .main .public_piece div.con {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        margin-top: 2.5%;
        padding: 2.5% 0; }
        section.news_view .main .public_piece div.con h4 {
          font-size: 18px;
          color: #333;
          text-align: center;
          margin-bottom: 2%; }
        section.news_view .main .public_piece div.con p {
          font-size: 16px;
          color: #666;
          text-indent: 2em;
          line-height: 180%;
          text-align: left; }
          /* section.news_view .main .public_piece div.con p + p {
            margin-top: 1%; } */
          section.news_view .main .public_piece div.con p img {
            width: 100% !important;
           /*max-width: 680px !important;*/
            height: auto !important;
            display: block;
            object-fit:cover!important;}
          /* section.news_view .main .public_piece div.con p span {
            display: flex;
            font-size: 16px;
            color: #666;
            text-indent: 2em;
            line-height: 180%; }
            section.news_view .main .public_piece div.con p span + span {
              margin-top: 2%; }
            section.news_view .main .public_piece div.con p span img {
              width: 100% !important;
              max-width: 680px !important;
              height: auto !important;
              display: block;
              margin: 10px auto; } */
    section.news_view .main .case_recomm {
      width: 28%;
      background-color: #fff;
      padding: 3% 1.5%; }
      section.news_view .main .case_recomm h4 {
        font-size: 22px;
        color: #333;
        font-weight: bold; }
        section.news_view .main .case_recomm h4:nth-of-type(n+2) {
          margin-top: 8%; }
      section.news_view .main .case_recomm ul {
        margin-top: 5%; }
        section.news_view .main .case_recomm ul li {
          width: 100%;
          border: 1px solid #00603a;
          padding: 4%;
          transition: .4s all; }
          section.news_view .main .case_recomm ul li:hover {
            background-color: #00603a; }
            section.news_view .main .case_recomm ul li:hover h6 {
              color: #fff; }
            section.news_view .main .case_recomm ul li:hover time {
              color: #f7f7f7; }
          section.news_view .main .case_recomm ul li a {
            display: block; }
            section.news_view .main .case_recomm ul li a figure {
              display: block;
              width: 100%;
              position: relative;
              padding: 35%; }
              section.news_view .main .case_recomm ul li a figure img {
                width: 100%;
                height: 100%;
                display: block;
                position: absolute;
                object-fit: cover;
                left: 0;
                top: 0; }
            section.news_view .main .case_recomm ul li a h6 {
              margin-top: 15px;
              font-size: 16px;
              line-height: 28px;
              color: #666;
              transition: .4s all;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; }
            section.news_view .main .case_recomm ul li a time {
              display: block;
              margin-top: 10px;
              font-size: 14px;
              color: #999;
              transition: .4s all; }
          section.news_view .main .case_recomm ul li + li {
            margin-top: 5%; }
      section.news_view .main .case_recomm dl {
        margin-top: 4%;
        border: 1px solid #00603a;
        padding: 4%; }
        section.news_view .main .case_recomm dl dd {
          width: 100%;
          padding: 8px 0;
          border-bottom: 1px solid #00603a; }
          section.news_view .main .case_recomm dl dd a {
            display: block;
            color: #333;
            font-size: 16px;
            transition: .4s all;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical; }
          section.news_view .main .case_recomm dl dd:hover a {
            color: #00603a; }

.bdshare-button-style0-24 a {
  transition: 0.6s;
  float: left;
  padding: 15.5px !important;
  margin: 0 10px 0 0 !important;
  font-size: 14px !important;
  color: #717171 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31px !important;
  line-height: 31px !important;
  border-radius: 50% !important;
  background-position: unset !important; }
  .bdshare-button-style0-24 a.bds_more {
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
    border-radius: 0% !important;
    background: transparent !important; }
  .bdshare-button-style0-24 a.bds_weixin {
    background: url(../images/wxfx.png) #3eb135 center no-repeat !important; }
  .bdshare-button-style0-24 a.bds_tsina {
    background: url(../images/wb.png) #df4d69 center no-repeat !important; }
  .bdshare-button-style0-24 a.popup_qzone {
    background: url(../images/kj.png) #eecf3d center no-repeat !important; }
  .bdshare-button-style0-24 a.popup_tqq {
    background: url(../images/txwb.png) #45aaf2 center no-repeat !important; }
  .bdshare-button-style0-24 a.popup_renren {
    background: url(../images/rr.png) #1361a7 center no-repeat !important; }

@media screen and (max-width: 1200px) {
  main .joan4 > div .public_dl dl dd:nth-of-type(4){
    border-left:1px solid #c7ccd1;
  }
  section.news_view .main {
    width: 100%; }

  section.news_view {
    padding: 4% 2%; }
    section.news_view .public_piece {
      width: 100%; }

  .pages_nav {
    width: 100%;
    padding: 3% 2%;} }
@media screen and (max-width: 1024px) {
  section.news_view .main .public_piece {
    width: 100%; }

  section.news_view .main .case_recomm {
    width: 100%; }

  section.news_view .main .case_recomm ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 2%; }

  section.news_view .main .case_recomm ul li {
    width: 32%;
    margin-top: 0 !important;
    padding: 2%; }

  section.news_view .main .case_recomm h4:nth-of-type(n+2) {
    margin-top: 3%; }

  section.news_view .main .case_recomm dl {
    margin-top: 2%;
    padding: 2%; } }
@media screen and (max-width: 750px) {
  /* section.news_view .main .public_piece div.con p img{object-fit: contain!important;height:250px!important;} */
  section.news_view .main .case_recomm {
    padding: 4%; }

  section.news_view .main .public_piece {
    padding: 4%; }

  .pages_nav {
    padding: 3%;}

  section.news_view {
    padding: 3%; }

  section.news_view .main .case_recomm ul li {
    width: 100%;
    padding: 4%; }

  section.news_view .main .case_recomm ul li + li {
    margin-top: 4% !important; } }
@media screen and (max-width: 520px) {
  section.news_view .main .public_piece h2 {
    font-size: 20px; }
  section.news_view .main .public_piece ul.author li {
    font-size: 15px; }
    section.news_view .main .public_piece ul.author li span {
      font-size: 15px; }
  section.news_view .main .public_piece .share p {
    font-size: 15px; }
    section.news_view .main .public_piece .share p span {
      font-size: 14px; }
  section.news_view .main .public_piece div.con p {
    font-size: 15px;
    text-indent: 1em; }
    section.news_view .main .public_piece div.con p span {
      font-size: 14px; }
    }
/*# sourceMappingURL=joan.css.map */
/*头部 底部*/
.h_top{background-color:#00603a}
.h_nav li:hover>a, .h_nav li.active>a{color:#00603a}
.h_nav li dl dd:hover a{background-color:#00603a}
footer{background-color:#00603a}
footer a{color:#d8d8d8;font-size:14px}
.f_word li{color:#d8d8d8;font-size:14px;}

/*分销商*/
.mapChose ul::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

.mapChose ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

.mapChose ul::-webkit-scrollbar-thumb {
  background: #00603a;
  border-radius: 6px; }

.mapChose ul::-webkit-scrollbar-corner {
  background: #00603a; }
.j_map {
  width: 100%; }
  .j_map .network {
    width: 1200px;
    margin: 0 auto; }

.networkContent.clearfix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between; }

.networkMap {
  width: 69%; }

.layout {
  box-sizing: border-box;
  width: 100%;
  padding: 2%;
  background-color: #fff; }

.cityList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px #ccc; }

.cityList-l {
  position: relative;
  width: 20%;
  height: 30px;
  margin-left: 30px;
  border: 1px solid #dcdcdc; }
  .cityList-l input {
    transition: 0.4s;
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #656565;
    padding: 0px 30px 0px 5px;
    border: none;
    outline: none; }
  .cityList-l button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 18px;
    color: #d7d7d7;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    background: url("../images/map_ss.png") no-repeat;
    background-size: 100% 100%; }
    .cityList-l button i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .cityList-l i {
    width: 20px;
    height: 20px;
    background: url("../images/map_ss.png") no-repeat; }

.cityList-r {
  width: 70%; }
  .cityList-r form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cityList-r form select {
      width: 100%;
      height: 60px;
      font-size: 14px;
      color: #656565;
      border: none;
      border-left: 1px solid #fff;
      outline: none;
      cursor: pointer;
      background-color: #f4f3f3;
      text-align: center;
      text-align-last: center;
      background: url(../images/xia.png) #fff 90% center no-repeat;
      background-color: transparent;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .cityList-r form select:first-child {
        border-left: none; }

#allmap {
  width: 100%;
  height: 600px; }

.mapChose {
  width: 31%;
  height: 600px;
  overflow: hidden; }
  .mapChose ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    .mapChose ul li {
      width: 100%;
      padding: 5%;
      cursor: pointer;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      align-items: unset;
      border: 1px solid #dfdfdf;
      border-top: none;
      border-right: none; }
      .mapChose ul li div.txt {
        width: 75%;
        margin-left: 5%; }
      .mapChose ul li i {
        display: block;
        top: 30px;
        left: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-style: normal;
        border-radius: 5px;
        background: #446183; }
      .mapChose ul li h6 {
        font-size: 18px;
        color: #141414;
        line-height: 24px; }
      .mapChose ul li p {
        font-size: 14px;
        color: #969696;
        line-height: 24px;
        margin-top: 5%; }

/*---------------------------自适应----------------------------*/
@media screen and (max-width: 1200px) {
  .j_map .network {
    width: 100%; }

  .layout {
    padding: 2%; }

  .cityList-r {
    width: 100%; }

  .cityList-l {
    width: 100%;
    height: 60px;
    margin-left: 0;
    border: none;
    border-bottom: 1px solid #dcdcdc; }
    .cityList-l input {
      width: 80%;
      margin-left: 5%;
      padding: 0; }

  .cityList {
    display: block; } }
@media screen and (max-width: 1024px) {
  .networkContent.clearfix {
    width: 100%; }
    .networkContent.clearfix .networkMap {
      width: 100%; }

  #allmap {
    padding: 44.3% 0;
    height: auto; }

  .mapChose li h6 {
    font-size: .14rem; }

  .mapChose li p {
    font-size: .1rem; }

  .Joan .J_mendian {
    padding-bottom: 7%;
    background-color: #fff; }

  .mapChose > ul > li {
    border: 1px solid #dfdfdf; }

  .mapChose {
    width: 100%;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; } }
@media screen and (max-width: 750px) {
  .cityList-l {
    height: 40px; }

  .cityList-r form select {
    height: 40px; } }
@media screen and (max-width: 450px) {
  .cityList-r form select {
    height: 35px; }

  .mapChose ul li h6 {
    font-size: 16px; }

  .mapChose ul li p {
    font-size: 14px; } }
@media screen and (max-width: 380px) {
  .cityList-r form select {
    height: 30px; } }

/*附近网点*/
#map{height:auto;margin-top:0;border:none;}
.page_pos .right li h2{font-weight:bold;color:#ea6616 !important;}

/*上下篇*/
.list {
  margin-top: 2.5%;
  position: relative; }
.list li + li {
    margin-top: 1%; }
.list li a {
    display: inline-block;
    font-size: 16px;
    color: #333; }
.list li a span {
      display: inline-block;
      font-size: 16px;
      color: #333; }
.list li a:hover span {
      color: #00603a; }
.return_list {
  margin-top: 25px;
  position: relative;
  display: inline-block;
  padding-left: 65px; }
.return_list a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 45px;
    line-height: 40px;
    background: #474443; }
.return_list:after {
    content: '';
    opacity: 1;
    display: block;
    background: url("../images/fh.png") #00603a center center no-repeat;
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .news_view{margin-top:0;}
    @media screen and (max-width: 520px) {
.list li a {
        font-size: 15px; }
.list li a span {
          font-size: 15px; }
.return_list {
        font-size: 15px;
        margin-top: 10px;
        padding-left: 45px; }
.return_list a {
          font-size: 15px;
          line-height: 35px;
          padding: 0 30px; }
.return_list:after {
          width: 45px; } }

/*服务*/
.pro_title{
  font-size: 24px;
  color: #5d5d5d;
  text-align: center;
  text-transform: uppercase;
  background-color:#fff;
  font-weight:bold;
  padding-top:25px;
}
.pro_title span{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #5d5d5d;
  text-align: center;
  font-weight:bold;
}
.pro_joan6_ul.joan6_ul{padding:5% 0;background-color:#fff;margin-top:0;}
ul.joan6_ul.pro_joan6_ul li a h6{color:#5d5d5d}
ul.joan6_ul.pro_joan6_ul li a span{color:#5d5d5d}
ul.joan6_ul.pro_joan6_ul li a figure:before{border-color:#5d5d5d}
.joan6_ul {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between; }
  ul.joan6_ul li {
    width: 20%; }
    ul.joan6_ul li a {
      display: block;
      width: 100%; }
      ul.joan6_ul li a figure {
        width: 65px;
        height: 65px;
        margin: 0 auto;
        position: relative; }
        ul.joan6_ul li a figure img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          object-fit: contain;
          left: 0;
          top: 0;
          transform: scale(0.45); }
          ul.joan6_ul li a figure:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          border: 1px solid rgba(250, 250, 250, 0.5);
          box-sizing: border-box;
          top: 0;
          left: 0;
          position: absolute;
          transform: rotate(45deg);
          transition: 0.4s ease-in-out; }
          ul.joan6_ul li a h6 {
        margin-top: 30px;
        font-size: 16px;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
        text-align: center; }
        ul.joan6_ul li a h6:before {
          content: '';
          opacity: 1;
          display: block;
          width: 20px;
          height: 1px;
          background-color: #fff;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%); }
          ul.joan6_ul li a span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        color: #fff;
        text-align: center; }
        ul.joan6_ul li:hover a figure:before {
      transform: rotate(0);
      background-color: #00603a;
      border-color: #00603a; }


      @media screen and (max-width: 750px) {
        .pro_title{padding-top:25px;}
        ul.joan6_ul li {
          width: 50%; }
      
          ul.joan6_ul li:nth-of-type(n+3) {
          margin-top: 5%; }
/*       
          ul.joan6_ul li:nth-last-child(2) {
          margin-left: 16%; } */
      
          /* ul.joan6_ul li:nth-last-child(1) {
          margin-right: 16%; }  */
          .pro_joan6_ul.joan6_ul{padding:35px 0;}
      }
      @media screen and (max-width: 520px) {
        .pro_title span{font-size:20px;}
        ul.joan6_ul {
        margin-top: 9%; }
    
        ul.joan6_ul li:nth-of-type(n+3) {
        margin-top: 10%; } }
        @media screen and (max-width: 420px) {
          .pro_title span{font-size:18px;}
          ul.joan6_ul li a figure {
          width: 55px;
          height: 55px; }
      
          ul.joan6_ul li a h6 {
          margin-top: 14%; }
      
          ul.joan6_ul li a h6 {
          font-size: 14px; }
      
          ul.joan6_ul li a span {
          font-size: 13px; }}

/*专卖店查询*/
.joan_chax{margin-left:1%;padding-left:20px;background:url("../images/n_ser4.png") no-repeat left;background-size:20px 20px;margin-top:20px;line-height:40px;color:#5d5d5d;transition:.4s all;}
.joan_chax:hover{color:#00603a;}
@media only screen and (max-width: 1023px) and (min-width: 0){
  .joan_chax{
      margin-top: .40rem;
      line-height: 250%;
      height:auto;
  }
}

.page_pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;}
  .page_pager div{margin-left:20px;}
.page_pager select {
  transition: 0.6s;
  width: 50px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #343434;
  text-align: center;
  background-color:transparent;
  border: 1px solid #ddd;}

  @media only screen and (max-width: 750px) and (min-width: 0){
    .page_pager div {display:none;}
  }
/*# sourceMappingURL=joan.css.map */

