.flex {
  display: flex;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.index-title .ch h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 11px;
}
.index-title .eng {
  margin-top: 0;
  color: #999999;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.index-title .desc {
  color: #808080;
  text-align: center;
  font-size: 14px;
}

.main {
  background: #ffffff;
}
.main .one {
  background: url("../images/prod-bg.jpg") no-repeat center center;
}
.main .one .mc {
  width: 100%;
  height: 100%;
  padding: 60px 0px;
  background: rgba(255, 255, 255, 0.9);
}
.main .one .prod {
  position: relative;
  padding-bottom: 30px;
  width: 1300px;
  margin: 0 auto;
}
.main .one .prod .prod-list {
  margin: 47px auto 0px;
}
.main .one .prod .prod-list .prod-li .img {
  overflow: hidden;
  display: block;
  text-align: center;
}
.main .one .prod .prod-list .prod-li h3 {
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 20px;
  display: block;
  width: 100%;
  background: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .one .prod .prod-next, .main .one .prod .prod-prev {
  background: white;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.main .one .prod .swiper-button-next:after, .main .one .prod .swiper-button-prev:after {
  font-size: 40px;
  font-weight: bold;
}
.main .one .prod .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.main .one .prod .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background: #269a02;
  opacity: 1;
}
.main .one .prod .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #269a02;
}
.main .one .form {
  background: rgba(38, 154, 2, 0.8);
  padding: 60px 0 80px 0;
}
.main .one .form .index-title {
  margin-bottom: 40px;
}
.main .one .form .index-title .ch h1 {
  color: white;
}
.main .one .form .index-title .eng {
  color: white;
}
.main .one .index_msg .form-group {
  float: left;
  margin: 0;
  margin-right: 20px;
}
.main .one .index_msg .form-group input {
  height: 60px;
  width: 300px;
  background: rgba(38, 154, 2, 0.8);
  padding-left: 20px;
  color: white;
}
.main .one .index_msg .form-group input::placeholder {
  color: white;
}
.main .one .index_msg .btn {
  width: 140px;
  height: 60px;
  background: white;
  color: rgba(38, 154, 2, 0.8);
  font-size: 18px;
  font-weight: bold;
}
.main .three {
  padding: 50px;
}
.main .three .index-title .ch {
  float: left;
}
.main .three .index-title .ch h1 {
  margin: 0;
  margin-right: 5px;
}
.main .three .index-title .eng {
  text-align: left;
  line-height: 50px;
}
.main .three .container .about-content {
  text-align: left;
}
.main .three .container .about-content .desc p {
  text-indent: 2em;
  font-size: 14px;
  color: #606060;
  text-align: left;
  line-height: 25px;
  margin-bottom: 10px;
}
.main .three .container a.more {
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid;
  margin-top: 20px;
  padding: 6px 50px;
  border-color: #269a02;
  color: #269a02;
}
.main .three .container a.more:hover {
  background: #269a02;
  color: white;
}
.main .four {
  padding: 50px 0;
}
.main .four .news-content .news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 50px;
}
.main .four .news-content .news-list li {
  margin-bottom: 15px;
}
.main .four .news-content .news-list li .date {
  background: #269a02;
  text-align: center;
  color: white;
  padding: 20px 10px;
  margin-right: -20px;
}
.main .four .news-content .news-list li .date .day {
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
}
.main .four .news-content .news-list li .date .day:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.main .four .news-content .news-list li .date .year {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
}
.main .four .news-content .news-list li .date .year:after {
  content: "";
  width: 2px;
  height: 15px;
  background: white;
  position: absolute;
  bottom: -18px;
  left: 50%;
}
.main .four .news-content .news-list li .date .month {
  font-size: 22px;
}
.main .four .news-content .news-list li .news-txt {
  background-color: #e8e8e8;
  padding: 35px;
  min-height: 195px;
}
.main .four .news-content .news-list li .news-txt h1 {
  font-size: 29px;
  margin-bottom: 25px;
  color: #269a02;
  font-weight: normal;
}
.main .four .news-content .news-list li .news-txt p {
  font-size: 14px;
  color: #606060;
}
.main .four .more {
  text-align: center;
}
.main .four .more .newsmore {
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid;
  border-color: #269a02;
  margin-top: 20px;
  padding: 6px 50px;
  color: #269a02;
}
.main .four .more .newsmore:hover {
  color: #fff;
  background: #269a02;
}

