@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("./font/SourceHanSansCN-Bold.otf");
  }
  
  @font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./font/SourceHanSansCN-Regular.otf");
  }
  @-moz-document url-prefix() {
    
    .pt_title .border_line{
          white-space: nowrap;
    }
}
.ysyw-table{
    margin-top: 20px;
    width: 1000px;
    height: 250px;
    background: url(../images/home/table.png);
    background-size: 100% 100%;
    }
  body {
  font-size: 14px;
  }
  /*.nav-text-left-content  li:first-child:hover {
     color:#2A8F8D !important;
  }
.special-down{ 
  display:none;
}
.special-down ul{  
  margin-right:60px;
}
.special:hover{
  color:#2A8F8D !important;
  }*/
 .fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
   background-color: #ffffff !important;
    color:#000000;
    /* 添加其他样式，如背景色、阴影等 */
}
.fixed1 {
    position: fixed !important;
    top: 80px;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff !important;
    color:#000000;
}

  .title-cn {
    color: #fff;
   font-size:18px;
  }

  .page_bg{
  background: #F7F7F7;
  padding: 20px 0;
  }
  .vab-width {
  width: 1248px;
  margin: 0 auto;
  }
  .vab-main{
  background-color: #FFF;
  }
  
  .common-header {
  height: 5rem;
  width: 100%;
  min-width: 12rem;
  }
  .header_content{
  position:relative;
 z-index:1000;
  height: 80px;
  background-color:rgba(192, 192, 192, 0.85);
  /*background: url(../images/home/header_top.png); */
  display: flex;
  }
  .header-button{
  width: 1248px;
  margin: auto;
  height: 54px;
  line-height: 54px;
  
  }
  .jianfan_cls{
  float: right;
  cursor: pointer;
  margin-left: 20px; 
  
  }
  .login_button{
  color: #BC936A;
  width: 90px;
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  border: 1px solid #BC936A;
  }
  .vab-logo {
  position: relative;
  min-width: 15rem;
  height: 1rem;
  /* display: flex;
  align-items: center; */
  background: rgba(192, 192, 192, 0.85);
  box-shadow: 0px 1px 1px #CCC;
  /* padding-top: 6px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
 /* background: #16907D; */
  height: 48px;
 z-index:888;
  }
  
  .logo-wrap {
  width: 1200px;
  /* height: 54px; */
  display: flex;
  height: 48px;
  /* background: url("../images/home/logo.png") no-repeat;
  background-size: 100% 100%; */
  }
  .logo-wrap a{
  text-decoration: none;
  }
  .logo-wrap a:first-child{
  vertical-align: top;
  }
  .login-wrap {
  display: flex;
  align-items: center;
  }
  
  .search-input_wrap {
  display: flex;
  align-items: center;
  width: 285px;
  height: 36px;
  padding: 0 15px;
  background: #f1f1f1;
  border-radius: 24px;
  margin-right: 8px;
  }
  
  .search-input {
  width: 100%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  border: none;
  background-color: transparent;
  }
  
  .icon-search {
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../images/home/icon-search.png") no-repeat;
  background-size: 100% 100%;
  }
  
  .mian-content{
  width: 1200px;
  margin: auto;
  }
  .flex-between {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  position: relative;
  }
  
  .divider {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
  background-color: #dcdfe6;
  }
  
  .swiper-img {
  width: 100%;
  height: 400px;
  float: left;
  object-fit: cover;
  }
  img {
  object-fit: cover;
  }
  
  .home-header-icon-1 {
  display: inline-block;
  width: 110px;
  height: 53px;
  }
  .home-header-icon-1 img {
  width: 110px;
  height: 53px;
  }
  .home-header-icon-2 img {
  margin-top: 5px;
  /* width: 200px; */
  height: 45px;
  }
  .home-header-icon-2 {
  display: inline-block;
  width: 185px;
  height: 40px;
  }
  .vab-nav {
  /* position: absolute;
  right: 0;
  bottom: 0;
  width: 100%; */
  /* height: .85rem; */
    height: 48px;
  /* background: rgba(0, 0, 0, 0.2); */
  /* backdrop-filter: blur(20px); */
  z-index: 98;
  }
  
  .vab-nav_wrap {
   display: flex;
   justify-content: space-between;
  /*display: flex;
  justify-content: space-between;
  align-items: center; */
 
  /*height: .85rem;
  line-height: .85rem; */
  height: 48px;
  line-height: 48px;
  }
  
  
  .vab-nav_item {
  flex:1;
  /*flex:1;*/
  font-size: .2rem;
  font-family: SourceHanSansCN-Regular;
  /* color: #ffffff; */
  /* padding: .15rem 0; */
  cursor: pointer;
  display: inline-block;
  width: 150px;
  height: 48px;
  }
  #js_tabNav .active {
    /* background: #01816D; */
   
 
  }
  
  .vab-nav_item a {
  font-size: 18px;
  text-decoration: none;
  /* color: #333; */
  color: #000;
  }
  
  .vab-nav_item:hover{
   background-color: rgba(255, 255, 255, 0.3);
  
  }

  .vab-nav_item .span_cls {
  display: block;
  /*margin: 0 .16rem;*/
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  }
  
  .vab-nav_item:hover a {
    color: #16907D;
    color:#000;
    font-size: 12px;
  }
  .vab-nav_item:hover .title-en {
    color:#000;
  }
  .vab-nav_item .title-en{
  display: block;
  font-size: 12px;
  font-family: ArialMT;
  color: rgba(255,255,255,0.6);
  }
  .active span {
  color: #fff;
  font-weight: 700;
  /* background-color: #fff; */
  /* border-radius: .25rem; */
  }
  .vab-nav_wrap .active .span_cls{
  /*border-bottom: 4px solid #16907D; */
  }
  .active .title-en {
  color: #CDCDCD;
  }
  
  .active a {
    color: #16907D;
    color:#A88060;
  }
  
  
  .vab-box_hd {
  text-align: center;
  position: relative;
  }
  
  .vab-box_title {
  display: block;
  font-size: 28px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  }
  
  /*.vab-box_title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  left: 47%;
  bottom: -1px;
  z-index: 10;
  border-radius: 2px;
  background: #BE956B;
  }*/
  
  .vab-box_more {
  float: right;
  transform: translateY(-50%);
  padding-right: 18px;
  font-size: 14px;
  z-index: 1;
  cursor: pointer;
  margin-right: 24px;
  }
  .vab-box_more a{
  text-decoration: none;
  color: #333;
  font-size: 14px;
  }
  .vab-box_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 0px;
  height: 0px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #333;
  }
  
  .vab-box_nav {
  padding: 20px 0;
  text-align: center;
  }
  
  .vab-box_nav .divider {
  margin: 0 15px;
  }
  
  .vab-nav_text {
  font-size: 16px;
  font-family:  SourceHanSansCN-Regular;
  color: #333333;
  cursor: pointer;
  }
  
  .vab-nav_text.active {
  font-weight: bold;
  }
  
  .vab-content_box {
  flex: 1;
  margin-left: 15px;
  }
  
  .vab-cell {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  border: 1px solid transparent;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  }
  
  .vab-cell::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #16907D;
  border-radius: 50%;
  margin-top: -2px;
  z-index: 1;
  }
  
  .vab-cell:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  border: 1px solid #be956b;
  }
  
  .vab-cell:hover .vab-cell_label {
  font-weight: bold;
  }
  
  .vab-cell:hover .vab-cell_value {
  font-weight: bold;
  }
  
  .vab-cell_label {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  width: 410px;
  }
  
  .vab-cell_value {
  margin-left: 10px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  }
  
  .vab-cell:hover .l-tools-t {
  display: block;
  }
  
  .vab-box_table {
  display: flex;
  }
  
  .cell-table {
  flex: 1;
  width:920px;
  }
  
  .cell-table_hd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  border-bottom: 1px solid #dddddd;
  }
  
  .cell-table th {
  font-size: 14px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  padding: 20px 0;
  }
  
  /* .cell-table td {
    padding: 10px 0;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  } */
  .cell-table tbody tr:hover {
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  }
  
  /* .cell-table tbody tr:hover td {
    border-top: 1px solid #be956b;
    border-bottom: 1px solid #be956b;
  } */
  /* .cell-table tbody tr:hover td:first-child {
    border-left: 1px solid #be956b;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  } */
  /* .cell-table tbody tr:hover td:last-child {
    border-right: 1px solid #be956b;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  } */
  /* .cell-table tbody tr:hover span {
    font-weight: bold;
  }
  .td-left .ellipsis{
    display: inline-block;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .td-left{
    position: relative;
  } */
  /* .cell-table tbody tr:hover .tools-tip{
    display: block;
  } */
  .tools-tip {
  position: absolute;
  top: -39px;
  left: 50%;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1;
  background: #333;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  transform: translateX(-50%);
  display: none;
  }
  
  .tools-tip::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 1;
  width: 0px;
  height: 6px;
  border: 6px solid transparent;
  border-top-color: #333;
  }
  
  .cell-table .td-left {
  text-align: left;
  }
  
  .vab-box {
  padding-top: 32px;
  }
  
  .l-list-tag {
  display: block;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  background: #EAE9E9;
  border-radius: 2px;
  padding: 0 4px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #333;
  }
  
  /* .td-tag {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background: #eae9e9;
    border-radius: 2px;
    height: 38px;
    width: 60px;
    text-align: center;
    line-height: 38px;
  } */
  .td-tag_active {
  background: #dbb085;
  color: #fff;
  }
  
  .vab-footer {
  width: 100%;
  min-width: 1200px;
  /* height: 173px; */
  /* background: url(../images/footer_bg.png); */
  background-repeat: no-repeat;
  background: #16907D;
 background-color:#38444F;
  padding-top: 40px;
  padding-bottom: 20px;
  height: 276px;
  }
  .footer-top {
    height: 122px;
    display: flex;
    align-items: center;
  }
  .lxfs-area {
    width: 352px;
  }
  .footer-phone {
    display: flex;
    width: 352px;
    margin-bottom: 10px;
  }
  
  .footer-phone img {
    width: 48px;
    height: 48px;
  }
  .footer-phone-right {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
  }
  .phone-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .phone-num {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .lxfs-item {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 10px;
  }
  .footer-line {
    width: 1px;
    height: 93.5px;
    flex-shrink: 0;
    /* stroke-width: 1px; */
   /* background: #1B7F63;*/
   background-color:#fff;
    margin: 0px 71px;
  }
  
  .vab-row {
  /* display: flex; */
  align-items: center;
  /* padding-top: 15px; */
  /* width: 1200px; */
  margin: auto;
  width: 420px;
  }
  
  .vab-row_label {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  
  .vab-row_content {
    display: flex;
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    width: 420px;
  }
  .vab-row_content  select{
    background: #474747;
    border-radius: 2px;
    border: none;
    color: #FFF;
    cursor: pointer;
    margin-left: 5px;
  }
  .vab-row_item {
  width: 280px;
  padding: 0 5px;
  cursor: pointer;
  }
  
  .vab-row_item div {
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  }
  
  .vab-footer_contact {
  /* margin-top: 20px; */
  padding: 20px 0 20px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
  text-align: center;
  color: #fff;
  }
  
  .vab-footer_desc {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  }
  
  .vab-footer_desc p {
  margin: 0 10px;
  }
  
  .vab-subject_tip {
  min-width: 1200px;
  height: 128px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../images/subject/subject-tips_bg.png") no-repeat;
  background-size: 100% 100%;
  }
  
  .vab-subject_tip-title {
  margin: 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN-Regular;
  font-weight: bold;
  color: #ffffff;
  }
  
  .vab-subject_tip-text {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  }
  
  .fs12 {
  font-size: 14px;
  }
  
  
  .icon-name {
  background: url("../images/subject/subject-contact-icon_name.png") no-repeat;
  background-size: 100% 100%;
  }
  
  .icon-phone {
  background: url("../images/subject/subject-contact-icon_phone.png") no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 22px;
  margin-right: 10px;
  }
  
  /* .icon-wechat {
  background: url("../images/subject/subject-contact-icon_wechat.png") no-repeat;
  background-size: 100% 100%;
  } */
  
  .icon-tel {
  background: url("../images/subject/subject-contact-icon_tel.png") no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 22px;
  margin-right: 10px;
  }
  
  .icon-message {
  background: url("../images/subject/subject-contact-icon_message.png") no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 22px;
  margin-right: 10px;
  }
  
  .icon-address {
  background: url("../images/subject/subject-contact-icon_address.png") no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 22px;
  margin-right: 10px;
  }
  
  .vab-main_nav-wrap {
  display: flex;
  }
  
  .vab-main_nav-item {
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  }
  
  .vab-main_nav-item.active {
  position: relative;
  }
  
  .vab-main_nav-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: #16907D;
  border-radius: 3px;
  }
  
  .vab-pagination_wrap {
  display: flex;
  padding: 10px 0;
  justify-content: flex-end;
  }
  
  .hide {
  display: none;
  }
  
  .dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .dialog-content {
  width: 292px;
  border-radius: 4px;
  background-color: #FFF;
  }
  
  
  .l-table-box {
  background: #f8f8f8;
  padding: 0 10px 0px;
  margin-top: 15px;
  height: 400px;
  }
  
  /* 列表样式 */
  .l-list-content {
  /* min-height: 310px; */
  margin-top: 10px;
  margin-left: 16px;
  }
  
  .l-list-content li {
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border: 1px dashed transparent;
  border-bottom: 1px dashed #DDDDDD;
  cursor: pointer;
  }
  
  .l-list-content li>div {
  float: left;
  }
  
  .l-list-index {
  text-align: center;
  width: 6%;
  }
  
  .l-list-title {
  position: relative;
  margin-left: 8px;
  width: 43%;
  height: 48px;
  }
  
  .l-list-time {
  width: 12.5%;
  margin-right: 20px;
  height: 48px;
  }
  .l-list-publishTime {
  width: 9.5%;
  height: 48px;
  }
  
  .l-list-text {
  position: relative;
  float: left;
  color: #333333;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  }
  
  .l-list-price {
  width: 17%;
  height: 48px;
  margin-right: 5px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  
  .l-list-type {
  width: 6%;
  margin-top: 11px;
  }
  
  .l-list-content li:hover .l-tools-t {
  display: block;
  }
  
  .l-tools-t {
  position: absolute;
  line-height: 30px;
  bottom: 53px;
  font-size: 14px;
  z-index: 999;
  background: #333;
  color: #fff;
  padding: 0px 15px;
  border-radius: 2px;
  display: none;
  }
  
  .l-tools-t::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 1;
  width: 0px;
  height: 6px;
  border: 6px solid transparent;
  border-top-color: #333;
  }
  
  
  .l-list-num {
  text-align: center;
  min-width: 8%;
  float: right !important;
  margin-right: 10px;
  }
  
  .l-list-content li:hover div {
  font-weight: bold;
  }
  
  .l-list-content li:hover {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  border: 1px solid #BE956B;
  }
  
  .l-list-a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  }
  
  
  .list-table-header {
  margin-top: 24px;
  padding: 0 20px;
  }
  
  .l-list-content-all {
  width: 100%;
  margin-top: 10px;
  }
  
  .l-list-content-all li {
    display: flex;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
  }
  
  .l-list-content-all li:hover .l-tools-t {
  display: block;
  }
  
  .l-list-content-all li:hover {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  border: 1px solid #BE956B;
  }
  
  .l-list-content-all li:hover div {
  font-weight: bold;
  }
  
  .l-list-index-all {
  text-align: center;
  width: 5%;
  }
  
  .l-list-title-all {
  position: relative;
  height: 48px;
  margin-left: 10px;
  width: 49%;
  }
  
  
  .l-list-type-all {
  margin-left: 35px;
  width: 10%;
  display: flex;
  align-items: center;
  }
  
  /* 面包屑 */
  .construct-breadcrumb {
  font-size: 12px;
  color: #777777;
  margin: 20px 0;
  }
  
  .construct-breadcrumb span a {
  text-decoration: none;
  color: #777777;
  }
  .construct-breadcrumb .currentA{
  color: #333
  }
  .construct-breadcrumb .currentA a{
  color: #333
  }
  
  
  .l-list-startTime {
  text-align: center;
  width: 14%;
  margin-left: 57px;
  height: 48px;
  }
  
  .l-list-endTime {
  text-align: center;
  width: 14%;
  margin-left: 40px;
  }
  
  
  /* 导航hover */
  
  .visible-box {
  display: none;
  position: absolute;
  left: 0;
  top: .85rem;
  /* width: 100%; */
  height: 3.325rem;
  z-index: 99;
  background-color: transparent;
  }
  
  .li-child {
  width: 100%;
  /* max-height: 3rem; */
  /* margin-top: .17rem; */
  box-shadow: 0px .025rem .2rem 0px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  overflow: auto;
  }
  
  .zjljs-visible-box .nav-text-left-content ul li {
  font-weight: bold;
  font-size: .2rem;
  }
  .djlz-visible-box .nav-text-left-content ul li {
  font-weight: bold;
  font-size: .2rem;
  }
  .ywzn-visible-box .nav-text-left-content ul li {
  font-weight: bold;
  font-size: .2rem;
  }
  
  .nav-xmgg-visible {
  /*display: flex;*/
  /* justify-content: center; */
  background-color: #fff;
  /* padding-top: .25rem; */
 /*padding-left: 0.25rem;*/
  /*position:fixed;
  left:3.5rem;*/
  padding-left:.1rem;
  box-sizing:border-box;
  
  }
.fixeds{
  margin-top:-100px;
}
  
  .nav-text-left {
  margin-top: .25rem;
  flex:1;
  }
  
  .nav-text-left-content {
  display: flex;
  /* width: 9.75rem; */
  margin-bottom: 16px;
  }
  
  .nav-text-left-content ul li:first-child {
  margin-bottom: .16rem;
  font-size: .225rem;
  font-weight: bold;
  color: #333333;
  line-height: .3rem;
  position: relative;
  }
  
  .nav-text-left-content ul li:not(:first-child) a {
  position: relative;
  margin-right: .3375rem;
  margin-top: .1rem;
  width: 2.3rem;
  font-size: .175rem;
  color: #555555;
  line-height: .2375rem;
  cursor: pointer;
  }

  
  .nav-text-left-line {
  width: .0125rem;
  height: 2.1375rem;
  /* border: 1px solid #D9D9D9; */
  background-color: #D9D9D9;
  margin-top: .1875rem;
  margin-left: .0625rem;
  }
  
  .nav-text-left-right {
  display: flex;
  /* justify-content: space-between; */
  margin: .1875rem 0 0 .2rem;
  flex-wrap: wrap;
  width: 4.95rem;
  }
  
  .nav-text-left-right div {
  width: 2.375rem;
  height: .975rem;
  line-height: .975rem;
  text-align: center;
  cursor: pointer;
  font-size: .2rem;
  color: #FFFFFF;
  }
  
  .nav-text-left-img1 {
  position: relative;
  background: url(../images/home/nav-text-left-img1.png) no-repeat;
  background-size: cover;
  margin-bottom: .1rem;
  margin-right: .2rem;
  }
  
  .nav-text-left-img2 {
  position: relative;
  background: url(../images/home/nav-text-left-img2.png) no-repeat;
  background-size: cover;
  margin-bottom: .1rem;
  }
  
  .nav-text-left-img3 {
  position: relative;
  background: url(../images/home/nav-text-left-img3.png) no-repeat;
  background-size: cover;
  margin-top: .1rem;
  margin-right: .2rem;
  }
  
  .nav-text-left-img4 {
  position: relative;
  background: url(../images/home/nav-text-left-img4.png) no-repeat;
  background-size: cover;
  margin-top: .1rem;
  }
  
  .nav-xmgg-visible a {
  display: block;
  /* position: absolute;
  right: 0;
  top: 0; */
  height: 100%;
  width: 100%;
  z-index: 2;
  text-decoration: none;
  color: #333333;
  }
  .nav-xmgg-visible li:not(:first-child) a:hover{
   /*color:#16907D !important;*/
}
.vab-nav_wrap li:not(:first-child) a:hover{
 /*  color:#16907D !important;*/
}
  
  .xmgg-visible-box {
  display: none;
  }
  
  .djlz-visible-box {
  display: none;
  }
  
  .zjljs-visible-box {
  display: none;
  }
  
  .ywzn-visible-box {
  display: none;
  }
  
  /* 左侧菜单 */
  
  .left-menu {
  display: inline-block;
  width: 209px;
  min-height: 600px;
  background: #F5F6F9;
  vertical-align: top;
  margin-right: 18px;
  }
  .menu_head{
  height: 52px;
  line-height: 52px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  }
  .left-menu li:not(.selectedActive):hover {
  background: #EDEDF1;
  }
  
  .left-menu li {
  height: 52px;
  line-height: 52px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  }
  
  .left-menu>ul .selectedActive {
  background: #BE956B;
  color: #FFFFFF;
  width: 209px;
  }
  
  .left-menu>ul .selectedActive .rightArrow {
  float: right;
  background: url(../images/rightArrow-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 15px;
  margin-right: 10px;
  margin-top: 20px;
  }
  
  
  
  
  
  
  #trage-common-header {
  width: 100%;
  position: relative;
  }
  
  #trage-common-header .header-tip {
  
  background-color: rgba(255, 255, 255, 0.2);
  }
  
  #trage-common-header .header-img .header-bg-img {
  width: 222px;
  height: 44px;
  background-image: url('../images/bigDataLogo.png');
  background-size: cover;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  }
  
  /* .header-img .inputCls{
  width: 1200px;
  margin: auto;
  } */
  #trage-common-header .header-tip .header-tip-content {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  color: #333333;
  font-size: 14px;
  }
  
  #trage-common-header .header-tip .header-tip-content div {
  display: inline-block;
  }
  
  #trage-common-header .header-tip .header-tip-content div:last-child {
  float: right;
  }
  
  #trage-common-header .header-tip .header-tip-content #weatherDate {
  margin-right: 10px;
  }
  
  #trage-common-header .header-img {
  width: 100%;
  margin: 0 auto;
  height: 320px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  }
  
  .header-img .inputCls {
  width: 1200px;
  margin: auto;
  }
  
  
  #trage-common-header .header-img .header-search-input {
  float: right;
  margin-top: 24px;
  }
  
  #trage-common-header .header-img .header-search-input #common-search-input-id {
  width: 312px;
  height: 36px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
  outline: none;
  border: 1px solid #d2d2d2;
  border-radius: 25px 0px 0px 25px;
  padding-left: 10px;
  }
  
  #trage-common-header .header-img .header-search-input #common-search-button-id {
  height: 40px;
  width: 79px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: #be956b;
  border-radius: 0px 25px 25px 0px;
  color: #FFF;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -1px;
  }
  
  
  #news-all {
  width: 1200px;
  text-align: center;
  margin: 0px auto;
  background: #ffffff;
  margin-bottom: 10px;
  }
  
  .news-sitemap {
  text-align: left;
  color: #666666;
  font-size: 14px;
  padding: 15px 0px 15px 0;
  margin-left: 0px;
  }
  
  .news-sitemap span a {
  text-decoration: none;
  color: #999999;
  }
  
  .news-sitemap span a:last-child {
  color: #444444;
  }
  
  #news-boxwrap {
  text-align: left;
  min-height: 751px;
  display: flex;
  padding: 0px 20px 20px 0px;
  }
  
  /*内容*/
  .left264 {
  text-align: left;
  background-color: #F5F6F9;
  color: #333333;
  font-size: 16px;
  margin-right: 24px;
  display: inline-block;
  vertical-align: top;
  min-height: 700px;
  width: 230px
  }
  
  
  .left264 .navbar {
  margin: 0;
  padding: 0;
  }
  
  .left264 .navbar li {
  position: relative;
  width: 190px;
  height: 47x;
  line-height: 47px;
  list-style: none;
  }
  
  .left264 .navbar span {
  margin-left: 12px;
  }
  
  .left264 .navbar .sidebar-li:hover {
  background-color: #EDEDF1;
  cursor: pointer;
  }
  
  .left264 .navbar .isActive {
  background-color: #BE956B;
  }
  
  .left264 .navbar .isActive a {
  color: #fff;
  }
  
  /* 内容右侧*/
  .right942 {
  text-align: left;
  width: 942px;
  display: inline-block;
  }
  
  
  .construct-content {
  position: relative;
  background-color: #FFFFFF;
  width: 942px;
  }
  
  #bgheaderImg {
  background: url(../skin/default/images/construct/bg.png);
  }
  
  .breadcrumb {
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
  }
  
  .breadcrumb span a {
  text-decoration: none;
  color: #999999;
  }
  
  .breadcrumb span a:last-child {
  color: #444444;
  }
  
  .construct-title {
  margin-top: 0px;
  }
  
  .construct-title span {
  display: inline-block;
  vertical-align: middle;
  }
  
  .construct-title span:first-child {
  width: 4px;
  height: 18px;
  background-color: #BE956B;
  border-radius: 2px;
  margin-right: 10px;
  }
  
  .construct-title span:last-child {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  }
  
  .dieline {
  margin-top: 20px;
  height: 1px;
  background: #D8D8D8;
  }
  
  .title-item {
  width: 100%;
  position: relative;
  margin-top: 20px;
  }
  .title-item a{
  color:#333333;
  text-decoration: none;
  }
  .title-item .a_block {
  display: inline-block;
  width: 200px;
  height: 150px;
  overflow: hidden;
  }
  .title-item img {
  width: 200px;
  height: 150px;
  /* background-color: aqua; */
  }
  .title-item .imgDiv{
  display: inline-block;
  width: 200px;
  height: 150px;
  overflow: hidden;
  }
  
  .dang {
  display: inline-block;
  background: url(../images/dang.png);
  margin: 20px 10px 0 20px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  }
  
  .title-item-right {
  position: absolute;
  right: 0;
  top: 20px;
  left: 250px;
  overflow: hidden;
  }
  
  .title-item-right a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  }
  
  .title-item-right .title-item-1:hover {
  color:#16907D;
  }
  
  .title-item-1 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  width: 680px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  }
  
  .title-item-2 {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  
  .title-item-right div {
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
  }
  
  .title-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  }
  .txt-table{
  width: 100%;
  border-left-width: 0.5px;
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
  border-right-width: 0.5px;
  border-color: #CBCBCB;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  }
  .txt-table thead tr{
  height: 40px;
  line-height: 40px;
  background-color: #F4F4F4;
  }
  .txt-table thead tr th{
  font-weight: normal;
  }
  .txt-table tbody tr{
  height: 40px;
  line-height: 23px;
  }
  .txt-table tbody tr th{
  font-weight: normal;
  }
  
  .title-list {
  width: 100%;
  /* min-height: 300px; */
  }
  
  .news-title-content {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  }
  
  .title-small {
  margin-top: 18px;
  text-align: center;
  }
  
  .title-small span {
  font-size: 14px;
  color: #666666;
  }
  
  .time, .odder, .number {
  margin-right: 20px;
  }
  
  .font-big, .font-small {
  cursor: pointer;
  }
  
  .font-big:hover, .font-small:hover {
  color: #d40000;
  }
  
  .res-content {
  text-align: left;
  line-height: 2;
  margin-top: 28px;
  margin-bottom: 40px;
  font-size: 14px;
  }
  
  #article-content {
  min-height: 300px;
  }
  
  /* 详情标题 */
  #article-title {
  display: inline-block;
  width: 1145px;
  padding: 15px 10px;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
  background: linear-gradient(90deg, #FFFFFF 0%, #EFEFEF 50%, #FFFFFF 100%);
  line-height: 33px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  }
  
  /* 详情内容 表格居中 */
  #article-content table {
  margin: 0 !important;
  border-collapse: separate;
  border-spacing: 0px 0px;
  width: 100% !important;
  }
  #article-content table td {
  border: 1px solid rgb(204, 204, 204);
  border-image: initial;
  padding: 0px 7px;
  }
  
  /* 详情内容 a标签 */
  #article-content a {
  text-decoration: none;
  color: #2161DC;
  }
  
  #article-content a:hover {
  text-decoration: underline
  }
  
  .l-top {
  float: left;
  margin: 15px 5px 0 0px;
  width: 42px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #16907D;
  color: #ffffff;
  background-color: #16907D;
  border-radius: 2px;
  /*margin-left:30px;*/
  }
  
  .common-header {
  width: 100%;
  /* min-width: 15rem; */
   height: 4.8rem;
   overflow: hidden;
  /*overflow: visible;*/
  position: relative;
  }
