/*项目部 2014.07.11 */
/*说明：项目中，请将下面用不到的样式删除，不要保留在此文档中*/
/*更新说明：按修改的设计规范，添加了英文站的css样式，及微软雅黑字体使用样式；加了内边距的样式*/
/*更新说明：微软雅黑的样式多为加了后缀:'_w',处修改字体外，需把字体大小提高1px;英文站样式多沿用原样式，其他样式加了后缀:'_e',修改字体，增加了几个英文站使用的样式*/
/*网页全局样式开始*/

body {
	/*body基本样式开始*/
	font-family: "微软雅黑";/*项目中根据自己项目的需要调整自己的字体，英文站要求使用Arial字体*/
	color: #333;
	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;
}
/*定义整个页面的宽度*/
page {
	width: auto;
!important;
	max-width: 1000px !important;
	margin: 0 auto;
 height:auto !important width:1000px;
}
/*表格设置合并边框   注意：如果网页中用到了table的cellspace属性，会将页面的间距全部置为0，请慎用下面的样式*/
table {
	border-collapse: collapse;
}
/*指定当表格的单元格无内容时，显示该单元格的边框，不支持IE6 IE7 IE8(Q)*/
td {
	empty-cells: show;
}
/*页面容器初始化开始,*/
/*注:v1.3及之前为font-size:9pt;line-height:180% */

form, img, ul {
	padding: 0px;
	margin: 0px;
}
/*页面容器初始化结束*/

/*清除页面底部高度，iframe所致*/
#vishidden {
	display: none
}
/*版通基本样式开始*/
/*整个网页超链接样式开始*/
a {
	text-decoration: none;
	color: #3D3D3D;
}
a:visited {
	color: #3D3D3D;
	text-decoration: none;
}
a:hover {
	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/图片文件', 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
}
/* 自定义样式结束 */

