﻿@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	background: #f5f5f5;
}

i,
em,
b {
	word-break: break-all
}

li {
	list-style: none;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

img,
input {
	border: 0;
	outline: none;
}

.wap {
	display: none !important;
}

.top>img.wap {
	display: none;
}

.px1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.px1650 {
	max-width: 1650px;
	margin: 0 auto;
}

/* 左侧分类导航 */
.channlMenu {
	float: left;
	width: 280px;
	position: relative;
	margin-right: 40px;
}

.channlMenu .title {
	position: absolute;
	left: -12px;
	top: -4px;
	z-index: 9;
	width: 320px;
	height: 90px;
	background: url(../images/menuBg.png) no-repeat;
	background-position: right center;
	background-size: cover;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
	line-height: 80px;
	font-weight: 600;
	padding-left: 50px;
	margin: 0;
}

.channlMenu>.menus {
	background: #fff;
	margin-left: 5px;
	position: relative;
	padding: 90px 15px 15px;
}

.channlMenu>.menus>li {
	width: 100%;
	height: 60px;
}


.channlMenu>.menus>li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #2A2A2A;
	font-size: 18px;
	line-height: 60px;
	padding-left: 15px;
}

.channlMenu>.menus>li.on {
	background: #D6EBFF;
}

.channlMenu>.menus>li.on>a {
	color: #019FE9;
	font-weight: 600;
}

.channlMenu>.menus>li.activ {
	background: #D6EBFF;
}

.channlMenu>.menus>li.active>a {
	color: #019FE9;
	font-weight: 600;
}

.channlMenu>.menus li:hover {
	background: #D6EBFF;
}

.channlMenu>.menus li a:hover {
	color: #019FE9;
	font-weight: 600;
}


body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}



.icon img {
	transition: all 0.3s;
}

.icon:hover img {
	animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}

.head {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
}

.head.on {
	position: fixed;
	top: 0;
	left: 0;
}


.head::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 73, 152, .9);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	/* transition: all 0.5s; */
}

.head.on::before {
	bottom: 0;
}

.rHeadLink {
	float: right;
	overflow: hidden;
	line-height: 76px;
}

.rHeadLink>ul {
	float: left;
	overflow: hidden;
	font-size: 0;
}

.rHeadLink>ul>li {
	display: inline-block;
	vertical-align: middle;
}

.rHeadLink>ul>li a {
	font-size: 14px;
	display: block;
	line-height: 14px;
	padding: 0 15px;
	border-left: 2px solid #fff;
	color: #fff;
	border-left: 2px solid rgba(255, 255, 255, 0.6);
}

.rHeadLink>ul>li:first-child a {
	border: none;
}

.rHeadLink>ul>li a:hover {
	color: #fff;
}

.head-top {
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}

.logo {
	float: left;
	overflow: hidden;
}

.logo a {
	position: relative;
	transition: all 0.5s;
	top: 0;
}

.logo a {
	display: block;
}

.logo a img {
	width: 100%;
	vertical-align: middle;
}

.head-nav {
	border-top: 1px solid rgba(255, 255, 255, .2);
	position: relative;
	z-index: 9;
}


.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	width: 8%;
	padding-top: 6px;
}

.nav>ul>li:hover>a {
	background: #019FE9;
	font-weight: 600;
}

.nav>ul>li.active>a {
	background: #019FE9;
	font-weight: 600;
}

.nav>ul>li:first-child {
	margin-left: 0;
}

.nav>ul>li>a {
	display: block;
	padding: 0 20px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	position: relative;
	transition: all 0.3s;
	padding-bottom: 6px;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #ffffff;
}


.nav>ul>li>div {
	position: absolute;
	top: 120%;
	width: 558px;
	background: rgba(255, 255, 255, .8) no-repeat;
	background-position: right bottom;
	z-index: 9999;
	line-height: normal;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	padding: 20px;
	opacity: 0;
	display: none;
}


.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	border-bottom: 8px solid rgba(255, 255, 255, .8);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: none;
}

.nav>ul>li:hover>a::after {
	display: block;
}


.nav-pic {
	float: left;
	overflow: hidden;
	width: 220px;
	margin-right: 30px;
}

.nav-pic img {
	display: block;
	width: 100%;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul li {
	float: left;
	width: 50%;
	text-align: left;
}

.nav>ul>li:nth-child(10)>div>ul li {
	width: 100%;
}


.nav>ul>li>div>ul>li a {
	display: block;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #333333;
}

.nav>ul>li>div>ul>li a:hover {
	color: #019FE9;
	font-weight: 600;
}



.top {
	position: fixed;
	right: 10px;
	top: 18px;
	width: 36px;
	height: 36px;
	z-index: 9999;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 99999;
	font-size: 0;
}

.wap-menu>div {
	display: inline-block;
	width: 36px;
	height: 36px;
}

.wap-menu .menu {
	background: url(../images/menu.png) no-repeat;
	background-position: center center;
	background-size: cover;
}

.wap-menu .close-menu {
	display: none;
	position: absolute;
	right: 5px;
	top: 0;
	background: url(../images/close.png) no-repeat;
	background-position: center center;
	background-size: cover;
}

/* 顶部封面 */
.topCover {
	margin-top: 188px;
}

.topCover img {
	width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: cover;
}


/* nav */
.next-back img {
	display: block;
	width: auto !important;
	height: auto !important;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.05);
}

