@charset "UTF-8";
body, html {
  height: 100%;
  width: 100%; 
}
* {
  padding:0;
  margin:0;
}
body {
  font-family: "微软雅黑";
  font-family: "Microsoft YaHei","微软雅黑";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;

/* overflow-x:hidden;

  Safari */ 
}
a{
  color:#444;
}
a:hover,a:focus {
  text-decoration: none;
}

i {
  font-style:normal !important;
}

.center {
  text-align: center;
  margin:0 auto;
}
ul li {
  list-style: none;
}
.pl-0 {
  padding-left:0 !important;
}
.mt-5 {
  margin-top:5px;
}
.mt-10 {
  margin-top:10px;
}
.mt-15 {
  margin-top:15px;
}
.mt-30 {
  margin-top:30px;
}
.mb-15 {
  margin-bottom:15px;
}
.mb-30 {
  margin-bottom:30px;
}
.small {
  font-size:12px;
}
nav ul {
  margin-bottom: 0;
}
#time {
  font-size: 12px;
  color:#fff;
  margin-right: 10px;
}
.head_link{
  position: fixed;
  top: 23.5%;
  right: 110px;
}
.nav-ul {
  text-align: right;
}
.nav-ul>li{
  display: inline-block;
}
.nav-ul>li a{
  background: #fff;
  display: inline-block;
  padding: 8px;
  border-radius: 7px;
  font-size: 17px;
}
.nav-ul>li.zkx-wechat {
  position: relative;
  margin-left: 10px;
}
.nav-ul>li.messages {
  <!-- width: 300px; -->
  position: relative;
}
.nav-ul>li.messages a {
    color: #3266D9;
}
.nav-ul>li.zkx-wechat a {
    color: #28c445;
}
/*<!--  .nav-ul {
  position: relative;
  width: 200px;
}
.nav-ul>li {
  border-radius: 4px;
  padding: 3px 6px;
  width: 50px;
}
.nav-ul>li.messages {
  border: 1px solid #3266D9;
}
.nav-ul>li.messages .fa-envelope {
    cursor: pointer;
    padding: 0 7px;
    border-radius: 8px;
    font-size: 20px;
}
.nav-ul>li.messages a {
    color: #3266D9;
}
.nav-ul>li.zkx-wechat {
  position: relative;
  margin-top: 10px;
  border: 1px solid #28c445;
}
.nav-ul>li.zkx-wechat .fa-weixin {
    cursor: pointer;
    padding: 0 7px;
    border-radius: 8px;
    font-size: 20px;
}
.nav-ul>li.zkx-wechat a {
    color: #28c445;
}
.nav-ul>li a span.text {
  display: block;
  font-size: 12px;
  text-align: center;
} --> */ 
.zkx-wechat-qrcode{
  position: absolute;
  top: 7px;
  left: 45px;
  width: 170px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 15px;
}
.zkx-wechat-qrcode p{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.zkx-envelope{
  position: absolute;
  top: 7px;
  right: 110px;
  width: 415px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
  z-index: 9999;
  font-size: 14px;
  text-align: left;
  padding: 22px;
  line-height: 25px;
}
.zkx-envelope p {
  margin: 0 0 5px;
}
.fr {
  float:right;
}
.gray-1 {
  color:#a2a2a2;
}
.gray {
  color:#d2d2d2;
}
li.gray {
  color:#d2d2d2;
}
span.caret {
  color:#d2d2d2;
}
.white {
  color:white !important;
}
img {
  max-width: 100%;
}
/*.nav-logo {
  padding: 30px;
}
.nav-title-li:first-child {
   margin-bottom: 20px;
}*/
.nav-title-li{
  margin-bottom: 0;
}
.nav-title-li li {
  display: inline-block;
  margin:7px 15px;
}
/*.nav-title-li li.actived a{
  color:#5c84ae;
  font-weight: bold;
  border-bottom:2px solid #5c84ae;
}*/
section {
  margin-top:20px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
    color: #0a5996;
    background-color: transparent; 
    font-size: 17px;
    cursor: pointer;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.nav-pills .split:not(:last-child)::after {
    content: "/";
    position: absolute;
    top: 0;
    right: -5px;
}
.nav-pills>li>a {
    padding: 0 10px 5px;
    font-weight: bold;
    font-size: 17px;
}
ul.nav-pills, div.nav-pills {
    border-bottom: 3px solid #4472c4;
}
ul.nav-pills li:not(:last-child)  {
  /*border-bottom: 3px solid #0a5996;*/
}
ul.nav-pills li.active::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    /*border-bottom: 3px solid #dc9323;*/
    width: 100%;
    bottom: -3px;
}
.nav-pills>li+li{
     margin-left: 0; 
}
.tab-pane h5{
  width:78%;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 8px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  font-size:13px;
}
.table-services td {
  padding:15px !important;
}
.panel-services .panel-heading{
  background-color: #0a5996;
  color: white;
  padding: 15px;
  border-radius: 0;
}
.ul-list-img {
  margin-bottom: 0;
}
.ul-list-img li{
  display: inline-block;
  width:32%;
}
.header-body h5 {
  max-width:95%;
  width:95%;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  font-size:13px;
}
#toGoOutList {
  position: relative;
}
#toGoOutList li {
  margin-left:15px;
  color:#a2a2a2;
  padding:5px;
}
#toGoOutList li>div>a{
  max-width:100%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
