@charset "utf-8";
/* CSS Document */

/****************** 标准CSS *************************/
td {
	font: 14px "宋体", arial, sans-serif;
	color: #585858;
}
.indexFont {
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", arial, sans-serif;
}
.ziyeFont {
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", arial, sans-serif;
}
.b {
	font-weight: bold;
}
.redTxt1 {
	color: #F00;
}
.DZ_redTxt1 {
	color: #F00;
}
.DZ_blueTxt1 {
	color: #06C;
}
.DZ_huiTxt1 {
	color: #666;
}
.DZ_huiTxt2 {
	color: #524d49;
}
.DZ_font12 {
	font-size: 12px;
}
.DZ_font14 {
	font-size: 14px;
}
.DZ_font16 {
	font-size: 16px;
}
.DZ_font18 {
	font-size: 18px;
}
.DZ_font20 {
	font-size: 20px;
}
.DZ_font_bold {
	font-weight: bold;
}
.DZ_line25 {
	line-height: 25px;
}
.DZ_line30 {
	line-height: 30px;
}
A.DZ_hui1:link {
	COLOR: #333;
	TEXT-DECORATION: none;
	font-size: 14px;
}
A.DZ_hui1:visited {
	COLOR: #333;
	TEXT-DECORATION: none;
	font-size: 14px;
}
A.DZ_hui1:hover {
	COLOR: #333;
	text-decoration: underline;
	font-size: 14px;
}
A.DZ_hui2:link {
	COLOR: #666;
	TEXT-DECORATION: none;
}
A.DZ_hui2:visited {
	COLOR: #666;
	TEXT-DECORATION: none;
}
A.DZ_hui2:hover {
	COLOR: #666;
	text-decoration: underline;
}
A.DZ_href_hui3:link {
	COLOR: #565656;
	TEXT-DECORATION: none;
}
A.DZ_href_hui3:visited {
	COLOR: #565656;
	TEXT-DECORATION: none;
}
A.DZ_href_hui3:hover {
	COLOR: #565656;
	text-decoration: underline;
}
A.DZ_href_000:link {
	COLOR: #000;
	TEXT-DECORATION: none;
}
A.DZ_href_000:visited {
	COLOR: #000;
	TEXT-DECORATION: none;
}
A.DZ_href_000:hover {
	COLOR: #000;
	text-decoration: underline;
}
A.DZ_href_fff:link {
	COLOR: #fff;
	TEXT-DECORATION: none;
}
A.DZ_href_fff:visited {
	COLOR: #fff;
	TEXT-DECORATION: none;
}
A.DZ_href_fff:hover {
	COLOR: #fff;
	text-decoration: underline;
}
A.DZ_href_green1:link {
	COLOR: #077b12;
	TEXT-DECORATION: none;
}
A.DZ_href_green1:visited {
	COLOR: #077b12;
	TEXT-DECORATION: none;
}
A.DZ_href_green1:hover {
	COLOR: #077b12;
	text-decoration: underline;
}
A.DZ_href_xhhgreen1:link {
	COLOR: #125620;
	TEXT-DECORATION: none;
}
A.DZ_href_xhhgreen1:visited {
	COLOR: #125620;
	TEXT-DECORATION: none;
}
A.DZ_href_xhhgreen1:hover {
	COLOR: #125620;
	text-decoration: underline;
}
A.DZ_href_xhhgreen2:link {
	COLOR: #4b8e1e;
	TEXT-DECORATION: none;
}
A.DZ_href_xhhgreen2:visited {
	COLOR: #4b8e1e;
	TEXT-DECORATION: none;
}
A.DZ_href_xhhgreen2:hover {
	COLOR: #4b8e1e;
	text-decoration: underline;
}
A.DZ_red1:link {
	COLOR: #F00;
	TEXT-DECORATION: none;
}
A.DZ_red1:visited {
	COLOR: #F00;
	TEXT-DECORATION: none;
}
A.DZ_red1:hover {
	COLOR: #F00;
	text-decoration: underline;
}
/******************* 对bootstrap样式自定义 ******************/

/***************** navbar 开始*******************/

/* 鼠标移动上去就能下拉，加的代码。所有站通用 start*/
.navbar .nav > li .dropdown-menu {
	margin: 0;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
}
/* 鼠标移动上去就能下拉，加的代码。所有站通用 end*/

/***************** navbar 结束*******************/


/***************** container 开始*******************/

.container {
}       /* container内容居中 */
.container {
	margin-left: auto;
	margin-right: auto;
 *zoom: 1;
}
.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}
.container:after {
	clear: both;
}
/***************** container 结束*******************/



/****************** 小红花网站整站通用CSS *************************/

/*
右下角弹出窗口
*/
#dz-noticeWindow {
	width: 250px;
	height: 150px;
	position: fixed;
	border: 1px #afd647 solid;
	bottom: 0px;
	right: 0px;
	background-color: #eaeaea;
	z-index: 999999;
	-webkit-box-shadow: 0 5px 20px #FC3;
}
#dz-noticeWindow .header {
	width: 100%;
	height: 25px;
	background-color: #afd647;
	margin: 1px;
}
#dz-noticeWindow .title {
	padding-left: 5px;
	padding-top: 5px;
}
#dz-noticeWindow .closewindow {
	right: 5px;
	position: fixed;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
#dz-noticeWindow .content {
	padding: 10px;
}
/*
文化教学小标题
*/
.indexTabSmallTitle {
	background:url(../images/tagleft2.png);
	height: 25px;
	display: inline-block;
	padding-left:2px;
	padding-right:2px;
}

/*手机上的导航栏*/
.xhh-modal-nav{
	margin-top:100px;
	}
	
@media all and (max-height:736px){    /*iphone6 plus*/
	.xhh-modal-nav{
		margin-top:150px;
	}
}

@media all and (max-height:603px) and (max-width:375px){    /*iphone6*/

}

@media all and (max-height:568px) and (max-width:320px){    /*iphone5*/
	.xhh-modal-nav{
		margin-top:100px;
	}
}

@media all and (max-height:480px){    /*iphone4*/
	.xhh-modal-nav{
		margin-top:30px;
	}
}

@media all and (max-height:567px){    /*我的手机*/

}	