<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  border: none; }

body {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  font-family: Arial, "microsoft yahei", "iconfont";
  background: #fff;
  position: relative; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #333; }

.logo-nav-search {
  position: fixed;
  z-index: 99999;
  width: 100%;
  background: #24A94B;
  color: #fff; }
  .logo-nav-search .container {
    height: 100px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 320px; }
  .logo-nav-search .logo {
    position: relative; }
    .logo-nav-search .logo .logo-a {
      position: relative;
      display: block;
      z-index: 3;
      top: 0;
      left: 0;
      overflow: visible; }
  .logo-nav-search .text-box {
    margin-left: 30px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 32px; }
    .logo-nav-search .text-box .txt-1 {
      font-size: 30px;
      font-weight: bold; }
    .logo-nav-search .text-box .txt-2 {
      font-size: 18px; }
  .logo-nav-search .main-nav {
    align-items: center;
    justify-content: space-around; }
    .logo-nav-search .main-nav .nav-li-1 {
      position: relative;
      height: 100%;
      width: max-content; }
      .logo-nav-search .main-nav .nav-li-1:hover .nav-dl-2 {
        visibility: visible;
        opacity: 1;
        display: block; }
    .logo-nav-search .main-nav .nav-a-1 {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      display: block;
      height: 100%;
      line-height: 100px;
      text-align: center; }
    .logo-nav-search .main-nav .nav-dl-2 {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      background: #fff;
      box-shadow: 0 0 0 1px rgba(61, 62, 65, 0.6);
      visibility: hidden;
      opacity: 0;
      display: none;
      transition: all 500ms; }
      .logo-nav-search .main-nav .nav-dl-2 .nav-dd-2:hover {
        background: rgba(61, 62, 65, 0.1); }
      .logo-nav-search .main-nav .nav-dl-2 .nav-a-2 {
        color: #333;
        display: block;
        height: 30px;
        line-height: 30px;
        width: 100%;
        padding: 0 10px; }
  .logo-nav-search .search {
    border-left: 1px solid #74767b;
    padding: 0 22px; }
    .logo-nav-search .search.showSearch .click:before {
      content: "\e638"; }
    .logo-nav-search .search.showSearch .searchformform {
      visibility: visible;
      opacity: 1; }
    .logo-nav-search .search .click:before {
      content: "\e65a";
      font-size: 48px;
      line-height: 100px;
      cursor: pointer; }
    .logo-nav-search .search .searchformform {
      background: rgba(61, 62, 65, 0.8);
      position: absolute;
      z-index: 99;
      top: 100%;
      left: 0;
      height: 50px;
      width: 100%;
      padding: 5px 0;
      text-align: center;
      visibility: hidden;
      opacity: 0;
      transition: all 500ms; }
    .logo-nav-search .search .searchword {
      width: 90%;
      height: 40px;
      line-height: 40px;
      background: #fff;
      padding: 0 50px 0 20px; }
    .logo-nav-search .search .searchgo {
      position: absolute;
      right: 5%;
      top: 5px;
      background: transparent;
      outline: none; }
      .logo-nav-search .search .searchgo:before {
        content: "\e65a";
        font-size: 30px;
        line-height: 40px;
        font-family: iconfont;
        color: #0c5be3;
        padding: 0 10px; }
  .logo-nav-search .tel {
    border-left: 1px solid #74767b;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0 22px; }
    .logo-nav-search .tel:before {
      content: "\e67f";
      line-height: 32px;
      font-family: 'iconfont';
      font-size: 30px;
      font-weight: normal; }

.index-item {
  padding-top: 80px; }
  .index-item .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; }
  .index-item .name-box {
    text-align: center; }
    .index-item .name-box em {
      color: #24A94B;
      padding: 0 5px;
      font-style: normal; }
    .index-item .name-box .def1 {
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase; }
    .index-item .name-box .def2 {
      font-size: 20px; }

.index-product {
  background: #f2f2f2;
  padding: 50px 0; }
  .index-product .sub-sort-list {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    justify-content: center; }
    .index-product .sub-sort-list .item + .item .item-a {
      border-left: 2px solid rgba(179, 179, 179, 0.5); }
    .index-product .sub-sort-list .item-a {
      display: block;
      padding: 0 20px;
      margin-top: 4px;
      height: 20px;
      line-height: 20px;
      color: #0a0a0a; }
  .index-product .list {
    margin-top: 30px;
    flex-wrap: wrap; }
    .index-product .list .item {
      width: 33.33%; }
    .index-product .list .outer-div {
      margin: 0 10px 10px; }
      .index-product .list .outer-div:hover .pic img {
        transform: scale(1.1); }
      .index-product .list .outer-div:hover .title {
        background: #24A94B;
        color: #fff; }
    .index-product .list .pic {
      overflow: hidden;
      background: #fff; }
      .index-product .list .pic img {
        transition: all 500ms; }
    .index-product .list .title {
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      text-align: center;
      background: #e6e6e6;
      transition: all 500ms; }

.index-tedian {
  background: url("../images/teidian-bg.jpg") no-repeat center top;
  height: 1001px; }
  .index-tedian .name-box {
    color: #fff; }
  .index-tedian .list {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
    min-width: 320px;
    margin-top: 45px;
    height: 650px;
    position: relative; }
    .index-tedian .list .item {
      position: absolute; }
      .index-tedian .list .item .outer-div {
        position: relative; }
      .index-tedian .list .item img {
        position: absolute; }
      .index-tedian .list .item h3 {
        font-size: 24px; }
      .index-tedian .list .item p {
        font-size: 16px;
        line-height: 30px; }
    .index-tedian .list .item1 {
      left: 43px;
      bottom: 67px; }
      .index-tedian .list .item1 img {
        right: -144px;
        top: 31px; }
    .index-tedian .list .item2 {
      left: 310px;
      bottom: 425px; }
      .index-tedian .list .item2 img {
        right: 0;
        top: 120px; }
    .index-tedian .list .item3 {
      left: 620px;
      top: 93px; }
      .index-tedian .list .item3 img {
        right: 130px;
        top: 110px; }
    .index-tedian .list .item4 {
      right: 30px;
      top: 367px; }
      .index-tedian .list .item4 img {
        right: 219px;
        top: 48px; }
  .index-tedian .bottom {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
    min-width: 320px;
    justify-content: space-between;
    padding-top: 30px; }
    .index-tedian .bottom .wz1 h4 {
      margin-top: 10px;
      font-size: 20px;
      line-height: 20px;
      color: #fff; }
    .index-tedian .bottom .wz2 {
      color: #fff; }
      .index-tedian .bottom .wz2 h3 {
        font-weight: normal; }
      .index-tedian .bottom .wz2 h4 {
        margin-top: 10px;
        font-size: 28px;
        line-height: 28px; }

.index-cases .main-box {
  margin-top: 40px; }
  .index-cases .main-box .btn-list {
    width: 400px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 10px; }
    .index-cases .main-box .btn-list .item {
      width: 195px;
      height: 195px;
      line-height: 195px;
      background: #545454;
      margin-bottom: 10px; }
      .index-cases .main-box .btn-list .item:nth-last-child(-n+2) {
        margin-bottom: 0; }
      .index-cases .main-box .btn-list .item:hover, .index-cases .main-box .btn-list .item.curr {
        background: #24A94B; }
      .index-cases .main-box .btn-list .item a {
        width: 80%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 auto;
        font-size: 18px;
        color: #fff; }
  .index-cases .main-box .roll-box .item {
    width: 790px;
    height: 605px;
    flex: none;
    position: relative; }
  .index-cases .main-box .roll-box .text {
    padding: 30px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(84, 84, 84, 0.8); }
    .index-cases .main-box .roll-box .text .title {
      width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 20px;
      line-height: 28px; }
    .index-cases .main-box .roll-box .text .desc {
      width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 14px;
      height: 18px;
      line-height: 18px; }
    .index-cases .main-box .roll-box .text .list-a {
      color: #fff;
      line-height: 18px;
      height: 18px; }

.index-partners {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  min-width: 1200px; }
  .index-partners .pic {
    margin-top: -92px; }

.index-lc {
  background: url("../images/index-lc-bg.jpg") no-repeat center center;
  margin-top: 50px;
  padding: 60px 0; }
  .index-lc .name-box {
    color: #fff; }
  .index-lc .lc1 {
    margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin-top: 60px;
    background: #fff;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden; }
    .index-lc .lc1 .item {
      width: 150px;
      height: 184px;
      text-align: center;
      border-bottom: 1px solid #e0e0e0;
      flex: none; }
      .index-lc .lc1 .item-1 em {
        background-image: url("../images/lc-1.png"); }
      .index-lc .lc1 .item-1:hover em {
        background-image: url("../images/lc-1-hover.png"); }
      .index-lc .lc1 .item-2 em {
        background-image: url("../images/lc-2.png"); }
      .index-lc .lc1 .item-2:hover em {
        background-image: url("../images/lc-2-hover.png"); }
      .index-lc .lc1 .item-3 em {
        background-image: url("../images/lc-3.png"); }
      .index-lc .lc1 .item-3:hover em {
        background-image: url("../images/lc-3-hover.png"); }
      .index-lc .lc1 .item-4 em {
        background-image: url("../images/lc-4.png"); }
      .index-lc .lc1 .item-4:hover em {
        background-image: url("../images/lc-4-hover.png"); }
      .index-lc .lc1 .item-5 em {
        background-image: url("../images/lc-5.png"); }
      .index-lc .lc1 .item-5:hover em {
        background-image: url("../images/lc-5-hover.png"); }
      .index-lc .lc1 .item-6 em {
        background-image: url("../images/lc-6.png"); }
      .index-lc .lc1 .item-6:hover em {
        background-image: url("../images/lc-6-hover.png"); }
      .index-lc .lc1 .item-7 em {
        background-image: url("../images/lc-7.png"); }
      .index-lc .lc1 .item-7:hover em {
        background-image: url("../images/lc-7-hover.png"); }
      .index-lc .lc1 .item-8 em {
        background-image: url("../images/lc-8.png"); }
      .index-lc .lc1 .item-8:hover em {
        background-image: url("../images/lc-8-hover.png"); }
      .index-lc .lc1 .item a {
        display: block;
        height: 100%;
        width: 100%;
        padding-top: 36px; }
        .index-lc .lc1 .item a em {
          display: block;
          margin: 0 auto 20px;
          width: 80px;
          height: 80px;
          background-position: center;
          background-repeat: no-repeat; }
      .index-lc .lc1 .item:hover {
        background-image: url("../images/lc-hover-bg.png");
        background-position: center top; }
        .index-lc .lc1 .item:hover a {
          color: #fff; }
    .index-lc .lc1 .zipper {
      position: absolute;
      left: 0;
      bottom: 17px;
      width: 1200px;
      height: 30px;
      background: url("../images/lc-way.png") no-repeat left center;
      z-index: 11; }
    .index-lc .lc1:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 17px;
      width: 1200px;
      height: 30px;
      background: url("../images/lc-way-bg.png") no-repeat left center;
      z-index: 10; }

.index-news .main-box {
  margin-top: 30px; }
.index-news .btn-list .btn {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 50px 0 30px;
  border: 1px solid rgba(84, 84, 84, 0.8);
  margin-right: 20px; }
  .index-news .btn-list .btn.curr {
    background: #24A94B;
    color: #fff; }
.index-news .btn-list .sort-a {
  border-radius: 24px;
  padding: 0 50px; }
  .index-news .btn-list .sort-a:hover {
    background: #24A94B;
    color: #fff; }
.index-news .roll-box {
  margin-top: 20px; }
  .index-news .roll-box .item {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    flex: none; }
  .index-news .roll-box .left-box {
    width: 55%;
    margin-right: 60px; }
    .index-news .roll-box .left-box .item-1:hover img {
      transform: scale(1.1); }
    .index-news .roll-box .left-box .item-1 + .item-1 {
      margin-top: 20px; }
    .index-news .roll-box .left-box .pic {
      width: 300px;
      height: 200px;
      flex: none;
      margin-right: 10px;
      overflow: hidden;
      border-radius: 5px; }
      .index-news .roll-box .left-box .pic img {
        width: 100%;
        height: 100%;
        transition: all 500ms; }
    .index-news .roll-box .left-box .text {
      padding: 10px 0;
      width: 200px;
      flex: auto; }
      .index-news .roll-box .left-box .text h3 {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .index-news .roll-box .left-box .text span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 22px;
        height: 66px;
        margin-top: 20px;
        color: #333; }
  .index-news .roll-box .right-box {
    padding-right: 20px; }
    .index-news .roll-box .right-box .item-2 {
      hieght:30px;
      line-hieght:30px;
      margin-top: 15px;
      border-bottom: 1px solid rgba(181, 181, 181, 0.8); }
        .index-news .roll-box .right-box .title {
      font-weight: normal;
      height: 30px;
      line-height: 30px;
      overflow: hidden; }
    .index-news .roll-box .right-box .time {
      margin-left: 30px; }

.index-about .about-path {
  padding: 50px 0 150px;
  background: url("../images/index-about-bg.png") no-repeat center top; }
  .index-about .about-path .name-box {
    color: #fff; }
    .index-about .about-path .name-box .def2 {
      margin-top: 8px; }
  .index-about .about-path .content {
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 34px; }
.index-about .about-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  background: #fff;
  box-shadow: 0 0 15px 0 #333;
  margin-top: -100px; }
  .index-about .about-list .item {
    width: 25%;
    flex: none;
    padding: 30px 0;
    text-align: center;
    position: relative;
    transition: all 500ms; }
    .index-about .about-list .item + .item:before {
      content: "";
      height: 70%;
      width: 0;
      border-left: 1px solid #333;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .index-about .about-list .item:hover {
      background: #24A94B;
      color: #fff; }
      .index-about .about-list .item:hover:before {
        border-color: #0c5be3; }
      .index-about .about-list .item:hover .pic {
        background-position-y: bottom; }
    .index-about .about-list .item:nth-child(1) .pic {
      background-image: url("../images/index-about-1.png"); }
    .index-about .about-list .item:nth-child(2) .pic {
      background-image: url("../images/index-about-2.png"); }
    .index-about .about-list .item:nth-child(3) .pic {
      background-image: url("../images/index-about-3.png"); }
    .index-about .about-list .item:nth-child(4) .pic {
      background-image: url("../images/index-about-4.png"); }
  .index-about .about-list .pic {
    background: url("../images/index-about-1.png") no-repeat center top;
    width: 52px;
    height: 65.5px;
    transition: all 500ms; }
  .index-about .about-list .txt {
    font-size: 22px;
    font-weight: bold;
    line-height: 42px; }

.index-huanjing .btn-list {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: center; }
  .index-huanjing .btn-list .btn {
    margin: 0 20px;
    font-size: 20px;
    line-height: 42px; }
    .index-huanjing .btn-list .btn:before {
      content: "";
      display: block;
      background: url("../images/index-hj-btn-1.png") no-repeat center top;
      width: 46px;
      height: 42px;
      margin: 0 auto; }
    .index-huanjing .btn-list .btn:hover:before, .index-huanjing .btn-list .btn.curr:before {
      background-position-y: bottom; }
    .index-huanjing .btn-list .btn:nth-child(1):before {
      background-image: url("../images/index-hj-btn-1.png"); }
    .index-huanjing .btn-list .btn:nth-child(2):before {
      background-image: url("../images/index-hj-btn-2.png"); }
    .index-huanjing .btn-list .btn:nth-child(3):before {
      background-image: url("../images/index-hj-btn-3.png"); }
.index-huanjing .roll-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  margin-top: 30px; }
  .index-huanjing .roll-box .list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .index-huanjing .roll-box .list .item {
      flex: none; }
  .index-huanjing .roll-box .data-list {
    width: 1200px;
    overflow: hidden; }
  .index-huanjing .roll-box .data-item {
    width: 25%; }
  .index-huanjing .roll-box .pic {
    margin: 0 10px; }

.index-links {
  padding: 0;
  line-height: 40px;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 80px;
  color: #fff; }
  .index-links .container {
    position: relative; }
    .index-links .container:hover .list {
      position: absolute;
      height: auto;
      background: #0b64b1;
      padding: 20px;
      box-shadow: 1px 1px 1px 0 #fff, -1px -1px 1px 0 #fff; }
  .index-links .title {
    font-size: 18px;
    font-weight: bold; }
  .index-links .list {
    height: 40px;
    overflow: hidden;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%; }
  .index-links a {
    display: block;
    margin-right: 10px;
    color: #fff; }

.footer {
  margin-top: 60px;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/footer-bg.jpg") no-repeat center top; }
  .footer .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    justify-content: space-around; }
  .footer .footer-nav .name {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold; }
  .footer .nav-path {
    margin-top: 20px; }
    .footer .nav-path .list + .list {
      margin-left: 20px; }
    .footer .nav-path .item {
      color: #fff;
      display: block;
      height: 26px;
      line-height: 26px;
      width: 100%; }
      .footer .nav-path .item:hover {
        color: #4c88ef; }
  .footer .weixin .qrcode + .qrcode {
    margin-left: 20px; }
  .footer .weixin .qrcode dd {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-align: center; }
  .footer .weixin .qrcode img {
    width: 130px; }
  .footer .contact .item {
    line-height: 30px; }

.copyright {
  background: #24A94B;
  color: #fff;
  padding: 20px 30px;
  text-align: center; }

.copyright a {
  color: #fff; }

.page-content {
  padding: 30px 0 50px; }
  .page-content .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; }

/*面包屑 开始*/
.currLocation {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #24A94B;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px; }
  .currLocation .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; }
  .currLocation .nav_x:before {
    margin-right: 10px;
    font-size: 20px;
    color: #0c5be3;
    font-family: "iconfont"; }

/*面包屑 结束*/
.page-left-box {
  width: 270px;
  margin-right: 30px;
  background: #fff; }
  .page-left-box .sub-box {
    margin-bottom: 30px; }
    .page-left-box .sub-box:last-child {
      margin-bottom: 0; }
  .page-left-box .left-sub-nav .name {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: #24A94B no-repeat;
    height: 102px;
    width: 270px;
    line-height: 102px;
    color: #fff;
    position: relative; }
  .page-left-box .left-sub-nav .category .nav-a {
    display: block;
    padding-left: 25px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #f3f3f3;
    color: #1c1c1c;
    position: relative; }
    .page-left-box .left-sub-nav .category .nav-a:before {
      content: "\e66b";
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      font-size: 16px;
      color: #666; }
  .page-left-box .left-sub-nav .category .on .nav-a, .page-left-box .left-sub-nav .category .nav-a:hover {
    color: #fff;
    background: #24A94B; }
    .page-left-box .left-sub-nav .category .on .nav-a:before, .page-left-box .left-sub-nav .category .nav-a:hover:before {
      color: #fff; }
  .page-left-box .left-sub-nav .category .nav-2-a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f3f3f3; }
    .page-left-box .left-sub-nav .category .nav-2-a:before {
      content: "\e626";
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%); }
  .page-left-box .contact {
    background: #24A94B;
    color: #fff;
    position: relative;
    padding: 30px 10px 30px 70px; }
    .page-left-box .contact .pone {
      font-size: 28px; }
    .page-left-box .contact:before {
      content: "\e611";
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }

.list-page {
  /*list-1 样式开始*/
  /*list-1 样式结束*/
  /*list-2 样式开始*/
  /*list-2 样式结束*/ }
  .list-page .list-1 .item {
    border-bottom: 1px solid #1a50ac;
    display: block;
    padding: 20px;
    transition: all .5s; }
    .list-page .list-1 .item a {
      color: #1a50ac; }
    .list-page .list-1 .item .pic {
      margin-right: 10px; }
    .list-page .list-1 .item .txt-box {
      position: relative; }
    .list-page .list-1 .item .title {
      font-size: 18px;
      line-height: 50px;
      font-weight: bold;
      color: #333;
      width: 85%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-left: 0; }
    .list-page .list-1 .item .desc {
      color: #333;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 22px;
      height: 66px; }
    .list-page .list-1 .item .time {
      font-size: 12px;
      color: #666;
      position: absolute;
      top: 0;
      right: 20px;
      height: 50px;
      line-height: 50px; }
    .list-page .list-1 .item:hover {
      box-shadow: 0 0 15px rgba(31, 96, 208, 0.2); }
      .list-page .list-1 .item:hover .title {
        color: #0c5be3; }
  .list-page .list-2 {
    background: #fff;
    padding: 0 0 30px; }
    .list-page .list-2 .outer-div {
      border: 1px solid #f8f8f8;
      margin: 0 10px 10px;
      text-align: center; }
      .list-page .list-2 .outer-div:hover .img {
        transform: scale(1.1); }
      .list-page .list-2 .outer-div:hover .title {
        background: #24A94B;
        color: #fff; }
    .list-page .list-2 .pic {
      overflow: hidden; }
    .list-page .list-2 .img {
      transition: all 500ms; }
    .list-page .list-2 .title {
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      font-size: 16px;
      background: #f8f8f8;
      color: #333;
      transition: all 500ms; }

.show-1 .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center; }
.show-1 .time {
  display: block;
  line-height: 26px;
  text-align: center; }
.show-1 .content {
  margin-top: 10px;
  padding-top: 10px; }

.show-2 .show-head {
  text-align: center; }
.show-2 .images-box {
  margin-top: 20px; }
.show-2 .big-roll-box {
  overflow: hidden; }
.show-2 .small-roll-box {
  margin-top: 20px;
  overflow: hidden; }
.show-2 .small-roll-box .item {
  position: relative; }
.show-2 .small-roll-box .item:before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 0; }
.show-2 .small-roll-box .swiper-slide {
  opacity: .6; }
.show-2 .small-roll-box .swiper-slide-thumb-active {
  opacity: 1; }
.show-2 .show-head .text-box {
  text-align: left;
  margin-left: 30px; }
.show-2 .show-head .title {
  height: 60px;
  line-height: 30px;
  font-size: 20px;
  color: #1f60d0; }
.show-2 .show-head .desc {
  margin-top: 20px; }
.show-2 .pro-show-ask {
  margin-top: 20px;
  padding: 6px 15px;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: bold;
  position: relative; }
.show-2 .show-content {
  margin-top: 40px; }

/*相关信息开始*/
.tags-box {
  box-shadow: 0 0 15px 5px #f6f6f6;
  padding: 30px; }
  .tags-box .title-box {
    font-size: 18px;
    color: #03359f;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: relative; }
    .tags-box .title-box:before {
      content: "";
      width: 100px;
      height: 0;
      border-bottom: 3px solid #03359f;
      position: absolute;
      left: 0;
      bottom: -1px; }
  .tags-box .list-1 {
    padding: 20px;
    font-size: 14px;
    justify-content: space-between; }
    .tags-box .list-1 .item-a {
      width: 95%;
      display: block;
      height: 36px;
      line-height: 36px;
      border-bottom: 1px dashed #eee; }
  .tags-box .roll-box {
    overflow: hidden; }
    .tags-box .roll-box .list-2 {
      padding: 20px 0;
      text-align: center; }
      .tags-box .roll-box .list-2 .outer-div {
        margin: 0 5px;
        display: block; }
        .footer{ background: #333; color:#fff;  min-height: 330px;}
.footer .container{ position: relative;  display: flex;}
.footer .f_wx {  width: 180px; padding-bottom: 30px;  text-align: center; background: #fff;flex:0 0 auto; }

.footer .f_wx dl dt {

    padding-top: 22px;

    margin-bottom: 10px;

}
.tags-box .list-1 {
  padding: 20px;
  font-size: 14px;
  justify-content: space-between; }

.tags-box .list-1 .item-a {
  width: 95%;
  display: block;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #eee; }

.tags-box .roll-box {
  overflow: hidden; }

.tags-box .roll-box .list-2 {
  padding: 20px 0;
  text-align: center; }

.tags-box .roll-box .list-2 .outer-div {
  margin: 0 5px;
  display: block; }
  
    .page-list-box .list-city .item {
    padding: 10px 0; }
.page-list-box .list-city .item .outer-div {
    height: 60px;
    overflow: hidden;
    background-color: #f7f7f7; }
.page-list-box .list-city .item .city {
    width: 150px;
    text-align: center;
    flex: none;
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 0 10px;
    font-size: 18px;
    background-color: #1048a0;
    color: #fff; }
.page-list-box .list-city .item .title {
    padding: 0 20px;
    line-height: 60px;
    width: 200px;
    flex: auto; }
.page-list-box .list-city .item .time {
    padding: 0 10px;
    line-height: 60px;
    flex: none; }

.footer .f_wx dl dt img {

    display: block;

    margin: 0 auto;

    width: 160px;

    height: 160px;

}

.footer .f_wx dl dd.dd1 {

    font-size: 14px;

    color: #333;

}
.footer .f_wx dl dd.dd2 {
    font-size: 13px;

    width: 125px;

    margin: 16px auto 12px auto;

    height: 9px;

    position: relative;

    border-bottom: 1px solid #999999;

}

.footer .f_wx dl dd.dd2 i {

    display: block;

    width: 70px;

    margin: 0 auto;

    background: #fff;

    color: #333;

}

.footer .f_wx dl dd.dd3 {

    font-size: 20px;

    color: #24A94B;

    font-weight: bold;

}
.index-news .roll-box-2 .item {
    white-space: nowrap;
    flex: none;
    display: block;
    overflow: hidden;
    width: 200px;
    padding-right: 20px;
    text-overflow: ellipsis;
    font-size: 16px; }
.footer a{ color:#b6b6b6;}
.footer a:hover{ color:#fff;}
.footer .footer-nav1{ justify-content: space-between; height: 50px; line-height: 50px; border-bottom: 1px solid #545454}
.footer .footer-nav1 li{ flex: auto;}
.footer .footer-nav1 a{  display: block; text-align: center;}
.footer  .f_bot{  margin-top: 32px; padding: 0 30px;  }
.footer  .bot_ul1{ padding: 0 50px; border-right:1px solid #545454;  }
.footer  .bot_ul1:last-child{ border-right: none;}
.footer  .bot_ul1 li:first-child {

    font-size: 14px;

    font-weight: bold;

    margin-bottom: 15px;

    height: 18px;

    line-height: 18px;

}

.footer .f_bot ul.bot_ul1 li:first-child a {
    color: #fff;
}
.footer .f_bot ul.bot_ul1 li {

    line-height: 28px;

    font-size: 13px;

    position: relative;

    color: #b6b6b6;

}
.footer .f_bot ul.bot_ul1 li a {
    white-space: nowrap; }

/*相关信息结束*/

/*# sourceMappingURL=style.css.map */
</pre></body></html>