﻿/* 导航部分 */
header[type="3"] {
	/* background: rgba(255, 255, 255, 0); */
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	height: var(--headerHeight);
	transition: top .8s;
	/* overflow: hidden; */
}

header[type="3"] .header,
header[type="3"] .header>div,
header[type="3"] .header>div>div {
	height: 100%;
}

header[type="3"].header-hide {
	top: calc(var(--headerHeight) * -1 - 4px);
}

header[type="3"] .lf {
	/* padding-bottom: 1px; */
	padding-left: var(--wpPaddingNum);
	/* border-bottom: 1px solid rgba(255, 255, 255, .05); */
	transition: all .5s !important;
	/* background: rgba(0, 0, 0, .03); */
}

header[type="3"].fix {
	/* background: rgba(255, 255, 255, 1); */
	/* box-shadow: 0 0px 40px rgba(0, 0, 0, 0.2) */
	box-shadow: 0 8px 13px -12px rgba(21, 20, 20, .2);
}

header[type="3"].fix .lf {
	/* border: none; */
	/* border-bottom: 1px solid rgba(255, 255, 255, 1); */
	background: rgba(255, 255, 255, 1);
}

header[type="3"] .logo img {
	filter: var(--imgWhite);
	max-width: 20rem;
	display: block;
	max-height: 2.2rem;
	object-fit: contain;
}

header[type="3"].fix .logo img,
header[type="3"].fix .menu li img {
	filter: none;
}

header[type="3"] * {
	/*	font-family: 'MiSans-Semibold'; */
	/*  顶部的 特殊字体样式*/
	font-size: var(--f18);
}

header[type="3"] .nav>ul>li>a {
	color: #fff;
}

header[type="3"] .nav>ul>li>a .iconfont {
	line-height: 1;
	font-size: var(--f16);
	vertical-align: middle;
	display: inline-block;
	transition: transform .5s;
}

header[type="3"].fix .nav>ul>li>a {
	color: #000000;
}

header[type="3"].fix .nav>ul.menu>li>a {
	color: var(--themeActColor);
}

header[type="3"] .nav-list>li {
	margin: 0 0.5rem;
}

header[type="3"] .nav-list>li>a {
	/* padding: 0.18rem 0.14rem; */
	padding: 0rem 1.2rem;
	height: var(--headerHeight);
	line-height: var(--headerHeight);
	display: block;
	position: relative;
}

header[type="3"] .nav-list>li:hover>a::before,
header[type="3"] .nav-list>li.on>a::before {
	/* transform: scaleX(1); */
	transform: translateX(-50%) scaleX(1);
}

header[type="3"] .nav-list>li:hover>a .iconfont {
	transform: rotate(180deg);
}

header[type="3"] .nav-list>li>a::before {
	content: '';
	display: block;
	background: var(--themeActColor);
	height: 4px;
	/* width: 100%; */
	width: 56%;
	position: absolute;
	/* left: 0; */
	left: 50%;
	/* bottom: -0.5px; */
	bottom: 0px;
	/* transform: scaleX(0); */
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: all 0.5s;
	border-radius: 3px;
}

header[type="3"] .menu {
	margin-left: 0.8rem;
}

header[type="3"] .menu li {
	line-height: 0;
}

header[type="3"] .menu li img {
	filter: var(--imgWhite);
	height: 0.99em;
}

header[type="3"] .menu li i {
	transition: none !important;
}

/* 二级菜单 */
header[type="3"] .downmenu {
	--downmenuPadTop: 3rem;
	height: 28rem;
	background: #fff;
	padding-bottom: 3rem;
	/* height: auto; */
	/* max-height: 90vh; */
	/* overflow-y: auto; */
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(var(--headerHeight));
	display: none;
	box-shadow: 0 5px 13px -8px rgba(21, 20, 20, .2) inset, 0 8px 13px -12px rgba(21, 20, 20, .2);
	transition: none !important;
}

header[type="3"] .downmenu * {
	color: #313131;
	font-family: 'Microsoft YaHei', "微软雅黑";
}

header[type="3"] .downmenu h5 {
	color: #000;
}

header[type="3"] .downmenu .down-lf {
	padding-top: var(--downmenuPadTop);
	padding-right: 3rem;
	width: 19rem;
	position: relative;
	border-right: 1px solid #eee;
}

header[type="3"] .downmenu .down-lf ul li.on {
	border-color: transparent;
}

header[type="3"] .downmenu .down-lf ul li.on a {
	background: var(--themeActColor);
	color: #fff;
}

header[type="3"] .downmenu .down-lf ul li.on a i {
	color: #fff;
}

header[type="3"] .downmenu .down-lf ul li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	border-radius: .5rem 0 1rem .5rem;
	transition: all .3s;

}

header[type="3"] .downmenu .down-lf ul li {
	border-bottom: 1px solid #eee;
}



