@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	text-align: justify;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: "Microsoft YaHei";
	overflow-x: hidden;
	/*    -webkit-text-size-adjust: none;*/
	/*	color: #1a1a1a;*/
}


a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

/*
a {
	text-decoration: none;
	color: #1a1a1a;
}
*/

ul,
li {
	list-style: none;
}

input {
	border: 0;
	outline: none;
}

i,
em {
	font-style: normal;
}

blockquote,
q {
	quotes: none;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}

.mobileNone {
	display: none !important;
}

.warp_center {
	width: 100%;
	padding: 0 0.25rem;
	box-sizing: border-box;
}


/* 头部 开始 */
.ny_head {
	width: 100%;
	height: 4.85rem;
	background: url(snypc_202508_banner_m.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}

.ny_head .warp_center {
	position: relative;
}

.head_logo {
	text-align: center;
	padding-top: .46rem;
}

.head_logo img {
	width: 6.6rem;
}

.head_m {
	height: .9rem;
	background: #fff;
	padding: .18rem .25rem 0;
	position: relative;
	overflow: hidden;
}

.tjj_logo {
	width: 2.22rem;
	vertical-align: top;
}

.head_m .but {
	/* float: right; */
	width: .36rem;
	height: .32rem;
	/* margin: 0; */
	padding: 0;
	display: block;
	/* margin-top: .44rem; */
	position: absolute;
	top: .32rem;
	right: .3rem;
}

.head_m .but i {
	width: 100%;
	height: .04rem;
	background: #0b5caa;
	display: block;
	margin-top: .15rem;
	position: relative;
	border-radius: 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.head_m .but i:before,
.but i:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: .04rem;
	background: #0b5caa;
	border-radius: 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.phone_on .head_m .but i:before,
.phone_on .head_m .but i:after {
	background: #C19D5E;
}

.head_m .but i:before {
	margin-top: -.12rem;
}

.head_m .but i:after {
	margin-top: .12rem;
}

.phone_on .but i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 0;
}

.phone_on .but i:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 0;
}

.phone_on .but i {
	background: none;
}

/* 导航下拉 */
.head_navms {
	position: absolute;
	width: 7.5rem;
	top: 4.95rem;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 9999;
	background: #F2F8FD;
	padding-top: .4rem;
	display: none;
}

.head_navms_s {
	overflow-y: scroll;
	height: calc(100vh - 4.95rem);
}

.head_navms_s ul {
	padding: 0 0.3rem .8rem;
	background-size: 7.5rem;
}

.head_navms_s ul li {
	border-bottom: 0.01rem solid #d4e5f5;
}

.head_navms_s ul li .title1 {
	line-height: 1.1rem;
	font-size: 0.34rem;
	padding: 0 0.3rem;
	text-align: center;
	position: relative;
}


.head_navms_s ul li.on {
	/*	background-color: #fafdfe;*/
}

.head_navms_s ul li.on .title1 a {
	color: #0b5caa;
}

.head_navms_s ul li.on .title1 .icos {
	width: 0.26rem;
	height: 0.14rem;
	background-image: url(hky_m_menu_ico2.png);
	margin-top: 0.44rem;
}

.head_navms_s ul li .sonul {
	display: none;
}

.head_navms_s ul li .sonul .tas {
	display: block;
	padding: 0 0.62rem;
	line-height: 0.87rem;
	border-top: 0.01rem solid #d2e3ed;
	font-size: 0.3rem;
}

/*head 搜索*/
.head_search {
	position: relative;
	/* float: left; */
	height: 1rem;
	/*	overflow: hidden;*/
	background: #F2F8FD;
	/* display: flex; */
	/* justify-content: space-around; */
	/* align-items: center; */
	padding: 0 .25rem;
	margin-bottom: .4rem;
}

.head_search .input1 {
	/*	border: .01rem solid #f00;*/
	border-right: 0;
	width: 100%;
	padding: 0 1rem 0 0.3rem;
	font-size: 0.3rem;
	height: 1rem;
	vertical-align: top;
	border-radius: 300px;
	box-shadow: 0px 0px 18px 0px rgba(79, 135, 194, 0.2);
}

.head_search .input1::placeholder {
	color: #94aec5;
}

.head_search .input1::-webkit-input-placeholder {
	color: #94aec5;
}

.head_search .input1::-moz-placeholder {
	color: #94aec5;
}

.head_search .but {
	position: absolute;
	width: 1.2rem;
	height: 1rem;
	background: url(snypc_202508_search_m.png) no-repeat .26rem center;
	background-size: 0.38rem 0.38rem;
	color: #5892CE;
	border: none;
	font-size: 0.28rem;
	cursor: pointer;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.head_search .icos {
	width: 0.34rem;
	height: 0.34rem;
	background: url(hky_m_search.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: .3rem;
	top: 0.3rem;
}

/*头部结束*/




/* 底部 开始*/
.footer {
	background-color: #f4faff;
	border-top: .08rem solid #0b5caa;
	font-size: .25rem;
	line-height: 2;
	padding-bottom: .3rem;
}

.footer_wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer_link {
	padding-top: .3rem;
	display: inline-block;
}

.footer_link span,
.footer_link .link_com {
	margin: 0 .18rem 0 .15rem;
}

.footer_copyr {
	padding-bottom: .2rem;
}

.copyr_p {
	text-align: center;
	text-transform: uppercase;
}

.copyr_p img {
	width: .25rem;
	vertical-align: middle;
	margin-right: .05rem;
	margin-top: -.03rem;
}

.copyr_p span {
	margin: 0 .15rem;
}

.foot_ico {
	text-align: center;
}

.foot_ico1 {
	display: inline-block;
	margin-right: .3rem;
}

.foot_ico1 img {
	height: .68rem;
}

.foot_ico2 {
	display: inline-block;
}

.foot_ico2 img {
	height: .55rem;
}

/* 底部 结束*/



/* 面包屑 开始 */
.weizhi {
	margin-top: .2rem;
	font-size: .26rem;
	line-height: 1.6;
	color: #666;
	padding-bottom: .1rem;
}

.weizhi a {
	color: #666;
}

.weizhi a:hover {
	color: #0365c2;
}

/* 面包屑 结束 */


/* button 查看更多 */
.more_mb {
	background: #ecf8f6;
	border-radius: .1rem;
	text-align: center;
	height: .9rem;
	line-height: .9rem;
	margin-top: .3rem;
}

.more_mb a {
	background: url(snypc_202508_title_jiant.png) no-repeat right center;
	background-size: .25rem;
	color: #44bfa8;
	font-size: .3rem;
	vertical-align: top;
	padding-right: .45rem;
}


/* 250819 start */
.erSancipc {
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}

.beforeNypc {
	float: left;
	width: 3rem;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	background: #e5f0f9;
	font-weight: bold;
}

.beforeNypc a {
	color: #0b5caa;
}

.qrcodes ul {
	display: flex;
	justify-content: space-between;
padding-bottom:0.5rem;
}

.qrcodes ul li img {
	display: block;
	margin: 0 auto;
width:0.6rem;
}
.ewm_t {
	font-weight: normal;
	font-size: .24rem;
	text-align: center;
}


/* 250819 end */
