﻿@charset "utf-8";
ul,li,h3{margin:0; padding:0; list-style:none;}

body {
    font-family: 微软雅黑, Arial;
	color:#3d3d3d;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align: left;
	background-color: #ededed;
}
.cpad{width:100%; overflow:hidden; background:#fff;}

p{ margin:5px auto;}

img {
	border:0;
}

page {
	width:auto;!important;
	max-width:1000px !important;
	margin:0 auto;
 	height:auto !important width:1000px;
}

table {
	border-collapse:collapse;
}

td {
	empty-cells:show;
}

tr, td {
	font-size:12px;
	color:#3d3d3d;
	line-height:22px;
}
form {
	padding:0px;
	margin:0px;
}

#vishidden {
	display:none
}
/*版通基本样式开始*/
/*整个网页超链接样式开始*/
a {
	text-decoration:none;
	color:#3D3D3D;
}

a:hover {
	text-decoration: underline;
	color:#bd1e22;
}
/*文章标题样式*/
.title {
	font-size:22px;
	color:#d60000;
	font-weight:bold;
	line-height:150%;
	text-align:center;
}
/*微软雅黑字体使用*/
.title_w {
	font-size:23px;
	FONT-FAMILY:微软雅黑;
	color:#3D3D3D;
	font-weight:bold;
	line-height:150%;
}
/*首页、频道页栏目默认标题列表样式 小字体*/
.bt_link {
	font-size:14px;
	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:hover {
	text-decoration:none;
	color:#bd1e22;
}
/*微软雅黑字体使用*/
.bt_more_w {
	font-size:13px;
	color:#3D3D3D
}
a.bt_more_w {
	text-decoration:none;
	color:#3d3d3d;
}

a.bt_more_w:hover {
	text-decoration:none;
	color:#bd1e22;
}
/*下划线样式_虚线*/
.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:hover {
	color:#bd1e22;
	font-size:14px;
	font-weight:bold
}
/*微软雅黑字体使用*/
a.white_w {
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
	font-weight:bold
}

a.white_w:hover {
	color:#bd1e22;
	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;
}
/*信息列表内边距:上下边距*/
.padding_tb{ padding-top:40px; padding-bottom:40px}
/*信息列表内边距:左右边距*/
/*通栏式文章页正文上下、左右内边距分别为：40px、100px*/
.padding_lr100{ padding-left:100px; padding-right:100px}
/*两栏式文章页正文上下、左右边距分别为：40px、60px*/
.padding_lr60{ padding-left:60px; padding-right:60px}
/*信息列表内边距*/
/*宋体14px与边框左边、顶部和底部的距离是15px，宋体12px与边框左边、顶部和底部的距离是10px*/
.padding10{ padding:10px 0px 10px 10px }
.padding15{ padding:15px 0px 15px 15px }
/*版通基本样式结束*/
/*网页全局样式结束*/
/*清楚浮动*/
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: "";
	visibility: hidden;
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

/*自定义开始*/
/*当前位置*/


/*---- 顶部 ----*/
.top_bg{width:100%; height:32px; background-color:#0970d9;}
.top{width:98%; margin:0 auto; height:32px; line-height:32px;color:#ffffff; font-size:13px;}
.top a{color:#ffffff; font-size:13px; margin:0 4px;}
.top a:hover{ text-decoration:underline}
.top .left{ float:left;}
.top .right{ float:right;}
.logo {width:700px; margin:20px auto;}
.search{width:600px; margin:0 auto; overflow:hidden; margin-bottom:20px;}
.search li{width:100%; overflow:hidden;}
.search .input1 {width:380px; height:31px; margin-left:25px; padding-left:10px; line-height:31px; border:solid 1px #b5b5b5; border-right:0; float:left;}
.search .input2 {width:110px; height:35px; float:left;}
.search a{text-align:center; line-height:35px; padding-left:10px; color:#ba0001; font-size:15px;}
.search .hot_search span{font-size:15px; color:#ba0001; margin-left:25px;}
.search .hot_search a{font-size:15px; color:#333;}

.header {background: url(http://beijingtjyx.com/picture/1/2102221140167783359.jpg) no-repeat;}


/*---- 底部 ----*/
.footer{width:100%;background-image: url(http://beijingtjyx.com/picture/1/2102161254132799409.jpg);height: 370px;}
.footer .bottom { height:50px; text-align:center;}
.footer .bottom a{ font-size:14px; color:#ffffff; line-height:50px;}
.footer .copyright { text-align:center; font-size:14px; color:#fff; line-height:20px;}

/*---- 当前位置 ----*/
.current { width:760px; margin:0 auto; height:32px; padding-left:4px; line-height:32px; font-size:12px; color:#656565; padding-left:240px;}

/*中部样式*/
.middle { width:1000px; margin:0 auto; min-height:300px;}

/*栏目页样式*/
.middle_left { width:225px; float:left; min-height:300px;}
.middle_right { float:right; width:710px; min-height:600px; padding:10px 25px; border:1px solid #d4d4d4; background-color:#FFF; margin-bottom:40px;}

.left_top { width:210px; height:55px; background:url(col_03.png) no-repeat; line-height:55px; color:#FFF; font-size:19px; font-weight:bold; text-align:center; padding-right:15px;}
.left_main { width:225px; min-height:100px;}
.left_main ul { list-style:none; padding:0px; margin:0px; height:auto;}
.left_main li { list-style:none; width:225px; padding:0px; margin:0px;}
.left_main li:hover { list-style:none; width:225px; padding:0px; margin:0px;}

.colqh { display:block; line-height:30px; width:185px; color:#676568; font-size:14px; padding-left:25px; background:url(dian_3.jpg) no-repeat; background-color:#e8d2d4; border-bottom:1px dashed #c6c6c6;}
.oncolqh { display:block; line-height:30px; width:185px; color:#be1d22; font-weight:bold;  font-size:14px; background:url(dian_2.jpg) no-repeat; background-color:#FFF; text-decoration:none; padding-left:25px;}
.oncolqh:hover { display:block; line-height:30px; width:185px; font-weight:bold; font-size:14px;  text-decoration:none;  padding-left:25px;}
.colqh:hover { display:block; line-height:30px; width:185px; color:#be1d22;  font-size:14px; text-decoration:none; padding-left:25px; background:url(dian_2.jpg) no-repeat; background-color:#FFF;}

.right_top { width:100%; height:42px; line-height:42px; color:#bd1e22; font-weight:bold; font-size:16px;}

.right_main { width:100%;}
.right_main .lb{width:100%; margin:0 auto; padding:5px 0;}
.right_main .lb ul li{background:url(icon_01.png) left no-repeat; padding-left:13px; height:32px; line-height:32px;}
.right_main .lb ul li a{font-size:15px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display:block}
.right_main .lb ul li span{float:right; margin-left:10px; font-size:14px; color:#888;}
.line1{ background:url(line1.gif) repeat-x; margin:12px 0 10px 0; height:1px;}
.right_bottom { width:100%; height:10px; float:left;}

/*文章页样式*/
.art_current {width:980px; margin:0 auto; height:32px; line-height:32px; font-size:12px; color:#656565; padding-left:20px;}
.art_page{width:928px; padding:20px 35px; margin:0 auto; background:#ffffff; border:solid 1px #d4d4d4; min-height:600px; overflow:hidden;}
.art_content{width:100%; min-height:500px;}
.articlequotetitle{ font-size:18px; line-height:40px; overflow:hidden;}
.articletitle{font-size:22px;color:#d60000;	font-weight:bold;line-height:150%;text-align:center; padding:5px 0; overflow:hidden;}
.articlesubtitle{ font-size:18px; line-height:40px; text-align:center; overflow:hidden;}
.art_title{ padding-bottom:20px; overflow:hidden;}
.art_top{ text-align:center; color:#999; font-size:13px; line-height:24px; overflow:hidden;}
.art_top span{margin-left:15px; margin-right:15px;}
.art_top a{ color:#999; font-size:13px;}
.art_top2{border-bottom:solid 1px #d4d4d4; padding-bottom:15px;}
#zoom{ width:95%; margin:20px auto; font-size:15px; line-height:180%; overflow:hidden; min-height:300px;}
#zoom table{width:100% !important; border: 1px #3d3d3d solid !important; border-collapse:collapse !important; border-right:#3d3d3d 1px solid !important; border-bottom:#3d3d3d 1px solid !important; border-width: 0px 1px 1px 0px !important; border-style: none solid solid none !important; border-color: blue 3d3d3d 3d3d3d blue !important; border: 1px 3d3d3d !important; background-color:#ffffff !important;}
#zoom td{ border: 1px #3d3d3d solid !important; border-collapse:collapse !important; border-left:#3d3d3d 1px solid !important; border-top:#3d3d3d 1px solid !important; padding-left:8px !important;  border-width: 1px 0px 0px 1px !important; border-style:solid none none solid !important; border-color:3d3d3d blue blue 3d3d3d !important; border-width:1px !important; border-color:#3d3d3d !important; border-top-style:solid !important; border-top-width:1px !important; border-top-color:#3d3d3d !important; border-left-style:solid !important;  border-left-width:1px !important; border-left-color:#3d3d3d !important;}
.art_bottom{ width:95%; height:30px; line-height:30px; margin:0 auto; padding:10px 0; border-bottom:solid 1px #e9e9e9;}
.art_share{width:50%; float:left;}
.art_share a{font-size:14px !important;}
.print_close{width:50%; float:left; text-align:right;}
.close{ font-size:14px; background:url(close.jpg) left no-repeat; padding-left:20px;}
.print{ font-size:14px; background:url(print.jpg) left no-repeat; padding-left:20px;}
.art_sxp{ width:95%; margin:10px auto; overflow:hidden;}
.art_sxp p{ display:block; line-height:24px; margin:5px auto;}
.art_xgwz{ width:100%; margin:0 auto; background:url(line2.png) bottom repeat-x; height:40px; line-height:40px; color:#c50000; padding-top:10px;}
.art_xgwzlb{width:95%; margin:0 auto; padding:5px 0;}
.art_xgwzlb ul li{background:url(icon_01.png) left no-repeat; padding-left:13px; height:32px; line-height:32px;}
.art_xgwzlb ul li a{font-size:15px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display:block}
.art_xgwzlb ul li span{float:right; margin-left:10px; font-size:14px; color:#888;}
.kong{width:100%; height:30px;}

/**********分享**********/
.gov_weixin_share .fixed{width:68px;padding:6px;border:1px #d2d2d2 solid;background:#eeeeee;text-align:center;margin:0 0 5px 0;}
.gov_weixin_share .fixed p{margin:3px 0 0 0;padding:0;line-height:18px;}
.gov_weixin_share{ position:fixed;width:82px;font-size:12px;top:150px;right:0;
right:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
top:expression(eval(document.documentElement.scrollTop+150-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
.phone{display:none;}
/* @media all and (max-width: 500px){
	.cpad{display:none;}
.phone{display:block;}

@charset "utf-8";
/* CSS Document by liu */
/*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body{
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
  outline:0;
  font-size:100%;
  background:transparent;
}
ol,ul,li{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
}
body{
	margin:0;
	padding:0;
	font:12px Helvetica,Tahoma,Verdana,"微软雅黑","Microsoft YaHei";
	background: white;
}
.center{
	margin:auto;
	text-align:center;
}
.ellipsis{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.wrap{
	word-wrap:break-word;overflow:hidden;
}
.clear{
	clear:both;
	content:'';
}
.clear:after{
	clear:both;
	content:'';
}
.inline{
	display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
  margin:2px;
  padding:0;
}
h1 {
  font-size: 16px;
  line-height: 1em;
}
h2 {
  font-size: 16px;
  line-height: 1.1em;
}
h3 {
  font-size: 16px;
  line-height: 1.3em;
}
h4 {
  font-size: 1.2857142857142858em;
  line-height: 1.3em;
}
h5 {
  font-size: 1.1428571428571428em;
  line-height: 1.3em;
}
h6 {
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
}
.subheader {
  font-size: 1.2em;
  font-weight: normal;
  vertical-align:middle;
  color: #8f8f8f;
}
.fontsize1 {
	font-size: 2.5714285714285716em;
  	line-height: 1em;
}
.fontsize2 {
	font-size: 2.142857142857143em;
  	line-height: 1.1em;
}
.fontsize3 {
	font-size: 1.7142857142857142em;
  	line-height: 1.3em;
}
.fontsize4 {
	font-size: 1.2857142857142858em;
  	line-height: 1.3em;
}
.fontsize5 {
	font-size: 1.1428571428571428em;
  	line-height: 1.3em;
}
.fontsize6 {
	font-size: 1em;
  	line-height: 1.3em;
  	text-transform: uppercase;
}
.fontsize7 {
	font-size: 0.85em;
  	line-height: 1em;
  	text-transform: uppercase;
}
.detail-plus{
	position:relative;
}
.detail-plus:after{
	clear:both;
	content:'';
	position:absolute;
	width:10px;
	top:0;
	bottom:0;
	right:3px;
}
.table{
	display:table;
	width:100%;
}
.table-row{
	display:table-row;
}
.table-cell{
	display:table-cell;
}
/*Forms 的样式*/

.forms {
  width: 98%;
}

.forms input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  border: 1px solid #cccccc;
  background: white;
  padding: 5px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 98%;
  margin-bottom: 10px;
}
.forms select {
  width: 100%;
}
.forms input:focus,
textarea:focus,
select:focus {
  color: #454743;
  -webkit-box-shadow: 0 0 5px 1px #cccccc;
  box-shadow: 0 0 5px 1px #cccccc;
}

input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
.forms placeholder {
  font-size: 0.835em;
}
.forms label {
  font-weight: bold;
  font-size: 0.835em;
  color: #797272;
}
.forms fieldset {
  padding: 9px 9px 2px 9px;
  border: solid 1px #dddddd;
  margin: 18px 0;
}
.forms legend {
  font-size: 0.835em;
  color: #797272;
  font-family: inherit;
}
.forms input[type=radio],
input[type=checkbox] {
  display: inline;
  width: auto;
  margin-bottom: 0;
  height: 15px;
  width: 15px;
}
/*
 * 按钮样式
 */
.btn {
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  border: 1px solid #dadada;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom-color: #a9a9a9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0px #ffffff;
}
.btn:active {
  color: #000;
  filter: none;
  background: none;
  background: #eee;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* 小 */
.btn-small {
  padding: 4px 12px;
  font-size: 11px;
}
.btn-small.btn-active {
  padding: 5px 12px;
}
/* 大 */
.btn-big {
  padding: 10px 24px;
  font-size: 20px;
}
/* 方 */
.btn-square {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* 圆 */
.btn-round {
  border-radius: 15px;
  border-radius: 0 \0;
  /* ie9 hack */
}

/* Disabled  */
.btn.disabled,
.btn[disabled] {
  border: none;
  filter: none;
  background: none;
  background-color: #e9e9e9;
  opacity: 0.6;
  cursor: default;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

a {text-decoration: none;color:black}

/*遮罩*/
.loadmask{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:999;
	-webkit-opacity:0.7;
	background-color:white;
	background-repeat:no-repeat;
	background-position:center;
}

/*弹出层样式*/
.dialog{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:0;
	display:none;
}
.dialog_content{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:white;
	-webkit-box-shadow:0px 0px 5px #696969;
	border:1px solid rgba(204,204,204,1);
	padding:0 5px 7px 5px;
}
.dialog_head{
	height:50px;
	text-align:center;
}
.dialog_close{
	position:absolute;
	display:inline-block;
	height:40px;
	width:40px;
	left:0;
	margin:5px 5px 5px 15px;
	opacity:0.4;
}
.dialog_title{
	height:40px;
	display:inline-block;
	text-align:center;
	line-height:40px;
	margin:5px 0;
	font-size:24px;
	font-weight:800;
	opacity:0.4;
}
.dialog_btns{
	position:absolute;
	display:inline-block;
	height:40px;
	right:0;
	margin:5px 15px 5px 0px;
}
.dialog_mask{
	position:absolute;
	-webkit-opacity:0.7;
	background-color:white;
	background-repeat:no-repeat;
	background-position:center;
}
.dialog_share{
	display:inline-block;
	height:40px;
	width:40px;
	margin:0 0 0 15px;
	opacity:0.3;
}
.dialog_font_down{
	display:inline-block;
	height:40px;
	width:40px;
	margin:0 0 0 15px;
}
.dialog_font_up{
	display:inline-block;
	height:40px;
	width:40px;
	margin:0 0 0 15px;
}
.dialog_iframe{
	width:100%;
	border-radius:0 0 7px 7px;
}
.overflow-scrolling{
	overflow:scroll;
	*-webkit-overflow-scrolling:touch;
	-webkit-transform: translate3d(0,0,0);
}
.overflow-scrolling > * {
    -webkit-transform: translateZ(0px);
}
.float_gallery{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#1C1C1D;
	z-index:200;
	text-align:center;
}
.gallery_title{
	line-height:45px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:45px;
	color:white;
	font-size:25px;
	margin-top:0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#8D8D8D), color-stop(0.5,#3F3F3F),color-stop(0.5,#2C2C2C), to(rgba(0,0,0,1)));
	border-bottom:1px solid #2D2D2D;
	z-index:999;
}
.gallery_close{
	margin:9px;
	position:absolute;
	line-height:25px;
	height:25px;
	width:50px;
	color:white;
	z-index:300;
	border:1.5px solid #383838;
	-webkit-border-radius:5px;
	font-size:14px;
	box-shadow:0px 0px 2px #494949 inset;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#8D8D8D), color-stop(0.5,#3F3F3F),color-stop(0.5,#2C2C2C), to(rgba(0,0,0,1)));
}
.gallery_abs{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:80px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.7)), color-stop(0.01, rgba(145,145,145,0.3)),color-stop(0.5, rgba(53,53,53,0.2)), to(rgba(0,0,0,1)));
	text-align:center;
	line-height:80px;
	font-size:26px;
	color:white;
	z-index:999;
}
.gallery_count{
	display:block;
	height:80px;
	width:100px;
	position:absolute;
	right:0;
	top:0;
	font-size:40px;
}
.float_gallery img{
	max-height:768px;
	max-width:768px;
	vertical-align:middle;
}
.small_float_gallery{
	position:relative;
	top:0;
	left:0;
	right:0;
	background-color:#1C1C1D;
	z-index:200;
	text-align:center;
	overflow:hidden;
}
.small_gallery_header{
	position:absolute;
	box-shadow: 0 2px #171718;
	background: -webkit-gradient(linear,0 0,0 100%,from(#3B3B3B),to(#232323));
	text-align:center;
	height:40px;
	left:0;
	right:0;
	top:0;
	line-height:40px;
	font-size: 16px;
	color:white;
	z-index:400;
}
.small_gallery_close{
	width:20%;
	display:inline-block;
	text-align:center;
	border-right: 1px solid #3F3F3F;
	position:relative;
}
.small_gallery_close:after{
	content: "";
	background-color: #353535;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.small_gallery_count{
	width:57%;
	display:inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.small_gallery_yuantu{
	width:20%;
	display:inline-block;
	border-left: 1px solid #3F3F3F;
	position:relative;
}
.small_gallery_yuantu:after{
	content: "";
	background-color: #353535;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
}
.small_gallery_abs{
	position:absolute;
	color:white;
	bottom:3px;
	left:0;
	right:0;
	height:50px;
	line-height:50px;
	text-align:left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	padding-left:15px;
	background: -webkit-gradient(linear,0 0,0 100%,from(#272727),to(#121212));
}
.small_float_gallery img{
	max-height:320px;
	max-width:320px;
	vertical-align:middle;
}
.small_gallery_progressbar{
	width:100%;
	position:absolute;
	bottom:0px;
	height:3px;
	left:0;
	width:0%;
	background-color:rgba(36,140,225,1);
}
.paging-morebtn{
	position:relative;
	margin: 6px auto 12px;
	height: 34px;
	width: 92%;
	border: 1px solid #B9B9B9;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color:black;
	-webkit-transition-property:background,color;
	-webkit-transition-duration:0.3s;
	background: -webkit-gradient(linear,0 0,0 100%,from(whiteSmoke),to(#E3E3E3));
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.paging-morebtn:active{
	background: -webkit-gradient(linear,0 0,0 100%,from(#06F),to(#09F));
	color:rgba(255,255,255,1);
	-webkit-border-radius: 3px;
}
.paging-loading{
	position:absolute;
	display: block;
	top:0;
	bottom:0;
	left:15px;
	width:35px;
}
.slider-page-animation{
	-webkit-animation:slider 500ms ease-out;
	-webkit-animation-fill-mode:forwards;
}

@-webkit-keyframes slider{
	0%{
		-webkit-transform:scaleX(1);
	}
	60%{
		-webkit-transform:scale(0.9);
	}
	100%{
		-webkit-transform:translateX(100%);
	}
}

/*自定义的样式*/
#footer {
    width: 100%;background-color: #a1a2a1; height:110px;  font-size: 14px; line-height: 40px;color: #ffffff;
}

#header {
    width: 100%;height: auto;
}
/*颜色套系，可更换，蓝色#d60000、绿色#2ac400、红色#e80303、橙色#ff8400*/
.setcolor{
	
	}

.logo {
     text-align:center; background:url(cpad_bg_top.jpg); background-repeat:repeat-x;
}
.logo img { max-height:72px; padding:18px 0px 15px 0px;}
/*headline需要更换相应颜色*/
.head_line {
   width: 100%; border-top: solid 1px #0052a5;border-bottom: solid 1px #3387dc;
}

.nav {
   width: 100%; height: auto;min-height: 36px; line-height: 36px; border-bottom:solid 1px #fff; background-color:#d60000;
}
.nav li{text-align:center;}
.nav li a{padding-left: 10px;padding-right: 10px;line-height: 36px; font-size:18px; font-weight:bold; color:#fff}
.new_picswipe{
	text-align:center
}
.col_1 {
    border: solid 5px #e4e5e4;background-color: #e8e8e8;padding: 5px; min-height:330px;
}
.col_2 {
    border: solid 5px #e4e5e4; border-top:none;background-color: #ffffff;padding: 5px; min-height:330px;
}

.col_bt {width:95%; margin:0 auto; overflow:hidden; font-size: 16px; color: #d60000;
}

.col_bt_left {
   line-height:40px; height:40px; border-bottom:solid 1px #bbb;
}
.col_bt_left span{font-size:18px; font-weight:bolder; color:#ba0001; border-bottom:solid 1px #ba0001;line-height:40px; display:inline-block;}
.col_bt_right {
    float: right; height: 37px;
}

.col_sed {
    width: 100%;height: 30px; line-height: 30px;margin-bottom: 5px;
}

.new_bt { height: auto;min-height: 28px;line-height: 28px;font-size: 18px; color: #333;border-bottom: dotted 1px #cccccc; padding-top:5px; padding-bottom:5px
}
.new_bt li a{ height: auto;min-height: 28px;line-height: 28px;font-size: 18px; color: #333;border-bottom: dotted 1px #cccccc; padding-top:5px; padding-bottom:5px
}
.new_bt a:link{color: #333}
.new_bt a:visited{color:#aaa}
.new_bt a:hover{ color: #333}
.new_bt a:active{color:#aaa}


.date_time {
    float: right;
}

.copyright {
    font-size: 14px;line-height: 40px; color:#fff;
}
.tabBox{width:95%; margin:0 auto;}
.tabBox .hd{ height:40px; line-height:40px; padding:0 10px; font-size:16px; background:#f4f4f4; border-bottom:1px solid #F5AB38; position:relative;  }
	.tabBox .hd ul{ position:absolute; height:41px; top:0; overflow:hidden;  }
	.tabBox .hd ul li{ float:left; padding:0 10px; color:#666;  }
	.tabBox .hd ul .on{ border:2px solid #F5AB38; border-bottom-color:#fff; background:#fff; color:#CF7F21;   }
	.tabBox .hd ul .on a{ display:block; color:#d60000; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
	.tabBox .bd li:hover{ background-color:#f3f3f3}
		/*.tabBox .bd li{ white-space:nowrap;overflow:hidden;text-overflow:ellipsis;  line-height:23px; margin:0px; padding:0px; border-bottom:#CCC dashed 1px; padding-bottom:8px;  padding-top:8px; clear:both; overflow:hidden;  }
	.tabBox .bd li a{ color:#666; }
	.tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
	
	#ed1 ul li { list-style:none; padding:0; margin:0;}

.bd a{ font-size:16px;}

.showMorehandle { width:100%; font-size:17px; height:35px; line-height:35px; text-align:center; background-color:#e4e5e4;}

#vishidden{ display:none}

body,ul,li,input{ margin:0; padding:0; list-style:none; border:none;}
a{ text-decoration:none; color:#3d3d3d; font-size:17px;}
a:hover{text-decoration:underline; color:#F00}
.sjlogo{width:100%; text-align:center; background-color:#e1e1e1; padding:10px 0; border-top:solid 2px #ba0003;}
.sjlogo img{width:95%;}
.sjsearch{width:100%; padding:5px 0; background-color:#ababab;}
.sjinput1{width:98%; max-width:530px; height:35px; background:url(search_02.jpg) no-repeat left; background-size:100%; color:#333; padding-left:2%;}
.sjinput2{width:95%; max-width:32px;}
.sjnav { padding:5px 0; background:url(bg_03.jpg) repeat-x top; overflow:hidden}
.sjnav ul{ width:95%; margin:0 auto; overflow:hidden}
.sjnav ul li{ float:left; width:33%; float:left; text-align:center;}
.sjnav ul li a{ display:block; color:#fff; font-size:18px; line-height:30px; font-weight:bold; text-decoration:none;}


.focusBox { position: relative; width:100%; overflow: hidden; }
.focusBox .pic{ position:relative; z-index:0; }
.focusBox .pic .img1 { width:100%; height:255px; display: block;}
.focusBox .hd { display:block; width:100%;height:20px; position: absolute; padding-top:10px; top:225px; text-align:center; font-size:0; z-index:1; padding-right:5%; background:url(s1603101644241738349.png) }
.focusBox .hd li{ margin:0 10px; background: #fff; width:10px; height: 10px; overflow: hidden; cursor: pointer; display:inline-block; *display:inline; zoom:1; border-radius:10px;-moz-border-radius:10px; }
.focusBox .hd .on{ background: url(s1603101640464097655.png) no-repeat;}
.pic_tit{ display:block; padding:10px 0; min-height:60px; line-height:20px; width:100%;  color:#3d3d3d; font-size:17px; font-weight:bold; overflow:hidden; background-color:#e8e8e8; text-align:center;}
.focusBox .hd .spanNow{background: #06F;}

.news{ width:100%; border-top:solid 5px #bbbbbb; background:#e8e8e8; padding-bottom:5px;}
.newstit{width:100%; height:35px; border-top:solid 3px #dd2122; background:url(bg_02.jpg) left no-repeat;}
.newstit span{ color:#fff; font-size:17px; font-weight:bold; display:block; width:163px; line-height:30px; text-align:center;}
.newslb{ width:95%; overflow:hidden; margin:5px auto; border-bottom:solid 1px #bbb;}
.newslb li{ border-top:solid 1px #bbb; margin:0 auto; padding:10px 4% 10px 8%; background:url(qianz.jpg) no-repeat 4% 17px; }
.newslb li span{ color:#666; font-size:14px;}
.more{ background:url(bg_04.jpg) center no-repeat; background-size:120px; text-align:center; line-height:30px; font-size:15px;}
.newslb .img{width:95%; text-align:center; margin:0 auto;}
.newslb img{width:100%;}
.newslb .tit{width:95%; text-align:center; margin:0 auto; padding:10px 0; font-weight:bold;}
.newslb .lb{width:95%; margin:0 auto;  overflow:hidden; padding-bottom:20px;}
.newslb .lb a{width:31.5%; margin-right:2%; float:left;}
.newslb .lb a:last-child{ margin-right:0;}
.newslb .lb a img{width:100%;}

.sjcopyright{ border-top:solid 5px #cac9c7; background-color:#909090; font-size:13px; text-align:center; padding:20px 0;}


} */