header[type="3"] .downmenu .down-mid {
	flex: 1;
	/* padding: 0 7rem; */
	padding-top: var(--downmenuPadTop);
	padding-left: 4rem;
}

header[type="3"] .downmenu .down-mid .grid {
	gap: 4rem;
	row-gap: 2rem;
}

header[type="3"] .downmenu .down-mid * {
	font-size: var(--f16);
}

header[type="3"] .downmenu .down-mid .item {
	/* max-width: 40%;
	width: 40%; */
	overflow: hidden;
    white-space:nowrap;
}

header[type="3"] .downmenu .down-mid .item h5 {
	/* margin-bottom: .9rem; */
	color: #313131;
	display: flex;
	align-items: center;
	padding-bottom: .9rem;
	border-bottom: 1px solid #eee;
}

header[type="3"] .downmenu .down-mid .item h5 span {
	color: #313131;
}

header[type="3"] .downmenu .down-mid .item h5 i.iconfont {
	transform: rotate(90deg);
	font-size: var(--f16);
	margin-right: 0.5rem;
    display:inline-block;
}

header[type="3"] .downmenu .down-mid .item h5 img{
	width: var(--f20);
    height:auto;
    aspect-ratio: 1/1;
    object-fit: contain;
	margin-right: 0.5rem;
    display:inline-block;
}

header[type="3"] .downmenu .down-mid .item ul {
	/*padding-left: 1.2rem;*/
    margin-top: .9rem;
}

header[type="3"] .downmenu .down-mid .li.si .grid {
	grid-template-columns: repeat(4,1fr);
}
header[type="3"] .downmenu .down-mid .li.si .mid-rt{
	display: none;
}

header[type="3"] .downmenu .down-mid .li.wu .grid {
	grid-template-columns: repeat(5,1fr);
}
header[type="3"] .downmenu .down-mid .li.wu .mid-rt{
	display: none;
}
header[type="3"] .downmenu .down-mid .li.liu .grid {
	grid-template-columns: repeat(6,1fr);
}
header[type="3"] .downmenu .down-mid .li.liu .mid-rt{
	display: none;
}
header[type="3"] .downmenu .down-mid .li.san .grid {
	grid-template-columns: repeat(3,1fr);
}
header[type="3"] .downmenu .down-mid .li .mid-rt{
	padding-left: 2rem;
	border-left: 1px solid #eee;
	margin-left: 3rem;
	padding-bottom: 10rem;
	height: 100%;
}
header[type="3"] .downmenu .down-mid .li .mid-rt a{
	display: block;
	width: 10rem;
	height: 6rem;
	color: #fff;
	padding: 1.2rem 2rem 1rem;
	border-radius: .2rem;
	overflow: hidden;
}
header[type="3"] .downmenu .down-mid .li .mid-rt a h6{
	color: #fff;
	font-size: var(--f18);
	position: relative;
}
header[type="3"] .downmenu .down-mid .li .mid-rt a .img-db{
	left: 0;
	top: 0;
}
header[type="3"] .downmenu .down-mid .li .mid-rt a div.you{
	border-radius: 100%;
	width: 1.4rem;
	aspect-ratio: 1/1;
	background: #fff;
	text-align: center;
	margin-top: .6rem;
	position: relative;
	
}
header[type="3"] .downmenu .down-mid .li .mid-rt a div.you i{
	font-size: var(--f18);

}

header[type="3"] .downmenu .down-mid .li.duo .item ul {
	height: 7rem;
	overflow-y: auto;
}

header[type="3"] .downmenu .down-mid .item li {
	margin-bottom: .6rem;
}

header[type="3"] .downmenu .down-mid .item li:last-child {
	margin: 0;
}

header[type="3"] .downmenu .down-mid .item li a {
	/* display: flex; */
	align-items: center;
	font-size: var(--f16);
	color: #464646;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
}

header[type="3"] .downmenu .down-mid .item li a span {
	color: #464646;
}

header[type="3"] .downmenu .down-mid .item li a i.biaoshi,
header .downmenu .down-mid .item h5 i.biaoshi {
	color: #fff;
	/*    background: var(--themeColor);*/
	background: #ff5722;
	font-size: .7em;
	padding: 0.2rem 0.2rem;
	line-height: 1;
	border-radius: 0.2rem;
	margin-left: 0.4rem;
	transform: translateY(0.05rem);
	font-style: normal;
}

/* header[type="3"] .downmenu .down-mid .item li a::before {
	content: '';
	height: 0.16rem;
	width: 0;
	background: var(--themeColor2);
	transition: .5s;
	margin-right: 0.2rem;
}

header[type="3"] .downmenu .down-mid .item li a:hover::before {
	width: 1.2rem;
} */

header[type="3"] .downmenu .down-mid .item li a:hover {
	color: var(--themeColor);
}

header[type="3"] .downmenu .down-rt {
	width: 25rem;
}

header[type="3"] .downmenu .down-rt img {
	max-height: 100%;
	object-fit: contain;
	width: 100%;
}

