@media screen and (min-width: 750px) {
	body {
		margin: 0;
		text-rendering: optimizeLegibility;
		font-family: SourceHanSansCN-Medium;
		font-size: 14px;
	}

	.p-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fbfbfb;
		padding: 10px 10% 0;
		min-width: 1040px;
		height: 80px;
	}

	.line-height80 {
		line-height: 80px;
	}

	.p-head-img {
		height: 50px;
		margin-top: 15px;
	}
	.p-head-search {
		border-radius: 12px 0 0 12px !important;
		background: #fff !important;
		height: 32px !important;
		padding-right: 30px !important;
	}

	.p-head-search-ico {
		border-radius: 0 12px 12px 0 !important;
		background: #fff !important;
		border: 1px solid #dcdfe6;
		border-left: none;
	}

	.p-nav {
		width: 100%;
		height: 40px;
		background: url("../img/nav.png") #203B8D left no-repeat;
		background-size: contain;
	}

	.p-nav .p-menu {
		display: flex;
		flex-flow: row;
		justify-content: center;
		align-items: center;
		gap: 62px;
		padding: 0;
		margin: -10px 0 0;
	}

	.p-nav .p-menu li {
		list-style: none;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		cursor: pointer;
		position: relative;
		padding: 0 25px;
		text-align: center;
	}

	.p-nav .p-menu li a {
		display: inline-block;
		height: 40px;

	}

	.p-nav .p-menu li.active:after {
		content: "";
		position: absolute;
		left: 25px;
		bottom: 2px;
		right: 0;
		width: calc(100% - 50px);
		height: 4px;
		background-color: #fff
	}

	.p-nav .p-menu li:not(.active):hover {
		background: #4D62A4;
	}


	.kuangBtn {
		height: 45px;
		width: 150px;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		margin: 45px auto 0 auto;
		background-color: #ce1d02;
	}

	.closePiao1 {
		position: absolute;
		right: -11px;
		top: -11px;
		background: white;
		border-radius: 50%;
		font-size: 19px;
		padding: 2px 4px;
	}

	.kuang {
		height: 250px;
		width: 520px;
		background: white;
		padding: 20px;
		font-size: 20px;
		line-height: 29px;
		border-radius: 10px;
		margin: 20px;
	}

	.padding5 {
		padding-left: 5px;
	}

	.kuangleft {
		position: relative;
		top: 18px;
		display: flex;

	}

	.colorBlue {
		color: #ce1d02;
		font-size: 22px;
		margin-left: 5px;font-weight: bold;
	}


	.p-card-module {
		width: 80%;
		margin: 0 auto;
		min-width: 1040px;
		font-size: 14px;
		display: flex;
		flex-direction: row;
		gap: 20px;
	}

	.p-card {
		width: 100%;
		margin-top: 20px;
	}

	.p-card-header {
		background-color: #f2f6ff;
		display: flex;
		flex-direction: row;
		border-radius: 5px;
		position: relative;
		height: 40px;
		line-height: 40px;
		color: #333;
		font-size: 16px;
	}

	.p-card-header-title {
		width: 145px;
		height: 40px;
		background: url("../img/title.png") no-repeat;
		background-size: cover;
		padding-left: 10px;
		margin-right: 20px;
		color: #fff;
	}

	.p-card-nav-module {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.p-card-nav {
		display: flex;
		color: #333;
		font-size: 14px;
	}

	.p-card-nav li {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		font-weight: 500;
		height: 40px;
		justify-content: center;
		list-style: none;
		margin: 0 20px;
		cursor: pointer;
	}

	.p-card-nav li:hover {
		color: #345bd3;
	}

	.layui-this {
		color: #345bd3 !important;;
		border-bottom: 5px solid #345BD3 !important;
	}

	.p-card-nav-more {
		font-size: 12px;
		color: #345BD3;
		margin-right: 20px;
		cursor: pointer;
	}

	.p-right .p-card-nav-more {
		margin: 10px;
	}

	.p-card-table {
		display: flex;
		margin-top: 20px;
	}

	.p-card-table div {
		border: 1px solid #dcdfe6;
		border-left: 0;
		cursor: pointer;
		font-weight: 500;
		padding: 8px 15px;
		text-align: center;
		vertical-align: middle;
	}

	.p-card-table-active {
		color: #345BD3;
		border: 1px solid #345BD3 !important;
		border-radius: 4px 0 0 4px;
	}

	.p-card-itme {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
		font-size: 14px;
		border-bottom: 1px solid #F0F2F5;
		cursor: pointer;
	}

	.p-card-itme-time {
		font-size: 12px;
	}

	.p-card-itme-title{
		width: 80%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.p-card-itme:hover {
		color: #345bd3 !important;
	}

	.article-more {
		display: flex !important;
		justify-content: center;
		padding: 20px 0 0;
		font-size: 14px;
		cursor: pointer;
	}

	.article-more:hover {
		color: #345bd3 !important;
	}

	.w-267 {
		width: 267px;
	}

	.p-right {
		margin-top: 20px;
		box-shadow: 0 0 12px rgba(0, 0, 0, .12);
		border-radius: 4px;
	}

	.p-right-login-title {
		display: flex;
	}

	.p-right-login-title div {
		padding: 20px;
		text-align: center;
		border-bottom: 2px solid #e4e7ed;
		cursor: pointer;
	}

	.p-right-login-title div:hover {
		color: #345bd3;
	}

	.p-right-login-title-active {
		color: #345bd3;
		border-bottom: 5px solid #345BD3 !important;
		justify-content: space-between;
		width: 40%;
	}

	.p-right-login-modules {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding: 20px 11px;
	}

	.p-right-login-modules div:hover {
		border-color: #345bd3;
		color: #345bd3;
		background: #f2f6ff
	}

	.p-right-login-name {
		font-size: 16px;
		color: #000;
	}

	.p-right-login-module {
		color: #b32550;
		flex: 1 1 calc(50% - 10px);
		text-align: center;
		height: 83px;
		font-size: 16px;
		background: #F5F7FA;
		border: 1px solid transparent;
		border-radius: 3px;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding: 30px 0 20px;
	}

	.p-right-tel-nav {
		background: #f2f6ff;
	}

	.p-right-tel-nav div {
		align-content: center;
	}

	.p-right-tel {
		font-size: 24px;
		height: 40px;
		line-height: 40px;
		color: #f60;
		padding: 20px 10px !important;
		text-align: center;
	}

	.p-right-item {
		border-bottom: 1px solid #F0F2F5;
		cursor: pointer;
		padding: 10px 20px;
	}

	.right-article .news-link:hover ,.right-article .news-link:hover .p-right-title {
		color: #345BD3;
	}

	.p-right-title {
		font-size: 14px;
		color: #1e1e1e;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.p-right-time {
		font-size: 12px;
		margin: 10px 0 0;
	}

	.p-right-page {
		width: 70px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex: 1;
		height: 40px;
	}

	.p-right-point {
		width: 8px;
		height: 8px;
		background: #E8E8E8;
		border-radius: 50%;
		cursor: pointer;
	}

	.p-right-point-active {
		background: #345BD3 !important;
	}
}

@media screen and (max-width: 750px) {
	/* 全局重置 - 手机端基础 */
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	body {
		margin: 0;
		text-rendering: optimizeLegibility;
		font-family: SourceHanSansCN-Medium, MicrosoftYaHei, sans-serif;
		font-size: 14px;
		/* 手机端禁止横向滚动 */
		overflow-x: hidden;
	}

	/* ===================== 手机端头部 ===================== */
	.p-head {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
		/* 删除PC固定最小宽度 */
		height: auto;
		gap: 10px;
	}
	.line-height80 {
		line-height: 1.5;
	}
	.p-head-img {
		height: 40px;
		margin: 0;
	}
	.p-head-search {
		border-radius: 12px 0 0 12px !important;
		background: #fff !important;
		height: 32px !important;
		padding-right: 30px !important;
		width: 70% !important;
	}
	.p-head-search-ico {
		border-radius: 0 12px 12px 0 !important;
		background: #fff !important;
		border: 1px solid #dcdfe6;
		border-left: none;
	}

	/* ===================== 手机端导航 ===================== */
	.p-nav {
		width: 100%;
		height: auto;
		background: #cf1d01;
		background-size: cover;
		padding: 5px 0;
	}
	.p-nav .p-menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		padding: 0;
		margin: 0;
	}
	.p-nav .p-menu li {
		list-style: none;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		cursor: pointer;
		position: relative;
		padding: 0 20px;
		text-align: center;
		width: 100%;
	}
	.p-nav .p-menu li a {
		display: inline-block;
		height: 40px;
		color: #fff;
		text-decoration: none;
	}
	.p-nav .p-menu li.active:after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 2px;
		width: 60px;
		height: 4px;
		background-color: #fff;
	}
	.p-nav .p-menu li:not(.active):hover {
		background: #a71902;
	}

	/* ===================== 手机端弹窗/按钮 ===================== */
	.kuangBtn {
		height: 40px;
		width: 120px;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		margin: 30px auto;
		background-color: #ce1d02;
	}
	.closePiao1 {
		position: absolute;
		right: -11px;
		top: -11px;
		background: white;
		border-radius: 50%;
		font-size: 19px;
		padding: 2px 4px;
		z-index: 99;
	}
	.kuang {
		height: auto;
		width: 90%;
		background: white;
		padding: 15px;
		font-size: 16px;
		line-height: 24px;
		border-radius: 10px;
		margin: 20px auto;
	}
	.padding5 {
		padding-left: 5px;
	}
	.kuangleft {
		position: relative;
		top: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
	.colorBlue {
		color: #ce1d02;
		font-size: 18px;
		margin-left: 5px;
		font-weight: bold;
	}

	/* ===================== 手机端主体卡片模块 ===================== */
	.p-card-module {
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.p-card {
		width: 100%;
		margin-top: 15px;
		position: relative;
	}
	.p-card-header {
		background-color: #f2f6ff;
		display: flex;
		flex-direction: column;
		border-radius: 5px;
		height: auto;
		line-height: 40px;
		color: #333;
		font-size: 16px;
	}
	.p-card-header-title {
		width: 120px;
		height: 40px;
		background: url("../img/title.png") no-repeat;
		background-size: cover;
		padding-left: 10px;
		margin-right: 10px;
		color: #fff;
		align-content: center;
	}
	.p-card-nav-module {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.p-card-nav-module a{
		position: absolute;
		top: -10px;
		right: 0;
	}
	.p-card-itme-title{
		width: 50%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.p-card-nav {
		display: flex;
		flex-wrap: wrap;
		color: #333;
		font-size: 14px;
		justify-content: flex-start;
	}
	.p-card-nav li {
		height: 40px;
		margin: 0 10px;
		cursor: pointer;
	}
	.p-card-nav li:hover {
		color: #345bd3;
	}

	.article-more {
		display: flex !important;
		justify-content: center;
		padding: 20px 0 0;
		font-size: 14px;
		cursor: pointer;
	}

	.layui-this {
		color: #345bd3 !important;
		border-bottom: 3px solid #345BD3 !important;;
	}
	.p-card-nav-more {
		font-size: 12px;
		color: #345BD3;
		margin: 10px;
		cursor: pointer;
	}
	.p-card-table {
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.p-card-table div {
		border: 1px solid #dcdfe6;
		border-left: 0;
		padding: 6px 10px;
	}
	.p-card-table-active {
		color: #345BD3;
		border: 1px solid #345BD3 !important;
		border-radius: 4px 0 0 4px;
	}
	.p-card-itme {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 0;
		border-bottom: 1px solid #F0F2F5;
		flex-wrap: wrap;
		gap: 5px;
	}
	.p-card-itme-time {
		font-size: 12px;
	}

	/* ===================== 手机端右侧模块 ===================== */
	.p-right {
		margin-top: 15px;
		box-shadow: 0 0 8px rgba(0, 0, 0, .1);
		border-radius: 4px;

	}
	.p-right-login-title {
		display: flex;
		text-align: center;
		cursor: pointer;
	}
	.p-right-login-title div {
		padding: 15px;
		border-bottom: 2px solid #e4e7ed;
		flex: 1;
	}
	.p-right-login-title div:hover {
		color: #345BD3;
	}
	.p-right-login-title-active {
		color: #345BD3;
		border-bottom: 3px solid #345BD3 !important;
	}
	.p-right-login-modules {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		padding: 15px 10px;
	}
	.p-right-login-modules div:hover {
		border-color: #345bd3;
		color: #345bd3;
		background: #f2f6ff
	}
	.p-right-login-name {
		font-size: 14px;
	}
	.p-right-login-module {
		color: #b32550;
		font-size: 14px;
		background: #F5F7FA;
		border-radius: 3px;
		width: 48%;
		text-align: center;
	}
	.p-right-login-module div:first-child{
		padding-top: 15px;
	}
	.p-right-login-module div:last-child{
		padding-bottom: 15px;
	}
	.p-right-tel-nav {
		background: #f2f6ff;
	}

	.w-267 {
		width: 100%;
	}

	.p-right-tel {
		font-size: 20px;
		padding: 15px 10px !important;
		color: #f60;
	}
	.p-right-item {
		border-bottom: 1px solid #F0F2F5;
		padding: 10px;
		display: flex !important;
		justify-content: space-between;
	}
	.p-right-title {
		font-size: 14px;
		width: 50%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.p-right-time {
		font-size: 12px;
	}
	.p-right-page {
		width: 70px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 40px;
	}
	.p-right-point {
		width: 8px;
		height: 8px;
		background: #E8E8E8;
		border-radius: 50%;
	}
	.p-right-point-active {
		background: #345BD3 !important;
	}
}


