@charset "utf-8";
/*
Layout Part
*/
html{}
body{}
body,td,th {
	font-size: 10pt;
	color: #666;
	font-family: "微软雅黑","宋体";
}
/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------------pageHeader-----------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
header{
	position:relative;
	z-index: 2;
	margin:auto;
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
}
/*-----logo-----*/
.logo{
	position:relative;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.logo a{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
}
/*-----banner-----*/
.banner{
	width:100%;
	display:block;
}
/*-----语言链接-----*/
.languageLink{
	position:absolute;
	right:40px;
	top:15px;
	display:none;
}
.languageLink a{
	padding-left:10px;
}
/*-----加入收藏-----*/
#addFavorite{
	position:absolute;
	right:160px;
	top:15px;
	cursor:pointer;
	display:none;
	text-align:center;
}
/*-----设为首页-----*/
#setHome{
	position:absolute;
	right:220px;
	top:15px;
	cursor:pointer;
	display:none;
	text-align:center;
}

/*-----搜索表单-----*/
header .searchForm{
	position:absolute;
	right:20px;
	top:50px;
	padding:5px;
	height:auto;
	width:auto;
	display:none;
}
header .searchForm .keyword{
	padding:0;
	width:200px;
	height:22px;
	line-height:22px;
	border:solid 1px #eee;
	color:#666;
	text-indent:5px;
}
header .searchForm .searchBtn{
	padding:0px;
	width:40px;
	height:23px;
	background:none;
	border:none;
	cursor:pointer;
	display:inline-block;
	color:#fff;
}
/*-----导航-----*/
.nav{
	position:relative;
	display:block;
	height:auto;
}
.nav ul{
}
.nav li{
	position:relative;
	float:left;
	height:auto;
}
.nav li{width:150px;}
.nav li.hidden{display:none;}

.nav li a{
	display:block;
	width:100%;
	height:25px;
	text-align: center;
	background-position: left top;
}
.nav li a:hover{
	background-position: left bottom;
	background-color:#000;
	color: #FFF;
}


/*页面导航子级*/
.nav li ul{
	position: absolute;
	display:none;
	left: 0px;
	top: 40px;
}
.nav li li{
	float:left;
	width:75px;
	height:auto;
	position:relative;
}
.nav li li a{
	display:block;
	width:100%;
	height:18px;
	padding-top: 7px;
}
.nav li li a:hover{
}
/*焦点打开状态*/
.nav li.focusOpen{
}
.nav li.focusOpen ul{
	display:block;
}
.nav li.focusOpen ul ul{
	display:none;
}
/*当前状态*/
.nav li.current a{
	font-weight:bold;
	background-position: left bottom;
	background-color:#999;
	color:#FFF;
}
.nav li.current li a{
	font-weight:normal;
	background-position: center top;
}
.nav li.current li.current a{
	font-weight:bold;
	background-position: center bottom;
}



/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------------pageBody-------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
.pageBody{
	position:relative;
	width:100%;
	height:auto;
	margin:auto;
	overflow: hidden;
	z-index: 1;
	background-repeat: repeat-x;
	background-position: center top;
	display:block;
	clear:both;
}









/*边栏*/
aside{
	position:relative;
	overflow:hidden;
	display:block;
	height:auto;
}
/*根级标题栏*/
.rootColumnTitlebar{
}
.rootColumnTitlebar{
}
/*子导航*/
.subNav{ height:auto; overflow: hidden;}
.subNav ul{}
.subNav ul ul{display:none;}
.subNav li{
	position:relative;
}
.subNav li a{
}
.subNav li a:hover{
}
.subNav li.current a{
	font-weight:bold;
}
.subNav li.current li a{
	font-weight:normal;
}
.subNav li.current li.current a{
	font-weight:bold;
}
.subNav li.current ul{
	display:block;
}



/*页面内容*/
.pageContent{
	position:relative;
	overflow:hidden;
	height:auto;
	background-repeat: no-repeat;
	display:block;
}
/*栏目标题栏*/
.columnTitlebar{
	position:relative;
	font-weight: normal;
}

/*栏目当前位置*/
.columnLocation{
}
.columnLocation{
	position:absolute;
	top:15px;
	right: 20px;
}

/*栏目内容*/
.columnContent{
	position: relative;
	display:block;
	height:auto;
	min-height:600px;
}


