@font-face {
	font-family: 'harmony';
	font-style: normal;
	font-display: swap;
	src: url('../font/Harmony.woff2') format('woff2');
}

@font-face {
	font-family: 'newfont';
	font-style: normal;
	font-display: swap;
	src: url('../font/font.woff') format('woff');
}

@font-face {
	font-family: 'elment';
	src: url('../font/element-icons.ttf') format("woff2"),
		url('../font/element-icons.woff') format("woff");
}

a {
	text-decoration: none;
}
*{
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", 'harmony', "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

body {
	--color: #cc2535;
	background-color: #f3f5f7;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

i {
	font-family: 'elment';
	font-style: normal;
	padding-right: 5px;
}

.menu {
	position: fixed;
	float: left;
	width: 220px;
	height: 100vh;
	.background: linear-gradient(270deg, #fafafa, #fff);
	background-color: #2e2e48;
}

.menu-logo {
	width: 60%;
	margin: 0 auto;
	padding: 20px 0;
}

.menu-logo img {
	display: block;
	width: 100%;
}

.nav {
	padding: 0 40px;
}

.nav dl dt {
	font-size: 13px;
	color: #999;
	padding-bottom: 10px;
	padding-top: 40px;
}

.nav dl dd {
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}

.nav dl dd a {
	color: rgba(255, 255, 255, .8);
}

.nav dl dd a:hover {
	color: var(--color);
}

.nav .active{
	color: var(--color);
}

.wrap {
	float: right;
	width: calc(100% - 220px);
	height: 100vh;
}

.search {
	width: 100%;
	background-color: #fff;
}

.search-box {
	width: 800px;
	margin: auto;
	padding: 100px 0;
}

.search-type {
	display: flex;
	justify-content: center;
	margin-right: 150px;
	font-size: 14px;
}

.search-type-name {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	margin: 0 2px;
	color: #999;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}

.search-type .active,
.search-type-name:hover {
	background-color: #f3f5f7;
	color: #121212;
}

.search-ipt {
	display: flex;
	width: 100%;
	height: 46px;
	background-color: #f3f5f7;
	border-radius: 5px;
	overflow: hidden;
}

.search-ipts {
	flex: 1;
}

.search-ipts input {
	line-height: 46px;
	border: 0;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	background-color: #f3f5f7;
}

.search-btns {
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: var(--color);
	color: #fff;
	cursor: pointer;
}

.color-item ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
	padding: 0;
}

.color-item ul li {
	width: 19%;
	margin: .5%;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.color-item ul li h4 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
}

.color-item ul li p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.color-wrap {
	padding: 10px 0;
}

.color-item ul {
	display: flex;
	flex-wrap: wrap;
}

.color-item ul li {
	width: 19%;
	margin: .5%;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.color-item ul li h4 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
}

.color-item ul li p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.peis-item ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
}

.peis-item ul li {
	width: 19%;
	margin: .5%;
	border-radius: 10px;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.peis-item ul li .peis-list:nth-child(1) i {
	border-radius: 10px 0 0 10px;
}

.peis-item ul li .peis-list:nth-child(4) i {
	border-radius: 0 10px 10px 0;
}

.peis-list {
	width: 25%;
}

.peis-list i {
	position: relative;
	top: 0;
	display: block;
	height: 110px;
	background-color: #fff;
	transition: all .3s;
}

.peis-list i:hover {
	top: -4px;
}

.peis-list b {
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
	font-weight: normal;
}

.peis-jb {
	width: 100%;
	height: 110px;
	border-radius: 10px;
}

.peis-jbtxt {
	font-size: 13px;
	color: #333;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;

}

.peis-jbtxt b {
	font-weight: normal;
	padding: 0 10px;
}

.peis-four li {
	display: flex;
}

.nav-item {
	padding: 10px;
}

.nav-item ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.nav-item ul li {
	position: relative;
	display: flex;
	width: 19%;
	margin: .5%;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}

.nav-item ul li:hover {
	box-shadow: rgb(55 99 170 / 20%) 8px 8px 20px 0px, #fff -8px -8px 20px 0px;
}

.nav-item ul li a {
	display: inline-flex;
}

.nav-item-icon {
	width: 28px;
	height: 28px;
	background-color: #f3f5f7;
	border-radius: 50%;
	overflow: hidden;
}

.nav-item-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav-item-info {
	flex: 1;
	margin-left: 15px;
}

.nav-item-info h4 {
	margin: 0;
	color: #2e2e48;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Segoe UI';
	font-weight: normal;
}

.nav-item-info p {
	margin: 0;
	font-size: 12px;
	color: #777;
	line-height: 18px;
}

.cand {
	max-width: 1000px;
	background-color: #fff;
	padding: 20px 60px;
	margin: auto;
	font-size: 14px;
	color: #333;
}

.stable table {
	width: 100%;
	font-size: 15px;
	color: #555;
	border-collapse: collapse;
}

.stable table tr {
	line-height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	transition: all .3s;
}

.stable table th {
	text-align: left;
	font-weight: normal;
}

.stable table th span {
	color: #bbb;
	padding-left: 5px;
}

.stable table tr:nth-child(2n) {
	background-color: #f8f8f8;
}

.stable table td,
.stable table th {
	padding: 0 20px;
}

.stable table tr:hover {
	position: relative;
	box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

.dpic {
	padding: 20px 20px 20px 10px;
}

.dpic-h3 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 10px;
}

.dpic-box {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	margin-top: 10px;
}

.dpic-box-name {
	background-color: #f1f7f7;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.dpic-list {
	display: flex;
	line-height: 40px;
	font-size: 14px;
}

.dpic-list-td {
	display: flex;
	width: 25%;
}

.dpic-list-n {
	width: 50%;
	text-align: right;
	padding-right: 10px;
	color: #333;
}

.dpic-list-w {
	width: 50%;
	padding-left: 10px;
	color: #f30;
}

.wrap-title {
	margin: 20px 20px 0 40px;
}

.css3 {
	padding: 0 20px;
}

.css3 table {
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.css3 table tr:nth-child(2n) {
	background-color: #eff2f9;
}

.css3 table td {
	padding: 15px 30px;
	border-radius: 8px;
}

/* 滚动条整体 */
::-webkit-scrollbar {
	width: 8px;
	/* 垂直滚动条宽度 */
	height: 8px;
	/* 水平滚动条高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background-color: #ccc;
	.border-radius: 10px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

/* 滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}

/* 滑块激活状态（拖动时） */
::-webkit-scrollbar-thumb:active {
	background-color: #666;
}
.down{
	
}
.down ul{
	padding: 15px;
	margin: 0;
}
.down li{
	width: 100%;
	height: 120px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 10px;
}

.myui ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 10px;
}
.myui ul li{
	width: 300px;
	height: 750px;
	background-color: #fff;
	margin: 10px;
	overflow: hidden;
}
.myui ul li img{
	display: block;
	width: 300px;
}