.news_con {
  background-color: #fff;
  margin-top: 0;
}
.news_con .left .news-list {
  background: #fff;
}
.news_con .left .news-list .card {
  padding: 30px;
  position: relative;
  display: block;
  background-color: #fff;
  margin-bottom: 30px;
  min-height: 90px;
  cursor: pointer;
}
.news_con .left .news-list .card .card-body h4.card-title {
  font-weight: 400;
  line-height: 1.2;
  color: #37474f;
  font-size: 18px;
  margin-bottom: 15px;
}
.news_con .left .news-list .card .card-body .card-desc {
  color: #808080;
  font-weight: 300;
}
.news_con .left .news-list .card .card-metas {
  color: #999999;
  font-weight: 300;
  margin-bottom: 15px;
}
.news_con .left .news-list .card .card-metas p {
  text-align: center;
  line-height: 30px;
}
.news_con .left .news-list .card .card-more {
  font-size: 14px;
  width: 94px;
  height: 32px;
  background: #269a02;
  float: right;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  margin-right: 4px;
  margin-top: 29px;
}
.news_con .left .news-list .card .card-more a {
  color: #ffffff;
}
.news_con .left .news-list .card:hover {
  box-shadow: 0px 5px 15px 5px rgba(128, 128, 128, 0.25);
  position: relative;
  transition: box-shadow 0.28s linear;
  -moz-transition: -moz-box-shadow 0.28s linear;
  -webkit-transition: -webkit-box-shadow 0.28s linear;
}
.news_con .right .sidebar {
  margin-left: 30px;
  background-color: #fff;
  padding: 20px;
}
.news_con .right .sidebar h3 {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #f0f2f5;
}
.news_con .right .sidebar h3 a {
  color: #30cbff;
  font-size: 16px;
}
.news_con .right .sidebar .sidebar-news-list {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #f0f2f5;
}
.news_con .right .sidebar .sidebar-news-list ul h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.news_con .right .sidebar .sidebar-news-list ul li {
  background-color: #ffffff;
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  border: 1px solid #f0f2f5;
}

