* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

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

.box1 {
	/* padding: 20px 0; */
	/* border-bottom: 1px solid #999999; */
	margin-bottom: 60px;
	/* margin-top: 30px; */
}
.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-cen {
	/* display: flex; */
	/* align-items: center; */
	justify-content: space-between;
}

.box1-left {
	display: flex;
	align-items: center;
}

.box1-left p {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	color: rgb(67, 67, 67);
	margin-right: 10px;
}

.box1-left span {
	display: block;
	color: rgb(153, 153, 153);
	font-family: "Times New Roman";
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
}

.box1-right {
	display: flex;
	align-items: center;
}

.box1-right a {
	display: block;
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
	padding: 5px;
}

.box1-right a:hover {
	color: rgb(229, 0, 126);
}

.box1-right .box1-right-active,
.box1-right a:hover{
	color: rgb(229, 0, 126);
	background-color: rgba(229, 0, 126,.1);
}

.box2-cen ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box2-cen ul li {
	width: 31%;
	margin-bottom: 30px;
}

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

.box2-box>p {
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #333333;
	display: block;
	text-align: center;
	line-height: 140%;
	margin-top: 20px;
}

.tz {
	padding: 0 0 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tz #pages{
	display: block;
}

.tz #pages li {
	width: auto;
	border: 1px solid #d5d5d5;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	color: #5a5a5a;
	margin: 0 5px;
}
.tz #pages li a{
	display: block;
	padding: 10px;
}

.tz #pages li.active a {
	border: none;
	color: rgb(229, 0, 126);
	background-color: #e0e0e0;
}

.tz>p {
	font-size: 12px;
	color: #5a5a5a;
}