* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.box1 {
	padding-bottom: 50px;
}

.box1-top {
	text-align: center;
	padding: 70px 0 50px;
}

.box1-top p {
	color: rgb(51, 51, 51);
	font-family: "Times New Roman";
	font-size: 40px;
	margin-bottom: 10px;
}

.box1-top span {
	color: rgb(51, 51, 51);
	font-family: Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜;
	font-size: 22px;
}

.box1-mind {
	margin-bottom: 50px;
}

.box1-mind ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box1-mind ul li {
	padding: 0 10px;
}

.box1-mind ul li a {
	width: 136px;
	height: 45px;
	line-height: 45px;
	background-position: 50% 50%;
	/* background: #dbdbdb; */
	color: #666666;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	text-align: center;
	transition: all 0.3s;
	/* background-color: rgba(229, 0, 126,.1); */
	background-repeat: no-repeat;
	/* color: rgba(229, 0, 126,1); */
}

/* {*/
/*	background: url(../img/mind-service-box1-bj.png) no-repeat;*/
/*}*/

.box1-mind ul li .box1-mind-active,
.box1-mind ul li a:hover{
	/* background-image: url(../img/mind-service-box1-bj.png); */
	background-color: rgba(229, 0, 126,.1);
	background-repeat: no-repeat;
	color: rgba(229, 0, 126,1);
}

.box1-bom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box1-prc {
	width: 46%;
}

.box1-prc img {
	width: 100%;
}

.box1-right {
	width: 50%;
}

.box1-right-top p {
	font-size: 16px;
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	color: #d92330;
	padding-bottom: 10px;
	font-weight: normal;
}

.box1-right-bom p {
	font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
	font-size: 14px;
	color: #525355;
	line-height: 1.8;
}

.box1-right-b {
	padding-bottom: 15px;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 15px;
}