#head {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6666;
}


/*pc版头部 开始*/

.head_box {
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	padding: 15px 0;
	display: none;
}

.logo_nav .logo {
	float: left;
}

.logo_nav .logo img {
	display: block;
	height: 100%;
}

.logo_nav .search_box {
	float: right;
	position: relative;
}

.logo_nav .search_box form {
	width: 260px;
	overflow: hidden;
}

#search_k {
	height: 40px;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	position: relative;
	border-radius: 20px;
}

#search_k input {
	width: 100%;
	height: 100%;
	padding: 0 50px 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	color: #333;
	box-sizing: border-box;
}

#search_k .btn {
	width: 40px;
	height: 24px;
	background: url(../images/icon/search.png) no-repeat center;
	background-size: 24px;
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 5px;
	border-left: 1px #A9A9A8 solid;
	cursor: pointer;
}


/*导航 开始*/

.first-menu .a_select {
	color: #1E6DB7;
}

.logo_nav .nav_box {
	float: right;
	margin: 0 30px;
}

#jqshare_com {
	height: 100%;
	font-size: 1.8em;
	text-align: center;
}

#jqshare_com a {
	font-size: 0.65em;
}

#jqshare_com>li>a {
	font-size: 0.7em;
}

#jqshare_com li ul {
	display: none;
	min-width: 160px;
}

#jqshare_com li ul li {
	float: none;
}

*html #jqshare_com li ul li {
	display: inline;
}

#jqshare_com li ul a {
	float: none;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-transform: capitalize;
}

#jqshare_com .height-auto {
	line-height: 15px;
	padding: 5px 10px;
}

.second-menu,
.third-menu,
.fourth-menu {
	position: absolute;
}

.first-menu li {
	float: left;
	position: relative;
}

.first-menu>li {
	line-height: 70px;
}

.first-menu a {
	float: left;
	display: block;
}

.second-menu {
	padding: 20px 0;
	background-color: rgba(255, 255, 255, 0.9);
	top: 70px;
	right: 0;
	border-top: 1px solid #1E6DB7;
	border-bottom: 4px solid #1E6DB7;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.second-menu {
	left: 50%;
	transform: translateX(-50%);
}

.second-menu a {
	height: 50px;
	line-height: 50px;
	font-size: .7em;
	font-size: 11px;
}

.second-menu a.jqshare i {
	display: inline-block;
	margin-left: 10%;
	font-size: 14px;
	color: #1E6DB7;
}

.third-menu,
.fourth-menu {
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
	top: 0;
	left: 100%;
	text-align: left;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.third-menu a {
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.third-menu a i {
	display: inline-block;
	margin-left: 10%;
	font-size: 14px;
	color: #1E6DB7;
}

.third-menu a:hover i {
	color: #fff;
}

.third-menu>li>a {
	text-indent: 10px;
}

#subMgm {
	width: 100%;
}

#subMgm .third-menu {
	left: 100%;
}

#subMgm .fourth-menu {
	left: 100%;
}

#subMusic,
#subNews {
	width: 100%;
}


/*导航 结束*/


/*pc版头部 结束*/


/*手机版头部 开始*/

#mob_top_box {
	width: 100%;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
}

#mob_top_box .logo {
	float: left;
	height: 30px;
	margin: 10px 0;
}

#mob_top_box .logo img {
	display: block;
	height: 100%;
}

#mob_top_box .mob_chat {
	float: right;
	width: 80px;
	margin: 30px 5% 0 0;
}

#mob_top_box .mob_chat a {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

#mob_top_box .mob_chat a i {
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #737373;
}

#mob_top_box .mob_more {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

#mob_top_box .mob_more i {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #1E6DB7;
	cursor: pointer;
}

#mob_top_box .mob_more i.more_skew {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

#mob_nav {
	width: 270px;
	height: 100%;
	background-color: #252525;
	position: fixed;
	top: 0;
	right: 0;
	color: #1E6DB7;
	overflow: hidden;
	margin-right: -270px;
}

#mob_nav .mob_list1 {
	width: 89%;
	height: auto;
	border-bottom: 1px solid #333;
	padding: 20px 0 10px;
	margin: 0 auto 20px;
}

#mob_nav .mob_list1 li {
	padding: 6px 0;
	font-size: 14px;
}

#mob_nav .mob_list1 a {
	color: #1E6DB7;
}

#mob_nav .mob_list1 form {
	width: 100%;
	height: auto;
}

#search_box {
	width: 238px;
	height: 40px;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	position: relative;
}

#search_box input:nth-child(1) {
	width: 188px;
	height: 100%;
	padding: 0 45px 0 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 87;
	color: #333;
}

