.header_box{
	overflow:hidden;
	background: #ffffff;
}
.logoBar{
    display: flex;
    align-items: center;
    height: 80px;
}

.logoBar img{
	display: block;
    max-width: 220px;
    max-height:50px;
}

.logoBar span{
    display: block;
    float: left;
    width: 1px;
    height: 24px;
    background: #DDDDDD;
    margin: 0 15px;
}

.logoBar p{
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 0;
    letter-spacing: 2px;
}

.navBar{
	overflow: hidden;
    padding: 0 0 0 40px;
    margin: 0;
}

.navBar li{
	float: left;
    padding: 0 30px 0 0;
}

.navBar li a{
   	display: block;	
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 84px;
    height: 80px;
}

.navBar li.active a,
.navBar li a:hover{
    color: #c39d7e;
    border-bottom: 4px solid #c39d7e;
}
.loginBar{
	padding: 26px 0 0;
    font-size: 0;
}

.loginBar a{
	display: inline-block;
    border: 1px solid #c39d7e;
    outline: none;
    min-width: 64px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #c39d7e;
    cursor: pointer;
    text-decoration: none;
    padding: 0 18px;
}

.loginBar .active,
.loginBar a:hover{
    border: 1px solid #c39d7e;
    background: #c39d7e;
    color: #fff;
}

/* banner */
.carousel-indicators{
	margin-bottom: 0;
	position: absolute;
}

.carousel-indicators li{
	width: 40px;
	height: 4px;
	background: rgba(255,255,255,.5);
	border: none;
	border-radius: 0;
	margin: 0;
}

.carousel-inner .item{
	width: 100%;
	height: 400px;
}

.carousel-indicators .active{
	width: 40px;
	height: 4px;
	background: #ffffff;
	border: none;
}
.index_title{
    padding: 40px 0 23px;
    text-align: center;
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}
.index_main_box{
    padding: 0 0 47px;
}
.index_main_box .container{
	overflow:hidden;
}
.index_main_boxL{
	width:810px;
	float:left;
	overflow: hidden;
	position: relative;
}
.index_main_boxR{
	width:310px;
	float:right;
	margin-left: 10px;
}
.index_main_boxR_a{
	width:310px;
	float:right;
	margin-left: 10px;
}
.index_title{
	padding:30px 0 10px;
	border-bottom:1px solid #c39d7e;
	overflow:hidden;
}
.index_title span{
	display:block;
	color:#333333;
	font-size:22px;
	line-height:30px;
	font-weight:600;
	float:left;
}
.index_title img{
	display:block;
	float:left;
	margin:4px 0 0 10px;
}
.index_title a{
	display:block;
	float:right;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:30px;
}
/* 招标公告 */
.index_mian1_lists{
	width:230px;
	min-height: 240px;
	float:left;
}
.index_mian1_lists li{
	width:230px;
	height:100px;
	margin: 20px 0 0;
    cursor: pointer;
    position: relative;
}
.index_mian1_lists li:nth-of-type(3n-2){
	background: url(../img/index_tender_img1.png) no-repeat;
}
.index_mian1_lists li:nth-of-type(3n-1){
	background: url(../img/index_tender_img2.png) no-repeat;
}
.index_mian1_lists li:nth-of-type(3n){
	background: url(../img/index_tender_img3.png) no-repeat;
}
.index_mian1_lists li div{
    position: absolute;
	width:230px;
	height:100px;
	color:#FFFFFF;
	font-size: 18px;
	display:flex;
    justify-content: center;
	align-items: center;
	top:0;
	left:0;
    padding: 0 12px;
}
.index_mian1_lists li.active div{
	background:rgba(37,185,221,.6);
}
.index_mian1_t{
	display: none;
	width:calc(100% - 260px);
	float:right;
}
.index_mian1_t.active{
	display: block;
}
.index_mian1_t ul{
	overflow:hidden;
}
.index_mian1_t li{
    margin: 20px 0 0;
    height: 24px;
    cursor: pointer;
}
.index_mian1_t span{
	display:block;
}
.index_mian1_t span.state {
	float:left;
	width:80px;
	line-height:24px;
	text-align:center;
	font-size:12px;
}
.index_mian1_t span.state1{
    background: rgba(193,154,122,.8);
    color: #fff;
}
.index_mian1_t span.state2{
	background:rgba(193,154,122, .3);
	color:#666666;
}
.index_mian1_t a{
	width:310px;
	float:left;
	padding:0 24px;
}

.index_mian1_t a h3{
	width:390px;
	line-height:24px;
	margin:0;
	color:#333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:14px;
}
.index_mian1_t span.summary_span{
	float:right;
	line-height:24px;
	font-size:14px;
	color:#999999;
}
.index_mian1_t li:hover h3{
	color:#c39d7e;
}

/* 平台动态、通知公告、资料下载 */
.index_dynamic_item{
	height:240px;
	overflow: hidden;
	padding:14px 0 0;
	margin:0;
}
.index_dynamic_item li{
	margin: 0 0 20px;
	height: 20px;
    line-height: 20px;
}

