/* 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-box {
  width: 100%;
  overflow: hidden;
  background: url(../images/bj1.jpg) no-repeat center bottom #fff;
}
.product {
  width: 100%;
  float: left;
  margin-bottom: 90px;
  background: url(../images/title-bj.jpg) no-repeat center 20px;
}
.product-title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-title>h1 {
  float: left;
  padding: 0 16px;
  position: relative;
  line-height: 40px;
  font-size: 30px;
  color: #333;
}
.product-title>h1::before {
  content: "";
  width: 108px;
  float: left;
  height: 9px;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.product-title>h1::after {
  content: "";
  width: 108px;
  float: left;
  height: 9px;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.product-title>div {
  width: 100%;
  float: left;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #fea200;
  text-transform: uppercase;
}
.product-title::after {
  content: "";
  width: 30px;
  float: left;
  height: 1px;
  background-color: #fea200;
  border-right: 10px solid #bdbdbd;
  margin-top: 1px;
}

.product-swiper{
  margin: 35px 0 25px 0;
}
.product-swiper .swiper-slide .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  background-color: #fff;
}
.product-swiper .swiper-slide .product-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.product-swiper .swiper-slide h2 {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.product-swiper .swiper-slide:hover .product-img {
  border: 2px solid #fea200;
}
.product-swiper .swiper-slide:hover h2 {
  color: #fea200;
  font-weight: bold;
}



.product-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1220px;
  margin-top: 35px;
}
.product-list>li {
  width: 285px;
  float: left;
  margin: 0 20px 25px 0;
}
.product-list>li .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  background-color: #fff;
}
.product-list>li .product-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.product-list>li h2 {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.product-list>li:hover .product-img {
  border: 2px solid #fea200;
}
.product-list>li:hover h2 {
  color: #fea200;
  font-weight: bold;
}

.product-more {
  display: flex;
  justify-content: center;
}
.product-more>a {
  width: 118px;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #fea200;
  border-radius: 5px;
}
.product-more>a:hover {
  width: 150px;
}

@media (max-width: 1220px) {
  .product {
    margin-bottom: 60px;
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 991px) {
  .product {
    margin-bottom: 40px;
  }
  .product-list>li {
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .product {
    margin: 10px 0;
  }
  .product-title>h1 {
    padding: 0 10px;
    line-height: 30px;
    font-size: 20px;
  }
  .product-list {
    margin-top: 10px;
  }
  .product-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

/* 横幅2 */
.streamer {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.streamer-list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.streamer-list>li {
  width: 33.333333%;
  float: left;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.streamer-list>li::before {
  content: "";
  display: block;
  padding-top: 129.6875%;
}
.streamer-list>li>a {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 7.8125% 0 18.75%;
}
.streamer-list>li>a::before {
  content: "";
  width: 0;
  float: left;
  height: 5px;
  background-color: #f49c05;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
}
.streamer-list>li>a .streamer-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 55px;
}
.streamer-list>li>a .streamer-icon>img {
  right: initial;
}
.streamer-list>li>a h1 {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 70px;
  font-size: 72px;
  color: rgba(51, 51, 51, 0.1);
  text-transform: uppercase;
}
.streamer-list>li>a h1>span {
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  color: #333;
  font-weight: normal;
  margin-top: -34px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.streamer-list>li>a h1::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  margin-top: 10px;
  background-color: #fea200;
  border-right: 10px solid #abaaa8;
  transition: all 0.4s;
}
.streamer-list>li>a .streamer-text {
  display: block;
  overflow: hidden;
  max-width: 370px;
  height: 144px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.streamer-list>li>a .streamer-more {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  line-height: 32px;
}
.streamer-list>li>a .streamer-more>span {
  float: left;
  font-size: 18px;
  color: #fea200;
  font-weight: bold;
  padding-right: 24px;
  background: url(../images/hf-more.png) no-repeat right center;
}
.streamer-list>li:hover>a::before {
  width: 100%;
}
.streamer-list>li:hover>a h1::after {
  width: 100%;
  border-right-width: 0;
}
.streamer-list>li:hover>a h1>span {
  color: #fea200;
}

@media (max-width: 1700px) {
  .streamer-list>li>a {
    padding: 0 7.8125%;
  }
}

@media (max-width: 1600px) {
  .streamer-list>li>a {
    padding: 0 5%;
  }
}

@media (max-width: 1500px) {
  .streamer-list>li>a {
    padding: 0 5%;
  }
  .streamer-list>li>a h1 {
    line-height: 60px;
    font-size: 62px;
  }
}

@media (max-width: 1300px) {
  .streamer-list>li>a {
    padding: 0 4%;
  }
  .streamer-list>li>a h1 {
    line-height: 50px;
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .streamer-list>li>a .streamer-icon {
    height: 40px;
  }
  .streamer-list>li>a h1 {
    line-height: 40px;
    font-size: 40px;
  }
  .streamer-list>li>a h1>span {
    line-height: 40px;
    font-size: 30px;
    margin-top: -20px;
  }
  .streamer-list>li>a .streamer-text {
    max-width: 100%;
    height: 72px;
    line-height: 24px;
    margin-top: 20px;
    -webkit-line-clamp: 3;
  }
  .streamer-list>li>a .streamer-more {
    margin-top: 15px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .streamer-list>li {
    width: 100%;
  }
  .streamer-list>li::before {
    display: none;
  }
  .streamer-list>li>a {
    position: relative;
    padding: 20px;
  }
  .streamer-list>li>a .streamer-icon {
    height: 30px;
  }
  .streamer-list>li>a h1 {
    line-height: 30px;
    font-size: 30px;
  }
  .streamer-list>li>a h1>span {
    line-height: 30px;
    font-size: 20px;
    margin-top: -15px;
  }
  .streamer-list>li>a .streamer-text {
    height: auto;
    line-height: 22px;
    margin-top: 10px;
    -webkit-line-clamp: initial;
  }
  .streamer-list>li>a .streamer-more>span {
    font-size: 16px;
  }
}

/* 应用领域 */
.application {
  width: 100%;
  overflow: hidden;
  background: url(../images/application-bj.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 130px 0 120px 0;
}
.application .product-title>h1 {
  line-height: 44px;
  color: #fff;
}
.application .product-title>h1::before {
  background: url(../images/title-left-white.png) no-repeat center center;
}
.application .product-title>h1::after {
  background: url(../images/title-right-white.png) no-repeat center center;
}
.application .product-title>div {
  color: #fff;
}
.application .product-title::after {
  margin-top: 6px;
  border-right-color: #fff;
}
.application-list {
  display: flex;
  flex-wrap: wrap;
  width: 1230px;
  margin-top: 30px;
}
.application-list>li {
  width: 380px;
  float: left;
  margin: 0 30px 16px 0;
}
.application-list>li .application-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.application-list>li .application-img::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.application-list>li h2 {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  background-color: #fff;
}
.application-list>li:hover .application-img>img {
  transform: scale(1.1);
}
.application-list>li:hover h2 {
  background-color: #fea200;
  color: #fff;
}
.application .product-more>a {
  width: 232px;
  height: 45px;
  line-height: 45px;
}
.application .product-more>a:hover {
  width: 118px;
}

@media (max-width: 1220px) {
  .application {
    padding: 80px 0;
  }
  .application-list {
    width: 102%;
    margin-left: -1%;
  }
  .application-list>li {
    width: 31.333333%;
    margin: 0 1% 16px 1%;
  }
}

@media (max-width: 991px) {
  .application {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .application {
    background: url(../images/application-bj.jpg) no-repeat center top;
    background-size: cover;
    padding: 20px 0;
  }
  .application-list {
    margin-top: 15px;
  }
  .application-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .application-list>li h2 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .application .product-more>a {
    width: 118px;
    height: 30px;
    line-height: 30px;
  }
}


.boxs {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
/* 关于我们 */
.about {
  width: 52.5%;
  float: left;
}
.about-title {
  display: block;
  overflow: hidden;
}
.about-title>h1 {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: #333;
  overflow: hidden;
  line-height: 44px;
  letter-spacing: 5px;
  font-weight: normal;
}
.about-title>h1::after {
  content: "";
  width: 108px;
  float: left;
  height: 9px;
  background: url(../images/about-title.png) no-repeat right center;
  margin-left: 25px;
}
.about-title>div {
  display: flex;
  align-items: center;
  line-height: 18px;
  font-size: 12px;
  color: #fea200;
  overflow: hidden;
  text-transform: uppercase;
}
.about-title>div::after {
  content: "";
  width: 30px;
  float: left;
  height: 1px;
  background-color: #fea200;
  border-right: 10px solid #333;
  margin-left: 10px;
}
.about-text {
  display: block;
  overflow: hidden;
  margin-top: 25px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  min-height: 222px;
}
.about-text::first-line {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.about-more {
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
.about-more>a {
  width: 165px;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fea200;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.about-more>a:hover {
  width: 118px;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 540px;
  margin-top: 70px;
}
.about-list>li {
  float: left;
}
.about-list>li .about-icon {
  width: 68px;
  display: block;
  overflow: hidden;
  position: relative;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 auto;
}
.about-list>li .about-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about-list>li h3 {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.about-list>li .about-txt {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* 新闻中心 */
.news {
  width: 42.5%;
  float: right;
}
.news-list {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-list>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #f3f5f9;
  border-right-width: 3px;
  padding: 10px;
}
.news-list>li>a .news-number {
  width: 130px;
  float: left;
  background-color: #f7f7f7;
  padding: 23px 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #333;
}
.news-list>li>a .news-number>span {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 56px;
}
.news-list>li>a .news-box {
  width: calc(100% - 130px);
  float: left;
  padding: 10px 0 10px 25px;
}
.news-list>li>a .news-box>h2 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a:hover {
  border-right-color: #fea200;
}
.news-list>li>a:hover .news-number {
  background-color: #0c0c0b;
  color: #fff;
}

@media (max-width: 1220px) {
  .about-list {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .boxs {
    padding: 30px 0;
  }
  .news {
    width: 45%;
  }
  .news-list>li>a .news-number {
    width: 100px;
  }
  .about-list {
    margin-top: 30px;
  }
  .news-list>li>a .news-box {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
  .boxs {
    padding: 15px 0;
  }
  .about {
    width: 100%;
  }
  .about-title>h1 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .about-title>h1::after {
    margin-left: 10px;
  }
  .about-text {
    margin-top: 10px;
    line-height: 22px;
    min-height: initial;
  }
  .about-more>a {
    width: 118px;
    height: 30px;
    line-height: 30px;
  }
  .about-list {
    margin-top: 10px;
  }

  .news {
    width: 100%;
    margin-top: 15px;
  }
  .news-list {
    margin-top: 10px;
  }
  .news-list>li {
    margin-bottom: 15px;
  }
  .news-list>li>a {
    padding: 5px;
  }
  .news-list>li>a .news-number {
    width: 80px;
    padding: 15px 0;
    line-height: 16px;
    font-size: 14px;
  }
  .news-list>li>a .news-number>span {
    line-height: 40px;
    font-size: 30px;
  }
  .news-list>li>a .news-box {
    width: calc(100% - 80px);
    padding: 10px;
  }
  .news-list>li>a .news-box>h2 {
    line-height: 24px;
    font-size: 16px;
  }
  .news-list>li>a .news-box .news-text {
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 5px 0 70px 0;
}
.main-left {
  width: 285px;
  float: left;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.menu-title>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 28px;
  color: #222;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  background-color: #353334;
  margin-top: 20px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #424041;
  padding: 0 25px;
  cursor: pointer;
}
.menu-list>li>a {
  float: left;
  max-width: 100%;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  padding-left: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/menu-jiantou.png) no-repeat left center;
}
.menu-list>li:hover,
.menu-list>li.menu-active {
  background-color: #fea200;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  text-decoration: underline;
}

.menu-child-list {
  width: calc(100% + 50px);
  margin-left: -25px;
  float: left;
  padding: 15px 20px;
  background-color: #353334;
  display:none;
  transition: initial;
}
.menu-child-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
.menu-child-list>li:last-child {
  margin: 0;
}
.menu-child-list>li>a {
  float: left;
  max-width: 100%;
  height: 34px;
  line-height: 32px;
  border: 1px solid transparent;
  border-radius: 17px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
}
.menu-child-list>li>a:hover {
  border-color: #575756;
}
.menu-child-list>li>a.act {
  border-color: #575756;
}

.main-right {
  width: 895px;
  float: right;
  margin-top: 44px;
}
.place-title {
  width: 100%;
  float: left;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
  color: #222;
}
.place-title>span {
  color: #fea200;
  text-decoration: underline;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  color: #333;
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 1220px) {
  .main {
    padding: 5px 0 50px 0;
  }
  .main-left {
    width: 24%;
  }
  .menu-title {
    line-height: 34px;
    font-size: 30px;
  }
  .main-right {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 5px 0 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .menu-title {
    line-height: 30px;
    font-size: 28px;
  }
  .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;
    background-color: #fea200;
  }
  .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;
    margin-top: 5px;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }

  .main-right {
    width: 100%;
    margin: 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品展示/技术支持 */
.menu-product-list>li{
  background: url(../images/menu-jiantou.png) no-repeat 25px 21px;
  padding: 0 25px 0 50px;
}
.menu-product-list>li>a {
  padding-left: 0;
  background: none;
}
.menu-product-list .menu-child-list{
  width: calc(100% + 75px);
  margin-left: -50px;
}













.place-content .product-list {
  width: 915px;
  margin-top: 0;
}
.place-content .product-list>li {
  margin: 0 20px 16px 0;
}

.product-main-right{
  margin: 0;
}
.search{
  float: left;
}
.search>label{
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
}
.search>input{
  width: 200px;
  float: left;
  height: 40px;
  background-color: #f1f1f1;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.search>button{
  width: 60px;
  float: left;
  height: 40px;
  background-color: #fea200;
  font-size: 16px;
  color: #fff;
}



.product-details {
  display: block;
  overflow: hidden;
}

.product-details-box{
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}
.product-details-left{
  width: 40%;
  float: left;
  padding-right: 30px;
}
.product-details-right{
  width: 60%;
  float: left;
}

.product-details-cons .con{
  display: none;
}
.product-details-cons .con.act{
  display: block;
}
.product-details-tab{
  border-bottom: 1px solid #ccc;
}
.product-details-tab ul{
  overflow: hidden;
  zoom: 1;
}
.product-details-tab ul li{
  float: left;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  background-color: #ccc;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  margin-right: 10px;
}
.product-details-tab ul li.select{
  background-color: #666;
  color: #fff;
}
.product-details-cons{
  margin-top: 10px;
}
.product-details-cons .con{
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.product-details-cons .con img{
  max-width: 100%; 
  height: auto;
}




.product-details-title {
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.product-details-img{ width:100%; text-align:center; display:block; margin:10px auto;}
.product-details-img img{ max-width:100% !Important; height:auto !important;}
.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .place-content .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .place-content .product-list>li {
    width: 31.33333%;
    margin: 0 1% 16px 1%;
  }
}

@media (max-width: 991px) {
  .search>label{
    margin-right: 10px;
  }
  .search>input {
    width: 140px;
   
  }
  .product-details-left{
    width: 100%;
    padding: 0;
  }
  .product-details-right{
    width: 100%;
    margin-top: 15px;
  }
  .product-details-tab ul li{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .place-content .product-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }

  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }

  .product-details-tab ul li{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 2px;
  }
}
/* END-产品展示/技术支持 */

/* 应用领域 */
.place-content .application-list {
  width: 915px;
  margin-top: 0;
}
.place-content .application-list>li {
  width: 285px;
  margin: 0 20px 16px 0;
}

@media (max-width: 1220px) {
  .place-content .application-list {
    width: 102%;
    margin-left: -1%;
  }
  .place-content .application-list>li {
    width: 31.33333%;
    margin: 0 1% 16px 1%;
  }
}

@media (max-width: 767px) {
  .place-content .application-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
/* END-应用领域 */

/* 新闻中心 */
.place-content .news-list {
  margin: 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-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: 767px) {

  .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: 36px;
}
.contact-text img{ max-width:100% !important; height:auto !important;}
.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-联系我们 */

.cpxqSubList {
  display: block;
  overflow: hidden;
}
.cpxqSubList>li {
  display: block;
  overflow: hidden;
  padding: 0 10px 8px 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 8px;
}
.cpxqSubList>li>dl {
  width: 100%;
  float: left;
}
.cpxqSubList>li>dl>dd {
  width: 15%;
  float: left;
  text-align: center;
  list-style: 30px;
  font-size: 15px;
  color: #333;
}
.cpxqSubList>li>dl>dd:nth-child(1) {
  width: 90%;
  text-align: left;
}
.cpxqSubList>li>dl>dd:last-child {
  width: 10%;
}
.cpxqSubList>li>dl>dd:last-child>a {
  width: 30px;
  float: right;
  height: 30px;
  position: relative;
  color: #076f3f;
  font-size: 16px;
  background-color: #bfbfbf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}



.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) {
  .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) {

  .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%;
  }
}