a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
}

.navigation {
	width: 100%;
	height: 70px;
	background-color: #fff;
	position: relative;
	z-index: 100;
	top: 0;
}

.nav-pc {
	max-width: 1200px;
	width: 1200px;
	height: 64px;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.nav-logo-1 {
	width: 210px;
	height: 62px;
	/* line-height: 64px; */
	float: left;
}

.nav-logo-1 img {
	width: 100%;
	height: 100%;
}

.nav-ul-1 {
	height: 62px;
	margin-left: 120px;
	float: left;
}

.nav-ul-1 ul {
	height: 100%;
	/* padding-left: 300px; */
}

.nav-ul-1 ul li {
	min-width: 94px;
	padding: 0 15px;
	height: 62px;
	line-height: 62px;
	float: left;
	position: relative;
	text-align: center;
}

/* .nav-ul-1 ul li span:hover{
	background: #fff;
	color: #7d0a8e;
	border-radius: 10px;
} */
.nav-ul-1 ul li .nav-ul-span:hover {
	border-bottom: 2px solid #fff;
}

.nav-ul-1 ul li .nav-ul-span {
	/* min-width: 110px; */
	font-size: 16px;
	color: rgba(0, 0, 0, 0.55);
	padding: 0 5px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.nav-ul-1 .nav-li-secondary {
	width: 154px;
	height: auto;
	line-height: 24px;
	position: absolute;
	top: 57px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 12;
	/* background: #7d0a8e5c; */
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	padding: 20px 0px 10px 0px;
	display: none;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.nav-ul-1 .nav-li-secondary p {
	margin: 0;
	text-align: center;
	line-height: 30px;
	color: #212529;
	cursor: pointer;
}

.nav-ul-1 .nav-li-secondary p:hover {
	background: #fff;
	color: #06f;
}

.nav-ul-2 {
	height: 62px;
	line-height: 62px;
	float: right;
	position: relative;
}

.nav-ul-21 {
	height: 40px;
	line-height: 40px;
	/* padding-left: 20px; */
	/* border-left: 1px solid #85889154; */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.nav-ul-21 i {
	background: url(../img/icon/sou2.png) no-repeat center;
	background-size: 24px 24px;
	display: inline-block;
	width: 54px;
	height: 24px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 30px;
	border-left: 1px solid #85889154;
	cursor: pointer;
}

.nav-ul-21 i:hover {
	background: url(../img/icon/sou.png) no-repeat center;
	background-size: 24px 24px;
}

.nav-ul-21 a {
	width: 100px;
	height: 40px;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-left: 25px;
	border-radius: 10px;
	background: linear-gradient(90deg, #5e0989, #76098f);
}

/* 手机端 */
.nav-app {
	width: 95%;
	height: 50px;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}

.nav-logo-2 {
	width: 144.6px;
	height: 44px;
	line-height: 44px;
	float: left;
}

.nav-logo-2 img {
	width: 100%;
	height: 100%;
}

.nav-begin {
	width: 32px;
	height: 32px;
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 20;
}

.nav-begin img {
	width: 100%;
	height: 100%;
}

#nav-begin-1 {
	display: block;
}

#nav-begin-2 {
	display: none;
}

.nav-app-ul {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	display: none;
}

.nav-app-ul ul {
	width: 95%;
	margin: 0 auto;
	padding-top: 30px;
}

.nav-app-ul ul li {
	width: 100%;
	height: auto;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.nav-app-ul ul li a {
	/* color: #333; */
}

.nav-app-ul ul li .nav-ul-span {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
}

.nav-app-ul ul .li-down {
	background: url(../img/icon/down.png) no-repeat right;
	background-size: 24px 24px;
}

.nav-app-ul ul li .nav-li-secondary {
	display: none;
}

.nav-app-ul ul li .nav-li-secondary a p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999999;
	padding-left: 10px;
}

/* ******************************************************************************************************************************* */
/* 底部 */
.foot {
	width: 100%;
	height: 365px;
	/*background: rgb(244, 245, 250);*/
	background: #5e0989;
}

.foot-all {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.foot-all .nav {
	width: 1200px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 50px 0 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.foot-all .nav li>a {
	font-size: 16px;
	font-weight: 700;
	/* padding: 0; */
	/*color: #041234;*/
	color: #ffffff;
	text-align: center;
}

.foot-all .nav li>a:hover {
	font-size: 16px;
	font-weight: 700;
	/* padding: 0; */
	color: #041234;
	text-align: center;
}

.foot-all .nav li nav {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: webfont-normal;
}

.foot-all .nav li nav>* {
	margin: 0 0 15px;
	font-size: 15px;
	/*color: #444343;*/
	color: #d6d6d6;
	text-align: center;
}

/* .foot-all .nav li nav img {
	width: 120px;
} */
.foot-div {
	display: grid;
	grid-template-columns: repeat(4, 32px);
	grid-template-rows: 32px;
	grid-column-gap: 20px;
	margin-bottom: 10px;
}

.foot-div-one {
	width: 100%;
	height: 100%;
	position: relative;
}

.foot-div-img {
	width: 100%;
	height: 100%;
}

.foot-div-two {
	display: none;
	position: absolute;
	top: 40px;
	left: -40px;
	width: 120px;
	background: #fff;
	border: 0.5px solid #c9d2e0;
	border-radius: 30px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.foot-div-two p {
	padding: 10px;
	margin: 0;
}

.foot-div-two img {
	width: 120px;
	height: 120px;
}

.foot-div-one:hover .foot-div-two {
	display: block;
}

.foot-div-a {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	color: #041234;
}

.foot-p3 {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	border-top: 1px solid #99999938;
	color: #fff;
}

.foot-p3 span a {
	/*color: #333;*/
	color: #ffffff;
}

/* ********************************************************************************************************************************* */
/* 首页响应式调整 */
@media (max-width: 767px) {
	.navigation {
		height: 50px;
	}

	.nav-pc {
		display: none;
	}

	.nav-app {
		display: block;
	}

	.foot-all .nav {
		width: 100%;
	}

	.nav>.foot-li {
		display: none;
	}

	.foot-p3 {
		display: none;
	}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
	.navigation {
		height: 50px;
	}

	.nav-pc {
		display: none;
	}

	.nav-app {
		display: block;
	}

	.foot-all .nav {
		width: 100%;
	}

	.foot-p3 {
		display: block;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
	.navigation {
		height: 70px;
	}

	.nav-pc {
		max-width: 992px;
		width: 992px;
		display: block;
	}

	.nav-ul-2 {
		display: none;
	}

	.nav-app {
		display: none;
	}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.navigation {
		height: 70px;
	}

	.nav-pc {
		max-width: 1200px;
		width: 1200px;
		display: block;
	}

	.nav-ul-2 {
		display: block;
	}

	.nav-app {
		display: none;
	}
}