﻿/* Animate.css动画演示 */
@import "animate.min.css";

/* Swiper 7.4.1 */
@import "swiper-bundle.min.css";

/* 字体图标 */
@import "font-awesome.min.css";

/* 核心样式 */
@import "bootstrap.min.css";

/* 公用样式 */
@import "public.css";

.container-fluid {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title>h1 {
  line-height: 54px;
  padding: 0 20px;
  font-size: 42px;
  color: #0f51bb;
  position: relative;
  font-weight: bold;
}
.title>h1::before {
  content: "";
  width: 93px;
  height: 18px;
  float: left;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/title-left.png) no-repeat center center;
  background-size: 100% 100%;
}
.title>h1::after {
  content: "";
  width: 93px;
  height: 18px;
  float: left;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/title-right.png) no-repeat center center;
  background-size: 100% 100%;
}
.title>div {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 174px;
  float: left;
  border: 1px dotted #0f51bb;
  border-radius: 5px;
  padding: 2px;
}
.more>a>span {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 34px;
  background-color: #0f51bb;
  font-size: 13px;
  color: #fff;
}
.more>a:hover {
  border-color: #d22213;
}
.more>a:hover>span {
  background-color: #d22213;
}

.prev-button,
.next-button {
  width: 36px;
  height: 36px;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #0f51bb;
  font-family: SimSun;
  font-size: 16px;
  color: #0f51bb;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prev-button::before {
  content: "<";
}
.next-button {
  left: initial;
  right: 0;
}
.next-button::before {
  content: ">";
}
.prev-button:hover,
.next-button:hover {
  border-color: #d22213;
  color: #d22213;
}

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}

