@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-06-15 09:21:51
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-06-15 15:31:52
 */

/* 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: block;
  overflow: hidden;
  text-align: center;
}
.title>a {
  display: block;
  overflow: hidden;
  line-height: 52px;
  font-size: 40px;
  color: #1e243c;
}
.title>div {
  line-height: 40px;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .title>a {
    line-height: 30px;
    font-size: 20px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
  }
}

/* 首页样式 */
/* 服务项目 */
.service {
  padding: 50px 0;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.service-list>li {
  width: 50%; margin-bottom:20px;
}
.service-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  position: relative;
}
.service-list>li>a .service-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
  left: 0;
}
.service-list>li>a .service-left .service-number {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-align: left;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
}
.service-list>li>a .service-left>h1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.service-list>li>a .service-left>h1>span {
  max-width: 100%;
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  font-weight: 100;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: initial;
}
.service-list>li>a .service-left>h1>span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  margin: 20px 0;
}
.service-list>li>a .service-left .service-text {
  max-width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  height: 48px;
  line-height: 24px;
  color: #666666;
  font-size: 13px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-list>li>a .service-left .sevice-more {
  width: 100%;
  max-width: 110px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #b3b2b1;
  color: #999;
  font-size: 13px;
  margin-top: 20px;
}
.service-list>li>a .service-left .sevice-more::before,
.service-list>li>a .service-left .sevice-more::after {
  transition: all 1.2s;
}

.service-list>li>a .service-right {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
}
.service-list>li>a:hover .service-left {
  left: 50%;
  transform: translateX(-50%);
}
.service-list>li>a:hover .service-left .service-number {
  left: -50%;
}
.service-list>li>a:hover .service-left>h1,
.service-list>li>a:hover .service-left .service-text {
  color: #fff;
}
.service-list>li>a:hover .service-left>h1>span::after {
  background-color: #fff;
}
.service-list>li>a:hover .service-left .sevice-more {
  border-color: var(--color-hover);
  color: #fff;
}
.service-list>li>a:hover .service-right {
  width: 100%;
  left: 0;
}

@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
  .service-list {
    margin-top: 30px;
  }
  .service-list>li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-list {
    margin-top: 10px;
  }
  .service-list>li>a .service-left {
    padding: 15px;
  }
  .service-list>li>a .service-left>h1 {
    font-size: 14px;
    line-height: 20px;
  }
  .service-list>li>a .service-left>h1>span {
    line-height: 24px;
    font-size: 16px;
  }
  .service-list>li>a .service-left>h1>span::after {
    margin: 10px 0;
  }
  .service-list>li>a .service-left .service-text {
    display: none;
  }
}

/* 案例展示 */
.case {
  padding: 50px 0 0 0;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
  margin-top: 40px;
}
.case-list>li {
  width: 23%;
  margin: 0 1% 20px 1%;
}
.case-list>li>a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.case-list>li>a .img::before {
  padding-top: 100%;
}
.case-list>li>a>h1 {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  line-height: 35px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-list>li>a:hover .img>img {
  transform: scale(0.9);
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0 0 0;
  }
  .case-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-list {
    margin-top: 10px;
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
  }
  .case-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .case-list>li>a>h1 {
    font-size: 14px;
  }
}

