﻿
:root{
	--main-width: 1200px;
	--border-main-color:#ccc;
	--bk-color: #fff;
	--select-bk-color:#fff;
	--primary-color: #4691f7;
	--link-color: #e93030;
}
.black{
	--font-main-color:#ccc;
	--font-more-color:#999;
	--bk-main-color:#17161D;
	--select-bk-color:#2e2d39;
	/* #29282e */
	--bk-title-color:#2e2d39;
	--bkgrid-title-color:#25242F;
	--border-main-color:#3C3B41;
	--bk-scroll-bar: #3A3949;
	--link-color: #4691f7;
	--primary-color: #4691f7;
	background: #000;
}
@media (max-width: 1400px){
	:root{
		--main-width: 1000px;
	}
}
*
{
margin: 0;
padding: 0;
list-style: none;
}
::-webkit-scrollbar-track-piece{
    background-color: #FFF;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb{
    height: 30px;
    background-color: #DDD;
    -webkit-border-radius: 5px;
    outline: 2px solid #FFF;
    outline-offset: -2px;
    border: 2px solid #FFF;
}
::-webkit-scrollbar-thumb:hover{
    height: 30px;
    background-color: #BBB;
    -webkit-border-radius: 5px;
}

body
	{
    font-size: 12px;
    text-align: center;
    min-height: 100%;
	}

a
	{
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	cursor: pointer;
	}


body/*文档主体、输入、选择、按钮、文本区域*/
	{
	/*font:14px '宋体';*/
	/* font:14px "SimSun","宋体"; */
	font: 14px 'Microsoft YaHei', '微软雅黑', 'Arial', 'SimSun', '宋体';
	}
input, select, button, textarea
{
	font:12px "SimSun","宋体";
}
.top-nav 
{
	font-family: "Microsoft YaHei","微软雅黑","Arial","SimSun","宋体";	
	width: var(--main-width);
}

body
	{
	min-height: 1000px;
    
}
select{
    border-color:#ccc;
}
    
#tdx_content
	{
	/* float: left; */
	width: var(--main-width);
	}



.clearfix /*触发ie的hasLayout属性，清除浮动、清除margin的重叠等*/
	{
	*zoom:1;
	}

.clearfix:after
	{
	visibility:hidden; 
	display:block; 
	content:''; 
	clear:both; 
	height:0; 
	font-size:0;
	}

.fr /*向左滚动*/
	{
	float: right;
	}

.fl /*向右滚动*/
	{
	float: left;
	}


.box-panel
	{
    border: 1px solid #DCE5F4;
	margin-top: 3px;
	}

.tdx_loc
	{
	display:none !important;
	}


/*幻灯片样式集1*/
.slide-box/*幻灯片盒子溢出隐藏和相对位置*/
	{
	overflow:hidden; 
	position:relative; 
	}

.slide-box .hd/*幻灯片切换标题*/
	{
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	right:5px; 
	bottom:5px; 
	z-index:1; 
	}

.slide-box .hd ul/*幻灯片切换列表*/
	{
	overflow:hidden;
	zoom:1;
	float:left;  
	}

.slide-box .hd ul li/*幻灯片切换项目*/
	{
	float:left; 
	margin-right:2px;
	width:15px; 
	height:15px; 
	line-height:14px; 
	text-align:center;
	background:#fff; 
	cursor:pointer;
	}

.slide-box .hd ul li.on/*幻灯片切换聚焦*/
	{
	background:#e93030;
	color:#fff; 
	}


.slide-box .bd/*幻灯片背景*/
	{
	position:relative; 
	height:100%; 
	z-index:0; 
	}

.slide-box .bd li/*幻灯片的对齐方式*/
	{
	zoom:1;
	vertical-align:middle; 
	position: relative;
	}

.slide-box .bd img/*幻灯片显示为级块元素*/
	{
	display:block;
	}


/* 幻灯片前后切换按钮集1*/
.slide-box .prev,.slide-box .next
	{
	position:absolute;
	left:3%; top:50%;
	margin-top:-25px; 
	display:block; 
	width:32px;
	height:40px; 
	background:url(../images/slide/slider-arrow.png) -110px 5px no-repeat; 
	filter:alpha(opacity=50);
	opacity:0.5;   
	}
	
.slide-box .next
	{
	left:auto; 
	right:3%; 
	background-position:8px 5px;
	}

.slide-box .prev:hover,.slide-box .next:hover
	{
	filter:alpha(opacity=100);
	opacity:1;
	}

.slide-box .prevStop
	{
	display:none;  
	}