/* 项目自定义开始 */
.font_1 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color: #0869b5;
	line-height: 28px;
	border-bottom: 2px #0869b5 solid;
}
.font_2 {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #888;
	line-height: 28px;
	border-bottom: 1px #888 solid;
}
.font_3 {
	font-family: "微软雅黑";
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: url(dh01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.font_4 {
	font-family: "微软雅黑";
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: url(dh02.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.font_5 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color: #0869b5;
	line-height: 28px;
}
.font_6 {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #888;
	line-height: 28px;
}
.dh:link {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 39px;
}
.dh:visited {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 39px;
}
.dh:hover {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 39px;
}
.ldbz:link {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 15px;
	color: #2785CE;
	line-height: 50px;
}
.ldbz:visited {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 15px;
	color: #2785CE;
	line-height: 50px;
}
.ldbz:hover {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 15px;
	color: #2785CE;
	line-height: 50px;
	text-decoration: underline;
}
.gk01:link {
	background: url(gk_03.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk01:visited {
	background: url(gk_03.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk01:hover {
	background: url(gkb_03.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk02:link {
	background: url(gk_05.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk02:visited {
	background: url(gk_05.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk02:hover {
	background: url(gkb_05.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk03:link {
	background: url(gk_07.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk03:visited {
	background: url(gk_07.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk03:hover {
	background: url(gkb_07.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk04:link {
	background: url(gk_09.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk04:visited {
	background: url(gk_09.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk04:hover {
	background: url(gkb_09.jpg);
	background-repeat: no-repeat;
	display: block;
}
.gk05:link {
	background: url(gki_22.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 45px;
	color: #333;
	text-decoration: none;
}
.gk05:visited {
	background: url(gki_22.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 45px;
	color: #333;
	text-decoration: none;
}
.gk05:hover {
	background: url(gki_19.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 45px;
	color: #333;
	text-decoration: none;
}
/* 项目自定义结束 */


/*导航*/
.daohang {
	margin: 0 auto;
	width: 100%;
	height: 41px;
}
.daohangnr {
	margin: 0 auto;
	width: 1000px;
	height: 41px;
	line-height: 41px;
	text-align: left;
}
.dhl {
	margin: 0 auto;
	width: 148px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
	color: #000;
	font-size: 17px;
}
.dho {
	margin: 0 auto;
	width: 249px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #3f87c1;
	float: left;
	color: #000;
	font-size: 17px;
}
.hsxw {
	margin: 0 auto;
	width: 90px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: left;
	font-family: "微软雅黑";
	font-size: 17px;
	color: #000;
}
.mtjj {
	margin: 0 auto;
	width: 90px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: left;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #000;
}
.w_lan_f {
	width: 120px;
	height: 35px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background-color: #3f87c1;
}
.w_hui {
	width: 120px;
	height: 35px;
	color: #000;
	text-align: center;
	line-height: 30px;
}
.zy_dca {
	width: 86px;
	height: 32px;
	color: #003267;
	text-align: center;
	line-height: 32px;
	background: url(zyjgzn_bg01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
}
.zy_dcb {
	width: 86px;
	height: 32px;
	font-size: 15px;
	color: #000;
	text-align: center;
	line-height: 32px;
	background: url(zyjgzn_bg02.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
#hx0313 {
	margin: 0 auto;
	width: 1000px;
	height: 3px;
	background-color: #00489d;
}
.yi {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	z-index: 999;
	top: 0;
	background-color: #fff;
	height: 368px;
}
.zzlj {
	width: 80px;
	height: 35px;
	text-align: left;
	line-height: 35px;
}
.yqlj {
	width: 200px;
	height: 35px;
	margin-right: 20px;
}
.marl {
	width: 1px;
	height: 41px;
	background-color: #fff;
	float: left;
}
/*导航*/
.xxtab {
	width: 142px;
	height: 41px;
	float: left;
	line-height: 41px;
	text-align: center;
	background-color: #086CCA;
}
.xxtaba {
	width: 142px;
	height: 41px;
	float: left;
	line-height: 41px;
	text-align: center;
	background-color: #0831a4;
}
.dhaa {
	font-size: 15px;
	font-family: '微软雅黑';
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 41px;
}
.dhaa:link {
	text-decoration: none;
	color: #fff
}
.dhaa:visited {
	text-decoration: none;
	color: #fff
}
.dhaa:hover {
	text-decoration: none;
	display: block;
	color: #fff;
	line-height: 41px;
	transition: all 0.2s ease-out 0s;
	background-color: #0831a4;
}
.dhaa:active {
	text-decoration: none;
	color: #fff
}
img {
	border: 0;
}
#slides {
	position: relative;
	width: 548px;
	height: 340px;
	float: left;
}
.slides_container {
	overflow: hidden;
	position: relative;
	display: none;
	width: 548px;
	height: 340px;
}
.slides_container div.slide {
	width: 548px;
	height: 340px;
	display: block;
}
.slides_container img {
	width: 548px;
	height: 340px;
	display: block;
}
#slides .prev {
	margin-right: 5px;
	float: left;
}
#slides .next {
	margin-right: 5px;
	float: left;
}
.pagination {
	margin: 6px 0 0;
	list-style: none;
	z-index: 98;
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.pagination li {
	float: left;
	margin: 0 1px;
}
.pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-position: 0 0;
	float: left;
	overflow: hidden;
	background-image: url(picture01606071911068126938.png);
}
.pagination li.current a, .pagination li.current a:hover {
	background-position: -16px -0px
}
.pagination li a:hover {
	background-position: 0px -0px
}
#slides a:link, #slides a:visited {
	color: #333
}
#slides a:hover, #slides a:active {
	color: #9e2020
}
.tmbg {
	display: block;
	background: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 32px;
	height: 32px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
	width: 548px;
	overflow: hidden;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.font {
	z-index: 2;
	text-decoration: none;
	position: relative;
	margin-top: -32px;
	padding-left: 15px;
	line-height: 32px;
}
.subPic {
	width: 985px;
	margin: 0 auto;
	height: 50px;
	padding: 10px 5px 10px 10px;
	background: #fff;
}
.subPic li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.subPic li a {
	display: block;
}
