/**!
 * 湖北省建筑市场监管与诚信一体化工作平台-企业详情页
 * date:2020-09-11
 * author: yx;
 */
 .main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1920px;
    overflow-x: hidden;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

a {
    
}

/* 头部 */
.header {
    height: 250px;
    background: url("../image/img_hd.png") no-repeat;
}

.header-hd {
    height: 198px;
    background: url("../image/img_logo.png") 350px 55px no-repeat;
}
.header-tt {
    margin: 63px 0 0 85px;
}

.header-wd {
    color: #fff;
    font-size: 35px;
    font-family: "SourceHanSansCN-Bold";
}

.header-website {
    color: #fff;
    font-size: 16px;
}

/* 搜索框 */
.search-box {
    width: 305px;
    height: 38px;
    margin-top: 80px;
}

#type_chosen {
    width: 67px !important;
}

.chosen-container-single .chosen-drop {
    border-radius: 0 !important;
}

.chosen-container-single .chosen-single {
    height: 38px !important;
    line-height: 38px !important;
    border-right: 1px solid transparent !important;
}

.chosen-drop {
    height: 96px !important;
}

.chosen-container .chosen-drop {
    padding: 0 !important;
    top: 32px !important;
}

/* 输入框 */
.input-box {
    position: relative;
}

.input-box input {
    height: 38px;
    line-height: 38px;
    width: 190px;
    text-indent: 10px;
    font-size: 15px;
    color: #dad9d7;
}

.input-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 1px;
    height: 18px;
    background-color: #dad9d7;
}

.ico-box {
    width: 48px;
    height: 38px;
    background: url("../image/ico_search.png") center no-repeat #ff9425;
    
}

.ico-box:hover {
    background-color: #ffc100;
}

/* 头部导航 */
.nav-box {
    background-color: #0000000f;
}

.nav-li {
    float: left;
    width: 16.66%;
}

.nav-li a {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    
}

.nav-li.active a {
    font-family: "SourceHanSansCN-Bold";
    background-color: #a20612;
}

/* 内容 */
.middle {
    background: url("../image/bg_middle.png") center no-repeat;
}

/* 当前位置 */
.location {
    height: 60px;
    line-height: 60px;
    text-indent: 24px;
    font-size: 15px;
    background: url("../image/img_local.png") left center no-repeat;
}

.location span {
    color: #ff6600;
}

/* 表单 */
.table {
    border: 1px solid #eee;
}

.table-hd {
    height: 45px;
    line-height: 45px;
    background:url("../image/img_tip.png") 14px center no-repeat #fff5e6;
    text-indent: 45px;
    color: #f10706;
    font-size: 15px;
}

.table-cont {
    padding: 15px;
}

#table {
    width: 100%;
    border-collapse: collapse;
}

.thead-tr,
.thead-tr1 {
    background-color: #f8f1f1;
}

.thead-tr th {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #bd1a2d;
    font-family: "SourceHanSansCN-Bold";
    text-align: center;
}

.thead-tr1 th {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #bd1a2d;
    text-align: center;
}

.tbody-tr td {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.tbody-l {
    text-align: right;
    color: #666;
}

.tbody-r {
    text-align: left;
    text-indent: 15px;
}

/* tab */
.tab-head {
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 2px solid #bf192c;
}

.tab-link {
    display: inline-block;
    color: #333;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 18px;
    font-family: "SourceHanSansCN-Bold";
}

.active.tab-link {
    color: #fff;
    background-color: #bf192c;
}

.table-tt {
    text-align: center;
    color: #bd1a2d;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-family: "SourceHanSansCN-Bold";
}

.double {
    background-color: #f6f6f6;
}

.tbody-tr1 td {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
}

.tbody-tr1 td p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbody-tr1:hover {
    
    background-color: #fff7ec;
}

.search-ico {
	width:75px; 
	height:45px;
    /* height: 100%; */
    background: url("../image/icon_search.png") center  no-repeat;
}

.search-ico:hover {
    background: url("../image/icon_search_hover.png") center  no-repeat;
}

.details-ico {
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    width: 45px;
    background-color: #f10706;
    text-align: center;
    border-radius: 5px;
}

.details-ico a {
    display: block;
    color: #fff;
}

#table3,
#table4 {
    margin-top: 10px;
}

/* 底部 */
.footer {
    margin-top: 30px;
    height: 125px;
    color: #dad9d7;
}

.footer-top {
    text-align: center;
    padding-top: 28px;
}

.footer-top p {
    height: 34px;
    line-height: 75px;
    font-size: 15px;
}

.footer-link {
    text-align: center;
}

.footer-link a {
    height: 34px;
    line-height: 34px;
    color: #dad9d7;
    font-size: 15px;
}