.slide-box .nextStop
	{
	display:none;  
	}


/*资讯内容样式集*/
.zx-content
	{
	color: #333;
	}

.zx-content .tdxc-text/*行高和空白处理*/
	{
	line-height: 24px;
	white-space:pre-wrap;
	}

.zx-content .tdxc-link
	{
	margin-top: 30px	
	}

.fancybox-lock-test 
	{
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	}

.select-box{
	display: inline-block;
	position: relative;
	font-size: 12px;
	user-select: none;
}
.select-show{
	padding: 0px 5px;
	line-height: 20px;
	position: relative;
	border: 1px solid var(--border-main-color);
	background-color: var(--select-bk-color);
}
.select-text{
	height: 20px;
	text-align: left;
}
.select-arrow{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	height: 12px;
	font-size: 12px;
	height: 1em;
	width: 1em;
}
.select-arrow svg{
	height: 1em;
	width: 1em;
}
.select-poper--dlg
{
	position: absolute;
	top:100%;
	left: 0;
	border: 1px solid var(--border-main-color);
	border-radius: 4px;
	max-height: 300px;
	overflow-y: auto;
	/* width: 100%; */
	background-color: var(--select-bk-color);
	box-sizing: border-box;
	z-index: 1000;
	
}
/* .select-poper--show{
	display: block;
} */

.select-item{
	line-height: 24px;
	padding: 0px 5px;
	text-align: left;
}
.select-item-selected{
	background-color: var(--primary-color);
	color: #fff;
}	
.select-poper:hover .select-item-selected{
	
	background-color: inherit;
	color: inherit;

}
.select-item:hover{
	background-color: var(--primary-color) !important;
	color: #fff !important;
}	

/*-----------------------------------适用于资讯的Common样式集-----------------------------------------*/
/*页面外部框*/
/*.tdx_panel 
	{
    float: left;
    width: 100% ;
    border: 1px solid #fff !important;
    margin-top: 2px;
	}*/

/*页面二级栏目*/
/*页面二级栏目整体*/
 /*页面二级栏目名称*/
/*.panel_title
	{ 
	background: #EEF6FF url("images/titlebg_.gif") repeat-x scroll left top  !important;
	border-bottom: 1px solid #EEF6FF !important;
	border-top: 1px solid #DCF1FF;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	}
*/
.panel_title .intro
	{
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-align: left;
	font-family: "微软雅黑","宋体";
	}

.tdx_panel .tdx_table thead td/*表头背景色及字体*/
   {
   background: #F8F8F8 none repeat scroll 0% 0% !important;
   color: #000;
   }

.tdx_panel .tdx_table td 
	{
    border: 1px solid #F4F0E9 !important;
    color: #333 !important;
    text-align: right !important;
    padding: 5px;
	}

.combo.tdxCalendarBox{
    border: #ccc solid 1px;
}
.combo.tdxCalendarBox .combo-text{
    /* padding:0px 5px; */
}

.datagrid-htable, .datagrid-btable, .datagrid-ftable {
    color: #333;
    border-collapse: collapse;
}


/*复合顶部导航*/
.nav-div
{
	width: var(--main-width);
	height: 65px;
    text-align: left;

}
.top-nav  
	{
	
	-webkit-box-shadow: 0 2px 3px #e2e2e2;
	-moz-box-shadow: 0 2px 3px #e2e2e2;
	box-shadow: 0 2px 3px #e2e2e2;

	}

.top-nav.nav-float 
	{
		
	position: fixed;

	top: 0px;
	z-index: 2;
    text-align: center;

	}
 /*导航栏下方留白区域*/
/* .nav-replace 
	{
	width: 1000px;
	height: 65px;
	} */

 /*复合一级导航*/
.nav-first
	{
	/*background-color: #E8E0D2;*/
    background-color: #F0F0F0;
	height: 32px;
	}

.nav-first li/*复合一级导航列表*/
	{ 
	line-height: 30px;
	float: left;
	color: #333;
	/*background-color: #E8E0D2;*/
    background-color: #F0F0F0;
	font-size: 16px;
	padding: 0px 20px;
	/*width: 82px;*/
	border-right: 1px solid #F4F0E9;
	cursor: pointer;
	margin-top: 2px;
	}


.nav-first li.hover/*复合导航一级列表悬停*/
	{
	/*background-color: #F4F0E9;*/
    background-color: #F8F8F8;
	color: #e93030;
	cursor: pointer;
	border-right: none;
	}

