@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  outline: none; }

a {
  text-decoration: none; }

li {
  list-style: none; }

img {
  vertical-align: top;
  border: none; }

button {
  border: 0;
  background-color: transparent;
  -webkit-appearance: none; }

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

input, textarea {
  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; }

html::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

html::-webkit-scrollbar-thumb {
  background: #004d85;
  border-radius: 6px; }

html::-webkit-scrollbar-corner {
  background: #004d85; }

/* @font-face {
  font-family: indexTitle;
  src: url(../font/MONTSERRAT-EXTRALIGHT-5.OTF); } */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff; }
  header .pc {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    header .pc > a {
      display: block; }
      header .pc > a img {
        width: 315px;
        object-fit: contain; }
    header .pc nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      header .pc nav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between; }
        header .pc nav ul li:first-child > a {
          padding-left: 0; }
        header .pc nav ul li:last-child > a {
          padding-right: 0; }
        header .pc nav ul li > a {
          height: 80px;
          line-height: 80px;
          display: block;
          font-size: 16px;
          color: #777;
          padding: 0 26px;
          transition: .4s all;
          letter-spacing: 1px; }
          header .pc nav ul li > a:hover {
            color: #24254e; }
        header .pc nav ul li.active a {
          color: #24254e; }
        header .pc nav ul li .item {
          opacity: 0;
          pointer-events: none;
          position: absolute;
          top: 80px;
          left: 0;
          width: 100%;
          padding: 40px 0;
          background-color: rgba(0, 0, 0, 0.85);
          border-top: 1px solid #fff;
          align-items: unset;
          transition: .4s all;
          z-index: 99; }
          header .pc nav ul li .item > div {
            width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: space-between;
            justify-content: space-between; }
          header .pc nav ul li .item figure {
            display: block;
            width: 100%;
            position: relative;
            padding: 10% 0;
            width: 45%; }
            header .pc nav ul li .item figure img {
              width: 100%;
              height: 100%;
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              object-fit: cover; }
          header .pc nav ul li .item .lanmu {
            width: 50%;
            position: relative;
            order: -1; }
            header .pc nav ul li .item .lanmu h4 {
              color: #fff;
              font-weight: bold;
              margin-bottom: 30px;
              padding-bottom: 30px;
              display: block;
              font-size: 30px;
              text-transform: uppercase;
              position: relative;
              letter-spacing: 1px; }
              header .pc nav ul li .item .lanmu h4 span {
                display: block;
                margin-top: 5px;
                font-size: 24px;
                color: #fff;
                line-height: 1.6;
                font-weight: 400;
                position: relative; }
              header .pc nav ul li .item .lanmu h4:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 40px;
                height: 2px;
                background-color: #fff; }
            header .pc nav ul li .item .lanmu dl {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              justify-content: flex-start; }
              header .pc nav ul li .item .lanmu dl dd {
                margin-bottom: 24px;
                display: inline-block;
                vertical-align: top;
                width: 50%;
                margin-left: 0; }
                header .pc nav ul li .item .lanmu dl dd a {
                  padding-left: 14px;
                  line-height: 24px;
                  display: block;
                  font-size: 15px;
                  color: #c9c9c9;
                  text-align: left;
                  background: url(../icon/icon-next4.png) left top 8px no-repeat;
                  transition: .4s all; }
                  header .pc nav ul li .item .lanmu dl dd a:hover {
                    color: #fff; }
                header .pc nav ul li .item .lanmu dl dd.active a {
                  color: #fff; }
        header .pc nav ul li:hover .item {
          opacity: 1;
          pointer-events: auto; }
        header .pc nav ul li .item_n {
          opacity: 0;
          pointer-events: none;
          position: absolute;
          top: 130px;
          left: 0;
          width: 100%;
          padding: 10px 0;
          background-color: rgba(0, 0, 0, 0.5);
          transition: .4s all; }
          header .pc nav ul li .item_n li {
            width: 100%;
            padding: 10px;
            transition: .4s all; }
            header .pc nav ul li .item_n li a {
              display: block;
              text-align: center;
              color: #fff;
              font-size: 16px;
              transition: .4s all;
              line-height: 26px;
              padding: 0;
              height: auto; }
            header .pc nav ul li .item_n li:hover {
              background-color: #24254e; }
              header .pc nav ul li .item_n li:hover a {
                color: #fff; }
        header .pc nav ul li:hover .item_n {
          opacity: 1;
          pointer-events: auto; }
      header .pc nav .search {
        height: 80px;
        padding-left: 60px;
        margin-left: 60px;
        position: relative; }
        header .pc nav .search:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 2px;
          height: 24px;
          background-color: #999; }
        header .pc nav .search:hover form {
          opacity: 1;
          pointer-events: auto; }
        header .pc nav .search:hover i:after {
          top: -17px; }
        header .pc nav .search i {
          display: block;
          width: 17px;
          height: 17px;
          margin-top: 32px;
          overflow: hidden;
          cursor: pointer;
          position: relative; }
          header .pc nav .search i:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 17px;
            height: 34px;
            background: url("../icon/search.png") no-repeat;
            background-size: contain;
            transition: .4s all; }
        header .pc nav .search form {
          opacity: 0;
          pointer-events: none;
          position: fixed;
          top: 80px;
          left: 0;
          width: 100%;
          border-top: 1px solid #24254e;
          border-bottom: 1px solid #24254e;
          background-color: #fff;
          padding: 50px 100px;
          padding-bottom: 80px;
          transition: .4s all;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center; }
          header .pc nav .search form h4 {
            font-size: 24px;
            color: #24254e;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px; }
          header .pc nav .search form section {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            margin-top: 30px; }
            header .pc nav .search form section input {
              width: 450px;
              line-height: 38px;
              border: 1px solid #24254e;
              border-right: none;
              border-radius: 6px;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
              padding: 0 15px; }
            header .pc nav .search form section button {
              width: 160px;
              line-height: 38px;
              border-radius: 6px;
              border: 1px solid #24254e;
              border-top-left-radius: 0;
              border-bottom-left-radius: 0;
              text-transform: uppercase;
              font-weight: bold;
              letter-spacing: 1px;
              transition: .4s all;
              cursor: pointer; }
              header .pc nav .search form section button:hover {
                color: #fff;
                background-color: #24254e; }
    header .pc dl h3 {
      font-size: 14px;
      color: #999; }
    header .pc dl .tel {
      font-size: 18px;
      color: #999;
      font-weight: bold;
      margin-top: 6px; }
  header .m {
    display: none;
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px solid #dfdfdf; }
    header .m .menu {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 40px;
      background-color: transparent; }
      header .m .menu path {
        stroke: #868686; }
      header .m .menu label {
        left: -40px;
        top: -45px;
        max-width: 130px;
        max-height: 100px; }

        .video_view  .pro a figure{
          position: relative;
        }
       .video_view .pro a figure::after{
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background: url(../image/video-ico02.png) no-repeat center;
        background-size: contain;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          z-index: 9;
          cursor: pointer;

      }

    header .m > a {
      display: block;
      width: 252px; }
      header .m > a img {
        width: 100%;
        object-fit: contain; }

.PopupColumn {
  position: fixed;
  top: 64.75px;
  left: -1024px;
  padding: 20px 15px;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  background-color: #434144;
  transition: .4s all;
  z-index: 99; }
  .PopupColumn.active {
    left: 0; }
  .PopupColumn li {
    border-bottom: 1px solid #fff; }
    .PopupColumn li.active a:after {
      background-color: #fff; }
    .PopupColumn li.active a icon {
      transform: translateY(-50%) rotate(180deg); }
    .PopupColumn li > a {
      display: block !important;
      font-size: 15px;
      color: #fff;
      padding: 20px 0;
      letter-spacing: 1px;
      transition: .4s all;
      letter-spacing: 2px;
      position: relative;
      padding-left: 30px; }
      .PopupColumn li > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
        transition: .4s; }
      .PopupColumn li > a icon {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: url("../icon/downJT.png") no-repeat;
        background-size: contain;
        transition: .4s all; }
    .PopupColumn li dl {
      display: none;
      padding-bottom: 20px; }
      .PopupColumn li dl dd {
        padding: 10px 30px; }
        .PopupColumn li dl dd a {
          display: block;
          font-size: 14px;
          color: #fff; }
  .PopupColumn p {
    font-size: 20px;
    margin-top: 30px;
    color: #004d85;
    cursor: pointer;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: unset; }
    .PopupColumn p i {
      display: block;
      width: 15px;
      height: 15px;
      background: url("../icon/top.png") no-repeat;
      background-size: contain;
      margin-left: 5px;
      margin-top: 2px; }
  .PopupColumn form {
    width: 100%;
    border-bottom: 1px solid #fff;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px; }
    .PopupColumn form input {
      width: 100%;
      background-color: transparent;
      font-size: 16px;
      color: #fff; }
      .PopupColumn form input::-webkit-input-placeholder {
        font-size: 16px;
        color: #fff; }
    .PopupColumn form button {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background: url("../icon/msearch.png") no-repeat;
      background-size: contain; }

.ibanner {
  width: 100%;
  margin-top: 80px;
  position: relative; }
  .ibanner a {
    width: 100%; }
    .ibanner a img {
      width: 100%;
      object-fit: contain; }
    .ibanner a .pc {
      display: block; }
    .ibanner a .m {
      display: none; }
  .ibanner .swiper-pagination {
    bottom: 45px !important; }
  .ibanner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    transition: .4s all; }
  .ibanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #004d85; }
  .ibanner .btn {
    width: 1400px;
    position: absolute;
    left: 50%;
    bottom: 58px;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .ibanner .btn p {
      font-size: 24px;
      color: #fff; }
      .ibanner .btn p span {
        font-size: 24px;
        color: #fff; }
    .ibanner .btn > div {
      width: 135px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .ibanner .btn > div div {
        position: unset;
        margin-top: 0;
        width: 36px;
        height: 36px;
        background: url("../icon/banner_btn.png") no-repeat;
        background-size: contain; }
        .ibanner .btn > div div.swiper-button-next {
          transform: rotate(180deg); }
      .ibanner .btn > div i {
        display: block;
        width: 36px;
        height: 36px;
        cursor: pointer; }
        .ibanner .btn > div i.start{
          background: url("../icon/start.png") no-repeat;
          background-size: contain;
        }
        .ibanner .btn > div i.stop{
          background: url("../icon/banner_btnt.png") no-repeat;
          background-size: contain;
        }
  .ibanner .swiper-pagination {
    display: none; }

footer {
  width: 100%;
  background-color: #293751; }
  footer .main {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    footer .main .left {
      width: 80%;
      border-right: 2px solid #415373; }
      footer .main .left > div {
        padding: 25px 0;
        border-bottom: 2px solid #415373;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between; }
        footer .main .left > div p {
          font-size: 12px; }
        footer .main .left > div .logo {
          display: block;
          width: 420px;
          height: 75px; }
          footer .main .left > div .logo img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        footer .main .left > div .share {
          padding-right: 60px; }
      footer .main .left dl {
        width: 100%;
        padding: 35px 0;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between; }
        footer .main .left dl dd {
          width: 16.6666%; }
          footer .main .left dl dd h4 {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 27px; }
            footer .main .left dl dd h4:after {
              content: '';
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 21px;
              height: 2px;
              background-color: #fff; }
          footer .main .left dl dd a {
            display: block;
            font-size: 14px;
            color: #dadada;
            transition: .4s all; }
            footer .main .left dl dd a + a {
              margin-top: 15px; }
            footer .main .left dl dd a:hover {
              color: #fff; }
    footer .main .right {
      width: 20%;
      padding-left: 55px; }
      footer .main .right > p {
        font-size: 14px;
        color: #ffffff;
        line-height: 34px;
        white-space: pre-line; }
        footer .main .right > div{
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start;
        }
        footer .main .right > div span{
          font-size: 14px;
          color: #ffffff;
        }
      footer .main .right figure {
        margin-top: 20px;
        margin-left: 30px; }
        footer .main .right figure img {
          width: 120px;
          height: 120px;
          object-fit: contain; }
        footer .main .right figure p {
          font-size: 14px;
          color: #ffffff;
          margin-top: 10px; }
  footer .foot {
    width: 100%;
    border-top: 2px solid #415373; }
    footer .foot div {
      width: 1400px;
      margin: 0 auto;
      padding: 30px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      footer .foot div p {
        font-size: 12px;
        color: #d1d1d1; }
      footer .foot div a {
        font-size: 12px;
        color: #d1d1d1;
        transition: .4s all; }
        footer .foot div a:hover {
          color: #fff; }

          .slide-nav {
            position: fixed;
            right: 20px;
            top: 30%;
            z-index: 98; }
          
          .slide-nav .item {
            margin: 10px 0;
            width: 50px;
            height: 50px;
            position: relative;
            transition: .4s all;
            left: 0; }
          
          .slide-nav .goTop {
            opacity: 0;
            pointer-events: none;
            transition: .4s all; }
          
          .slide-nav .goTop.active {
            opacity: 1;
            pointer-events: auto; }
          
          .slide-nav .icon {
            margin: 0 auto;
            display: block;
            margin-top: 12px;
            width: 24px;
            height: 24px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center 11.5px;
            transition: .4s all; }
          
          .slide-nav h4 {
            font-size: 12px;
            color: #4e4e4e;
            font-weight: 400;
            text-align: center; }
          
          .slide-nav .mask {
            margin-top: -1px;
            position: absolute;
            right: 100%;
            top: 0;
            -webkit-transform: scale(1, 0);
            -ms-transform: scale(1, 0);
            -o-transform: scale(1, 0);
            transform: scale(1, 0);
            opacity: 0;
            white-space: nowrap;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          
          .slide-nav .tel {
            padding: 0 30px;
            line-height: 50px;
            font-size: 14px;
            color: #4e4e4e; }
          
          .slide-nav .qr {
            margin-right: 20px;
            width: 140px;
            height: 140px;
            border: 1px solid #000;
            overflow: hidden; }
          
          .slide-nav .qr img {
            display: block;
            width: 100%;
            height: 100%; }
          
          .slide-nav .item:hover h4 {
            color: #fff; }
          
          .slide-nav .tell:hover .mask {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1; }
          
          .slide-nav .wechat:hover .mask {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1; }
          
          .slide-nav .item .icon:after {
            content: '';
            display: block;
            width: 24px;
            height: 48px; }
          
          .slide-nav .item:nth-of-type(1) .icon {
            height: 22px; }
          
          .slide-nav .item:nth-of-type(1) .icon:after {
            background-image: url("../icon/sN-i1.png"); }
          
          .slide-nav .item:nth-of-type(2) .icon:after {
            background-image: url("../icon/sN-i2.png"); }
          
          .slide-nav .item:nth-of-type(3) .icon:after {
            background-image: url("../icon/sN-i3.png"); }
          
          .slide-nav .item:nth-of-type(4) .icon:after {
            background-image: url("../icon/sN-i4.png"); }
          
          .slide-nav .item:nth-of-type(5) .icon:after {
            background-image: url("../icon/sN-i5.png"); }
          
          .slide-nav .item a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: .4s all;
            border-radius: 50%;
            border: 1px solid #293751;
            background-color: #293751; }
@media only screen and (max-width: 959px) {
  .yuyue_add {
    bottom: 120px !important; }
    .slide-nav {
      padding: 0 20px;
      left: 0;
      top: auto;
      right: 0;
      bottom: 20px;
      font-size: 0;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
  
    .slide-nav .item {
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
  
    .slide-nav .goTop {
      display: inline-block !important;
      opacity: 1 !important;
      pointer-events: auto !important;
      left: 0 !important; }
  
    .slide-nav .mask {
      left: 50%;
      right: auto;
      bottom: 100%;
      top: auto;
      -webkit-transform: translateX(-50%) scale(1, 0);
      -ms-transform: translateX(-50%) scale(1, 0);
      -o-transform: translateX(-50%) scale(1, 0);
      transform: translateX(-50%) scale(1, 0); }
  
    .slide-nav .tel {
      display: none; }
  
    .slide-nav .qr {
      display: none; }
  
    .slide-nav .item:hover .icon {
      background-position: center -30px; }
  
    .slide-nav .item:hover .mask {
      -webkit-transform: scale(1, 1) translateX(-50%);
      -ms-transform: scale(1, 1) translateX(-50%);
      -o-transform: scale(1, 1) translateX(-50%);
      transform: scale(1, 1) translateX(-50%); }
 }
.Mnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90; }
  .Mnav ul {
    width: 100%;
    background-color: #b5b5b5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .Mnav ul li {
      width: 33.333%;
      padding: 15px 0;
      transition: .4s all; }
      .Mnav ul li:hover {
        background-color: #24254e; }
      .Mnav ul li a {
        display: block;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        flex-direction: unset; }
        .Mnav ul li a icon {
          display: block;
          width: 40px;
          height: 40px; }
        .Mnav ul li a span {
          font-size: 18px;
          color: #fff;
          margin-left: 20px; }
      .Mnav ul li:nth-of-type(1) icon {
        background: url("../icon/Mnav_tel.png") no-repeat;
        background-size: contain; }
      .Mnav ul li:nth-of-type(2) icon {
        background: url("../icon/Mnav_message.png") no-repeat;
        background-size: contain; }
      .Mnav ul li:nth-of-type(3) icon {
        background: url("../icon/Mnav_wx.png") no-repeat;
        background-size: contain; }

.MgoTop {
  position: fixed;
  right: 20px;
  bottom: 90px;
  display: none;
  width: 60px;
  height: 60px;
  background: url("../icon/MgoTop.png") no-repeat;
  background-size: contain;
  z-index: 90;
  transition: .4s all; }
  .MgoTop.active {
    opacity: 1;
    pointer-events: auto; }

.online {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .online .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 850px;
    width: 96%;
    padding: 30px;
    background-color: #fff; }
    .online .main .tit {
      width: 100%;
      max-width: 260px;
      margin: 0 auto; }
      .online .main .tit h3 {
        text-align: center;
        font-size: 24px;
        color: #434144;
        font-weight: bold; }
      .online .main .tit span {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        margin-top: 5px;
        text-align: center;
        font-family: "Arial";
        color: #787878;
        font-weight: bold; }
        .online .main .tit span b {
          color: #004d85; }
        .online .main .tit span:before {
          content: '';
          display: block;
          top: 50%;
          left: 0;
          position: absolute;
          transform: translateY(-50%);
          width: 80px;
          height: 1px;
          background-color: #434144; }
        .online .main .tit span:after {
          content: '';
          display: block;
          top: 50%;
          right: 0;
          position: absolute;
          transform: translateY(-50%);
          width: 80px;
          height: 1px;
          background-color: #434144; }
    .online .main form {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      align-items: unset; }
      .online .main form figure {
        display: block;
        width: 100%;
        position: relative;
        padding: 20% 0;
        width: 45%; }
        .online .main form figure img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          object-fit: cover; }
      .online .main form ul {
        width: 52%; }
        .online .main form ul li {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: space-between;
          justify-content: space-between;
          height: 40px; }
          .online .main form ul li + li {
            margin-top: 15px; }
          .online .main form ul li .ind {
            width: 48%;
            height: 100%;
            border: 1px solid #bebebe;
            padding: 0 10px;
            background-color: transparent;
            color: #979797;
            font-size: 14px;
            transition: .2s all; }
            .online .main form ul li .ind::-webkit-input-placeholder {
              color: #979797;
              font-size: 14px; }
          .online .main form ul li select {
            background: url(../icon/dropDown.png) #fff 95% center no-repeat;
            background-size: 11px; }
          .online .main form ul li.phone input {
            width: 100%; }
          .online .main form ul li.textarea {
            height: 180px; }
            .online .main form ul li.textarea textarea {
              width: 100%;
              padding: 10px; }
          .online .main form ul li button {
            width: 100%;
            height: 100%;
            line-height: 40px;
            text-align: center;
            background-color: #004d85;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            transition: .4s all;
            border: 1px solid transparent; }
            .online .main form ul li button:hover {
              background-color: transparent;
              border-color: #004d85;
              border-radius: 5px;
              color: #004d85; }
  .online .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../icon/onlineClose.png) no-repeat center center #004d85;
    background-size: 60%;
    cursor: pointer; }

@media screen and (max-width: 768px) {
  .online .main form figure {
    display: none; }

  .online .main form ul {
    width: 100%; }

  .online .main {
    padding: 15px; }

  .online .main .tit h3 {
    font-size: 20px; } }
.online .layui-form-select .layui-input {
  height: 40px;
  border-color: #bebebe;
  color: #979797; }
.online .layui-form-select dl dd.layui-this {
  background-color: #004d85; }
.online .layui-unselect.layui-form-select {
  width: 48%; }
.online #distpicker-online .ind {
  display: block !important; }
.online #distpicker-online .layui-unselect {
  display: none !important; }

.PopupCode {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99; }
  .PopupCode ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    .PopupCode ul li {
      background-color: #fff;
      padding: 20px;
      transition: .4s all; }
      .PopupCode ul li + li {
        margin-left: 30px; }
      .PopupCode ul li figure img {
        width: 260px;
        height: 260px; }
      .PopupCode ul li p {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #434144;
        margin-top: 10px;
        padding-top: 15px;
        border-top: 1px solid #434144;
        transition: .4s all;
        letter-spacing: 2px; }
      .PopupCode ul li span {
        display: table;
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        color: #24254e;
        cursor: pointer;
        transition: .4s all;
        position: relative;
        padding-bottom: 3px; }
        .PopupCode ul li span:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: #fff;
          opacity: 0;
          transition: .4s all; }
        .PopupCode ul li span:hover:after {
          opacity: 1; }
      .PopupCode ul li:hover {
        background-color: #004d85; }
        .PopupCode ul li:hover p {
          color: #fff;
          border-color: #fff; }
        .PopupCode ul li:hover span {
          color: #fff; }

.fixedBottom {
  width: 100%;
  background: url("../image/fixedBottom-bg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 0;
  z-index: 9;
  transition: .4s all; }
  .fixedBottom.active {
    bottom: -234px; }
    .fixedBottom.active .main .open {
      opacity: 1;
      pointer-events: auto; }
  .fixedBottom .main {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .fixedBottom .main .close {
      display: block;
      position: absolute;
      top: -30px;
      right: 15px;
      width: 25px;
      height: 25px;
      background: url("../icon/close.png") no-repeat;
      background-size: contain;
      cursor: pointer;
      transition: .4s all; }
      .fixedBottom .main .close:hover {
        transform: rotate(90deg); }
    .fixedBottom .main .open {
      display: block;
      position: absolute;
      top: -100px;
      right: 27px;
      width: 2px;
      height: 40px;
      opacity: 0;
      pointer-events: none;
      background-color: #fff;
      cursor: pointer;
      transition: .4s all; }
      .fixedBottom .main .open:after {
        content: '';
        display: block;
        position: absolute;
        top: -29px;
        left: -14px;
        width: 30px;
        height: 30px;
        background: url("../icon/open.png") no-repeat;
        background-size: contain;
        transform: rotate(180deg); }
    .fixedBottom .main div {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .fixedBottom .main div figure img {
        width: 247px;
        height: 79px;
        object-fit: contain; }
      .fixedBottom .main div dl {
        margin-left: 38px;
        padding-left: 38px;
        border-left: 2px solid #fff; }
        .fixedBottom .main div dl dt {
          font-size: 20px;
          color: #ffffff;
          line-height: 30px;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .fixedBottom .main div dl dd {
          font-size: 18px;
          color: #fff;
          margin-top: 30px;
          letter-spacing: 2px; }
    .fixedBottom .main form ul li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .fixedBottom .main form ul li + li {
        margin-top: 15px; }
    .fixedBottom .main form ul .ind {
      width: 150px;
      height: 38px;
      background: #fff;
      border-radius: 4px;
      margin-right: 15px;
      padding: 0 12px;
      display: block !important;
      color: #ababab;
      font-size: 14px;
      border: 1px solid transparent; }
      .fixedBottom .main form ul .ind::-webkit-input-placeholder {
        color: #ababab;
        font-size: 14px; }
    .fixedBottom .main form ul .layui-unselect {
      display: none !important; }
    .fixedBottom .main form ul button.ind {
      background-color: #294e98;
      color: #fff;
      border: none; }
    .fixedBottom .main form ul select.ind {
      background: url(../icon/dropDown.png) #fff 95% center no-repeat;
      background-size: 11px; }

.chanpinzhongxin {
  width: 100%;
  background-color: #293751;
  background: url("../image/product-bg01.jpg") no-repeat;
background-size: cover

}
  .chanpinzhongxin .Ititle {
    color: #fff;
  }
  .chanpinzhongxin .Ititle span {
    color: #fff; 
  }
  .chanpinzhongxin .Ititle:after {
    background-color: #fff; 
  }

._more {
  display: block;
  width: 125px;
  margin: 0 auto; }
  ._more p {
    font-size: 14px;
    color: #cfb249;
    position: relative; }
    ._more p:after {
      content: '';
      display: block;
      width: 18px;
      height: 13px;
      background: url("../icon/chanpinzhongxin-icon1.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  ._more i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 17px;
    position: relative; }
    ._more i:before {
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #cfb249;
      transition: .4s all; }
  ._more:hover i:before {
    width: 0; }

#certify {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px; }

#certify .swiper-container {
  padding-bottom: 60px; }

#certify .swiper-slide {
  width: 970px;
  height: 570px;
  background: #fff;  
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5); }
  #certify .swiper-slide:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    transition:.4s all;
    background-color:rgba(255,255,255,.5)
  }
  #certify .swiper-slide.swiper-slide-active:after{display:none;}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

  #certify .swiper-slide h5{
    width:100%;height:75px;line-height:75px;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
    font-size:28px;
    color:#fff;
    letter-spacing: 4px;
  }

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0; }

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px; }

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #bebebe;
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: .4s all;
  border-radius: 4px; }

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #24254e;
  width: 25px; }

#certify .swiper-button-prev {
  left: 125px;
  width: 45px;
  height: 45px;
  background: url(../icon/swiper-btn.png) no-repeat;
  background-position: 0 0 !important;
  background-size: 100%;
  transform: rotate(180deg); }
  #certify .swiper-button-prev:hover {
    background: url(../icon/swiper-btnL.png) no-repeat; }

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%; }

#certify .swiper-button-next {
  right: 125px;
  width: 45px;
  height: 45px;
  background: url(../icon/swiper-btn.png) no-repeat;
  background-position: 0 0 !important;
  background-size: 100%; }
  #certify .swiper-button-next:hover {
    background: url(../icon/swiper-btnL.png) no-repeat; }

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%; }

.youshi {
  width: 100%;
  background: url("../image/youshi-bag.jpg") no-repeat;
  background-size: cover; }
  .youshi .main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .youshi .main .left {
      width: 450px; }
      .youshi .main .left .Ititle {
        text-align: left; }
        .youshi .main .left .Ititle:after {
          left: 0;
          transform: translateX(0); }
        .youshi .main .left .Ititle span {
          text-align: left; }
      .youshi .main .left > i {
        display: block;
        margin: 100px 0;
        width: 82px;
        height: 4px;
        background-color: #cfb249; }
      .youshi .main .left > p {
        font-size: 16px;
        color: #6a6a6a;
        line-height: 32px; }
      .youshi .main .left ._more {
        margin-top: 180px;
        margin-left: 0; }
        .youshi .main .left ._more p:after {
          background: url("../icon/youshi-icon.png") no-repeat;
          background-size: contain; }
        .youshi .main .left ._more i {
          background-color: #000; }
    .youshi .main .right {
      width: 910px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .youshi .main .right figure img {
        width: 600px;
        height: 675px;
        object-fit: cover; }
      .youshi .main .right ul {
        width: 260px; }
        .youshi .main .right ul li {
          width: 100%; }
          .youshi .main .right ul li h5 {
            font-size: 20px;
            color: #293751; }
          .youshi .main .right ul li p {
            font-size: 14px;
            margin-top: 17px;
            color: #939393; }
          .youshi .main .right ul li + li {
            margin-top: 50px; }

.anli .main .anliMmore{display:none;margin-top:40px;}
.anli {
  width: 100%;
  background: url("../image/anli-bag.jpg") no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 40px; }
  .anli .top {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #808391;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .anli .top .Ititle {
      color: #fff;
      text-align: left; }
      .anli .top .Ititle span {
        text-align: left;
        color: #fff; }
      .anli .top .Ititle:after {
        background-color: #fff;
        left: 0;
        transform: translateX(0); }
    .anli .top ._more {
      margin-right: 0; }
  .anli .swiper-wrapper {
    width: 1400px; }
  .anli .swiper-slide {
    padding: 0 1%; }
    .anli .swiper-slide img {
      width: 100%;
      height: 525px;
      object-fit: cover; }
  .anli .swiper-pagination {
    width: 100%;
    margin-top: 40px;
    position: static; }
    .anli .swiper-pagination .swiper-pagination-bullet {
      background-color: #e4e4e4;
      opacity: 1;
      transition: .4s all; }
    .anli .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #cfb249;
      width: 25px;
      border-radius: 6px; }
  .anli a {
    display: block;
    position: relative;
    overflow: hidden; }
    .anli a figure {
      position: relative; }
    .anli a .txt {
      position: absolute;
      width: 100%;
      height: 210px;
      bottom: -125px;
      left: 50%;
      transform: translateX(-50%);
      padding: 35px 45px;
      transition: .4s all;
      z-index: 9;
      background-color: rgba(0, 0, 0, 0.5); }
      .anli a .txt h3 {
        font-size: 16px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;	
        -webkit-box-orient: vertical;
        letter-spacing: 2px; }
      .anli a .txt p {
        opacity: 0;
        transition: .4s all;
        font-size: 14px;
        color: #e2e1e0;
        line-height: 22px;
        margin-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
      .anli a .txt h5 {
        opacity: 0;
        transition: .4s all;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e2e1e0;
        font-size: 14px;
        color: #e2e1e0;
        position: relative; }
        .anli a .txt h5:after {
          content: '';
          display: block;
          width: 19px;
          height: 4px;
          background: url("../icon/anli_btn.png") no-repeat;
          background-size: contain;
          position: absolute;
          bottom: 6px;
          right: 0; }
    .anli a:hover .txt {
      bottom: 0; }
      .anli a:hover .txt p {
        opacity: 1; }
      .anli a:hover .txt h5 {
        opacity: 1; }

.chanpin .main {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px; }
  .chanpin .main ul {
    width: 100%;
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .chanpin .main ul li {
      width: 50%; }
      .chanpin .main ul li:nth-of-type(1) {
        border-right: 10px solid #fff; }
        .chanpin .main ul li:nth-of-type(1) figure {
          width: 100%;
          overflow: hidden; }
          .chanpin .main ul li:nth-of-type(1) figure img {
            width: 100%;
            height: 720px;
            object-fit: cover;
            transition: 2s all; }
        .chanpin .main ul li:nth-of-type(1):hover img {
          transform: scale(1.05); }
      .chanpin .main ul li:nth-of-type(2) {
        border-left: 10px solid #fff; }
        .chanpin .main ul li:nth-of-type(2) .item:nth-of-type(1) {
          border-bottom: 10px solid #fff; }
        .chanpin .main ul li:nth-of-type(2) .item:nth-of-type(2) {
          border-top: 10px solid #fff; }
        .chanpin .main ul li:nth-of-type(2) .item figure {
          width: 100%;
          overflow: hidden; }
          .chanpin .main ul li:nth-of-type(2) .item figure img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            transition: 2s all; }
        .chanpin .main ul li:nth-of-type(2) .item:hover img {
          transform: scale(1.05); }
      .chanpin .main ul li .item {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .chanpin .main ul li .item div {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          padding-bottom: 25px; }
          .chanpin .main ul li .item div:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 2px;
            background-color: #fff; }
          .chanpin .main ul li .item div h4 {
            font-size: 30px;
            color: #fff;
            text-align: Center; }
            .chanpin .main ul li .item div h4 span {
              display: block;
              font-size: 24px;
              color: #fff;
              margin-top: 16px;
              text-align: Center;
              text-transform: uppercase;
              letter-spacing: 2px; }

.xinwen {
  width: 100%;
  background-color: #f9f9f9; }
  .xinwen .Ititle {
    text-align: left; }
    .xinwen .Ititle span {
      text-align: left; }
    .xinwen .Ititle:after {
      left: 0;
      transform: translateX(0); }
  .xinwen .main {
    padding: 50px 0; }
    .xinwen .main nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .xinwen .main nav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .xinwen .main nav ul li {
          width: 100px;
          height: 30px; }
          .xinwen .main nav ul li + li {
            margin-left: 48px; }
          .xinwen .main nav ul li a {
            display: block;
            border: 1px solid #141b2a;
            border-radius: 20px;
            color: #24254e;
            text-align: center;
            line-height: 30px;
            transition: .4s all; }
            .xinwen .main nav ul li a:hover {
              color: #fff;
              background-color: #24254e; }
    .xinwen .main .swiper-container {
      width: 100%;
      margin-top: 68px; }
      .xinwen .main .swiper-container.pc {
        display: block; }
      .xinwen .main .swiper-container.m {
        display: none; }
        .xinwen .main .swiper-container.m figure{width:100%;}
        .xinwen .main .swiper-container.m figure img {
          width: 100%;
          height: 240px;
          object-fit: cover; }
          .xinwen .main .swiper-container.m p{font-size:14px;color:#fff;text-align:center;margin-top:10px;}
        .xinwen .main .swiper-container.m .txt {
          width: 100%;
          padding: 20px 15px;
          background-color: #fff; }
          .xinwen .main .swiper-container.m .txt h3 {
            font-size: 18px;
            color: #353535;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;	
            -webkit-box-orient: vertical;
            transition: .4s all; }
          .xinwen .main .swiper-container.m .txt time {
            display: block;
            font-size: 14px;
            color: #353535;
            margin-top: 20px; }
          .xinwen .main .swiper-container.m .txt p {
            font-size: 14px;
            color: #797979;
            line-height: 26px;
            margin-top: 10px;
            overflow: hidden;
            text-align:left;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
          .xinwen .main .swiper-container.m .txt span {
            display: block;
            margin-top: 20px;
            font-size: 14px;
            color: #333;
            text-align: right;
            padding-right: 20px;
            position: relative;
            transition: .4s all; }
            .xinwen .main .swiper-container.m .txt span:after {
              content: '';
              display: block;
              width: 13px;
              height: 4px;
              background: url("../icon/xinwen-jt.png") no-repeat;
              background-size: contain;
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              transition: .4s all; }
            .xinwen .main .swiper-container.m .txt span:hover {
              color: #24254e; }
              .xinwen .main .swiper-container.m .txt span:hover:after {
                right: -4px; }
      .xinwen .main .swiper-container .swiper-slide {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: space-between;
        justify-content: space-between;
        align-items: unset; }
        .xinwen .main .swiper-container .swiper-slide a {
          display: block; }
        .xinwen .main .swiper-container .swiper-slide .left {
          width: 560px; }
          .xinwen .main .swiper-container .swiper-slide .left:hover .txt h3 {
            color: #24254e; }
          .xinwen .main .swiper-container .swiper-slide .left figure img {
            width: 100%;
            height: 322px;
            object-fit: cover; }
          .xinwen .main .swiper-container .swiper-slide .left .txt {
            width: 100%;
            padding: 35px 22px;
            background-color: #fff;
            border: 1px solid #e4e4e4;
            border-top: normal; }
            .xinwen .main .swiper-container .swiper-slide .left .txt h3 {
              font-size: 18px;
              color: #353535;
              font-weight: bold;
              transition: .4s all; }
            .xinwen .main .swiper-container .swiper-slide .left .txt time {
              display: block;
              font-size: 14px;
              color: #353535;
              margin: 20px 0; }
            .xinwen .main .swiper-container .swiper-slide .left .txt p {
              font-size: 14px;
              color: #797979;
              line-height: 26px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
            .xinwen .main .swiper-container .swiper-slide .left .txt span {
              display: block;
              margin-top: 20px;
              font-size: 14px;
              color: #333;
              text-align: right;
              padding-right: 20px;
              position: relative;
              transition: .4s all; }
              .xinwen .main .swiper-container .swiper-slide .left .txt span:after {
                content: '';
                display: block;
                width: 13px;
                height: 4px;
                background: url("../icon/xinwen-jt.png") no-repeat;
                background-size: contain;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: .4s all; }
              .xinwen .main .swiper-container .swiper-slide .left .txt span:hover {
                color: #24254e; }
                .xinwen .main .swiper-container .swiper-slide .left .txt span:hover:after {
                  right: -4px; }
        .xinwen .main .swiper-container .swiper-slide .right {
          width: 780px; }
          .xinwen .main .swiper-container .swiper-slide .right li {
            width: 100%;
            padding: 41px 0;
            border-bottom: 1px solid #e4e4e4;
            position: relative; }
            .xinwen .main .swiper-container .swiper-slide .right li:after {
              content: '';
              display: block;
              position: absolute;
              bottom: -1px;
              left: 0;
              width: 0;
              height: 1px;
              background-color: #24254e;
              transition: .4s all; }
            .xinwen .main .swiper-container .swiper-slide .right li:first-child {
              padding-top: 0; }
            .xinwen .main .swiper-container .swiper-slide .right li a {
              display: flex;
              align-items: center;
              justify-content: flex-start; }
            .xinwen .main .swiper-container .swiper-slide .right li figure img {
              width: 175px;
              height: 108px;
              object-fit: cover; }
            .xinwen .main .swiper-container .swiper-slide .right li .txt {
              margin-left: 40px; }
              .xinwen .main .swiper-container .swiper-slide .right li .txt h3 {
                font-size: 16px;
                color: #2d2d2d;
                font-weight: bold;
                transition: .4s all; }
              .xinwen .main .swiper-container .swiper-slide .right li .txt p {
                font-size: 14px;
                color: #818181;
                line-height: 26px;
                margin-top: 18px;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2; }
              .xinwen .main .swiper-container .swiper-slide .right li .txt time {
                display: block;
                font-size: 14px;
                color: #818181;
                text-align: right; }
            .xinwen .main .swiper-container .swiper-slide .right li:hover h3 {
              color: #24254e; }
            .xinwen .main .swiper-container .swiper-slide .right li:hover:after {
              width: 100%; }
  .xinwen .swiper-pagination {
    width: 100%;
    margin-top: 40px;
    position: static; }
    .xinwen .swiper-pagination .swiper-pagination-bullet {
      background-color: #e4e4e4;
      opacity: 1;
      transition: .4s all; }
    .xinwen .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #24254e;
      width: 25px;
      border-radius: 6px; }

.Ititle {
  font-size: 36px;
  color: #0d0d0d;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  font-family: indexTitle;
  font-weight: bold;
  padding-bottom: 15px; }
  .Ititle span {
    font-size: 28px;
    color: #293751;
    display: block;
    font-family:Microsoft YaHei;
    text-align: center;
    font-weight: normal; }
  .Ititle:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #3f4a60;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.w-1400 {
  width: 1400px;
  margin: 0 auto;
  padding: 60px 0; }

.pbanner {
  width: 100%;
  position: relative;
  margin-top: 80px; }
  .pbanner figure {
    width: 100%; }
    .pbanner figure img {
      max-width: 100%;
      width: 100%;
      object-fit: cover; }
  .pbanner div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-bottom: 20px; }
    .pbanner div h3 {
      font-size: 30px;
      line-height: 45px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .pbanner div p {
      font-size: 30px;
      color: #fff;
      text-align: center;
      font-weight: normal; }
    .pbanner div:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 2px;
      background-color: #fff; }

.page {
  width: 100%;
  background-color: #f4f4f4; }

.pc_search {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #a8a8a8; }
  .pc_search nav {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }
    .pc_search nav ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .pc_search nav ul li {
        font-size: 15px;
        color: #000;
        font-weight: bold; }
        .pc_search nav ul li:nth-of-type(n+3) {
          margin-left: 13px; }
        .pc_search nav ul li a {
          font-size: 14px;
          color: #484848;
          transition: .4s all; }
          .pc_search nav ul li a:hover {
            color: #24254e; }
    .pc_search nav form {
      position: relative; }
      .pc_search nav form:hover input {
        border-color: #24254e; }
      .pc_search nav form input {
        line-height: 40px;
        width: 400px;
        border: 1px solid #767676;
        border-radius: 20px;
        color: #24254e;
        font-size: 14px;
        background-color: transparent;
        padding-left: 15px;
        transition: .4s all; }
        .pc_search nav form input:-webkit-input-placeholder {
          color: #767676;
          font-size: 14px; }
      .pc_search nav form button {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: url("../icon/pc_search.png") no-repeat #24254e center;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: .4s all; }
        .pc_search nav form button:hover {
          opacity: .9; }
  .pc_search.page li:nth-of-type(n+3) {
    padding-left: 18px;
    position: relative;
    margin-left: 0; }
    .pc_search.page li:nth-of-type(n+3):before {
      content: '';
      display: block;
      position: absolute;
      top: 52%;
      left: 8px;
      transform: translateY(-50%);
      width: 7px;
      height: 8px;
      background: url("../icon/jt.png") no-repeat;
      background-size: contain; }
  .pc_search.keyword {
    border-bottom: 1px solid #d2d2d2; }
    .pc_search.keyword li {
      padding-left: 0 !important;
      color: #293751;
      font-weight: normal; }
      .pc_search.keyword li:before {
        display: none !important; }
      .pc_search.keyword li:last-child span {
        display: none; }
      .pc_search.keyword li a {
        color: #a2a2a2;
        font-weight: normal; }
      .pc_search.keyword li span {
        color: #a2a2a2;
        font-weight: normal; }

.navbar {
  width: 1400px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  .navbar div {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #e2e2e2; }
    .navbar div h5 {
      display: none;
      width: 100%;
      padding: 15px 20px;
      font-size: 16px;
      color: #434144;
      position: relative;
      transition: .4s all; }
      .navbar div h5:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("../icon/down_jt.png") no-repeat;
        background-size: contain;
        transition: .4s all; }
      .navbar div h5.active {
        border-bottom: 1px solid #dfdfdf; }
        .navbar div h5.active:before {
          transform: translateY(-50%) rotate(180deg); }
    .navbar div p {
      font-size: 16px;
      line-height: 60px;
      color: #626262;
      padding-left: 35px;
      position: relative; }
      .navbar div p:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background: url("../icon/all.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 49%;
        left: 0;
        transform: translateY(-50%); }
    .navbar div ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .navbar div ul li {
        position: relative;
        transition: .4s all; }
        .navbar div ul li.active {
          background-color: #24254e; }
          .navbar div ul li.active a {
            color: #fff; }
        .navbar div ul li:hover {
          background-color: #24254e; }
          .navbar div ul li:hover a {
            color: #fff; }
        .navbar div ul li a {
          display: block;
          font-size: 14px;
          color: #626262;
          transition: .4s all;
          height: 60px;
          line-height: 60px;
          padding: 0 15px; }

.housing {
  width: 100%;
  /* background: url("../image/housing-bag.jpg") no-repeat;
  background-size: cover; */
 }
  .housing .main.w-1400 {
    padding-bottom: 40px; }
  .housing .main > p {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 30px;
    margin-top: 40px;
    font-family:Microsoft YaHei;
    font-weight: bold;
    /* text-align: center;  */
  }
  .housing .main > a {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 26px;
    font-size: 12px;
    color: #6879ad;
    text-align: center; }
    .housing .main > a i {
      display: block;
      width: 33px;
      height: 33px;
      background: url("../icon/arrow.png") no-repeat;
      background-size: contain;
      margin: 0 auto;
      margin-bottom: 10px; }
  .housing .main div {
    width: 100%;
    background: url("../image/housing-bag2.jpg") no-repeat;
    background-size: cover;
    padding: 110px 0;
    margin-top: 28px; }
    .housing .main div ul {
      width: 880px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .housing .main div ul li {
        width: 105px; }
        .housing .main div ul li a {
          display: block;
          width: 100%; }
          .housing .main div ul li a i {
            display: block;
            width: 95px;
            height: 109px;
            margin: 0 auto; }
          .housing .main div ul li a p {
            font-size: 16px;
            color: #fff;
            margin-top: 22px;
            text-align: center; }
        .housing .main div ul li:nth-of-type(1) a i {
          background: url("../icon/housing-icon1.png") no-repeat;
          background-size: contain; }
        .housing .main div ul li:nth-of-type(1):hover a i {
          background: url("../icon/housing-icon1-a.png") no-repeat;
          background-size: contain; }
        .housing .main div ul li:nth-of-type(2) a i {
          background: url("../icon/housing-icon2.png") no-repeat;
          background-size: contain; }
        .housing .main div ul li:nth-of-type(2):hover a i {
          background: url("../icon/housing-icon2-a.png") no-repeat;
          background-size: contain; }
        .housing .main div ul li:nth-of-type(3) a i {
          background: url("../icon/housing-icon3.png") no-repeat;
          background-size: contain; }
        .housing .main div ul li:nth-of-type(3):hover a i {
          background: url("../icon/housing-icon3-a.png") no-repeat;
          background-size: contain; }
        .housing .main div ul li:nth-of-type(4) a i {
          background: url("../icon/housing-icon4.png") no-repeat;
          background-size: contain; }
        .housing .main div ul li:nth-of-type(4):hover a i {
          background: url("../icon/housing-icon4-a.png") no-repeat;
          background-size: contain; }

.m-pages {
  text-align: center;
  font-size: 14px;
  padding: 70px 0; }

.m-pages ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 25px; }

.m-pages li {
  float: left;
  margin: 0 3px; }

.m-pages li a {
  display: block;
  width: 37px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 3px;
  transition: .4s all;
  font-size: 13px; }

.m-pages li.active a, .m-pages li:hover a {
  color: #fff;
  background-color: #cfb249; }

.m-pages .tz {
  display: inline-block;
  vertical-align: middle;
  color: #ff5e0e;
  line-height: 37px; }

.m-pages .tz select {
  width: 64px;
  height: 36px;
  line-height: 35px;
  color: #000;
  padding-right: 21px;
  background: url(../icon/qwy-i4.png) center right 11px no-repeat;
  padding-left: 16px;
  border: 1px solid #ccc;
  margin: 0 10px;
  font-size: 14px; }

.m-pages select {
  width: 65px;
  height: 35px;
  border: 1px solid #ccc;
  line-height: 33px;
  color: #000;
  padding-left: 10px;
  background: url(../icon/qwy-i4.png) #fff center right 10px no-repeat;
  background-size: 8px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.m-pages select option {
  width: 100%;
  height: 36px;
  font-size: 14px; }

.page.about {
  background-color: #fff; }
  .page.about .main {
    width: 100%; }
    .page.about .main .pjieshao {
      width: 1400px;
      margin: 0 auto;
      padding: 60px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      align-items: unset; }
      .page.about .main .pjieshao div {
        width: 725px; }
        .page.about .main .pjieshao div h3 {
          padding-left: 24px;
          border-left: 2px solid #24254e; }
          .page.about .main .pjieshao div h3 p {
            font-size: 30px;
            color: #505050;
            line-height: 36px; }
          .page.about .main .pjieshao div h3 span {
            display: block;
            font-size: 36px;
            line-height: 36px;
            color: #bdbdbd;
            margin-top: 10px;
            text-transform: uppercase; }
        .page.about .main .pjieshao div > p {
          padding-left: 24px;
          font-size: 22px;
          color: #24254e;
          letter-spacing: 2px;
          margin: 40px 0; }
          .page.about .main .pjieshao div > p span {
            font-size: 14px;
            color: #a3a3a3;
            font-weight: normal; }
        .page.about .main .pjieshao div ul {
          padding-left: 24px; }
          .page.about .main .pjieshao div ul li {
            font-size: 14px;
            color: #818181;
            line-height: 36px; }
      .page.about .main .pjieshao figure img {
        width: 645px;
        height: 535px;
        object-fit: cover; }

.pTitle {
  font-size: 36px;
  line-height: 36px;
  color: #bdbdbd;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }
  .pTitle span {
    color: #343434;
    display: block;
    margin-top: 10px;
    text-align: Center;
    font-size: 30px;
    font-weight: bold; }

.licheng {
  width: 100%;
  padding-bottom: 70px; }

.ppai_3 {
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px; }

.about5 {
  margin-top: 80px; }

.about5_bg {
  z-index: 1;
  position: relative;
  margin-top: 58px;
  padding: 60px 50px;
  background-color: #fff; }

.about5_bd {
  position: relative; }

.about5_bd .swiper-slide {
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.about5_bd .swiper-slide .about5_bd_words {
  width: 50%;
  padding: 60px 40px; }

.about5_bd .swiper-slide .about5_bd_words .pub_tit {
  align-items: flex-start; }

.about5_bd .swiper-slide .about5_bd_words h3 {
  font-size: 24px;
  color: #979797; }

.about5_bd .swiper-slide .about5_bd_words p {
  margin-top: 25px;
  white-space: pre-wrap;
  font-size: 16px;
  color: #979797;
  line-height: 30px; }

.about5_bd .swiper-slide .about5_bd_pic {
  width: 50%; }

.about5_bd .swiper-slide .about5_bd_pic img {
  width: 100%;
  object-fit: contain; }

.about5_hd {
  position: relative;
  padding: 0 50px; }

.about5_hd .swiper-container {
  position: relative; }

.about5_hd .swiper-container:after {
  position: absolute;
  left: 0;
  bottom: 48px;
  content: "";
  width: 100%;
  height: 1px;
  background: #c8c8c8; }

.about5_hd .swiper-slide {
  transition: 0.6s;
  position: relative;
  padding-top: 32px;
  font-size: 24px;
  font-family: "Arial";
  color: #979797;
  text-align: center;
  cursor: pointer; }

.about5_hd .swiper-slide:after {
  z-index: 1;
  transition: 0.6s;
  position: absolute;
  left: 50%;
  bottom: 45px;
  margin-left: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cccccc; }

.about5_hd .swiper-slide-active {
  color: #24254e; }

.about5_hd .swiper-slide-active:after {
  background: #24254e; }

.about5_hd .swiper-button-prev {
  transition: 0.4s;
  z-index: 1;
  opacity: 1;
  width: 12px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 4px;
  margin-top: 0;
  background-image: url("../icon/lichengBtn.png");
  background-size: contain;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important; }
  .about5_hd .swiper-button-prev:hover {
    background-image: url("../icon/lichengBtn_a.png"); }

.about5_hd .swiper-button-next {
  transition: 0.4s;
  z-index: 1;
  opacity: 1;
  width: 12px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 4px;
  margin-top: 0;
  background-image: url("../icon/lichengBtn.png");
  background-size: contain;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  transform: rotate(180deg); }
  .about5_hd .swiper-button-next:hover {
    background-image: url("../icon/lichengBtn_a.png"); }

.about5_hd .swiper-button-prev:hover, .about5_hd .swiper-button-next:hover {
  color: #f8b62d;
  border-color: #f8b62d; }

.about5_hd .swiper-button-prev:after {
  display: none; }

.about5_hd .swiper-button-next:after {
  display: none; }

.navpro {
  width: 1400px;
  margin: 0 auto; }

.inner-tab {
  padding: 0; }
  .inner-tab h5 {
    background-color: #192028; }

.inner-tab {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-bottom: none; }

.inner-tab .tit {
  padding: 0 18px;
  line-height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #484848; }

.inner-tab .tit span {
  float: left;
  padding-left: 32px;
  background: url(../icon/all.png) center left no-repeat; }

.inner-tab .tit em {
  font-style: unset;
  float: right;
  padding-right: 20px;
  background: url(../icon/down.png) center right no-repeat;
  cursor: pointer; }

.inner-tab dl {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  line-height: 58px;
  padding: 0 30px 0 45px; }

.inner-tab dt {
  font-size: 16px;
  color: #484848;
  float: left;
  margin-right: 60px;
  display: none; }

.inner-tab dt h4 {
  color: #434144;
  font-size: 16px;
  position: relative;
  padding-right: 25px;
  display: inline-block; }

.inner-tab dt i {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .4s all;
  transform: translateY(-50%);
  background: url(../icon/down_jt_a.png) no-repeat;
  background-size: 100% 100%;
  transition: .4s all; }

.inner-tab dd {
  overflow: hidden; }

.inner-tab dd a {
  float: left;
  font-size: 16px;
  color: #9e9e9e;
  margin-right: 30px;
  position: relative;
  transition: .4s all; }

.inner-tab dd a:after {
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  background-color: transparent;
  height: 2px;
  transition: .4s all; }

.inner-tab dd a.active, .inner-tab dd a:hover {
  color: #24254e; }

.inner-tab dd a.active:after, .inner-tab dd a:hover:after {
  background-color: #24254e; }

.inner-tab dd h4 {
  font-size: 16px;
  color: #626262;
  font-weight: 700;
  float: left;
  margin-right: 62px; }

.inner-tab2 .tit {
  padding-right: 0; }

.inner-tab .tit p {
  float: right;
  padding: 0 20px;
  transition: .4s all; }

.inner-tab .tit p:hover {
  color: #fff;
  background-color: #000; }

.inner-tab .tit a {
  display: block;
  float: right;
  padding: 0 20px;
  transition: .4s all; }

.inner-tab .tit a:hover {
  color: #fff;
  background-color: #000; }

.inner-tab .tit p.on {
  color: #fff;
  background-color: #000; }

.inner-tab .tit a.on {
  color: #fff;
  background-color: #000; }

.proview2 {
  width: 1400px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset; }
  .proview2 .left {
    width: 55%; }
    .proview2 .left figure {
      height: 100%; }
    .proview2 .left a {
      display: block; }
      .proview2 .left a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .proview2 .right {
    width: 45%;
    background-color: #fff;
    padding: 35px; }
    .proview2 .right > h4 {
      font-size: 24px;
      color: #24254e;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #dadada; }
    .proview2 .right h5 {
      font-size: 16px;
      color: #818181;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: normal; }
      .proview2 .right h5 span {
        color: #000;
        font-size: 16px; }
    .proview2 .right p {
      margin-top: 15px;
      font-size: 14px;
      color: #818181;
      line-height: 26px;
      white-space: pre-line; }
    .proview2 .right .fx {
      margin-top: 70px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between; }
      .proview2 .right .fx .tel {
        display: block;
        font-size: 14px;
        color: #ff0000;
        padding-left: 24px;
        position: relative;
        font-weight: bold;
        transition: .4s all; }
        .proview2 .right .fx .tel:before {
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 51%;
          left: 0;
          transform: translateY(-50%);
          background: url("../icon/peo-tel2.png") no-repeat;
          background-size: 100%; }
      .proview2 .right .fx figure .share {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .proview2 .right .fx figure .share span {
          font-size: 14px;
          color: #717171; }
    .proview2 .right .btn {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #d8d8d8;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .proview2 .right .btn a {
        display: block;
        width: 160px;
        border: 1px solid #e6e6e6;
        line-height: 43px;
        text-align: center;
        color: #6d6d6d;
        position: relative;
        transition: .4s all;
        overflow: hidden;
        z-index: 1; }
        .proview2 .right .btn a + a {
          margin-left: 20px; }
        .proview2 .right .btn a:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 100%;
          background-color: #24254e;
          transition: .4s all;
          z-index: -1; }
        .proview2 .right .btn a:hover {
          color: #fff;
          border-radius: 5px; }
          .proview2 .right .btn a:hover:before {
            width: 100%; }

#pro-share p {
  font-size: 12px !important; }

.proview4 {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 40px; }
  .proview4 .swiper-slide p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .proview4:after {
    content: '';
    display: block;
    clear: both; }
  .proview4 .left {
    width: 76%;
    float: left;
    background-color: #fff;
    padding: 40px;
    padding-top: 95px; }
    .proview4 .left h4 {
      font-size: 36px;
      color: #192028;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
      .proview4 .left h4 p {
        font-size: 36px;
        color: #192028;
        font-weight: normal; }
        .proview4 .left h4 p b {
          font-size: 36px;
          color: #24254e;
          font-weight: normal; }
    .proview4 .left ul {
      margin-top: 30px;
      margin-bottom: 60px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      flex-direction: unset; }
      .proview4 .left ul li {
        width: 110px;
        line-height: 30px;
        color: #434144;
        font-size: 14px;
        transition: .4s all;
        border-radius: 15px;
        text-align: center;
        cursor: pointer;
        margin: 0 5px; }
        .proview4 .left ul li.active {
          color: #fff;
          background-color: #24254e; }
        .proview4 .left ul li:hover {
          color: #fff;
          background-color: #24254e; }
    .proview4 .left .view_main {
      width: 100%;
      margin-top: 40px; }
      .proview4 .left .view_main img {
        max-width: 100%;
        object-fit: contain; }
  .proview4 .right {
    width: 21.8%;
    float: unset;
    background-color: #fff; }

.m-serve {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.m-serve .tit {
  text-align: center;
  padding: 24px 0 45px;
  background-color: #24254e; }

.m-serve .tit h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: bold; }

.m-serve .tit p {
  font-size: 14px;
  color: #fff;
  line-height: 24px; }

.m-serve .tit p em {
  font-size: 18px;
  font-weight: 700;
  font-style: normal; }

.m-serve .form {
  margin: -26px 20px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 19px 15px 19px;
  border: 1px solid #f0f0f0; }

.m-serve .form .item .inp, .m-serve .form select {
  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; }

.m-serve .form select {
  background: url(../icon/qwy-i5.png) center right 11px no-repeat; }

.m-serve .form .item {
  margin-bottom: 15px;
  overflow: hidden; }

.m-serve .form .item .s1 {
  float: left;
  width: 47%; }

.m-serve .form .item .s2 {
  float: right;
  width: 47%; }

.m-serve .form .sub {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #24254e;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent; }

.m-serve .form .sub:hover {
  border-radius: 3px;
  color: #24254e;
  background-color: transparent;
  border-color: #24254e; }

.ul-form {
  overflow: hidden;
  margin: 0 -4px; }

.ul-form li {
  float: left;
  width: 50%;
  margin-top: 12px;
  padding: 0 4px; }

.g-tit1 {
  overflow: hidden;
  margin-bottom: 15px; }

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../images/a-ico12.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400; }

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px; }

.m-list2 {
  padding-bottom: 10px; }

.m-list2 li a {
  display: block;
  font-size: 14px;
  color: #838282;
  transition: .4s all;
  line-height: 24px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 14px; }

.m-list2 li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #e3e3e3;
  margin-top: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.m-list2.list-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between; }
  .m-list2.list-2 li {
    width: 48%; }

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
  color: #24254e; }

.m-list3 {
  overflow: hidden;
  margin: 0 -9px; }

.m-list3 li {
  float: left;
  width: 50%;
  padding: 0 9px;
  text-align: center; }

.m-list3 li a {
  display: block;
  font-size: 14px;
  color: #5e5e5e;
  transition: .4s all;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 18px;
  background-color: #efefef; }


/* .m-list3 li a.on {
  color: #333;
} */


.g-box {
  padding: 20px;
  background-color: #fff; }

.g-box + .g-box {
  margin-top: 20px; }

.g-tit1 {
  overflow: hidden;
  margin-bottom: 20px; }

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../icon/qwy-i6.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400;
  font-weight: 700; }

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px; }

.g-tit1 a:hover, .m-list2 li a:hover, .m-list3 li a:hover {
  color: #24254e; }

.ul-form {
  overflow: hidden;
  margin: 0 -4px; }

.ul-form li {
  float: left;
  width: 50%;
  margin-top: 12px;
  padding: 0 4px; }

.col-r {
  width: 21.8%;
  float: right; }

.m-serve .layui-unselect {
  display: none !important; }

.box-blank .con {
  background: #434144;
  display: inline-block;
  width: 215px; }

.box-blank .box1 {
  width: 65px;
  height: 40px;
  background: #24254e url(../icon/t3-img6.png) no-repeat center center;
  float: left;
  border-right: 1px solid #fff; }

.box-blank .blank {
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.box-blank .blank:hover {
  opacity: .8; }

.box-blank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6; }
  .box-blank div a {
    display: block;
    font-size: 16px;
    color: #787878;
    transition: .4s all; }
    .box-blank div a + a {
      margin-top: 15px; }
  .box-blank .btn a {
    font-size: 14px; }
  .box-blank .btn a:hover {
    color: #24254e; }
.newlist{padding-top:40px;}
.newlist .main {
  width: 1400px;
  margin: 0 auto;
  margin-top:40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset; }
  .newlist .main .left {
    width: 76%; }
    .newlist .main .left .item {
      width: 100%; }
      .newlist .main .left .item a {
        display: block;
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        align-items: unset; }
        .newlist .main .left .item a figure {
          display: block;
          width: 100%;
          position: relative;
          padding: 11% 0;
          width: 30%; }
          .newlist .main .left .item a figure img {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            object-fit: cover; }
        .newlist .main .left .item a > div {
          width: 70%;
          padding: 30px 45px 15px 45px; }
          .newlist .main .left .item a > div h4 {
            font-size: 18px;
            color: #444444;
            line-height: 25px;
            transition: .4s all; }
          .newlist .main .left .item a > div p {
            font-size: 14px;
            color: #a7a7a7;
            line-height: 25px;
            margin: 20px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
          .newlist .main .left .item a > div i {
            display: inline-block;
            padding-left: 25px;
            position: relative;
            font-style: normal;
            text-align: right;
            float: right;
            height: 50px;
            line-height: 50px; }
            .newlist .main .left .item a > div i:after {
              content: '';
              display: block;
              width: 17px;
              height: 13px;
              background: url("../icon/look.png") no-repeat;
              background-size: contain;
              position: absolute;
              top: 50%;
              left: 0;
              transform: translateY(-50%); }
          .newlist .main .left .item a > div div {
            width: 100%;
            margin-top: 25px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: space-between;
            justify-content: space-between; }
            .newlist .main .left .item a > div div time, .newlist .main .left .item a > div div span {
              font-size: 14px;
              color: #636363; }
        .newlist .main .left .item a + a {
          margin-top: 25px; }
        .newlist .main .left .item a:hover div h4 {
          color: #24254e; }
  .newlist .main .right {
    width: 21.8%; }

.page-t1 a {
  display: block;
  font-size: 15px;
  color: #787878;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.page-t1 a.prev {
  margin-bottom: 15px; }

.page-t1 a:hover {
  color: #24254e; }

.page-t1 a span {
  font-size: 14px; }

.newsview {
  background-color: #f4f4f4;
  padding-top: 60px; }

.newsview .page-t1 {
  margin: 0; }

.newsview .main {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset;
  padding-bottom: 60px; }

.col-l {
  width: 100%;
  position: relative;
  z-index: 4; }

.newsView-page .wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  place-items: unset;
  margin-top: 65px; }

.newsview img {
  max-width: 100%;
  object-fit: contain; }

.row-new2 {
  background: #fff; }

.m-contxt1 {
  padding: 19px 30px 39px; }

.m-contxt1 .tit {
  font-size: 30px;
  color: #24254e;
  margin-bottom: 13px;
  font-weight: bold; }

.m-contxt1 .box-info {
  padding-bottom: 25px;
  margin-bottom: 33px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between; }

.m-contxt1 .box-info .info span {
  font-size: 15px;
  color: #787878;
  margin-right: 10px;
  display: inline-block; }

.share {
  font-size: 16px;
  color: #a7a7a7;
  line-height: 33px; }

.share a {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.share a:hover {
  opacity: .8; }

.share p {
  font-size: 12px; }

.share a img {
  display: block;
  width: 100%; }

.share .bdshare-button-style0-16 .bds_more, .share .bdshare-button-style0-16 a {
  float: none;
  padding-left: 0;
  margin: 0;
  margin-right: 10px; }

.m-contxt1 .txt-con {
  font-size: 16px;
  color: #787878;
  line-height: 1.875;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 35px; }

.m-contxt1 .txt-con img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.m-contxt1 .box-blank {
  overflow: hidden; }

.m-contxt1 .box-blank .con {
  background: #434144;
  display: inline-block;
  width: 215px; }

.m-contxt1 .box-blank .box1 {
  width: 65px;
  height: 40px;
  background: #24254e url(../icon/t3-img6.png) no-repeat center center;
  float: left; }

.m-contxt1 .box-blank .blank {
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.m-contxt1 .box-blank .blank:hover {
  opacity: .8; }

.share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  .share span {
    font-size: 14px;
    color: #717171; }

.contact {
  padding-bottom: 40px; }

.contact .main {
  width: 1400px;
  margin: 0 auto;
  margin-top:40px;
  border: 20px solid #fff;
  background-color: #fff; }
  .contact .main #map {
    width: 100%;
    height: 560px; }
  .contact .main .lianxi {
    width: 100%;
    margin-top: 35px;
    border-top: 1px solid #e0e0e0;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-items: unset; }
    .contact .main .lianxi form {
      width: 50%;
      border-right: 1px solid #e0e0e0; }
      .contact .main .lianxi form h4 {
        font-size: 24px;
        color: #535353;
        margin-bottom: 40px; }
      .contact .main .lianxi form div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        font-size: 16px;
        color: #a2a2a2; }
        .contact .main .lianxi form div input {
          width: 240px;
          height: 35px;
          line-height: 24px;
          border: 1px solid #e9e9e9;
          color: #c1c1c1;
          font-size: 14px;
          margin: 0 14px;
          padding: 0 15px; }
          .contact .main .lianxi form div input:-webkit-input-placeholder {
            color: #c1c1c1;
            font-size: 14px; }
        .contact .main .lianxi form div i {
          color: red; }
        .contact .main .lianxi form div:nth-of-type(4) {
          margin-left: 33px; }
          .contact .main .lianxi form div:nth-of-type(4) #contentForm {
            width: 240px;
            margin: 0 14px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: space-between;
            justify-content: space-between; }
            .contact .main .lianxi form div:nth-of-type(4) #contentForm li {
              width: 48%;
              border: 1px solid #e9e9e9;
              color: #c1c1c1;
              font-size: 14px;
              height: 35px;
              line-height: 24px; }
              .contact .main .lianxi form div:nth-of-type(4) #contentForm li select {
                display: block !important;
                padding: 0 15px;
                width: 100%;
                height: 100%;
                color: #c1c1c1;
                font-size: 14px;
                background: url(../icon/dropDown.png) #fff 95% center no-repeat; }
          .contact .main .lianxi form div:nth-of-type(4) .layui-unselect {
            display: none !important; }
        .contact .main .lianxi form div:nth-of-type(5) {
          margin-left: 33px;
          align-items: unset; }
          .contact .main .lianxi form div:nth-of-type(5) textarea {
            width: 400px;
            height: 160px;
            border: 1px solid #e9e9e9;
            padding: 5px 15px;
            margin: 0 14px;
            color: #c1c1c1;
            font-size: 14px; }
            .contact .main .lianxi form div:nth-of-type(5) textarea:-webkit-input-placeholder {
              color: #c1c1c1;
              font-size: 14px; }
        .contact .main .lianxi form div + div {
          margin-top: 20px; }
      .contact .main .lianxi form dl {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .contact .main .lianxi form dl dd {
          width: 150px;
          height: 40px; }
          .contact .main .lianxi form dl dd button {
            width: 100%;
            height: 100%;
            line-height: 40px;
            font-size: 16px;
            color: #fff;
            transition: .4s all;
            cursor: pointer;
            background-color: #24254e; }
            .contact .main .lianxi form dl dd button:hover {
              background-color: #d6d6d6; }
          .contact .main .lianxi form dl dd + dd {
            margin-left: 30px; }
            .contact .main .lianxi form dl dd + dd button {
              background-color: #d6d6d6; }
              .contact .main .lianxi form dl dd + dd button:hover {
                background-color: #24254e; }
    .contact .main .lianxi .xinxi {
      width: 50%;
      padding-left: 65px; }
      .contact .main .lianxi .xinxi h4 {
        font-size: 24px;
        color: #535353;
        margin-bottom: 40px; }
      .contact .main .lianxi .xinxi .h42 {
        margin-top: 40px; }
      .contact .main .lianxi .xinxi dl {
        width: 100%; }
        .contact .main .lianxi .xinxi dl dd {
          font-size: 16px;
          color: #7e7e7e;
          line-height: 40px; }

.txt1 {
  width: 1400px;
  margin: 30px auto;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #fff; }

.txt2 {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #fefefe; }

.proList {
  padding-top: 50px; }
  .proList .pro {
    width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    .proList .pro a {
      width: 32%;
      margin-right: 2%;
      transition: .4s all; }
      .proList .pro a:nth-of-type(3n) {
        margin-right: 0; }
      .proList .pro a:nth-of-type(n+4) {
        margin-top: 38px; }
      .proList .pro a figure {
        width: 100%; }
        .proList .pro a figure img {
          width: 100%;
          height: 335px;
          object-fit: cover; }
      .proList .pro a .txt {
        width: 100%;
        padding: 20px 0;
        background-color: #fff; }
        .proList .pro a .txt p {
          font-size: 16px;
          color: #757575;
          text-align: center; }
      .proList .pro a:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }
  .proList.team .pro a .txt {
    background-color: transparent; }
  .proList.team .pro a:hover {
    box-shadow: none; }
    .proList.team .pro a:hover .txt p {
      color: #293751; }
  .proList#honor .pro a {
    width: 24%;
    margin-right: 1%;
    margin-top: 0;
    background-color: #fff; }
    .proList#honor .pro a:nth-of-type(4n) {
      margin-right: 0; }
    .proList#honor .pro a:nth-of-type(n+5) {
      margin-top: 38px; }
    .proList#honor .pro a figure {
      padding: 20px;
      padding-bottom: 0; }
      .proList#honor .pro a figure img {
        object-fit: contain; }
  .proList.caseList .pro a:hover .txt h5 {
    color: #293751; }
  .proList.caseList .pro a figure img {
    height: 275px; }
  .proList.caseList .pro a .txt {
    padding: 20px; }
    .proList.caseList .pro a .txt h5 {
      font-size: 20px;
      color: #343434;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; 
      transition: .4s all; }
    .proList.caseList .pro a .txt p {
      padding-top: 18px;
      margin-top: 18px;
      border-top: 2px dashed #d0d0d0;
      position: relative;
      padding-left: 25px;
      text-align:left;
      min-height:104px;
      font-size: 14px;
      color: #797979;
      line-height: 28px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
      .proList.caseList .pro a .txt p::after {
        content: '';
        display: block;
        width: 18px;
        height: 17px;
        background: url("../icon/case-icon.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 24px;
        left: 0; }

.proView .main {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px; }

.proView .main .left {
  background-color: #fff;
  padding: 20px; }

.img-txt {
  background-color: #f6f6f6;
  overflow: hidden;
  margin-bottom: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between; }

.img-txt .img {
  width: 60%; }

.img-txt .txt {
  width: 38%; }
  .img-txt .txt span {
    color: #a7a7a7; }

.img-txt .txt .g-share p {
  font-size: 12px; }

.img-txt .img img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover; }

.img-txt .img .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1; }

.img-txt .img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f5422c; }

.img-txt .img .swiper-button-prev {
  width: 35px;
  height: 55px;
  opacity: 1;
  left: 0;
  background: url("../icon/pro_btn.png") no-repeat;
  background-size: contain; }

.img-txt .img .swiper-button-next {
  width: 35px;
  height: 55px;
  opacity: 1;
  right: 0;
  background: url("../icon/pro_btn.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg); }

.img-txt .txt h1 {
  font-size: 24px;
  color: #393838;
  line-height: 34px;
  margin-bottom: 14px; }

.img-txt .txt p {
  white-space:pre-line;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 26px;
  margin-bottom: 7px; }

.img-txt .txt .tel {
  display: block;
  margin-top: 22px;
  padding-left: 46px;
  margin-right: 40px;
  font-size: 24px;
  line-height: 26px;
  background: url(../icon/qwy-i7.png) top 3px left no-repeat;
  background-size: 20px 20px;
  font-weight: 700;
  color: #5e5e5e;
  padding-bottom: 30px;
  border-bottom: 2px solid #bbbaba;
  margin-bottom: 30px; }

.img-txt .btn {
  overflow: hidden;
  padding-right: 42px;
  margin-top: 40px; }

.img-txt .btn a {
  width: 120px;
  line-height: 37px;
  font-size: 14px;
  color: #6d6d6d;
  transition: .4s all;
  padding-left: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6; }

.img-txt .btn a.prev {
  float: left; }

.img-txt .btn a.next {
  float: right; }

.img-txt .btn a:hover {
  background-color: #293751;
  color: #fff; }

.parameter {
  overflow: hidden; }

.parameter .desc {
  font-size: 16px;
  color: #777777;
  line-height: 28px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
  margin-bottom: 36px; }

.parameter .desc img {
  display: block;
  max-width: 100%;
  object-fit: contain; }

.parameter .g-tit-q1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }
  .parameter .g-tit-q1:after {
    content: '';
    display: block;
    width: 58px;
    height: 3px;
    background-color: #293751;
    position: absolute;
    bottom: 0;
    left: 0; }
  .parameter .g-tit-q1 p {
    font-size: 20px;
    color: #393838;
    font-weight: bold; }
  .parameter .g-tit-q1 span {
    font-size: 20px;
    color: #7a7a7a;
    margin-top: 10px;
    display: block;
    text-transform: uppercase; }

.c-page a {
  width: 50%;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.c-page a:hover {
  color: #000; }

.c-page .prev {
  float: left; }

.c-page .next {
  float: right;
  text-align: right; }

.introduce .main {
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0; }
  .introduce .main h2 {
    font-size: 24px;
    color: #2b3b78;
    text-align: center;
    padding-bottom: 30px; }
    .introduce .main h2 span {
      display: block;
      font-size: 24px;
      color: #bdbdbd;
      text-align: center;
      text-transform: uppercase;
      font-family: Arial;
      font-weight: bold;
      margin-top: 10px; }
  .introduce .main .view {
    width: 100%; }
    .introduce .main .view img {
      max-width: 100%;
      object-fit: contain; }

.culture .main {
  width: 1400px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  align-content: space-between;
  justify-content: space-between; }
  .culture .main .left {
    width: 48%; }
    .culture .main .left figure {
      width: 100%;
      height: 100%; }
      .culture .main .left figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .culture .main .right {
    width: 48%; }
    .culture .main .right h5 + h5 {
      margin-top: 35px; }
    .culture .main .right h5 p {
      font-size: 18px;
      color: #2b3b78; }
    .culture .main .right h5 span {
      display: block;
      font-size: 16px;
      color: #7e7e7e;
      margin-top: 10px;
      white-space: pre-line;
      line-height: 36px; }

.caseView .main {
  padding: 30px 0; }
  .caseView .main .view {
    width: 1400px;
    margin: 0 auto;
    padding: 63px 34px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    align-content: space-between;
    justify-content: space-between; }
    .caseView .main .view .txt {
      width: 37%; }
      .caseView .main .view .txt h4 {
        font-size: 24px;
        color: #464646;
        padding-bottom: 28px;
        margin-bottom: 28px;
        border-bottom: 2px dashed #d0d0d0; }
      .caseView .main .view .txt p {
        font-size: 14px;
        color: #898989;
        line-height: 28px; }
    .caseView .main .view figure {
      width: 55%; }
      .caseView .main .view figure img {
        width: 100%;
        height: 420px;
        object-fit: cover; }
    .caseView .main .view .swiper-pagination-bullet {
      background-color: #fff;
      opacity: 1;
      transition: .4s all; }
    .caseView .main .view .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #004d85; }
  .caseView .main .more {
    width: 1520px;
    margin: 0 auto; }
    .caseView .main .more > h5 {
      font-size: 24px;
      color: #464646;
      text-align: center;
      position: relative;
      padding: 40px 0; }
      .caseView .main .more > h5:after {
        content: '';
        display: block;
        width: 500px;
        border: 1px dashed #d0d0d0;
        position: absolute;
        top: 50%;
        left: 120px;
        transform: translateY(-50%); }
      .caseView .main .more > h5:before {
        content: '';
        display: block;
        width: 500px;
        border: 1px dashed #d0d0d0;
        position: absolute;
        top: 50%;
        right: 120px;
        transform: translateY(-50%); }
    .caseView .main .more #_case {
      width: 100%;
      margin-top: 0;
      position: relative; }
      .caseView .main .more #_case .txt p {
        text-align: left; }
      .caseView .main .more #_case .swiper-container {
        width: 1400px;
        margin: 0 auto; }
      .caseView .main .more #_case a {
        margin-top: 0 !important; }
        .caseView .main .more #_case a:hover {
          box-shadow: none; }
    .caseView .main .more .swiper-button-prev {
      transition: 0.4s;
      z-index: 1;
      opacity: 1;
      width: 12px;
      height: 22px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      background-image: url("../icon/lichengBtn.png");
      background-size: contain;
      opacity: 1 !important;
      pointer-events: auto !important;
      cursor: pointer !important; }
      .caseView .main .more .swiper-button-prev:hover {
        background-image: url("../icon/lichengBtn_a.png"); }
    .caseView .main .more .swiper-button-next {
      transition: 0.4s;
      z-index: 1;
      opacity: 1;
      width: 12px;
      height: 22px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      background-image: url("../icon/lichengBtn.png");
      background-size: contain;
      opacity: 1 !important;
      pointer-events: auto !important;
      cursor: pointer !important;
      transform: rotate(180deg); }
      .caseView .main .more .swiper-button-next:hover {
        background-image: url("../icon/lichengBtn_a.png"); }
    .caseView .main .more .swiper-pagination {
      display: none; }
    .caseView .main .more .swiper-pagination-bullet {
      background-color: #fff;
      opacity: 1;
      transition: .4s all; }
    .caseView .main .more .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #004d85; }

@media screen and (max-width: 1600px) {
  header .pc nav ul li > a {
    padding: 0 20px; }

  header .pc dl dd:nth-of-type(2) {
    margin-left: 20px; }

  header .pc nav ul li .item {
    padding: 40px; } }
@media screen and (max-width: 1520px) {
  .caseView .main .view figure img{height:280px;}
  .contact .main .lianxi form dl dd{width:48%;}
  .contact .main .lianxi form dl dd + dd{margin-left:4%;}
  .caseView .main .more {
    width: 100%;
    padding: 0 20px; }

  .caseView .main .more #_case .swiper-container {
    width: 100%;
    padding: 0; }

  .caseView .main .more .swiper-button-prev {
    display: none; }

  .caseView .main .more .swiper-button-next {
    display: none; }

  .caseView .main .more #_case {
    padding: 0; }

  .caseView .main .more .swiper-pagination {
    display: block;
    position: static;
    margin-top: 10px; }

  .caseView .main .more > h5:before {
    right: 0; }

  .caseView .main .more > h5:after {
    left: 0; } }

#tb_1688_link{
  width:70px;
  margin-left:20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}
#tb_1688_link a{
  display:block;
  width:30px;height:30px;
}
#tb_1688_link a i{
  display:block;
  width:100%;height:100%;
  position: relative;
}
#tb_1688_link a i:after{
  content:'';
  display:block;
  width:100%;height:100%;
  position: absolute;top:0;left:0;
  transition: .4s all;
  opacity: 1;
}
#tb_1688_link a i:before{
  content:'';
  display:block;
  width:100%;height:100%;
  position: absolute;top:0;left:0;
  transition: .4s all;
  opacity: 0;
}
#tb_1688_link a:nth-of-type(1) i:after{
  background: url("../icon/taobao.png") no-repeat;
  background-size: cover;
}
#tb_1688_link a:nth-of-type(1) i:before{
  background: url("../icon/_taobao.png") no-repeat;
  background-size: cover;
}
#tb_1688_link a:nth-of-type(2) i:after{
  background: url("../icon/1688.png") no-repeat;
  background-size: cover;
}
#tb_1688_link a:nth-of-type(2) i:before{
  background: url("../icon/_1688.png") no-repeat;
  background-size: cover;
}
header #tb_1688_link a:hover i:after{
  opacity: 0;
}
header #tb_1688_link a:hover i:before{
  opacity: 1;
}
.g-share #tb_1688_link a:hover i:after{
  opacity: 0;
}
.g-share #tb_1688_link a:hover i:before{
  opacity: 1;
}
footer #tb_1688_link a:nth-of-type(1) i:after{
  background: url("../icon/f_taobao.png") no-repeat;
  background-size: cover;
}
footer #tb_1688_link a:nth-of-type(2) i:after{
  background: url("../icon/f_1688.png") no-repeat;
  background-size: cover;
}



@media screen and (max-width: 1400px) {
  .ibanner .btn {
    width: 100%;
    padding: 0 20px; }

  header .pc > a img {
    width: 260px; }

  header .pc nav ul li > a {
    padding: 0 15px; }

  header .pc {
    width: 100%;
    padding: 0 20px; }

  footer .main {
    width: 100%;
    padding: 0 20px; }

  footer .foot div {
    width: 100%;
    padding: 20px; }

  .fixedBottom .main {
    width: 100%;
    padding: 0 20px; }

  .fixedBottom .main .close {
    right: 34px; }

  .fixedBottom .main .open {
    right: 45px; }

  .fixedBottom .main div figure img {
    width: 180px;
    height: auto; }

  .fixedBottom .main div dl dt {
    font-size: 18px; }

  .fixedBottom .main div dl dd {
    margin-top: 15px; }

  .fixedBottom .main div dl {
    padding-left: 20px;
    margin-left: 20px; }

  .w-1400 {
    padding: 60px 20px;
    width: 100%; }

  #certify {
    width: 100%; }

  .xinwen .main {
    padding: 60px 20px; }

  .xinwen .main .swiper-container .swiper-slide .left {
    width: 45%; }

  .xinwen .main .swiper-container .swiper-slide .right {
    width: 52%; }

  .xinwen .main .swiper-container {
    margin-top: 40px; }

  .pc_search {
    padding: 15px 40px; }

  .navbar {
    width: 100%;
    padding: 60px 20px; }

  .navbar div {
    width: 100%; }

  .pc_search nav {
    width: 100%; }

  .page.about .main .pjieshao {
    width: 100%;
    padding: 40px 20px; }

  .page.about .main .pjieshao div {
    width: 48%; }

  .page.about .main .pjieshao figure {
    width: 49%; }

  .page.about .main .pjieshao figure img {
    width: 100%; }

  .ppai_3 {
    width: 100%;
    padding: 0 20px;
    margin-top: 60px; }

  .navpro {
    width: 100%;
    padding: 0 20px; }

  .proview2 {
    width: 100%;
    padding: 0 20px; }

  .proview4 {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 40px; }

  .newlist .main {
    width: 100%;
    padding: 0 20px; }

  .newsview .main {
    width: 100%; }

  .newsview .col-l {
    width: 100%; }

  .newView .main {
    padding-bottom: 40px; }

  .contact .main {
    width: 100%;
    padding: 0;
    border: none;
    background-color: #f4f4f4; }

  .contact {
    padding-bottom: 0; }

  .contact .main .lianxi {
    padding-bottom: 30px; }

  .txt1 {
    width: 100%;
    padding: 0 20px; }

  .txt2 {
    width: 100%; }

  .youshi .main .left {
    width: 30%; }

  .youshi .main .right {
    width: 65%; }

  .youshi .main .right figure {
    width: 50%; }

  .youshi .main .right figure img {
    width: 100%; }

  .youshi .main .right ul {
    width: 45%; }

  .anli .top {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 35px; }

  .anli a .txt {
    width: 100%;
    padding: 35px 15px; }

  .anli .swiper-slide {
    padding: 0; }

  .anli .swiper-slide img {
    height: 400px; }

  .anli .main .view {
    padding: 0 20px; }

  .proList .pro {
    width: 100%;
    padding: 0 20px; }

  .proView .main {
    padding-bottom: 40px; }

  .introduce .main {
    width: 100%;
    padding: 40px 20px; }

  .culture .main {
    width: 100%;
    padding: 40px 20px; }

  .caseView .main .more {
    width: 100%;
    padding: 0 20px; }

  .caseView .main .view {
    width: 100%;
    padding: 0 20px;
    background-color: transparent; }

  .caseView .main .more #_case .swiper-container {
    width: 100%;
    padding: 0; }

  .caseView .main .view .txt {
    width: 50%;
    padding: 25px;
    background-color: #fff; }

  .caseView .main .view figure {
    width: 50%; }

  .caseView .main .more .swiper-button-prev {
    display: none; }

  .caseView .main .more .swiper-button-next {
    display: none; }

  .caseView .main .more #_case {
    padding: 0; }

  .caseView .main .more .swiper-pagination {
    display: block;
    position: static;
    margin-top: 10px; }

  .caseView .main .more > h5:before {
    right: 0; }

  .caseView .main .more > h5:after {
    left: 0; } }
@media screen and (max-width: 1200px) {
  header .pc nav .search{padding-left:20px;margin-left:20px;}
  header .pc nav ul li .item {
    padding: 40px 20px; }

  header .pc nav ul li > a {
    font-size: 16px; }

  header .pc dl dd > a {
    font-size: 16px; }

  header .pc > dl {
    display: none; }

  .fixedBottom .main div dl {
    display: none; }

  #certify .swiper-button-prev {
    display: none; }

  #certify .swiper-button-next {
    display: none; }

  #certify .swiper-slide {
    height: 280px; }

  .Ititle {
    font-size: 24px;
    padding-bottom: 15px; }

  .Ititle span {
    font-size: 22px;
    margin-top: 0px; }

  .ppai {
    margin-top: 4%; }

  .about5_bg {
    margin-top: 3%; }

  .about5_bd .swiper-slide {
    display: block; }

  .about5_bd .swiper-slide .about5_bd_words {
    width: 100%;
    padding: 3% 0; }

  .about5_bd .swiper-slide .about5_bd_words .pub_tit {
    align-items: center; }

  .about5_bd .swiper-slide .about5_bd_pic {
    width: 100%; }

  .ppai .ppai_3 > div {
    width: 100%; }

  .about5_bd {
    background-color: #f1f1f1; }

  .col-r {
    display: none; }

  footer .main .right {
    padding-left: 10px; }

  .proview4 .left {
    width: 100%;
    padding: 40px 20px; }

  .newlist .main .right {
    display: none; }

  .newlist .main .left {
    width: 100%; }

  .contact .main .lianxi form {
    width: 100%;
    border-right: none; }

  .contact .main .lianxi .xinxi {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    padding-top: 30px; }

  .housing .main div ul {
    width: 80%; }

  .youshi .main .left {
    width: 40%; }

  .youshi .main .right {
    width: 55%; }

  .youshi .main .left > i {
    margin: 40px 0; }

  .youshi .main .left ._more {
    margin-top: 40px; }

  .youshi .main .right figure {
    width: 100%; }

  .youshi .main .right figure img {
    height: 340px; }

  .youshi .main .right ul {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }

  .youshi .main .right ul li {
    width: 48%; }

  .youshi .main .right ul li + li {
    margin-top: 0; }

  .youshi .main .right ul li:nth-of-type(n+3) {
    margin-top: 20px; }

  .youshi .main .right ul li p {
    margin-top: 8px; }

  .youshi .main .right ul li h5 {
    font-size: 16px; }

  .proList .pro a figure img {
    height: 260px; }

  .proList#honor .pro a {
    width: 32%;
    margin-right: 2% !important; }

  .proList#honor .pro a:nth-of-type(3n) {
    margin-right: 0 !important; }

  .proList#honor .pro a:nth-of-type(n+4) {
    margin-top: 20px; }

  .proList.caseList .pro a .txt p {
    padding-top: 10px;
    margin-top: 10px; }

  .proList.caseList .pro a .txt p {
    padding-left: 0; }
    .proList.caseList .pro a .txt p:after {
      display: none; }

  .caseView .main .more > h5 {
    width: 300px;
    margin: 0 auto; }

  .caseView .main .more > h5:before {
    display: 0;
    width: 60px; }

  .caseView .main .more > h5:after {
    left: 0;
    width: 60px; } }
@media screen and (max-width: 1024px) {
  .slide-nav {
    display: none !important; }
  .newlist .main{margin-top:0;}
  header .pc {
    display: none; }

  header .m {
    display: block; }

  .ibanner {
    margin-top: 64.75px; }

  .Mnav {
    display: block; }

  .MgoTop {
    display: block; }

  footer {
    padding-bottom: 70px; }

  .fixedBottom {
    padding: 40px 0; }

  .chanpin .main ul li:nth-of-type(1) {
    width: 100%;
    border-right: none; }

  .chanpin .main ul li:nth-of-type(2) {
    width: 100%;
    border-left: none;
    margin-top: 20px; }

  .chanpin .main ul li:nth-of-type(2) .item:nth-of-type(1) {
    border: none; }

  .chanpin .main ul li:nth-of-type(2) .item:nth-of-type(2) {
    border: none;
    margin-top: 20px; }

  .chanpin .main ul li:nth-of-type(1) figure img {
    height: 350px; }

  .xinwen .main .swiper-container.pc {
    display: none; }

  .xinwen .main .swiper-container.m {
    display: block; }

  .xinwen .main nav ul li + li {
    margin-left: 20px; }

  .pc_search {
    display: none; }

  .navbar {
    margin-top: 64.75px;
    padding: 0;
    background-color: #fff; }

  .navbar div h5 {
    display: block; }

  .navbar div p {
    display: none; }

  .navbar div ul {
    display: none;
    width: 100%;
    padding: 20px;
    padding-top: 0px; }

  .navbar div ul li + li {
    margin-left: 0; }

  .navbar div {
    border: none;
    padding: 0;
    border-bottom: 1px solid #dfdfdf; }

  .navbar div ul li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0; }

  .navbar div ul li a {
    text-align: center;
    color: #434144;
    font-size: 16px;
    padding: 10px 0; }

  .navbar div ul li.active {
    background-color: transparent; }
    .navbar div ul li.active a {
      color: #24254e; }

  .navbar div ul li:hover {
    background-color: transparent; }
    .navbar div ul li:hover a {
      color: #24254e; }

  .pbanner {
    display: none; }

  .navbar div ul li a {
    height: auto;
    line-height: 30px; }

  .m-pages {
    padding: 40px 0; }

  .m-pages ul {
    margin-right: 15px; }

  .about5 {
    margin-top: 8%; }

  .about5_bd .swiper-slide .about5_bd_words h3 {
    font-size: 22px; }

  .about5_bd .swiper-slide .about5_bd_words p {
    margin-top: 3%;
    font-size: 18px;
    line-height: 2em; }

  .about5_hd {
    padding: 0 40px; }

  .about5_hd .swiper-slide {
    font-size: 22px; }

  .about5_hd .swiper-container:after {
    bottom: 45px; }

  .about5_hd .swiper-slide:after {
    bottom: 42px; }

  .page.about .main .pjieshao {
    padding-top: 0; }

  .page.about .main .pjieshao div {
    width: 100%; }

  .page.about .main .pjieshao figure {
    display: none; }

  .about5_bg {
    padding: 20px; }

  .inner-tab dl {
    border: 1px solid #e2e2e2; }

  .inner-tab dl + dl {
    border-top: none; }

  .inner-tab .tit {
    padding: 0 15px;
    line-height: 45px;
    font-size: 14px; }

  .inner-tab dl {
    line-height: 45px; }

  .inner-tab dd h4 {
    font-size: 14px;
    margin-right: 30px; }

  .inner-tab dd a {
    font-size: 14px;
    margin-right: 20px; }

  .inner-tab dd a:after {
    bottom: 10px;
    height: 1px; }

  .inner-tab {
    border: none; }

  .inner-tab .tit {
    padding: 0 10px;
    line-height: 35px; }

  .inner-tab dl {
    line-height: 35px;
    padding: 0; }

  .inner-tab dd h4 {
    margin-right: 20px; }

  .inner-tab dd a {
    margin-right: 10px; }

  .inner-tab dd a:after {
    bottom: 5px; }

  .inner-tab .tit span {
    padding-left: 20px; }

  .inner-tab .pc-nav dd h4 {
    display: none; }

  .inner-tab .pc-nav dd {
    display: none;
    width: 100%; }

  .inner-tab .pc-nav dt {
    position: relative;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    transition: .4s all;
    padding: 5px 0; }

  .inner-tab dd a {
    margin-right: 0;
    text-align: center;
    display: block;
    width: 100%; }

  .inner-tab .pc-nav.active dt {
    background-color: #24254e;
    color: #fff; }

  .inner-tab .pc-nav.active dt h4 i {
    transform: translateY(-50%) rotate(180deg);
    background: url(../icon/down_jt.png) no-repeat;
    background-size: 100% 100%; }

  .inner-tab .pc-nav {
    overflow: hidden; }

  .inner-tab .tit {
    display: none; }

  .inner-tab dd a:after {
    display: none; }

  .navpro .inner-tab .pc-nav {
    background-color: #fff; }

  .inner-tab .pc-nav.active dt h4 {
    color: #fff; }

  .box-blank .con {
    margin-top: 27px; }

  .box-blank div a + a {
    margin-top: 5px; }

  .box-blank div {
    width: 100%; }

  .box-blank div:nth-of-type(2) {
    position: relative;
    order: -1; }

  .proview2 .left {
    width: 100%; }

  .proview2 .right {
    width: 100%; }

  .proview2 .right .fx {
    margin-top: 30px; }

  .proview2 .right {
    padding: 15px; }

  .newlist .main {
    padding-top: 38px; }

  .newsview {
    padding: 40px 0; }

  .newsview .main {
    padding-bottom: 0; }

  #certify {
    display: none; }

  .m-contxt1 .box-blank .con {
    margin-top: 0; }

  footer .main .right {
    display: none; }

  footer .main .left {
    width: 100%;
    border-right: none; }

  footer .main .left > div .logo {
    width: 220px;
    height: auto; }

  footer .main .left > div {
    padding: 15px 0; }

  footer .main .left > div .share {
    padding-right: 0; }

  .proList {
    margin-top: 64.52px;
    padding-top: 40px; }

    .newList {
      margin-top: 64.52px;
      padding-top: 40px; }

  .proList .pro > a {
    width: 49%;
    margin-right: 2% !important; }

  .proList .pro > a:nth-of-type(2n) {
    margin-right: 0 !important; }

  .proList .pro > a:nth-of-type(n+3) {
    margin-top: 20px !important; }

  .proView .main {
    margin-top: 0; }

  .img-txt .img {
    width: 100%; }

  .img-txt .txt {
    width: 100%;
    padding: 20px; }

  .img-txt .btn {
    display: none; }

  .img-txt .txt .tel {
    margin-right: 0; }

  .culture .main .left {
    width: 100%; }

  .culture .main .right {
    width: 100%;
    margin-top: 20px; }

  .culture .main .right h5 + h5 {
    margin-top: 20px; }

  .culture .main .right h5 span {
    margin-top: 0; }

  .caseView .main .view figure {
    width: 100%;
    position: relative;
    order: -1; }

  .caseView .main .view .txt {
    width: 100%;
    padding: 35px 25px; } }
@media screen and (max-width: 850px) {
  .m-contxt1 .tit {
    font-size: 22px; }

  .m-contxt1 .box-info {
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .m-contxt1 .txt-con {
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .box-blank {
    padding-top: 15px;
    margin-top: 15px; } }
@media screen and (max-width: 768px) {
  header .m {
    padding: 10px 20px; }

  .ibanner .btn {
    display: none; }

  .ibanner a .pc {
    display: none; }

  .ibanner a .m {
    display: block; }

  .ibanner .swiper-pagination {
    display: block; }

  .fixedBottom .main div {
    width: 100%; }

  .fixedBottom .main form {
    width: 100%;
    margin-top: 40px; }

  .fixedBottom .main form ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between; }

  .fixedBottom .main form ul .ind {
    width: 31%;
    margin: 0; }

  .chanpin .main ul li .item div h4 {
    font-size: 24px; }

  .chanpin .main ul li .item div h4 span {
    font-size: 20px; }

  .xinwen .main nav ul {
    display: none; }

  .xinwen .main nav .Ititle span {
    margin-top: 0; }

  .about5_bd .swiper-slide .about5_bd_words h3 {
    font-size: 18px; }

  .about5_bd .swiper-slide .about5_bd_words p {
    font-size: 16px; }

  .about5_hd .swiper-slide {
    font-size: 18px; }

  .about5_hd .swiper-container:after {
    bottom: 40px; }

  .about5_hd .swiper-slide:after {
    bottom: 37px; }

  .page.about .main .pjieshao div h3 p {
    font-size: 22px; }

  .page.about .main .pjieshao div h3 span {
    font-size: 24px;
    margin-top: 0; }

  .page.about .main .pjieshao div > p {
    margin: 20px 0;
    padding-left: 0; }

  .page.about .main .pjieshao div ul {
    padding-left: 0; }

  .about5_bg {
    margin-top: 30px; }

  .licheng {
    padding-bottom: 40px; }

  .ppai_3 {
    margin-top: 30px; }

  .pTitle {
    font-size: 24px; }

  .pTitle span {
    font-size: 22px;
    margin-top: 0;
    font-weight: normal; }

  .box-blank .box1 {
    width: 40px; }

  .box-blank .blank {
    font-size: 14px; }

  .box-blank .blank {
    font-size: 14px; }

  .box-blank .blank {
    font-size: 14px; }

  .box-blank .con {
    width: 160px; }

  .box-blank .box1 {
    width: 40px; }

  .proview4 .left h4 {
    font-size: 24px; }

  .proview4 .left h4 p {
    font-size: 22px; }

  .proview4 .left h4 p b {
    font-size: 22px; }

  .newlist .main .left .item a figure {
    width: 100%;
    padding: 25% 0; }

  .newlist .main .left .item a > div {
    width: 100%;
    padding: 20px; }

  .newlist .main .left .item a > div i {
    display: none; }

  .newsview .box-blank {
    margin-top: 10px;
    padding-top: 10px; }

  .m-contxt1 {
    padding: 15px; }

  .contact .main #map {
    height: 420px; }

  .contact .main .lianxi form h4 {
    margin-bottom: 20px; }

  .contact .main .lianxi .xinxi h4 {
    margin-bottom: 20px; }

  .txt1 {
    margin: 10px 0;
    font-size: 18px; }

  footer .main .left dl {
    display: none; }

  footer .foot {
    border-top: none; }

  .housing .main > p {
    margin-top: 20px; }

  .Ititle span {
    line-height: 28px; }

  .housing .main div {
    padding: 60px 0; }

  .housing .main div ul {
    width: 90%; }

  .housing .main div ul li {
    width: 80px; }

  .housing .main div ul li a i {
    width: 80px;
    height: 92px; }

  .housing .main div ul li a p {
    font-size: 14px;
    margin-top: 15px; }

  .youshi .main .left {
    width: 100%; }

  .youshi .main .right {
    width: 100%;
    margin-top: 30px; }

  .youshi .main .left > i {
    margin: 20px 0;
    display: none; }

  .youshi .main .left > p {
    margin-top: 20px; }

  .youshi .main .right ul li:last-child {
    width: 100%; }

  .contact .main .lianxi .xinxi .h42 {
    margin-top: 20px; }

  .introduce .main {
    padding: 20px; }

  .introduce .main h2 {
    padding-bottom: 20px; }

  .proList#honor .pro a {
    width: 49%;
    margin-right: 2% !important; }

  .proList#honor .pro a:nth-of-type(3n) {
    margin-right: 2% !important; }

  .proList#honor .pro a:nth-of-type(2n) {
    margin-right: 0 !important; } }
@media screen and (max-width: 650px) {
  .proview2 .right > h4 {
    font-size: 22px; }

  .proview2 {
    margin: 20px auto; }

  .proview4 .left .view_main {
    margin-top: 20px; }

  .contact .main .lianxi form div input {
    width: 100%;
    margin-left: 0;
    margin-top: 10px; }

  .contact .main .lianxi form div {
    display: block; }

  .contact .main .lianxi form div:nth-of-type(4) {
    margin-left: 0; }
    .contact .main .lianxi form div:nth-of-type(4) #contentForm {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; }

  .contact .main .lianxi form div:nth-of-type(5) {
    margin-left: 0; }
    .contact .main .lianxi form div:nth-of-type(5) textarea {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; }

  .contact .main .lianxi form div i {
    display: none; }

  .contact .main .lianxi form h4 {
    font-size: 22px; }

  .anli .swiper-pagination {
    margin-top: 20px; }

  .anli {
    padding-top: 40px; }

  .img-txt .img img {
    height: 280px; }

  .proView .main .left {
    padding: 10px; }

  .img-txt .txt {
    padding: 10px;
    padding-bottom: 16px; }

  .img-txt .txt h1 {
    font-size: 20px;
    margin-bottom: 0; }

  .img-txt .txt p {
    font-size: 14px; }

  .img-txt .txt .tel {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 8px;
    padding-left: 25px; }

  .img-txt {
    margin-bottom: 30px; }

  .parameter .desc {
    padding-bottom: 20px;
    margin-bottom: 20px; }

  .parameter .g-tit-q1 p {
    font-size: 18px; }

  .parameter .g-tit-q1 span {
    font-size: 18px; }

  .parameter .g-tit-q1 {
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .culture .main .right h5 span {
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px; }

  .culture .main .right h5 p {
    font-size: 16px; } }
@media screen and (max-width: 520px) {
  .anli .main .anliMmore{display:block;}
  .anli .top .Ititle{width:100%;text-align:center;}
  .anli .top .Ititle span{text-align:center;}
  .anli .top .Ititle:after{left:50%;transform: translateX(-50%);}
  .anli .top ._more{display:none;}
  header .pc > a img {
    width: 137.2px;
    height: 29.4px; }

  header .pc {
    padding: 10px 20px; }

  header .m .Msearch {
    width: 22px;
    height: 22px; }

  header .m .menu label {
    max-width: 90px;
    max-height: 90px;
    left: -32px;
    top: -25px; }

  header .m > a {
    width: 180px; }

  header .m .menu {
    width: 25px; }

  .PopupColumn {
    top: 52.25px; }

  .ibanner {
    margin-top: 52.25px; }

  .PopupColumn form input {
    font-size: 14px; }
    .PopupColumn form input::-webkit-input-placeholder {
      font-size: 14px; }

  .PopupColumn form {
    height: 45px;
    line-height: 45px; }

  .PopupColumn form button {
    width: 25px;
    height: 25px; }

  .Mnav ul li a icon {
    width: 20px;
    height: 20px; }

  .Mnav ul li a span {
    font-size: 14px;
    margin-left: 10px; }

  .MgoTop {
    width: 40px;
    height: 40px; }

  .online .main form ul li .ind {
    width: 49%; }

  .online .layui-unselect.layui-form-select {
    width: 49%; }

  footer {
    padding-bottom: 50px; }

  .fixedBottom .main form {
    margin-top: 20px; }

  .fixedBottom .main form ul .ind {
    width: 32%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 8px;
    border: none !important; }
    .fixedBottom .main form ul .ind::-webkit-input-placeholder {
      font-size: 12px; }

  .fixedBottom .main div figure img {
    width: 130px; }

  .w-1400 {
    padding: 40px 20px; }

  .Ititle {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0; }

  .chanpin .w-1400 {
    padding-bottom: 20px; }

  #certify {
    margin-top: 25px; }

  .chanpin .main {
    padding: 40px 0; }

  .chanpin .main ul {
    margin-top: 30px; }

  .chanpin .main ul li:nth-of-type(1) figure img {
    height: 280px; }

  .chanpin .main ul li:nth-of-type(2) .item figure img {
    height: 280px; }

  .xinwen .main {
    padding: 40px 20px; }

  .xinwen .swiper-pagination {
    margin-top: 20px; }

  .xinwen .main .swiper-container {
    margin-top: 20px; }

  .navbar {
    margin-top: 52.25px; }

  .navbar div h5 {
    padding: 10px 20px; }

  .navbar div ul li a {
    font-size: 14px; }

  .navbar div ul {
    padding-bottom: 10px; }

  .m-pages li {
    display: none; }

  .m-pages li.fengye {
    display: block; }

  .about5_bd .swiper-slide .about5_bd_words h3 {
    font-size: 16px; }

  .about5_bd .swiper-slide .about5_bd_words p {
    font-size: 14px; }

  .about5_hd .swiper-slide {
    font-size: 14px; }

  .about5_hd .swiper-container:after {
    bottom: 36px; }

  .about5_hd .swiper-slide:after {
    bottom: 33px; }

  .page.about .main .pjieshao div > p span {
    display: block;
    margin-top: 6px; }

  .page.about .main .pjieshao div > p {
    font-size: 18px; }

  .page.about .main .pjieshao div h3 {
    padding-left: 14px; }

  .inner-tab .pc-nav dt {
    padding: 3px 0; }

  .inner-tab dt h4 {
    padding-right: 20px;
    font-size: 14px; }

  .inner-tab dt i {
    width: 12px;
    height: 12px; }

  .proview2 .right .fx .tel {
    width: 100%;
    margin-bottom: 10px; }

  .proview2 .right .btn a {
    width: 45%; }

  .newlist .main {
    padding-top: 25px; }

  .newlist .main .left .item a figure {
    padding: 30% 0; }

  .newlist .main .left .item a > div h4 {
    font-size: 16px; }

  .newlist .main .left .item a > div p {
    margin: 10px 0; }

  .newsview {
    padding: 20px 0; }

  .contact .main .lianxi .xinxi dl dd {
    font-size: 14px;
    line-height: 32px; }

  .txt2 {
    font-size: 14px;
    line-height: 26px;
    padding: 20px 0; }

  footer .main .left > div .share {
    display: none; }

  footer .foot div p {
    width: 100%;
    font-size: 13px; }
    footer .foot div p + p {
      margin-top: 8px; }

  footer .main .left > div .logo {
    width: 200px; }

  .housing .main div ul li {
    width: 48%; }

  .housing .main div ul li:nth-of-type(n+3) {
    margin-top: 25px; }

  .housing .main div {
    padding: 30px 0; }

  .housing .main > p {
    font-weight: normal; }

  .youshi .main .left ._more {
    margin-top: 20px; }

  .youshi .main .left > p {
    font-size: 15px; }

  .proList {
    margin-top: 52.09px;
    padding-top: 30px; }

    .newList {
      margin-top: 52.09px;
      padding-top: 30px; }

  .proList .pro {
    margin-top: 30px; }

  .proList .pro a {
    width: 100%;
    margin-right: 0 !important; }

  .proList .pro a + a {
    margin-top: 20px; }

  .proList .pro a .txt {
    padding: 12px 0; }

  .proList .pro a .txt p {
    font-size: 14px; }

  .introduce .main h2 {
    font-size: 20px;
    padding-bottom: 10px; }

  .introduce .main h2 span {
    font-size: 18px;
    margin-top: 6px;
    font-weight: normal; }

  .proList#honor .pro a {
    width: 100%;
    margin: 0 !important; }

  .proList#honor .pro a + a {
    margin-top: 20px !important; }

  .culture .main {
    padding: 30px 20px; }

  .proList.caseList .pro a figure img {
    height: 220px; }

  .caseView .main .view .txt {
    padding: 15px; }

  .caseView .main .view .txt h4 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .caseView .main .more > h5 {
    padding: 20px 0;
    font-size: 20px;
    width: 240px; }

  .proList.caseList .pro a .txt h5 {
    font-size: 18px; } }
@media screen and (max-width: 420px) {
  .box-blank .con {
    width: 100%; }

  .m-contxt1 .box-blank .con {
    width: 100%; } }
@media screen and (max-width: 375px) {
  /*小于375px*/ }
@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*/ }
.joan_store {
  width: 1400px;
  margin: 0 auto; }
  .joan_store .this_view {
    width: 100%;
    padding: 40px;
    background-color: #fff; }
    .joan_store .this_view .top {
      width: 100%;
      height: 60px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: space-between;
      justify-content: space-between;
      align-content: unset;
      box-shadow: 0 0 10px #ccc;
      position: relative;
      z-index: 2; }
      .joan_store .this_view .top .store_search {
        width: 25%;
        height: 30px;
        border: 1px solid #dcdcdc;
        position: relative;
        margin-left: 30px; }
        .joan_store .this_view .top .store_search input {
          width: 100%;
          line-height: 28px;
          padding: 0 10px;
          font-size: 14px;
          color: #999;
          transition: .4s all; }
          .joan_store .this_view .top .store_search input::-webkit-input-placeholder {
            color: #999; }
          .joan_store .this_view .top .store_search input:hover {
            box-shadow: 0 0 10px #ccc; }
        .joan_store .this_view .top .store_search button {
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%);
          width: 22px;
          height: 22px;
          cursor: pointer;
          background: url("../icon/store_search.png") no-repeat;
          background-size: 100% 100%; }
      .joan_store .this_view .top .store_location {
        width: 55%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; }
        .joan_store .this_view .top .store_location select {
          width: 33.333%;
          height: 100%;
          border-left: 1px solid #dcdcdc;
          padding: 0 10px;
          color: #999;
          font-size: 14px;
          background: url(../icon/store_xia.png) #fff 90% center no-repeat;
          background-color: transparent;
          background-size: 10%; }
    .joan_store .this_view .bottom {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start; }
      .joan_store .this_view .bottom .left {
        width: 65%; }
        .joan_store .this_view .bottom .left #joan_map {
          width: 100%;
          height: 800px; }
      .joan_store .this_view .bottom .right {
        width: 35%;
        height: 800px;
        overflow: hidden; }
        .joan_store .this_view .bottom .right ul {
          width: 100%;
          height: 100%;
          overflow-y: scroll; }
          .joan_store .this_view .bottom .right ul li {
            width: 100%;
            height: auto;
            padding: 30px 20px;
            padding-left: 100px;
            cursor: pointer;
            border-bottom: 1px solid #dcdcdc;
            transition: .4s all;
            background-color: #fff;
            position: relative; }
            .joan_store .this_view .bottom .right ul li:hover {
              background-color: #dcdcdc; }
            .joan_store .this_view .bottom .right ul li i {
              display: block;
              width: 40px;
              height: 40px;
              line-height: 40px;
              position: absolute;
              top: 30px;
              left: 20px;
              text-align: center;
              font-weight: bold;
              font-size: 18px;
              background-color: #2b3b78;
              color: #fff;
              border-radius: 5px;
              font-style: normal; }
            .joan_store .this_view .bottom .right ul li div {
              width: 100%; }
              .joan_store .this_view .bottom .right ul li div h4 {
                font-size: 16px;
                color: #141414;
                font-weight: normal;
                margin-bottom: 10px; }
              .joan_store .this_view .bottom .right ul li div p {
                font-size: 15px;
                color: #666;
                line-height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2; }

.joan_store .this_view .bottom .right ul::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

.joan_store .this_view .bottom .right ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

.joan_store .this_view .bottom .right ul::-webkit-scrollbar-thumb {
  background: #2b3b78;
  border-radius: 6px; }

.joan_store .this_view .bottom .right ul::-webkit-scrollbar-corner {
  background: #2b3b78; }

@media screen and (max-width: 1400px) {
  .joan_store {
    width: 100%;
    padding: 0 20px; } }
@media screen and (max-width: 1024px) {
  .joan_store {
    padding: 0; }

  .joan_store .this_view {
    padding: 4% 3%; }

  .joan_store .this_view .top {
    display: block;
    height: auto;
    box-shadow: none; }

  .joan_store .this_view .top .store_search {
    width: 100%;
    margin-left: 0;
    height: 60px; }

  .joan_store .this_view .top .store_search input {
    line-height: 58px; }

  .joan_store .this_view .top .store_location {
    width: 100%;
    height: 60px;
    margin-top: 3%; }

  .joan_store .this_view .top .store_location select {
    border: 1px solid #dcdcdc;
    border-right: none; }

  .joan_store .this_view .top .store_location select:last-child {
    border-right: 1px solid #dcdcdc; }

  .joan_store .this_view .bottom {
    margin-top: 3%; }

  .joan_store .this_view .bottom .left {
    display: none; }

  .joan_store .this_view .bottom .right {
    width: 100%; }

  .joan_store .this_view .bottom .right ul li {
    height: auto;
    padding: 20px 2%;
    padding-left: 75px; }

  .joan_store .this_view .bottom .right ul li i {
    top: 20px; }

  .joan_store .this_view .bottom .right ul li div {
    width: 90%; } }
@media screen and (max-width: 850px) {
  /*小于850px*/ }
@media screen and (max-width: 768px) {
  .joan_store .this_view {
    padding: 8% 3%; }

  .joan_store .this_view .top .store_search {
    height: 40px; }

  .joan_store .this_view .top .store_search input {
    line-height: 38px; }

  .joan_store .this_view .top .store_location {
    height: auto; }

  .joan_store .this_view .top .store_location select {
    width: 100%;
    height: 40px;
    line-height: 38px;
    background-position: 99%;
    background-size: 5%;
    border-right: 1px solid #dcdcdc; }

  .joan_store .this_view .top .store_location select + select {
    margin-top: 3%; } }
@media screen and (max-width: 620px) {
  /*小于620px*/ }
@media screen and (max-width: 520px) {
  .joan_store .this_view .bottom .right ul li {
    padding: 15px 2%;
    padding-left: 75px; }

  .joan_store .this_view .bottom .right ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px; }

  .joan_store .this_view .bottom .right ul li div h4 {
    margin-bottom: 5px; } }

/*# sourceMappingURL=main.css.map */

.searchInfo{
  width: 1400px;
  margin: 50px auto;
}
.searchInfo a{
  width: 120px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 2px solid #434144;
  transition: .4s all;
  color: #434144;
  font-size: 14px;
  font-weight: bold;
}
.searchInfo h1{
  color: #434144;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3%;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  .searchInfo{width:100%;padding:0 20px;margin:20px auto;}
}
@media screen and (max-width: 520px) {
  .searchInfo a{font-size:12px;width:80px;height:30px;border:1px solid #434144;line-height:28px;}
  .searchInfo h1{font-size:16px;}
}


/* 内页导航1 */
.navbar1 {
  /* background-color: #192028; */
  /* padding-top: 40px;
  padding-bottom: 40px; */
}

.navbar1 .box {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}

.navbar1 .tit {
  padding: 0 18px;
  line-height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #484848;
}

.navbar1 .tit span {
  float: left;
  padding-left: 29px;
  background: url(../icon/all.png) center left no-repeat;
}

.navbar1 .tit .js-more {
  float: right;
  padding-right: 20px;
  /* background: url(../img/qwy-i3.png) center right no-repeat; */
  cursor: pointer;
  position: relative;
  color: #7e7e7e;
}

.navbar1 .tit .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../icon/down.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar1 .tit .js-more.active::before {
  transform: rotate(180deg);
}

.navbar1 .nav {
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 0 46px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  background-color: #fff;
  justify-content: flex-start;
  background: url(../icon/nav-bg1.png) repeat left top;
}

.navbar1 ul li {
  position: relative;
  padding-left: 115px;
  user-select: none;
}

.navbar1 ul li h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 115px;
  font-size: 16px;
  color: #484848;
  line-height: 58px;
  /* margin-left: 48px; */
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  display: none;
  user-select: none;
}

.navbar1 ul li h4:first-child {
  display: block;
}

.navbar1 ul li a {
  font-size: 16px;
  color: #9e9e9e;
  margin: 0 10px;
  line-height: 58px;
  display: inline-block;
}

.navbar1 ul li a:hover,
.navbar1 ul li a.on {
  color: #2b3b78;
}

.navbar1 ul li.active a {
  /* color: #2b3b78; */
}

.video_window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: none;
  }
  
  .video_window .main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 750px;
	height: 500px;
  }
  
  .video_window .main video {
	border: 20px solid #fff;
	border-radius: 10px;
	background-color: #000;
  }
  
  .video_window .main {
	overflow: visible;
	background-color: initial;
  }
  
  .video_window .main i {
	display: block;
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../image/close.png) no-repeat;
	background-size: 100% 100%;
  }
@media screen and (max-width: 1440px) {

  .navbar1 .box {
    width: 1200px;
  }

}
@media screen and (max-width: 1280px) {

  .navbar1 .box {
    width: 100%;
  }
  .navbar1 {
    padding: 20px;
}

}
@media screen and (max-width: 1024px) {

 

}
@media screen and (max-width: 768px) {


  .video_window .main {
    width: 96%;
  }
  .video_window .main video {
    border: 10px solid #fff;
  }
  .video_window .main {
    height: 320px;
  }
  .video_view  .row-new1 > ul li a .txt h3 {
    font-size: 12px;
  }
  .navbar1 {
    padding: 15px;
  }


  .navbar1 .tit span {
    display: none;
  }

  .navbar1 .tit .js-more {
    float: initial;
    display: block;
    text-align: center;
  }

  .navbar1 .nav ul {
    display: block;
    /* border-bottom: 1px solid #e2e2e2; */
    /* padding: 5px 20px; */
    background: #fff;
  }

  .navbar1 ul li {
    border-bottom: 1px solid #e2e2e2;
  }

  .navbar1 ul li:last-child {
    border-bottom: none;
  }

  .navbar1 ul li:last-child h4 {
    /* border-bottom:none */
  }

  .navbar1 ul li a {
    display: none;
  }

  .navbar1 .tit {
    padding: 0 20px;
    line-height: 44px;
    font-size: 14px;
  }

  .navbar1 .tit .js-more {
    padding-right: 0;
    font-size: 16px;
  }

  .navbar1 ul li h4 {
    position: initial;
    text-align: center;
    width: 100%;
    padding-right: 0;
    line-height: 45px;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    /* margin: 0 20px; */
  }

  .navbar1 ul li {
    position: relative;
    padding-left: 0;
  }

  .navbar1 ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    display: block;
    margin: 0;
    text-align: center;
  }

  .navbar1 .nav {
    background: initial;
  }

  .navbar1 .nav {
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
  }

  .navbar1 ul li h4::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../icon/down.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    transition: all .3s;
  }

  /* .navbar1 ul li.active a {
    color: #7a7a7a;
  } */

  .navbar1 ul li {
    height: auto;
    overflow: hidden;
    /* max-height: 46px; */
  }

  .navbar1 ul li.active {
    max-height: initial;
  }

  .navbar1 .nav {
    border-bottom: none;
  }

  .navbar1 ul li.active h4::before {
    transform: rotate(180deg);
  }
 

}