/* 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";

/* main */
/* 产品目录 */
.product {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 40px 0;
}
.product-title {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #faf9fa;
}
.product-title>h1 {
  float: left;
  background: url(../images/product-icon.png) no-repeat left center;
  padding-left: 50px;
  line-height: 14px;
  font-size: 13px;
  color: #999;
}
.product-title>h1>span {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 28px;
  color: #404356;
  font-weight: bold;
}
.product-title>a {
  width: 92px;
  float: right;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  background-color: #e4e3e8;
  font-size: 14px;
  color: #222;
  margin-top: 30px;
}
.product-title>a:hover {
  background-color: #ec5e12;
  color: #fff;
}

.product-nav {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.product-nav>li {
  width: 130px;
  float: left;
  margin: 0 10px 5px 0;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 30px;
  border: 1px solid #d9d9dd;
  text-align: center;
  font-size: 14px;
  color: #313131;
  border-radius: 16px;
}
.product-nav>li>a:hover,
.product-nav>li.product-active>a {
  background-color: #ec5e12;
  border-color: #ec5e12;
  color: #fff;
}

.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;
  float: left;
  margin: 0 20px 24px 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
}
.product-list>li>a .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.product-list>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 77.1929825%;
}
.product-list>li>a>h2 {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #222;
}
.product-list>li>a:hover {
  background-color: #404356;
}
.product-list>li>a:hover .product-img>img {
  transform: scale(1.1);
}
.product-list>li>a:hover>h2 {
  color: #fff;
}

@media (max-width: 1220px) {
  .product {
    padding: 50px 0 30px 0;
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 24px 1%;
  }
}

@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-title>h1 {
    font-size: 12px;
  }
  .product-title>h1>span {
    line-height: 30px;
    font-size: 20px;
  }
  .product-title>a {
    margin-top: 20px;
  }
  .product-nav {
    margin-top: 10px;
    width: 101%;
    margin-left: -0.5%;
  }
  .product-nav>li {
    width: 24%;
    margin: 0 0.5% 5px 0.5%;
  }
  .product-nav>li>a {
    font-size: 13px;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }

}

