/* 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;
}
.imgbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.imgbox::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: space-between;
  align-items: center;
  line-height: 28px;
  text-transform: uppercase;
}
.title>h1 {
  font-size: 20px;
  color: #c9c9c9;
}
.title>h1>span {
  float: left;
  color: #0e47ae;
  font-weight: bold;
  border-left: 2px solid #0e47ae;
  padding: 0 10px;
}
.title>a {
  width: 82px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #c9c9c9;
  font-size: 20px;
  color: #c9c9c9;
}
.title>a::before {
  content: "→";
  transition: initial;
}
.title>a:hover {
  color: #0e47ae;
  border-bottom-color: #0e47ae;
}

.title-white {
  background-color: #0e47ae;
  line-height: 50px;
}
.title-white>h1,
.title-white>h1>span {
  color: #fff;
}
.title-white>a {
  color: #fff;
  border-bottom-color: #fff;
  margin-right: 15px;
}
.title-white>a:hover {
  color: #fea81d;
  border-bottom-color: #fea81d;
}

@media (max-width: 991px) {
  .title>h1 {
    font-size: 16px;
  }
  .title>a {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .title-white {
    line-height: 40px;
  }
}

/* 首页样式 */
.about {
  padding: 30px 0;
}
/* 关于华辰 */
.about-left {
  width: calc(50% - 15px);
  float: left;
}
.about-text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.about-text>img {
  width: 100%;
  display: block;
  height: auto;
  border: 3px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.about-right {
  width: 50%;
  float: right;
}
.news {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.news:first-child {
  margin: 0;
}
.news .title {
  margin-bottom: 20px;
}
/* 行业新闻 */
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news-list>li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news-list>li>a .img{
  width: 112px;
}
.news-list>li>a .news-box{
  width: calc(100% - 112px);
  padding: 0 20px;
}
.news-list>li>a .news-box h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0 0 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.news-list>li>a .news-box h1::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0e47ae;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-list>li>a .news-box h1>span {
  float: right;
  font-size: 14px;
  color: #a2a2a2;
  font-weight: bold;
}
.news-list>li>a .news-box div {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box h1:hover {
  color: #0e47ae;
}

/* 产品知识 */
.news:last-child .news-list>li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  /* 关于华辰 */
  .about-left {
    width: 100%;
  }
  .about-text {
    margin-top: 10px;
    line-height: 24px;
  }
  .about-text>img {
    margin-bottom: 10px;
  }

  .about-right {
    width: 100%;
    margin-top: 15px;
  }
  /* 行业新闻 */
  .news {
    margin-top: 10px;
  }
  .news .title {
    margin-bottom: 10px;
  }
  .news-list>li {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .news-list>li div {
    margin-top: 5px;
  }
}


/* 横幅 */
.hf {
  background-image: url(../images/hf-bj.jpg);
  padding: 50px 0 40px 0;
}
.hf-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf-list>li {
  flex: 1;
  text-align: center;
}
.hf-list>li>div {
  display: block;
  overflow: hidden;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}
.hf-list>li>div:first-child {
  margin-bottom: 5px;
  line-height: 40px;
  height: 40px;
}
.hf-list>li>div:first-child>span {
  font-size: 40px;
  padding-right: 5px;
}

@media (max-width: 1240px) {
  .hf {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .hf {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .hf {
    padding: 15px 0;
  }
  .hf-list>li>div {
    line-height: 18px;
    font-size: 12px;
  }
  .hf-list>li>div:first-child {
    line-height: 24px;
    height: 24px;
  }
  .hf-list>li>div:first-child>span {
    font-size: 20px;
  }
}

/* 产品中心 */
.product {
  padding-top: 35px;
}
.product-content {
  display: flex;
  position: relative;
  margin-top: 40px;
}
.product-content .swiper {
  width: 100%;
  border: 1px solid #dcdde2;
}
.product-content .swiper .swiper-slide {
  border-right: 1px solid #dcdde2;
}
.product-content .swiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  padding: 50px 25px;
}
.product-content .swiper .swiper-slide>a .product-img {
  width: 100%;
  max-width: 202px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #80caf1;
  padding: 8px;
  margin: 0 auto;
}
.product-content .swiper .swiper-slide>a .product-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0e47ae;
  position: absolute;
  left: calc(50% + 5px);
  bottom: calc(50% + 5px);
  transform-origin: left bottom;
}
@keyframes myfirst {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes myfirst {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-content .swiper .swiper-slide>a .product-img .img {
  border-radius: 50%;
  z-index: 2;
}
.product-content .swiper .swiper-slide>a .product-img .img::before {
  padding-top: 100%;
}
.product-content .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  line-height: 26px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-content .swiper .swiper-slide>a .product-text {
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.product-content .swiper .swiper-slide>a .product-more {
  width: 98px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #dcdde2;
  font-size: 12px;
  color: #adadad;
  margin: 20px auto 0 auto;
  text-transform: uppercase;
}
.product-content .swiper .swiper-slide>a:hover .product-img::before {
  animation: myfirst linear 2s infinite;
  -webkit-animation: myfirst linear 2s infinite;
}
.product-content .swiper .swiper-slide>a:hover .product-img .img>img {
  transform: scale(1.06);
}
.product-content .swiper .swiper-slide>a:hover .product-more {
  background-color: #0e47ae;
  color: #fff;
}
.product-content .prev-button,
.product-content .next-button {
  width: 30px;
  height: 36px;
  float: left;
  background-image: url(../images/product-prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.product-content .next-button {
  left: initial;
  right: -55px;
  background-image: url(../images/product-next.png);
}

.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: default !important;
}

@media (max-width: 1240px) {
  .prev-button,
  .next-button {
    left: -3.5%;
  }
  .next-button {
    left: initial;
    right: -3.5%;
  }
}
@media (max-width: 991px) {
  .product-content {
    margin-top: 20px;
  }
  .product-content .swiper .swiper-slide>a {
    padding: 30px 15px;
  }
  .prev-button,
  .next-button {
    left: -25px;
  }
  .next-button {
    left: initial;
    right: -25px;
  }
}
@media (max-width: 767px) {
  .product {
    padding-top: 15px;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-content .swiper .swiper-slide>a {
    padding: 10px;
  }
  .product-content .swiper .swiper-slide>a .product-img {
    max-width: 80%;
    padding: 3px;
  }
  .product-content .swiper .swiper-slide>a>h1 {
    margin-top: 5px;
    font-size: 18px;
  }
  .product-content .swiper .swiper-slide>a .product-text {
    height: 66px;
    line-height: 22px;
    margin-top: 5px;
  }
  .product-content .swiper .swiper-slide>a .product-more {
    margin: 5px auto 0 auto;
  }
  .prev-button,
  .next-button {
    width: 20px;
    height: 24px;
    left: 0;
  }
  .next-button {
    left: initial;
    right: 0;
  }
}

/* 热销产品 */
.hot-product {
  margin-top: 45px;
}
.hot-product-content {
  display: flex;
  position: relative;
  margin-top: 35px;
  padding: 0 66px;
}
.hot-product-content .swiper {
  width: 100%;
}
.hot-product-content .swiper .swiper-slide>a {
  display: block;
  overflow: hidden;
}
.hot-product-content .swiper .swiper-slide>a .img {
  border-radius: 10px;
}
.hot-product-content .swiper .swiper-slide>a .img::before {
  padding-top: 100%;
}
.hot-product-content .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  background-color: #dcdde2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  color: #333;
}
.hot-product-content .swiper .swiper-slide>a:hover>h1 {
  background-color: #0e47ae;
  color: #fff;
}
.hot-product-content .prev-button,
.hot-product-content .next-button {
  width: 54px;
  height: 54px;
  float: left;
  border-radius: 50%;
  background-color: #0e47ae;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: SimSun;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hot-product-content .next-button {
  left: initial;
  right: 0;
}
.hot-product-content .prev-button::before {
  content: "<";
}
.hot-product-content .next-button::before {
  content: ">";
}

@media (max-width: 991px) {
  .hot-product {
    margin-top: 30px;
  }
  .hot-product-content {
    margin-top: 20px;
    padding: 0 50px;
  }
  .hot-product-content .prev-button,
  .hot-product-content .next-button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .hot-product {
    margin-top: 15px;
  }
  .hot-product-content {
    margin-top: 10px;
    padding: 0 30px;
  }
  .hot-product-content .prev-button,
  .hot-product-content .next-button {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}

/* 工厂展示 */
.factory {
  padding: 50px 0 30px 0;
}
.factory-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  width: 1224px;
}
.factory-list>li {
  width: 384px;
  float: left;
  margin: 0 24px 25px 0;
}
.factory-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.factory-list>li>a::before {
  content: "";
  display: block;
  padding-top: 81.7708334%;
}
.factory-list>li>a .img {
  height: calc(100% - 60px);
  position: absolute;
  left: 0;
  top: 0;
}
.factory-list>li>a .factory-hover {
  width: 100%;
  overflow: hidden;
  background-color: rgba(220, 221, 226, 1);
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 15px;
}
.factory-list>li>a .factory-hover .factory-btn {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.factory-list>li>a .factory-hover>h1 {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.factory-list>li>a:hover .img {
  height: 100%;
}
.factory-list>li>a:hover .factory-hover {
  height: 100%;
  background-color: rgba(14, 71, 174, 0.88);
}
.factory-list>li>a:hover .factory-hover .factory-btn {
  height: 30px;
  margin-bottom: 6px;
}
.factory-list>li>a:hover .factory-hover>h1 {
  color: #fff;
  line-height: 46px;
  font-size: 20px;
}
.factory-list>li>a:hover .factory-hover>h1>span {
  display: block;
  height: 0;
  overflow: hidden;
}
.more {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.more>a {
  width: 140px;
  float: left;
  height: 40px;
  border: 2px solid #0e47ae;
  background-color: #0e47ae;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a:hover {
  background-color: #fff;
  color: #0e47ae;
}

@media (max-width: 1240px) {
  .factory-list {
    margin-top: 40px;
    width: 102%;
    margin-left: -1%;
  }
  .factory-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 25px 1%;
  }
}
@media (max-width: 991px) {
  .factory {
    padding: 30px 0;
  }
  .factory-list {
    margin-top: 30px;
  }
  .factory-list>li {
    margin: 0 1% 20px 1%;
  }
  .factory-list>li>a:hover .factory-hover>h1 {
    line-height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .factory {
    padding: 15px 0;
  }
  .factory-list {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .factory-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .factory-list>li>a .img {
    height: calc(100% - 40px);
  }
  .factory-list>li>a .factory-hover {
    height: 40px;
    padding: 10px 15px;
  }
  .factory-list>li>a .factory-hover>h1 {
    line-height: 20px;
  }
  .factory-list>li>a:hover .factory-hover>h1 {
    line-height: 24px;
    font-size: 14px;
  }
  .more {
    margin-top: 5px;
  }
  .more>a {
    width: 110px;
    height: 30px;
    border-radius: 15px;
  }
}

/* 客户案例 */
.case {
  padding: 50px 0;
  background-color: #e6e8ed;
}
.case .title>h1,
.case .title>a {
  position: relative;
  z-index: 3;
}
.case-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0 90px 0 160px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.case-nav>li {
  float: left;
  margin-left: 50px;
  line-height: 28px;
}
.case-nav>li>a {
  color: #333;
  font-size: 16px;
}
.case-nav>li>a:hover {
  color: #0e47ae;
  text-decoration: underline;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 1220px;
}
.case-list>li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.case-list>li .img::before {
  padding-top: 100%;
}
.case-list>li .imgbox::before {
  padding-top: 75%;
}
.case-list>li h1 {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  text-align: center;
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.case-list>li:hover .img>img {
  transform: scale(1.06);
}
.case-list>li:hover h1 {
  background-color: #0e47ae;
  color: #fff;
}

@media (max-width: 1240px) {
  .case-list {
    width: 102%;
    margin-left: -1%;
  }
  .case-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-nav>li {
    margin-left: 30px;
  }
  .case-list {
    margin-top: 30px;
  }
  .case-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-nav {
    padding: 0;
    margin-top: 10px;
    justify-content: center;
  }
  .case-nav>li {
    margin: 0 10px;
  }

  .case-list {
    margin-top: 10px;
    margin-left: 0;
    justify-content: space-between;
  }
  .case-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .case-list>li h1 {
    height: 40px;
    line-height: 40px;
  }
}
/* END-首页样式 */

/* 关于华辰 */
.main {
  width: 100%;
  overflow: hidden;
  background-color: #e6e8ed;
  padding: 25px 0;
}
.main-left {
  width: 275px;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #0e47ae;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.menu-title>span {
  font-weight: bold;
  margin-right: 10px;
}
.menu-list {
  display: block;
  transition: initial;
}
.menu-list>li {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  background-color: #0e47ae;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 22px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.menu-list>li>a::before {
  content: ">";
  float: right;
  font-family: SimSun;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: #fff;
  color: #0e47ae;
}
.menu-list>li:hover>a::before {
  color: #0e47ae;
}
.menu-list>li.menu-active>a::before {
  color: #0e47ae;
  transform: rotate(90deg);
}

.menu-child-list {
  display: none;
  background-color: #fff;
  padding: 15px;
  padding-top: 0;
  margin-top: 5px;
  transition: initial;
}
.menu-child-list>li {
  display: block;
  border-bottom: 1px dashed #dcdcdc;
}
.menu-child-list>li>a {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px; text-indent:10px;
}
.menu-child-list>li>a:hover {
  background-color: #0e47ae;
  color: #fff;
}
.menu-child-list>li>a.act {
  background-color: #0e47ae;
  color: #fff;
}

.main-right {
  width: 895px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 10px;
}
.place-title>h1 {
  color: #0e47ae;
  font-weight: bold;
  font-size: 16px;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  min-height:400px;
}
.company img{ max-width:100% !important; height:auto !important; padding:5px;}

@media (max-width: 1240px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .main-left {
    width: 29%;
  }
  .menu-title {
    font-size: 18px;
  }
  .main-right {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-left {
    width: 100%;
  }
  .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;
  }
  .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;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }

  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于华辰 */

/* 产品中心/工厂展示/客户案例 */
.place-content .case-list {
  width: 915px;
  margin-top: 0;
}

.product-details-title {
  display: block;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.product-details-img{ width:100%; max-width:800px; text-align:center; margin:10px auto; display:block;}
.product-details-img img{ max-width:100%;}
.product-details-content {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .place-content .case-list {
    width: 102%;
    margin: 0;
    justify-content: space-between;
  }
  .place-content .case-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
}
@media (max-width: 767px) {
  .place-content .case-list {
    width: 100%;
  }
  .place-content .case-list>li {
    width: calc(50% - 5px);
  }

  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-产品中心/工厂展示/客户案例 */

/* 新闻中心 */
.place-content .news-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.place-content .news-list>li>a{display: block;}
.place-content .news-list>li h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0 20px 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.place-content .news-list>li h1::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0e47ae;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.place-content .news-list>li h1>span {
  float: right;
  font-size: 14px;
  color: #a2a2a2;
  font-weight: bold;
}
.place-content .news-list>li div {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.place-content .news-list>li h1:hover {
  color: #0e47ae;
}


.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.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: 1240px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px
}
.contact-map {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px
}
@media (max-width:767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    margin-top: 10px;
    height: 300px
  }
}
/* END-联系我们 */