/* 三线导航条 */
.sp_nav {
	width: 1.3rem;
	height: 1.2rem;
	display: block;
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-right: var(--mr);
}

.sp_nav span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 0.12rem;
	background: var(--themeColor);
	font-size: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	transition: width .5s, transform .5s, background .5s;
}

.sp_nav span:nth-child(2) {
	width: 70%;
	top: 50%;
	transform: translateY(-50%);
}

.sp_nav span:last-child {
	top: auto;
	bottom: 0;
}

.sp_nav:hover span:nth-child(2) {
	width: 100%;
}

.sp_nav.is_rotate.on span:nth-child(1) {
	transform: rotate(45deg);
	top: 0.5rem;
}

.sp_nav.is_rotate.on span:nth-child(2) {
	background: rgba(0, 0, 0, 0);
}

.sp_nav.is_rotate.on span:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 0.5rem;
}



header[type="3"] .nav-list>li.no-pro{
    position: relative;
}

header[type="3"] .no-pro .downmenu{
    padding:0;
    height: auto;
}
header[type="3"] .no-pro .downmenu .down-mid{
    padding: 0;
    text-align: center;
}
header[type="3"] .no-pro .downmenu .down-mid .item ul{
    margin-top: 0;
}
header[type="3"] .no-pro .downmenu .down-mid .item li{
    margin-bottom: 0;
}
header[type="3"] .no-pro .downmenu .down-mid .item li a{
    padding: 1rem 0;
}








/* 导航结束 */







/* 导航搜索窗开始 */
.search-dialog-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 70vh;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s
}

.search-dialog-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 1;
}

.search-dialog-box.on:before {
	height: 100%
}

.search-dialog-box .search-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background-size: cover;
	background-repeat: no-repeat;
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77, 0, .175, 1)
}

.search-dialog-box .wrap-inner {
	transform: translateY(100%);
	transition: .6s
}

.search-dialog {
	position: absolute;
	left: 0;
	top: 30%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2
}

.search-dialog .search-inner {
	overflow: hidden;
	margin-top: 0
}

.search-dialog-box .search {

	background: transparent;
	width: 100%;
	padding: 0;
	border-radius: 0;
	display: block;
}

.search-dialog .search-input {
	overflow: hidden;
	display: flex;
	/* width: 50rem; */
	width: 50%;
	margin: 0 auto;
	padding: 0 0 0 1.5rem;
	background-color: rgba(255, 255, 255, .1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%
}

.search-dialog .search-input input[type=text] {
	float: left;
	height: 3.8rem;
	flex-grow: 1;
	background-color: transparent;
	font-size: var(--f22);
	color: #fff;
	transition: all .3s
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input .submit,
.search-dialog .search-input .clear-btn {
	height: auto;
	width: 3.5rem
}

.search-dialog .search-input .submit {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

.search-tit {
	text-align: center;
	color: #fff;
	font-size: var(--f30);
	line-height: 1.5;
	margin-bottom: 2rem;
}

.search-dialog-box.on {
	opacity: 1;
	visibility: visible
}

.search-dialog-box.on .search-bg {
	height: 100vh
}

.search-dialog-box.on .wrap-inner {
	transform: translateY(0)
}

.pub-close {
	position: absolute;
	width: 3rem;
	height: 3rem;
	z-index: 10;
	right: 1.5rem;
	top: 1.35rem;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 100%
}

.pub-close svg {
	width: 1rem;
	height: 1rem;
}

.pub-close:hover {
	transform: rotate(180deg)
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn)
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn)
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn)
	}
}

.pub-close {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all .5s;
}

.search-dialog-box:before {
	/* background-image: -moz-linear-gradient(270deg, var(--themeColor) 20%, transparent 100%);
	background-image: -webkit-linear-gradient(270deg, var(--themeColor) 20%, transparent 100%);
	background-image: -ms-linear-gradient(270deg, var(--themeColor) 20%, transparent 100%); */
	background-image: linear-gradient(180deg, var(--themeColor) 20%, transparent 100%);
}

/* 导航搜索窗结束 */

/* 导航部分结束 */


/* 前后置搜索框开始 */
.search[type="2"] {
	background: #3d3e3f;
	width: 20rem;
	padding: .6rem 1rem .6rem 2rem;
	overflow: hidden;
	border-radius: 1rem 0 1rem 0;
	display: flex;
}

.search[type="2"] input {
	/* height: 100%; */
	width: 100%;
	background: transparent;
	font-size: var(--f16);
	color: #fff;
}

.search[type="2"] i {
	font-size: var(--f20);
	color: #b8b8b8;
}

.search-input[type="2"] {
	border: .2rem solid var(--themeColor);
	border-radius: .5rem;
	/* overflow: hidden; */
	width: 70rem;
	margin: 0 auto;
	height: 4.6rem;
}

.search-input[type="2"] input {
	border: none;
	font-size: var(--f16);
	height: 100%;
}

