@charset "UTF-8";
html {
  font-size: 10vw; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none; }

body {
  color: #000;
  font-size: 14px;
  height: 100%;
  font-family: Microsoft YaHei,SimHei,Arial,Helvetica,Verdana,Tahoma,sans-serif; }

ul, ol, li {
  list-style: none; }

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

img {
  vertical-align: middle; }

a:hover {
  text-decoration: none;
  color: inherit; }

.container {
  width: 1200px;
  margin: 0 auto; }

/**
颜色分类
 */
.bg-43A1D5 {
  background-color: #43A1D5; }

.bg-518CD2 {
  background-color: #518CD2; }

.bg-3AA577 {
  background-color: #3AA577; }

.bg-56A041 {
  background-color: #56A041; }

.welcome_head {
  background-color: #007943; }

.header_info .container {
  display: flex;
  align-items: center; }
  .header_info .container .header_logo {
    width: 42%; }
    .header_info .container .header_logo a img {
      height: 100%;
      width: 100%; }
  .header_info .container .departments-name {
    padding-left: 5%;
    font-size: 40px;
    font-weight: 700;
    color: #007943;
    display: flex;
    align-items: center; }

.departments_nav {
  background-color: #007943; }
  .departments_nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around; }
    .departments_nav ul li {
      color: #fff;
      font-size: 18px; }
      .departments_nav ul li:hover {
        background-color: #00AE60; }
      .departments_nav ul li a {
        height: 60px;
        padding: 0 62px;
        display: flex;
        align-items: center;
        justify-content: center; }

.index-swipe {
  background: url("../images/b1.jpg") no-repeat;
  background-size: cover; }
  .index-swipe .swiper-container {
    width: 1200px;
    height: 350px;
    --swiper-pagination-color: #fff; }
    .index-swipe .swiper-container .swiper-pagination-bullet {
      background: #666;
      opacity: 0.7;
      width: 15px;
      height: 15px; }
    .index-swipe .swiper-container .swiper-pagination-bullet-active {
      opacity: 1;
      background: #fff; }
    .index-swipe .swiper-container .swiper-button-prev:after,
    .index-swipe .swiper-container .swiper-button-next:after {
      content: ""; }
    .index-swipe .swiper-container .swiper-btn {
      width: 35px;
      height: 35px;
      color: #fff;
      background: rgba(0, 0, 0, 0.1);
      cursor: pointer; }
      .index-swipe .swiper-container .swiper-btn i {
        font-size: 20px; }
  .index-swipe img {
    width: 100%;
    height: 100%; }

.index-box {
  padding: 10px 0 0 0; }
  .index-box .brief-contact {
    display: flex;
    justify-content: space-between; }
    .index-box .brief-contact > div {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px; }
    .index-box .brief-contact .brief-box {
      width: 69%; }
      .index-box .brief-contact .brief-box .brief {
        text-align: justify;
        padding: 10px;
        color: #666;
        font-size: 14px; }
        .index-box .brief-contact .brief-box .brief img {
          max-width: 100%;
          height: auto !important; }
    .index-box .brief-contact .contact-box {
      width: 30%;
      align-self: baseline; }
      .index-box .brief-contact .contact-box .contact-ul {
        color: #fff;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 5% 0%; }
        .index-box .brief-contact .contact-box .contact-ul li {
          width: 49%;
          height: 0.45333rem;
          margin-bottom: 2%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          font-size: 13px; }
          .index-box .brief-contact .contact-box .contact-ul li p {
            margin-top: 3%; }
  .index-box .classify {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .index-box .classify .item {
      flex-grow: 1;
      min-height: 300px;
      margin-bottom: 10px;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .index-box .classify .item .item-ul {
        padding: 10px; }
        .index-box .classify .item .item-ul li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 6px 0;
          position: relative; }
          .index-box .classify .item .item-ul li:hover {
            cursor: pointer;
            color: #007943; }
          .index-box .classify .item .item-ul li a {
            width: 80%;
            padding-left: 4%; }
            .index-box .classify .item .item-ul li a::before {
              content: "";
              position: absolute;
              top: 44%;
              left: 0;
              background-color: #000;
              width: 6px;
              height: 6px;
              border-radius: 50%; }
          .index-box .classify .item .item-ul li span {
            color: #7e7e7e;
            font-size: 12px; }

.border-style {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.murl-box {
  display: none; }

.Dr {
  padding-bottom: 60px; }

.DrSwiper {
  padding: 15px 38px;
  position: relative;
  min-height: 140px; }
  .DrSwiper ul li a {
    display: flex; }
    .DrSwiper ul li a .pic {
      width: 106px;
      height: 147px; }
      .DrSwiper ul li a .pic img {
        width: 100%;
        height: 100%;
        padding: 2px;
        border: #CCC 1px solid; }
    .DrSwiper ul li a .right {
      margin-left: 5px;
      max-width: 170px; }
      .DrSwiper ul li a .right .name {
        font-size: 14px;
        color: #007943;
        margin-bottom: 10px; }
      .DrSwiper ul li a .right .brief {
        font-size: 12px;
        color: #666;
        text-align: justify; }
  .DrSwiper .swiper-btn {
    --swiper-navigation-color: #999;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;
    /* 设置按钮大小 */
    background: linear-gradient(to left, #fff 0, #D2D2D2 50%);
    padding: 30px 8px;
    border-radius: 3px;
    border: 1px solid #D2D2D2; }
  .DrSwiper .dr-next {
    right: 10px;
    top: 34%; }
  .DrSwiper .dr-prev {
    left: 10px;
    top: 34%; }

.category-name {
  border-top: 5px #6eab36 solid;
  background-color: #F5F5F5;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333; }
  .category-name h3 {
    font-weight: 600; }
  .category-name a {
    font-size: 12px;
    color: #7e7e7e; }

.position {
  padding: 20px 20px 0; }
  .position .position-ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFEBD7;
    padding-bottom: 20px; }
    .position .position-ul .home {
      color: #6eab36; }
      .position .position-ul .home i {
        color: inherit;
        font-size: 16px; }
    .position .position-ul li {
      padding-left: 5px;
      font-size: 14px;
      color: #333; }

.departments-list .item-ul {
  padding: 10px 20px 40px; }
  .departments-list .item-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 20px;
    position: relative; }
    .departments-list .item-ul li:hover {
      color: #007943; }
    .departments-list .item-ul li i {
      color: #999;
      position: absolute;
      left: 0;
      font-size: 18px; }

.article-box {
  padding: 20px 0; }
  .article-box .container {
    border: 1px solid #6eab36; }
  .article-box .content-box {
    padding: 20px; }
    .article-box .content-box .title {
      text-align: center;
      font-size: 24px;
      color: #360;
      font-weight: 700; }
    .article-box .content-box .time {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #999;
      margin: 20px 0; }
      .article-box .content-box .time span {
        margin: 0 15px; }
    .article-box .content-box .content {
      border-top: #ccc 1px dashed;
      padding-top: 20px;
      text-align: justify;
      color: #666; }
      .article-box .content-box .content .pic {
        width: auto;
        height: 394px;
        margin-bottom: 1%;
        text-align: center; }
        .article-box .content-box .content .pic img {
          max-width: 100%;
          height: 100%; }
      .article-box .content-box .content img {
        max-width: 100%; }

.pageRender {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0; }
  .pageRender li {
    border: 1px solid #ddd;
    padding: 6px 12px; }
  .pageRender .disabled {
    background-color: #eee; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  body {
    position: relative; }
  .category-name a {
    font-size: 0.21333rem; }
  .container, .container_1200 {
    width: 100%;
    margin: 0;
    padding: 0 0.4rem; }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease-in-out; }
    header .welcome_head {
      display: none; }
    header .header_info {
      border-bottom: 1px solid #e9e9e9;
      height: 1.33333rem;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .header_info .container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        header .header_info .container .header_logo {
          width: 59%; }
          header .header_info .container .header_logo div span:nth-child(1) {
            font-size: 0.37333rem; }
          header .header_info .container .header_logo div span:nth-child(2) {
            display: none; }
        header .header_info .container .departments-name {
          display: none;
          font-size: 0.53333rem; }
          header .header_info .container .departments-name img {
            display: none; }
        header .header_info .container .menu-li {
          height: 0.66667rem;
          width: 0.66667rem;
          display: flex;
          flex-direction: column;
          justify-content: space-around; }
          header .header_info .container .menu-li span {
            background-color: #007943;
            height: 0.08rem;
            width: 90%;
            display: block;
            border-radius: 0.26667rem;
            transition: all 0.4s ease-in-out;
            transform: rotate(0); }
    header .departments_nav {
      position: absolute;
      width: 100%;
      height: 2000%;
      right: -100%;
      top: 100%;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.8);
      display: flex;
      justify-content: flex-end; }
      header .departments_nav ul {
        width: 42%;
        margin: 0;
        background-color: #007943;
        font-size: 0.32rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        transition: all 0.3s ease-in-out;
        height: auto; }
        header .departments_nav ul li {
          background-color: #fff;
          color: #333;
          width: 100%;
          border-top: 1px solid #e9e9e9; }
          header .departments_nav ul li a {
            color: inherit;
            width: 100%;
            height: 0.66667rem;
            padding: 0; }
          header .departments_nav ul li.active {
            color: #fff;
            background-color: #20C289; }
    header .show_menu {
      transition: all 0.5s;
      right: 0; }
    header .menu_open {
      position: relative; }
      header .menu_open span:nth-child(1) {
        position: absolute;
        transform: rotate(45deg) !important; }
      header .menu_open span:nth-child(2) {
        position: absolute;
        transform: translateX(100%);
        opacity: 0; }
      header .menu_open span:nth-child(3) {
        position: absolute;
        transform: rotate(-45deg) !important; }
  .fill {
    height: 1.33333rem; }
  .index-swipe .swiper-container {
    width: 100%;
    height: 4.93333rem; }
    .index-swipe .swiper-container .swiper-pagination-bullet {
      width: 0.26667rem;
      height: 0.26667rem; }
    .index-swipe .swiper-container .swiper-btn {
      display: none; }
  .index-swipe img {
    width: 100%;
    height: 100%; }
  .index-box .brief-contact {
    flex-direction: column; }
    .index-box .brief-contact .brief-box {
      width: 100%; }
      .index-box .brief-contact .brief-box .brief {
        font-size: 0.21333rem; }
    .index-box .brief-contact .contact-box {
      width: 100%; }
      .index-box .brief-contact .contact-box .contact-ul {
        padding: 2% 0 0 0; }
        .index-box .brief-contact .contact-box .contact-ul li {
          height: 1.33333rem;
          font-size: 0.21333rem; }
  .index-box .classify {
    flex-direction: column; }
    .index-box .classify .item {
      width: 100%; }
      .index-box .classify .item .item-ul li a {
        font-size: 0.21333rem;
        width: 80%;
        overflow: hidden;
        padding-left: 3%;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .index-box .classify .item .item-ul li span {
        font-size: 0.21333rem; }
  .Dr {
    padding-bottom: 0.4rem; }
    .Dr .DrSwiper {
      padding: 0.26667rem 0.66667rem; }
      .Dr .DrSwiper ul li a .pic {
        width: 2rem;
        height: 2rem; }
      .Dr .DrSwiper ul li a .right .brief {
        font-size: 0.18667rem; }
  .article-box {
    padding: 0; }
    .article-box .container {
      border: none;
      border-top: 1px solid #e9e9e9; }
    .article-box .position {
      display: none; }
    .article-box .content-box {
      padding: 0.53333rem 0; }
      .article-box .content-box .time {
        flex-direction: column;
        margin: 0.26667rem 0; }
  .departments-list .item-ul {
    padding: 0.4rem 0 0; }
    .departments-list .item-ul li a {
      font-size: 18px;
      width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .departments-list .item-ul li span {
      font-size: 0.21333rem; }
  .foot_container .seo_link {
    display: none; }
  .foot_container .footer_info .compeny_info {
    flex-wrap: wrap; }
    .foot_container .footer_info .compeny_info .compeny_info_l {
      width: 100%; }
      .foot_container .footer_info .compeny_info .compeny_info_l .bottom_logo {
        display: none; }
      .foot_container .footer_info .compeny_info .compeny_info_l .infomation_tel {
        margin: 0.2rem 0; }
        .foot_container .footer_info .compeny_info .compeny_info_l .infomation_tel span {
          font-size: 0.21333rem;
          width: 50%;
          margin-bottom: 0.26667rem; }
    .foot_container .footer_info .compeny_info .compeny_info_r {
      width: 100%;
      margin: 0.13333rem;
      justify-content: center; }
      .foot_container .footer_info .compeny_info .compeny_info_r img {
        width: 1.33333rem;
        height: 1.33333rem;
        margin-bottom: 0.13333rem; }
      .foot_container .footer_info .compeny_info .compeny_info_r h3 {
        font-size: 0.24rem; }
  .foot_container .footer_info .inside_link {
    display: none; }
  .foot_container .footer_info .copyRight_info {
    margin-top: 0.26667rem;
    flex-wrap: wrap; }
    .foot_container .footer_info .copyRight_info img {
      order: 0; }
    .foot_container .footer_info .copyRight_info span {
      font-size: 0.18667rem;
      display: flex;
      align-items: center; }
      .foot_container .footer_info .copyRight_info span:nth-child(1) {
        order: 2; }
      .foot_container .footer_info .copyRight_info span:nth-child(2) {
        order: 1;
        padding: 0.13333rem 0;
        text-align: center; } }

@media screen and (max-width: 767px) and (min-width: 320px) {
  body {
    position: relative; }
  .container, .container_1200 {
    width: 100%;
    margin: 0;
    padding: 0 0.4rem; }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease-in-out; }
    header .welcome_head {
      display: none; }
    header .header_info {
      height: 1.86667rem;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .header_info .container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        header .header_info .container .header_logo {
          width: 70%; }
          header .header_info .container .header_logo div span:nth-child(1) {
            font-size: 0.48rem; }
          header .header_info .container .header_logo div span:nth-child(2) {
            display: none; }
        header .header_info .container .departments-name {
          display: none;
          font-size: 0.53333rem; }
          header .header_info .container .departments-name img {
            display: none; }
        header .header_info .container .menu-li {
          height: 1.06667rem;
          width: 1.06667rem;
          display: flex;
          flex-direction: column;
          justify-content: space-around; }
          header .header_info .container .menu-li span {
            background-color: #007943;
            height: 0.08rem;
            width: 90%;
            display: block;
            border-radius: 0.26667rem;
            transition: all 0.4s ease-in-out;
            transform: rotate(0); }
    header .departments_nav {
      position: absolute;
      width: 100%;
      height: 2000%;
      right: -100%;
      top: 100%;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.8);
      display: flex;
      justify-content: flex-end; }
      header .departments_nav ul {
        width: 42%;
        margin: 0;
        background-color: #007943;
        font-size: 0.24rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        transition: all 0.3s ease-in-out;
        height: auto; }
        header .departments_nav ul li {
          background-color: #fff;
          color: #333;
          width: 100%;
          border-top: 1px solid #e9e9e9; }
          header .departments_nav ul li a {
            color: inherit;
            width: 100%;
            height: 1.33333rem;
            padding: 0; }
          header .departments_nav ul li.active {
            color: #fff;
            background-color: #20C289; }
    header .show_menu {
      transition: all 0.5s;
      right: 0; }
    header .menu_open {
      position: relative; }
      header .menu_open span:nth-child(1) {
        position: absolute;
        transform: rotate(45deg) !important; }
      header .menu_open span:nth-child(2) {
        position: absolute;
        transform: translateX(100%);
        opacity: 0; }
      header .menu_open span:nth-child(3) {
        position: absolute;
        transform: rotate(-45deg) !important; }
  .fill {
    height: 1.86667rem; }
  .index-swipe {
    display: none; }
    .index-swipe .swiper-container {
      width: 100%;
      height: 4.93333rem; }
      .index-swipe .swiper-container .swiper-pagination-bullet {
        width: 0.26667rem;
        height: 0.26667rem; }
      .index-swipe .swiper-container .swiper-btn {
        display: none; }
    .index-swipe img {
      width: 100%;
      height: 100%; }
  .index-box .brief-contact {
    flex-direction: column; }
    .index-box .brief-contact .brief-box {
      display: none;
      width: 100%; }
      .index-box .brief-contact .brief-box .brief img {
        max-width: 100%;
        width: 100% !important;
        height: auto !important; }
    .index-box .brief-contact .murl-box {
      display: block;
      width: 100%;
      border: none; }
      .index-box .brief-contact .murl-box ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 2% 0 0 0; }
        .index-box .brief-contact .murl-box ul li {
          width: 49%;
          margin-bottom: 2%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          border-radius: 5px; }
          .index-box .brief-contact .murl-box ul li img {
            width: 100%;
            border-radius: 5px; }
    .index-box .brief-contact .contact-box {
      width: 100%; }
      .index-box .brief-contact .contact-box .contact-ul {
        padding: 2% 0 0 0; }
        .index-box .brief-contact .contact-box .contact-ul li {
          height: 1.86667rem; }
  .index-box .classify {
    flex-direction: column; }
    .index-box .classify .item {
      display: none;
      width: 100%; }
      .index-box .classify .item .item-ul li a {
        width: 80%;
        overflow: hidden;
        padding-left: 3%;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .Dr {
    display: none;
    padding-bottom: 0.4rem; }
    .Dr .DrSwiper {
      padding: 0.4rem 1.06667rem; }
      .Dr .DrSwiper ul li a .pic {
        width: 2.82667rem;
        height: 3.94667rem; }
  .article-box {
    padding: 0; }
    .article-box .container {
      border: none;
      border-top: 1px solid #e9e9e9; }
    .article-box .position {
      display: none; }
    .article-box .content-box {
      padding: 0.53333rem 0; }
      .article-box .content-box .time {
        flex-direction: column;
        margin: 0.26667rem 0; }
      .article-box .content-box img, .article-box .content-box video {
        max-width: 100%;
        width: 100% !important;
        height: auto !important; }
  .departments-list .item-ul {
    padding: 0.4rem 0 0; }
    .departments-list .item-ul li a {
      width: 75%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .departments-list .item-ul li span {
      font-size: 0.32rem; }
  .foot_container .seo_link {
    display: none; }
  .foot_container .footer_info .compeny_info {
    flex-wrap: wrap; }
    .foot_container .footer_info .compeny_info .compeny_info_l {
      width: 100%; }
      .foot_container .footer_info .compeny_info .compeny_info_l .bottom_logo {
        display: none; }
      .foot_container .footer_info .compeny_info .compeny_info_l .infomation_tel {
        margin: 0.8rem 0 0.4rem;
        flex-direction: column; }
        .foot_container .footer_info .compeny_info .compeny_info_l .infomation_tel span {
          font-size: 0.42667rem;
          width: 100%;
          margin-bottom: 0.26667rem; }
    .foot_container .footer_info .compeny_info .compeny_info_r {
      width: 100%;
      margin: 0.13333rem;
      justify-content: center; }
      .foot_container .footer_info .compeny_info .compeny_info_r img {
        width: 2.66667rem;
        height: 2.66667rem;
        margin-bottom: 0.13333rem; }
      .foot_container .footer_info .compeny_info .compeny_info_r h3 {
        font-size: 0.37333rem; }
  .foot_container .footer_info .inside_link {
    display: none; }
  .foot_container .footer_info .copyRight_info {
    margin-top: 0.26667rem;
    flex-wrap: wrap; }
    .foot_container .footer_info .copyRight_info img {
      order: 0;
      width: 0.90667rem;
      height: 0.90667rem; }
    .foot_container .footer_info .copyRight_info span {
      font-size: 0.37333rem;
      display: flex;
      align-items: center; }
      .foot_container .footer_info .copyRight_info span:nth-child(1) {
        order: 2; }
      .foot_container .footer_info .copyRight_info span:nth-child(2) {
        order: 1;
        padding: 0.26667rem 0;
        text-align: center; } }
