@font-face {
	font-family: 方正兰亭粗黑;
	src: url('方正兰亭粗黑.woff') format('woff');
	
}
/*
@font-face {
	font-family:经典楷体简;
	src: url('css/经典楷体简.woff') format('woff');
}

 * body{
	font-family: 细黑;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
*/

body{
	font-family: 微软雅黑;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #999;
}

/*顶部  底层div块*/
.dingDiv{
	margin:0px auto; 
	width:1100px; 
	height: 80px;
}
/*顶部  主页logo*/
.dingLogo{		
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 75px;
	float: left;
}
/* 顶部文字div块 */
.divZhuYe{
	line-height: 85px;
	width: 180px;
	height: 80px;
	text-align: center;
	float: left;
	
}
/* 子弹窗两个链接 */
.ziTanChuangLiangGe{
	line-height: 85px;
	width: 180px;
	height: 80px;
	text-align: center;
	float: left;
	
}
/* 超链接 */
a{
	text-decoration:none;
	color: #000;
}
/* 弹窗底色和大小 五个 */
div.tanChuangDiSe{
	margin-top: -5px;
	width: 180px;
	height: 230px;
	float: left;
	/*background: #0d0f35;*/
	opacity: 0.7;
	z-index: 8;
	display: none;
	position: absolute;
}
/* 子弹窗底色和大小 两个 */
.ziTanChuangLiangGe .tanChuangDiSe{
	width: 180px;
	height: 30px;
	float: left;
	/*background: #0d0f35;*/
	opacity: 0.7;
	z-index: 8;
	display: none;
	position: absolute;
}

/* 子弹窗底色和大小 一个 */
.ziTanChuangLiangGe .tanChuangDiSe1{
	margin-top: -5px;
	width: 180px;
	height: 47px;
	float: left;
	/*background: #0d0f35;*/
	opacity: 0.7;
	z-index: 8;
	display: none;
	position: absolute;
}

/* 弹窗文字颜色 */
.divZiTanChuang a{
	/*margin-left: 30px;*/
	text-decoration: none;
	color: #fff;
}
/* 滚屏div块 */
.gunPingDiv{
	overflow: hidden;
	width: 100%;
	height: 600px;
	margin: 0px;
	padding: 0px;
	margin-top: 80px;
	text-align: center;
	position: relative;
	z-index: 02;
	
}  

/*.gunPingDiv .mian{
	margin-top: 63px;
}*/
 
/*顶部子弹窗表格信息文字*/
.divZiTanChuang{
	line-height: 37px;
	width: 150px;
	height: 10px;
	text-align: center;
	position: absolute;
	z-index: 9;
	display: none;
}




.ding-div{
	background: #fff;height: 80px;position: fixed;z-index: 1000;width: 100%;box-shadow:  0px 0px 15px 0px ;margin-top: -80px; 
}
		
.dan{
	background: #6e0e6e;width: 180px;display: none;border-top: 1px solid #fff;
}

.dan.top{
	margin-top: -5px;
}



   
/* 底部二维码 */
.divimg{
	width:150px; text-align:center; font-szie:18px;float: left;
	font-size: 14px;
	margin: 10px;
}
/* 底部文字样式 */
.diBuLianJie{
	font-family: 黑体; font-size: 18px; color: #fff;
}
/* 底部超链接文字的样式 */
.diBuLianJie a{
	font-family: 黑体; font-size: 15.5px; color: #fff;
}     