.search-input[type="2"] .layui-input:focus {
	box-shadow: none;
}

.search-input[type="2"] .layui-input-prefix {
	width: 12rem;
	padding-left: .5rem;
	background: #fff;
	border-radius: .5rem;
	/* overflow: hidden; */
	/* margin-left: .5rem; */
}

.search-input[type="2"] .layui-input-suffix {
	padding-right: 0;
	width: 10rem;
}

.search-input[type="2"] .layui-form-select,
.search-input[type="2"] .layui-select-title {
	height: 100%;
	border-radius: .5rem;
}

.search-input[type="2"] .layui-form-select .layui-edge {
	border-top-color: #000;
}

.search-input[type="2"] .layui-form-select .layui-input {
	padding-left: 2rem;
	font-size: var(--f18);
	color: #000;
}

.search-input[type="2"] .btn {
	background: var(--themeColor);
	color: #fff;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.search-input[type="2"] .layui-form-select dl {
	top: 5rem;
	bottom: auto;
}

.search-input[type="2"] .layui-form-selectup dl {
	bottom: 5rem;
	top: auto;
}

/* 前后置搜索框结束 */



/* 文字打印效果开始 */
.cursor {
	display: inline-block;
	width: 2px;
	height: 1em;
	background: black;
	animation: blink 0.5s step-end infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

/* 文字打印效果结束 */



/* 通用数字滚动区域 */
.szgd{
	--pdLt:1rem;
}
.szgd .num {
	font-family: 'num-font' !important;
	color: var(--themeColor);
	display: flex;
	align-items: flex-end;	
	padding-left: var(--pdLt);
	padding-bottom: 2rem;
}

.szgd .num span {
	font-size: var(--f72);
	line-height: 1;
	font-weight: bold;
}

.szgd .num em {
	font-size: var(--f18);
	line-height: 1.5;
	color: var(--themeColor2);
	font-weight: bold;
	margin-left: .8rem;
}

.szgd .li p {
	border-top: 1px solid rgba(0, 0, 0, .15);
	font-size: var(--f17);
	color: #414243;
	padding-left: var(--pdLt);
	padding-top: 1rem;
}

.szgd.cont {
	padding: 5rem 0;
}

/* 通用数字滚动区域结束 */



/* 双圆环样式 */
.yuanhuan.img {
	width: 40%;
	background: rgba(0, 65, 142, .1);
	border-radius: 100%;
	height: auto;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.yuanhuan .img2 {
	width: 80%;
	background: var(--themeColor);
	border-radius: 100%;
	height: auto;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* 双圆环样式结束 */



/* 轮播按钮组 */
.swiper-btn-item.swiper-button-disabled{
	opacity: .8;
}
.swiper-btn-item{
	color: #fff;
	background: var(--themeColor2);
	width: 2.4rem;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
    line-height:1;
}
.swiper-btn-item i{
	font-size: var(--f26);
	color: #fff;
}

/* 轮播按钮组结束 */



/* 面包屑开始 */
.mbx,
.mbx a {
	color: rgba(0, 0, 0, .6);
	font-size: var(--f14);
    white-space: nowrap;
}
.mbx i{
	color: rgba(0, 0, 0, .6);
	font-size: var(--f15);
    margin: 0 .4rem;
}
.mbx i:first-child{
    margin-left: 0;
}

.top-nav-list {
	/* padding-top: calc(6px + 1rem); */
	position: sticky;
	/* top: var(--header[type="1"]Height); */
	top: 0;
	background: #fff;
	z-index: 98;
	box-shadow: 0 8px 13px -12px rgba(21, 20, 20, .1);
	transition: top .8s;
}

.top-nav-list .ver-center{
    min-height: 3.4rem;
    gap: 6rem;
}

.top-nav-list .nav{
	/* gap: 2rem; */
    overflow-x: auto;
    /*flex: 1;*/
    justify-content: space-between;
}
.top-nav-list .nav a{
	font-size: var(--f18);
	color: #313131;
	line-height: 4;
	position: relative;
    white-space: nowrap;
    flex: 1;
    text-align: center;
    transition: background .3s;
    padding: 0 2rem;
    /* font-weight: bold; */
}
/* .top-nav-list .nav a::after{
 *     content: '';
 *     display: block;
 *     position: absolute;
 *     width: 0;
 *     background: var(--themeActColor);
 *     height: 4px;
 *     bottom: 0;
 *     left: 50%;
 *     transform: translateX(-50%);
 * } */
/* .top-nav-list .nav a.on::after,.top-nav-list .nav a:hover::after{
 *     width: 100%;
 * } */
.top-nav-list .nav a.on,.top-nav-list .nav a:hover{
    background: var(--themeColor);
    color: #fff;
}


/* 面包屑结束 */


/* tab标签页开始 */
/* .slide-nav{
} */
.nav-slide-nav {
	overflow: auto;
}

.nav-slide-nav ul {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eeedf2;

}

.nav-slide-nav ul li {
	position: relative;
}

.nav-slide-nav ul li a {
	padding: 0.8rem 1rem;
	color: var(--themeColor2);
	font-size: var(--f20);
	display: block;
	text-wrap: nowrap;
}

.nav-slide-nav ul li.zhanwei {
	font-size: var(--f20);
	width: 4em;
	height: 0;
	visibility: hidden;
}

.nav-slide-nav.nav2 ul li a {
	color: #75787c;
	font-weight: bold;
	padding: 0.8rem 0;
}

.nav-slide-nav ul li::after {
	position: absolute;
	bottom: -1px;
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: var(--themeColor);
	left: 50%;
	transform: translate(-50%, 0);
}

.nav-slide-nav ul li.on a,
.nav-slide-nav ul li:hover a {
	color: var(--themeColor);
}

.nav-slide-nav ul li.on::after,
.nav-slide-nav ul li:hover::after {
	width: 100%;
}

.nav-slide-nav.nav2 ul li.on::after,
.nav-slide-nav.nav2 ul li:hover::after {
	width: 100%;
}

.slide-for {
	position: relative;
}

.slide-for .li {
	position: relative;
	transition: .5s;
	opacity: 1;
	visibility: visible;
	/* display: block; */
}

.slide-for .li.hide {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	display: none;
}

.slide-for .li+.li {
	/* position: absolute; */
	left: 0;
	top: 0;
	width: 100%;
	/* height: 100%; */
}

/* tab标签页结束 */



/* 圆形进度条动画开始 */
svg.drawcircle {
	position: absolute;
	top: 0;
	left: 0;
	overflow: inherit;
	display: block;
	pointer-events: none
}

svg.drawcircle circle {
	fill: none;
	box-sizing: border-box;
	stroke-width: 2;
	stroke: none;
	stroke-dasharray: 0, 188.49;
	stroke-dashoffset: 188.49;
	transition: all .3s linear 0s
}

@-webkit-keyframes svgrotate {
	0% {
		stroke: var(--themeColor);
		stroke-dasharray: 0, 390%;
		stroke-dashoffset: 390%;
	}

	100% {
		stroke: var(--themeColor);
		stroke-dasharray: 390%, 0;
		stroke-dashoffset: 390%;
	}
}

@keyframes roll {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

/* 圆形进度条动画开结束/






/* 通用banner开始 */
.n-banner {
	background-size: cover;
	width: 100%;
	aspect-ratio: 1920/470;
	color: #fff;
	text-align: center;
	padding-top: 3rem;
}

.n-banner h2 {
	font-size: var(--f48);
	margin-bottom: .6rem;
}

.n-banner p {
	font-size: var(--f15);
	font-weight: normal;
}

/* 通用banner结束 */


/* 通用背景 */
.n-bg{
	/* background: url(../images/n-bg.png) no-repeat top/cover; */
    background-size: cover ;
    background-position: top;
    background-repeat: no-repeat;
}
/* 通用背景结束 */






/* 通用标题开始 */
/* 通用链接 */
.ljgd {
	font-size: var(--f15);
	display: flex;
	align-items: center;
	transition: all .3s;
	background: #fff;
	padding: .5rem 1.4rem;
	border-radius: 5rem;
	color: #2f7ec0;
}

.ljgd i {
	font-size: var(--f18);
	margin-right: .8rem;;
}

.ljgd:hover i {
	color: #dc5d26;
}

.n-zhead small{
	color: var(--themeColor);
	font-size: var(--f16);
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.n-zhead .dian{
	background: #dc5d26;
	--dianWidth:4px;
	position: relative;
	margin-top: 1rem;
}
.n-zhead .dian,.n-zhead .dian::before,.n-zhead .dian::after{
	width: var(--dianWidth);
	height: var(--dianWidth);
	border-radius: 100%;
	display: none;
}
.n-zhead .dian::before{
	content: '';
	display: block;
	position: absolute;
	background: #347cb7;
	left: calc(var(--dianWidth) + 0.2rem);
}
.n-zhead .dian::after{
	content: '';
	display: block;
	position: absolute;
	background: #92b9db;
	left: calc((var(--dianWidth) + 0.2rem) * 2);
}
.n-zhead  h1,
.n-zhead  h2{
	/* font-size: var(--f50); */
	font-size: var(--f36);
	color: #222222;
	margin-top: .8rem;
}
.n-zhead p{
	/* font-size: var(--f18); */
	font-size: var(--f15);
	color: #6c6f73;
	line-height: 1.8;
}

/* 页面标题 */
.page-head{
	position: relative;
	padding-left: 2rem;
	
}
.page-head::before{
	content: '';
	display: block;
	height: 100%;
	width: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--themeColor);
}
.page-head small{
	color: var(--themeActColor);
	font-size: var(--f24);
	text-transform: uppercase;
	display: block;
	line-height: 1;
	margin-bottom: .6rem;
}
.page-head h3,
.page-head h2{
	color: #313131;
	font-size: var(--f45);
	font-weight: normal;
	line-height: 1;
}


/* 通用标题结束 */





/* 分页开始 */
.page .box,.pagination-block .pagination {
	display: flex;
	/* margin-top: 0.3rem; */
	flex-wrap: wrap;
    justify-content: center;
}

.page a,.pagination-block a,.pagination-block span{
	--pageWidth: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.05s;
	font-size: var(--f14);
	color: #3a3a3a;
	margin-right: 0.625rem;
	border: 1px solid #e0e0e0;
	flex-shrink: 0;
	min-width: var(--pageWidth);
	height: var(--pageWidth);
	/* background-color: #fff; */
	border-radius: .2rem;
	padding: 0 .8rem;
    line-height:1;
    margin-bottom: 1rem;
}

.page a:hover,.page a.on,.pagination-block li.active span,.pagination-block li:hover span,.pagination-block li:hover a {
	color: #fff;
	border: 1px solid var(--themeActColor);
	background-color: var(--themeActColor);
	border-radius: .2rem;
}
.pagination-block .active a{
    color: #fff;
	border: 1px solid var(--themeActColor);
	background-color: var(--themeActColor);
	border-radius: .2rem;
}

.page a span {
	padding: 0 1rem;
	white-space: nowrap;
}

.page .centers {
	justify-content: center;
}

/* 分页结束 */





/* 走马灯效果 */
.gd-list {
	margin-top: 0.28rem;
	position: relative;
}

.gd-list::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20%;
	background: linear-gradient(90deg, var(--themeColor) 0%, rgba(255, 255, 255, 0.00) 100%);
	z-index: 9;
}

.gd-list::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20%;
	background: linear-gradient(270deg, var(--themeColor) 0%, rgba(255, 255, 255, 0.00) 100%);
	z-index: 1;
}

.marquee .swiper-wrapper,
.marquee-revert .swiper-wrapper {
	transition-timing-function: linear !important;
}

.marquee img,
.marquee-revert img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 走马灯效果结束 */


/* tab导航区 */
.wzkind-slide-nav {
	display: flex;
	align-items: center;
	gap: 0.4625rem;
	justify-content: center;
	margin: 0.25rem 0 0.15rem;
}

.wzkind-slide-nav a {
	color: #7d7d7d;
	font-size: var(--f18);
	line-height: 1.5;
	transition: all .5s;
	position: relative;
}

.wzkind-slide-nav a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0.03rem;
	background: #c7000a;
	border-radius: 3px;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -.075rem;
}

.wzkind-slide-nav li.on a,
.wzkind-slide-nav li a:hover {
	color: #c7000a;
}

.wzkind-slide-nav a:hover::before,
.wzkind-slide-nav li.on a::before {
	width: 110%;
}

/* tab导航区结束 */




/* 新闻模块开始 */
.dt-card .thumb{
	width: 100%;
	height: auto;
	aspect-ratio: 458/275;
	overflow: hidden;
	border-radius: .5rem;
}
.dt-card .text{
	margin-top: .8rem;
	color: #313131;
	padding: 0 .5rem;
}
.dt-card h5{
	/* font-size: var(--f20); */
	font-size: var(--f18);
	
}
.dt-card p{
	font-size: var(--f15);
	opacity: .6;
	margin-top: 1rem;
	line-height: 2;
}
.dt-card .date{
	opacity: .8;
	font-size: var(--f15);
	margin-top: 1rem;
}
.dt-card .date i{
	font-size: var(--f20);
}

/* 新闻模块结束 */





/* 鼠标动画效果 */
.shubiao {
	color: #fff;
}

.shubiao i {
	animation: shubiao 1s linear infinite;
	display: block;
	text-align: center;
}

@keyframes shubiao {
	0% {
		transform: translateY(-0.6rem);
	}

	50% {
		transform: translateY(-0.4rem);
	}

	100% {
		transform: translateY(0);
		opacity: 0;
	}
}

/* 鼠标动画效果结束 */


/* 搜索框开始 */
.search {
	background: #3d3e3f;
	width: 20rem;
	padding: .6rem 1rem .6rem 2rem;
	overflow: hidden;
	border-radius: 1rem 0 1rem 0;
	display: flex;
}

.search input {
	/* height: 100%; */
	width: 100%;
	background: transparent;
	font-size: var(--f16);
	color: #fff;
}

.search i {
	font-size: var(--f20);
	color: #b8b8b8;
}

/* 搜索框结束 */



/* 视频统一弹窗开始 */
.vwrap {
	display: none;
	z-index: 1040000;
	width: 100%;
	position: fixed;
	transition: none !important;
}

.vwrap .videobtg {
	z-index: 900;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}

.vwrap .videobox {
	z-index: 1200;
	width: 60vw;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -30vw;
	object-fit: cover;
	transform: translateY(-50%)
}

.vwrap .videobox #videobox {
	width: 100%;
	display: inline-block;
	background: #000;
}