.columnContent .searchForm{ display:block; position:relative; line-height:40px; padding-left:20px; background-color:#f4f4f4;}
.columnContent .searchForm .keyword{ width:200px;}
.columnContent .searchForm .submitBtn{ margin-left:10px; display:inline; line-height: 1.8em; height: 1.8em;}

.module{ background-size:cover;}
.module .titleBar{}





/*------------------------------------------------------------------------------------------------*/
/*---------------------------------------------pageFooter-----------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
footer{position:relative;margin:auto;clear:both;display:block;}
.copyRight{}
.miitbeian{}
.address{font-style: normal;}
.address p{}
.falseNav{}
.falseNav a{}
.webDesign{}
.webDesign a{}























.modalNavSwitch{
	position: fixed;
	width: 25px;
	height: 25px;
	right: 30px;
	top: 30px;
	z-index: 7000;
	border: solid 1px #fff;
	padding: 5px;
	background-color: rgba(0,0,0,0.1);
	display: none;
}
.modalNavSwitch .bar{
	position: absolute;
	width: 25px;
	height: 3px;
	margin-bottom: 5px;
	background-color: #fff;
	left: 5px;
	top:15px;
	transition: all 0.5s;
	transform-origin:50% 50%;
}
.modalNavSwitch .bar:nth-child(1){
	transform:rotate(0deg);
	top: 7px;
}
.modalNavSwitch .bar:nth-child(2){
	opacity: 1;
	top: 15px;
}
.modalNavSwitch .bar:nth-child(3){
	transform:rotate(0deg);
	top: 23px;
}


.modalNavSwitch.open{
	position: fixed;
	border: solid 1px #999;
}
.modalNavSwitch.open .bar{
	background-color: #ccc;
}
.modalNavSwitch.open .bar:nth-child(1){
	transform:rotate(45deg);
	top: 15px;
}
.modalNavSwitch.open .bar:nth-child(2){
	opacity: 0;
	top: 15px;
}
.modalNavSwitch.open .bar:nth-child(3){
	transform:rotate(-45deg);
	top: 15px;
}



.masker{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5000;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.masker.open{
	display: block;
}
.modalNav{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 6000;
	display: none;
}
.modalNav.open{
	display: block;
}
.modalNav ul{
	padding-top: 100px;
	max-width:1000px;
	width: 80%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: auto;
}
.modalNav li{
	float: left;
	width: 24%;
	border-right: solid 1px rgba(255,255,255,0.2);
	text-align: center;
	height: 500px;
	font-size: 24px;
	line-height: 2.5em;
	margin-bottom: 20px;
}

.modalNav ul a{
	color: #ccc;
}
.modalNav ul a:hover{
	color: #fff;
}
.modalNav li li{
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	font-size: 16px;
	margin-bottom: 0px;
}

.modalNav ul ul{
	padding: 0;
	width: auto;
}
.modalNav li li ul{
	display: none;
}


@media only screen and (max-width:480px) {
	.modalNavSwitch{
		display: block;
	}
	.modalNav ul{
		width: 90%;
	}
	.modalNav li{
		font-size: 14px;
		height: 240px;
	}
	.modalNav li li{
		font-size: 12px;
	}
	.modalNav li:nth-child(4){
		border-left: solid 1px rgba(255,255,255,0.2);
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.modalNavSwitch{
		display: block;
	}
	.modalNav ul{
		width: 90%;
	}
	.modalNav li{
		font-size: 18px;
	}
	.modalNav li li{
		font-size: 14px;
	}
}
@media only screen and (min-width:1025px) {
	.modalNavSwitch{
		display: none;
	}
	.modalNav{
		display: none;
	}
}








.treeModalNav{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 6000;
	display: none;
}
.treeModalNav.open{
	display: block;
}
.treeModalNav ul{
	padding-left: 40px;
}
.treeModalNav ul ul{
	padding-left: 20px;
}
.treeModalNav li{
	line-height: 2em;
}

.treeModalNav ul a{
	color: #ccc;
}
.treeModalNav ul a:hover{
	color: #fff;
}




@media only screen and (max-width:480px) {
	.modalNavSwitch{
		display: block;
	}
	.treeModalNav ul{
	}
	.treeModalNav li{
	}
	.treeModalNav li li{
	}
	.treeModalNav li:nth-child(4){
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.modalNavSwitch{
		display: block;
	}
	.treeModalNav ul{
	}
	.treeModalNav li{
	}
	.treeModalNav li li{
	}
}
@media only screen and (min-width:1025px) {
	.modalNavSwitch{
		display: none;
	}
	.treeModalNav{
		display: none;
	}
}




