
html {
  height: 100%;
  border: none; }

body {
  height: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  font-family: Arial, "microsoft yahei", "iconfont";
  background: #ffffff; }

a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #23e775;
  text-decoration: none; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px; margin-bottom: -15px; }

.indexbanner .bannerItem {
  display: block; }

.logo-nav {
  padding: 20px 0;
  background-color: #ffffff; }
  .logo-nav .container {
    justify-content: space-between; }
  .logo-nav .logo {
    margin-right: 160px; margin-top: -10px; margin-bottom: 10px; }
    .logo-nav .logo img {
    }
  .logo-nav.sticky {
    border-bottom: 1px solid #3f468c; }
    .logo-nav.sticky .nav-dl-2 {
      box-shadow: 0 4px 2px 2px #109447; }

/*主导航开始*/
.main-nav {
  text-transform: capitalize; }
  .main-nav .nav-ul-1 {
    justify-content: space-between; }
  .main-nav .nav-li-1 {
    flex: auto;
    position: relative;
    height: 40px; }
    .main-nav .nav-li-1:hover .nav-a-1 {
      color: #12ab52; }
    .main-nav .nav-li-1:hover .nav-dl-2 {
      opacity: 1;
      visibility: visible; }
  .main-nav .nav-a-1 {
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
    letter-spacing: 1.1px;
    height: 40px;
    line-height: 40px; }
  .main-nav .nav-dl-2 {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    min-width: 100%;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 500ms; }
  .main-nav .nav-dd-2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #109447; }
    .main-nav .nav-dd-2:first-child {
      border-top: none; }
    .main-nav .nav-dd-2:last-child {
      border-bottom: none; }
  .main-nav .nav-a-2 {
    display: block;
    color: #109447;
    padding: 0 10px; }
    .main-nav .nav-a-2:hover {
      background-color: #109447;
      color: #ffffff; }

/*主导航结束*/
.index-item {
  padding-top: 40px; }

.index-adv .container {
  justify-content: space-between; }
.index-adv .item {
  width: 33.33%; }
.index-adv .outer-div {
  margin: 10px;
  position: relative; }
  .index-adv .outer-div:hover .text-box {
    height: 100%;
    background-color: rgba(63, 70, 140, 0.8); }
.index-adv .text-box {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  overflow: hidden;
  color: #fff;
  background-color: rgba(63, 70, 140, 0.2);
  transition: 500ms; }
  .index-adv .text-box .title {
    font-size: 24px;
    line-height: 40px;
    height: 80px;
    padding: 20px 0; }
  .index-adv .text-box .desc {
    line-height: 30px; }

.index-about {
  margin-top: 40px;
  padding: 0; }
  .index-about .container {
    background-color: #f7f7f7;
    justify-content: space-between; }
  .index-about .left-box {
    padding: 50px 30px; }
    .index-about .left-box .title {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 1.5px;
      line-height: 60px;
      text-align: center;
      margin-bottom: 20px; }
    .index-about .left-box .desc {
      line-height: 26px; }
    .index-about .left-box .more {
      margin: 10px auto;
      text-align: center; }
    .index-about .left-box .more-a {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      padding: 0 30px;
      background-color: #3f468c;
      color: #ffffff;
      transition: 500ms; }
      .index-about .left-box .more-a:hover {
        background-color: #094f26;
        color: #ffffff; }

.index-product .sort-name {
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase; }
.index-product .list .item {
  margin: 70px 0px 90px 0; }
  .index-product .list .item .text-box {
    padding: 50px;
    transition: 500ms;
    background-color: #f7f7f7;
    box-shadow: 30px 0 0 30px #f7f7f7;
    color: #333; }
    .index-product .list .item .text-box:hover {
      background-color: rgba(63, 70, 140, 0.5);
      box-shadow: 30px 0 0 30px rgba(63, 70, 140, 0.5);
      color: #ffffff; }
  .index-product .list .item .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    height: 40px; }
  .index-product .list .item .desc {
    line-height: 26px; }
  .index-product .list .item:nth-child(2n+1) {
    flex-direction: row-reverse; }
    .index-product .list .item:nth-child(2n+1) .text-box {
      background-color: #f7f7f7;
      box-shadow: -30px 0 0 30px #f7f7f7;
      color: #333; }
      .index-product .list .item:nth-child(2n+1) .text-box:hover {
        background-color: rgba(63, 70, 140, 0.5);
        box-shadow: -30px 0 0 30px rgba(63, 70, 140, 0.5);
        color: #ffffff; }
  .index-product .list .item .more {
    margin: 10px auto;
    text-align: left; }
  .index-product .list .item .more-a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background-color: #3f468c;
    color: #ffffff;
    transition: 500ms; }
    .index-product .list .item .more-a:hover {
      background-color: #094f26;
      color: #ffffff; }

/*footer 开始*/
.footer {
  background: #22334F;
  padding: 40px 0;
  color: #ffffff; }

.footer .container {
  justify-content: space-between; }

.footer .path h3 {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px; }

.footer .path .item {
  display: block;
  height: 30px;
  mso-list-ins: 30px;
  color: #ffffff; }

.footer .nav-path .list {
  margin-right: 20px; }

.footer .nav-path .list:last-child {
  margin-right: 0; }

.footer .weixin {
  margin-top: 20px; }

.footer .qrcode {
  margin-right: 20px; }

.footer .qrcode:last-child {
  margin-right: 0; }

.footer .qrcode dd {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f2f2;
  color: #333; }

.footer .qrcode img {
  width: 130px; }

.copyright {
  background: #1f2346;
  color: #ffffff;
  padding: 20px 0;
  text-align: center; }

.copyright a {
  color: #ffffff; }

/*footer 结束*/
.page-content {
  padding: 20px 0;
  background: #ffffff; }

.page-left-box {
  width: 240px;
  margin-right: 20px; }
  .page-left-box .sub-box {
    background: #ffffff;
    margin-bottom: 20px; }
  .page-left-box .sub-box:last-child {
    margin-bottom: 0; }
  .page-left-box .sub-box .name {
    height: 80px;
    margin-top: 30px;
    line-height: 90px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #3c4285;
    border-radius: 10px 10px 0 0; }
  .page-left-box .category {
    padding: 12px;
    background-color: #fcfcfc; }
    .page-left-box .category .sub-nav {
      height: 44px;
      line-height: 44px;
      text-indent: 20px;
      font-size: 16px;
      position: relative; }
      .page-left-box .category .sub-nav .nav-a {
        display: block; }
      .page-left-box .category .sub-nav.on .nav-a {
        color: #109447;
        font-weight: bold; }
      .page-left-box .category .sub-nav.on:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 20%;
        width: 4px;
        height: 60%;
        background: #109447; }
  .page-left-box .contact .list {
    padding: 20px 10px;
    position: relative;
    background-color: #fcfcfc; }
  .page-left-box .contact .title {
    font-size: 16px;
    line-height: 30px; }
  .page-left-box .contact .item {
    line-height: 24px; }

.currLocation .container {
  justify-content: space-between;
  line-height: 30px;
  padding: 30px 0 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #3f468c;
  border-bottom: 1px solid #3f468c; }
.currLocation .nav_curr {
  margin-left: 0;
  font-size: 18px;
  font-weight: bold;
  max-width: 60%; }
  .currLocation .nav_curr:before {
    color: #3f468c;
    margin-right: 5px; }
.currLocation .nav_x {
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 0; }
  .currLocation .nav_x:before {
    color: #3f468c;
    margin-right: 5px; }

.page-right-box {
  padding: 0 25px 25px;
  background: #fff; }

.about-page .page-right-box .content {
  padding: 20px; }

.list-1 .item {
  border-bottom: 1px solid #ebebeb;
  display: block;
  padding: 20px;
  transition: all .5s; }
  .list-1 .item a {
    color: #1f1f1f; }
  .list-1 .item .pic {
    margin-right: 10px; }
  .list-1 .item .txt-box {
    position: relative; }
  .list-1 .item .title {
    font-size: 18px;
    line-height: 50px;
    color: #333;
    width: 85%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0; }
  .list-1 .item .desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    height: 66px; }
  .list-1 .item .time {
    font-size: 12px;
    color: #666;
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    line-height: 50px; }
  .list-1 .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
    .list-1 .item:hover .title {
      color: #0b6631; }

.list-2 a.outer-div {
  margin: 5px;
  padding: 5px;
  display: block;
  border: 1px solid #f2f2f2;
  transition: 500ms; }
  .list-2 a.outer-div:hover {
    background-color: #f2f2f2; }
    .list-2 a.outer-div:hover .img {
      transform: scale(1.1); }
.list-2 .pic {
  position: relative;
  overflow: hidden; }
  .list-2 .pic .img {
    transition: 500ms; }
.list-2 .title {
  height: 46px;
  color: #333;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
  transition: 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 #3f468c;
  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; }
.show-2 .show-head .title {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #3f468c;
  border-bottom: 1px dashed #dcdcdc; }
.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: #3f468c;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: relative; }

.tags-box .title-box:before {
  content: "";
  width: 100px;
  height: 0;
  border-bottom: 3px solid #3f468c;
  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; }

/*# sourceMappingURL=style.css.map */