.vwrap .videobox #videobox .img-hezi {
	padding-bottom: 60% !important
}

.vwrap .videobox #videobox video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#videobox_wrapper {
	height: 100% !important;
}

.vwrap .close {
	z-index: 999;
	width: 31px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -42px;
	text-align: center;
}

.vwrap .close i {
	display: block;
	width: 31px;
	height: 31px;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.vwrap .close i svg {
	transition: .6s
}

.vwrap .close:hover i svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* 视频统一弹窗开始结束 */



/* 底部开始 */
footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	color: #fff;
}
footer .one{
	padding: 5rem 0 2rem;
	/*border-bottom: 1px solid rgba(255, 255, 255, .2);*/
}
footer .one > .flex{
	gap: 10rem;
}
footer .one img{
	filter: var(--imgWhite);
	width: 10rem;
	height: auto;
	margin-bottom: 1rem;
}
footer .one .lt{
	font-size: var(--f15);
}
footer .one .lt p{
	line-height: 1.6;
	margin-top: 2rem;
	display: none;
}
footer .one .lt .info{
    
}






footer dt{
	font-size: var(--f18);
	font-weight: bold;
	margin-bottom: 1rem;
}
footer dd{
	margin-top: .4rem;
	font-size: var(--f15);
	opacity: .6;
}
footer dd a:hover{
    color: #ffffff;
}
footer .two{
	padding: 1.6rem 0;
}
footer .two dt{
	margin-bottom: .8rem;
}
footer .two .rt{
	gap: 1.6rem;
}
footer .two .rt .li{
	width: 2.4rem;
	height: auto;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .two .rt .li i,footer .two .rt .li img{
	color: var(--themeActColor);
	font-size: var(--f24);
    width:var(--f26);
    aspect-ratio: 1/1;
    object-fit: contain;
	display: block;
}
footer .three{
	width: 100%;
	text-align: center;
	line-height: 4;
	font-size: var(--f14);
	background: rgba(20, 91, 149, .6);
	color: rgba(255, 255, 255, .4);
}


/* 底部结束 */



/*鼠标跟随效果CSS*/
#c-followDot-p {
	--dotSize: 0.8rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	pointer-events: none;
}

