
body {
 

}

.tab-wrapper {
  margin: 0px auto 0px;
  width: 100%;

}
.tab-wrapper {  display: flex; justify-content: space-around;}
.tab-menu { background: none; width:250px; float:left; }
.tab-menu { margin:0px; padding:0px; margin-top:0px; margin-bottom: 40px; text-align: center;}
.tab-menu li {
  position:relative; font-family:mb;   
  background-color: #fff;  width: 90%;
  color:#1452a3; font-weight: 700;
  display: block; border-radius:0px; overflow:hidden;
  padding: 18px 0% 18px 10%; float:; margin-left:0px; margin-right: 0px; display:block;
  opacity: 1;
  cursor:pointer; font-size:16px;
  z-index:0; display: inline-block; margin-bottom: 7px; text-align: left;  border-radius: 15px;
  transition: background 0.35s ease, color 0.35s ease;
}


.tab-menu li:hover {
  color:#fff; background: linear-gradient(to right, #1452a3, #07a8a3);
}

.tab-menu li.active {
  color:#fff;
  opacity: 1;     background: linear-gradient(to right, #1452a3, #07a8a3);
   
}

.tab-menu li.active:hover {
  color:#fff;
}

.tab-content {width:calc(100% - 320px); position:relative; min-height:470px;}
.tab-content>div {
  background-color: ;
  box-sizing:border-box;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.tab-content>div.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.tab-content>div table { margin:0px !important0px;}

.line {
  position:absolute;
  width: 0;
  height: 0px;
  background-color:#2d2d2d;
  bottom: 0;
  left: 0;
}


/*houjia s*/
.ny_prodaz { width:100%; background:#fff; padding:1% 0px 5%; margin-top:20px; clear:both; overflow:visible;}
.ny_pro_da_zi { width:100%; padding:0 0px; margin:30px 0px !important;}
.ny_pro_da_zi table{ width:100%; border:1px solid #000;}
.ny_pro_da_zi table tr td { padding:5px 20px; line-height:40px; border:0px solid #999; font-size:15px;}
.ny_pro_da_zi table tr td:nth-child(1){ font-weight:900;}
.ny_pro_da_zi table tr:nth-child(2n+1) { background:#f4f4f4;}
.ny_pro_da_zi p { margin:0px; padding:0px;}


.ny_pro_da_zib { width:100%; padding:0 0px; margin:30px 0px !important;}
.ny_pro_da_zib_wenti { width:90%; padding:3.5% 5%;  border:1px solid #000;}
.wenti { width:100%; margin-bottom:15px;}
.wenti_li { line-height:25px; font-size:14px; display:flex;}
.wenti_li p { display:inline-block; padding:0px; margin:0px;}
.wenti .wenti_li:nth-child(1) { color:#2d2d2d; font-weight:900; font-family:mb;} 
.wenti .wenti_li:nth-child(2){ font-family:ml;}
.ny_pro_da1 { width:100%; padding:0 0px; margin:30px 0px !important;}
.ny_pro_da1 h3 { 

 position:relative; font-family:mb;
  background-color: #c0a28b;
  color:#fff;
  display: inline-block; border-radius:5px; overflow:hidden;
  padding: 14px 40px;
  opacity: 1;
  cursor:pointer; font-size:16px;
  z-index:0;}

.ny_pro_da1_con {width:92%; padding:4%;  border:1px solid #000; line-height:30px; font-size:15px;}
.ny_pro_da1_con p { padding:0px; margin:0px;}
/*houjia e*/