#toGoOutList>li::before{
  content: "■";
  position: absolute;
  margin-left:-15px;
  width:10px;
  height: 10px;
}
#toGoOutList li .tab-content,#toGoOutList li>img{
  display: none;
}
#toGoOutList li>img{
  width: 25%
}
#toGoOutList li:first-child .tab-content,#toGoOutList li:first-child>img{
  display: block;
}
#toGoOutList li:first-child>div{
  width: 73%;
  display: inline-block;
}

#enterpriseSpace {
  background-color:#f1f1f1;
  padding:30px;
}

footer {
  background: #383838;
  padding:30px;

  color:#e8e8e8;
}

footer p {
  color:#e8e8e8;
}
.footer-top p a{
  color:#e8e8e8;
}
.footer-bottom {
  clear: both;
  text-align: center;
}
.footer-top ul li {
  float:left;
  width:20%;
}
.footer-top h4 {
  margin-bottom: 30px;
}

.footer-split {
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #080808;
  width: 100%;
  margin:30px 0;
}
#otherHref {
  padding:30px;
  background: #f1f1f1;
}
#otherHref ul{
  display: inline-block;
}
#otherHref ul li {
  display: inline-block;
  margin: 0 10px;
}
#otherHref .media-body span{
  color:#000;
  font-weight: bold;
  display: inline-block;
  width:150px;
}
#otherHref .media-body ul li, #otherHref .media-body ul li a {
    color:#a8a8a8;
}
#otherHref .media-left {
  vertical-align: middle;
  width: 12%;
    border-right: 1px solid #f1f1f1;
}
#otherHref .media-left h4 {
    font-weight: bold;
}
/*#otherHref .media-body {
  padding-left:50px;
}*/




/*列表页面*/
.panel-title ol,.panel-title ul {
  display: inline-block;
  margin-bottom: 0;
  font-size:14px;
  padding:0;
}
.panel-list {
  border-radius: 0;
}
.panel-title ol {
  background-color:transparent;
}
.panel-list>.panel-heading {
  background: transparent;
  border-radius: 0;
}
.panel-list ul.panel-infos {
  float:right;
}
.panel-list ul.panel-infos li {
  font-size:12px;
   color: #0a5996;
   font-weight: bold;
}
.panel-list ol li,.panel-list ol li a,.breadcrumb>.active {
  color:#0a5996;
  font-weight: bold;
}
.breadcrumb>li+li:before {
    padding: 0;
    color: #0a5996;
    content: "/\00a0";
}
.panel-left .panel-heading {
  background-color:#4472c4;
  color:white;
  font-size:16px;
  font-weight: bold;
  text-align:center;
  padding:15px;
  letter-spacing: 5px;
}
.panel-left .list-group {
  text-align: center;
  min-height: 300px;
  font-size:14px;
}
.panel-left .list-group .list-group-item {
  display: block;
  padding:0;
  border:0;
  transition: all 0.3s;
  width:100%;
}
.panel-left .list-group .list-group-item:hover {
       background-color: #d9eeff;
}
.panel-left .list-group .list-group-item a{
  display: block;
  padding:15px;
  color: #0a5996;
  font-weight: bold;
  font-size: 15px;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border:0;
}
.nav-tabs.tabs-left>li.active>a {
  border:0;
  margin-right: 0;
}
.nav-tabs.tabs-left li a {
  border-radius: 0;
  margin-right: 0;
  border:0;
}
.nav-tabs>li>a {
  border:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #d9eeff;
    border:none;
}
.nav-tabs>li>a:hover {
    border-color:transparent;
}


