/* .index-section {
	padding-top: 10px;
} */

.index-section .sec-head {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}

.index-section .sec-head::before, .index-section .sec-head::after {
	content: '';
	display: block;
	position: relative;
	flex: 1;
	border-bottom: 1px solid #dddddd;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index-section .sec-head .head-name {
	position: relative;
}

.index-section .sec-head .head-name .sec-icon {
	position: absolute;
	margin: auto;
	width: 13px;
	height: 13px;
	top: 0;
	bottom: 0;
}

.index-section .sec-head .head-name .sec-icon::before, .index-section .sec-head .head-name .sec-icon::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
}

.index-section .sec-head .head-name .sec-icon.left {
	left: 0;
}

.index-section .sec-head .head-name .sec-icon.left::before, .index-section .sec-head .head-name .sec-icon.left::after {
	border-left-color: #0068b7;
}

.index-section .sec-head .head-name .sec-icon.left::before {
	opacity: .5;
}

.index-section .sec-head .head-name .sec-icon.left::after {
	left: 4px;
}

.index-section .sec-head .head-name .sec-icon.right {
	right: 0;
}

.index-section .sec-head .head-name .sec-icon.right::before, .index-section .sec-head .head-name .sec-icon.right::after {
	border-right-color: #0068b7;
}

.index-section .sec-head .head-name .sec-icon.right::before {
	opacity: .5;
}

.index-section .sec-head .head-name .sec-icon.right::after {
	right: 4px;
}

.index-section .sec-head .head-name strong {
	display: inline-block;
	padding: 0 40px;
	font-size: 40px;
	color: #0068b7;
	letter-spacing: 5px;
}

.index-section.sec-ztzl {
	margin-bottom: 40px;
}
/* .xxgk-top {
	margin-bottom: 40px;
} */

.xxgk-top .zfxxgk-box {
	height: 490px;
	/* background: url("../image/box-bg.png") bottom center no-repeat; */
}

.xxgk-top .zfxxgk-box .box-head {
	text-align: center;
	padding-left: 52px;
}

.xxgk-top .zfxxgk-box .box-head .head-name {
	color: #0068b7;
	margin-left: 20px;
}

.xxgk-top .zfxxgk-box .box-head .head-name .cn-name {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 4px;
}

.xxgk-top .zfxxgk-box .box-head .head-name .en-name {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
}