#search_box i {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	height: 100%;
	font-size: 26px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 88;
	color: #fff;
	background-color: #343434;
}

#search_box input:nth-child(2) {
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 1px;
	z-index: 89;
	cursor: pointer;
}


/*移动端导航*/

.mob_nav_box {
	width: 100%;
	padding-right: 30px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.clear {
	clear: both;
}

.ce {
	display: block;
	width: 240px;
	padding: 0 15px;
}

.ce li {
	border-bottom: 1px solid rgb(40, 40, 40);
	border-bottom: 1px solid #333;
}

.more {
	margin-left: 36px;
}

.ce>li>a {
	font-size: 16px;
}

.ce li a {
	padding: 10px;
	color: white;
	display: block;
	cursor: pointer;
}

.ce>li>a:hover {
	background-color: #1E6DB7;
}

.ce li .dqian {
	background: none;
}

.ce li .xz {
	background-color: #1E6DB7;
}

.ce>li>a i {
	font-size: 12px;
	display: inline-block;
	margin-left: 30px;
}

.er {
	display: none;
	width: 100%;
}

.er li {
	width: 100%;
	border: solid #333;
	border-width: 1px 0px 0px;
}

.er li a {
	display: block;
	padding: 10px 10px 10px 20px;
	color: white;
	background: none;
	font-size: 14px;
}

.er>.e_li>a i,
.thr a i {
	font-size: 12px;
	display: inline-block;
	margin-left: 20px;
}

.er li a:hover,
.er li .sen_x {
	color: #1E6DB7;
}

.er .e_li a:hover,
.er .e_li .sen_x {
	color: #1E6DB7;
}

.thr,
.four {
	display: none;
}

.thr li {
	margin-bottom: 1px;
	border-top: 1px solid #333;
	position: relative;
}

.thr li a {
	padding-left: 40px;
}

.er .e_li .thr li a {
	background: none;
}

.er .e_li .thr li .xuan {
	color: #1E6DB7;
}

.more1 {
	margin-left: 28px;
	margin-top: -4px;
}

.thr_nr {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 150px;
	z-index: 10;
	border: 1px solid rgb(201, 201, 201);
	display: none;
}

.thr_nr h3 {
	font-weight: normal;
	font-size: 18px;
	display: block;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
}

.thr_nr img {
	width: 100%;
}


/*手机版头部 结束*/


/*尾部 开始*/

.head_bg {
	width: 100%;
	height: auto;
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	line-height: 20px;
}

.head_bg span {
	display: inline-block;
	width: 94%;
	margin: 0 auto;
}

.bg2_line {
	width: 100%;
	height: 6px;
	background-color: #dfdfdf;
	margin: 10px 0;
}

.bg2 {
	padding: 30px 0 0;
	width: 100%;
	border-top: 2px solid #dfdfdf;
}

.foot_nav {
	width: 700px;
	margin: 0 auto;
}

.foot_nav li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	border-right: 1px solid #d7d7d7;
	text-align: center;
}

.foot_nav li:last-child {
	border-right: none;
}

.foot_nav li a {
	color: #707070;
}

.foot_nav li a.footSelect {
	color: #1E6DB7;
}

p.beian {
	width: 80%;
	margin: 30px auto 20px;
	text-align: center;
	color: #9a9a9a;
	font-size: 12px;
	line-height: 24px;
}

p.beian a {
	color: #9a9a9a;
}

.jisu_list {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #cacdd1;
}

.jisu_list li {
	float: left;
	width: 26%;
	font-size: 12px;
	color: #999999;
}

.jisu_list li:nth-child(3) {
	float: right;
	text-align: right;
}

.jisu_list li a {
	color: #999999;
}


/*尾部 结束*/

@media screen and (min-width:1400px) {
	.first-menu a:hover {
		background: #1E6DB7;
		color: #fff;
	}
	.first-menu>li:hover>a {
		background: #1E6DB7;
		color: #fff;
	}
	.second-menu>li:hover>a {
		background: #1E6DB7;
		color: #fff;
	}
	.second-menu li:hover a.jqshare i {
		color: #fff;
	}
	/*pc头部 结束*/
	.foot_nav li a:hover {
		color: #1E6DB7;
	}
	p.beian a:hover {
		color: #1E6DB7;
	}
	.jisu_list li a:hover {
		color: #1E6DB7;
	}
}

@media (min-width: 768px) {
	.logo_nav {
		width: 750px;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	#mob_top_box,
	#mob_nav {
		display: none;
	}
	.head_box {
		display: block;
	}
	.logo_nav {
		width: 970px;
	}
	.logo_nav .logo {
		height: 50px;
	}
	#search_k {
		margin: 5px auto;
	}
	.first-menu>li>a {
		padding: 0 15px;
	}
}

