@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-05-17 14:34:55
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-05-18 11:23:10
 */

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title>h1 {
  float: left;
}
.title>div {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 150px;
  float: left;
  height: 50px;
  font-size: 16px;
  color: var(--white);
  background-color: var(--black);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
  }

  .more>a {
    width: 90px;
    height: 30px;
    font-size: 14px;
  }
}

/* 首页样式 */
.index-about {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-about>.container {
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
.index-about-title {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.index-about-title>h1 {
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
}
.index-about-title>div {
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.index-about-text {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.index-about-more {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.index-about-more>a {
  width: 140px;
  height: 40px;
  font-size: 14px;
  color: var(--color3);
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.index-about-more>a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .index-about>.container {
    padding-top: 20px;
  }
  .index-about-title>h1 {
    line-height: 30px;
    font-size: 18px;
  }
  .index-about-title>div {
    line-height: 20px;
    font-size: 14px;
  }
  .index-about-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-about-more {
    margin-top: 10px;
  }
  .index-about-more>a {
    width: 110px;
    height: 30px;
    border-radius: 15px;
  }
}

/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  background-color: #e7e7e7;
}
.main-title {
  width: 100%;
  float: left;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 46px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--color3);
}
.place-title>img {
  margin-right: 7px;
}
.menu-list {
  width: calc(100% + 2px);
  margin-left: -1px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: initial;
  position: relative;
}
.menu-list>li {
  width: calc(20% - 2px);
  margin: 1px;
}
.menu-list>li>a {
  width: 100%;
  float: left;
  position: relative;
}
.menu-list>li>a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid #238206;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  background-color: #238206;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  color: #fff;
}
.menu-list>li:hover>a::after,
.menu-list>li.menu-active>a::after {
  border-top-width: 6px;
}

.menu-child-list {
  width:100%;
  /*width: calc(400% + 6px);*/
  float: left;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 8px;
}
.menu-child-list>li {
  width: calc(100% / 9);
  float: left;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  color: var(--color3);
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.menu-child-list>li>a::before {
  content: "";
  width: 0;
  float: left;
  height: 2px;
  background-color: #238206;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.menu-child-list>li>a:hover , .menu-child-list>li>a.act{
  color: #238206;
}
.menu-child-list>li>a:hover::before , .menu-child-list>li>a.act::before{
  width: 100%;
}

.main-content {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.place-content {
  width: 100%;
  float: left;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: var(--color3);
  padding: 25px 0;
}
.company>img {
  width: 47.285%;
  float: left;
  margin-right: 35px;
}

@media (max-width: 1440px) {
  .menu-child-list>li {
    width: 12.5%;
  }
}
@media (max-width: 1240px) {
  .menu-child-list>li {
    width: calc(100% / 7);
  }
}
@media (max-width: 991px) {
  .menu-child-list>li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: var(--color-hover);
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-list {
    display: none;
    width: 100%;
    margin-left: 0;

  }
  .menu-list>li {
    width: 100%;
    float: left;
    margin: 2px 0 0 0;
  }
  .menu-list>li>a>span {
    height: 40px;
    line-height: 40px;
  }
  .menu-child-list {
    width: 100%;
    display: none;
  }
  .menu-child-list>li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .menu-child-list>li>a {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }
  .main-content {
    padding: 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
  }
  .company>img {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 10px 0;
  }
}
/* END-关于我们 */

/* 产品中心 */
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1412px;
}
.product-list>li {
  width: 341px;
  margin: 0 12px 26px 0;
}
.product-list>li>a {
  display: flex;
  flex-direction: column;
}
.product-list>li>a .img {
  background-color: #fff;
}
.product-list>li>a .img::before {
  padding-top: 70.67449%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #d6d6d6;
  padding: 0 10px;
  font-size: 16px;
  color: var(--color3);
}
.product-list>li>a:hover>h1 {
  color: #fff;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 50px 30px;
}
.product-details-left {
  width: calc(50% - 10px);
  position: relative;
}
.product-details-left::before {
  content: '';
  display: block;
  padding-top: 46.66667%
}
.product-details-right {
  width: calc(50% - 10px);
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: var(--color3)
}
.product-details-right>h1>span {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-size: 24px;
}
.product-details-right>h1>span::after {
  content: "";
  width: 44px;
  height: 3px;
  background-color: var(--color-hover);
  display: block;
  margin-top: 20px;
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 25px;
  color: var(--color3);
  margin-top: 25px
}
.product-details-bottom {
  display: block;
  overflow: hidden;
  margin-top: 30px
}
.product-details-hotline {
  float: left;
  line-height: 36px;
  font-size: 20px;
  color: var(--color-hover);
  font-weight: bold;
  padding-left: 50px;
  background: url(../images/product-details-hotline.png) no-repeat 10px center;
  margin-right: 10px;
}
.product-details-bottom>a {
  width: 112px;
  float: left;
  height: 36px;
  border: 2px solid var(--color-hover);
  background-color: #fff;
  font-size: 14px;
  color: var(--color-hover);
  border-radius: 18px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 5px;
}
.product-details-bottom>a:nth-child(2) {
  background-color: var(--color-hover);
  color: #fff;
}

.product-details-content {
  width: 100%;
  float: left;
  margin-top: 50px;
  font-size: 16px;
  line-height: 25px;
  color: var(--color3)
}
.product-details-content table{
  /*display: block;*/
  max-width: 100%;
  height: auto;
  margin: 2px auto;
}
.product-details-content table td{
  padding: 5px !important;
}
.product-details-content img{
  display: block;
  max-width: 100%;
	height: auto;
	margin: 2px auto;
}
.product-details-title {
  display: block;
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
  margin: 0 -30px 25px -30px;
}
.product-details-title>span {
  float: left;
  min-width: 140px;
  padding: 0 30px;
  height: 42px;
  line-height: 42px;
  background-color: #238206;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1440px) {
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 26px 1%;
  }
}
@media (max-width: 991px) {
  .product-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 20px 1%;
  }

  .product-details {
    padding: 30px;
  }
  .product-details-right>h1>span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .product-details {
    padding: 10px;
  }
  .product-details-left,
  .product-details-right {
    width: 100%;
  }
  .product-details-left::before {
    padding-top: 60%;
  }
  .product-details-right>h1 {
    line-height: 20px;
    font-size: 14px;
  }
  .product-details-right>h1>span {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }
  .product-details-right>h1>span::after {
    margin-top: 5px;
  }
  .product-details-text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px
  }
  .product-details-bottom {
    margin-top: 10px
  }
  .product-details-hotline {
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/product-details-hotline.png) no-repeat left center;
    background-size: 15px auto;
    margin-right: 5px;
  }
  .product-details-bottom>a {
    width: 90px;
    height: 30px;
    border-radius: 15px;
    margin: 0 5px;
  }
  .product-details-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-title {
    margin: 0 -10px 15px -10px;
  }
  .product-details-title>span {
    padding: 0 15px;
    height: 38px;
    line-height: 38px
  }
}
/* END-产品中心 */

