/* 隐藏 */
.dm-hidden { display: none; }
.dm-invisible { visibility: hidden; }
/* 清除浮动 */
.dm-clear:after { content: '\20'; display: block; height: 0; clear: both; }
.dm-clear { *zoom: 1; }
/* inline block */
.dm-inline-block { display: inline-block; *display: inline; }
/* text indent */
.dm-text-indent { text-indent: -9999em }

a {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
a:link {}
a:visited {}
a:hover {text-decoration: none;}
a:active {color:#75BE38 }
.fl { float: left }
.fr { float: right }
.split-line {margin: 0 4px}

/* css sprite */
.sprite-font {
	background-image:url(img/sprite.font.png);
	background-repeat:no-repeat; 
}
.sprite-icons {
	background-image:url(img/sprite.icons.png);
	background-repeat:no-repeat; 
}
html {
	outline: none;
}
body {
	color: #525252;
	font: 12px/1.5 'Lucida Grande','Tahoma','simsun','宋体'
}
.section { 
	width: 960px; 
	margin: 0 auto;
 }
/*header*/
.header { 
	background: #fff;
	border-top: 6px solid #3B3B3B;
	border-bottom: 1px solid #EFEFEF;
	font: bold 14px 'Microsoft Yahei','微软雅黑';
	position:relative;
	z-index: 999;
 }
 .split {
 	border-bottom: 2px solid #DDDDDD
 }
.header-info { 
	position: relative;
	height: 102px;
}
.header .logo {
	width: 312px;
	height: 49px;
	padding-top: 27px;
}
.header .logo a {
	display: block;
	height: 100%;
	width: 100%;
	zoom:1;
	background-position: 0 0;
}

.header .global-nav {
	position: absolute;
	right: 0;
	top:0;	
 }
 .global-nav-info {
 	_float:right;
 }
.global-nav-info .nav-item {
	cursor: pointer;
	float: left;
	text-align: center;
	width: 133px;
	position: relative;
	height: 102px;
	line-height: 102px;
}
.global-nav-info li a {
	color: #3B3B3B;
	display: block;
}
.global-nav-info .nav-item a:hover, .global-nav-info .nav-item.cur a {
	color: #FF7F00
}
/*.nav-item:hover .sub-list{
	display: block;
}*/
.sub-list {
	position: absolute;
	background: #3B3B3B;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	text-align: left;
	font-size: 12px;
	width: 240px;
	top:150px;
	left: 0;
	display: none;
	opacity: 0;
	line-height: 32px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, color='#aaaaaa')
}
.sub-list .sub-item {
	height: 32px;
	_width: 100%;
	font-weight: normal;
	border-bottom:1px solid #4D4D4D; 
}
.sub-list .sub-item.last {
	border-bottom:0 none; 
}
.sub-list .sub-item a {
	width: 84%;
	padding: 0 8%;
	height: 32px;
	color: #fff !important;
	background: #3B3B3B;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;

}
.sub-list .sub-item a:hover {
	color: #fff;
	background: #FF7F00;
}
.swing {
	width: 133px;
	height: 102px;
	background: #F8F8F8;
	border-top: 6px solid #FF7F00;
	border-bottom: 1px solid #FF7F00;
	left: 0;
	top: -6px;
	position: absolute;
}
.arrow {
	position: absolute;
	border-style: solid;
	border-color: transparent;
	border-width: 6px;
	width: 0px;
	height: 0px;
	_border-color:#ffffff;
	_filter:chroma(color='#ffffff');
}
.arrow.top {
	border-bottom-color: #FF7F00;
}
.arrow.right {
	border-left-color: #FF7F00;
}
.arrow.bottom {
	border-top-color: #FF7F00;
}
.arrow.left {
	border-right-color: #FF7F00;
}
.swing .arrow {
	top: 102px;
	left: 50%;
	margin-left: -6px;
}

/*****************************header-from-index**************************/
.header-from-index {
	position: relative;
	height: 0;
	z-index: 999;
}
.from-index {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	background: url(about:blank)!important;
	border-bottom:0 none!important; 
	border-top: 0 none!important; 
}
.from-index .logo a {
	display: block;
	height: 100%;
	width: 100%;
	zoom:1;
	background: url(../ui/img/logo.png) 0 0 no-repeat!important;
}
.from-index .global-nav-info li a {
	color: #fff;
}
.from-index .global-nav-info li a:hover, .from-index .global-nav-info li.cur a {
	color: #FF7F00
}
.from-index .swing{
	background: #000;
	border-bottom-color:#fff;
	opacity: 0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}
.from-index .sub-list {
	background: url(about:blank);
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.Shadow(enabled='false', Strength=3, Direction=135, color='#aaaaaa');
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')
}
.from-index .sub-list .sub-item {
	border-bottom-color:#666
}
.from-index .arrow {
	_display:none;
}
.from-index .arrow.bottom {
	border-top-color: #000;
}
.from-index .sub-list .sub-item a {	
	background: url(about:blank);
	background: rgba(0,0,0,0.1);
	color:#ccc !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#10000000', endColorstr='#10000000')
}
.from-index .sub-list .sub-item a:hover {
	color:#fff !important;
	background: url(about:blank);
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#40000000')
}
/*****************************header-from-index**************************/

.current-page-banner {
	background: #fff;
	color: #fff;
	padding-top: 32px;
	border-bottom: 1px solid #EFEFEF;
	font: 12px 'Microsoft Yahei','微软雅黑'
}
.current-page-banner h2 {
	height: 32px;
	margin: 0 0 14px 66px;
}
.caption-a {
	background-position: 0 -53px
}
.caption-b {
	background-position: 0 -85px
}
.caption-c {
	background-position: 0 -117px
}
.caption-d {
	background-position: 0 -149px
}
.caption-e {
	background-position: 0 -181px
}
.caption-f {
	background-position: 0 -213px
}
.caption-g {
	background-position: 0 -245px
}
.caption-h {
	background-position: 0 -277px
}
.caption-i {
	background-position: 0 -309px
}
.caption-j {
	background-position: 0 -341px
}
.caption-k {
	background-position: 0 -373px
}
.caption-l {
	background-position: 0 -405px
}
.caption-m {
	background-position: -291px -453px
}
.caption-n {
	background-position: -291px -485px
}
.caption-o {
	background-position: -291px -517px
}
.current-page-banner .tip {
	text-align: right;
}
.current-page-banner span {
	background: #FF7F00;
	padding: 2px 12px;
	display: inline-block;
}
/*container*/
.container {}

.article {
	margin: 0 66px;
	padding: 48px 0 36px;
	text-align: center;
	line-height: 2
}
.article p {
	text-indent: 2em;
	text-align: left;
	letter-spacing: 1px;
}
.des-item {
	text-align: left;
}
.des-item li {
	float: left;
	width: 42%;
	padding-bottom: 72px;
}
.des-item li.even {
	margin-left: 16%;
	_display:inline;
}
.des-item li .title {
	font: bold 18px/38px 'Microsoft Yahei','微软雅黑';
	color: #fff;
	background: #666666;
	position: relative;
	padding-left: 78px;
	*zoom:1;
}
.des-item li .icon {
	display: inline-block;
	width: 72px;
	height: 72px;
	position: absolute;
	bottom: 2px;
	left: 0
}
.des-item li .des-text {
	padding: 10px 4px 0
}

.des-item li .icon-a {
	background-position: 0 0
}
.des-item li .icon-b {
	background-position: 0 -72px
}
.des-item li .icon-c {
	background-position: 0 -144px
}
.des-item li .icon-d {
	background-position: 0 -216px
}
.des-item li .icon-e {
	background-position: 0 -288px
}
.des-item li .icon-f {
	background-position: 0 -360px
}
.des-item li .icon-g {
	background-position: 0 -432px
}
.des-item li .icon-h {
	background-position: 0 -504px
}
.des-item li .icon-i {
	background-position: 0 -576px
}
.des-item li .icon-j {
	background-position: 0 -648px
}
.des-item li .icon-k {
	background-position: 0 -720px
}
.des-item li .icon-l {
	background-position: 0 -792px
}
.des-item li .icon-m {
	background-position: 0 -864px
}
.des-item li .icon-n {
	background-position: 0 -936px
}
.des-item li .icon-o {
	background-position: 0 -1008px
}
.des-item li .icon-p {
	background-position: 0 -1080px
}

/*dm focus*/
.focus-images {
	width: 100%;
	height: 534px;
	background: #766875;
	position: relative;
}
.focus-images li {
	width: 100%;
	height:534px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center top;
	background-repeat: no-repeat;
}
.focus-images li.focus001 {
	background-image: url(../ui/img/content/focus001.jpg);
	background-color: #44242F;
}
.focus-images li.focus002 {
	background-image: url(../ui/img/content/focus002.jpg);
	background-color: #4D8ADB;
}
.focus-images li.focus003 {
	background-image: url(../ui/img/content/focus003.jpg);
	background-color: #5F90BC;
}
.focus-nav {
	position: relative;
	z-index: 99;
	margin-top: -36px;
	margin-bottom: 36px;
	text-align: right;
}

.focus-nav a {
	/* background: url(../ui/img/logo.png) -270px -20px no-repeat; */
	background: #fff;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 24px;
	border-radius: 50%;
}

.focus-nav a.activeSlide {
	background: #4cd691;
}
.dm-news {
	padding: 36px 0;
	zoom:1;
}
.dm-about {
	padding-top:6px;
	_padding-top:0;
}

.block {
	float: left;
	/* width: 32%; */
	width: 44%;
	padding: 0 3%;
}
.block.last {
	width: 18%;
	*width: 17%;
}
.block h2 {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 8px;
	_margin-bottom: 12px;
}
.block h2 .title {
	width: 75px;
	height: 23px;
	display: inline-block;
	float: left;
}
.block h2 a.more {
	float: right;
	width: 35px;
	height:19px;
	display: inline-block;
	background-position:  0 -506px;
	zoom:1;
}
.block h2 .title.gsje {
	background-position: 0 -437px;
}
.block h2 .title.ryzz {
	background-position: 0 -460px;
}
.block h2 .title.ywfw {
	background-position: 0 -483px;
}
.block p {
	line-height: 1.8em;
	text-indent: 2em;
}
.block .more-link {
	text-align: right;
}
.block .more-link a {
	color: #FF7F00;
	/*text-decoration: underline;*/
	font-family: 'simsun','宋体'
}
.block .more-link a:hover {
	text-decoration: underline;
}
.block ul li {
	line-height: 2.6em;
	_height: 2.6em;
}
.block ul li a {
	color: #525252;
}
.block ul li a:hover {
	color: #FF7F00;
}
.block ul li i.list-icon-star {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-position: -275px -9px;
	position: relative;
	overflow: hidden;
	top: 2px;
	*top: 0px;
	/*_top:0;*/
	margin-right: 4px
}
.block ul li i.list-icon-cycle {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-position: -279px -43px;
	position: relative;
	overflow: hidden;
	top:-1px;
	*top:-3px;
	/*_top:0;*/
	margin-right: 6px
}
/*footer*/
.footer {
	font: 12px/normal 'Microsoft Yahei','微软雅黑';
	background: #3B3B3B;
	border-top: 5px solid #292929;
	padding: 24px 0;
	color: #B9B9B9;
	text-align: center;
	line-height: 24px;
}
.footer a {
	color: #B9B9B9
}
.footer a:hover {
	color: #fff
}
.split-line {color: #777;}

.transition-all {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/*core*/
.article .mar{
   margin:60px 0 50px ;
   }
/*about*/