.xxgk-top .zfxxgk-box .box-nav {
	padding: 20px 32px 0;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item {
	/* width: 100%; */
	/* padding-left: 46px; */
	margin-bottom: 12px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item::before {
	content: '';
	display: block;
	position: absolute;
	width: 75px;
	height: 100%;
	/* background: url(../image/icon-1.png) center 5px no-repeat; */
	background-size: 61px;
	opacity: .2;
	left: 5px;
	top: 0;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap {
	height: 56px;
	line-height: 56px;
	/* padding-right: 30px; */
}

.xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap .item-icon {
	width: 56px;
	height: 56px;
	background: url("../image/icon-1.png") center/50% no-repeat;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap .item-name {
	width: 230px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(1) {
	background: url("../image/bg-4.jpg") center/cover no-repeat;
	width: 330px;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(1)::before {
	/* background-image: url("../image/icon-1.png"); */
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(1) .item-icon {
	/* background-image: url("../image/icon-1.png"); */
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(1) .item-name {
	color: #679dcf;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(1):hover .item-name {
	color: #8eb6db;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(2) {
	background: url("../image/bg-4.jpg") center/cover no-repeat;
	width: 330px;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(2)::before {
	/* background-image: url("../image/icon-2.png"); */
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(2) .item-icon {
	background-image: url("../image/icon-2.png");
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(2) .item-name {
	color: #679dcf;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(2):hover .item-name {
	color: #8eb6db;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(3) {
	background: url("../image/bg-4.jpg") center/cover no-repeat;
	width: 330px;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(3)::before {
	/* background-image: url("../image/icon-3.png"); */
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(3) .item-icon {
	background-image: url("../image/icon-3.png");
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(3) .item-name {
	color: #679dcf;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(3):hover .item-name {
	color: #8eb6db;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(4) {
	background: url("../image/bg-4.jpg") center/cover no-repeat;
	width: 330px;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(4)::before {
	/* background-image: url("../image/icon-4.png"); */
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(4) .item-icon {
	background-image: url("../image/icon-4.png");
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(4) .item-name {
	color: #679dcf;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(4):hover .item-name {
	color: #8eb6db;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(5) {
	background: url("../image/bg-4.jpg") center/cover no-repeat;
	width: 330px;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(5)::before {
	/* background-image: url("../image/icon-5.png"); */
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(5) .item-icon {
	background-image: url("../image/icon-5.png");
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(5) .item-name {
	color: #679dcf;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(5):hover .item-name {
	color: #8eb6db;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(6) {
	background: url("../image/bg-4.jpg") center/cover no-repeat;
	width: 330px;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(6)::before {
	/* background-image: url("../image/icon-6.png"); */
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(6) .item-icon {
	background-image: url("../image/icon-6.png");
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(6) .item-name {
	color: #679dcf;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:nth-child(6):hover .item-name {
	color: #8eb6db;
}

.xxgk-top .zfxxgk-box .box-nav .nav-item:hover::before {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
.box {
	margin-bottom: 38px;
}

.box .box-head {
	background-color: #f6f8fb;
}

.box .box-head ul li {
	display: block;
	height: 54px;
	text-align: center;
	line-height: 54px;
	width: 195px;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
}

.box .box-head ul li::before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border: 6px solid transparent;
	border-top-color: #0068b7;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.box .box-head ul li a {
	color: #0068b7;
}

.box .box-head ul li.active, .box .box-head ul li:hover {
	background-color: #0068b7;
}

.box .box-head ul li.active::before, .box .box-head ul li:hover::before {
	-webkit-transition: transform .3s, opacity .5s;
	-moz-transition: transform .3s, opacity .5s;
	-ms-transition: transform .3s, opacity .5s;
	-o-transition: transform .3s, opacity .5s;
	transition: transform .3s, opacity .5s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.box .box-head ul li.active a, .box .box-head ul li:hover a {
	color: #ffffff;
}
.news-list .news-item {
	--item-time: 173px;
}

.news-list .news-item .news-title {
	/* width: calc(100% - var(--item-time) - 20px); */
	line-height: 2.8;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-size: 16px;
	color: #666;
}

.news-list .news-item .news-title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: currentColor;
	vertical-align: middle;
	margin-right: 5px;
}

.news-list .news-item .news-time {
	width: var(--item-time);
	text-align: right;
	color: #a6a6a6;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.news-list .news-gap-line {
	border-bottom: 1px dashed #dddddd;
	width: 100%;
	margin: 20px 0;
}

.news-list.xxgk .news-item .news-title {
	line-height: 2.5;
}

.news-list.xxgk .news-gap-line {
	margin: 10px 0;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xxgk-quick-nav {
	margin-bottom: 50px;
}

.xxgk-quick-nav .nav-item .item-wrap {
	background: url("../image/xxgk-nav-bg.jpg") no-repeat;
	height: 65px;
}

.xxgk-quick-nav .nav-item .item-wrap .nav-icon {
	margin-right: 18px;
}

.xxgk-quick-nav .nav-item .item-wrap .nav-icon img {
	display: block;
}

.xxgk-quick-nav .nav-item .item-wrap .nav-name {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.xxgk-quick-nav .nav-item .item-wrap:hover .nav-name {
	color: #0068b7;
}
.row {
	--gutter-x: 12px;
	--gutter-y: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--gutter-y)*-1);
	margin-right: calc(var(--gutter-x)/-2);
	margin-left: calc(var(--gutter-x)/-2);
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}
.row-cols-2 > * {
	flex: 0 0 auto;
	width: 49%;
}
.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.text-center {
	text-align: center;
}
.row.g-0 {
	--gutter-x: 0;
	--gutter-y: 0;
}
.abs-center {
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.mzhd-box.style2 .item {
	margin-bottom: 12px;
}

.mzhd-box.style2 .item .item-wrap {
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
}

.mzhd-box.style2 .item .item-wrap .item-name {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-size: 20px;
	letter-spacing: 3px;
}

.mzhd-box.style2 .item:nth-child(1) .item-wrap .item-name, .mzhd-box.style2 .item:nth-child(2) .item-wrap .item-name {
	width: 100%;
	text-align: center;
	position: absolute;
	margin: auto;
	bottom: 24px;
}

.mzhd-box.style2 .item:nth-child(3), .mzhd-box.style2 .item:nth-child(4) {
	margin-bottom: 0;
}

.mzhd-box.style2 .item:nth-child(3) .item-wrap .item-name, .mzhd-box.style2 .item:nth-child(4) .item-wrap .item-name {
	position: absolute;
	top: 16px;
	left: 75px;
}

.mzhd-box.style2 .item:nth-child(1) .item-name {
	color: #de8ea7;
}

.mzhd-box.style2 .item:nth-child(1):hover .item-name {
	color: #eab5c6;
}

.mzhd-box.style2 .item:nth-child(2) .item-name {
	color: #a891e7;
}

.mzhd-box.style2 .item:nth-child(2):hover .item-name {
	color: #c9bbf0;
}

.mzhd-box.style2 .item:nth-child(3) .item-name {
	color: #a399e9;
}

.mzhd-box.style2 .item:nth-child(3):hover .item-name {
	color: #c9c3f2;
}

.mzhd-box.style2 .item:nth-child(4) .item-name {
	color: #e4bf7a;
}

.mzhd-box.style2 .item:nth-child(4):hover .item-name {
	color: #edd3a4;
}
.zwfw-box .box-wrap {
	background-color: #ffffff;
}

.zwfw-box .box-wrap .item {
	margin-top: 0;
	/* padding: 10px 0; */
}

.zwfw-box .box-wrap .item .item-wrap {
	padding: 0 20px;
	position: relative;
}

.zwfw-box .box-wrap .item .item-wrap .item-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
}

.zwfw-box .box-wrap .item .item-wrap .item-name {
	color: #282828;
	font-weight: bold;
	font-size: 26px;
	line-height: 52px;
	letter-spacing: 4px;
}

.zwfw-box .box-wrap .item .item-wrap .item-desc {
	color: #999999;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 16px;
}

.zwfw-box .box-wrap .item .item-wrap .item-con.counts a {
	line-height: 36px;
}

.zwfw-box .box-wrap .item .item-wrap .item-con a {
	font-size: 16px;
	line-height: 36px;
	color: #0068b7;
}

.zwfw-box .box-wrap .item:not(:last-child) .item-wrap::after {
	content: '';
	display: block;
	position: absolute;
	height: 75%;
	width: 1px;
	background-color: #eeeeee;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.oldModel .box .box-head ul li {
	height: 64px;
	line-height: 64px;
	font-size: 30px;
}

.oldModel .index-section .sec-head {
	margin: 30px auto;
}

.oldModel .index-section .sec-head .head-name .sec-icon {
	width: 23px;
	height: 23px;
}

.oldModel .index-section .sec-head .head-name .sec-icon::before, .oldModel .index-section .sec-head .head-name .sec-icon::after {
	border-width: 11px;
}

.oldModel .index-section .sec-head .head-name .sec-icon.left::after {
	left: 6px;
}

.oldModel .index-section .sec-head .head-name .sec-icon.right::after {
	right: 6px;
}

.oldModel .index-section .sec-head .head-name strong {
	font-size: 60px;
}

.oldModel .index-section.sec-ztzl {
	margin-bottom: 40px;
}

.oldModel .w730, .oldModel .w520 {
	width: 100%;
}

.oldModel .news-list .news-item {
	--item-time: 140px;
}

.oldModel .news-list .news-item .news-title {
	line-height: 2;
	font-size: 28px;
}

.oldModel .news-list .news-item .news-time {
	width: var(--item-time);
	font-size: 24px;
}

.oldModel .xxgk-top .zfxxgk-box .box-head .head-name .cn-name {
	font-size: 28px;
}
/* .oldModel .xxgk-top .zfxxgk-box {
	height: auto;
	background: url("../image/box-bg.png") 10% 10%/110% no-repeat;
	border: 1px solid #dbeaff;
	border-top: none;
	padding-bottom: 20px;
	margin-top: 50px;
} */

/* .oldModel .xxgk-top .zfxxgk-box .box-head {
	position: relative;
}

.oldModel .xxgk-top .zfxxgk-box .box-head a {
	transform: translateY(-50%);
}

.oldModel .xxgk-top .zfxxgk-box .box-head a::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #ffffff;
	top: 0;
	left: 0;
}

.oldModel .xxgk-top .zfxxgk-box .box-head::before, .oldModel .xxgk-top .zfxxgk-box .box-head::after {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	width: 30%;
	height: 1px;
	top: 0;
	background-color: #dbeaff;
}

.oldModel .xxgk-top .zfxxgk-box .box-head::before {
	left: 0;
}

.oldModel .xxgk-top .zfxxgk-box .box-head::after {
	right: 0;
}

.oldModel .xxgk-top .zfxxgk-box .box-head > img {
	width: 76px;
}

.oldModel .xxgk-top .zfxxgk-box .box-head .head-name::before, .oldModel .xxgk-top .zfxxgk-box .box-head .head-name::after {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	width: 28%;
	height: 1px;
	bottom: 0;
	top: 0;
	background-color: #dbeaff;
}

.oldModel .xxgk-top .zfxxgk-box .box-head .head-name::before {
	left: 0;
}

.oldModel .xxgk-top .zfxxgk-box .box-head .head-name::after {
	right: 0;
}



.oldModel .xxgk-top .zfxxgk-box .box-head .head-name .en-name {
	font-size: 24px;
}

.oldModel .xxgk-top .zfxxgk-box .box-nav {
	gap: 20px;
	justify-content: space-around;
	padding-top: 0;
	display: flex;
}

.oldModel .xxgk-top .zfxxgk-box .box-nav .nav-item {
	width: 42%;
	padding-left: 87px;
}

.oldModel .xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap {
	height: 76px;
	line-height: 76px;
}

.oldModel .xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap .item-icon {
	width: 76px;
	height: 76px;
}*/
.oldModel .xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap {
	height: 76px;
	line-height: 76px;
}
.oldModel .xxgk-top .zfxxgk-box .box-nav .nav-item .item-wrap .item-name {
	width: calc(100% - 110px);
	font-size: 28px;
} 

.oldModel .zwfw-box .box-wrap {
	background-color: #ffffff;
}

.oldModel .zwfw-box .box-wrap .item {
	width: 100%;
	padding: 30px 0 0;
}

.oldModel .zwfw-box .box-wrap .item .item-wrap {
	padding: 40px;
}

.oldModel .zwfw-box .box-wrap .item .item-wrap .item-icon {
	width: 80px;
	height: 80px;
}

.oldModel .zwfw-box .box-wrap .item .item-wrap .item-icon img {
	width: 100%;
	height: 100%;
}

.oldModel .zwfw-box .box-wrap .item .item-wrap .item-name {
	font-size: 56px;
	line-height: 72px;
}

.oldModel .zwfw-box .box-wrap .item .item-wrap .item-con {
	padding: 30px 0;
}

.oldModel .zwfw-box .box-wrap .item .item-wrap .item-con.counts {
	/* display: flex; */
	flex-wrap: wrap;
}

.oldModel .zwfw-box .box-wrap .item .item-wrap .item-con.counts a {
	width: 33%;
	line-height: 58px;
}

.oldModel .zwfw-box .box-wrap .item .item-wrap .item-con a {
	line-height: 58px;
	width: 25%;
}

.oldModel .zwfw-box .box-wrap .item:not(:last-child) .item-wrap::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #eeeeee;
	right: 0;
	top: unset;
	left: 0;
	bottom: 0;
	margin: auto;
}