.tit {
	font-size: 20px;
	color: #4D4D4D;
}

.tit::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 4px;
	background-color: #8EC230;
	margin-right: 10px;
}
.ser table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	border: 2px solid #fff;
	margin-top: 30px;
}

.pc_tab tr:nth-child(2n+1) {
	background-color: rgb(244, 244, 244);
}

.pc_tab tr:nth-child(n+3) {
	line-height: 3;
	color: #4D4D4D;
	white-space: nowrap;
}

.tab_tit {
	height: 40px;
	font-size: 20px;
	color: #fff;
}

.tab_tit td:first-child {
	background-color: rgb(89, 200, 131);
}

.tab_tit td:nth-child(2) {
	background-color: rgb(253, 191, 78);
}

.tab_tit td:nth-child(3) {
	background-color: rgb(233, 117, 130);
}

.tab_sec_tit {
	color: rgb(89, 200, 131);
	line-height: 1.5;
	font-size: 18px;
	height: 70px;
}

.tab_sec_tit td:nth-child(n+3) {
	color: rgb(253, 191, 78);
}

.tab_sec_tit td:nth-child(n+8) {
	color: rgb(233, 117, 130);
}

.baike ul {
	font-size: 0;
}

.baike li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-top: 30px;
	padding-right: 40px;
}

.baike li>a {
	width: 180px;
	display: inline-block;
	vertical-align: middle;
}

.baike li img {
	width: 100%;
}
.baike li div{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: calc(100% - 180px);
	padding-left: 20px;
	line-height: 1.5;
	color: #999;
}
.baike li div a{
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #4D4D4D;
	margin-bottom: 10px;
}
.baike li div p{
	display: -webkit-box;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}
