/* 修改bootstarp css */
@media (min-width: 1200px) {
  .nav-container {
      width: 90%;
  }
}
/* init */
ul,li {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* common */
.f-15{
  font-size: 15px;
}
f-13 {
  font-size: 13px;
}
.f-w700 {
  font-weight: 700;
}
.w100 {
  width: 100%;
}
.text-center {
  text-align:center;
}

.hx-border {
  border: 1px solid #cccccc;
}
.flex {
  display: flex;
}
.flex-vertical-center {
  align-items: center;
}
.flex-warp {
  flex-wrap: wrap;
}
.flex-space-between {
  justify-content: space-between;
}

.hx_text_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.hx_text_clamp_ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hx_text_clamp_3 {
  -webkit-line-clamp: 3;
}

.hx_text_clamp_4 {
  -webkit-line-clamp: 4;
}

.hx_text_vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hx-text-align-center {
  text-align: center;
}
.hx-boxshow {
  -webkit-box-shadow: 0px 0px 20px rgba(170, 170, 170, 0.349019607843137);
    box-shadow: 0px 0px 20px rgba(170, 170, 170, 0.349019607843137);
    background-color: rgba(242, 242, 242, 1);
    margin-bottom: 20px;
}
.border-solid {
  border: 1px solid #cccccc;
}
header {
  background-color: #f8f8f8;
}
.hx-navbar-brand {
  height: auto;
}

.hx-navbar-brand img {
  height: 94px;
}
.navbar-brand {
  padding: 0 15px;    margin-top: -15px;
}
.hx-nav-top {
  margin-top: 20px;
}
.navbar {
  margin-bottom: 0;
}
.hx-navbar-nav {
  float: right;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
}
.hx-navbar-nav a {
  padding: 15px 34px 0 !important;
}
.hx-navbar-nav li:last-child a {
  padding: 15px 0px 0px 34px !important;
}
.hx-bottom42 {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px){
  .hx-navbar-brand img {
    height: 72px;
  }
  .hx-navbar-nav {
    float: left;
    font-size: 16px;
  }
  .hx-bottom42 {
    margin-bottom: 0;
  }
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #555555;
  font-weight: 700;
  background-color: #f8f8f8;
}
.item-home,.item-product,.item-case,.item-news,.item-about,.item-lianxi,.item-jion,.item-video {
  display: inline-block; width: 1.1em; height: 1.1em;
  background-size: contain; background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
  vertical-align: sub;
}
.item-home {
  background-image: url('../images/nav-icon7.png')
}
.item-product {
  background-image: url('../images/nav-icon3.png')
}
.item-case {
  background-image: url('../images/nav-icon2.png')
}
.item-news {
  background-image: url('../images/nav-icon1.png')
}
.item-video {
  background-image: url('../images/nav-video.png')
}
.item-about {
  background-image: url('../images/nav-icon4.png')
}
.item-lianxi {
  background-image: url('../images/nav-icon5.png')
}
.item-jion {
  background-image: url('../images/nav-icon6.png')
}
/* home */
.hx-product__title {
  padding: 90px 0;
}
.hx-case-banner__img,
.hx-product-banner__img {
  background: url('../images/product-bg.jpg') no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 20px 0 120px;
}
.hx-product__title img {
  max-width: 656px;
  width: 100%;
}
.product-plf {
  padding-right: 18px;
  padding-left: 18px;
}
.product-desc {
  height: 72px;
}
.product-plf .btn-default {
  margin-bottom: 10px;
}

.super__img {
  width: 100%;
  object-fit: contain;
}

.hx-case-banner__img {
  background-image: url('../images/case-bg.jpg');
}
.hx-case__title img {
  max-width: 462px;
}



/* 产品中心 */
.banner-other {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
}
.sidebar {
  width: 244px;
}
.side-title {
  height: 84px;
  background: url(../images/side-banner.png) no-repeat;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 84px;
}
.side-item {
  height: 59px;
  line-height: 59px;
  border: 1px solid #cccccc;
  border-top: none;
  text-align: center;
}
.side-item a {
  font-size: 18px;
  letter-spacing: 5px;
  color: #02A7F0;
}
.hx-h3-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 56px;
  color: #3974D8;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*段落中文本不换行*/
    white-space: nowrap;
    /*阴影*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    /*设置横向滚动*/
    overflow-x: scroll;
    /*禁止纵向滚动*/
    overflow-y: hidden;
    /*文本平铺*/
    text-align: justify;
    /*背景颜色*/
    background: #F4F5F6;
    padding: 0px 5px;
    margin-bottom: 10px;
    /*设置边距改变效果为内缩*/
    box-sizing: border-box;
  }
  .sidebar li {
    color: #505050;
    margin: auto 10px;
    display: inline-block;
  }
  
  .sidebar::-webkit-scrollbar {
    /*隐藏滚动条*/
    display: none;
  }
  .hx-border {
    border: none;
  }
  .side-item {
    display: inline-block;
    padding: 0 12px;
    height: auto;
    line-height: 42px; 
    border: none;
    text-align: center;
  }
  .side-item a {
    font-size: 16px;
  letter-spacing: 1px;
  }
}
.hx-home-news-box,
.hx-product-box,
.hx-case-box {
  padding-bottom:64.7%;
  width:100%;
  position:relative;
}
.hx-home-news-box {
  padding-bottom:65.7%;
}
.hx-news-box {
  padding-bottom: 23.1%;
  width:30%;
  position:relative;
  flex-shrink: 0;
}
.hx-product-box {
  padding-bottom: 66.67%;
  background: #ffffff;
}
.hx-box-img {
  width:100%;
  height:100%;
  position:absolute;
  left: 0;
  object-fit:contain;
  display:block;
}
/* news */
.hx_news_item {
  margin-bottom: 20px;
  box-shadow: 0 0px 22px -9px rgba(40, 99, 95, 0.42);
  border-radius: 4px;
}
.hx_news_item_contains {
  margin: 0 36px;
  flex-grow: 1;
  color: #222222;  
  position: relative;
  width: auto;
    overflow: hidden;
}
.hx_news_item_title {
  font-size: 18px;
  color: #242424;
  font-weight: 600;
  margin: 24px 0;
}
.hx_news_otherInfo {
  font-size: 12px;
  font-family: microsoft yahei;
  color: #999;
}
.hx_news_otherInfo:first-child {
  margin-right: 18px;
}
.hx_new_item_desc {
  height: 72px;
  line-height: 24px;
  margin-bottom: 24px;
}
.hx-news-more {
  position: absolute;
  bottom: 14px;
  right: 0;
}
@media (max-width: 768px) {
  .hx_news_otherInfo >span:first-child {
    display: block;
  }
  .hx_news_item_title {
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    margin: 18px 0;
  }
}