/*ul li 的间距调整*/
.c_list li>a{
  /* display: inline-block;
  width: 84%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px; */
}
@media (max-width: 510px){
  .c_list li>a{
    width: 66%;
  }
}
.c_list li {
  height: 40px;
  line-height: 40px;
}

.media-list .img-a{
  display: inline-block;
  width:200px;
  height:100px;

}
.media-list a img {
      width: 100%;
    height: 100px;

}
.media-center li {
  margin-bottom: 30px;
}
.media-list .media-body p {
  color:#7d7d7d;
}

/*添加，修改*/
.tab_add .tab-body:first-child{
  margin-top: 15px;
}
.tab_add .tab-content{
  display: none;
}
.tab_add .tab-body:first-child .tab-content{
  display: block;
}
.ul_addimg a>img{
  display: none;
}
.ul_addimg li:first-child a>img{
  display: block;
}
.tab-pane .sy_news li a>img{
  opacity: 0;
}
.tab-pane .sy_news li:first-child a>img{
  opacity: 1;
}

.tab_addcon{
  display: none;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.tab_addcon a{
  position: absolute;
  bottom: 0;
  right: 0;
}
.tab_con li:first-child .tab_addcon{
  display: block;
}

/*********************首页修改************************/
.head_home{
  color: #4c4c4c;
  text-align: right;
}
.head_search{
  text-align: right;
  margin-bottom:15px;
}
.search_text{
  width: 262px;
  height: 32px;
  line-height: 32px;
  padding:0 10px;
  border:1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: none;
}
.search_btn{
  width: 40px;
  height: 34px;
  background: url(../images/search_btn.png) no-repeat center #0a5996;
  border:0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  float: right;
  margin-left: 7px;
  outline: none;
  margin-top: -1px;
}
@media (max-width: 992px){
  .center_logo {
      transform: translateY(50%);
      -ms-transform:translateY(50%);
      -webkit-transform:translateY(50%);
  }
}
.sy_nav{
  background: #0a5996;
  padding: 0;
  font-size: 0;
  border-bottom: 0;
}
.sy_nav li{
  width: 9%;
  text-align: center;
  margin:0;
  font-size: 16px;
  position: relative;
}
.sy_nav li>a{
  color: #fff;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  letter-spacing: 5px;
}
.sy_nav li.actived>a,.sy_nav li:hover>a{
  background: #dc9323;
}
.nav_down{
  position: absolute;
  top: 44px;
  z-index: 20;
  background: #dc9323;
  width: 100%;
  display: none;
}
.sy_nav li:hover div.nav_down{
  display: block;
}
.nav_down a{
  display: block;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}
.nav_down a:hover{
  text-decoration: underline;
}
.nav_down a:first-child{
  padding-top: 12px;
  border-top: 1px solid #c78116;
}
.nav_down a:last-child{
  padding-bottom: 12px;
}

.vedio_title{
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  background: rgba(0,0,0,0.4);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
.vedio_title a{
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.vedio_title a:hover{
  color: #fff;
  text-decoration: underline;
}

.lingjun a{
  width: 330px !important;
  height: auto !important;
}

@media (max-width: 767px){
  .swiper-container-vedio{
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .swiper-container-vedio{
    height: 205px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px){
  .swiper-container-vedio{
    height: 180px !important;
  }
}
.imgshow{
  position: absolute;
  top: 140px;
  font-size: 14px;
  width: 100%;
  padding: 5px;
}
.picture_txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding:10px;
  background: rgba(255,255,255,0.6);
}
@media (max-width: 768px){
  .gallery-top {
    width: 300px !important;
    height: 200px !important;
  }
  .picture_txt{
    display: none;
  }
}

/******************图片展示开始**********************/
@media (max-width: 767px){
  .imgshow,.swiper-button-prev,.swiper-button-next{
    display: none;
  }
  .swiper-container-show{
    height: 72px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .swiper-container-show{
    height: 115px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px){
  .swiper-container-show{
    height: 140px !important;
  }
}
/******************图片展示结束*************************/
.sy_focus{
  margin-bottom: 0 !important;
}
.sy_focus li:first-child a h5{
  margin-top: 4px !important;
}
.magazine_show{
  text-align: center;
  padding-bottom: 15px;
}
.magazine_show>img{
  width: 62%;
  margin:0 auto;
  display: block;
  border:1px solid #eeeeee;
  margin-bottom: 8px;  
}

/*******************首页的左右浮动************************/
.float_project{
  position: fixed;
  left: 0;
  top: 10%;
  z-index: 10;
}
.float_project>span{
  color: #fff;
  font-size: 28px;
  position: absolute;
  right: 5px;
  top: -4px;
  cursor: pointer;
}
.standard_hidden{
  top: 58%;
}
.online_hidden{
  top: 20%;
  left: inherit;
  right: 0;
}

/*分页*/
.page_css{
  text-align: center;
}
.page_css a{
  line-height: 22px;
  display: inline-block;
  border:1px solid #ddd;
  margin-right: 5px;
  padding:0 7px;
}
.page_css a:hover,.page_css a.nowpage{
  background: #0a5996;
  color: #fff;
}

/*施工图审查分会*/
.member{
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  padding:9px 0;
  overflow: hidden;
}
.member div{
  margin:11px 0;
  text-align: center;
}
.media-list a img.media-object{
  width: 125px;
  height: 83px;
  max-width: 125px;
}
.leader li{
  padding: 0;
}


/*抗震防灾分会*/
.col-xs-13,.col-sm-13,.col-md-13{
  width: 20%;
  float: left;
  text-align: center;
}
.col-xs-13,.col-sm-13,.col-md-13>a img{
  margin:0 auto;
}


/*首页会员管理*/
.table-services td{
  padding: 9px !important;
}
.table-services td a{
  display: block;
  line-height: 34px;
  font-size: 24px;
}
.table-services td a span{
  display: inline-block;
}
.service_left{
  width: 31%;
  text-align: right;
}
.service_right{
  width: 54%;
  text-align: left;
  margin-left: 20px;
}
.table-services td a span.service_left img{
  width: 32px;
  margin-right: 3px;
}

.s-news{
  margin-top: 0;
}

/*顶部广告*/
.ad_banner{
  /*height:412px;
  width:1200px;*/
  margin:0 auto; 
  display: none; 
  position: relative;
}
.closeGG{
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.ad_banner img{
  margin:0 auto;
  display: block;
}
.gray-img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

/*质量体系*/
.list_img{
  overflow: hidden;
}
.list_img li{
  width: 25%;
  float: left;
  position: relative;
}


.container {
    width: 1200px;
    margin: auto !important;
}

@media (max-width: 881px) {
  .container {
    width: 95% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .panel-left .list-group {
    min-height: auto;
  }
  .panel-body{
    padding: 15px !important;
  }
  .panel-body img{
    object-fit: cover;
    width: fit-content !important;
    height: fit-content !important;
    margin: auto;
  }
  .panel-body p:has(img){
    text-indent: unset !important;
  }
}
@media (min-width: 882px) and (max-width: 1199px) {
  .container {
    width: 60% !important;
  }
}
/*获奖展示*/

.themeColor{
  color: #0a5996 !important;
}
.more-btn {
  cursor: pointer;
}
.carousel-inner>.item>a>img {
    height: 120px;
}

.carousel.slide {
  max-width: calc(1200px - 30px);
  margin: 20px auto 0;
}
.navbar-header {
  margin: 30px 0 0;
}
.navbar-header-xs {
  margin: 20px 0;
}
.carousel-indicators {
  bottom: -5px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
}

.swiper-pagination {
  width: auto !important;
  bottom: 6px !important;
  right: 6px;
  left: inherit !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 0;
  opacity: 0.4;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 0.6;
}

/* 列表 */
.tab-content .tab-box ul li {
  position: relative;
  width: 100%;
  height: 22px;
  margin-top: 16px;
  position: relative;
}

.tab-content .tab-box ul li a {
  display: inline-block;
  width: calc(100% - 10px);
  font-size: 15px;
  color: #333;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.tab-content .tab-box ul li>img {
  position: absolute;
  opacity: 1 !important;
  top: -5px;
  /*transform: rotate(-15deg);*/
  left: 0;
}

.tab-content .tab-box ul li:first-child {
  margin-top: 0 !important;
}

.tab-content .tab-box ul li.date {
  padding-right: 95px;
}

.tab-content .tab-box ul li .date-info {
  display: block;
  width: 90px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  line-height: 19px;
  color: #899097;
  text-align: left;
}