* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

.index {
	width: 100%;
	padding-top: 117px;
}

.min_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top {
	width: 100%;
	height: 117px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.top>div>div {
	display: flex;
	align-items: center;
}

.logo img {
	width: 57px;
	height: 57px;
}

.logo_text {
	margin-left: 7px;
	height: 57px;
}

.logo_text>div:nth-child(1) {
	height: 32px;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 32px;
}

.logo_text>div:nth-child(2) {
	height: 19px;
	font-size: 18px;
	font-weight: 400;
	color: #959595;
	line-height: 19px;
	margin-top: 5px;
}

.nav {
	font-size: 20px;
	color: #000000;
}

.nav>div {
	padding: 0 25px;
	box-sizing: border-box;
}

.banner {
	width: 100%;
	height: 750px;
	background: linear-gradient(111deg, #3AD4AE, #37B394);
	background: url('./img/bg.png') no-repeat;
	background-size: 100% 100%;
}

.download {
	flex: 1;
	padding: 0 0 0 66px;
	box-sizing: border-box;
}

.download>div:nth-child(1) {
	height: 69px;
	line-height: 69px;
	font-size: 70px;
	color: #fff;
	font-weight: 400;
}

.download>Div:nth-child(2) {
	margin: 100px 0 0 8px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}

.download_box {
	margin-top: 19px;
	display: flex;
	align-items: center;
}

.download_box>img {
	width: 148px;
	height: 149px;
}

.download_app {
	margin-left: 22px;
}

.download_app>div {
	width: 160px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 14px;
	display: flex;
	align-items: center;
	padding-left: 18px;
	box-sizing: border-box;
}

.download_app>div>img {
	width: 32px;
	height: 32px;
}

.download_app>div>div {
	font-size: 16px;
	font-weight: 400;
	color: #394755;
	margin-left: 15px;
}

.title {
	color: #37B395;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 136px;
	text-align: center;
}

.line {
	width: 260px;
	height: 2px;
	display: block;
}

.lin {
	width: 13px;
	height: 14px;
	display: block;
	margin: 0 25px;
}

.title>div>div:nth-child(1) {
	height: 35px;
	font-size: 36px;
	font-weight: normal;
	color: #37B395;
	line-height: 36px;
}

.title>div>div:nth-child(2) {
	height: 20px;
	font-size: 24px;
	font-weight: 400;
	color: #37B394;
	line-height: 20px;
	margin-top: 19px;
}

.overturn {
	transform: rotate(180deg);
}

.serve {
	width: 100%;
	/* height: 872px; */
	padding: 40px 0 127px;
	box-sizing: border-box;
	background: url('./img/serve.png') no-repeat;
	background-size: 100% 100%;
}

.serve>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.serve .number {
	flex-shrink: 0;
}

.serve .number>div:nth-child(1) {
	height: 48px;
	font-size: 60px;
	font-weight: bold;
	color: #FE7300;
	line-height: 48px;
}

.serve .number>div:nth-child(2) {
	height: 24px;
	font-size: 24px;
	font-weight: 400;
	color: #2D2D2D;
	line-height: 24px;
	margin-top: 18px;
}

.serve .box {
	width: 605px;
	height: 605px;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	border: 3px solid rgba(226, 226, 226, 0.27);
	margin: 0 26px;
}

.serve .box>div {
	width: 563px;
	height: 563px;
	border-radius: 50%;
	border: 3px solid #DEFFF7;
	margin: 50% auto;
	transform: translateY(-50%);
	position: relative;
}

.minbox {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	margin: 50% auto;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('./img/Circle.png') no-repeat;
	background-size: 100% 100%;

}

.minbox .number {
	max-width: 280px;
	overflow: hidden;
}

.minbox .number>div:nth-child(1) {
	font-size: 56px
}

.serve_list {
	position: absolute;
}

.serve_list>img {
	width: 80px;
	height: 80px;
}

.serve_list>div {
	height: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #1D1D1D;
	line-height: 15px;
	text-align: center;
}

.box>div>div:nth-child(2) {
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
}

.box>div>div:nth-child(3) {
	top: 90px;
	left: 70px;
}

.box>div>div:nth-child(4) {
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.box>div>div:nth-child(5) {
	bottom: 96px;
	left: 80px;
}

.box>div>div:nth-child(6) {
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
}

.box>div>div:nth-child(7) {
	bottom: 110px;
	right: 60px;
}

.box>div>div:nth-child(8) {
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.box>div>div:nth-child(9) {
	top: 100px;
	right: 66px;
}

.master {
	width: 100%;
	/* height: 687px; */
	padding: 30px 0 111px;
	box-sizing: border-box;
}

#master .swiper-master {
	width: 1076px !important;
	height: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden !important;
	margin: 0 auto;
}

#master .swiper-wrapper {
	/* width: 1076px !important; */
	background-color: #fff !important;
}

#master .swiper-slide {
	width: 338px !important;
	/* height: 576px !important; */
	background: #F5F5F5;
}

.photo {
	width: 242px;
	height: 242px;
	margin: 52px 50% 24px;
	transform: translateX(-50%);
}

.master-info {
	padding: 21px 49px 20px 46px;
	box-sizing: border-box;
}

.name {
	width: 100%;
	height: 22px;
	font-size: 22px;
	font-weight: bold;
	color: #181818;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.label {
	margin-top: 17px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.label>div {
	height: 21px;
	border: 1px solid #37B395;
	border-radius: 10px;
	padding: 0 6px;
	line-height: 21px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 400;
	color: #37B395;
	margin: 0 10px;
}

.content {
	margin-top: 25px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #181818;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}

.grade {
	margin-top: 38px;
	width: 100%;
	/* border-bottom: 1px solid #989898; */
	text-align: center;
	font-size: 18px;
	height: 18px;
	line-height: 18px;

	font-weight: normal;
}

.lines {
	width: 64px;
	height: 1px;
	background: #989898;
	margin: 12px auto 0;
}

.evaluate {
	width: 100%;
	height: 558px;

	background: #E5F9F4;
}

.evaluate .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.evaluate .list>div:nth-child(2n) {
	margin-right: 0;
}

.evaluate .item {
	width: 580px;
	height: 160px;
	background-color: #fff;
	position: relative;
	margin: 0 27px 41px 0;
}

.topbox {
	width: 100%;
	height: 60px;
	padding: 0 30px 0 134px;
	box-sizing: border-box;
	background-color: #EEEEEE;
}

.topbox>div:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	color: #303030;
}

.topbox>div:nth-child(2) {
	font-size: 14px;
	font-weight: 400;
	color: #6D6D6D;
}

.bom {
	width: 100%;
	/* height: 100px; */
	padding: 16px 37px 0 133px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;

	color: #3A3A3A;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}

.evaluate .item img {
	width: 105px;
	height: 106px;
	position: absolute;
	top: 23px;
	left: 11px;
	background: #fff;
	z-index: 11;
}

.mien {
	margin-top: 40px;
	width: 100%;
	height: 304px;
}

.mien-text {
	width: 396px;
	font-size: 16px;
	font-weight: 400;
	color: #676767;
	line-height: 1.7em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.mien_list {
	display: flex;
	align-items: center;
	margin-top: 23px;
}

.mien_list>div {
	width: 126px;
	height: 114px;
	padding-top: 29px;
	box-sizing: border-box;
	margin-right: 10px;
	text-align: center;
}

.mien_list>div:nth-child(1) {
	background: linear-gradient(0deg, #37B395 0%, #84EAD0 100%);
	color: #fff;
}

.mien_list>div:nth-child(2) {
	color: #37B395;
	border: 2px solid #37B395;
}

.mien_list>div>div:nth-child(1) {
	height: 20px;
	font-size: 26px;
	font-weight: bold;
	line-height: 20px;
}

.mien_list>div>div:nth-child(2) {
	height: 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin-top: 27px;
}

.relation {
	width: 100%;
	margin-top: 37px;
	padding: 0 0 111px 0;
	box-sizing: border-box;
}

.relation-item {
	width: 285px;
	height: 340px;
	background: #E5F9F4;
	padding-top: 69px;
	box-sizing: border-box;
}

.relation-item>.icon {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	margin: 0 auto;
}

.icon>img {
	width: 100%;
	height: 100%;
}

.relation-item>.title {
	margin-top: 31px;
	width: 100%;
	height: 24px;
	font-size: 24px;
	font-weight: 400;
	color: #2F2F2F;
	line-height: 24px;
	text-align: center;
}

.relation-item>.content {
	overflow: initial;
	margin-top: 18px;
	width: 100%;
	height: 15px;
	font-size: 18px;
	font-weight: 400;
	color: #464646;
	line-height: 15px;
	text-align: center;
}

.web-bom {
	width: 100%;
	height: 203px;
	background: #323232;
	border-bottom: 1px solid #484848;
}

.bom-left {
	width: 307px;
	display: flex;
	flex-wrap: wrap;
}

.bom-left>div {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 61px;
	margin-bottom: 20px;
}

.bom-label {
	width: 1px;
	height: 46px;
	background-color: #7D7D7D;
}

.bom-center {
	width: 499px;
	padding-left: 88px;
	box-sizing: border-box;
}

.bom-center>div {
	width: 100%;
	height: 23px;
	font-size: 16px;
	font-weight: 400;
	color: #B3B0B0;
	line-height: 23px;
}

.bom-right {
	width: 390px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.bom-right-item {
	width: 120px;
}

.bom-right-item>img {
	width: 99px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.bom-right-item>div {
	margin-top: 11px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #FFFEFE;
}

.web-bottom {
	width: 100%;
	height: 102px;
	background-color: #323232;
}

.web-bottom>div {
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #B3B0B0;
	line-height: 40px;
}

.swiper-slide-next .master-info {
	background-color: #37B395 !important;
	color: #fff !important;
}

.swiper-slide-next .name {
	color: #fff !important;
}

.swiper-slide-next .label>div {
	color: #fff !important;
	border: 1px solid #fff;
}

.swiper-slide-next .content {
	color: #fff;
}

.swiper-slide-next .lines {

	background: #006048;
}