.pro_con {
  background-color: #fff;
}
.pro_con .con_title {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  position: relative;
  text-align: center;
  height: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.pro_con .con_title span {
  color: #269a02;
}
.pro_con .con_title:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #269a02;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -25px;
}
.pro_con .product-list ul {
  padding: 0 30px;
  margin: 0;
}
.pro_con .product-list ul li {
  border: 5px solid #e8e8e8;
  margin-top: 50px !important;
  float: left;
  width: 95%;
  position: relative;
  transition: ease 0.65s;
}
.pro_con .product-list ul li a {
  font-size: 14px;
  text-decoration: none;
  transition: ease 0.65s;
}
.pro_con .product-list ul li > i {
  font-style: normal;
}
.pro_con .product-list ul li > i:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-left: 5px solid;
  border-color: #269a02;
  position: absolute;
  left: -5px;
  top: -5px;
  transition: ease 0.65s;
}
.pro_con .product-list ul li > i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid;
  border-bottom: 5px solid;
  border-color: #269a02;
  position: absolute;
  right: -5px;
  bottom: -5px;
  transition: ease 0.65s;
}
.pro_con .product-list ul li .img {
  float: right;
  max-width: 50%;
  transform: translate(58px, -24px);
  transition: ease 0.65s;
  max-height: 350px;
  overflow-y: hidden;
  text-align: center;
}
.pro_con .product-list ul li .img a {
  font-size: 14px;
  text-decoration: none;
  transition: ease 0.65s;
}
.pro_con .product-list ul li .img a img {
  border: 0;
  display: inline-block;
  max-width: 100%;
}
.pro_con .product-list ul li .text {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.pro_con .product-list ul li .text a {
  margin: auto;
  display: block;
  margin-top: 15px;
}
.pro_con .product-list ul li .text a h2 {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin: 50px 0 35px;
  position: relative;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.pro_con .product-list ul li .text a h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -20px;
  transition: ease 0.65s;
}
.pro_con .product-list ul li .text h3 {
  line-height: 24px;
  color: #999999;
  padding: 0 10px;
}
.pro_con .product-list ul li .text a.more {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #269a02;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(12, 3, 6, 0.13);
  position: relative;
  z-index: 1;
}
.pro_con .product-list ul li .text a.more i {
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #269a02;
  color: #ffffff;
  font-size: 20px;
  transition: ease 0.65s;
  position: relative;
  z-index: 1;
}
.pro_con .product-list ul li .text a.more:before {
  transition: ease-out 0.35s;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #269a02;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.pro_con .product-list ul li:nth-child(2n) {
  float: right;
}
.pro_con .product-list ul li:nth-child(2n) .img {
  float: left;
  transform: translate(-58px, -24px);
}
.pro_con .product-list ul li:nth-child(2n) .text {
  left: inherit;
  right: 0;
}
.pro_con .product-list ul li:hover {
  box-shadow: 0 0 16px rgba(12, 3, 6, 0.3);
}
.pro_con .product-list ul li:hover > i:before, .pro_con .product-list ul li:hover i:after {
  width: 101%;
  height: 103%;
  visibility: visible;
}
.pro_con .product-list ul li:hover .img {
  transform: translate(0);
}

.pro_inner {
  padding-bottom: 30px;
}
.pro_inner .img {
  margin: 0 auto;
  text-align: center;
}
.pro_inner .content_tit {
  font-size: 24px;
}
.pro_inner .desc {
  padding: 20px;
}
.pro_inner .rec-title {
  font-size: 16px;
}
.pro_inner .detail {
  padding: 30px;
}
.pro_inner .detail .detail-title {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4eaec;
}
.pro_inner .detail .detail-title p {
  float: left;
  padding: 0 15px;
  border-bottom: 2px solid #269a02;
  margin-bottom: -1px;
}

.news_inner .content_tit {
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
}
.news_inner .content_related {
  font-size: 12px;
  color: #a3afb7;
  margin: 10px 0 20px 0;
}

.content_btn ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.content_btn ul li a {
  display: block;
  color: #808080;
  border: 1px solid #e4eaec;
  padding: 10px 15px;
}
.content_btn ul li a:hover {
  color: #269a02;
}
.content_btn ul li:hover a {
  border: 1px solid #269a02;
  color: #269a02;
}

@media screen and (max-width: 789px) {
  .navbar-default {
    min-height: 0;
  }

  .navbar-brand {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
  .navbar-brand img {
    height: 50px;
  }

  .navbar-toggle {
    margin-top: 15px;
  }

  .navbar-collapse {
    width: auto;
    height: 100%;
    background: #e7e7e7;
    margin: 0 -30px !important;
    padding: 0;
  }
  .navbar-collapse .nav {
    height: auto;
    width: 100%;
  }
  .navbar-collapse .nav li {
    float: none;
  }
  .navbar-collapse .navbar-nav {
    margin: 0;
  }

  .main .one .prod {
    width: 100%;
  }
  .main .one .index_msg .form-group {
    margin-bottom: 15px;
    float: none;
  }
  .main .one .index_msg .form-group input {
    width: 100%;
  }
  .main .one .index_msg .btn {
    margin-right: 15px;
    width: 95%;
  }
  .main .three {
    padding: 40px 0;
  }
  .main .three .index-title {
    margin-top: 20px;
  }
  .main .four .news-content .news-list li {
    width: 100%;
  }
  .main .four .news-content .news-list li .date {
    display: none;
  }

  .news_con .left .news-list .card .card-metas {
    margin-top: 15px;
  }
  .news_con .left .news-list .card .card-metas p {
    display: inline-block;
  }
  .news_con .left .news-list .card .card-more {
    float: left;
    margin-top: 0px;
  }

  .pro_con .product-list {
    padding: 0 15px;
  }
  .pro_con .product-list ul {
    padding: 0px;
  }
  .pro_con .product-list ul li, .pro_con .product-list ul li:nth-child(2n) {
    border: none;
    width: 100%;
  }
  .pro_con .product-list ul li > i, .pro_con .product-list ul li:nth-child(2n) > i {
    display: none;
  }
  .pro_con .product-list ul li .img, .pro_con .product-list ul li:nth-child(2n) .img {
    width: 100%;
    float: none;
    max-width: 100%;
    transform: translate(0, 0);
  }
  .pro_con .product-list ul li .text, .pro_con .product-list ul li:nth-child(2n) .text {
    width: 100%;
    position: static;
  }
  .pro_con .product-list ul li .text a.more, .pro_con .product-list ul li:nth-child(2n) .text a.more {
    display: none;
  }

  .pro_inner .recommd {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