/* 面包屑-页面位置 */
.breadcrumbNav {
	background: #fff;
	margin-bottom: 40px;
	position: relative;
	padding: 0 200px 0 56px;
	height: 80px;
}

.breadcrumbNav::before {
	content: '';
	position: absolute;
	left: 40px;
	top: 28px;
	width: 6px;
	height: 24px;
	background: #019FE9;
}

.breadcrumbNav h3 {
	color: #019FE9;
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	margin: 0;
}

.breadcrumbNav .rLink {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);

}

.breadcrumbNav .rLink i {
	color: #999;
	vertical-align: middle;
	font-size: 20px !important;
	margin: -3px 5px 0 0;
	position: relative;
}

.breadcrumbNav .rLink a {
	font-size: 16px;
	color: #2A2A2A;
	margin: 0 5px;
	vertical-align: middle;
}

.breadcrumbNav .rLink a:hover {
	color: #019FE9;
}


/*页码*/
.page_wrap {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.paginator {
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.paginator,
.paginator input,
.paginator button {
	font-family: Tahoma, "宋体";
	font-size: 12px;
}

.paginator a,
.paginator span {
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	margin: 0 5px 0 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 40px;
	background: #fff;
}

.paginator a {
	color: #333;
	font-size: 12px;
}

.paginator b {
	font-family: "宋体";
	margin: 3px;
	font-weight: 300;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
	text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
	padding: 0 15px;
	background: #ffffff;
}

.paginator .page-start,
.paginator .page-end {
	color: #ccc;
}

.paginator .page-break {
	border: 1px solid #fff;
}

.paginator .page-this {
	padding: 0 15px;
	background-color: #019FE9;
	color: #fff;
	font-weight: bold;
}

.paginator a:hover {
	background-color: #019FE9;
	color: #fff;
}


/* 回到顶部 */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1005;
	display: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}

.scrollToTop:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.circle {
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	border-radius: 100% !important;
}



/* 底部 */
.footer {
	background: url(../images/footerBg.jpg) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.footer .logo {
	float: left;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 15px;
}

.footer .logo img {
	width: 60%;
}

.footer .rInfo {
	float: right;
	overflow: hidden;
	padding: 10px 0;
}

.footer .rInfo .lBox,
.footer .rInfo .line,
.footer .rInfo .rBox {
	float: left;
	height: 60px;
}

.footer .rInfo .line {
	display: inline-block;
	width: 1px;
	background: rgba(255, 255, 255, 0.4);
	margin: 0 30px;
}

.footer .rInfo .lBox .info,
.footer .rInfo .rBox .info {
	height: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}


@media screen and (max-width:1400px) {
	.px1400 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav>ul>li>a {
		font-size: 16px;
		padding: 0 15px;
	}
}

@media screen and (max-width:1200px) {
	.nav>ul>li>a {
		font-size: 14px;
		padding: 0 10px;
	}

}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.wap {
		display: block !important;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 73, 152, .9);
		background: linear-gradient(to right, #004998, #678FBA);
		z-index: 999;
		padding: 20px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 50px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		font-size: 12px;
		margin-right: 5px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		background: #fff;
		color: #304174;
		line-height: 24px;
		padding: 0 15px;
		border-radius: 5px;
	}

	.m-nav {
		position: fixed;
		top: 90px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: rgba(0, 73, 152, .9);
		background: linear-gradient(to right, #004998, #678FBA);
		overflow-y: scroll;
		max-width: 75%;
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.nav-pic {
		display: none;
	}

	.channlMenu {
		width: 100%;
	}

	.channlMenu .title {
		font-size: 20px;
	}

	.channlMenu>.menus {
		overflow: hidden;
	}

	.channlMenu>.menus>li {
		float: left;
		width: auto;
		padding: 0 15px;
		margin-right: 15px;
	}

	.channlMenu>.menus>li:last-child {
		margin-right: 0;
	}

	.channlMenu>.menus>li a {
		padding-left: 0;
		font-size: 14px;
	}



	.ny-right {
		float: left;
		width: 100%;
	}

	.ny-right .breadcrumbNav {
		display: none;
	}

	.articleList {
		margin-top: 40px;
	}

	.articleList .list li {
		margin-bottom: 20px;
	}

	.articleList .list li .date .day {
		font-size: 36px;
	}

	.articleList .list li .date .yearMonth {
		font-size: 14px;
	}

	.footer {
		padding: 10px;
		background-size: cover;
	}

	.footer .logo {
		float: none;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.footer .logo a {
		display: block;
		text-align: center;
	}

	.footer .logo img {
		width: 50%;
		vertical-align: middle;
	}

	.footer .rInfo {
		float: none;
		margin-top: 10px;
	}

	.footer .rInfo .line {
		display: none;
	}

	.footer .rInfo .lBox,
	.footer .rInfo .rBox {
		width: 48%;
	}

	.footer .rInfo .lBox .info,
	.footer .rInfo .rBox .info {
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {

	.ny-right {
		float: left;
		width: 100%;
	}

	.footer .rInfo .lBox,
	.footer .rInfo .rBox {
		width: 100%
	}
}

@media screen and (max-width:480px) {

	.articleList {
		margin-top: 0;
	}

	.footer .rInfo .line {
		display: none;
	}
}