#c-followDot {
	width: var(--dotSize);
	height: var(--dotSize);
	margin-left: calc(var(--dotSize) / 2 * -1);
	margin-top: calc(var(--dotSize) / 2 * -1);
	position: absolute;
	border-radius: 50%;
	background-color: var(--themeColor);
	transition: all 0.6s;
	overflow: hidden;
}

#c-followDot-p .c-default {
	--dotDefSize: 2.8rem;
	position: absolute;
	top: calc((var(--dotDefSize) / 2) * -1);
	left: calc((var(--dotDefSize) / 2) * -1);
	width: var(--dotDefSize);
	height: var(--dotDefSize);
	border: 1px solid #9c9c9c;
	border-radius: 50%;
	opacity: .2;
	box-sizing: border-box;
	z-index: 50000;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

#c-followDot-p .c-hover {
	--dotHoverSize: 5rem;
	position: absolute;
	top: calc((var(--dotHoverSize) / 2) * -1);
	left: calc((var(--dotHoverSize) / 2) * -1);
	width: var(--dotHoverSize);
	height: var(--dotHoverSize);
	background-color: #bbb;
	border-radius: 50%;
	opacity: .12;
	z-index: 49000;
	box-sizing: border-box;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

#c-followDot-p #c-followDot .c-text {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}

