@charset "UTF-8";
/*zwp 2017-10-39*/
/*公共部分开始*/
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;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #828385
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #828385;
}/* 未访问的链接 */
a:visited {
	color: #828385;
}/* 已访问的链接 */
a:hover {
	color: #4e9cd8;
}/* 鼠标在链接上 */
a:active {
	color: #828385;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828385;
	background:#ffffff;
	min-width:1220px;
}
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;
}
.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;
}
.h90 {
	clear: both;
	height: 90px;
}
.h110 {
	clear: both;
	height: 110px;
}
.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
*/	
.head{
	clear: both;
	height: 100px;
	position: relative;
	z-index:11;
}
.logo{
	height: 100px;
	overflow: hidden;
}
.logo a{
	display: block;
	width: 335px;
	height: 100px;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.menuDl{position: relative;margin-top:28px;z-index: 11;}
.menuDl dd{
	display: inline;
	float: left;
	margin: 0 10px;
	position: relative;
}
.menuDl dd .a1{
	display: block;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	padding: 0 5px;
	color: #666666;
	font-size: 16px;
}
.menuDl dd.hover .a1{color: #4b49c4;}
.menuDl dd .div_a{
	width:660px;;
	overflow: hidden;
	position: absolute;
	top:40px;
	left: 0;
	line-height: 45px;
	padding-top: 30px;
	display: none;
}
.menuDl dd .div_a a{
	display: inline;
	float: left;
	line-height: 45px;
	color: #bdbcbc;
	font-size: 14px;
	padding-left: 11px;
	background-image: url(../images/iocn1.png);
	background-repeat:no-repeat;
	background-position: left center;
	margin-right: 20px;
}
.menuDl dd .div_a a:hover{color: #fff}
.menuDl dd .div_a a.hover{color: #fff}
.menu_icon{
	background: #4b49c4;
	height: 2px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: -1;
}
.menuBg{
	display: block;
	width: 100%;
	height: 45px;
	position: absolute;
	top:100%;
	left: 0;
	z-index: -1;
	background: rgba(255,255,255,0.2);
	display: none;
}
.menuBg.hide{display: none !important}
/*
///////////banner
*/
.banner{
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top:31.25%;
}
.banner .bd{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}
.banner .bd dd{
	display: block;
	width: 100%;
	padding-top:31.25%;
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .bd dd a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .hd{
	width: 100%;
	height:25px;
	position:absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}
.banner .hd ul{
	display: inline-block;
}
.banner .hd ul li{
	display: inline;
	float: left;
	width: 40px;
	height: 5px;
	overflow: hidden;
	line-height: 999px;
	background: #666666;
	margin: 0 5px;
	cursor: pointer;
}
.banner .hd ul li.on{background: #4b49c4}
/*1*/
.ixBox1{height:500px;}
.ixBoxT{
	height: 47px;
	overflow: hidden;
	border-bottom: 1px solid #e5e4e4;
}
.ixBoxT a{
	color: #444444;
	font-size: 18px;
	line-height: 47px;
}
.ixBoxT a:hover{color: #4b49c4}
.ixBox1L{
	width: 680px;
	overflow: hidden;
}
.ixBox1L_l{
	width: 320px;
	overflow: hidden;
	padding-right:19px;
	margin-right:18px;
	border-right:1px solid #e5e4e4;
}
.ixBox1L_l .pic{
	width: 320px;
	height: 190px;
	overflow: hidden;
}
.ixBox1L_l .pic img{
	display: block;
	width: 320px;
	height: 190px;
}
.ixBox1L_l .divT{
	clear: both;
	max-height: 50px;
	overflow: hidden;
}
.ixBox1L_l .divT a{
	color: #333333;
	font-size: 18px;
	line-height: 26px;
}
.ixBox1L_l .divT a:hover{color:#4b49c4;}
.ixBox1L_l .divT2{
	clear: both;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	color: #a8a8a8;
	margin: 5px 0;
}
.ixBox1L_l .txt{
	overflow: hidden;
	color: #777777;
	font-size: 16px;
	line-height: 26px;
}
.ixBox1L_l .more{
	display: block;
	color: #ea995f;
	line-height: 26px;
}
.ixBox1L_l .more:hover{text-decoration: underline}
.ixBox1L_r{
	width: 322px;
	overflow: hidden;	
}
.ixList1 dd{
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e5e4e4;
}
.ixList1 dd:last-child{border-bottom:none}
.ixList1 dd .pic{
	overflow: hidden;
	width: 65px;
	height: 65px;
}
.ixList1 dd .pic img{
	display: block;
	width: 65px;
	height: 65px;
}
.ixBox1L_r .divR{
	overflow: hidden;
	padding-left: 10px;
}
.ixBox1L_r .divR .divT{
	clear: both;
	height: 25px;
	overflow: hidden;
}
.ixBox1L_r .divR .divT a{
	line-height: 25px;
	color: #444444;
	font-size: 16px;
}
.ixBox1L_r .divR .divT a:hover{color:#4b49c4}
.ixBox1L_r .divR .divT2{
	height:30px;
	overflow: hidden;
	color: #a8a8a8;
	line-height:30px;
	padding-right: 20px;
}
.ixBox1R{
	overflow: hidden;
	width: 480px;
}
.ixList2 dd{
	overflow: hidden;
	height: 36px;
}
.ixList2 dd a{
	display: inline;
	float: left;
	line-height: 36px;
	color: #888888;
	font-size: 14px;
}
.ixList2 dd a:hover{color: #4b49c4}
.ixList2 dd a i{
	display: inline-block;
	padding-right: 8px;
	color:#4b49c4;
	font-style: normal;
	font-size: 16px;
}
.ixList2 dd span{
	display: inline;
	float: right;
	line-height: 36px;
	color: #bcbcbc;
}
.ixBox1R .a1{
	width: 228px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: #4b49c4;
	font-size: 18px;
}
.ixBox1R .a1:hover{opacity: 0.9}
.ixBox1R .a1.bg{background: #ea995f;}
/**/
.pic img{
	transform: scale(1);
	transition-duration:0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.pic:hover img{transform: scale(1.05);}
/*
////////////foot
*/
.foot{
	clear: both;
	overflow: hidden;
}
.footBox1{
	overflow: hidden;
	background: #050505;
	padding:20px 0;
}
.linkBox{
	width: 530px;
	overflow: hidden;
}
.ftDivT{
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #d7d7d7;
	font-size: 14px;
	border-bottom: 1px solid #1e1e1e;
}
.linkBoxC{width:600px;margin-top: 10px;}
.linkBoxC a{
	display: inline;
	float: left;
	color: #3b373d;
	font-size: 14px;
	line-height: 40px;
	margin-right: 40px;
}
.linkBoxC a:hover{color:#fff}
.ftContact{
	width:262px;
	overflow: hidden;
	padding-left:70px;
	}
.ftContactBox{
	overflow: hidden;
	color: #3b373d;
	font-size: 14px;
	line-height: 40px;
	padding-top: 10px;
}
.ftEwm{
	width:270px;
	overflow: hidden;
}
.ftEwmBox{
	width: 105px;
	overflow: hidden;
	margin: 0 14px;
}
.ftEwmBox img{
	display: block;
	width: 105px;
	height: 105px;
}
.ftEwmBox span{
	display: block;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #3b373d;
}
.footBox2{
	background: #ffffff;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #acacac;
}
.footBox2 a{color: #acacac;}
.footBox2 a:hover{color: #4b49c4;}
/*2*/
.ixBox2{
	height: 535px;
	overflow: hidden;
	background-image: url(../images/bg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.ixBox2 .ixBoxT{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	background-image: url(../images/iocn2.png);
	background-repeat: no-repeat;
	background-position:99% center;
}
.ixBox2 .ixBoxT a{display: block; color:#f3fafd;}
.ixBox2Sldie{
	overflow: hidden;
	height: 317px;
}
.ixBox2List{width:1300px}
.ixBox2List dd{
	display: inline;
	float: left;
	width: 382px;
	overflow: hidden;
	margin-right:27px;
	margin-bottom: 30px;
}
.ixBox2List dd .pic{
	width: 382px;
	height: 228px;
	overflow: hidden;
}
.ixBox2List dd .pic img{
	display: block;
	width: 382px;
	height: 228px;
}
.ixBox2List dd .txt{
	overflow: hidden;
	background: #fff;
	padding:20px 50px 20px 20px;
	background-image: url(../images/iocn3.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.ixBox2List.typ1 dd .txt{background-color:#f2f2ff}
.ixBox2List dd .txt span{
	display: block;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
}
.ixBox2List dd .txt span a{
	color: #666666;
	font-size: 16px;
	line-height: 25px;
}
.ixBox2List dd .txt span a:hover{color:#4b49c4}
.ixBox2List dd .txt em{
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #888888;
	font-size: 14px;
	font-style: normal;
}
.ixBox3{height:583px;}
.ixBox3 .ixBoxT{
	background-image: url(../images/iocn4.png);
	background-repeat: no-repeat;
	background-position:right center;
}
/**/
.ixBox3Dl{width: 1300px}
.ixBox3Dl dt{
	display: inline;
	float: left;
	overflow: hidden;
	width: 465px;
	margin-right: 16px;
}
.ixBox3Dl dt .pic{
	width: 465px;
	height: 350px;
	overflow: hidden;
}
.ixBox3Dl dt .pic img{
	display: block;
	width: 465px;
	height: 350px;
}
.ixBox3Dl dt span{
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #444444;
	font-size: 16px;
	margin-top: 13px;
}
.ixBox3Dl dt span a{color: #444444;}
.ixBox3Dl dt:hover span a{color:#4b49c4;}
.ixBox3Dl dt em{
	display: block;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	color: #b2b1b1;
	padding-left: 22px;
	font-style: normal;
	background-image: url(../images/iocn5.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.ixBox3Dl dd{
	display: inline;
	float: left;
	overflow: hidden;
	width:230px;
	margin-right: 16px;
	margin-bottom: 20px;
}
.ixBox3Dl.typ1 dd{margin-right: 12px;margin-bottom: 20px}
.ixBox3Dl dd .pic{
	width: 230px;
	height: 130px;
	overflow: hidden;
}
.ixBox3Dl dd .pic img{
	display: block;
	width: 230px;
	height: 130px;
}
.ixBox3Dl dd span{
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #444444;
	font-size: 16px;
	margin-top: 13px;
}
.ixBox3Dl dd span a{color: #444444;}
.ixBox3Dl dd:hover span a{color:#4b49c4;}
.ixBox3Dl dd em{
	display: block;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	color: #b2b1b1;
	padding-left: 22px;
	font-style: normal;
	background-image: url(../images/iocn5.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/**/

.formDl1{
	width: 434px;
	margin: 0 auto;
	overflow: hidden;
}
.formDl1 dt{
	height: 112px;
	margin-top: 30px;
	line-height: 112px;
	text-align: center;
	color: #4b49c4;
	font-size: 24px;
	font-weight: bold;
}
.formDl1 dd{
	clear: both;
}
.formDl1 dd .inputT{
	display: block;
	width: 402px;
	height: 58px;
	background:none;
	border:1px solid #e5e5e5;
	padding:0 15px;
	color: #828282;
	font-size: 18px;
}
.formDl1 dd .inputT::-webkit-input-placeholder{color: #828282}    /* 使用webkit内核的浏览器 */
.formDl1 dd .inputT:-moz-placeholder{color: #828282}                  /* Firefox版本4-18 */
.formDl1 dd .inputT::-moz-placeholder{color: #828282}                  /* Firefox版本19+ */
.formDl1 dd .inputT:-ms-input-placeholder{color: #828282}           /* IE浏览器 */
.formDl1 dd .code{
	width: 100px;
	height: 60px;
	overflow: hidden;
	padding-left: 10px;
}
.formDl1 dd .code img{
	display: block;
	width: 100px;
	height: 60px;
}
.formDl1 dd .bt{
	display: block;
	height: 60px;
	overflow: hidden;
	background: #4b49c4;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
}
.formDl1 dd .bt:hover{opacity: 0.9}
/*
//////////////subBanner
*/
.subBanner{
	width: 100%;
	height: 335px;
	background-position:center center;
	background-repeat:no-repeat;
}
/**/
.navBox{
	clear: both;
	text-align: center;
	overflow: hidden;
}
.navBox .divT{
	height: 38px;
	overflow: hidden;
	color: #4b49c4;
	font-size: 26px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
}
.navBox .divT2{
	height: 26px;
	overflow: hidden;
	color: #cecdf0;
	font-size:18px;
	line-height: 26px;
	text-align: center;
}
.navBoxC{
	display: inline-block;
}
.navBoxC a{
	display: inline;
	float: left;
	width: 150px;
	height: 36px;
	overflow: hidden;
	border-radius:30px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	color: #888888;
	margin: 0 13px;
}
.navBoxC a.hover{background:#4b49c4;border:1px solid #4b49c4;color: #fff}
.navBoxC a:hover{background:#4b49c4;border:1px solid #4b49c4;color: #fff}
.searchBox{
	height: 45px;
	overflow: hidden;
	background: #f0f0f0;
}
.searchBox input{
	width: 785px;
	height: 45px;
	overflow: hidden;
	background: none;
	border: none;
	line-height: 45px;
	padding: 0 15px;
	color: #828282;
	font-size: 18px;
}
.searchBox input::-webkit-input-placeholder{color: #828282}    /* 使用webkit内核的浏览器 */
.searchBox input:-moz-placeholder{color: #b4b4b4}                  /* Firefox版本4-18 */
.searchBox input::-moz-placeholder{color: #b4b4b4}                  /* Firefox版本19+ */
.searchBox input:-ms-input-placeholder{color: #b4b4b4}           /* IE浏览器 */
.searchBox a{
	width: 125px;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	text-align: center;
	background: #4b49c4;
	background-image: url(../images/iocn6.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*分页*/	
.page {
	overflow: hidden;
	text-align:center;
	clear: both;
	font-size: 0;
}
.page span{font-size:14px;}
.page a {
	display:inline-block;
	width: 30px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	padding:5px;
	color:#fff;
	background: #bebebe;
	border-radius:100%;
	margin:0 10px;
}
.page a.fz{
	width: auto;
	border-radius:0;
	padding: 0 10px;
	position: relative;
	top: -5px;
}
.page a:hover {background: #4b49c4}
.page a.hover {background: #4b49c4}
/**/
.musicDownloadDl dd{
	clear: both;
	overflow: hidden;
	height: 55px;
	line-height: 55px;
}
.musicDownloadDl dd .span1{
	display: inline;
	float: left;
	width: 40px;
	text-align: center;
	color: #b8b8b8;
	font-size: 16px;
}
.musicDownloadDl dd a{
	display: inline;
	float: left;
	text-align: center;
	color: #888888;
	font-size: 16px;
	padding-left: 28px;
}
.musicDownloadDl dd a:hover{color: #4b49c4}
.musicDownloadDl dd .span2{
	width: 110px;
	overflow: hidden;
	height: 55px;
	font-size: 16px;
	color: #999999;
}
.musicDownloadDl dd .span3{
	width:30px;
	overflow: hidden;
	height: 55px;
	background-image: url(../images/iocn7.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.musicDownloadDl dd .span4{
	width:26px;
	overflow: hidden;
	height: 55px;
	background-image: url(../images/iocn8.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 24px;
	cursor: pointer;
}
.musicDownloadDl dd.bg{background: #edecf9}
/*关于我们*/
.contactUsBox{
	overflow: hidden;
	background: #f2f2f2;
}
.ctBox{
	width: 33.333%;
	overflow: hidden;
	text-align: center;
	background-position: right center;
	background-repeat: no-repeat;
}
.ctBox .div{
	display: inline-block;
	height: 274px;
	overflow: hidden;
	background-position: left center;
	background-repeat: no-repeat;
}
.ctBox.icon1{background-image: url(../images/iocn10.png)}
.ctBox.icon2{background-image: url(../images/iocn10.png)}
.ctBox.icon1 .div{background-image: url(../images/iocn9.png);padding-left: 78px;}
.ctBox .div span{
	display: block;
	clear: both;
	height: 30px;
	line-height: 30px;
	color: #888888;
	font-size: 16px;
}
.ctBox .div span i{font-style: normal;color: #444444}
.ctBox.icon2 .div{background-image: url(../images/iocn11.png);padding-left: 78px;}
.ctBox .div img{
	display: block;
	width: 156px;
	height: 156px;
	margin: 0 auto;
}
.ctBox .div span{
	display: block;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	text-align: center;
	color: #888888;
	font-size: 16px;
}
.mapBox{
	height: 395px;
	overflow: hidden;
}
.contactTxt{
	padding: 15px 0;
	line-height:30px;
	font-size: 16px;
	color: #444444;
}
.zzjgT{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #444444;
}
.zzjgT a{color: #444444;display: inline-block;padding: 0 10px;}
.zzjgT a.hover{color: #4b49c4}
.zzjgT a:hover{color: #4b49c4}
/**/
.newsAllImg3{width: 1250px;}
.newsAllImg3 dd{
	display: inline;
	float: left;
	width: 285px;
	overflow: hidden;
	margin:0 20px 30px 0;
}
.newsAllImg3 dd .pic{
	width: 285px;
	height: 380px;
	overflow: hidden;
}
.newsAllImg3 dd .pic img{
	display: block;
	width: 285px;
	height: 380px;
}
.newsAllImg3 dd .txt{
	height: 50px;
	line-height: 50px;
	color: #888888;
	font-size: 14px;
	padding: 0 10 0 5px;
	border-bottom:1px solid #dbdbdb;
}
.newsAllImg3 dd .txt span{color: #444444;font-size: 20px;padding-right: 5px;}
/*单篇+新闻*/
.articleT{
	clear:both;
	line-height:32px;
	font-size:18px;
	color:#444444;
	text-align:center;
	}
.articleT2{
	clear:both;
	height:30px;
	font-size:14px;
	color:#666;
	line-height:30px;
	text-align:center;
	margin-top:5px;
	}
.articleT2 i{color:#b88142;font-weight:bold;font-style: normal}
.articleT2 .shareBox{display:inline-block;}
.articleT2 .shareBox a{margin-left:5px}
.articleT2 a:hover{color: #fff}
.articleT2 .bds_tsina{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat -29px top !important;
}
.articleT2 .popup_sqq{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat -59px top !important;
}
.articleT2 .bds_weixin{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon24.png) no-repeat 0px top !important;
}
.articleT2 .bds_tsina:hover{background:url(../images/icon24.png) no-repeat -29px bottom !important;}
.articleT2 .popup_sqq:hover{background:url(../images/icon24.png) no-repeat -59px bottom !important;}
.articleT2 .bds_weixin:hover{background:url(../images/icon24.png) no-repeat 0px bottom !important;}
.article_fz{
	display:inline-block;
	position:relative;
	cursor:pointer;
	padding-left: 10px;
	}
.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;
	margin-bottom: 1px;
	}
.article_fzBox span:hover{
	background:#4b49c4;
	color:#fff;
	}
.article_fzBox span.hover{
	background:#4b49c4;
	color:#fff;
	}
.articleBox{
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
.article img{ max-width:100%;}
/* 文章阅读页——大图*/
#play{
	width:900px;
	height:600px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	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:900px;
	height:600px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:900px;
	height:600px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:930px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:70px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	width:90px;
	height:60px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	width:90px;
	height:60px;
	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;height:60px;}
.img_hd ul li.on {border:1px solid #daae10;background:#daae10;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:20px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.article_pageUp{
	font-size:15px;
	line-height:30px;
	color:#666666;
	border-top:1px solid #d5d5d5;
	padding-top: 10px;
}
.article_pageUp dl{width:1000px}
.article_pageUp dl a{color:#666666}
.article_pageUp dl a:hover{color:#4b49c4}
.articleBox .divT{
	text-align: center;
	border-bottom:1px solid #f2f2f2;
	line-height: 55px;
}
/*全文列表1*/
.newsList dd{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}
.newsList dd a{
	display: inline;
	float: left;
	color: #666666;
	font-size: 14px;
}
.newsList dd a:hover{color:#4b49c4}
.newsList dd span{
	display: inline;
	float: right;
	color: #a2a2a2;
	font-size: 14px;
}
.newsList dd .bt{
	width: 40px;
	height: 40px;
	margin: 0 20px 0 60px;
	cursor: pointer;
	background-image: url(../images/iocn12.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.newsList dd .bt:hover{background-image: url(../images/iocn13.png)}
/*全文列表二*/
.newsList2Dl dd{
	clear: both;
	overflow: hidden;
	border-top:3px solid #fff; 
	border-bottom:3px solid #fff;
	margin-bottom: 24px;
}
.newsList2Dl dd:hover{
	border-top:3px solid #4b49c4; 
	border-bottom:3px solid #4b49c4;
}
.newsList2Dl dd .ddL{
	width: 137px;
	height: 155px;
	overflow: hidden;
	background: #f6f6fc;
	margin-right: 13px;
}
.newsList2Dl dd:hover .ddL{background: #4b49c4;} 
.newsList2Dl dd .ddL span{
	display: block;
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #888888;
	font-size: 24px;
	margin-top: 47px;
}
.newsList2Dl dd:hover .ddL span{color:#fff}
.newsList2Dl dd .ddL em{
	display: block;
	clear: both;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #d0d0d0;
	font-size: 16px;
	font-style: normal;
	}
.newsList2Dl dd:hover .ddL em{color:#fff}
.newsList2Dl dd .ddR{
	overflow: hidden;
	height: 155px;
	padding-left: 44px;
	background: #f6f6fc;
	border-right:3px solid #f6faf6;
}
.newsList2Dl dd:hover .ddR{background: #fff;border-right:3px solid #4b49c4;} 
.newsList2Dl dd .ddR .divT{
	clear: both;
	overflow: hidden;
	height: 38px;
	margin-top: 28px;
}
.newsList2Dl dd .ddR .divT a{
	line-height: 38px;
	font-size: 18px;
	color: #666666;
}
.newsList2Dl dd .ddR .txt{
	clear: both;
	overflow: hidden;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #888888;
}
.newsList2Dl dd .ddR .more{
	display:inline-block;
	height: 24px;
	line-height: 24px;
	text-align: right;
	padding-right: 17px;
	color: #a9a9a9;
	background-image: url(../images/icon13_1.png);
	background-position: right center;
	background-repeat: no-repeat;
	
}
.newsList2Dl dd:hover .ddR .more{background-image: url(../images/iocn14.png);color: #e1a548}
/*图文列表*/
.newsTextImg{width: 1250px}
.newsTextImg dd{
	display: inline;
	float: left;
	overflow: hidden;
	background: #edecf9;
	margin: 0 33px 33px 0;
}
.newsTextImg dd .pic{
	overflow: hidden;
	width: 340px;
	height: 205px;
}
.newsTextImg dd .pic img{
	display: block;
	width: 340px;
	height: 205px;
}
.newsTextImg dd .divR{
	width: 198px;
	overflow: hidden;
	padding:20px;
}
.newsTextImg dd .divR .divT{
	color: #444444;
	font-size: 16px;
	line-height: 22px;
}
.newsTextImg dd .divR .divT a{color: #444444;}
.newsTextImg dd .divR .divT a:hover{color: #4b49c4;}
.newsTextImg dd .divR .txt{
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	margin-top: 15px;
}
.newsTextImg dd .divR span{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #9f9f9f;
	text-align: right;
	color: #9f9f9f;
	font-size: 14px;
}