* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

	font-size: 15px;

}



img {

	vertical-align: middle;

}



a {

	color: inherit;

	text-decoration: none;

	user-select: none;

}



li {

	list-style: none;

}



textarea,

input {

	font-family: inherit;

	outline: none;

}



:root {

	--gray: #666666;

	--color: #197DC3;

	--gap: 15px;

}



/* 字体文件 */

@font-face {

	font-family: 'icomoon';

	src: url('../font/icomoon.ttf?ao3miy') format('truetype');

}



[class^="icon-"],

[class*=" icon-"] {

	font-family: 'icomoon' !important;

}



.icon-home:before {

	content: "\e903";

}



.icon-menu:before {

	content: "\e904";

}



.icon-left:before {

	content: "\e901";

}



.icon-right:before {

	content: "\e902";

}



.icon-chat:before {

	content: "\e900";

}



.icon-donw:before {

	content: "\e905";

}



.box {

	width: 1200px;

	margin: 0 auto;

}



.max {

	padding: 0 100px;

}



/* nav */

nav {

	position: sticky;

	background-color: #fff;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 999;

	color: #fff;

}



.mobnav {

	display: none;

}



.max {

	display: flex;

	justify-content: space-between;

	align-items: center;

	color: var(--gray)

}



.nav_main {

	display: flex;

}



.nav_main img {

	height: 65px;

}



.nav_main>ul {

	display: flex;

	align-items: center;

	margin-left: 50px;

}



.nav_main>ul>li>a {

	display: block;

	height: 65px;

	line-height: 65px;

	padding: 0 25px;

}



.nav_main>ul>li:hover .dropdown {

	display: block;

}



.logo img:nth-child(1) {

	display: none;

}



nav:hover .max {

	background-color: #fff;

	color: var(--gray)

}



nav .max>a {

	display: flex;

	align-items: center;

	line-height: 1;

}



.navconcat {

	position: relative;

	display: flex;

	height: 65px;

	align-items: center;

}



.navconcat:hover .navewm {

	display: block;

}



.navconcat .icon-chat {

	font-size: 20px;

	margin-right: 5px;

	line-height: 1;

}



.navewm {

	display: none;

	position: absolute;

	top: 100%;

	left: 50%;

	transform: translateX(-50%);

	padding: 20px 0;

	width: 200px;

	background: #FFFFFF;

	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);

	border-radius: 0 0 10px 10px;

	color: #000;

	text-align: center;

}



.navewm div p {

	font-size: 13px;

}



.navewm img {

	margin-bottom: 5px;

}



.navewm b {

	display: block;

	margin: 3px 0;

}



.dropdown {

	position: fixed;

	z-index: 999;

	top: 65px;

	left: 0;

	width: 100vw;

	background-color: #F8F8F8;

	color: var(--gray);

	display: none;

	padding: 50px 100px;

}



.dropdown .tabs {

	display: flex;

}