@media (min-width: 1200px) {
	.logo_nav {
		width: 1170px;
	}
	.logo_nav .logo {
		height: 50px;
	}
	#search_k {
		margin: 5px auto;
	}
	.first-menu>li>a {
		padding: 0 35px;
	}
}

@media (min-width: 1400px) {
	.logo_nav {
		width: 1370px;
	}
	.logo_nav .logo {
		height: 70px;
	}
	#search_k {
		margin: 15px auto;
	}
	.first-menu>li>a {
		padding: 0 44px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1399px) {
	.second-menu {
		top: 50px;
	}
	#jqshare_com>li>a {
		font-size: 0.68em;
	}
	#jqshare_com a {
		font-size: 0.63em;
	}
	.first-menu>li {
		line-height: 50px;
	}
	.first-menu a:hover {
		background: #1E6DB7;
		color: #fff;
	}
	.first-menu>li:hover>a {
		background: #1E6DB7;
		color: #fff;
	}
	.second-menu>li:hover>a {
		background: #1E6DB7;
		color: #fff;
	}
	.second-menu li:hover a.jqshare i {
		color: #fff;
	}
	/*pc头部 结束*/
	.jisu_list {
		width: 74%;
	}
	.jisu_list li {
		width: auto;
	}
	.jisu_list li:nth-child(1) {
		margin-right: 5%;
	}
	.foot_nav li a:hover {
		color: #1E6DB7;
	}
	p.beian a:hover {
		color: #1E6DB7;
	}
	.jisu_list li a:hover {
		color: #1E6DB7;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.foot_nav {
		width: 90%;
		margin: 0 auto;
	}
	p.beian {
		width: 90%;
	}
	.jisu_list {
		width: 90%;
	}
	.jisu_list li {
		width: auto;
	}
	.jisu_list li:nth-child(1) {
		margin-right: 5%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#mob_top_box h1 {
		width: 150px;
	}
	#mob_nav {
		width: 250px;
		margin-right: -250px;
	}
	#search_box {
		width: 220px;
		height: 30px;
	}
	#search_box input:nth-child(1) {
		width: 180px;
		padding: 0 35px 0 5px;
	}
	#search_box input:nth-child(2) {
		width: 30px;
	}
	#search_box i {
		width: 30px;
		line-height: 30px;
		font-size: 22px;
	}
	.ce {
		width: 220px;
		padding: 0 15px;
	}
	.foot_nav {
		width: 90%;
		margin: 0 auto;
	}
	p.beian {
		width: 90%;
	}
	.jisu_list {
		width: 94%;
	}
	.jisu_list li {
		width: auto;
		float: none;
	}
	.jisu_list li:nth-child(1) {
		margin-right: 0;
	}
	.jisu_list li:nth-child(2) {
		margin: 10px 0;
	}
	.jisu_list li:nth-child(3) {
		float: none;
		text-align: left;
	}
}

@media only screen and (max-width: 479px) {
	#mob_top_box .mob_chat {
		float: right;
		width: 80px;
		margin: 25px 3% 0 0;
	}
	#mob_nav {
		width: 220px;
		margin-right: -220px;
	}
	#mob_nav .mob_list1 {
		width: 94%;
		padding: 10px 0 10px;
	}
	.mob_list1 a {
		display: inline-block;
	}
	#search_box {
		width: 204px;
		height: 30px;
	}
	#search_box input:nth-child(1) {
		width: 164px;
		padding: 0 35px 0 5px;
	}
	#search_box input:nth-child(2) {
		width: 30px;
	}
	#search_box i {
		width: 30px;
		line-height: 30px;
		font-size: 22px;
	}
	.ce {
		width: 204px;
		padding: 0 8px;
	}
	.foot_nav {
		width: 94%;
		margin: 0 auto;
	}
	.foot_nav li {
		width: 33.33%;
		margin-bottom: 10px;
	}
	.foot_nav li:nth-child(3) {
		border-right: none;
	}
	.foot_nav li:nth-child(4) {
		margin-left: 16.67%;
	}
	p.beian {
		width: 94%;
		margin: 5px auto 15px;
	}
	.jisu_list {
		width: 94%;
	}
	.jisu_list li {
		width: auto;
		float: none;
	}
	.jisu_list li:nth-child(1) {
		margin-right: 0;
	}
	.jisu_list li:nth-child(2) {
		margin: 10px 0;
	}
	.jisu_list li:nth-child(3) {
		float: none;
		text-align: left;
	}
}