.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
#gnmk{
	z-index: 999;
}
.content{
	width: 100%;
	/*height: 488px;*/
}
.wz{
	margin: 0 auto;
	width: 1010px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.wz a{
	text-decoration: none;
	color: #487fdc;
}
.wz div{
	width: 100%;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
}
.wz div img{
	vertical-align: middle;
	margin-right: 8px;
	width: 24px;
	height: 24px;
}
.wz div span{
	margin-left: 10px;
}
.content .cC{
	margin: 0 auto;
	width: 1010px;
}
.content .cC:after{
	content: "";
	display: block;
	clear: both;
}
.navCommon_title{
	float: left;
	width: 160px;
	margin-right: 28px;
}
.navCommon_title ul li{
	text-align: center;
	cursor: pointer;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
}
.navCommon_title ul .active{
	background-color: #eff6ff;
	color: #3581f5;
	border-left: 8px solid #3a81f0;
}
.navCommon_content{
	float: left;
	width: 822px;
	min-height: 400px;
}

.navCommon_content .showcontent ul li {
    border-bottom: 1px dashed #cbcbcb;
    width: 100%;
    height:41px;
}
.navCommon_content .showcontent ul li div {
    float: right;
    width: 80px;
	line-height: 41px;
    height: 41px;
}
/*.navCommon_content .showcontent ul li div span:first-child{*/
	/*display: block;*/
	/*text-align: center;*/
	/*color: rgb(87, 87 ,87);*/
	/*width: 60px;*/
	/*height: 16px;*/
	/*font-size: 16px;*/
	/*margin-top: 20px;*/
/*}*/
/*.navCommon_content .showcontent ul li div span:last-child{*/
	/*display: block;*/
	/*text-align: center;*/
	/*color: rgb(172, 172 ,172);*/
	/*width: 60px;*/
	/*height: 28px;*/
	/*line-height: 28px;*/
	/*font-size: 10px;*/
/*}*/
.navCommon_content .showcontent>ul li a {
	background: url(../../images/ulbs1.png) no-repeat 2px 16px;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
	display: block;
	color: #000;
	float: left;
	width: 84%;
	height: 41px;
	line-height: 41px;
	padding-left: 22px;
}

.navCommon_content .showcontent ul li a:hover{
	color: #487fdc;
}
/* loading */
.loadingWrap1{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:300;
    background-image:url("../images/loading.gif");
    background-repeat:no-repeat;
    background-position:center center;
}
/* loading */
/* pageDiv */
.pageDiv{
	margin: 25px 0;
}
/* pageDiv */
/* 验证码 */
.code{
    width: 350px;
}
.input-val{
    margin-left: 8px;
    width: 200px;
    border: 1px solid #9AABBB;
    background-color: #FEFEF1;
    height: 30px;
}
#canvas{
    display: inline-block;
    border:1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 8px;
}


/* 功能模块 */
.showcontent1{
	width: 1010px;
}
.showcontent1 ul{
	width: 1010px;
	margin-bottom: 172px;
}
.showcontent1 ul:after{
	content: "";
	display: block;
	clear: both;
}
.showcontent1 ul li{
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	float: left;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 323px 97px;
	margin: 25px 20px 0 0;
	width: 223px;
	padding-left: 100px;
	height: 97px;
	font-size: 16px;
	line-height: 97px;
}
.showcontent1 ul .zxcxr0{
	margin-right: 0;
}
.navCommon_content .showcontent>ul{
	border-top: 3px solid #3a81f0;
	margin-top: 20px;
	padding-top: 10px;
}
/* 验证码 */
@media screen and (min-width: 1700px) {
.content{
	width: 100%;
}
.wz{
	width: 1280px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wz div{
	width: 100%;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
}
.wz div img{
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.wz div span{
	margin-left: 15px;
}
.content .cC{
	width: 1280px;
	margin: 0 auto;
}
.content .cC:after{
	content: "";
	display: block;
	clear: both;
}
.navCommon_title{
	float: left;
	width: 224px;
	margin-right: 24px;
}
.navCommon_title ul li{
	text-align: center;
	height: 80px;
	cursor: pointer;
	line-height: 80px;
	font-size: 18px;
}
.navCommon_title ul .active{
	background-color: #eff6ff;
	border-left: 10px solid #3a81f0;
	color: #3581f5;
}
.navCommon_content{
	float: left;
	width: 1032px;
	min-height: 500px;
}
.navCommon_content .showcontent ul li{
	border-bottom: 1px dashed #cbcbcb;
	height: 51px;
}
.navCommon_content .showcontent ul li div{
	float: right;
	width: 102px;
	line-height: 51px;
	height: 51px;
}
/*.navCommon_content .showcontent ul li div span:first-child{*/
	/*display: block;*/
	/*text-align: center;*/
	/*color: rgb(87, 87 ,87);*/
	/*width: 60px;*/
	/*height: 22px;*/
	/*font-size: 18px;*/
	/*margin-top: 29px;*/
/*}*/
/*.navCommon_content .showcontent ul li div span:last-child{*/
	/*display: block;*/
	/*text-align: center;*/
	/*color: rgb(172, 172 ,172);*/
	/*width: 60px;*/
	/*height: 36px;*/
	/*line-height: 36px;*/
	/*font-size: 13px;*/
/*}*/
	.navCommon_content .showcontent>ul li a{
		background: url(../../images/ulbs1.png) no-repeat 2px 16px;
		text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		vertical-align: top;
		display: block;
		color: #000;
		float: left;
		width: 84%;
		height: 41px;
		line-height: 41px;
		padding-left: 22px;
	}

.navCommon_content .showcontent ul li a:hover{
	color: #487fdc;
}
/* loading */
.loadingWrap1{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:300;
    background-image:url("../images/loading.gif");
    background-repeat:no-repeat;
    background-position:center center;
}
/* loading */
/* pageDiv */
.pageDiv{
	margin: 35px 0;
}

	/* 功能模块 */
	.showcontent1{
		width: 1280px;
	}
	.showcontent1 ul{
		width: 1280px;
		margin-bottom: 192px;
	}
	.showcontent1 ul:after{
		content: "";
		display: block;
		clear: both;
	}
	.showcontent1 ul li{
		float: left;
		color: #fff;
		background-repeat: no-repeat;
		background-size: 408px 108px;
		margin: 28px 28px 0 0;
		width: 306px;
		padding-left: 100px;
		height: 108px;
		font-size: 22px;
		line-height: 108px;
	}
	.showcontent1 ul .zxcxr0{
		margin-right: 0;
	}
}
