@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: black;
	font-family: "微软雅黑";
	font-size: 14px;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	outline: none;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
	font-family: "微软雅黑";
	font-size: 14px;
}
input, select, textarea {
	font-size: 100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ie bug：th 不继承 text-align */
th {
	text-align: inherit;
}
/* 去除默认边框 */
fieldset, img {
	border: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: none;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}
/* 去掉列表前的标识，li 会继承 */
ol, ul {
	list-style: none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption, th {
	text-align: left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}
q:before, q:after {
	content: '';
}
/* 统一上标和下标 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration: none;
}
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration: none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus, *:focus {
	outline: none;
}
/* 清除浮动 */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
	zoom: 1; /* for ie6 & ie7 */
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
	display: none;
}
.block {
	display: block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl, .fr {
	display: inline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
	text-decoration: none;
	color: #333;
}
html, body {
	background: url(body_bg.jpg) repeat;
}
.mc {
	margin: 0 auto;
}
.w_1170 {
	width: 1170px;
	margin: 0 auto;
}
.w_670 {
	width: 670px;
}
.w_550 {
	width: 550px;
}
.w_270 {
	width: 270px;
}
.w_236 {
	width: 236px;
}
.w_200 {
	width: 200px;
}
.w_100 {
	width: 100px;
}
.w_835 {
	width: 835px;
}
.w_840 {
	width: 840px;
}
.w_845 {
	width: 845px;
}
.w_870 {
	width: 870px;
}
.mg_t_20 {
	margin-top: 20px;
}
.mg_t_30 {
	margin-top: 30px;
}
.mg_l_30 {
	margin-left: 30px;
}
.mg_t_70 {
	margin-top: 70px;
}
.mg_b_10 {
	margin-bottom: 10px;
}
.mg_b_25 {
	margin-bottom: 25px;
}
.mg_b_30 {
	margin-bottom: 30px;
}
.ck-slide {
	width: 1170px;
	height: 682px;
	margin-left: -60px;
}
.ck-slide ul.ck-slide-wrapper {
	height: 682px;
}
.ck-slide ul.ck-slide-wrapper li {
	overflow: hidden;
	width: 1170px;
	height: 682px;
}
.meng {
	position: absolute;
	width: 1170px;
	height: 682px;
	z-index: 29;
}
.main {
	position: relative;
}
.head {/*height:452px;*/
	position: absolute;
	top: 70px;
	z-index: 29;
	left: 0px;
	background: #ececec;
	box-shadow: 0px 4px 8px #bbb;
	padding: 17px;
	width: 236px;
}
.sub_head {/*height:410px;*/
}
.logo {
	height: 44px;
}
.layouth {
	border-bottom: 1px solid #c5c5c5;
	height: 44px;
	font-size: 12px;
}
.layouth .tool {
	width: 236px;
	height: 17px;
	padding: 14px 0 13px 0;
}
.layouth span {
	margin-right: 10px;
	display: inline-block;
}
.layouth span.vchart {
	width: 20px;
	height: 17px;
	background: url(wchart.png) no-repeat center;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.layouth span.vchart .wechart {
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -26px;
	width: 52px;
	height: 52px;
	display: none;
	padding-top: 10px;
}
.layouth span.language {
	width: 60px;
	height: 14px;
	padding: 3px 0 0 0;
	display: inline-block;
}
.layouth span.wzlink {
	width: 100px;
	height: 14px;
	padding: 3px 0 0 0;
	display: inline-block;
}
.layouth span.fdj {
	width: 14px;
	height: 14px;
	padding: 3px 0 0 0;
	background: url(fdj.png) no-repeat center;
	display: inline-block;
	margin-right: 0px;
}
.layouth a {
	color: #333;
	text-decoration: none;
}
.nav {
	padding: 25px 0;
	height: 59px;
	border-bottom: 1px solid #c5c5c5;
}
.nav ul li {
	width: 14px;
	margin-right: 22px;
	float: left;
	line-height: 14px;
}
.nav ul li.last {
	margin-right: 0px;
}
.nav a.act, .jz_list a.act, .nav a:hover, .subnavlist ul li a:hover, .subnavlist ul li a.act, .layouth a:hover {
	color: #e70012;
}
.nav a.act, .nav a:hover {
	font-weight: 600;
}
.jz_list li {
	margin-bottom: 16px;
}
.jz_list {
	padding-top: 20px;
}
span.more a {
	color: #e60000;
	font-size: 12px;
	display: inline-block;
}
.foot {
	font-size: 12px;
	height: 72px;
	line-height: 72px;
	width: 1170px;
}
.footl span {
	margin-right: 10px;
}
.footr{text-align:right;}
.footr em{margin:0 10px;}
input#search {
	width: 204px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d4d4d4;
	text-indent: 10px;
	color: #c9c9c9;
	background: #f2f2f2;
	margin-top: 10px;
}
.colseicon {
	width: 29px;
	height: 28px;
	border: 1px solid #d4d4d4;
	border-left: none;
	margin-top: 10px;
	background: #f2f2f2 url(colseIcon.png) no-repeat center;
}
.search {
	width: 236px;
	height: 44px;
*margin-left:-5px;
}
.subnavlist ul {
	padding-top: 5px;
}
.subnavlist ul li {
	height: 36px;
	line-height: 36px;
	background: url(red_sj.png) no-repeat 50px center;
	text-indent: 65px;
	font-size: 14px;
}
.banner1 {
	width: 1170px;
	height: 388px;
	margin-left: -50px;
	position: relative;
}
.banner1 .meng1 {
	width: 1170px;
	height: 388px;
	position: absolute;
	left: -50;
	top: 0;
	z-index: 29;
}
.container {
	width: 870px;
	margin-left: 300px;
	color: #6e6e6e;
}
.container.container1 {
	width: 1030px;
	margin-left: 140px;
	color: #6e6e6e;
}
.container h2 {
	color: #e70012;
	font-size: 20px;
}
.container .tit {
	height: 30px;
	margin-bottom: 10px;
	position: relative;/*width: 870px;*/
}
.container .tit .layer {
	position: absolute;
	right: 0;
	top: 10px;
	color: #999999;
	font-size: 14px;
}
.container .tit .layer a {
	color: #999;
}
.container_con {
	width: 870px;
}
.container_con p {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 200%;
	text-indent: 2em;
	margin-bottom: 10px;
}
.container_con p.mg_b_0, .artcon p.mg_b_0, .container .container_con.gltd ul li h6.mg_b_0 {
	margin-bottom: 0px;
}
/*管理团队*/
.container .container_con.gltd ul li {
	width: 120px;/*height:258px;*/
	margin-right: 130px;
	float: left;
}
.container .container_con.gltd ul li img {
	margin-bottom: 10px;
}
.container .container_con.gltd ul li h6 {
	line-height: 14px;
	height: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.container .container_con.gltd ul li.last {
	margin-right: 0px;
}
.adress {
	width: 475px;
	height: 220px;
	margin-left: 35px;
}
.adress table {
	border-bottom: 1px solid #e2e2e2;
}
.adress table tr {
	height: 36px;
	line-height: 36px;
	text-indent: 20px;
	border-top: 1px solid #e2e2e2;
	padding-top: 1px;
	width: 475px;
	display: block;
}
.adress table td.td1 {
	width: 158px;
	height: 35px;
	background: #e2e2e2
}
.adress table td.td2 {
	width: 317px;
	height: 35px;
}
.qywhr {
	width: 555px;
	margin-left: 45px;
}
.qywhrT {
	height: 39px;
	border-bottom: 2px solid #dedede;
	width: 555px;
}
.qywhrT ul li {
	width: 111px;
	float: left;
	height: 39px;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.qywhrT ul li.act {
	color: #e60012;
}
.qywhrT ul li.act span {
	background: #e60012;
}
.qywhrT ul li span {
	width: 10px;
	height: 10px;
	display: block;
	background: #cecece;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	margin-bottom: -6px;
	left: 50%;
	margin-left: -6px;
}
.qywhdetail {
	padding: 15px 0;
	line-height: 28px;
	font-size: 14px;
}
/*集团新闻*/
.jtywlist {
	border-bottom: 1px dashed #d7d7d7;
	margin-bottom: 20px;
	height: 109px;
	width: 870px;
	padding-bottom: 10px;
}
.jtywlist.last {
	border: none;
}
.jtywlist h3 {
	font-size: 16px;
	color: #666;
	line-height: 18px;
	margin-bottom: 5px;
	height: 25px;
}
.jtywlist h3 span {
	float: right;
	font-size: 12px;
	line-height: 25px;
}
.jtywlist p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
.jtywlist h6 {
	text-align: right;
	font-size: 12px;
	line-height: 25px;
}
/*分页*/
.news_fy {
	background: #eaeaea;
	width: 868px;
	height: 27px;/*border-left:1px solid #dadada;border-right:1px solid #dadada;*/
	border-top: 2px solid #d7d7d7;
	line-height: 20px;
	font-size: 12px;
	padding-top: 5px;
}
.news_fy select {
	width: 38px;
	height: 18px;/*margin:6px 0 0 120px;*/
	margin: 6px 0 0 0px;
	border: 1px solid #abadb3;
	float: left;
	background: #eaeaea;
}
.news_fy .fy_prev, .news_fy .fy_next {
	width: 51px;
	height: 16px;
	border-left: 1px solid #dadada;
	display: block;
	border-right: 1px solid #dadada;
	margin-left: 10px;
	float: left;
	margin: 4px 0 0 10px;
	padding-top: 4px;
}
.news_fy .fy_next {
	background: none;
	margin: 4px 0 0 0px;
}
.news_fy span {
	border: none;
	height: 10px;
	float: left;
	margin: 1px 8px;
}
.news_fy .fy_next span {
	margin: 1px 6px;
}
.fy_num {
	margin: 0 0 0 20px;
	width: 164px;
	height: 25px;
	padding: none;
	line-height: 25px;
}
.fy_num span input {
	width: 28px;
	height: 16px;
	border: 1px solid #cccccc;
	margin-top: 4px;
	background: #eaeaea;
}
.fy_num span {
	margin: 0 3px;
}
.news_fy #refresh {
	width: 30px;
	height: 20px;
	margin-top: 5px;
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	background: url(sj_fy_06.png) no-repeat 6px 2px;
}
#btn_prev {
	background: url(sj_fy_11.jpg) no-repeat;
	display: block;
	width: 6px;
	height: 11px;
}
#btn_prev1 {
	background: url(sj_fy_09.jpg) no-repeat;
	width: 10px;
	height: 12px;
	display: block;
}
.fy_num {
	width: 164px;
	height: 20px;
	margin-top: 5px;
}
#btn_next1 {
	background: url(sj_fy_14.jpg) no-repeat;
	width: 10px;
	height: 12px;
	display: block;
}
#btn_next {
	background: url(sj_fy_16.jpg) no-repeat;
	display: block;
	width: 12px;
	height: 11px;
}
.fy_read {
	height: 25px;
	line-height: 25px;
}
/*专题专栏*/
.ztzllist ul li {
	height: 286px;
	width: 270px;
	margin-right: 30px;
	margin-bottom: 15px;
	float: left;
	background: #f1f1f1;
	border-bottom: 2px solid #b1b1b1;
	float: left
}
.ztzllist ul li.r0 {
	margin-right: 0px;
}
.ztzllist ul li.border_red {
	border-bottom: 2px solid #e60113;
}
.ztzllist ul li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 26px;
	padding: 0 20px;
	margin-top: 10px;
}
.ztzllist ul li p {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	padding: 5px 20px 0;
}
h2.title {
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.chatu {
	width: 285px;
	height: 190px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.artical {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	width: 640px;
}
.artical span {
	margin: 0 12px 0 13px;
}
.artical span.share {
	background: url(fx.png) no-repeat center left;
	cursor: pointer;
	float: right;
	padding-left: 20px;
}
.artical span a:hover {
	cursor: pointer;
	color: #e70012;
}
.artcon p {
	margin-bottom: 10px;
	line-height: 36px;
	text-indent: 2em;
}
.xxgkcon table {
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	width: 869px;
}
.xxgkcon table thead tr {
	border-bottom: 2px solid #d7d7d7;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	background: #f4f4f4;
}
.xxgkcon table tr {
	height: 48px;
	line-height: 48px;
}
.xxgkcon table tr td {
	text-indent: 20px;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	height: 48px;
	line-height: 48px;
}
.xxgkcon table tbody {
	background: #fff;
	font-size: 14px;
}
.xxgkcon table tr td.w78 {
	width: 78px;
}
.xxgkcon table tr td.w672 {
	width: 672px;
}
.wzdtcon {
	width: 835px;
	height: 84px;
}
.wzdtcon div {
	width: 700px;
	border-top: 2px solid #dbdbdb;
	margin-right: 0px;
	font-size: 14px;
	color: #333;
	float: left;
}
.wzdtcon div ul li {
	width: 115px;
	float: left;
	padding-top: 20px;
}
div.first {
	border-top: 2px solid #999;
	margin-right: 20px;
	width: 100px;
	font-weight: bold;
	padding-top: 20px;
}
.wzdtcon div.second1 ul li {
	width: 150px;
}
.rclnr {
	width: 265px;
}
.rclnl {
	width: 575px;
	line-height: 28px;
	font-size: 14px;
}
.rczp table {
	border: 1px solid #dddddd;
	border-top: none;
	width: 868px;
}
.rczp table thead tr {
	background: #f4f4f4;
}
.rczp table tr td {
	padding: 0 40px 0 30px;
	width: 798px;
	height: 41px;
	border-top: 1px solid #dddddd;
	line-height: 41px;
	display: block;
}
.rczp table tr td span {
	float: right;
}
.tit.w_1170 {
	width: 1170px;
}
.container1 {
	margin: 0 auto;
	width: 1170px;
}
.yjzsCon {
	width: 1170px;
	height: 404px;
	position: relative;
}
.yjzsTcon {
	width: 1104px;
	height: 404px;
	margin: 0 auto;
}
.yjzsTcon ul li {
	width: 276px;
	height: 200px;
	float: left;
	border-top: 1px solid #ecebeb;
	border-bottom: 1px solid #ecebeb;
	overflow: hidden;
}
.yjzsTcon ul li.pic {
	position: relative;
}
.yjzsTcon ul li span {
	width: 13px;
	height: 25px;
	position: absolute;
	display: block;
	top: 30px;
	z-index: 99;
}
.yjzsTcon ul li span.sjl {
	background: url(sj_l.png) no-repeat;
	right: -1px;
}
.yjzsTcon ul li span.sjr {
	background: url(sj_r.png) no-repeat;
	left: -1px;
}
.yjzsTcon ul li h6 {
	color: #e60012;
	font-size: 14px;
	line-height: 30px;
}
.yjzsTcon ul li h4 {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.yjzsTcon ul li.text {
	padding: 40px 30px;
	width: 214px;
	height: 120px;
	border: 1px solid #ecebeb;
	background: #fff;
}
.left1Ctrl, .right1Ctrl {
	position: absolute;
	width: 21px;
	height: 44px;
	top: 180px;
}
.left1Ctrl {
	background: url(left1.png) no-repeat;
	left: 0px;
}
.left1Ctrl.act {
	background: url(left1_red.png) no-repeat;
	left: 0px;
}
.right1Ctrl {
	background: url(right1.png) no-repeat;
	right: 0px;
}
.right1Ctrl.act {
	background: url(right1_red.png) no-repeat;
	right: 0px;
}
.yjzsT {
	width: 986px;
	height: 34px;
	margin: 0 auto 25px;
	border-bottom: 1px solid #cecece;
	padding: 0 59px;
}
.yjzsT ul li {
	width: 140px;
	height: 34px;
	float: left;
	position: relative;
	text-align: center;
	color: #333;
}
.yjzsT ul li.act {
	color: #e60012;
}
.yjzsT ul li.act span {
	background: #e60012;
}
.yjzsT ul li span {
	width: 10px;
	height: 10px;
	display: block;
	background: #cecece;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	margin-bottom: -6px;
	left: 50%;
	margin-left: -6px;
}
.yjzsT {
	position: relative;
}
.leftsmall1Ctrl, .rightsmall1Ctrl {
	width: 12px;
	height: 22px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
}
.leftsmall1Ctrl {
	left: -33px;
	background: url(left1small.png) no-repeat center;
}
.rightsmall1Ctrl {
	right: -33px;
	background: url(right1small.png) no-repeat center;
}
.yjzsT1 {
	height: 55px;
}
.yjzsT1 ul li {
	width: 140px;
	height: 55px;
	float: left;
	position: relative;
	text-align: center;
	color: #333;
}
.zyyw1con {
	width: 1104px;
	margin: 0 auto;
	height: 292px;
}
.bg_h {
	background: url(bg_h.png) no-repeat left;
}
.zyyw1coner {
	width: 690px;
	height: 292px;
	position: relative;
	overflow: hidden;
}
.zyyw1coner ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 10000px;
	height: 292px;
	display: block;
}
.zyyw1coner ul li {
	float: left;
	width: 169px;
	height: 292px;
	margin-right: 5px;
}
.left11ctrl, .right11ctrl {
	width: 21px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
}
.left11ctrl {
	left: 10px;
	background: url(left11.png) center;
}
.right11ctrl {
	right: 10px;
	background: url(right11.png) center;
}
body {
	width: 100%;
	height: 100%;
	position: relative;
}
.memgban {
	width: 100%;
	height: 100%;
	position: fixed;
	padding-top: 100px;
	background: rgba(0,0,0,0.8);
	z-index: 99;
*background:#000;/*ie7*/
	background: block\0;
}
.chatu1box {
	width: 707px;
	height: 440px;
	float: left;
	overflow: hidden;
	position: relative;
}
.chatu1 {
	width: 627px;
	height: 440px;
	float: left;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 40px;
}
.chatu1 li {
	width: 627px;
	height: 440px;
	float: left;
}
.chatu1Detail {
	width: 435px;
	height: 440px;
	color: #fff;
}
.chatu1Detail h4 {
	font-size: 16px;
	text-indent: 4px;
}
.chatu1Detail h6 {
	font-size: 14px;
	line-height: 28px;
	text-indent: 4px;
}
.chatu1DetailT {
	height: 210px;
}
.chatu1DetailB ul li {
	width: 137px;
	height: 112px;
	float: left;
	margin: 0 4px 5px 4px;
	overflow: hidden;
}
.chatu1DetailB ul li.mg_b_0 {
	margin-bottom: 0;
}
.close {
	margin-top: -80px;
	float: right;
}
.left1w, .right1w {
	width: 16px;
	height: 30px;
	position: absolute;
}
.left1w {
	left: 0;
	top: 50%;
	margin-top: -8px;
	background: url(left1w.png) no-repeat;
}
.right1w {
	right: 0;
	top: 50%;
	margin-top: -8px;
	background: url(right1w.png) no-repeat;
}
.zyyw1coner1 ul li {
	position: relative;
	width: 169px;
	height: 291px;
}
.zyyw1coner1 ul li p {
	position: absolute;
	height: 28px;
	background: rgba(0,0,0,0.6);
	bottom: 10px;
	z-index: 9;
	width: 100%;
	color: #fff;
	line-height: 28px;
	text-align: center;
}
.wzdtcon div ul li a:hover, .container .tit .layer a:hover, .jtywlist h3 a:hover {
	color: #e70012;
}
.right1Ctrl.act, .right11ctrl.act {
	background: url(right1red.png) no-repeat;
}
.yjzsTcon ul li img {
	transition: all 0.2s ease-out;
	opacity: 1;
}
.leftsmall1Ctrl.act1 {
	background: url(left1small_red.png) no-repeat;
}
.right1w.act {
	background: url(right1wred.png) no-repeat center;
}
.bdsharebuttonbox a.bds_more {
	margin: -6px 0 0 0;
	height: 100%;
	line-height: 100%;
}
.banner {
	width: 100%;
	height: 682px;
	overflow: hidden;
	position: relative;
	margin-left: -50px;
	font-size: 0
}
.b-img {
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}
.b-img a {
	display: block;
	height: 750px;
	float: left;
}
.b-list {
	height: 50px;
	padding-top: 542px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	z-index: 1000;
}
.b-list span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #b3b3b3 url(ctrl_gravy.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	margin: 0 3px;
}
.b-list .spcss {
	background: #e60000 url(ctrl_red.png) no-repeat;
}
.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}
.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}
.bar-left em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
	margin-top: 325px;
}
.bar-right em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
	margin-top: 325px;
}
.bar-left .emcss {
	background-position: 0px -100px;
}
.bar-right .emcss {
	background-position: -50px -100px;
}
.yjzsTcon ul li:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	opacity: 0.9;
}
.ctable {
	width: 1029px;
	display: block;
	border: 1px solid #bcbbbb;
	border-right:none;
	border-top:none;
}
.ctable tr {
	width: 1029px;
	line-height: 36px;
	height: 36px;
}
.ctable td {
	height: 36px;
	line-height: 36px;
	border-top: 1px solid #bcbbbb;
	border-right: 1px solid #bcbbbb;/**/
	padding: 7px 0 7px 20px;
}
.container  .titH {
	font-size: 16px;
	color: #dd0317;
	height: 36px;
	line-height: 36px;
}
.nav a.act {
	font-weight: 600;
}
.zywz a {
	margin-right: 110px;
}
.qylist {
	padding: 0px 20px;
	width: 847px;
}
.qylist .qylist_1 {
	line-height: 36px;
	height: 36px;
	width: 423px;
	display: block;
	float: left;
}
.titCTh .titH {
	padding-left: 0;
	text-indent: 20px;
}
.qylist a, .weChat-icon {
	float: left;
	float: left;
}
.weChat-icon {
	display: block;
	width: 23px;
	height: 19px;
	margin-left: 12px;
	margin-top: 4px;
	position: relative;
	z-index: 999;
}
.weChat-evm {
	position: absolute;
	z-index: 100;
	left:50%;
	margin-left:-69px;
	bottom: 0;
	width: 138px;
	height: 138px;
	padding-bottom: 20px;
	display:none;
	
}
.weChat-evm  img{width:100%;border:1px solid #ccc;}
.qylist_1 a:hover,.zywz a:hover{color:#dd0317;}