/* .header-content{
  background: rgba(0, 0, 0, 0.8) !important;
  position: relative;
  margin-top:0 !important;
} */
.navbar-dark .navbar-nav .nav-link{
  color:#fff !important;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
        min-width:1140px;
    }
}

/*@media (min-width: 1264px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1500px;
      min-width:1140px;
  }
}*/

.sidemenu-wrapper main{
  margin: 0 auto;
  padding: 20px 60px 0 60px;
  max-width: 1500px;
  min-width: 720px;
  height: 100%;
}

/* 首页产品类目 */
.homepage .category-tile{
    border: 2px solid rgba(63,169,245,.2);
    height: 100%;
}
.homepage .category-tile:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: .3s ease;
}
.hover-pointer {
    cursor: pointer;
}
.homepage .category-tile a {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.homepage .category-tile img {
    max-height: 100px;
}

/* 首页新闻 */
.blog-preview .img-container {
    background-position: center center;
    width: auto;
    height: 160px;
}
.blog-preview .img-container-cover, html body .blog-post .cover-image, html body .search-results .search-result .img-container-cover {
    background-size: cover;
}
html body .blog-tile a {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
html body .blog-tile a {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
html body .blog-tile h3 {
    font-size:1rem;
    font-weight: 700;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.text-primary {
    color: #3fa9f5!important;
}


/* 会员企业 */
html body .box-wrapper {
    margin-top:10px;
    padding: 15px;
    /* margin-bottom: 20px; */
    margin-bottom:0px;
    position: relative;
}
html body .box-wrapper .d-flex.justify-content-between a {
    font-size: 0.9rem;
    font-weight: 700;
}
html body .box-wrapper .accent-line {
    background-color: #3fa9f5;
    width: 4px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
html body .box-wrapper h3 {
    margin-bottom: 1.4rem;
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    line-height: 19px;
}
html body a{
    color: #3fa9f5;
}
.members-grid-item {
    min-height: 100px;
    transition: all 0.5s ease;
}
.members-grid-item:hover {
    box-shadow: 0 3px 9px 6px rgba(0,0,0,.16)!important;
    transition: .5s ease;
}

/* 多行文本溢出省略号 */
.mulineover{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
a:active {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.banner-none{
    display: block;
}
.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.attribute{
    margin:0 !important;
    margin-bottom:0;
}




/* 搜索背景 */
/* 手机端与背景颜色贴合 */

.select-group{
  height:40px !important;
}
.search-h{
  height:40px !important;
  font-size:12px;
  border:none;
}
.sy-title{
  width:100%;
  text-align: center;
}

.sy-title h3{
  font-size:1.8rem !important;
  margin-bottom:0.5rem;
}

.bg-search{
  background-color: #3fa9f5 !important;
  border-color: #3fa9f5;
  color: #fff;
  border: none;
  font-size:12px;
  border-top-right-radius:0.25rem; 
  border-bottom-right-radius:0.25rem;
}

/* .custom-select:focus {
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow:none !important;
} */

.fl-nav li .dropdown-menu{
  top:0 !important;
}

.search-position{
  /* position: absolute;
  top: 13rem;
  width: 100%; */
  margin-top:2.5rem !important;
}




.navbar-banner-large{
  background: url(/skin/default215/images/search-bg.jpg) no-repeat,linear-gradient(
0deg,rgba(22,29,38,.5),#161d26);
    background-blend-mode: overlay;
    background-size: cover;
    overflow: visible;
    color: #fff;
    /* height: 470px; */
    height:440px;
}




/* 分类菜单 */
.w {
    border-radius:6px;
    margin:0 auto;
}
/* a {
    text-decoration:inherit;
} */
a,li {
    list-style:none;
}
.cf:before,.cf:after,.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.cf:after,.clearfix:after {
    clear:both;
}
.cf,.clearfix {
    clear:both;
    *zoom:1;
}

/*banner上面浮层*/


 .shop-img img {
  width: 26px;
  object-fit: contain;
  /* width: 32px; */
  /* border-radius:50%; */
}

.cat_wrap {
    background: #fff;
    /* border-radius:0.5rem; */
    width:100%;
    height:100%;
    z-index:999;
}
.cat_wrap .cat_header {
    min-height:100%;
}
.cat_header .cat_list{
  /* padding-top:15px; */
}
.cat_header-h4{
  font-size:14px;color:#fff; padding-left:8px;padding-top:20px;padding-bottom:10px; margin-left:10%;    
  border-bottom: 2px solid #F4F4F4; font-weight:bold;
}
.cat_wrap .cat_list div li {
    height:42px;
    line-height:42px;
    float:left;
    color:#333;
    font-size:14px;
    /* margin:7px 0px; */
}

.cat_wrap .cat_list div li:first-child {
    margin-left:10%;
}
.cat_wrap .cat_list {
    cursor:pointer;
}
.cat_wrap .cat_list div.active {
    width:100%;
    padding-left:1px;
    position:relative;
    /* z-index:12; */
    color:#FF6A00 !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
}

/* hover一个控制另一个元素样式 */
.cat_wrap .cat_list div :hover li{
  color: #FF6A00 !important;
}

.cat_list .float{
    /* transition: all 0.3s ease-in; */
    transition: all 0.1s ease-in;
}
.cat_list .float ul{
    line-height:1.9;
    padding:0 10px;
}
.banner_menu_i {
    float: right;
    font-size: 18px;
    margin-right:0.8rem;
    color:#333333;
    margin-left:10px;
    text-decoration: none;
    line-height: 42px;
}


/*banner浮层滑动显示弹框*/
.cat_subcont {
    display:none;
}
.cat_subcont.active {
    display:block;
}
.cat_subcont .cat_sublist {

    background: rgba(255,255,255,.98);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%);
    opacity:0.97;
    margin-top:30px;
    padding: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    position:absolute;
    z-index:11;
    top:0px;
    /* left:180px; */
    left:91%;
    padding-top:5px;
    /* min-height:400px; */
    min-height:370px;
    width:770px;
    background:#fff;
    border-radius: 6px;
    /* border:1px solid #00a1ea; */
}
.cat_subcont .cat_sublist .fore1 {
    width:740px;
}
.cat_subcont .cat_sublist .fore1 .fore_list {
    padding:0 20px;
}
.cat_subcont .cat_sublist .fore1 .fore_list h3 {
    padding:5px;
    border-bottom:1px solid #d3d3d3;
}
.cat_subcont .cat_sublist .fore1 .fore_list h3 a {
    font-size:14px;
    color:#333;
    font-weight: bold;
}
.cat_subcont .cat_sublist .fore1 .fore_list li {
    float:left;
    padding:5px;
}
.cat_subcont .cat_sublist .fore1 .fore_list li a {
    font-size:12px;
    color:#333333;
}
.cat_subcont .cat_sublist .fore1 .fore_list li a:hover {
    color:#FF6A00;
    text-decoration:underline;
}

/* 轮播图 */
.banner {
    margin-top: 2rem;
  }
  .banner .container {
    position: relative;
  }

  .banner-list {
    height:400px;
  }

  .banner-list .swiper-slide {
    list-style: none;
    width: 100%;
    height: 100%;
  }
  .banner-list .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* border-radius: 0.5rem; */

  }
  .banner-list .swiper-button-white::after {
    content: '';
  }
  .banner-list .swiper-button-prev {
    left: calc(25% - 22px);
    background-position: -84px 50%;
  }
  .banner-list .swiper-button-prev:hover {
    background-position: 0 50%;
  }
  .banner-list .swiper-button-next {
    right: 0;
    background-position: -125px 50%;
  }
  .banner-list .swiper-button-next:hover {
    background-position: -42px 50%;
  }
  .banner-list .swiper-button-disabled {
    opacity: 0;
  }

  /* swiper移入移出显示隐藏箭头 */
  .swiper-button-next{display:none;}
  .swiper-button-prev{display:none;}
  .swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev{display: block; }




/* swiper圆点修改 */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width:12px;
    height:12px;
    border: 2px solid #c4c4c4 !important;
    opacity: 1;
 }
 .swiper-pagination-bullet-active {
    width:12px;
    height:12px;
    background:#cc0000 !important;
    border: 2px solid #cc0000 !important;
 }

 /* 右侧材燃电子 */
.myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas {
    display: block;
    height: 116px;
    max-width:100%;
    /* border-radius: 0.5rem; */
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    background-size: contain;
    /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%); */
    margin-bottom: 11px;
}

.myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas a {
    display: block;
    height: 116px;
    position: relative;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 36px;
    transition: all 0.8s;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    color: #fff;
    text-decoration: none;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
}
/* .myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas a:hover{
  background:#0000;
  opacity:0.8;
} */



.myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas .myHmpg-ctas--header {
    display: block;
    /* margin: 0 0 12px; */
    margin-top:0rem;
    margin-left:1rem;
    font-size: 14px;
    color: #222222;
}

.myHmpg-ctas__container .myHmpg-ctas__content .myHmpg-ctas .myHmpg-ctas--copy {
    display: block;
    height:25px;
    margin-left:1rem;
    font-size: 14px;
    line-height: 1.3;
    color: #333333;
    font-weight: bold;
}

  .ctas-more{
    display: block;
    height: auto !important;
    width: 94px;
    background-color: #222;
    border-radius: 18px;
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    color: #FFF !important;
    text-align: center;
    line-height: 28px !important;
    float: right;
  }

  .promo-list{
    display: flex;flex: 1;flex-direction: column;margin-bottom: 32px;
  }
  .promo-item{
    position: relative;
    display: flex;
    /* flex: 1; */
    border-bottom: 1px solid rgba(220,222,227,.7);
    overflow: hidden;
    text-decoration: none;
    flex-direction: column;
    align-items: baseline;
    height:91px !important;
    justify-content: center;
  }
  .promo-title{
    margin: 20px 40px 14px 0;
    word-break: break-word;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    /* max-height: 44px; */
    max-height:70px;
    /* max-width: 198px; */
    max-width: 170px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .promo-banner{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .promo-title p{
    margin-top:6px;
    font-size:14px;
    font-weight: normal;
  }
  .promo-banner img{
    width: 60px;height: 100%;
    transition:all 0.5s ease;
    max-width: 60px;
    max-height: 60px;
    mix-blend-mode: multiply;
  }
  .promo-banner img:hover{
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
  }


  /* 招标介绍 */
  .htcg-left{
    position: relative;
    top: 18px;
    text-align: center;
    margin-left: 16px;
    padding-right: 20px;
  }
  .htcg-left img{
    display: inline-block;
    /* width: 63px;
    height: 63px; */
    width: 45px;
}

  .htcg-left p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color:#3fa9f5 !important;
  }

.htcg-left::after {
  top: 25px;
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: 56px;
  background: #c1c1c1;
}
.htcg-left,.htcg-right{
  float: left;
}
.htcg-right{
  margin-top:15px;
  margin-left:30px;
}
.htcg-right-li{
  float: left;
  width: auto;
  /* margin-right: 30px; */
  margin-right:18px;
  font-size: 12px;
  /*padding-top:25px;*/
}
.htcg-right-li p{
  margin-top:10px;
  white-space: nowrap;
  text-align: center;
}
.htcg-right-li p b{
  font-size:14px;
  font-weight: bold;
  color: #e36918;
  margin-right: 5px;
}
.clear{
  clear: both;
}
.htcg-step{
  /* height: 50px; */
    /*padding:15px;*/
    /*margin-top: 30px;*/
    overflow: hidden;
    /*background: #fff;*/
    /*border: 1px dashed #c1c1c1;*/
}
.htcg-step h4 {
  margin: 7px 20px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  float: left;
}

.htcg-step li:first-child {
  color: #0c530f;
  background: #dbf4c1;
  border: 1px solid #c7eaa3;
}
.htcg-step li:nth-child(2) {
  color: #043150;
  background: #c6e7ff;
  border: 1px solid #b2ddfc;
}
.htcg-step li:nth-child(3) {
  color: #844000;
  background: #ffecb4;
  border: 1px solid #fbe1a4;
}
.htcg-step li:nth-child(4) {
  color: #5b0000;
  background: #ffd4d4;
  border: 1px solid #fdcccc;
}
.htcg-step li:nth-child(5) {
  color: #842100;
  background: #ffe2d0;
  border: 1px solid #fbd8c2;
 margin-right:0;
}

.htcg-step li:first-child em {
  color: #0c530f;
  border-color: #c7eaa3;
}
.htcg-step li:nth-child(2) em {
  color: #043150;
  border-color: #b2ddfc;
}
.htcg-step li:nth-child(3) em {
  color: #844000;
  border-color: #fbe1a4;
}
.htcg-step li:nth-child(4) em {
  color: #5b0000;
  border-color: #fdcccc;
}
.htcg-step li:nth-child(5) em {
  color: #842100;
    border-color: #fbd8c2;
}

.htcg-step li:nth-child(1)::before {
  border-left-color: #dbf4c1;
}

.htcg-step li:nth-child(2)::before {
  border-left-color: #b2ddfc;
}
.htcg-step li:nth-child(3)::before {
  border-left-color: #fbe1a4;
}
.htcg-step li:nth-child(4)::before {
  border-left-color: #fdcccc;
}



.htcg-step li:first-child::after {
  border-left-color: #dbf4c1;
}
.htcg-step li:nth-child(2)::after {
  border-left-color: #c6e7ff;
}
.htcg-step li:nth-child(3)::after {
  border-left-color: #ffecb4;
}
.htcg-step li:nth-child(4)::after {
  border-left-color: #ffd4d4;
}
/* .htcg-step li:nth-child(5)::after {
  border-left-color: #c6e7ff;
} */


.htcg-step li {
  position: relative;
  float: left;
  /* width: 138px; */
  width: 80px;
  height: 34px;
  /* margin: 2px 25px 0 0; */
  margin: 2px 18px 0 0;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  /*border-radius: 8px;*/
  /* cursor: pointer; */
}
.htcg-step li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 10px;
  z-index: 1;
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  /* border-left-color: #c7eaa3; */
}


.htcg-step li em {
  position: absolute;
  top: 50%;
  left: -14px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  font: bold 16px/28px arial;
  background: #fff;
  border: 1px solid #c7eaa3;
  border-radius: 50%;
}
.htcg-step li i {
  display: inline-block;
  margin: 0 5px 2px 0;
  /* font-size: 24px; */
  font-size: 20px;
  vertical-align: middle;
}


.concatus{
  /* padding: 18px 0 18px 18px; */
  padding: 10px 0 14px 18px;
  border: 1px solid #e5e5e5;
  font-size:14px;
  height: 179px;
}
.concatus p {
  line-height: 38px;
}
.concatus i {
  font-size: 18px;
  color: #2683fa;
}
/*.concatus span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: 220px;
}*/

/* 国内采购市场 */
.rfq-banner{
  background: url(https://hellorfimg.zcool.cn/preview260/1108354787.jpg) no-repeat;
  display: block;
  color: #fff;
  -ms-flex: 1 1;
  flex: 1 1;
  /* min-width: 420px; */
  height:440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.form-control{
  font-size:14px;
  border:1px solid #c4c6cf;
}
.form-group{
  margin-bottom:0.8rem !important;

  
}
.release{
  padding-top:10px !important;
}

.banner-opcaty{
  height: 100%;
  padding: 60px;
  transition: all 0.8s;
  background: linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.50) 100%);
  text-decoration: none;
  border: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.rfq-banner:hover{
  color:#fff;
}
.rfq-banner h3{
  font-size: 22px;
  line-height: 48px;
  padding: 0;
  margin: 0;
}
.rfq-banner .banner-number {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 420px;
}
.banner-number .number-item {
  width: 50%;
  margin-bottom: 20px;
}
.rfq-banner .banner-number .number-item .item-total {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}
.rfq-banner .banner-number .number-item .item-total span{
  transition: all 0.8s ease-out 0s; font-size: 24px;
}

.rfq-banner .banner-number .number-item span {
  font-size: 16px;
  color: #f4f4f4;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
.rfq-banner .banner-link {
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 19px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

/* header边框处理 */
.navbar-dark .navbar-toggler{
  border:none !important;
}
.swiper-text-po {
  position: absolute;
  color: #FFFFFF;
  left: 10%;
  top: 45%;
}

.swiper-text-po h2{
  font-size:2.3rem !important;
}

.swiper-text-po p{
  margin-top:10px;
  font-size:1.3rem;
  font-weight:700;
}

input::-webkit-input-placeholder {
  color:#a4a4a4 !important;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color:#a4a4a4 !important;
}

.down-app {
  display: block;
  padding: 10px 20px;
  color: #FFFFFF;
  background: #24bceb;
  font-size: 16px;
  width: 210px;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 20px;
  border-radius: 2px;
  text-decoration: none !important;
}

.down-app:hover {
  color: #FFFFFF;
  background: #27a0c5;
}

/* 手机端 */
@media screen and (max-width: 41.5em) {
  .header-content{
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .release{
    height:auto !important;
  }
  .banner-opcaty{
    padding:15px;
  }
  .rfq-banner h3{
    font-size:18px;
  }
  .banner-number .number-item{
    width:40%;
  }

  .box-bg1{
    padding:0 !important;
  }


  .sidemenu-wrapper main{
    padding: 0 15px;
    min-width: 100%;
    height: 100%;
  }

  html body .box-wrapper{
    margin-top:15px;
  }
  /* 下拉菜单 */
  .index-absolute{
      position: absolute;
      width:100%;
    }

    .mo-line{
      position: absolute;
      z-index: 2;
      left: calc(-1 *4px);
      bottom: -1px;
      height: 50%;
      width: 4px;
      background-color: #fff;
  }
    
    /* 关于太空工厂 */
    .gy-right-number,.gy-qy-text{
        text-align: center;
    }
    .gy-right-top{
        border-left:1px solid #1973bc !important;
    }
    .gy-right-top2{
        border-right:1px solid #1973bc !important;
        border-left:1px solid #1973bc !important;
    }
    .gy-p-r{
        padding-right:15px !important;
    }
    .gy-p-r-0{
        padding-right:15px !important;
        padding-left:15px !important;
    }
    .gy-title2{
      padding-top:30px;
      text-align: center;
    }

    .pro-margin{
        margin-top:20px;
    }

    .ClinchData .row .col-md-3{
        width:50%;
    }

    .gy .container>.row{
        padding-top:20px;
    }

    .ClinchData-box span{
        font-size:14px;
    }

    .banner-list{
        height:220px;
        padding-top:0 !important;
    }
      .banner-list .swiper-button-prev,.banner-list .swiper-button-next{
        display: none;
      }

      .submit-style button{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        width: 100%;
        font-weight: 600;
        transition: all .5s ease-in-out;
      }
}


.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}



/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0px;
  z-index:9;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  /* top: 0; */
  top:1;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  /* bottom: 0; */
  bottom:1;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x:hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index:2;
}


/* 展示采购流程 */
.homepage h2 {
  font-family: BarlowCondensed,Barlow,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.steps-sequence {
  padding-left: 21px;
  padding-top: 0;
  margin-top: 1rem;
}
.steps-sequence .step-wrapper {
  text-align: left;
  border-left: 4px solid #3fa9f5;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.steps-sequence .step-wrapper .border-mask-first-item {
  position: absolute;
  height: 50%;
  width: 4px;
  left: calc(-1 *4px);
  top: -1px;
  background-color: #fff;
}

.steps-sequence .step-wrapper .icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-origin: content-box;
  padding: 10px;
  z-index: 3;
  /* z-index:0; */
  position: relative;
  left: calc(-.5 * (42px + 4px));
  top: calc(50% - 42px/ 2);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #3fa9f5;
}
.steps-sequence .step-wrapper h1 {
  font-family: BarlowCondensed,Barlow,sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #252525;
  margin: 0.6rem 0 0;
  line-height: 1.1rem;
}

@media (min-width: 768px){
  .steps-sequence {
    padding-top: 21px;
    padding-left: 0;
  }
  .steps-sequence .step-wrapper {
      padding-bottom: 0;
      padding-top: 0;
      text-align: center;
      border-top: 4px solid #3fa9f5;
      border-left: none;
  }
  .steps-sequence .step-wrapper .border-mask-first-item {
    top: calc(-1 *4px);
    left: -1px;
    width: 50%;
    height: 4px;
  }
  .steps-sequence .step-wrapper .icon {
    top: calc(-.5 * (42px + 4px));
    left: calc(50% - 42px/ 2);
  }
  .steps-sequence .step-wrapper h1 {
    margin-top: calc(-1 *42px/ 2);
    margin-bottom: 0.6rem;
  }
  .steps-sequence .step-wrapper .border-mask-last-item {
    top: calc(-1 *4px);
    right: -1px;
    left: unset;
    width: 50%;
    height: 4px;
  } 
}

.steps-sequence .step-wrapper .border-mask-last-item {
  position: absolute;
  z-index: 2;
  /* left: calc(-1 *4px); */
  bottom: -1px;
  /* height: 50%; */
  /* width: 4px; */
  background-color: #fff;
}


/* 采购表单左侧 */
.demaTitle h3{

}
.submit-style{
  text-align: center;
}
.submit-style button{
  width:9rem;
  font-size:14px;
  text-align: center;
  background-color: #3fa9f5;
  border-color: #3fa9f5;
  color: #fff;
}
.xy-pc{
  text-align: right;
}
.xy-pc input{
  margin-top:12px;
}
.xy-pc a{
  line-height:35px;
}

.submit-style button:hover{
  background-color: #085993;
    border-color: #085993;
    color: #fff;
}



.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}



/* 快速发布需求左侧 */

/* 关于太空工厂 */
.gy{
  position: relative;
  margin:20px 0;
}
.gy .container>.row{
  padding:20px;
}
.gy-title{
  width:100%;
  position: relative;
  margin: 10px 0px 10px 10px;
}
.gy-title h2{
  font-size: 18px;
  /* font-weight: 600; */
  color:#1e1e1e;
}
.gy-title2{
  margin-bottom:1.5rem;
}


.gy-content-box{
  padding:0px;
  background-color:#ffffff;
}
.gy-more{
  display: block;
  border-radius: 0px;
  margin-top: 10px;
  padding: 0px 0px 0px 0px;
  color: #939090;
  font-size:14px;
}
.gy-content-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.gy-title2 h3{
  font-size:22px;
  font-weight:600;
  color: #797676;
}
.gy-border{
  border-top:1px solid #ABA1A1;
  margin-bottom:0;
}
.gy-divider{
  /* padding-top: 15px; */
  padding-bottom: 15px;
}
.gy-right-top{
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #1973BC;
}
.gy-right-top2{
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #1973BC;
}
.gy-right-number{
  color: #655252;
  font-size: 35px;
  font-weight: 400;
}
.gy-qy-texy{
  width:100%;
  text-align: center;
  font-size: 18px; 
  color: #1E1E1E;
  font-weight: 400;
  line-height: 1.5em;
}

.gy-el-text{
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  margin-top:27px;
}

.gy-widget{
  margin:0;
  padding: 0px 0px 0px 15px;
  border-left:1px solid #1973BC;
}
/* 轮播图 */
.banner-list .swiper-button-prev{
  left:10px !important;
}

/* 快速发布需求右侧 */
.release{
  position: relative;
  padding:20px;
  height:398px;
  border: 6px solid #dcdee3;
  font-size: 14px;
  /* line-height: 1.42857143; */
}
.release-title{
    margin-bottom:20px;
}
.release-title h3{
  display: inline-block;
  font-size: 1.6rem;
  color: #333;
  z-index: 10;
  font-weight:700;
}
.demaTitle{
  padding-bottom:10px;
  border-bottom:1px solid #dbdbdb;
}

.ClinchData{
  text-align: center;
}
.ClinchData-box span{
  display: inline-block;
  font-size:16px;
  color: #7a7a7a;
}
.ClinchData-box p{
  color: #7a7a7a;
  margin-top:5px;
}
.ClinchData-box p b{
  font-size: 20px;
  font-weight: bold;
  margin-right:5px;
  color:#1973BC;
}




.img-fluid {
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      border-style: none;
  }
  .members-grid-item:hover {
      box-shadow: 0 3px 9px 6px rgba(0,0,0,.16)!important;
      transition: .5s ease;
  }
  .members-grid-item {
      min-height: 100px;
  }
  .align-items-center {
      align-items: center!important;
  }
  .blog-tile a {
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }
  .index-page{
    /*padding: 20px 60px 0 60px;*/
    max-width: 1500px;
    min-width: 720px;
  }
  .sidemenu-wrapper{
    margin: 0 auto;
    height: 100%;
  }
  .box-bg1{
    padding: 20px;
      background-color: #fff !important;
      /*border: 1px solid #DCDEE3;*/
      padding-bottom: 0;
  }
  .cat_header-h4{
    font-size: 14px;
      color: #fff;
      padding-left: 8px;
      padding-bottom: 10px;
      margin-left: 10%;
      border-bottom: 2px solid #F4F4F4;
      font-weight: bold;
  }
  * {
        margin: 0;
        padding: 0;
    }

    .centerblock {
        top: -50px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        /*max-height: 450px;*/
        /*overflow-y: hidden;*/
        /*border: 1px solid silver;*/
    }

    .centerblock_left {
        width: 97%;
        height:483px;
        border-right: 1px;
        background-color: #399AFE;
        float: left;
        /*max-width: 210px;*/
        /*margin-left: 10px;*/
    }

    .centerblock_right {
        float: left;
        width: 740px;
        height:400px;
        /*background-color:red;*/
    }

    .listmenu {

    /* border: 1px solid #00a1ea;
        /*border: 1px solid silver;*/
        /*left: 20px;*/
    }

    .listmenu li {
        list-style: none;
    /*    padding-left: 20px;*/
        height: 52px;
        /*line-height: 42px;*/
        font-size: 14px;
    }

    .listmenu li span {
      float: right;
      font-size: 18px;
      margin-right: 1.3rem;
      color: #fff;
      margin-left: 10px;
      /*text-decoration: none;*/
      /*line-height: 42px*/
    }
    .shop-img{
      border-radius: 2px;
      display: inline-block;
      float: left;
      margin-right: 10px;
      position: relative;
      vertical-align: middle;
      height: 28px;
    }

    .listmenu li>a {
      font-size: 12px;
      text-decoration: none;
      color: #fff;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
    }
    .listmenu li:hover {
      width: 100%;
      padding-left: 1px;
      position: relative;
      box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
      background-color: #fff;
      color: #399AFE;
    }
    .listmenu li:hover > img {
        background-color: #FF6A00 !important;
        
    }

    .listmenu li:hover > a {
        color: #FF6A00 !important;
        
    }

    .listmenu > li > a:hover {
        text-decoration: underline;
    }

    .listmenu_child {
      position: absolute;
      left: 92%;
      /*margin-left: 120px;*/
      top: -30px;
      background-color: white;
      /*border: 2px solid #ff951d;*/
      width: 840px;
      /*height:400px;*/
      z-index: 11;
      display: none;
      box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%);
      opacity: 0.97;

    }
    .listmenu>li:hover .listmenu_child {
        display: block;

    }

    .listmenu_child_left {
      background: rgba(255,255,255,.98);
      box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%);
      opacity: 0.97;
      margin-top: 30px;
      padding: 20px;
      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      position: absolute;
      z-index: 11;
      top: 0px;
      /* left: 180px; */
      left: 91%;
      padding-top: 5px;
      /* min-height: 400px; */
      min-height: 370px;
      width: 770px;
      background: #fff;
      border-radius: 6px;

    }

    .cat_sublist .fore1 {
      width: 820px;
  }
  .cat_sublist .fore1 .fore_list {
      padding: 5px 20px 5px;
      border-bottom: 1px solid #eee;
  }
  .cat_sublist .fore1 .fore_list h3 {
      padding-right: 5px;
      width: 110px;
      
  }
  .cat_sublist .fore1 .fore_list h3 a {
      font-size: 14px;
      color: #333;
      font-weight: bold;
  }
  .cat_sublist .fore1 .fore_list ul a {
    /*margin-right: 15px;*/
    font-size: 12px !important;
    line-height: 26px;
    color: #333333 !important;
    border-left: 1px solid #dddddd;
    padding-left: 8px;
  }
  .cat_sublist .fore1 .fore_list ul a:hover {
      color: #FF6A00 !important;
  }
  .clearfix{
    clear: both;
  }

