﻿/*项目部 2014.07.11 */
/*说明：项目中，请将下面用不到的样式删除，不要保留在此文档中*/
/*更新说明：按修改的设计规范，添加了英文站的css样式，及微软雅黑字体使用样式；加了内边距的样式*/
/*更新说明：微软雅黑的样式多为加了后缀:'_w',处修改字体外，需把字体大小提高1px;英文站样式多沿用原样式，其他样式加了后缀:'_e',修改字体，增加了几个英文站使用的样式*/
/*网页全局样式开始*/

body {
	/*body基本样式开始*/
    font-family: "微软雅黑", Arial, verdana,;/*项目中根据自己项目的需要调整自己的字体，英文站要求使用Arial字体*/
	color:#3d3d3d;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align: left;
	background-color: #FFF;
	/*body基本样式结束*/

/*body扩展样式开始*/
    background-repeat: repeat;	/*背景重复*/
	background-position: center;	/*背景居中*//*body扩展样式结束*/
}
/* 图片无边框*/
img {
	border:0;
}


/*表格设置合并边框   注意：如果网页中用到了table的cellspace属性，会将页面的间距全部置为0，请慎用下面的样式*/
table {
	border-collapse:collapse;
}
/*指定当表格的单元格无内容时，显示该单元格的边框，不支持IE6 IE7 IE8(Q)*/
td {
	empty-cells:show;
}
/*页面容器初始化开始,*/
/*注:v1.3及之前为font-size:9pt;line-height:180% */
tr, td {
	font-size:12px;
	color:#3d3d3d;
	line-height:22px;
}
form {
	padding:0px;
	margin:0px;
}
/*页面容器初始化结束*/