/* 产品应用 */
.application {
  width: 100%;
  overflow: hidden;
  background: url(../images/application-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 75px 0;
}
.application-title {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.application-title>h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.application-title>h1>span {
  float: left;
  padding: 0 10px;
  line-height: 38px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.application-title>h1>span::before {
  content: "";
  width: 50px;
  float: left;
  height: 11px;
  background: url(../images/title-left-white.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.application-title>h1>span::after {
  content: "";
  width: 50px;
  float: left;
  height: 11px;
  background: url(../images/title-right-white.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.application-list {
  display: flex;
  flex-wrap: wrap;
  width: 1230px;
}
.application-list>li {
  width: 380px;
  float: left;
  margin: 25px 30px 0 0;
}
.application-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.application-list>li>a::before {
  content: "";
  display: block;
  padding-top: 63.4920635%;
}
.application-list>li>a .application-hover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: calc(100% - 44px);
  padding: 0 10%;
  transition: all 1s;
}
.application-list>li>a .application-hover>h2 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
}
.application-list>li>a .application-hover>h2>img {
  width: 30px;
  float: left;
  height: 30px;
  margin-right: 5px;
}
.application-list>li>a .application-hover .application-text {
  width: 100%;
  overflow: hidden;
  height: auto;
  line-height: 26px;
  max-height: 130px;
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.application-list>li>a:hover .application-hover {
  top: 0;
  padding-top: 10px;
}
.application-list>li:nth-child(1)>a .application-hover {
  background-color: rgba(31, 80, 154, 0.8);
}
.application-list>li:nth-child(2)>a .application-hover {
  background-color: rgba(139, 139, 139, 0.8);
}
.application-list>li:nth-child(3)>a .application-hover {
  background-color: rgba(25, 85, 183, 0.8);
}
.application-list>li:nth-child(4)>a .application-hover {
  background-color: rgba(30, 135, 225, 0.8);
}
.application-list>li:nth-child(5)>a .application-hover {
  background-color: rgba(23, 22, 36, 0.8);
}
.application-list>li:nth-child(6)>a .application-hover {
  background-color: rgba(111, 169, 40, 0.8);
}
.application-list>li:nth-child(7)>a .application-hover {
  background:rgba(14,182,220,0.8);
}
.application-list>li:nth-child(8)>a .application-hover {
  background:rgba(250,170,48,0.8);
}
.application-list>li:nth-child(9)>a .application-hover {
  background:rgba(151,1,13,0.8);
}
.application-list>li:nth-child(10)>a .application-hover {
  background-color: rgba(31, 80, 154, 0.8);
}
.application-list>li:nth-child(11)>a .application-hover {
  background-color: rgba(139, 139, 139, 0.8);
}
.application-list>li:nth-child(12)>a .application-hover {
  background-color: rgba(25, 85, 183, 0.8);
}
.application-list>li:nth-child(13)>a .application-hover {
  background-color: rgba(30, 135, 225, 0.8);
}
.application-list>li:nth-child(14)>a .application-hover {
  background-color: rgba(23, 22, 36, 0.8);
}
.application-list>li:nth-child(15)>a .application-hover {
  background-color: rgba(111, 169, 40, 0.8);
}
.application-list>li:nth-child(16)>a .application-hover {
  background:rgba(14,182,220,0.8);
}
.application-list>li:nth-child(17)>a .application-hover {
  background:rgba(250,170,48,0.8);
}
.application-list>li:nth-child(18)>a .application-hover {
  background:rgba(151,1,13,0.8);
}

@media (max-width: 1220px) {
  .application {
    padding: 50px 0;
  }
  .application-list {
    width: 102%;
    margin-left: -1%;
  }
  .application-list>li {
    width: 31.33333%;
    margin: 25px 1% 0 1%;
  }
}

@media (max-width: 991px) {
  .application {
    padding: 30px 0;
  }
  .application-list>li>a .application-hover {
    padding: 0 5%;
  }
  .application-list>li>a .application-hover .application-text {
    margin: 10px 0 0 0;
    line-height: 24px;
    max-height: 72px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 767px) {
  .application {
    padding: 15px 0;
  }
  .application-title>h1 {
    margin: 0;
  }
  .application-title>h1>span {
    line-height: 30px;
    font-size: 20px;
  }
  .application-list>li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
  .application-list>li>a::before {
    padding-top: 75%;
  }
  .application-list>li>a .application-hover>h2 {
    height: 40px;
    line-height: 40px;
  }
  .application-list>li>a .application-hover {
    top: calc(100% - 40px);
  }
  .application-list>li>a .application-hover .application-text {
    margin: 0;
    max-height: 48px;
    -webkit-line-clamp: 2;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 94px 0 154px 0;
}
.about .application-title {
  color: #999;
}
.about .application-title>h1>span {
  color: #404356;
}
.about .application-title>h1>span::before {
  background: url(../images/title-left.png) no-repeat center center;
}
.about .application-title>h1>span::after {
  background: url(../images/title-right.png) no-repeat center center;
}
.about-content {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.about-img {
  width: 36.75%;
  float: right;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #ec5e12;
  margin: 15px 0 0 55px;
}
.about-img::before {
  content: "";
  display: block;
  padding-top: 56.818182%;
}
.about-text {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.about-text::first-line {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.about-more {
  display: flex;
  margin-top: 20px;
}
.about-more>a {
  width: 102px;
  float: left;
  height: 30px;
  line-height: 30px;
  background-color: #ec5e12;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.about-more>a:hover {
  width: 140px;
  background-color: #404356;
  color: #fff;
}

@media (max-width: 1220px) {
  .about {
    padding: 70px 0 120px 0;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 50px 0 100px 0;
  }
  .about-img {
    margin: 15px 0 0 30px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-img {
    width: 100%;
    margin: 0;
  }
  .about-text {
    width: 100%;
    float: left;
    line-height: 24px;
    margin-top: 10px;
  }
  .about-text::first-line {
    line-height: 30px;
    font-size: 20px;
  }
  .about-more {
    width: 100%;
    float: left;
    margin-top: 10px;
    justify-content: flex-end;
  }
}

/* 行业知识/在线留言 */
.box {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -66px;
  padding-bottom: 54px;
}
.box>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box>.container>div {
  width: calc(50% - 20px);
  float: left;
  background-color: #fff;
  border: 1px solid #eee;
}
.industry {
  padding: 20px 50px 0 50px;
}
.industry-title {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}
.industry-title>h1 {
  float: left;
  font-size: 28px;
  color: #404356;
  font-weight: bold;
  padding-right: 12px;
  position: relative;
}
.industry-title>h1::after {
  content: "";
  width: 50px;
  float: left;
  height: 11px;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 20px;
}
.industry-list {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ec5e12;
}
.industry-list>dt {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.industry-list>dt .industry-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
.industry-list>dt .industry-img::before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
.industry-list>dt h2 {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 28px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry-list>dt .industry-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.industry-list>dt:hover .industry-img>img {
  transform: scale(1.1);
}
.industry-list>dt:hover h2 {
  color: #ec5e12;
}

.industry-list>dd {
  display: block;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding: 5px;
}
.industry-list>dd>a {
  float: left;
  min-width: 100%;
  max-width: 100%;
  line-height: 28px;
  font-size: 15px;
  color: #222;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/menu-jiantou.png) no-repeat right center;
}
.industry-list>dd>a:hover {
  color: #ec5e12;
  font-weight: bold;
}

.message {
  padding: 20px 20px 0 50px;
}
.message-text {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  font-size: 13px;
  color: #333;
  line-height: 24px;
  min-height: 72px;
}
.messages-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  border-bottom: 3px solid #ec5e12;
  padding-bottom: 30px;
}
.messages-form>label {
  width: calc(33.333334% - 5px);
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.messages-form>label>input {
  width: 100%;
  float: left;
  height: 50px;
  background-color: #fafafc;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.messages-form>label>span {
  float: left;
  position: absolute;
  height: 50px;
  line-height: 50px;
  color: #f00;
  left: 10px;
}
.messages-form>label:nth-child(4),
.messages-form>label:nth-child(5) {
  width: calc(50% - 5px);
}
.messages-form>label:nth-child(1)>input,
.messages-form>label:nth-child(3)>input,
.messages-form>label:nth-child(5)>input {
  padding: 0 10px 0 20px;
}
.messages-form>label>input::-webkit-input-placeholder {
  color: #999;
}
.messages-form>label>input:-moz-placeholder {
  color: #999;
}
.messages-form>textarea {
  width: 100%;
  float: left;
  height: 145px;
  background-color: #fafafc;
  padding: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.messages-form>textarea::-webkit-input-placeholder {
  color: #999;
}
.messages-form>textarea:-moz-placeholder {
  color: #999;
}
.messages-form .messages-txt {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 5px 0;
  font-size: 13px;
  color: #333;
}
.messages-form .messages-txt>span {
  color: #f00;
}
.message-btn {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.message-btn>button {
  width: 128px;
  float: left;
  height: 40px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  background-color: #404356;
  margin-left: 10px;
}
.message-btn>button:hover {
  background-color: #ec5e12;
  color: #fff;
}

@media (max-width: 1220px) {
  .industry {
    padding: 20px 40px 0 40px;
  }
  .message {
    padding: 20px 20px 0 40px;
  }
}

@media (max-width: 991px) {
  .industry {
    padding: 20px 20px 0 20px;
  }
  .message {
    padding: 20px 20px 0 20px;
  }
  .messages-form>label {
    width: calc(50% - 5px);
  }
  .messages-form>label:nth-child(5) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .box {
    margin: 0;
    padding: 15px 0;
  }
  .box>.container>div {
    width: 100%;
  }
  .industry {
    padding: 10px 10px 0 10px;
  }
  .industry-title {
    line-height: 30px;
  }
  .industry-title>h1 {
    font-size: 20px;
    padding-right: 6px;
  }

  .message {
    padding: 10px 10px 0 10px;
    margin-top: 15px;
  }
  .message-text {
    margin-top: 10px;
    line-height: 22px;
    min-height: initial;
  }
  .messages-form>label {
    width: 100%;
  }
  .messages-form {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .messages-form>label>input {
    height: 40px;
  }
  .messages-form>label>span {
    height: 40px;
    line-height: 40px;
  }
  .messages-form>label:nth-child(4),
  .messages-form>label:nth-child(5) {
    width: 100%;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.main1{ background:#f4f4f4}
.main-left {
  width: 285px;
  float: left;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 25px 30px;
  background-color: #404356;
}
.menu-title>img {
  width: auto;
  height: auto;
  float: left;
}
.menu-title>div {
  flex: 1;
  float: left;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  font-weight: normal;
}
.menu-title>div>span {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
}

.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  background-color: #f5f5f5;
  border-top: 1px solid #c5c5ca;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #c5c5ca;
  cursor: pointer;
}
.menu-list>li>a {
  float: left;
  max-width: 100%;
  overflow: hidden;
  padding: 0 30px;
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #040203;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 35px;
  background: url(../images/menu-jiantou.png) no-repeat left center;
}
.menu-list>li:hover>a>span,
.menu-list>li.menu-active>a>span {
  color: #ec5e12;
}
.menu-child-list {
  display: none;
  width: 100%;
  float: left;
  overflow: hidden;
  border-top: 1px solid #c5c5ca;
  padding: 10px 0;
  transition: initial;
}
.menu-child-list>li {
  display: block;
  overflow: hidden;
  line-height: 32px;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 13px;
  color: #666;
  padding: 0 30px 0 65px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li>a:hover {
  color: #ec5e12;
  text-decoration: underline;
}

.menu-text {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 13px;
  color: #333;
  line-height: 30px;
}
.menu-text::first-line {
  font-size: 16px;
  color: #404356;
  font-weight: bold;
}

.main-right {
  width: 895px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 30px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.place-title::before {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #e5e6e8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.place-title>h1 {
  float: left;
  position: relative;
  font-size: 16px;
  color: #040203;
  padding-right: 20px;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #222;
}

@media (max-width: 1200px) {
  .main {
    padding: 40px 0;
  }
  .main-left {
    width: 24%;
  }
  .menu-title {
    padding: 20px;
  }
  .menu-list>li>a {
    padding: 0 20px;
  }
  .menu-child-list>li>a {
    padding: 0 20px 0 55px;
  }
  .main-right {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .menu-title>img {
    width: 40px;
    height: 40px;
  }
  .menu-title>div {
    padding-left: 10px;
    font-size: 12px;
  }
  .menu-list>li>a {
    padding: 0 15px;
  }
  .menu-list>li>a>span {
    padding-left: 30px;
  }
  .menu-child-list>li>a {
    padding: 0 15px 0 45px;
  }
  .menu-text {
    padding: 15px;
  }

  .main-right {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-left {
    width: 100%;
  }
  .left-menu {
    margin: 0;
  }
  .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>span {
    height: 40px;
    line-height: 40px;
  }
  .menu-child-list>li>a {
    line-height: 24px;
  }

  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 公司产品 */
.products-list {
  width: 915px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.products-list>li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.products-list>li>a {
  width: 100%;
  overflow: hidden;
  float: left;
  border-radius: 5px;
  position: relative;
}
.products-list>li>a::before {
  content: "";
  display: block;
  padding-top: 92.631579%;
}
.products-list>li>a .products-img {
  width: 100%;
  height: calc(100% - 44px);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.products-list>li>a>h2 {
  width: 100%;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #222;
  background-color: #fff;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
}
.products-list>li>a .products-hover {
  width: 100%;
  height: 100%;
  background-color: rgba(236, 94, 18, 0.8);
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 1s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.products-list>li>a .products-hover .products-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 34px;
}
.products-list>li>a .products-hover>h3 {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.products-list>li>a .products-hover .products-more {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.products-list>li>a .products-hover .products-more>span {
  width: 70px;
  float: left;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  color: #ec5e12;
  text-transform: uppercase;
}
.products-list>li>a:hover .products-img {
  height: 100%;
}
.products-list>li>a:hover>h2 {
  bottom: -100%;
}
.products-list>li>a:hover .products-hover {
  top: 0;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}
.product-details-left {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
}
.product-details-right {
  width: 60%;
  float: left;
  background-color: #f5f5f5;
  padding: 15px 25px 25px 25px;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.product-details-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
.place-content hr {
  display: block;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  margin: 12px 0;
}
.product-details-nav {
  display: flex;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}
.product-details-nav>li {
  flex: 1;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f6f6f6;
  font-size: 14px;
  color: #464646;
  cursor: pointer;
}
.product-details-nav>li.product-details-active {
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
}
.product-details-nav>li:last-child.product-details-active {
  border-right: none;
  border-left: 1px solid #e3e3e3;
}

.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 40px 20px;
}
.product-details-content>div {
  display: none;
}
.product-details-content>div:first-child {
  display: block;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 6px auto;
}


.recommend{
  width: 100%;
  float: left;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.recommend>h1{
  line-height: 40px;
  font-size: 20px;
  margin-bottom: 10px;
}



@media (max-width: 1220px) {
  .products-list {
    width: 102%;
    margin-left: -1%;
  }
  .products-list>li {
    width: 31.33333%;
    margin: 0 1% 20px 1%;
  }
  .product-details-content {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .products-list>li {
    width: 48%;
  }
  .product-details-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .products-list>li>a::before {
    display: none;
  }
  .products-list>li>a .products-img {
    height: auto;
    position: relative;
  }
  .products-list>li>a .products-img::before {
    content: "";
    display: block;
    padding-top: 77.1929825%;
  }
  .products-list>li>a>h2 {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: none;
  }
  .products-list>li>a:hover {
    background-color: #404356;
  }
  .products-list>li>a:hover .products-img>img {
    transform: scale(1.1);
  }
  .products-list>li>a:hover>h2 {
    color: #fff;
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-left::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .product-details-right {
    width: 100%;
    padding: 15px;
  }
  .place-content hr {
    margin: 5px 0;
  }
  .product-details-nav>li {
    height: 40px;
    line-height: 40px;
  }
  .product-details-content {
    padding: 15px 0;
    line-height: 24px;
    font-size: 14px;
  }

  .recommend{
    margin-top: 10px;
    padding-top: 10px;
  }
}
/* END-公司产品 */

/* 新闻中心 */
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.news-list>li>a {
  display: flex;
  width: 100%;
  float: left;
  background-color: #f5f5f5;
}
.news-list>li>a .news-img {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative; border:1px solid #f2f2f2;
}
.news-list>li>a .news-right {
  width: 70%;
  float: left;
  padding: 20px;
}
.news-list>li>a .news-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-right .news-text {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-right .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 12px;
}
.news-list>li>a:hover {
  background-color: #ec5e12;
}
.news-list>li>a:hover h1,
.news-list>li>a:hover .news-text,
.news-list>li>a:hover .news-time {
  color: #fff;
}


.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 36px;
}
.news-details-img{ width:100%; text-align:center;}
.news-details-img img{ display:block; margin:10px auto; max-width:100%;}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  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-right {
    padding: 15px;
  }
  .news-list>li>a .news-right .news-text {
    height: 72px;
    line-height: 24px;
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .news-list>li {
    margin-bottom: 10px;
  }
  .news-list>li>a .news-right {
    padding: 10px;
  }
  .news-list>li>a .news-right>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .news-list>li>a .news-right .news-text {
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }

  .news-details-title {
    font-size: 16px;
  }

  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 行业知识 */
.place-content .industry-list {
  margin: 0;
  border: none;
  padding: 0;
}
.industry-list>dd>a{ font-size:14px; line-height:26px;}
.place-content .industry-list>dd {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}

/* END-行业知识 */

/* 联系我们 */
.contact-txt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.contact-txt::first-line {
  color: #404356;
  font-weight: bold;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .contact-txt {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    margin-top: 10px;
    height: 300px;
  }
}
/* END-联系我们 */

/* 在线留言 */
.place-content .messages-form {
  padding: 0;
  border: none;
  margin: 0;
}
/* END-在线留言 */