@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 {
	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: #98532d;
}/* 鼠标在链接上 */
a:active {
	color: #828385;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828385;
	background:#fff;
	min-width:1366px;
}
@media only screen and (max-width: 1610px) {
	body{margin-left:-15px}	
}
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;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.wrap{
	clear:both;
	width:1330px;
	margin:0 auto;
	}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
/*
///////////////top
*/	
.head{
	clear: both;
	height: 120px;
	background: #fff;
}
.logo{
	width: 515px;
	height: 120px;
	background-image: url(../images/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 4.167%;
}
.logo a{
	display: block;
	width: 515px;
	height: 120px;
}
.menuDl dd{
	display: inline;
	float: left;
	position: relative;
	width: 111px;
}
.menuDl dd .a1{
	display: block;
	height: 120px;
	overflow: hidden;
}
.menuDl dd .a1 .aBox{
	height:240px;
	overflow: hidden;
	position: relative;
	top: 0;
	transition-duration: 0.5s;
	transition-property: all;
	transition-timing-function: linear;
}
.menuDl dd.hover .a1 .aBox{top:-120px;}
.menuDl dd .a1 span{
	display: block;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	color: #463f3c;
	text-align: center;
	font-size: 16px;	
	transform: rotateX(0deg);
	transform-origin: center top;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.menuDl dd.hover .a1 span{font-size: 12px;transform: rotateX(30deg);}
.menuDl dd .a1 i{
	display: block;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	color: #98532d;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	transform: rotateX(0deg);
	transform-origin: center bottom;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.menuDl dd.hover .a1 i{transform: rotateX(0deg);font-size: 16px;}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 999;
	background: rgba(96,71,62,0.9);
	display: none;
	padding:10px 0;
} 
.menuDl dd .div_a a{
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.menuDl dd .div_a.no{display: none}
.menuDl dd .div_a a:hover{background: #542211}
.menuDl dd .div_a a.hover{background: #542211}

.head .divR{margin-right: 3.125%}
@media only screen and (max-width: 1630px) {
	.logo{margin-left:20px}
	.head .divR{margin-right:10px}
	.menuDl dd{width:105px}
}
@media only screen and (max-width: 1480px) {
	.logo{margin-left:20px}
	.head .divR{margin-right:10px}
	.menuDl dd{width:90px}
}
.head .r_a{
	width: 34px;
	height: 34px;
	margin: 0 6px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 42px;
	position: relative;
}
.head .r_a.icon1{background-image: url(../images/icon1.png);}
.head .r_a.icon2{background-image: url(../images/icon2.png);}
.head .r_a .ewmBox{
	width: 225px;
	height: 225px;
	background: #fff;
	position: absolute;
	top:90px;
	right: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.head .r_a:hover .ewmBox{
	visibility: visible;
	top:80px;
	opacity: 1;
}
.head .r_a .ewmBox img{
	display: block;
	width: 225px;
	height: 225px;
}
.head .r_a .telBox{
	width:24px;
	overflow: hidden;
	position: absolute;
	top:90px;
	right: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	background-color: #614a3d;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height:26px;
	padding:5px;
}
.head .r_a:hover .telBox{
	visibility: visible;
	top:80px;
	opacity: 1;
}
/*
/////////////foot
*/
.foot{
	clear: both;
	overflow: hidden;
	padding: 140px 0 45px 0;
	background-image: url(../images/bg.jpg);
	position: relative;
}
.foot .icon{
	width: 66px;
	height: 96px;
	background-image: url(../images/icon3.png);
	background-position:center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left:50%;
	margin-left:-33px;
}
.linkBox{
	width: 1110px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.linkBox a{
	display: inline-block;
	color: #fff;
	padding-right:15px;
}
.linkBox a:hover{text-decoration: underline}
.ftEwm{
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
.ftEwm img{
	display: block;
	width: 110px;
	height: 110px;
}
.ftText{
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #676665;
}
.ftText2{
	text-align: center;
	line-height: 28px;
	color: #b8b8b8;
}
/*
/////////banner
*/
.banner{
	width: 100%;
	padding-top:36.46%;
	overflow: hidden;
	position: relative;
}
.banner .bt{
	display: block;
	width: 45px;
	height: 40px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index:9;
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.banner .bt.prev{left:-45px;background-image: url(../images/icon4.png)}
.banner .bt.next{right:-45px;background-image: url(../images/icon5.png)}
.banner:hover .bt.prev{left:30px;opacity: 1}
.banner:hover .bt.next{right:30px;opacity: 1}
.banner .bd{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .bd dd{
	display: block;
	overflow: hidden;
	padding-top:36.46%;
	position: relative;
}
.banner .bd dd a{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner .bd dd #video{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}
.banner .hd{
	width: 100%;
	height: 44px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:2;
}
.banner .hd ul{display: inline-block}
.banner .hd ul li{
	display: inline;
	float: left;
	width: 18px;
	height: 44px;
	margin: 0 10px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.banner .hd ul li:after{
	content: "";
	display: block;
	width: 2px;
	height: 0;
	background: #614a3d;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -1px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.banner .hd ul li.on{color: #614a3d;}
.banner .hd ul li.on:after{height:24px}
/**/
.ixBoxT{
	height: 68px;
	overflow: hidden;
}
.ixBoxT .divT{
	height: 68px;
	overflow: hidden;
	padding-left: 52px;
	font-size: 24px;
	line-height: 68px;
	color: #796a63;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon6.png);
}
.ixBoxT .more{
	height: 68px;	
	line-height: 68px;
	color: #796a63 !important;
	font-size: 14px;
	margin-left:15px;
}
.tab1{margin-top: 23px}
.tab1 a{
	display: inline;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 20px;
	color: #796a63;
	font-size: 14px;
	border-radius: 20px;
}
.tab1 a.hover{background: #614a3d;color: #fff}
/*1*/
.h_495{height: 495px;background: #faf8f6}
.h_495Box{
	height: 315px;
	overflow: hidden;
	background: #fff;
	box-shadow:0 0 5px #d8d6d4;
	padding:25px;
}
.h_495BoxL{
	width: 700px;
	overflow: hidden;
}
.hotBox{
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}
.hotBox .divT{
	height: 37px;
	overflow: hidden;
	line-height: 37px;
	padding-left: 14px;
	background-image: url(../images/icon7.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.hotBox .divT a{color: #372d24;font-size: 16px;}
.hotBox .divT a:hover{color: #cfa265;}
.hotBox .txt{
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	color:#cc9b5a;
	line-height: 24px;
	margin-top: 5px;
	padding-left: 14px;
	margin-bottom:15px
}
/**/
.ixList dd{
	height: 34px;
	overflow: hidden;
	line-height: 34px;
}
.ixList dd a{
	display: inline;
	float: left;
	padding-left: 12px;
	background-image: url(../images/icon8.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #796a63;
	font-size: 14px;
}
.ixList dd a:hover{color: #cc9b5a}
.ixList dd span{
	display: inline;
	float: right;
	color: #9e9c9b;
	font-size: 14px;
}
.h_495BoxR{
	width: 555px;
	height: 315px;
	overflow: hidden;
	position: relative;
}
.h_495BoxR .bd{
	width: 555px;
	height: 315px;
	overflow: hidden;	
}
.h_495BoxR .bd dd{
	width: 555px;
	height: 315px;
	overflow: hidden;		
}
.h_495BoxR .bd dd img{
	display: block;
	width: 555px;
	height: 315px;
}
.h_495BoxR .hd{
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.h_495BoxR .hd span{
	display:inline;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	padding-left: 25px;
}
.h_495BoxR .hd ul{
	display: inline;
	float:right;
	margin: 17px 10px 0 0;
}
.h_495BoxR .hd ul li{
	display: inline;
	float:left;
	width:10px;
	height: 10px;
	overflow: hidden;
	border-radius: 100%;
	line-height: 999px;
	background: #ffffff;
	margin: 0 5px;
	cursor: pointer;
}
.h_495BoxR .hd ul li.on{background: #cf8f50}
/*2*/
.h_490{height:490px}
.h_490Slide{
	position: relative;
	height: 342px;
}
.h_490Slide .bt{
	display: block;
	width: 49px;
	height: 62px;
	cursor: pointer;
	position: absolute;
	top:110px;
	z-index: 99;
	background-repeat: no-repeat;
	background-image: url(../images/icon9.png);
	opacity: 0;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.h_490Slide:hover .bt{opacity: 1}
.h_490Slide .bt.prev{left:0;background-position: left center}
.h_490Slide .bt.next{right:0;background-position: right center}
.h_490Slide .bd{
	overflow: hidden;
	height: 342px;
}
.h_490Slide .bd dl{width:1400px}
.h_490Slide .bd dl dd{
	display: inline;
	float: left;
	width: 317px;
	overflow: hidden;
	margin-right: 20px;
}
.h_490Slide .bd dl dd .pic{
	width: 317px;
	height: 281px;
	overflow: hidden;
}
.h_490Slide .bd dl dd .pic img{
	display: block;
	width: 317px;
	height: 281px;
}
.h_490Slide .bd dl dd span{
	display: block;
	height: 58px;
	background: #fdfdfd;
	border: 1px solid #f0efed;
	overflow: hidden;
	line-height: 58px;
	text-align: center;
	color: #372d24;
	font-size: 16px;
}
.h_490Slide .bd dl dd:hover span{color: #cc9b5a}
/*
////////////////////内页部分
*/
.subBanner{
	clear: both;
	height: 360px;
	background-position: center center;
	background-repeat: no-repeat;
}
/*当前位置*/
.location{
	height: 65px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 65px;
	font-size: 14px;
	color: #999999;
}
.location span{
	display: inline-block;
	height: 65px;
	padding-left: 21px;
	background-image: url(../images/icon10.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.location a{color: #999999}
.location a.hover{color: #666666}
/*左侧导航*/
.leftNav{
	width: 270px;
	background-color:#f7f7f7;
	background-image: url(../images/icon11.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 105px;
}
.leftNav dt{
	height: 90px;
	background: #614a3d;
	overflow: hidden;
	margin-bottom: 10px;
}
.leftNav dt span{
	display: block;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	margin-top: 22px;
}
.leftNav dt em{
	display: block;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
}
.leftNav dd{
	overflow: hidden;
	margin: 0 15px;
}
.leftNav dd a{
	display: block;
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	text-align: center;
	border-bottom:1px dashed #ffffff;
	color: #796a63;
	font-size: 16px;
}
.leftNav dd.hover a{color: #98532d;text-decoration: underline}
.leftNav dd:hover a{color: #98532d;text-decoration: underline}
.pageBoxR{
	width: 1020px;
	overflow: hidden;
}
.titleBox{
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	border-bottom: 2px solid #e9e9e9;
	padding-left: 55px;
	background-image: url(../images/icon6.png);
	background-position:left center;
	background-repeat: no-repeat;
	color: #796a63;
	font-size: 20px;
}
/********/
/*页码开始*/
.page {
	padding: 35px 0 35px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code, .page a {
	padding: 17px 23px;
	background: #fff;
	color: #6f6f6f;
	border-radius: 3px;
	border: 1px solid #efefef;
	margin: 0 3px;
}
.page a:hover {
	color: #cc9b5a;
	border: 1px solid #cc9b5a;
}
.page a.hover {
	color: #cc9b5a;
	border: 1px solid #cc9b5a;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #efefef;
}
.page input.pageDetail {
	width: 50px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}
.page input.page_bnt {
	border: none;
	width: 58px;
	height: 31px;
	cursor: pointer;
	color: #6f6f6f;
}


/*页码结束*/
.pic{ overflow:hidden;}
.pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.pic:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}
/*全图*/
.newsAllImg{ overflow: hidden; width:1100px;}
.newsAllImg dd{ overflow: hidden; float:left; display: inline; width:315px; margin-right: 42px; margin-bottom: 15px;}
.newsAllImg dd .pic{ width:315px; height:235px; overflow: hidden;}
.newsAllImg dd .pic img{ width:315px; height:235px; overflow: hidden;}
.newsAllImg dd .text{ overflow: hidden;}
.newsAllImg dd .text a{ overflow: hidden; display: block; height: 50px; line-height: 50px;font-size: 16px; text-align: center;}

.newsAllImg2{ overflow: hidden; width: 1100px;}
.newsAllImg2 dd{ overflow: hidden; float:left; display: inline; width:311px; margin-right:44px; margin-bottom: 20px;}
.newsAllImg2 dd .pic{ width:309px; height:332px; overflow: hidden;border: 1px solid #cec2bd}
.newsAllImg2 dd .pic img{width:309px; height:332px;  overflow: hidden;}
.newsAllImg2 dd .text{ overflow: hidden; padding:10px 20px;}
.newsAllImg2 dd .text h1{ font-weight: normal; height:30px; line-height: 30px;text-align: center}
.newsAllImg2 dd .text h1 a{ overflow: hidden; display: block;font-size: 16px; text-align: center; color:#372d24;}
.newsAllImg2 dd .text h1 a:hover{ color:#98532d;}
.newsAllImg2 dd .text div{ overflow: hidden; height:20px; line-height: 20px;text-align: center;color: #796a63;font-size: 14px}
.newsAllImg2 dd .text div span{ overflow: hidden; float:left; display: inline; color:#777777; font-size: 14px;}
.newsAllImg2 dd .text div em{ overflow: hidden; float:right; display: inline; color:#888888; font-style: normal; padding-left: 25px; background: url(../images/icn3.png) no-repeat left center}

.newsAllImg3{ overflow: hidden; width: 1100px;}
.newsAllImg3 dd{ overflow: hidden; float:left; display: inline; width:317px; margin-right:34px; margin-bottom: 30px;}
.newsAllImg3 dd .pic{ width:317px; height: 281px; overflow: hidden; position: relative;}
.newsAllImg3.newsAllImg4 dd .pic{width:322px;height: 182px;}
.newsAllImg3 dd .pic img{ width:317px; height: 281px;  overflow: hidden;}
.newsAllImg3.newsAllImg4 dd .pic img{width:322px;height: 182px;}
.newsAllImg3 dd .pic i{ display: block; width: 100%; height: 100%; background: rgba(0,0,0,0.2) url(../images/play.png) no-repeat center center; position: absolute; left: 0px; top: 0px;}
.newsAllImg3 dd .text{ overflow: hidden;background: #f3f3f3;border: 1px solid #f0efed}
.newsAllImg3 dd .text a{ display: block; height: 45px; line-height: 45px; text-align: center; font-size: 14px;}

/*newsList*/
.newsList{ overflow: hidden;}
.newsList dd{ overflow: hidden; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #dadada;}
.newsList dd .date{ width: 155px; text-align: center; overflow: hidden; height: 187px; background: #f0f0f0; margin-right: 20px;}
.newsList dd .date span{ display: block; padding-top: 60px; height: 40px; line-height: 40px; font-size: 38px; font-weight: bold; color:#666666;}
.newsList dd .date em{ display: block;  height: 22px; line-height: 22px; font-size: 14px; color:#888888; font-style: normal;}
.newsList dd .text{ overflow: hidden;}
.newsList dd .text h1{ overflow: hidden; height: 60px; line-height: 60px; font-weight: normal; margin-bottom: 12px;}
.newsList dd .text h1 a{ overflow: hidden; color: #222220; font-size: 22px;}
.newsList dd .text h1 a:hover{color: #272884;}
.newsList dd .text .text1{ line-height: 30px; font-size: 14px; height:60px; overflow: hidden; margin-bottom: 20px;}
.newsList dd .text .time{ height: 30px; overflow: hidden; line-height: 30px;}
.newsList dd .text .time span{ float: left; display: inline; overflow: hidden; height: 30px; color: #888888; font-size: 14px; margin-right: 20px; padding-left: 25px;}
.newsList dd .text .time span.span1{ background: url(../images/icn4.png) no-repeat left center}
.newsList dd .text .time span.span2{ background: url(../images/icn5.png) no-repeat left center}
.newsList dd:hover .date{ background: #272884;}
.newsList dd:hover .date span{ color:#FFF;}
.newsList dd:hover .date em{ color:#FFF;}
.newsList dd:hover .text h1 a{ color:#272884;}

.newsList2Up{ overflow: hidden;}
.newsList2Up dd{ overflow: hidden; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1;}
.newsList2Up dd .pic{ overflow: hidden; width:355px; height: 200px; position: relative;}
.newsList2Up dd .pic img{ overflow: hidden; width:355px; height: 200px;}
.newsList2Up dd .text{ overflow:hidden; padding-left: 25px;}
.newsList2Up dd .text h1{ overflow:hidden; height: 60px; line-height: 60px; font-weight: normal; font-size: 18px; margin-bottom: 0px;}
.newsList2Up dd .text h1 a{color:#222222; float:left;}
.newsList2Up dd .text h1 a:hover{ color:#98532d;}
.newsList2Up dd .text h1 span{color:#666666; font-size: 14px; float:right;}
.newsList2Up dd .text .text1{ overflow:hidden; line-height: 28px; font-size: 14px;color:#666666; height: 84px; margin-bottom: 15px;}
.newsList2Up dd .text .text1 a{color:#cc9b5a;}
.newsList2Up dd .text .time{ overflow:hidden; line-height: 25px; height: 25px; font-size: 13px; color: #888888;}
.newsList2Up dd .text .time span{ float:left; display: inline; padding-left: 24px; margin-right: 20px; background: url(../images/icn4.png) no-repeat left center;}
.newsList2Up dd .text .time em{ float:left; display: inline; padding-left: 24px; font-style: normal; background: url(../images/icn5.png) no-repeat left center;}
.newsList2Up dd .text .time a{color:#f28e3b; font-size: 15px; float:right; display: inline;}

.newsList2{ overflow: hidden;}
.newsList2 dd{ overflow: hidden; padding-bottom: 25px; margin-bottom: 30px; border-bottom: 1px solid #dadada;}
.newsList2 dd .date{ width: 120px; text-align: center; overflow: hidden; height: 120px; background: #f0f0f0; margin-right: 20px;}
.newsList2 dd .date span{ display: block; padding-top: 25px; height: 40px; line-height: 40px; font-size: 38px; font-weight: bold; color:#666666;}
.newsList2 dd .date em{ display: block;  height: 22px; line-height: 22px; font-size: 14px; color:#888888; font-style: normal;}
.newsList2 dd .text{ overflow: hidden;}
.newsList2 dd .text h1{ overflow: hidden; height:35px; line-height: 35px; font-weight: normal; margin-bottom: 10px;}
.newsList2 dd .text h1 a{ overflow: hidden;font-size: 18px;color: #372d24}
.newsList2 dd .text h1 a:hover{color:#98532d;}
.newsList2 dd .text .text1{ line-height: 24px; font-size: 14px; height:48px; overflow: hidden; margin-bottom:10px;}
.newsList2 dd .text .text1 a{color: #98532d;}
.newsList2 dd .text .time{ height: 30px; overflow: hidden; line-height: 30px;}
.newsList2 dd .text .time span{ float: left; display: inline; overflow: hidden; height: 30px; color: #888888; font-size: 14px; margin-right: 20px; padding-left: 25px;}
.newsList2 dd .text .time span.span1{ background: url(../images/icn4.png) no-repeat left center}
.newsList2 dd .text .time span.span2{ background: url(../images/icn5.png) no-repeat left center}
.newsList2 dd:hover .date{ background: #b5a085;}
.newsList2 dd:hover .date span{ color:#FFF;}
.newsList2 dd:hover .date em{ color:#FFF;}
.newsList2 dd:hover .text h1 a{ color:#98532d;}

.newsList3{ overflow:hidden;}
.newsList3 li{ overflow: hidden; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1;}
.newsList3 li dl{ overflow:hidden;}
.newsList3 li dl dd{ overflow:hidden; line-height: 30px; height: 30px;}
.newsList3 li dl dd a{ overflow:hidden;float: left; display: inline; font-size: 15px;}
.newsList3 li dl dd a em{ overflow:hidden;float:left; display: inline; width: 4px; height: 4px; background: #c7c7c7; margin:13px 13px 0 0; }
.newsList3 li dl dd span{ overflow:hidden;float:right; display: inline;color:#999999; font-size: 15px;}
.newsList3 li dl dd:nth-child(1) a{ font-weight: bold; color:#333333;}
.newsList3 li dl dd:nth-child(1) a:hover{color:#98532d;}

.newsList4{ overflow: hidden; width: 926px;}
.newsList4 dd{ overflow: hidden; float:left; display: inline; width: 423px; border: 1px solid #dadada; margin: 0 38px 38px 0;}
.newsList4 dd a{ display: block; overflow: hidden; padding: 30px 40px 30px 28px;}
.newsList4 dd a .item{ display: block; overflow: hidden; width: 75px; height: 50px; line-height: 50px; margin-right: 2px; color: #d7d7d7; font-size: 46px; font-family: Arial; font-weight: bold;}
.newsList4 dd a .text{ overflow: hidden;}
.newsList4 dd a .text h1{ overflow: hidden; height: 45px; margin-bottom: 15px; line-height: 45px; font-weight: bold; color: #333333; font-size: 18px;}
.newsList4 dd a .text div{ overflow: hidden; line-height: 28px; font-size: 14px; height: 84px; color:#666666;}
.newsList4 dd a:hover{ background: #98532d;}
.newsList4 dd a:hover .text h1{color:#98532d;}

/*招聘*/
.recruitment{ overflow:hidden;}
.recruitment dd{ overflow:hidden; padding:20px 28px; background:#f4f4f4; margin-bottom:20px;}
.recruitment dd .listL{ width:640px; overflow:hidden;}
.recruitment dd .listL h1{ height:40px; line-height:40px; font-weight:normal; overflow:hidden;}
.recruitment dd .listL h1 a{ overflow:hidden; color:#372d24; font-size:18px;}
.recruitment dd .listL h1 a:hover{ color:#b5a085;}
.recruitment dd .listL div{ height:40px; line-height:40px; font-size:14px; color:#796a63;}
.recruitment dd .listL div span{ margin-right:45px;}
.recruitment dd .listR{ margin-top:22px;}
.recruitment dd .listR a{ display:block; width:116px; height:35px; text-align:center; line-height:35px; background:#999999; color:#FFF; font-size:14px; border-radius:35px;}
.recruitment dd:hover{ background:#fafafa;}
.recruitment dd:hover .listR a{ background:#b5a085;}

.zp{ padding:0px;}
.zpTitle{ height:60px; line-height:60px; overflow:hidden; color:#333333; font-size:24px;}
.zpText{ height:25px; line-height:25px; overflow:hidden; padding-bottom:13px; border-bottom:1px solid #f1f1f1; color:#aaaaaa; font-size:14px; margin-bottom:15px;}
.zpText span{
	display: inline-block;
	padding-right:50px;
}
.zpArticle{ line-height:30px; font-size:14px; overflow:hidden; margin-bottom:20px;}
.zpBtn{ overflow:hidden;}
.zpBtn a{ float:left; display:inline; height:40px; line-height:40px; padding:0 20px; color:#000000; font-size:16px;}
.zpBtn a.a1{ background:#379fd5; border-radius:3px; overflow:hidden; color:#FFF;}
.zpBtn a:hover{ color:#de9339;}
.zpBtn a.a1:hover{ color:#FFF;}
.zptip{ height: 30px; line-height: 30px; padding-top: 30px; color:#e81425; font-size: 14px;}

/*留言*/
.messageForm{ clear:both; width:902px;}
.messageForm dd{ float:left; display:inline; margin-right:16px; margin-bottom:16px;}
.messageForm dd input{ display:block; width:415px; height:50px; border:none; background:#f5f5f5; padding:0 10px; line-height:50px; font-family:"Microsoft YaHei";}
.messageForm dd textarea{ display:block; width:866px; height:170px; border:none; background:#f5f5f5; padding:0 10px; line-height:40px; font-family:"Microsoft YaHei";}
.messageForm dd a{ float:left; display:inline; width:160px; height:48px; text-align:center; line-height:48px; color:#FFF; font-size:14px; background:#a4a4a4;}
.messageForm dd em{ float:left; display:inline; line-height:48px; font-size:14px; color:#999999; margin-left:20px; font-style:normal;}
.messageForm dd .code{ width:865px; overflow:hidden;}
.messageForm dd .code .codeL{ overflow:hidden;}
.messageForm dd .code .codeL input{ width:260px; overflow:hidden; float:left; display:inline; margin-right:10px;}
.messageForm dd .code .codeL img{ overflow:hidden; float:left; display:inline; height:50px; margin-right:10px;}
.messageBtn{ overflow: hidden;}
.messageBtn a{ overflow: hidden; display: block; width: 195px; height: 50px; line-height: 50px; text-align: center;color:#FFF; font-size: 16px; background: #eba602;}

/*联系我们*/
.map{ height: 400px; background: #f3f3f3;}
.cts{ overflow: hidden; position: relative;}
.cts dl{ overflow: hidden; padding-left: 310px; line-height: 32px; color: #333333; font-size: 16px;}
.cts dl dt{ position: absolute; left: 0px; top: 0px; font-size: 18px;}
.cts dl dd{ float:left; display: inline; margin-right: 80px;}

/*单篇+新闻*/
.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:#f2a326;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:#796a63;
	}
.article img{ max-width:100%;}
/* 文章阅读页——大图*/
#play{
	width:785px;
	height:525px;
	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: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 #98532d;background:#98532d;}
.imgMove .prev_a { display:block; width:30px; height:90px; position:absolute; left:0px; top:0px; background:url(../images/prev6.png) no-repeat center center; background-color:#e5e5e5;}
.imgMove .next_a { display:block; width:30px; height:90px; position:absolute; right:0px; top:0px; background:url(../images/next6.png) no-repeat center center; background-color:#e5e5e5;}
.article_pageUp{font-size:14px;line-height:30px;color:#333;padding-left:20px}
.article_pageUp a{color:#666}
.article_pageUp a:hover{color:#98532d}
/**/
.share{ border-top:1px solid #d8d8d8; padding-top:20px;}
.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	padding:0 20px;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.articleB_box i{color:#ad1214}
.dz{
	height:25px;
	line-height:25px;
	border-radius:3px;
	border:1px solid #f2a326;
	color:#f2a326;
	padding:0 7px 0 29px;
	background:url(../images/zan.png) no-repeat 8px center;
	cursor:pointer;
	margin-right:22px;
	}

.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:#98532d;
	}
.articlePage a.hover{
	color:#fff;
	background:#98532d;
	}
.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; }

/*销售网络*/
.sellBtn{ text-align: center; font-size: 0px;}
.sellBtn a{ display: inline-block; height: 40px; line-height: 40px; padding: 0 20px 0 50px; background: #f3f3f3 url(../images/icn7.png) no-repeat 22px center; color:#333333; font-size: 16px; margin: 0 6px;}
.sellBtn a:hover{ background: #eba602 url(../images/icn7h.png) no-repeat 22px center; color:#FFF;}
.sellBtn a.hover{ background: #eba602 url(../images/icn7h.png) no-repeat 22px center; color:#FFF;}
.sellT{ height: 50px; line-height: 50px; color:#333333; font-size: 18px; font-weight: bold;}
.sellTable{ clear: both; margin-bottom: 15px;}
.sellTable .title{ height: 35px; line-height: 35px; overflow: hidden; margin-bottom: 12px; color:#333333; font-size: 16px; font-weight: bold;}
.sellTable .table{ clear: both; text-align: center;}
.sellTable .table table{ border:1px solid #010101;}
.sellTable .table table tr{ border:1px solid #010101; height:35px;}
.sellTable .table table tr td{ border:1px solid #010101; vertical-align: middle; color:#333333;}
.sellTable .table table tr td a{ display: block; height: 35px; line-height: 35px;color:#333333;}
.sellTable .table table tr.tr1{ height: 54px;}

/*大事记*/
.eventT{ height: 30px; line-height: 30px; font-size: 20px; color: #796a63; text-align: center;}
.event{ overflow: hidden; width:872px; margin: 0 auto; padding-bottom: 115px;position: relative;z-index: 1;}
.event:after{
	content: "";
	display: block;
	width: 2px;
	height:98%;
	background: #dadada;
	position: absolute;
	top: 16px;
	left: 50%;
	z-index: -1;
	margin-left: -1px;
}

.event dd{ border: 1px solid #e4e4e4; width: 325px; padding: 20px; background: #f0f0f0; position: relative; float:right; clear: right; margin-bottom: 90px; min-height: 100px;}
.event dd .icn{ overflow: hidden; width: 14px; height: 23px; position: absolute;top: 45px;}
.event dd .text{ height: 300px; line-height:30px; font-size: 14px; overflow: hidden; position: relative;color:#796a63}
.wrapperdiv{ position: relative;}
.event dd .text img{ width: 100%; display: block;}
.event dd .year{ width: 80px; height: 92px; position: absolute; top: 10px; background:  url(../images/eventIcn2.png) no-repeat center center; line-height: 92px; text-align: center; color: #FFF; font-size: 16px;}
.event dd.left_e{ float:left;clear: left;}
.event dd.right_e{ float:right;clear: right;top: 150px; margin-bottom: 0px;}
.event dd.left_e .icn{ right: -14px;  background: url(../images/eventIcn1.png) no-repeat center center;}
.event dd.right_e .icn{ left: -14px; background: url(../images/eventIcn1h.png) no-repeat center center; }
.event dd.left_e .year{ right: -110px; }
.event dd.right_e .year{ left: -110px; }
.eventTop{
	width: 101px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../images/bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#openCon2{ padding:0 30px;}
.zpForm{ overflow:hidden;}
.zpForm dt{ overflow:hidden; height:35px; line-height:35px; color:#666; font-size:14px; margin-bottom:20px;}
.zpForm dd{ overflow:hidden; margin-bottom:10px;}
.zpForm dd input{ width:328px; height:48px; border:1px solid #ececec; display:block; background:#FFF; padding:0 10px; font-family:"Microsoft YaHei"; font-size:14px;}
.zpForm dd input.input1{ width: 130px; float:left; display: inline;}
.zpForm dd img{ height: 50px; float:left; display: inline; margin-left: 10px;}
.zpForm dd a{ float:left; display:inline; width:100px; height:48px; text-align:center; line-height:48px; color:#666666; font-size:14px; background:#efefef;}
.zpForm dd em{ float:left; display:inline; line-height:48px; font-size:14px; color:#999999; margin-left:20px; font-style:normal;}
.layui-layer-btn{margin-bottom: 20px;margin-left: 15px}
.layui-layer-btn .layui-layer-btn0 {
    background-color: #614a3d !important;
    color: #FFF;
    width: 160px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	border: none;
}

.rmtVBt{
	display: block;
    background-color: #614a3d ;
    color: #FFF !important;
    width: 160px;
    font-size: 14px;
    height:35px;
    line-height: 35px;
    text-align: center;
}
.layui-layer-btn a{
   height: 50px !important;
    line-height: 50px !important;
    margin: 0 6px;
    padding: 0 15px;
    border:none !important;
    background:none !important;
    color: #666666;
   font-size: 14px;
}
/**/
.contUsT{
	height: 45px;
	line-height: 45px;
	color: #333333;
	font-size: 20px;
}
.contUsBox{width:1300px}
.contUsBox .div{
	display: inline;
	float: left;
	width: 310px;
	height: 233px;
	overflow: hidden;
	margin-right: 46px;
	position: relative;
}
.contUsBox .div .icon{
	width: 84px;
	height: 80px;
	position: absolute;
	top:35px;
	left: 50%;
	margin-left: -42px;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
}
.contUsBox .div .txt{
	height: 198px;
	background: #f6f6f6;
	overflow: hidden;
	margin-top: 35px;
	padding: 0 15px;
}
.contUsBox .div .txt .divT{
	clear: both;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top:64px;
	font-size: 16px;
	color: #333333;
}
.contUsBox .div .txt .txtBox{
	font-size: 14px;
	line-height: 26px;
	color: #888888;
	text-align: center;
}
.mapBox{
	height:340px;
	overflow: hidden;
}
/**/
.form1 dd{
	clear: both;
}
.w_590{width: 590px}
.w_550{width: 550px}
.w100{width:100%}
.w_494{width: 405px;padding:0 5px;}
.w_1078{width:1078px}
.form1 dd .divT{
	height: 48px;
	line-height: 48px;
}
.form1 dd .divT .spanT2{
	color: #333333;
	text-align: right;
	font-size: 14px;
	margin: 0 10px 0 5px;
}
.form1 dd .box{
	height:48px;
	border: 1px solid #d2d2d2;
	position: relative;
}
.form1 dd .box .dw{
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #999999;
	position: absolute;
	top: 0;
	right:10px;
}
.form1 dd .spanT{
	width:30px;
	line-height: 48px;
	color: #f40012;
	text-align: right;
	margin-right: 5px;
	font-size: 14px;
}
.form1 dd .spanT.w{width:14px;}
.form1 dd .inputT{
	height: 48px;
	line-height: 48px;
	background: none;
	border: none;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
}
.form1 dd .inputT::-webkit-input-placeholder{color:#999999}    /* 使用webkit内核的浏览器 */
.form1 dd .inputT:-moz-placeholder{color:#999999}                  /* Firefox版本4-18 */
.form1 dd .inputT::-moz-placeholder{color:#999999}                  /* Firefox版本19+ */
.form1 dd .inputT:-ms-input-placeholder{color:#999999}           /* IE浏览器 */
.form1 dd .code{
	width: 100px;
	height:50px;
}
.form1 dd .code img{
	display: block;
	width: 100px;
	height:50px;
}
.form1 dd .btn{
	display: block;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #b5a085
}
.form1 dd .textarea{
	border: 1px solid #d2d2d2;
	line-height:24px;
	background: none;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding: 5px;
	width: 918px;
	height: 188px;
}
.form1 dd .btn:hover{background: #98532d}
.caseVBox1_t .more{line-height: 40px;color:#666666;font-size: 14px}
.caseVBox1_t .more:hover{color:#0352af}
.form1 dd .txt{
	line-height: 48px;
	padding-left: 10px;
	color: #999999;
	font-size: 14px;
}
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/playVideo.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */
