body {
	background: white;
	margin: 0;
	background-image: url("../images/pattern.svg");
}
*{
	margin:0;
	padding:0;
}

*{margin:0;padding:0;list-style-type:none;}

.container{max-width:1140px;margin:0 auto;}

.c-nav .show{
	display: inline-block;
}
.c-nav .hiden{
	display: none;
}
/* 导航栏 */
.c-nav{
	width: 100%;
	background-color: #131697;
	position: fixed;
}
.c-nav .navFlex{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;
	color: white;
}
.c-nav ul{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
.c-nav ul li{
	padding: 15px 0px 15px 0px;
	margin-left: 30px;
	display: inline-block;
}
.c-nav ul li a{
	color: white;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
.c-nav ul li a:hover{
	border-bottom: 3px solid #e4c17e;
}
.c-nav .logo{
	height:40px;
}
.c-nav .btnImg{
	height: 20px;
	width: 25px;
	padding: 3px 8px 3px 8px;
	box-sizing: content-box;
	border: 1px solid transparent;
}

@media screen and (max-width:1200px){
	.c-nav ul li{
		margin-left: 20px;
	}
}
@media screen and (max-width:992px){
	.c-nav ul li{
		margin-left: 10px;
	}
}
@media screen and (max-width:768px){
	.c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
		display: none;
	}
}
@media screen and (max-width:576px){
	.c-nav{
		background-color:rgb(19,22,151);
		padding: 10px 0px 10px 0px;
		opacity: 0.9;
        position: fixed;
	}
	.c-nav .navFlex{
		flex-wrap:wrap;
		font-size: 20px;
		justify-content: space-between;
	}
	.c-nav .logo{
		height: 30px;
	}
	.c-nav ul li{
		padding-top: 10px;
		margin-left: 0px;
		display: block;
	}
	.c-nav ul li a{
		border-bottom: 3px solid transparent;
	}
	.c-nav ul a:hover{
		border-bottom: 3px solid #e4c17e;
	}
	.c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
		display: block;
	}
	.c-nav .hiden{
		display: block;
	}
	.c-nav .show{
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: none;
	}
}

@media screen and (min-width: 900px){
	.header {
		background: #131697;
		position: fixed;
		width: 100%;
		height: 60px;
		color: white;
		font-weight: bold;
	}
	#menuDiv > ul > li > ul {
		position: absolute;
		display: none;
	}
	#menuDiv > ul > li:hover ul {
		display: block;
	}
	.footer {
		background: #131697;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 30px;
		color: white;
	}
	.middle {
		/*background: white;*/
		padding-top: 120px;
		margin-left: 120px;
		margin-right: 120px;
		padding-bottom: 30px;
        background-color: transparent;
	}
	.left {
		background: #fff;
		float: left;
		width: 200px;
		margin-left: 90px;
		margin-top: 0px;
		border: 1px solid #eee;
		border-top: 2px solid #131697;
	}
	.right {
		background: #fff;
		margin-left: 300px;
		margin-right: 90px;
		padding-left: 15px;
		padding-right: 18px;
		padding-bottom: 80px;
		border: 1px solid #eee;
		border-top: 2px solid #131697;
	}
	.left ul li {
		line-height: 38px;
		padding-left: 38px;
		height: 38px;
	}
	.left ul li a {
		width: 100%;
		text-decoration: none;
		color: #666;
	}
	.left ul li:hover {
		background-color: #131697;
	}
	.left ul li:hover a{
		color:#fff;
	}


	.left ul li.active {
		background-color: #131697;
	}
	.left ul li.active a{
		color:#fff;
	}

	.left ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.subtn{
		display: block;
		width: 218px;
		height: 37px;
		margin: 13px auto 0 auto;
		background: #131697;
		color: #fff;
		border: none;
		float:left;
	}
	.text {
		height: 30px;
		line-height: 30px;
		border: 1px solid #dedede;
		width: 180px;
		padding-left: 10px;

	}
	.zhuanzhang{
		font-size:14px;
		color:#666;
		line-height:30px;
	}
	.zhuanzhangmsg{
		font-size:14px;
		color:#666;
	}
	.zhuanzhangmsg p{
		margin:10px 0;
	}

	.navs-top{
		width:60%;
		margin:10px auto;
	}
	.navs-top a{
		display:block;
		float:left;
		margin: 8px 10px;
	}
	.msgperson{
		overflow:hidden;
		line-height:30px;
		margin-bottom:10px;

	}
	.msgperson p{
		width:50%;
		float:left;
		font-size:14px;
	}
	.msgperson p img{
		vertical-align:middle;
	}
	.brame{
		border-bottom:2px solid #131697;
		font-size:16px;
		color:#666;
		padding:5px 0;
	}
	.outlist{
		text-align:center;
		border:1px solid #ddd;
		margin-top:20px;
	}
	.outlist td{
		border:1px solid #ddd;
		height:30px;
		font-size:14px;
	}
	.outlistth{
		background:#eee;
	}
	.userbox{
		border: 1px dashed;
		padding: 10px;
		font-size: 14px;
		color: #666;
		line-height: 25px;
	}
}


@media(max-width: 768px){
	.header {
		background: #131697;
		position: fixed;
		width: 100%;
		height: 60px;
		color: white;
		font-weight: bold;
	}
	#menuDiv > ul > li > ul {
		position: absolute;
		display: none;
	}
	#menuDiv > ul > li:hover ul {
		display: block;
	}
	.footer {
		background: #131697;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 30px;
		color: white;
	}
	.middle {
		/*background: white;*/
		padding-top: 74px;
		width:100%;
		padding-bottom: 60px;
        background-color: transparent;
	}
	.left {
		background: #fff;
		float: none;
		width: 94%;
		margin:  0 auto;
		margin-top: 0px;
		border: 1px solid #eee;
		border-top: 2px solid #131697;
	}
	.right {
		background: #fff;
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 18px;
		padding-bottom: 80px;
		border: 1px solid #eee;
		border-top: 2px solid #131697;
		width: 87%;
		margin: 20px auto;
	}
	.left ul li {
		line-height: 38px;
		padding-left: 38px;
		height: 38px;
	}
	.left ul li a {
		width: 100%;
		text-decoration: none;
		color: #666;
	}
	.left ul li:hover {
		background-color: #131697;
	}
	.left ul li:hover a{
		color:#fff;
	}


	.left ul li.active {
		background-color: #131697;
	}
	.left ul li.active a{
		color:#fff;
	}

	.left ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.subtn{
		display: block;
		width: 218px;
		height: 37px;
		margin: 13px auto 0 auto;
		background: #131697;
		color: #fff;
		border: none;
		float:left;
	}
	.text {
		height: 30px;
		line-height: 30px;
		border: 1px solid #dedede;
		width: 180px;
		padding-left: 10px;

	}
	.zhuanzhang{
		font-size:14px;
		color:#666;
		line-height:30px;
	}
	.zhuanzhangmsg{
		font-size:14px;
		color:#666;
	}
	.zhuanzhangmsg p{
		margin:10px 0;
	}
	.navs-top{
		width: 100%;
	}
	.navs-top a:first-child{
		width:100%;
		text-align: center;
	}
	.navs-top a{
		width: 15%;
		display: inline-block;
		float: none;
		margin: 4px 0px;
		text-align: center;
		font-size: 14px;
	}
	.msgperson{
		overflow:hidden;
		line-height:30px;
		margin-bottom:10px;

	}
	.msgperson p{
		width:100%;
		float:left;
		font-size:14px;
	}
	.msgperson p img{
		vertical-align:middle;
	}

	.brame{
		border-bottom:2px solid #131697;
		font-size:16px;
		color:#666;
		padding:5px 0;
	}
	.outlist{
		text-align:center;
		border:1px solid #ddd;
		margin-top:20px;
	}
	.outlist td{
		border:1px solid #ddd;
		height:30px;
		font-size:12px;
	}
	.outlistth{
		background:#eee;
	}
	.userbox{
		border: 1px dashed;
		padding: 10px;
		font-size: 12px;
		color: #666;
		line-height: 25px;
	}
}

@media screen and (min-width: 600px) and (max-width: 900px){
	.header {
		background: #131697;
		width: 100%;
		height: 60px;
		color: white;
		font-weight: bold;
	}
	.footer {
		background: #131697;
		width: 100%;
		height: 30px;
		color: white;
	}
}
@media screen and (max-width: 600px){
	.header {
		background: #131697;
		height: 60px;
		color: white;
		font-weight: bold;
	}
	.footer {
		background: #131697;
		height: 30px;
		color: white;
	}
}
