/* CSS Document */
/*
引用FLASH透明
<embed src="images/fl.swf" wmode="transparent" width="1161" height="71"></embed>

引用
<Iframe  src="hd.html" width="1420" height="400" marginheight="0" marginwidth="0" scrolling="no"  frameborder="0"></iframe>

空格
&nbsp;

模糊
.about img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.5;
	padding-left:1px;

}

表格1px
.about table { 
	border-collapse: collapse; 
	border: none; 
} 
.about table td { 
	border: solid #000 1px; 
} 

手形
cursor:pointer;
       
微调
position:relative;
top:-1px;

背景图像的起始位置
background-position:-723px -216px;
 
上面没有线
border-width:0 1px 1px 1px; 

字间距为8px
letter-spacing:8px;
visibility:hidden;占位

*/

*{
	margin:0;
	padding:0;
}

body{
	margin:0 auto;
	font-size:12px;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI",SimHei,"宋体",simsun,sans-serif;
	background:#FFFFFF;
	overflow-x:hidden;
	
}



h1,h2,h3,h4,h5,h6,b{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
}

em{
	font-style:normal;
}
	
ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style-type:none;
}
/*IE6 去间隙*/	
img{
	border:none;
	display:block;
	vertical-align:top;

	
}

a{
	text-decoration:none;
	color: #000000;
}

a:hover {
	color:#002F63;
	text-decoration: underline;
	cursor:pointer;
}

/*布局*/

.topdiv,
.headdiv,
.navdiv,
.bannerdiv,
.indexcenterdiv,
.centerdiv,
.footerdiv{
	width:100%;
	height:auto;	
	overflow-x:hidden;
	overflow-y:hidden;		
}


/*头部*/

.topdiv{
	background:#086EB6;
	
}

.top{	
	margin:0 auto;
	max-width:1004px;
	height:35px;
}

.top h1{
	line-height:35px;
	color:#FFFFFF;	
	
}

.top h1 em{
	float:right;	
	
}

.top h1 em strong{
	color: #FF0000;
	font-size:14px;
	font-weight: bold;
}

/*导航*/
.navdiv {
	background:#FFFFFF;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	position:absolute;
	z-index: 9999;
}


.nav {
	margin:0 auto;	
	max-width:1004px;
	height:115px;
	overflow: visible;
	box-sizing: border-box;
	background:url(../images/navbj.jpg) no-repeat right center;
}

.logo{
	width:280px;
	height:82px;
	float:left;
	padding-top:33px;
}

.logo h1{
	font-size:24px;
	color:#086EB6;
}

.logo h2{
	font-size:14px;
	color:#086EB6;
}

.nav ul {
	float:right;
}

.nav ul li {
	float:left;
	width:100px;
	height:115px;
	line-height:115px;
	font-size:14px;
	margin-left:3px;
	background:url(../images/nav_line.jpg) no-repeat right center;	
}

.nav ul li a{
	display:block; 
	text-align:center; 
   	color:#086EB6;
	width:100px;
	height:115px;
}

.hover a,.nav ul li a:hover{
	text-decoration:none;
	background:url(../images/navbj_line.jpg) no-repeat 60% bottom;	
}

.hover a:visited{
	color: #005DDE;
}

/*banner*/

.bannerdiv{
	position:absolute;
	z-index: 9998;
	margin-top:115px;
}

.banner{
	margin:0 auto;
	max-width:1440px;
}



.bannerbox,#focus,#focus,#focus ul,#focus ul li{
	width:1440px;
	height:337px;
	overflow: hidden;	
}

.bannerbox {
	margin:0 auto;
	position: relative;
	left:50%;
	margin-left:-720px;

}

#focus {
	clear: both;
	position: relative;
	float: left;
}
#focus ul {
	float: left;
	position: absolute;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#focus ul li {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#focus .preNext {
	width: 450px;
	height: 337px;
	position: absolute;
	top: 0px;
	cursor: pointer;	
}
#focus .pre {
	left: 0;
	background:url(../images/sprite.png) no-repeat center;
	
}
#focus .next {
	right: 0;
	background: url(../images/sprite1.png) no-repeat center;
}



/*首页中间内容页center束自试应高度*/

.indexcenterdiv{
	overflow:hidden;
	height:auto;
	margin-top:472px;
}
.indexcenter{
	margin:0 auto;
	max-width:1001px;
}

.indexcenter_top_left{
	width:480px;
	float:left;
}

.indexcenter_top_right{
	width:480px;
	float:right;
}

.indexcenter_top_left,
.indexcenter_top_right{

}

