* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

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

.box1 {
	padding: 20px 0;
	border-bottom: 1px solid #999999;
}
.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: 20px;
}

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

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

.box2 {
	padding-bottom: 100px;
}

.box2-top {
	padding: 60px 0 35px;
}

.box2-top p {
	font-size: 18px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
	text-align: center;
	line-height: 1;
}

.mySwiper2 {
	width: 900px;
	margin: 0 auto;
}
.mySwiper2 .swiper-slide{
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
}
.mySwiper2 .swiper-slide img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.mySwiper {
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
}

.mySwiper img {
	width: 70px;
	padding: 5px 0;
	border: 2px solid #333333;
	display: block;
}

.mySwiper .swiper-slide-thumb-active img {
	border-color: rgb(229, 0, 126);
}

.box2-bom {
	margin-top: 40px;
}

.box2-bom p {
	font-size: 14px;
	line-height: 140%;
	font-family: 'Microsoft YaHei';
	color: #5a5a5a;
	text-indent: 0px;
}

.box3-boma {
	margin-top: 20px;
}

.box3-boma ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box3-boma ul li a {
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei;
	font-size: 13px;
	color: #444;
	font-weight: normal;
	line-height: 25px;
}

.box3-boma ul li a:hover {
	color: deepskyblue;
}

.box3-boma ul li a p {
	display: flex;
}

.box3-boma ul li a:hover p span {
	display: block;
	/* padding-bottom: 3px; */
	border-bottom: 1px solid deepskyblue;
}