* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.lf {
	float: left;
}

.lr {
	float: right;
}

#navHead {
	height: 40px;
	line-height: 40px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
	font-size: 12px;
}

#navHead a {
	display: inline-block;
	margin: 0 10px;
}

.c-nav .show {
	display: inline-block;
}

.c-nav .hiden {
	display: none;
}

/* 导航栏 */
.c-nav {
	width: 100%;
	border-bottom: 1px solid #fd681f;
    font-size: 16px;
}

.c-nav .navFlex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;


}

.c-nav ul {
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}

.c-nav ul li {
	padding: 10px 0px 10px 10px;
	margin-right: 30px;
	display: inline-block;
}

.c-nav ul li a {
	color: #222;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}

.c-nav ul li a:hover {
	/* border-bottom: 3px solid #e4c17e; */
}

.c-nav ul li:first-child i {
	color: #fff;
	padding-left: 10px;
	cursor: pointer;    display: block;
}

.c-nav ul li:first-child {
	position: relative;
	width: 280px;
	background: #fd681f;
}

.c-nav ul li:first-child .subList {
	background: #f8f8f8;
	position: absolute;
	top: 41px;
	left: 0;
	width: 250px;
	z-index: 100;
	background: #3447a6;
	padding: 20px;
}

.subList {
	display: none;
}

.banner_list {

	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.c-nav ul .banner_list a {
	color: #c6c7cb;
	margin-right: 15px;
	font-size: 14px;
}

.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;
}

.subList h4 {
	color: #fff;
	margin-bottom: 10px;
}

table{border-collapse:collapse;border-spacing:0;}


/* selcity */
/* .selcity{z-index:9999;/* background:#7e2725; position:relative;} */
/*.selcity .none{left:47.5%;bottom:-18px;position:absolute}
.selcity .none a{display:block;background:url(../images/tuan_bg15.gif) no-repeat;width:68px;text-indent:-3000px;height:21px;text-decoration:none}
.selcity .none a:hover{display:block;text-indent:-3000px;height:21px;text-decoration:none}
 .selcity table{margin:0px auto;width:1200px;border-collapse:collapse}
.selcity table td{font-size:14px;vertical-align:middle;height:25px;text-align:center;padding: 5px 0;}
.selcity table td a{display:block;line-height:25px;height:25px;text-decoration:none;border-right:#eee 1px solid;}
.selcity table td a:hover{text-decoration:none} */
/* .selcity table td a.cur{background:#a86e6d} */





@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;
	}
	.c-nav{border:none}
}

@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) {
	
	#msg .lr{float: none;overflow: hidden;width: 100%;}
	.msg_wrap,.footer .flie{padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}
	
	#article_content .arContent{font-size: 14px;line-height: 30px;}
	#article_content .arHead h1{font-size: 24px;line-height: 1.5;margin-top:1rem}
	#msg #article_content{width: 100%;}
	/* #msg #banner_tabs{height: auto;width: 100%;max-width: 100%;}
	#msg #banner_tabs .msg_banner {height: auto;}
	#msg .banner li{height: 100%;} */
	#navHead,.weChat,.footer .footer_tit,.footer .more {
		display: none;
	}

	.c-nav {
		background-color: #3447a6;
		padding: 10px 0px 10px 0px;

		width: 290px;

	}

	.c-nav .navFlex {
		flex-wrap: wrap;

		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;
		margin-top: 10px;
	}

.c-nav ul li:not(:first-child) {display: none;} 

	.subList h4 {
		text-align: left;
	}
	
}