.nav-first li.curr /*复合导航一级列表单击*/
	{
	/*background-color: #F4F0E9;*/
    background-color: #F8F8F8;
	color: #e93030;
	cursor: pointer;
	border-right: none;
	}

.nav-first .time /*复合导航一级右侧时间*/
	{ 
	margin-top: 2px;
	width: 100px;
	height: 26px;
	padding-left: 5px;
	margin-right: 5px;
	}

 /*复合导航二级*/
.nav-second
	{
	/*background-color: #F4F0E9;*/
    background-color: #F8F8F8;
	width: 100%;
	}

.nav-second li /*复合导航二级列表*/
	{
	height: 30px;
	line-height: 30px;
	float: left;
	color: #333;
	width: 83px;
	cursor: pointer;
	/*border-bottom: solid 2px #F4F0E9;*/

	font-size: 15px;

	}

.nav-second li:hover /*复合导航二级列表悬停*/
	{ 
	color: #e93030;
	font-weight: normal;
	}

.nav-second li.curr /*复合导航二级列表单击*/
	{
	color: #e93030;
	border-bottom: solid 2px #e93030;
	font-weight: normal;
	}


/*新闻栏目*/
.news.news-1 .news-title
	{
	float:left;
	}

.news.news-1 .news-title a /*复合资讯标题*/
	{
	display: block;
	color: #222;
	text-align: left;
	line-height: 28px;
	font-weight: bold;
	font-size: 15px;
	}

.news.news-1 .news-title a:hover, .news-2 .news-line a:hover, .news-3 .news-title a:hover/*资讯标题悬停*/
	{
	color: #e93030;
	}

.news.news-1 .news-date/*资讯时间*/
	{
	float: right;
	text-align: right;
	font-size: 13px;
	line-height: 28px;
	display: inline-block;
	color: #666;
	}

.news.news-1 .news-content/*资讯摘要*/
	{
	font-size: 13px;
	line-height: 20px;
	color: #666;
	text-align: left;
	/*font-family: 'Microsoft YaHei', '微软雅黑', 'Arial', 'SimSun', '宋体';*/
	}

.news.news-1 .news-line/*复合资讯标题分割线*/
	{
	border-bottom: 1px dotted #F4F0E9;
    margin: 0px 5px 0px 5px;
	padding-bottom: 15px;
	}

.news-2 .news-line
	{
	text-align: left;
	line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}

.news-2 .news-line a
	{
	color: #222;
	font-size: 14px;
	}

.news-3 .news-line
	{
	line-height: 26px;
	}

.news-3 .news-date
	{
	float: left;
	width: 50px;
    color: #666;
	}

.news-3 .news-title
	{
	float: left;
	text-align: left;
	margin-left: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
	}

.news-3 .news-src
	{
	float: right;
	text-align: right;
	padding-right: 10px;
	color: #666;
	}

.news-3 .news-title a
	{
	color: #222;
	font-size: 14px;
	}

.news-3 .news-img 
	{
	width: 16px;
    height: 26px;
    margin-left: 5px;
    float: left;
	}

.news-3 .news-img.pdf a
	{
	width: 16px;
    height: 26px;
    display: inline-block;
    background: url("../images/pdf.png") 0px 5px no-repeat;
	}


.news-3 .news-img.doc a
	{
	width: 16px;
    height: 26px;
    display: inline-block;
    background: url("../images/doc.png") 0px 5px no-repeat;
	}	



.pop-info 
	{
    position: absolute;
    z-index: 100;
    border: 1px solid #aaa;
    background: #f2f2f2;
    text-align: left;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 12px;
    color: #555;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 5px #aaa;
    -moz-box-shadow: 1px 1px 5px #aaa;
    box-shadow: 1px 1px 5px #aaa;
    max-width: 280px;
	}

.grid-main-table tbody td
{
	color: #333;
}	


.form-select
{

	height: 22px;
}

/***********************************资讯的滚动浮动图标***************************/
.scroll-icons
{
	position:fixed;
	width:50px;
	/*height:200px;*/
	bottom:50px;
	/*right:20px;*/
    left:50%;
    margin-left: calc(var(--main-width)/2 + 50px);

}


.scroll-icon
{
	width: 50px;
	height: 50px;
	/*border-bottom: 1px solid #fff;*/
	margin-top: -1px;
}
.scroll-icon:hover
{
	cursor: pointer;
}

.icon-report
{
	background: url("../images/scroll_icons.png") 0px 0px no-repeat;
}

.icon-report:hover
{
	background: url("../images/scroll_icons.png") 0px -204px no-repeat;
}