/*清除页面底部高度，iframe所致*/
#vishidden {
	display:none
}
/*版通基本样式开始*/
/*整个网页超链接样式开始*/
a {
	text-decoration: none;
	color:#3D3D3D;
}
a:visited {
	color:#3D3D3D;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color:#ff0000;
}
/*文章标题样式*/
/*注:v1.3及之前为为font-size:16pt */
.title {
	font-size:22px;
	color:#3D3D3D;
	font-weight:bold;
	line-height:150%;
}
/*微软雅黑字体使用*/
.title_w {
	font-size:23px;
	FONT-FAMILY:微软雅黑;
	color:#3D3D3D;
	font-weight:bold;
	line-height:150%;
}
/*首页、频道页栏目默认标题列表样式 小字体*/
/*注:v1.3及之前为为font-size:9pt */
.bt_link {
	font-size:12px;
	text-decoration:none;
	color:#3d3d3d;
}
/*微软雅黑字体使用*/
.bt_link_w {
	font-size:13px;
	FONT-FAMILY: "微软雅黑";
	text-decoration:none;
	color:#3d3d3d;
}
/*首页、频道页栏目默认标题列表样式 大字体（增）*/
.bt_linkb {
	font-size:14px;
	text-decoration:none;
	color:#3d3d3d;
}
/*微软雅黑字体使用*/
.bt_linkb_w {
	font-size:15px;
	FONT-FAMILY: "微软雅黑";
	text-decoration:none;
	color:#3d3d3d;
}
/*底层栏目页标题列表及文章正文样式 大字体*/
/*注:v1.3及之前为为font-size:10.5pt;line-height:180% */
.bt_content {
	font-size:14px;
	text-decoration:none;
	color:#3D3D3D;
	line-height:26px;
}
/*微软雅黑字体使用*/
.bt_content_w {
	font-size:15px;
	FONT-FAMILY:"微软雅黑";
	text-decoration:none;
	color:#3D3D3D;
	line-height:26px;
}
/*时间显示样式*/
/*注:v1.3及之前为为font-size:9pt */
.bt_time {
	font-size:12px;
	color:#999999;
	FONT-FAMILY:Verdana
}
.bt_date {
	font-size:12px;
	color:#999999;
	FONT-FAMILY:Verdana
}
/*"更多"显示样式*/
/*注:v1.3及之前为为font-size:9pt */
/*英文站可直接使用该样式*/
.bt_more {
	font-size:12px;
	color:#3D3D3D
}
a.bt_more {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more:visited {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more:hover {
	text-decoration:none;
	color:#ff0000;
}
/*微软雅黑字体使用*/
.bt_more_w {
	font-size:13px;
	color:#3D3D3D
}
a.bt_more_w {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more_w:visited {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more_w:hover {
	text-decoration:none;
	color:#ff0000;
}
/*下划线样式_虚线*/
.bt_unline {
	border-bottom:#999999 dashed 1px;
}
/*通用导航样式*/
/*注:v1.3及之前为font-size:10.5pt */
/*英文站可直接使用该样式*/
a.white {
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	font-weight:bold
}
a.white:visited {
	color:#ffffff;
	font-size:14px;
	font-weight:bold
}
a.white:hover {
	color:#ff0000;
	font-size:14px;
	font-weight:bold
}
/*微软雅黑字体使用*/
a.white_w {
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
	font-weight:bold
}
a.white_w:visited {
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
}
a.white_w:hover {
	color:#ff0000;
	font-size:15px;
	font-weight:bold
}
/*通用滚动条*/
.scrollbar {
	/*滚动条的基本颜色*/
		scrollbar-base-color:#c8e8fb;
	/*立体滚动条强阴影的颜色*/
		scrollbar-dark-shadow-color:#F5F1D8;
	/*立体滚动条凸出部分的颜色*/
		scrollbar-face-color:#E8E1B5;
	/*滚动条空白部分的颜色*/
		scrollbar-highlight-color:#c8e8fb;
	/*立体滚动条阴影的颜色*/
		scrollbar-shadow-color:#E8E1B5;
	/*立体滚动条亮边的颜色*/
		scrollbar-3d-light-color:#E8E1B5;
	/*上下按钮上三角箭头的颜色*/
		scrollbar-arrow-color:#4D6185;
}

/*行距*/
/*注:设计规范要求12px字体行距22px;14px字体行距26px; */
.line-height22 {
	line-height:22px;
}
.line-height26 {
	line-height:26px;
}
/*英文站主导航级栏目标题*/
.bt_column_title {
	font-size:16px;
	FONT-FAMILY:Arial;
	font-weight:bold;
	line-height:150%;
}
/*英文站底层栏目页栏目列表*/
.bt_column_e {
	font-size:14px;
	FONT-FAMILY:Arial;
	text-decoration:none;
	font-weight:bold;
	color:#3D3D3D;
	line-height:26px;
}
/*版通基本样式结束*/
/*网页全局样式结束*/

/* 自定义样式开始 */
/*	一些滤镜的样式 慎用，耗内存 */		
/* Glow 扩充的阴影字 支持IE4.0-IE9，不支持其他内核浏览器*/
/*注:v1.3及之前font-size:10.5pt */
.glow {
	FONT-SIZE: 14px;
	filter: Glow(Color=#3D3D3D, Strength=2)
}
/*微软雅黑字体使用*/
.glow_w {
	FONT-SIZE: 15px;
	filter: Glow(Color=#3D3D3D, Strength=2)
}
/* Gradient 渐变 gradientType=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明， 支持IE5.5-IE9,不支持其他内核浏览器 */
/*注:v1.3及之前为为font-size:10.5pt */
.grad {
	FONT-SIZE: 14px;
 FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0000FF, endColorStr=#3d3d3d00)
}
/*微软雅黑字体使用*/
.grad_w {
	FONT-SIZE: 15px;
 FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0000FF, endColorStr=#3d3d3d00)
}
/* AlphaImageLoader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片， 支持IE5.5-IE9,不支持其他内核浏览器*/
.alphaimage {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fwzx/图片文件', sizingMethod='scale')
}
/* Blur 模糊阴影字,支持IE5.5-IE9,不支持其他内核浏览器*/
.blur1 {
 filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true, pixelRadius=1, shadowOpacity=0.25)
}
/* Blur 模糊阴影字，支持IE5.5—IE9，不支持其他内核浏览器 */
.blur2 {
	filter:blur(add=ture, direction=135, strength=6)
}
/* DropShadow 有斜度的阴影字，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow1 {
	color: #ff0000;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
/*	制作对象的阴影效果 ，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow2 {
 filter:progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040, offX=3, offY=3, positives=true)
}
/*	文字发光，支持IE4.0-IE9，不支持其他内核浏览器 */
.dropshadow3 {
	filter:Dropshadow(offx=1, offy=0, color=white)Dropshadow(offx=0, offy=1, color=white)Dropshadow(offx=0, offy=-1, color=white)Dropshadow(offx=-1, offy=0, color=white)
}
/* 背景透明，支持ie6-IE9、chrome、火狐等等 */
.alphabg {
	FILTER: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5
}



/* 自定义样式结束 */
body{ background:url(../../../images/fwzx/bgg_03.jpg) repeat;}
.all { background:url(../../../images/fwzx/jhbg01_01.jpg) top center no-repeat;}

.banner { height:297px; width:100%; }

.nav { height:62px; line-height:62px; width:1020px; background-color:#2d8dc2; font-size:18px; color:#fff;  margin:0 auto;}

.navnr { width:1020px; margin:0 auto; padding-left:30px; }

.navnr a {  display:inline-block;  font-size:18px; color:#fff; margin-right:20px;  }
.navnr2 { float:right; padding-right:25px;}

.content {width:1020px; margin:0 auto; background-color:#fff;   /* overflow:hidden; */ min-height:500px; }
.xwdt_title { height:100px; padding-top:30px; text-align:center;}
.xwdt_nr { padding:0 10px; overflow:hidden;}
.xwdt_tpxw { float:left; width:480px; height:335px;}
.xwdt_xx { float:left; width:500px; margin-left:20px;}


ul li { list-style-type:none;}
ul{/* -webkit-padding-start:0; */margin:0px;padding:0px;}
.fwzn_nr { overflow:hidden; padding-left:20px}
.fwzn_tu { width:227px; height:260px; border:1px dashed #00a0e9; float:left; margin-right:20px; margin-bottom:20px; text-align:center; background:url(../../../images/fwzx/dbzn_03.jpg) 40px 190px  no-repeat; }
.fwzn_tu_lg { width:227px; height:260px; border:1px solid #00a0e9; float:left; margin-right:20px; margin-bottom:20px; text-align:center; background:url(../../../images/fwzx/dbzn_05.jpg) 40px 190px  no-repeat; font-weight:bold; }
.fwzn_img { margin-top:20px; margin-bottom:20px;}
.dbln { font-size:24px; color:#2957b5;}
.ckxq01 { width:142px; height:40px; margin-left:40px; margin-top:20px;}
.ckxq02 { width:142px; height:40px; margin-left:40px; margin-top:20px;}
.ckxq03 { width:142px; height:40px; margin-left:40px; margin-top:20px;}
.ckxq04 { width:142px; height:40px; margin-left:40px; margin-top:20px;}
.ckxq05 { width:142px; height:40px; margin-left:40px; margin-top:20px;}
.ckxq06 { width:142px; height:40px; margin-left:40px; margin-top:20px;}
.ckxq07 { width:142px; height:40px; margin-left:40px; margin-top:20px;}
.ckxq08 { width:142px; height:40px; margin-left:40px; margin-top:20px;}

.spline { overflow:hidden; padding:0 10px; margin-top:10px;}
.spfb { float:left; width:490px; height:300px;  }
.spfb_title { background:url(../../../images/fwzx/zcsp_03.jpg) no-repeat; height:85px; overflow:hidden;}
.spfb_title_more { width:40px; height:40px;  margin-left:443px; margin-top:40px;}
.spfb_nr01 { background-color:#d9d5d5; height:35px; line-height:35px; padding:0 30px; margin-top:1px;}
.spfb_nr { height:177px; overflow-x:auto; }
.zcwj {float:left; width:490px; height:300px; margin-left:20px;}
.spfb_title02 { background:url(../../../images/fwzx/zcsp_05.jpg) no-repeat; height:85px; overflow:hidden;}
.spfb_title_more02 { width:40px; height:40px;  margin-left:443px; margin-top:40px;}
.zcwj_nr { height:212px; border:1px solid #d6d6d6; border-top:none;}
.foot_line { height:12px; background: url(../../../images/fwzx/foot01.jpg) repeat-x; margin-top:30px; }


.foot { width:1020px; height:140px; background-color:#fff; margin:0 auto;}

    
    .footBox{
        width: 1000px;
        height: 138px;
        margin: 0 auto;
        display: table;
        position: relative;
    }
    .footBox p{
        display: table-cell;
        vertical-align: middle;
        line-height: 26px;
        text-align: center;
        font-size: 13px;
        font-family: "微软雅黑";
        color: #333;
    }
    .footBox p a{
        font-size: 13px;
        font-family: "微软雅黑";
        color: #333;
    }
    .footBox p a:hover{
        color: #f00;
    }
    .footBox .lefpic{
        width: 50px;
        height: 63px;
        position: absolute;
        left: 190px;
        top: 38px;
    }
    .footBox .rigpic{
        width: 109px;
        height: 52px;
        position: absolute;
        right: 150px;
        top: 44px;
		overflow:hidden;
    }


.lbnr { width:100%; min-height:600px; padding:15px; margin-top:10px;}





.dqwz { background:url(../../../images/fwzx/bt_wz_bule.png) no-repeat 2px 12px #f6f6f6; width:1000px; margin:0 auto; height:35px; line-height:35px; padding-left:20px; margin-top:5px;}
.content1 { width:1020px; margin:0 auto; overflow:hidden; margin-top:20px; margin-bottom:20px;}
.con_left { float:left; width:235px; background-color:#fff; min-height:600px; }
.con_left_line1{height:40px;line-height:40px;	background:#1d79cc;	text-align:center}

.con_right { float:left; margin-left:10px; width:775px; background-color:#fff; min-height:600px; }
.right_title { padding:0 20px;}
.bt-rig-title {
	width:100%;
	height:40px;
	*+height:38px;
	border-bottom:#CCC solid 2px;
	background:url(../../../images/fwzx/bt_title_blue.jpg) no-repeat 0 12px}
.bt-rig-title span {
	line-height:40px;
	border-bottom:#1e79cc solid 2px;
	display:block;
	float:left;
	font-size:16px;
	font-weight:600;
	padding:0 10px 0 25px;
	/*如果前缀使用图片请删除内边距*/
	
}	

.right_nr { padding:20px;}

.foot1 { width:1020px; min-height:127px; background-color:#fff; margin:0 auto; }







.content2 { width:1020px; margin:0 auto; overflow:hidden; margin-top:20px; margin-bottom:20px; min-height:600px; background:#fff;}

.wzzw { padding:30px;}
.position a{font-size:12px;}
.page-wrap{padding-top:30px;text-align:center;padding-bottom:10px;}

.wzwza {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 380px;
	display: block;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	padding: 0 20px;
	color: #fff;
	background: #2d8dc2;
	border-radius: 18px;
	font-weight: 600;
}
a.wzwza {
			/*正常的未被访问过的链接*/
			&:link {
				text-decoration: none;
			}

			/*已经访问过的链接*/
			&:visited {
				text-decoration: none;
				color: #fff;
			}

			/*鼠标划过(停留)的链接*/
			&:hover {
				text-decoration: none;
				color: #fff;
			}

			/* 正在点击的链接*/
			&:active {
				text-decoration: none;
				color: #fff;
			}
}