/* 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;
  background: url(../images/title-heng.png) no-repeat center bottom;
  padding-bottom: 20px;
}
.title>div {
  line-height: 55px;
  font-size: 60px;
  color: #000;
  text-transform: uppercase;
  opacity: 0.1;
}
.title>h1 {
  line-height: 52px;
  font-size: 36px;
  color: #1b1b1b;
  font-weight: bold;
  margin-top: -32px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .title {
    padding-bottom: 5px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
  }
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    margin: 0;
  }
}

/* 首页样式 */
/* 关于闽鑫通 */
.about {
  background-image: url(../images/about-bj.png);
  background-position: left center;
  background-size: auto;
  padding: 50px 0;
}
.about .title {
  text-align: left;
  background-position: left bottom;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about-left {
  width: 53.5%;
  float: left;
  position: relative;
  margin-top: -63px;
}
.about-left .img {
  height: 100%;
  border-radius: 30px;
  z-index: 2;
}
.about-left .img::before {
  padding-top: 61.5264798%;
}
.about-left::after {
  content: "";
  width: 260px;
  height: 102px;
  float: left;
  border-radius: 0 0 30px 30px;
  background-color: #d12823;
  position: absolute;
  right: -17px;
  bottom: -20px;
}
.about-right {
  width: 46.5%;
  float: left;
  padding: 20px 65px 0 0;
}
.about-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  color: #5a5a5a;
  min-height: 117px;
}
.about-text>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 24px;
  color: #bf0f0f;
  margin-bottom: 5px;
}
.about-more {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.about-more>a {
  width: 160px;
  float: left;
  height: 48px;
  border-radius: 24px;
  background-color: #bf0f0f;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}
.about-more>a>img {
  float: left;
  margin-right: 15px;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}
.about-list>li {
  float: left;
}
.about-list>li .about-icon {
  display: block;
  overflow: hidden;
  position: relative;
  height: 36px;
}
.about-list>li h2 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
  color: #0a0a0a;
}
.about-list>li:nth-child(2) {
  width: 50%;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

@media (max-width: 1240px) {
  .about-right {
    padding: 20px 50px 0 0;
  }
  .about-list {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-right {
    padding: 20px 30px 0 0;
  }
  .about-text>h1 {
    font-size: 22px;
  }
  .about-list {
    margin-top: 30px;
  }
  .about-list>li:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about .title {
    text-align: center;
    background-position: center bottom;
  }
  .about-content {
    flex-direction: row;
  }
  .about-left {
    width: 100%;
    margin-top: 15px;
  }
  .about-left::after {
    display: none;
  }
  .about-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .about-text {
    line-height: 20px;
    font-size: 12px;
    min-height: initial;
  }
  .about-text>h1 {
    line-height: 30px;
    font-size: 16px;
  }
  .about-more {
    margin-top: 10px;
  }
  .about-more>a {
    width: 120px;
    height: 34px;
    border-radius: 17px;
    font-size: 14px;
  }
  .about-more>a>img {
    margin-right: 5px;
  }
  .about-list {
    margin-top: 15px;
  }
  .about-list>li h2 {
    font-size: 16px;
  }
  .about-list>li:nth-child(2) {
    width: 40%;
  }
}

/* 产品中心 */
.product {
  background-image: url(../images/product-bj.jpg);
  padding: 65px 0;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.product-nav>li {
  flex: 1;
  padding: 0 1px 1px 0;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 35px;
  line-height: 40px;
  font-size: 18px;
  color: #282828;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.product-nav>li>a::before {
  content: "";
  width: 20px;
  height: 20px;
  float: right;
  background-image: url(../images/product-jiantou.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  position: relative;
  transform: translateY(50%);
}
.product-nav>li>a::after {
  content: "";
  width: 0;
  float: left;
  height: 3px;
  background-color: #bf0f0f;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.product-nav>li>a:hover,
.product-nav>li.product-active>a {
  color: #bf0f0f;
  font-weight: bold;
}
.product-nav>li>a:hover::before,
.product-nav>li.product-active>a::before {
  background-image: url(../images/product-jiantou-hover.png);
}
.product-nav>li>a:hover::after,
.product-nav>li.product-active>a::after {
  width: 100%;
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.product-content>div {
  display: none;
}
.product-content>div:first-child {
  display: block;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
}
.product-list>li {
  width: 285px;
  margin: 0 20px 20px 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 5px;
}
.product-list>li>a .img::before {
  padding-top: 77.19298246%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li>a:hover {
  background-color: #bf0f0f;
}
.product-list>li>a:hover .img>img {
  transform: scale(1.06);
}
.product-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 1240px) {
  .product {
    padding: 50px 0;
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  .product-nav {
    margin-top: 20px;
  }
  .product-nav>li>a {
    padding: 15px 20px;
    line-height: 30px;
    font-size: 16px;
  }
  .product-nav>li>a::before {
    top: -5px;
  }
  .product-list>li>a>h1 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-nav {
    margin-top: 10px;
  }
  .product-nav>li {
    flex: none;
  }
  .product-nav>li>a {
    padding: 5px 15px;
    line-height: 30px;
    font-size: 16px;
  }
  .product-content {
    margin-top: 10px;
  }
  .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: 35px;
    line-height: 35px;
  }
}

/* 横幅 */
.hf {
  padding: 60px 0;
}
.hf ul {
  display: flex;
  flex-wrap: wrap;
  width: 1232px;
}
.hf ul>li {
  width: 276px;
  margin: 16px 32px 16px 0;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.hf ul>li::before {
  content: "";
  width: calc(100% + 2px);
  float: left;
  height: 40%;
  border: 1px solid #9e0404;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  position: absolute;
  left: -1px;
  top: -1px;
}
.hf ul>li .hf-icon {
  width: 100%;
  max-width: 124px;
  border-radius: 50%;
  background-color: #f7ebeb;
  padding: 10px;
  margin: 0 auto;
}
.hf ul>li .hf-icon .img {
  border-radius: 50%;
  background-color: #9e0404;
}
.hf ul>li .hf-icon .img::before {
  padding-top: 100%;
}
.hf ul>li h1 {
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1240px) {
  .hf {
    padding: 50px 0;
  }
  .hf ul {
    width: 102%;
    margin-left: -1%;
  }
  .hf ul>li {
    width: 23%;
    margin: 16px 1%;
  }
}
@media (max-width: 991px) {
  .hf {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .hf {
    padding: 15px 0;
  }
  .hf ul>li {
    padding: 5px;
    margin: 5px 1%;
  }
  .hf ul>li .hf-icon {
    max-width: 60px;
    padding: 5px;
  }
  .hf ul>li .hf-icon .img>img {
    height: 30px;
  }
  .hf ul>li h1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

/* 闽鑫通核心优势 */
.advantage {
  background-image: url(../images/advantage-bj.jpg);
  padding: 100px 0;
}
.advantage .title>h1 {
  line-height: 58px;
  font-size: 48px;
  color: #fff;
  margin: 0;
}
.advantage .title>div {
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
}
.advantage-list {
  display: block;
  overflow: hidden;
  margin-top: 50px;
}
.advantage-list>li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 4px;
}
.advantage-list>li .advantage-left {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.advantage-list>li .advantage-left::before {
  content: "";
  display: block;
  padding-top: 56.66667%;
}
.advantage-list>li .advantage-right {
  width: 50%;
  float: left;
  background-color: #fff;
  padding: 45px 35px;
}
.advantage-list>li .advantage-right .advantage-number {
  display: block;
  overflow: hidden;
}
.advantage-list>li .advantage-right .advantage-number>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.advantage-list>li .advantage-right>h2 {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 36px;
  color: #9e0404;
}
.advantage-list>li .advantage-right .advantage-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #5f5f5f;
  min-height: 96px;
  margin-top: 30px;
}
.advantage-list>li:nth-child(even) {
  flex-direction: row;
}

@media (max-width: 1240px) {
  .advantage {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .advantage {
    padding: 40px 0;
  }
  .advantage-list {
    margin-top: 30px;
  }
  .advantage-list>li .advantage-right {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .advantage {
    padding: 20px 0;
  }
  .advantage .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .advantage .title>div {
    line-height: 20px;
    font-size: 14px;
  }
  .advantage-list {
    margin-top: 10px;
  }
  .advantage-list>li .advantage-left {
    width: 100%;
  }
  .advantage-list>li .advantage-right {
    width: 100%;
    padding: 15px;
  }
  .advantage-list>li .advantage-right .advantage-number {
    float: left;
    margin-right: 10px;
  }
  .advantage-list>li .advantage-right .advantage-number>img {
    height: 30px;
  }
  .advantage-list>li .advantage-right>h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .advantage-list>li .advantage-right .advantage-text {
    font-size: 14px;
    min-height: initial;
    margin-top: 10px;
  }
}

/* 车间展示 */
.workshop {
  padding: 60px 0;
}
.workshop-list {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.workshop-list>li {
  width: calc(calc(50% + 10px) / 2);
  float: left;
  padding-left: 19px;
  margin-top: 18px;
}
.workshop-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.workshop-list>li>a::before {
  content: "";
  display: block;
  padding-top: 78.32168%;
}
.workshop-list>li>a>h1 {
  width: 100%;
  overflow: hidden;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 2;
}
.workshop-list>li>a>h1::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.workshop-list>li:nth-child(5n+1) {
  width: calc(50% - 10px);
  padding: 0;
}
.workshop-list>li:nth-child(5n+1)>a::before {
  padding-top: 79.018613%;
}
.workshop-list>li:nth-child(5n+1)>a>h1 {
  line-height: 90px;
  font-size: 24px;
}
.workshop-list>li>a:hover>img {
  transform: scale(1.06);
}
.workshop-list>li>a:hover>h1 {
  bottom: 0;
}

@media (max-width: 1240px) {
  .workshop {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .workshop {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .workshop {
    padding: 15px 0;
  }
  .workshop-list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .workshop-list>li {
    width: calc(50% - 5px);
    padding-left: 0;
    margin-top: 10px;
  }
  .workshop-list>li>a>h1 {
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .workshop-list>li>a>h1::before {
    display: none;
  }
  .workshop-list>li:nth-child(5n+1) {
    width: 100%;
  }
  .workshop-list>li:nth-child(5n+1)>a>h1 {
    line-height: 40px;
    font-size: 16px;
  }
}

/* 新闻资讯 */
.news {
  background-color: #f5f5f5;
  padding: 85px 0;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.news-left {
  width: 65%;
}
.news-title {
  display: flex;
  line-height: 38px;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 25px;
}
.news-title>h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #272727;
}
.news-title>h1>img {
  margin-right: 10px;
}
.news-title>a {
  float: right;
  font-size: 14px;
  color: #6a6a6a;
}
.news-box {
  display: block;
  overflow: hidden;
}
.news-box>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.news-box>a .img {
  width: calc(50% - 14px);
  float: left;
}
.news-box>a .news-text-box {
  width: calc(50% + 14px);
  float: left;
  padding: 24px;
}
.news-box>a .news-text-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box>a .news-text-box .news-text {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #7d7d7d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news-box>a .news-text-box .news-time {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 20px;
  font-size: 16px;
  color: #9e0404;
}
.news-box>a:hover {
  background-color: #bf0f0f;
}
.news-box>a:hover .news-text-box>h1,
.news-box>a:hover .news-text-box .news-text,
.news-box>a:hover .news-text-box .news-time {
  color: #fff;
}

.news-left-list {
  display: block;
  overflow: hidden;
}
.news-left-list>li {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #c2c2c2;
}
.news-left-list>li .news-time {
  width: 72px;
  height: 72px;
  float: left;
  border: 1px solid #bdbdbd;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #a7a7a7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 15px;
}
.news-left-list>li .news-time>span {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 36px;
  color: #9e0404;
}
.news-left-list>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left-list>li .news-text {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #6e6d6d;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-left-list>li>a:hover>h1 {
  color: #9e0404;
  font-weight: bold;
}

.news-right {
  width: 31.25%;
}
.news-right>.img::before {
  padding-top: 67.37968%;
}
.news-right-list {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.news-right-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #c2c2c2;
  line-height: 50px;
  font-size: 14px;
}
.news-right-list>li>span {
  float: right;
  color: #919191;
}
.news-right-list>li>a {
  display: block;
  height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #595959;
}
.news-right-list>li>a:hover {
  color: #9e0404;
  font-weight: bold;
}

@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    margin-top: 10px;
  }
  .news-left {
    width: 100%;
  }
  .news-title {
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-title>h1 {
    font-size: 18px;
  }
  .news-box>a .img {
    width: 30%;
  }
  .news-box>a .news-text-box {
    width: 70%;
    padding: 10px;
  }
  .news-box>a .news-text-box>h1 {
    line-height: 24px;
  }
  .news-box>a .news-text-box .news-text {
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }
  .news-box>a .news-text-box .news-time {
    margin-top: 5px;
    font-size: 14px;
  }
  .news-left-list>li {
    padding: 10px 0;
  }
  .news-right {
    width: 100%;
    margin-top: 15px;
  }
  .news-right-list>li {
    line-height: 40px;
  }
  .news-right-list>li>a {
    height: 40px;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.main-left {
  width: 255px;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  line-height: 78px;
  background-color: #9e0404;
  border-top: 5px solid #3f3f3f;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 35px;
}
.menu-title>span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  color: rgba(255, 255, 255, 1);
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #404040;
  padding: 0 25px 0 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(224, 224, 224, 0));
}
.menu-list>li>a::before {
  content: url(../images/menu-jiantou.png);
  width: 16px;
  float: right;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  color: #404040;
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(224, 224, 224, 1));
}
.menu-list>li:hover>a::before,
.menu-list>li.menu-active>a::before {
  content: url(../images/menu-jiantou-hover.png);
}

.menu-child-list {
  display: none;
}
.menu-child-list>li {
  display: block;
  overflow: hidden;
  border-top: 1px solid #ececec;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #404040;
  text-align: center;
}
.menu-child-list>li>a:hover {
  background-color: #9e0404;
  color: #fff;
}

.menu-hotline {
  display: block;
  overflow: hidden;
  background: url(../images/menu-hotline-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 15px 20px;
  margin-top: 20px;
  min-height: 205px;
  line-height: 32px;
}
.menu-hotline>div {
  margin-bottom: 5px;
  font-size: 16px;
  color: #0c0c0c;
  font-weight: bold;
}
.menu-hotline>h2 {
  font-size: 20px;
  color: #9e0404;
  font-weight: bold;
  padding-left: 28px;
  background: url(../images/menu-hotline-icon.png) no-repeat left center;
}

.main-right {
  width: 912px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 42px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e0e0e0;
}
.place-title>h1 {
  float: left;
  font-size: 22px;
  color: #bb271f;
}
.place-title>div {
  float: right;
  font-size: 14px;
  color: #8b8b8b;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 1240px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .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;
    border-top: none;
  }
  .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 .product-list {
  display: flex;
  flex-wrap: wrap;
  width: 936px;
}
.place-content .product-list>li {
  width: 288px;
  margin: 0 24px 24px 0;
}
.place-content .product-list>li>a {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 8px 6px;
}
.place-content .product-list>li>a .product-box {
  display: block;
  overflow: hidden;
  padding: 5px 20px 10px 20px;
}
.place-content .product-list>li>a .product-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 44px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #323232;
  font-weight: bold;
}
.place-content .product-list>li>a .product-box .product-text {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
  color: #707070;
}
.place-content .product-list>li>a .product-box .product-text>p {
  width: 50%;
  float: left;
}
.place-content .product-list>li>a:hover .product-box>h1,
.place-content .product-list>li>a:hover .product-box .product-text {
  color: #fff;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
}
.product-details-box {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 6px 8px;
}
.product-details-left {
  width: calc(50% - 15px);
  float: left;
  overflow: hidden;
  position: relative;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 73.11827957%;
}
.product-details-right {
  width: calc(50% - 15px);
  float: right;
  padding: 10px 0 20px;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 44px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  color: #323232;
  font-weight: bold;
}
.product-details-right .product-details-text {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #707070;
}
.product-details-right .product-details-text>p {
  width: 50%;
  float: left;
}

.product-details-content {
  width: 100%;
  float: left;
  margin-top: 28px;
  font-size: 16px;
  line-height: 30px;
  color: #868686;
}
.product-details-title {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #9e0404;
  line-height: 52px;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .place-content .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .place-content .product-list>li {
    width: 31.333333%;
    margin: 0 1% 24px 1%;
  }
}
@media (max-width: 991px) {
  .place-content .product-list>li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 767px) {
  .place-content .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .place-content .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .place-content .product-list>li>a {
    padding: 5px;
  }
  .place-content .product-list>li>a .product-box {
    padding: 5px 0;
  }
  .place-content .product-list>li>a .product-box>h1 {
    line-height: 38px;
  }
  .place-content .product-list>li>a .product-box .product-text {
    height: 96px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 12px;
	overflow:hidden;
  }
  .place-content .product-list>li>a .product-box .product-text>p {
    width: 100%;
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 5px 0;
  }
  .product-details-right>h1 {
    line-height: 40px;
  }
  .product-details-right .product-details-text {
    margin-top: 10px;
  }
  .product-details-content {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .product-details-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
/* END-钛合金/模具材料 */

/* 车间展示 */
.place-content .workshop-list {
  margin: 0;
  width: 102%;
  margin-left: -1%;
}
.place-content .workshop-list>li {
  width: 31.333333% !important;
  padding: 0 !important;
  margin: 0 1% 2% 1% !important;
}
.place-content .workshop-list>li>a::before {
  padding-top: 78.32168% !important;
}
.place-content .workshop-list>li>a>h1 {
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.place-content .workshop-list>li>a>h1::before {
  display: none;
}

@media (max-width: 767px) {
  .place-content .workshop-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .place-content .workshop-list>li {
    width: calc(50% - 5px) !important;
    margin: 0 0 10px 0 !important;
  }
}
/* END-车间展示 */

/* 新闻资讯 */
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list>li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.news-list>li>a .img {
  width: 30%;
  float: left;
}
.news-list>li>a .news-text-box {
  width: 70%;
  float: left;
  padding-left: 20px;
}
.news-list>li>a .news-text-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-text-box .news-text {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
  color: #7d7d7d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-text-box .news-time {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #9e0404;
}
.news-list>li>a:hover {
  background-color: #bf0f0f;
}
.news-list>li>a:hover .news-text-box>h1,
.news-list>li>a:hover .news-text-box .news-text,
.news-list>li>a:hover .news-text-box .news-time {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  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: 15px 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: 991px) {
  .news-list>li>a .news-text-box .news-text {
    height: 90px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .news-list>li {
    margin-bottom: 10px;
  }
  .news-list>li>a {
    padding: 5px;
  }
  .news-list>li>a .news-text-box>h1 {
    line-height: 30px;
  }
  .news-list>li>a .news-text-box .news-text {
    height: 44px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin-top: 5px;
  }
  .news-list>li>a .news-text-box .news-time {
    margin-top: 5px;
  }

  .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-联系我们 */