.baike li div a:hover{
	color: #8EC230;
}
.mob_tab{
	display: none;
}
.ser {
	padding: 40px 0;
}
.to_swiper ul{
	overflow: hidden;
	margin: 30px 0;
}
.to_swiper li {
	width: 20%;
	margin: 5px 0;
	float: left;
	background-color: #fff;
}
.to_m{
	display: flex;
	align-items: center;
	line-height: 1.5;
	font-size: 14px;
	color: #4D4D4D;
}
.to_swiper{
	width: calc(100% - 300px);
}
.to_swiper img{
	max-width: 100%;
	max-height: 100%;
}
.to_m > div:last-child{
	flex:1;
	padding-left: 30px;
}
.to_m p:first-child{
	font-size: 20px;
	color: #8EC230;
	margin-bottom: 10px;
}
.to_m .swiper-slide:last-child li{float:none};
.ser_list ul{
	overflow: hidden;
	font-size: 0;
}
.ser_list li{
	width: 16.66666%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.ser_list li a{
	display: block;
	color: #4D4D4D;
}
.ser_list li:last-child{
	font-size: 30px;
	font-weight: bold;
}
.together ul{margin-top:30px;}
/* ·þÎñÁ÷³Ì*/
.ser_way{
	overflow:hidden;
	height:220px;
	position:relative;
	margin-top:30px;
}
.ser_way::before{
	content:"";
	display:block;
	width:87.5%;
	position:absolute;
	left:6.25%;
	bottom:35px;
	height:1px;
	background:#ccc;
}
.ser_way li{
	width:12.5%;
	float:left;
	text-align:center;
	font-size:14px;	
	color:#666;
	position:relative;
    	padding-top: 30px;
	height:100%;
}
.ser_way li::before{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:18px;
	height:35px;
	width:35px;
	border-radius:50%;
	border:1px solid #ccc;
	margin:auto;
	text-align:center;
	line-height:35px;
	font-size:16px;
	background:#fff;
}
.ser_way li:nth-child(1)::before{
	content:"1"
}
.ser_way li:nth-child(2)::before{
	content:"2"
}
.ser_way li:nth-child(3)::before{
	content:"3"
}
.ser_way li:nth-child(4)::before{
	content:"4"
}
.ser_way li:nth-child(5)::before{
	content:"5"
}
.ser_way li:nth-child(6)::before{
	content:"6"
}
.ser_way li:nth-child(7)::before{
	content:"7"
}
.ser_way li:nth-child(8)::before{
	content:"8"
}
.ser_way li p:nth-child(2){
	color:#444;
	font-size:16px;
	line-height:2;
}
.ser_way img{
	height:60px;
}
.ser_way_hover{
	background:#8EC230;
	color:#FFF!important;
}
.ser_way_hover p:nth-child(2){
	color:#FFF!important;
}
.ser_way_hover::before{color:#4d4d4d};
@media (max-width:768px) {
	.mob_tab{
		display: block;
	}
	.pc_tab{
		display: none;
	}
	.baike li{
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
	}
	.baike li>a{
		width: 120px;
	}
	.baike li div{
		width: calc(100% - 120px);
		padding-left: 10px;
	}
	.baike li div p{
		line-clamp: 2;
		-webkit-line-clamp: 2;
	}
	.baike > div > a{
		margin: 20px auto!important;
	}
	.tit{
		text-align: center;
	}
	.tit::before{
		display: none;
	}
	.ser{
		padding: 15px;
	}
	
	.mob_tab{
		margin-bottom: 30px;
	}
	.mob_tab ul{
		overflow: hidden;
	}
	.mob_tab li{
		float: left;
		width: 33.33333333%;
		text-align: center;
		padding: 10px 0;
		color: #4D4D4D;
		font-size: 14px;
		white-space: nowrap;
	}
	.mob_tab li:nth-child(1){
		background-color: #b1eac7;
	}
	.mob_tab li:nth-child(2){
		background-color: #eec77e;
	}
	.mob_tab li:nth-child(3){
		background-color: #f3a3ab;
	}
	.select1{
		background-color: rgb(89,200,131);
		color: #fff!important;
	}
	.select2{
		background-color: rgb(253,191,78);
		color: #fff!important;
	}
	.select3{
		background-color: rgb(233,117,130);
		color: #fff!important;
	}
	.mob_tab table{
		border-collapse: collapse;
		width: 100%;
		border: 1px solid #F2F2F2;
		text-align: center;
	}
	.mob_tab table td{
		font-size: 14px;
	}
	.mob_tab table tr:nth-child(n+2){
		line-height: 1;
		color: #4D4D4D;
	}
	.mob_tab .swiper-slide:nth-child(1) table tr:nth-child(n+2){
		line-height: 2.9;
	}
	.mob_tab .swiper-slide:nth-child(3) table tr:nth-child(n+2){
		line-height: 2.9;
	}
	.mob_tab table tr:first-child{
		height: 50px;
	}
	.mob_tab table tr:nth-child(2n+2){
		background-color: #F2F2F2;
	}
	.mob_tab_tit{
		font-size: 12px;
		text-align: center;
		height: 40px;
	}
	.mob_tab .swiper-slide:nth-child(1) .mob_tab_tit{
		color:rgb(89,200,131);
	}
	.mob_tab .swiper-slide:nth-child(2) .mob_tab_tit{
		color:rgb(253,191,78);
	}
	.mob_tab .swiper-slide:nth-child(3) .mob_tab_tit{
		color:rgb(233,117,130);
	}
.ser_list ul{
		text-align:center;
	}
	.ser_list li{
		width:33.33333333%;
	}
	.ser_list li:first-child{
		width:100%;
		font-size:14px;
		font-weight:100;
	}
	.stup,.ser_way{display:none;}
	.mob_ser{
		display:block!important;
		font-size:0;
		text-align:center;
	}
	.mob_ser li{
		width:33.33333%;
		display:inline-block;
		margin-top:15px;
		font-size:14px;
		vertical-align:top;
	}
	.mob_ser li p:first-child{
		height:30px;
		width:30px;background:#4d4d4d;
color:#fff;
display:block;
margin:0 auto;border-radius:50%;
margin-bottom:10px;
font-size:16px;
line-height:30px;
	}
}