@charset "utf-8";

/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */
*{
	margin:0;
	padding:0;
}

/* 修正IE5.x和IE6的斜体溢出bug */
* html body{
	overflow:visible;
}
* html iframe, * html frame{
	overflow:auto;}
* html frameset{
	overflow:hidden;
}

/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */
body{
	color:#000;
	background-color:#fff;
	font:14px/22px Verdana,Arial,sans-serif,"Times New Roman",微软雅黑 Microsoft Yahei;
	text-align:center;
	background:url(../images/body_bg.png);
	background-position:top;
	background-repeat:repeat-x
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{
	margin:0;
	padding:0;
}
input,select{
	font-size:12px;
	vertical-align:middle;
}

/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */
body div{
	text-align:left;
        
}

/* 标签属性，textarea,input 强制输入时内容超出时换行 */
textarea,input{
	word-wrap:break-word;
	word-break:break-all;
	padding:0px;
}

/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */
li{
	list-style-type:none;
}

/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img{
	border:0 none;
}

/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */
a:link, a:visited{
	color:#222;
	text-decoration:none;
}
a:hover{
	color:#F60;
	text-decoration:underline;
}



/* 清理浮动元素,当浮动换行时后面元素不希望浮动，添加此属性，防止IE BUG */
.clear{
	clear:both;
	height:0px;
	width:100%;
	font-size:1px;
	line-height:0px;
	visibility:hidden;
	overflow:hidden;
}
.wrapper{
	clear:both; height:auto;
	overflow:hidden;
}
.header{
	width:1050px;
	height:105px;
	margin:0 auto;
}
.logo{
	width:960px;
	float:left;
	padding-left:30px;
}
.site_map{
	width:420px;
	float:right;
	text-align:right;
	padding-left:20px;
	line-height:40px;
}
.site_search{
	text-align:left;
	padding-left:20px;
	float:right;
	padding-top:30px; padding-left:140px;
}
.nav{
	background:url(../images/nav_bg.png);
           background-repeat:no-repeat;
	background-position:center top;
	height:68px;
	width:98%;
	text-align:center;
           padding-left:12px;
	margin:0 auto;
          marging-bottom:0px;
          overflow:hidden;
}
.nav_content{
	height:40px;
	width:1000px;
	text-align:center;
	margin:0 auto;
}
.nav_content li {
	width:97px;

	float:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
}
.nav_content span{
	float:left;
	width:3px;
	color:#FFFFFF;
	font-size:16px;
	line-height:50px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif,微软雅黑;
}
.nav_content li a{
	color:#FFFFFF;
	text-decoration:none;
}
.nav_content li a:hover{
	color:#FFFFFF; 
	text-decoration:none;
}
.banner{
	height:auto;
	width:1000px;
	margin:0 auto;
           padding:10px;
           background: url(../images/pic_1.png);
            margin-top:0px;
	background-position:center top;
	background-repeat:no-repeat;
           vertical-align:bottom;
           overflow: hidden;
}
.banner_pic{
	height:280px; 
	width:100%;
	margin:0 auto;
          
}

.cc{
 width:1000px;
margin:0 auto;
height:auto;

}

.thematic{
	width:100%;
	height:90px;
	margin:0 auto;
	background:url(../images/index_zt_bg.png);
	background-position:center top;
	background-repeat:no-repeat;   
	overflow:hidden; 
}
.zt_title{
	color:#0b285e;
	font-size:14px;
	line-height:27px;
	font-weight:bold;
}
.zt_go{
	font-size:12px;
	color:#666666;
	line-height:20px;
	padding-left:15px;
}

.main{
	width:1000px;
	margin:0 auto;
	height:auto;
           }


.ml{
width:255px;
margin-left:0; 
float:left;
}

.mc{
width:435px;
float:left;
margin-left:5px; 
}

.mr{ width:300px; 
float:right;
margin-right:0;   
}

.box1{width:255px;height:206px;float:right; margin:0 0 2px 0; border:1px solid #cedee9;}
.box1 .bhead{ height:34px;padding:0px; background:#fdfdfd;filter:alpha(opacity=70);opacity:0.7; border-bottom:1px solid #00a1f1;}
.box1 .bhead strong{ line-height:34px; float:left;} 
.box1 .bbody{ height:170px;background:#fdfdfd;filter:alpha(opacity=90);opacity:0.9;}
.bb_pic{ width:20px;height:13px;line-height:13px;margin:13px 0 0 0;float:left;background:url(../images/images/main-l.png) no-repeat;}


.box2{width:435px;height:416px;float:right; margin:0 0 2px 0;   border:1px solid #cedee9;}
.box2 .bhead{ height:34px;padding:0px; background:#fdfdfd;filter:alpha(opacity=70);opacity:0.7;border-bottom:1px solid #00a1f1;}
.box2 .bhead strong{ line-height:34px; float:left;} 
.box2 .bbody{ height:380px;background:#fdfdfd;filter:alpha(opacity=90);opacity:0.9;}


.box3{width:300px;height:206px;float:right; margin:0 0 2px 0; border:1px solid #cedee9;}
.box3 .bhead{ height:34px;padding:0px; background:#fdfdfd;filter:alpha(opacity=70);opacity:0.7;border-bottom:1px solid #00a1f1;}
.box3 .bhead strong{ line-height:34px; float:left;} 
.box3 .bbody{ height:170px;background:#fdfdfd;filter:alpha(opacity=90);opacity:0.9;}


.box4{width:1000px;height:196px;float:right; margin:0 0 2px 0;  border:1px solid #cedee9;}
.box4 .bhead{ height:34px;padding:0px; background:#fdfdfd;filter:alpha(opacity=80);opacity:0.8;border-bottom:1px solid #00a1f1;}
.box4 .bhead strong{ line-height:34px; float:left;} 
.box4 .bbody{ height:154px;padding-top:2px;background:#fdfdfd;filter:alpha(opacity=90);opacity:0.9;}

.box5{width:435px;height:206px;float:right; margin:0 0 2px 0;  border:1px solid #cedee9;}
.box5 .bhead{ height:34px;padding:0px; background:#fdfdfd;filter:alpha(opacity=80);opacity:0.8;border-bottom:1px solid #00a1f1;}
.box5 .bhead strong{ line-height:34px; float:left;} 
.box5 .bbody{ height:160px;background:#fdfdfd;filter:alpha(opacity=90);opacity:0.9;}

.box6{width:1000px;height:182px;float:right; margin:0 0 2px 0;  border:1px solid #cedee9;}
.box6 .bhead{ height:34px;padding:0px; background:#fdfdfd;filter:alpha(opacity=80);opacity:0.8;border-bottom:1px solid #00a1f1;}
.box6 .bhead strong{ line-height:34px; float:left;} 
.box6 .bbody{ height:140px;padding-top:6px;background:#fdfdfd;filter:alpha(opacity=90);opacity:0.9;}



.box_1{ width:250px;height:206px;float:right;margin:0 0 7px 0; background:url(../images/images/bg_box.png) right bottom no-repeat; }
.box_1 .bhead{ height:34px; padding:0 0 0 29px; background:url(../images/images/bg_box.png) left top no-repeat}
.box_1 .bhead strong{ line-height:34px; float:left;}
.box_1 .bhead .patch{ width:10px; height:34px; background:url(../images/images/bg_box.png) right top no-repeat; float:right;}
.box_1 .bhead .icon_fr{ width:52px; height:12px; margin:12px 0 0; background:url(../images/images/icon.png) no-repeat; float:right;}
.box_1 .bbody{ height:162px;border-left:1px solid #FFF; border-right:1px solid #FFF; background:#f8f8f8;}
.box_1 .bfoot{ width:10px; height:10px; background:url(../images/images/bg_box.png) left bottom no-repeat;}
.b_pic li{ padding:8px 0 0 10px; display:block; float:left;}

.box_2{ width:435px;height:420px;float:right;margin:0 0 7px 0; background:url(../images/images/bg_box.png) right bottom no-repeat;}
.box_2 .bhead{ height:34px; padding:0 0 0 29px; background:url(../images/images/bg_box.png) left top no-repeat;}
.box_2 .bhead strong{ line-height:34px; float:left;}
.box_2 .bhead .patch{ width:10px; height:34px; background:url(../images/images/bg_box.png) right top no-repeat; float:right;}
.box_2 .bhead .icon_fr{ width:52px; height:12px; margin:12px 0 0; background:url(../images/images/icon.png) no-repeat; float:right;}
.box_2 .bbody{ height:376px;border-left:1px solid #FFF; border-right:1px solid #FFF; background:#f8f8f8;}
.box_2 .bfoot{ width:10px; height:10px; background:url(../images/images/bg_box.png) left bottom no-repeat;}
.b_pic li{ padding:4px 0 0 10px; display:block; float:left;}

.box_3{ width:300px;height:206px;float:right;margin:0 0 7px 0; background:url(../images/images/bg_box.png) right bottom no-repeat;}
.box_3 .bhead{ height:34px; padding:0 0 0 29px; background:url(../images/images/bg_box.png) left top no-repeat;}
.box_3 .bhead strong{ line-height:34px; float:left;}
.box_3 .bhead .patch{ width:10px; height:34px; background:url(../images/images/bg_box.png) right top no-repeat; float:right;}
.box_3 .bhead .icon_fr{ width:52px; height:12px; margin:12px 0 0; background:url(../images/images/icon.png) no-repeat; float:right;}
.box_3 .bbody{ height:164px;border-left:1px solid #FFF; border-right:1px solid #FFF; background:#f8f8f8;}
.box_3 .bfoot{ width:10px; height:8px; background:url(../images/images/bg_box.png) left bottom no-repeat;}
.b_pic li{ padding:8px 0 0 10px; display:block; float:left;}


.box_4{ width:1000px;height:206px;float:right;margin:0 0 7px 0; background:url(../images/images/bg_box.png) right bottom no-repeat;}
.box_4 .bhead{ height:34px; padding:0 0 0 29px; background:url(../images/images/bg_box.png) left top no-repeat;}
.box_4 .bhead strong{ line-height:34px; float:left;}
.box_4 .bhead .patch{ width:10px; height:34px; background:url(../images/images/bg_box.png) right top no-repeat; float:right;}
.box_4 .bhead .icon_fr{ width:52px; height:12px; margin:12px 0 0; background:url(../images/images/icon.png) no-repeat; float:right;}
.box_4 .bbody{ height:164px;border-left:1px solid #FFF; border-right:1px solid #FFF; background:#f8f8f8;}
.box_4 .bfoot{ width:10px; height:8px; background:url(../images/images/bg_box.png) left bottom no-repeat;}
.labstyle .bbody ul{ padding:0 0 0 14px;}
.labstyle .bbody ul li{ width:226px; padding:10px 20px 10px 0; float:left;}
.labstyle .bbody ul li span{ display:block; height:30px; line-height:30px; overflow:hidden; padding:0 20px; color:#FFF;}
.labstyle .bbody ul li img{ width:226px; height:127px;}

.box_5{ width:435px;height:206px;float:right;margin:0 0 7px 0; background:url(../images/images/bg_box.png) right bottom no-repeat;}
.box_5 .bhead{ height:34px; padding:0 0 0 29px; background:url(../images/images/bg_box.png) left top no-repeat;}
.box_5 .bhead strong{ line-height:34px; float:left;}
.box_5 .bhead .patch{ width:10px; height:34px; background:url(../images/images/bg_box.png) right top no-repeat; float:right;}
.box_5 .bhead .icon_fr{ width:52px; height:12px; margin:12px 0 0; background:url(../images/images/icon.png) no-repeat; float:right;}
.box_5 .bbody{ height:162px;border-left:1px solid #FFF; border-right:1px solid #FFF; background:#f8f8f8;}
.box_5 .bfoot{ width:10px; height:10px; background:url(../images/images/bg_box.png) left bottom no-repeat;}
.b_pic li{ padding:4px 0 0 10px; display:block; float:left;}


.pic_news{
 width:410px;
 float:left;
 padding:7px 0 0 10px;
}

.index_xydt{
	width:410px;
	float:left;
     
}

.index_xydt_nr{
	padding:7px 0 0 10px;
	width:410px;
}

.list li{
	background:url(../images/ico_01.gif) 0px 11px  no-repeat;
	padding-left:15px;
	font-size:12px;
	line-height:25px;
	float:left;
	width:96%;
	overflow:hidden; 
}
.list li span{
	float:right;
	font-size:12px;
	color:#989898;
	display:inline;
	text-align: right;
}
.list li img{ margin:8px 0; vertical-align:middle} 



.index_tzgg{
	width:278px;
	float:right;
	margin:0 7px 0 0;
}
.index_tzgg_nr{
	padding:10px 0 0 0;
	width:278px;
}

.resource .bbody{}
.resource .bbody ul li{ width:100px; padding:7px 0 0 30px; float:left;}
.resource .bbody ul li img{ width:100px; height:50px;}
.resource .bbody ul li span{ display:block; height:20px; line-height:20px; overflow:hidden; padding:3px 0; text-align:center;}


.index_kstd{
	width:300px; 
	float:right;
           margin-right:25px;
	height:200px;
	background:url(../images/index_kstd_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:7px;
}
.index_kstd_title{
	height:16px; 
	width:288px;
	background:url(../images/index_titlebg.png) 0px -52px  no-repeat; 
}
.index_kstd_nr{
	padding:10px;
	width:288px;
	height:150px;
        
}
.list_pic li{
	float:left;
	width:241px;
	height:44px;
	padding:12px 0 0 7px;
	display:block;
	overflow:hidden; 
}
.list_pic img{
}
.ks_link{
	width:288px;
}
.ks_link li{
	float:left;
	width:142px;
	height:26px;
	text-align:center;
	padding-top:2px;
}
.end{
	width:100%;
	height:120px;
	margin-top:2px;
	background:url(../images/end_bg.png); 
	background-position:top;
	background-repeat:repeat-x;
}
.footer{
	width:960px;
	margin:0 auto; 
	
}
.logo_sy{
	float:left;
	margin:12px 15px 0px 0px;
	padding-left:80px;
	width:240px;
	height:60px;
	background:url(../images/logo_sy.png);
	background-repeat:no-repeat;
	background-position:top right
}
.copyright{
	margin:12px 15px 0px 20px;
	float:left;
	font-size:12px;
	color:#666666;
	line-height:27px;
}