| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 | @charset "utf-8";.tabpanel { /*   border: solid 1px #8DB2E3; */	/*border: solid 1px red;*/	}.tabpanel_tab_content {	width: 100%;	height: 34px;	line-height: 34px;	background-color: #ffffff;	overflow: hidden;	white-space: nowrap;	position: relative;}.tabpanel_tab_content .tabpanel_move_content {	width: 0px;	overflow: hidden;}.tabpanel_mover {	width: 10000px;	margin: 0;	padding: 0;	position: relative;	margin-left: 10px;}.tabpanel_mover li { /*width: 110px;*/	background: url(../image/TabPanel/pop_tab.png) no-repeat;	margin-top: 2px;	height: 34px;	line-height: 22px;	float: left;	margin-left:-40px;	width:136px;	position: relative;	list-style-type: none;	cursor: pointer;	color: #8e9091;	font-family: Microsoft YaHei;	margin-bottom: -1px;}.tabpanel_mover li img{	margin-left:30px;	float: left;	margin-top: 8px;}.tabpanel_mover li .closer {	background: transparent url(../image/close.png) no-repeat;	position: absolute;	right: 35px;	top: 8px;	float:left;	width: 12px;	z-index:25;	height: 12px;	cursor: pointer;}.tabpanel_mover li .closer:hover {	background: transparent url(../image/close_1.png) no-repeat;	position: absolute;	right: 35px;	top: 8px;	float:left;	width: 12px;	z-index:25;	height: 12px;	cursor: pointer;}.tabpanel_mover li .title {	font-size: 14px;	padding-right: 15px;	overflow: hidden;	padding-left:5px;	*height: 30px;	*line-height: 30px;	top:3px;	text-align:center;	display:inline;	position:relative;	width: 105px;}.tabpanel_mover li .disable {	color: gray;}.tabpanel_mover li .icon_title {	font-size: 12px;	color: #23508E;	padding-left: 25px;	background-repeat: no-repeat;	background-position: 5px 4px;	overflow: hidden;	float: left;	letter-spacing:2px;	*height: 30px;	*line-height: 30px;	*margin-top: 2px;	*background-position: 5px 1px;}.allCss {		background-image:url(../image/TabPanel/all.gif)}.tabpanel_mover li.active {	background: url(../image/TabPanel/pop_tab_hover.png) no-repeat;	font-weight: bold;	z-index:20;	color: #646464;}.tabpanel_tab_content .tabpanel_left_scroll {  background: url(../image/TabPanel/scroll-left.gif) no-repeat 0px 0;  position: absolute;  width: 18px;  height: 34px;  left: 0px;  top: 1px;  cursor: pointer;  z-index: 30;}.tabpanel_tab_content .tabpanel_right_scroll {	 background: transparent url(../image/TabPanel/scroll-right.gif)    no-repeat 0 0;  position: absolute;  width: 18px;  height: 34px;  right: 0px;  top: 1px;  cursor: pointer;  z-index: 30;}.tabpanel_tab_content .tabpanel_left_scroll_disabled {	background-position: 0 0;	opacity: .5;	-moz-opacity: .5;	filter: alpha(opacity =   50);	cursor: default;}.tabpanel_right_scroll_disabled {	background-position: -36px 0;	opacity: .5;	-moz-opacity: .5;	filter: alpha(opacity =   50);	cursor: default;}.display_none {	display: none;}.tabpanel_tab_content .tabpanel_tab_spacer {	border-top: 1px solid #8DB2E3;	height: 1px;	background: #DEECFD;	font-size: 1px;	line-height: 1px;	margin-top: -1px;}.tabpanel_content {	background-color: #FFF;	overflow: hidden;	position: absolute;	border-top:1px solid #1d6895;	top:33px;}.tabpanel_content .html_content {	width: 100%;	height: 100%;	background-color: #FFF;	position: absolute;	z-index: 0;	left: 0;	top: 0;}/* iframe {	min-height: 600px;} */html {	height: 100%}.n_page_list {	clear: both;	text-align: center;	padding-left: 0;	margin-bottom: 0;	list-style: none;}.n_page_list li {	width: 150px;	height: 100px;	text-align: center;}.n_page_list li a {	width: 150px;	height: 100px;	background: url(../biz/image/navigation_page_list_bg_.png);	background-size: 150px 100px;	cursor: default;	text-align: center;	display: block;	padding: 10px 15px;	text-decoration: none;}.n_page_list li a.n_page_list_cana {	background: url(../biz/image/navigation_page_list_bg_2.png);	background-size: 150px 100px;	cursor: pointer;}.n_page_list li a.n_page_list_cana:hover {	background: url(../biz/image/navigation_page_list_bg_3.png);	background-size: 150px 100px;}.n_page_list li a p {	text-align: center;	color: #fff;	font-size: 17px;	word-wrap: break-word;	line-height: 120%}.n_page_list li ul {clear: both;	text-align: left;	padding-left: 0;	margin-bottom: 0;	list-style: none;}.n_page_list li ul li {	width: 150px;	height: 30px;	text-align: left;}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}
 |