@charset "UTF-8";
/*zwp 2018-1-9*/
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	height:100%;
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
	overflow-x:hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
	margin: auto;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #666;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666;
}/* 未访问的链接 */
a:visited {
	color: #666;
}/* 已访问的链接 */
a:hover {
	color: #fe680a;
}/* 鼠标在链接上 */
a:active {
	color: #666;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828385;
	background:#fafafa;
	min-width:1366px;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}

::-webkit-input-placeholder{}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{}                  /* Firefox版本4-18 */
::-moz-placeholder{}                  /* Firefox版本19+ */
:-ms-input-placeholder{}           /* IE浏览器 */

.clear {
	clear: both;
}
.h5 {
	clear: both;
	height: 5px;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h65 {
	clear: both;
	height: 65px;
}
.h80 {
	clear: both;
	height: 80px;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
	}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
/*
///////////////top
*/	
.headBox1{
	height: 130px;
	overflow: hidden;
	background-color: #ffa141;
	background-position: center center;
	background-repeat: no-repeat;
}
.headBox1 .wrap{position:relative}
.logo{
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 0;
}
.logo a{
	display: block;
	height:90px;
}
.logo a img{
	display: block;
	height:90px;
}
.headBox1_a{
	height:92px;
	overflow: hidden;
	color: #f5f5f5;
	line-height: 26px;
	margin-top: 5px;
	padding-left:430px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.headBox1_a a{color: #f5f5f5;}
.headBox1_a a:hover{color: #fff;text-decoration: underline}
.headBox2{
	height: 50px;
	background: #ffffff;
	position: relative;
}
.menuDl dd{
	display: inline;
	float: left;
	width: 120px;
	transition-property:all;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	position: relative;
	text-align: center;
}
.menuDl dd .a1{
	display:inline-block;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.menuDl dd.hover .a1{color: #fe680a}
.menuDl dd .div_a{
	width:100%;
	position: absolute;
	top:48px;
	left:0;
	z-index: 11;
	border-top:2px solid #fe680a;
	display: none;
}
.menuDl dd .div_a a{
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	background: rgba(240,240,240,0.8);
	margin-bottom: 2px;
	color: #666666;
	font-size: 14px;
}
.menuDl dd .div_a a:hover{color: #fe680a}
.menuDl dd .div_a a.hover{color: #fe680a}
/*
///////////banner
*/
.banner{
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .bd{
	width: 100%;
	overflow: hidden;
}
.banner .bd dl dd{
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
.banner .bd dl dd a{
	display: block;
}
.banner .hd{
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.banner .hd ul{display: inline-block;}
.banner .hd ul li{
	display: inline;
	float: left;
	width: 40px;
	height: 4px;
	overflow: hidden;
	line-height: 9999px;
	background: #e6e6e6;
	margin: 0 5px;
	cursor: pointer;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.banner .hd ul li.on{background:#fe680a}
/*
/////////////footer
*/
.foot{
	overflow: hidden;
}
.footBox1{
	clear: both;
	overflow: hidden;
	background: #fff;
	padding:30px 0;
	color: #999999;
	line-height: 30px;
}
.footBox1 a{color: #999999;}
.footBox1 a:hover{color:#fe680a;}
.footBox1 span{
	display: block;
	padding-left:15px;
	height: 26px;
	line-height: 26px;
	background-position: left center;
	background-repeat: no-repeat;
}
.footBox1 span.icon1{background-image: url(../images/icon1.png)}
.footBox1 span.icon2{background-image: url(../images/icon2.png)}
.footBox1 a{color: #999999;}
.footBox1 a:hover{color: #fe680a;}
.ftEwm{
	overflow: hidden;
}
.ftEwm img{
	display: block;
	width: 86px;
	height: 86px;
	border:3px solid #ffffff;
}
.ftEwm span{
	display: block;
	height: 27px;
	overflow: hidden;
	line-height: 27px;
	text-align: center;
	color: #999999;
}
.footBox2{
	height: 40px;
	line-height: 40px;
	background:#f0f0f0;
	color: #999999;
}
.footBox2 a{color: #999999;}
.footBox2 a:hover{color: #fe680a;}
/*
///////////////首页通栏
*/
/*1*/
.ixBox1{
	height:575px;
	overflow: hidden;
	background-color:#fff;
}
.ixBox1Sldie{
	width: 730px;
	height: 495px;
	overflow: hidden;
	position: relative;
}
.ixBox1Sldie .bd{
	width: 730px;
	height: 495px;
	overflow: hidden;
}
.ixBox1Sldie .bd dl dd{
	width: 730px;
	height: 495px;
	overflow: hidden;	
}
.ixBox1Sldie .bd dl dd img{
	display: block;
	width: 730px;
	height: 495px;
}
.ixBox1Sldie .hd{
	width: 100%;
	height:40px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.ixBox1Sldie .hd span{
	display: inline;
	float: left;
	line-height: 40px;
	color: #ffffff;
	font-size:16px;
	padding-left: 10px;
}
.ixBox1Sldie .hd ul{
	display: inline;
	float: right;
	margin-top: 13px;
	margin-right: 15px;
}
.ixBox1Sldie .hd ul li{
	display: inline;
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	line-height: 999px;
	background: #d2d2d2;
	margin: 0 5px;
	cursor: pointer;
}
.ixBox1Sldie .hd ul li.on{background: #fe680a}
.ixBox1R{
	overflow: hidden;
	padding-left: 20px;
}
.ixBoxT{
	height:40px;
}
.ixBoxT.bd{border-bottom: 1px solid #e6e6e6;}
.ixBoxT .a1{
	display: block;
	padding-left: 32px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333333;
	margin-left:4px;
	background-position: left center;
	background-repeat: no-repeat;
}
.ixBoxT .a1:hover{color: #fe680a}
.ixBoxT .a2{
	display: block;
	height: 39px;
	line-height: 38px;
	font-size: 18px;
	color: #333333;
	position: relative;
}
.ixBoxT .a2:after{
	content: "";
	display: block;
	width: 10px;
	height: 7px;
	position:absolute;
	top:39px;
	left:50%;
	margin-left:-5px;
	background-image: url(../images/tw_icon1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.ixBoxT .a2.hover{color: #fe680a;border-bottom:2px solid #fe680a;}
.ixBoxT .a2.hover:after{display: block}
.ixBoxT .more{
	line-height: 38px;
	color: #999999;
}
.ixBoxT .more:hover{color: #fe680a}
.more.typ2{line-height:56px}
.hotBox{
	overflow: hidden;
	padding-bottom: 13px;
}
.hotBox .divT{
	height: 35px;
	overflow: hidden;
}
.hotBox .divT a{
	line-height: 35px;
	color: #666666;
	font-size: 16px;
}
.hotBox .divT a:hover{color: #fe680a}
.hotBox .divT2{
	height:21px;
	overflow: hidden;
	line-height: 21px;
	color: #999999;
	font-size: 14px;
}
.hotBox .txt{
	height: 48px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}
.ixList1 dd{
	height: 36px;
	overflow: hidden;
	line-height: 36px;
}
.ixList1 dd a{
	display: inline;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
	padding-left: 15px;
	background-image: url(../images/icon4.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.ixList1.icon2 dd a{background-image: url(../images/icon4_1.png)}
.ixList1 dd a:hover{color: #fe680a}
.ixList1 dd span{
	display: inline;
	float: right;
	height: 36px;
	line-height: 36px;
	color: #999999;
	font-size: 14px;
}
/*2*/
.ixBox2{height:407px;background-color:#fffbfa;position:relative;z-index: 1}
.ixBox2L{
	width:380px;
	overflow: hidden;
	margin-right:30px;
}
.ixBox_a a{
	display: inline;
	float: left;
	width: 120px;
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 18px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}
.ixBox_a a.hover{color: #fff;background-image: url(../images/tw_icon2.png)}
.ixBox_a a.icon{width:160px;background-image: url(../images/tw_icon3.png)}
.hotBox2{
	overflow: hidden;
}
.hotBox2 .pic{
	width: 150px;
	height: 100px;
	overflow: hidden;
}
.hotBox2 .pic img{
	display: block;
	width: 150px;
	height: 100px;
}
.hotBox2 .divR{
	padding-left: 18px;
	overflow: hidden;
}
.hotBox2 .divR .divT{
	height: 37px;
	line-height: 37px;
	overflow: hidden;
}
.hotBox2 .divR .divT a{
	font-size: 16px;
	color: #666666;
}
.hotBox2 .divR .divT a:hover{color:#fe680a}
.hotBox2 .divR .txt{
	height: 56px;
	overflow: hidden;
	color: #999999;
	line-height: 28px;
	font-size: 14px;
}
.ixBox2R{
	width: 262px;
	overflow: hidden;
}
.ixBox2R .divT{
	overflow: hidden;
	margin-top: 13px;
}
.ixBox2R .divT span{
	display: inline;
	float: left;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding-left: 52px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	background-image: url(../images/icon6.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.ixBox2R .divT .txt{
	display: inline;
	float: left;
	width: 130px;
	line-height:22px;
	font-size: 16px;
	color: #fe680a;
	font-weight: bold;
	margin-top: 4px;
}
.ixBox2R .divT2{
	clear: both;
	overflow: hidden;
	width: 278px;
	margin-top:10px;
}
.ixewmBox{
	overflow: hidden;
	width: 80px;
	margin-right: 10px;
}
.ixewmBox img{
	display: block;
	width: 80px;
	height: 80px;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.ixewmBox img:hover{opacity: 0.9}
.ixewmBox span{
	display: block;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #999999;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.ixewmBox:hover span{color: #fe680a}
.quickDl{
	clear: both;
	overflow: hidden;
	width:285px;
	margin-top:8px;
}
.quickDl dd{
	display: inline;
	float: left;
	width: 120px;
	height: 40px;
	overflow: hidden;
	border-radius: 5px;
	margin: 0 20px 10px 0;
}
.quickDl dd a{
	display: block;
	background: #e0effd;
	width: 120px;
	height: 40px;
}
.quickDl dd:hover a{background: #bbddfd;}
.quickDl dd i{
	display: inline;
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin:0 5px;
	background-position:center center;
	background-repeat: no-repeat;
}
.quickDl dd span{
	display: inline;
	float:left;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
}
/*3*/
.ixBox3{height:425px;overflow:hidden;background-color:#fff}
.ixBox3L{
	width: 430px;
	overflow: hidden;
	margin-right: 39px;
}
.ixBox3R{width: 730px}
.ixBox3RDl{width: 750px;}
.ixBox3RDl dd{
	display: inline;
	float: left;
	width: 355px;
	height: 140px;
	overflow: hidden;
	margin: 0 20px 10px 0;
}
.ixBox3RDl dd img{
	display: block;
	width: 355px;
	height: 140px;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
	transform: scale(1);
}
.ixBox3RDl dd:hover img{transform: scale(1.05);}
/*4*/
.ixBox4{
	height: 416px;
	overflow: hidden;
	background: #fff;
}
.ixBox4Sldie{position: relative;}
.ixBox4Sldie .bd{
	overflow: hidden;
}
.ixBox4Sldie .bd dl dd{
	display: inline;
	float: left;
	width: 375px;
	overflow: hidden;
	margin-right: 40px;
}
.ixBox4Sldie .bd dl dd .pic{
	width: 375px;
	height: 250px;
	overflow: hidden;
}
.ixBox4Sldie .bd dl dd .pic img{
	display: block;
	width: 375px;
	height: 250px;
}
.ixBox4Sldie .bd dl{width:1300px}
.ixBox4Sldie .bd dl dd span{
	display: block;
	overflow: hidden;
	line-height:24px;
	padding:10px 0;
	text-align: center;
	font-size: 16px;
	color: #666666;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.ixBox4Sldie .bd dl dd:hover span{color: #fe680a}
.ixBox4Sldie .bt{
	display: block;
	width: 22px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top:105px;
	z-index: 1;
	background-image: url(../images/icon9.png);
	background-repeat: no-repeat;
	display: none;
}
.ixBox4Sldie .bt.prev{left:-42px;background-position:left top}
.ixBox4Sldie .bt.next{right:-42px;background-position:right top}
.ixBox4Sldie .bt.prev:hover{left:-42px;background-position:left bottom}
.ixBox4Sldie .bt.next:hover{right:-42px;background-position:right bottom}
/*
///////subBanner
*/
.subBanner{
	width: 100%;
	padding-top:20.83%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
/*
/////////////内页部分
*/
.pageBox{
	overflow: hidden;
}
.pageBox .wrap{background: #fff;}
.pageBoxC{
	overflow: hidden;
	padding: 40px;
	padding-bottom: 0px;
}
/*当前位置*/
.location{
	height: 50px;
	background: #fff;
	line-height: 50px;
	font-size: 16px;	
}
.location_a{
	height:50px;
	overflow: hidden;
	padding-left:28px;
	background-image: url(../images/icon10.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 50px;
	font-size: 16px;
}
.location a{color: #666666;}
.location a.hover{color: #fe680a;}
.location a:hover{color: #fe680a;}
.nav a{
	display: inline;
	float: left;
	line-height: 50px;
	padding: 0 25px;
	color: #666666;
	position: relative;
	right:-25px;
}
.nav a.hover{color: #fe680a}
.nav a:hover{color: #fe680a}
/*分页*/	
.page {
	padding:8px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
	font-family:"宋体";
}
.page a {
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #dfdede;
	padding:6px 9px;
	color:#383737;
	border-radius:3px;
}
.page a:hover {
	border: 1px solid #fe680a;
	background: #fe680a;
	color: #fff;
}
.page a.hover {
	border: 1px solid #fe680a;
	background: #fe680a;
	color: #fff;
}
.page input {
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e4e4e4;
}
.page input.pageDetail {
	width: 30px;
	height:22px;
	text-align: center;
	border-radius:3px;
}
.page label{color:#393939;}
.page input.page_bnt {
	border: none;
	width:30px;
	height: 25px;
	cursor:pointer;
	background:none;
}
.pic img{
	transform: scale(1);
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-property: all;
}
.pic:hover img{transform: scale(1.05);}
/*******内页列表、详情页******/
/*单篇+新闻*/
.articleT{
	clear:both;
	line-height:32px;
	font-size:26px;
	color:#141414;
	text-align:center;
	}
.articleT2{
	clear:both;
	font-size:14px;
	color:#666;
	line-height:30px;
	text-align:center;
	margin-top:5px;
	}
.articleT2 i{color:#fe680a;font-weight:bold; font-style:normal;}
.article_fz{
	display:inline-block;
	position:relative;
	cursor:pointer;
	}
.article_fzBox{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:0;
	z-index:9999;
	opacity:0;
	transform:rotateX(90deg);
	-webkit-transform:rotateX(90deg);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	transform-origin:center top;
	-webkit-transform-origin:center top;
	}
.article_fz:hover .article_fzBox{
	opacity:1;
	transform:rotateX(0deg);
	-webkit-transform:rotateX(0deg);}
.article_fzBox span{
	display:block;
	height:20px;
	background:#f5f5f5;
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	}
.article_fzBox span:hover{
	background:#ad1214;
	color:#fff;
	}
.article_fzBox span.hover{
	background:#ad1214;
	color:#fff;
	}
.articleBox{
	clear:both;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	color:#666666;
	}
.article img{ max-width:100%;}
/* 文章阅读页——大图*/
#play{
	width:785px;
	height:525px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	margin:0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:785px;
	height:525px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:785px;
	height:525px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:797px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:90px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	width:124px;
	height:82px;
	padding:3px;
	margin:0 5px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	width:124px;
	height:82px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;width:90px;width:124px;
	height:82px;}
.img_hd ul li.on {border:1px solid #fe680a;background:#fe680a;}
.imgMove .prev_a {margin-top: 15px; display:block;width:30px; height:60px; position:absolute; left:0px; top:0px; background:url(../images/article_icon.png) no-repeat 10px 15px;}
.imgMove .next_a {margin-top: 15px;display:block; width:30px; height:60px; position:absolute; right:0px; top:0px; background:url(../images/article_icon.png) no-repeat -37px 15px;}
.article_pageUp{font-size:14px;line-height:30px;color:#666666;}
.article_pageUp a{color:#666666}
.article_pageUp a:hover{color:#fe680a}
/**/
.share{border-top:1px solid #d8d8d8;}
.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.articleB_box i{color:#ad1214}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#fe680a;
	}
.articlePage a.hover{
	color:#fff;
	background:#fe680a;
	}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }
/**/
.getTop{
	width:49px;
	height: 64px;
	cursor: pointer;
	background-image: url(../images/icon11.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	top: 50%;
	right: 10px;
	z-index: 9999;
	display: none;
}
/****图文列表****/
.newsTextImg dd{
	height:170px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.newsTextImg dd .txtBox{
	width:825px;
	height: 170px;
	overflow: hidden;
} 
.newsTextImg.typ2 dd{height:auto;border-bottom:none;margin-bottom: 0;}
.newsTextImg.typ2 dd .txtBox{
	width: 100%;
	height:auto;
}
.newsTextImg.typ2 dd .txtBox .txtBoxC{
	overflow: hidden;
	padding: 20px;
	background: #fffafa;
}
.newsTextImg dd .txtBox .divT{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.newsTextImg dd .txtBox .divT a{color: #333333;font-size: 18px}
.newsTextImg dd .txtBox .divT a:hover{color: #fe680a;}
.newsTextImg dd .txtBox .txt{
	overflow: hidden;
	height: 90px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
}
.newsTextImg dd .txtBox .divT2{
	overflow: hidden;
}
.newsTextImg dd .txtBox .divT2 a{
	display: inline;
	float: left;
	color: #999;
}
.newsTextImg dd .txtBox .divT2 a:hover{color:#fe680a;}
.newsTextImg dd .txtBox .divT2 span{
	display: inline;
	float: right;
	color: #999;
}
.newsTextImg dd .pic{
	width: 255px;
	height: 170px;
	overflow: hidden;
}
.newsTextImg dd .pic img{
	display: block;
	width: 255px;
	height: 170px;
}
/*全图列表*/
.newsAllImg{width:1300px}
.newsAllImg dd{
	display: inline;
	float: left;
	width:345px;
	overflow: hidden;
	margin: 0 40px 25px 0;
}
.newsAllImg dd .pic{
	width: 345px;
	height: 230px;
	overflow: hidden;
	position: relative;
}
.newsAllImg dd .pic i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
	background-image: url(../images/icon12.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.newsAllImg.typ2 dd .pic{height:430px;}
.newsAllImg dd .pic img{
	display: block;
	width: 345px;
	height: 230px;
}
.newsAllImg.typ2 dd .pic img{height:430px;}
.newsAllImg dd span{
	display: block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.newsAllImg dd:hover span{color: #fe680a}
/**全文列表**/
.newsList dd{
	overflow: hidden;
	height: 97px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.newsList dd .date{
	width: 94px;
	height: 97px;
	overflow: hidden;
	background: #f8f8f8;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.newsList dd:hover .date{background:#fe680a;}
.newsList dd .date span{
	display: block;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	text-align: center;
	color: #999999;
	font-size: 46px;
	margin-top: 15px;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.newsList dd:hover .date span{color: #fff}
.newsList dd .date em{
	display: block;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	font-style: normal;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.newsList dd:hover .date em{color: #fff}
.newsList dd .txtBox{
	padding-left: 18px;
	overflow: hidden;
}
.newsList dd .txtBox .divT{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.newsList dd .txtBox .divT a{
	color: #333333;
	font-size: 18px;
	}
.newsList dd:hover .txtBox .divT a{color: #fe680a;}
.newsList dd .txtBox .txt{
	height: 55px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}
/*下载列表*/
.downloadList{
	overflow: hidden; border-bottom: 1px solid #cccccc}
.downloadList dd{
	height: 72px;
	overflow: hidden;
	border-bottom: 1px dotted #dbdbdb;
	line-height: 72px;
	position: relative;
	bottom: -1px;
}
.downloadList dd span{
	display: inline;
	float: left;
	padding-right: 40px;
	font-size: 14px;
	color: #666666;
	background-image: url(../images/icon13.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 18px;
}
.downloadList dd a{
	display: inline;
	float: left;
	font-size: 14px;
	color: #666666;
}
.downloadList dd a:hover{color: #fe680a}
.downloadList dd i{
	display: inline;
	float: right;
	width: 24px;
	height: 72px;
	cursor: pointer;
	background-image: url(../images/icon14.png);
	background-repeat: no-repeat;
	background-position:  center center;
}
.downloadList dd i:hover{background-image: url(../images/icon15.png);}
/**/
.ixBox1_box{
	overflow: hidden;
	background: #fff;
}
.ixBox1_boxC{
	height: 150px;
	overflow: hidden;
	background: #fff6f0;
	padding-left: 762px;
	background-position: 15px center;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
}
.quickDl.typ2{width:150px;margin-top:12px}
.quickDl.typ2 dd{height:60px}
.quickDl.typ2 dd a{height:60px;padding-top: 10px;background-color: #90caf9}
.quickDl.typ2 dd a span{color: #fff}
.quickDl.typ2 dd a:hover{background-color: #87c6f9}
.manual{margin-top: 12px}
.manualBox{
	height: 60px;
	overflow: hidden;
	margin-left: 44px;
	margin-bottom:10px;
}
.manualBox a{
	display: block;
	height: 60px;
	overflow: hidden;
	padding-left: 60px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	background-position: left center;
	background-repeat: no-repeat;
}
.manualBox.icon1 a{background-image: url(../images/q_icon9.png)}
.manualBox.icon2 a{background-image: url(../images/q_icon10.png)}
.pageBoxR{
	overflow: hidden;
	background: #fff;
	padding:30px 40px;
}