.plan_head {
	width: 100%;
	height: 490px;
	background: url(../images/banner.png) center center no-repeat
}

.plan-body {
	margin: 0 auto;
	width: 100%
}

.plan_box {
	padding: 78px 0 71px;
	text-align: center
}

.plan_box>p:nth-child(1) {
	font-size: 36px;
	color: #000;
	font-weight: 700
}

.plan_box>p:nth-child(2) {
	padding-top: 14px;
	font-size: 18px;
	color: #747474
}

.plan_box1 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 22px;
	height: 187px
}

.plan_box1>div {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	background-color: #fff;
	padding: 26px 0 28px
}

.plan_box1>div>span:nth-child(2) {
	padding-top: 29px;
	padding-bottom: 11px;
	font-size: 20px;
	color: #000;
	font-weight: 700
}

.plan_box1>div>span:nth-child(3) {
	padding-top: 7px;
	font-size: 14px;
	color: #777
}

.plan_box2 {
	padding: 80px 0 99px;
	text-align: center
}

.plan_box2>p:nth-child(1) {
	font-size: 36px;
	color: #000;
	font-weight: 700
}

.plan_box2>p:nth-child(2) {
	padding-top: 14px;
	font-size: 18px;
	color: #747474
}

.plan_box3 {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-column-gap: 45px
}

.plan_box3>div {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: center
}

.plan_box3>div>img:nth-child(1) {
	width: 220px
}

.plan_box3>div>span:nth-child(2) {
	padding-top: 19px;
	font-size: 20px;
	color: #000;
	font-weight: 700
}

.plan_box3>div>span:nth-child(3) {
	padding-top: 7px;
	padding-bottom: 99px;
	font-size: 14px;
	color: #777
}

.plan_box4 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 21px;
	height: 280px
}

.plan_box4>div {
	display: flex;
	flex-direction: column;
	text-align: left;
	background-color: #fff;
	padding: 50px 37px
}

.plan_box4>div>span:nth-child(1) {
	font-family: Arial;
	font-size: 36px;
	color: #0089E1
}

.plan_box4>div>span:nth-child(2) {
	padding-top: 16px;
	padding-bottom: 27px;
	font-size: 20px;
	color: #000;
	font-weight: 700
}

.plan_box4>div>span:nth-child(3) {
	font-size: 15px;
	color: #777
}

.plan_box5 {
	padding-top: 66px;
	text-align: center
}

.plan_box5>p:nth-child(1) {
	font-size: 36px;
	color: #000;
	font-weight: 700
}

.plan_box5>p:nth-child(2) {
	padding-top: 17px;
	font-size: 18px;
	color: #747474;
	padding-bottom: 46px
}

.plan_box6 {
	padding-top: 102px;
	text-align: center
}

.plan_box6>p:nth-child(1) {
	font-size: 36px;
	color: #000;
	font-weight: 700
}

.plan_box6>p:nth-child(2) {
	padding-top: 15px;
	font-size: 18px;
	color: #747474
}

.plan_box7 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 100px;
	margin-top: 46px;
	padding-bottom: 108px;
}

.plan_box7>div {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	background-color: #fff;
	padding-top: 92px;
	padding-bottom: 20px
}

.plan_box7>div>span:nth-child(1) {
	width: 136px;
	height: 136px;
	border-radius: 30px;
	background-color: #0089E1;
	line-height: 136px
}

.plan_box7>div>span:nth-child(2) {
	padding-top: 33px;
	padding-bottom: 9px;
	font-size: 20px;
	color: #000;
	font-weight: 700
}

.plan_box7>div>span:nth-child(3) {
	font-size: 14px;
	color: #777
}

.plan_box8 {
	padding-top: 102px;
	text-align: center
}

.plan_box8>p:nth-child(1) {
	font-size: 36px;
	color: #000;
	font-weight: 700
}

.plan_box8>p:nth-child(2) {
	padding-top: 15px;
	font-size: 18px;
	color: #747474
}

.plan_box9 {
	display: grid;
	grid-template-columns: repeat(2,2fr);
	grid-column-gap: 20px;
	
	margin-top: 46px
}

.plan_box9>a {
	display: flex;
	background-color: #fff;
	padding-top: 48px;
	height: 103px;
	justify-content: center;
	padding-bottom: 20px
}

.plan_box9>a>div:nth-child(1),.plan_box9>a>div:nth-child(1)>img {
	width: 146px;
	height: 100%
}

.plan_box9>a>div:nth-child(2) {
	width: 420px;
	padding-left: 25px;
	height: 100%
}

.plan_box9>a>div:nth-child(2)>p:nth-child(1) {
	font-size: 18px;
	color: #000
}

.plan_box9>a>div:nth-child(2)>p:nth-child(2) {
	padding-top: 22px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.plan_box9>a:hover>div:nth-child(2) p {
	color: #0089E1!important
}

.tdContent {
	background-color: #0089E1;
	height: 120px
}

.tdBox,.tdItem {
	display: flex;
	align-items: center
}

.tdBox {
	height: 100%;
	justify-content: center
}

.tdItem {
	margin-left: 148px
}

.tdItem>div:nth-child(1) {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 22px;
	font-weight: 700
}

.tdItem>div:nth-child(2) {
	padding-left: 12px;
	display: flex;
	flex-direction: column
}

.tdItem>div:nth-child(2) span {
	color: #fff
}

.tdItem>div:nth-child(2)>span:nth-child(1) {
	font-size: 15px;
	font-weight: 700
}

.tdItem>div:nth-child(2)>span:nth-child(2) {
	font-size: 14px
}