.list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1240px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    padding: 0 10px;
    font-size: 20px;
  }
  .title>h1::before,
  .title>h1::after {
    width: 52px;
    height: 10px;
  }
  .title>div {
    line-height: 20px;
  }

  .more>a {
    width: 110px;
  }
  .more>a>span {
    height: 30px;
  }

  .prev-button,
  .next-button {
    width: 24px;
    height: 24px;
  }
}
/* 首页样式 */
/* 产品中心 */
.product {
  background-image: url(../image/product-bj.jpg);
  padding: 70px 0;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1px 0 0 1px;
  margin-top: 15px;
}
.product-nav>li {
  width: 12.5%;
  float: left;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin: -1px 0 0 -1px;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.product-nav>li.product-active>a {
  color: #0f51bb;
  font-weight: bold;
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.product-content>div {
  display: none;
}
.product-content>div:first-child {
  display: block;
}
.product-list {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.product-list>li {
  width: calc(25% - 20px);
  float: left;
  margin: 0 10px 20px 10px;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
}
.product-list>li>a .img {
  border: 1px solid #eee;
  background-color: #fff;
}
.product-list>li>a .img::before {
  padding-top: 87.7193%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li>a:hover .img {
  border-width: 2;
  border-color: #0f51bb;
}
.product-list>li>a:hover>h1 {
  background-color: #0f51bb;
  color: #fff;
}

@media (max-width: 1240px) {
  .product {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  .product-nav>li {
    width: calc(100% / 6);
  }
  .product-list>li {
    width: calc(calc(100% / 3) - 20px);
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-nav {
    margin-top: 10px;
  }
  .product-nav>li {
    width: calc(100% / 3);
  }
  .product-nav>li>a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
}

/* 5大优势 */
.choose {
  background-color: #fff;
}
.choose-title {
  width: 100%;
  float: left;
  padding-top: 90px;
  background: url(../image/choose-title-bj.jpg) no-repeat center center;
  background-size: cover;
}
.choose-title h1 {
  line-height: 74px;
  text-align: center;
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
}
.choose-title img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto -27px auto;
}
.choose-content {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.choose-list {
  display: block;
  overflow: hidden;
}
.choose-list>li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 35px;
}
.choose-list>li:last-child {
  margin: 0;
}
.choose-list>li .choose-img {
  width: 55.75%;
  float: left;
  display: flex;
  justify-content: flex-end;
}
.choose-list>li .choose-img>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.choose-list>li .choose-left {
  width: 42.25%;
  float: left;
}
.choose-list>li .choose-left .choose-number {
  width: 60px;
  float: left;
  height: 50px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  background-color: #d22213;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  margin: 10px 30px 30px 0;
}
.choose-list>li .choose-left .choose-number::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #d22213;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.choose-list>li .choose-left>h1 {
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #999;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
}
.choose-list>li .choose-left>h1>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  color: #0f51bb;
  font-weight: bold;
}
.choose-list>li .choose-left .choose-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.choose-list>li:nth-child(even) {
  flex-direction: row;
}
.choose-list>li:nth-child(even) .choose-img {
  width: 43%;
  justify-content: flex-start;
}
.choose-list>li:nth-child(even) .choose-left {
  width: 55%;
}

@media (max-width: 1240px) {
  .choose-title {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .choose-title {
    padding-top: 30px;
  }
  .choose-content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .choose-title {
    padding-top: 15px;
  }
  .choose-title h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .choose-title img {
    max-width: 30%;
    margin: 0 auto -10px auto;
  }
  .choose-content {
    padding: 15px 0;
  }
  .choose-list>li {
    margin-bottom: 15px;
  }
  .choose-list>li .choose-img {
    width: 100%;
    justify-content: center;
  }
  .choose-list>li .choose-left {
    width: 100%;
    margin-top: 10px;
  }
  .choose-list>li .choose-left .choose-number {
    width: 50px;
    height: 40px;
    font-size: 30px;
    margin: 5px 15px 0 0;
  }
  .choose-list>li .choose-left>h1 {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .choose-list>li .choose-left>h1>span {
    line-height: 30px;
    font-size: 20px;
  }
  .choose-list>li .choose-left .choose-text {
    line-height: 24px;
    font-size: 14px;
  }
  .choose-list>li:nth-child(even) .choose-img {
    width: 100%;
    justify-content: center;
  }
  .choose-list>li:nth-child(even) .choose-left {
    width: 100%;
  }
}

/* 公司简介 */
.about {
  background: #f5f5f5;
  padding: 75px 0 0 0;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.about-left {
  width: calc(50% - 45px);
  float: left;
  position: relative;
  z-index: 2;
  margin-bottom: -80px;
}
.about-left::after {
  content: "";
  width: 10px;
  float: left;
  height: calc(100% - 120px);
  background-color: #005aa9;
  position: absolute;
  right: -10px;
  bottom: 80px;
}
.about-left .img {
  height: 100%;
}
.about-left .img::before {
  padding-top: 54.7045952%;
}
.about-right {
  width: 50%;
  float: right;
  padding: 65px 0 35px 0;
}
.about-box {
  width: 100%;
  float: left;
  max-width: 600px;
  padding: 0 10px 0 15px;
}
.about-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  color: #333;
}
.about-box>h1>span {
  float: left;
  font-weight: bold;
  margin-right: 5px
}
.about-box .about-text {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 30px;
  height: 210px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.about-right .more {
  justify-content: flex-start;
  margin-top: 15px;
}

@media (max-width: 1240px) {
  .about {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
    margin: 0;
  }
  .about-right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .about-box>h1 {
    line-height: 30px;
    font-size: 18px;
  }
  .about-box .about-text {
    margin-top: 10px;
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .about-right .more {
    margin-top: 10px;
  }
}

/* 资质 */
.honor {
  background-color: #0f51bb;
  padding: 195px 0 80px 0;
}
.honor-content {
  display: flex;
  position: relative;
}
.honor-content::after {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 6px;
}
.honor-content .swiper {
  padding: 0 30px;
}
.honor-content .swiper .swiper-slide {
  padding-top: 44px;
}
.honor-content .swiper .swiper-slide>a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 13px;
  position: relative;
}
.honor-content .swiper .swiper-slide>a::after {
  content: "";
  width: 13px;
  height: 13px;
  float: left;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #0f51bb;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.honor-content .swiper .swiper-slide>a .honor-img {
  width: 100%;
  flex: 1;
  overflow: hidden;
  background-color: #fff;
  padding: 7px;
}
.honor-content .swiper .swiper-slide>a .honor-img .img {
  height: 100%;
  border: 3px solid #001d63;
}
.honor-content .swiper .swiper-slide>a .honor-img .img::before {
  padding-top: 148.571429%;
}
.honor-content .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.honor-content .swiper .swiper-slide-active {
  padding: 0;
}
.honor-content .swiper .swiper-slide-active>a .honor-img .img {
  border-width: 1px;
}

.honor-content .prev-button,
.honor-content .next-button {
  background-color: #0f51bb;
  border-color: #fff;
  color: #fff;
  left: -36px;
}
.honor-content .next-button {
  left: initial;
  right: -36px;
}
.honor-content .prev-button:hover,
.honor-content .next-button:hover {
  background-color: #d22213;
  border-color: #d22213;
}

@media (max-width: 1240px) {
  .honor {
    background-color: #0f51bb;
    padding: 150px 0 50px 0;
  }
  .honor-content .swiper {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .honor {
    padding: 100px 0 30px 0;
  }
  .honor-content .prev-button,
  .honor-content .next-button {
    left: -20px;
  }
  .honor-content .next-button {
    left: initial;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .honor {
    padding: 15px 0;
  }
  .honor-content {
    padding: 0 35px;
  }
  .honor-content .swiper .swiper-slide {
    padding-top: 0;
  }
  .honor-content .swiper {
    padding: 0;
  }
  .honor-content .prev-button,
  .honor-content .next-button {
    left: 0;
  }
  .honor-content .next-button {
    left: initial;
    right: 0;
  }
}

/* 车间展示 */
.workshop {
  padding: 70px 0;
}
.workshop-content {
  margin-top: 25px;
  position: relative;
}
.workshop-content .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.workshop-content .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 76.3157895%;
}
.workshop-content .swiper .swiper-slide>a .img {
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #eee;
}
.workshop-content .swiper .swiper-slide>a .workshop-hover {
  width: 100%;
  height: 14px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  color: #222;
}
.workshop-content .swiper .swiper-slide>a .workshop-hover>h1 {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
}
.workshop-content .swiper .swiper-slide>a .workshop-hover>div {
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 22px;
  text-transform: uppercase;
}
.workshop-content .swiper .swiper-slide>a:hover .img {
  height: 100%;
}
.workshop-content .swiper .swiper-slide>a:hover .workshop-hover {
  height: 100%;
  background-color: rgba(15, 81, 187, 0.5);
  color: #fff;
}
.workshop-content .swiper .swiper-slide>a:hover .workshop-hover::before {
  content: "";
  width: calc(100% - 40px);
  float: left;
  height: calc(100% - 40px);
  border: 2px solid #eee;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.workshop-content .swiper .swiper-slide>a:hover .workshop-hover>h1 {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
}
.workshop-content .swiper .swiper-slide>a:hover .workshop-hover>div {
  height: 22px;
}
.workshop-content .prev-button {
  left: -36px;
}
.workshop-content .next-button {
  left: initial;
  right: -36px;
}
.workshop .more {
  margin-top: 30px;
}

@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-content {
    margin-top: 10px;
    padding: 0 35px;
  }
  .workshop-content .swiper .swiper-slide>a .img {
    height: 100%;
  }
  .workshop-content .swiper .swiper-slide>a .workshop-hover {
    height: 40px;
    line-height: 40px;
    background-color: rgba(15, 81, 187, 0.5);
    color: #fff;
  }
  .workshop-content .swiper .swiper-slide>a:hover .workshop-hover::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .workshop-content .prev-button {
    left: 0;
  }
  .workshop-content .next-button {
    left: initial;
    right: 0;
  }
  .workshop .more {
    margin-top: 10px;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 40px 0 20px;
}
.news-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.news-title .title {
  float: left;
  justify-content: flex-start;
}
.news-title .title>h1 {
  float: left;
  padding-left: 0;
}
.news-title .title>div {
  float: left;
  text-align: left;
}
.news-nav {
  float: right;
  margin-top: 30px;
  padding: -1px 0 0 -1px;
}
.news-nav>li {
  width: 126px;
  float: left;
  margin: -1px 0 0 -1px;
}
.news-nav>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 16px;
  color: #666;
}
.news-nav>li>a:hover,
.news-nav>li.news-active>a {
  color: #0f51bb;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1221px;
}
.news-list>li {
  width: 386px;
  float: left;
  margin: 30px 21px 0 0;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news-list>li>a .news-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-img::before {
  content: "";
  display: block;
  padding-top: 65.882353%;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
  padding: 25px 20px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 5px 0 10px 0;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 13px;
  color: #00a0e9;
}
.news-list>li>a:hover .news-img>img {
  transform: scale(1.1);
}
.news-list>li>a:hover .news-box>h1 {
  color: #005aa9;
}
.news-list>li:nth-child(3n+1) {
  padding-right: 45px;
  border-right: 1px solid #ecefec;
}
.news-list>li:nth-child(3n+2) {
  padding: 0 23px;
}
.news-list>li:nth-child(3n+3) {
  padding-left: 45px;
  border-left: 1px solid #ecefec;
}

@media (max-width: 1240px) {
  .news-list {
    width: 102%;
    margin-left: -1%;
  }
  .news-list>li {
    width: 31.333333%;
    margin: 30px 1% 0 1%;
  }
  .news-list>li:nth-child(3n+1) {
    padding-right: 30px;
  }
  .news-list>li:nth-child(3n+2) {
    padding: 0 15px;
  }
  .news-list>li:nth-child(3n+3) {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .news-list>li {
    margin: 20px 1% 0 1%;
  }
  .news-list>li>a .news-box {
    padding: 15px;
  }
  .news-list>li:nth-child(3n+1) {
    padding-right: 20px;
  }
  .news-list>li:nth-child(3n+2) {
    padding: 0 10px;
  }
  .news-list>li:nth-child(3n+3) {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-title {
    justify-content: center;
  }
  .news-title .title {
    justify-content: center;
  }
  .news-title .title>h1 {
    float: none;
    padding: 0 10px;
  }
  .news-title .title>div {
    text-align: center;
  }
  .news-nav {
    width: calc(100% - 1px);
    margin-top: 10px;
    padding: 0;
  }
  .news-nav>li {
    width: calc(100% / 3);
  }
  .news-list {
    width: 100%;
    padding: 0;
  }
  .news-list>li {
    width: 100%;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
  }
  .news-list>li>a .news-img {
    width: 30%;
    float: left;
  }
  .news-list>li>a .news-box {
    width: 70%;
    float: left;
    padding: 0 0 0 10px;
  }
  .news-list>li>a .news-box .news-text {
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
    -webkit-line-clamp: 2;
  }
}
/* END-首页样式 */


/* 公司简介 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.main-left {
  width: 280px;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  background-color: #0f51bb;
  color: #f5f5f5;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  padding: 35px 0;
}
.menu-title>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.menu-list>li:last-child {
  border-bottom: none
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  color: #0f51bb;
}

.left-menu-dianhua {
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 22px 36px;
}
.left-menu-dianhua>div {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 8px 0;
  line-height: 18px;
  font-size: 14px;
  color: #333;
}
.left-menu-dianhua>div>img {
  float: left;
  margin-right: 15px;
}
.left-menu-dianhua>div>div>span {
  display: block;
  color: #dd1721;
}

.main-right {
  width: 895px;
  float: right;
  background-color: #f5f5f5;
  margin-top: 35px;
  padding: 35px;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 40px;
}
.place-title>h1 {
  float: left;
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.place-title>div {
  float: right;
  font-size: 14px;
  color: #666;
}
.place-title>div>span {
  color: #0f51bb;
  text-decoration: underline;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 35px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1240px) {
  .main-left {
    width: 24%;
  }
  .menu-list>li>a {
    padding: 0 40px;

  }
  .main-right {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .menu-list>li>a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .left-menu-dianhua {
    padding: 15px;
  }
  .main-right {
    width: 69%;
    padding: 20px;
  }
}
@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;
    font-size: 14px;
  }
  .main-right {
    width: 100%;
    margin: 20px 0;
    padding: 15px;
  }
  .place-content {
    padding: 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-公司简介 */


/* 产品中心 */
.product-main .product-nav {
  margin: 0 0 40px 0;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details-left {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 95%;
}
.product-details-right {
  width: 60%;
  float: left;
  padding: 10px 80px;
  padding-right: 0;
}
.product-details-right>h1 {
  line-height: 48px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.product-details-right>div{ font-size:16px; line-height:32px; padding-top:12px;}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #fff;
  line-height: 36px;
  margin-bottom: 30px;
}
.product-details-title>span {
  float: left;
  background-color: #0f51bb;
  min-width: 152px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .product-details-right {
    padding: 10px 50px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .product-details-right {
    padding: 10px 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product-main .product-nav {
    display: none;
  }
  .product-main .product-nav>li {
    width: 100%;
  }
  .product-main .product-list {
    padding: 20px 0;
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .product-details-right>h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .product-details-right>div{ font-size:14px; line-height:28px; padding-top:12px;}
  .product-details-content {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    font-size: 16px;
    min-width: 120px;
  }
}
/* END-产品中心 */

/* 车间展示 */
.workshop-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.workshop-list>li {
  width: calc(calc(100% / 3) - 2%);
  float: left;
  margin: 0 1% 2% 1%;
}
.workshop-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.workshop-list>li>a .img {
  border: 1px solid #eee;
}
.workshop-list>li>a .img::before {
  padding-top: 76.3157895%;
}

.workshop-list>li>a .workshop-hover {
  width: 100%;
  height: 30px;
  background-color: rgba(15, 81, 187, 0.5);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  color: #222;
}
.workshop-list>li>a .workshop-hover>h1 {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.workshop-list>li>a .workshop-hover>div {
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}
.workshop-list>li>a:hover .img {
  height: 100%;
}
.workshop-list>li>a:hover .workshop-hover {
  height: 100%;
}
.workshop-list>li>a:hover .workshop-hover::before {
  content: "";
  width: calc(100% - 40px);
  float: left;
  height: calc(100% - 40px);
  border: 2px solid #eee;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.workshop-list>li>a:hover .workshop-hover>h1 {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
}
.workshop-list>li>a:hover .workshop-hover>div {
  height: 22px;
}

@media (max-width: 767px) {
  .workshop-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .workshop-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
}
/* END-车间展示 */

/* 新闻中心 */
.place-content .news-list {
  width: 100%;
}
.place-content .news-list>li {
  width: 100%;
  float: left;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.place-content .news-list>li>a {
  background-color: #fff;
  padding: 20px;
}
.place-content .news-list>li>a .news-img {
  width: 30%;
  float: left; border:1px solid #f2f2f2;
}
.place-content .news-list>li>a .news-box {
  width: 70%;
  float: left;
  padding: 0 0 0 20px;
}
.place-content .news-list>li>a .news-box .news-text {
  margin: 10px 0;
}

.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-img{ width:100%; text-align:center;}
.news-details-img img{ max-width:100% !important; display:block; margin:10px auto;}
.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) {
  .place-content .news-list>li>a {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .place-content .news-list>li {
    margin-bottom: 10px !important;
  }
  .place-content .news-list>li>a .news-box {
    padding: 0 0 0 10px;
  }
  .place-content .news-list>li>a .news-box .news-text {
    margin: 5px 0;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contact-map {
  width: 100%;
  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-联系我们 */