.indexcenter_top_left h1,
.indexcenter_top_right h1,
.gd h1{
	height:35px;
	line-height:35px;
	color:#FFFFFF;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;
	color: #666666;
	border-bottom:2px solid #CCCCCC;
}


/*more*/
.indexcenter_top_left h1 em a,
.indexcenter_top_center h1 em a,
.indexcenter_top_right h1 em a,
.indexcenter_botton_left h1 em a,
.indexcenter_botton_right h1 em a,
.indexcenter_botton_right_top h1 em a,
.indexcenter_botton_right_botton h1 em a,
.gd h1 em a{
	float:right;
	color: #666666;
	padding-right:5px;
}

.indexcenter_top_left dl,
.indexcenter_top_right dl{
	margin-top:15px;
}

.indexcenter_top_left dl dt img{
	padding:1px;
	border:1px solid  #CCCCCC;
	float: left;
	margin-right:10px;
	
}

.indexcenter_top_left dl dd{
	line-height:21px;
	

	
}

.indexcenter_top_left dl dd a{
	color:#990000;
	text-decoration:underline;
	
}
.indexcenter_top_right dl dt{
	float:left;
	width:67px;
	height:67px;
	line-height:67px;
	text-align:center;
	color:#FFFFFF;
	background:#026EB7;
	font-weight:bold;
	margin-right:10px;
}

.indexcenter_top_right dl dd {

	
}

.indexcenter_top_right dl dd h6{
	color:#026EB7;
	font-size:14px;
	font-weight:bold;
	padding-bottom:14px;	
}

/*滚动*/

.gd{
	width:1001px;
	margin:0 auto;
	margin-top:15px;
}

.gd h1{
	width:1440px;
	height:72px;
	background:url(../images/gdbj.jpg) no-repeat;
	border: none;
}

.gd span{
	background:#026EB7;
	
}
.gd span a{
	color:#FFFFFF;;
	
}


/*通用中间内容*/


.centerdiv{
	overflow:hidden;
	height:auto;
	margin-top:472px;
}
.center{
	margin:0 auto;
	max-width:1001px;
	margin-top:15px;	
}

.center_left{
	width:236px;
	border:1px solid #CCCCCC;
	float:left;
	background:#EBEBEB;
}

.center_lef_top h1,.center_lef_botton h1{
	height:36px;
	line-height:36px;
	background:#013064;
	color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}

.center_lef_top {
	
}

.center_lef_top ul {
	padding-bottom:1px;	
}
.center_lef_top ul li{
	width:90%;
	height:30px;
	line-height:30px;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
	
}

.center_lef_top ul li a{
	display: block;
	background:#DDDDDD url(../images/smnavicoa.jpg) no-repeat 10px center;
	color:#000;
	text-decoration:none;	
}

.center_lef_top ul li a:hover{
	background:#0086E7 url(../images/smnavicoah.jpg) no-repeat 10px center;
	color: #FFFFFF;
	text-decoration:none;	
}


.center_lef_botton {
	background:#FFFFFF;
}

.center_lef_botton h2{
	height:86px;
	background:url(../images/callpic.jpg) no-repeat left top;
}

.center_lef_botton ul {
	padding:10px;
	
	
}

.center_lef_botton ul li{
	line-height:20px;
	
}
.center_lef_botton ul li b{
	font-size:14px;
	color:#086EB6;
	
}



.center_lef_botton img{
	width:222px;
	height:69px;
	margin:0 auto;
	padding-bottom:3px;
	
}



/*right通用*/

.about_right,
.list_news_right,
.act_news_right,
.list_act_right,
.act_act_right{
	width:743px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	float: right;
	min-height:380px;
}
.about_right h1,
.list_news_right h1,
.act_news_right h1,
.list_act_right h1,
.act_act_right h1{
	height:36px;
	line-height:36px;
	border-bottom:1px  dashed #CCCCCC;
	width:97%;
	margin:0 auto;
}

.about_right h1 b,
.list_news_right h1 b,
.act_news_right h1 b,
.list_act_right h1 b,
.act_act_right h1 b{
	font-size:14px;
	font-weight:bold;
	color: #003366;
}

.about_right h1 em,
.list_news_right h1 em,
.list_news_right ol li em,
.act_news_right h1 em,
.list_act_right h1 em,
.act_act_right h1 em{
	float:right;
}

.about_right ul,
.list_news_right ol,
.act_news_right ol{
	width:98%;
	margin:0 auto;
	margin:10px;

}

.about_right ul li{
	line-height:20px;
}

/*list_news&act_news*/


.list_news_right ol,
.act_news_right ol {
	min-height:270px;
}

.list_news_right ol li{
	height:30px;
	line-height:30px;
	border-bottom:1px dashed #CCCCCC;	
	background:url(../images/newsico.jpg) no-repeat left 12px;;
	text-indent:12px;
}