.icon-down
{
	background: url("../images/scroll_icons.png") 0px -51px no-repeat;
}

.icon-down:hover
{
	background: url("../images/scroll_icons.png") 0px -255px no-repeat;
}

.icon-search
{
	background: url("../images/scroll_icons.png") 0px -102px no-repeat;
}

.icon-search:hover
{
	background: url("../images/scroll_icons.png") 0px -306px no-repeat;
}

.icon-top
{
	background: url("../images/scroll_icons.png") 0px -153px no-repeat;
}

.icon-top:hover
{
	background: url("../images/scroll_icons.png") 0px -357px no-repeat;
}

.icon-home
{
	background: url("../images/scroll_icons.png") 0px -408px no-repeat;
}

.icon-home:hover
{
	background: url("../images/scroll_icons.png") 0px -459px no-repeat;
}

.icon-list.i-summary
{
	background: url("../images/scroll_icons.png") 0px -510px no-repeat;
}

.icon-list.i-summary:hover
{
	background: url("../images/scroll_icons.png") 0px -561px no-repeat;
}

.icon-list.i-list
{
	background: url("../images/scroll_icons.png") 0px -612px no-repeat;
}

.icon-list.i-list:hover
{
	background: url("../images/scroll_icons.png") 0px -663px no-repeat;
}





.div-down
{
	width: 320px;
	height: 126px;
	position: absolute;
	margin-left: -344px;
	background: #aaa;
	margin-top: -203px;
    color: #333;
    text-align: left;
    background: #eff1f4;
    border-radius: 3px;
    box-shadow: 0 2px 3px #ccc;	
    padding: 10px
}

.div-down .fl
{
	width: 130px;
	height: 126px;
}
.div-down .fl img
{

}

.div-down .fr
{
	width: 170px;
	height: 126px;

	text-align: left;
}

.div-down .fr h3
{
	line-height: 60px;
	height: 60px;
	font-size: 30px;
	text-align: center;

}

.div-down .fr ul li
{
	list-style: disc;
	line-height: 25px;
	text-align: left;
	color: #666;
}

.main.report
{
	width: var(--main-width);
	margin: 0px auto;
}

.report-p
{
	height: 150px;
}


