@charset "utf-8";
/* -----------------------------------------------------------
CSS开始
 
*/
*{margin:0;padding:0;}

body {  /* 总字体布局*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
	font-family: "微软雅黑";
}
#box {
	width: 100%;
	background-color: #FFFFFF;
	margin: auto;
		fixed;	word-break:
	break-all;
}
#enbox {
	width: 30%;
	background-color: #FFFFFF;
	margin: auto;
		fixed;	word-break:
	break-all;
}
#dh_boxs {
	width: 95%;
	vertical-align: middle;
	text-align: left;
	z-index: 999999;
}

#dh_box {
	width: 100%;
	vertical-align: middle;
	text-align: left;BACKGROUND-COLOR: #0090FF;
}
/* -----------------------------------------------------------
导航
 
*/
.nav {
	MARGIN: auto; 
	WIDTH: 90%; 
	HEIGHT: 50px; 
	
	font-family:Arial, Helvetica, sans-serif;
}
.nav UL {
	DISPLAY: block; 
	LIST-STYLE-TYPE: none;
	COLOR: #ffffff; 
}
.nav LI {
	DISPLAY: block;
	FLOAT: left;

}
.nav LI A {
	DISPLAY: block;
	COLOR: #ffffff;
	LINE-HEIGHT: 50px;
	TEXT-DECORATION: none;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 18px;
}

.nav li:hover {
	COLOR:#FFFFFF;
	BACKGROUND-COLOR: #0376CB;
	TEXT-DECORATION: none;
	
}

.navh {
	COLOR:#FFFFFF;
	BACKGROUND-COLOR: #0376CB;
	TEXT-DECORATION: none;
	
}

.navh2 {
	COLOR:#FFFFFF;
	BACKGROUND-COLOR: #29A0FB;
	TEXT-DECORATION: none;
	
}		
.show_cp_lz{
	width: 100%;
	text-align: left;
	height: 50px;
	margin-top: 20px;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	float: left;
	margin-bottom: 15px;
	background-attachment: scroll;
	background-image: url(../images/hotfolder.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	text-indent: 35px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	line-height: 50px;
}
.show_cp_sort{
	width: 100%;
	text-align: left;
	height: 40px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	float: left;
	margin-bottom: 5px;
	text-indent: 35px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	color: #FFFFFF;
	border-radius: 6px 6px 0px 0px; /*圆角*/
	background: linear-gradient(85deg, #0090FF, #04E1FE);/*背景*/
}
.show_cp_sort2{
	width: 100%;
	text-align: left;
	height: 40px;
	margin-top: 5px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	float: left;
	margin-bottom: 5px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px;
	text-indent: 35px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
}
.show_cp_sort22{
	width: 100%;
	text-align: left;
	height: 40px;
	margin-top: 5px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	float: left;
	margin-bottom: 5px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px;
	text-indent: 35px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
}
.show_cp_sort2:hover{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	text-indent: 35px;
	color: #FF0000;
}


/* -----------------------------------------------------------
	
主页
 
*/