﻿@charset "utf-8";
/*reset*/
body {
	background:#fff;
	font:14px/1.67 'Microsoft Yahei', 'SimSun', sans-serif;
	overflow-x:hidden;
	color:#666;
}
input, textarea {
	font-size:100%;
	border:0;
	padding:0;
	background:none;
	outline:none;
	font-family:'Microsoft Yahei';
	color:#666;
}
body, h1, h2, h3, h4, p, ul, ol, dd, dl, form {
	margin:0;
	padding:0;
	font-weight:normal;
	cursor:default;
}
ul {
	padding-left:0;
	list-style-type:none;
}
a {
	text-decoration:none;
	outline:none;
	color:#666;
transition:all .2s ease;
	cursor:pointer;
}
a:hover {
	color:#ff0000;
}
img {
	border:0;
	vertical-align:top;
	
}
i, s, em, u {
	font-style:normal;
	text-decoration:none;
}
/*通用*/
.wrap {
	width:1174px;
	margin-left:auto;
	margin-right:auto;
}
.l {
	float:left;
}
.r {
	float:right !important;
}
.pr {
	position:relative;
}
.pa {
	position:absolute;
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}
.tl {
	text-align:left;
}
.vm {
	vertical-align:middle;
}
.vt {
	vertical-align:top;
}
.vb {
	vertical-align:bottom;
}
.db {
	display:block;
}
.dib {
	-moz-inline-stack:inline-block;
	display:inline-block;
*display:inline;
*zoom:1;
}
.fix {
*zoom:1;
}
.fix:before, .fix:after {
	content:"";
	display:table;
}
.fix:after {
	clear:both;
}
.el, .art_link a {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.oh {
	overflow:hidden;
*zoom:1;
}
.mh {
	height:auto !important;
	height:464px;
	min-height:464px;
}
.btn {
	cursor:pointer;
}
.hidetext {
	font:0/0 a;
	letter-spacing:-9px;
}
.cir {
	display:inline-block;
	width:0;
	height:0;
	overflow:hidden;
}
.bor1 {
	border:1px solid #ddd;
}
.bor1_b {
	border-bottom:1px solid #ddd;
}
.bor1_b_s {
	border-bottom:1px dotted #ababab;
}
.red {
	color:#e60013 !important;
}
.grey {
	background:#ededed!important;
}
.p20 {
	padding:20px;
}
.plr15 {
	padding-left:15px;
	padding-right:15px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.plr25 {
	padding-left:25px;
	padding-right:25px;
}
.pb25 {
	padding-bottom:25px;
}
.pb35 {
	padding-bottom:35px;
}
.mb20 {
	margin-bottom:20px;
}
.lh2 {
	line-height:2;
}
.w680 {
	width:680px;
}
.w220 {
	width:220px;
}
.line {
	width:1px;
	height:14px;
	background:url(../images/ico.png) -99px -64px no-repeat;
	display:inline-block;
	overflow:hidden;
	margin:0px 12px;
	vertical-align:middle;
}
.bwhite {
	background:#fff;
}
.hide {
	display:none;
}
/*幻灯片(组件)*/
.slide {
	position: relative;
	width:100%;
}
.ban_c {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ban_c img {
	width: 100%;
	height: 100%;
}
.ban_t {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 4px 0;
	text-indent: 10px;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	background: rgba(0, 0, 0, .5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000, endcolorstr=#88000000);
	z-index: 3;
}
.ban_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	z-index: 4;
}
.ban_nav a {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
	text-decoration: none;
	font-size: 10px;
	-webkit-text-size-adjust: none;
	background: #ccc;
}
.ban_nav .on {
	background: #f90;
	color: #fff;
}
.Left, .Right {
	cursor: pointer;
}
/*翻页(组件)*/
.view {
	overflow:hidden;
	position:relative;
	height:100%;
	width:100%;
}
.gallery {
	white-space:nowrap;
	font-size:0;
	height:100%;
}
.gallery_cell {
	float:left;
	overflow:hidden;
	height:100%;
	white-space:normal;
	font-size:12px;
}
/*下拉(组件)*/
.sele {
	position:relative;
	height:20px;
	line-height:20px;
	width:99px;
	cursor:pointer;
}
.sele_ {
	display:none;
	position:absolute;
	width:100%;
	left:-1px;
	top:20px;
	background:#fff;
	border:1px solid #ddd;
}
.sele_ a {
	display:block;
}
.sele_ a:hover {
	background:#f0f0f0;
	color:#333;
}
/* 表格 */
.datalist {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #fff;
	text-align: left;
}
.datalist caption {
	padding-bottom: 5px;
	font-weight: bold;
}
.datalist th {
	border: 1px solid #ccc;
	background-color: #eee;
	color: #000;
	font-weight: bold;
	padding:4px 0 4px 15px;
}
.datalist td {
	border: 1px solid #ccc;
	padding:4px 0 4px 15px;
}
.datalist tr.altrow {
	background:#c7e5ff;
}
/*单幅图展*/
.picshow img {
	display:block;
	width:100%;
}
/*首页图标*/
.i_ico {
	display:inline-block;
	overflow:hidden;
	width:19px;
	height:20px;
	vertical-align:middle;
	background:url(../images_index/ico.png);
}
.i_ico1_2 {
	background-position:-20px 0;
}
.i_ico1_3 {
	background-position:-40px 0;
}
.i_ico1_4 {
	background-position:-60px 0;
}
.i_ico1_5 {
	background-position:-80px 0;
}
.i_ico2_1 {
	background-position:0 -20px;
}
.i_ico2_2 {
	background-position:-20px -20px;
}
.i_ico2_3 {
	background-position:-40px -20px;
}
.i_ico2_4 {
	background-position:-60px -20px;
}
.i_ico2_5 {
	background-position:-80px -20px;
}
.i_ico3_1 {
	background-position:0 -40px;
}
.i_ico3_2 {
	background-position:-20px -40px;
}
.i_ico3_3 {
	background-position:-40px -40px;
}
.i_ico3_4 {
	background-position:-60px -40px;
}
.i_ico3_5 {
	background-position:-80px -40px;
}
/*内页图标*/
.ico {
	display:inline-block;
	overflow:hidden;
	width:20px;
	height:20px;
	vertical-align:middle;
	background:url(../images/ico.png);
}
.ico1_2 {
	background-position:-20px 0;
}
.ico1_3 {
	background-position:-40px 0;
}
.ico1_4 {
	background-position:-60px 0;
}
.ico1_5 {
	background-position:-80px 0;
}
.ico2_1 {
	background-position:0 -20px;
}
.ico2_2 {
	background-position:-20px -20px;
}
.ico2_3 {
	background-position:-40px -20px;
}
.ico2_4 {
	background-position:-60px -20px;
}
.ico2_5 {
	background-position:-80px -20px;
}
.ico3_1 {
	background-position:0 -40px;
}
.ico3_2 {
	background-position:-20px -40px;
}
.ico3_3 {
	background-position:-40px -40px;
}
.ico3_4 {
	background-position:-60px -40px;
}
.ico3_5 {
	background-position:-80px -40px;
}
.ico4_1 {
	background-position:0 -60px;
}
.ico4_2 {
	background-position:-20px -60px;
}
.ico4_3 {
	background-position:-40px -60px;
}
.ico4_4 {
	background-position:-60px -60px;
}
.ico4_5 {
	background-position:-80px -60px;
}
.ico5_1 {
	background-position:0 -80px;
}
.ico5_2 {
	background-position:-20px -80px;
}
.ico5_3 {
	background-position:-40px -80px;
}
.ico5_4 {
	background-position:-60px -80px;
}
.ico5_5 {
	background-position:-80px -80px;
}
.ico6_1 {
	background-position:0 -100px;
}
.ico6_2 {
	background-position:-20px -100px;
}
.ico6_3 {
	background-position:-40px -100px;
}
.ico6_4 {
	background-position:-60px -100px;
}
.ico6_5 {
	background-position:-80px -100px;
}
.ico7_1 {
	background-position:0 -120px;
}
.ico7_2 {
	background-position:-20px -120px;
}
.ico7_3 {
	background-position:-40px -120px;
}
.ico7_4 {
	background-position:-60px -120px;
}
.ico7_5 {
	background-position:-80px -120px;
}
.ico8_1 {
	background-position:-0 -140px;
}
.ico8_2 {
	background-position:-20px -140px;
}
.ico8_3 {
	background-position:-40px -140px;
}
.ico8_4 {
	background-position:-60px -140px;
}
.ico8_5 {
	background-position:-80px -140px;
}
/*结构*/
.percent30 {
	width:30%;
}
.percent50 {
	width:49%;
}
.percent70 {
	width:70%;
}
.side {
	width:185px;
}
.main {
	width:760px;
}
.main_cont {
	width:495px;
}
.sub {
	width:235px;
}
/*标题*/
.Tit1, .Tit1 a {
	height:42px;
	font:bold 16px/42px 'microsoft yahei';
	color:#333;
}
.Tit1 a:hover {
	color:#000;
}
.Tit2, .Tit2 a {
	height:56px;
	font:bold 24px/56px 'microsoft yahei';
	color:#333;
}
.Tit2 a:hover {
	color:#333;
}
.Tit3, .Tit3 a {
	height:50px;
	font:bold 18px/50px 'microsoft yahei';
	color:#333;
}
.Tit3 a:hover {
	color:#333;
}
.Tit4, .Tit4 a {
	height:56px;
	font:bold 22px/56px 'microsoft yahei';
	color:#767676;
}
.Tit3 a:hover {
	color:#767676;
}
.t, .t a {
	color:#666
}
.t a:hover {
	color:#000;
}
/*全站*/
.topbar {
	background:#f3f3f3;
	height:28px;
	line-height:28px;
	position:relative;
	z-index:9;
}
.topbar .link_l {
	float:left;
	width:40%;
	height:100%;
}
.topbar .link_r {
	float:right;
	width:55%;
	text-align:right;
	height:100%;
}
.topbar .dib {
	vertical-align:top;
*vertical-align:middle;
}
.topbar b {
	font-weight:normal;
	margin:0 5px;
	font-size:12px;
	color:#ccc;
}
.top_map {
	background:url(../images_index/topmap.png) 0 3px no-repeat;
	padding-left:50px;
}
.head_comp {
	height:28px;
}
.head_comp .ico_ {
	float:right;
	background:#e21001;
	height:100%;
	margin-left:1em;
}
.head_comp {
	line-height:28px;
}
.head_comp .sele_ {
	text-align:left;
	left:-240px;
	top:27px;
	line-height:2;
	width:460px;
	background:url(../images/glos_b.png) 48% 50px no-repeat #fafafa;
	padding:20px 0;
	border-bottom:3px solid #eb0007;
	box-shadow:0 2px 4px rgba(0, 0, 0, .2);
}
.head_comp li, .head_top .comp strong, .head_top .comp .t {
	padding-left:1em;
}
.head_comp a {
	display:inline;
}
.head_comp li a:hover {
	background:none;
	color:#e30f00;
}
.head_comp .glos {
	width:206px;
	padding-left:20px;
}
.head_comp .glos em {
	color:#e30f00;
	margin:0 .5em;
}
.head_comp .t {
	font-weight:bold;
	font-size:14px;
	line-height:2.5;
	border-top:1px dotted #ccc;
	margin-top:.7em;
}
.head_lang {
	width:80px;
	height:28px;
	line-height:28px;
	background:url(../images_index/arr_lang.png) 99% 11px no-repeat;
	text-align:left;
}
.head_lang span {
	padding-left:5px;
}
.head_lang .sele_ {
	top:28px;
	width:102px;
	border-color:#eee;
	border-bottom:3px solid #eb0007;
	left:-66px;
	text-align:center;
}
.head {
	height:97px;
	z-index:8;
}
.logo {
	margin:11px 0 0;
}
.head_r {
	height:47px;
}
.head_f {
	width:auto;
	border:1px solid #ccc;
	margin:20px 0 0;
}
.head_f form {
	background:url(../images/fangdj.gif) 98% 3px no-repeat #f6f6f6;
}
.head_f .inp {
	padding-left:.5em;
}
.head_f .btn {
	width:20px;
}
.head_f .focous {
	background-position:98% -33px;
	background-color:#fff;
}
.head_r .link_ {
	color:#ddd;
}
.head_r .link_ a {
	margin:0 1em;
}
.head_r .link_ a:hover {
}
/*导航阴影*/
.nav {
	width:700px;
	z-index:9;
}
.nav .li {
	float:left;
	width:12.5%;
	height:50px;
}
.nav .nav_cell {
	display:block;
	font:bold 14px/50px 'microsoft yahei';
	text-align:center;
}
.nav_lev2 {
	display:none;
	position:absolute;
	right:0;
	top:50px;
	width:600px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 2px 8px rgba(0, 0, 0, .2);
*zoom:1;
	_top:49px;
}
.nav_menu {
	background:#ededed;
	margin-bottom:-9999px;
	padding-bottom:9999px;
}
.nav_menu li {
	font-size:14px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	font-weight:bold;
}
.nav_block {
	height:4px;
	overflow:hidden;
	left:0;
	bottom:0;
	width:100%;
	overflow:hidden;
	z-index:-1;
	_bottom:1px;
}
.nav_line {
	height:4px;
	overflow:hidden;
	left:0;
	bottom:0;
	width:100%;
	background:url(../images/navLine.gif);
}
.head_block {
	height:4px;
	overflow:hidden;
	left:50%;
	margin-left:-587px;
	width:1344px;
	bottom:0;
	z-index:-1;
}
.head_line {
	height:4px;
	overflow:hidden;
	right:0;
	width:100px;
	bottom:0;/*background:#e30f00;*/
}
.nav .hover .nav_lev2 {
	display:block;
}
.nav_lev2 .cont {
	padding:30px 35px 35px;
	color:#666;
}
.nav_lev2 .t {
	font-size:16px;
	color:#666;
	margin-top:.5em;
	font-weight:600;
}
.nav_lev2 .shadow {
	bottom:auto;
	top:0;
}
.nav_lev2 .cont ul {
	width:100%;
	overflow:hidden;
*zoom:1;
}
.nav_lev2 .cont li {
	float:left;
	width:45%;
	margin-right:5%;
*width:44%;
}
.nav_lev2 .cont img {
	width:100%;
}
.nav_lev2_1 {
	width:690px;
}
.nav_lev2_1 .cont img {
	float:left;
	width:294px;
	margin-right:15px;
}
.nav_lev2_1 .cont .t {
	height:4em;
	overflow:hidden;
}
.nav_lev2_2 {
	width:690px;
}
.nav_lev2_2 .cont a {
	display:block;
	position:relative;
	width:100%;
}
.nav_lev2_2 .cont .vid .t {
	padding-right:1em;
	background:url(../images/v.gif) right 5px no-repeat;
}
.nav_lev2_3 {
	width:1344px;
	background:#f5f4f2;
	box-shadow:none;
	padding:20px 0;
}
.nav_lev2_3 .Tit1 {
	line-height:1.5;
}
.nav_lev2_3 dl {
	float:left;
	width:122px;
	height:380px;
	border-left:1px solid #ccc;
	margin-left:-1px;
}
.nav_lev2_3 dt {
	font-size:14px;
	font-weight:bold;
	padding:0 14px;
}
.nav_lev2_3 dt img {
	display:block;
	margin:0 auto 20px;
	width:100%;
}
.nav_lev2_3 dd {
	padding:0 14px;
}
.nav_lev2_3 dd a {
}
.nav_lev2_3 dl {
}
.nav_lev2_4 {
	width:666px;
}
.nav_lev2_4 .cont .t {
	height:2em;
	overflow:hidden;
}
.nav_lev2_5 {
	width:684px;
}
.nav_lev2_5 .cont .t {
	height:auto;
	overflow:hidden;
	line-height:1.5;
	margin-bottom:.5em;
}
.nav_lev2_6 {
	width:610px;
}
.navtoplev1 {
	right:87px;
}
.navtoplev2 {
}
.navtoplev3 {
	right:-194px;
}
.navtoplev4 {
}
.navtoplev5 {
}
.navtoplev6 {
}
.banner {
	height:420px;
	background:#f5f4f2;
}
.banner .ban_c {
	text-align:center;
}
.banner .ban_c img {
	width:auto;
	height:100%;
}
.banner .ban_nav {
	right:0;
	bottom:20px;
	left:50%;
	margin-left:-480px;
	width:auto;
}
.banner .ban_nav a {
	float:left;
	border:2px solid #ccc;
	font-size:0;
	background:url(about:blank);
	width:10px;
	height:10px;
}
.banner .ban_nav .on {
	border-color:#f00;
}
.index_gg {
	position:relative;
	z-index:3;
	line-height:40px;
	background:#f5f4f2;
}
.index_gg .t {
	float:left;
	font-size:16px;
	color:#fff;
	padding:0 20px;
	margin-right:10px;
	font-weight:bold;
	background:#ea0001;
}
.index_gg .p {
	float:left;
	color:#444;
	width:920px;
	height:40px;
	line-height:40px;
}
.index_gg .p a {
	color:#444;
	margin:0 1em;
}
.index_gg .p a:hover {
	color:#ea0001;
}
.index_gg .more {
	float:right;
	color:#ea0001;
	padding:0 20px;
}
.i_main {
	width:67%;
}
.i_main2 {
	width:69%
}
.i_main h3 {
	font-size:18px;
	font-weight:600;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e2e2e2;
}
.i_main .more1 {
	font-size:12px;
	color:#f00;
	font-weight:normal;
	margin-top:8px;
}
.i_side {
	width:31%;
}
.i_side2 {
	width:31%;
}
.i_side2 h4 {
	font-size:18px;
	font-weight:600;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e2e2e2;
}
.i_side2 .more1 {
	font-size:12px;
	color:#f00;
	font-weight:normal;
	margin-top:8px;
}
.i_side2 ul li {
	float:left;
	line-height:26px;
	background:url(../images_index/news_icon.jpg) no-repeat 0 10px;
	padding-left:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:344px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #e2e2e2;
}
.i_proandserv {
}
.i_proandserv dt, .i_proandserv dd {
	float:left;
	height:122px;
	width:25%;
	font-weight:bold;
}
.i_proandserv dt {
	background:url(../images_index/i_25.png) 80% 80% no-repeat #dcaa0d;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:110px;
}
.i_proandserv dd a {
	display:block;
	height:100%;
	border-right:1px solid #ddd;
	text-align:center;
	font-size:14px;
}
.i_proandserv dd .ico_ {
	display:block;
	width:70px;
	height:70px;
	background:url(../images_index/i_ico.png);
	margin:10px auto;
}
.i_proandserv dd .ico_1 {
	background-position:0 0;
}
.i_proandserv dd .ico_2 {
	background-position:-70px 0;
}
.i_proandserv dd .ico_3 {
	background-position:-140px 0;
}
.i_proandserv dd a:hover {
}
.i_proandserv dd a:hover .ico_1 {
	background-position:0 -70px;
}
.i_proandserv dd a:hover .ico_2 {
	background-position:-70px -70px;
}
.i_proandserv dd a:hover .ico_3 {
	background-position:-140px -70px;
}
.i_search {
	height:122px;
}
.i_search .sele {
	float:left;
	height:26px;
	line-height:26px;
	margin:12px 0 0;
	width:99%;
	border:1px solid #ddd;
}
.i_search .sele .i_ico {
	margin-right:.5em;
}
.i_search .sele span {
	margin-left:.5em;
}
.i_search .sele .on .i_ico2_1 {
	background-position:-20px -40px;
}
.i_search .sele_ {
	top:24px;
	max-height:200px;
	overflow:auto;
	_height:200px;
}
.i_search .sele_ a {
	padding:0 .5em;
}
.i_search .sele_short {
	width:235px;
}
.i_search .btn {
	background:#ea0000;
	color:#fff;
	height:24px;
	line-height:24px;
	float:right;
	padding:0 12px;
	margin:14px 0 0;
}
.i_search .btn:hover {
	background:#dcaa0d;
}
.N {
	font-weight:600;
	background:url(../images_index/gif-0056.gif) no-repeat 0 24px;
}
.N1 {
	font-weight:600;
	background:url(../images_index/gif-0056.gif) no-repeat 0 10px;
	padding-left:20px;
	float:left;
	font-size:18px;
	width:100%;
	margin-bottom:10px;
}
.i_news_box .T {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	height:60px;
	line-height:60px;
	padding-left:1em;
}
.i_news_box .N {
	float:left;
	font-size:18px;
}
.i_news_box .T .more {
	float:right;
	color:#f00;
	margin-right:1em;
}
.i_news_box .i_main2 .T {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.i_news_box .i_side .T {
	border-right:1px solid #ddd;
}
.i_news_list {
	background:#fdfeff;
	padding:15px;
	border:1px solid #ddd;
	border-top:0;
	height:306px;
}
.i_news_list li {
	margin-bottom:15px;
}
.i_news_list a {
	display:block;
	height:64px;
}
.i_news_list .date {
	float:left;
	border:1px solid #c4c4c4;
	text-align:center;
	height:62px;
	width:55px;
	margin-right:20px;
}
.i_news_list .day {
	display:block;
	background:#c4c4c4;
	font-size:24px;
	color:#fff;
}
.i_news_list .t {
	font-size:14px;
	color:#333;
}
.i_news_list .p {
}
.i_news_list .more {
	color:#f00;
}
.i_news_list a:hover .date {
	border-color:#f00;
	color:#f00;
}
.i_news_list a:hover .day {
	background:#f00;
}
.i_news_list a:hover .t, .i_news_list a:hover .more {
	color:#f00;
}
.i_video, .i_reader {
	padding:15px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.i_video {
}
.i_video ._list {
	width: 115px;
	margin-top: 4px;
}
.i_video ._list li {
    border-bottom: 1px dotted #ccc;
    background: url(../images_index/arr_small.gif) 95% center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 160px; */
    padding-right: 30px;
}
.zzsc {
	width:333px;
	height:185px;
	position:relative;
}
.zzsc img {
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}
.i_video a {
	display:block;
	height:24px;
	overflow:hidden;
	position:relative;
}
.i_video .play {
	position:absolute;
	width:41px;
	height:41px;
	background:url(../images/bofang.png) no-repeat;
	left:50%;
	top:50%;
	margin:-20px 0 0 -20px;
}
.i_video a img {
	height:100%;
	width:100%;
}
.i_reader {
    height: 125px;
    position: relative;
}
.i_reader img {
	float:left;
	margin-right:15px;
}
.i_reader .t {
	font-size:18px;
	font-weight:600;
}
.i_reader .more {
    position: absolute;
    right: 1em;
    top: 1.5em;
    color: #ff0000;
}
.i_reader ._layer {
}
.i_reader ._list {
}
.i_reader ._list li.lastbor {
    border: 0;
}
.i_reader ._list li {
	border-bottom:1px dotted #ccc;
	background:url(../images_index/arr_small.gif) 95% center no-repeat;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	/* width:160px; */
	padding-right:30px;
	line-height: 26px;
}
.i_reader ._list a:hover {
	color:#ed1d25;
}
.mybdshare #bdshare {
	float:right;
	line-height:15px;
	margin-top:-2px;
}
/*白底分享*/
.mybdshare #bdshare .bds_more, .artbdshare #bdshare .bds_more {
	background:url(../images/share.gif) 5px 3px no-repeat !important;
	font-family:'microsoft yahei';
}
.i_tab .T {
	margin-bottom:10px;
}
.i_tab .tab_key {
	float:left;
	width:324px;
	background:#ebebeb;
	border-top:1px solid #ddd;
}
.i_tab .tab_key .key {
	height:34px;
	line-height:34px;
	border:1px solid #ddd;
	border-top:0;
	padding-left:45px;
}
.i_tab .tab_key .on {
	background:url(../images/i_37.png) no-repeat #fff;
	color:#f00;
	border-left:0;
	padding-left:46px;
}
.i_tab .tab_c {
	float:right;
	width:840px;
}
.i_tab .tab_c li {
	position:relative;
	float:left;
	width:186px;
	height:117px;
	margin:0 0 12px 9px;
	_display:inline;
}
.i_tab .tab_c a {
	display:block;
	height:100%;
	background:#fff;
}
.i_tab .tab_c .more {
	background:url(../images/i_temp.png) no-repeat;
}
.i_tab .tab_c img {
	width:100%;
	height:100%;
}
.i_tab .tab_c p {
	position:absolute;
	left:0;
	bottom:0;
	line-height:30px;
	width:100%;
	color:#fff;
	font-size:14px;
	background:url(../images/black.6.png);
	text-indent:1em;
	white-space:nowrap;
	overflow:hidden;
}
.i_tab .tab_c .first {
	margin:0;
	width:450px;
	height:246px;
}
.i_tab .tab_c .first p {
	line-height:40px;
}
.i_foot_roll a {
	width:38px;
	height:38px;
	overflow:hidden;
	text-indent:-99em;
	background:url(../images/cir_grey.gif);
	top:80px;
}
.i_foot_roll .left {
	left:-38px;
}
.i_foot_roll .right {
	right:-38px;
	background-position:-38px 0;
}
.i_foot_list {
	width:990px;
}
.i_foot_list li {
	float:left;
	width:155px;
	height:110px;
	margin-right:10px;
}
.i_foot_list a, .i_foot_list img {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.i_foot_list p {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, .5);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000, endcolorstr=#88000000);
}
.i_foot_list a:hover p {
	background:rgba(202, 3, 20, .67);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bbca0314, endcolorstr=#bbca0314);
}
.foot {
	background:#5f5f5f;
}
.foot_c {
	padding:15px 0;
}
.foot_menu {
	margin-right:16px;
}
.foot_menu a {
	color:#ccc;
}
.foot_menu a:hover {
	color:#fff;
}
.foot_menu dt {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #888;
	line-height:3;
	margin-bottom:10px;
}
.foot_menu dd {
}
.f_menu1 {
	width:110px;
	margin-right:30px;
}
.f_menu2 {
	width:590px;
}
.f_menu2 dd {
	position: relative;
	padding-left: 5.5em;
	margin-bottom:10px;
	height: auto !important;
}
.f_menu2 .t {
	position: absolute;
	left: 0;
	top:-5px;
	font-weight:bold;
	color:#ccc;
	line-height:2;
}
.f_menu2 ul {
	overflow: hidden;
*zoom:1;
}
.f_menu2 li {
	float: left;
	margin-bottom: 6px;
}
.f_menu2 li a {
	float: left;
	padding: 0 10px;
	line-height: 14px;
	border-right:1px solid #aaa;
}
.f_menu2 .more {
	color:#999;
}
.f_menu3 {
	width:200px;
}
.f_menu3 .quicklink {
}
.f_menu3 .quicklink li {
	line-height:2.5;
}
.f_menu3 .quicklink .i_ico {
	margin-right:1em;
}
.f_menu3 .quicklink a:hover {
	color:#f39800;
}
.f_menu3 .quicklink a:hover .i_ico1_2 {
	background-position:-20px -20px;
}
.f_menu3 .quicklink a:hover .i_ico1_3 {
	background-position:-40px -20px;
}
.f_menu3 .quicklink a:hover .i_ico1_4 {
	background-position:-60px -20px;
}
.f_menu3 .quicklink a:hover .i_ico1_5 {
	background-position:-80px -20px;
}
.f_menu3 .erweima {
}
.f_menu3 .erweima li {
	float:left;
	width:46%;
	margin-right:4%;
	color:#fff;
}
.f_menu3 .erweima img {
	display:block;
	margin:10px 0;
	width:100%;
}
.foot_last {
	background:#dedede;
	padding:10px 0;
}
.foot_last_c {/*background:url(../images/i_52.jpg) 0 center no-repeat;*/
	padding-left:15px;
}
.foot_last a {
	margin:0 5px;
}
.footshare {
	float:left;
	line-height:15px;
	margin-right:20px;
	margin-top:-2px;
}
.footshare #bdshare .bds_more {
	background:none !important;
}
.foot_icos {
	padding-top:70px;
	margin-top:-40px;
}
/*1029 foot*/
.pro_selector {
	height:84px;
	padding:10px 0;
	background:url(../images/1px.png);
	margin:30px 0 0;
}
.pro_selector .sec_1 {
	width:440px;
}
.pro_selector .sec_2 {
	width:370px;
	margin-top:38px;
	padding:0 0 0 20px;
}
.pro_selector .sec_3 {
	width:100px;
}
.pro_selector .sec_1 .t {
	display:block;
	line-height:2.5;
	font-size:14px;
}
.i_f_s_item {
	height:30px;
	line-height:30px;
	border-right:1px solid #ccc;
	font-size:14px;
	text-indent:1em;
}
.i_f_s_item span {
	display:block;
	background:url(../images/libg.gif) 85% 12px no-repeat;
}
.i_f_s_item .on {
	background-position:85% -40px;
}
.i_f_s_item .sele_ {
	top:30px;
	border-bottom:0;
}
.i_f_s_item .sele_ a {
	border-bottom:1px solid #ddd;
	margin-top:-1px;
}
.i_f_s_item .sele_ a:hover {
	background:#ddd;
}
.pro_selector .sec_1 .inp {
	height:30px;
	line-height:30px;
	width:270px;
	padding-left:3px;
}
.pro_selector .sec_1 .btn {
	height:30px;
	width:65px;
	background:url(../images/f_sear_btn.png) center center no-repeat #f00;
}
.pro_selector .sec_3 img {
	float:right;
}
/*1105 add 漂浮*/
.sideFloat {
	position:fixed;
	right:10px;
	bottom:65px;
	width:50px;
	z-index:99;
}
.sideFloat a {
	display:block;
	width:30px;
	height:30px;
	line-height:15px;
	padding:10px;
	background:#c4c4c4;
	text-align:center;
	margin:0 0 4px;
}
.sideFloat a p {
	color:#fff;
	cursor:pointer;
}
.sideFloat a:hover {
	background:#eabe48;
}
.sideFloat .fh {
	line-height:30px;
}
.gotop {
	background:url(../images/sidefloat.png) 0 -100px no-repeat #c8c8c8;
	height:26px;
	margin-top:5px;
	cursor:pointer;
	overflow:hidden;
}
.gotop p {
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #ddd;
	cursor:pointer;
	margin-top:25px;
}
.gotop:hover {
	background-color:#eabe48;
}
/*1108 add 分享到微信*/
.share2wx {
	width:16px;
	height:16px;
	overflow:hidden;
	background:url(../images/share.gif) 0 -252px;
	margin:4px 0 0 4px;
}
/*1220 新漂浮*/
.sideFloat_new {
	width:110px;
}
.sideFloat_new a {
	width:80px;
	height:auto;
	padding:5px 15px;
	text-align:left;
}
.sideFloat_new .fh {
	line-height:15px;
	background:#eabe48;
}
.sideFloat_new .gotop {
	height:24px;
	background-position:30px -100px;
}
.f_menu2 ul {
	height:10em;
}
/*2014-06-19 index change add*/
.textlink {
	line-height:28px;
}
.textlink a {
	font-size:13px;
	font-weight:bold;
}
.textlink b {
	font-weight: normal;
	margin: 0 12px;
	font-size: 12px;
	color: #ccc;
}
.i_news_slide {
	height:208px;
	width:787px;
}
.i_news_slide .ban_c {
	line-height:2em;
}
.i_news_slide .ban_c img {
	float:left;
	width:345px;
	margin-right:20px;
	height:208px;
}
.i_news_slide ._t {
	font-size:16px;
	border-bottom:1px dotted #ccc;
	height:60px;
	line-height:24px;
}
.i_news_slide ._p {
	height:4em;
	margin:10px auto;
	overflow:hidden;
}
.i_news_slide ._link {
}
.i_news_slide .ban_nav {
	position:absolute;
	width:auto;
	left:392px;
	bottom:3px;
}
.i_news_slide .ban_nav a {
	float:left;
	width:8px;
	height:8px;
	background:#bbb;
	border:1px solid #bbb;
	margin-right:5px;
	overflow:hidden;
	line-height:99px;
}
.i_news_slide .ban_nav .on {
	background:#e90002;
	border-color:#fdc4ca;
}
.i_news_slide .Left, .i_news_slide .Right {
	position:absolute;
	width:15px;
	height:15px;
	background:url(../images_index/arr.gif) no-repeat;
	bottom:0;
	border:1px solid #ddd;
	margin-right:5px;
}
.i_news_slide .Left {
	left:364px;
}
.i_news_slide .Right {
	left:460px;
	background-position:right 0;
}
.i_news_slide .Left:hover, .i_news_slide .Right:hover {
	border-color:#ed1d25;
}
/*2014-07-22*/

/*
* tab.css
*/
.tab {
	position:relative;
}
.tab_c {
	display:none;
}
.tab_c_cur {
	display:block;
}
.index_pro_tab .tab_b {
	width:975px;
	border:1px solid #e0e0e0;
	border-bottom:0;
	margin-top:20px;
}
.index_pro_tab .tab_b ._layer {
	height:50px;
	line-height:50px;
	padding:0 10px;
	background:#f3f3f3;
	border:1px solid #fff;
}
.index_pro_tab .tab_b ._T {
	float:left;
	font-weight:bold;
}
.index_pro_tab ._tabs {
	float:right;
}
.index_pro_tab .tab_t {
	float:left;
	font-size:14px;
	padding:0 12px;
	cursor:pointer;
}
.index_pro_tab .tab_t_cur {
	background:#ee0000;
	color:#fff;
}
.index_pro_tab .tab_c ul {
	width:975px;
	height:245px;
	overflow:hidden;
	background:#fff;
	border:1px solid #e0e0e0;
}
.index_pro_tab .tab_c li {
	float:left;
	width:195px;
	line-height:1.8;
	border-bottom:4px solid #fff;
}
.index_pro_tab .tab_c .cont {
	display:block;
	width:100%;
	overflow:hidden;
}
.index_pro_tab .tab_c .img {
	width:100%;
	height:170px;
	line-height:170px;
	text-align:center;
	overflow:hidden;
}
.index_pro_tab .tab_c .img img {
	display:inline-block;
	vertical-align:middle;
	width:90%;
}
.index_pro_tab .tab_c .cont s {
	_display:inline-block;
	width:0;
	height:100%;
	overflow:hidden;
	vertical-align:middle;
}
.index_pro_tab .tab_c p {
	height:22px;
	overflow:hidden;
}
.index_pro_tab .tab_c .t {
	font-size:14px;
	font-weight:bold;
	padding:0 10px;
	color:#666;
	height:39px;
	line-height:38px;
	overflow:hidden;
}
.index_pro_tab .tab_c ._text {
	display:block;
	border-bottom:1px dotted #333;
}
.index_pro_tab .tab_c .panel {
	padding:5px 10px;
}
.index_pro_tab .tab_c .panel a {
	margin-right:5px;
}
.index_pro_tab .tab_c .panel .ico {
	margin-right:4px;
}
.index_pro_tab .tab_c .panel a:hover {
	color:#e60013;
}
.index_pro_tab .tab_c li:hover {
	border-bottom-color:#e00;
}
.index_pro_tab .tab_c li:hover .t, .index_pro_tab .tab_c li:hover .panel {
	background:#f7f5f6;
}
/************** 底部2 *******************/
.foot2 {
	width:100%;
	background:#6d6e72;
	height:304px;
}
/* footer2 */
.footer2 {
	clear: both;
}
.footer2 .inner {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/footer-bg.png) no-repeat;
	color: #b3b3b3;
	padding: 32px 0 0 0;
	text-align: left;
}
.footer2 .p1 {
	overflow: hidden;
	height: 257px;
}
.footer2 .p1 .cs {
	float: left;
	display: inline;
	margin-left: 30px;
	width: 250px;
	text-align: left;
}
.footer2 .p1 .cs dt {
	height: 28px;
	line-height: 14px;
	padding-left: 36px;
	background: url(../images/csbg.png) no-repeat;
}
.footer2 .p1 .cs dd {
	font: 30px/32px Arial;
	color: #d9d9d9;
	margin-top: 8px;
	margin-bottom: 25px;
}
.footer2 .p1 .cs h4 {
	font: bold 12px/30px 'Microsoft Yahei';
}
.footer2 .lmore {
	overflow: hidden;
 *zoom: 1;
	padding-left: 10px;
	_padding-left: 7px;
}
.footer2 .lmore dl {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	text-align: left;
/*	width:88px;*/
	border-right:1px dotted #87888a;
	height:250px;
	padding:0 25px;
}
.footer2 .lmore dt {
	font-weight: bold;
	margin-bottom: 12px;
	font-size:14px;
}
.footer2 .lmore a {
	color: #b3b3b3;
	line-height: 20px;
}
.footer2 .lmore a:hover {
	text-decoration:none;
	color:#fff;
}
.footer2 .p2 img {
	display: inline;
	vertical-align: top;
}
.footer2 .p2 a {
	color: #b3b3b3;
}
.footer2 .p2 .cr {
	overflow: hidden;
	padding: 0 30px;
	height: 44px;
	line-height: 44px;
	margin-top: 12px;
}
.i_Special {
	width:810px;
	float:left;
	margin-bottom:20px;
}
.i_Special .tab_b2 {
	border:1px solid #e0e0e0;
}
.i_Special .tab_b2 ._layer2 {
	height:50px;
	line-height:50px;
	padding:0 10px;
	background-color:#f3f3f3;
	border:1px solid #fff;
}
.i_Special .tab_b2 ._layer2 .t2 {
	font-size:18px;
	float:left;
	font-weight:600;
}
.i_Special .i_content1 {
	background-color:#fff;
	height:135px;
	border:1px solid #e0e0e0;
	border-top:0;
	padding:15px;
}
.i_Special .i_content1 ul li {
	width:110px;
	height:110px;
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.i_Special .i_content1 ul li:last-child {
	margin-right:0;
}
.i_Special .i_content1 ul li img:hover {
	margin-top: -15px;
	position: relative;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
	z-index:1;
}
.i_service {
	width:363px;
	float:right;
	margin-bottom:20px;
	border:1px solid #e0e0e0;
	border-left:0;
	height:218px;
}
.i_service .tit1 {
	font-weight:600;
	background:url(../images_index/gif-0056.gif) no-repeat 0 20px;
	padding-left:20px;
	float:left;
	font-size:18px;
	width:328px;
	margin-left:16px;
	height:51px;
	line-height:51px;
}
.i_service .i_content2 {
	background-color:#fff;
	padding:15px;
}
.i_service .i_content2 ._list2 li {
	border-bottom:1px dotted #ccc;
	background:url(../images_index/arr_small.gif) 95% center no-repeat;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:30px;
	line-height:30px;
}
/*滑动*/
.tabContentOver66 {
	PADDING-RIGHT: 10px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	CURSOR: pointer;
	COLOR: #d10001;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 58px;
	line-height:58px;
	text-align:left;
	margin:0;
	background-color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:17px;
	font-family:"微软雅黑";
	border-bottom:2px solid #d10001;
}
.tabContentNormal66 {
	PADDING-RIGHT: 10px;
	DISPLAY: inline;
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	CURSOR: pointer;
	COLOR: #333333;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 60px;
	line-height:60px;
	text-align:left;
	margin:0;
	text-align:center;
	font-size:17px;
	font-family:"微软雅黑";
}
.tabContentBody66 {
	width:100%
}




/*20180801*/
.i_news_0801{ width: 787px; height: 208px;}
.i_news_0801 .n1{ width: 422px; float:right;}
.i_news_0801 .n1 ul li {
	float:left;
	line-height:26px;
	background:url(../images_index/news_icon.jpg) no-repeat 0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #e2e2e2;
	width: 100%;
}
/*焦点图*/
.focus {
	position: relative;
	width: 345px;
	height: 208px;
	background-color: #000;
	float: left;
}
.focus img {
	width: 345px;
	height: 208px;
}
.focus .shadow .title {
	width: 260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}
.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}
.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}
.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}
.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}
.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}
.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 80px;
	line-height: 80px;
	background: rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
	display: none;
	text-align: left;
}
.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}
.focus .fcon img {
	display: block;
}
.focus .fbg {
	bottom: 10px;
	right: 10px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}
.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}
.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
	background: #ff0000;
}
.focus .D1fBt img {
	display: none
}
.focus .D1fBt i {
	display: none;
	font-style: normal;
}
.focus .prev, .focus .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../images/focus_btn.png) no-repeat;
}
.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}
.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}
.focus .prev:hover {
	background-position: 0 0;
}
.focus .next:hover {
	background-position: -40px 0;
}

.nav .li {
	position: relative;
}
.nav .li .nav_cell_list {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.nav_cell_list {
	min-width: 100%;
	background:#fff;
	box-shadow:0 2px 8px rgba(0, 0, 0, .2);
	*zoom:1;
}
.nav_cell_list li {
	position: relative;
	padding: 0 8px;
	font-size:14px;
	line-height:30px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	text-align: center;
	white-space: nowrap;
}
.nav .li:hover .nav_cell_list {
	display: block;
}
.nav_cell_sub_list {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
	background:#fff;
	*zoom:1;
}
.nav_cell_list li:hover > ul {
	display: block;
}
