/* 底部样式 */
#footer1{
	/*background: url("../../images/bottombg.png") no-repeat bottom;*/
	position: relative;
	min-width: 250px;
	background-size: 100%;
	height: 400px;
	z-index: 998;
}
#footer1 .footernav{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
	width: 250px;
	height: 48px;
}
#footer1 .footernav li{
	float: left;
	margin-right: 12px;
	height: 67px;
	width: 214px;
}
#footer1 .footernav li a{
	text-align: center;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 12px;
	line-height: 48px;
	height: 40px;
	width: 214px;
	display: block;
	color: #000;
	cursor: pointer;
	text-decoration:none;
}
#footer1 .footernav li:last-child{
	margin-right: 0;
}
#footer1 .footernav .active{
	border: 1px solid #e7e7e7;
	/*border-bottom: 1px;*/
	box-sizing: border-box;
	border-radius: 4px;
	background-color: rgba(248, 248, 251, 1);
}
#footer1 .footernav .active a{
	border: 0px;
	color: #487fdc;
	border-radius: 4px;
}
#footer1 .content{
	position: absolute;
	top: 65.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
   	/*background-color: rgba(248, 248, 251, 0.4);*/
	/*border: 1px solid #e7e7e7;*/
	/*box-sizing: border-box;*/
	/*width: 1118px;*/
	/*border-radius: 3px;*/
}
#footer1 .content ul{
	overflow:auto;
	max-height: 96px;

}
.innerbox::-webkit-scrollbar {
	width: 6px;
}
.innerbox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.innerbox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
/*#footer .content ul li{*/
	/*float: left;*/
	/*color: #000;*/
	/*font-size: 14px;*/
	/*line-height: 48px;*/
	/*height: 40px;*/
	/*margin: 0 22px;*/
/*}*/
/*#footer .content ul li a{*/
	/*color: #000;*/
	/*text-decoration:none;*/
/*}*/
/*#footer .content ul li a:hover{*/
	/*color: #487fdc;*/
/*}*/
#footer1 .footer-box{
	position: absolute;
	top: 224px;
	left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
#footer1 .footer-box ul{
	display: inline;
}
#footer1 .footer-box ul li{
	display: block;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	margin-bottom: 22px;
}
#footer1 .footer-box ul li span{
	margin-right: 30px;
}

@media screen and (min-width:250px) {
#footer1{
	width: 250px;
	height:655px;
}
#footer1 .footernav{
	width: 250px;
	height: 44px;
}
#footer1 .footernav li{
	margin-right: 0px;
	margin-left: 14px;
	height: 40px;
	width: 60px;
}
#footer1 .footernav li a{
	border-radius: 6px;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	width: 60px;
}
#footer1 .footernav li:last-child{
	margin-right: 0;
}
#footer1 .footernav .active{
	border-radius: 6px;
}
#footer1 .footernav .active a{
	border-radius: 6px;
}
#footer1 .content{
	top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
	width:250px;
	height: 640px;
	border-radius: 6px;
}
#footer1 .content ul {
	max-height: 620px;
}
#footer1 .footer-box ul{
}
#footer1 .footer-box ul li{
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	margin-bottom: 30px;
}
#footer1 .footer-box ul li span{
	margin-right: 40px;
}
	#iframes{
		height: 690px;
	}
	#total{
		width: 1010px;
		margin: 0px auto;
		margin-bottom: 34px;
		padding-left: 10px;
	}

	#total .colLeft{
		height: 690px;border: 1px solid #cbcbcb;width: 250px;margin-left: 20px;padding: 0px
	}

	#total .ztree{
		width:230px;height: 560px;
	}
	#total .colRight{
		height: 690px;;border: 1px solid #cbcbcb;margin-left: 20px;padding: 0;width: 700px;
	}

	/* 功能模块 */
	#gnmk{
		position: fixed;
		right: 0;
		top: 50%;
	}
	#gnmk ul li{
		position: relative;
		background-color: #ececec;
		text-align: center;
		cursor: pointer;
		line-height: 55px;
		width: 55px;
		height: 55px;
		margin-bottom: 4px;
	}
	#gnmk ul li span{
		font-size: 30px;
		color: rgb(102, 102, 102);
	}
	#gnmk ul li:hover{
		background-color: #3682f5;
	}
	#gnmk ul li:hover span{
		color: #fff;
	}
	#gnmk ul li .fhdb{
		position: absolute;
		z-index: 5;
		background-color: #fff;
		box-shadow: 0px 1px 2px #b2b1b1;
		left: -114px;
		top: 13px;
		width: 112px;
		height: 30px;
		line-height: 30px;
	}
	#gnmk ul li .fhsyy{
		position: absolute;
		z-index: 5;
		background-color: #fff;
		box-shadow: 0px 1px 2px #b2b1b1;
		left: -114px;
		top: 13px;
		width: 112px;
		height: 30px;
		line-height: 30px;
	}
}






