@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto; }

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px; } }
html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 1600px) {
    html, body {
      font-size: 16px; } }

.formSet input, .formSet textarea {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    color: #151515; }

.logo-nav-search {
  background: url("/runtime/png/f3/50/b1/50/d1/08a93d6e6c4f1bfbeb6094.png") no-repeat center top;
  height: 80px;
  color: #fff;
  padding: 0 40px;
  position: relative; }
  .logo-nav-search .logo {
    justify-content: center; }
  .logo-nav-search .main-nav {
    height: 100%;
    margin: 0 40px;
    justify-content: end; }
    .logo-nav-search .main-nav .nav-ul-1 {
      height: 100%;
      justify-content: end; }
      .logo-nav-search .main-nav .nav-ul-1 .nav-li-1 {
        justify-content: center;
        position: relative; }
        .logo-nav-search .main-nav .nav-ul-1 .nav-li-1 .nav-a-1 {
          height: 30px;
          line-height: 30px;
          padding: 0 18px;
          display: block;
          color: #fff;
          border-radius: 20px;
          transition: 500ms;
          font-size: 14px; }
        .logo-nav-search .main-nav .nav-ul-1 .nav-li-1.hover .nav-a-1 {
          background-color: #333333; }
        .logo-nav-search .main-nav .nav-ul-1 .nav-li-1:hover .nav-a-1 {
          background-color: #333333; }
        .logo-nav-search .main-nav .nav-ul-1 .nav-li-1:hover .nav-dl-2 {
          top: 100%;
          opacity: 1;
          display: block;
          visibility: visible; }
        .logo-nav-search .main-nav .nav-ul-1 .nav-li-1 + .nav-li-1 {
          margin-left: 18px; }
      .logo-nav-search .main-nav .nav-ul-1 .nav-dl-2 {
        position: absolute;
        left: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 500ms;
        z-index: 9999;
        min-width: 100%; }
        .logo-nav-search .main-nav .nav-ul-1 .nav-dl-2 .nav-a-2 {
          display: block;
          height: 40px;
          line-height: 40px;
          width: 100%;
          text-align: center;
          padding: 0 10px;
          background-color: #030303;
          color: #fff;
          font-size: 14px; }
          .logo-nav-search .main-nav .nav-ul-1 .nav-dl-2 .nav-a-2:hover {
            background-color: #333333; }
        .logo-nav-search .main-nav .nav-ul-1 .nav-dl-2 .nav-dd-2 + .nav-dd-2 .nav-a-2 {
          border-top: 1px solid #333333; }
  .logo-nav-search .search {
    height: 100%;
    overflow: hidden;
    justify-content: center; }
    .logo-nav-search .search .click {
      height: 30px;
      line-height: 30px;
      padding: 0 30px;
      border-radius: 20px;
      border: 1px solid #333333; }
      .logo-nav-search .search .click:hover {
        background-color: #333333; }
      .logo-nav-search .search .click.open:before {
        content: "\e5006"; }
    .logo-nav-search .search .searchformform {
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 999;
      background-color: #fff;
      height: 100%;
      padding: 0 30px;
      transition: 500ms;
      display: none;
      opacity: 0; }
      .logo-nav-search .search .searchformform.open {
        display: block;
        opacity: 1; }
      .logo-nav-search .search .searchformform .box {
        position: relative;
        height: 100%;
        justify-content: center; }
      .logo-nav-search .search .searchformform .keyword {
        height: 40px;
        line-height: 40px;
        width: 300px;
        font-size: 18px;
        padding: 0 50px 0 10px;
        border-bottom: 1px solid #ddd; }
      .logo-nav-search .search .searchformform .searchgo {
        position: absolute;
        top: 50%;
        right: 0;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        transform: translateY(-50%);
        font-size: 24px; }

.nybanner {
  height: 250px;
  background-size: cover; }
  .nybanner .container {
    height: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    color: #fff; }
    .nybanner .container .name {
      font-size: 36px; }
    .nybanner .container .subname {
      font-size: 30px;
      font-family: Arial;
      font-weight: bold; }
    .nybanner .container .line {
      width: 50px;
      height: 2px;
      background-color: #fff;
      margin-top: 10px; }

.footer {
  background-color: #009440;
  color: #fff; }
  .footer a {
    color: #FFF; }
  .footer .links {
    padding: 20px 0;
    border-bottom: 1px solid #fdfdfd; }
    .footer .links span {
      font-size: 18px; }
    .footer .links a {
      margin-left: 10px; }
  .footer .footer-main {
    padding: 80px 0 20px;
    justify-content: space-between; }
    .footer .footer-main .footer-nav dt {
      margin-bottom: 10px; }
      .footer .footer-main .footer-nav dt a {
        color: #fff;
        font-size: 18px; }
    .footer .footer-main .footer-nav dd a {
      font-size: 12px; }
      .footer .footer-main .footer-nav dd a:hover {
        color: #eed398; }
    .footer .footer-main .wx {
      width: 120px; }
    .footer .footer-main .contact {
      max-width: 300px; }

.copyright {
  padding: 10px 0;
  text-align: center;
  background-color: #014d22;
  font-size: 12px;
  color: #999; }
  .copyright a {
    color: #999; }
    .copyright a:hover {
      color: #fff; }

.index-item {
  margin: 60px 0; }
  .index-item .sort-box {
    text-align: center; }
    .index-item .sort-box .sort-name {
      position: relative;
      height: 30px;
      line-height: 30px;
      margin-bottom: 5px;
      font-size: 30px;
      font-weight: bold; }
      .index-item .sort-box .sort-name:before, .index-item .sort-box .sort-name:after {
        content: "";
        height: 7px;
        width: 35%;
        border-top: 1px solid #a7a7a7;
        border-bottom: 1px solid #a7a7a7;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .index-item .sort-box .sort-name:after {
        left: auto;
        right: 0; }
    .index-item .sort-box .sort-subname {
      color: #999;
      text-transform: uppercase;
      font-size: 20px; }

.index-product .list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 2px;
  grid-column-gap: 2px; }
  .index-product .list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .index-product .list .item {
    background: url("/runtime/jpg/f4/d1/b5/a4/ec/ab0e7ac20f0f9ad061c426.jpg") repeat center;
    height: 218px;
    position: relative;
    overflow: hidden; }
    .index-product .list .item .txt-box {
      padding-top: 48px;
      padding-left: 48px;
      position: relative;
      padding-bottom: 60px;
      transition: 500ms; }
      .index-product .list .item .txt-box .name {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px; }
      .index-product .list .item .txt-box .subname {
        color: #FFF;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px; }
      .index-product .list .item .txt-box:after {
        content: "";
        position: absolute;
        left: 48px;
        bottom: 0;
        background-image: url("/runtime/png/f3/15/10/02/6e/4f1144bd36f2ce58afa49c.png");
        width: 40px;
        height: 40px;
        background-position: 0px -196px;
        transition: 500ms; }
    .index-product .list .item .pic {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
    .index-product .list .item:hover .txt-box {
      transform: translateY(20px); }
      .index-product .list .item:hover .txt-box:after {
        transform: translateY(100px); }

.index-bei {
  background: url("/runtime/jpg/2a/cc/58/f9/76/14a63168cfc7b748e40c60.jpg") center top;
  height: 591px; }
  .index-bei .container {
    position: relative;
    height: 100%; }
  .index-bei .list {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 0;
    background: #fff;
    text-align: center; }
    .index-bei .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-bei .list .item {
      padding: 35px 0 10px 0;
      position: relative;
      min-height: 200px; }
      .index-bei .list .item .absolute {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        z-index: 9;
        background: rgba(98, 100, 106, 0.6);
        color: #fff;
        transition: 500ms; }
        .index-bei .list .item .absolute .txt-2 {
          font-size: 18px;
          margin: 10px 0; }
        .index-bei .list .item .absolute:after {
          content: "\e1a09";
          font-size: 20px; }
      .index-bei .list .item:nth-child(2n) {
        background-color: #eee; }
      .index-bei .list .item:hover .absolute {
        top: 0; }

.index-zhi-chi .list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 0px;
  grid-column-gap: 0px; }
  .index-zhi-chi .list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .index-zhi-chi .list .item {
    border-right: 1px solid #eee;
    height: 300px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center; }
    .index-zhi-chi .list .item:nth-child(5n) {
      border-right-color: transparent; }
    .index-zhi-chi .list .item:nth-child(n + 6) {
      border-top: 1px solid #eee; }
    .index-zhi-chi .list .item:hover .absolute {
      left: 0; }
    .index-zhi-chi .list .item .szs-img {
      width: 65px;
      height: 65px;
      line-height: 65px;
      border-radius: 65px;
      border: 2px solid #000;
      margin: 0 auto 30px;
      position: relative; }
      .index-zhi-chi .list .item .szs-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .index-zhi-chi .list .item .txt-1 {
      margin-bottom: 10px;
      font-size: 18px; }
    .index-zhi-chi .list .item .txt-2 {
      font-size: 12px; }
    .index-zhi-chi .list .item .absolute {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: center;
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      top: 0;
      left: -100%;
      color: #fff;
      background-color: #3f4249;
      transition: 500ms; }
      .index-zhi-chi .list .item .absolute .szs-img {
        border-color: #fff; }
.index-zhi-chi .btn-list {
  margin: 30px auto 10px;
  justify-content: center; }
  .index-zhi-chi .btn-list .btn {
    width: 170px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000; }
    .index-zhi-chi .btn-list .btn a {
      display: block;
      width: 100%;
      height: 100%; }
    .index-zhi-chi .btn-list .btn:nth-child(2) {
      background-color: #000; }
      .index-zhi-chi .btn-list .btn:nth-child(2) a {
        color: #fff; }

.index-news {
  background-color: #eee;
  padding: 60px 0;
  margin: 0; }
  .index-news .left-right-box {
    justify-content: space-between; }
  .index-news .quick {
    width: 800px;
    flex: 0 0 auto;
    margin-right: 30px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px; }
    .index-news .quick > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-news .quick .item {
      position: relative;
      background: url("/runtime/jpg/08/a0/ff/1f/51/049aaae6a50b8b08213784.jpg") no-repeat center;
      background-size: cover;
      transition: 500ms; }
      .index-news .quick .item a {
        width: 100%;
        height: 100%;
        display: block; }
      .index-news .quick .item .txt {
        transition: 500ms;
        position: absolute;
        top: 48px;
        left: 48px;
        color: #fff; }
        .index-news .quick .item .txt h3 {
          font-size: 26px;
          font-weight: bold;
          line-height: 26px; }
        .index-news .quick .item .txt .icon {
          background: url("/runtime/png/f3/15/10/02/6e/4f1144bd36f2ce58afa49c.png") no-repeat 0 -243px;
          width: 19px;
          height: 19px;
          display: block;
          margin-top: 20px;
          transition: 500ms;
          transform: translateX(-70px); }
      .index-news .quick .item:hover .txt {
        transform: translateY(-20px); }
        .index-news .quick .item:hover .txt .icon {
          transform: translateX(0); }
      .index-news .quick .item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        background-image: url("/runtime/jpg/08/a0/ff/1f/51/049aaae6a50b8b08213784.jpg"); }
      .index-news .quick .item:nth-child(2) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        background-image: url("/runtime/jpg/bd/6e/a2/73/5f/813ee8d3ef07be610ec2c4.jpg"); }
      .index-news .quick .item:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        background-image: url("/runtime/jpg/d3/31/98/7e/14/80f76c9b0acc24297de4b4.jpg"); }
      .index-news .quick .item:nth-child(4) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;
        background-image: url("/runtime/jpg/c7/d7/f9/7e/2d/d4b1c9a4931848030255b2.jpg"); }
  .index-news .news-box {
    flex: 1 1 auto; }
    .index-news .news-box .item {
      padding: 27px 0;
      border-bottom: 1px solid #ccc;
      transition: 500ms; }
      .index-news .news-box .item .title {
        font-size: 20px;
        color: #000; }
      .index-news .news-box .item .desc {
        margin-top: 16px;
        font-size: 14px;
        color: #666; }
      .index-news .news-box .item:hover {
        transform: translateX(-10px); }

.page-content {
  background-color: #f5f5f5; }

.menu {
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #eee; }
  .menu .list {
    height: 100%; }
    .menu .list li {
      flex: 1 0 auto;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      border-left: 1px solid #eee; }
      .menu .list li .nav1 {
        display: block;
        width: 100%; }
      .menu .list li:last-child {
        border-right: 1px solid #eee; }
      .menu .list li.hover {
        background-color: #151515; }
        .menu .list li.hover a {
          color: #fff; }

.sitepath {
  height: 80px;
  line-height: 80px;
  text-align: right;
  padding-right: 20px; }
  .sitepath:before {
    margin-right: 10px; }

.content-box {
  background-color: #fff;
  padding: 40px; }

.list-img {
  grid-gap: 20px 20px; }
  .list-img .item {
    box-shadow: 0 0 5px 1px #eee; }
    .list-img .item .outer-div {
      position: relative;
      overflow: hidden; }
      .list-img .item .outer-div:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        transition: 500ms;
        background-color: rgba(51, 51, 51, 0.6); }
      .list-img .item .outer-div:after {
        content: "\e1a08";
        position: absolute;
        transition: 500ms;
        z-index: 2;
        left: -50%;
        top: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 60px; }
    .list-img .item .title {
      text-align: center;
      height: 64px;
      line-height: 64px; }
    .list-img .item:hover .outer-div:before {
      left: 0; }
    .list-img .item:hover .outer-div:after {
      left: 50%; }
    .list-img .item:hover .title {
      background-color: #333;
      color: #fff; }

.list-news {
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  .list-news .pic {
    margin-right: 20px; }
  .list-news img {
    width: 100%;
    height: 100%; }
  .list-news .text-box {
    position: relative;
    margin: 15px 15px; }
    .list-news .text-box .title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
    .list-news .text-box .date {
      font-size: 12px;
      font-weight: normal;
      color: #ccc;
      line-height: 18px; }
    .list-news .text-box .desc {
      margin-top: 10px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 24px;
      height: 48px;
      font-size: 14px;
      font-weight: normal;
      color: #666; }

.show-news .contentBox .title {
  text-align: center; }
.show-news .contentBox .time {
  text-align: center;
  margin: 10px 0;
  padding: 10px;
  font-size: 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.show-pro .contentBox .title {
  text-align: center; }
.show-pro .small-roll-box {
  background-color: #eee; }
  .show-pro .small-roll-box .pic {
    box-sizing: content-box;
    margin: 10px 0;
    padding: 5px;
    border: 3px solid #ddd;
    background-color: #fff;
    opacity: 0.6; }
  .show-pro .small-roll-box .swiper-slide-thumb-active .pic {
    opacity: 1;
    border-color: #333; }
.show-pro .content {
  margin-top: 40px; }


.clearfix {
  width: 100%;
  height: 0;
  clear: both; }

.msgPage {
  padding: 40px 0px 55px;
  width: 1120px;
  margin: 0 auto;
  margin-top: 50px;
  background: #fff;
  border: 1px solid #ddd; }

.msgPage .online_title {
  margin-bottom: 30px; }

.msgPage .online_title .tit {
  font-size: 30px;
  color: #737373;
  text-align: center; }

.msgPage .online_title .entit {
  font-size: 14px;
  color: #737373;
  font-family: Arial;
  text-transform: uppercase;
  text-align: center; }

.messages-box {
  padding: 10px 30px; }
  .messages-box input[type=submit] {
    background-color: #333;
    color: #fff; }

.site-map-page {
  padding: 50px 0; }

.site-map-page .sitemap {
  padding: 30px; }

.site-map-page .sitename {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  justify-content: center; }
  .site-map-page .sitename .tag-a {
    font-size: 20px;
    font-weight: normal;
    margin-left: 20px; }

.site-map-page .navul {
  padding-top: 20px; }

.site-map-page .navul .navli {
  padding-right: 16px;
  flex: none; }

.site-map-page .navul .navli_first {
  font-weight: bold; }

.site-map-page .dataul {
  flex-wrap: wrap;
  padding: 16px;
  border: 1px dashed #333; }

.site-map-page .dataul .datali {
  width: 19%;
  margin-right: 1%; }


