html, body {
  min-height: 100%; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.header .headcon .logo, .header .nav ul li a {
  text-indent: -99999em; }

.con {
  flex: auto; }

hr {
  border-top: 1px solid #a3a3a3; }

.header {
  background: url(/static/images/linea.png) no-repeat center 100px;
  background-size: 816px 1px; }
  .header .headcon {
    height: 100px;
    position: relative; }
    .header .headcon .logo {
      position: absolute;
      width: 371px;
      height: 68px;
      background: url(/static/images/logo.png) no-repeat;
      top: 17px; }
      .header .headcon .logo .home {
        width: 100%;
        height: 40px;
        display: block; }
      .header .headcon .logo p {
        overflow: hidden;
        zoom: 1;
        height: 30px;
        position: relative;
        padding-left: 70px; }
        .header .headcon .logo p a {
          height: 30px;
          float: left;
          width: 70px;
          background: rgba(0, 0, 0, 0);
          margin-right: 1px; }
          .header .headcon .logo p a:nth-child(3) {
            width: 55px; }
          .header .headcon .logo p a:nth-child(4) {
            width: 95px; }
    .header .headcon .weixin {
      position: absolute;
      width: 81px;
      height: 64px;
      background: url(/static/images/weixin.png) no-repeat;
      right: 0;
      top: 0;
      display: none; }
    .header .headcon .link {
      position: absolute;
      right: 0;
      width: 165px;
      top: 28px; }
      .header .headcon .link i {
        width: 12px;
        height: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin: 0px 10px 0 0; }
        .header .headcon .link i.email {
          background-image: url(/static/images/email.png); }
        .header .headcon .link i.tel {
          background-image: url(/static/images/tel.png); }
      .header .headcon .link span {
        display: block; }
        .header .headcon .link span.weixin {
          display: none; }
  .header .nav {
    height: 180px; }
    .header .nav ul {
      list-style: none;
      padding: 20px 0 0 0;
      margin: 0; }
      .header .nav ul li {
        width: 115px;
        height: 137px;
        float: left;
        margin-right: 32.5px; }
        .header .nav ul li.li1 {
          background-image: url(/static/images/nav_1.png); }
        .header .nav ul li.li2 {
          background-image: url(/static/images/nav_2.png); }
        .header .nav ul li.li3 {
          background-image: url(/static/images/nav_3.png); }
        .header .nav ul li.li4 {
          background-image: url(/static/images/nav_4.png); }
        .header .nav ul li.li5 {
          background-image: url(/static/images/nav_5.png); }
        .header .nav ul li.li6 {
          background-image: url(/static/images/nav_6.png); }
        .header .nav ul li.li7 {
          background-image: url(/static/images/nav_7.png);
          float: right;
          margin: 0; }
        .header .nav ul li.active.li1, .header .nav ul li:hover.li1 {
          background-image: url(/static/images/nav_1_active.png); }
        .header .nav ul li.active.li2, .header .nav ul li:hover.li2 {
          background-image: url(/static/images/nav_2_active.png); }
        .header .nav ul li.active.li3, .header .nav ul li:hover.li3 {
          background-image: url(/static/images/nav_3_active.png); }
        .header .nav ul li.active.li4, .header .nav ul li:hover.li4 {
          background-image: url(/static/images/nav_4_active.png); }
        .header .nav ul li.active.li5, .header .nav ul li:hover.li5 {
          background-image: url(/static/images/nav_5_active.png); }
        .header .nav ul li.active.li6, .header .nav ul li:hover.li6 {
          background-image: url(/static/images/nav_6_active.png); }
        .header .nav ul li.active.li7, .header .nav ul li:hover.li7 {
          background-image: url(/static/images/nav_7_active.png); }
        .header .nav ul li.active:before, .header .nav ul li:hover:before {
          content: '';
          width: 115px;
          height: 130px;
          background-color: #eee;
          position: absolute;
          z-index: -1;
          top: 27px; }
        .header .nav ul li a {
          display: block;
          height: 100%; }

a {
  text-decoration: underline; }
  a:hover, a:active, a:visited, a:focus {
    text-decoration: none; }

.subnav a {
  text-decoration: none; }
  .subnav a:hover, .subnav a:active, .subnav a:visited, .subnav a:focus {
    text-decoration: none; }

.sc {
  height: 345px;
  background: #000; }

.subnav {
  background: #e6e6e6;
  min-height: 260px; }
  .subnav ul {
    padding: 20px;
    margin: 0;
    list-style: none; }
    .subnav ul li {
      border-bottom: 1px solid #a7a6a6;
      font: 18px/28px arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
      padding: 5px 0;
      text-align: center; }
      .subnav ul li a {
        color: #a7a6a6;
        display: block; }
      .subnav ul li.active a, .subnav ul li:hover a {
        color: #356130; }

.dot {
  position: relative; }
  .dot:before {
    position: absolute;
    content: '';
    border: 5px solid #83b54a;
    left: -16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 10px; }

#ar1 img {
  max-width: 100%; }

.noli {
  padding: 0;
  list-style: none;
  margin-top: 30px; }
  .noli.line {
    position: relative; }
    .noli.line:before {
      content: '';
      width: 1px;
      height: 100%;
      background: #83b54a;
      position: absolute;
      border-left: 1px solid #83b54a;
      left: -20px; }

.pa {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 167px;
  margin-left: 20px; }
  .pa h5 {
    font: 18px/1.5 arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
    color: #69913b;
    padding-top: 3px; }
  .pa p {
    margin: 0;
    font-size: 14px; }

.pu {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 0 15px 0; }
  .pu h5 {
    font: 18px/1.5 arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
    color: #69913b;
    padding-top: 7px; }
  .pu p {
    margin: 0;
    font-size: 14px; }

.dlist dd {
  position: relative;
  padding: 0 0 10px 375px;
  font: 12px/1.5 arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif; }
  .dlist dd h5 {
    font: 26px/30px arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
    padding: 0 0 5px 0; }
    .dlist dd h5 small {
      font-size: 12px; }
  .dlist dd p {
    margin: 0; }
  .dlist dd .disc {
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
    margin: 1px 0 2px 0; }
  .dlist dd .img {
    position: absolute;
    left: 0;
    width: 350px; }
  .dlist dd .pic {
    width: 451px; }
  .dlist dd .more {
    margin-bottom: 10px;
    cursor: pointer; }
    .dlist dd .more i {
      display: inline-block;
      width: 11px;
      height: 11px;
      background: url(/static/images/add.jpg);
      vertical-align: middle;
      margin: 0 5px; }
    .dlist dd .more:after {
      content: '展开';
      text-decoration: underline;
      color: #83b54a; }
    .dlist dd .more.active:after {
      content: '收起';
      text-decoration: underline;
      color: #83b54a; }
    .dlist dd .more.active i {
      background: url(/static/images/sub.jpg); }
    .dlist dd .more.active + .moreinfo {
      display: block; }
    .dlist dd .more:hover {
      background-color: #cde1b7; }
  .dlist dd .moreinfo {
    background: #e6e6e6;
    padding: 10px;
    width: 380px;
    z-index: 9;
    border-radius: 3px;
    position: relative;
    display: none;
    font-size: 12px; }
    .dlist dd .moreinfo:after {
      border: 8px solid #e6e6e6;
      border-top: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      content: '';
      position: absolute;
      top: -16px; }

.title {
  background: url(/static/images/t.png) no-repeat 12px 12px #83b54a;
  color: #fff;
  font: 18px/38px arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
  margin-bottom: 15px;
  padding-left: 28px; }

.info {
  background: url(/static/images/dot.png) no-repeat 12px 5px;
  padding-left: 28px;
  margin-bottom: 15px; }

.flash {
  height: 166px;
  background: gray;
  margin-bottom: 20px; }

.contact .world {
  float: left;
  width: 444px; }
.contact .wcon {
  float: right;
  width: 526px; }
  .contact .wcon .map {
    height: 190px;
    background: rgba(0, 0, 0, 0.2); }
  .contact .wcon h4 {
    font: 18px/30px arial;
    padding: 10px 0 3px 0; }
  .contact .wcon ul {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0; }

.inart {
  margin-left: 40px; }
  .inart a {
    color: #356130; }

.infr {
  margin-left: 20px; }
  .infr p {
    position: relative; }
    .infr p i {
      background: #4f6d2c;
      color: #fff;
      position: absolute;
      left: -40px;
      font-style: normal;
      border-radius: 5px; }

.footer {
  background: #000;
  color: #7d7d7d;
  padding: 10px;
  margin-top: 30px; }
  .footer p {
    margin: 0;
    font: 12px/1.8 arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif; }
  .footer a {
    color: #7d7d7d;
    text-decoration: none; }

.containera {
  width: 100%;
  height: 345px; }
  .containera .item {
    width: 100%;
    height: 345px; }
    .containera .item img {
      width: 100%;
      height: 345px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center center; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0 ease-in-out left;
  -o-transition: 0 ease-in-out left;
  transition: 0 ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; }
 }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next.left {
  left: 0;
  animation: zoomIn 0.6s ease-in-out 0s forwards;
  opacity: 0; }

.carousel-inner > .prev.right {
  left: 0;
  animation: zoomIn 0.6s ease-in-out 0s forwards;
  opacity: 0; }

.carousel-inner > .left {
  left: 0;
  animation: zoomOut 0.6s ease-in-out 0s forwards;
  opacity: 1; }

.carousel-inner > .right {
  left: 0;
  animation: zoomOut 0.6s ease-in-out 0s forwards;
  opacity: 1; }

@keyframes zoomIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