@charset "UTF-8";
/* 默认样式 */
body{
	font-size: 18px;
	color: #000;
	padding: 0;
	margin: 0;
}
div,form,img,ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	border: 0;
}
li{
	list-style-type:none;
}
img{
	vertical-align:top;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
}
a{
	color: #487fdc;
	text-decoration:none;
	cursor: pointer;
}
iframe{
	vertical-align:bottom;
}
/* vue */
[v-cloak] {
	display: none;
}


/* 功能模块 */
.navCommon_content .showcontent ul li{
	border-bottom: 1px dashed #cbcbcb;
	width: 580px;
	height: 80px;
}
.navCommon_content .showcontent ul li div{
	float: left;
	width: 54px;
	height: 80px;
}
.navCommon_content .showcontent ul li div span:first-child{
	display: block;
	text-align: center;
	color: rgb(87, 87 ,87);
	width: 54px;
	height: 20px;
	font-size: 20px;
	margin-top: 26px;
}
.navCommon_content .showcontent ul li div span:last-child{
	display: block;
	text-align: center;
	color: rgb(172, 172 ,172);
	width: 54px;
	height: 34px;
	line-height: 34px;
	font-size: 10px;
}
.navCommon_content .showcontent ul li a{
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
	display: block;
	color: #000;
	float: left;
	width: 480px;
	height: 80px;
	line-height: 96px;
	font-size: 16px;
	padding-left: 14px;
}
.navCommon_content .showcontent ul li a:hover{
	color: #487fdc;
}
@media screen and (min-width: 1700px) {
	#footer1{
		width: 300px;
		height:764px;
	}
	#footer1 .footernav{
		width: 300px;
		height: 44px;
	}
	#footer1 .footernav li{
		margin-right: 0px;
		margin-left: 24px;
		height: 40px;
		width: 60px;
	}
	#footer1 .footernav li a{
		border-radius: 6px;
		font-size: 12px;
		line-height: 40px;
		height: 40px;
		width: 60px;
	}
	#footer1 .footernav li:last-child{
		margin-right: 0;
	}
	#footer1 .footernav .active{
		border-radius: 6px;
	}
	#footer1 .footernav .active a{
		border-radius: 6px;
	}
	#footer1 .content{
		top: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width:300px;
		height:730px;
		border-radius: 6px;
	}
	#footer1 .content ul {
		max-height: 740px;
	}
	#footer1 .footer-box ul{
	}
	#footer1 .footer-box ul li{
		font-size: 22px;
		line-height: 22px;
		height: 22px;
		margin-bottom: 30px;
	}
	#footer1 .footer-box ul li span{
		margin-right: 40px;
	}

	/* 功能模块 */
	.navCommon_content .showcontent ul li{
		border-bottom: 1px dashed #cbcbcb;
		width: 580px;
		height: 40px;
	}
	.navCommon_content .showcontent ul li div{
		float: left;
		width: 75px;
		height: 112px;
	}
	.navCommon_content .showcontent ul li div span:first-child{
		display: block;
		text-align: center;
		color: rgb(87, 87 ,87);
		width: 75px;
		height: 28px;
		font-size: 28px;
		margin-top: 37px;
	}
	.navCommon_content .showcontent ul li div span:last-child{
		display: block;
		text-align: center;
		color: rgb(172, 172 ,172);
		width: 75px;
		height: 47px;
		line-height: 47px;
		font-size: 13px;
	}
	.navCommon_content .showcontent ul li a{
		text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		vertical-align: top;
		display: block;
		color: #000;
		float: left;
		width: 100%;
		height: 112px;
		line-height: 135px;
		font-size: 22px;
		padding-left: 20px;
	}
	.navCommon_content .showcontent ul li a:hover{
		color: #487fdc;
	}
	#iframes{
		height: 800px;
	}
	#total{
		width: 1270px;
		margin: 0px auto;
		margin-bottom: 60px;
		padding-left: 10px;
	}

	#total .colLeft{
		height: 800px;border: 1px solid #cbcbcb;width: 300px;margin-left: 20px;padding: 0px
	}

	#total .ztree{
		width: 280px;height: 800px;
	}
	#total .colRight{
		height: 800px;;border: 1px solid #cbcbcb;margin-left: 20px;padding: 0;width: 880px;
	}
	/* 功能模块 */
	#gnmk{
		right: 0;
		top: 50%;
	}
	#gnmk ul li{
		line-height: 88px;
		width: 88px;
		height: 88px;
		margin-bottom: 5px;
	}
	#gnmk ul li span{
		font-size: 44px;
	}
	#gnmk ul li:hover{
	}
	#gnmk ul li:hover span{
	}
	#gnmk ul li .fhdb{
		left: -140px;
		top: 24px;
		width: 136px;
		height: 40px;
		line-height: 40px;
	}
	#gnmk ul li .fhsyy{
		left: -140px;
		top: 24px;
		width: 136px;
		height: 40px;
		line-height: 40px;
	}
}

.ui-pagination-container .ui-pagination-page-item {
	font-size: 12px;
	padding: 6px 13px;
	background: #fff;
	border: 1px solid #c5b7b7;
	border-radius: 4px;
	color: #666;
	margin: 0 14px 0 0px;
	text-decoration: none;
}
