@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "微软雅黑";
}

em {
  font-style: unset; }

a {
  text-decoration: none;
  color: #000; }

li {
  list-style: none; }

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

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

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-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; }

html::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

html::-webkit-scrollbar-thumb {
  background: #4e7ca1;
  border-radius: 6px; }

html::-webkit-scrollbar-corner {
  background: #82AFFF; }

.formError {
  max-width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 101;
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all;
  box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9); }
  .formError.active {
    opacity: 1; }
  .formError h6 {
    font-size: 16px;
    color: #434144;
    font-weight: normal; }

.notice {
  max-width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 101;
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all;
  box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9); }
  .notice.active {
    opacity: 1; }
  .notice h6 {
    font-size: 16px;
    color: #434144; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11; }

.pc_header {
  display: block;
  width: 100%;
  height: 100px;
  padding: 0 0 0 2%;
  background-color: #fff; }
  .pc_header .main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .pc_header .main .logo {
      padding: 20px 0; }
      .pc_header .main .logo img {
        object-fit: contain; }
    .pc_header .main .h_ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      z-index: 5; }
      .pc_header .main .h_ul li {
        line-height: 100px; }
        .pc_header .main .h_ul li:hover .pc_c {
          opacity: 1;
          pointer-events: auto; }
        .pc_header .main .h_ul li .active {
          color: #fff; }
          .pc_header .main .h_ul li .active::before {
            background: url(../images/h_t.png) no-repeat;
            background-size: 100% 100%;
            opacity: 1; }
          .pc_header .main .h_ul li .active::after {
            width: 100%; }
        .pc_header .main .h_ul li > a {
          color: #737373;
          min-width: 100px;
          position: relative;
          display: block;
          font-size: 16px;
          text-align: center;
          position: relative; }
          .pc_header .main .h_ul li > a:hover {
            color: #fff; }
          .pc_header .main .h_ul li > a:hover::before {
            opacity: 1; }
          .pc_header .main .h_ul li > a:hover::after {
            width: 100%; }
          .pc_header .main .h_ul li > a::before {
            display: block;
            z-index: -1;
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/h_t.png) no-repeat;
            background-size: 100% 100%;
            transition: .4s all;
            opacity: 0; }
          .pc_header .main .h_ul li > a::after {
            content: '';
            width: 0;
            height: 5px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #f5a029;
            transition: .3s all; }
        .pc_header .main .h_ul li .pc_c {
          width: 100%;
          position: absolute;
          left: 50%;
          top: 99%;
          transform: translateX(-50%);
          background-color: #f5fbff;
          padding: 40px 0;
          opacity: 0;
          pointer-events: none;
          transition: .4s all; }
          .pc_header .main .h_ul li .pc_c .swiper-container {
            width: 1400px; }
          .pc_header .main .h_ul li .pc_c .pc_d {
            height: auto;
            width: 1400px;
            margin: 0 auto;
            line-height: initial;
            display: flex;
            justify-content: center;
            align-items: unset; }
            .pc_header .main .h_ul li .pc_c .pc_d .pc_e {
              height: auto; }
              .pc_header .main .h_ul li .pc_c .pc_d .pc_e:last-child {
                margin-right: 0; }
              .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_vi {
                margin-left: 20px; }
                .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_vi > a {
                  display: inline-block;
                  line-height: initial;
                  margin-top: 55px;
                  font-size: 14px;
                  margin-right: 12px;
                  color: #737373; }
                  .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_vi > a:nth-of-type(2) {
                    margin-top: 0;
                    margin-left: 0; }
              .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_f > a {
                display: block;
                position: relative; }
                .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_f > a:hover figure img {
                  transform: scale(1.05, 1.05); }
                .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_f > a figure {
                  overflow: hidden;
                  position: relative;
                  display: block;
                  padding: 24.43% 0; }
                  .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_f > a figure img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    transition: .3s; }
                .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_f > a p {
                  line-height: initial;
                  position: absolute;
                  bottom: -40px;
                  left: 20px;
                  color: #000000;
                  font-weight: 600;
                  -ms-transform: translateY(70%); }
                  .pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_f > a p::before {
                    content: '';
                    width: 6px;
                    border-radius: 50%;
                    height: 6px;
                    background-color: #f5a029;
                    position: absolute;
                    left: -20px;
                    top: 50%;
                    transform: translateY(-50%); }
      .pc_header .main .h_ul .en {
        line-height: 100px; }
        .pc_header .main .h_ul .en .en_ying {
          text-align: center;
          display: block;
          min-width: 100px;
          color: #737373;
          position: relative;
          transition: .4s all; }
          .pc_header .main .h_ul .en .en_ying:hover {
            background-color: #1a6197; }
            .pc_header .main .h_ul .en .en_ying:hover span {
              color: #fff; }
          .pc_header .main .h_ul .en .en_ying span {
            display: inline-block;
            position: relative;
            top: 17px; }
          .pc_header .main .h_ul .en .en_ying::before {
            content: '';
            position: absolute;
            width: 32px;
            height: 32px;
            background: url("../images/h_en.png") no-repeat;
            top: 12px;
            transform: translateX(-50%);
            left: 50%; }
      .pc_header .main .h_ul .h_sousuo {
        line-height: 100px; }
        .pc_header .main .h_ul .h_sousuo:hover .ss-form {
          opacity: 1;
          pointer-events: auto; }
        .pc_header .main .h_ul .h_sousuo .h_s {
          text-align: center;
          display: block;
          min-width: 100px;
          color: #737373;
          position: relative;
          background-color: #1a6197; }
          .pc_header .main .h_ul .h_sousuo .h_s span {
            display: inline-block;
            position: relative;
            top: 17px;
            color: #fff; }
          .pc_header .main .h_ul .h_sousuo .h_s::before {
            content: '';
            position: absolute;
            width: 32px;
            height: 32px;
            background: url("../images/h_sousuo.png") no-repeat;
            top: 12px;
            transform: translateX(-50%);
            left: 50%; }
        .pc_header .main .h_ul .h_sousuo .ss-form {
          width: 100%;
          height: 138px;
          opacity: 0;
          pointer-events: none;
          background-color: #f5fbff;
          position: absolute;
          top: 99%;
          right: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .pc_header .main .h_ul .h_sousuo .ss-form input {
            width: 650px;
            height: 55px;
            outline: none;
            border: none;
            font-size: 16px;
            padding-left: 20px;
            color: #aeaeae;
            border: 1px solid #dddddd; }
          .pc_header .main .h_ul .h_sousuo .ss-form button {
            width: 155px;
            height: 55px;
            color: #fff;
            background-color: #f5a029;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer; }

.m_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  display: none;
  width: 100%;
  height: 80px;
  padding: 0 3%;
  background-color: #fff;
  flex-wrap: unset; }
  .m_header a {
    display: block;
    width: 340px; }
    .m_header a img {
      width: 100%;
      object-fit: contain; }
  .m_header figure {
    width: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .m_header figure .m_search_btn {
      width: 45px;
      height: 45px;
      object-fit: contain;
      transition: .4s all; }
    .m_header figure .nav-btn {
      position: relative;
      cursor: pointer;
      transition: 0.6s;
      z-index: 100;
      width: 56px;
      height: 50px; }
      .m_header figure .nav-btn span {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 4.5px;
        margin-top: -1px;
        background: #434144;
        transition: .2s ease; }
        .m_header figure .nav-btn span:before {
          content: '';
          position: absolute;
          top: -17px;
          left: 0;
          width: 56px;
          height: 4.5px;
          border-radius: 3px;
          background: #434144;
          transition: transform .2s ease, top .2s ease; }
        .m_header figure .nav-btn span:after {
          position: absolute;
          top: 17px;
          right: 0;
          width: 56px;
          height: 4.5px;
          content: '';
          border-radius: 3px;
          background: #434144;
          transition: transform .2s ease, top .2s ease; }
    .m_header figure .nav-btn-open span {
      width: 0 !important; }
      .m_header figure .nav-btn-open span:after {
        top: 0 !important;
        transform: rotate(-45deg);
        left: 0;
        width: 56px !important; }
      .m_header figure .nav-btn-open span:before {
        top: 0 !important;
        transform: rotate(45deg); }

.m_search {
  width: 100%;
  background-color: #434144;
  transform: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 101;
  overflow-y: scroll !important;
  display: none; }
  .m_search figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .m_search .title {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .m_search .title img {
      width: 40px;
      height: 40px;
      object-fit: contain; }
    .m_search .title h3 {
      font-size: 38px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      margin-top: 20px;
      line-height: 36px; }
  .m_search .main {
    width: 100%;
    padding: 6% 15%;
    padding-bottom: 0; }
    .m_search .main select {
      width: 100%;
      padding-bottom: 28px;
      border-bottom: 1px solid #f8f8f8;
      font-size: 24px;
      outline: none;
      color: #cfcfcf;
      background: url(../images/m_down.png) #fff 100% 20% no-repeat;
      background-color: transparent;
      outline: none; }
      .m_search .main select option {
        color: #333;
        padding: 0 10px; }
    .m_search .main input {
      width: 100%;
      margin-top: 30px;
      padding-bottom: 28px;
      border-bottom: 1px solid #f8f8f8;
      font-size: 24px;
      color: #cfcfcf;
      background-color: transparent; }
      .m_search .main input::-webkit-input-placeholder {
        color: #cfcfcf; }
    .m_search .main button {
      width: 100%;
      margin-top: 30px;
      padding: 15px 0;
      background-color: #fff;
      color: #434144;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: bold;
      cursor: pointer; }
  .m_search .search_close {
    margin: 0 auto;
    margin-top: 6%; }
    .m_search .search_close span {
      display: block;
      margin: 0 auto;
      width: 50px;
      height: 5px;
      border-radius: 10px;
      background-color: #fff;
      transform: rotate(45deg);
      position: relative; }
      .m_search .search_close span:before {
        content: '';
        opacity: 1;
        display: block;
        width: 100%;
        height: 5px;
        border-radius: 10px;
        background-color: #fff;
        transform: rotate(-90deg); }
    .m_search .search_close h4 {
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      margin-top: 30%; }

.m_nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #f5f5f5;
  overflow-y: scroll !important; }
  .m_nav ul {
    width: 100%;
    height: auto; }
    .m_nav ul li {
      width: 100%;
      cursor: pointer;
      font-size: 20px;
      border-bottom: 1px solid #ccc; }
      .m_nav ul li > a {
        display: block;
        width: 100%;
        font-size: 20px;
        padding: 15px 3%;
        position: relative; }
        .m_nav ul li > a i {
          display: block;
          width: 18px;
          height: 2px;
          background-color: #434144;
          position: absolute;
          top: 50%;
          right: 5%;
          transform: translateY(-50%); }
          .m_nav ul li > a i:before {
            content: '';
            opacity: 1;
            display: block;
            width: 2px;
            height: 18px;
            background-color: #434144;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%); }
      .m_nav ul li > p {
        display: block;
        width: 100%;
        height: auto;
        font-size: 20px;
        padding: 15px 3%;
        position: relative; }
        .m_nav ul li > p i {
          display: block;
          width: 18px;
          height: 2px;
          background-color: #434144;
          position: absolute;
          top: 50%;
          right: 5%;
          transform: translateY(-50%); }
          .m_nav ul li > p i:before {
            content: '';
            opacity: 1;
            display: block;
            width: 2px;
            height: 18px;
            background-color: #434144;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%); }
      .m_nav ul li.active {
        color: #fff; }
        .m_nav ul li.active > a {
          color: #fff;
          background-color: #1a6197; }
          .m_nav ul li.active > a i {
            background-color: #fff; }
            .m_nav ul li.active > a i:before {
              opacity: 0; }
        .m_nav ul li.active > p {
          color: #fff;
          background-color: #1a6197; }
          .m_nav ul li.active > p i {
            background-color: #fff; }
            .m_nav ul li.active > p i:before {
              opacity: 0; }
      .m_nav ul li dl {
        width: 100%;
        display: none;
        padding: 0 2%; }
        .m_nav ul li dl dd {
          position: relative; }
          .m_nav ul li dl dd + dd {
            border-top: 1px solid rgba(0, 0, 0, 0.1); }
          .m_nav ul li dl dd a {
            display: block;
            padding: 0 4%;
            color: #434144;
            width: 100%;
            height: auto;
            line-height: 45px;
            font-size: 20px;
            border: none; }
          .m_nav ul li dl dd:before {
            content: '';
            opacity: 1;
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #434144;
            position: absolute;
            top: 50%;
            left: 1.5%;
            transform: translateY(-50%); }

.index_banner {
  width: 100%; }
  .index_banner .swiper-wrapper {
    width: 100%; }
    .index_banner .swiper-wrapper .swiper-slide {
      display: block;
      width: 100%;
      position: relative;
      padding: 18.28% 0; }
      .index_banner .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover; }
  .index_banner .swiper-pagination {
    position: absolute;
    bottom: 5%; }
    .index_banner .swiper-pagination .swiper-pagination-bullet {
      width: 3%;
      height: 3px;
      background-color: #fff;
      transition: .4s all;
      border-radius: 0;
      opacity: unset; }
      .index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #f5a029; }
  .index_banner .swiper-container .swiper-button-prev {
    width: 58px;
    height: 58px;
    background: url("../images/banner_btn.png") no-repeat;
    background-size: contain;
    left: 5%; }
  .index_banner .swiper-container .swiper-button-next {
    width: 58px;
    height: 58px;
    background: url("../images/banner_btn.png") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    right: 5%; }

.page_banner {
  width: 100%;
  position: relative; }
  .page_banner figure {
    display: block;
    width: 100%;
    position: relative;
    padding: 8.88% 0; }
    .page_banner figure img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }
  .page_banner h3 {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .page_banner h3 span {
      display: block;
      margin-top: 10px;
      color: #fff;
      font-size: 24px;
      font-weight: bold; }

.page {
  margin-top: 100px; }

.dh {
  border-bottom: 1px solid #dadada; }
  .dh .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .dh .main .left span {
      font-size: 14px;
      color: #242424;
      font-weight: 600; }
    .dh .main .left a {
      font-size: 14px;
      color: #242424;
      font-weight: 600; }
    .dh .main ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .dh .main ul li a {
        padding: 30px 25px;
        display: block;
        transition: .4s all;
        color: #737373; }
        .dh .main ul li a:hover {
          color: #fff;
          background-color: #1a6197; }
        .dh .main ul li a.active {
          color: #fff;
          background-color: #1a6197; }

.m-dh {
  display: none; }

.por1 {
  background-color: #f4f4f4;
  padding: 80px 0; }
  .por1 .main {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 30px; }
    .por1 .main .lb1 + .lb1 {
      padding-top: 40px; }
    .por1 .main .lb1 h3 {
      font-size: 18px;
      color: #f5a029;
      text-transform: uppercase;
      font-weight: bold; }
    .por1 .main .lb1 span {
      display: block;
      font-weight: bold;
      font-size: 18px;
      color: #1a6197;
      text-transform: uppercase; }
    .por1 .main .lb1 h4 {
      font-size: 24px;
      color: #2d2d2d;
      font-weight: bold;
      /* margin-top: 10px;  */
    }
    .por1 .main .lb1 ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      margin-top: 25px; }
      .por1 .main .lb1 ul li {
        width: 49.25%;
        display: block;
        position: relative; }
        .por1 .main .lb1 ul li a {
          display: block;
          position: relative;
          padding: 27.66% 0;
          overflow: hidden;
          transition: .4s all; }
          .por1 .main .lb1 ul li a:hover img {
            transform: scale(1.1); }
          .por1 .main .lb1 ul li a img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            left: 0;
            top: 0;
            transition: .4s all; }
        .por1 .main .lb1 ul li p {
          width: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          color: #fff;
          position: absolute;
          bottom: 0;
          text-align: center;
          height: 40px;
          line-height: 40px;
          pointer-events: none; }

.por_banner figure {
  display: block;
  width: 100%;
  position: relative;
  padding: 8.88% 0; }
  .por_banner figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; }

.index1 {
  background: url("../images/index1.png");
  padding: 60px 0; }
  .index1 .main {
    width: 1400px;
    margin: 0 auto; }
    .index1 .main h3 {
      font-size: 18px;
      text-transform: uppercase;
      color: #f5a029;
      font-weight: bold;
      text-align: center; }
      .index1 .main h3 span {
        text-align: center;
        font-weight: bold;
        display: block;
        font-size: 18px;
        color: #1a6197; }
    .index1 .main h4 {
      font-size: 24px;
      color: #2d2d2d;
      text-align: center;
      font-weight: bold;
      padding: 15px 0 20px 0; }
    .index1 .main em {
      display: block;
      margin: 0 auto;
      width: 310px;
      background-color: #1a6197;
      font-size: 16px;
      color: #fff;
      text-align: center;
      border-radius: 18px;
      padding: 5px 0;
      position: relative;
      margin-bottom: 40px; }
      .index1 .main em::before {
        content: '';
        width: 30px;
        height: 1px;
        background-color: #8db0cb;
        left: 25px;
        top: 50%;
        position: absolute; }
      .index1 .main em::after {
        content: '';
        width: 30px;
        height: 1px;
        background-color: #8db0cb;
        right: 25px;
        top: 50%;
        position: absolute; }
    .index1 .main .ma-a {
      display: flex;
      flex-wrap: wrap;
      align-items: unset;
      justify-content: flex-start; }
      .index1 .main .ma-a .left {
        width: 86%; }
        .index1 .main .ma-a .left .swiper-container {
          position: relative; }
          .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .m-shang {
            display: none; }
          .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: flex-start; }
            .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang .sh-l {
              width: 420px;
              position: relative;
              padding: 21.42% 0;
              margin-right: 6px; }
              .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang .sh-l img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                object-fit: cover; }
            .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang .sh-z {
              width: 410px; }
              .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang .sh-z figure {
                position: relative;
                padding: 31.1% 0; }
                .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang .sh-z figure:nth-of-type(2) {
                  margin-top: 6px; }
                .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang .sh-z figure img {
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
            .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang .sh-r {
              width: 360px;
              padding: 18.334% 0;
              position: relative;
              margin-left: 6px; }
              .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang .sh-r img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                object-fit: cover; }
          .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia {
            margin-top: 6px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: space-between;
            justify-content: space-between; }
            .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia .x-l {
              width: 91%;
              padding: 30px 65px 40px 30px;
              background-color: #fff; }
              .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia .x-l h5 {
                font-size: 18px;
                color: #222222;
                font-weight: bold; }
                .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia .x-l h5 span {
                  margin-left: 5px;
                  font-size: 14px;
                  color: #888888;
                  font-weight: 100; }
              .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia .x-l p {
                line-height: 24px;
                margin-top: 15px;
                font-size: 14px;
                color: #666666;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical; }
            .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia a {
              padding: 90px 0 45px 0;
              width: 8.9%;
              display: block;
              background-color: #fff;
              font-size: 14px;
              color: #222222;
              font-weight: bold;
              text-align: center;
              position: relative; }
              .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia a::before {
                content: '';
                top: 37px;
                left: 50%;
                transform: translateX(-50%);
                width: 33px;
                height: 33px;
                position: absolute;
                background: url("../images/index7.png") no-repeat; }
          .index1 .main .ma-a .left .swiper-container .pr {
            width: 360px; }
            .index1 .main .ma-a .left .swiper-container .pr .swiper-button-prev {
              left: auto;
              right: 306px;
              z-index: 14;
              top: 46px;
              background: url("../images/index3.png") no-repeat; }
            .index1 .main .ma-a .left .swiper-container .pr .swiper-button-next {
              z-index: 14;
              top: 46px;
              background: url("../images/index4.png") no-repeat; }
          .index1 .main .ma-a .left .swiper-container .swiper-pagination {
            position: absolute;
            top: 0;
            right: 0;
            background-color: #fff;
            width: 360px;
            color: #c5c5c5;
            font-size: 18px;
            font-weight: 600;
            padding: 14px 0; }
            .index1 .main .ma-a .left .swiper-container .swiper-pagination span:nth-of-type(1) {
              font-size: 30px;
              color: #f5a029;
              font-weight: bold; }
            .index1 .main .ma-a .left .swiper-container .swiper-pagination span:nth-of-type(2) {
              font-size: 18px;
              font-weight: 600; }
      .index1 .main .ma-a .right {
        width: 196px; }
        .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide-active .p-as::before {
          opacity: 1 !important; }
        .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide-active .p-as p {
          background: url("../images/index2.png") left; }
        .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as {
          padding-left: 15px;
          position: relative; }
          .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as:hover::before {
            opacity: 1; }
          .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0;
            width: 0px;
            height: 0px;
            border: 8px solid transparent;
            border-right: 8px solid #1a6197; }
          .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as p {
            width: 180px;
            padding: 23px 0;
            color: #fff;
            background-color: #646464;
            text-align: center;
            position: relative;
            z-index: 2;
            cursor: pointer; }
            .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as p:hover {
              background: url("../images/index2.png"); }

.index2 {
  background: url("../images/index9.png");
  padding-top: 60px; }
  .index2 .main {
    width: 1520px;
    margin: 0 auto; }
    .index2 .main h3 {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      color: #f5a029;
      text-transform: uppercase; }
      .index2 .main h3 span {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        color: #1a6197;
        text-transform: uppercase; }
    .index2 .main h4 {
      font-size: 24px;
      color: #2d2d2d;
      text-align: center;
      font-weight: bold;
      padding: 15px 0; }
    .index2 .main p {
      color: #7b7b7b;
      text-align: center; }
      .index2 .main p span {
        margin-top: 5px;
        display: block;
        text-align: center;
        color: #f5a029;
        font-weight: 600; }
    .index2 .main .cx {
      position: relative;
      padding: 100px 0 60px 0; }
      .index2 .main .cx .swiper-container {
        margin: 0 60px; }
        .index2 .main .cx .swiper-container .swiper-wrapper {
          height: auto; }
          .index2 .main .cx .swiper-container .swiper-wrapper .swiper-slide {
            height: auto; }
            .index2 .main .cx .swiper-container .swiper-wrapper .swiper-slide a {
              display: block;
              border: 1px solid #fff; }
              .index2 .main .cx .swiper-container .swiper-wrapper .swiper-slide a figure {
                position: relative;
                padding: 35% 0;
                margin: 10px; }
                .index2 .main .cx .swiper-container .swiper-wrapper .swiper-slide a figure img {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                  object-fit: contain; }
            .index2 .main .cx .swiper-container .swiper-wrapper .swiper-slide p {
              color: #fff;
              margin-top: 10px; }
      .index2 .main .cx .swiper-button-prev {
        background: url("../images/index11.png") no-repeat; }
      .index2 .main .cx .swiper-button-next {
        background: url("../images/index12.png") no-repeat; }

.index3 {
  padding: 60px 0; }
  .index3 .main {
    width: 1400px;
    margin: 0 auto; }
    .index3 .main h3 {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      color: #f5a029;
      text-transform: uppercase; }
      .index3 .main h3 span {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        color: #1a6197;
        text-transform: uppercase; }
    .index3 .main h4 {
      font-size: 24px;
      color: #2d2d2d;
      text-align: center;
      font-weight: bold;
      padding: 15px 0 40px 0; }
    .index3 .main .youshi {
      display: flex;
      flex-wrap: wrap;
      align-items: unset;
      align-content: space-between;
      justify-content: space-between;
      border: 10px solid #1a6197;
      padding: 60px 60px 60px 40px;
      background-color: #f5fbff; }
      .index3 .main .youshi .left {
        width: 30.47%; }
        .index3 .main .youshi .left .fi {
          position: relative;
          padding: 58.975% 0; }
          .index3 .main .youshi .left .fi img {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            object-fit: cover; }
        .index3 .main .youshi .left .l-x {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: space-between;
          justify-content: space-between;
          margin-top: 10px; }
          .index3 .main .youshi .left .l-x figure {
            position: relative;
            padding: 21.16% 0;
            width: 59%; }
            .index3 .main .youshi .left .l-x figure:nth-of-type(2) {
              width: 38.46%; }
            .index3 .main .youshi .left .l-x figure img {
              position: absolute;
              left: 0;
              top: 0;
              height: 100%;
              width: 100%;
              object-fit: cover; }
      .index3 .main .youshi .right {
        width: 65.53%; }
        .index3 .main .youshi .right ul li {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start; }
          .index3 .main .youshi .right ul li + li {
            margin-top: 34px; }
          .index3 .main .youshi .right ul li .le {
            width: 100px;
            height: 100px;
            border: 2px solid #f5a029;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center; }
            .index3 .main .youshi .right ul li .le em {
              font-size: 30px;
              color: #f5a029;
              font-weight: bold; }
            .index3 .main .youshi .right ul li .le span {
              font-size: 14px;
              font-weight: bold;
              color: #2d2d2d;
              text-transform: uppercase; }
          .index3 .main .youshi .right ul li .ri {
            margin-left: 20px;
            width: 85%; }
            .index3 .main .youshi .right ul li .ri h5 {
              font-size: 24px;
              color: #1a6197;
              font-weight: bold; }
            .index3 .main .youshi .right ul li .ri p {
              color: #666666;
              margin-top: 5px;
              line-height: 25px; }

.index4 {
  padding: 60px 0;
  background-color: #f5fbff;
 }
  .index4 .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    align-content: space-between;
    justify-content: space-between; }
    .index4 .main .left {
      width: 70.715%;
      padding: 30px;
      background-color: #fff;
      border: 1px solid #e4e4e4;
      border-radius: 15px; 
      padding-top: 0;
    }
      .index4 .main .left .text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between; }
        .index4 .main .left .text .te-a h3 {
          font-size: 18px;
          font-weight: bold;
          color: #f5a029;
          text-transform: uppercase; }
          .index4 .main .left .text .te-a h3 span {
            display: block;
            font-weight: bold;
            font-size: 18px;
            color: #1a6197;
            text-transform: uppercase; }
        .index4 .main .left .text .te-a h4 {
          font-size: 24px;
          color: #2d2d2d;
          font-weight: bold;
          padding: 30px 0; }
        .index4 .main .left .text a {
          display: block;
          width: 110px;
          background-color: #646464;
          font-size: 14px;
          color: #fff;
          text-align: center;
          border-radius: 15px;
          padding: 5px 0; }
      .index4 .main .left figure {
        position: relative;
        padding: 12.636% 0; }
        .index4 .main .left figure img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
      .index4 .main .left p {
        color: #636363;
        line-height: 35px; }
        .index4 .main .left p:nth-of-type(1) {
          margin-top: 8px; }
    .index4 .main .right {
      width: 26.43%;
      padding: 30px;
      background-color: #fff;
      border: 1px solid #e4e4e4;
      border-radius: 15px;
      padding-top: 0;
    }
      .index4 .main .right h3 {
        font-size: 18px;
        font-weight: bold;
        color: #f5a029;
        text-transform: uppercase; }
        .index4 .main .right h3 span {
          display: block;
          font-weight: bold;
          font-size: 18px;
          color: #1a6197;
          text-transform: uppercase; }
      .index4 .main .right h4 {
        font-size: 24px;
        color: #2d2d2d;
        font-weight: bold;
        padding: 30px 0; }
      .index4 .main .right .one-a {
        display: block;
        position: relative; }
        .index4 .main .right .one-a figure {
          position: relative;
          padding: 37.902% 0;
          overflow: hidden; }
          .index4 .main .right .one-a figure:hover img {
            transform: scale(1.1); }
          .index4 .main .right .one-a figure img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .4s all; }
        .index4 .main .right .one-a p {
          width: 100%;
          background-color: rgba(0, 0, 0, 0.6);
          position: absolute;
          bottom: -5px;
          line-height: 30px;
          margin: 5px 0;
          color: #fff;
          font-size: 14px;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
      .index4 .main .right .one_b {
        font-size: 14px;
        color: #636363;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        position: relative;
        padding-left: 12px;
        margin-top: 12px;
        transition: .4s all; }
        .index4 .main .right .one_b:hover {
          color: #000;
          font-weight: 600; }
        .index4 .main .right .one_b:hover::before {
          background-color: #f5a029; }
        .index4 .main .right .one_b::before {
          content: '';
          width: 5px;
          height: 5px;
          background-color: #bbbbbb;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          border-radius: 50%; }

.index5 {
  padding: 60px 0;
  background-color: #f5fbff; }
  .index5 .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    border: 1px solid #e4e4e4;
    padding-left: 20px; }
    .index5 .main .left {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      align-items: unset;
      align-content: space-between;
      justify-content: space-between; }
      .index5 .main .left .le-l {
        width: 58.5%; }
        .index5 .main .left .le-l h3 {
          margin-top: 30px;
          font-size: 18px;
          font-weight: bold;
          color: #f5a029;
          text-transform: uppercase; }
          .index5 .main .left .le-l h3 span {
            display: block;
            font-weight: bold;
            font-size: 18px;
            color: #1a6197;
            text-transform: uppercase; }
        .index5 .main .left .le-l h4 {
          font-size: 24px;
          color: #2d2d2d;
          font-weight: bold;
          padding: 15px 0; }
        .index5 .main .left .le-l em {
          font-size: 14px;
          color: #1a6197;
          font-weight: 600; }
        .index5 .main .left .le-l .text {
          position: relative;
          padding-left: 10px; }
          .index5 .main .left .le-l .text::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 95%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #e7e7e7; }
          .index5 .main .left .le-l .text .t {
            position: relative; }
            .index5 .main .left .le-l .text .t:hover::before {
              background-color: #f5a029; }
            .index5 .main .left .le-l .text .t:hover .t-p {
              color: #000000; }
              .index5 .main .left .le-l .text .t:hover .t-p span {
                color: #f5a029; }
            .index5 .main .left .le-l .text .t::before {
              content: '';
              position: absolute;
              width: 6px;
              height: 6px;
              left: -13px;
              top: 50%;
              transform: translateY(-50%);
              border-radius: 50%;
              background-color: #bbbbbb;
              transition: .4s all; }
            .index5 .main .left .le-l .text .t .t-p {
              transition: .4s all;
              font-size: 14px;
              color: #666666;
              margin-top: 12px;
              position: relative;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical; }
              .index5 .main .left .le-l .text .t .t-p span {
                transition: .4s all;
                font-size: 14px;
                color: #666666; }
      .index5 .main .left figure {
        width: 35.72%;
        position: relative;
        padding: 31.2% 0; }
        .index5 .main .left figure::before {
          content: '';
          position: absolute;
          left: -24px;
          top: 40px;
          transform: translateY(-50%);
          opacity: 1;
          width: 0px;
          height: 0px;
          border: 11px solid transparent;
          border-right: 14px solid #8bc9eb; }
        .index5 .main .left figure img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          left: 0;
          top: 0; }
    .index5 .main .right {
      width: 48.572%;
      display: flex;
      flex-wrap: wrap;
      align-items: unset;
      align-content: space-between;
      justify-content: space-between; }
      .index5 .main .right .r-r {
        width: 58.5%; }
        .index5 .main .right .r-r h3 {
          margin-top: 30px;
          font-size: 18px;
          font-weight: bold;
          color: #f5a029;
          text-transform: uppercase; }
          .index5 .main .right .r-r h3 span {
            display: block;
            font-weight: bold;
            font-size: 18px;
            color: #1a6197;
            text-transform: uppercase; }
        .index5 .main .right .r-r h4 {
          font-size: 24px;
          color: #2d2d2d;
          font-weight: bold;
          padding: 15px 0; }
        .index5 .main .right .r-r em {
          font-size: 14px;
          color: #1a6197;
          font-weight: 600; }
        .index5 .main .right .r-r p {
          font-size: 14px;
          color: #666666;
          margin-top: 25px;
          line-height: 28px; }
        .index5 .main .right .r-r a {
          display: block;
          width: 110px;
          background-color: #646464;
          font-size: 14px;
          color: #fff;
          text-align: center;
          border-radius: 15px;
          padding: 5px 0;
          margin-top: 30px; }
      .index5 .main .right figure {
        width: 35.72%;
        position: relative;
        padding: 32.1% 0; }
        .index5 .main .right figure::before {
          /* content: '';
          position: absolute;
          left: -9px;
          bottom: 40px;
          transform: translateY(-50%);
          opacity: 1;
          width: 15px;
          height: 15px;
          background: url("../images/index8.png") no-repeat; */

          left: -25px;
          bottom: 40px;
          opacity: 1;
          width: 21px;
          height: 19px;
          content: '';
          position: absolute;
          opacity: 1;
          width: 0px;
          height: 0px;
          border: 11px solid transparent;
          border-right: 14px solid #bdbfc7;
         }
        .index5 .main .right figure img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          left: 0;
          top: 0; }

.index6 {
  background: url(../images/index15.png);
  padding: 20px 0 60px 0; }
  .index6 .main {
    width: 1400px;
    margin: 0 auto;
    padding: 40px; }
    .index6 .main .swiper-container .swiper-wrapper .swiper-slide {
      background-color: #fff;
      padding: 40px 22px;
      border-bottom-right-radius: 40px;
      height: auto; 
      padding-top: 0;
    }
      .index6 .main .swiper-container .swiper-wrapper .swiper-slide h3 {
        font-size: 18px;
        font-weight: bold;
        color: #f5a029;
        text-transform: uppercase;
        text-align: center; }
        .index6 .main .swiper-container .swiper-wrapper .swiper-slide h3 span {
          text-align: center;
          display: block;
          font-weight: bold;
          font-size: 18px;
          color: #1a6197;
          text-transform: uppercase; }
      .index6 .main .swiper-container .swiper-wrapper .swiper-slide h4 {
        text-align: center;
        font-size: 24px;
        color: #2d2d2d;
        font-weight: bold;
        padding: 30px 0 30px 0; }
      .index6 .main .swiper-container .swiper-wrapper .swiper-slide em {
        margin: 0 auto;
        display: block;
        width: 245px;
        background-color: #1a6197;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        border-radius: 18px; }
      .index6 .main .swiper-container .swiper-wrapper .swiper-slide p {
        text-align: center;
        color: #666666;
        line-height: 30px;
        margin: 30px 0 35px 0; }
      .index6 .main .swiper-container .swiper-wrapper .swiper-slide figure {
        margin: 0 auto;
        border-radius: 50%;
        border: 1px dashed #dcdcdc;
        position: relative;
        padding: 12% 0;
        width: 180px;
        height: 180px;
        padding: 15px; }
        .index6 .main .swiper-container .swiper-wrapper .swiper-slide figure img {
          width: 90%;
          height: 90%;
          border-radius: 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          object-fit: cover; }

.index7 .main {
  width: 1400px;
  margin: 0 auto; }
  .index7 .main ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .index7 .main ul li {
      width: 25%;
      border-left: 1px solid #e3e3e3;
      border-top: 1px solid #e3e3e3;
      transition: .4s all; }
      .index7 .main ul li:last-child {
        border-right: 1px solid #e3e3e3; }
      .index7 .main ul li a {
        display: block;
        width: 100%;
        padding: 37px 0;
        font-size: 16px;
        color: #342c2a;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        flex-direction: unset; }
        .index7 .main ul li a figure {
          width: 52px;
          height: 42px;
          transition: .4s all;
          position: relative; }
          .index7 .main ul li a figure img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: .4s all;
            object-fit: contain; }
        .index7 .main ul li a p {
          font-size: 16px;
          color: #342c2a;
          font-weight: bold;
          margin-left: 19px;
          transition: .4s all; }
          .index7 .main ul li a p span {
            display: block;
            font-size: 12px;
            font-weight: normal;
            text-transform: uppercase;
            margin-top: 6px;
            color: #7b7b7b;
            transition: .4s all; }

.index8 {
  margin-bottom: 60px; }
  .index8 .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    border-top: 2px solid #f5a029;
    border-bottom: 2px solid #f5a029;
    padding: 40px 25px; }
    .index8 .main .left {
      width: 49%; }
      .index8 .main .left h3 {
        font-size: 18px;
        font-weight: bold;
        color: #f5a029;
        text-transform: uppercase; }
        .index8 .main .left h3 span {
          display: block;
          font-weight: bold;
          font-size: 18px;
          color: #1a6197;
          text-transform: uppercase; }
      .index8 .main .left h4 {
        font-size: 24px;
        color: #2d2d2d;
        font-weight: bold;
        padding: 15px 0 30px 0; }
      .index8 .main .left .in-a {
        font-size: 14px;
        color: #666666;
        line-height: 25px; }
      .index8 .main .left .in-b {
        margin-top: 35px;
        line-height: 25px;
        font-size: 14px;
        color: #1a6197;
        font-weight: 600; }
    .index8 .main .right {
      width: 43.71%; }
      .index8 .main .right figure img {
        width: 100%; }

.xiangqing1 {
  padding: 40px 0; }
  .xiangqing1 .main {
    width: 1400px;
    margin: 0 auto; }
    .xiangqing1 .main h3 {
      font-size: 24px;
      color: #2d2d2d;
      font-weight: bold; }
      .xiangqing1 .main h3 span {
        font-size: 14px;
        color: #888888;
        font-weight: 100; }
    .xiangqing1 .main p {
      color: #666666;
      margin: 30px 0 6px 0;
      line-height: 30px; }
    .xiangqing1 .main span {
      color: #1a6197;
      font-weight: bold; }

.xiangqing2 {
  background-color: #f4f4f4;
  padding-top: 60px; }
  .xiangqing2 .main {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 30px; }
    .xiangqing2 .main .ma-x + .ma-x {
      margin-top: 40px; }
    .xiangqing2 .main .ma-x h3 {
      margin-left: 30px;
      color: #f5a029;
      font-size: 18px;
      font-weight: bold; }
    .xiangqing2 .main .ma-x p {
      margin-left: 30px;
      color: #5f5f5f;
      padding: 20px 0 30px 0; }
    .xiangqing2 .main .ma-x .pic ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      margin: 0 30px;
      padding-bottom: 40px;
      border-bottom: 1px solid #cccccc; }
      .xiangqing2 .main .ma-x .pic ul li {
        width: 24.25%;
        margin-right: 1%; }
        .xiangqing2 .main .ma-x .pic ul li:nth-of-type(4n) {
          margin-right: 0; }
        .xiangqing2 .main .ma-x .pic ul li a {
          display: block; }
          .xiangqing2 .main .ma-x .pic ul li a figure {
            position: relative;
            padding: 38% 0;
            overflow: hidden; }
            .xiangqing2 .main .ma-x .pic ul li a figure:hover img {
              transform: scale(1.05, 1.05); }
            .xiangqing2 .main .ma-x .pic ul li a figure img {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: .4s all; }
          .xiangqing2 .main .ma-x .pic ul li a span {
            display: block;
            margin-top: 15px;
            text-align: center; }

.xiangqing3 {
  background-color: #f4f4f4; }
  .xiangqing3 .main {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 30px 0 30px; }
    .xiangqing3 .main h3 {
      font-size: 18px;
      color: #fff;
      background-color: #1a6197;
      padding: 20px 0;
      text-align: center;
      font-weight: bold; }
    .xiangqing3 .main ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      padding-bottom: 40px; }
      .xiangqing3 .main ul li {
        width: 16.66%;
        border-left: 1px solid #ccc; }
        .xiangqing3 .main ul li:last-child {
          border-right: 1px solid #ccc; }
        .xiangqing3 .main ul li h4 {
          padding: 30px 0;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          background-color: #f7f7f7;
          color: #353535;
          font-weight: bold; }
        .xiangqing3 .main ul li p {
          padding: 30px 0;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center;
          border-top: 1px solid #ccc;
          color: #5f5f5f; }
          .xiangqing3 .main ul li p:last-child {
            border-bottom: 1px solid #ccc; }
          .xiangqing3 .main ul li p:nth-of-type(2n) {
            background-color: #f7f7f7; }
          .xiangqing3 .main ul li p:nth-of-type(2n-1) {
            background-color: #fff; }

.xiangqing4 {
  background-color: #f4f4f4; }
  .xiangqing4 .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    align-content: space-between;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px; }
    .xiangqing4 .main .left {
      width: 42%;
      border-top: 30px solid #efefef;
      border-bottom: 30px solid #efefef;
      border-left: 25px solid #efefef;
      border-right: 25px solid #efefef; }
      .xiangqing4 .main .left .pic-a {
        padding: 37% 0;
        position: relative; }
        .xiangqing4 .main .left .pic-a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: contain; }
      .xiangqing4 .main .left .pic-b {
        padding: 29% 0;
        position: relative;
        border-top: 25px solid #efefef; }
        .xiangqing4 .main .left .pic-b img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: contain; }
    .xiangqing4 .main .right {
      width: 54.5%; }
      .xiangqing4 .main .right h3 {
        font-size: 18px;
        color: #f5a029;
        font-weight: bold;
        padding-left: 15px; }
      .xiangqing4 .main .right p {
        color: #5f5f5f;
        line-height: 36px;
        margin-top: 50px;
        padding-left: 15px;
        position: relative; }
        .xiangqing4 .main .right p i {
          display: inline-block;
          width: 8px;
          height: 8px;
          background-color: #1a6197;
          border-radius: 50%;
          margin-right: 5px;
          margin-bottom: 1px; }

.box {
  background-color: #f4f4f4;
  padding-bottom: 80px; }
  .box .main {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 0 60px 0; }
    .box .main .bo-a {
      border-top: 1px solid #ccc;
      padding: 40px 0 30px 0;
      margin: 0 30px; }
      .box .main .bo-a a {
        display: block;
        color: #787878;
        transition: .4s all; }
        .box .main .bo-a a:nth-of-type(2) {
          margin-top: 10px; }
        .box .main .bo-a a:hover {
          color: #252525; }
    .box .main .bo-b {
      margin-left: 30px;
      background: #1a6197;
      display: inline-block;
      width: 215px; }
      .box .main .bo-b i {
        width: 65px;
        height: 40px;
        background: #f5a029 url(../images/index31.png) no-repeat center center;
        float: left; }
      .box .main .bo-b a {
        overflow: hidden;
        display: block;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        transition: .4s all; }
        .box .main .bo-b a:hover {
          color: #f5a029; }

.xiao1 {
  padding: 80px 0;
  background-color: #f4f4f4; }
  .xiao1 .J_mendian {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px; }
    .xiao1 .J_mendian .network .cityList {
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 0 10px #ccc; }
      .xiao1 .J_mendian .network .cityList .cityList-l {
        position: relative;
        width: 24%;
        height: 30px;
        margin-left: 30px;
        border: 1px solid #dcdcdc; }
        .xiao1 .J_mendian .network .cityList .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; }
        .xiao1 .J_mendian .network .cityList .cityList-l button {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 13px;
          height: 13px;
          line-height: 28px;
          font-size: 18px;
          color: #d7d7d7;
          text-align: center;
          border: none;
          outline: none;
          cursor: pointer;
          background: url(../images/x-x.png) no-repeat;
          background-size: 100% 100%; }
      .xiao1 .J_mendian .network .cityList .cityList-r {
        width: 54.5%; }
        .xiao1 .J_mendian .network .cityList .cityList-r .adderForm {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .xiao1 .J_mendian .network .cityList .cityList-r .adderForm select {
            width: 100%;
            height: 60px;
            font-size: 14px;
            color: #656565;
            border: none;
            border-left: 1px solid #f4f3f3;
            outline: none;
            cursor: pointer;
            background-color: #fff;
            padding: 0px 15px;
            position: relative;
            appearance: menulist; }
            .xiao1 .J_mendian .network .cityList .cityList-r .adderForm select::before {
              display: block;
              content: '';
              width: 9px;
              height: 6px;
              background: url("../images/xia-a.png") no-repeat;
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%); }
    .xiao1 .J_mendian .network .clearfix {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      box-shadow: 0 0 10px #ccc; }
      .xiao1 .J_mendian .network .clearfix .networkMap {
        width: 66%; }
        .xiao1 .J_mendian .network .clearfix .networkMap #map #allmap {
          width: 100%;
          height: 800px; }
      .xiao1 .J_mendian .network .clearfix .mapChose {
        box-sizing: border-box;
        width: 34%;
        height: 800px;
        overflow: hidden;
        padding: 0px 0 0px 10px; }
        .xiao1 .J_mendian .network .clearfix .mapChose ul {
          width: 100%;
          height: 100%;
          overflow-y: scroll; }
          .xiao1 .J_mendian .network .clearfix .mapChose ul li .txt {
            position: relative;
            padding-left: 70px;
            padding-top: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            transition: .3s; }
            .xiao1 .J_mendian .network .clearfix .mapChose ul li .txt i {
              position: absolute;
              top: 30px;
              left: 10px;
              width: 40px;
              height: 40px;
              border-radius: 5px;
              background: #e76f30;
              line-height: 40px;
              font-size: 1.6rem;
              color: #fff;
              text-align: center;
              font-style: normal; }
            .xiao1 .J_mendian .network .clearfix .mapChose ul li .txt h6 {
              margin: 0px;
              line-height: 24px;
              color: #2c2c2c;
              padding-bottom: 25px; }
            .xiao1 .J_mendian .network .clearfix .mapChose ul li .txt p {
              overflow: hidden;
              line-height: 24px;
              color: #a4a4a4;
              margin-top: 5px; }

.new1 {
  background-color: #f4f4f4;
  padding-top: 80px; }
  .new1 .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-between; }
    .new1 .main .left {
      width: 76%; }
      .new1 .main .left ul .new1-li + .new1-li {
        margin-top: 30px; }
      .new1 .main .left ul .new1-li .new1-a {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: unset;
        align-content: space-between;
        justify-content: space-between;
        padding-right: 40px; }
        .new1 .main .left ul .new1-li .new1-a:hover .text h3 {
          color: #252525; }
        .new1 .main .left ul .new1-li .new1-a:hover .text em {
          background-color: #f5a029; }
        .new1 .main .left ul .new1-li .new1-a figure {
          width: 32%;
          position: relative;
          padding: 12.219% 0; }
          .new1 .main .left ul .new1-li .new1-a figure img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            object-fit: cover; }
        .new1 .main .left ul .new1-li .new1-a .text {
          width: 63%; }
          .new1 .main .left ul .new1-li .new1-a .text h3 {
            font-size: 24px;
            color: #5c5c5c;
            margin: 25px 0;
            transition: .4s all;
            font-weight: bold; }
          .new1 .main .left ul .new1-li .new1-a .text p {
            color: #6a6a6a;
            line-height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .new1 .main .left ul .new1-li .new1-a .text .te-a {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: space-between;
            justify-content: space-between;
            margin: 25px 0; }
            .new1 .main .left ul .new1-li .new1-a .text .te-a span {
              font-size: 14px;
              color: #6a6a6a; }
          .new1 .main .left ul .new1-li .new1-a .text em {
            font-size: 14px;
            color: #fff;
            text-align: center;
            display: block;
            text-transform: uppercase;
            line-height: 29px;
            background-color: #9a9a9a;
            width: 90px;
            height: 29px;
            border-radius: 14px;
            margin-bottom: 25px;
            transition: .4s all; }
    .new1 .main .right {
      width: 21.5%; }
      .new1 .main .right .r-a {
        background-color: #fff; }
        .new1 .main .right .r-a .r-s {
          background-color: #1a6197;
          padding: 25px 0 50px 0; }
          .new1 .main .right .r-a .r-s h3 {
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            text-align: center; }
          .new1 .main .right .r-a .r-s p {
            font-size: 14px;
            color: #fff;
            margin-top: 10px;
            text-align: center; }
            .new1 .main .right .r-a .r-s p em {
              font-size: 18px;
              font-weight: bold; }
        .new1 .main .right .r-a .r-x {
          padding-bottom: 20px; }
          .new1 .main .right .r-a .r-x form {
            margin: -26px 20px 0;
            background-color: #fff;
            border-radius: 5px;
            padding: 19px 15px 19px;
            border: 1px solid #f0f0f0; }
            .new1 .main .right .r-a .r-x form .cs select {
              background: url(../images/qwy-i5.png) center right 11px no-repeat;
              border: 1px solid #e2e2e2;
              padding: 0 20px 0 13px;
              font-size: 12px;
              color: #828282;
              line-height: 35px;
              height: 35px;
              display: block;
              width: 100%;
              border-radius: 3px; }
            .new1 .main .right .r-a .r-x form .cs .qu {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              align-content: space-between;
              justify-content: space-between;
              margin-top: 10px; }
              .new1 .main .right .r-a .r-x form .cs .qu select {
                width: 48.5%; }
            .new1 .main .right .r-a .r-x form .cs .item {
              margin-top: 10px; }
              .new1 .main .right .r-a .r-x form .cs .item input {
                border: 1px solid #e2e2e2;
                padding: 0 20px 0 13px;
                font-size: 12px;
                color: #828282;
                line-height: 35px;
                height: 35px;
                display: block;
                width: 100%;
                border-radius: 3px; }
            .new1 .main .right .r-a .r-x form .cs button {
              margin-top: 10px;
              line-height: 40px;
              height: 40px;
              font-size: 16px;
              color: #fff;
              text-align: center;
              border-radius: 5px;
              background-color: #f5a029;
              border: none;
              width: 100%;
              cursor: pointer;
              transition: .4s all;
              border: 1px solid transparent; }
              .new1 .main .right .r-a .r-x form .cs button:hover {
                border-radius: 3px;
                color: #f5a029;
                background-color: transparent;
                border-color: #f5a029; }
      .new1 .main .right .r-b {
        margin-top: 30px;
        background-color: #fff;
        padding: 30px 20px 20px 20px; }
        .new1 .main .right .r-b h3 {
          font-size: 18px;
          color: #333333;
          font-weight: bold;
          margin-bottom: 25px; }
          .new1 .main .right .r-b h3 span {
            font-size: 14px;
            color: #969696;
            font-weight: bold; }
        .new1 .main .right .r-b a {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          font-size: 14px;
          color: #5e5e5e;
          padding-left: 15px;
          position: relative;
          transition: .4s all; }
          .new1 .main .right .r-b a:hover {
            color: #f5a029; }
          .new1 .main .right .r-b a + a {
            margin-top: 10px; }
          .new1 .main .right .r-b a::before {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            background-color: #e3e3e3; }
      .new1 .main .right .r-c {
        margin-top: 30px;
        background-color: #fff;
        padding: 30px 20px 20px 20px; }
        .new1 .main .right .r-c h3 {
          font-size: 18px;
          color: #333333;
          font-weight: bold;
          margin-bottom: 25px; }
          .new1 .main .right .r-c h3 span {
            font-size: 14px;
            color: #969696;
            font-weight: bold; }
        .new1 .main .right .r-c dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: space-between;
          justify-content: space-between; }
          .new1 .main .right .r-c dl dd {
            width: 46%;
            background-color: #efefef;
            padding: 10px 0; }
            .new1 .main .right .r-c dl dd:nth-of-type(n+3) {
              margin-top: 15px; }
            .new1 .main .right .r-c dl dd a {
              display: block;
              color: #5e5e5e;
              font-size: 14px;
              text-align: center;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              transition: .4s all; }
              .new1 .main .right .r-c dl dd a:hover {
                color: #f5a029; }

.pages .pages-f {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px 0; }
  .pages .pages-f ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px; }
    .pages .pages-f ul .active a {
      background-color: #1a6197; }
    .pages .pages-f ul li {
      transition: .6s;
      margin-right: 6px;
      font-size: 14px;
      color: #fff;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center; }
      .pages .pages-f ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 14px;
        transition: .4s all;
        background: #ccc;
        border-radius: 5px; }
        .pages .pages-f ul li a:hover {
          background-color: #1a6197; }
  .pages .pages-f select {
    width: 65px;
    height: 36px;
    transition: .6s all;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 6px;
    background: url(../images/page_xia.png) #fff 90% center no-repeat;
    background-color: #fff;
    background-size: 12px; }

.xin1 .main .left {
  background-color: #fff;
  padding: 30px 30px 45px 30px; }
  .xin1 .main .left .h-a {
    font-size: 30px;
    color: #252525;
    font-weight: bold; }
  .xin1 .main .left .box-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px; }
    .xin1 .main .left .box-info .share-a em {
      color: #787878; }
    .xin1 .main .left .box-info .share-a .social-share-icon {
      background-color: #fff;
      margin-left: 8px; }
    .xin1 .main .left .box-info .share-a .icon-wechat {
      border: 1px solid #7bc549 !important;
      border-radius: 50%; }
      .xin1 .main .left .box-info .share-a .icon-wechat::before {
        background: url(../images/icon-wechat.png) no-repeat center center;
        background-size: 80%; }
    .xin1 .main .left .box-info .share-a .icon-douban {
      border: 1px solid #53b358 !important;
      border-radius: 50%; }
    .xin1 .main .left .box-info .share-a .icon-qzone {
      border: 1px solid #fdbe3d !important;
      border-radius: 50%; }
      .xin1 .main .left .box-info .share-a .icon-qzone::before {
        background: url(../images/icon-qzone.png) no-repeat center center;
        background-size: 80%; }
    .xin1 .main .left .box-info .share-a .icon-qq {
      border: 1px solid #56b6e7 !important;
      border-radius: 50%; }
    .xin1 .main .left .box-info .info span {
      color: #787878;
      margin-right: 10px; }
  .xin1 .main .left .content {
    padding: 40px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .xin1 .main .left .content img {
      max-width: 100%; }
  .xin1 .main .left .box-xin {
    background-color: unset;
    padding-bottom: 0; }
    .xin1 .main .left .box-xin .main {
      width: 100%;
      display: block;
      padding: 0; }
      .xin1 .main .left .box-xin .main .bo-a {
        border-top: none;
        margin: 0; }
      .xin1 .main .left .box-xin .main .bo-b {
        margin: 0; }

.lianxi {
  background-color: #f4f4f4;
  padding: 80px 0; }
  .lianxi .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    align-content: space-between;
    justify-content: space-between;
    padding: 30px;
    background-color: #fff; }
    .lianxi .main .left {
      width: 59%; }
      .lianxi .main .left #map {
        height: 600px; }
    .lianxi .main .right {
      width: 38%; }
      .lianxi .main .right h3 {
        font-size: 24px;
        font-weight: bold;
        color: #252525;
        margin-bottom: 45px; }
      .lianxi .main .right p {
        color: #5f5f5f; }
        .lianxi .main .right p + p {
          margin-top: 20px; }
        .lianxi .main .right p a {
          color: #5f5f5f; }

.shouhou {
  background-color: #f4f4f4;
  padding: 80px 0; }
  .shouhou .main {
    width: 1400px;
    margin: 0 auto; }
    .shouhou .main ul {
      display: flex;
      flex-wrap: wrap;
      align-items: unset;
      justify-content: flex-start; }
      .shouhou .main ul li {
        background-color: #fff;
        padding: 30px 20px 30px 20px;
        width: 23.5%;
        margin-right: 2%; }
        .shouhou .main ul li:nth-of-type(4) {
          margin-right: 0; }
        .shouhou .main ul li h3 {
          color: #342c2a;
          text-align: center;
          font-weight: 600;
          padding-bottom: 30px;
        }
        .shouhou .main ul li span {
          display: block;
          text-align: center;
          text-transform: uppercase;
          color: #7c7c7c;
          font-size: 12px;
          margin: 5px 0 12px 0; }
        .shouhou .main ul li figure {
          position: relative;
          padding: 33% 0; }
          .shouhou .main ul li figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            left: 0;
            top: 0; }
        .shouhou .main ul li p {
          margin-top: 30px;
          font-size: 16px;
          color: #737373;
          line-height: 30px; }

.licheng {
  background-color: #f4f4f4;
  padding: 80px 0; }
  .licheng .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    align-content: space-between;
    justify-content: space-between;
    padding: 30px;
    background-color: #fff; }
    .licheng .main figure {
      width: 58.429%;
      padding: 22.429% 0;
      position: relative; }
      .licheng .main figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .licheng .main .right {
      width: 39%; }
      .licheng .main .right h3 {
        font-size: 24px;
        margin: 25px 0 40px 0;
        color: #1a6197;
        font-weight: bold; }
      .licheng .main .right p {
        color: #5f5f5f;
        margin-top: 18px; }

.jianjie {
  background-color: #f4f4f4;
  padding: 80px 0 55px 0; }
  .jianjie .main {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 30px 40px 30px; }
    .jianjie .main .pic-i {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      margin-bottom: 20px; }
      .jianjie .main .pic-i .img1 {
        width: 42.54%;
        position: relative;
        padding: 20.54% 0; }
        .jianjie .main .pic-i .img1 img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          top: 0; }
      .jianjie .main .pic-i .img2 {
        width: 56%;
        position: relative;
        padding: 20.54% 0; }
        .jianjie .main .pic-i .img2 img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          top: 0; }
    .jianjie .main p {
      color: #5f5f5f;
      line-height: 36px; }

.wen {
  padding: 0 0 80px 0;
  background-color: #f4f4f4; }
  .wen .main {
    width: 1400px;
    margin: 0 auto; }
    .wen .main ul {
      display: flex;
      flex-wrap: wrap;
      align-items: unset;
      justify-content: flex-start; }
      .wen .main ul li {
        background-color: #fff;
        padding: 30px 20px 30px 20px;
        width: 23.5%;
        margin-right: 2%; }
        .wen .main ul li:nth-of-type(4) {
          margin-right: 0; }
        .wen .main ul li h3 {
          color: #342c2a;
          text-align: center;
          font-weight: 600;
          padding-bottom: 30px;
        }
        .wen .main ul li span {
          display: block;
          text-align: center;
          text-transform: uppercase;
          color: #7c7c7c;
          font-size: 12px;
          margin: 5px 0 12px 0; }
        .wen .main ul li figure {
          position: relative;
          padding: 33% 0; }
          .wen .main ul li figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            left: 0;
            top: 0; }
        .wen .main ul li h4 {
          color: #1a6197;
          font-weight: 600;
          margin: 25px 0 8px 0; }
        .wen .main ul li p {
          font-size: 16px;
          color: #737373;
          line-height: 30px; }

.baike {
  background-color: #f4f4f4;
  padding: 80px 0; }
  .baike .main {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 30px 0 30px; }
    .baike .main h3 {
      font-size: 24px;
      color: #252525;
      font-weight: bold;
      margin-bottom: 40px; }
    .baike .main p {
      color: #5f5f5f;
      line-height: 36px; }
    .baike .main .bai-ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      margin-top: 35px; }
      .baike .main .bai-ul li {
        width: 31.7%;
        margin-right: 2.45%; }
        .baike .main .bai-ul li:nth-of-type(3n) {
          margin-right: 0; }
        .baike .main .bai-ul li:nth-of-type(n+4) {
          margin-top: 25px; }
        .baike .main .bai-ul li a {
          display: block;
          border: 1px solid #d9d9d9;
          transition: .4s all; }
          .baike .main .bai-ul li a:hover {
            border: 1px solid #1a6197; }
          .baike .main .bai-ul li a figure {
            position: relative;
            padding: 35.8% 0;
            margin: 10px;
            overflow: hidden; }
            .baike .main .bai-ul li a figure:hover img {
              transform: scale(1.1); }
            .baike .main .bai-ul li a figure img {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              object-fit: contain;
              transition: .4s all; }
        .baike .main .bai-ul li span {
          color: #5f5f5f;
          text-align: center;
          display: block;
          margin-top: 15px;
          transition: 0.4s all; }
          .baike .main .bai-ul li span:hover {
            color: #1a6197; }

.social-share .social-share-icon {
  margin-left: 15px;
  border: none !important; }

.icon-wechat {
  margin-left: 0 !important; }

.social-share {
  display: flex;
  justify-content: center;
  align-items: center; }

footer {
  width: 100%;
  background-color: #292929; }
  footer .foot1 {
    padding: 100px 0 70px 0; }
    footer .foot1 .main {
      width: 1400px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: unset;
      align-content: space-between;
      justify-content: space-between; }
      footer .foot1 .main .left .social-share {
        margin-top: 60px; }
      footer .foot1 .main .zhong {
        width: 840px;
        padding: 0 70px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
        align-items: unset;
        border-left: 1px solid #545454;
        border-right: 1px solid #545454; }
        footer .foot1 .main .zhong li:nth-of-type(2) dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: space-between;
          justify-content: space-between;
          align-items: unset; }
          footer .foot1 .main .zhong li:nth-of-type(2) dl dd {
            margin-right: 30px; }
            footer .foot1 .main .zhong li:nth-of-type(2) dl dd:nth-of-type(2) {
              margin-right: 0; }
        footer .foot1 .main .zhong li h5 {
          color: #fff;
          padding-bottom: 32px;
          margin-bottom: 30px;
          position: relative; }
          footer .foot1 .main .zhong li h5::before {
            content: '';
            width: 100%;
            height: 3px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #f39f29; }
        footer .foot1 .main .zhong li a {
          color: #b9b9b9;
          display: block;
          font-size: 14px;
          font-weight: 600;
          transition: .4s all; }
          footer .foot1 .main .zhong li a:hover {
            color: #f5a029; }
          footer .foot1 .main .zhong li a:nth-of-type(n+2) {
            margin-top: 14px; }
      footer .foot1 .main .right h5 p {
        color: #fff; }
      footer .foot1 .main .right h5 a {
        display: block;
        color: #f5a029;
        font-size: 26px;
        font-weight: bold;
        margin-top: 26px;
        transition: .4s all; }
        footer .foot1 .main .right h5 a:hover {
          color: #f5a029; }
      footer .foot1 .main .right h5 span {
        display: block;
        color: #b9b9b9;
        margin-top: 3px;
        font-size: 14px; }
      footer .foot1 .main .right .you {
        margin-top: 68px;
        width: 210px;
        height: 50px;
        border: 2px solid #484848;
        transition: .4s all;
        position: relative; }
        footer .foot1 .main .right .you p {
          width: 100%;
          line-height: 46px;
          padding-left: 20px;
          font-size: 14px;
          color: #b7b7b7;
          position: relative;
          cursor: pointer; }
          footer .foot1 .main .right .you p::before {
            content: '';
            opacity: 1;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 100%;
            border-left: 2px solid #484848;
            background: url(../images/f-link.png) no-repeat center;
            background-size: 18px 10px;
            transition: .4s all; }
        footer .foot1 .main .right .you figure {
          display: none;
          width: 210px;
          position: absolute;
          bottom: 48px;
          left: -2px;
          border: 2px solid #dfdfdf;
          border-bottom: 0;
          background-color: #484848; }
          footer .foot1 .main .right .you figure a {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 14px;
            color: #fff;
            padding: 10px 0;
            border-bottom: 2px solid #dfdfdf;
            transition: .4s all; }
            footer .foot1 .main .right .you figure a:hover {
              color: #f5a029; }
            footer .foot1 .main .right .you figure a:last-child {
              border: none; }
  footer .foot2 {
    width: 100%;
    padding: 35px 0;
    background-color: #1a1a1a; }
    footer .foot2 .main {
      width: 1400px;
      margin: 0 auto; }
      footer .foot2 .main ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between; }
        footer .foot2 .main ul li {
          color: #a9aaa9;
          font-size: 14px; }
          footer .foot2 .main ul li a {
            color: #a9aaa9;
            font-sizE: 14px;
            transition: .4s all; }
            footer .foot2 .main ul li a:hover {
              color: #f5a029; }

.side_nav ul .side_gotop {
  background-color: #f5a029; }

.side_nav {
  position: fixed;
  bottom: 5%;
  right: 20px;
  width: 70px;
  z-index: 8; }
  .side_nav ul {
    width: 100%; }
    .side_nav ul li {
      width: 70px;
      height: 70px;
      cursor: pointer;
      margin-top: 10px;
      border: 1px solid #bebebe;
      background-color: #1a6197;
      transition: .4s all; }
      .side_nav ul li:hover {
        background-color: #f5a029; }
        .side_nav ul li:hover p {
          color: #fff; }
      .side_nav ul li.side_tel {
        position: relative;
        z-index: 9; }
        .side_nav ul li.side_tel a {
          position: relative; }
          .side_nav ul li.side_tel a h3 {
            position: absolute;
            top: -1px;
            left: 0;
            width: 160px;
            height: 70px;
            padding: 0 10px;
            font-size: 18px;
            color: #fff;
            background-color: #f5a029;
            border: 1px solid #bebebe;
            line-height: 70px;
            transition: .4s all;
            z-index: -1;
            opacity: 0; }
            .side_nav ul li.side_tel a h3:hover {
              color: #fff; }
        .side_nav ul li.side_tel:hover img {
          content: url("../images/24_new.png"); }
        .side_nav ul li.side_tel:hover h3 {
          left: -160px;
          opacity: 1; }
      .side_nav ul li.side_qq:hover img {
        content: url("../images/n_qq.png"); }
      .side_nav ul li.side_message:hover img {
        content: url("../images/ly_new.png"); }
      .side_nav ul li.side_wx {
        position: relative; }
        .side_nav ul li.side_wx > figure {
          position: absolute;
          top: 0px;
          left: -110px;
          width: 100px;
          height: 100px;
          transform: scale(0);
          transition: .4s all; }
          .side_nav ul li.side_wx > figure img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .side_nav ul li.side_wx:hover a img {
          content: url("../images/wx_new.png"); }
        .side_nav ul li.side_wx:hover > figure {
          transform: scale(1); }
      .side_nav ul li.side_gotop:hover img {
        content: url("../images/go_top_new.png"); }
      .side_nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        .side_nav ul li a figure {
          width: 32px;
          height: 33px; }
          .side_nav ul li a figure img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .side_nav ul li a p {
          font-size: 12px;
          color: #fff;
          margin-top: 5px; }

.index_message {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  transform: scale(0);
  transition: .4s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .index_message.active {
    transform: scale(1); }
  .index_message .index_message_main {
    width: 820px;
    padding: 2%;
    background-color: #fff;
    position: relative; }
    .index_message .index_message_main .title {
      width: 300px;
      margin: 0 auto; }
      .index_message .index_message_main .title h3 {
        font-size: 30px;
        color: #f5a029;
        text-align: center;
        font-weight: bold; }
      .index_message .index_message_main .title p {
        margin-top: 10px;
        font-size: 14px;
        color: #787878;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        font-weight: bold; }
        .index_message .index_message_main .title p:before {
          position: absolute;
          right: 0;
          top: 50%;
          content: "";
          width: 100px;
          height: 1px;
          background: #434144; }
        .index_message .index_message_main .title p:after {
          position: absolute;
          left: 0;
          top: 50%;
          content: "";
          width: 100px;
          height: 1px;
          background: #434144; }
    .index_message .index_message_main .main {
      width: 100%;
      margin-top: 4%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      align-items: unset; }
      .index_message .index_message_main .main figure {
        display: block;
        width: 47%;
        position: relative;
        padding: 17% 0; }
        .index_message .index_message_main .main figure img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          object-fit: cover; }
      .index_message .index_message_main .main .message_form {
        width: 50%; }
        .index_message .index_message_main .main .message_form ul {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: space-between;
          justify-content: space-between; }
          .index_message .index_message_main .main .message_form ul li {
            width: 48%;
            transition: 0.6s; }
            .index_message .index_message_main .main .message_form ul li input {
              font-size: 14px;
              color: #979797;
              width: 100%;
              height: 46px;
              padding: 0 14px;
              border: 1px solid #bebebe; }
            .index_message .index_message_main .main .message_form ul li select {
              font-size: 14px;
              color: #979797;
              width: 100%;
              height: 46px;
              padding: 0 14px;
              outline: none;
              border: 1px solid #bebebe;
              background: url(../images/xia.png) #fff 90% center no-repeat; }
            .index_message .index_message_main .main .message_form ul li:nth-of-type(n+3) {
              margin-top: 20px; }
            .index_message .index_message_main .main .message_form ul li:hover {
              box-shadow: 0 3px 8px rgba(245, 160, 41, 0.6); }
            .index_message .index_message_main .main .message_form ul li.joan_textarea {
              width: 100%;
              height: 240px; }
              .index_message .index_message_main .main .message_form ul li.joan_textarea textarea {
                width: 100%;
                height: 100%;
                border: 1px solid #bebebe;
                padding: 14px; }
            .index_message .index_message_main .main .message_form ul li.joan_submit {
              width: 100%; }
              .index_message .index_message_main .main .message_form ul li.joan_submit button {
                width: 100%;
                height: 50px;
                text-align: center;
                line-height: 50px;
                background-color: #f5a029;
                cursor: pointer;
                color: #fff;
                font-size: 16px; }
    .index_message .index_message_main .close_index_message {
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      background: url("../images/close.png") no-repeat center center #f5a029;
      background-size: 60%;
      cursor: pointer; }

.index_wxcode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: .4s all;
  transform: scale(0);
  z-index: 101;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .index_wxcode img {
    width: 140px;
    height: 140px;
    object-fit: contain; }
  .index_wxcode.active {
    transform: scale(1); }

@media screen and (max-width: 1520px) {
  .index2 .main {
    width: 100%;
    padding: 0 3%; } }
@media screen and (max-width: 1400px) {
  .pc_header nav .h_nav li {
    width: 90px; }

  footer .foot1 {
    padding: 4% 0; }
    footer .foot1 .main {
      width: 100%;
      padding: 0 20px; }
      footer .foot1 .main .zhong {
        width: 700px;
        padding: 0 30px; }
  footer .foot2 .main {
    width: 100%;
    padding: 0 20px; }

  .pc_header .main .logo img {
    width: auto;
    height: 55px; }
  .pc_header .main .h_ul li > a {
    min-width: 85px; }
  .pc_header .main .h_ul .h_sousuo .h_s {
    min-width: 85px; }
  .pc_header .main .h_ul .en .en_ying {
    min-width: 85px; }

  .dh .main {
    width: 100%;
    padding: 0 3%; }

  .por1 .main {
    width: 100%;
    margin: 0 auto; }

  .pc_header .main .h_ul li .pc_c {
    padding: 3%; }
    .pc_header .main .h_ul li .pc_c .swiper-container {
      width: 100%; }
    .pc_header .main .h_ul li .pc_c .pc_d {
      width: 100%;
      justify-content: unset; }
      .pc_header .main .h_ul li .pc_c .pc_d .pc_e {
        justify-content: unset; }

  .index1 .main {
    width: 100%;
    padding: 0 3%; }
    .index1 .main .ma-a .left {
      width: 100%; }
      .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .shang {
        display: none; }
      .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .m-shang {
        display: block; }
        .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .m-shang dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: space-between;
          justify-content: space-between; }
          .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .m-shang dl:nth-of-type(2) {
            margin-top: 2%; }
          .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .m-shang dl figure {
            width: 49%;
            position: relative;
            padding: 15% 0; }
            .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .m-shang dl figure img {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              object-fit: cover; }
      .index1 .main .ma-a .left .swiper-container .pr .swiper-button-prev {
        display: none; }
      .index1 .main .ma-a .left .swiper-container .pr .swiper-button-next {
        display: none; }
      .index1 .main .ma-a .left .swiper-container .swiper-pagination {
        display: none; }
    .index1 .main .ma-a .right {
      width: 100%;
      margin-top: 3%; }
      .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as::before {
        display: none; }

  .index3 .main {
    width: 100%;
    padding: 0 3%; }
    .index3 .main .youshi {
      border: 8px solid #1a6197;
      padding: 5%; }
      .index3 .main .youshi .right ul li + li {
        margin-top: 5px; }
      .index3 .main .youshi .right ul li .ri {
        width: 80%; }

  .index8 .main {
    width: 100%;
    padding: 3%; }

  .index4 .main {
    width: 100%;
    padding: 0 3%; }

  .index5 .main {
    width: 100%;
    padding: 0 3%; }

  .index6 .main {
    width: 100%;
    padding: 0 3%; }
    .index6 .main .swiper-container .swiper-pagination-bullet {
      background: #f7b354; }

  .index7 .main {
    width: 100%;
    padding: 0 3%; }

  .xiangqing1 .main {
    width: 100%;
    padding: 0 3%; }

  .xiangqing2 .main {
    width: 100%;
    padding: 3% 3% 0 3%; }
    .xiangqing2 .main .ma-x h3 {
      margin-left: 0; }
    .xiangqing2 .main .ma-x p {
      margin-left: 0; }
    .xiangqing2 .main .ma-x .pic ul {
      margin: 0; }

  .xiangqing3 .main {
    padding: 3%;
    width: 100%; }

  .xiangqing4 .main {
    width: 100%;
    padding: 0 3% 3% 3%; }

  .box .main {
    width: 100%;
    padding-bottom: 3%; }

  .xiao1 .J_mendian {
    width: 100%;
    padding: 3%; }

  .new1 .main {
    width: 100%;
    padding: 0 3%; }

  .lianxi .main {
    width: 100%;
    padding: 3%; }

  .shouhou .main {
    width: 100%;
    padding: 0 3%; }

  .licheng .main {
    width: 100%;
    padding: 3%; }

  .jianjie .main {
    width: 100%;
    padding: 3%; }

  .wen .main {
    width: 100%;
    padding: 0 3%; }

  .baike .main {
    width: 100%;
    padding: 3%; } }
@media screen and (max-width: 1200px) {
  .index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 50px; }

  .index_banner .swiper-wrapper .swiper-slide {
    padding: 45% 0; }

  footer .foot1 .main .left {
    display: none; }

  .pc_header .main .logo img {
    width: auto;
    height: 55px; }
  .pc_header .main .h_ul li > a {
    min-width: 81px; }
  .pc_header .main .h_ul .h_sousuo {
    display: none; }
  .pc_header .main .h_ul .en .en_ying {
    min-width: 81px; }

  .index3 .main .youshi {
    padding: 3%; }
    .index3 .main .youshi .left {
      width: 100%; }
      .index3 .main .youshi .left .fi {
        padding: 26% 0; }
    .index3 .main .youshi .right {
      width: 100%;
      order: -1;
      padding-bottom: 3%; }
      .index3 .main .youshi .right ul li + li {
        margin-top: 3%; }
      .index3 .main .youshi .right ul li .ri {
        width: 88%; }
      .index3 .main .youshi .right ul li .le {
        width: 90px;
        height: 90px; }

  .new1 .main .left {
    width: 100%; }
    .new1 .main .left ul .new1-li .new1-a figure {
      width: 40%; }
    .new1 .main .left ul .new1-li .new1-a .text {
      width: 52%; }
  .new1 .main .right {
    display: none; }
    .dh .main ul li a{
      padding: 30px 15px;
    }
  }
@media screen and (max-width: 1024px) {
  .pc_header {
    display: none; }

  .m_header {
    display: flex; }

  .page {
    margin-top: 80px; }

  .page_banner {
    display: none; }

  .side_nav ul li:nth-of-type(1) a h3 {
    display: none; }

  .side_nav ul li:nth-of-type(2) a h3 {
    display: none; }

  .side_nav ul li:nth-of-type(3) > figure {
    display: none; }

  .side_nav ul li:nth-of-type(4) > figure {
    display: none; }

  .side_nav {
    width: 100%;
    bottom: 0;
    right: 0; }
    .side_nav ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .side_nav ul li {
        width: 25%;
        height: 100px;
        margin-top: 0;
        border-right: none;
        border-bottom: none; }
        .side_nav ul li.side_qq {
          display: none; }
        .side_nav ul li.side_gotop {
          transform: scale(1) !important; }

  .move_wx {
    display: block; }

  .side_nav ul li a p {
    font-size: 16px;
    margin-top: 10px; }

  .index_message {
    padding: 0 3%; }

  .index_message .index_message_main {
    width: 100%; }

  footer {
    padding-bottom: 100px;
    background-color: #1a1a1a; }

  .dh {
    display: none; }

  .m-dh {
    display: block; }
    .m-dh .main ul {
      border-top: 1px solid #bdbdbd;
      border-bottom: 1px solid #bdbdbd; }
      .m-dh .main ul li h6 {
        position: relative;
        padding: 1.5% 3%;
        font-size: 20px;
        color: #434144; }
        .m-dh .main ul li h6 i {
          position: absolute;
          top: 50%;
          right: 3%;
          transform: translateY(-50%);
          width: 30px;
          height: 19px;
          background: url(../images/m_down.png) no-repeat;
          background-size: 100% 100%;
          transition: .4s all; }
          .m-dh .main ul li h6 i.active {
            transform: translateY(-50%) rotate(180deg); }
      .m-dh .main ul li dl {
        display: none;
        width: 100%;
        background-color: #f5f5f5; }
        .m-dh .main ul li dl .active a {
          color: #f5a029; }
        .m-dh .main ul li dl dd {
          padding: 0 3%; }
          .m-dh .main ul li dl dd:first-child {
            border-top: 1px solid #bdbdbd; }
          .m-dh .main ul li dl dd:last-child a {
            border-bottom: none; }
          .m-dh .main ul li dl dd a {
            display: block;
            font-size: 17px;
            padding: 1.2% 0;
            color: #434144;
            line-height: 36px;
            border-bottom: 1px solid #cecece;
            text-align: center;
            transition: .4s all; }
            .m-dh .main ul li dl dd a:hover {
              color: #f5a029; }

  .por1 {
    padding: 5% 0; }
    .por1 .main .lb1 h4 {
      font-size: 20px; }

  .index1 {
    padding: 5% 0; }
    .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia {
      position: relative; }
      .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia .x-l {
        width: 100%;
        padding: 3% 3% 40px 3%; }
      .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia a {
        bottom: 10px;
        right: 0;
        position: absolute;
        margin-left: auto;
        display: block;
        width: auto;
        font-size: 14px;
        text-align: center;
        border-radius: 15px;
        padding: 5px 30px 5px 10px; }
        .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia a::before {
          top: 7px;
          left: 0;
          background-size: 50% 50%;
          width: 28px;
          height: 28px; }

  .index3 {
    padding: 5% 0; }
    .index3 .main .youshi .right ul li .ri {
      width: 82%; }

  .index8 {
    margin-bottom: 5%; }

  .index2 {
    padding-top: 3%; }

  .index4 {
    padding: 5% 0; }
    .index4 .main .left {
      width: 100%;
      margin-bottom: 5%; }
    .index4 .main .right {
      width: 100%; }
      .index4 .main .right .one-a p {
        width: 100%; }
      .index4 .main .right .one-a figure {
        padding: 21.902% 0; }

  .index5 {
    padding: 5% 0; }
    .index5 .main .left {
      width: 100%; }
      .index5 .main .left .le-l {
        width: 48%; }
      .index5 .main .left figure {
        width: 50%;
        padding: 26% 0; }
    .index5 .main .right {
      width: 100%;
      margin-top: 3%; }
      .index5 .main .right .r-r {
        width: 46%; }
      .index5 .main .right figure {
        width: 50%;
        padding: 26% 0; }

  .index6 {
    padding: 5% 0; }

  .index7 {
    display: none; }

  .por_banner {
    display: none; }

  .xiangqing2 .main .ma-x p {
    padding: 3% 0; }
  .xiangqing2 .main .ma-x .pic ul li {
    width: 49%;
    margin-right: 2%; }
    .xiangqing2 .main .ma-x .pic ul li:nth-of-type(2n) {
      margin-right: 0; }
    .xiangqing2 .main .ma-x .pic ul li:nth-of-type(n+3) {
      margin-top: 3%; }

  .xiangqing3 .main ul {
    padding-bottom: 5%; }
    .xiangqing3 .main ul li {
      width: 33.33%; }
      .xiangqing3 .main ul li:nth-of-type(3n) {
        border-right: 1px solid #ccc; }
      .xiangqing3 .main ul li h4 {
        font-size: 14px; }
      .xiangqing3 .main ul li p {
        font-size: 14px; }

  .xiangqing4 .main .left {
    width: 100%;
    border: 20px solid #efefef; }
    .xiangqing4 .main .left .pic-a {
      padding: 30% 0; }
    .xiangqing4 .main .left .pic-b {
      border-top: 20px solid #efefef; }
  .xiangqing4 .main .right {
    width: 100%;
    margin-top: 5%; }
    .xiangqing4 .main .right h3 {
      padding-left: 0; }
    .xiangqing4 .main .right p {
      padding-left: 0;
      margin-top: 4%;
      line-height: 25px; }

  .box .main .bo-a {
    margin: 0 3%; }

  .xiao1 .J_mendian .network .cityList {
    flex-wrap: wrap; }
    .xiao1 .J_mendian .network .cityList .cityList-l {
      width: 100%;
      height: 50px;
      margin: 0; }
    .xiao1 .J_mendian .network .cityList .cityList-r {
      width: 100%; }
  .xiao1 .J_mendian .network .clearfix .networkMap {
    width: 100%; }
    .xiao1 .J_mendian .network .clearfix .networkMap #map #allmap {
      height: 500px; }
  .xiao1 .J_mendian .network .clearfix .mapChose {
    width: 100%;
    height: 500px; }

  .shouhou .main ul li {
    width: 48%;
    margin-right: 4%; }
    .shouhou .main ul li:nth-of-type(2n) {
      margin-right: 0; }
    .shouhou .main ul li:nth-of-type(n+3) {
      margin-top: 4%; }

  .wen .main ul li {
    width: 48%;
    margin-right: 4%; }
    .wen .main ul li:nth-of-type(2n) {
      margin-right: 0; }
    .wen .main ul li:nth-of-type(n+3) {
      margin-top: 4%; } }
@media screen and (max-width: 950px) {
  footer .foot1 .main .zhong {
    width: 100%; }
  footer .foot1 .main .right {
    width: 100%;
    margin-top: 4%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; } }
@media screen and (max-width: 850px) {
  /*小于850px*/ }
@media screen and (max-width: 768px) {
  .m_header {
    height: 70px; }

  .m_header a {
    width: 300.8px; }

  .m_header figure {
    width: 125px; }

  .m_header figure .m_nav_btn {
    width: 51.2px;
    height: 51.2px; }

  .index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 40px; }

  .m_nav ul li > p {
    font-size: 18px; }

  .m_nav ul li > a {
    font-size: 18px; }

  .m_nav ul li dl dd a {
    font-size: 17px; }

  .m_search .title h3 {
    font-size: 34px; }

  .m_search .main select {
    padding-bottom: 20px;
    font-size: 20px;
    background-size: 4%; }

  .m_search .main input {
    padding-bottom: 15px;
    font-size: 20px;
    margin-top: 20px; }

  .m_search .main button {
    padding: 10px 0;
    font-size: 24px; }

  .m_search .search_close {
    margin-top: 10%; }

  .page {
    margin-top: 70px; }

  .side_nav ul li {
    height: 90px; }

  .side_nav ul li a p {
    margin-top: 5px; }

  .index_message .index_message_main .main figure {
    display: none; }

  .index_message .index_message_main .main .message_form {
    width: 100%; }

  footer {
    padding-bottom: 90px; }
    footer .foot1 {
      display: none; }
    footer .foot2 {
      padding: 20px 0 0 0; }
      footer .foot2 ul li {
        width: 100%; }
        footer .foot2 ul li + li {
          margin-top: 10px; }
          footer .foot2 ul li + li a {
            display: inline-block;
            margin-top: 0; }
        footer .foot2 ul li a {
          display: block;
          margin-top: 10px; }

  .por1 .main {
    padding: 3%; }
    .por1 .main .lb1 ul li {
      width: 100%; }
      .por1 .main .lb1 ul li + li {
        margin-top: 3%; }

  .index1 .main h3 {
    font-size: 16px; }
  .index1 .main span {
    font-size: 16px; }
  .index1 .main h4 {
    font-size: 18px;
    padding: 10px 0 15px 0; }
  .index1 .main em {
    font-size: 14px;
    margin-bottom: 5%; }
  .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia .x-l h5 {
    font-size: 16px; }
    .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia .x-l h5 span {
      font-size: 12px; }
  .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia .x-l p {
    margin-top: 7px; }

  .index3 .main h3 {
    font-size: 16px; }
    .index3 .main h3 span {
      font-size: 16px; }
  .index3 .main h4 {
    font-size: 18px;
    padding: 10px 0 15px 0; }
  .index3 .main .youshi {
    border: 4px solid #1a6197; }
    .index3 .main .youshi .right ul li {
      align-items: unset; }
      .index3 .main .youshi .right ul li .le {
        width: 68px;
        height: 68px; }
        .index3 .main .youshi .right ul li .le em {
          font-size: 22px; }
        .index3 .main .youshi .right ul li .le span {
          font-size: 12px; }
      .index3 .main .youshi .right ul li .ri h5 {
        font-size: 16px; }
      .index3 .main .youshi .right ul li .ri p {
        font-size: 14px; }

  .index8 {
    margin-bottom: 5%; }
    .index8 .main {
      border: none;
      padding: 0 3%; }
      .index8 .main .left {
        width: 100%;
        padding-top: 3%;
        border-top: 2px solid #f5a029; }
        .index8 .main .left h3 {
          text-align: center;
          font-size: 16px; }
          .index8 .main .left h3 span {
            font-size: 16px; }
        .index8 .main .left h4 {
          text-align: center;
          font-size: 18px;
          padding: 10px 0 15px 0; }
        .index8 .main .left .in-a {
          line-height: 22px; }
        .index8 .main .left .in-b {
          line-height: 22px;
          margin-top: 3%; }
      .index8 .main .right {
        padding-bottom: 3%;
        width: 100%;
        border-bottom: 2px solid #f5a029; }

  .index2 {
    padding-top: 8%; }
    .index2 .main h3 {
      font-size: 16px; }
      .index2 .main h3 span {
        font-size: 16px; }
    .index2 .main h4 {
      font-size: 18px;
      padding: 10px 0 15px 0; }
    .index2 .main p {
      font-size: 14px; }
      .index2 .main p span {
        font-size: 14px; }
    .index2 .main .cx {
      padding: 5% 0 8% 0; }

  .index4 .main .left {
    padding: 3%; }
    .index4 .main .left .text {
      display: block; }
      .index4 .main .left .text .te-a h3 {
        font-size: 16px;
        text-align: center; }
        .index4 .main .left .text .te-a h3 span {
          font-size: 16px; }
      .index4 .main .left .text .te-a h4 {
        text-align: center;
        font-size: 18px;
        padding: 10px 0 15px 0; }
      .index4 .main .left .text a {
        margin: 0 auto; }
    .index4 .main .left figure {
      padding: 29.636% 0;
      margin-top: 3%; }
    .index4 .main .left p {
      line-height: 26px;
      font-size: 14px; }
  .index4 .main .right {
    padding: 3%; }
    .index4 .main .right h3 {
      font-size: 16px;
      text-align: center; }
      .index4 .main .right h3 span {
        font-size: 16px; }
    .index4 .main .right h4 {
      text-align: center;
      font-size: 18px;
      padding: 10px 0 15px 0; }

  .index5 .main .left .le-l {
    width: 100%; }
    .index5 .main .left .le-l h3 {
      font-size: 16px;
      text-align: center;
      margin-top: 3%; }
      .index5 .main .left .le-l h3 span {
        font-size: 16px; }
    .index5 .main .left .le-l h4 {
      text-align: center;
      font-size: 18px;
      padding: 10px 0 15px 0; }
    .index5 .main .left .le-l em {
      display: block;
      text-align: center; }
  .index5 .main .left figure {
    width: 100%;
    padding: 55% 0;
    margin-top: 3%; }
    .index5 .main .left figure::before {
      display: none; }
  .index5 .main .right {
    border-top: 1px solid #e4e4e4;
    margin-top: 4%; }
    .index5 .main .right .r-r {
      width: 100%; }
      .index5 .main .right .r-r h3 {
        font-size: 16px;
        text-align: center;
        margin-top: 3%; }
        .index5 .main .right .r-r h3 span {
          font-size: 16px; }
      .index5 .main .right .r-r h4 {
        text-align: center;
        font-size: 18px;
        padding: 10px 0 15px 0; }
      .index5 .main .right .r-r em {
        display: block;
        text-align: center; }
      .index5 .main .right .r-r p {
        margin-top: 8px;
        line-height: 24px; }
      .index5 .main .right .r-r a {
        margin: 0 auto;
        margin-top: 3%; }
    .index5 .main .right figure {
      width: 100%;
      padding: 55% 0;
      margin: 3% 0; }
      .index5 .main .right figure::before {
        display: none; }

  .index6 .main .swiper-container .swiper-wrapper .swiper-slide {
    border-radius: 15px;
    padding: 3%; }
    .index6 .main .swiper-container .swiper-wrapper .swiper-slide p {
      margin: 5% 0; }
    .index6 .main .swiper-container .swiper-wrapper .swiper-slide h3 {
      font-size: 16px;
      text-align: center;
      margin-top: 3%; }
      .index6 .main .swiper-container .swiper-wrapper .swiper-slide h3 span {
        font-size: 16px; }
    .index6 .main .swiper-container .swiper-wrapper .swiper-slide em {
      font-size: 14px; }
    .index6 .main .swiper-container .swiper-wrapper .swiper-slide h4 {
      text-align: center;
      font-size: 18px;
      padding: 10px 0 15px 0; }

  .xiangqing1 {
    padding: 5% 0; }
    .xiangqing1 .main h3 {
      font-size: 18px;
      text-align: center; }
      .xiangqing1 .main h3 span {
        display: block;
        text-align: center;
        margin-top: 5px; }
      .xiangqing1 .main h3 .s-a {
        display: none; }
    .xiangqing1 .main p {
      margin-top: 3%;
      font-size: 14px;
      line-height: 25px; }
    .xiangqing1 .main span {
      font-size: 14px; }

  .xiangqing2 {
    padding-top: 5%; }
    .xiangqing2 .main .ma-x + .ma-x {
      margin-top: 5%; }
    .xiangqing2 .main .ma-x h3 {
      font-size: 16px; }
    .xiangqing2 .main .ma-x p {
      font-size: 14px; }
    .xiangqing2 .main .ma-x .pic ul {
      padding-bottom: 5%; }
      .xiangqing2 .main .ma-x .pic ul li a figure {
        padding: 42% 0; }
      .xiangqing2 .main .ma-x .pic ul li a span {
        font-size: 14px;
        margin-top: 3%; }

  .xiangqing3 .main h3 {
    font-size: 16px; }
  .xiangqing3 .main ul li h4 {
    font-size: 14px;
    padding: 0;
    min-height: 65px;
    text-align: center; }
  .xiangqing3 .main ul li p {
    padding: 0;
    min-height: 65px;
    text-align: center; }

  .xiangqing4 .main .right h3 {
    font-size: 16px; }
  .xiangqing4 .main .right p {
    font-size: 14px; }

  .box {
    padding-bottom: 5%; }
    .box .main .bo-a {
      padding: 3% 0; }
      .box .main .bo-a a {
        font-size: 14px; }

  .xiao1 {
    padding: 5% 0; }
    .xiao1 .J_mendian .network .cityList .cityList-l {
      height: 40px; }
    .xiao1 .J_mendian .network .cityList .cityList-r .adderForm select {
      height: 40px; }
    .xiao1 .J_mendian .network .clearfix .networkMap #map #allmap {
      height: 400px; }
    .xiao1 .J_mendian .network .clearfix .mapChose {
      height: 400px; }
      .xiao1 .J_mendian .network .clearfix .mapChose ul li .txt {
        padding-left: 50px;
        padding-top: 5%;
        padding-bottom: 5%; }
        .xiao1 .J_mendian .network .clearfix .mapChose ul li .txt h6 {
          padding: 0; }
        .xiao1 .J_mendian .network .clearfix .mapChose ul li .txt i {
          top: 14px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 18px; }

  .new1 {
    padding-top: 5%; }
    .new1 .main .left ul .new1-li + .new1-li {
      margin-top: 15px; }
    .new1 .main .left ul .new1-li .new1-a {
      padding: 3%; }
      .new1 .main .left ul .new1-li .new1-a figure {
        width: 100%;
        padding: 30% 0; }
      .new1 .main .left ul .new1-li .new1-a .text {
        width: 100%; }
        .new1 .main .left ul .new1-li .new1-a .text h3 {
          margin: 3% 0;
          font-size: 18px; }
        .new1 .main .left ul .new1-li .new1-a .text p {
          line-height: 24px;
          font-size: 14px; }
        .new1 .main .left ul .new1-li .new1-a .text em {
          display: none;
          margin-left: auto;
          margin-bottom: 0; }
        .new1 .main .left ul .new1-li .new1-a .text .te-a {
          margin: 3% 0; }

  .pages .pages-f {
    padding: 5% 0; }
    .pages .pages-f ul .fengye-p {
      display: block; }
    .pages .pages-f ul .fengye-n {
      display: block; }
    .pages .pages-f ul li {
      display: none; }

  .xin1 .main .left {
    padding: 3%; }
    .xin1 .main .left .h-a {
      font-size: 18px; }
    .xin1 .main .left .box-info {
      margin-bottom: 15px; }
      .xin1 .main .left .box-info .info {
        margin-top: 10px; }
        .xin1 .main .left .box-info .info span {
          font-size: 14px;
          margin-right: 10px; }
          .xin1 .main .left .box-info .info span:nth-of-type(3) {
            display: block; }
    .xin1 .main .left .share-a {
      display: none; }
    .xin1 .main .left .content {
      padding: 5% 0; }

  .lianxi {
    padding: 5% 0; }
    .lianxi .main .left {
      width: 100%; }
      .lianxi .main .left #map {
        height: 400px; }
    .lianxi .main .right {
      width: 100%;
      margin-top: 3%; }
      .lianxi .main .right h3 {
        font-size: 20px;
        margin-bottom: 3%; }
      .lianxi .main .right p + p {
        margin-top: 12px; }

  .shouhou {
    padding: 5% 0; }
    .shouhou .main ul li {
      width: 100%;
      margin-right: 0;
      padding: 3%; }
      .shouhou .main ul li + li {
        margin-top: 4%; }
      .shouhou .main ul li p {
        margin-top: 13px; }

  .licheng {
    padding: 5% 0; }
    .licheng .main figure {
      width: 100%;
      padding: 31.429% 0; }
    .licheng .main .right {
      width: 100%; }
      .licheng .main .right h3 {
        font-size: 18px;
        margin: 5% 0; }
      .licheng .main .right p {
        margin-top: 4%;
        font-size: 14px; }

  .jianjie {
    padding: 5% 0; }
    .jianjie .main p {
      line-height: 30px;
      font-size: 14px; }
    .jianjie .main .pic-i .img1 {
      padding: 31.54% 0; }
    .jianjie .main .pic-i .img2 {
      padding: 31.54% 0; }

  .wen {
    padding: 5% 0; }
    .wen .main ul li {
      width: 100%;
      margin-right: 0;
      padding: 3%; }
      .wen .main ul li + li {
        margin-top: 4%; }
      .wen .main ul li h4 {
        margin-top: 14px; }

  .baike {
    padding: 5% 0; }
    .baike .main h3 {
      margin-bottom: 3%;
      text-align: center;
      font-size: 18px; }
    .baike .main p {
      line-height: 26px; }
    .baike .main .bai-ul {
      margin-top: 4%; }
      .baike .main .bai-ul li {
        width: 48%;
        margin-right: 4%; }
        .baike .main .bai-ul li:nth-of-type(2n) {
          margin-right: 0; }
        .baike .main .bai-ul li:nth-of-type(n+3) {
          margin-top: 4%; }
        .baike .main .bai-ul li:nth-of-type(3n) {
          margin-right: auto; }
          .wen .main ul li h3{
            padding-bottom: 3%;
          }
          .shouhou .main ul li h3 {
            padding-bottom: 3%;
          }
        }
@media screen and (max-width: 620px) {
  .index_banner .swiper-container .swiper-button-prev {
    width: 45px;
    height: 45px; }

  .index_banner .swiper-container .swiper-button-next {
    width: 45px;
    height: 45px; }

  .m_search {
    padding-bottom: 40px; }
    .m_search .main {
      padding: 8% 4%;
      padding-bottom: 0; }
      .m_search .main select {
        font-size: 18px;
        padding-bottom: 15px; }
      .m_search .main input {
        font-size: 18px;
        padding-bottom: 20px;
        margin-top: 20px; }

  .m_nav ul li > a {
    font-size: 16px; }
  .m_nav ul li > p {
    font-size: 16px; }
  .m_nav ul li dl dd a {
    font-size: 15px; }

  .m_header figure .nav-btn {
    width: 50px; }
    .m_header figure .nav-btn span:before {
      top: -16px;
      width: 50px;
      height: 4.5px; }
    .m_header figure .nav-btn span:after {
      top: 16px;
      width: 50px;
      height: 4.5px; }

  .m_header figure .nav-btn-open span::after {
    width: 50px !important; }

  .m_header figure {
    width: 115px; }

  .m_header figure .m_search_btn {
    width: 40px;
    height: 40px; }

  .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as {
    padding: 0; }
    .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as p {
      padding: 17px 0;
      width: 100%;
      background: none #646464; }
      .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide .p-as p:hover {
        background: none #1a6197; }
  .index1 .main .ma-a .right .swiper-container .swiper-wrapper .swiper-slide-active .p-as p {
    background: none #1a6197; }

  .index3 .main .youshi .right ul li .ri {
    margin-left: 10px;
    width: 70%; }

  .side_nav ul li a figure {
    width: 28px;
    height: 28px; } }
@media screen and (max-width: 520px) {
  .m_header {
    height: 60px; }

  .m_header a {
    width: 272.2px; }

  .m_header figure {
    width: 100px; }

  .m_header figure .m_nav_btn {
    width: 45px;
    height: 45px; }

  .m_header figure .m_nav_btn span {
    height: 4px; }

  .m_header figure .m_search_btn {
    width: 32px;
    height: 32px; }

  .index_banner .swiper-wrapper .swiper-slide {
    padding: 40% 0; }

  .index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px; }

  .m_search_btn {
    width: 35px;
    height: 35px; }

  .m_nav ul li dl {
    padding: 0 3%; }

  .m_nav ul li dl dd a {
    padding: 0 6%; }

  .m_header figure .nav-btn {
    width: 40px; }
    .m_header figure .nav-btn span {
      height: 3.5px; }
      .m_header figure .nav-btn span:before {
        top: -13px;
        width: 40px;
        height: 3.5px; }
      .m_header figure .nav-btn span:after {
        top: 13px;
        width: 40px !important;
        height: 3.5px; }

  .m_search .title img {
    width: 35px;
    height: 35px; }

  .m_search .title h3 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 28px; }

  .m_search .main button {
    font-size: 18px; }

  .m_search .search_close span {
    width: 40px; }

  .m_search .search_close h4 {
    font-size: 16px; }

  .page {
    margin-top: 60px; }

  .side_nav ul li {
    height: 80px; }

  .side_nav ul li a p {
    font-size: 14px; }

  .index_message .index_message_main .title h3 {
    font-size: 24px; }

  .index_message .index_message_main .main .message_form ul li input {
    height: 40px; }

  .index_message .index_message_main .main .message_form ul li select {
    height: 40px; }

  .index_message .index_message_main .main .message_form ul li.joan_submit button {
    height: 40px;
    line-height: 40px;
    font-size: 15px; }

  .index_message .index_message_main .main .message_form ul li.joan_textarea {
    height: 200px; }

  footer {
    padding-bottom: 80px; }

  .m-dh .main ul li h6 {
    padding: 3.5% 3%;
    font-size: 14px; }
    .m-dh .main ul li h6 i {
      width: 18px;
      height: 11.4px; }
  .m-dh .main ul li dl dd a {
    font-size: 14px; }

  .por1 .main .lb1 + .lb1 {
    padding-top: 6%; }
  .por1 .main .lb1 h3 {
    font-size: 16px; }
  .por1 .main .lb1 span {
    font-size: 16px; }
  .por1 .main .lb1 h4 {
    font-size: 17px;
    margin-top: 4px; }
  .por1 .main .lb1 ul {
    margin-top: 3%; }
    .por1 .main .lb1 ul li a {
      padding: 31.66% 0; }
    .por1 .main .lb1 ul li p {
      height: 35px;
      line-height: 35px; }

  .box .main .bo-b {
    width: 300px;
    margin: 0 auto;
    display: block; }

  .xin1 .main .left .box-xin .main .bo-b {
    width: 100%; }

  .baike .main .bai-ul li {
    width: 100%;
    margin-right: 0; }
    .baike .main .bai-ul li + li {
      margin-top: 4%; } }
@media screen and (max-width: 420px) {
  .m_header a {
    width: 250.6px; }

  .m_header figure {
    width: 80px; }

  .m_header figure .m_search_btn {
    width: 27px;
    height: 27px; }

  .m_header figure .m_nav_btn {
    width: 32.768px;
    height: 32.768px; }

  .m_header figure .m_nav_btn span {
    height: 3px; }

  .index_banner .swiper-container .swiper-button-prev {
    width: 35px;
    height: 35px; }

  .index_banner .swiper-container .swiper-button-next {
    width: 35px;
    height: 35px; }

  .m_header figure .nav-btn {
    width: 35px;
    height: 35px; }
    .m_header figure .nav-btn span {
      height: 3px; }
      .m_header figure .nav-btn span:before {
        top: -12px;
        width: 35px;
        height: 3px; }
      .m_header figure .nav-btn span:after {
        top: 12px;
        width: 35px !important;
        height: 3px; }

  .m_search .main select {
    font-size: 16px;
    padding-bottom: 10px;
    background-position: 100% 33%; }

  .m_search .main input {
    font-size: 16px;
    padding-bottom: 10px; }

  .m_search .main button {
    font-size: 16px; }

  .m_search .search_close {
    margin-top: 15%; }

  .m_search .search_close span {
    height: 3px;
    width: 30px; }

  .m_search .search_close span:before {
    height: 3px;
    width: 30px; }

  .m_search .search_close h4 {
    font-size: 14px; }

  .side_nav ul li {
    height: 70px; }

  .side_nav ul li a p {
    font-size: 12px; }

  .index_message .index_message_main .close_index_message {
    width: 30px;
    height: 30px; }

  footer {
    padding-bottom: 70px; }

  .index3 .main .youshi {
    padding-right: 0; }
    .index3 .main .youshi .left {
      padding-right: 3%; }
      .index3 .main .youshi .left .l-x {
        margin-top: 7px; }

  .index2 .main .cx .swiper-container {
    margin: 0 48px; }
  .index2 .main .cx .swiper-button-prev {
    background-size: 80% 80%;
    height: 27px; }
  .index2 .main .cx .swiper-button-next {
    background-size: 80% 80%;
    height: 27px; } }
@media screen and (max-width: 390px) {
  .m_header a {
    width: 230.6px; } }
@media screen and (max-width: 375px) {
  .m_nav ul li > a {
    font-size: 14px;
    padding: 15px; }
  .m_nav ul li > p {
    font-size: 14px;
    padding: 15px; }
  .m_nav ul li dl dd a {
    font-size: 14px; } }
@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*/ }
/* 11.26 */

.pc_header .main .h_ul li .pc_c .pc_d{
  justify-content: unset;
}
.xiangqing3 .main table{
  width: 100%;
  border-collapse: collapse;
}
.xiangqing3 .main table tr:nth-of-type(1) td{
  color: #353535;
  font-weight: bold;
}
.xiangqing3 .main table tr {
  /* border-top: 1px solid #ccc; */
}
.xiangqing3 .main table tr td{
  text-align: center;
  height: 60px;
  vertical-align: middle;
  /* line-height: 60px; */
  /* border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; */
  color: #5f5f5f;
  border: 1px solid #ccc;
}
.xiangqing3 .main table tr td:last-child{
  /* border-right: 1px solid #ccc; */
}
.xiangqing3 .main table tr:last-child td{
  /* border-bottom: 1px solid #ccc; */
}
.xiangqing3 .main table tr:nth-of-type(2n-1){
  background-color: #f7f7f7;
}
.xiangqing4 .main .left .pic-a:not(:nth-of-type(1)){
  border-top: 25px solid #efefef;
}
.new1 .main .right .r-a .r-x form .cs >input{
  margin-top: 10px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #f5a029;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent;
}
.new1 .main .right .r-a .r-x form .cs >input:hover{
  border-radius: 3px;
  color: #f5a029;
  background-color: transparent;
  border-color: #f5a029;
}
@media screen and (max-width: 1024px) {
  .xiangqing3 .main table tr{
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    justify-content: flex-start;
  }
  
  .xiangqing3 .main table tr td{
    width: 33.33%;
    height: auto;
    display: flex;
    justify-content: center; 
    flex-direction: column; 
    align-items: center;
    line-height: unset;
    max-height: 70px;
    min-height: 70px;
    font-size: 14px;
    /* border-top: none; */
  }
  .xiangqing3 .main table:nth-of-type(1) tr:last-child td{
    /* border-bottom: none; */
  }
  
}
@media screen and (max-width: 520px) {
  .xiangqing3 .main table tr td{
    max-height: 60px;
    min-height: 60px;
  }
}
.index5 .main .left .le-l .text{
  height: 253px;
  overflow: auto;
  margin-left: -7px;
}
.index5 .main .left .le-l .text .t::before {
  left: -9px;
}
.index5 .main .left .le-l .text::before{
  left: 3px;
}
/* .index5 .main .left .le-l .text::-webkit-scrollbar{width:5px;border-radius: 5px;}
.index5 .main .left .le-l .text::-webkit-scrollbar-thumb{border-radius: 15px;background: red;}
.index5 .main .left .le-l .text::-webkit-scrollbar-track{border-radius: 15px;background:red;}  */
@media screen and (max-width: 768px) {
  .index5 .main .left .le-l .text{
    height: auto;
    overflow:unset;
  }
}
.index_banner .swiper-wrapper .swiper-slide .phoneshow{
  display: none;
}
@media screen and (max-width: 1024px) {
  .index_banner .swiper-wrapper .swiper-slide .pcshow{
    display: none;
  }
  .index_banner .swiper-wrapper .swiper-slide .phoneshow{
    display: block;
  }
}
.index5 .main .right .r-r p:nth-of-type(1){
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.index5 .main .right .r-r p:nth-of-type(2){
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

.mapChose .swiper-slide{
  padding-right: 15px;
}

/* 12.7 */
.pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_vi > a:hover{
  color: #1a6197;
}
.pc_header .main .h_ul li .pc_c .pc_d .pc_e .pc_f > a p:hover{
  color: #1a6197;
}
.index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia a:hover{
  color: #f5a029;
}
.index4 .main .left .text a:hover{
  color: #f5a029;
}
.social-share .social-share-icon:hover{
  background-color: #f5a029;
}
.index5 .main .right .r-r a:hover{
  color: #f5a029;
}
.index4 .main .right .one-a p:hover{
  color: #f5a029;
}
.side_nav ul .side_gotop{
  background-color: #1a6197;
}
footer .foot1 .main .right .you figure{
  border: 2px solid #595858;
  border-bottom: none;
}
.pc_header .main .h_ul li .pc_c .swiper-button-prev{
  left: 200px;
  height: 24px;
  background: url(../images/index3.png) no-repeat;
}
.pc_header .main .h_ul li .pc_c .swiper-button-next{
  right: 200px;
  height: 24px;
  background: url(../images/index4.png) no-repeat;
}
@media screen and (max-width: 1840px) {
  .pc_header .main .h_ul li .pc_c .swiper-button-prev{
    left: 2%;
  }
  .pc_header .main .h_ul li .pc_c .swiper-button-next{
    right: 2%;
  }
}
.xiangqing2 .main .ma-x .pic ul li:nth-of-type(n+5){
  margin-top: 30px;
}
.xiangqing2 .main .ma-x p{
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .xiangqing2 .main .ma-x .pic ul li:nth-of-type(n+5){
    margin-top: 3%;
  }
  .xiangqing2 .main .ma-x p{
    margin-right: 0;
  }
  .side_nav ul li.side_qq{
    display: block;
  }
  .side_nav ul li.side_wx{
    display: none;
  }
  .index1 .main .ma-a .left .swiper-container .swiper-wrapper .swiper-slide .xia a{
    left: 24px;
    text-align: left;
  }
  .index3 .main .youshi .right{
    order: unset;
    padding-top: 5%;
  }
  .index4 .main .left .text a{
    display: none;
  }
  .index5 .main .right .r-r a{
    display: none;
  }
  .new1 .main{
    padding-bottom: 3% !important;
  }
}
.m_header figure .nav-btn span{
  background: #1a6197;
}
.m_header figure .nav-btn span:before{
  background: #1a6197;
}
.m_header figure .nav-btn span::after{
  background: #1a6197;
}
.m_nav ul li.active > p{
  background-color: #1a6197;
}
.m_nav ul li dl dd:before{
  background-color: #f5a029;
}
.m_search{
  background-color: #1a6197;
}
/* 12.18修改 */
.index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li{
  display: flex;
  flex-wrap: wrap;
  align-items: unset; 
  justify-content: flex-start;
}
.index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .pic-left{
  width: 78.4%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
  justify-content: flex-start;
}
.index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .pic-left figure{
  width: 49%;
  position: relative;
  padding: 18.39% 0;
  margin-right: 1%;
}
.index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .pic-left figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .text{
  width: 21.4%;
  padding: 30px;
  background-color: #fff;
}
.index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .text h5{
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
.index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .text span{
  font-size: 14px;
  color: #888;
}
.index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .text p{
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.index1 .main .content .xia{
  margin-top: 10px;
  background-color: #fff;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 18px 0;
    position: relative;
    cursor: pointer;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active{
  background-color: #fbfbfb;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::before{
  width: 100%;
  opacity: 1;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active figure::before{
  opacity: 1;
  background-color: #e9e9e9;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide::before{
  content: '';
  width: 0;
  height: 2px;
  background-color: #1a6197;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: .4s all;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide:hover::before{
  width: 100%;
  opacity: 1;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide:hover figure::before{
  opacity: 1;
  background-color: #e9e9e9;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide:hover{
  background-color: #fbfbfb;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide figure{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: relative;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide figure::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0;
  transition: .4s all;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
}
.index1 .main .content .xia .swiper-container .swiper-wrapper .swiper-slide p{
  margin-top: 10px;
  font-size: 14px;
  color: #222;
}
.index3 .main .top{
  display: flex;
  flex-wrap: wrap;
  align-items: unset; 
  justify-content: flex-start;
  margin-bottom: 40px;
}
.index3 .main{
  border: 10px solid #1a6197;
  padding: 40px;
  background-color: #f5fbff;
}
.index3 .main h4{
  padding: 15px 0;
}
.index3 .main .top .pic-left{
  width: 43.4%;
}
.index3 .main .top .pic-left{
  display: flex;
  flex-wrap: wrap;
  align-items: unset; 
  justify-content: flex-start;
}
.index3 .main .top .pic-left .le-pic{
  width: 28.4%;
}
.index3 .main .top .pic-left .le-pic figure{
  position: relative;
  padding: 60.86% 0;
}
.index3 .main .top .pic-left .le-pic figure:nth-of-type(2){
  padding: 45.26% 0;
  margin-top: 6.2%;
}
.index3 .main .top .pic-left .le-pic figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index3 .main .top .pic-left .le-ri{
  width: 69.4%;
  position: relative;
  padding: 31.02% 0;
  margin-left: 2.2%;
}
.index3 .main .top .pic-left .le-ri img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index3 .main .top .right{
  width: 56.6%;
  padding-left: 2.3%;
  margin-top: 56px;
}
.index3 .main .top .right em{
  display: block;
  width: 230px;
  color: #fff;
  padding: 5px 0;
  background-color: #1a6197;
  margin: 0 auto;
  text-align: center;
  border-radius: 18px;
  position: relative;
}
.index3 .main .top .right em::before{
  content: '';
  width: 30px;
  height: 1px;
  background-color: #8db0cb;
  left: 25px;
  top: 50%;
  position: absolute;
}
.index3 .main .top .right em::after{
  content: '';
    width: 30px;
    height: 1px;
    background-color: #8db0cb;
    right: 25px;
    top: 50%;
    position: absolute;
}
.index3 .main .top .right p{
  color: #666;
  text-align: center;
  margin-top: 35px;
  line-height: 25px;
}
.index3 .main .xia{
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}
.index3 .main .xia ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; 
  justify-content: flex-start;
}
.index3 .main .xia ul li{
  width: 17.4%;
  display: flex;
  justify-content: center; 
  flex-direction: column; 
  align-items: center;
  margin-right: 3.25%;
}
.index3 .main .xia ul li:last-child{
  margin-right: 0;
}
.index3 .main .xia ul li .la{
  width: 100px;
  height: 100px;
  border: 2px solid #f5a029;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.index3 .main .xia ul li .la em{
    font-size: 30px;
    color: #f5a029;
    font-weight: bold;
}
.index3 .main .xia ul li .la span{
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: uppercase;
}
.index3 .main .xia ul li p{
  color: #666;
  line-height: 24px;
  margin-top: 18px;
  text-align: center;
}
.xiangqing2 .main{
  padding: 30px 30px 0 30px;
}
.xiangqing2 .main ul li{
  display: flex;
  flex-wrap: wrap;
  align-items: unset; 
  justify-content: flex-start;
  padding-bottom: 38px;
  border-bottom: 1px solid #cccccc;
}
.xiangqing3 .main{
  padding: 10px 30px 45px 30px;
}
.xiangqing2 .main ul li+li{
  margin-top: 38px;
}
.xiangqing2 .main ul li .left{
  width: 24%;
  margin-right: 1%;
  background-color: #1a6197;
  padding: 25px 15px;
}
.xiangqing2 .main ul li .left h3{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.xiangqing2 .main ul li .left p{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-top: 25px;
}
.xiangqing2 .main ul li .right{
  width: 75%;
}
.xiangqing2 .main ul li .right figure{
  position: relative;
  /* padding: 18.409% 0; */
}
.xiangqing2 .main ul li .right figure img{
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jianjie .main .ma-aaa{
  padding-bottom: 55px;
}
.jianjie .main .lc{
  padding-top: 55px;
  border-top: 1px solid #cccccc;
}
.jianjie .main .lc .main1{
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  align-content: space-between;
  justify-content: space-between;
}
.jianjie .main .lc .main1 figure{
  width: 59.429%;
  padding: 22.429% 0;
  position: relative;
}
.jianjie .main .lc .main1 figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jianjie .main .lc .main1 .right{
  width: 38%;
  margin-top: 35px;
}
.jianjie .main .lc .main1 .right h4{
    font-size: 18px;
    text-transform: uppercase;
    color: #f5a029;
    font-weight: bold;
}
.jianjie .main .lc .main1 .right h4 span{
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #1a6197;
  margin-bottom: 0;
}
.jianjie .main .lc .main1 .right h3{
  font-size: 24px;
  color: #2d2d2d;
  font-weight: bold;
  padding: 10px 0 40px 0;
}
.jianjie .main .lc .main1 .right span{
  font-size: 24px;
  font-weight: bold;
  color: #f5a029;
  display: block;
  margin-bottom: 35px;
}
.wen .main .wen-h{
    font-size: 18px;
    text-transform: uppercase;
    color: #f5a029;
    font-weight: bold;
    text-align: center;
}
.wen .main .wen-h span{
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #1a6197;
}
.wen .main .wen-a{
  font-size: 24px;
  color: #2d2d2d;
  text-align: center;
  font-weight: bold;
  padding: 15px 0 20px 0;
}
.zhengshu{
  background-color: #f4f4f4;
  padding-bottom: 100px;
}
.zhengshu .main{
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 55px 30px;
}    
.zhengshu .main ul li+li{
  padding-top: 55px;
  border-top: 1px solid #cccccc;
}
.zhengshu .main ul li h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #f5a029;
    font-weight: bold;
}
.zhengshu .main ul li h3 span{
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #1a6197;
}
.zhengshu .main ul li h4{
  font-size: 24px;
  color: #2d2d2d;
  font-weight: bold;
  padding: 15px 0 20px 0;
}
.zhengshu .main ul li p{
  color: #5f5f5f;
  line-height: 35px;
}
.zhengshu .main ul li p span{
  display: block;
  color: #1a6197;
}
.zhengshu .main ul li .zheng-lb{
  padding: 0 60px;
  position: relative;
  margin: 30px 0 55px 0;
}
.zhengshu .main ul li:last-child .zheng-lb{
  margin-bottom: 0;
}
.zhengshu .main ul li .zheng-lb .swiper-container .swiper-wrapper .swiper-slide a{
  display: block;
  border: 1px solid #dddddd;
  transition: .4s all;
}
.zhengshu .main ul li .zheng-lb .swiper-container .swiper-wrapper .swiper-slide a figure{
  position: relative;
  padding: 36% 0;
  margin: 10px;
  overflow: hidden;
}
.zhengshu .main ul li .zheng-lb .swiper-container .swiper-wrapper .swiper-slide a figure img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  transition: .4s all;
}
.zhengshu .main ul li .zheng-lb .swiper-container .swiper-wrapper .swiper-slide:hover figure img{
  transform: scale(1.1);
}
.zhengshu .main ul li .zheng-lb .swiper-container .swiper-wrapper .swiper-slide:hover a{
  border: 1px solid #1a6197;
}
.zhengshu .main ul li .zheng-lb .swiper-container .swiper-wrapper .swiper-slide:hover span{
  color: #1a6197;
}
.zhengshu .main ul li .zheng-lb .swiper-container .swiper-wrapper .swiper-slide span{
  margin-top: 15px;
  display: block;
  text-align: center;
  color: #5f5f5f;
  transition: .4s all;
}
.zhengshu .main ul li .zheng-lb .swiper-button-prev{
  background: url(../images/lb1.png) no-repeat;
}
.zhengshu .main ul li .zheng-lb .swiper-button-next{
  background: url(../images/lb2.png) no-repeat;
}
@media screen and (max-width: 1400px) {
  .index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .pic-left{
    width: 100%;
  }
  .index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .pic-left figure{
    margin-right: 2%;
  }
  .index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .pic-left figure:last-child{
    margin-right: 0;
  }
  .index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .text{
    margin-top: 2%;
    width: 100%;
  }
  .xiangqing2 .main ul li .left{
    width: 100%;
    margin-right: 0;
  }
  .xiangqing2 .main ul li .right{
    width: 100%;
    margin-top: 3%;
  }
  .xiangqing4 .main{
    padding-top: 3%;
  }
  .zhengshu .main{
    width: 100%;
    padding: 3%;
  }
}
@media screen and (max-width: 1200px) {
  .index3 .main .top .pic-left .le-pic figure{
    padding: 81.86% 0;
  }
  .index3 .main .top .pic-left .le-pic figure:nth-of-type(2){
    padding: 61.26% 0;
  }
}
@media screen and (max-width: 1024px) {
  .index3 .main{
    padding: 3%;
    border: none;
  }
  .index3 .main .top .pic-left{
    width: 100%;
  }
  .index3 .main .top .right{
    width: 100%;
  }
  .xiangqing2 .main{
    padding: 3%;
  }
  .xiangqing2 .main ul li{
    padding-bottom: 3%;
  }
  .xiangqing2 .main ul li+li{
    margin-top: 3%;
  }
  .xiangqing2 .main ul li .left{
    padding: 3%;
  }
  .xiangqing2 .main ul li .left p{
    margin-top: 3%;
    line-height: 22px;
  }
  .xiangqing3 .main{
    padding: 3%;
  }
  .xiangqing3 .main table tr:nth-of-type(n+2) td{
    border-top: none;
  }
  .xiangqing3 .main table tr td{
    border-top: none;
  }
  .xiangqing3 .main table tr td:nth-of-type(2){
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .text{
    padding: 3%;
  }
  .index1 .main .content .shang .swiper-container .swiper-wrapper .swiper-slide ul li .text p{
    line-height: 22px;
    margin-top: 3%;
  }
  .index3 .main .top .pic-left .le-pic figure{
    padding: 57.86% 0;
  }
  .index3 .main .top .right{
    margin-top: 3%;
    padding-left: 0;
  }
  .index3 .main h4{
    padding: 3% 0;
  }
  .index3 .main .top{
    margin-bottom: 3%;
  }
  .index3 .main .top .right p{
    margin-top: 3%;
    line-height: 22px;
    font-size: 14px;
  }
  .index3 .main .xia{
    padding-top: 3%;
  }
  .index3 .main .xia ul li .la{
    width: 80px;
    height: 80px;
  }
  .index3 .main .xia ul li{
    width: 48%;
    margin-right: 4%;
  }
  .index3 .main .xia ul li:nth-of-type(2n){
    margin-right: 0;
  }
  .index3 .main .xia ul li:nth-of-type(n+3){
    margin-top: 3%;
  }
  .index3 .main .xia ul li p{
    font-size: 14px;
    line-height: 22px;
  }
  .index3 .main .top .right em{
    font-size: 14px;
  }
  .xiangqing2 .main ul li .right figure{
    /* padding: 28.409% 0; */
  }
  .jianjie .main .lc .main1 figure{
    width: 100%;
    padding: 29.429% 0;

  }
  .jianjie .main .lc .main1 .right{
    width: 100%;
    margin-top: 3%;
  }
  .jianjie .main p{
    line-height: 22px;
  }
  .jianjie .main .ma-aaa{
    padding-bottom: 3%;
  }
  .jianjie .main .lc{
    padding-top: 3%;
  }
  .index1 .main h3 span{
    font-size: 16px;
  }
  .jianjie .main .lc .main1 .right h4{
    font-size: 16px;
    text-align: center;
  }
  .jianjie .main .lc .main1 .right h3{
    font-size: 18px;
    text-align: center;
    padding: 10px 0 15px 0;
  }
  .jianjie .main .lc .main1 .right h4 span{
    font-size: 16px;
  }
  .jianjie .main .lc .main1 .right span{
    font-size: 16px;
    margin-bottom: 3%;
  }
  .wen{
    padding-top: 0;
  }
  .wen .main .wen-h{
    font-size: 16px;
  }
  .wen .main .wen-h span{
    font-size: 16px;
  }
  .wen .main .wen-a{
    font-size: 18px;
    padding: 10px 0 15px 0;
  }
  .zhengshu .main ul li h3{
    font-size: 16px;
    text-align: center;
  }
  .zhengshu .main ul li h3 span{
    font-size: 16px;
  }
  .zhengshu .main ul li h4{
    font-size: 18px;
    text-align: center;
    padding: 10px 0 15px 0;
  }
  .zhengshu .main ul li p{
    line-height: 22px;
    font-size: 14px;
  }
  .zhengshu .main ul li p span{
    font-size: 14px;
  }
  .zhengshu .main ul li .zheng-lb{
    margin: 3% 0;
    padding: 0 3%;
  }
  .zhengshu .main ul li .zheng-lb .swiper-button-next{
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .zhengshu .main ul li .zheng-lb .swiper-button-prev{
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .zhengshu .main ul li+li{
    padding-top: 3%;
  }
  .zhengshu .main ul li .zheng-lb .swiper-container .swiper-wrapper .swiper-slide span{
    font-size: 14px;
    margin-top: 10px;
  }
  .zhengshu{
    padding-bottom: 5%;
  }
}
.xiangqing4 .main .left{
  display: flex;
    justify-content: center;
    flex-direction: column;
}
.xiangqing3 .main table tr td:nth-of-type(3){
  border-left: none;
}
/* 1.3 */
.m_header a .m-pic2{
  display: none;
}
.m_header figure .m-pic2{
  display: none;
}
.pc_header.c .main .logo .pic-1{
  display: none;
}
.jianjie .main .shang{
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  align-content: space-between;
  justify-content: space-between;
}
.jianjie .main .shang .left{
  width: 56%;
}
.jianjie .main .shang .right{
  width: 40%;
}
.jianjie .main .shang .left h3{
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  padding-bottom: 15px;
}
.jianjie .main .shang .left p{
  line-height: 32px;
  text-indent: 2em;
}
.jianjie .main .shang .right figure{
  position: relative;
  padding: 52% 0;
}
.jianjie .main .shang .right figure img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.jianjie .main .jian-lb .main1 .jian-a{
  position: relative;
  padding: 0 85px;
}
.jianjie .main .jian-lb .main1 .jian-a .swiper-container .swiper-wrapper .swiper-slide a figure{
    position: relative;
    padding: 36% 0;
    margin: 10px;
    overflow: hidden;
}
.jianjie .main .jian-lb .main1 .jian-a .swiper-container .swiper-wrapper .swiper-slide a figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .4s all;
}    
.jianjie .main .jian-lb .main1 .jian-a .swiper-container .swiper-wrapper .swiper-slide:hover a figure img{
  transform: scale(1.1);
}
.jianjie .main .jian-lb .main1 .jian-a .swiper-button-prev{
  background: url(../images/lb1.png) no-repeat;
}
.jianjie .main .jian-lb .main1 .jian-a .swiper-button-next{
  background: url(../images/lb2.png) no-repeat;
}
.jianjie .main .jian-lb .main1 .jian-a .swiper-container .swiper-wrapper .swiper-slide a{
  display: block;
  border: 1px solid #dddddd;
  transition: .4s all;
}
.jianjie .main .jian-lb .main1 .jian-a .swiper-container .swiper-wrapper .swiper-slide:hover a{
  border: 1px solid #1a6197;
}
.zhengshu .main ul li p{
  padding-left: 15px;
  position: relative;
}
.zhengshu .main ul li p::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f5a029;
  position: absolute;
  top: 14px;
  left: 0;
}
.zhengshu .main .fazhan{
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #dddddd;
}

.zhengshu .main .fazhan .content h3{
  font-size: 24px;
  color: #2d2d2d;
  font-weight: bold;
  text-align: center;
}

.zhengshu .main .fazhan .content span{
  color: #5f5f5f;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.zhengshu .main .fazhan .content p{
  width: 465px;
  font-size: 18px;
  color: #1a6197;
  font-weight: bold;
  line-height: 36px;
  position: relative;
  top: 60px;
}
.zhengshu .main .fazhan .content figure img{
  width: 100%;
}
.index3{
  padding-top: 0;
}
.index3 .main{
  border: none;
  background-color: unset;
  padding: 0;
}
.index4{
  background-color: unset;
}
.index3 .main .shang{
  border-top: 2px solid #f5a029;
  border-bottom: 2px solid #f5a029;
  padding: 45px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  align-content: space-between;
  justify-content: space-between;
}
.index3 .main .shang .left{
  width: 45%;
}
.index3 .main .shang .right{
  width: 50%;
  margin-top: 20px;
}
.index3 .main .shang .right ul{
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  align-content: space-between;
  justify-content: space-between;
}
.index3 .main .shang .right ul li{
  width: 24%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.index3 .main .shang .right ul li figure{
  position: relative;
  display: inline-block;
}
.index3 .main .shang .right ul li figure::before{
  content: '';
  width: 115px;
  height: 115px;
  border: 1px solid #dcddde;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #f5fbff;
  z-index: -1;
}
.index3 .main .shang .right ul li figure .shu{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.index3 .main .shang .right ul li figure .shu em{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.index3 .main .shang .right ul li p{
  color: #1a6197;
  font-weight: bold;
  margin-top: 15px;
}
.index3 .main .shang .left h3{
  font-size: 24px;
  color: #2d2d2d;
  font-weight: bold;
  text-align: left;
}
.index3 .main .shang .left span{
  width: 235px;
  display: block;
  background-color: #1a6197;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  padding: 5px 0;
  position: relative;
  margin: 15px 0 30px 0;
}
.index3 .main .shang .left span::after{
  content: '';
  width: 30px;
  height: 1px;
  background-color: #8db0cb;
  right: 25px;
  top: 50%;
  position: absolute;
}
.index3 .main .shang .left span::before{
    content: '';
    width: 30px;
    height: 1px;
    background-color: #8db0cb;
    left: 25px;
    top: 50%;
    position: absolute;
}
.index3 .main .shang .left p{
  color: #666;
  line-height: 24px;
}
.index3 .main .shang .left p em{
  font-weight: bold;
  color: #f5a029;
}
.index3 .main .bottom{
  margin-top: 30px;
}
.index3 .main .bottom dl{
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  align-content: space-between;
  justify-content: space-between;
}
.index3 .main .bottom dl dd{
  width: 49%;
  background-color: #f5fbff;
  padding: 40px 35px 40px 30px;
}
.index3 .main .bottom dl dd .text{
  padding-bottom: 35px;
  border-bottom: 1px solid #dce1e5;
}
.index3 .main .bottom dl dd .text+.text{
  padding-top: 35px;
}
.index3 .main .bottom dl dd .text h4{
  font-size: 24px;
  color: #1a6197;
  font-weight: bold;
  text-align: unset;
  padding: 0 0 15px 0;
}
.index3 .main .bottom dl dd .text h4 em{
  font-size: 24px;
  color: #f5a029;
  font-weight: bold;
}
.index3 .main .bottom dl dd .text p{
  color: #666;
  line-height: 30px;
}
@media screen and (max-width: 1400px) {
  .jianjie .main .shang .right figure{
    position: relative;
    padding: 60% 0;
  }
  .jianjie .main .shang .right figure img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .index3 .main{
    padding: 0 3%;
  }
}
@media screen and (max-width: 1300px) {
  .jianjie .main .shang .right figure{
    padding: 60% 0;
  }
}
@media screen and (max-width: 1200px) {
  .jianjie .main .shang .left{
    width: 100%;
  }
  .jianjie .main .shang .right{
    width: 100%;
    order: -1;
  }
  .jianjie .main .shang .right figure img{
    object-fit: contain;
  }
  .jianjie .main .shang .right figure{
    padding: 23% 0;
  }
  .jianjie .main .jian-lb .main1 .jian-a{
    padding: 0 60px;
  }
}
@media screen and (max-width: 1100px) {
  .index3 .main .shang .left{
    width: 100%;
  }
  .index3 .main .shang .left h3{
    text-align: center;
    padding-bottom: 3%;
  }
  .index3 .main .shang .left span{
    margin: 0 auto;
  }
  .index3 .main .shang .left p{
    margin-top: 3%;
  }
  .index3 .main .shang .right{
    width: 100%;
  }
  .index3 .main .bottom dl dd .text h4 em{
    font-size: 20px;
  }
  .index3 .main .bottom dl dd .text h4{
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jianjie .main .jian-lb .main1 .jian-a{
    padding: 0 3%;
  }
  .jianjie .main .jian-lb .main1 .jian-a .swiper-button-prev{
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .jianjie .main .jian-lb .main1 .jian-a .swiper-button-next{
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .index3 .main .shang{
    padding: 5% 0;
  }
  .index3 .main .shang .left h3{
    font-size: 18px;
  }
  .index3 .main .shang .left span{
    font-size: 14px;
    width: 200px;
  }
  .index3 .main .shang .left p{
    font-size: 14px;
  }
  .index3 .main .shang .left p em{
    font-size: 14px;
    line-height: 22px;
  }
  .index3 .main .shang .right ul li{
    width: 48%;
  }
  .index3 .main .shang .right ul li:nth-of-type(n+3){
    margin-top: 5%;
  }
  .index3 .main .shang .right ul li p{
    font-size: 14px;
  }
  .index3 .main .bottom dl dd{
    width: 100%;
    padding: 3%;
  }
  .index3 .main .bottom dl dd .text h4{
    font-size: 16px;
    padding-bottom: 3%;
  }
  .index3 .main .bottom dl dd .text h4 em{
    font-size: 16px;
  }
  .index3 .main .bottom dl dd .text p{
    font-size: 14px;
    line-height: 22px;
  }
  .index3 .main .bottom dl dd .text{
    padding-bottom: 5%;
  }
  .index3 .main .bottom dl dd .text+.text{
    padding-top: 5%;
  }
  .index3 .main .bottom{
    margin-top: 5%;
  }
}
@media screen and (max-width: 520px) {
  .jianjie .main .shang .left h3{
    font-size: 18px;
    text-align: center;
    margin-top: 3%;
    padding-bottom: 3%;
  }
  .jianjie .main .shang .right figure{
    padding: 57% 0;
  }
  .jianjie .main .shang .left p{
    line-height: 22px;
  }
  .zhengshu .main ul li p::before{
    top: 6px;
  }
  .zhengshu .main .fazhan{
    margin-top: 3%;
    padding-top: 3%;
  }
  .zhengshu .main .fazhan .content h3{
    font-size: 18px;
  }
  .zhengshu .main .fazhan .content span{
    margin-top: 3%;
  }
  .zhengshu .main .fazhan .content p{
    width: 100%;
    position: unset;
    font-size: 16px;
    line-height: 22px;
    margin: 3% 0;
  }
}
/* 1.16 */
.index3 .main .bottom{
  background-color: #f5fbff;
  padding: 45px 65px 45px 95px;
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  justify-content: flex-start;
}
.index3 .main .bottom .left{
  width: 41.8%;
}
.index3 .main .bottom .left figure{
  position: relative;
  padding: 47.4% 0;
  
}
.index3 .main .bottom .left figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index3 .main .bottom .right{
  position: relative;
  width: 49%;
}
.index3 .main .bottom .right p{
  line-height: 30px;
  font-size: 18px;
  color: #666;
}
.index3 .main .bottom .right p em{
  color: #f5a029;
  font-weight: bold;
  font-size: 18px;
}
.index3 .main .bottom .right p:nth-of-type(5){
  position: absolute;
  top: 88.6%;
  left: -14%;
}
.index3 .main .bottom .right p:nth-of-type(4){
  position: absolute;
  top: 71.3%;
  left: -1%;
}
.index3 .main .bottom .right p:nth-of-type(3){
  position: absolute;
  top: 46.8%;
  left: 3%;
}
.index3 .main .bottom .right p:nth-of-type(2){
  position: absolute;
  top: 21.3%;
  left: -1%;
}
.index3 .main .bottom .right p:nth-of-type(1){
  position: absolute;
  top: 2%;
  left: -14%;
}
.index3 .main .bottom .m-text{
  display: none;
}
@media screen and (max-width: 1400px) {
  .index3 .main .bottom{
    padding: 3%;
  }
  .index3 .main .bottom .right p{
    font-size: 16px;
    line-height: 22px;
  }
  .index3 .main .bottom .right p em{
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .index3 .main .bottom .m-text{
    display: block;
  }
  .index3 .main .bottom .left{
    display: none;
  }
  .index3 .main .bottom .right{
    display: none;
  }
  .index3 .main .bottom dl dd{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
  }
  .index3 .main .bottom dl dd:nth-of-type(n+3){
    margin-top: 3%;
  }
  .index3 .main .bottom dl dd .m-left{
    width: 21%;
  }
  .index3 .main .bottom dl dd .m-left figure{
    position: relative;
    padding: 45% 0;
  }
  .index3 .main .bottom dl dd .m-left figure img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .index3 .main .bottom dl dd p{
    width: 78%;
    color: #666;
  }
  .index3 .main .bottom dl dd p em{
    color: #f5a029;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .index3 .main .bottom dl dd+dd{
    margin-top: 3%;
  }

}
@media screen and (max-width: 520px) {
  .index3 .main .bottom dl dd p{
    font-size: 14px;
  }
  .index3 .main .bottom dl dd p em{
    font-size: 14px;
  }
}







/* 网站全站灰白 */
/* html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
} */



/*# sourceMappingURL=joan.css.map */