.dropdown ul li p {

	font-weight: bold;

	color: #000;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}



.dropdown ul li div {

	margin-top: 15px;

}



.dropdown ul li a:hover {

	color: var(--color)

}



.proItems ul {

	display: flex;

}



.proItems .tabs>div:nth-child(1) {

	flex: 1;

}



.proItems .tabs>div:nth-child(n+2) {

	width: 165px;

	margin-left: 5vw;

}



.proItems .tabs>div>p {

	font-size: 22px;

	font-weight: bold;

	color: #000;

	padding-bottom: 25px;

	margin-bottom: 25px;

	border-bottom: 1px solid #DEDEDE;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;

}



.proItems ul li {

	flex: 1;

}



.proItems ul li:nth-child(n+2) {

	margin-left: 30px;

}



.solveItems .tabs>div {

	width: 220px;

}



.solveItems .tabs>div:nth-child(n+2) {

	margin-left: 5vw;

}



.solveItems .tabs>div>p {

	font-size: 22px;

	font-weight: bold;

	color: #000;

	padding-bottom: 25px;

	margin-bottom: 25px;

	border-bottom: 1px solid #DEDEDE;

}



.solveItems li {

	margin-top: 15px;

}



div.exam {

	padding: 30px 100px;

}



.exam ul {

	display: flex;

}



.exam ul li {

	font-weight: bold;

	color: #000;

}



.exam ul li:nth-child(n+2) {

	margin-left: 5vw;

}



/* 标题 */

.com_tit {

	text-align: center;

}



.com_tit p:nth-child(1) {

	font-size: 40px;

	font-weight: bold;

	color: #000;

}



.com_tit p:nth-child(2) {

	margin-top: 10px;

	color: var(--gray);

}



/* footer */

.fotmsg {

	text-align: center;

	padding: 100px 0 50px 0;

}



.fotmsg p:nth-child(1) {

	font-size: 36px;

	color: #1B3F85;

	font-weight: bold;

}



.fotmsg p:nth-child(2) {

	font-size: 14px;

	color: var(--gray);

	margin: 10px 0 50px 0;

}



.iptmsg form {

	width: 400px;

	margin: 0 auto;

	display: flex;

	justify-content: center;

	background: #f5f5f5;

	border-radius: 10px;

	overflow: hidden;

}

.iptmsg input {

	height: 40px;

	padding: 0 15px;

	flex: 1;

	border: none;

	background-color: rgba(0, 0, 0, 0);

}



.iptmsg button {

	outline: none;

	background-color: var(--color);

	color: #fff;

	height: 40px;

	border: none;

	padding: 0 15px;

	border-radius: 10px;

}



.fotmenu {

	padding-top: 70px;

	border-top: 4px solid #1B3F85;

}



.fotmenu ul {

	display: flex;

	justify-content: space-between;

}



.fotmenu ul a {

	display: table;

}



.fotmenu ul li>p:nth-child(1) {

	font-weight: bold;

	color: #000;

	margin-bottom: 30px;

}



.fotmenu ul li a {

	margin-bottom: 15px;

	font-size: 13px;

	color: var(--gray);

}



.fotmenu ul li a:hover {

	color: var(--color)

}



.fotconcat {

	color: var(--gray);

}



.fotconcat p {

	font-size: 13px;

	margin-bottom: 5px;

}



.fotconcat b {

	color: #000;

}



.fotconcat div {

	display: table;

}



.fotconcat div p {

	text-align: center;

}



.copy {

	padding: 30px 0;

	border-top: 1px solid #dedede;

	font-size: 14px;

	color: #000;

	text-align: center;

	margin-top: 50px;

}
.copy a{
    font-size: 14px;
    margin-left: 10px;
}



.gotop {

	position: fixed;

	right: 50px;

	bottom: 50px;

	z-index: 99999;

	cursor: pointer;

}



.gtoptel {

	background-color: var(--color);

	color: #fff;

	border-radius: 40px;

	width: 33px;

	text-align: center;

	font-size: 14px;

	padding: 10px 0;

}



.gotop>img {

	margin-top: 10px;

}



/* 核心分页样式 - 宽按钮设计 */

.pagi {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    padding: 15px 5px;

}



.page-index, .page-pre, .page-next, .page-last, .page-numbar {

    display: flex;

    align-items: center;

}



.pagi a {

    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 40px;

    padding: 10px 18px;

    text-decoration: none;

    border-radius: 10px;

    background: linear-gradient(to bottom, #ffffff, #f7f9fc);

    color: #4a5568;

    font-weight: 500;

    font-size: 1.05rem;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);

    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);

    border: 1px solid #e2e8f0;

}