.form-text { border:1px solid #C5C5C5; padding:0px 0px 0px 0px; font-size:14px; border-radius: 3px; }
.form-text:hover{ border: 1px solid #FE883a; box-shadow: 0 0 3px #FE883a; }
.form-text:focus{ outline:0 none; border:1px solid #FE883a; box-shadow: 0 0 3px #FE883a; }

.form-text
{
	height: 20px;line-height: 20px;

	color:#333;
}
input.form-text::-webkit-input-placeholder {
    color:    #a3a3a3;
}
input.form-text:-moz-placeholder {
    color:    #a3a3a3;
}


.report-c
{
	text-align: left;
	width: 760px;
	margin: 0px auto;
	margin-top: 30px;

} 

.report-c .l
{
 line-height:  30px;
 color:#333;

}

.report-c .i
{
	width: 100%;
	height: 25px;line-height: 25px;
}

.report-c .s
{
	height: 27px;
}

.report-c .form-text.t
{
	width: 100%;
	height: 150px;	

}
.report-c .b
{
	width: 100px;
	height: 25px;
}

.mt20
{
	margin-top: 20px;
}

.scroll-paging
{
	display:  none;
}
.scroll-paging.s-loading
{
	display:  block;
}



.scroll-paging .d-loading
{
	width:300px;
	margin: 0px auto;
    text-align: center;
    font-size: 14px;	
}


.scroll-paging img
{
	width: 16px;
	height: 16px;


}




.scroll-paging .s-text
{
	margin: 0px 5px;
	display: inline-block;
	
}

.no-data
{
	text-align: center;
}



.black .top-nav  
{

-webkit-box-shadow: 0 2px 3px #2a2f35;
-moz-box-shadow: 0 2px 3px #2a2f35;
box-shadow: 0 2px 3px #2a2f35;

}

.black{
  color: #ccc;
  background-color: #080808;
}
.black .main, .black body{
  color:#ccc;
  background-color: inherit;  
}
.black .nav-first{
    background-color: #1c1c1c;
}

.black .nav-first li
{ /*复合一级导航列表*/
	color: #ccc;
	/*background-color: #E8E0D2;*/
    background-color: #1c1c1c;
	border-right: 1px solid #1c1c1c;
}
.black .nav-first li.hover
{/*复合导航一级列表悬停*/
	/*background-color: #F4F0E9;*/
    background-color: #1c1c1c;
	color: #e93030;

}

.black .nav-first li.curr 
{/*复合导航一级列表单击*/
	/*background-color: #F4F0E9;*/
    background-color: #1c1c1c;
    color: #e93030;

}
.black .nav-second
{
/*background-color: #F4F0E9;*/
    background-color: #1c1c1c;

}
.black .nav-second li
{ /*复合导航二级列表*/

color: #ccc;


}

.black::-webkit-scrollbar-track-piece, .black ::-webkit-scrollbar-track-piece{
    background-color: #000;

}

.black::-webkit-scrollbar-thumb, .black ::-webkit-scrollbar-thumb{

    background-color: #4c4f5c;

    outline: 2px solid #000;

    border: 2px solid #000;
}
.black::-webkit-scrollbar-thumb:hover, .black ::-webkit-scrollbar-thumb:hover{

    background-color: #666;

}
.black .news.news-1 .news-title a{
    color:#ccc;
}
.black .news-2 .news-line a{
    color:#ccc;
}
.black .news-3 .news-title, .black .news-3 .news-title a{
    color:#ccc;
}
.black .news.news-1 .news-title a:hover, .black .news-2 .news-line a:hover,.black .news-3 .news-title a:hover/*资讯标题悬停*/
	{
	color: #e93030;
	}
.black .slide-box .hd ul li{
    background-color:  #1c1c1c;
}

.white{
  color: #333;
  background-color: #fff;
}


.black .combo-arrow, .black .combo, .black .combo .combo-text{
  border-color: #333;
  background-color: inherit;  
  color:#ccc;
}

.black .calendar-header .combo-arrow, .black .calendar-header .combo, .black .calendar-header .combo .combo-text{
  border-color: #333;
  background-color: #121212;  
  color:#ccc;
  
}

.Wdate{
  background: inherit;
  outline: none;
  border: none;
}
.combo-text:focus{
  outline: none;
}

.black .combo.tdxCalendarBox{
  border-color: #333;
}


.black .combo,
.black .combo-panel, 
.black .calendar-header, 
.black .calendar-body
{
  background-color: #1c1c1c;
}


.black .calendar-day {
  color: #ccc;
  background-color: #121212;
}
.black .calendar-today{
  color:#e93030;
}
.black .calendar-disable{
  color:#575757;
}
.black .calendar-other-month{
  background: #222;
}
.black .calendar-selected, 
.white .calendar-selected,
.black .calendar .cpbutton, 
.white .calendar .cpbutton{
  background-color: #e93030;
  color:#fff;
}

.black .calendar-body{
  border-color: #333;
  background-color: #121212;  
}
.black .calendar .calendar-body table td{
  border-color:#333;
}
.black .yearpanel .combo-panel,
.black .monthpanel .combo-panel{
  background-color: #121212;
  color: #ccc;
  border-color: #333;
}


.black .icon-report
{
	background: url("../images/scroll_icons_b.png") 0px 0px no-repeat;
}

.black .icon-report:hover
{
	background: url("../images/scroll_icons_b.png") 0px -204px no-repeat;
}

.black .icon-down
{
	background: url("../images/scroll_icons_b.png") 0px -51px no-repeat;
}

.black .icon-down:hover
{
	background: url("../images/scroll_icons_b.png") 0px -255px no-repeat;
}

.black .icon-search
{
	background: url("../images/scroll_icons_b.png") 0px -102px no-repeat;
}

.black .icon-search:hover
{
	background: url("../images/scroll_icons_b.png") 0px -306px no-repeat;
}

.black .icon-top
{
	background: url("../images/scroll_icons_b.png") 0px -153px no-repeat;
}

.black .icon-top:hover
{
	background: url("../images/scroll_icons_b.png") 0px -357px no-repeat;
}

.black .icon-home
{
	background: url("../images/scroll_icons_b.png") 0px -408px no-repeat;
}

.black .icon-home:hover
{
	background: url("../images/scroll_icons_b.png") 0px -459px no-repeat;
}

.black .icon-list.i-summary
{
	background: url("../images/scroll_icons_b.png") 0px -510px no-repeat;
}

.black .icon-list.i-summary:hover
{
	background: url("../images/scroll_icons_b.png") 0px -561px no-repeat;
}

.black .icon-list.i-list
{
	background: url("../images/scroll_icons_b.png") 0px -612px no-repeat;
}

.black .icon-list.i-list:hover
{
	background: url("../images/scroll_icons_b.png") 0px -663px no-repeat;
}