.act_news_right h2,
.act_news_right h3{
	text-align:center;
	padding:5px 0;
	font-weight:bold;
	color:#086EB6;
	padding-top:10px;
	font-size:14px;
}

.act_news_right h3{
	font-size:12px;
	color:#666666;
}


.act_news_right ol li{
	line-height:24px;
}


/*list_act&act_act*/


.list_act_right{
	/*padding-left:6px;
	box-sizing:border-box;*/
	
}

.list_act_right dl{
	float:left;
	margin:8px;
	border:1px solid #CCCCCC;
}

.list_act_right dl img,
.list_act_right dl dd{
	width:225px;
	
}


.list_act_right dl img{
	height:225px;
	
}

.list_act_right dl dd {
		text-align:center;
		line-height:40px;
		line-height:40px;
		
}

.list_act_right dl img:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	opacity: 0.8;	
}

.list_act_right dl  a{
	display:block;
	text-decoration:none;
	background: #CCCCCC;
}

.list_act_right dl a:hover{
	background: #CCCCCC;
}

.act_act{
	width:98%;
	margin:0 auto;	
}

.act_act h3{
	height:49px;
	line-height:49px;
	background:url(../images/nrjs.jpg) no-repeat left bottom;
}

.act_act ol{

}

.act_act ol li{
	line-height:24px;
	
}


/*放大镜*/

.fdj{
	width:auto;
	height:380px;
	padding:10px;
}

.box {
	width:321px;
	float:left;
}
.tb-pic a {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.tb-pic a img {
	vertical-align:middle;
}
.tb-pic a {
	*display:block;
	*font-family:Arial;
	*line-height:1;
}
.tb-thumb {
	margin:10px 0 0;
	overflow:hidden;
}
.tb-thumb li {
	background:none repeat scroll 0 0 transparent;
	float:left;
	height:42px;
	margin:0 6px 0 0;
	overflow:hidden;
	padding:1px;
}
.tb-s310, .tb-s310 a {
	height:310px;
	width:310px;
}
.tb-s310, .tb-s310 img {
	max-height:310px;
	max-width:310px;
}
.tb-s310 a {
	*font-size:271px;
}
.tb-s40 a {
	*font-size:35px;
}
.tb-s40, .tb-s40 a {
	height:40px;
	width:40px;
}
.tb-booth {
	border:1px solid #CDCDCD;
	position:relative;
	z-index:1;
}
.tb-thumb .tb-selected {
	background:none repeat scroll 0 0 #C30008;
	height:40px;
	padding:2px;
}
.tb-thumb .tb-selected div {
	background-color:#FFFFFF;
	border:medium none;
}
.tb-thumb li div {
	border:1px solid #CDCDCD;
}
div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:200px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
div.zoomMask {
	position:absolute;
	background:url("images/mask.png") repeat scroll 0 0 transparent;
	cursor:move;
	z-index:1;
}
.box_riht {
	width: auto;
	height:365px;
	float:left;
	
}

.box_riht ol {

}
.box_riht li {
	line-height:20px;
}
.box_riht li em {
	font-weight: bold;
	font-style:normal;
}

/*页*/
.ye{
	width:98$;
	height:30px;
	text-align:center;
	line-height:30px;
	padding-top:5px;
}


/*IE6下清空浮动*/
.clear{
	zoom:1;
}
.clear:after{
	content:""; 
	display:block;
	clear:both;
}

/*底部*/

.footerdiv{
	background:#086EB6;
	margin-top:15px;
	
	
}


.footer{
	margin:0 auto;
	max-width:1001px;
	height:130px;
	
}

.footer_top{

	border-bottom:1px solid  #0033FF;
	
}

.footer_top ul {
	padding-top:10px;
	height:40px;
	line-height:40px;
	text-align:center;
}


.footer_top ul li{
	margin:0 10px;
	display:inline;
	text-align:center;
	color:#FFFFFF;

}

.footer a{
	color: #FFFFFF;	
}

.footer_botton{
	color: #FFFFFF;
	text-align:center;
	line-height:25px;
	margin-top:10px;

}


/*页*/

.dede_pages{
	width:97%;
	margin:0 auto;
	
}
.dede_pages ul{
	float:right;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
/*留言*/

.guest{
	
}


.guest table{
	
}

.an{
	width:100%;
	margin:0 auto;
	margin-left:62px;


}

.sub{
	cursor: pointer;
	border:1px  solid  #666666;
	width:70px;
	height:28px;
	display:block;	
}
.guest b{
	color:#FF0000;
	font-size:12px;
	padding-left:5px;
}