#c-followDot-p #c-followDot .c-text::before {
	font-size: 0;
	line-height: 1;
	transition: all 0.6s;
	content: '';
	color: #fff;
	visibility: hidden;
	opacity: 0;
}

/* 鼠标文字选中 */
#c-followDot-p.-pointer .c-default {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}

#c-followDot-p.-pointer .c-hover {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

/* 鼠标超出隐藏 */
#c-followDot-p.-hidden>* {
	transform: scale(0);
}

/* 鼠标文字背景混色 */
#c-followDot-p.-exclusion .c-hover,
#c-followDot-p.-exclusion .c-default {
	transform: scale(0);
}

#c-followDot-p.-exclusion #c-followDot {
	transform: scale(3.3);
	background: #fff;
}

@supports (mix-blend-mode:exclusion) {
	#c-followDot-p.-exclusion {
		mix-blend-mode: exclusion;
	}
}

/* 鼠标鉴赏 */
#c-followDot-p.-jianshang #c-followDot .c-text::before {
	content: '鉴赏';
	font-size: var(--f16);
	opacity: 1;
	visibility: visible;
}

#c-followDot-p.-jianshang #c-followDot {
	--dotSize: 2.8rem;
}

/*鼠标跟随效果结束*/




/* 左右布局分类列表/内容 */
/* 左侧工具栏 */
.cont-lr-row .lt {
	width: 18rem;
	--pLt: 1.4rem;
	--pRt: 1rem;
	--pTp: 1rem;

	--pLt2: 2rem;
	--pRt2: 1.6rem;
	--pTp2: .8rem;



	--pLt3: 3rem;
	--pRt3: 2.2rem;
	--pTp3: .6rem;
	/* background-color: #fff; */
	position: sticky;
	top: 9rem;
}

