::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	/**/
}

::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 2px;
	background-color: #f7f7f7;
	border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
}

::-webkit-scrollbar-thumb {
	background: #CCCCCC;
	border-radius: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

::-webkit-scrollbar-corner {
	/* background: #179a16; */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

html,
body {
	/* 	max-width: 1920px;
	    width: 100%;
	    margin: 0 auto; */
	height: 100%;
	/* overflow: hidden;
	overflow-y: scroll; */
	scroll-behavior: smooth;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.bar {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

.quanzhe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

@font-face {
	font-family: zi;
	src: url('../ziti/MiSans-Medium.ttf');
}

@font-face {
	font-family: zi2;
	src: url('../ziti/MiSans-Regular.ttf');
}

@font-face {
	font-family: zi3;
	src: url('../ziti/DINCOROS-Regular-2.ttf');
}

@font-face {
	font-family: zi4;
	src: url('../ziti/DINCOROS-Black-2.ttf');
}

h1,
h2,
h3,
h4,
h5,
p,
span,
text,
input,
strong {
	font-family: zi2;
}

/* 手机导航 */
.left {
	width: 60%;
	height: 100%;
	background: rgb(0 0 0 / 80%);
	position: fixed;
	z-index: 9999;
	display: none;
	right: 0;
	overflow: auto !important;
	padding: 0 2%;
	top: 0;
}

.nr {
	padding-top: 30px;
	border-bottom: 1px #ccc6c6 solid;
	padding-bottom: 15px;
}

.nr1 a {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.nr2 {
	padding-top: 15px;
}

.nr2 ul {
	display: flex;
	flex-wrap: wrap;
}

.nr2 ul li a {
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	padding-right: 20px;
}

.slog {
	    text-align: center;
    padding-top: 30px;
    width: 150px;
    height: 44px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.vb {
	position: absolute;
	top: 22px;
	right: 24px;
	cursor: pointer;
}

.dbs {
	border-bottom: solid 3px #DA2031;
}

#toggle {
	display: none;
}

.slog img {
	    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
}

.vb img {
	width: 30px;
}

/* pc头部 */
.pc_head {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;

	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 99;
	transition: all 0.5s;
}

.white_framework {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pc_head .bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc_head_logo {
	display: flex;
	align-items: center;
}

.pc_head_logo_img {
	width: 174px;
	    width: 174px;
    height: 50px;
    position: relative;
    overflow: hidden;
}
.pc_head_logo_img a{
        width: 100%;
    height: 100%;
    display: block;
}
.pc_head_logo_img img {
	width: 108%;
    position: absolute;
    left: 0;
    top: -36px;
}

.pc_head_logo .heng {
	margin: 0 23px;

	width: 2px;
	height: 30px;
	display: block;
	background-color: #777777;
}

.pc_head_logo_biaoyu p {
	color: #464646;
	font-size: 22px;
	font-family: zi2;
}

/* 定义动画关键帧 */
@keyframes fadeInChars {
	0% {
		opacity: 0;
		transform: translateX(-10px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.pc_head_logo_biaoyu p {
	display: inline-block;
}

.pc_head_logo_biaoyu p span {
	display: inline-block;
	animation: fadeInChars 2s ease-in-out forwards;
	animation-delay: calc(var(--index) * 0.1s);
	/* 这里的 --index 是一个自定义属性，用于设置每个字符的延迟时间 */
}

.pc_head_logo_biaoyu p span:nth-child(1) {
	--index: 0;
}

.pc_head_logo_biaoyu p span:nth-child(2) {
	--index: 1;
}

.pc_head_logo_biaoyu p span:nth-child(3) {
	--index: 2;
}

.pc_head_logo_biaoyu p span:nth-child(4) {
	--index: 3;
}

.pc_head_logo_biaoyu p span:nth-child(5) {
	--index: 4;
}

.pc_head_logo_biaoyu p span:nth-child(6) {
	--index: 5;
}

.pc_head_logo_biaoyu p span:nth-child(7) {
	--index: 6;
}

.pc_head_logo_biaoyu p span:nth-child(8) {
	--index: 7;
}

.pc_head_logo_biaoyu p span:nth-child(9) {
	--index: 8;
}

.pc_head_logo_biaoyu p span:nth-child(10) {
	--index: 9;
}

.pc_head_logo_biaoyu p span:nth-child(11) {
	--index: 10;
}

.pc_head_logo_biaoyu p span:nth-child(12) {
	--index: 11;
}

.pc_head_logo_biaoyu p span:nth-child(13) {
	--index: 12;
}

.pc_head_logo_biaoyu p span:nth-child(14) {
	--index: 13;
}

.pc_head_list ul {
	display: flex;
	align-items: center;
}

.pc_head_list ul li {
	margin-left: 60px;
}

.pc_head_list ul li a {
	font-size: 22px;
	color: #464646;
	transition: all 0.2s;
	font-family: zi2;
}

.pc_head_list ul li a img {
	width: 44px;
}

.pc_head_list ul li a:hover {
	color: #e60012;
}

/* 底部栏 */
.bottom {
	background-color: #fff;
	padding-top: 153px;

}

.bottom_list {
	display: flex;
	justify-content: space-between;
}

.bottom_logo {
	width: 167px;
	height: 48px;
	position: relative;
	overflow: hidden;
}

.bottom_logo img {
    width: 120%;
    position: absolute;
    left: -17px;
    top: -35px;
}

.bottom_lanmu {
	display: flex;
}

.bottom_lanmu_list {
	margin-right: 100px;
}

.bottom_lanmu_list:nth-last-child(1) {
	margin-right: 0;
}

.bottom_lanmu_list h2 {
	font-size: 33px;
	padding-bottom: 50px;
}

.bottom_lanmu_list ul li a {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	color: #333;
}

.bottom_lanmu_list ul li a:hover {
	color: #e60012;
}

.saoma {
	width: 420px;
}

.saoma_tu {
	width: 286px;
	height: 286px;
	background: #fff;
	margin: 0 auto;
	/*水平阴影位置 垂直阴影位置 模糊距离 阴影尺寸 阴影颜色 内外阴影（inset为内阴影，不写为外阴影）*/
	box-shadow: 0 0 91px 34px #11378c17;
}

.saoma_tu img {
	width: 100%;
	height: 100%;
}

.saoma p {
	font-size: 25px;
	text-align: center;
	margin-top: 35px;
}

.bottom2 {
	background-color: #fff;
	padding-bottom: 100px;
	/* overflow: hidden; */
	padding-top: 110px;
}

.bottom2_list {
	display: flex;
	justify-content: space-between;
}

.bottom2_dianhua h2 {
	font-size: 66px;
	font-family: zi4;
	/* padding-bottom: 19px; */
}

.bottom2_dianhua p {
	font-size: 33px;
	color: #7f7f7f;

}

.bottom2_pingtai {
	display: flex;
	padding-left: 75px;
	height: 93px;
	border-left: 2px solid #333;
}

.bottom2_xin a {
	display: block;
}

.bottom2_xin {
	position: relative;
	margin-right: 26px;
}

.bottom2_xin a img {
	width: 93px;
}

.bottom2_fu {
	position: absolute;
	top: -286px;
	left: -42px;
	background-color: #fff;
	width: 200px;
	height: 200px;
	/* display: none; */
	opacity: 0;
	transition: all 0.5s;
}

.bottom2_fu img {
	width: 100%;
	height: 100%;

}

.bottom2_xin:hover .bottom2_fu {
	/* display: block; */

	opacity: 1;
	top: -216px;
}





@media screen and (max-width:1680px) {
	.bar {
		padding: 0 5%;
	}
}

@media screen and (max-width:1500px) {
	.pc_head_list ul li {
		margin-left: 30px;
	}

	.bottom_lanmu_list {
		margin-right: 50px;
	}

	.saoma_tu {
		width: 200px;
		height: 200px;
	}

	.bottom_lanmu_list h2 {
		font-size: 25px;
		padding-bottom: 50px;
	}

	.bottom_lanmu_list ul li a {
		font-size: 18px;
	}

	.saoma {
		width: 300px;
	}

	.bottom2_dianhua h2 {
		font-size: 50px;
	}

	.bottom2_dianhua p {
		font-size: 25px;
	}

	.bottom2_xin a img {
		width: 69px;
	}
}

@media screen and (max-width:1200px) {
	.pc_head_list ul li {
		margin-left: 30px;
	}

	.pc_head_list ul li a {
		font-size: 18px;
	}

	.pc_head_logo_biaoyu p {
		font-size: 18px;
	}

	.pc_head_logo_img {
	        width:120px;
        height: 34.48px;
	}
.pc_head_logo_img img {
 
    top: -24px;
}
	.pc_head_list ul li a img {
		width: 30px;
	}
}

@media screen and (max-width:1024px) {
	#toggle {
		display: block;
		width: 30px;
		height: 30px;
		top: 12px;
	}

	.left {
		width: 100%;
		background: #fff;
	}

	.pc_head_list {
		display: none;
	}

	.pc_head_logo .heng {
		display: none;
	}

	.pc_head_logo_biaoyu {
		display: none;
	}

	.pc_head_logo {
		width: 100%;
		justify-content: center;
	}

	.pc_head {
		background: #fff;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		box-shadow: -1px 1px 1px #ddd;
	}

	.bottom_logo {
		display: none;
	}

	.bottom_list {
		flex-wrap: wrap;
	}

	.bottom_lanmu {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}

	.bottom_lanmu_list {
		margin-right: 0px;
	}

	.bottom_lanmu_list {
		width: 50%;
		margin-bottom: 30px;
		text-align: center;
	}

	.bottom {
		padding-top: 30px;
	}

	.bottom_lanmu_list h2 {
		font-size: 20px;
		padding-bottom: 15px;
	}

	.bottom_lanmu_list ul li a {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.saoma_tu {
		width: 140px;
		height: 140px;
		margin: inherit;
	}

	.saoma {
		width: 100%;
	}

	.saoma p {
		font-size: 18px;
		text-align: inherit;
		margin-top: 18px;
	}

	.bottom2_list {
		flex-wrap: wrap;
	}

	.bottom2_pingtai {
		display: flex;
		padding-left: 0;
		height: 93px;
		border-left: 0px solid #333;
		width: 100%;
		margin-top: 20px;
	}

}

@media screen and (max-width:768px) {
	.bottom2_dianhua {
		width: 100%;
		margin-bottom: 20px;
	}

	.bottom2_dianhua h2 {
		font-size: 45px;
	}

	.bottom2_fu {
		left: 0;
		top: -150px;
		width: 100px;
		height: 100px;

	}

	.bottom2_xin:hover .bottom2_fu {
		top: -127px;
	}

	.bottom2 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}