/* 新闻资讯 */
.news-title {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid #363636;
}
.news-title>h1 {
  width: 100%;
  max-width: 40%;
  background-color: #363636;
  background: #363636;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
}
.news {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-left {
  width: 31%;
  padding: 60px 30px;
  text-align: center;
}
.news-left>h2 {
  display: block;
  overflow: hidden;
  line-height: 60px;
  font-size: 54px;
  text-transform: uppercase;
}
.news-left>h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  line-height: 95px;
  font-size: 72px;
  color: #000;
  font-weight: bold;
}
.news-left>h1>span {
  width: 100%;
  max-width: 72px;
  height: 10px;
  position: relative;
  border-top: 2px solid #130000;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
}
.news-left>h1>span::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #130000;
}
.news-left>h1>span:last-child {
  justify-content: flex-start;
}
.news-left>h6 {
  display: block;
  overflow: hidden;
  line-height: 20px;
  color: #7f4c6b;
  font-size: 15px;
}
.news-right {
  width: 69%;
}
.news-right>ul {
  display: block;
  overflow: hidden;
  padding: 20px 5%;
}
.news-right>ul>li {
  display: block;
  line-height: 25px;
  font-size: 15px;
  margin-bottom:15px;
  border-bottom:1px dashed #CCCCCC;
  overflow: hidden;
  padding-bottom:15px;
}
.news-right>ul>li>span {
  float: right;
  color: #4d9c9e;
  margin-left: 10px;
}
.news-right>ul>li>a {
  display: block;
  overflow: hidden;
  color: #14494a;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right>ul>li>a:hover {
  color: #ff8bd2;
}

