@font-face {
  font-family: "iconfont";
  src: url("/static/home/font2/iconfont.eot");
  /* IE9*/
  src: url(" /static/home/font2/iconfont.eot") format("embedded-opentype"),
    /* IE6-IE8 */
      url("https://www.gyxl.cn/skin/default/fonts/d0099e70f68548e897b8ffecda34a29b.woff")
      format("woff"),
    url("/static/home/font2/iconfont.ttf") format("truetype"),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
      url("https://www.gyxl.cn/skin/default/fonts/iconfont.svg") format("svg");
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-app:before {
  content: "\e6eb";
}

.icon-xiangyingshiwangzhan:before {
  content: "\e60b";
}

.icon-yingxiaoxingwangzhan:before {
  content: "\e60c";
}

.icon-xiaochengxu:before {
  content: "\e643";
}

/* 新闻资讯 */
.news-and-zx {
  display: flex;
  justify-content: space-between;
}

.news-and-zx .news-left,
.news-and-zx .news-right {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.news-and-zx .news-left .gs-news,
.news-and-zx .news-right .gs-news {
  display: flex;
  justify-content: space-between;
}

.news-and-zx .gs-news .gsxw {
  padding: 0px 15px;
  margin: 0;
  line-height: 48px;
  background-color: #007aff;
  color: #fff;
}

.news-and-zx .gs-news .gsxw-more {
  flex: 1;
  border-bottom: 1px solid red;
  line-height: 48px;
  margin: 0;
}

.news-and-zx .news-left .gs-news-middle,
.news-and-zx .news-right .gs-news-middle {
  padding: 20px 0 20px 10px;
  border-bottom: 1px dashed gray;
}

.news-and-zx .news-left .news-fu-title,
.news-and-zx .news-right .news-fu-title {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}

.news-and-zx .news-left .news-fu-title .gsxw-desc,
.news-and-zx .news-right .news-fu-title .gsxw-desc {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: gray;
}

.news-and-zx .news-left .news,
.news-and-zx .news-right .news {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.news-and-zx .news-left .news .news-content-left,
.news-and-zx .news-left .news .news-content-right,
.news-and-zx .news-right .news .news-content-left,
.news-and-zx .news-right .news .news-content-right {
  width: 49.5%;
}

.news-and-zx .news-left .news .news-content-left-info,
.news-and-zx .news-right .news .news-content-left-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-and-zx .news-left .news .news-content-left-info li,
.news-and-zx .news-right .news .news-content-left-info li {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 10px 0;
  border-bottom: 1px dashed gray;
}

.news-and-zx .news-content-left-info li a {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  width: 100%;
}
.news-and-zx .news-content-left-info li  span{
  display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 底部地图，文字内容 */
.footer {
  /* margin-top: 30px; */
  background: url(/static/home/images2/footer-img.jpg) no-repeat;
  /* background: url(../image/footer-img.jpg) no-repeat; */
  background-size: 100% 100%;
}
.footer .footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .footer-container .left {
  width: 40%;
  height: 100%;
}
.footer .footer-container .middle {
  width: 20%;
  height: 100%;
}
.footer .footer-container .right {/*底部地图容器*/
  flex: 1;
}
.footer .bottom {
  padding-top: 20px;
}
.news-content-left-info li:last-child {
  border: none !important;
}
.news-content-left-info li a::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-left: 7px solid gray;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.news-content-left-info li:hover {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border: none !important;
  transition: all 0.3s linear;
}

/* 关于我们企业介绍按钮框 */
.about-container .qiye-js,
.aboutus-container .qiye-fs {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0;
}
.about-container .qiye-js .qyjs,
.about-container .qiye-fs .qyfs {
  color: #fff;
  background-color: #007bff;
  padding: 5px 40px;
  line-height: 40px;
  display: inline-block;
}
.about-container .qiye-img {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  height: 200px;
  overflow: hidden;
  flex-wrap: wrap;
}
.about-container .qiye-img .imgbox {
  width: 18%;
  max-height: 400px;
  overflow: hidden;
  height: 100%;
}
/* 企业介绍图和文字 */
.aboutus-content .aboutus-top,
.aboutus-content .aboutus-bottom {
  margin: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutus-content .aboutus-top .aboutus-top-left,
.aboutus-content .aboutus-bottom .aboutus-bottom-right {
  width: 49.5%;
  max-height: 400px;
  overflow: hidden;
}
.aboutus-content .aboutus-top .aboutus-top-right,
.aboutus-content .aboutus-bottom .aboutus-bottom-left {
  width: 49.5%;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e5e5e5;
  padding: 0 30px;
  font-size: 16px;
}
.aboutus-content .aboutus-top .aboutus-top-right p,
.aboutus-content .aboutus-bottom .aboutus-top-left p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 工程案例css样式 */
.gc-container {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: flex-start;
}

.gc-container .img-box {
  display: flex;
  flex-direction: column;
  width: 32%;
  height: 300px;
  overflow: hidden;
  margin: 0 2% 30px 0;
}
.gc-container .img-box:nth-child(3n){
  margin-right: 0;
}
.gc-container .img-box img {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.gc-container .img-box p {
  text-align: center;
  margin: 0;
  padding: 10px;
  background-color: #e5e5e5;
}

/* 产品新闻  */

.product-news-info .news-left,
.product-news-info .news-right {
  width: 49%;
}
.product-news-info .news-left .news-left-box li,
.product-news-info .news-right .news-right-box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-news-info .news-left .news-left-box li img,
.product-news-info .news-right .news-right-box li img{
  width: 10px;
  height: 10px;
}
.product-news-info .news-left .news-left-box li,
.product-news-info .news-right .news-right-box li {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px dashed gray;
}
.product-news-info .news-left .news-left-box li:last-child,
.product-news-info .news-right .news-right-box li:last-child {
  font-size: 18px;
  padding: 10px 0;
  border: none;
}
.product-news-info .news-left li .news-left-info,
.product-news-info .news-right li .news-right-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 5px;
}
/* <!-- 产品详情页，产品图+产品描述 --> */
.product-box {
  width: 100%;
  background-color: #fff;
  padding: 30px;
}
.product-box .product-name {
  padding: 15px;
  background-color: #007bff;
  color: #fff;
  display: inline-block;
  margin-bottom: 40px;
}
.product-box .product-img {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.product-box .product-img img {
  width: 100%;
  height: 100%;
}
/* 产品下面的新闻 */
.product-news .product-news-top {
  border-bottom: 1px solid blue;
}
.product-news .product-news-info {
  margin: 30px 0 0 0;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


@media screen and (max-width:1024px) {
  .gc-container .img-box {
    display: flex;
    flex-direction: column;
    width: 49.5%;
    height: 300px;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
}
/* 产品新闻 */
@media screen and (max-width: 768px) {
  .news-left {
    margin-bottom: 30px;
  }
  .news-and-zx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news-and-zx .news-left,
  .news-and-zx .news-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .gc-container .img-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  /* 在手机端换行 */
  .aboutus-content .aboutus-top .aboutus-top-left,
  .aboutus-content .aboutus-bottom .aboutus-bottom-right {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
  }
  .aboutus-content .aboutus-top .aboutus-top-right,
  .aboutus-content .aboutus-bottom .aboutus-bottom-left {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e5e5e5;
    padding: 0 30px;
    font-size: 16px;
  }
  .about-container .qiye-img {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    flex-wrap: wrap;
    height: auto;
  }
  .about-container .qiye-img .imgbox {
    width: 45%;
    margin: 0 0 20px 0;
    height: 100px;
    overflow: hidden;
  }
}