.index_dynamic_item li>a,
.index_dynamic_item li>p{
    display: block;
    color: #333333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index_dynamic_item span {
    width: 3px;
    height: 20px;
    float: left;
    background:#c39d7e;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

/* 中标公示 */
.index_result_items{
	padding:20px 0 0;
	overflow:hidden;
}
.index_result_title{
	float:left;
	width:130px;
	height:140px;
	background: -ms-linear-gradient(top,#c19a7a,#e0c6b1);
	background:-moz-linear-gradient(top,#c19a7a,#e0c6b1);
	background: -webkit-linear-gradient(top, #c19a7a, #e0c6b1);
	background: -o-linear-gradient(top, #c19a7a, #e0c6b1);
	display:flex;
    justify-content: center;
	align-items: center;
	color:#FFFFFF;
	font-size:16px;
}
.index_result_items div{
	width:230px;
	height:140px;
	float:left;
	display:block;
	margin:0 0 0 10px;
}
.index_result_items:nth-of-type(3n-2) div{
	background: url(../img/index_result_img1.png) no-repeat;
}
.index_result_items:nth-of-type(3n-1) div{
	background: url(../img/index_result_img2.png) no-repeat;
}
.index_result_items:nth-of-type(3n) div{
	background: url(../img/index_result_img3.png) no-repeat;
}
.index_result_items ul{
    width: 438px;
    height:140px;
	float:left;
	padding:0 0 0 20px;
}
.index_result_items li{
	overflow:hidden;
	padding:0 0 20px;
}
.index_result_items li:last-child{
	padding:0;
}
.index_result_items span:nth-of-type(1){
	display:block;
	float:left;
	width:6px;
	height:6px;
	background:#c19a7a;
	margin:7px 0 0;
}
.index_result_items li a{
    width: 330px;
    float: left;
    padding: 0 8px;
}
.index_result_items li h3{
	width:370px;
	line-height:20px;
	margin:0;
	color:#333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:14px;
	cursor: pointer;
}
.index_result_items span:nth-of-type(2){
	float:right;
	line-height:20px;
	font-size:14px;
	color:#999999;
}
/* 新闻资讯、政策法规、行业动态 */
.index_other_box{
	display:flex;
	width:330px;
	height:110px;
	margin: 15px 0 0;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	line-height:20px;
	font-size:18px;
	color:#ffffff;
}
.index_other_box1{
	margin: 30px 0 0;
	background: url(../images/2021_16.png) no-repeat;
}
.index_other_box2{
	background: url(../images/2021_23.png) no-repeat;
}
.index_other_box3{
	background: url(../images/2021_25.png) no-repeat;
}
.index_other_box:hover{
	color:#ffffff;
}
.index_service_box {
	padding: 30px 0;
	background: #f5f5f5
}
.tender_detail_title{
    background: url(../img/tender_detail_title.png) no-repeat;
    background-size: 100% 100%;
}
/* 公用footer */
.footerBar{
    background: #c9a588;
    background-size: 100% 100%;
}
.footer_item dd, .footer_item dd a, .footer_item dt, .footer_item p, .seller_fb, .seller_fb a {
	color: #fff!important;
}
.seller_fb {
	background: #866d59;
}
.seller_fh {
	border-bottom: none!important;
}
.index_math_show {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 20px;
}
.index_math_show_item {
	width: 20%;
	display: flex;
	align-items: center;
}
.index_math_show_item_img {
	margin-left: 50px;
	margin-right: 10px;
	width: 60px;
	height: 60px;
}
.index_math_show_item_font {
	width: 100%;
}
.index_math_show_item_font_math {
	margin-bottom: -3px;
	font-size: 12px;
	color: #6d6d6d;
	font-weight: bold;
}
.index_math_show_item_font_maths {
	font-size: 24px;
	color: #c09979;
	font-weight: normal;
	display: inline-block;
	width: 100%;
}
.index_math_show_item_font_maths span{
	font-size: 16px;
}
.index_math_show_item_font_title {
	font-size: 14px;
	font-weight: bold;
	color: #525252;
}
.index_askme {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;

}
.index_askme_item {
	width: 48%;
	position: relative;
}
.index_askme_bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.index_askme_bottom_img {
	margin-right: 20px;
}
.index_askme_bottom_font1 {
	font-size: 14px;
	color: #000;
	text-indent: 2em;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}
.index_askme_bottom_font2, .index_askme_bottom_font3 {
	color: #fff;
	width: 150px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: -ms-linear-gradient(top,#e2c9b6,#c09979);
	background:-moz-linear-gradient(top,#e2c9b6,#c09979);
	background: -webkit-linear-gradient(top, #e2c9b6, #c09979);
	background: -o-linear-gradient(top, #e2c9b6, #c09979);
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.index_askme_bottom_font3 {
	right: 160px;
}
/* 右侧浮窗 */
.supernatant{
	/*display:none;*/
	position: fixed;
	right: 30px;
	bottom: 300px;
	z-index: 999;
}
.supernatant ul{

}
.supernatant ul li{
	margin-bottom: 8px;
}
.supernatant ul .kefu:hover .supernatant ul li .K_icon{
	display: none;
}

.supernatant ul .kefu:hover .supernatant ul li .K_txt{
	display: block;
}

.supernatant ul .kefu:hover .supernatant ul li div.K_more{
	display: block;
}

.supernatant ul li div:nth-of-type(1) img{
	display: inline-block;
	padding: 8px;
}

.supernatant ul li div:nth-of-type(1){
	width: 42px;
	height: 42px;
	background: #c39d7e;
	cursor: pointer;
}

.supernatant ul li div:nth-of-type(2){
	width: 42px;
	height: 42px;
	background: #c39d7e;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
}

.supernatant ul li div:nth-of-type(3){
	position: absolute;
	width: 170px;
	border: 1px solid #c39d7e;
	right: 60px;
	top: 0px;
	background: #fff;
	padding: 10px;
}

.supernatant ul li .K_more p{
	font-size: 12px;
	color: #999999;
	margin: 0;
}

.supernatant ul li .K_more span{
	font-size: 12px;
	color: #323232;
	display: block;
	line-height: 20px;
	padding-left: 15px;
}

.supernatant ul li .S_more img{
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}

.supernatant ul li .S_more p{
	font-size: 12px;
	color: #323232;
	text-align: center;
	margin-top: 13px;
}

.supernatant ul li .r_t{

}
/******************************************************************二级页面列数据自适应*************************************************************/
.zjt_jzz_now {
	display: inline-block;
	width: 64px;
	height: 28px;
	background: rgba(235, 29, 36, .1);
	font-size: 14px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 28px;
	color: #EB1D24;
}
.zjt_jzz_stop {
	background: rgba(116,125,161,0.2);
	color: #747DA1;
}
.theader .zjt_zbgg_status, .tbody .zjt_zbgg_status{
	width: 64px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_zbmc, .tbody .zjt_zbgg_zbmc{
	width: 241px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_gsrq, .tbody .zjt_zbgg_gsrq{
	width: 125px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_zbmcs, .tbody .zjt_zbgg_zbmcs{
	width: 241px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}
.theader .zjt_zbgg_zbmcss, .tbody .zjt_zbgg_zbmcss{
	width: 263px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}
.theader .zjt_zbgg_zbmcsss, .tbody .zjt_zbgg_zbmcsss{
	width: 263px;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}
.theader .zjt_zbgg_zbdw{
	width: 300px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.width_im{
	width: 45%  !important;
}
.width_im_35{
	width: 35%  !important;
}
.width_im_34{
	width: 34%  !important;
}
.width_im_30{
	width: 30%  !important;
}
.tbody .zjt_zbgg_zbdw{
	width: 300px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.theader .zjt_zbgg_zbdws, .tbody .zjt_zbgg_zbdws{
	width: 250px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_xmmc, .tbody .zjt_zbgg_xmmc{
	width: 112px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_fbrq, .tbody .zjt_zbgg_fbrq{
	width: 143px!important;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.theader .zjt_zbgg_jzsj, .tbody .zjt_zbgg_jzsj{
	width: 143px;
	margin-right: 42px!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}
.theader, .tbody li {
	justify-content: normal!important;
	align-items: center;
}
.theader {
	display: -webkit-box!important;
	min-width: 1132px;
	width: max-content;
}
.tbody {
	min-width: 1132px;
	width: max-content;
}
.scroll_box {
	overflow-x: auto;
}

.zjt_zbgs .theader .zjt_zbgs_zbmc, .zjt_zbgs .tbody .zjt_zbgs_zbmc {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 500px!important;
	margin-right: 64px!important;
}
.zjt_zbgs .theader .zjt_zbgs_zbdw, .zjt_zbgs .tbody .zjt_zbgs_zbdw {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 338px!important;
	margin-right: 64px!important;
}
.zjt_zbgs .theader .zjt_zbgs_fbsj, .zjt_zbgs .tbody .zjt_zbgs_fbsj {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 150px!important;
}
/* Y轴滚动条隐藏 */
.gdt_hide::-webkit-scrollbar {
	width: 0; /* 纵向滚动条*/
}
/******************************************************************二级页面列数据自适应*************************************************************/
/*20221121模板样式优化 招标文件 招标公告 中标公示 招标结果*/
.tbody_item_btn{
	margin-right: 47px!important;
}
.tbody_item_btn{
	background-color: #dcdee1!important;
	box-shadow:  0 0 4px rgb(152 154 154 / 77%);
	color: #a39b9b!important;
	width: 110px!important;
	height: 28px!important;
	line-height: 28px!important;
}
.tbody_item_btn1{
	border: 1px solid #268DFF!important;
	color: #ffffff!important;
	background: #268dff!important;
	background-color: rgb(38 141 255)!important;
	box-shadow: 0 0 4px rgb(0 91 148 / 77%);
	cursor: pointer;
}
.outbid_title{
	width: 810px;
	float: left;
}
.left_right_div{
	width: 100%;
	float: left;
}