.wrap-header{
  overflow: visible !important;
}
  
  .common-header .content-swiper,
  .common-header .swiper-wrapper .swiper-slide
  {
  width: 100%;
  /*min-width: 1200px;*/
  height: 100%;
  }
  
  .common-header img {
 /* width: 100%;*/
  /*min-width: 1200px;*/
   /*height:1080px;*/
  /*height: 100%;*/
  object-fit: cover;
  }
  .swiper-wrapper img {
    width: 100%;
    /* min-width: 1200px; */
   /* height: 1080px;*/
  height: 100%;
}
  .common-header .swiper-button-prev {
  position: absolute;
  left: 1.5rem;
  background: url(../images/home/left-w.png) no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  width: .7rem;
  height: .7rem;
  background-color: rgba(0,0,0,0.2);
  top: 2rem;
  z-index: 2;
  cursor: pointer;
  }
  .common-header .swiper-button-next {
  position: absolute;
  right: 1.5rem;
  background: url(../images/home/right-w.png) no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  width: .7rem;
  height: .7rem;
  background-color: rgba(0,0,0,0.2);
  top: 2rem;
  z-index: 2;
  cursor: pointer;
  }
  
  .l-li-befor {
  width: 4px;
  height: 4px;
  background-color: #16907D;
  border-radius: 50%;
  margin: 22px 5px 0 10px;
  }
  
  /*业务指南样式*/
  .ywzn-nav {
  width: 100%;
  height: 60px;
  background-color: #F5F6F9;
  font-weight: bold;
  font-family: SourceHanSansCN-Regular;
  }
  
  .ywzn-nav-wraper {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  }
  
  .main-content-left{
  width: 200px;
  min-height: 400px;
  background-color: #F5F6F9;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  }
  
  .ywzn-nav-item {
  font-size: 14px;
  padding: 8px 60px 8px 0px;
  color: #333333;
  cursor: pointer;
  }
  
  .ywzn-nav-wraper .active-item a {
  color: #16907D;
  background: none;
  }
  
  .ywzn-nav-item a {
  text-decoration: none;
  color: #333333;
  }
  
  .ca-download-list {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  }
  
  .ca-download-list li {
  position: relative;
  margin-bottom: 10px;
  height: 90px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  width: 460px;
  line-height: 22px;
  margin-right: 8px;
  }
  
  .download-list-center {
  position: absolute;
  left: 15px;
  top: 20px;
  right: 120px;
  }
  
  .download-list-title-art{
  font-weight: normal;
  color: #999999;
  margin-top: 5px;
  }
  
  .download-list-title {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  margin-bottom: 1px;
  }
  
  .download-list-right {
  position: absolute;
  right: 10px;
  top: 25px;
  }
  
  
  .download-list-right-btn2 {
  display: inline-block;
  cursor: pointer;
  width: 104px;
  height: 34px;
  border-radius: 2px;
  border: 1px solid #BE956B;
  }
  .download-list-right-btn2 span:first-child {
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url(../images/download.png) no-repeat;
  vertical-align: middle;
  margin: 0 5px 0 16px;
  }
  .download-list-right-btn2 span:last-child {
  font-size: 14px;
  color: #BE956B;
  line-height: 34px;
  }
  .download-list-right-btn2:hover span:first-child {
  background: url(../images/download11.png) no-repeat;
  }
  .download-list-right-btn2:hover span:last-child {
  color: #fff;
  }
  .download-list-right-btn2:hover {
  background: #BE956B;
  }
  /*搜索框*/
  
  .tab-search {
  float: right;
  margin-top: -30px;
  }
  
  .searchInput {
  outline: none;
  height: 34px;
  width: 224px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  }
  .searchBtn {
  float: right;
  position: relative;
  width: 54px;
  height: 34px;
  background: #16907D;
  border-radius: 0px 1px 1px 0px;
  cursor: pointer;
  }
  .searchBtn-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  }
  
  /* 项目详情报名 */
  .dialog-content-bm {
  width: 546px;
  background-color: #ffffff;
  }
  .close {
  position: relative;
  width: 100%;
  height: 32px;
  }
  .close span {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  display: block;
  background: url(../images/close.png) no-repeat;
  cursor: pointer;
  }
  
  .bm-content {
  padding: 0 48px;
  }
  .bm-content-title {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0,0,0,0.8000);
  }
  
  .bm-content-article {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(153,153,153,0.8000);
  line-height: 19px;
  }
  .bm-item-box {
  margin-top: 13px;
  height: 76px;
  }
  .bm-text {
  font-size: 14px;
  line-height: 18px;
  }
  .must {
  color: rgba(255,19,19,0.8500);
  margin-right: 5px;
  }
  
  .bm-input {
  margin-top: 10px;
  width: 100%;
  height: 34px;
  
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  }
  .error {
  color: red;
  }
  
  /*登录样式*/
  .register_in a,.register_out a {
  text-decoration: none;
  color: #000;
  margin-left: 10px;
  font-size: 14px;
  }
  
  .register_in a:hover {
  color: #BE956B;
  }
  
  /* 会员头像hover */
  .header-avo {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/center/center-avo.png) no-repeat;
  background-size: cover;
  margin: 0 3px 0 30px;
  cursor: pointer;
  vertical-align: middle;
  }
  
  .header-visible-img {
  float: left;
  width: 54px;
  height: 54px;
  background: url(../images/center/vip-visible.png) no-repeat;
  }
  
  .header-avo:hover ~ .vip-ivsible{
  display: block;
  }
  .vip-ivsible:hover {
  display: block;
  }
  .vip-ivsible {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 255px;
  height: 199px;
  background-color: transparent;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.1000);
  z-index: 999;
  }
  .vip-visible-box {
  width: 100%;
  height: 189px;
  margin-top: 10px;
  background: #FFFFFF;
  padding: 0 20px;
  }
  .vip-top {
  width: 100%;
  height: 54px;
  }
  .center-vip {
  position: relative;
  }
  
  .header-visible-name {
  float: left;
  margin-left: 16px;
  margin-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 130px;
  }
  .header-visible-name p:last-child {
  margin-top: 8px;
  }
  .header-visible-name p:last-child a{
  text-decoration: none;
  color: #333;
  margin-right: 10px;
  font-weight: bold;
  font-size: 16px;
  }
  
  .header-visible-name p:first-child {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  }
  
  .user-center,.logOut {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  margin-top: 23px;
  }
  .user-center-active {
/*  color: #16907D;*/
  }
  
  .vip-visible-box > p:hover {
 /* color: #16907D;*/
  }
  .register_out {
  font-size: 14px;
  color: #333333;
  }
  
  
  /* 项目详情右侧图片hover效果 */
  .vab-recommend_box img:hover {
  transition: .5s;
  transform: scale(1.1);
  cursor: pointer;
  }
  
  .title-item img:hover {
  transition: .5s;
  transform: scale(1.1);
  cursor: pointer;
  }
  
  
  .pagger-wrapper {
  position: relative;
  width: 100% !important;
  }
  .pagger-wrapper .flickr {
  position: absolute;
  right: 0;
  top: 0;
  }
  
  /* 右侧工具 */
  #right-tool-id{
    position: fixed;
    right: .125rem;
    bottom: 1rem;
    width: 1rem;
    text-align: center;
    color: #333333;
    font-size: 14px;
    z-index: 99;
  }
  #right-tool-id .tools-div{
  background-color: #FFF;
  width: 1rem;
  /* height: 3rem; */
  box-shadow: 0px .025rem .15rem 0px rgb(0 0 0 / 8%);
  border-radius: .05rem;
  cursor: pointer;
  font-size: .16rem;
  margin-bottom: .125rem;
  }
  #right-tool-id .tools-div .toolsName {
  width: 1rem;
  height: 1rem;
  padding-top: .1875rem;
  position: relative;
  box-sizing: border-box;
  }
  #right-tool-id .tools-div .toolsImg{
  width: .4rem;
  height: .4rem;
  margin: auto;
  background-size: cover;
  }
  #right-tool-id .goback-img-cls {
  box-sizing: border-box;
  font-size: .16rem;
  }
  #right-tool-id .goback-img-cls .toolsImg{
  width: .4rem;
  height: .4rem;
  margin: auto;
  background-size: cover;
  }
  #right-tool-id .tools-div .gongzhonghao{
  background-image: url('../images/home/black-wx1.png');
  }
  #right-tool-id .tools-div .lianxiwomen{
  background-image: url('../images/home/black-ph1.png');
  }
  #right-tool-id .tools-div .shiyunxing{
  background-image: url('../images/home/black-mes.png');
  }
  #right-tool-id .goback-img-cls .huidaodingbu{
  background-image: url('../images/home/white-top-active.png');
  }
  #right-tool-id .toolsName .zhinengkefu{
  background-image: url('../images/home/black-kf.png');
  }
  #right-tool-id .toolsName  .kehuduanxiazai{
  background-image: url('../images/home/black-khd.png');
  }
  #right-tool-id .toolsName .wangzhanlianjie{
  background-image: url('../images/home/black-talk.png');
  }
  #right-tool-id .tools-div .toolsName .officialAccountImg{
  position: absolute;
  top: 0;
  right: 1.0625rem;
  width: 1.9375rem;
  border-radius: .05rem;
  padding-top: .125rem;
  /* height: 1.9375rem; */
  display: none;
  background-color: #134ebe;
  border: .0125rem solid #cccccc;
  box-sizing: border-box;
  }
  #right-tool-id .tools-div .toolsName  .websiteImg{
  position: absolute;
  top: 0;
  right: 1.0625rem;
  width: 2.375rem;
  border-radius: .05rem;
  padding-top: .125rem;
  height: 1.3rem;
  display: none;
  background-color: #134ebe;
  border: .0125rem solid #cccccc;
  box-sizing: border-box;
  }
  #right-tool-id .tools-div .toolsName:hover .officialAccountImg{
  background-color: #fff;
  display: block;
  }
  #right-tool-id .tools-div .toolsName:hover .websiteImg{
  background-color: #fff;
  display: block;
  }
  #right-tool-id .tools-div .toolsName:hover .officialAccountImg .leftAndRight{
  display: inline-block;
  }
  #right-tool-id .tools-div .toolsName .officialAccountImg .leftAndRight{
  color: #000;
  }
  
  #right-tool-id .tools-div .toolsName:hover {
 /* background-color: #BE956B;*/
  /*background-color:#16907D;*/
  color: #fff;
  border-radius: .05rem;
  }
  #right-tool-id .tools-div .toolsName:hover .gongzhonghao{
  background-image: url('../images/home/black-wx-active.png');
  }
  #right-tool-id .tools-div .toolsName:hover .wangzhanlianjie{
  background-image: url('../images/home/black-wzlj-active.png');
  }
  #right-tool-id .tools-div .toolsName:hover .lianxiwomen{
  background-image: url('../images/home/black-ph-active.png');
  }
  #right-tool-id .tools-div .toolsName:hover .shiyunxing{
  background-image: url('../images/home/white-mes.png');
  }
  #right-tool-id .tools-div .toolsName:hover .kehuduanxiazai{
  background-image: url('../images/home/black-khd-active.png');
  }
  #right-tool-id .tools-div .toolsName:hover .zhinengkefu{
  background-image: url('../images/home/black-kf-active.png');
  }
  #right-tool-id .tools-div .toolsName:hover a{
  color: #FFF !important;
  }
  
  #right-tool-id .leftAndRight img {
  width: 1.6625rem;
  height: 2rem;
  }
  #right-tool-id .tools-div .toolsName a{
  color: #333333;
  text-decoration: none;
  display: block;
  }
  #right-tool-id .goback-img-cls{
  background-color: #16907D;
  width: 1rem;
  height: 1rem;
  box-shadow: 0px .025rem .15rem 0px rgb(0 0 0 / 8%);
  border-radius: .05rem;
  padding-top: .1875rem;
  cursor: pointer;
  margin-top: .1875rem;
  color: #fff;
  }
  
  /* 底部 */
  .divInput{
  display: inline-block;
  position: relative;
    width: 200px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .divInput:nth-child(2n) {
    margin-right: 0px;
  }
  
  .divInput .option-li{
  position: absolute;
  bottom: 34px;
  left: 5px;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  border-radius: 2px 2px 0 0;
  display: none;
  z-index: 999;
  }
  .divInput .input-cls:hover .option-li {
  display: block;
  color: red;
  }
  .divInput .input-cls input{
  height: 33px;
  width: 270px;
  line-height: 33px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin-left: 5px;
  color: #fff;
  outline: none;
  border: 1px solid #7676760a;
  cursor: pointer;
  /* text-align: center; */
  text-align: left;
    padding-left: 16px;
    width: 200px;
  }
  .divInput .input-cls img{
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(90deg);
  width: 12px;
  }
  .divInput .option-li ul{
  margin-bottom: 0;
  padding: 0; 
  }
  .divInput .option-li ul li{
  list-style: none;
  height: 32px;
  line-height: 32px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  }
  .divInput .option-li ul li :hover{
  color: #BE956B;
  
  }
  .divInput .option-li ul li a{
  text-decoration: none;
  color: #FFF !important;
  padding-left: 6px;
  }
  
  .qrcode {
    display: flex;
    align-items: center;
  }
  .qrcode img {
    width: 100px;
    height: 99px;
  }
  .qrcode>img {
    /*margin-right: 15px;*/
   margin-left:20px;
  }
  .footer-btm {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* 暂无数据 */
  .list-nosearch {
  width: 250px;
  height: 186px;
  background: url(../images/noData.png) no-repeat;
  margin: 0 auto;
  margin-top: 50px;
  }
  
  
  /* 头部导航内容hover调整 */
  .djlz-visible-box .nav-text-left {
  width: 1.875rem;
  margin: 0 .25rem 0 5rem;
  }
  .djlz-visible-box .nav-text-left-line {
  margin-right: .25rem;
  }
  .djlz-visible-box .nav-text-left-right {
  width: 6.25rem;
  }
  
  .zjljs-visible-box .nav-text-left {
  margin: 0 .25rem 0 2.5rem;
  width: 5rem;
  }
  .zjljs-visible-box .nav-text-left-line {
  margin-right: .25rem;
  }
  .zjljs-visible-box .nav-text-left-right {
  width: 6.25rem;
  }
  
  .ywzn-visible-box .nav-text-left {
  margin: 0 0 0 4.375rem;
  width: 1.125rem;
  }
  .ywzn-visible-box .nav-text-left-line {
  margin-right: .25rem;
  }
  .ywzn-visible-box .nav-text-left-right {
  width: 6.25rem;
  }
  
  
  .construct-breadcrumb .crumb-current {
  color: #333333;
  }
  
  .table-content {
  margin-top: 10px;
  }
  
  .table-content table {
  height: 40px;
  width: 100%;
  background: #F5F6F9;
  }
  
  .table-content table tr, .table-content table tr th {
  height: 40px;
  background: #F5F6F9;
  }
  
  
  /* 右侧列表 */
  .con_list {
  width: 100%;
  }
  
  .con_list > li {
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 1px dashed #DDDDDD;
  padding-right: 10px;
  padding-left: 12px;
  }
  .con_list > li > div {
  float: left;
  line-height: 48px;
  }
  
  /* .con_list > li::before {  个别用到的就复制到自己的样式文件
  position: absolute;
  left: 3px;
  top: 22px;
  content: '';
  width: 4px;
  height: 4px;
  background: #BE956B;
  border-radius: 2px;
  } */
  
  .con_list > li:hover {
  border: 1px solid #16907D;
  box-sizing: border-box;
  }
  
  .con_list > li:hover .list-bold {
  font-weight: bold;
  }
  
  .con_list > li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:75px;
  }
  
  .con_list .list-title-box {
  width: 84%;
  }
  
  .con_list .list-title-box div {
  float: left;
  }
  
  .con_list .list-top {
  width: 40px;
  height: 20px;
  background: #BE956B;
  border-radius: 2px;
  font-size: 12px;
  font-family: SourceHanSansCN-Regular;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  margin-top: 15px;
  }
  
  .con_list .list-title {
  width: 80%;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  
  .con_list .list-index {
  margin-left: -10px;
  height: 48px;
  width: 4%;
  }
  
  .con_list .list-type {
  width: 16%;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  
  .con_list .list-time {
  width: 10%;
  height: 48px;
  }
  
  
  /* 左侧菜单样式 */
  
  .height-content {
  min-height: 600px;
  }
  
  .left-menu-title {
  width: 200px;
  height: 52px;
  background: #DADADA;
  font-size: 16px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  line-height: 52px;
  padding-left: 42px;
  }
  
  
  .menu {
   width: 100%;
   background: #FFF;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
  background: #F5F6F9;
  }
  
  .menu .link {
  cursor: pointer;
  display: block;
  padding: 17px 15px 17px 42px;
  font-size: 14px;
  color: #333;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN-Regular;
  line-height: 19px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  /* -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; */
  }
  
  .menu li {
  width: 199px;
  background: #F5F6F9;
  }
  
  .menu li i {
  position: absolute;
  top: 16px;
  right: 23px;
  width: 9px;
  height: 10px;
  margin-top: 6px;
  font-size: 18px;
  color: #333;
  /* -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; */
  }
  
  .jt-down {
  background: url(../images/flfg/jt-down.png) no-repeat;
  background-size: cover;
  }
  .jt-top {
  background: url(../images/flfg/jt-top.png) no-repeat;
  background-size: cover;
  }
  
  .menu li.open .link {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  text-decoration: none;
  }
  
  .menu li.open i.jt-up {
  color: #b63b4d;
  }
  
  
  /* 二级 */
  .submenu {
   display: none;
   font-size: 14px;
  background: #EDEDF1;
  }
  
  .submenu li {
  position: relative;
  width: 199px;
  height: 52px;
 /* padding-left: 48px;
  padding-right: 5px;*/
  line-height: 52px;
  cursor: pointer;
  color: #5C5C5C;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
 text-align:center;
  
  }
  .submenu a {
    text-decoration: none;
  }
  
  .menu > li:not(.submenu-active):hover {
  background-color: #EDEDF1;
  }
  
  .submenu li:not(.submenu-active):hover {
  background-color: #EDEDF1;
  }
  
  
  .menu .submenu-active {
  color: #fff !important;
 background-color: #16907D;
 /*text-align: center;*/
 
  }
  .menu li a{
  text-decoration: none;
  color: #333333;
  width:100%;
  height:100%;
  display:block;
  text-algin:center !important; 

  }
  .menu .submenu-active a{
  color: #fff !important;
  }
  .menu .submenu-active a div{
  color: #fff;
  }
  .content {
  font-size: 0;
  }
  
  /* 右侧部分 */
  .main-content-right{
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
    width: 978px;
    min-height: 600px;
    font-size: 14px;
  }
  .main-content-right .content-title {
   font-weight: bold;
   font-size: 16px;
   color: #333333;
  }
  .main-content-right .content-title span:first-child{
    display: inline-block;
    width: 3px;
    height: 16px;
    background:#16907D;
    border-radius:0px 100px 100px 0px;
    margin-right: 5px;
    vertical-align: text-bottom;
  }
  .main-content-right .content-title span:last-child{
    display: inline-block;
  }
  
  
  /* 搜索框 */
  .header-right {
    position: absolute;
    right: 0px;
    top: .18rem;
    background-color: #F7F7F7;
    border-radius: 50px;
    height: 36px;
    display: flex;
  }
  .header-right input {
    width: 180px;
    height: 36px;
    padding: 0 30px 0 10px;
    color: #555;
    border-radius: 50px;
    border: none;
    background: #F7F7F7;
    outline: none;
  }
  .header-right .search-btn {
    display: inline-block;
    position: absolute;
    right: 5px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    width: 20px;
  }
  .header-right .search-btn img {
    filter: opacity(0.6) drop-shadow(0 0 0 #333); 
  }
  
  .header-right img {
  width: 15px;
  height: 15px;
  margin-top: 10px;
  }
  
  
  #selectAll {
  float: left;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-right: -2px;
  cursor: pointer;
  border-radius: 3px;
  /* border: 1px solid #999999; */
  border-right: none;
  color: #333333;
  z-index:999;
  }
  
  #selectAll i {
  display: inline-block;
  width: 12px;
  height: 11px;
  }
  #selectAll span{
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  overflow: hidden;
  width: 70px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  #selectAll-visibal {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 9999;
  }
  
  .yyui_menu1 {
  display: inline-block;
  width: 160px;
  font-size: 16px;
  color: #333333;
  box-shadow: 0 4px 8px #dadada;
  background-color: #FFFFFF;
  }
  
  .yyui_menu1 li {
  float: left;
  position: relative;
  width: 160px;
  }
  
  .yyui_menu1 li a {
  display: block;
  line-height: 35px;
  text-decoration: none;
  padding: 0px 5px;
  width: 100%;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  }
  
  .yyui_menu1 li:hover {
  background: #f2f2f2;
  }
  
  .yyui_menu1 li:hover > ul {
  display: block;
  }
  
  .yyui_menu1 li a.more:after {
  content: " »";
  }
  
  /* 二级菜单 */
  .yyui_menu1 > li > ul {
  position: absolute;
  top: 0;
  float: left;
  width: 160px;
  display: none;
  background-color: #FFFfff;
  z-index: 9999;
  margin-left: 140px;
  box-shadow: 0 4px 8px #dadada;
  }
  
  /* 二级菜单 */
  .yyui_menu1 > li > ul > li > ul {
  position: absolute;
  top: 0;
  float: left;
  width: 160px;
  display: none;
  background-color: #FFFfff;
  z-index: 9999;
  margin-left: 140px;
  box-shadow: 0 4px 8px #dadada;
  }
  
  /* 下拉项样式 */

  
  .vab-nav_item .visible-box {
    position: absolute;
    top: 100%;
    height: initial;
    left:35px;
  }
  
  .dropdown {
    /*width: 150px;*/
    /*display: flex;
    flex-direction: column;*/
    display:flex;
    justify-items: center;
    /*justify-content: space-between;*/
    padding: .2rem;
    box-sizing:border-box;
   box-shadow: 0 5px 5px #000;
   width:16.9rem;
}
  .dropdown ul{
   margin-right:30px;
}
  
  .dropdown ul li a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
    text-decoration: none;
    color: #555 !important;
   
  }
  
  .dropdown ul li {
    height: 48px;
   /* line-height: 48px;*/
    /*text-align: center;*/
    background-color: #fff;
    color: #000;
    
    padding-left:.1rem;
  }
.dropdown ul:nth-of-type(4) > li{
    /*height: auto;*/
}
.dropdown ul:nth-of-type(4) > li a{
   white-space:normal;
}

  
  .dropdown ul li:not(:first-child):hover a{
   /* color: #16907D;*/
   /*color:#AB8465 !important;*/
  
  }
  
  .dropdown ul li.active,
  .dropdown ul li:hover {
   /*background: #01816D;*/
 /*  background-color:#EEE3DA;*/
  }

/*.dropdown ul li a:hover{
   color:#01816D !important;
  }*/

  
  
  