@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0 !important;
}

table td {
	background: #fff;
}

caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}



img {
	border: 0;
	outline: 0;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	min-width: 1100px;
	font-family: "Microsoft YaHei";
	color: #1a1a1a;
	/*	background: #fafafa;*/

}

* {
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clear {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #0b5caa;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.warp_center {
	width: 1400px;
	margin: 0 auto;
}

.pcNone {
	display: none !important;
}

/* 头部 开始 */
.ny_head {
	width: 100%;
	height: 452px;
	background: url(snypc_202508_banner.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.ny_head .warp_center {
	position: relative;
}

.head_logo {
	position: absolute;
	left: 17px;
	top: 105px;
}

.ny_head_search {
	position: absolute;
	top: 142px;
	right: 0;
}

.ny_head_search .inputs {
	width: 332px;
	height: 48px;
	background-color: #eef4fc;
	border: 1px solid #d1dee9;
	box-shadow: 0px 2px 20px 0px rgba(53, 145, 220, 0.34);
	border-radius: 48px;
	padding: 0 55px 0 18px;
	font-size: 18px;
}

.ny_head_search input {
	color: #8ea9be;
}

.ny_head_search input.dark {
	color: #333;
}

.ny_head_search .inputs::placeholder {
	color: #8ea9be;
}

.icos {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
	width: 25px;
	height: 25px;
	background: url(snypc_202508_search.png) no-repeat center center;
	background-size: cover;
	cursor: pointer;
}


/* 菜单 开始*/
.ny_nav_w {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url(snypc_202508_nav.png) no-repeat center center;
	height: 62px;
}

.ny_nav li {
	float: left;
	line-height: 62px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	/* padding: 0 50px;*/
	padding: 0 61px;
}

.ny_nav li a {
	display: block;
	position: relative;
	transition: all 0.3s;
}

.ny_nav li a::after {
	content: ' ';
	width: 110%;
	height: 5px;
	border-radius: 5px;
	background: #0b5caa;
	position: absolute;
	bottom: 0;
	left: -5%;
	transition: all 0.3s;
	opacity: 0;
}

.ny_nav li a:hover::after {
	opacity: 1;
}

/* 菜单 结束 */



/* 底部 开始*/
.footer {
	background-color: #f4faff;
	border-top: 8px solid #0b5caa;
	font-size: 18px;
	line-height: 40px;
}

.footer_wrap {
	width: 580px;
	/* margin: 0 auto; */
	position: relative;
	margin-left: 158px;
}

.footer_link {
	padding-top: 20px;
	position: relative;
}

.footer_link span,
.footer_link .link_com {
	margin: 0 18px 0 15px;
}

.footer_copyr {
	padding-bottom: 20px;
}

.copyr_p {
	text-transform: uppercase;
}

.copyr_p img {
	vertical-align: middle;
	margin-right: 10px;
}

.copyr_p span {
	margin: 0 15px;
}

.foot_ico1 {
	position: absolute;
	left: -158px;
	top: 50%;
	transform: translateY(-50%);
}

.foot_ico2 {
	position: absolute;
	right: -200px;
	top: 50%;
	transform: translateY(-50%);
}

.qrcodes {
	position: absolute;
	right: 0;
	top: 50px;
}

.pore {
	position: relative;
}

.qrcodes li {
	float: left;
	margin: 0 10px;
	width: 113px;
	text-align: center;
}

.qrcodes li img {
	display: block;
	width: 80px;
	margin: 0 auto;
}

.qrcodes li .ewm_t {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}







/* 底部 结束*/



/* 面包屑 开始 */
.weizhi {
	margin-top: 18px;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.weizhi a {
	color: #666;
}

.weizhi a:hover {
	color: #0365c2;
}

/* 面包屑 结束 */


/* 分页 */
.page {
	text-align: center;
	padding: 68px 0 20px 0;
}

.page_s {
	display: inline-block;
	font-size: 14px;
}

.page a {
	cursor: pointer;
}

.page a,
.page span,
.page .txt {
	padding: 0 11px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #dddddd;
	margin: 0 3px 0 0;
	color: #333333;
	font-size: 16px;
	border-radius: 2px;
	min-width: 16px;
	display: inline-block;
}

.page a:hover {
	color: #fff;
	border: 1px solid #4f87c2;
	background: #4f87c2;
}

.page .cur {
	color: #fff;
	border: 1px solid #dddddd;
	background: #4f87c2;
}

.page span {
	border: none;
}

.page .txt {
	width: 18px;
}

.page #num {
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 2px;
	width: 32px;
	vertical-align: top;
	font-size: 16px;
}

.page font {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
}

.page font i {
	padding-bottom: 2px;
	display: inline-block;
}

.page #go {
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	cursor: pointer;
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #4f87c2;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}

/* 分页 结束 */
.erSancipc {
	width: 1400px;
	margin: 0 auto;
	border-bottom: 1px solid #cddde7;
}
.beforeNypc {
	float: left;
	width: 280px;
	height: 53px;
	line-height: 53px;
	background: #e5f0f9;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	font-size: 18px;
	margin-left: 280px;
}

.beforeNypc a {
	color: #0b5caa;
}


@media screen and (max-width: 1440px) {

	/* 头部 开始 */
	.ny_head {
		width: 100%;
		height: 340px;
		background: url(snypc_202508_banner.jpg) no-repeat center center;
		background-size: 1440px;
		position: relative;
	}

	.head_logo {
		left: 12px;
		top: 75px;
	}

	.head_logo img {
		height: 88px;
	}

	.ny_head_search {
		position: absolute;
		top: 100px;
		right: 0;
	}

	.ny_head_search .inputs {
		width: 240px;
		height: 34px;
		background-color: #eef4fc;
		border: 1px solid #d1dee9;
		box-shadow: 0px 2px 20px 0px rgba(53, 145, 220, 0.34);
		border-radius: 48px;
		padding: 0px 55px 2px 18px;
		font-size: 14px;
	}

	.icos {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -13px;
		width: 25px;
		height: 25px;
		background: url(snypc_202508_search.png) no-repeat center center;
		background-size: 18px;
	}


	/* 菜单 开始*/
	.ny_nav_w {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		background: url(snypc_202508_nav.png) no-repeat center center;
		background-size: 1080px;
		height: 44px;
	}

	.ny_nav li {
		float: left;
		line-height: 44px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		/*padding: 0 32px;*/
		padding: 0 40px;
	}

	.ny_nav li a {
		display: block;
		position: relative;
		transition: all 0.3s;
	}

	.ny_nav li a::after {
		content: ' ';
		width: 110%;
		height: 3px;
		border-radius: 5px;
		background: #0b5caa;
		position: absolute;
		bottom: 0;
		left: -5%;
		transition: all 0.3s;
		opacity: 0;
	}

	/* 菜单 结束 */

	.warp_center {
		width: 1000px;
		margin: 0 auto;
	}

	/* 顶部 */
	.banner {
		width: 100%;
		position: relative;
	}

	.banner_img {
		width: 100%;
		display: block;
	}

	.banner_nav {
		position: absolute;
		right: 33px;
		top: 19px;
		font-size: 12px;
		line-height: 13px;
		color: #025cb0;
	}

	.banner_nav a {
		color: #025cb0;
	}

	.banner_nav span {
		margin: 0 13px;
	}


	/* 菜单 开始*/
	.nav_wrap {
		width: 100%;
		height: 47px;
		background-color: #ffffff;
		box-shadow: 0px 1px 0px 0px #c3d8ec;
		position: relative;
		z-index: 1;
	}

	.nav_list li {
		float: left;
		line-height: 47px;
		margin-right: 23px;
	}

	.nav_list li:last-of-type {
		margin-right: 0;
	}

	.nav_list li a {
		display: block;
		padding: 0 19px;
		font-size: 17px;
		font-weight: bold;
		color: #1a1a1a;
		transition: all 0.3s;
	}

	.nav_list li:hover a {
		color: #4f87c2;
	}

	.nav_list li.active a {
		color: #4f87c2;
	}

	/* 菜单 结束 */


	/* 底部 开始*/
	.footer {
		border-top: 6px solid #0b5caa;
		font-size: 14px;
		line-height: 28px;
	}

	.footer_wrap {
		width: 430px;
		margin-left: 112px;
	}

	.footer_link span,
	.footer_link .link_com {
		margin: 0 15px 0 10px;
	}

	.copyr_p img {
		vertical-align: middle;
		margin-right: 5px;
	}

	.copyr_p span {
		margin: 0 10px;
	}

	.foot_ico1 {
		left: -110px;
	}

	.foot_ico1 img {
		width: 40px;
	}

	.foot_ico2 {
		right: -145px;
	}

	.foot_ico2 img {
		width: 80px;
	}

	.qrcodes {
		top: 40px;
	}

	.qrcodes li {
		float: left;
		margin: 0;
		width: 98px;
		text-align: center;
	}

	.qrcodes li img {
		display: block;
		width: 66px;
		margin: 0 auto;
	}

	.qrcodes li .ewm_t {
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}

	/* 底部 结束*/




	/* 面包屑 开始 */
	.weizhi {
		margin-top: 13px;
		font-size: 12px;
		line-height: 16px;
		color: #333333;
	}

	/* 面包屑 结束 */


	/* 分页 */
	.page {
		text-align: center;
		padding: 49px 0 14px 0;
	}

	.page_s {
		display: inline-block;
		font-size: 10px;
	}

	.page a {
		cursor: pointer;
	}

	.page a,
	.page span,
	.page .txt {
		padding: 0 8px;
		height: 24px;
		line-height: 23px;
		border: 1px solid #dddddd;
		margin: 0 2px 0 0;
		color: #333333;
		font-size: 12px;
		border-radius: 2px;
		min-width: 11px;
		display: inline-block;
	}

	.page a:hover {
		color: #fff;
		border: 1px solid #4f87c2;
		background: #4f87c2;
	}

	.page .cur {
		color: #fff;
		border: 1px solid #dddddd;
		background: #4f87c2;
	}

	.page span {
		border: none;
	}

	.page .txt {
		width: 13px;
	}

	.page #num {
		height: 23px;
		line-height: 23px;
		text-align: center;
		border: 1px solid #dddddd;
		border-radius: 2px;
		width: 23px;
		vertical-align: top;
		font-size: 12px;
	}

	.page font {
		font-size: 12px;
		height: 23px;
		line-height: 23px;
		display: inline-block;
		vertical-align: top;
	}

	.page font i {
		padding-bottom: 1px;
		display: inline-block;
	}

	.page #go {
		height: 24px;
		line-height: 24px;
		padding: 0 9px;
		cursor: pointer;
		margin: 0;
		vertical-align: top;
		border: none;
		background-color: #4f87c2;
		font-size: 12px;
		color: #fff;
		border-radius: 2px;
	}

	/* 分页 结束 */
	.beforeNypc {
		float: left;
		width: 220px;
		height: 40px;
		line-height: 40px;
		background: #e5f0f9;
		text-align: center;
		margin: 20px 0;
		font-weight: bold;
		font-size: 14px;
		margin-left: 186px;
	}
	.erSancipc {
		width: 1000px;
	}


}