.pagi a:hover {

    background: linear-gradient(to bottom, #4a6cf7, #2563eb);

    color: white;

    box-shadow: 0 7px 14px rgba(37, 99, 235, 0.25);

    transform: translateY(-3px);

    border-color: transparent;

}



.page-num {

    text-align: center;

    min-width: 40px;

}



.page-num-current {

    background: linear-gradient(135deg, #2563eb, #1e40af) !important;

    color: white !important;

    font-weight: 600;

    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3) !important;

}



.page-numbar span.page-num {

    background: transparent;

    box-shadow: none;

    color: #a0aec0;

    font-size: 1.3rem;

    cursor: default;

    padding: 0 15px;

}



.page-numbar span.page-num:hover {

    background: transparent !important;

    color: #a0aec0 !important;

    transform: none !important;

    box-shadow: none !important;

}



/* 宽按钮处理 - 确保文字自适应 */

.page-index a, .page-last a {

    padding: 10px 20px;

}



.page-pre a, .page-next a {

    padding: 10px 25px;

}



/* 禁用按钮样式 */

.page-pre a[href="javascript:;"] {

    cursor: not-allowed;

    background: #f1f5f9 !important;

    color: #cbd5e0 !important;

    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;

}



.page-pre a[href="javascript:;"]:hover {

    transform: none !important;

    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;

}



@media (max-width:768px) {



	.box {

		width: 100%;

	}



	nav {

		display: none;

	}



	.com_tit {

		padding: 0 var(--gap);

	}



	.com_tit p:nth-child(1) {

		font-size: 20px;

	}



	.com_tit p:nth-child(2) {

		font-size: 14px;

	}



	div.mobnav {

		display: block;

		position: sticky;

		top: 0;

		left: 0;

		width: 100%;

		background-color: #fff;

		color: var(--gray);

		z-index: 999999;

	}



	.mobnavshow {

		width: 100%;

		height: 60px;

		display: flex;

		justify-content: space-between;

		align-items: center;

		padding: 0 15px;

	}



	.mobnavshow span {

		font-size: 22px;

	}



	.mobnavmenus {

		position: fixed;

		top: 0;

		left: -70vw;

		width: 70vw;

		height: 100vh;

		background-color: #F7FAFC;

		z-index: 999999999;

		color: #fff;

		overflow-y: scroll;

		transition: all .5s;

	}



	.mobmenuitem {

		border-bottom: 1px solid #fff;

	}



	.mobmenuitem_title {

		display: flex;

		justify-content: space-between;

		align-items: center;

		padding: 10px 15px;

		background-color: #197DC3;

	}



	.threeMenu,

	.threeMenu .threeList {

		display: none;

	}



	.threeMenu li {

		border-top: 1px solid #fff;

		background-color: #4DA3D8;

	}



	.threeMenu p {

		padding: 10px 15px 10px 30px;

		display: flex;

		justify-content: space-between;

		align-items: center;

		font-size: 15px;

	}



	.threeList a {

		padding: 10px 15px 10px 45px;

		display: block;

		border-top: 1px solid #fff;

		font-size: 14px;

		color: var(--color);

		background-color: #E3F2FD;

	}



	.twoList {

		display: none;

	}



	.twoList li a {

		border-top: 1px solid #fff;

		display: block;

		padding: 10px 15px 10px 30px;

		font-size: 14px;

		background-color: #4DA3D8;

	}



	.mobcontact {

		color: #000;

		margin-top: 30px;

	}



	.mobcontact b {

		padding: 0 15px;

		margin-top: 10px;

		display: block;

		text-align: center;

		font-size: 16px;

	}



	.mobcontact div {

		text-align: center;

		margin: 30px 0;

	}

	.fotmsg{

		padding: 0;

		padding: var(--gap);

	}

	.fotmsg p:nth-child(1){

		font-size: 20px;

	}

	.fotmsg p:nth-child(2){

		margin: var(--gap) 0;

	}

	.iptmsg form{

		width: 100%;

	}

	.iptmsg button{

		font-size: 14px;

	}

	.fotmenu{

		padding: var(--gap);

	}

	.fotmenu ul li,.fotmenu ul li>p:nth-child(1){

		display: none;

	}

	.fotmenu ul li:last-child{

		display: block;

		text-align: center;

		width: 100%;

	}

	.fotconcat div{

		margin: 0 auto;

	}

	.fotconcat p{

		margin: 5px 0;

	}

	.copy{

		margin-top: var(--gap);

		padding: var(--gap) 0;

		font-size: 14px;

	}

}

.page {
    display: inline-flex;
    align-items: center;
    /*background: white;*/
    border-radius: 50px;
    padding: 8px;
    /*box-shadow: 0 8px 20px rgba(30, 80, 250, 0.18);*/
    margin: 20px auto;
    border:none!important;
    /*border: 1px solid #e8edff;*/
}

.page > span {
    margin: 0 6px;
    display: flex;
    align-items: center;
}

.page-status {
    font-size: 14px;
    color: #5a6a8a;
    padding: 10px 14px;
    border-radius: 50px;
    font-weight: 500;
    background: #f7f9ff;
    display: flex;
    align-items: center;
}

.page-status i {
    margin-right: 8px;
    color: #1e50fa;
}

.page-index a, .page-pre a, .page-num, 
.page-next a, .page-last a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    font-size: 15px;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.page-index a, .page-next a, .page-last a {
    padding: 10px 16px;
    border-radius: 30px;
}

.page-index a:hover, .page-pre a:not([href^="javascript"]):hover, 
.page-num:not(.page-num-current):hover, 
.page-next a:hover, .page-last a:hover {
    background: #f0f5ff;
    color: #1e50fa;
    transform: scale(1.05);
}

.page-num.page-num-current {
    background: linear-gradient(135deg, #1e50fa 0%, #0088ff 100%);
    color: white;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(30, 80, 250, 0.3);
}

.page-pre a[href^="javascript"] {
    color: #d1d6e3;
    cursor: not-allowed;
}

.responsive-demo {
    background: linear-gradient(to right, #1e50fa, #3ab0ff);
    color: white;
    padding: 10px 22px;
    border-radius: 12px;
    margin: 30px 0;
    display: inline-block;
    font-size: 1.2rem;
}

.page-layout {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.page-layout-inner {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(45deg, #f9fdff 0%, #e6f2ff 100%);
    max-width: 800px;
    width: 100%;
    box-shadow: 0 5px 25px rgba(30, 80, 250, 0.12);
}

.page-layout-title {
    color: #1e50fa;
    font-size: 1.4rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-layout-title i {
    margin-right: 12px;
}
        