@media (max-width: 1240px) {
  .news-title>h1 {
    max-width: 50%;
  }
  .news {
    padding: 50px 0;
  }
  .news-left {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .news-title>h1 {
    font-size: 20px;
  }
  .news {
    padding: 30px 0;
  }
  .news-left {
    padding: 30px;
  }
  .news-right>ul>li {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .news-title>h1 {
    max-width: 90%;
    font-size: 18px;
    line-height: 24px;
  }
  .news {
    padding: 0;
  }
  .news-right {
    width: 100%;
  }
  .news-right>ul {
    padding: 20px 0;
  }
  .news-right>ul>li {
    margin: 10px 0;
	padding-bottom:5px;
  }
}
/* END-首页样式 */


/* 内页大图 */
.n-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.n-banner>img {
  width: 100%;
  display: block;
  height: auto;
}
/* END-内页大图 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
}
.place-title {
  width: 100%;
  float: left;
  padding: 30px 0;
  text-align: center;
}
.place-title>h1 {
  line-height: 38px;
  font-size: 20px;
  color: #3c3208;
  font-size: 28px;
  font-weight: 500;
}
.place-title>div {
  color: #564811;
  font-size: 14px;
  line-height: 30px;
}
.menu-list {
  width: 102%;
  margin-left: -1%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
  overflow: hidden;
  transition: initial;
}
.menu-list>li {
  width: 9.1%;
  margin: 0 1% 10px 1%;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  color: #404040;
  font-size: 16px;
  text-align: center;
  background-color: #ccc;
  border-radius: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  color: #fff;
}
.menu-list>li.menu-active>a::before {
  left: -40px;
}
.menu-list>li.menu-active>a::after {
  right: -40px;
}

.place-content {
  width: 100%;
  float: left;
  padding: 25px 0 45px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: var(--color3);
}
.company p {
  margin: 20px 0;
  text-indent: 2em;
}
.company img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}

@media (max-width: 1240px) {
  .menu-list>li {
    width: calc(calc(100% / 6) - 2%);
  }
}
@media (max-width: 991px) {
  .place-title {
    padding: 20px 0;
  }
  .menu-list {
    margin-top: 25px;
  }
  .menu-list>li {
    width: calc(calc(100% / 5) - 2%);
  }
  .place-content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .menu-title {
    width: calc(100% + 40px);
    float: left;
    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: 0;
  }
  .menu-list>li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
  .company p {
    margin: 10px 0;
  }
}
/* END-关于我们 */

/* 内页底部新闻 */
.news-bottom {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.news-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-bottom ul>li {
  width: 49%;
  padding: 50px 0;
}
.news-bottom ul>li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.news-bottom ul>li>a .news-img {
  width: 40%;
  overflow: hidden;
  position: relative;
}
.news-bottom ul>li>a .news-img::before {
  content: "";
  display: block;
  padding-top: 61.702128%;
}
.news-bottom ul>li>a .news-box {
  width: 60%;
  padding-right: 6%;
}
.news-bottom ul>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-bottom ul>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  color: #666;
  height: 36px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-bottom ul>li>a .news-box .news-more {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 16px;
  color: #999;
  font-size: 12px;
}
.news-bottom ul>li>a .news-box .news-more::before {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #cfcfcf;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-bottom ul>li>a .news-box .news-more>span:last-child {
  float: right;
  color: #333;
}

@media (max-width: 991px) {
  .news-bottom ul>li {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .news-bottom {
    padding-bottom: 10px;
  }
  .news-bottom ul>li {
    width: 100%;
    padding: 15px 0;
  }
  .news-bottom ul>li>a .news-box .news-more {
    margin-top: 10px;
  }
  .news-bottom ul>li>a .news-box .news-more::before {
    margin-bottom: 10px;
  }
}
/* END-内页底部新闻 */

/* 服务项目 */
.place-content .service-list {
  margin: 0;
}
.service-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.service-bottom>a {
  margin: 3px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  background: #c6c6c6;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.service-bottom>a.prve,
.service-bottom>a.next {
  font-family: SimSun;
  font-weight: bold;
}
.service-bottom>a.prve::before {
  content: "<";
}
.service-bottom>a.next::before {
  content: ">";
}
.service-bottom>a:hover,
.service-bottom>a.active {
  background-color: var(--color-hover);
}

.product-details {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.gallery {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  padding: 10px;
}
.gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 65.4%;
}
.thumbs {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  padding: 0 8%;
}
.thumbs .swiper-slide {
  border: 2px solid #ddd;
}
.thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 50.4%;
}
.thumbs .swiper-slide-thumb-active {
  border-color: var(--color-hover);
}
.thumbs .prev-button,
.thumbs .next-button {
  width: 36px;
  height: 100%;
  float: left;
  background-color: var(--color-hover);
  font-family: SimSun;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.thumbs .next-button {
  left: initial;
  right: 0;
}
.thumbs .prev-button::before {
  content: "<";
}
.thumbs .next-button::before {
  content: ">";
}

.product-details-title {
  display: block;
  overflow: hidden;
  font-size: 21px;
  color: #323232;
  border-bottom: 1px solid #e9e9e9;
  line-height: 55px;
}
.product-details-content {
  display: block;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  margin: 20px auto;
}

.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.product-details-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 40px;
}
.product-details-form>label {
  width: 49%;
  float: left;
  border: 1px solid #d3d3d2;
  margin-bottom: 20px;
  display: flex;
  padding: 0 15px;
}
.product-details-form>label>div {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #8b8b8b;
  font-size: 14px;
}
.product-details-form>label>div>span {
  font-style: normal;
  color: #ff0000;
  display: inline-block;
  margin-left: 2px;
}
.product-details-form>label>input {
  width: 100%;
  flex: 1;
  max-width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  color: #000;
}
.product-details-form>label:nth-child(5) {
  width: 100%;
}
.product-details-form>label:nth-child(5)>textarea {
  width: 100%;
  flex: 1;
  max-width: 100%;
  height: 125px;
  padding: 10px;
  padding-right: 0;
  font-size: 14px;
  color: #000;
  line-height: 25px;
}
.product-details-form>button {
  width: 100%;
  overflow: hidden;
  float: left;
  height: 45px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: rgba(255, 0, 0, 0.5);
  display: block;
  margin-top: 10px
}
.product-details-form>button:hover {
  background-color: var(--color-hover);
  color: #fff;
}

.product-details-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.product-details-bottom>a {
  font-size: 18px;
  color: #fff;
  background: var(--color-hover);
  display: inline-block;
  width: 49%;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  padding: 0px 15px;
  border-radius: 10px;
}
.product-details-bottom>a:hover {
  font-weight: bold;
}
.product-details .service-list {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .product-details {
    margin-bottom: 20px;
  }
  .thumbs {
    margin-top: 30px;
  }
  .product-details-form {
    margin-top: 20px;
  }
  .product-details-bottom {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .service-bottom {
    margin-top: 20px;
  }

  .product-details {
    margin-bottom: 10px;
  }
  .thumbs {
    margin-top: 10px;
  }
  .product-details-form {
    margin-top: 10px;
  }
  .product-details-bottom {
    margin-top: 10px;
  }

  .product-details-title {
    font-size: 16px;
    line-height: 35px;
  }
  .product-details-content p {
    margin: 10px auto;
  }
  .product-details-form>label {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .product-details-bottom>a {
    font-size: 14px;
  }
  .product-details .service-list {
    margin-top: 10px;
  }
}
/* END-服务项目 */

/* 案例展示 */
.place-content .case-list {
  display: flex;
  flex-wrap: wrap;
  width: 105%;
  margin-left: -2.5%;
  margin-top: 0;
}
.place-content .case-list>li {
  width: calc(calc(100% / 3) - 5%);
  margin: 0 2.5% 70px 2.5%;
}
.place-content .case-list>li>a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.place-content .case-list>li>a .img::before {
  padding-top: 100%;
}
.place-content .case-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  padding: 0 15px;
  background-color: #d8d8d8;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.place-content .case-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.place-content .case-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 991px) {
  .place-content .case-list {
    width: 102%;
    margin-left: -1%;
    margin-top: 0;
  }
  .place-content .case-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 767px) {
  .place-content .case-list {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    justify-content: space-between;
  }
  .place-content .case-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .place-content .case-list>li>a>h1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
  }
}
/* END-案例展示 */

/* 新闻资讯 */
.news-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.news-list>li {
  width: calc(25% - 30px);
  margin: 0 15px 40px 15px;
}
.news-list>li>a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.news-list>li>a .img {
  border-bottom: 4px #d7c09a solid;
}
.news-list>li>a .img::before {
  padding-top: 61.85185185185185%;
}
.news-list>li>a>h1 {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  color: #9b9b9b;
  line-height: 20px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.news-list>li>a>h1>span {
  display: block;
  overflow: hidden;
  color: #505050;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.news-list>li>a .news-text {
  display: block;
  line-height: 24px;
  margin: 10px 0;
  font-size: 13px;
  color: #666666;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-more {
  display: block;
  width: 100px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #c8c8c8;
  font-size: 13px;
  color: #666666;
  margin-top: 10px;
}
.news-list>li>a:hover .img>img {
  transform: scale(1.2);
}
.news-list>li>a:hover .news-more {
  color: #fff;
  border-color: var(--color-hover);
}

.news-details {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-details-title {
  display: block;
  overflow: hidden;
  color: #333333;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.news-details-time {
  color: #666666;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 7px;
  margin: 15px 0;
  font-size: 14px;
  text-align: center;
}
.news-details-img{ width:100%; text-align:center;} 
.news-details-img img{ max-width:100% !important; height:auto !important; display:block; margin:10px auto;}
.news-details-content {
  display: block;
  overflow: hidden;
  color: #3F3F3F;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .news-list>li {
    margin: 0 15px 50px 15px;
  }
}
@media (max-width: 991px) {
  .news-list>li {
    width: calc(calc(100% / 3) - 30px);
    margin: 0 15px 30px 15px;
  }
}
@media (max-width: 767px) {
  .news-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .news-details {
    margin-bottom: 10px;
  }
  .news-details-time {
    padding: 5px;
    margin: 10px 0;
  }
  .news-details-content p {
    margin: 10px 0;
  }
}
/* END-新闻资讯 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-text {
  width: 100%;
  float: left;
  max-width: 1000px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.contact-text>img {
  width: 48%;
  margin-right: 4%;
  height: auto;
}
.contact-text>div {
  padding-top: 3%;
}
.contact-text>div p {
  margin: 10px 0;
}
.contact-map {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 50px
}
@media (max-width:767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px
  }
  .contact-text>img {
    width: 100%;
    margin-right: 0;
  }
  .contact-text>div {
    width: 100%;
    padding-top: 5%;
  }
  .contact-text>div p {
    margin: 5px 0;
  }
  .contact-map {
    margin-top: 20px;
    height: 300px
  }
}
/* END-联系我们 */