/* footer */
footer {
  background-color: #222222; color: #ffffff;
  text-align: center;
  padding: 24px 0;
  line-height: 36px;
  font-size: 14px;
  margin-top: 42px;
}
footer a {
  color: #ffffff;
}

footer a:hover {
  color: #007aff;
}
.footer-nav a {
  font-size: 18px;
  line-height: 64px;
}
.footer-nav a:hover::after {
  color: #ffffff;
}
.footer-nav a::after {
  content: "|";
  margin: 0 12px;
}
.footer-nav a:last-child::after {
  content: "";
}


/* mask--加载 */
.load-mask {
  width: 100vw; height: 100vh;
  position: fixed; top: 0; left: 0;
  z-index: 1001;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hx-aside-item--active {
  /* background: #02A7F0;
  color: #ffffff; */
}


/* 详情 */
.hx-detail-price {
  background-color: rgba(242, 242, 242, 1);
  width: 100%;
  height: 60px;
  color: #02A7F0;
  font-size: 20px;
  line-height:60px;
  padding: 0 20px;
}
.hx-detail-type {
  margin-top: 32px;
}
.hx-detail-type ul {
  
  display: inline-block;
}
.hx-detail-type li {
  display: inline-block;
  padding: 0 12px;
  border: 1px solid #cccccc;
}

.hx-btn-detail {
  background: #01A7F1;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 18px;
}
.hx-btn-detail:hover {
  background: #29bdff;
  color: #ffffff;
}


/* 首页轮播 */
.home-swiper-wrapper .swiper-slide img {
  min-height: 150px;
  object-fit:cover;
  width: 100%;
}
.hx-news-module {
  padding: 60px 0;
}
.hx-news-module h2{
  text-align: center;
  font-weight: 700;
  margin: 20px 0 60px;
}
.hx-news-module__bg {
  background-color: rgba(242, 242, 242, 1);
}
.home-news-swiper-wrapper .swiper-slide img {
  width: 100%;
}
.hx-rick-text {
  margin-top: 42px;
  padding: 24px;
}
.hx-rick-text > p {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  overflow: hidden;
}
.hx-news-detail-header {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.hx-rick-container {
  overflow: hidden;
}
.home-news-module-item {
  border-bottom: 1px dashed #cccccc;
  padding: 24px 0 10px;
}
.home-news-module-item a {
  color: #333333;
  font-size: 16px;
}
.home-news-module-item a span {
  display: inline-block;
  width: calc(100% - 140px);
}
.home-news-module-item a time {
  color: #7F7F7F;
  font-size: 14px;
  vertical-align: top;
}
.home-news-module-item a:hover {
  text-decoration: none;
}
.home-news-module-item:hover a time,
.home-news-module-item:hover a {
  color: #02A7F0;
}

.hx-home-news-info {
  display: flex;
  align-items: center;
}
.news-data {
  flex-shrink: 0;
}
.news-data::after {
  content:'';
  display: inline-block;
  width: 3px;
  height: 48px;
  background: #7F7F7F;
  margin: 0 24px;
}
.news-info,
.news-data span {
  color: #7F7F7F;
  font-size: 20px;
}
.news-data span:first-child {
  font-size: 60px;
}
.news-data span:first-child::after {
  content:'/';
  font-size: 40px;
}
.home-news-swiper-wrapper a:hover {
  text-decoration: none;
}
.contact-info span {
  width: 50%;
  float: left;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #444;
}
@media screen and (max-width: 990px) {
  .contact-info span {
    width: 100%;
}
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.address-map {
  padding-bottom: 53.7%;
  width:100%;
  position:relative;
  margin: 15px 0;
}
.hx-box-map {
  width:100%;
  height:100%;
  position:absolute;
  left: 0;
  object-fit:contain;
  display:block;
}

/* 详情翻页 */

.turn-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px;
}
.page-no-data {
  display: inline-block;
  color: #bfbfbf;
  cursor: not-allowed
}
.page-href {
  display: inline-block;
  color: #f12929;
}


/* 弹窗 */
.ins {
  display: none;
  height: 162px !important;
  width: 400px;
  background: transparent url(./../images/ins.png) no-repeat;
  position: fixed;
  bottom: 14px;
  right: 14px;

  z-index: 99;
}
.ins-profile {

}
.ins-handle {
  width: 210px;
  margin-left: 180px;
  margin-top: 36px;
}
.ins-close {
  color: #ffffff;
  font-size: 20pt;
  display: block;
  text-align: right;
  height: 24px;
  line-height: 24px;
}
.ins-welcome {
  font-family: 微软雅黑;
  font-size: 11pt;
  color: #fff;
  word-break: break-all;
}
.ins-btn2,
.ins-btn1 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
}
.ins-btn2 {
  color: #0085da;
  background-color: #fff;
  margin-left: 8px;
}