body{
	background-color: #fff;
	padding: 15px;
	font-family: 微软雅黑,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	min-width:1250px;
}

a{
	cursor: pointer;
}
a.on:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

div.clear{
	clear:both;
}

div.wrapper{
	width: 100%;
	width:1250px;
	margin: 0 auto;
	position:relative;
}

div.indexwrapper{
	width: 100%;
	min-width:1250px;
	max-width:1860px;
	margin: 0 auto;
	position:relative;
}
/*----------header----------*/
.header{
	position: relative;
	z-index: 1000;
}
.logo{ float:left;}

.header .cont{
	height: 74px;
	padding-bottom: 9px;
}
.header .cont .menu{
	height: 20px;
	padding-top: 59px;
	padding-left: 5px;
	display: inline-block;
	float:left;
}
.header .cont .menu ul{

}
.header .cont .menu ul li{
	float: left;
	position: relative;
}
.header .cont .menu ul li a.name{
	display: inline-block;
	padding: 0 18px;
	height: 20px;
	line-height: 20px;
	float: left;
	font-size: 13px;
	color: #ACACAC;
}
.header .cont .menu ul li a.name:hover,
.header .cont .menu ul li a.name.on{
	color: #000000;
}
.header .cont .menu ul li .sm{
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 3px;
	padding: 5px 10px;
	background: #fff;
	min-width: 100px;
	display: none;
}
.header .cont .menu ul li .sm p{
	line-height: 20px;
	height: 20px;
}
.header .cont .menu ul li .sm p a{
	background: url(../../../images/dot_gr.png) no-repeat 0 50%;
	color: #ACACAC;
	padding-left: 10px;
}
.header .cont .menu ul li .sm p a:hover{
	background-image: url(../../../images/dot_gron.png);
	color: #000000;
}


.header .cont .xlwb{
	height: 74px;
	float: right;
}
.header .cont .xlwb a{
	width: 30px;
	height: 25px;
	display: inline-block;
	background: url(../../../images/wb.png) no-repeat;
	margin-top: 55px;
	font-size: 11px;
}
.header .cont .xlwb a:hover{
	background-position: 0 0;
}

/*----------mainer----------*/

/*----------common----------*/
div.ppt{
	display: none !important;
}

.newslist{ float:left;}
.newslist ul li{ line-height:30px;}
.newslist ul li a{ color:#ACACAC;}
.newslist ul li a:hover{color: #000000;}


.abouttext{ width:780px; font-family: "微软雅黑", Arial; font-size:12px; color:#969696; float:left;}
.aboutpic{ vertical-align:top; float:right;}

.newstext{ width:580px; font-family: "微软雅黑", Arial; font-size:12px; color:#969696; float:left;}
.newspic{ width:400px; vertical-align:top; float:right;}
.newsprve{ width:30px; float:right; margin:230px 10px;}
.newsnext{ width:30px; float:right; margin:230px 10px;}




.footer{ margin:10px auto; width:1250px;}
.footer a{color:#ccc; text-decoration:none;}
.footer a:hover{color:#00acff;}


.gray50 { 
-webkit-filter: grayscale(50%); 
-moz-filter: grayscale(50%); 
-ms-filter: grayscale(50%); 
-o-filter: grayscale(50%); 
filter: grayscale(50%); 
filter: gray;
} 



.gray70 { 
-webkit-filter: grayscale(70%); 
-moz-filter: grayscale(70%); 
-ms-filter: grayscale(70%); 
-o-filter: grayscale(70%); 
filter: grayscale(70%); 
filter: gray;
} 



.gray85 { 
-webkit-filter: grayscale(85%); 
-moz-filter: grayscale(85%); 
-ms-filter: grayscale(85%); 
-o-filter: grayscale(85%); 
filter: grayscale(85%); 
filter: gray;
} 


.gray100 { 
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%); 
filter: gray;
} 




.nr_text{
	font-size:12px;
	line-height:26px;
	color:#333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align:justify;
}
.nr_text p{
	font-size:12px;
	color:#333;
	text-align: inherit;
    margin-top:0px; margin-bottom:0px;  
}   
/*让每一段有一定的间距*/

.nr_text p img:nth-child(1){
	margin-top:0px;
}
.nr_text p img:last-child{
	margin-bottom:0px;
}


.nr_text table {border-collapse: collapse; width:100%;}/*为表格设置合并边框模型*/
.nr_text table td{
	border: 1px solid #ddd;
	padding:3px 5px;
	font-size:12px;
	text-align:left;
}