.cont-lr-row .lt .ltcd{
    border-radius: 1rem;
    overflow:hidden;
}

.cont-lr-row .lt h5 {
	color: #fff;
	background: var(--themeActColor);
	font-size: var(--f18);
	padding: var(--pTp) var(--pLt);
}

.cont-lr-row .lt .fir-con{
    position: relative;
}

.cont-lr-row .lt .fir-con::after{
    position: absolute;
    bottom:0;
    right: calc(var(--pRt) - .1rem);
    left: calc(var(--pLt) - .1rem);
    content: '';
    border-bottom: 1px solid #E3E3E3;
}
.cont-lr-row .lt .ltcd-son.on .fir-con::after,.cont-lr-row .lt .ltcd-son:last-child .fir-con::after{
    display:none;
}

.cont-lr-row .lt .fir-con a{
    display:block;
    background: #fff;
	font-size: var(--f21);
    line-height: 1.5;
	padding: var(--pTp) var(--pLt);
}

.cont-lr-row .lt .fir-con i{
    position: absolute;
	right: var(--pRt);
    font-size: var(--f20);
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
    cursor: pointer;
}

.cont-lr-row .lt .fir-con i:hover{
    color: var(--themeActColor);
}

.cont-lr-row .lt .ltcd-son.on .fir-con i{
	transform: translateY(-50%) rotate(90deg);
    color: #fff;
}

.cont-lr-row .lt .ltcd-son.on .fir-con a{
    background: var(--themeColor);
    color: #fff;
}

.cont-lr-row .lt .ltcd-son .sec-list{
	display: none;
}
.cont-lr-row .lt .ltcd-son.on .sec-list{
	display: block;
}

.cont-lr-row .lt li {
	font-size: var(--f16);
	color: #313131;
	background-color: #fff;
}

.cont-lr-row .lt li .con {
	position: relative;
}

.cont-lr-row .lt li .con a {
	width: 100%;
	height: 100%;
	padding: var(--pTp2) var(--pRt2) var(--pTp2) var(--pLt2);
	display: block;
	font-size: var(--f16);
}

.cont-lr-row .lt li .con button {
	display: block;
	background-color: var(--themeActColor);
	width: 1rem;
	height: auto;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	right: var(--pRt2);
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1/1;
	font-size: var(--f18);
	overflow: hidden;
	transition: background .3s;
	/* text-align: center; */
}

.cont-lr-row .lt li .con button::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/arrow_down.svg) no-repeat center/60%;
}
.cont-lr-row .lt li.on .con button::before{
	background: url(../image/arrow_down_on.svg) no-repeat center/60%;
}

.cont-lr-row .lt li.on .con button,
.cont-lr-row .lt li .con button:hover {
	background: var(--themeColor2);
}

.cont-lr-row .lt li .con a:hover {
	color: var(--themeColor2);
}

.cont-lr-row .lt li .list a{
	padding: var(--pTp3) var(--pRt3) var(--pTp3) var(--pLt3);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: var(--f14);
}
.cont-lr-row .lt li .list a:first-child{
	padding-top: 0;
}
.cont-lr-row .lt li .list{
	display: none;
}
.cont-lr-row .lt li.on .list{
	display: block;
}
.cont-lr-row .lt li .list a::before{
	content: '';
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: calc(var(--pLt3) - .6rem);
	height: var(--f16);
	background-color: var(--themeColor2);
	width: 2px;
}
.cont-lr-row .lt li .list a::after{
	content: '';
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 0;
	height: 1px;
	border-bottom: 1px dashed #ededed;
    left: calc(var(--pLt3) - 1rem);
    right: calc(var(--pLt3) - 1rem);
}
.cont-lr-row .lt li .list a.on::before,
.cont-lr-row .lt li .list a:hover::before,
.cont-lr-row .lt li .list a.on::after,
.cont-lr-row .lt li .list a:hover::after
{
	opacity: 1;
	visibility: visible;
}
.cont-lr-row .lt li .list a.on,
.cont-lr-row .lt li .list a:hover{
	color: var(--themeColor2);
}
.cont-lr-row .lt li .list a i{
	font-size: var(--f18);
	opacity: 0;
	visibility: hidden;
	color: var(--themeColor2);
}
.cont-lr-row .lt li .list a.on i,
.cont-lr-row .lt li .list a:hover i{
	visibility: visible;
	opacity: 1;
}
.cont-lr-row .lt li .list a i{
	transition: opacity .3s,visibility .3s;
}

/* 内容部分 */
.cont-lr-row .rt{
	flex: 1;
	margin-left: 4rem;
}