ul,
ol {
	list-style: none;
}
a {color:#666; text-decoration:none; }
.shareWayBillA .header {
	box-shadow: 0 1px 11px 0 #e2e2e2;
}

.shareWayBillA .content {
	width: 750px;
	margin: 20px auto;
	box-shadow: 0 0 20px 0px #e2e2e2;
}

.shareWayBillA .content-partOne {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 100%;
}

.shareWayBillA .content-partTwo {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	flex-direction: column;
	padding-bottom: 40px;
}

.shareWayBillA .main-title {
	font-size: 50px;
	color: #f7941f;
	display: flex;
	justify-content: center;
	font-weight: 700;
	padding: 30px;
	line-height: 50px;
}

.shareWayBillA .main-title02 {
	border-width: 2px 0 0;
	border-color: #f7941f;
	border-style: dashed;
	width: 100%;
	text-align: center;
}

.shareWayBillA .main-title02>legend {
	font-size: 30px;
	font-weight: 700;
	padding: 0 5px;
	color: #000;
	line-height: 35px;
}

.shareWayBillA .content-partThree {
	display: flex;
	color: #d80606;
	font-size: 18px;
	justify-content: center;
	align-items: center;
	line-height: 30px;
	margin-top: 13px;
	flex-direction: column;
}

.shareWayBillA .content-partThree>i {
	width: 80px;
	height: 3px;
	background-color: #d80606;
	display: inline-block;
	margin-top: 15px;
}

.shareWayBillA .content-example {
	width: 95%;
	display: flex;
	padding: 15px;
	background-color: #f0fbff;
	box-sizing: border-box;
	margin: 20px 0;

}

.shareWayBillA .content-example>.content-example-left {
	width: 50px;
	height: 45px;
	background-image: url(../../public/images/kaifang/danhaofenxian-new-03.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.shareWayBillA .content-example>.content-example-right {
	color: #091531;
	font-size: 14px;
}

.shareWayBillA .content-example02 {
	width: 95%;
	display: flex;
	padding: 15px;
	background-color: #fff;
	box-sizing: border-box;
	margin: 20px 0;
	border: 1px solid #e2e2e2;
	box-shadow: 0 0 10px 0px #e2e2e2;
}

.shareWayBillA .content-example02>.content-example-left {
	width: 45px;
	height: 45px;
	background-image: url(../../public/images/kaifang/danhaofenxian-new-03.png);
	background-position: -50px 0;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.shareWayBillA .content-example02>.content-example-right {
	color: #091531;
	font-size: 14px;
}

.shareWayBillA .content-partForth {
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(30deg, #2d71f3 30%, #5a6ef3);
}

.shareWayBillA .content-partForth>img {
	width: 210px;
	height: 210px;
	border: 3px solid #fff;
	border-radius: 10px;

}

.shareWayBillA .content-partForth>span {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	padding-top: 15px;
}

.shareWayBillA .content-example-right-I {
	color: #d80606;
	font-size: 16px;
	line-height: 20px;
}



.shareWayBillA .contentPartOne>.content1345 {
	width: 100%;
	background-color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 2px;
}

.shareWayBillA .contentPartOne>.content1345>.content-platforms {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	justify-content: center;
}

.shareWayBillA .contentPartOne>.content1345>.content-platforms>li {
	width: 110px;
	height: 60px;
	margin: 10px;
	box-shadow: 0 0 8px 1px #e2e2e2;
	border-radius: 4px;
}

.shareWayBillA .contentPartOne>.content1345>.content-platforms>li:hover {
	box-shadow: 0 0 8px 1px #adddff;
}

.shareWayBillA .contentPartOne>.content1345>.content-platforms img {
	width: 110px;
	height: 60px;
}




@media (max-width: 750px) {
	.shareWayBillA .content {
		width: 100%;
		margin: 0 auto;
	}

	.shareWayBillA .content-partOne>img {
		width: 100%;
	}

	.shareWayBillA .main-title {
		font-size: 30px;
		line-height: 20px;
	}

	.shareWayBillA .main-title02>legend {
		font-size: 20px;
	}

	.shareWayBillA .content-partThree {
		font-size: 14px;
		line-height: 10px;
	}

	.shareWayBillA .content-example>.content-example-right {
		flex: 1;
		font-size: 12px;
	}

	.shareWayBillA .content-example>.content-example-left {
		width: 25px;
		height: 22px;
		margin-right: 10px;
		background-size: 53px 21px;
	}

	.shareWayBillA .content-partTwo>img {
		width: 100%;
		padding-bottom: 0;
	}

	.shareWayBillA .content-example02>.content-example-right {
		flex: 1;
		font-size: 12px;
	}

	.shareWayBillA .content-example02>.content-example-left {
		width: 23px;
		height: 23px;
		margin-right: 10px;
		background-size: 53px 21px;
		background-position: -25px 0;
	}

	.shareWayBillA .content-partThree-spanT {
		font-size: 12px;
		line-height: 15px;
	}

	.shareWayBillA .content-example-right-I {
		font-size: 14px;
	}

	.shareWayBillA .content-example,
	.shareWayBillA .content-example02 {
		padding: 10px;
	}

	.shareWayBillA .content-partForth>img {
		width: 150px;
		height: 150px;
		border-radius: 5px;
	}

	.shareWayBillA .contentPartOne>.content1345>.content-platforms>li {
		width: 65px;
		height: 35px;
	}

	.shareWayBillA .contentPartOne>.content1345>.content-platforms img {
		width: 65px;
		height: 35px;
	}

	.shareWayBillA .contentPartOne>.content1345>.content-platforms {
		justify-content: space-around;
	}


}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

body {
	line-height: 1.6;
	color: #333;
	background-color: #f8f9fa;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

/* 导航栏样式 */
header {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 100;
}

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.logo {
	font-size: 24px;
	font-weight: 700;
	color: #2c3e50;
}

.logo span {
	color: #0fb5c1;
}

.nav-links {
	display: flex;
	list-style: none;
}

.nav-links li {
	margin-left: 30px;
}

.nav-links a {
	text-decoration: none;
	color: #2c3e50;
	linear-gradient(135deg, #0fb5c1, #114f77) font-weight: 500;
	transition: color 0.3s;
}

.nav-links a:hover {
	color: #0fb5c1;
}

.nav-links a.active {
	color: #0fb5c1;
	border-bottom: 2px solid #0fb5c1;
	padding-bottom: 5px;
}

.mobile-menu {
	display: none;
	font-size: 24px;
	cursor: pointer;
}

/* 主要内容区域 */
main {
	min-height: calc(100vh - 160px);
}

section {
	padding: 80px 0;
	display: none;
}

section.active {
	display: block;
}

/* 首页样式 */
.hero {
	background: linear-gradient(135deg, #0fb5c1, #114f77);
	color: white;
	text-align: center;
	padding: 100px 0;
}

.hero h1 {
	font-size: 48px;
	margin-bottom: 20px;
}

.hero p {
	font-size: 20px;
	max-width: 700px;
	margin: 0 auto 30px;
}

.btn {
	display: inline-block;
	background-color: #fff;
	color: #0fb5c1;
	padding: 12px 30px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s;
}

.btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.features {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	flex-wrap: wrap;
}

.feature {
	flex: 1;
	min-width: 300px;
	margin: 20px;
	padding: 30px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	text-align: center;
	transition: transform 0.3s;
}

.feature:hover {
	transform: translateY(-10px);
}

.feature i {
	font-size: 40px;
	color: #0fb5c1;
	margin-bottom: 20px;
}

.feature h3 {
	margin-bottom: 15px;
	color: #2c3e50;
}

/* 产品介绍样式 */
.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.product {
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s;
	cursor: pointer;
}

.product:hover {
	transform: translateY(-10px);
}

.product-img {
	height: 200px;
	background-color: #0fb5c1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
}

.product-content {
	padding: 20px;
}

.product h3 {
	margin-bottom: 10px;
	color: #2c3e50;
}

/* 公司介绍样式 */
.about-content {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.about-text {
	flex: 1;
	min-width: 300px;
	padding-right: 40px;
}

.about-image {
	flex: 1;
	min-width: 300px;
	height: 400px;
	background-color: #0fb5c1;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
}

.values {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.value {
	flex: 1;
	min-width: 250px;
	margin: 15px;
	text-align: center;
}

.value i {
	font-size: 40px;
	color: #0fb5c1;
	margin-bottom: 15px;
}

/* 页脚样式 */
footer {
	background-color: #2c3e50;
	color: white;
	padding: 40px 0;
	text-align: center;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.footer-section {
	flex: 1;
	min-width: 250px;
	margin: 15px;
}

.footer-section h3 {
	margin-bottom: 20px;
	color: #0fb5c1;
}

.footer-section ul {
	list-style: none;
}

.footer-section ul li {
	margin-bottom: 10px;
}

.footer-section a {
	color: #ecf0f1;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-section a:hover {
	color: #0fb5c1;
}





.sharefendan .content {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.sharefendan .content-title {
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 30px;
	font-family: 微软雅黑;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
}

.sharefendan .content-title>i {
	color: #ff9002;
}

.sharefendan .part-two {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sharefendan .part-two-content {
	width: 1200px;
}

.sharefendan .content-title::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 3px;
	background-color: #ff9002;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.sharefendan .part-two-content-target {
	width: 730px;
	background-color: #5c8a8d;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px 10px;
}

.sharefendan .part-two-contentTiTle {
	font-size: 20px;
	font-weight: 700;
	color: #0fb5c1;
	font-family: 微软雅黑;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}

.sharefendan .part-two-contentTiTle::before,
.sharefendan .part-two-contentTiTle::after {
	width: 2px;
	height: 20px;
	background-color: #0fb5c1;
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	display: block;
}

.sharefendan .part-two-contentTiTle::after {
	left: 4px;
}

.sharefendan .part-two-contentMain {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.sharefendan .contentPartOne {
	width: 100%;
}

.sharefendan .contentPartOne>.content1345 {
	width: 100%;
	background-color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 2px;
}

.sharefendan .contentPartOne>.content1345>.content-platforms {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	justify-content: space-between;
}

.sharefendan .contentPartOne>.content1345>.content-platforms>li {
	width: 180px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 1px #e2e2e2;
	position: relative;
	margin-bottom: 20px;
}

.sharefendan .contentPartOne>.content1345>.content-platforms>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sharefendan .contentPartOne>.content1345>.content-platforms img {
	width: 130px;
	height: 70px;
}

.sharefendan .contentPartOne>.content1345>.content-platforms>li:hover {
	box-shadow: 0 0 8px 1px #adddff;

}

.sharefendan .content-partForth {
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(70deg, #5d71f3, #3970f3);
	position: relative;
}

.sharefendan .content-partForth-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-right: 100px;
}

.sharefendan .content-partForth-left>img {
	width: 210px;
	height: 210px;
	border: 3px solid #fff;
	border-radius: 10px;
}

.sharefendan .content-partForth-left>span {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	padding-top: 15px;
}

.sharefendan .newParther-title {
	display: block;
	width: 100%;
	text-align: center;
	padding: 2px 0;
	font-size: 14px;
	border-radius: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: rgba(226, 226, 226, 0.9);
	color: #fe6f4f;
	/* margin-top: -5px; */
	border: 1px solid #fff;
	box-sizing: border-box;
	height: 24px;
}

.sharefendan .contentPartOne>.content1345>.content-platforms>li:hover .newParther-title {
	background-color: #0fb5c1;
	color: #fff;
}

.sharefendan .content-partForth-left-item {
	color: #fff;
	font-size: 17px;
}

.sharefendan .content-partForth-left-item>img {
	width: 200px;
	height: 200px;
	border-radius: 4px;
	border: 2px solid #e2e2e2;
}

.sharefendan .content-partForth-left-item .iconfont {
	font-size: 20px;
}

.sharefendan .content-partForth-left-up {
	border-bottom: 1px dotted #8ca5ff;
	width: 100%;
	padding-bottom: 10px;
}

@media (max-width: 720px) {
	.sharefendan .header {
		height: 45px;
	}

	.sharefendan .pcContent {
		display: none;
	}

	.sharefendan .moveContent {
		display: flex;

	}

	.sharefendan .part-two-content {
		width: 100%;
	}

	.sharefendan .content-title {
		padding: 15px 0;
		font-size: 15px;
		margin-bottom: 0;
	}

	.sharefendan .content-title::before {
		width: 100px;
		height: 2px;
		background-color: #ff9002;
		bottom: 5px;
	}

	.sharefendan .content-img {
		width: 100%;
	}

	.sharefendan .part-two-content-target {
		width: 100%;
	}

	.sharefendan .part-two-contentTiTle {
		font-size: 18px;
	}

	.sharefendan .part-two-contentMain {
		font-size: 12px;
		line-height: 16px;
	}

	.sharefendan .part-two-content-target {
		padding: 10px;
		height: unset;
	}

	.sharefendan .contentPartOne>.content1345 {
		padding: 0;
	}

	.sharefendan .content-partForth {
		margin-top: 20px !important;
		padding: 10px;
	}

	.sharefendan .content-partForth-left {
		margin-right: 5px;
	}

	.sharefendan .content-partForth>span {
		font-size: 14px !important;
	}

	.sharefendan .contentPartOne>.content1345>.content-platforms>li {
		width: 175px;
	}

}








.puHuo .content {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.puHuo .content-title {
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 33px;
	font-family: 微软雅黑;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
}

.puHuo .content-title>i {
	color: #ff9002;
	margin-left: 15px;
}

.puHuo .part-two {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.puHuo .part-two-content {
	width: 1200px;
}

.puHuo .content-title::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 3px;
	background-color: #ff9002;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.puHuo .part-two-content-target {
	width: 730px;
	height: 100px;
	background-color: #ffc800;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px 10px;
}

.puHuo .part-two-contentTiTle {
	font-size: 20px;
	font-weight: 700;
	color: #3d70f3;
	font-family: 微软雅黑;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}

.puHuo .part-two-contentTiTle::before,
.puHuo .part-two-contentTiTle::after {
	width: 2px;
	height: 20px;
	background-color: #3970f3;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
}

.puHuo .part-two-contentTiTle::after {
	left: 4px;
}

.puHuo .part-two-contentMain {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.puHuo .contentPartOne {
	width: 100%;
}

.puHuo .contentPartOne>.content1345 {
	width: 100%;
	background-color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 2px;
}

.puHuo .contentPartOne>.content1345>.content-platforms {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	justify-content: space-between;
}

.puHuo .contentPartOne>.content1345>.content-platforms>li {
	width: 180px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 1px #e2e2e2;
	position: relative;
	margin-bottom: 20px;
}

.puHuo .contentPartOne>.content1345>.content-platforms>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.puHuo .contentPartOne>.content1345>.content-platforms img {
	width: 130px;
	height: 70px;
}

.puHuo .contentPartOne>.content1345>.content-platforms>li:hover {
	box-shadow: 0 0 8px 1px #adddff;

}

.puHuo .content-partForth {
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(70deg, #5d71f3, #1ba2f6);
	position: relative;
}

.puHuo .content-partForth-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-right: 100px;
}

.puHuo .content-partForth-left>img {
	width: 210px;
	height: 210px;
	border: 3px solid #fff;
	border-radius: 10px;
}

.puHuo .content-partForth-left>span {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	padding-top: 15px;
}

.puHuo .newParther-title {
	display: block;
	width: 100%;
	text-align: center;
	padding: 2px 0;
	font-size: 14px;
	border-radius: 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: rgba(226, 226, 226, 0.9);
	color: #fe6f4f;
	/* margin-top: -5px; */
	border: 1px solid #fff;
	box-sizing: border-box;
	height: 24px;
}

.puHuo .contentPartOne>.content1345>.content-platforms>li:hover .newParther-title {
	background-color: #0fb5c1;
	color: #fff;
}

.puHuo .content-partForth-left-item {
	color: #fff;
	font-size: 17px;
}

.puHuo .content-partForth-left-item>img {
	width: 200px;
	height: 200px;
	border-radius: 4px;
	border: 2px solid #e2e2e2;
}

.puHuo .content-partForth-left-item .iconfont {
	font-size: 20px;
}

.puHuo .content-partForth-left-up {
	border-bottom: 1px dotted #8ca5ff;
	width: 100%;
	padding-bottom: 10px;
}

.puHuo .part-two .part-two-content-main {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.puHuo .part-two .part-two-content-main .two-main-ul {
	font-size: 20px;
	color: #666;

}

.puHuo .part-two .part-two-content-main .two-main-ul>li {
	padding: 10px 0;
}

.puHuo .part-two .part-two-content-main .two-main-ul>li.wF {
	padding: 15px 0;
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.puHuo .moveContent {
	display: none;
}

.puHuo .content-partForth-title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

@media (max-width: 720px) {
	.puHuo .header {
		height: 45px;
	}

	.puHuo .pcContent {
		display: none;
	}

	.puHuo .moveContent {
		display: flex;

	}

	.puHuo .part-two-content {
		width: 100%;
	}

	.puHuo .content-title {
		padding: 15px 0;
		font-size: 15px;
		margin-bottom: 0;
	}

	.puHuo .content-title::before {
		width: 100px;
		height: 2px;
		background-color: #ff9002;
		bottom: 5px;
	}

	.puHuo .content-img {
		width: 100%;
	}

	.puHuo .part-two .part-two-content-main .two-main-ul {
		font-size: 12px;
	}

	.puHuo .part-two .part-two-content-main .two-main-ul>li.wF {
		font-size: 13px;
	}

	.puHuo .part-two .part-two-content-main {
		flex-direction: column;
		padding: 10px;
		box-sizing: border-box;
		align-items: flex-start;
	}

	.puHuo .part-two .part-two-content-main .two-main-ul>li {
		padding: 1px 0;
	}

	.puHuo .part-two .part-two-content-main .two-main-ul>li.wF {
		padding: 1px 0;

	}

	.puHuo .part-two-content-main>img {
		width: 100%;
	}

	.puHuo .wFLast {
		margin-bottom: 5px !important;
	}

	.puHuo .second-content-main {
		flex-direction: column-reverse !important;
		padding-top: 10px !important;
	}

	.puHuo .content-partForth-left {
		margin-right: 20px;
	}

	.puHuo .content-partForth-left-item>img {
		width: 150px;
		height: 150px;
	}

	.puHuo .content-partForth-left-item {
		font-size: 15px;
	}

	.puHuo .content-partForth-title {
		font-size: 18px;
	}
}
.fun-intor-wrap{
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.moreFunInformation-ul{
    background-color: #fff;
	border-radius:10px;
	width: 100%;
	    box-sizing: border-box;
}
.moreFunInformation-ul>li{
	display: flex;

}
.moreFunInformation-ul>li>span{
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
}
.moreFunInformation-ul>li>span:nth-child(1){
    width: 400px;
}
.moreFunInformation-ul>li>span:nth-child(2){
    width: 700px;
	flex:1;
}

.content-part-parther{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
}
.content-part .content-part-parther.parther02{
    padding: 0;
}

.content-part-parther>li>.parther-pic02{


    width: 180px;
    height: 90px;
    background-image: url(./../images/kaifang/all_parther02.png);
    background-position: 0 0;
    border: 1px solid #f5f5f5;
    border-radius: 10px;


}
.content-part-parther>li>.parther-pic02:hover{
    border:1px solid #8bceff;
}

.content-part-parther>li{
    margin-right: 45px;
    cursor: pointer;
}
.parther02>li{
    margin-top: 20px;
    margin-bottom: 30px;

}
.content-part-parther>li:nth-child(5n){
    margin-right: 0;

}
.content-part-parther>li>a>div{
    border:1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px #e2e2e2;
}
.content-part-main{
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.content-part-main>div{
    flex: 1;
}