/* 新闻中心 */
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #fff;
}
.news-list>li>a .news-img {
  width: 360px;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-box {
  width: calc(100% - 360px);
  padding: 30px 40px;
  color: var(--color3);
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: inherit;
  margin-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box .news-more {
  width: 102px;
  float: right;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  border: 1px solid #cacaca;
  font-size: 14px;
  color: #a2a2a2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 15px;
}
.news-list>li>a:hover .news-box {
  color: #fff;
}
.news-list>li>a:hover .news-box .news-more {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-hover);
}

.news-details {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: var(--color6);
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed var(--colorC);
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .news-list>li>a .news-img {
    width: 40%;
  }
  .news-list>li>a .news-box {
    width: 60%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .news-list>li {
    margin-bottom: 10px;
  }
  .news-list>li>a .news-box {
    padding: 10px;
  }
  .news-list>li>a .news-box>h1 {
    line-height: 24px;
    font-size: 14px;
  }
  .news-list>li>a .news-box .news-text {
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    margin-top: 3px;
    -webkit-line-clamp: 2;
  }
  .news-list>li>a .news-box .news-more {
    width: 82px;
    height: 26px;
    line-height: 24px;
    border-radius: 18px;
    margin-top: 3px;
  }

  .news-details {
    padding: 15px;
  }
  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
    padding-top: 10px;
  }
}
/* END-新闻中心 */

/* 在线留言 */
.message-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}
.message-form>label {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--color3);
}
.message-form>label>input {
  flex: 1;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 15px;
  margin-left: 10px;
  font-size: 16px;
  color: var(--color3);
}
.message-form>label:nth-child(3) {
  width: 100%;
  align-items: flex-start;
  line-height: 40px;
}
.message-form>label>textarea {
  flex: 1;
  height: 200px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 20px;
  margin-left: 10px;
  font-size: 16px;
  color: var(--color3);
}
.message-btn {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.message-btn>button {
  width: 140px;
  height: 40px;
  float: left;
  background-color: var(--color-hover);
  font-size: 16px;
  color: #fff;
}

@media (max-width:767px) {
  .message-form {
    padding: 15px;
  }
  .message-form>label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .message-form>label>input {
    height: 36px;
    font-size: 14px;
  }
  .message-form>label>textarea {
    height: 140px;
    font-size: 14px;
  }
  .message-btn>button {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
/* END-在线留言 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: var(--color-hover);
  padding: 30px
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */